|
|
|
| 1 | 2026-03-05T16:56:10.274Z | job assigned to worker 01KJZESG95W2CN2J81W6108G86 [factory aws, i-04651876bb66e701b] (queued for 4 m 33 s) |
| |
| 2 | 2026-03-05T16:56:18.814Z | starting task 0: "setup" |
| 3 | 2026-03-05T16:56:18.819Z | ++ uname -s |
| 4 | 2026-03-05T16:56:18.822Z | + kern=SunOS |
| 5 | 2026-03-05T16:56:18.822Z | + build_user=build |
| 6 | 2026-03-05T16:56:18.822Z | + build_uid=12345 |
| 7 | 2026-03-05T16:56:18.822Z | + work_dir=/work |
| 8 | 2026-03-05T16:56:18.822Z | + input_dir=/input |
| 9 | 2026-03-05T16:56:18.823Z | + [[ 0 == 12345 ]] |
| 10 | 2026-03-05T16:56:18.823Z | + case "$kern" in |
| 11 | 2026-03-05T16:56:18.823Z | + groupadd -g 12345 build |
| 12 | 2026-03-05T16:56:18.827Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-03-05T16:56:20.833Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-03-05T16:56:20.955Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-03-05T16:56:20.960Z | + home_fs=zfs |
| 16 | 2026-03-05T16:56:20.960Z | + [[ zfs == autofs ]] |
| 17 | 2026-03-05T16:56:20.960Z | + mkdir -p /home/build |
| 18 | 2026-03-05T16:56:20.960Z | + chown build:build /home/build /work |
| 19 | 2026-03-05T16:56:22.960Z | + chmod 0700 /home/build /work |
| 20 | 2026-03-05T16:56:22.963Z | process exited: duration 4150 ms, exit code 0 |
| |
| 21 | 2026-03-05T16:56:22.970Z | starting task 1: "rust-toolchain" |
| 22 | 2026-03-05T16:56:22.975Z | + printf ' * rust toolchain channel = "%s"\n' 1.91.1 |
| 23 | 2026-03-05T16:56:22.975Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-03-05T16:56:22.975Z | * rust toolchain channel = "1.91.1" |
| 25 | 2026-03-05T16:56:22.975Z | * rust toolchain profile = "default" |
| 26 | 2026-03-05T16:56:22.976Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-03-05T16:56:22.976Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-03-05T16:56:22.979Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-03-05T16:56:22.979Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default |
| 30 | 2026-03-05T16:56:23.158Z | info: downloading installer |
| 31 | 2026-03-05T16:56:25.014Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-03-05T16:56:25.014Z | warn: /opt/ooce/bin |
| 33 | 2026-03-05T16:56:25.014Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-03-05T16:56:25.014Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-03-05T16:56:25.014Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-03-05T16:56:25.014Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-03-05T16:56:25.014Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-03-05T16:56:25.014Z | error: cannot install while Rust is installed |
| 39 | 2026-03-05T16:56:25.014Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-03-05T16:56:25.027Z | info: profile set to 'default' |
| 41 | 2026-03-05T16:56:25.027Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-03-05T16:56:25.030Z | info: syncing channel updates for '1.91.1-x86_64-unknown-illumos' |
| 43 | 2026-03-05T16:56:25.228Z | info: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07) |
| 44 | 2026-03-05T16:56:25.228Z | info: downloading component 'cargo' |
| 45 | 2026-03-05T16:56:26.499Z | info: downloading component 'clippy' |
| 46 | 2026-03-05T16:56:26.926Z | info: downloading component 'rust-docs' |
| 47 | 2026-03-05T16:56:29.089Z | info: downloading component 'rust-std' |
| 48 | 2026-03-05T16:56:31.931Z | info: downloading component 'rustc' |
| 49 | 2026-03-05T16:56:40.262Z | info: downloading component 'rustfmt' |
| 50 | 2026-03-05T16:56:40.547Z | info: installing component 'cargo' |
| 51 | 2026-03-05T16:56:41.454Z | info: installing component 'clippy' |
| 52 | 2026-03-05T16:56:41.850Z | info: installing component 'rust-docs' |
| 53 | 2026-03-05T16:56:43.796Z | info: installing component 'rust-std' |
| 54 | 2026-03-05T16:56:45.594Z | info: installing component 'rustc' |
| 55 | 2026-03-05T16:56:52.253Z | info: installing component 'rustfmt' |
| 56 | 2026-03-05T16:56:52.591Z | info: default toolchain set to '1.91.1-x86_64-unknown-illumos' |
| 57 | 2026-03-05T16:56:52.591Z | |
| 58 | 2026-03-05T16:56:53.043Z | 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 59 | 2026-03-05T16:56:53.043Z | |
| 60 | 2026-03-05T16:56:53.046Z | |
| 61 | 2026-03-05T16:56:53.046Z | Rust is installed now. Great! |
| 62 | 2026-03-05T16:56:53.046Z | |
| 63 | 2026-03-05T16:56:53.046Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-03-05T16:56:53.046Z | environment variable. This has not been done automatically. |
| 65 | 2026-03-05T16:56:53.046Z | |
| 66 | 2026-03-05T16:56:53.046Z | To configure your current shell, you need to source |
| 67 | 2026-03-05T16:56:53.046Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-03-05T16:56:53.046Z | |
| 69 | 2026-03-05T16:56:53.046Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-03-05T16:56:53.046Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-03-05T16:56:53.046Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-03-05T16:56:53.046Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-03-05T16:56:53.157Z | + rustup --version |
| 74 | 2026-03-05T16:56:53.171Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-03-05T16:56:53.174Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-03-05T16:56:53.290Z | info: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)` |
| 77 | 2026-03-05T16:56:53.293Z | + cargo --version |
| 78 | 2026-03-05T16:56:53.365Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 79 | 2026-03-05T16:56:53.369Z | + rustc --version |
| 80 | 2026-03-05T16:56:53.443Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 81 | 2026-03-05T16:56:53.447Z | process exited: duration 30474 ms, exit code 0 |
| |
| 82 | 2026-03-05T16:56:53.454Z | starting task 2: "authentication" |
| 83 | 2026-03-05T16:56:53.480Z | process exited: duration 22 ms, exit code 0 |
| |
| 84 | 2026-03-05T16:56:53.487Z | starting task 3: "clone repository" |
| 85 | 2026-03-05T16:56:53.492Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2026-03-05T16:56:53.495Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2026-03-05T16:56:53.534Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2026-03-05T16:57:04.117Z | + cd /work/oxidecomputer/omicron |
| 89 | 2026-03-05T16:57:04.117Z | + git fetch origin bd7932447a4eeffcb5344add7d3892f87f497e91 |
| 90 | 2026-03-05T16:57:04.464Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2026-03-05T16:57:04.464Z | * branch bd7932447a4eeffcb5344add7d3892f87f497e91 -> FETCH_HEAD |
| 92 | 2026-03-05T16:57:04.475Z | + [[ -n john/fix-bfd-status-one-scrimlet ]] |
| 93 | 2026-03-05T16:57:04.478Z | ++ git branch --show-current |
| 94 | 2026-03-05T16:57:04.478Z | + current=main |
| 95 | 2026-03-05T16:57:04.478Z | + [[ main != john/fix-bfd-status-one-scrimlet ]] |
| 96 | 2026-03-05T16:57:04.478Z | + git branch -f john/fix-bfd-status-one-scrimlet bd7932447a4eeffcb5344add7d3892f87f497e91 |
| 97 | 2026-03-05T16:57:04.482Z | + git checkout -f john/fix-bfd-status-one-scrimlet |
| 98 | 2026-03-05T16:57:04.833Z | Switched to branch 'john/fix-bfd-status-one-scrimlet' |
| 99 | 2026-03-05T16:57:04.837Z | + git reset --hard bd7932447a4eeffcb5344add7d3892f87f497e91 |
| 100 | 2026-03-05T16:57:04.853Z | HEAD is now at bd7932447 bfd status no longer 404s if one switch is missing |
| 101 | 2026-03-05T16:57:04.856Z | process exited: duration 11366 ms, exit code 0 |
| |
| 102 | 2026-03-05T16:57:04.865Z | starting task 4: "build" |
| 103 | 2026-03-05T16:57:04.871Z | + source .github/buildomat/ci-env.sh |
| 104 | 2026-03-05T16:57:04.876Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2026-03-05T16:57:04.876Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2026-03-05T16:57:04.876Z | + cargo --version |
| 107 | 2026-03-05T16:57:04.934Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 108 | 2026-03-05T16:57:04.938Z | + rustc --version |
| 109 | 2026-03-05T16:57:05.009Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 110 | 2026-03-05T16:57:05.013Z | + WORK=/work |
| 111 | 2026-03-05T16:57:05.013Z | + pfexec mkdir -p /work |
| 112 | 2026-03-05T16:57:05.016Z | + pfexec chown build /work |
| 113 | 2026-03-05T16:57:05.019Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 114 | 2026-03-05T16:57:16.094Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 115 | 2026-03-05T16:57:26.721Z | Startup: Caching catalogs ... Done |
| 116 | 2026-03-05T16:57:50.035Z | Planning: Solver setup ... Done (21.661s) |
| 117 | 2026-03-05T16:57:50.200Z | Planning: Running solver ... Done (0.165s) |
| 118 | 2026-03-05T16:57:50.367Z | Planning: Finding local manifests ... Done (0.003s) |
| 119 | 2026-03-05T16:57:50.381Z | Planning: Fetching manifests: 0/4 0% complete |
| 120 | 2026-03-05T16:57:50.522Z | Planning: Fetching manifests: 4/4 100% complete |
| 121 | 2026-03-05T16:57:50.569Z | Planning: Package planning ... Done (0.047s) |
| 122 | 2026-03-05T16:57:50.618Z | Planning: Merging actions ... Done (0.049s) |
| 123 | 2026-03-05T16:57:51.177Z | Planning: Checking for conflicting actions ... Done (0.557s) |
| 124 | 2026-03-05T16:57:51.188Z | Planning: Consolidating action changes ... Done (0.011s) |
| 125 | 2026-03-05T16:57:52.236Z | Planning: Evaluating mediators ... Done (1.048s) |
| 126 | 2026-03-05T16:57:52.245Z | Planning: Planning completed in 25.37 seconds |
| 127 | 2026-03-05T16:57:52.260Z | Packages to install: 4 |
| 128 | 2026-03-05T16:57:52.264Z | Mediators to change: 2 |
| 129 | 2026-03-05T16:57:52.264Z | Services to change: 1 |
| 130 | 2026-03-05T16:57:52.264Z | Estimated space available: 155.44 GB |
| 131 | 2026-03-05T16:57:52.264Z | Estimated space to be consumed: 1.82 GB |
| 132 | 2026-03-05T16:57:52.264Z | Create boot environment: No |
| 133 | 2026-03-05T16:57:52.264Z | Create backup boot environment: No |
| 134 | 2026-03-05T16:57:52.264Z | Rebuild boot archive: No |
| 135 | 2026-03-05T16:57:52.264Z | |
| 136 | 2026-03-05T16:57:52.264Z | Changed mediators: |
| 137 | 2026-03-05T16:57:52.264Z | mediator clang: |
| 138 | 2026-03-05T16:57:52.264Z | version: None -> 15 (system default) |
| 139 | 2026-03-05T16:57:52.264Z | |
| 140 | 2026-03-05T16:57:52.264Z | mediator llvm: |
| 141 | 2026-03-05T16:57:52.264Z | version: 14 (system default) -> 15 (system default) |
| 142 | 2026-03-05T16:57:52.264Z | |
| 143 | 2026-03-05T16:57:52.264Z | Changed packages: |
| 144 | 2026-03-05T16:57:52.264Z | helios-dev |
| 145 | 2026-03-05T16:57:52.264Z | developer/build-essential |
| 146 | 2026-03-05T16:57:52.264Z | None -> 11-2.0 |
| 147 | 2026-03-05T16:57:52.264Z | library/libxmlsec1 |
| 148 | 2026-03-05T16:57:52.264Z | None -> 1.2.35-2.0 |
| 149 | 2026-03-05T16:57:52.264Z | ooce/developer/clang-15 |
| 150 | 2026-03-05T16:57:52.264Z | None -> 15.0.7-2.0 |
| 151 | 2026-03-05T16:57:52.264Z | ooce/developer/llvm-15 |
| 152 | 2026-03-05T16:57:52.264Z | None -> 15.0.7-2.0 |
| 153 | 2026-03-05T16:57:52.264Z | |
| 154 | 2026-03-05T16:57:52.264Z | Services: |
| 155 | 2026-03-05T16:57:52.264Z | restart_fmri: |
| 156 | 2026-03-05T16:57:52.264Z | svc:/system/update-man-index:default |
| 157 | 2026-03-05T16:57:52.314Z | |
| 158 | 2026-03-05T16:57:52.314Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 159 | 2026-03-05T16:57:57.320Z | Download: 1201/3290 items 83.9/212.6MB 39% complete (17.1M/s) |
| 160 | 2026-03-05T16:58:03.149Z | Download: 3240/3290 items 200.9/212.6MB 94% complete (20.2M/s) |
| 161 | 2026-03-05T16:58:05.778Z | Download: Completed 212.60 MB in 13.46 seconds (15.8M/s) |
| 162 | 2026-03-05T16:58:05.974Z | Actions: 1/3689 actions (Installing new actions) |
| 163 | 2026-03-05T16:58:10.493Z | Actions: Completed 3689 actions in 4.52 seconds. |
| 164 | 2026-03-05T16:58:10.920Z | Done (0.424s) |
| 165 | 2026-03-05T16:58:10.920Z | Done (0.000s) |
| 166 | 2026-03-05T16:58:12.028Z | Done (1.107s) |
| 167 | 2026-03-05T16:58:16.454Z | Done (4.068s) |
| 168 | 2026-03-05T16:58:16.542Z | Done (0.020s) |
| 169 | 2026-03-05T16:58:16.545Z | Done (0.000s) |
| 170 | 2026-03-05T16:58:16.700Z | Done (0.000s) |
| 171 | 2026-03-05T16:58:17.660Z | Planning: Evaluating mediator changes ... Done |
| 172 | 2026-03-05T16:58:17.824Z | Planning: Checking for conflicting actions ... Done |
| 173 | 2026-03-05T16:58:17.827Z | Planning: Consolidating action changes ... Done |
| 174 | 2026-03-05T16:58:18.098Z | Planning: Evaluating mediators ... Done |
| 175 | 2026-03-05T16:58:18.101Z | Planning: Planning completed in 0.44 seconds |
| 176 | 2026-03-05T16:58:18.132Z | Mediators to change: 2 |
| 177 | 2026-03-05T16:58:18.133Z | Create boot environment: No |
| 178 | 2026-03-05T16:58:18.136Z | Create backup boot environment: No |
| 179 | 2026-03-05T16:58:18.204Z | Done |
| 180 | 2026-03-05T16:58:18.204Z | Done |
| 181 | 2026-03-05T16:58:18.989Z | Done |
| 182 | 2026-03-05T16:58:22.584Z | Done |
| 183 | 2026-03-05T16:58:22.633Z | Done |
| 184 | 2026-03-05T16:58:22.652Z | Done |
| 185 | 2026-03-05T16:58:22.868Z | Done |
| 186 | 2026-03-05T16:58:23.486Z | Planning: Evaluating mediator changes ... Done |
| 187 | 2026-03-05T16:58:23.489Z | Planning: Merging actions ... Done |
| 188 | 2026-03-05T16:58:23.681Z | Planning: Checking for conflicting actions ... Done |
| 189 | 2026-03-05T16:58:23.685Z | Planning: Consolidating action changes ... Done |
| 190 | 2026-03-05T16:58:23.971Z | Planning: Evaluating mediators ... Done |
| 191 | 2026-03-05T16:58:24.020Z | Planning: Planning completed in 0.77 seconds |
| 192 | 2026-03-05T16:58:24.050Z | Packages to change: 1 |
| 193 | 2026-03-05T16:58:24.067Z | Mediators to change: 1 |
| 194 | 2026-03-05T16:58:24.067Z | Services to change: 1 |
| 195 | 2026-03-05T16:58:24.068Z | Create boot environment: No |
| 196 | 2026-03-05T16:58:24.068Z | Create backup boot environment: Yes |
| 197 | 2026-03-05T16:58:26.870Z | Actions: 1/6 actions (Updating modified actions) |
| 198 | 2026-03-05T16:58:26.873Z | Actions: Completed 6 actions in 0.00 seconds. |
| 199 | 2026-03-05T16:58:26.873Z | Done |
| 200 | 2026-03-05T16:58:26.873Z | Done |
| 201 | 2026-03-05T16:58:27.088Z | Done |
| 202 | 2026-03-05T16:58:30.626Z | Done |
| 203 | 2026-03-05T16:58:30.716Z | Done |
| 204 | 2026-03-05T16:58:30.720Z | Done |
| 205 | 2026-03-05T16:58:30.873Z | Done |
| 206 | 2026-03-05T16:58:31.312Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 207 | 2026-03-05T16:58:31.312Z | clang system 15 system |
| 208 | 2026-03-05T16:58:31.313Z | csh system system illumos |
| 209 | 2026-03-05T16:58:31.313Z | ctags system system illumos |
| 210 | 2026-03-05T16:58:31.313Z | file system system illumos |
| 211 | 2026-03-05T16:58:31.313Z | gcc vendor 12 vendor |
| 212 | 2026-03-05T16:58:31.313Z | gcc system 10 system |
| 213 | 2026-03-05T16:58:31.313Z | gcc system 7 system |
| 214 | 2026-03-05T16:58:31.313Z | go system 1.20 system |
| 215 | 2026-03-05T16:58:31.313Z | go system 1.19 system |
| 216 | 2026-03-05T16:58:31.313Z | llvm system 15 system |
| 217 | 2026-03-05T16:58:31.313Z | llvm system 14 system |
| 218 | 2026-03-05T16:58:31.313Z | mariadb system 10.6 system |
| 219 | 2026-03-05T16:58:31.313Z | mta vendor vendor dma |
| 220 | 2026-03-05T16:58:31.313Z | openjdk system 17 system |
| 221 | 2026-03-05T16:58:31.313Z | openjdk system 11 system |
| 222 | 2026-03-05T16:58:31.313Z | openjdk system 1.8 system |
| 223 | 2026-03-05T16:58:31.313Z | openssl vendor 3 vendor |
| 224 | 2026-03-05T16:58:31.313Z | perl system 5.36 system |
| 225 | 2026-03-05T16:58:31.313Z | postgresql system 15 system |
| 226 | 2026-03-05T16:58:31.313Z | postgresql system 13 system |
| 227 | 2026-03-05T16:58:31.313Z | python vendor 3 vendor |
| 228 | 2026-03-05T16:58:31.313Z | python system 2 system |
| 229 | 2026-03-05T16:58:31.313Z | python3 system 3.11 system |
| 230 | 2026-03-05T16:58:31.313Z | ruby system 3.0 system |
| 231 | 2026-03-05T16:58:31.313Z | words vendor vendor american-english |
| 232 | 2026-03-05T16:58:31.313Z | words system system australian-english |
| 233 | 2026-03-05T16:58:31.313Z | words system system british-english |
| 234 | 2026-03-05T16:58:31.313Z | words system system canadian-english |
| 235 | 2026-03-05T16:58:31.313Z | words system system french |
| 236 | 2026-03-05T16:58:31.313Z | words system system italian |
| 237 | 2026-03-05T16:58:31.313Z | words system system ngerman |
| 238 | 2026-03-05T16:58:31.313Z | words system system ogerman |
| 239 | 2026-03-05T16:58:31.313Z | words system system spanish |
| 240 | 2026-03-05T16:58:31.645Z | PUBLISHER TYPE STATUS P LOCATION |
| 241 | 2026-03-05T16:58:31.645Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 242 | 2026-03-05T16:58:38.243Z | FMRI IFO |
| 243 | 2026-03-05T16:58:38.243Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 244 | 2026-03-05T16:58:38.244Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 245 | 2026-03-05T16:58:38.244Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 246 | 2026-03-05T16:58:38.244Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 247 | 2026-03-05T16:58:38.244Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 248 | 2026-03-05T16:58:38.244Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 249 | 2026-03-05T16:58:38.244Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 250 | 2026-03-05T16:58:38.244Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 251 | 2026-03-05T16:58:38.244Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 252 | 2026-03-05T16:58:38.244Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 253 | 2026-03-05T16:58:38.244Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 254 | 2026-03-05T16:58:38.244Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 255 | 2026-03-05T16:58:38.244Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 256 | 2026-03-05T16:58:38.244Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 257 | 2026-03-05T16:58:38.244Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 258 | 2026-03-05T16:58:38.244Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 259 | 2026-03-05T16:58:39.415Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 260 | 2026-03-05T16:58:39.719Z | Updating crates.io index |
| 261 | 2026-03-05T16:58:39.758Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 262 | 2026-03-05T16:58:40.005Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 263 | 2026-03-05T16:58:40.866Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 264 | 2026-03-05T16:58:41.101Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 265 | 2026-03-05T16:58:41.440Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 266 | 2026-03-05T16:58:42.947Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 267 | 2026-03-05T16:58:45.258Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 268 | 2026-03-05T16:58:46.036Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 269 | 2026-03-05T16:58:46.841Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 270 | 2026-03-05T16:58:48.218Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 271 | 2026-03-05T16:58:48.713Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 272 | 2026-03-05T16:58:49.924Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 273 | 2026-03-05T16:58:50.192Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 274 | 2026-03-05T16:58:50.771Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 275 | 2026-03-05T16:58:51.051Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 276 | 2026-03-05T16:58:51.999Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 277 | 2026-03-05T16:58:52.485Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 278 | 2026-03-05T16:58:52.942Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 279 | 2026-03-05T16:58:53.445Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 280 | 2026-03-05T16:58:53.896Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 281 | 2026-03-05T16:58:54.275Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 282 | 2026-03-05T16:58:54.502Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 283 | 2026-03-05T16:58:54.769Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 284 | 2026-03-05T16:58:55.227Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 285 | 2026-03-05T16:58:55.790Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 286 | 2026-03-05T16:58:56.298Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 287 | 2026-03-05T16:58:56.551Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 288 | 2026-03-05T16:58:56.871Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 289 | 2026-03-05T16:58:57.168Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 290 | 2026-03-05T16:58:58.920Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 291 | 2026-03-05T16:58:59.249Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 292 | 2026-03-05T16:58:59.581Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 293 | 2026-03-05T16:59:00.016Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 294 | 2026-03-05T16:59:00.561Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 295 | 2026-03-05T16:59:00.826Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 296 | 2026-03-05T16:59:01.109Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 297 | 2026-03-05T16:59:01.351Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 298 | 2026-03-05T16:59:01.847Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 299 | 2026-03-05T16:59:16.609Z | Downloading crates ... |
| 300 | 2026-03-05T16:59:16.666Z | Downloaded anstyle-query v1.1.5 |
| 301 | 2026-03-05T16:59:16.669Z | Downloaded equivalent v1.0.2 |
| 302 | 2026-03-05T16:59:16.669Z | Downloaded colorchoice v1.0.4 |
| 303 | 2026-03-05T16:59:16.673Z | Downloaded clap_lex v1.0.0 |
| 304 | 2026-03-05T16:59:16.676Z | Downloaded crypto-common v0.1.7 |
| 305 | 2026-03-05T16:59:16.679Z | Downloaded scroll_derive v0.12.1 |
| 306 | 2026-03-05T16:59:16.679Z | Downloaded anstyle-parse v0.2.7 |
| 307 | 2026-03-05T16:59:16.679Z | Downloaded swrite v0.1.0 |
| 308 | 2026-03-05T16:59:16.682Z | Downloaded anstyle v1.0.13 |
| 309 | 2026-03-05T16:59:16.683Z | Downloaded cpufeatures v0.2.17 |
| 310 | 2026-03-05T16:59:16.683Z | Downloaded anstream v0.6.21 |
| 311 | 2026-03-05T16:59:16.686Z | Downloaded form_urlencoded v1.2.2 |
| 312 | 2026-03-05T16:59:16.686Z | Downloaded pest_generator v2.8.6 |
| 313 | 2026-03-05T16:59:16.686Z | Downloaded is_terminal_polyfill v1.70.2 |
| 314 | 2026-03-05T16:59:16.690Z | Downloaded idna_adapter v1.2.1 |
| 315 | 2026-03-05T16:59:16.694Z | Downloaded dtrace-parser v0.2.0 |
| 316 | 2026-03-05T16:59:16.701Z | Downloaded textwrap v0.16.2 |
| 317 | 2026-03-05T16:59:16.704Z | Downloaded typeid v1.0.3 |
| 318 | 2026-03-05T16:59:16.707Z | Downloaded thread-id v4.2.2 |
| 319 | 2026-03-05T16:59:16.707Z | Downloaded camino-tempfile v1.4.1 |
| 320 | 2026-03-05T16:59:16.707Z | Downloaded sha2 v0.10.9 |
| 321 | 2026-03-05T16:59:16.710Z | Downloaded pretty-hex v0.4.1 |
| 322 | 2026-03-05T16:59:16.710Z | Downloaded unicode-xid v0.2.6 |
| 323 | 2026-03-05T16:59:16.713Z | Downloaded toml_write v0.1.2 |
| 324 | 2026-03-05T16:59:16.713Z | Downloaded potential_utf v0.1.4 |
| 325 | 2026-03-05T16:59:16.718Z | Downloaded zerofrom v0.1.6 |
| 326 | 2026-03-05T16:59:16.718Z | Downloaded utf8parse v0.2.2 |
| 327 | 2026-03-05T16:59:16.719Z | Downloaded version_check v0.9.5 |
| 328 | 2026-03-05T16:59:16.725Z | Downloaded toml_datetime v0.6.11 |
| 329 | 2026-03-05T16:59:16.725Z | Downloaded plain v0.2.3 |
| 330 | 2026-03-05T16:59:16.725Z | Downloaded memmap v0.7.0 |
| 331 | 2026-03-05T16:59:16.725Z | Downloaded unicode-linebreak v0.1.5 |
| 332 | 2026-03-05T16:59:16.725Z | Downloaded generic-array v0.14.7 |
| 333 | 2026-03-05T16:59:16.729Z | Downloaded usdt-macro v0.5.0 |
| 334 | 2026-03-05T16:59:16.729Z | Downloaded litemap v0.8.1 |
| 335 | 2026-03-05T16:59:16.729Z | Downloaded usdt-attr-macro v0.5.0 |
| 336 | 2026-03-05T16:59:16.729Z | Downloaded displaydoc v0.2.5 |
| 337 | 2026-03-05T16:59:16.732Z | Downloaded cfg-if v1.0.4 |
| 338 | 2026-03-05T16:59:16.732Z | Downloaded serde-untagged v0.1.9 |
| 339 | 2026-03-05T16:59:16.735Z | Downloaded itoa v1.0.17 |
| 340 | 2026-03-05T16:59:16.735Z | Downloaded usdt v0.5.0 |
| 341 | 2026-03-05T16:59:16.740Z | Downloaded fs-err v3.3.0 |
| 342 | 2026-03-05T16:59:16.747Z | Downloaded quote v1.0.44 |
| 343 | 2026-03-05T16:59:16.747Z | Downloaded zerofrom-derive v0.1.6 |
| 344 | 2026-03-05T16:59:16.747Z | Downloaded clap_derive v4.5.55 |
| 345 | 2026-03-05T16:59:16.751Z | Downloaded yoke v0.8.1 |
| 346 | 2026-03-05T16:59:16.751Z | Downloaded strsim v0.11.1 |
| 347 | 2026-03-05T16:59:16.752Z | Downloaded serde-value v0.7.0 |
| 348 | 2026-03-05T16:59:16.752Z | Downloaded utf8_iter v1.0.4 |
| 349 | 2026-03-05T16:59:16.752Z | Downloaded proc-macro-error-attr v1.0.4 |
| 350 | 2026-03-05T16:59:16.755Z | Downloaded stable_deref_trait v1.2.1 |
| 351 | 2026-03-05T16:59:16.755Z | Downloaded once_cell v1.21.3 |
| 352 | 2026-03-05T16:59:16.755Z | Downloaded zmij v1.0.21 |
| 353 | 2026-03-05T16:59:16.755Z | Downloaded serde_spanned v0.6.9 |
| 354 | 2026-03-05T16:59:16.759Z | Downloaded ordered-float v2.10.1 |
| 355 | 2026-03-05T16:59:16.759Z | Downloaded macaddr v1.0.1 |
| 356 | 2026-03-05T16:59:16.759Z | Downloaded zerovec-derive v0.11.2 |
| 357 | 2026-03-05T16:59:16.762Z | Downloaded yoke-derive v0.8.1 |
| 358 | 2026-03-05T16:59:16.762Z | Downloaded terminal_size v0.4.3 |
| 359 | 2026-03-05T16:59:16.766Z | Downloaded tinystr v0.8.2 |
| 360 | 2026-03-05T16:59:16.766Z | Downloaded writeable v0.6.2 |
| 361 | 2026-03-05T16:59:16.766Z | Downloaded toml v0.8.23 |
| 362 | 2026-03-05T16:59:16.769Z | Downloaded tabled_derive v0.7.0 |
| 363 | 2026-03-05T16:59:16.769Z | Downloaded percent-encoding v2.3.2 |
| 364 | 2026-03-05T16:59:16.769Z | Downloaded block-buffer v0.10.4 |
| 365 | 2026-03-05T16:59:16.772Z | Downloaded fnv v1.0.7 |
| 366 | 2026-03-05T16:59:16.772Z | Downloaded digest v0.10.7 |
| 367 | 2026-03-05T16:59:16.772Z | Downloaded cargo_metadata v0.21.0 |
| 368 | 2026-03-05T16:59:16.776Z | Downloaded smawk v0.3.2 |
| 369 | 2026-03-05T16:59:16.776Z | Downloaded dof v0.3.0 |
| 370 | 2026-03-05T16:59:16.779Z | Downloaded zerocopy-derive v0.7.35 |
| 371 | 2026-03-05T16:59:16.783Z | Downloaded erased-serde v0.4.9 |
| 372 | 2026-03-05T16:59:16.787Z | Downloaded cargo-platform v0.2.0 |
| 373 | 2026-03-05T16:59:16.787Z | Downloaded typenum v1.19.0 |
| 374 | 2026-03-05T16:59:16.792Z | Downloaded usdt-impl v0.5.0 |
| 375 | 2026-03-05T16:59:16.796Z | Downloaded fastrand v2.3.0 |
| 376 | 2026-03-05T16:59:16.796Z | Downloaded unicode-ident v1.0.24 |
| 377 | 2026-03-05T16:59:16.799Z | Downloaded ucd-trie v0.1.7 |
| 378 | 2026-03-05T16:59:16.803Z | Downloaded toml_edit v0.22.27 |
| 379 | 2026-03-05T16:59:16.806Z | Downloaded scroll v0.12.0 |
| 380 | 2026-03-05T16:59:16.811Z | Downloaded log v0.4.29 |
| 381 | 2026-03-05T16:59:16.814Z | Downloaded zerotrie v0.2.3 |
| 382 | 2026-03-05T16:59:16.817Z | Downloaded errno v0.3.14 |
| 383 | 2026-03-05T16:59:16.817Z | Downloaded autocfg v1.5.0 |
| 384 | 2026-03-05T16:59:16.820Z | Downloaded proc-macro-error v1.0.4 |
| 385 | 2026-03-05T16:59:16.824Z | Downloaded byteorder v1.5.0 |
| 386 | 2026-03-05T16:59:16.824Z | Downloaded synstructure v0.13.2 |
| 387 | 2026-03-05T16:59:16.828Z | Downloaded bytecount v0.6.9 |
| 388 | 2026-03-05T16:59:16.828Z | Downloaded zerovec v0.11.5 |
| 389 | 2026-03-05T16:59:16.832Z | Downloaded serde_tokenstream v0.2.3 |
| 390 | 2026-03-05T16:59:16.832Z | Downloaded url v2.5.8 |
| 391 | 2026-03-05T16:59:16.835Z | Downloaded heck v0.5.0 |
| 392 | 2026-03-05T16:59:16.835Z | Downloaded heck v0.4.1 |
| 393 | 2026-03-05T16:59:16.838Z | Downloaded cargo_toml v0.21.0 |
| 394 | 2026-03-05T16:59:16.838Z | Downloaded zerocopy v0.7.35 |
| 395 | 2026-03-05T16:59:16.851Z | Downloaded winnow v0.7.14 |
| 396 | 2026-03-05T16:59:16.857Z | Downloaded thiserror v2.0.18 |
| 397 | 2026-03-05T16:59:16.862Z | Downloaded camino v1.2.2 |
| 398 | 2026-03-05T16:59:16.865Z | Downloaded bitflags v2.11.0 |
| 399 | 2026-03-05T16:59:16.868Z | Downloaded proc-macro2 v1.0.106 |
| 400 | 2026-03-05T16:59:16.872Z | Downloaded unicode-width v0.2.0 |
| 401 | 2026-03-05T16:59:16.875Z | Downloaded anyhow v1.0.102 |
| 402 | 2026-03-05T16:59:16.878Z | Downloaded pest_derive v2.8.6 |
| 403 | 2026-03-05T16:59:16.881Z | Downloaded unicode-width v0.1.14 |
| 404 | 2026-03-05T16:59:16.884Z | Downloaded smallvec v1.15.1 |
| 405 | 2026-03-05T16:59:16.887Z | Downloaded papergrid v0.11.0 |
| 406 | 2026-03-05T16:59:16.891Z | Downloaded icu_provider v2.1.1 |
| 407 | 2026-03-05T16:59:16.891Z | Downloaded serde_core v1.0.228 |
| 408 | 2026-03-05T16:59:16.894Z | Downloaded pest_meta v2.8.6 |
| 409 | 2026-03-05T16:59:16.897Z | Downloaded num-traits v0.2.19 |
| 410 | 2026-03-05T16:59:16.897Z | Downloaded icu_normalizer_data v2.1.1 |
| 411 | 2026-03-05T16:59:16.901Z | Downloaded icu_normalizer v2.1.1 |
| 412 | 2026-03-05T16:59:16.904Z | Downloaded serde_derive v1.0.228 |
| 413 | 2026-03-05T16:59:16.904Z | Downloaded thiserror-impl v2.0.18 |
| 414 | 2026-03-05T16:59:16.907Z | Downloaded icu_locale_core v2.1.1 |
| 415 | 2026-03-05T16:59:16.910Z | Downloaded tempfile v3.25.0 |
| 416 | 2026-03-05T16:59:16.913Z | Downloaded icu_properties v2.1.2 |
| 417 | 2026-03-05T16:59:16.914Z | Downloaded clap v4.5.60 |
| 418 | 2026-03-05T16:59:16.920Z | Downloaded memchr v2.8.0 |
| 419 | 2026-03-05T16:59:16.924Z | Downloaded cargo-util-schemas v0.8.2 |
| 420 | 2026-03-05T16:59:16.927Z | Downloaded getrandom v0.4.1 |
| 421 | 2026-03-05T16:59:16.930Z | Downloaded thiserror-impl v1.0.69 |
| 422 | 2026-03-05T16:59:16.931Z | Downloaded hashbrown v0.16.1 |
| 423 | 2026-03-05T16:59:16.935Z | Downloaded serde v1.0.228 |
| 424 | 2026-03-05T16:59:16.938Z | Downloaded indexmap v2.13.0 |
| 425 | 2026-03-05T16:59:16.942Z | Downloaded thiserror v1.0.69 |
| 426 | 2026-03-05T16:59:16.945Z | Downloaded semver v1.0.27 |
| 427 | 2026-03-05T16:59:16.948Z | Downloaded icu_collections v2.1.1 |
| 428 | 2026-03-05T16:59:16.953Z | Downloaded pest v2.8.6 |
| 429 | 2026-03-05T16:59:16.971Z | Downloaded idna v1.1.0 |
| 430 | 2026-03-05T16:59:16.987Z | Downloaded icu_properties_data v2.1.2 |
| 431 | 2026-03-05T16:59:16.990Z | Downloaded serde_json v1.0.149 |
| 432 | 2026-03-05T16:59:16.995Z | Downloaded goblin v0.8.2 |
| 433 | 2026-03-05T16:59:16.999Z | Downloaded clap_builder v4.5.60 |
| 434 | 2026-03-05T16:59:17.005Z | Downloaded tabled v0.15.0 |
| 435 | 2026-03-05T16:59:17.017Z | Downloaded syn v1.0.109 |
| 436 | 2026-03-05T16:59:17.030Z | Downloaded syn v2.0.117 |
| 437 | 2026-03-05T16:59:17.044Z | Downloaded rustix v1.1.3 |
| 438 | 2026-03-05T16:59:17.073Z | Downloaded libc v0.2.180 |
| 439 | 2026-03-05T16:59:17.158Z | Compiling proc-macro2 v1.0.106 |
| 440 | 2026-03-05T16:59:17.161Z | Compiling unicode-ident v1.0.24 |
| 441 | 2026-03-05T16:59:17.161Z | Compiling quote v1.0.44 |
| 442 | 2026-03-05T16:59:17.162Z | Compiling serde_core v1.0.228 |
| 443 | 2026-03-05T16:59:17.162Z | Compiling libc v0.2.180 |
| 444 | 2026-03-05T16:59:17.162Z | Compiling version_check v0.9.5 |
| 445 | 2026-03-05T16:59:17.162Z | Compiling memchr v2.8.0 |
| 446 | 2026-03-05T16:59:17.162Z | Compiling stable_deref_trait v1.2.1 |
| 447 | 2026-03-05T16:59:17.541Z | Compiling serde v1.0.228 |
| 448 | 2026-03-05T16:59:17.615Z | Compiling zmij v1.0.21 |
| 449 | 2026-03-05T16:59:18.216Z | Compiling autocfg v1.5.0 |
| 450 | 2026-03-05T16:59:18.219Z | Compiling ucd-trie v0.1.7 |
| 451 | 2026-03-05T16:59:18.716Z | Compiling itoa v1.0.17 |
| 452 | 2026-03-05T16:59:18.743Z | Compiling thiserror v1.0.69 |
| 453 | 2026-03-05T16:59:18.889Z | Compiling pest v2.8.6 |
| 454 | 2026-03-05T16:59:18.940Z | Compiling litemap v0.8.1 |
| 455 | 2026-03-05T16:59:19.077Z | Compiling writeable v0.6.2 |
| 456 | 2026-03-05T16:59:19.209Z | Compiling icu_properties_data v2.1.2 |
| 457 | 2026-03-05T16:59:19.322Z | Compiling icu_normalizer_data v2.1.1 |
| 458 | 2026-03-05T16:59:19.677Z | Compiling byteorder v1.5.0 |
| 459 | 2026-03-05T16:59:19.714Z | Compiling rustix v1.1.3 |
| 460 | 2026-03-05T16:59:20.018Z | Compiling syn v2.0.117 |
| 461 | 2026-03-05T16:59:20.148Z | Compiling errno v0.3.14 |
| 462 | 2026-03-05T16:59:20.196Z | Compiling serde_json v1.0.149 |
| 463 | 2026-03-05T16:59:20.223Z | Compiling bitflags v2.11.0 |
| 464 | 2026-03-05T16:59:20.665Z | Compiling num-traits v0.2.19 |
| 465 | 2026-03-05T16:59:20.689Z | Compiling smallvec v1.15.1 |
| 466 | 2026-03-05T16:59:20.734Z | Compiling hashbrown v0.16.1 |
| 467 | 2026-03-05T16:59:21.049Z | Compiling equivalent v1.0.2 |
| 468 | 2026-03-05T16:59:21.146Z | Compiling typeid v1.0.3 |
| 469 | 2026-03-05T16:59:21.577Z | Compiling pest_meta v2.8.6 |
| 470 | 2026-03-05T16:59:21.826Z | Compiling thread-id v4.2.2 |
| 471 | 2026-03-05T16:59:21.965Z | Compiling indexmap v2.13.0 |
| 472 | 2026-03-05T16:59:21.991Z | Compiling proc-macro-error-attr v1.0.4 |
| 473 | 2026-03-05T16:59:22.038Z | Compiling usdt-impl v0.5.0 |
| 474 | 2026-03-05T16:59:22.348Z | Compiling syn v1.0.109 |
| 475 | 2026-03-05T16:59:22.437Z | Compiling erased-serde v0.4.9 |
| 476 | 2026-03-05T16:59:22.798Z | Compiling toml_write v0.1.2 |
| 477 | 2026-03-05T16:59:22.926Z | Compiling winnow v0.7.14 |
| 478 | 2026-03-05T16:59:23.667Z | Compiling proc-macro-error v1.0.4 |
| 479 | 2026-03-05T16:59:23.741Z | Compiling percent-encoding v2.3.2 |
| 480 | 2026-03-05T16:59:24.020Z | Compiling camino v1.2.2 |
| 481 | 2026-03-05T16:59:24.092Z | Compiling plain v0.2.3 |
| 482 | 2026-03-05T16:59:24.275Z | Compiling utf8_iter v1.0.4 |
| 483 | 2026-03-05T16:59:24.537Z | Compiling thiserror v2.0.18 |
| 484 | 2026-03-05T16:59:24.617Z | Compiling log v0.4.29 |
| 485 | 2026-03-05T16:59:24.973Z | Compiling getrandom v0.4.1 |
| 486 | 2026-03-05T16:59:25.038Z | Compiling utf8parse v0.2.2 |
| 487 | 2026-03-05T16:59:25.239Z | Compiling anstyle-parse v0.2.7 |
| 488 | 2026-03-05T16:59:25.499Z | Compiling ordered-float v2.10.1 |
| 489 | 2026-03-05T16:59:25.640Z | Compiling form_urlencoded v1.2.2 |
| 490 | 2026-03-05T16:59:25.993Z | Compiling terminal_size v0.4.3 |
| 491 | 2026-03-05T16:59:26.079Z | Compiling anstyle v1.0.13 |
| 492 | 2026-03-05T16:59:26.230Z | Compiling anstyle-query v1.1.5 |
| 493 | 2026-03-05T16:59:26.367Z | Compiling cfg-if v1.0.4 |
| 494 | 2026-03-05T16:59:26.416Z | Compiling colorchoice v1.0.4 |
| 495 | 2026-03-05T16:59:26.420Z | Compiling pretty-hex v0.4.1 |
| 496 | 2026-03-05T16:59:26.486Z | Compiling is_terminal_polyfill v1.70.2 |
| 497 | 2026-03-05T16:59:26.676Z | Compiling synstructure v0.13.2 |
| 498 | 2026-03-05T16:59:26.706Z | Compiling pest_generator v2.8.6 |
| 499 | 2026-03-05T16:59:26.740Z | Compiling serde-untagged v0.1.9 |
| 500 | 2026-03-05T16:59:26.853Z | Compiling anstream v0.6.21 |
| 501 | 2026-03-05T16:59:26.882Z | Compiling semver v1.0.27 |
| 502 | 2026-03-05T16:59:27.460Z | Compiling fs-err v3.3.0 |
| 503 | 2026-03-05T16:59:27.487Z | Compiling bytecount v0.6.9 |
| 504 | 2026-03-05T16:59:27.570Z | Compiling heck v0.5.0 |
| 505 | 2026-03-05T16:59:27.721Z | Compiling strsim v0.11.1 |
| 506 | 2026-03-05T16:59:27.807Z | Compiling unicode-xid v0.2.6 |
| 507 | 2026-03-05T16:59:28.020Z | Compiling anyhow v1.0.102 |
| 508 | 2026-03-05T16:59:28.042Z | Compiling fastrand v2.3.0 |
| 509 | 2026-03-05T16:59:28.046Z | Compiling heck v0.4.1 |
| 510 | 2026-03-05T16:59:28.389Z | Compiling clap_lex v1.0.0 |
| 511 | 2026-03-05T16:59:28.438Z | Compiling fnv v1.0.7 |
| 512 | 2026-03-05T16:59:28.550Z | Compiling unicode-width v0.1.14 |
| 513 | 2026-03-05T16:59:28.597Z | Compiling once_cell v1.21.3 |
| 514 | 2026-03-05T16:59:28.810Z | Compiling clap_builder v4.5.60 |
| 515 | 2026-03-05T16:59:28.966Z | Compiling tempfile v3.25.0 |
| 516 | 2026-03-05T16:59:29.021Z | Compiling papergrid v0.11.0 |
| 517 | 2026-03-05T16:59:29.073Z | Compiling memmap v0.7.0 |
| 518 | 2026-03-05T16:59:29.235Z | Compiling unicode-linebreak v0.1.5 |
| 519 | 2026-03-05T16:59:29.431Z | Compiling unicode-width v0.2.0 |
| 520 | 2026-03-05T16:59:29.738Z | Compiling smawk v0.3.2 |
| 521 | 2026-03-05T16:59:29.761Z | Compiling camino-tempfile v1.4.1 |
| 522 | 2026-03-05T16:59:29.960Z | Compiling textwrap v0.16.2 |
| 523 | 2026-03-05T16:59:30.580Z | Compiling swrite v0.1.0 |
| 524 | 2026-03-05T16:59:30.738Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 525 | 2026-03-05T16:59:30.979Z | Compiling tabled_derive v0.7.0 |
| 526 | 2026-03-05T16:59:31.253Z | Compiling serde_derive v1.0.228 |
| 527 | 2026-03-05T16:59:31.253Z | Compiling zerofrom-derive v0.1.6 |
| 528 | 2026-03-05T16:59:31.328Z | Compiling yoke-derive v0.8.1 |
| 529 | 2026-03-05T16:59:31.432Z | Compiling zerovec-derive v0.11.2 |
| 530 | 2026-03-05T16:59:31.673Z | Compiling displaydoc v0.2.5 |
| 531 | 2026-03-05T16:59:33.011Z | Compiling thiserror-impl v1.0.69 |
| 532 | 2026-03-05T16:59:33.237Z | Compiling zerocopy-derive v0.7.35 |
| 533 | 2026-03-05T16:59:33.892Z | Compiling pest_derive v2.8.6 |
| 534 | 2026-03-05T16:59:34.034Z | Compiling scroll_derive v0.12.1 |
| 535 | 2026-03-05T16:59:34.614Z | Compiling zerofrom v0.1.6 |
| 536 | 2026-03-05T16:59:34.677Z | Compiling thiserror-impl v2.0.18 |
| 537 | 2026-03-05T16:59:34.859Z | Compiling yoke v0.8.1 |
| 538 | 2026-03-05T16:59:35.102Z | Compiling zerocopy v0.7.35 |
| 539 | 2026-03-05T16:59:35.225Z | Compiling zerovec v0.11.5 |
| 540 | 2026-03-05T16:59:35.476Z | Compiling zerotrie v0.2.3 |
| 541 | 2026-03-05T16:59:36.024Z | Compiling dtrace-parser v0.2.0 |
| 542 | 2026-03-05T16:59:36.168Z | Compiling scroll v0.12.0 |
| 543 | 2026-03-05T16:59:36.249Z | Compiling clap_derive v4.5.55 |
| 544 | 2026-03-05T16:59:36.403Z | Compiling tinystr v0.8.2 |
| 545 | 2026-03-05T16:59:36.476Z | Compiling potential_utf v0.1.4 |
| 546 | 2026-03-05T16:59:36.723Z | Compiling icu_collections v2.1.1 |
| 547 | 2026-03-05T16:59:36.781Z | Compiling icu_locale_core v2.1.1 |
| 548 | 2026-03-05T16:59:36.825Z | Compiling goblin v0.8.2 |
| 549 | 2026-03-05T16:59:37.586Z | Compiling tabled v0.15.0 |
| 550 | 2026-03-05T16:59:38.118Z | Compiling icu_provider v2.1.1 |
| 551 | 2026-03-05T16:59:38.647Z | Compiling icu_properties v2.1.2 |
| 552 | 2026-03-05T16:59:38.677Z | Compiling icu_normalizer v2.1.1 |
| 553 | 2026-03-05T16:59:39.390Z | Compiling dof v0.3.0 |
| 554 | 2026-03-05T16:59:39.541Z | Compiling serde_spanned v0.6.9 |
| 555 | 2026-03-05T16:59:39.570Z | Compiling toml_datetime v0.6.11 |
| 556 | 2026-03-05T16:59:39.647Z | Compiling serde_tokenstream v0.2.3 |
| 557 | 2026-03-05T16:59:39.731Z | Compiling serde-value v0.7.0 |
| 558 | 2026-03-05T16:59:39.787Z | Compiling cargo-platform v0.2.0 |
| 559 | 2026-03-05T16:59:40.087Z | Compiling toml_edit v0.22.27 |
| 560 | 2026-03-05T16:59:40.291Z | Compiling clap v4.5.60 |
| 561 | 2026-03-05T16:59:40.323Z | Compiling macaddr v1.0.1 |
| 562 | 2026-03-05T16:59:40.726Z | Compiling idna_adapter v1.2.1 |
| 563 | 2026-03-05T16:59:40.970Z | Compiling idna v1.1.0 |
| 564 | 2026-03-05T16:59:41.343Z | Compiling usdt-attr-macro v0.5.0 |
| 565 | 2026-03-05T16:59:41.425Z | Compiling usdt-macro v0.5.0 |
| 566 | 2026-03-05T16:59:41.564Z | Compiling url v2.5.8 |
| 567 | 2026-03-05T16:59:43.247Z | Compiling toml v0.8.23 |
| 568 | 2026-03-05T16:59:43.635Z | Compiling usdt v0.5.0 |
| 569 | 2026-03-05T16:59:43.968Z | Compiling cargo-util-schemas v0.8.2 |
| 570 | 2026-03-05T16:59:43.968Z | Compiling cargo_toml v0.21.0 |
| 571 | 2026-03-05T16:59:45.389Z | Compiling cargo_metadata v0.21.0 |
| 572 | 2026-03-05T16:59:47.150Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 573 | 2026-03-05T16:59:50.416Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s |
| 574 | 2026-03-05T16:59:50.726Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 575 | 2026-03-05T16:59:51.513Z | Downloading crates ... |
| 576 | 2026-03-05T16:59:51.641Z | Downloaded atty v0.2.14 |
| 577 | 2026-03-05T16:59:51.648Z | Downloaded async-stream v0.3.6 |
| 578 | 2026-03-05T16:59:51.655Z | Downloaded cfg_aliases v0.1.1 |
| 579 | 2026-03-05T16:59:51.659Z | Downloaded bb8 v0.8.6 |
| 580 | 2026-03-05T16:59:51.663Z | Downloaded bit-set v0.8.0 |
| 581 | 2026-03-05T16:59:51.667Z | Downloaded arrayvec v0.7.6 |
| 582 | 2026-03-05T16:59:51.673Z | Downloaded bitfield-macros v0.19.4 |
| 583 | 2026-03-05T16:59:51.676Z | Downloaded aead v0.5.2 |
| 584 | 2026-03-05T16:59:51.680Z | Downloaded arrayref v0.3.9 |
| 585 | 2026-03-05T16:59:51.684Z | Downloaded camino-tempfile-ext v0.3.3 |
| 586 | 2026-03-05T16:59:51.689Z | Downloaded dropshot-api-manager-types v0.5.2 |
| 587 | 2026-03-05T16:59:51.693Z | Downloaded expectorate v1.2.0 |
| 588 | 2026-03-05T16:59:51.698Z | Downloaded ecdsa v0.16.9 |
| 589 | 2026-03-05T16:59:51.703Z | Downloaded derive_builder_core v0.20.2 |
| 590 | 2026-03-05T16:59:51.708Z | Downloaded float-ord v0.3.2 |
| 591 | 2026-03-05T16:59:51.712Z | Downloaded cargo-platform v0.1.9 |
| 592 | 2026-03-05T16:59:51.716Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 593 | 2026-03-05T16:59:51.722Z | Downloaded dirs-sys-next v0.1.2 |
| 594 | 2026-03-05T16:59:51.726Z | Downloaded convert_case v0.10.0 |
| 595 | 2026-03-05T16:59:51.729Z | Downloaded dsl_auto_type v0.1.3 |
| 596 | 2026-03-05T16:59:51.732Z | Downloaded array-init v0.0.4 |
| 597 | 2026-03-05T16:59:51.737Z | Downloaded difflib v0.4.0 |
| 598 | 2026-03-05T16:59:51.740Z | Downloaded crossbeam-utils v0.8.21 |
| 599 | 2026-03-05T16:59:51.746Z | Downloaded daft v0.1.5 |
| 600 | 2026-03-05T16:59:51.750Z | Downloaded dirs-next v2.0.0 |
| 601 | 2026-03-05T16:59:51.755Z | Downloaded enum-as-inner v0.6.1 |
| 602 | 2026-03-05T16:59:51.759Z | Downloaded diff v0.1.13 |
| 603 | 2026-03-05T16:59:51.765Z | Downloaded crc-catalog v2.4.0 |
| 604 | 2026-03-05T16:59:51.769Z | Downloaded foreign-types-shared v0.3.1 |
| 605 | 2026-03-05T16:59:51.773Z | Downloaded foreign-types v0.3.2 |
| 606 | 2026-03-05T16:59:51.776Z | Downloaded foreign-types-macros v0.2.3 |
| 607 | 2026-03-05T16:59:51.780Z | Downloaded foreign-types-shared v0.1.1 |
| 608 | 2026-03-05T16:59:51.783Z | Downloaded float-cmp v0.10.0 |
| 609 | 2026-03-05T16:59:51.787Z | Downloaded globwalk v0.9.1 |
| 610 | 2026-03-05T16:59:51.790Z | Downloaded foreign-types v0.5.0 |
| 611 | 2026-03-05T16:59:51.793Z | Downloaded fixedbitset v0.4.2 |
| 612 | 2026-03-05T16:59:51.797Z | Downloaded flagset v0.4.7 |
| 613 | 2026-03-05T16:59:51.801Z | Downloaded endian-type v0.1.2 |
| 614 | 2026-03-05T16:59:51.804Z | Downloaded colored v3.1.1 |
| 615 | 2026-03-05T16:59:51.821Z | Downloaded ghash v0.5.1 |
| 616 | 2026-03-05T16:59:51.826Z | Downloaded gethostname v0.5.0 |
| 617 | 2026-03-05T16:59:51.830Z | Downloaded headers-core v0.3.0 |
| 618 | 2026-03-05T16:59:51.833Z | Downloaded hash32 v0.2.1 |
| 619 | 2026-03-05T16:59:51.837Z | Downloaded cmake v0.1.57 |
| 620 | 2026-03-05T16:59:51.841Z | Downloaded httpdate v1.0.3 |
| 621 | 2026-03-05T16:59:51.844Z | Downloaded foldhash v0.2.0 |
| 622 | 2026-03-05T16:59:51.847Z | Downloaded foldhash v0.1.5 |
| 623 | 2026-03-05T16:59:51.852Z | Downloaded fallible-iterator v0.2.0 |
| 624 | 2026-03-05T16:59:51.855Z | Downloaded erased-serde v0.3.31 |
| 625 | 2026-03-05T16:59:51.860Z | Downloaded hex v0.4.3 |
| 626 | 2026-03-05T16:59:51.864Z | Downloaded hyper-tls v0.6.0 |
| 627 | 2026-03-05T16:59:51.868Z | Downloaded http-body v1.0.1 |
| 628 | 2026-03-05T16:59:51.871Z | Downloaded hostname v0.4.2 |
| 629 | 2026-03-05T16:59:51.875Z | Downloaded ident_case v1.0.1 |
| 630 | 2026-03-05T16:59:51.878Z | Downloaded indoc v1.0.9 |
| 631 | 2026-03-05T16:59:51.883Z | Downloaded inout v0.1.4 |
| 632 | 2026-03-05T16:59:51.887Z | Downloaded clang-sys v1.8.1 |
| 633 | 2026-03-05T16:59:51.892Z | Downloaded git-stub v1.0.0 |
| 634 | 2026-03-05T16:59:51.895Z | Downloaded hubpack_derive v0.1.1 |
| 635 | 2026-03-05T16:59:51.898Z | Downloaded derive-ex v0.1.8 |
| 636 | 2026-03-05T16:59:51.901Z | Downloaded glob v0.3.3 |
| 637 | 2026-03-05T16:59:51.905Z | Downloaded instant v0.1.13 |
| 638 | 2026-03-05T16:59:51.909Z | Downloaded group v0.13.0 |
| 639 | 2026-03-05T16:59:51.913Z | Downloaded is_ci v1.2.0 |
| 640 | 2026-03-05T16:59:51.916Z | Downloaded internet-checksum v0.2.1 |
| 641 | 2026-03-05T16:59:51.919Z | Downloaded flate2 v1.1.9 |
| 642 | 2026-03-05T16:59:51.927Z | Downloaded fs_extra v1.3.0 |
| 643 | 2026-03-05T16:59:51.930Z | Downloaded des v0.8.1 |
| 644 | 2026-03-05T16:59:51.934Z | Downloaded console v0.15.11 |
| 645 | 2026-03-05T16:59:51.939Z | Downloaded keccak v0.1.6 |
| 646 | 2026-03-05T16:59:51.944Z | Downloaded console v0.16.2 |
| 647 | 2026-03-05T16:59:51.947Z | Downloaded instability v0.3.11 |
| 648 | 2026-03-05T16:59:51.951Z | Downloaded crc-any v2.5.0 |
| 649 | 2026-03-05T16:59:51.955Z | Downloaded md-5 v0.10.6 |
| 650 | 2026-03-05T16:59:51.958Z | Downloaded maybe-uninit v2.0.0 |
| 651 | 2026-03-05T16:59:51.961Z | Downloaded libscf-sys v1.1.0 |
| 652 | 2026-03-05T16:59:51.964Z | Downloaded mime v0.3.17 |
| 653 | 2026-03-05T16:59:51.967Z | Downloaded memoffset v0.9.1 |
| 654 | 2026-03-05T16:59:51.970Z | Downloaded http-body-util v0.1.3 |
| 655 | 2026-03-05T16:59:51.973Z | Downloaded linked-hash-map v0.5.6 |
| 656 | 2026-03-05T16:59:51.976Z | Downloaded match_cfg v0.1.0 |
| 657 | 2026-03-05T16:59:51.979Z | Downloaded half v1.8.3 |
| 658 | 2026-03-05T16:59:51.982Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 659 | 2026-03-05T16:59:51.987Z | Downloaded md5 v0.7.0 |
| 660 | 2026-03-05T16:59:51.990Z | Downloaded ipnetwork v0.21.1 |
| 661 | 2026-03-05T16:59:51.994Z | Downloaded nibble_vec v0.1.0 |
| 662 | 2026-03-05T16:59:51.997Z | Downloaded newline-converter v0.3.0 |
| 663 | 2026-03-05T16:59:52.000Z | Downloaded normalize-line-endings v0.3.0 |
| 664 | 2026-03-05T16:59:52.003Z | Downloaded fatfs v0.3.6 |
| 665 | 2026-03-05T16:59:52.007Z | Downloaded elliptic-curve v0.13.8 |
| 666 | 2026-03-05T16:59:52.013Z | Downloaded newtype_derive v0.1.6 |
| 667 | 2026-03-05T16:59:52.018Z | Downloaded num-conv v0.2.0 |
| 668 | 2026-03-05T16:59:52.023Z | Downloaded num-derive v0.3.3 |
| 669 | 2026-03-05T16:59:52.026Z | Downloaded hyper-rustls v0.27.7 |
| 670 | 2026-03-05T16:59:52.029Z | Downloaded libsw-core v0.3.2 |
| 671 | 2026-03-05T16:59:52.033Z | Downloaded num_enum_derive v0.5.11 |
| 672 | 2026-03-05T16:59:52.036Z | Downloaded kstat-rs v0.2.4 |
| 673 | 2026-03-05T16:59:52.036Z | Downloaded openssl-probe v0.2.1 |
| 674 | 2026-03-05T16:59:52.039Z | Downloaded libloading v0.8.9 |
| 675 | 2026-03-05T16:59:52.042Z | Downloaded parse-display v0.10.0 |
| 676 | 2026-03-05T16:59:52.045Z | Downloaded num_threads v0.1.7 |
| 677 | 2026-03-05T16:59:52.048Z | Downloaded num-iter v0.1.45 |
| 678 | 2026-03-05T16:59:52.052Z | Downloaded linear-map v1.2.0 |
| 679 | 2026-03-05T16:59:52.055Z | Downloaded bumpalo v3.20.2 |
| 680 | 2026-03-05T16:59:52.059Z | Downloaded openssl-probe v0.1.6 |
| 681 | 2026-03-05T16:59:52.062Z | Downloaded olpc-cjson v0.1.4 |
| 682 | 2026-03-05T16:59:52.065Z | Downloaded half v2.7.1 |
| 683 | 2026-03-05T16:59:52.068Z | Downloaded humantime v2.3.0 |
| 684 | 2026-03-05T16:59:52.072Z | Downloaded nonempty v0.12.0 |
| 685 | 2026-03-05T16:59:52.075Z | Downloaded oso-derive v0.27.3 |
| 686 | 2026-03-05T16:59:52.078Z | Downloaded parse-size v1.1.0 |
| 687 | 2026-03-05T16:59:52.081Z | Downloaded flume v0.11.1 |
| 688 | 2026-03-05T16:59:52.085Z | Downloaded derive_more v0.99.20 |
| 689 | 2026-03-05T16:59:52.091Z | Downloaded peg-runtime v0.8.5 |
| 690 | 2026-03-05T16:59:52.094Z | Downloaded num-rational v0.4.2 |
| 691 | 2026-03-05T16:59:52.097Z | Downloaded pin-utils v0.1.0 |
| 692 | 2026-03-05T16:59:52.101Z | Downloaded num_enum v0.5.11 |
| 693 | 2026-03-05T16:59:52.106Z | Downloaded num-complex v0.4.6 |
| 694 | 2026-03-05T16:59:52.116Z | Downloaded nu-ansi-term v0.50.3 |
| 695 | 2026-03-05T16:59:52.116Z | Downloaded phf_shared v0.12.1 |
| 696 | 2026-03-05T16:59:52.116Z | Downloaded predicates-tree v1.0.13 |
| 697 | 2026-03-05T16:59:52.121Z | Downloaded proc-macro-crate v3.4.0 |
| 698 | 2026-03-05T16:59:52.127Z | Downloaded packed_struct v0.10.1 |
| 699 | 2026-03-05T16:59:52.130Z | Downloaded cc v1.2.56 |
| 700 | 2026-03-05T16:59:52.130Z | Downloaded num-integer v0.1.46 |
| 701 | 2026-03-05T16:59:52.134Z | Downloaded num-derive v0.4.2 |
| 702 | 2026-03-05T16:59:52.138Z | Downloaded headers v0.4.1 |
| 703 | 2026-03-05T16:59:52.141Z | Downloaded num_enum_derive v0.7.5 |
| 704 | 2026-03-05T16:59:52.145Z | Downloaded litrs v1.0.0 |
| 705 | 2026-03-05T16:59:52.148Z | Downloaded packed_struct_codegen v0.10.1 |
| 706 | 2026-03-05T16:59:52.151Z | Downloaded powerfmt v0.2.0 |
| 707 | 2026-03-05T16:59:52.157Z | Downloaded predicates-core v1.0.10 |
| 708 | 2026-03-05T16:59:52.160Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 709 | 2026-03-05T16:59:52.161Z | Downloaded owo-colors v4.3.0 |
| 710 | 2026-03-05T16:59:52.166Z | Downloaded pem-rfc7468 v0.7.0 |
| 711 | 2026-03-05T16:59:52.169Z | Downloaded pem v3.0.6 |
| 712 | 2026-03-05T16:59:52.169Z | Downloaded progenitor-client v0.11.2 |
| 713 | 2026-03-05T16:59:52.172Z | Downloaded progenitor-macro v0.13.0 |
| 714 | 2026-03-05T16:59:52.176Z | Downloaded progenitor-macro v0.11.2 |
| 715 | 2026-03-05T16:59:52.176Z | Downloaded progenitor-macro v0.10.0 |
| 716 | 2026-03-05T16:59:52.179Z | Downloaded peg v0.8.5 |
| 717 | 2026-03-05T16:59:52.183Z | Downloaded heapless v0.7.17 |
| 718 | 2026-03-05T16:59:52.187Z | Downloaded polyval v0.6.2 |
| 719 | 2026-03-05T16:59:52.190Z | Downloaded ppv-lite86 v0.2.21 |
| 720 | 2026-03-05T16:59:52.193Z | Downloaded rand_chacha v0.3.1 |
| 721 | 2026-03-05T16:59:52.197Z | Downloaded psl-types v2.0.11 |
| 722 | 2026-03-05T16:59:52.200Z | Downloaded phf v0.12.1 |
| 723 | 2026-03-05T16:59:52.200Z | Downloaded poly1305 v0.8.0 |
| 724 | 2026-03-05T16:59:52.203Z | Downloaded quick-error v1.2.3 |
| 725 | 2026-03-05T16:59:52.207Z | Downloaded radium v0.7.0 |
| 726 | 2026-03-05T16:59:52.213Z | Downloaded derive_more v2.1.1 |
| 727 | 2026-03-05T16:59:52.221Z | Downloaded pin-project-lite v0.2.17 |
| 728 | 2026-03-05T16:59:52.227Z | Downloaded pkcs8 v0.10.2 |
| 729 | 2026-03-05T16:59:52.232Z | Downloaded ref-cast-impl v1.0.25 |
| 730 | 2026-03-05T16:59:52.235Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 731 | 2026-03-05T16:59:52.238Z | Downloaded derive_more-impl v2.1.1 |
| 732 | 2026-03-05T16:59:52.241Z | Downloaded recursive v0.1.1 |
| 733 | 2026-03-05T16:59:52.244Z | Downloaded rand_xorshift v0.4.0 |
| 734 | 2026-03-05T16:59:52.248Z | Downloaded parking_lot v0.12.5 |
| 735 | 2026-03-05T16:59:52.251Z | Downloaded rtoolbox v0.0.3 |
| 736 | 2026-03-05T16:59:52.254Z | Downloaded progenitor v0.11.2 |
| 737 | 2026-03-05T16:59:52.257Z | Downloaded proc-macro-error2 v2.0.1 |
| 738 | 2026-03-05T16:59:52.260Z | Downloaded russh-cryptovec v0.7.3 |
| 739 | 2026-03-05T16:59:52.263Z | Downloaded parking_lot_core v0.8.6 |
| 740 | 2026-03-05T16:59:52.266Z | Downloaded rand_core v0.10.0 |
| 741 | 2026-03-05T16:59:52.266Z | Downloaded ref-cast v1.0.25 |
| 742 | 2026-03-05T16:59:52.270Z | Downloaded rand_core v0.9.5 |
| 743 | 2026-03-05T16:59:52.273Z | Downloaded progenitor-extras v0.1.0 |
| 744 | 2026-03-05T16:59:52.277Z | Downloaded psm v0.1.30 |
| 745 | 2026-03-05T16:59:52.280Z | Downloaded progenitor-client v0.13.0 |
| 746 | 2026-03-05T16:59:52.283Z | Downloaded scheduled-thread-pool v0.2.7 |
| 747 | 2026-03-05T16:59:52.283Z | Downloaded sapling-renderdag v0.1.0 |
| 748 | 2026-03-05T16:59:52.286Z | Downloaded scroll_derive v0.13.1 |
| 749 | 2026-03-05T16:59:52.289Z | Downloaded oso v0.27.3 |
| 750 | 2026-03-05T16:59:52.292Z | Downloaded salsa20 v0.10.2 |
| 751 | 2026-03-05T16:59:52.295Z | Downloaded hickory-server v0.25.2 |
| 752 | 2026-03-05T16:59:52.299Z | Downloaded r2d2 v0.8.10 |
| 753 | 2026-03-05T16:59:52.302Z | Downloaded pkcs1 v0.7.5 |
| 754 | 2026-03-05T16:59:52.305Z | Downloaded pkg-config v0.3.32 |
| 755 | 2026-03-05T16:59:52.308Z | Downloaded miniz_oxide v0.8.9 |
| 756 | 2026-03-05T16:59:52.311Z | Downloaded secrecy v0.8.0 |
| 757 | 2026-03-05T16:59:52.314Z | Downloaded predicates v3.1.4 |
| 758 | 2026-03-05T16:59:52.318Z | Downloaded rand_seeder v0.4.0 |
| 759 | 2026-03-05T16:59:52.321Z | Downloaded semver v0.1.20 |
| 760 | 2026-03-05T16:59:52.324Z | Downloaded scrypt v0.11.0 |
| 761 | 2026-03-05T16:59:52.324Z | Downloaded secrecy v0.10.3 |
| 762 | 2026-03-05T16:59:52.327Z | Downloaded seq-macro v0.3.6 |
| 763 | 2026-03-05T16:59:52.330Z | Downloaded resolv-conf v0.7.6 |
| 764 | 2026-03-05T16:59:52.333Z | Downloaded progenitor v0.13.0 |
| 765 | 2026-03-05T16:59:52.333Z | Downloaded shell-words v1.1.1 |
| 766 | 2026-03-05T16:59:52.336Z | Downloaded serde_urlencoded v0.7.1 |
| 767 | 2026-03-05T16:59:52.339Z | Downloaded serde-big-array v0.5.1 |
| 768 | 2026-03-05T16:59:52.342Z | Downloaded serde_repr v0.1.20 |
| 769 | 2026-03-05T16:59:52.348Z | Downloaded rustls-pemfile v1.0.4 |
| 770 | 2026-03-05T16:59:52.353Z | Downloaded serde_plain v1.0.2 |
| 771 | 2026-03-05T16:59:52.353Z | Downloaded jiff-static v0.2.21 |
| 772 | 2026-03-05T16:59:52.353Z | Downloaded serde_bytes v0.11.19 |
| 773 | 2026-03-05T16:59:52.356Z | Downloaded rustls-pemfile v2.2.0 |
| 774 | 2026-03-05T16:59:52.359Z | Downloaded rusty-fork v0.3.1 |
| 775 | 2026-03-05T16:59:52.359Z | Downloaded rustls-native-certs v0.8.3 |
| 776 | 2026-03-05T16:59:52.362Z | Downloaded slog-bunyan v2.5.0 |
| 777 | 2026-03-05T16:59:52.366Z | Downloaded rustc_version v0.4.1 |
| 778 | 2026-03-05T16:59:52.369Z | Downloaded serde_spanned v1.0.4 |
| 779 | 2026-03-05T16:59:52.369Z | Downloaded rfc6979 v0.4.0 |
| 780 | 2026-03-05T16:59:52.372Z | Downloaded hashbrown v0.12.3 |
| 781 | 2026-03-05T16:59:52.375Z | Downloaded sigpipe v0.1.3 |
| 782 | 2026-03-05T16:59:52.378Z | Downloaded signature v2.2.0 |
| 783 | 2026-03-05T16:59:52.382Z | Downloaded signal-hook-tokio v0.3.1 |
| 784 | 2026-03-05T16:59:52.382Z | Downloaded rustversion v1.0.22 |
| 785 | 2026-03-05T16:59:52.385Z | Downloaded quinn-udp v0.5.14 |
| 786 | 2026-03-05T16:59:52.388Z | Downloaded prefix-trie v0.7.0 |
| 787 | 2026-03-05T16:59:52.391Z | Downloaded signal-hook-mio v0.2.5 |
| 788 | 2026-03-05T16:59:52.395Z | Downloaded pin-project v1.1.11 |
| 789 | 2026-03-05T16:59:52.404Z | Downloaded slog-envlogger v2.2.0 |
| 790 | 2026-03-05T16:59:52.408Z | Downloaded scroll v0.13.0 |
| 791 | 2026-03-05T16:59:52.411Z | Downloaded siphasher v1.0.2 |
| 792 | 2026-03-05T16:59:52.411Z | Downloaded shlex v1.3.0 |
| 793 | 2026-03-05T16:59:52.414Z | Downloaded ssh-cipher v0.2.0 |
| 794 | 2026-03-05T16:59:52.417Z | Downloaded sec1 v0.7.3 |
| 795 | 2026-03-05T16:59:52.420Z | Downloaded hyper-util v0.1.20 |
| 796 | 2026-03-05T16:59:52.423Z | Downloaded serde_path_to_error v0.1.20 |
| 797 | 2026-03-05T16:59:52.426Z | Downloaded sha1 v0.10.6 |
| 798 | 2026-03-05T16:59:52.429Z | Downloaded ssh-encoding v0.2.0 |
| 799 | 2026-03-05T16:59:52.432Z | Downloaded rcgen v0.12.1 |
| 800 | 2026-03-05T16:59:52.435Z | Downloaded openssl-sys v0.9.111 |
| 801 | 2026-03-05T16:59:52.439Z | Downloaded russh-keys v0.45.0 |
| 802 | 2026-03-05T16:59:52.442Z | Downloaded strum v0.27.2 |
| 803 | 2026-03-05T16:59:52.445Z | Downloaded tabled_derive v0.11.0 |
| 804 | 2026-03-05T16:59:52.448Z | Downloaded progenitor-impl v0.10.0 |
| 805 | 2026-03-05T16:59:52.451Z | Downloaded sct v0.7.1 |
| 806 | 2026-03-05T16:59:52.455Z | Downloaded minimal-lexical v0.2.1 |
| 807 | 2026-03-05T16:59:52.458Z | Downloaded itertools v0.10.5 |
| 808 | 2026-03-05T16:59:52.465Z | Downloaded structmeta-derive v0.3.0 |
| 809 | 2026-03-05T16:59:52.468Z | Downloaded structmeta v0.3.0 |
| 810 | 2026-03-05T16:59:52.469Z | Downloaded strip-ansi-escapes v0.2.1 |
| 811 | 2026-03-05T16:59:52.472Z | Downloaded slog-scope v4.4.1 |
| 812 | 2026-03-05T16:59:52.472Z | Downloaded smf v0.2.3 |
| 813 | 2026-03-05T16:59:52.476Z | Downloaded slog-json v2.6.1 |
| 814 | 2026-03-05T16:59:52.479Z | Downloaded testing_table v0.3.0 |
| 815 | 2026-03-05T16:59:52.479Z | Downloaded slab v0.4.12 |
| 816 | 2026-03-05T16:59:52.482Z | Downloaded spki v0.7.3 |
| 817 | 2026-03-05T16:59:52.482Z | Downloaded supports-color v3.0.2 |
| 818 | 2026-03-05T16:59:52.485Z | Downloaded tabwriter v1.4.1 |
| 819 | 2026-03-05T16:59:52.489Z | Downloaded sync-ptr v0.1.4 |
| 820 | 2026-03-05T16:59:52.489Z | Downloaded tap v1.0.1 |
| 821 | 2026-03-05T16:59:52.490Z | Downloaded termtree v0.5.1 |
| 822 | 2026-03-05T16:59:52.492Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 823 | 2026-03-05T16:59:52.493Z | Downloaded take_mut v0.2.2 |
| 824 | 2026-03-05T16:59:52.496Z | Downloaded stringprep v0.1.5 |
| 825 | 2026-03-05T16:59:52.496Z | Downloaded stacker v0.1.23 |
| 826 | 2026-03-05T16:59:52.499Z | Downloaded slog-async v2.8.0 |
| 827 | 2026-03-05T16:59:52.502Z | Downloaded snafu-derive v0.8.9 |
| 828 | 2026-03-05T16:59:52.502Z | Downloaded rayon-core v1.13.0 |
| 829 | 2026-03-05T16:59:52.505Z | Downloaded slog-stdlog v4.1.1 |
| 830 | 2026-03-05T16:59:52.509Z | Downloaded schemars v0.8.22 |
| 831 | 2026-03-05T16:59:52.519Z | Downloaded time-core v0.1.8 |
| 832 | 2026-03-05T16:59:52.523Z | Downloaded thread-id v5.1.0 |
| 833 | 2026-03-05T16:59:52.526Z | Downloaded strum_macros v0.27.2 |
| 834 | 2026-03-05T16:59:52.526Z | Downloaded string_cache v0.8.9 |
| 835 | 2026-03-05T16:59:52.531Z | Downloaded strum_macros v0.24.3 |
| 836 | 2026-03-05T16:59:52.534Z | Downloaded static_assertions v1.1.0 |
| 837 | 2026-03-05T16:59:52.534Z | Downloaded serde_with_macros v3.17.0 |
| 838 | 2026-03-05T16:59:52.538Z | Downloaded rustls-platform-verifier v0.6.2 |
| 839 | 2026-03-05T16:59:52.541Z | Downloaded tagptr v0.2.0 |
| 840 | 2026-03-05T16:59:52.541Z | Downloaded sqlparser_derive v0.5.0 |
| 841 | 2026-03-05T16:59:52.544Z | Downloaded sqlformat v0.3.5 |
| 842 | 2026-03-05T16:59:52.544Z | Downloaded serde_cbor v0.11.2 |
| 843 | 2026-03-05T16:59:52.547Z | Downloaded progenitor-impl v0.11.2 |
| 844 | 2026-03-05T16:59:52.550Z | Downloaded subtle v2.6.1 |
| 845 | 2026-03-05T16:59:52.553Z | Downloaded smallvec v0.6.14 |
| 846 | 2026-03-05T16:59:52.553Z | Downloaded tinyvec_macros v0.1.1 |
| 847 | 2026-03-05T16:59:52.556Z | Downloaded termios v0.3.3 |
| 848 | 2026-03-05T16:59:52.556Z | Downloaded progenitor-impl v0.13.0 |
| 849 | 2026-03-05T16:59:52.559Z | Downloaded spin v0.9.8 |
| 850 | 2026-03-05T16:59:52.563Z | Downloaded topological-sort v0.2.2 |
| 851 | 2026-03-05T16:59:52.566Z | Downloaded strum_macros v0.26.4 |
| 852 | 2026-03-05T16:59:52.566Z | Downloaded simd-adler32 v0.3.8 |
| 853 | 2026-03-05T16:59:52.569Z | Downloaded tower-layer v0.3.3 |
| 854 | 2026-03-05T16:59:52.569Z | Downloaded signal-hook-registry v1.4.8 |
| 855 | 2026-03-05T16:59:52.572Z | Downloaded iddqd v0.3.17 |
| 856 | 2026-03-05T16:59:52.578Z | Downloaded support-bundle-viewer v0.1.2 |
| 857 | 2026-03-05T16:59:52.581Z | Downloaded ryu v1.0.23 |
| 858 | 2026-03-05T16:59:52.584Z | Downloaded rustls-pki-types v1.14.0 |
| 859 | 2026-03-05T16:59:52.587Z | Downloaded similar v2.7.0 |
| 860 | 2026-03-05T16:59:52.591Z | Downloaded slog-dtrace v0.3.0 |
| 861 | 2026-03-05T16:59:52.594Z | Downloaded prettyplease v0.2.37 |
| 862 | 2026-03-05T16:59:52.597Z | Downloaded hashbrown v0.15.5 |
| 863 | 2026-03-05T16:59:52.602Z | Downloaded tokio-native-tls v0.3.1 |
| 864 | 2026-03-05T16:59:52.605Z | Downloaded iri-string v0.7.10 |
| 865 | 2026-03-05T16:59:52.611Z | Downloaded trait-variant v0.1.2 |
| 866 | 2026-03-05T16:59:52.614Z | Downloaded tiny-keccak v2.0.2 |
| 867 | 2026-03-05T16:59:52.617Z | Downloaded try-lock v0.2.5 |
| 868 | 2026-03-05T16:59:52.617Z | Downloaded tokio-rustls v0.25.0 |
| 869 | 2026-03-05T16:59:52.620Z | Downloaded tower-service v0.3.3 |
| 870 | 2026-03-05T16:59:52.620Z | Downloaded typify-macro v0.6.1 |
| 871 | 2026-03-05T16:59:52.623Z | Downloaded unarray v0.1.4 |
| 872 | 2026-03-05T16:59:52.623Z | Downloaded universal-hash v0.5.1 |
| 873 | 2026-03-05T16:59:52.623Z | Downloaded unit-prefix v0.5.2 |
| 874 | 2026-03-05T16:59:52.627Z | Downloaded typify-macro v0.4.3 |
| 875 | 2026-03-05T16:59:52.627Z | Downloaded thread_local v1.1.9 |
| 876 | 2026-03-05T16:59:52.627Z | Downloaded thiserror-no-std v2.0.2 |
| 877 | 2026-03-05T16:59:52.631Z | Downloaded slog-term v2.9.2 |
| 878 | 2026-03-05T16:59:52.634Z | Downloaded tokio-macros v2.6.0 |
| 879 | 2026-03-05T16:59:52.638Z | Downloaded tokio-dtrace v0.1.1 |
| 880 | 2026-03-05T16:59:52.638Z | Downloaded ron v0.8.1 |
| 881 | 2026-03-05T16:59:52.642Z | Downloaded utf-8 v0.7.6 |
| 882 | 2026-03-05T16:59:52.645Z | Downloaded usdt-macro v0.6.0 |
| 883 | 2026-03-05T16:59:52.645Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 884 | 2026-03-05T16:59:52.648Z | Downloaded term v1.2.1 |
| 885 | 2026-03-05T16:59:52.651Z | Downloaded untrusted v0.9.0 |
| 886 | 2026-03-05T16:59:52.652Z | Downloaded tls_codec_derive v0.4.2 |
| 887 | 2026-03-05T16:59:52.655Z | Downloaded usdt v0.6.0 |
| 888 | 2026-03-05T16:59:52.655Z | Downloaded tls_codec v0.4.2 |
| 889 | 2026-03-05T16:59:52.658Z | Downloaded signal-hook v0.3.18 |
| 890 | 2026-03-05T16:59:52.661Z | Downloaded tokio-tungstenite v0.21.0 |
| 891 | 2026-03-05T16:59:52.664Z | Downloaded rand v0.8.5 |
| 892 | 2026-03-05T16:59:52.667Z | Downloaded rand v0.9.2 |
| 893 | 2026-03-05T16:59:52.670Z | Downloaded samael v0.0.19 |
| 894 | 2026-03-05T16:59:52.675Z | Downloaded tui-tree-widget v0.23.1 |
| 895 | 2026-03-05T16:59:52.679Z | Downloaded tokio-tungstenite v0.23.1 |
| 896 | 2026-03-05T16:59:52.682Z | Downloaded wait-timeout v0.2.1 |
| 897 | 2026-03-05T16:59:52.682Z | Downloaded want v0.3.1 |
| 898 | 2026-03-05T16:59:52.686Z | Downloaded aes-gcm v0.10.3 |
| 899 | 2026-03-05T16:59:52.689Z | Downloaded slog v2.8.2 |
| 900 | 2026-03-05T16:59:52.692Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 901 | 2026-03-05T16:59:52.692Z | Downloaded libxml v0.3.3 |
| 902 | 2026-03-05T16:59:52.697Z | Downloaded void v1.0.2 |
| 903 | 2026-03-05T16:59:52.700Z | Downloaded socket2 v0.5.10 |
| 904 | 2026-03-05T16:59:52.703Z | Downloaded tokio-rustls v0.24.1 |
| 905 | 2026-03-05T16:59:52.703Z | Downloaded unicode-truncate v1.1.0 |
| 906 | 2026-03-05T16:59:52.706Z | Downloaded unicase v2.9.0 |
| 907 | 2026-03-05T16:59:52.706Z | Downloaded serde_yaml v0.9.34+deprecated |
| 908 | 2026-03-05T16:59:52.709Z | Downloaded itertools v0.14.0 |
| 909 | 2026-03-05T16:59:52.716Z | Downloaded waitgroup v0.1.2 |
| 910 | 2026-03-05T16:59:52.719Z | Downloaded socket2 v0.6.2 |
| 911 | 2026-03-05T16:59:52.719Z | Downloaded usdt-attr-macro v0.6.0 |
| 912 | 2026-03-05T16:59:52.723Z | Downloaded untrusted v0.7.1 |
| 913 | 2026-03-05T16:59:52.723Z | Downloaded quinn v0.11.9 |
| 914 | 2026-03-05T16:59:52.727Z | Downloaded num-bigint-dig v0.8.6 |
| 915 | 2026-03-05T16:59:52.730Z | Downloaded nom v7.1.3 |
| 916 | 2026-03-05T16:59:52.734Z | Downloaded xshell-macros v0.2.7 |
| 917 | 2026-03-05T16:59:52.737Z | Downloaded toml_parser v1.0.9+spec-1.1.0 |
| 918 | 2026-03-05T16:59:52.740Z | Downloaded zeroize_derive v1.4.3 |
| 919 | 2026-03-05T16:59:52.740Z | Downloaded zone_cfg_derive v0.3.1 |
| 920 | 2026-03-05T16:59:52.740Z | Downloaded qorb v0.4.1 |
| 921 | 2026-03-05T16:59:52.745Z | Downloaded xattr v1.6.1 |
| 922 | 2026-03-05T16:59:52.748Z | Downloaded tokio-rustls v0.26.4 |
| 923 | 2026-03-05T16:59:52.749Z | Downloaded p521 v0.13.3 |
| 924 | 2026-03-05T16:59:52.752Z | Downloaded tokio-stream v0.1.18 |
| 925 | 2026-03-05T16:59:52.756Z | Downloaded twox-hash v2.1.2 |
| 926 | 2026-03-05T16:59:52.759Z | Downloaded tinyvec v1.10.0 |
| 927 | 2026-03-05T16:59:52.762Z | Downloaded subprocess v0.2.15 |
| 928 | 2026-03-05T16:59:52.767Z | Downloaded hkdf v0.12.4 |
| 929 | 2026-03-05T16:59:52.770Z | Downloaded h2 v0.4.13 |
| 930 | 2026-03-05T16:59:52.775Z | Downloaded rustls-webpki v0.103.9 |
| 931 | 2026-03-05T16:59:52.778Z | Downloaded term v0.7.0 |
| 932 | 2026-03-05T16:59:52.781Z | Downloaded walkdir v2.5.0 |
| 933 | 2026-03-05T16:59:52.784Z | Downloaded hyper v1.8.1 |
| 934 | 2026-03-05T16:59:52.788Z | Downloaded vergen-lib v0.1.6 |
| 935 | 2026-03-05T16:59:52.792Z | Downloaded vergen-gitcl v1.0.8 |
| 936 | 2026-03-05T16:59:52.792Z | Downloaded test-strategy v0.4.5 |
| 937 | 2026-03-05T16:59:52.795Z | Downloaded wyz v0.5.1 |
| 938 | 2026-03-05T16:59:52.798Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 939 | 2026-03-05T16:59:52.801Z | Downloaded toml v0.7.8 |
| 940 | 2026-03-05T16:59:52.805Z | Downloaded xshell v0.2.7 |
| 941 | 2026-03-05T16:59:52.808Z | Downloaded xz2 v0.1.7 |
| 942 | 2026-03-05T16:59:52.808Z | Downloaded time-macros v0.2.27 |
| 943 | 2026-03-05T16:59:52.811Z | Downloaded unicode-properties v0.1.4 |
| 944 | 2026-03-05T16:59:52.814Z | Downloaded whoami v1.6.1 |
| 945 | 2026-03-05T16:59:52.817Z | Downloaded tungstenite v0.21.0 |
| 946 | 2026-03-05T16:59:52.820Z | Downloaded blake3 v1.8.3 |
| 947 | 2026-03-05T16:59:52.825Z | Downloaded vsss-rs v3.3.4 |
| 948 | 2026-03-05T16:59:52.829Z | Downloaded aho-corasick v1.1.4 |
| 949 | 2026-03-05T16:59:52.834Z | Downloaded usdt-impl v0.6.0 |
| 950 | 2026-03-05T16:59:52.837Z | Downloaded tungstenite v0.23.0 |
| 951 | 2026-03-05T16:59:52.840Z | Downloaded typify v0.6.1 |
| 952 | 2026-03-05T16:59:52.844Z | Downloaded unicode-bidi v0.3.18 |
| 953 | 2026-03-05T16:59:52.847Z | Downloaded zeroize v1.8.2 |
| 954 | 2026-03-05T16:59:52.847Z | Downloaded tar v0.4.44 |
| 955 | 2026-03-05T16:59:52.850Z | Downloaded unsafe-libyaml v0.2.11 |
| 956 | 2026-03-05T16:59:52.854Z | Downloaded vergen-git2 v1.0.7 |
| 957 | 2026-03-05T16:59:52.854Z | Downloaded uzers v0.12.2 |
| 958 | 2026-03-05T16:59:52.857Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 959 | 2026-03-05T16:59:52.860Z | Downloaded ron v0.12.0 |
| 960 | 2026-03-05T16:59:52.868Z | Downloaded rsa v0.9.10 |
| 961 | 2026-03-05T16:59:52.872Z | Downloaded zstd v0.13.3 |
| 962 | 2026-03-05T16:59:52.875Z | Downloaded itertools v0.12.1 |
| 963 | 2026-03-05T16:59:52.882Z | Downloaded zstd-safe v7.2.4 |
| 964 | 2026-03-05T16:59:52.885Z | Downloaded vte v0.14.1 |
| 965 | 2026-03-05T16:59:52.888Z | Downloaded steno v0.4.1 |
| 966 | 2026-03-05T16:59:52.891Z | Downloaded typify v0.4.3 |
| 967 | 2026-03-05T16:59:52.894Z | Downloaded tracing-core v0.1.36 |
| 968 | 2026-03-05T16:59:52.897Z | Downloaded tracing-attributes v0.1.31 |
| 969 | 2026-03-05T16:59:52.900Z | Downloaded tokio-postgres v0.7.16 |
| 970 | 2026-03-05T16:59:52.903Z | Downloaded whoami v2.1.0 |
| 971 | 2026-03-05T16:59:52.906Z | Downloaded futures-util v0.3.32 |
| 972 | 2026-03-05T16:59:52.917Z | Downloaded toml_edit v0.19.15 |
| 973 | 2026-03-05T16:59:52.933Z | Downloaded zerocopy v0.6.6 |
| 974 | 2026-03-05T16:59:52.936Z | Downloaded snafu v0.8.9 |
| 975 | 2026-03-05T16:59:52.941Z | Downloaded yasna v0.5.2 |
| 976 | 2026-03-05T16:59:52.944Z | Downloaded russh v0.45.0 |
| 977 | 2026-03-05T16:59:52.948Z | Downloaded rpassword v7.4.0 |
| 978 | 2026-03-05T16:59:52.951Z | Downloaded regex v1.12.3 |
| 979 | 2026-03-05T16:59:52.955Z | Downloaded vergen v9.0.6 |
| 980 | 2026-03-05T16:59:52.958Z | Downloaded unicode_categories v0.1.1 |
| 981 | 2026-03-05T16:59:52.962Z | Downloaded uuid v1.21.0 |
| 982 | 2026-03-05T16:59:52.965Z | Downloaded p384 v0.13.1 |
| 983 | 2026-03-05T16:59:52.968Z | Downloaded yansi v1.0.1 |
| 984 | 2026-03-05T16:59:52.971Z | Downloaded tower v0.5.3 |
| 985 | 2026-03-05T16:59:52.978Z | Downloaded zopfli v0.8.3 |
| 986 | 2026-03-05T16:59:52.981Z | Downloaded rand v0.10.0 |
| 987 | 2026-03-05T16:59:52.984Z | Downloaded libm v0.2.16 |
| 988 | 2026-03-05T16:59:52.994Z | Downloaded typed-path v0.9.3 |
| 989 | 2026-03-05T16:59:53.000Z | Downloaded rayon v1.11.0 |
| 990 | 2026-03-05T16:59:53.009Z | Downloaded ssh-key v0.6.7 |
| 991 | 2026-03-05T16:59:53.015Z | Downloaded zerocopy-derive v0.8.40 |
| 992 | 2026-03-05T16:59:53.024Z | Downloaded portable-atomic v1.13.1 |
| 993 | 2026-03-05T16:59:53.031Z | Downloaded zip v0.6.6 |
| 994 | 2026-03-05T16:59:53.035Z | Downloaded goblin v0.10.5 |
| 995 | 2026-03-05T16:59:53.042Z | Downloaded reqwest v0.12.28 |
| 996 | 2026-03-05T16:59:53.047Z | Downloaded reedline v0.40.0 |
| 997 | 2026-03-05T16:59:53.055Z | Downloaded git2 v0.20.4 |
| 998 | 2026-03-05T16:59:53.063Z | Downloaded bindgen v0.71.1 |
| 999 | 2026-03-05T16:59:53.069Z | Downloaded salty v0.3.0 |
| 1000 | 2026-03-05T16:59:53.076Z | Downloaded moka v0.12.13 |
| 1001 | 2026-03-05T16:59:53.083Z | Downloaded rustls-webpki v0.101.7 |
| 1002 | 2026-03-05T16:59:53.098Z | Downloaded reqwest v0.13.2 |
| 1003 | 2026-03-05T16:59:53.103Z | Downloaded petname v2.0.2 |
| 1004 | 2026-03-05T16:59:53.108Z | Downloaded quick-xml v0.37.5 |
| 1005 | 2026-03-05T16:59:53.114Z | Downloaded x509-cert v0.2.5 |
| 1006 | 2026-03-05T16:59:53.120Z | Downloaded lalrpop v0.19.12 |
| 1007 | 2026-03-05T16:59:53.131Z | Downloaded unicode-segmentation v1.12.0 |
| 1008 | 2026-03-05T16:59:53.134Z | Downloaded tough v0.20.0 |
| 1009 | 2026-03-05T16:59:53.142Z | Downloaded tower-http v0.6.8 |
| 1010 | 2026-03-05T16:59:53.150Z | Downloaded unicode-normalization v0.1.25 |
| 1011 | 2026-03-05T16:59:53.153Z | Downloaded dropshot v0.16.7 |
| 1012 | 2026-03-05T16:59:53.175Z | Downloaded diesel v2.2.12 |
| 1013 | 2026-03-05T16:59:53.193Z | Downloaded winnow v0.5.40 |
| 1014 | 2026-03-05T16:59:53.201Z | Downloaded polar-core v0.27.3 |
| 1015 | 2026-03-05T16:59:53.208Z | Downloaded tokio-util v0.7.18 |
| 1016 | 2026-03-05T16:59:53.216Z | Downloaded serde_with v3.17.0 |
| 1017 | 2026-03-05T16:59:53.229Z | Downloaded proptest v1.10.0 |
| 1018 | 2026-03-05T16:59:53.237Z | Downloaded zip v4.6.1 |
| 1019 | 2026-03-05T16:59:53.240Z | Downloaded quinn-proto v0.11.13 |
| 1020 | 2026-03-05T16:59:53.247Z | Downloaded tabled v0.20.0 |
| 1021 | 2026-03-05T16:59:53.265Z | Downloaded nix v0.28.0 |
| 1022 | 2026-03-05T16:59:53.275Z | Downloaded radix_trie v0.2.1 |
| 1023 | 2026-03-05T16:59:53.279Z | Downloaded openssl v0.10.75 |
| 1024 | 2026-03-05T16:59:53.288Z | Downloaded smoltcp v0.9.1 |
| 1025 | 2026-03-05T16:59:53.298Z | Downloaded winnow v0.6.26 |
| 1026 | 2026-03-05T16:59:53.306Z | Downloaded object v0.37.3 |
| 1027 | 2026-03-05T16:59:53.317Z | Downloaded vcpkg v0.2.15 |
| 1028 | 2026-03-05T16:59:53.354Z | Downloaded webpki-roots v1.0.6 |
| 1029 | 2026-03-05T16:59:53.357Z | Downloaded rustls v0.21.12 |
| 1030 | 2026-03-05T16:59:53.367Z | Downloaded rustls v0.22.4 |
| 1031 | 2026-03-05T16:59:53.379Z | Downloaded regex-syntax v0.8.10 |
| 1032 | 2026-03-05T16:59:53.386Z | Downloaded zlib-rs v0.6.2 |
| 1033 | 2026-03-05T16:59:53.391Z | Downloaded regress v0.10.5 |
| 1034 | 2026-03-05T16:59:53.400Z | Downloaded openapiv3 v2.2.0 |
| 1035 | 2026-03-05T16:59:53.410Z | Downloaded hickory-proto v0.25.2 |
| 1036 | 2026-03-05T16:59:53.425Z | Downloaded zerocopy v0.8.40 |
| 1037 | 2026-03-05T16:59:53.435Z | Downloaded smoltcp v0.11.0 |
| 1038 | 2026-03-05T16:59:53.446Z | Downloaded time v0.3.47 |
| 1039 | 2026-03-05T16:59:53.458Z | Downloaded nix v0.31.1 |
| 1040 | 2026-03-05T16:59:53.469Z | Downloaded hickory-proto v0.24.4 |
| 1041 | 2026-03-05T16:59:53.483Z | Downloaded bstr v1.12.1 |
| 1042 | 2026-03-05T16:59:53.490Z | Downloaded rustls v0.23.37 |
| 1043 | 2026-03-05T16:59:53.501Z | Downloaded rustix v0.38.44 |
| 1044 | 2026-03-05T16:59:53.523Z | Downloaded typify-impl v0.4.3 |
| 1045 | 2026-03-05T16:59:53.535Z | Downloaded ratatui v0.29.0 |
| 1046 | 2026-03-05T16:59:53.553Z | Downloaded regex-syntax v0.6.29 |
| 1047 | 2026-03-05T16:59:53.559Z | Downloaded nix v0.30.1 |
| 1048 | 2026-03-05T16:59:53.570Z | Downloaded sqlparser v0.61.0 |
| 1049 | 2026-03-05T16:59:53.579Z | Downloaded object v0.30.4 |
| 1050 | 2026-03-05T16:59:53.588Z | Downloaded nix v0.29.0 |
| 1051 | 2026-03-05T16:59:53.598Z | Downloaded nix v0.27.1 |
| 1052 | 2026-03-05T16:59:53.607Z | Downloaded rustls-webpki v0.102.8 |
| 1053 | 2026-03-05T16:59:53.624Z | Downloaded typify-impl v0.6.1 |
| 1054 | 2026-03-05T16:59:53.637Z | Downloaded tracing v0.1.44 |
| 1055 | 2026-03-05T16:59:53.658Z | Downloaded sled v0.34.7 |
| 1056 | 2026-03-05T16:59:53.666Z | Downloaded lzma-sys v0.1.20 |
| 1057 | 2026-03-05T16:59:53.692Z | Downloaded jiff v0.2.21 |
| 1058 | 2026-03-05T16:59:53.709Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1059 | 2026-03-05T16:59:53.719Z | Downloaded regex-automata v0.4.14 |
| 1060 | 2026-03-05T16:59:53.732Z | Downloaded curve25519-dalek v4.1.3 |
| 1061 | 2026-03-05T16:59:53.739Z | Downloaded petgraph v0.8.3 |
| 1062 | 2026-03-05T16:59:53.759Z | Downloaded zerocopy-derive v0.6.6 |
| 1063 | 2026-03-05T16:59:53.768Z | Downloaded petgraph v0.6.5 |
| 1064 | 2026-03-05T16:59:53.783Z | Downloaded libz-sys v1.1.24 |
| 1065 | 2026-03-05T16:59:53.804Z | Downloaded chrono v0.4.44 |
| 1066 | 2026-03-05T16:59:53.808Z | Downloaded chrono-tz v0.10.4 |
| 1067 | 2026-03-05T16:59:53.828Z | Downloaded bitvec v1.0.1 |
| 1068 | 2026-03-05T16:59:53.836Z | Downloaded csv v1.4.0 |
| 1069 | 2026-03-05T16:59:53.853Z | Downloaded aws-lc-rs v1.16.0 |
| 1070 | 2026-03-05T16:59:53.861Z | Downloaded zone v0.3.1 |
| 1071 | 2026-03-05T16:59:53.864Z | Downloaded rustyline v14.0.0 |
| 1072 | 2026-03-05T16:59:53.869Z | Downloaded itertools v0.13.0 |
| 1073 | 2026-03-05T16:59:53.873Z | Downloaded tokio v1.49.0 |
| 1074 | 2026-03-05T16:59:53.908Z | Downloaded schemars v1.2.1 |
| 1075 | 2026-03-05T16:59:53.920Z | Downloaded schemars v0.9.0 |
| 1076 | 2026-03-05T16:59:53.931Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1077 | 2026-03-05T16:59:53.946Z | Downloaded sha3 v0.10.8 |
| 1078 | 2026-03-05T16:59:53.950Z | Downloaded publicsuffix v2.3.0 |
| 1079 | 2026-03-05T16:59:53.953Z | Downloaded num-bigint v0.4.6 |
| 1080 | 2026-03-05T16:59:53.956Z | Downloaded mio v1.1.1 |
| 1081 | 2026-03-05T16:59:53.961Z | Downloaded http v1.4.0 |
| 1082 | 2026-03-05T16:59:53.964Z | Downloaded pretty_assertions v1.4.1 |
| 1083 | 2026-03-05T16:59:53.968Z | Downloaded sync_wrapper v1.0.2 |
| 1084 | 2026-03-05T16:59:53.968Z | Downloaded strum v0.26.3 |
| 1085 | 2026-03-05T16:59:53.968Z | Downloaded serde_derive_internals v0.29.1 |
| 1086 | 2026-03-05T16:59:53.971Z | Downloaded serde-hex v0.1.0 |
| 1087 | 2026-03-05T16:59:53.971Z | Downloaded schemars_derive v0.8.22 |
| 1088 | 2026-03-05T16:59:53.974Z | Downloaded postcard v1.1.3 |
| 1089 | 2026-03-05T16:59:53.974Z | Downloaded papergrid v0.17.0 |
| 1090 | 2026-03-05T16:59:53.978Z | Downloaded p256 v0.13.2 |
| 1091 | 2026-03-05T16:59:53.981Z | Downloaded rustc-hash v2.1.1 |
| 1092 | 2026-03-05T16:59:53.985Z | Downloaded scopeguard v1.2.0 |
| 1093 | 2026-03-05T16:59:53.985Z | Downloaded same-file v1.0.6 |
| 1094 | 2026-03-05T16:59:53.988Z | Downloaded progenitor v0.10.0 |
| 1095 | 2026-03-05T16:59:53.988Z | Downloaded hashbrown v0.13.2 |
| 1096 | 2026-03-05T16:59:53.991Z | Downloaded rustc_version v0.1.7 |
| 1097 | 2026-03-05T16:59:53.993Z | Downloaded rand_core v0.6.4 |
| 1098 | 2026-03-05T16:59:53.997Z | Downloaded rand_chacha v0.9.0 |
| 1099 | 2026-03-05T16:59:53.997Z | Downloaded heapless v0.8.0 |
| 1100 | 2026-03-05T16:59:54.000Z | Downloaded encoding_rs v0.8.35 |
| 1101 | 2026-03-05T16:59:54.017Z | Downloaded postgres-types v0.2.12 |
| 1102 | 2026-03-05T16:59:54.020Z | Downloaded pkcs5 v0.7.1 |
| 1103 | 2026-03-05T16:59:54.024Z | Downloaded primeorder v0.13.6 |
| 1104 | 2026-03-05T16:59:54.024Z | Downloaded postgres-protocol v0.6.10 |
| 1105 | 2026-03-05T16:59:54.027Z | Downloaded omicron-zone-package v0.12.2 |
| 1106 | 2026-03-05T16:59:54.030Z | Downloaded pin-project-internal v1.1.11 |
| 1107 | 2026-03-05T16:59:54.030Z | Downloaded phf v0.13.1 |
| 1108 | 2026-03-05T16:59:54.033Z | Downloaded libbz2-rs-sys v0.2.2 |
| 1109 | 2026-03-05T16:59:54.033Z | Downloaded hickory-resolver v0.25.2 |
| 1110 | 2026-03-05T16:59:54.036Z | Downloaded hickory-resolver v0.24.4 |
| 1111 | 2026-03-05T16:59:54.039Z | Downloaded crossbeam-channel v0.5.15 |
| 1112 | 2026-03-05T16:59:54.042Z | Downloaded crossterm v0.29.0 |
| 1113 | 2026-03-05T16:59:54.048Z | Downloaded compact_str v0.8.1 |
| 1114 | 2026-03-05T16:59:54.051Z | Downloaded parking_lot_core v0.9.12 |
| 1115 | 2026-03-05T16:59:54.054Z | Downloaded parking_lot v0.11.2 |
| 1116 | 2026-03-05T16:59:54.057Z | Downloaded der v0.7.10 |
| 1117 | 2026-03-05T16:59:54.060Z | Downloaded peg-macros v0.8.5 |
| 1118 | 2026-03-05T16:59:54.064Z | Downloaded crossterm v0.28.1 |
| 1119 | 2026-03-05T16:59:54.067Z | Downloaded password-hash v0.5.0 |
| 1120 | 2026-03-05T16:59:54.070Z | Downloaded password-hash v0.4.2 |
| 1121 | 2026-03-05T16:59:54.074Z | Downloaded indicatif v0.18.4 |
| 1122 | 2026-03-05T16:59:54.078Z | Downloaded progenitor-client v0.10.0 |
| 1123 | 2026-03-05T16:59:54.078Z | Downloaded precomputed-hash v0.1.1 |
| 1124 | 2026-03-05T16:59:54.078Z | Downloaded ring v0.17.14 |
| 1125 | 2026-03-05T16:59:54.111Z | Downloaded oxnet v0.1.4 |
| 1126 | 2026-03-05T16:59:54.114Z | Downloaded oxide-tokio-rt v0.1.2 |
| 1127 | 2026-03-05T16:59:54.115Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1128 | 2026-03-05T16:59:54.162Z | Downloaded memmap2 v0.9.10 |
| 1129 | 2026-03-05T16:59:54.165Z | Downloaded indexmap v1.9.3 |
| 1130 | 2026-03-05T16:59:54.168Z | Downloaded ed25519-dalek v2.2.0 |
| 1131 | 2026-03-05T16:59:54.169Z | Downloaded darling_core v0.23.0 |
| 1132 | 2026-03-05T16:59:54.172Z | Downloaded proc-macro-crate v1.3.1 |
| 1133 | 2026-03-05T16:59:54.176Z | Downloaded pbkdf2 v0.11.0 |
| 1134 | 2026-03-05T16:59:54.176Z | Downloaded paste v1.0.15 |
| 1135 | 2026-03-05T16:59:54.179Z | Downloaded parse-display-derive v0.10.0 |
| 1136 | 2026-03-05T16:59:54.179Z | Downloaded native-tls v0.2.18 |
| 1137 | 2026-03-05T16:59:54.182Z | Downloaded num_enum v0.7.5 |
| 1138 | 2026-03-05T16:59:54.186Z | Downloaded arc-swap v1.8.2 |
| 1139 | 2026-03-05T16:59:54.189Z | Downloaded const_format v0.2.35 |
| 1140 | 2026-03-05T16:59:54.192Z | Downloaded phf_shared v0.11.3 |
| 1141 | 2026-03-05T16:59:54.192Z | Downloaded hmac v0.12.1 |
| 1142 | 2026-03-05T16:59:54.195Z | Downloaded libefi-sys v0.1.0 |
| 1143 | 2026-03-05T16:59:54.195Z | Downloaded phf_shared v0.13.1 |
| 1144 | 2026-03-05T16:59:54.199Z | Downloaded ignore v0.4.25 |
| 1145 | 2026-03-05T16:59:54.199Z | Downloaded hickory-client v0.25.2 |
| 1146 | 2026-03-05T16:59:54.201Z | Downloaded newtype-uuid v1.3.2 |
| 1147 | 2026-03-05T16:59:54.201Z | Downloaded getrandom v0.3.4 |
| 1148 | 2026-03-05T16:59:54.204Z | Downloaded base64 v0.22.1 |
| 1149 | 2026-03-05T16:59:54.207Z | Downloaded pbkdf2 v0.12.2 |
| 1150 | 2026-03-05T16:59:54.210Z | Downloaded path-slash v0.1.5 |
| 1151 | 2026-03-05T16:59:54.210Z | Downloaded multer v3.1.0 |
| 1152 | 2026-03-05T16:59:54.213Z | Downloaded darling_core v0.21.3 |
| 1153 | 2026-03-05T16:59:54.216Z | Downloaded chacha20poly1305 v0.10.1 |
| 1154 | 2026-03-05T16:59:54.216Z | Downloaded darling_core v0.20.11 |
| 1155 | 2026-03-05T16:59:54.221Z | Downloaded darling v0.20.11 |
| 1156 | 2026-03-05T16:59:54.225Z | Downloaded maplit v1.0.2 |
| 1157 | 2026-03-05T16:59:54.229Z | Downloaded aes v0.8.4 |
| 1158 | 2026-03-05T16:59:54.232Z | Downloaded getrandom v0.2.17 |
| 1159 | 2026-03-05T16:59:54.232Z | Downloaded futures v0.3.32 |
| 1160 | 2026-03-05T16:59:54.235Z | Downloaded openssl-macros v0.1.1 |
| 1161 | 2026-03-05T16:59:54.238Z | Downloaded lock_api v0.4.14 |
| 1162 | 2026-03-05T16:59:54.238Z | Downloaded base64 v0.21.7 |
| 1163 | 2026-03-05T16:59:54.241Z | Downloaded ar_archive_writer v0.5.1 |
| 1164 | 2026-03-05T16:59:54.244Z | Downloaded nanorand v0.7.0 |
| 1165 | 2026-03-05T16:59:54.247Z | Downloaded mime_guess v2.0.5 |
| 1166 | 2026-03-05T16:59:54.247Z | Downloaded dropshot_endpoint v0.16.7 |
| 1167 | 2026-03-05T16:59:54.250Z | Downloaded derive-where v1.6.0 |
| 1168 | 2026-03-05T16:59:54.254Z | Downloaded opaque-debug v0.3.1 |
| 1169 | 2026-03-05T16:59:54.254Z | Downloaded bytes v1.11.1 |
| 1170 | 2026-03-05T16:59:54.257Z | Downloaded chacha20 v0.10.0 |
| 1171 | 2026-03-05T16:59:54.260Z | Downloaded libsw v3.5.0 |
| 1172 | 2026-03-05T16:59:54.260Z | Downloaded ingot-macros v0.1.1 |
| 1173 | 2026-03-05T16:59:54.263Z | Downloaded ingot v0.1.1 |
| 1174 | 2026-03-05T16:59:54.263Z | Downloaded iana-time-zone v0.1.65 |
| 1175 | 2026-03-05T16:59:54.268Z | Downloaded num v0.4.3 |
| 1176 | 2026-03-05T16:59:54.268Z | Downloaded newtype-uuid-macros v0.1.0 |
| 1177 | 2026-03-05T16:59:54.268Z | Downloaded dropshot-api-manager v0.5.2 |
| 1178 | 2026-03-05T16:59:54.272Z | Downloaded jobserver v0.1.34 |
| 1179 | 2026-03-05T16:59:54.272Z | Downloaded const-oid v0.9.6 |
| 1180 | 2026-03-05T16:59:54.275Z | Downloaded bzip2 v0.4.4 |
| 1181 | 2026-03-05T16:59:54.275Z | Downloaded nodrop v0.1.14 |
| 1182 | 2026-03-05T16:59:54.275Z | Downloaded httparse v1.10.1 |
| 1183 | 2026-03-05T16:59:54.278Z | Downloaded multimap v0.10.1 |
| 1184 | 2026-03-05T16:59:54.278Z | Downloaded new_debug_unreachable v1.0.6 |
| 1185 | 2026-03-05T16:59:54.278Z | Downloaded ipnet v2.11.0 |
| 1186 | 2026-03-05T16:59:54.281Z | Downloaded futures-channel v0.3.32 |
| 1187 | 2026-03-05T16:59:54.281Z | Downloaded managed v0.8.0 |
| 1188 | 2026-03-05T16:59:54.284Z | Downloaded lzss v0.8.2 |
| 1189 | 2026-03-05T16:59:54.284Z | Downloaded lazy_static v1.5.0 |
| 1190 | 2026-03-05T16:59:54.288Z | Downloaded lalrpop-util v0.19.12 |
| 1191 | 2026-03-05T16:59:54.288Z | Downloaded lru-slab v0.1.2 |
| 1192 | 2026-03-05T16:59:54.288Z | Downloaded lru-cache v0.1.2 |
| 1193 | 2026-03-05T16:59:54.288Z | Downloaded lru v0.12.5 |
| 1194 | 2026-03-05T16:59:54.288Z | Downloaded blake2 v0.10.6 |
| 1195 | 2026-03-05T16:59:54.291Z | Downloaded ingot-types v0.1.2 |
| 1196 | 2026-03-05T16:59:54.291Z | Downloaded indoc v2.0.7 |
| 1197 | 2026-03-05T16:59:54.296Z | Downloaded hyper-staticfile v0.10.1 |
| 1198 | 2026-03-05T16:59:54.296Z | Downloaded backon v1.6.0 |
| 1199 | 2026-03-05T16:59:54.299Z | Downloaded ff v0.13.1 |
| 1200 | 2026-03-05T16:59:54.299Z | Downloaded darling v0.21.3 |
| 1201 | 2026-03-05T16:59:54.303Z | Downloaded corncobs v0.1.4 |
| 1202 | 2026-03-05T16:59:54.306Z | Downloaded cookie_store v0.22.1 |
| 1203 | 2026-03-05T16:59:54.309Z | Downloaded cookie v0.18.1 |
| 1204 | 2026-03-05T16:59:54.309Z | Downloaded bzip2 v0.6.1 |
| 1205 | 2026-03-05T16:59:54.312Z | Downloaded argon2 v0.5.3 |
| 1206 | 2026-03-05T16:59:54.313Z | Downloaded filetime v0.2.27 |
| 1207 | 2026-03-05T16:59:54.313Z | Downloaded crc32fast v1.5.0 |
| 1208 | 2026-03-05T16:59:54.317Z | Downloaded colored v2.2.0 |
| 1209 | 2026-03-05T16:59:54.320Z | Downloaded cancel-safe-futures v0.1.5 |
| 1210 | 2026-03-05T16:59:54.320Z | Downloaded is-terminal v0.4.17 |
| 1211 | 2026-03-05T16:59:54.320Z | Downloaded highway v1.3.0 |
| 1212 | 2026-03-05T16:59:54.323Z | Downloaded bitflags v1.3.2 |
| 1213 | 2026-03-05T16:59:54.327Z | Downloaded git-stub-vcs v0.1.0 |
| 1214 | 2026-03-05T16:59:54.327Z | Downloaded futures-executor v0.3.32 |
| 1215 | 2026-03-05T16:59:54.327Z | Downloaded allocator-api2 v0.2.21 |
| 1216 | 2026-03-05T16:59:54.330Z | Downloaded hubpack v0.1.2 |
| 1217 | 2026-03-05T16:59:54.330Z | Downloaded globset v0.4.18 |
| 1218 | 2026-03-05T16:59:54.333Z | Downloaded const_format_proc_macros v0.2.34 |
| 1219 | 2026-03-05T16:59:54.333Z | Downloaded bit-set v0.5.3 |
| 1220 | 2026-03-05T16:59:54.336Z | Downloaded ciborium v0.2.2 |
| 1221 | 2026-03-05T16:59:54.336Z | Downloaded async-bb8-diesel v0.2.1 |
| 1222 | 2026-03-05T16:59:54.339Z | Downloaded ahash v0.8.12 |
| 1223 | 2026-03-05T16:59:54.339Z | Downloaded indent_write v2.2.0 |
| 1224 | 2026-03-05T16:59:54.343Z | Downloaded cargo_toml v0.22.3 |
| 1225 | 2026-03-05T16:59:54.343Z | Downloaded home v0.5.12 |
| 1226 | 2026-03-05T16:59:54.344Z | Downloaded fs-err v2.11.0 |
| 1227 | 2026-03-05T16:59:54.348Z | Downloaded env_logger v0.11.9 |
| 1228 | 2026-03-05T16:59:54.348Z | Downloaded diesel_derives v2.2.7 |
| 1229 | 2026-03-05T16:59:54.351Z | Downloaded derive_builder v0.20.2 |
| 1230 | 2026-03-05T16:59:54.357Z | Downloaded darling v0.23.0 |
| 1231 | 2026-03-05T16:59:54.360Z | Downloaded crypto-bigint v0.5.5 |
| 1232 | 2026-03-05T16:59:54.363Z | Downloaded constant_time_eq v0.4.2 |
| 1233 | 2026-03-05T16:59:54.366Z | Downloaded chacha20 v0.9.1 |
| 1234 | 2026-03-05T16:59:54.366Z | Downloaded hostname v0.3.1 |
| 1235 | 2026-03-05T16:59:54.369Z | Downloaded hex-literal v0.4.1 |
| 1236 | 2026-03-05T16:59:54.369Z | Downloaded fixedbitset v0.5.7 |
| 1237 | 2026-03-05T16:59:54.372Z | Downloaded find-msvc-tools v0.1.9 |
| 1238 | 2026-03-05T16:59:54.372Z | Downloaded drift v0.1.3 |
| 1239 | 2026-03-05T16:59:54.375Z | Downloaded deranged v0.5.8 |
| 1240 | 2026-03-05T16:59:54.378Z | Downloaded defmt v1.0.1 |
| 1241 | 2026-03-05T16:59:54.381Z | Downloaded crossbeam-deque v0.8.6 |
| 1242 | 2026-03-05T16:59:54.381Z | Downloaded blowfish v0.9.1 |
| 1243 | 2026-03-05T16:59:54.384Z | Downloaded data-encoding v2.10.0 |
| 1244 | 2026-03-05T16:59:54.385Z | Downloaded cbc v0.1.2 |
| 1245 | 2026-03-05T16:59:54.385Z | Downloaded buf-list v1.1.2 |
| 1246 | 2026-03-05T16:59:54.388Z | Downloaded ena v0.14.4 |
| 1247 | 2026-03-05T16:59:54.388Z | Downloaded dyn-clone v1.0.20 |
| 1248 | 2026-03-05T16:59:54.391Z | Downloaded csv-core v0.1.13 |
| 1249 | 2026-03-05T16:59:54.391Z | Downloaded http-range v0.1.5 |
| 1250 | 2026-03-05T16:59:54.391Z | Downloaded cargo_metadata v0.19.2 |
| 1251 | 2026-03-05T16:59:54.394Z | Downloaded async-trait v0.1.89 |
| 1252 | 2026-03-05T16:59:54.397Z | Downloaded cexpr v0.6.0 |
| 1253 | 2026-03-05T16:59:54.397Z | Downloaded bitfield v0.19.4 |
| 1254 | 2026-03-05T16:59:54.400Z | Downloaded hash32 v0.3.1 |
| 1255 | 2026-03-05T16:59:54.400Z | Downloaded fxhash v0.2.1 |
| 1256 | 2026-03-05T16:59:54.400Z | Downloaded futures-io v0.3.32 |
| 1257 | 2026-03-05T16:59:54.400Z | Downloaded futures-task v0.3.32 |
| 1258 | 2026-03-05T16:59:54.404Z | Downloaded futures-sink v0.3.32 |
| 1259 | 2026-03-05T16:59:54.404Z | Downloaded futures-macro v0.3.32 |
| 1260 | 2026-03-05T16:59:54.404Z | Downloaded futures-core v0.3.32 |
| 1261 | 2026-03-05T16:59:54.404Z | Downloaded funty v2.0.0 |
| 1262 | 2026-03-05T16:59:54.407Z | Downloaded either v1.15.0 |
| 1263 | 2026-03-05T16:59:54.407Z | Downloaded cipher v0.4.4 |
| 1264 | 2026-03-05T16:59:54.407Z | Downloaded embedded-io v0.6.1 |
| 1265 | 2026-03-05T16:59:54.411Z | Downloaded cobs v0.3.0 |
| 1266 | 2026-03-05T16:59:54.411Z | Downloaded backoff v0.4.0 |
| 1267 | 2026-03-05T16:59:54.411Z | Downloaded bcs v0.1.6 |
| 1268 | 2026-03-05T16:59:54.414Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1269 | 2026-03-05T16:59:54.414Z | Downloaded base64ct v1.8.3 |
| 1270 | 2026-03-05T16:59:54.417Z | Downloaded bit-vec v0.8.0 |
| 1271 | 2026-03-05T16:59:54.417Z | Downloaded debug-ignore v1.0.5 |
| 1272 | 2026-03-05T16:59:54.420Z | Downloaded fd-lock v4.0.4 |
| 1273 | 2026-03-05T16:59:54.420Z | Downloaded darling_macro v0.21.3 |
| 1274 | 2026-03-05T16:59:54.420Z | Downloaded env_filter v1.0.0 |
| 1275 | 2026-03-05T16:59:54.424Z | Downloaded castaway v0.2.4 |
| 1276 | 2026-03-05T16:59:54.424Z | Downloaded embedded-io v0.4.0 |
| 1277 | 2026-03-05T16:59:54.424Z | Downloaded darling_macro v0.23.0 |
| 1278 | 2026-03-05T16:59:54.427Z | Downloaded darling_macro v0.20.11 |
| 1279 | 2026-03-05T16:59:54.427Z | Downloaded cpufeatures v0.3.0 |
| 1280 | 2026-03-05T16:59:54.427Z | Downloaded defmt v0.3.100 |
| 1281 | 2026-03-05T16:59:54.427Z | Downloaded convert_case v0.4.0 |
| 1282 | 2026-03-05T16:59:54.430Z | Downloaded bitfield-struct v0.6.2 |
| 1283 | 2026-03-05T16:59:54.431Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1284 | 2026-03-05T16:59:54.431Z | Downloaded ascii-canvas v3.0.0 |
| 1285 | 2026-03-05T16:59:54.431Z | Downloaded critical-section v1.2.0 |
| 1286 | 2026-03-05T16:59:54.434Z | Downloaded ciborium-io v0.2.2 |
| 1287 | 2026-03-05T16:59:54.434Z | Downloaded crc8 v0.1.1 |
| 1288 | 2026-03-05T16:59:54.434Z | Downloaded cassowary v0.3.0 |
| 1289 | 2026-03-05T16:59:54.434Z | Downloaded bit-vec v0.6.3 |
| 1290 | 2026-03-05T16:59:54.437Z | Downloaded crunchy v0.2.4 |
| 1291 | 2026-03-05T16:59:54.438Z | Downloaded defmt-parser v1.0.0 |
| 1292 | 2026-03-05T16:59:54.438Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1293 | 2026-03-05T16:59:54.441Z | Downloaded cstr-argument v0.1.2 |
| 1294 | 2026-03-05T16:59:54.441Z | Downloaded crossbeam-epoch v0.9.18 |
| 1295 | 2026-03-05T16:59:54.441Z | Downloaded crc v3.4.0 |
| 1296 | 2026-03-05T16:59:54.473Z | Downloaded ciborium-ll v0.2.2 |
| 1297 | 2026-03-05T16:59:54.473Z | Downloaded cfg_aliases v0.2.1 |
| 1298 | 2026-03-05T16:59:54.473Z | Downloaded base16ct v1.0.0 |
| 1299 | 2026-03-05T16:59:54.477Z | Downloaded ed25519 v2.2.3 |
| 1300 | 2026-03-05T16:59:54.477Z | Downloaded dtrace-parser v0.3.0 |
| 1301 | 2026-03-05T16:59:54.477Z | Downloaded document-features v0.2.12 |
| 1302 | 2026-03-05T16:59:54.477Z | Downloaded diesel-dtrace v0.4.2 |
| 1303 | 2026-03-05T16:59:54.477Z | Downloaded defmt-macros v1.0.1 |
| 1304 | 2026-03-05T16:59:54.477Z | Downloaded daft-derive v0.1.5 |
| 1305 | 2026-03-05T16:59:54.477Z | Downloaded ctr v0.9.2 |
| 1306 | 2026-03-05T16:59:54.477Z | Downloaded dunce v1.0.5 |
| 1307 | 2026-03-05T16:59:54.477Z | Downloaded dof v0.4.0 |
| 1308 | 2026-03-05T16:59:54.477Z | Downloaded display-error-chain v0.2.2 |
| 1309 | 2026-03-05T16:59:54.477Z | Downloaded derive_builder_macro v0.20.2 |
| 1310 | 2026-03-05T16:59:54.477Z | Downloaded block-padding v0.3.3 |
| 1311 | 2026-03-05T16:59:54.477Z | Downloaded atomicwrites v0.4.4 |
| 1312 | 2026-03-05T16:59:54.477Z | Downloaded der_derive v0.7.3 |
| 1313 | 2026-03-05T16:59:54.477Z | Downloaded async-stream-impl v0.3.6 |
| 1314 | 2026-03-05T16:59:54.477Z | Downloaded async-recursion v1.1.1 |
| 1315 | 2026-03-05T16:59:54.477Z | Downloaded assert_matches v1.5.0 |
| 1316 | 2026-03-05T16:59:54.477Z | Downloaded atomic-waker v1.1.2 |
| 1317 | 2026-03-05T16:59:54.477Z | Downloaded adler2 v2.0.1 |
| 1318 | 2026-03-05T16:59:54.477Z | Downloaded base16ct v0.2.0 |
| 1319 | 2026-03-05T16:59:54.857Z | Downloaded aws-lc-sys v0.37.1 |
| 1320 | 2026-03-05T16:59:55.199Z | Compiling libc v0.2.180 |
| 1321 | 2026-03-05T16:59:55.199Z | Compiling serde v1.0.228 |
| 1322 | 2026-03-05T16:59:55.203Z | Compiling log v0.4.29 |
| 1323 | 2026-03-05T16:59:55.203Z | Compiling shlex v1.3.0 |
| 1324 | 2026-03-05T16:59:55.384Z | Compiling find-msvc-tools v0.1.9 |
| 1325 | 2026-03-05T16:59:55.387Z | Compiling smallvec v1.15.1 |
| 1326 | 2026-03-05T16:59:55.398Z | Compiling syn v2.0.117 |
| 1327 | 2026-03-05T16:59:55.401Z | Compiling typenum v1.19.0 |
| 1328 | 2026-03-05T16:59:55.706Z | Compiling generic-array v0.14.7 |
| 1329 | 2026-03-05T16:59:55.809Z | Compiling subtle v2.6.1 |
| 1330 | 2026-03-05T16:59:55.956Z | Compiling scopeguard v1.2.0 |
| 1331 | 2026-03-05T16:59:56.034Z | Compiling portable-atomic v1.13.1 |
| 1332 | 2026-03-05T16:59:56.139Z | Compiling lock_api v0.4.14 |
| 1333 | 2026-03-05T16:59:56.164Z | Compiling const-oid v0.9.6 |
| 1334 | 2026-03-05T16:59:56.258Z | Compiling critical-section v1.2.0 |
| 1335 | 2026-03-05T16:59:56.296Z | Compiling zerocopy v0.8.40 |
| 1336 | 2026-03-05T16:59:56.435Z | Compiling serde_json v1.0.149 |
| 1337 | 2026-03-05T16:59:56.617Z | Compiling parking_lot_core v0.9.12 |
| 1338 | 2026-03-05T16:59:56.790Z | Compiling pin-project-lite v0.2.17 |
| 1339 | 2026-03-05T16:59:57.127Z | Compiling pkg-config v0.3.32 |
| 1340 | 2026-03-05T16:59:57.175Z | Compiling libm v0.2.16 |
| 1341 | 2026-03-05T16:59:57.623Z | Compiling getrandom v0.2.17 |
| 1342 | 2026-03-05T16:59:57.643Z | Compiling jobserver v0.1.34 |
| 1343 | 2026-03-05T16:59:57.798Z | Compiling errno v0.3.14 |
| 1344 | 2026-03-05T16:59:58.062Z | Compiling cc v1.2.56 |
| 1345 | 2026-03-05T16:59:58.078Z | Compiling rand_core v0.6.4 |
| 1346 | 2026-03-05T16:59:58.195Z | Compiling once_cell v1.21.3 |
| 1347 | 2026-03-05T16:59:58.387Z | Compiling signal-hook-registry v1.4.8 |
| 1348 | 2026-03-05T16:59:58.546Z | Compiling mio v1.1.1 |
| 1349 | 2026-03-05T16:59:58.647Z | Compiling num-traits v0.2.19 |
| 1350 | 2026-03-05T16:59:58.679Z | Compiling bitflags v2.11.0 |
| 1351 | 2026-03-05T16:59:58.929Z | Compiling parking_lot v0.12.5 |
| 1352 | 2026-03-05T16:59:58.987Z | Compiling futures-core v0.3.32 |
| 1353 | 2026-03-05T16:59:59.249Z | Compiling socket2 v0.6.2 |
| 1354 | 2026-03-05T16:59:59.303Z | Compiling percent-encoding v2.3.2 |
| 1355 | 2026-03-05T16:59:59.667Z | Compiling allocator-api2 v0.2.21 |
| 1356 | 2026-03-05T16:59:59.670Z | Compiling futures-sink v0.3.32 |
| 1357 | 2026-03-05T16:59:59.760Z | Compiling foldhash v0.2.0 |
| 1358 | 2026-03-05T16:59:59.783Z | Compiling cpufeatures v0.2.17 |
| 1359 | 2026-03-05T16:59:59.846Z | Compiling futures-channel v0.3.32 |
| 1360 | 2026-03-05T16:59:59.890Z | Compiling getrandom v0.4.1 |
| 1361 | 2026-03-05T17:00:00.154Z | Compiling slab v0.4.12 |
| 1362 | 2026-03-05T17:00:00.179Z | Compiling futures-task v0.3.32 |
| 1363 | 2026-03-05T17:00:00.274Z | Compiling futures-io v0.3.32 |
| 1364 | 2026-03-05T17:00:00.363Z | Compiling hashbrown v0.16.1 |
| 1365 | 2026-03-05T17:00:00.478Z | Compiling rustversion v1.0.22 |
| 1366 | 2026-03-05T17:00:00.501Z | Compiling rand_core v0.10.0 |
| 1367 | 2026-03-05T17:00:00.547Z | Compiling getrandom v0.3.4 |
| 1368 | 2026-03-05T17:00:00.601Z | Compiling cmake v0.1.57 |
| 1369 | 2026-03-05T17:00:01.531Z | Compiling form_urlencoded v1.2.2 |
| 1370 | 2026-03-05T17:00:01.694Z | Compiling indexmap v2.13.0 |
| 1371 | 2026-03-05T17:00:01.831Z | Compiling base64ct v1.8.3 |
| 1372 | 2026-03-05T17:00:01.854Z | Compiling ident_case v1.0.1 |
| 1373 | 2026-03-05T17:00:01.942Z | Compiling dunce v1.0.5 |
| 1374 | 2026-03-05T17:00:02.057Z | Compiling fs_extra v1.3.0 |
| 1375 | 2026-03-05T17:00:02.094Z | Compiling flagset v0.4.7 |
| 1376 | 2026-03-05T17:00:02.333Z | Compiling pem-rfc7468 v0.7.0 |
| 1377 | 2026-03-05T17:00:02.371Z | Compiling rand_core v0.9.5 |
| 1378 | 2026-03-05T17:00:02.375Z | Compiling iana-time-zone v0.1.65 |
| 1379 | 2026-03-05T17:00:02.560Z | Compiling rustix v1.1.3 |
| 1380 | 2026-03-05T17:00:02.563Z | Compiling aws-lc-sys v0.37.1 |
| 1381 | 2026-03-05T17:00:02.750Z | Compiling ring v0.17.14 |
| 1382 | 2026-03-05T17:00:02.825Z | Compiling uuid v1.21.0 |
| 1383 | 2026-03-05T17:00:02.902Z | Compiling synstructure v0.13.2 |
| 1384 | 2026-03-05T17:00:02.948Z | Compiling rustc_version v0.4.1 |
| 1385 | 2026-03-05T17:00:03.109Z | Compiling regex-syntax v0.8.10 |
| 1386 | 2026-03-05T17:00:03.542Z | Compiling aws-lc-rs v1.16.0 |
| 1387 | 2026-03-05T17:00:03.606Z | Compiling vcpkg v0.2.15 |
| 1388 | 2026-03-05T17:00:04.274Z | Compiling tracing-core v0.1.36 |
| 1389 | 2026-03-05T17:00:04.295Z | Compiling crossbeam-utils v0.8.21 |
| 1390 | 2026-03-05T17:00:04.866Z | Compiling pest_generator v2.8.6 |
| 1391 | 2026-03-05T17:00:05.158Z | Compiling openssl-sys v0.9.111 |
| 1392 | 2026-03-05T17:00:05.473Z | Compiling serde_derive_internals v0.29.1 |
| 1393 | 2026-03-05T17:00:06.346Z | Compiling openssl-probe v0.2.1 |
| 1394 | 2026-03-05T17:00:06.563Z | Compiling untrusted v0.9.0 |
| 1395 | 2026-03-05T17:00:06.647Z | Compiling base64 v0.22.1 |
| 1396 | 2026-03-05T17:00:06.763Z | Compiling httparse v1.10.1 |
| 1397 | 2026-03-05T17:00:06.792Z | Compiling untrusted v0.7.1 |
| 1398 | 2026-03-05T17:00:07.004Z | Compiling syn v1.0.109 |
| 1399 | 2026-03-05T17:00:07.275Z | Compiling schemars v0.8.22 |
| 1400 | 2026-03-05T17:00:07.457Z | Compiling serde_derive v1.0.228 |
| 1401 | 2026-03-05T17:00:07.484Z | Compiling zeroize_derive v1.4.3 |
| 1402 | 2026-03-05T17:00:07.555Z | Compiling zerofrom-derive v0.1.6 |
| 1403 | 2026-03-05T17:00:07.608Z | Compiling yoke-derive v0.8.1 |
| 1404 | 2026-03-05T17:00:07.629Z | Compiling zerocopy-derive v0.8.40 |
| 1405 | 2026-03-05T17:00:08.524Z | Compiling zerovec-derive v0.11.2 |
| 1406 | 2026-03-05T17:00:08.790Z | Compiling zeroize v1.8.2 |
| 1407 | 2026-03-05T17:00:09.531Z | Compiling displaydoc v0.2.5 |
| 1408 | 2026-03-05T17:00:10.201Z | Compiling tokio-macros v2.6.0 |
| 1409 | 2026-03-05T17:00:10.569Z | Compiling crypto-common v0.1.7 |
| 1410 | 2026-03-05T17:00:10.717Z | Compiling zerofrom v0.1.6 |
| 1411 | 2026-03-05T17:00:10.864Z | Compiling block-buffer v0.10.4 |
| 1412 | 2026-03-05T17:00:10.898Z | Compiling futures-macro v0.3.32 |
| 1413 | 2026-03-05T17:00:11.011Z | Compiling yoke v0.8.1 |
| 1414 | 2026-03-05T17:00:11.071Z | Compiling block-padding v0.3.3 |
| 1415 | 2026-03-05T17:00:11.154Z | Compiling digest v0.10.7 |
| 1416 | 2026-03-05T17:00:11.353Z | Compiling zerovec v0.11.5 |
| 1417 | 2026-03-05T17:00:11.375Z | Compiling zerotrie v0.2.3 |
| 1418 | 2026-03-05T17:00:11.644Z | Compiling hmac v0.12.1 |
| 1419 | 2026-03-05T17:00:11.752Z | Compiling inout v0.1.4 |
| 1420 | 2026-03-05T17:00:11.905Z | Compiling sha2 v0.10.9 |
| 1421 | 2026-03-05T17:00:11.993Z | Compiling cipher v0.4.4 |
| 1422 | 2026-03-05T17:00:12.038Z | Compiling der_derive v0.7.3 |
| 1423 | 2026-03-05T17:00:12.517Z | Compiling tinystr v0.8.2 |
| 1424 | 2026-03-05T17:00:12.523Z | Compiling potential_utf v0.1.4 |
| 1425 | 2026-03-05T17:00:12.668Z | Compiling futures-util v0.3.32 |
| 1426 | 2026-03-05T17:00:12.820Z | Compiling icu_collections v2.1.1 |
| 1427 | 2026-03-05T17:00:12.907Z | Compiling icu_locale_core v2.1.1 |
| 1428 | 2026-03-05T17:00:13.840Z | Compiling salsa20 v0.10.2 |
| 1429 | 2026-03-05T17:00:14.059Z | Compiling pbkdf2 v0.12.2 |
| 1430 | 2026-03-05T17:00:14.191Z | Compiling der v0.7.10 |
| 1431 | 2026-03-05T17:00:14.214Z | Compiling thiserror-impl v2.0.18 |
| 1432 | 2026-03-05T17:00:14.959Z | Compiling icu_provider v2.1.1 |
| 1433 | 2026-03-05T17:00:15.234Z | Compiling scrypt v0.11.0 |
| 1434 | 2026-03-05T17:00:15.518Z | Compiling bytes v1.11.1 |
| 1435 | 2026-03-05T17:00:15.541Z | Compiling icu_normalizer v2.1.1 |
| 1436 | 2026-03-05T17:00:15.683Z | Compiling icu_properties v2.1.2 |
| 1437 | 2026-03-05T17:00:16.749Z | Compiling tokio v1.49.0 |
| 1438 | 2026-03-05T17:00:16.941Z | Compiling http v1.4.0 |
| 1439 | 2026-03-05T17:00:17.049Z | Compiling spki v0.7.3 |
| 1440 | 2026-03-05T17:00:17.315Z | Compiling chrono v0.4.44 |
| 1441 | 2026-03-05T17:00:17.413Z | Compiling thiserror v2.0.18 |
| 1442 | 2026-03-05T17:00:17.585Z | Compiling cbc v0.1.2 |
| 1443 | 2026-03-05T17:00:17.764Z | Compiling idna_adapter v1.2.1 |
| 1444 | 2026-03-05T17:00:17.832Z | Compiling aes v0.8.4 |
| 1445 | 2026-03-05T17:00:17.958Z | Compiling idna v1.1.0 |
| 1446 | 2026-03-05T17:00:18.222Z | Compiling rustls-pki-types v1.14.0 |
| 1447 | 2026-03-05T17:00:18.946Z | Compiling ppv-lite86 v0.2.21 |
| 1448 | 2026-03-05T17:00:19.010Z | Compiling url v2.5.8 |
| 1449 | 2026-03-05T17:00:19.201Z | Compiling tracing-attributes v0.1.31 |
| 1450 | 2026-03-05T17:00:19.303Z | Compiling pkcs5 v0.7.1 |
| 1451 | 2026-03-05T17:00:19.637Z | Compiling rand_chacha v0.9.0 |
| 1452 | 2026-03-05T17:00:20.374Z | Compiling rand v0.9.2 |
| 1453 | 2026-03-05T17:00:20.395Z | Compiling http-body v1.0.1 |
| 1454 | 2026-03-05T17:00:20.451Z | Compiling pkcs8 v0.10.2 |
| 1455 | 2026-03-05T17:00:20.728Z | Compiling schemars_derive v0.8.22 |
| 1456 | 2026-03-05T17:00:21.173Z | Compiling pest_derive v2.8.6 |
| 1457 | 2026-03-05T17:00:21.245Z | Compiling scroll_derive v0.13.1 |
| 1458 | 2026-03-05T17:00:22.105Z | Compiling darling_core v0.20.11 |
| 1459 | 2026-03-05T17:00:22.304Z | Compiling tracing v0.1.44 |
| 1460 | 2026-03-05T17:00:22.773Z | Compiling rustls v0.23.37 |
| 1461 | 2026-03-05T17:00:22.974Z | Compiling tower-layer v0.3.3 |
| 1462 | 2026-03-05T17:00:23.045Z | Compiling dyn-clone v1.0.20 |
| 1463 | 2026-03-05T17:00:23.067Z | Compiling try-lock v0.2.5 |
| 1464 | 2026-03-05T17:00:23.236Z | Compiling atomic-waker v1.1.2 |
| 1465 | 2026-03-05T17:00:23.258Z | Compiling tower-service v0.3.3 |
| 1466 | 2026-03-05T17:00:23.278Z | Compiling tinyvec_macros v0.1.1 |
| 1467 | 2026-03-05T17:00:23.383Z | Compiling tinyvec v1.10.0 |
| 1468 | 2026-03-05T17:00:23.405Z | Compiling want v0.3.1 |
| 1469 | 2026-03-05T17:00:23.425Z | Compiling scroll v0.13.0 |
| 1470 | 2026-03-05T17:00:23.955Z | Compiling ipnet v2.11.0 |
| 1471 | 2026-03-05T17:00:24.700Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1472 | 2026-03-05T17:00:24.727Z | Compiling spin v0.9.8 |
| 1473 | 2026-03-05T17:00:25.074Z | Compiling tokio-util v0.7.18 |
| 1474 | 2026-03-05T17:00:25.112Z | Compiling aho-corasick v1.1.4 |
| 1475 | 2026-03-05T17:00:25.413Z | Compiling foreign-types-shared v0.1.1 |
| 1476 | 2026-03-05T17:00:25.553Z | Compiling pin-utils v0.1.0 |
| 1477 | 2026-03-05T17:00:25.667Z | Compiling crc32fast v1.5.0 |
| 1478 | 2026-03-05T17:00:26.238Z | Compiling powerfmt v0.2.0 |
| 1479 | 2026-03-05T17:00:26.632Z | Compiling h2 v0.4.13 |
| 1480 | 2026-03-05T17:00:26.691Z | Compiling time-core v0.1.8 |
| 1481 | 2026-03-05T17:00:27.010Z | Compiling httpdate v1.0.3 |
| 1482 | 2026-03-05T17:00:27.383Z | Compiling openssl v0.10.75 |
| 1483 | 2026-03-05T17:00:27.427Z | Compiling num-conv v0.2.0 |
| 1484 | 2026-03-05T17:00:27.682Z | Compiling time-macros v0.2.27 |
| 1485 | 2026-03-05T17:00:27.834Z | Compiling regex-automata v0.4.14 |
| 1486 | 2026-03-05T17:00:28.005Z | Compiling darling_macro v0.20.11 |
| 1487 | 2026-03-05T17:00:28.878Z | Compiling darling v0.20.11 |
| 1488 | 2026-03-05T17:00:29.010Z | Compiling tempfile v3.25.0 |
| 1489 | 2026-03-05T17:00:29.291Z | Compiling deranged v0.5.8 |
| 1490 | 2026-03-05T17:00:29.791Z | Compiling foreign-types v0.3.2 |
| 1491 | 2026-03-05T17:00:29.895Z | Compiling goblin v0.10.5 |
| 1492 | 2026-03-05T17:00:30.154Z | Compiling thiserror-impl v1.0.69 |
| 1493 | 2026-03-05T17:00:31.540Z | Compiling openssl-macros v0.1.1 |
| 1494 | 2026-03-05T17:00:32.939Z | Compiling wait-timeout v0.2.1 |
| 1495 | 2026-03-05T17:00:33.412Z | Compiling hyper v1.8.1 |
| 1496 | 2026-03-05T17:00:33.510Z | Compiling num_threads v0.1.7 |
| 1497 | 2026-03-05T17:00:33.633Z | Compiling native-tls v0.2.18 |
| 1498 | 2026-03-05T17:00:33.938Z | Compiling siphasher v1.0.2 |
| 1499 | 2026-03-05T17:00:33.970Z | Compiling either v1.15.0 |
| 1500 | 2026-03-05T17:00:34.307Z | Compiling quick-error v1.2.3 |
| 1501 | 2026-03-05T17:00:34.345Z | Compiling bit-vec v0.8.0 |
| 1502 | 2026-03-05T17:00:34.479Z | Compiling usdt-impl v0.6.0 |
| 1503 | 2026-03-05T17:00:34.799Z | Compiling simd-adler32 v0.3.8 |
| 1504 | 2026-03-05T17:00:34.892Z | Compiling bit-set v0.8.0 |
| 1505 | 2026-03-05T17:00:35.193Z | Compiling rusty-fork v0.3.1 |
| 1506 | 2026-03-05T17:00:35.305Z | Compiling time v0.3.47 |
| 1507 | 2026-03-05T17:00:35.808Z | Compiling hyper-util v0.1.20 |
| 1508 | 2026-03-05T17:00:36.855Z | Compiling dof v0.4.0 |
| 1509 | 2026-03-05T17:00:37.385Z | Compiling thiserror v1.0.69 |
| 1510 | 2026-03-05T17:00:37.876Z | Compiling derive_builder_core v0.20.2 |
| 1511 | 2026-03-05T17:00:39.104Z | Compiling unicode-normalization v0.1.25 |
| 1512 | 2026-03-05T17:00:39.614Z | Compiling crossbeam-epoch v0.9.18 |
| 1513 | 2026-03-05T17:00:39.780Z | Compiling dtrace-parser v0.3.0 |
| 1514 | 2026-03-05T17:00:39.806Z | Compiling rustls-native-certs v0.8.3 |
| 1515 | 2026-03-05T17:00:40.071Z | Compiling signature v2.2.0 |
| 1516 | 2026-03-05T17:00:40.269Z | Compiling scroll_derive v0.12.1 |
| 1517 | 2026-03-05T17:00:40.296Z | Compiling heapless v0.7.17 |
| 1518 | 2026-03-05T17:00:40.362Z | Compiling darling_core v0.21.3 |
| 1519 | 2026-03-05T17:00:40.455Z | Compiling rand_xorshift v0.4.0 |
| 1520 | 2026-03-05T17:00:40.706Z | Compiling slog v2.8.2 |
| 1521 | 2026-03-05T17:00:40.730Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1522 | 2026-03-05T17:00:41.057Z | Compiling sync_wrapper v1.0.2 |
| 1523 | 2026-03-05T17:00:41.223Z | Compiling thread-id v5.1.0 |
| 1524 | 2026-03-05T17:00:41.258Z | Compiling cookie v0.18.1 |
| 1525 | 2026-03-05T17:00:41.337Z | Compiling unicode-segmentation v1.12.0 |
| 1526 | 2026-03-05T17:00:41.553Z | Compiling unicode-bidi v0.3.18 |
| 1527 | 2026-03-05T17:00:41.573Z | Compiling adler2 v2.0.1 |
| 1528 | 2026-03-05T17:00:41.685Z | Compiling paste v1.0.15 |
| 1529 | 2026-03-05T17:00:41.792Z | Compiling signal-hook v0.3.18 |
| 1530 | 2026-03-05T17:00:42.101Z | Compiling rayon-core v1.13.0 |
| 1531 | 2026-03-05T17:00:42.105Z | Compiling unicode-properties v0.1.4 |
| 1532 | 2026-03-05T17:00:42.151Z | Compiling zstd-safe v7.2.4 |
| 1533 | 2026-03-05T17:00:42.392Z | Compiling unarray v0.1.4 |
| 1534 | 2026-03-05T17:00:42.497Z | Compiling anyhow v1.0.102 |
| 1535 | 2026-03-05T17:00:42.518Z | Compiling stringprep v0.1.5 |
| 1536 | 2026-03-05T17:00:42.570Z | Compiling proptest v1.10.0 |
| 1537 | 2026-03-05T17:00:42.731Z | Compiling miniz_oxide v0.8.9 |
| 1538 | 2026-03-05T17:00:42.829Z | Compiling scroll v0.12.0 |
| 1539 | 2026-03-05T17:00:43.447Z | Compiling tower v0.5.3 |
| 1540 | 2026-03-05T17:00:44.112Z | Compiling crossbeam-deque v0.8.6 |
| 1541 | 2026-03-05T17:00:44.134Z | Compiling derive_builder_macro v0.20.2 |
| 1542 | 2026-03-05T17:00:44.346Z | Compiling ipnetwork v0.21.1 |
| 1543 | 2026-03-05T17:00:44.468Z | Compiling http-body-util v0.1.3 |
| 1544 | 2026-03-05T17:00:44.547Z | Compiling rand_chacha v0.3.1 |
| 1545 | 2026-03-05T17:00:44.794Z | Compiling webpki-roots v1.0.6 |
| 1546 | 2026-03-05T17:00:44.954Z | Compiling serde_tokenstream v0.2.3 |
| 1547 | 2026-03-05T17:00:44.976Z | Compiling toml_datetime v0.6.11 |
| 1548 | 2026-03-05T17:00:45.014Z | Compiling serde_spanned v0.6.9 |
| 1549 | 2026-03-05T17:00:45.093Z | Compiling erased-serde v0.3.31 |
| 1550 | 2026-03-05T17:00:45.250Z | Compiling md-5 v0.10.6 |
| 1551 | 2026-03-05T17:00:45.488Z | Compiling zerocopy-derive v0.7.35 |
| 1552 | 2026-03-05T17:00:45.509Z | Compiling curve25519-dalek v4.1.3 |
| 1553 | 2026-03-05T17:00:45.543Z | Compiling num-integer v0.1.46 |
| 1554 | 2026-03-05T17:00:46.208Z | Compiling vergen-lib v0.1.6 |
| 1555 | 2026-03-05T17:00:46.266Z | Compiling hash32 v0.2.1 |
| 1556 | 2026-03-05T17:00:46.310Z | Compiling darling_macro v0.21.3 |
| 1557 | 2026-03-05T17:00:46.431Z | Compiling ff v0.13.1 |
| 1558 | 2026-03-05T17:00:46.454Z | Compiling ryu v1.0.23 |
| 1559 | 2026-03-05T17:00:46.527Z | Compiling smoltcp v0.9.1 |
| 1560 | 2026-03-05T17:00:46.658Z | Compiling base16ct v0.2.0 |
| 1561 | 2026-03-05T17:00:46.666Z | Compiling rustix v0.38.44 |
| 1562 | 2026-03-05T17:00:46.786Z | Compiling iri-string v0.7.10 |
| 1563 | 2026-03-05T17:00:46.962Z | Compiling psl-types v2.0.11 |
| 1564 | 2026-03-05T17:00:47.151Z | Compiling num-bigint-dig v0.8.6 |
| 1565 | 2026-03-05T17:00:47.194Z | Compiling ref-cast v1.0.25 |
| 1566 | 2026-03-05T17:00:47.212Z | Compiling zlib-rs v0.6.2 |
| 1567 | 2026-03-05T17:00:47.288Z | Compiling litrs v1.0.0 |
| 1568 | 2026-03-05T17:00:47.403Z | Compiling fallible-iterator v0.2.0 |
| 1569 | 2026-03-05T17:00:47.508Z | Compiling zerocopy v0.7.35 |
| 1570 | 2026-03-05T17:00:47.982Z | Compiling darling v0.21.3 |
| 1571 | 2026-03-05T17:00:48.089Z | Compiling postgres-protocol v0.6.10 |
| 1572 | 2026-03-05T17:00:48.143Z | Compiling publicsuffix v2.3.0 |
| 1573 | 2026-03-05T17:00:48.424Z | Compiling document-features v0.2.12 |
| 1574 | 2026-03-05T17:00:48.447Z | Compiling newtype-uuid v1.3.2 |
| 1575 | 2026-03-05T17:00:48.830Z | Compiling sec1 v0.7.3 |
| 1576 | 2026-03-05T17:00:49.087Z | Compiling serde_urlencoded v0.7.1 |
| 1577 | 2026-03-05T17:00:49.231Z | Compiling group v0.13.0 |
| 1578 | 2026-03-05T17:00:49.532Z | Compiling tower-http v0.6.8 |
| 1579 | 2026-03-05T17:00:49.728Z | Compiling num-iter v0.1.45 |
| 1580 | 2026-03-05T17:00:49.914Z | Compiling derive_builder v0.20.2 |
| 1581 | 2026-03-05T17:00:50.103Z | Compiling rand v0.8.5 |
| 1582 | 2026-03-05T17:00:50.351Z | Compiling oxnet v0.1.4 |
| 1583 | 2026-03-05T17:00:50.354Z | Compiling proc-macro-error v1.0.4 |
| 1584 | 2026-03-05T17:00:50.468Z | Compiling tokio-native-tls v0.3.1 |
| 1585 | 2026-03-05T17:00:51.545Z | Compiling goblin v0.8.2 |
| 1586 | 2026-03-05T17:00:51.960Z | Compiling heck v0.4.1 |
| 1587 | 2026-03-05T17:00:52.125Z | Compiling phf_shared v0.13.1 |
| 1588 | 2026-03-05T17:00:52.148Z | Compiling hubpack_derive v0.1.1 |
| 1589 | 2026-03-05T17:00:52.390Z | Compiling regex v1.12.3 |
| 1590 | 2026-03-05T17:00:52.667Z | Compiling lazy_static v1.5.0 |
| 1591 | 2026-03-05T17:00:52.802Z | Compiling cargo-platform v0.1.9 |
| 1592 | 2026-03-05T17:00:52.806Z | Compiling hkdf v0.12.4 |
| 1593 | 2026-03-05T17:00:52.975Z | Compiling crypto-bigint v0.5.5 |
| 1594 | 2026-03-05T17:00:53.089Z | Compiling daft-derive v0.1.5 |
| 1595 | 2026-03-05T17:00:53.272Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1596 | 2026-03-05T17:00:53.301Z | Compiling async-trait v0.1.89 |
| 1597 | 2026-03-05T17:00:54.208Z | Compiling flate2 v1.1.9 |
| 1598 | 2026-03-05T17:00:54.605Z | Compiling ref-cast-impl v1.0.25 |
| 1599 | 2026-03-05T17:00:54.608Z | Compiling strum_macros v0.27.2 |
| 1600 | 2026-03-05T17:00:55.063Z | Compiling terminal_size v0.4.3 |
| 1601 | 2026-03-05T17:00:55.298Z | Compiling vergen v9.0.6 |
| 1602 | 2026-03-05T17:00:55.639Z | Compiling fs-err v3.3.0 |
| 1603 | 2026-03-05T17:00:55.661Z | Compiling ahash v0.8.12 |
| 1604 | 2026-03-05T17:00:55.730Z | Compiling bumpalo v3.20.2 |
| 1605 | 2026-03-05T17:00:56.006Z | Compiling managed v0.8.0 |
| 1606 | 2026-03-05T17:00:56.049Z | Compiling libbz2-rs-sys v0.2.2 |
| 1607 | 2026-03-05T17:00:56.247Z | Compiling winnow v0.5.40 |
| 1608 | 2026-03-05T17:00:56.488Z | Compiling bitflags v1.3.2 |
| 1609 | 2026-03-05T17:00:56.609Z | Compiling foldhash v0.1.5 |
| 1610 | 2026-03-05T17:00:56.906Z | Compiling object v0.37.3 |
| 1611 | 2026-03-05T17:00:57.507Z | Compiling bzip2 v0.6.1 |
| 1612 | 2026-03-05T17:00:57.591Z | Compiling dof v0.3.0 |
| 1613 | 2026-03-05T17:00:57.908Z | Compiling console v0.16.2 |
| 1614 | 2026-03-05T17:00:58.488Z | Compiling hashbrown v0.15.5 |
| 1615 | 2026-03-05T17:00:59.320Z | Compiling clap_builder v4.5.60 |
| 1616 | 2026-03-05T17:00:59.367Z | Compiling strum v0.27.2 |
| 1617 | 2026-03-05T17:00:59.558Z | Compiling toml_edit v0.19.15 |
| 1618 | 2026-03-05T17:00:59.694Z | Compiling zopfli v0.8.3 |
| 1619 | 2026-03-05T17:00:59.947Z | Compiling elliptic-curve v0.13.8 |
| 1620 | 2026-03-05T17:01:00.459Z | Compiling daft v0.1.5 |
| 1621 | 2026-03-05T17:01:01.023Z | Compiling cargo_metadata v0.19.2 |
| 1622 | 2026-03-05T17:01:01.073Z | Compiling hubpack v0.1.2 |
| 1623 | 2026-03-05T17:01:01.499Z | Compiling phf v0.13.1 |
| 1624 | 2026-03-05T17:01:01.814Z | Compiling zone_cfg_derive v0.3.1 |
| 1625 | 2026-03-05T17:01:03.092Z | Compiling signal-hook-mio v0.2.5 |
| 1626 | 2026-03-05T17:01:03.273Z | Compiling cookie_store v0.22.1 |
| 1627 | 2026-03-05T17:01:04.274Z | Compiling zstd v0.13.3 |
| 1628 | 2026-03-05T17:01:04.804Z | Compiling rayon v1.11.0 |
| 1629 | 2026-03-05T17:01:05.480Z | Compiling hyper-tls v0.6.0 |
| 1630 | 2026-03-05T17:01:05.886Z | Compiling bzip2 v0.4.4 |
| 1631 | 2026-03-05T17:01:06.141Z | Compiling postgres-types v0.2.12 |
| 1632 | 2026-03-05T17:01:06.262Z | Compiling serde_with_macros v3.17.0 |
| 1633 | 2026-03-05T17:01:07.411Z | Compiling usdt-macro v0.6.0 |
| 1634 | 2026-03-05T17:01:08.064Z | Compiling usdt-attr-macro v0.6.0 |
| 1635 | 2026-03-05T17:01:08.674Z | Compiling ed25519 v2.2.3 |
| 1636 | 2026-03-05T17:01:08.774Z | Compiling dtrace-parser v0.2.0 |
| 1637 | 2026-03-05T17:01:08.871Z | Compiling itertools v0.12.1 |
| 1638 | 2026-03-05T17:01:09.045Z | Compiling phf_shared v0.11.3 |
| 1639 | 2026-03-05T17:01:09.401Z | Compiling bstr v1.12.1 |
| 1640 | 2026-03-05T17:01:09.543Z | Compiling pkcs1 v0.7.5 |
| 1641 | 2026-03-05T17:01:09.581Z | Compiling serde-big-array v0.5.1 |
| 1642 | 2026-03-05T17:01:09.823Z | Compiling hex v0.4.3 |
| 1643 | 2026-03-05T17:01:10.415Z | Compiling rfc6979 v0.4.0 |
| 1644 | 2026-03-05T17:01:10.438Z | Compiling strum_macros v0.26.4 |
| 1645 | 2026-03-05T17:01:10.554Z | Compiling clap_derive v4.5.55 |
| 1646 | 2026-03-05T17:01:10.620Z | Compiling enum-as-inner v0.6.1 |
| 1647 | 2026-03-05T17:01:10.678Z | Compiling serde_repr v0.1.20 |
| 1648 | 2026-03-05T17:01:10.909Z | Compiling float-cmp v0.10.0 |
| 1649 | 2026-03-05T17:01:11.158Z | Compiling thread-id v4.2.2 |
| 1650 | 2026-03-05T17:01:11.297Z | Compiling memmap2 v0.9.10 |
| 1651 | 2026-03-05T17:01:11.668Z | Compiling env_filter v1.0.0 |
| 1652 | 2026-03-05T17:01:11.707Z | Compiling encoding_rs v0.8.35 |
| 1653 | 2026-03-05T17:01:11.762Z | Compiling unit-prefix v0.5.2 |
| 1654 | 2026-03-05T17:01:11.784Z | Compiling predicates-core v1.0.10 |
| 1655 | 2026-03-05T17:01:11.991Z | Compiling data-encoding v2.10.0 |
| 1656 | 2026-03-05T17:01:12.088Z | Compiling mime v0.3.17 |
| 1657 | 2026-03-05T17:01:12.256Z | Compiling new_debug_unreachable v1.0.6 |
| 1658 | 2026-03-05T17:01:12.375Z | Compiling precomputed-hash v0.1.1 |
| 1659 | 2026-03-05T17:01:12.511Z | Compiling jiff v0.2.21 |
| 1660 | 2026-03-05T17:01:12.566Z | Compiling normalize-line-endings v0.3.0 |
| 1661 | 2026-03-05T17:01:12.720Z | Compiling fixedbitset v0.4.2 |
| 1662 | 2026-03-05T17:01:13.147Z | Compiling fixedbitset v0.5.7 |
| 1663 | 2026-03-05T17:01:13.662Z | Compiling rustc-hash v2.1.1 |
| 1664 | 2026-03-05T17:01:13.784Z | Compiling static_assertions v1.1.0 |
| 1665 | 2026-03-05T17:01:13.872Z | Compiling keccak v0.1.6 |
| 1666 | 2026-03-05T17:01:13.898Z | Compiling whoami v2.1.0 |
| 1667 | 2026-03-05T17:01:14.299Z | Compiling difflib v0.4.0 |
| 1668 | 2026-03-05T17:01:14.645Z | Compiling strum v0.26.3 |
| 1669 | 2026-03-05T17:01:14.672Z | Compiling tokio-postgres v0.7.16 |
| 1670 | 2026-03-05T17:01:14.775Z | Compiling clap v4.5.60 |
| 1671 | 2026-03-05T17:01:14.835Z | Compiling predicates v3.1.4 |
| 1672 | 2026-03-05T17:01:14.904Z | Compiling sha3 v0.10.8 |
| 1673 | 2026-03-05T17:01:15.328Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1674 | 2026-03-05T17:01:15.572Z | Compiling iddqd v0.3.17 |
| 1675 | 2026-03-05T17:01:15.955Z | Compiling petgraph v0.8.3 |
| 1676 | 2026-03-05T17:01:16.198Z | Compiling toml_edit v0.22.27 |
| 1677 | 2026-03-05T17:01:16.330Z | Compiling petgraph v0.6.5 |
| 1678 | 2026-03-05T17:01:18.160Z | Compiling hickory-proto v0.25.2 |
| 1679 | 2026-03-05T17:01:19.847Z | Compiling zip v4.6.1 |
| 1680 | 2026-03-05T17:01:19.953Z | Compiling string_cache v0.8.9 |
| 1681 | 2026-03-05T17:01:20.390Z | Compiling env_logger v0.11.9 |
| 1682 | 2026-03-05T17:01:20.523Z | Compiling indicatif v0.18.4 |
| 1683 | 2026-03-05T17:01:21.155Z | Compiling zone v0.3.1 |
| 1684 | 2026-03-05T17:01:21.952Z | Compiling usdt v0.6.0 |
| 1685 | 2026-03-05T17:01:22.030Z | Compiling usdt-impl v0.5.0 |
| 1686 | 2026-03-05T17:01:22.427Z | Compiling ecdsa v0.16.9 |
| 1687 | 2026-03-05T17:01:22.451Z | Compiling serde_with v3.17.0 |
| 1688 | 2026-03-05T17:01:22.703Z | Compiling similar v2.7.0 |
| 1689 | 2026-03-05T17:01:22.905Z | Compiling rsa v0.9.10 |
| 1690 | 2026-03-05T17:01:22.985Z | Compiling ed25519-dalek v2.2.0 |
| 1691 | 2026-03-05T17:01:23.248Z | Compiling crossterm v0.28.1 |
| 1692 | 2026-03-05T17:01:23.288Z | Compiling zip v0.6.6 |
| 1693 | 2026-03-05T17:01:24.523Z | Compiling toml v0.7.8 |
| 1694 | 2026-03-05T17:01:25.762Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1695 | 2026-03-05T17:01:25.947Z | Compiling itertools v0.13.0 |
| 1696 | 2026-03-05T17:01:26.394Z | Compiling tokio-stream v0.1.18 |
| 1697 | 2026-03-05T17:01:26.613Z | Compiling buf-list v1.1.2 |
| 1698 | 2026-03-05T17:01:27.157Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1699 | 2026-03-05T17:01:27.244Z | Compiling x509-cert v0.2.5 |
| 1700 | 2026-03-05T17:01:27.322Z | Compiling openapiv3 v2.2.0 |
| 1701 | 2026-03-05T17:01:27.859Z | Compiling sha1 v0.10.6 |
| 1702 | 2026-03-05T17:01:28.288Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 1703 | 2026-03-05T17:01:28.834Z | Compiling lalrpop-util v0.19.12 |
| 1704 | 2026-03-05T17:01:28.896Z | Compiling peg-runtime v0.8.5 |
| 1705 | 2026-03-05T17:01:29.204Z | Compiling thread_local v1.1.9 |
| 1706 | 2026-03-05T17:01:29.422Z | Compiling slog-async v2.8.0 |
| 1707 | 2026-03-05T17:01:29.538Z | Compiling crossbeam-channel v0.5.15 |
| 1708 | 2026-03-05T17:01:29.608Z | Compiling futures-executor v0.3.32 |
| 1709 | 2026-03-05T17:01:30.001Z | Compiling is-terminal v0.4.17 |
| 1710 | 2026-03-05T17:01:30.101Z | Compiling filetime v0.2.27 |
| 1711 | 2026-03-05T17:01:30.158Z | Compiling take_mut v0.2.2 |
| 1712 | 2026-03-05T17:01:30.319Z | Compiling term v1.2.1 |
| 1713 | 2026-03-05T17:01:30.416Z | Compiling xattr v1.6.1 |
| 1714 | 2026-03-05T17:01:30.509Z | Compiling futures v0.3.32 |
| 1715 | 2026-03-05T17:01:30.644Z | Compiling tar v0.4.44 |
| 1716 | 2026-03-05T17:01:30.865Z | Compiling slog-term v2.9.2 |
| 1717 | 2026-03-05T17:01:40.070Z | Compiling rustls-webpki v0.103.9 |
| 1718 | 2026-03-05T17:01:44.876Z | Compiling tokio-rustls v0.26.4 |
| 1719 | 2026-03-05T17:01:44.876Z | Compiling rustls-platform-verifier v0.6.2 |
| 1720 | 2026-03-05T17:01:45.207Z | Compiling hyper-rustls v0.27.7 |
| 1721 | 2026-03-05T17:01:45.554Z | Compiling reqwest v0.12.28 |
| 1722 | 2026-03-05T17:01:45.554Z | Compiling reqwest v0.13.2 |
| 1723 | 2026-03-05T17:01:49.720Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1724 | 2026-03-05T17:01:50.008Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1725 | 2026-03-05T17:01:54.341Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 03s |
| 1726 | 2026-03-05T17:01:54.518Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1727 | 2026-03-05T17:01:54.571Z | Mar 05 17:01:54.273 INFO Starting download, target: Cockroach |
| 1728 | 2026-03-05T17:01:54.574Z | Mar 05 17:01:54.273 INFO Starting download, target: Clickhouse |
| 1729 | 2026-03-05T17:01:54.574Z | Mar 05 17:01:54.274 INFO Starting download, target: Console |
| 1730 | 2026-03-05T17:01:54.574Z | Mar 05 17:01:54.274 INFO Starting download, target: DendriteStub |
| 1731 | 2026-03-05T17:01:54.574Z | Mar 05 17:01:54.274 INFO Starting download, target: MaghemiteMgd |
| 1732 | 2026-03-05T17:01:54.574Z | Mar 05 17:01:54.274 INFO Starting download, target: TransceiverControl |
| 1733 | 2026-03-05T17:01:54.574Z | Mar 05 17:01:54.274 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1734 | 2026-03-05T17:01:54.574Z | Mar 05 17:01:54.274 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1735 | 2026-03-05T17:01:54.574Z | Mar 05 17:01:54.274 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1736 | 2026-03-05T17:01:54.574Z | Mar 05 17:01:54.274 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1737 | 2026-03-05T17:01:54.575Z | Mar 05 17:01:54.274 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1738 | 2026-03-05T17:01:54.575Z | Mar 05 17:01:54.274 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1739 | 2026-03-05T17:01:55.036Z | Mar 05 17:01:54.733 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1740 | 2026-03-05T17:01:55.553Z | Mar 05 17:01:55.254 INFO Download complete, target: TransceiverControl |
| 1741 | 2026-03-05T17:01:55.747Z | Mar 05 17:01:55.446 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1742 | 2026-03-05T17:01:55.983Z | Mar 05 17:01:55.683 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1743 | 2026-03-05T17:01:56.367Z | Mar 05 17:01:56.068 INFO Download complete, target: Console |
| 1744 | 2026-03-05T17:01:56.507Z | Mar 05 17:01:56.210 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1745 | 2026-03-05T17:01:57.144Z | Mar 05 17:01:56.847 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1746 | 2026-03-05T17:01:57.144Z | Mar 05 17:01:56.847 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1747 | 2026-03-05T17:01:57.683Z | Mar 05 17:01:57.384 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1748 | 2026-03-05T17:02:00.830Z | Mar 05 17:02:00.532 INFO Download complete, target: DendriteStub |
| 1749 | 2026-03-05T17:02:01.461Z | Mar 05 17:02:01.163 INFO Download complete, target: MaghemiteMgd |
| 1750 | 2026-03-05T17:02:07.029Z | Mar 05 17:02:06.732 INFO Checking that binary works, target: Cockroach |
| 1751 | 2026-03-05T17:02:07.160Z | Mar 05 17:02:06.862 INFO Download complete, target: Cockroach |
| 1752 | 2026-03-05T17:02:11.644Z | Mar 05 17:02:11.346 INFO Checking that binary works, target: Clickhouse |
| 1753 | 2026-03-05T17:02:11.789Z | Mar 05 17:02:11.491 INFO Download complete, target: Clickhouse |
| 1754 | 2026-03-05T17:02:11.795Z | All prerequisites installed successfully |
| 1755 | 2026-03-05T17:02:11.798Z | |
| 1756 | 2026-03-05T17:02:11.798Z | real 5:06.758186884 |
| 1757 | 2026-03-05T17:02:11.798Z | user 16:45.886532540 |
| 1758 | 2026-03-05T17:02:11.798Z | sys 2:22.142978762 |
| 1759 | 2026-03-05T17:02:11.798Z | trap 0.612136456 |
| 1760 | 2026-03-05T17:02:11.798Z | tflt 0.755146533 |
| 1761 | 2026-03-05T17:02:11.798Z | dflt 0.908779706 |
| 1762 | 2026-03-05T17:02:11.798Z | kflt 0.029957765 |
| 1763 | 2026-03-05T17:02:11.798Z | lock 38:18.359017615 |
| 1764 | 2026-03-05T17:02:11.798Z | slp 1:01:06.188495886 |
| 1765 | 2026-03-05T17:02:11.798Z | lat 1:09.928306236 |
| 1766 | 2026-03-05T17:02:11.799Z | stop 3:06.936864096 |
| 1767 | 2026-03-05T17:02:11.799Z | + ptime -m cargo xtask download softnpu |
| 1768 | 2026-03-05T17:02:12.556Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 1769 | 2026-03-05T17:02:12.584Z | Running `target/debug/xtask download softnpu` |
| 1770 | 2026-03-05T17:02:13.609Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
| 1771 | 2026-03-05T17:02:13.681Z | Running `target/debug/xtask-downloader softnpu` |
| 1772 | 2026-03-05T17:02:13.720Z | Mar 05 17:02:13.421 INFO Starting download, target: Softnpu |
| 1773 | 2026-03-05T17:02:13.723Z | Mar 05 17:02:13.422 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1774 | 2026-03-05T17:02:14.434Z | Mar 05 17:02:14.135 INFO Download complete, target: Softnpu |
| 1775 | 2026-03-05T17:02:14.437Z | |
| 1776 | 2026-03-05T17:02:14.437Z | real 2.635456326 |
| 1777 | 2026-03-05T17:02:14.437Z | user 1.897828811 |
| 1778 | 2026-03-05T17:02:14.437Z | sys 0.790042924 |
| 1779 | 2026-03-05T17:02:14.437Z | trap 0.001148231 |
| 1780 | 2026-03-05T17:02:14.437Z | tflt 0.000025998 |
| 1781 | 2026-03-05T17:02:14.437Z | dflt 0.000081597 |
| 1782 | 2026-03-05T17:02:14.437Z | kflt 0.000000000 |
| 1783 | 2026-03-05T17:02:14.437Z | lock 7.157123370 |
| 1784 | 2026-03-05T17:02:14.437Z | slp 0.581074413 |
| 1785 | 2026-03-05T17:02:14.437Z | lat 0.193692523 |
| 1786 | 2026-03-05T17:02:14.437Z | stop 0.000160379 |
| 1787 | 2026-03-05T17:02:14.437Z | + export CARGO_INCREMENTAL=0 |
| 1788 | 2026-03-05T17:02:14.437Z | + CARGO_INCREMENTAL=0 |
| 1789 | 2026-03-05T17:02:14.437Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1790 | 2026-03-05T17:02:15.672Z | Compiling proc-macro2 v1.0.106 |
| 1791 | 2026-03-05T17:02:15.672Z | Compiling quote v1.0.44 |
| 1792 | 2026-03-05T17:02:15.676Z | Compiling unicode-ident v1.0.24 |
| 1793 | 2026-03-05T17:02:15.676Z | Compiling libc v0.2.180 |
| 1794 | 2026-03-05T17:02:15.676Z | Compiling serde_core v1.0.228 |
| 1795 | 2026-03-05T17:02:15.676Z | Compiling serde v1.0.228 |
| 1796 | 2026-03-05T17:02:15.676Z | Compiling cfg-if v1.0.4 |
| 1797 | 2026-03-05T17:02:15.676Z | Compiling version_check v0.9.5 |
| 1798 | 2026-03-05T17:02:16.018Z | Compiling find-msvc-tools v0.1.9 |
| 1799 | 2026-03-05T17:02:16.105Z | Compiling shlex v1.3.0 |
| 1800 | 2026-03-05T17:02:16.312Z | Compiling typenum v1.19.0 |
| 1801 | 2026-03-05T17:02:16.451Z | Compiling generic-array v0.14.7 |
| 1802 | 2026-03-05T17:02:16.526Z | Compiling portable-atomic v1.13.1 |
| 1803 | 2026-03-05T17:02:16.776Z | Compiling memchr v2.8.0 |
| 1804 | 2026-03-05T17:02:16.895Z | Compiling zmij v1.0.21 |
| 1805 | 2026-03-05T17:02:17.326Z | Compiling autocfg v1.5.0 |
| 1806 | 2026-03-05T17:02:17.383Z | Compiling serde_json v1.0.149 |
| 1807 | 2026-03-05T17:02:17.782Z | Compiling jobserver v0.1.34 |
| 1808 | 2026-03-05T17:02:18.015Z | Compiling zerocopy v0.8.40 |
| 1809 | 2026-03-05T17:02:18.079Z | Compiling libm v0.2.16 |
| 1810 | 2026-03-05T17:02:18.116Z | Compiling parking_lot_core v0.9.12 |
| 1811 | 2026-03-05T17:02:18.279Z | Compiling syn v2.0.117 |
| 1812 | 2026-03-05T17:02:18.454Z | Compiling cc v1.2.56 |
| 1813 | 2026-03-05T17:02:18.549Z | Compiling num-traits v0.2.19 |
| 1814 | 2026-03-05T17:02:18.623Z | Compiling smallvec v1.15.1 |
| 1815 | 2026-03-05T17:02:18.695Z | Compiling icu_properties_data v2.1.2 |
| 1816 | 2026-03-05T17:02:18.907Z | Compiling icu_normalizer_data v2.1.1 |
| 1817 | 2026-03-05T17:02:19.068Z | Compiling getrandom v0.2.17 |
| 1818 | 2026-03-05T17:02:19.151Z | Compiling log v0.4.29 |
| 1819 | 2026-03-05T17:02:19.261Z | Compiling itoa v1.0.17 |
| 1820 | 2026-03-05T17:02:19.469Z | Compiling getrandom v0.4.1 |
| 1821 | 2026-03-05T17:02:19.894Z | Compiling pkg-config v0.3.32 |
| 1822 | 2026-03-05T17:02:20.041Z | Compiling errno v0.3.14 |
| 1823 | 2026-03-05T17:02:20.332Z | Compiling stable_deref_trait v1.2.1 |
| 1824 | 2026-03-05T17:02:20.465Z | Compiling rand_core v0.6.4 |
| 1825 | 2026-03-05T17:02:20.876Z | Compiling scopeguard v1.2.0 |
| 1826 | 2026-03-05T17:02:20.921Z | Compiling subtle v2.6.1 |
| 1827 | 2026-03-05T17:02:21.057Z | Compiling lock_api v0.4.14 |
| 1828 | 2026-03-05T17:02:21.154Z | Compiling fnv v1.0.7 |
| 1829 | 2026-03-05T17:02:21.273Z | Compiling thiserror v2.0.18 |
| 1830 | 2026-03-05T17:02:21.562Z | Compiling getrandom v0.3.4 |
| 1831 | 2026-03-05T17:02:21.781Z | Compiling pin-project-lite v0.2.17 |
| 1832 | 2026-03-05T17:02:21.802Z | Compiling critical-section v1.2.0 |
| 1833 | 2026-03-05T17:02:22.209Z | Compiling equivalent v1.0.2 |
| 1834 | 2026-03-05T17:02:22.346Z | Compiling rustversion v1.0.22 |
| 1835 | 2026-03-05T17:02:22.366Z | Compiling allocator-api2 v0.2.21 |
| 1836 | 2026-03-05T17:02:22.647Z | Compiling once_cell v1.21.3 |
| 1837 | 2026-03-05T17:02:23.056Z | Compiling bitflags v2.11.0 |
| 1838 | 2026-03-05T17:02:23.479Z | Compiling foldhash v0.2.0 |
| 1839 | 2026-03-05T17:02:23.559Z | Compiling ring v0.17.14 |
| 1840 | 2026-03-05T17:02:23.866Z | Compiling hashbrown v0.16.1 |
| 1841 | 2026-03-05T17:02:23.901Z | Compiling semver v1.0.27 |
| 1842 | 2026-03-05T17:02:24.519Z | Compiling cmake v0.1.57 |
| 1843 | 2026-03-05T17:02:24.588Z | Compiling fs_extra v1.3.0 |
| 1844 | 2026-03-05T17:02:24.635Z | Compiling percent-encoding v2.3.2 |
| 1845 | 2026-03-05T17:02:25.164Z | Compiling litemap v0.8.1 |
| 1846 | 2026-03-05T17:02:25.196Z | Compiling dunce v1.0.5 |
| 1847 | 2026-03-05T17:02:25.252Z | Compiling synstructure v0.13.2 |
| 1848 | 2026-03-05T17:02:25.274Z | Compiling writeable v0.6.2 |
| 1849 | 2026-03-05T17:02:25.351Z | Compiling aws-lc-sys v0.37.1 |
| 1850 | 2026-03-05T17:02:25.667Z | Compiling const-oid v0.9.6 |
| 1851 | 2026-03-05T17:02:25.713Z | Compiling indexmap v2.13.0 |
| 1852 | 2026-03-05T17:02:26.598Z | Compiling rustix v1.1.3 |
| 1853 | 2026-03-05T17:02:27.228Z | Compiling signal-hook-registry v1.4.8 |
| 1854 | 2026-03-05T17:02:27.276Z | Compiling schemars v0.8.22 |
| 1855 | 2026-03-05T17:02:27.361Z | Compiling serde_derive_internals v0.29.1 |
| 1856 | 2026-03-05T17:02:27.428Z | Compiling mio v1.1.1 |
| 1857 | 2026-03-05T17:02:27.531Z | Compiling parking_lot v0.12.5 |
| 1858 | 2026-03-05T17:02:27.652Z | Compiling socket2 v0.6.2 |
| 1859 | 2026-03-05T17:02:27.962Z | Compiling rand_core v0.10.0 |
| 1860 | 2026-03-05T17:02:28.243Z | Compiling aws-lc-rs v1.16.0 |
| 1861 | 2026-03-05T17:02:28.290Z | Compiling utf8_iter v1.0.4 |
| 1862 | 2026-03-05T17:02:28.599Z | Compiling strsim v0.11.1 |
| 1863 | 2026-03-05T17:02:29.004Z | Compiling serde_derive v1.0.228 |
| 1864 | 2026-03-05T17:02:29.171Z | Compiling zeroize_derive v1.4.3 |
| 1865 | 2026-03-05T17:02:29.193Z | Compiling zerofrom-derive v0.1.6 |
| 1866 | 2026-03-05T17:02:29.295Z | Compiling yoke-derive v0.8.1 |
| 1867 | 2026-03-05T17:02:29.316Z | Compiling zerovec-derive v0.11.2 |
| 1868 | 2026-03-05T17:02:29.334Z | Compiling displaydoc v0.2.5 |
| 1869 | 2026-03-05T17:02:29.475Z | Compiling zerocopy-derive v0.8.40 |
| 1870 | 2026-03-05T17:02:30.046Z | Compiling tokio-macros v2.6.0 |
| 1871 | 2026-03-05T17:02:30.375Z | Compiling zeroize v1.8.2 |
| 1872 | 2026-03-05T17:02:30.832Z | Compiling futures-macro v0.3.32 |
| 1873 | 2026-03-05T17:02:31.405Z | Compiling thiserror-impl v2.0.18 |
| 1874 | 2026-03-05T17:02:31.623Z | Compiling tracing-attributes v0.1.31 |
| 1875 | 2026-03-05T17:02:31.850Z | Compiling zerofrom v0.1.6 |
| 1876 | 2026-03-05T17:02:32.108Z | Compiling yoke v0.8.1 |
| 1877 | 2026-03-05T17:02:32.206Z | Compiling crypto-common v0.1.7 |
| 1878 | 2026-03-05T17:02:32.416Z | Compiling zerovec v0.11.5 |
| 1879 | 2026-03-05T17:02:32.437Z | Compiling zerotrie v0.2.3 |
| 1880 | 2026-03-05T17:02:33.364Z | Compiling block-buffer v0.10.4 |
| 1881 | 2026-03-05T17:02:33.613Z | Compiling der_derive v0.7.3 |
| 1882 | 2026-03-05T17:02:33.698Z | Compiling tinystr v0.8.2 |
| 1883 | 2026-03-05T17:02:33.742Z | Compiling potential_utf v0.1.4 |
| 1884 | 2026-03-05T17:02:34.081Z | Compiling icu_collections v2.1.1 |
| 1885 | 2026-03-05T17:02:34.102Z | Compiling digest v0.10.7 |
| 1886 | 2026-03-05T17:02:34.172Z | Compiling icu_locale_core v2.1.1 |
| 1887 | 2026-03-05T17:02:34.227Z | Compiling schemars_derive v0.8.22 |
| 1888 | 2026-03-05T17:02:35.636Z | Compiling form_urlencoded v1.2.2 |
| 1889 | 2026-03-05T17:02:36.143Z | Compiling icu_provider v2.1.1 |
| 1890 | 2026-03-05T17:02:36.322Z | Compiling ucd-trie v0.1.7 |
| 1891 | 2026-03-05T17:02:36.774Z | Compiling bytes v1.11.1 |
| 1892 | 2026-03-05T17:02:36.822Z | Compiling icu_normalizer v2.1.1 |
| 1893 | 2026-03-05T17:02:36.849Z | Compiling icu_properties v2.1.2 |
| 1894 | 2026-03-05T17:02:36.995Z | Compiling thiserror v1.0.69 |
| 1895 | 2026-03-05T17:02:37.537Z | Compiling byteorder v1.5.0 |
| 1896 | 2026-03-05T17:02:38.020Z | Compiling futures-core v0.3.32 |
| 1897 | 2026-03-05T17:02:38.121Z | Compiling tokio v1.49.0 |
| 1898 | 2026-03-05T17:02:38.302Z | Compiling pest v2.8.6 |
| 1899 | 2026-03-05T17:02:39.118Z | Compiling idna_adapter v1.2.1 |
| 1900 | 2026-03-05T17:02:39.358Z | Compiling idna v1.1.0 |
| 1901 | 2026-03-05T17:02:40.301Z | Compiling httparse v1.10.1 |
| 1902 | 2026-03-05T17:02:40.548Z | Compiling ident_case v1.0.1 |
| 1903 | 2026-03-05T17:02:40.739Z | Compiling heck v0.5.0 |
| 1904 | 2026-03-05T17:02:40.766Z | Compiling vcpkg v0.2.15 |
| 1905 | 2026-03-05T17:02:40.903Z | Compiling pest_meta v2.8.6 |
| 1906 | 2026-03-05T17:02:41.140Z | Compiling url v2.5.8 |
| 1907 | 2026-03-05T17:02:41.290Z | Compiling thiserror-impl v1.0.69 |
| 1908 | 2026-03-05T17:02:42.067Z | Compiling openssl-sys v0.9.111 |
| 1909 | 2026-03-05T17:02:42.252Z | Compiling pest_generator v2.8.6 |
| 1910 | 2026-03-05T17:02:43.891Z | Compiling syn v1.0.109 |
| 1911 | 2026-03-05T17:02:44.188Z | Compiling regex-syntax v0.8.10 |
| 1912 | 2026-03-05T17:02:44.228Z | Compiling crossbeam-utils v0.8.21 |
| 1913 | 2026-03-05T17:02:44.283Z | Compiling pest_derive v2.8.6 |
| 1914 | 2026-03-05T17:02:46.756Z | Compiling rustc_version v0.4.1 |
| 1915 | 2026-03-05T17:02:46.919Z | Compiling cpufeatures v0.2.17 |
| 1916 | 2026-03-05T17:02:47.041Z | Compiling futures-sink v0.3.32 |
| 1917 | 2026-03-05T17:02:47.062Z | Compiling rustls v0.23.37 |
| 1918 | 2026-03-05T17:02:47.237Z | Compiling futures-channel v0.3.32 |
| 1919 | 2026-03-05T17:02:47.563Z | Compiling hmac v0.12.1 |
| 1920 | 2026-03-05T17:02:47.812Z | Compiling futures-task v0.3.32 |
| 1921 | 2026-03-05T17:02:48.012Z | Compiling iana-time-zone v0.1.65 |
| 1922 | 2026-03-05T17:02:48.127Z | Compiling plain v0.2.3 |
| 1923 | 2026-03-05T17:02:48.147Z | Compiling slab v0.4.12 |
| 1924 | 2026-03-05T17:02:48.317Z | Compiling futures-io v0.3.32 |
| 1925 | 2026-03-05T17:02:48.545Z | Compiling futures-util v0.3.32 |
| 1926 | 2026-03-05T17:02:48.691Z | Compiling chrono v0.4.44 |
| 1927 | 2026-03-05T17:02:49.283Z | Compiling block-padding v0.3.3 |
| 1928 | 2026-03-05T17:02:49.519Z | Compiling uuid v1.21.0 |
| 1929 | 2026-03-05T17:02:50.325Z | Compiling aho-corasick v1.1.4 |
| 1930 | 2026-03-05T17:02:51.830Z | Compiling inout v0.1.4 |
| 1931 | 2026-03-05T17:02:52.113Z | Compiling ppv-lite86 v0.2.21 |
| 1932 | 2026-03-05T17:02:52.240Z | Compiling regex-automata v0.4.14 |
| 1933 | 2026-03-05T17:02:54.616Z | Compiling pretty-hex v0.4.1 |
| 1934 | 2026-03-05T17:02:54.662Z | Compiling time-core v0.1.8 |
| 1935 | 2026-03-05T17:02:54.722Z | Compiling num-conv v0.2.0 |
| 1936 | 2026-03-05T17:02:54.868Z | Compiling openssl v0.10.75 |
| 1937 | 2026-03-05T17:02:55.036Z | Compiling time-macros v0.2.27 |
| 1938 | 2026-03-05T17:02:55.619Z | Compiling cipher v0.4.4 |
| 1939 | 2026-03-05T17:02:56.093Z | Compiling sha2 v0.10.9 |
| 1940 | 2026-03-05T17:02:56.426Z | Compiling serde_tokenstream v0.2.3 |
| 1941 | 2026-03-05T17:02:56.491Z | Compiling scroll_derive v0.13.1 |
| 1942 | 2026-03-05T17:02:56.824Z | Compiling scroll_derive v0.12.1 |
| 1943 | 2026-03-05T17:02:56.987Z | Compiling crc32fast v1.5.0 |
| 1944 | 2026-03-05T17:02:57.009Z | Compiling anyhow v1.0.102 |
| 1945 | 2026-03-05T17:02:57.225Z | Compiling base64ct v1.8.3 |
| 1946 | 2026-03-05T17:02:57.465Z | Compiling either v1.15.0 |
| 1947 | 2026-03-05T17:02:57.751Z | Compiling pem-rfc7468 v0.7.0 |
| 1948 | 2026-03-05T17:02:57.887Z | Compiling darling_core v0.21.3 |
| 1949 | 2026-03-05T17:02:58.160Z | Compiling rustls-pki-types v1.14.0 |
| 1950 | 2026-03-05T17:02:58.164Z | Compiling openssl-macros v0.1.1 |
| 1951 | 2026-03-05T17:02:58.848Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1952 | 2026-03-05T17:02:59.017Z | Compiling flagset v0.4.7 |
| 1953 | 2026-03-05T17:02:59.264Z | Compiling native-tls v0.2.18 |
| 1954 | 2026-03-05T17:02:59.583Z | Compiling der v0.7.10 |
| 1955 | 2026-03-05T17:02:59.811Z | Compiling regex v1.12.3 |
| 1956 | 2026-03-05T17:03:00.313Z | Compiling rand_core v0.9.5 |
| 1957 | 2026-03-05T17:03:00.703Z | Compiling zerocopy-derive v0.7.35 |
| 1958 | 2026-03-05T17:03:01.067Z | Compiling slog v2.8.2 |
| 1959 | 2026-03-05T17:03:01.433Z | Compiling dyn-clone v1.0.20 |
| 1960 | 2026-03-05T17:03:01.585Z | Compiling rayon-core v1.13.0 |
| 1961 | 2026-03-05T17:03:01.897Z | Compiling spki v0.7.3 |
| 1962 | 2026-03-05T17:03:02.251Z | Compiling salsa20 v0.10.2 |
| 1963 | 2026-03-05T17:03:02.481Z | Compiling pbkdf2 v0.12.2 |
| 1964 | 2026-03-05T17:03:02.531Z | Compiling http v1.4.0 |
| 1965 | 2026-03-05T17:03:03.438Z | Compiling darling_macro v0.21.3 |
| 1966 | 2026-03-05T17:03:04.272Z | Compiling darling v0.21.3 |
| 1967 | 2026-03-05T17:03:04.407Z | Compiling tracing-core v0.1.36 |
| 1968 | 2026-03-05T17:03:04.455Z | Compiling camino v1.2.2 |
| 1969 | 2026-03-05T17:03:04.931Z | Compiling untrusted v0.9.0 |
| 1970 | 2026-03-05T17:03:05.150Z | Compiling tracing v0.1.44 |
| 1971 | 2026-03-05T17:03:06.514Z | Compiling scrypt v0.11.0 |
| 1972 | 2026-03-05T17:03:06.537Z | Compiling rand_chacha v0.9.0 |
| 1973 | 2026-03-05T17:03:06.899Z | Compiling tokio-util v0.7.18 |
| 1974 | 2026-03-05T17:03:07.220Z | Compiling aes v0.8.4 |
| 1975 | 2026-03-05T17:03:07.836Z | Compiling cbc v0.1.2 |
| 1976 | 2026-03-05T17:03:08.933Z | Compiling cookie v0.18.1 |
| 1977 | 2026-03-05T17:03:09.218Z | Compiling usdt-impl v0.5.0 |
| 1978 | 2026-03-05T17:03:09.552Z | Compiling usdt-impl v0.6.0 |
| 1979 | 2026-03-05T17:03:09.833Z | Compiling ref-cast v1.0.25 |
| 1980 | 2026-03-05T17:03:09.863Z | Compiling paste v1.0.15 |
| 1981 | 2026-03-05T17:03:10.294Z | Compiling winnow v0.7.14 |
| 1982 | 2026-03-05T17:03:10.312Z | Compiling base64 v0.22.1 |
| 1983 | 2026-03-05T17:03:10.894Z | Compiling pkcs5 v0.7.1 |
| 1984 | 2026-03-05T17:03:11.242Z | Compiling rand v0.9.2 |
| 1985 | 2026-03-05T17:03:12.198Z | Compiling http-body v1.0.1 |
| 1986 | 2026-03-05T17:03:12.434Z | Compiling scroll v0.12.0 |
| 1987 | 2026-03-05T17:03:12.678Z | Compiling scroll v0.13.0 |
| 1988 | 2026-03-05T17:03:13.082Z | Compiling heapless v0.7.17 |
| 1989 | 2026-03-05T17:03:13.572Z | Compiling toml_datetime v0.6.11 |
| 1990 | 2026-03-05T17:03:13.588Z | Compiling serde_spanned v0.6.9 |
| 1991 | 2026-03-05T17:03:13.817Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1992 | 2026-03-05T17:03:13.889Z | Compiling zstd-safe v7.2.4 |
| 1993 | 2026-03-05T17:03:14.211Z | Compiling signal-hook v0.3.18 |
| 1994 | 2026-03-05T17:03:14.235Z | Compiling openssl-probe v0.2.1 |
| 1995 | 2026-03-05T17:03:14.300Z | Compiling untrusted v0.7.1 |
| 1996 | 2026-03-05T17:03:14.701Z | Compiling toml_parser v1.0.9+spec-1.1.0 |
| 1997 | 2026-03-05T17:03:15.079Z | Compiling goblin v0.10.5 |
| 1998 | 2026-03-05T17:03:15.877Z | Compiling goblin v0.8.2 |
| 1999 | 2026-03-05T17:03:16.537Z | Compiling pkcs8 v0.10.2 |
| 2000 | 2026-03-05T17:03:17.615Z | Compiling zerocopy v0.7.35 |
| 2001 | 2026-03-05T17:03:18.065Z | Compiling darling_core v0.20.11 |
| 2002 | 2026-03-05T17:03:18.119Z | Compiling ref-cast-impl v1.0.25 |
| 2003 | 2026-03-05T17:03:18.900Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2004 | 2026-03-05T17:03:19.188Z | Compiling tower-service v0.3.3 |
| 2005 | 2026-03-05T17:03:19.210Z | Compiling try-lock v0.2.5 |
| 2006 | 2026-03-05T17:03:19.343Z | Compiling tinyvec_macros v0.1.1 |
| 2007 | 2026-03-05T17:03:19.385Z | Compiling winnow v0.5.40 |
| 2008 | 2026-03-05T17:03:19.671Z | Compiling atomic-waker v1.1.2 |
| 2009 | 2026-03-05T17:03:19.690Z | Compiling rustix v0.38.44 |
| 2010 | 2026-03-05T17:03:20.131Z | Compiling tower-layer v0.3.3 |
| 2011 | 2026-03-05T17:03:20.594Z | Compiling h2 v0.4.13 |
| 2012 | 2026-03-05T17:03:22.535Z | Compiling toml_edit v0.19.15 |
| 2013 | 2026-03-05T17:03:22.663Z | Compiling darling_macro v0.20.11 |
| 2014 | 2026-03-05T17:03:23.102Z | Compiling dof v0.4.0 |
| 2015 | 2026-03-05T17:03:23.550Z | Compiling dof v0.3.0 |
| 2016 | 2026-03-05T17:03:25.727Z | Compiling tinyvec v1.10.0 |
| 2017 | 2026-03-05T17:03:26.438Z | Compiling want v0.3.1 |
| 2018 | 2026-03-05T17:03:28.029Z | Compiling dtrace-parser v0.2.0 |
| 2019 | 2026-03-05T17:03:28.051Z | Compiling dtrace-parser v0.3.0 |
| 2020 | 2026-03-05T17:03:28.715Z | Compiling curve25519-dalek v4.1.3 |
| 2021 | 2026-03-05T17:03:28.839Z | Compiling ipnet v2.11.0 |
| 2022 | 2026-03-05T17:03:29.159Z | Compiling async-trait v0.1.89 |
| 2023 | 2026-03-05T17:03:29.306Z | Compiling daft-derive v0.1.5 |
| 2024 | 2026-03-05T17:03:29.439Z | Compiling spin v0.9.8 |
| 2025 | 2026-03-05T17:03:29.776Z | Compiling thread-id v4.2.2 |
| 2026 | 2026-03-05T17:03:29.811Z | Compiling thread-id v5.1.0 |
| 2027 | 2026-03-05T17:03:29.913Z | Compiling proc-macro-error-attr v1.0.4 |
| 2028 | 2026-03-05T17:03:29.917Z | Compiling litrs v1.0.0 |
| 2029 | 2026-03-05T17:03:30.181Z | Compiling fastrand v2.3.0 |
| 2030 | 2026-03-05T17:03:30.473Z | Compiling foreign-types-shared v0.1.1 |
| 2031 | 2026-03-05T17:03:30.628Z | Compiling smoltcp v0.9.1 |
| 2032 | 2026-03-05T17:03:31.100Z | Compiling num-bigint-dig v0.8.6 |
| 2033 | 2026-03-05T17:03:31.199Z | Compiling httpdate v1.0.3 |
| 2034 | 2026-03-05T17:03:31.263Z | Compiling pin-utils v0.1.0 |
| 2035 | 2026-03-05T17:03:31.418Z | Compiling document-features v0.2.12 |
| 2036 | 2026-03-05T17:03:31.446Z | Compiling hyper v1.8.1 |
| 2037 | 2026-03-05T17:03:31.559Z | Compiling foreign-types v0.3.2 |
| 2038 | 2026-03-05T17:03:31.595Z | Compiling tempfile v3.25.0 |
| 2039 | 2026-03-05T17:03:33.353Z | Compiling darling v0.20.11 |
| 2040 | 2026-03-05T17:03:33.939Z | Compiling ipnetwork v0.21.1 |
| 2041 | 2026-03-05T17:03:34.712Z | Compiling strum_macros v0.26.4 |
| 2042 | 2026-03-05T17:03:35.069Z | Compiling wait-timeout v0.2.1 |
| 2043 | 2026-03-05T17:03:35.433Z | Compiling proc-macro-error v1.0.4 |
| 2044 | 2026-03-05T17:03:36.295Z | Compiling unicode-segmentation v1.12.0 |
| 2045 | 2026-03-05T17:03:37.171Z | Compiling anstyle v1.0.13 |
| 2046 | 2026-03-05T17:03:37.219Z | Compiling siphasher v1.0.2 |
| 2047 | 2026-03-05T17:03:37.575Z | Compiling powerfmt v0.2.0 |
| 2048 | 2026-03-05T17:03:37.893Z | Compiling simd-adler32 v0.3.8 |
| 2049 | 2026-03-05T17:03:38.017Z | Compiling quick-error v1.2.3 |
| 2050 | 2026-03-05T17:03:38.173Z | Compiling bit-vec v0.8.0 |
| 2051 | 2026-03-05T17:03:38.311Z | Compiling utf8parse v0.2.2 |
| 2052 | 2026-03-05T17:03:38.480Z | Compiling anstyle-parse v0.2.7 |
| 2053 | 2026-03-05T17:03:38.560Z | Compiling bit-set v0.8.0 |
| 2054 | 2026-03-05T17:03:38.617Z | Compiling rusty-fork v0.3.1 |
| 2055 | 2026-03-05T17:03:38.795Z | Compiling deranged v0.5.8 |
| 2056 | 2026-03-05T17:03:43.127Z | Compiling hyper-util v0.1.20 |
| 2057 | 2026-03-05T17:03:43.396Z | Compiling derive_builder_core v0.20.2 |
| 2058 | 2026-03-05T17:03:45.257Z | Compiling crossbeam-epoch v0.9.18 |
| 2059 | 2026-03-05T17:03:46.592Z | Compiling unicode-normalization v0.1.25 |
| 2060 | 2026-03-05T17:03:47.527Z | Compiling rustls-native-certs v0.8.3 |
| 2061 | 2026-03-05T17:03:48.105Z | Compiling rand_xorshift v0.4.0 |
| 2062 | 2026-03-05T17:03:48.216Z | Compiling hubpack_derive v0.1.1 |
| 2063 | 2026-03-05T17:03:48.260Z | Compiling sync_wrapper v1.0.2 |
| 2064 | 2026-03-05T17:03:48.339Z | Compiling strum_macros v0.27.2 |
| 2065 | 2026-03-05T17:03:48.434Z | Compiling signature v2.2.0 |
| 2066 | 2026-03-05T17:03:48.677Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2067 | 2026-03-05T17:03:49.042Z | Compiling fs-err v3.3.0 |
| 2068 | 2026-03-05T17:03:49.393Z | Compiling ahash v0.8.12 |
| 2069 | 2026-03-05T17:03:49.855Z | Compiling unarray v0.1.4 |
| 2070 | 2026-03-05T17:03:49.897Z | Compiling anstyle-query v1.1.5 |
| 2071 | 2026-03-05T17:03:49.930Z | Compiling colorchoice v1.0.4 |
| 2072 | 2026-03-05T17:03:50.028Z | Compiling num_threads v0.1.7 |
| 2073 | 2026-03-05T17:03:50.105Z | Compiling unicode-properties v0.1.4 |
| 2074 | 2026-03-05T17:03:50.172Z | Compiling adler2 v2.0.1 |
| 2075 | 2026-03-05T17:03:50.268Z | Compiling unicode-bidi v0.3.18 |
| 2076 | 2026-03-05T17:03:50.272Z | Compiling is_terminal_polyfill v1.70.2 |
| 2077 | 2026-03-05T17:03:50.369Z | Compiling object v0.37.3 |
| 2078 | 2026-03-05T17:03:50.433Z | Compiling anstream v0.6.21 |
| 2079 | 2026-03-05T17:03:50.469Z | Compiling miniz_oxide v0.8.9 |
| 2080 | 2026-03-05T17:03:50.838Z | Compiling time v0.3.47 |
| 2081 | 2026-03-05T17:03:50.982Z | Compiling stringprep v0.1.5 |
| 2082 | 2026-03-05T17:03:51.635Z | Compiling proptest v1.10.0 |
| 2083 | 2026-03-05T17:03:53.848Z | Compiling tower v0.5.3 |
| 2084 | 2026-03-05T17:03:54.838Z | Compiling crossbeam-deque v0.8.6 |
| 2085 | 2026-03-05T17:03:54.870Z | Compiling derive_builder_macro v0.20.2 |
| 2086 | 2026-03-05T17:03:55.286Z | Compiling heck v0.4.1 |
| 2087 | 2026-03-05T17:03:55.645Z | Compiling usdt-attr-macro v0.6.0 |
| 2088 | 2026-03-05T17:03:55.687Z | Compiling usdt-macro v0.6.0 |
| 2089 | 2026-03-05T17:03:56.979Z | Compiling http-body-util v0.1.3 |
| 2090 | 2026-03-05T17:03:57.075Z | Compiling webpki-roots v1.0.6 |
| 2091 | 2026-03-05T17:03:57.552Z | Compiling rand_chacha v0.3.1 |
| 2092 | 2026-03-05T17:03:57.764Z | Compiling num-integer v0.1.46 |
| 2093 | 2026-03-05T17:03:57.805Z | Compiling hash32 v0.2.1 |
| 2094 | 2026-03-05T17:03:58.087Z | Compiling erased-serde v0.3.31 |
| 2095 | 2026-03-05T17:03:58.157Z | Compiling md-5 v0.10.6 |
| 2096 | 2026-03-05T17:03:58.326Z | Compiling vergen-lib v0.1.6 |
| 2097 | 2026-03-05T17:03:58.413Z | Compiling ff v0.13.1 |
| 2098 | 2026-03-05T17:03:58.643Z | Compiling fallible-iterator v0.2.0 |
| 2099 | 2026-03-05T17:03:58.666Z | Compiling psl-types v2.0.11 |
| 2100 | 2026-03-05T17:03:58.669Z | Compiling ryu v1.0.23 |
| 2101 | 2026-03-05T17:03:58.892Z | Compiling zlib-rs v0.6.2 |
| 2102 | 2026-03-05T17:03:58.989Z | Compiling base16ct v0.2.0 |
| 2103 | 2026-03-05T17:03:59.010Z | Compiling iri-string v0.7.10 |
| 2104 | 2026-03-05T17:03:59.284Z | Compiling sec1 v0.7.3 |
| 2105 | 2026-03-05T17:03:59.372Z | Compiling postgres-protocol v0.6.10 |
| 2106 | 2026-03-05T17:03:59.906Z | Compiling serde_urlencoded v0.7.1 |
| 2107 | 2026-03-05T17:04:00.421Z | Compiling publicsuffix v2.3.0 |
| 2108 | 2026-03-05T17:04:00.470Z | Compiling group v0.13.0 |
| 2109 | 2026-03-05T17:04:00.753Z | Compiling num-iter v0.1.45 |
| 2110 | 2026-03-05T17:04:00.958Z | Compiling rand v0.8.5 |
| 2111 | 2026-03-05T17:04:01.774Z | Compiling tower-http v0.6.8 |
| 2112 | 2026-03-05T17:04:02.570Z | Compiling newtype-uuid v1.3.2 |
| 2113 | 2026-03-05T17:04:02.883Z | Compiling oxnet v0.1.4 |
| 2114 | 2026-03-05T17:04:03.084Z | Compiling flate2 v1.1.9 |
| 2115 | 2026-03-05T17:04:03.117Z | Compiling zone_cfg_derive v0.3.1 |
| 2116 | 2026-03-05T17:04:03.205Z | Compiling derive_builder v0.20.2 |
| 2117 | 2026-03-05T17:04:03.431Z | Compiling tokio-native-tls v0.3.1 |
| 2118 | 2026-03-05T17:04:03.715Z | Compiling phf_shared v0.13.1 |
| 2119 | 2026-03-05T17:04:04.286Z | Compiling lazy_static v1.5.0 |
| 2120 | 2026-03-05T17:04:04.649Z | Compiling terminal_size v0.4.3 |
| 2121 | 2026-03-05T17:04:04.880Z | Compiling serde_with_macros v3.17.0 |
| 2122 | 2026-03-05T17:04:04.972Z | Compiling hkdf v0.12.4 |
| 2123 | 2026-03-05T17:04:05.187Z | Compiling enum-as-inner v0.6.1 |
| 2124 | 2026-03-05T17:04:05.235Z | Compiling clap_derive v4.5.55 |
| 2125 | 2026-03-05T17:04:05.756Z | Compiling cargo-platform v0.1.9 |
| 2126 | 2026-03-05T17:04:06.219Z | Compiling crypto-bigint v0.5.5 |
| 2127 | 2026-03-05T17:04:06.356Z | Compiling serde_repr v0.1.20 |
| 2128 | 2026-03-05T17:04:06.682Z | Compiling vergen v9.0.6 |
| 2129 | 2026-03-05T17:04:07.277Z | Compiling bitflags v1.3.2 |
| 2130 | 2026-03-05T17:04:07.539Z | Compiling unicode-width v0.2.0 |
| 2131 | 2026-03-05T17:04:07.631Z | Compiling managed v0.8.0 |
| 2132 | 2026-03-05T17:04:07.880Z | Compiling libbz2-rs-sys v0.2.2 |
| 2133 | 2026-03-05T17:04:08.038Z | Compiling bumpalo v3.20.2 |
| 2134 | 2026-03-05T17:04:08.226Z | Compiling foldhash v0.1.5 |
| 2135 | 2026-03-05T17:04:08.597Z | Compiling clap_lex v1.0.0 |
| 2136 | 2026-03-05T17:04:09.002Z | Compiling clap_builder v4.5.60 |
| 2137 | 2026-03-05T17:04:09.110Z | Compiling bzip2 v0.6.1 |
| 2138 | 2026-03-05T17:04:09.171Z | Compiling elliptic-curve v0.13.8 |
| 2139 | 2026-03-05T17:04:09.470Z | Compiling zopfli v0.8.3 |
| 2140 | 2026-03-05T17:04:09.694Z | Compiling hashbrown v0.15.5 |
| 2141 | 2026-03-05T17:04:10.549Z | Compiling console v0.16.2 |
| 2142 | 2026-03-05T17:04:11.175Z | Compiling cargo_metadata v0.19.2 |
| 2143 | 2026-03-05T17:04:14.556Z | Compiling phf v0.13.1 |
| 2144 | 2026-03-05T17:04:14.704Z | Compiling zstd v0.13.3 |
| 2145 | 2026-03-05T17:04:14.823Z | Compiling hyper-tls v0.6.0 |
| 2146 | 2026-03-05T17:04:15.183Z | Compiling daft v0.1.5 |
| 2147 | 2026-03-05T17:04:15.257Z | Compiling rayon v1.11.0 |
| 2148 | 2026-03-05T17:04:15.460Z | Compiling cookie_store v0.22.1 |
| 2149 | 2026-03-05T17:04:15.749Z | Compiling signal-hook-mio v0.2.5 |
| 2150 | 2026-03-05T17:04:15.943Z | Compiling bzip2 v0.4.4 |
| 2151 | 2026-03-05T17:04:16.338Z | Compiling postgres-types v0.2.12 |
| 2152 | 2026-03-05T17:04:16.513Z | Compiling strum v0.27.2 |
| 2153 | 2026-03-05T17:04:16.838Z | Compiling hubpack v0.1.2 |
| 2154 | 2026-03-05T17:04:16.975Z | Compiling ed25519 v2.2.3 |
| 2155 | 2026-03-05T17:04:17.252Z | Compiling phf_shared v0.11.3 |
| 2156 | 2026-03-05T17:04:17.613Z | Compiling pkcs1 v0.7.5 |
| 2157 | 2026-03-05T17:04:18.741Z | Compiling itertools v0.12.1 |
| 2158 | 2026-03-05T17:04:19.288Z | Compiling rustls-webpki v0.103.9 |
| 2159 | 2026-03-05T17:04:19.321Z | Compiling bstr v1.12.1 |
| 2160 | 2026-03-05T17:04:19.724Z | Compiling float-cmp v0.10.0 |
| 2161 | 2026-03-05T17:04:19.983Z | Compiling rfc6979 v0.4.0 |
| 2162 | 2026-03-05T17:04:20.172Z | Compiling serde-big-array v0.5.1 |
| 2163 | 2026-03-05T17:04:20.640Z | Compiling hex v0.4.3 |
| 2164 | 2026-03-05T17:04:21.044Z | Compiling env_filter v1.0.0 |
| 2165 | 2026-03-05T17:04:21.539Z | Compiling memmap2 v0.9.10 |
| 2166 | 2026-03-05T17:04:21.563Z | Compiling encoding_rs v0.8.35 |
| 2167 | 2026-03-05T17:04:22.146Z | Compiling normalize-line-endings v0.3.0 |
| 2168 | 2026-03-05T17:04:22.777Z | Compiling difflib v0.4.0 |
| 2169 | 2026-03-05T17:04:24.014Z | Compiling unit-prefix v0.5.2 |
| 2170 | 2026-03-05T17:04:24.210Z | Compiling whoami v2.1.0 |
| 2171 | 2026-03-05T17:04:24.607Z | Compiling fixedbitset v0.5.7 |
| 2172 | 2026-03-05T17:04:24.918Z | Compiling fixedbitset v0.4.2 |
| 2173 | 2026-03-05T17:04:25.482Z | Compiling mime v0.3.17 |
| 2174 | 2026-03-05T17:04:25.926Z | Compiling jiff v0.2.21 |
| 2175 | 2026-03-05T17:04:25.947Z | Compiling keccak v0.1.6 |
| 2176 | 2026-03-05T17:04:26.328Z | Compiling static_assertions v1.1.0 |
| 2177 | 2026-03-05T17:04:26.375Z | Compiling precomputed-hash v0.1.1 |
| 2178 | 2026-03-05T17:04:26.445Z | Compiling new_debug_unreachable v1.0.6 |
| 2179 | 2026-03-05T17:04:26.510Z | Compiling predicates-core v1.0.10 |
| 2180 | 2026-03-05T17:04:26.562Z | Compiling toml_write v0.1.2 |
| 2181 | 2026-03-05T17:04:26.815Z | Compiling data-encoding v2.10.0 |
| 2182 | 2026-03-05T17:04:26.916Z | Compiling rustc-hash v2.1.1 |
| 2183 | 2026-03-05T17:04:27.128Z | Compiling iddqd v0.3.17 |
| 2184 | 2026-03-05T17:04:27.611Z | Compiling tokio-rustls v0.26.4 |
| 2185 | 2026-03-05T17:04:28.078Z | Compiling hyper-rustls v0.27.7 |
| 2186 | 2026-03-05T17:04:28.177Z | Compiling rustls-platform-verifier v0.6.2 |
| 2187 | 2026-03-05T17:04:28.544Z | Compiling reqwest v0.12.28 |
| 2188 | 2026-03-05T17:04:28.652Z | Compiling reqwest v0.13.2 |
| 2189 | 2026-03-05T17:04:29.655Z | Compiling hickory-proto v0.25.2 |
| 2190 | 2026-03-05T17:04:31.731Z | Compiling toml_edit v0.22.27 |
| 2191 | 2026-03-05T17:04:33.659Z | Compiling zip v4.6.1 |
| 2192 | 2026-03-05T17:04:34.999Z | Compiling predicates v3.1.4 |
| 2193 | 2026-03-05T17:04:35.537Z | Compiling string_cache v0.8.9 |
| 2194 | 2026-03-05T17:04:35.937Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2195 | 2026-03-05T17:04:36.272Z | Compiling sha3 v0.10.8 |
| 2196 | 2026-03-05T17:04:36.773Z | Compiling petgraph v0.6.5 |
| 2197 | 2026-03-05T17:04:36.839Z | Compiling petgraph v0.8.3 |
| 2198 | 2026-03-05T17:04:37.540Z | Compiling tokio-postgres v0.7.16 |
| 2199 | 2026-03-05T17:04:38.722Z | Compiling indicatif v0.18.4 |
| 2200 | 2026-03-05T17:04:41.156Z | Compiling usdt v0.6.0 |
| 2201 | 2026-03-05T17:04:41.186Z | Compiling zone v0.3.1 |
| 2202 | 2026-03-05T17:04:41.584Z | Compiling env_logger v0.11.9 |
| 2203 | 2026-03-05T17:04:42.144Z | Compiling serde_with v3.17.0 |
| 2204 | 2026-03-05T17:04:42.230Z | Compiling similar v2.7.0 |
| 2205 | 2026-03-05T17:04:42.247Z | Compiling ecdsa v0.16.9 |
| 2206 | 2026-03-05T17:04:43.095Z | Compiling rsa v0.9.10 |
| 2207 | 2026-03-05T17:04:44.496Z | Compiling ed25519-dalek v2.2.0 |
| 2208 | 2026-03-05T17:04:46.050Z | Compiling zip v0.6.6 |
| 2209 | 2026-03-05T17:04:46.220Z | Compiling crossterm v0.28.1 |
| 2210 | 2026-03-05T17:04:47.930Z | Compiling clap v4.5.60 |
| 2211 | 2026-03-05T17:04:48.072Z | Compiling strum v0.26.3 |
| 2212 | 2026-03-05T17:04:48.288Z | Compiling toml v0.7.8 |
| 2213 | 2026-03-05T17:04:49.027Z | Compiling tokio-stream v0.1.18 |
| 2214 | 2026-03-05T17:04:49.982Z | Compiling x509-cert v0.2.5 |
| 2215 | 2026-03-05T17:04:53.250Z | Compiling itertools v0.13.0 |
| 2216 | 2026-03-05T17:04:53.404Z | Compiling buf-list v1.1.2 |
| 2217 | 2026-03-05T17:04:53.776Z | Compiling sha1 v0.10.6 |
| 2218 | 2026-03-05T17:04:53.846Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2219 | 2026-03-05T17:04:54.169Z | Compiling openapiv3 v2.2.0 |
| 2220 | 2026-03-05T17:04:57.983Z | Compiling lalrpop-util v0.19.12 |
| 2221 | 2026-03-05T17:04:58.203Z | Compiling peg-runtime v0.8.5 |
| 2222 | 2026-03-05T17:04:58.667Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2223 | 2026-03-05T17:05:24.564Z | Compiling itertools v0.14.0 |
| 2224 | 2026-03-05T17:05:25.420Z | Compiling macaddr v1.0.1 |
| 2225 | 2026-03-05T17:05:25.471Z | Compiling structmeta-derive v0.3.0 |
| 2226 | 2026-03-05T17:05:26.454Z | Compiling heapless v0.8.0 |
| 2227 | 2026-03-05T17:05:27.347Z | Compiling ingot-macros v0.1.1 |
| 2228 | 2026-03-05T17:05:27.596Z | Compiling structmeta v0.3.0 |
| 2229 | 2026-03-05T17:05:35.665Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2230 | 2026-03-05T17:05:36.179Z | Compiling hash32 v0.3.1 |
| 2231 | 2026-03-05T17:05:37.343Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2232 | 2026-03-05T17:05:38.523Z | Compiling smoltcp v0.11.0 |
| 2233 | 2026-03-05T17:05:41.862Z | Compiling proc-macro-crate v3.4.0 |
| 2234 | 2026-03-05T17:05:47.681Z | Compiling ingot-types v0.1.2 |
| 2235 | 2026-03-05T17:05:56.032Z | Compiling cobs v0.3.0 |
| 2236 | 2026-03-05T17:05:59.092Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2237 | 2026-03-05T17:05:59.413Z | Compiling rustls v0.22.4 |
| 2238 | 2026-03-05T17:06:15.333Z | Compiling postcard v1.1.3 |
| 2239 | 2026-03-05T17:06:22.370Z | Compiling ingot v0.1.1 |
| 2240 | 2026-03-05T17:06:23.954Z | Compiling num_enum_derive v0.7.5 |
| 2241 | 2026-03-05T17:06:27.288Z | Compiling proc-macro-crate v1.3.1 |
| 2242 | 2026-03-05T17:06:28.036Z | Compiling rustls-webpki v0.102.8 |
| 2243 | 2026-03-05T17:06:28.063Z | Compiling futures-executor v0.3.32 |
| 2244 | 2026-03-05T17:06:28.971Z | Compiling foreign-types-macros v0.2.3 |
| 2245 | 2026-03-05T17:06:29.432Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2246 | 2026-03-05T17:06:29.504Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2247 | 2026-03-05T17:06:29.618Z | Compiling multer v3.1.0 |
| 2248 | 2026-03-05T17:06:29.875Z | Compiling thread_local v1.1.9 |
| 2249 | 2026-03-05T17:06:29.969Z | Compiling cpufeatures v0.3.0 |
| 2250 | 2026-03-05T17:06:30.153Z | Compiling slog-async v2.8.0 |
| 2251 | 2026-03-05T17:06:30.339Z | Compiling match_cfg v0.1.0 |
| 2252 | 2026-03-05T17:06:30.481Z | Compiling foreign-types-shared v0.3.1 |
| 2253 | 2026-03-05T17:06:30.540Z | Compiling hostname v0.3.1 |
| 2254 | 2026-03-05T17:06:30.647Z | Compiling foreign-types v0.5.0 |
| 2255 | 2026-03-05T17:06:30.706Z | Compiling chacha20 v0.10.0 |
| 2256 | 2026-03-05T17:06:30.888Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2257 | 2026-03-05T17:06:31.004Z | Compiling futures v0.3.32 |
| 2258 | 2026-03-05T17:06:31.142Z | Compiling num_enum_derive v0.5.11 |
| 2259 | 2026-03-05T17:06:31.303Z | Compiling num_enum v0.7.5 |
| 2260 | 2026-03-05T17:06:31.735Z | Compiling derive-ex v0.1.8 |
| 2261 | 2026-03-05T17:06:31.887Z | Compiling tabwriter v1.4.1 |
| 2262 | 2026-03-05T17:06:31.938Z | Compiling slog-json v2.6.1 |
| 2263 | 2026-03-05T17:06:31.998Z | Compiling crossbeam-channel v0.5.15 |
| 2264 | 2026-03-05T17:06:32.394Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2265 | 2026-03-05T17:06:32.617Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2266 | 2026-03-05T17:06:33.089Z | Compiling async-stream-impl v0.3.6 |
| 2267 | 2026-03-05T17:06:33.185Z | Compiling serde_spanned v1.0.4 |
| 2268 | 2026-03-05T17:06:33.410Z | Compiling cstr-argument v0.1.2 |
| 2269 | 2026-03-05T17:06:33.431Z | Compiling memoffset v0.9.1 |
| 2270 | 2026-03-05T17:06:33.450Z | Compiling is-terminal v0.4.17 |
| 2271 | 2026-03-05T17:06:33.614Z | Compiling dropshot v0.16.7 |
| 2272 | 2026-03-05T17:06:33.697Z | Compiling typeid v1.0.3 |
| 2273 | 2026-03-05T17:06:33.836Z | Compiling crucible-workspace-hack v0.1.0 |
| 2274 | 2026-03-05T17:06:33.989Z | Compiling take_mut v0.2.2 |
| 2275 | 2026-03-05T17:06:34.194Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2276 | 2026-03-05T17:06:34.215Z | Compiling cfg_aliases v0.2.1 |
| 2277 | 2026-03-05T17:06:34.219Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2278 | 2026-03-05T17:06:34.252Z | Compiling term v1.2.1 |
| 2279 | 2026-03-05T17:06:34.361Z | Compiling nix v0.30.1 |
| 2280 | 2026-03-05T17:06:34.559Z | Compiling async-stream v0.3.6 |
| 2281 | 2026-03-05T17:06:34.723Z | Compiling toml v0.9.12+spec-1.1.0 |
| 2282 | 2026-03-05T17:06:34.871Z | Compiling slog-term v2.9.2 |
| 2283 | 2026-03-05T17:06:35.253Z | Compiling test-strategy v0.4.5 |
| 2284 | 2026-03-05T17:06:35.410Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2285 | 2026-03-05T17:06:36.233Z | Compiling tokio-rustls v0.25.0 |
| 2286 | 2026-03-05T17:06:37.620Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2287 | 2026-03-05T17:06:37.713Z | Compiling num_enum v0.5.11 |
| 2288 | 2026-03-05T17:06:37.817Z | Compiling slog-bunyan v2.5.0 |
| 2289 | 2026-03-05T17:06:38.069Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2290 | 2026-03-05T17:06:38.142Z | Compiling rand v0.10.0 |
| 2291 | 2026-03-05T17:06:38.231Z | Compiling parse-display-derive v0.10.0 |
| 2292 | 2026-03-05T17:06:38.266Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2293 | 2026-03-05T17:06:38.477Z | Compiling waitgroup v0.1.2 |
| 2294 | 2026-03-05T17:06:38.541Z | Compiling rustls-pemfile v2.2.0 |
| 2295 | 2026-03-05T17:06:38.688Z | Compiling newtype-uuid-macros v0.1.0 |
| 2296 | 2026-03-05T17:06:38.741Z | Compiling dropshot_endpoint v0.16.7 |
| 2297 | 2026-03-05T17:06:39.099Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2298 | 2026-03-05T17:06:39.826Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2299 | 2026-03-05T17:06:39.889Z | Compiling serde_path_to_error v0.1.20 |
| 2300 | 2026-03-05T17:06:40.234Z | Compiling hostname v0.4.2 |
| 2301 | 2026-03-05T17:06:40.267Z | Compiling instant v0.1.13 |
| 2302 | 2026-03-05T17:06:40.455Z | Compiling debug-ignore v1.0.5 |
| 2303 | 2026-03-05T17:06:40.505Z | Compiling erased-serde v0.4.9 |
| 2304 | 2026-03-05T17:06:40.640Z | Compiling colored v3.1.1 |
| 2305 | 2026-03-05T17:06:40.661Z | Compiling backoff v0.4.0 |
| 2306 | 2026-03-05T17:06:41.005Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2307 | 2026-03-05T17:06:41.027Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2308 | 2026-03-05T17:06:41.066Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2309 | 2026-03-05T17:06:41.481Z | Compiling parse-display v0.10.0 |
| 2310 | 2026-03-05T17:06:41.981Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2311 | 2026-03-05T17:06:42.723Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2312 | 2026-03-05T17:06:43.401Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2313 | 2026-03-05T17:06:44.149Z | Compiling progenitor-client v0.13.0 |
| 2314 | 2026-03-05T17:06:44.201Z | Compiling progenitor-client v0.10.0 |
| 2315 | 2026-03-05T17:06:44.285Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2316 | 2026-03-05T17:06:44.641Z | Compiling camino-tempfile v1.4.1 |
| 2317 | 2026-03-05T17:06:45.120Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2318 | 2026-03-05T17:06:45.143Z | Compiling backon v1.6.0 |
| 2319 | 2026-03-05T17:06:45.483Z | Compiling regress v0.10.5 |
| 2320 | 2026-03-05T17:06:45.628Z | Compiling secrecy v0.10.3 |
| 2321 | 2026-03-05T17:06:45.939Z | Compiling num-derive v0.4.2 |
| 2322 | 2026-03-05T17:06:48.007Z | Compiling sigpipe v0.1.3 |
| 2323 | 2026-03-05T17:06:48.170Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2324 | 2026-03-05T17:06:48.174Z | Compiling libefi-sys v0.1.0 |
| 2325 | 2026-03-05T17:06:48.213Z | Compiling glob v0.3.3 |
| 2326 | 2026-03-05T17:06:48.577Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2327 | 2026-03-05T17:06:48.600Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2328 | 2026-03-05T17:06:50.035Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2329 | 2026-03-05T17:06:50.292Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2330 | 2026-03-05T17:06:50.647Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2331 | 2026-03-05T17:06:50.846Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2332 | 2026-03-05T17:06:54.015Z | Compiling usdt-attr-macro v0.5.0 |
| 2333 | 2026-03-05T17:06:54.746Z | Compiling usdt-macro v0.5.0 |
| 2334 | 2026-03-05T17:06:55.452Z | Compiling smf v0.2.3 |
| 2335 | 2026-03-05T17:06:56.051Z | Compiling bitfield-struct v0.6.2 |
| 2336 | 2026-03-05T17:06:56.605Z | Compiling ordered-float v2.10.1 |
| 2337 | 2026-03-05T17:06:56.755Z | Compiling blake3 v1.8.3 |
| 2338 | 2026-03-05T17:06:57.173Z | Compiling memmap v0.7.0 |
| 2339 | 2026-03-05T17:06:57.210Z | Compiling whoami v1.6.1 |
| 2340 | 2026-03-05T17:06:57.333Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2341 | 2026-03-05T17:06:57.585Z | Compiling usdt v0.5.0 |
| 2342 | 2026-03-05T17:06:57.972Z | Compiling serde-value v0.7.0 |
| 2343 | 2026-03-05T17:06:58.005Z | Compiling serde-untagged v0.1.9 |
| 2344 | 2026-03-05T17:06:58.128Z | Compiling toml v0.8.23 |
| 2345 | 2026-03-05T17:06:58.510Z | Compiling filetime v0.2.27 |
| 2346 | 2026-03-05T17:06:58.545Z | Compiling xattr v1.6.1 |
| 2347 | 2026-03-05T17:06:58.780Z | Compiling constant_time_eq v0.4.2 |
| 2348 | 2026-03-05T17:06:58.838Z | Compiling same-file v1.0.6 |
| 2349 | 2026-03-05T17:06:58.927Z | Compiling arrayvec v0.7.6 |
| 2350 | 2026-03-05T17:06:58.947Z | Compiling unicode-xid v0.2.6 |
| 2351 | 2026-03-05T17:06:59.132Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2352 | 2026-03-05T17:06:59.152Z | Compiling arrayref v0.3.9 |
| 2353 | 2026-03-05T17:06:59.198Z | Compiling walkdir v2.5.0 |
| 2354 | 2026-03-05T17:06:59.267Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2355 | 2026-03-05T17:06:59.285Z | Compiling cargo-util-schemas v0.8.2 |
| 2356 | 2026-03-05T17:06:59.566Z | Compiling tar v0.4.44 |
| 2357 | 2026-03-05T17:07:00.665Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2358 | 2026-03-05T17:07:00.687Z | Compiling tokio-dtrace v0.1.1 |
| 2359 | 2026-03-05T17:07:01.135Z | Compiling gethostname v0.5.0 |
| 2360 | 2026-03-05T17:07:01.364Z | Compiling cargo-platform v0.2.0 |
| 2361 | 2026-03-05T17:07:01.393Z | Compiling topological-sort v0.2.2 |
| 2362 | 2026-03-05T17:07:01.697Z | Compiling omicron-zone-package v0.12.2 |
| 2363 | 2026-03-05T17:07:01.844Z | Compiling oxide-tokio-rt v0.1.2 |
| 2364 | 2026-03-05T17:07:02.474Z | Compiling cargo_metadata v0.21.0 |
| 2365 | 2026-03-05T17:07:02.531Z | Compiling shell-words v1.1.1 |
| 2366 | 2026-03-05T17:07:03.622Z | Compiling indent_write v2.2.0 |
| 2367 | 2026-03-05T17:07:03.907Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2368 | 2026-03-05T17:07:08.417Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2369 | 2026-03-05T17:07:10.880Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2370 | 2026-03-05T17:07:13.071Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2371 | 2026-03-05T17:07:31.396Z | Finished `release` profile [optimized] target(s) in 5m 16s |
| 2372 | 2026-03-05T17:07:31.581Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2373 | 2026-03-05T17:07:31.639Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2374 | 2026-03-05T17:07:31.642Z | Created new build target 'test' and set it as active |
| 2375 | 2026-03-05T17:07:31.642Z | |
| 2376 | 2026-03-05T17:07:31.642Z | real 5:17.186060605 |
| 2377 | 2026-03-05T17:07:31.642Z | user 35:47.231549986 |
| 2378 | 2026-03-05T17:07:31.642Z | sys 3:29.369270951 |
| 2379 | 2026-03-05T17:07:31.642Z | trap 1.002048753 |
| 2380 | 2026-03-05T17:07:31.642Z | tflt 2.259304796 |
| 2381 | 2026-03-05T17:07:31.642Z | dflt 0.889650907 |
| 2382 | 2026-03-05T17:07:31.642Z | kflt 0.000164178 |
| 2383 | 2026-03-05T17:07:31.642Z | lock 1:41:05.341618214 |
| 2384 | 2026-03-05T17:07:31.642Z | slp 2:18:37.159658519 |
| 2385 | 2026-03-05T17:07:31.642Z | lat 2:33.236413493 |
| 2386 | 2026-03-05T17:07:31.642Z | stop 5:10.488368015 |
| 2387 | 2026-03-05T17:07:31.646Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2388 | 2026-03-05T17:07:32.863Z | Finished `release` profile [optimized] target(s) in 1.15s |
| 2389 | 2026-03-05T17:07:32.924Z | Running `target/release/omicron-package -t test package` |
| 2390 | 2026-03-05T17:07:32.974Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2391 | 2026-03-05T17:07:34.915Z | Compiling regress v0.10.5 |
| 2392 | 2026-03-05T17:07:34.918Z | Compiling heck v0.5.0 |
| 2393 | 2026-03-05T17:07:34.918Z | Compiling unsafe-libyaml v0.2.11 |
| 2394 | 2026-03-05T17:07:35.176Z | Compiling convert_case v0.4.0 |
| 2395 | 2026-03-05T17:07:35.203Z | Compiling half v2.7.1 |
| 2396 | 2026-03-05T17:07:35.207Z | Compiling ciborium-io v0.2.2 |
| 2397 | 2026-03-05T17:07:35.249Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2398 | 2026-03-05T17:07:35.252Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2399 | 2026-03-05T17:07:35.334Z | Compiling prettyplease v0.2.37 |
| 2400 | 2026-03-05T17:07:35.721Z | Compiling typify-impl v0.6.1 |
| 2401 | 2026-03-05T17:07:35.808Z | Compiling derive_more v0.99.20 |
| 2402 | 2026-03-05T17:07:35.985Z | Compiling ciborium-ll v0.2.2 |
| 2403 | 2026-03-05T17:07:36.386Z | Compiling serde_yaml v0.9.34+deprecated |
| 2404 | 2026-03-05T17:07:36.497Z | Compiling ciborium v0.2.2 |
| 2405 | 2026-03-05T17:07:36.696Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2406 | 2026-03-05T17:07:37.693Z | Compiling universal-hash v0.5.1 |
| 2407 | 2026-03-05T17:07:37.969Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2408 | 2026-03-05T17:07:38.402Z | Compiling unicode-width v0.1.14 |
| 2409 | 2026-03-05T17:07:39.158Z | Compiling opaque-debug v0.3.1 |
| 2410 | 2026-03-05T17:07:39.296Z | Compiling poly1305 v0.8.0 |
| 2411 | 2026-03-05T17:07:39.522Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2412 | 2026-03-05T17:07:39.977Z | Compiling chacha20 v0.9.1 |
| 2413 | 2026-03-05T17:07:40.289Z | Compiling thiserror-no-std v2.0.2 |
| 2414 | 2026-03-05T17:07:40.461Z | Compiling password-hash v0.5.0 |
| 2415 | 2026-03-05T17:07:40.492Z | Compiling blake2 v0.10.6 |
| 2416 | 2026-03-05T17:07:40.685Z | Compiling aead v0.5.2 |
| 2417 | 2026-03-05T17:07:41.079Z | Compiling is-terminal v0.4.17 |
| 2418 | 2026-03-05T17:07:41.172Z | Compiling swrite v0.1.0 |
| 2419 | 2026-03-05T17:07:41.255Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2420 | 2026-03-05T17:07:41.355Z | Compiling argon2 v0.5.3 |
| 2421 | 2026-03-05T17:07:41.564Z | Compiling chacha20poly1305 v0.10.1 |
| 2422 | 2026-03-05T17:07:41.832Z | Compiling vsss-rs v3.3.4 |
| 2423 | 2026-03-05T17:07:42.215Z | Compiling typify-impl v0.4.3 |
| 2424 | 2026-03-05T17:07:42.541Z | Compiling serde_spanned v1.0.4 |
| 2425 | 2026-03-05T17:07:42.830Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2426 | 2026-03-05T17:07:43.255Z | Compiling toml v0.9.12+spec-1.1.0 |
| 2427 | 2026-03-05T17:07:43.724Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2428 | 2026-03-05T17:07:44.433Z | Compiling bytecount v0.6.9 |
| 2429 | 2026-03-05T17:07:44.809Z | Compiling rustls v0.22.4 |
| 2430 | 2026-03-05T17:07:44.855Z | Compiling rustls-webpki v0.102.8 |
| 2431 | 2026-03-05T17:07:46.033Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2432 | 2026-03-05T17:07:46.130Z | Compiling derive-where v1.6.0 |
| 2433 | 2026-03-05T17:07:46.425Z | Compiling thread_local v1.1.9 |
| 2434 | 2026-03-05T17:07:46.860Z | Compiling match_cfg v0.1.0 |
| 2435 | 2026-03-05T17:07:47.001Z | Compiling hostname v0.3.1 |
| 2436 | 2026-03-05T17:07:48.309Z | Compiling typify-macro v0.6.1 |
| 2437 | 2026-03-05T17:07:51.148Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2438 | 2026-03-05T17:07:51.362Z | Compiling multer v3.1.0 |
| 2439 | 2026-03-05T17:07:51.392Z | Compiling typify-macro v0.4.3 |
| 2440 | 2026-03-05T17:07:51.457Z | Compiling slog-async v2.8.0 |
| 2441 | 2026-03-05T17:07:51.550Z | Compiling slog-json v2.6.1 |
| 2442 | 2026-03-05T17:07:51.671Z | Compiling typify v0.6.1 |
| 2443 | 2026-03-05T17:07:51.872Z | Compiling progenitor-impl v0.13.0 |
| 2444 | 2026-03-05T17:07:51.922Z | Compiling crossbeam-channel v0.5.15 |
| 2445 | 2026-03-05T17:07:52.930Z | Compiling futures-executor v0.3.32 |
| 2446 | 2026-03-05T17:07:53.381Z | Compiling take_mut v0.2.2 |
| 2447 | 2026-03-05T17:07:53.589Z | Compiling term v1.2.1 |
| 2448 | 2026-03-05T17:07:54.396Z | Compiling slog-term v2.9.2 |
| 2449 | 2026-03-05T17:07:54.575Z | Compiling typify v0.4.3 |
| 2450 | 2026-03-05T17:07:54.787Z | Compiling futures v0.3.32 |
| 2451 | 2026-03-05T17:07:54.940Z | Compiling slog-bunyan v2.5.0 |
| 2452 | 2026-03-05T17:07:55.528Z | Compiling tokio-rustls v0.25.0 |
| 2453 | 2026-03-05T17:07:55.664Z | Compiling async-stream v0.3.6 |
| 2454 | 2026-03-05T17:07:55.958Z | Compiling dropshot v0.16.7 |
| 2455 | 2026-03-05T17:07:55.990Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2456 | 2026-03-05T17:07:56.053Z | Compiling waitgroup v0.1.2 |
| 2457 | 2026-03-05T17:07:56.083Z | Compiling rustls-pemfile v2.2.0 |
| 2458 | 2026-03-05T17:07:56.281Z | Compiling serde_path_to_error v0.1.20 |
| 2459 | 2026-03-05T17:07:56.322Z | Compiling hostname v0.4.2 |
| 2460 | 2026-03-05T17:07:56.426Z | Compiling instant v0.1.13 |
| 2461 | 2026-03-05T17:07:56.565Z | Compiling debug-ignore v1.0.5 |
| 2462 | 2026-03-05T17:07:56.627Z | Compiling backoff v0.4.0 |
| 2463 | 2026-03-05T17:07:56.768Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2464 | 2026-03-05T17:07:57.297Z | Compiling progenitor-macro v0.13.0 |
| 2465 | 2026-03-05T17:07:57.832Z | Compiling parse-display v0.10.0 |
| 2466 | 2026-03-05T17:07:58.363Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2467 | 2026-03-05T17:07:58.597Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2468 | 2026-03-05T17:08:00.068Z | Compiling progenitor-client v0.13.0 |
| 2469 | 2026-03-05T17:08:00.629Z | Compiling progenitor-client v0.10.0 |
| 2470 | 2026-03-05T17:08:01.175Z | Compiling backon v1.6.0 |
| 2471 | 2026-03-05T17:08:01.577Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2472 | 2026-03-05T17:08:03.482Z | Compiling macaddr v1.0.1 |
| 2473 | 2026-03-05T17:08:03.956Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2474 | 2026-03-05T17:08:07.844Z | Compiling progenitor v0.13.0 |
| 2475 | 2026-03-05T17:08:08.108Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2476 | 2026-03-05T17:08:08.393Z | Compiling console v0.15.11 |
| 2477 | 2026-03-05T17:08:08.545Z | Compiling newline-converter v0.3.0 |
| 2478 | 2026-03-05T17:08:08.804Z | Compiling atomicwrites v0.4.4 |
| 2479 | 2026-03-05T17:08:09.384Z | Compiling num-rational v0.4.2 |
| 2480 | 2026-03-05T17:08:11.695Z | Compiling num-complex v0.4.6 |
| 2481 | 2026-03-05T17:08:12.866Z | Compiling slog-dtrace v0.3.0 |
| 2482 | 2026-03-05T17:08:13.379Z | Compiling num v0.4.3 |
| 2483 | 2026-03-05T17:08:13.536Z | Compiling expectorate v1.2.0 |
| 2484 | 2026-03-05T17:08:13.803Z | Compiling async-recursion v1.1.1 |
| 2485 | 2026-03-05T17:08:13.924Z | Compiling cancel-safe-futures v0.1.5 |
| 2486 | 2026-03-05T17:08:14.342Z | Compiling float-ord v0.3.2 |
| 2487 | 2026-03-05T17:08:14.794Z | Compiling owo-colors v4.3.0 |
| 2488 | 2026-03-05T17:08:15.442Z | Compiling libsw-core v0.3.2 |
| 2489 | 2026-03-05T17:08:15.788Z | Compiling resolv-conf v0.7.6 |
| 2490 | 2026-03-05T17:08:16.574Z | Compiling libsw v3.5.0 |
| 2491 | 2026-03-05T17:08:17.873Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2492 | 2026-03-05T17:08:18.157Z | Compiling toml v0.8.23 |
| 2493 | 2026-03-05T17:08:19.536Z | Compiling linear-map v1.2.0 |
| 2494 | 2026-03-05T17:08:19.613Z | Compiling linked-hash-map v0.5.6 |
| 2495 | 2026-03-05T17:08:20.001Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2496 | 2026-03-05T17:08:20.075Z | Compiling minimal-lexical v0.2.1 |
| 2497 | 2026-03-05T17:08:20.108Z | Compiling lru-cache v0.1.2 |
| 2498 | 2026-03-05T17:08:20.565Z | Compiling nom v7.1.3 |
| 2499 | 2026-03-05T17:08:24.021Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2500 | 2026-03-05T17:08:27.340Z | Compiling unicode-xid v0.2.6 |
| 2501 | 2026-03-05T17:08:27.375Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2502 | 2026-03-05T17:08:27.573Z | Compiling globset v0.4.18 |
| 2503 | 2026-03-05T17:08:28.114Z | Compiling hickory-proto v0.24.4 |
| 2504 | 2026-03-05T17:08:33.781Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2505 | 2026-03-05T17:08:37.623Z | Compiling hickory-resolver v0.24.4 |
| 2506 | 2026-03-05T17:08:39.580Z | Compiling progenitor-impl v0.11.2 |
| 2507 | 2026-03-05T17:08:41.772Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2508 | 2026-03-05T17:08:41.804Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2509 | 2026-03-05T17:08:45.224Z | Compiling convert_case v0.10.0 |
| 2510 | 2026-03-05T17:08:45.798Z | Compiling derive_more-impl v2.1.1 |
| 2511 | 2026-03-05T17:08:46.957Z | Compiling progenitor-macro v0.11.2 |
| 2512 | 2026-03-05T17:08:47.440Z | Compiling qorb v0.4.1 |
| 2513 | 2026-03-05T17:08:53.877Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2514 | 2026-03-05T17:08:55.228Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2515 | 2026-03-05T17:08:55.849Z | Compiling progenitor-client v0.11.2 |
| 2516 | 2026-03-05T17:08:56.822Z | Compiling pin-project-internal v1.1.11 |
| 2517 | 2026-03-05T17:08:56.938Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2518 | 2026-03-05T17:08:57.413Z | Compiling derive_more v2.1.1 |
| 2519 | 2026-03-05T17:08:57.575Z | Compiling progenitor v0.11.2 |
| 2520 | 2026-03-05T17:08:57.881Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2521 | 2026-03-05T17:08:58.184Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2522 | 2026-03-05T17:08:58.582Z | Compiling pem v3.0.6 |
| 2523 | 2026-03-05T17:08:58.710Z | Compiling snafu-derive v0.8.9 |
| 2524 | 2026-03-05T17:08:59.209Z | Compiling pin-project v1.1.11 |
| 2525 | 2026-03-05T17:08:59.393Z | Compiling termtree v0.5.1 |
| 2526 | 2026-03-05T17:08:59.733Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2527 | 2026-03-05T17:08:59.857Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2528 | 2026-03-05T17:09:00.085Z | Compiling crossterm v0.29.0 |
| 2529 | 2026-03-05T17:09:00.697Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2530 | 2026-03-05T17:09:02.900Z | Compiling snafu v0.8.9 |
| 2531 | 2026-03-05T17:09:05.041Z | Compiling olpc-cjson v0.1.4 |
| 2532 | 2026-03-05T17:09:05.439Z | Compiling phf_shared v0.12.1 |
| 2533 | 2026-03-05T17:09:05.946Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2534 | 2026-03-05T17:09:06.724Z | Compiling vte v0.14.1 |
| 2535 | 2026-03-05T17:09:06.980Z | Compiling csv-core v0.1.13 |
| 2536 | 2026-03-05T17:09:07.164Z | Compiling serde_plain v1.0.2 |
| 2537 | 2026-03-05T17:09:07.437Z | Compiling typed-path v0.9.3 |
| 2538 | 2026-03-05T17:09:07.477Z | Compiling chrono-tz v0.10.4 |
| 2539 | 2026-03-05T17:09:07.730Z | Compiling highway v1.3.0 |
| 2540 | 2026-03-05T17:09:07.806Z | Compiling csv v1.4.0 |
| 2541 | 2026-03-05T17:09:07.884Z | Compiling strip-ansi-escapes v0.2.1 |
| 2542 | 2026-03-05T17:09:09.224Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2543 | 2026-03-05T17:09:09.290Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2544 | 2026-03-05T17:09:09.795Z | Compiling phf v0.12.1 |
| 2545 | 2026-03-05T17:09:10.006Z | Compiling tough v0.20.0 |
| 2546 | 2026-03-05T17:09:10.166Z | Compiling const_format_proc_macros v0.2.34 |
| 2547 | 2026-03-05T17:09:11.923Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2548 | 2026-03-05T17:09:12.888Z | Compiling papergrid v0.11.0 |
| 2549 | 2026-03-05T17:09:14.174Z | Compiling fd-lock v4.0.4 |
| 2550 | 2026-03-05T17:09:14.437Z | Compiling peg-macros v0.8.5 |
| 2551 | 2026-03-05T17:09:15.490Z | Compiling tabled_derive v0.7.0 |
| 2552 | 2026-03-05T17:09:15.741Z | Compiling nu-ansi-term v0.50.3 |
| 2553 | 2026-03-05T17:09:17.193Z | Compiling reedline v0.40.0 |
| 2554 | 2026-03-05T17:09:17.374Z | Compiling peg v0.8.5 |
| 2555 | 2026-03-05T17:09:17.413Z | Compiling tabled v0.15.0 |
| 2556 | 2026-03-05T17:09:17.605Z | Compiling const_format v0.2.35 |
| 2557 | 2026-03-05T17:09:21.512Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2558 | 2026-03-05T17:09:23.388Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2559 | 2026-03-05T17:09:25.500Z | Compiling bcs v0.1.6 |
| 2560 | 2026-03-05T17:09:26.362Z | Compiling semver v0.1.20 |
| 2561 | 2026-03-05T17:09:26.918Z | Compiling rustc_version v0.1.7 |
| 2562 | 2026-03-05T17:09:27.318Z | Compiling base64 v0.21.7 |
| 2563 | 2026-03-05T17:09:28.462Z | Compiling newtype_derive v0.1.6 |
| 2564 | 2026-03-05T17:09:28.850Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2565 | 2026-03-05T17:09:29.179Z | Compiling unicode-linebreak v0.1.5 |
| 2566 | 2026-03-05T17:09:29.238Z | Compiling smawk v0.3.2 |
| 2567 | 2026-03-05T17:09:29.568Z | Compiling humantime v2.3.0 |
| 2568 | 2026-03-05T17:09:29.792Z | Compiling textwrap v0.16.2 |
| 2569 | 2026-03-05T17:09:30.070Z | Compiling dropshot-api-manager-types v0.5.2 |
| 2570 | 2026-03-05T17:09:31.305Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2571 | 2026-03-05T17:09:31.343Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2572 | 2026-03-05T17:09:32.127Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2573 | 2026-03-05T17:09:33.493Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2574 | 2026-03-05T17:09:33.595Z | Compiling steno v0.4.1 |
| 2575 | 2026-03-05T17:09:33.859Z | Compiling utf-8 v0.7.6 |
| 2576 | 2026-03-05T17:09:34.252Z | Compiling progenitor-impl v0.10.0 |
| 2577 | 2026-03-05T17:09:36.144Z | Compiling tagptr v0.2.0 |
| 2578 | 2026-03-05T17:09:36.487Z | Compiling moka v0.12.13 |
| 2579 | 2026-03-05T17:09:39.775Z | Compiling progenitor-macro v0.10.0 |
| 2580 | 2026-03-05T17:09:41.190Z | Compiling hickory-resolver v0.25.2 |
| 2581 | 2026-03-05T17:09:41.396Z | Compiling tungstenite v0.21.0 |
| 2582 | 2026-03-05T17:09:46.053Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2583 | 2026-03-05T17:09:50.599Z | Compiling progenitor v0.10.0 |
| 2584 | 2026-03-05T17:09:50.859Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2585 | 2026-03-05T17:09:51.122Z | Compiling tokio-tungstenite v0.21.0 |
| 2586 | 2026-03-05T17:09:51.779Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2587 | 2026-03-05T17:09:53.141Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2588 | 2026-03-05T17:09:55.946Z | Compiling radium v0.7.0 |
| 2589 | 2026-03-05T17:09:56.036Z | Compiling tap v1.0.1 |
| 2590 | 2026-03-05T17:09:56.268Z | Compiling maybe-uninit v2.0.0 |
| 2591 | 2026-03-05T17:09:56.886Z | Compiling wyz v0.5.1 |
| 2592 | 2026-03-05T17:09:57.049Z | Compiling zerocopy-derive v0.6.6 |
| 2593 | 2026-03-05T17:09:57.382Z | Compiling display-error-chain v0.2.2 |
| 2594 | 2026-03-05T17:09:57.655Z | Compiling funty v2.0.0 |
| 2595 | 2026-03-05T17:09:58.696Z | Compiling packed_struct v0.10.1 |
| 2596 | 2026-03-05T17:09:59.193Z | Compiling crc-catalog v2.4.0 |
| 2597 | 2026-03-05T17:09:59.398Z | Compiling crc v3.4.0 |
| 2598 | 2026-03-05T17:09:59.877Z | Compiling zerocopy v0.6.6 |
| 2599 | 2026-03-05T17:10:00.052Z | Compiling bitvec v1.0.1 |
| 2600 | 2026-03-05T17:10:00.737Z | Compiling packed_struct_codegen v0.10.1 |
| 2601 | 2026-03-05T17:10:00.936Z | Compiling bitfield-macros v0.19.4 |
| 2602 | 2026-03-05T17:10:01.022Z | Compiling indexmap v1.9.3 |
| 2603 | 2026-03-05T17:10:01.421Z | Compiling nodrop v0.1.14 |
| 2604 | 2026-03-05T17:10:01.604Z | Compiling array-init v0.0.4 |
| 2605 | 2026-03-05T17:10:02.353Z | Compiling bitfield v0.19.4 |
| 2606 | 2026-03-05T17:10:02.709Z | Compiling smallvec v0.6.14 |
| 2607 | 2026-03-05T17:10:02.948Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2608 | 2026-03-05T17:10:03.117Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2609 | 2026-03-05T17:10:03.203Z | Compiling num-derive v0.3.3 |
| 2610 | 2026-03-05T17:10:05.173Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2611 | 2026-03-05T17:10:05.941Z | Compiling hashbrown v0.12.3 |
| 2612 | 2026-03-05T17:10:08.401Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2613 | 2026-03-05T17:10:08.616Z | Compiling proc-macro-error2 v2.0.1 |
| 2614 | 2026-03-05T17:10:09.210Z | Compiling libscf-sys v1.1.0 |
| 2615 | 2026-03-05T17:10:09.483Z | Compiling serde-hex v0.1.0 |
| 2616 | 2026-03-05T17:10:09.662Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2617 | 2026-03-05T17:10:10.070Z | Compiling ron v0.8.1 |
| 2618 | 2026-03-05T17:10:10.740Z | Compiling nix v0.31.1 |
| 2619 | 2026-03-05T17:10:11.677Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2620 | 2026-03-05T17:10:14.667Z | Compiling hashbrown v0.13.2 |
| 2621 | 2026-03-05T17:10:14.868Z | Compiling vergen-gitcl v1.0.8 |
| 2622 | 2026-03-05T17:10:15.258Z | Compiling dirs-sys-next v0.1.2 |
| 2623 | 2026-03-05T17:10:15.559Z | Compiling crunchy v0.2.4 |
| 2624 | 2026-03-05T17:10:15.753Z | Compiling crc-any v2.5.0 |
| 2625 | 2026-03-05T17:10:15.968Z | Compiling maplit v1.0.2 |
| 2626 | 2026-03-05T17:10:16.065Z | Compiling glob v0.3.3 |
| 2627 | 2026-03-05T17:10:16.179Z | Compiling object v0.30.4 |
| 2628 | 2026-03-05T17:10:16.622Z | Compiling dirs-next v2.0.0 |
| 2629 | 2026-03-05T17:10:16.779Z | Compiling clang-sys v1.8.1 |
| 2630 | 2026-03-05T17:10:16.905Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2631 | 2026-03-05T17:10:17.516Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2632 | 2026-03-05T17:10:18.313Z | Compiling tabled_derive v0.11.0 |
| 2633 | 2026-03-05T17:10:18.980Z | Compiling papergrid v0.17.0 |
| 2634 | 2026-03-05T17:10:20.697Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2635 | 2026-03-05T17:10:27.991Z | Compiling testing_table v0.3.0 |
| 2636 | 2026-03-05T17:10:28.799Z | Compiling dsl_auto_type v0.1.3 |
| 2637 | 2026-03-05T17:10:29.969Z | Compiling scheduled-thread-pool v0.2.7 |
| 2638 | 2026-03-05T17:10:31.219Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2639 | 2026-03-05T17:10:31.610Z | Compiling path-slash v0.1.5 |
| 2640 | 2026-03-05T17:10:31.879Z | Compiling tiny-keccak v2.0.2 |
| 2641 | 2026-03-05T17:10:32.225Z | Compiling diesel_derives v2.2.7 |
| 2642 | 2026-03-05T17:10:32.310Z | Compiling r2d2 v0.8.10 |
| 2643 | 2026-03-05T17:10:32.841Z | Compiling tabled v0.20.0 |
| 2644 | 2026-03-05T17:10:34.206Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2645 | 2026-03-05T17:10:40.934Z | Compiling term v0.7.0 |
| 2646 | 2026-03-05T17:10:42.062Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2647 | 2026-03-05T17:10:42.211Z | Compiling arc-swap v1.8.2 |
| 2648 | 2026-03-05T17:10:42.895Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2649 | 2026-03-05T17:10:43.286Z | Compiling xshell-macros v0.2.7 |
| 2650 | 2026-03-05T17:10:43.962Z | Compiling bit-vec v0.6.3 |
| 2651 | 2026-03-05T17:10:44.018Z | Compiling xshell v0.2.7 |
| 2652 | 2026-03-05T17:10:44.400Z | Compiling bit-set v0.5.3 |
| 2653 | 2026-03-05T17:10:44.728Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 2654 | 2026-03-05T17:10:45.371Z | Compiling slog-scope v4.4.1 |
| 2655 | 2026-03-05T17:10:46.656Z | Compiling diesel v2.2.12 |
| 2656 | 2026-03-05T17:10:46.783Z | Compiling ascii-canvas v3.0.0 |
| 2657 | 2026-03-05T17:10:47.251Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2658 | 2026-03-05T17:10:47.994Z | Compiling itertools v0.10.5 |
| 2659 | 2026-03-05T17:10:50.601Z | Compiling ena v0.14.4 |
| 2660 | 2026-03-05T17:10:50.811Z | Compiling libloading v0.8.9 |
| 2661 | 2026-03-05T17:10:51.019Z | Compiling diff v0.1.13 |
| 2662 | 2026-03-05T17:10:51.209Z | Compiling bindgen v0.71.1 |
| 2663 | 2026-03-05T17:10:51.384Z | Compiling unicase v2.9.0 |
| 2664 | 2026-03-05T17:10:51.526Z | Compiling regex-syntax v0.6.29 |
| 2665 | 2026-03-05T17:10:51.963Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2666 | 2026-03-05T17:10:55.143Z | Compiling lalrpop v0.19.12 |
| 2667 | 2026-03-05T17:10:55.182Z | Compiling slog-stdlog v4.1.1 |
| 2668 | 2026-03-05T17:10:56.052Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2669 | 2026-03-05T17:10:56.224Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2670 | 2026-03-05T17:10:57.249Z | Compiling cexpr v0.6.0 |
| 2671 | 2026-03-05T17:10:57.874Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2672 | 2026-03-05T17:10:58.271Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2673 | 2026-03-05T17:10:58.546Z | Compiling crc8 v0.1.1 |
| 2674 | 2026-03-05T17:10:58.718Z | Compiling slog-envlogger v2.2.0 |
| 2675 | 2026-03-05T17:10:58.916Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2676 | 2026-03-05T17:10:59.830Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2677 | 2026-03-05T17:10:59.907Z | Compiling headers-core v0.3.0 |
| 2678 | 2026-03-05T17:11:00.132Z | Compiling libxml v0.3.3 |
| 2679 | 2026-03-05T17:11:00.521Z | Compiling headers v0.4.1 |
| 2680 | 2026-03-05T17:11:00.767Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2681 | 2026-03-05T17:11:01.313Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2682 | 2026-03-05T17:11:01.683Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2683 | 2026-03-05T17:11:02.462Z | Compiling strum_macros v0.24.3 |
| 2684 | 2026-03-05T17:11:03.573Z | Compiling indoc v1.0.9 |
| 2685 | 2026-03-05T17:11:04.394Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2686 | 2026-03-05T17:11:04.773Z | Compiling derive_builder v0.20.2 |
| 2687 | 2026-03-05T17:11:05.023Z | Compiling oso-derive v0.27.3 |
| 2688 | 2026-03-05T17:11:05.423Z | Compiling quick-xml v0.37.5 |
| 2689 | 2026-03-05T17:11:05.971Z | Compiling impl-trait-for-tuples v0.2.3 |
| 2690 | 2026-03-05T17:11:08.476Z | Compiling half v1.8.3 |
| 2691 | 2026-03-05T17:11:09.102Z | Compiling openssl-probe v0.1.6 |
| 2692 | 2026-03-05T17:11:09.457Z | Compiling serde_cbor v0.11.2 |
| 2693 | 2026-03-05T17:11:09.683Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2694 | 2026-03-05T17:11:10.783Z | Compiling samael v0.0.19 |
| 2695 | 2026-03-05T17:11:11.126Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2696 | 2026-03-05T17:11:11.545Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2697 | 2026-03-05T17:11:11.679Z | Compiling diesel-dtrace v0.4.2 |
| 2698 | 2026-03-05T17:11:12.182Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2699 | 2026-03-05T17:11:12.559Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2700 | 2026-03-05T17:11:14.151Z | Compiling bb8 v0.8.6 |
| 2701 | 2026-03-05T17:11:14.834Z | Compiling trait-variant v0.1.2 |
| 2702 | 2026-03-05T17:11:15.419Z | Compiling polar-core v0.27.3 |
| 2703 | 2026-03-05T17:11:15.512Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2704 | 2026-03-05T17:11:15.835Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2705 | 2026-03-05T17:11:15.884Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 2706 | 2026-03-05T17:11:16.371Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2707 | 2026-03-05T17:11:19.291Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2708 | 2026-03-05T17:11:19.677Z | Compiling fxhash v0.2.1 |
| 2709 | 2026-03-05T17:11:19.945Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2710 | 2026-03-05T17:11:20.062Z | Compiling kstat-rs v0.2.4 |
| 2711 | 2026-03-05T17:11:20.448Z | Compiling libz-sys v1.1.24 |
| 2712 | 2026-03-05T17:11:20.931Z | Compiling nonempty v0.12.0 |
| 2713 | 2026-03-05T17:11:21.267Z | Compiling salty v0.3.0 |
| 2714 | 2026-03-05T17:11:21.461Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2715 | 2026-03-05T17:11:22.327Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2716 | 2026-03-05T17:11:29.863Z | Compiling async-bb8-diesel v0.2.1 |
| 2717 | 2026-03-05T17:11:31.104Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2718 | 2026-03-05T17:11:31.157Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2719 | 2026-03-05T17:11:35.845Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=f20f786e67c86388dfaaf0ef3aa9d2693dfe1da4#f20f786e) |
| 2720 | 2026-03-05T17:11:41.768Z | Compiling oso v0.27.3 |
| 2721 | 2026-03-05T17:11:45.484Z | Compiling darling_core v0.23.0 |
| 2722 | 2026-03-05T17:11:49.664Z | Compiling nanorand v0.7.0 |
| 2723 | 2026-03-05T17:11:50.360Z | Compiling fs-err v2.11.0 |
| 2724 | 2026-03-05T17:11:51.162Z | Compiling parking_lot_core v0.8.6 |
| 2725 | 2026-03-05T17:11:51.293Z | Compiling darling_macro v0.23.0 |
| 2726 | 2026-03-05T17:11:51.683Z | Compiling mime_guess v2.0.5 |
| 2727 | 2026-03-05T17:11:52.414Z | Compiling flume v0.11.1 |
| 2728 | 2026-03-05T17:11:52.704Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=f20f786e67c86388dfaaf0ef3aa9d2693dfe1da4#f20f786e) |
| 2729 | 2026-03-05T17:11:53.178Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2730 | 2026-03-05T17:11:59.101Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2731 | 2026-03-05T17:12:00.199Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2732 | 2026-03-05T17:12:01.243Z | Compiling git-stub v1.0.0 |
| 2733 | 2026-03-05T17:12:01.717Z | Compiling libgit2-sys v0.18.3+1.9.2 |
| 2734 | 2026-03-05T17:12:02.526Z | Compiling instability v0.3.11 |
| 2735 | 2026-03-05T17:12:03.642Z | Compiling git-stub-vcs v0.1.0 |
| 2736 | 2026-03-05T17:12:04.396Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2737 | 2026-03-05T17:12:10.107Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2738 | 2026-03-05T17:12:17.675Z | Compiling darling v0.23.0 |
| 2739 | 2026-03-05T17:12:20.106Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2740 | 2026-03-05T17:12:21.974Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2741 | 2026-03-05T17:12:28.530Z | Compiling ignore v0.4.25 |
| 2742 | 2026-03-05T17:12:33.224Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2743 | 2026-03-05T17:12:33.456Z | Compiling primeorder v0.13.6 |
| 2744 | 2026-03-05T17:12:34.051Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2745 | 2026-03-05T17:12:34.753Z | Compiling castaway v0.2.4 |
| 2746 | 2026-03-05T17:12:34.987Z | Compiling nibble_vec v0.1.0 |
| 2747 | 2026-03-05T17:12:35.270Z | Compiling atty v0.2.14 |
| 2748 | 2026-03-05T17:12:35.465Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2749 | 2026-03-05T17:12:35.699Z | Compiling endian-type v0.1.2 |
| 2750 | 2026-03-05T17:12:35.819Z | Compiling parse-size v1.1.0 |
| 2751 | 2026-03-05T17:12:35.971Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2752 | 2026-03-05T17:12:36.182Z | Compiling indoc v2.0.7 |
| 2753 | 2026-03-05T17:12:36.350Z | Compiling http-range v0.1.5 |
| 2754 | 2026-03-05T17:12:36.527Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#11afc484) |
| 2755 | 2026-03-05T17:12:36.932Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2756 | 2026-03-05T17:12:37.147Z | Compiling radix_trie v0.2.1 |
| 2757 | 2026-03-05T17:12:38.080Z | Compiling compact_str v0.8.1 |
| 2758 | 2026-03-05T17:12:39.085Z | Compiling p384 v0.13.1 |
| 2759 | 2026-03-05T17:12:40.291Z | Compiling globwalk v0.9.1 |
| 2760 | 2026-03-05T17:12:40.361Z | Compiling parking_lot v0.11.2 |
| 2761 | 2026-03-05T17:12:42.224Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2762 | 2026-03-05T17:12:43.065Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2763 | 2026-03-05T17:12:43.857Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2764 | 2026-03-05T17:12:44.260Z | Compiling predicates-tree v1.0.13 |
| 2765 | 2026-03-05T17:12:44.857Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2766 | 2026-03-05T17:12:45.162Z | Compiling unicode-truncate v1.1.0 |
| 2767 | 2026-03-05T17:12:45.493Z | Compiling lru v0.12.5 |
| 2768 | 2026-03-05T17:12:45.880Z | Compiling prefix-trie v0.7.0 |
| 2769 | 2026-03-05T17:12:46.492Z | Compiling vergen-git2 v1.0.7 |
| 2770 | 2026-03-05T17:12:46.843Z | Compiling cassowary v0.3.0 |
| 2771 | 2026-03-05T17:12:46.918Z | Compiling hickory-server v0.25.2 |
| 2772 | 2026-03-05T17:12:47.948Z | Compiling ratatui v0.29.0 |
| 2773 | 2026-03-05T17:12:50.171Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2774 | 2026-03-05T17:12:51.713Z | Compiling camino-tempfile-ext v0.3.3 |
| 2775 | 2026-03-05T17:12:53.066Z | Compiling git2 v0.20.4 |
| 2776 | 2026-03-05T17:12:53.122Z | Compiling hyper-staticfile v0.10.1 |
| 2777 | 2026-03-05T17:12:55.630Z | Compiling sled v0.34.7 |
| 2778 | 2026-03-05T17:12:59.017Z | Compiling hickory-client v0.25.2 |
| 2779 | 2026-03-05T17:13:00.878Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2780 | 2026-03-05T17:13:01.539Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2781 | 2026-03-05T17:13:02.078Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2782 | 2026-03-05T17:13:03.660Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2783 | 2026-03-05T17:13:04.169Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2784 | 2026-03-05T17:13:05.823Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2785 | 2026-03-05T17:13:06.320Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2786 | 2026-03-05T17:13:07.351Z | Compiling rand_seeder v0.4.0 |
| 2787 | 2026-03-05T17:13:07.789Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2788 | 2026-03-05T17:13:08.156Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2789 | 2026-03-05T17:13:08.201Z | Compiling lzma-sys v0.1.20 |
| 2790 | 2026-03-05T17:13:08.951Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2791 | 2026-03-05T17:13:09.074Z | Compiling rustls v0.21.12 |
| 2792 | 2026-03-05T17:13:09.340Z | Compiling corncobs v0.1.4 |
| 2793 | 2026-03-05T17:13:09.596Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2794 | 2026-03-05T17:13:09.674Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2795 | 2026-03-05T17:13:09.759Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2796 | 2026-03-05T17:13:09.990Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 2797 | 2026-03-05T17:13:10.413Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2798 | 2026-03-05T17:13:11.580Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2799 | 2026-03-05T17:13:12.967Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2800 | 2026-03-05T17:13:16.339Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2801 | 2026-03-05T17:13:23.634Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2802 | 2026-03-05T17:13:23.668Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2803 | 2026-03-05T17:13:28.738Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2804 | 2026-03-05T17:13:29.129Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2805 | 2026-03-05T17:13:29.516Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2806 | 2026-03-05T17:13:29.905Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2807 | 2026-03-05T17:13:30.405Z | Compiling cargo_toml v0.22.3 |
| 2808 | 2026-03-05T17:13:31.729Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2809 | 2026-03-05T17:13:36.661Z | Compiling nix v0.29.0 |
| 2810 | 2026-03-05T17:13:37.461Z | Compiling rustls-webpki v0.101.7 |
| 2811 | 2026-03-05T17:13:37.500Z | Compiling sct v0.7.1 |
| 2812 | 2026-03-05T17:13:37.988Z | Compiling secrecy v0.8.0 |
| 2813 | 2026-03-05T17:13:38.272Z | Compiling void v1.0.2 |
| 2814 | 2026-03-05T17:13:38.493Z | Compiling lzss v0.8.2 |
| 2815 | 2026-03-05T17:13:41.129Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6) |
| 2816 | 2026-03-05T17:13:42.909Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#f20f786e) |
| 2817 | 2026-03-05T17:13:50.171Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2818 | 2026-03-05T17:13:50.575Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2819 | 2026-03-05T17:13:51.841Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2820 | 2026-03-05T17:13:53.413Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2821 | 2026-03-05T17:13:56.827Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2822 | 2026-03-05T17:13:58.344Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2823 | 2026-03-05T17:14:02.576Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2824 | 2026-03-05T17:14:02.825Z | Compiling tungstenite v0.23.0 |
| 2825 | 2026-03-05T17:14:02.976Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2826 | 2026-03-05T17:14:03.367Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2827 | 2026-03-05T17:14:03.754Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2828 | 2026-03-05T17:14:04.197Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2829 | 2026-03-05T17:14:04.588Z | Compiling nix v0.27.1 |
| 2830 | 2026-03-05T17:14:06.882Z | Compiling serde_bytes v0.11.19 |
| 2831 | 2026-03-05T17:14:07.324Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2832 | 2026-03-05T17:14:07.533Z | Compiling tokio-tungstenite v0.23.1 |
| 2833 | 2026-03-05T17:14:08.191Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2834 | 2026-03-05T17:14:08.235Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 2835 | 2026-03-05T17:14:15.104Z | Compiling ron v0.12.0 |
| 2836 | 2026-03-05T17:14:20.401Z | Compiling xz2 v0.1.7 |
| 2837 | 2026-03-05T17:14:21.040Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2838 | 2026-03-05T17:14:21.223Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2839 | 2026-03-05T17:14:25.100Z | Compiling tokio-rustls v0.24.1 |
| 2840 | 2026-03-05T17:14:26.517Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2841 | 2026-03-05T17:14:30.481Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2842 | 2026-03-05T17:14:32.890Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2843 | 2026-03-05T17:14:35.262Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2844 | 2026-03-05T17:14:35.625Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2845 | 2026-03-05T17:14:39.177Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2846 | 2026-03-05T17:14:40.977Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2847 | 2026-03-05T17:14:49.580Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2848 | 2026-03-05T17:15:03.142Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2849 | 2026-03-05T17:15:03.640Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2850 | 2026-03-05T17:15:12.496Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2851 | 2026-03-05T17:15:16.187Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2852 | 2026-03-05T17:15:19.690Z | Compiling rustls-pemfile v1.0.4 |
| 2853 | 2026-03-05T17:15:20.432Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2854 | 2026-03-05T17:15:23.464Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2855 | 2026-03-05T17:15:23.853Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2856 | 2026-03-05T17:15:24.403Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2857 | 2026-03-05T17:15:25.062Z | Compiling signal-hook-tokio v0.3.1 |
| 2858 | 2026-03-05T17:15:25.335Z | Compiling yasna v0.5.2 |
| 2859 | 2026-03-05T17:15:26.025Z | Compiling twox-hash v2.1.2 |
| 2860 | 2026-03-05T17:15:27.064Z | Compiling is_ci v1.2.0 |
| 2861 | 2026-03-05T17:15:27.419Z | Compiling base16ct v1.0.0 |
| 2862 | 2026-03-05T17:15:28.569Z | Compiling supports-color v3.0.2 |
| 2863 | 2026-03-05T17:15:29.049Z | Compiling rcgen v0.12.1 |
| 2864 | 2026-03-05T17:15:32.086Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2865 | 2026-03-05T17:15:38.843Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2866 | 2026-03-05T17:15:41.860Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2867 | 2026-03-05T17:16:02.508Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2868 | 2026-03-05T17:16:09.780Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 2869 | 2026-03-05T17:16:12.751Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2870 | 2026-03-05T17:16:21.008Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2871 | 2026-03-05T17:16:24.649Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2872 | 2026-03-05T17:16:35.333Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2873 | 2026-03-05T17:16:39.379Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2874 | 2026-03-05T17:16:39.778Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2875 | 2026-03-05T17:16:40.147Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2876 | 2026-03-05T17:16:41.895Z | Compiling progenitor-extras v0.1.0 |
| 2877 | 2026-03-05T17:16:42.340Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2878 | 2026-03-05T17:16:42.671Z | Compiling fatfs v0.3.6 |
| 2879 | 2026-03-05T17:16:44.056Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2880 | 2026-03-05T17:16:45.311Z | Compiling subprocess v0.2.15 |
| 2881 | 2026-03-05T17:16:50.078Z | Compiling rtoolbox v0.0.3 |
| 2882 | 2026-03-05T17:16:50.521Z | Compiling assert_matches v1.5.0 |
| 2883 | 2026-03-05T17:16:50.681Z | Compiling seq-macro v0.3.6 |
| 2884 | 2026-03-05T17:16:53.019Z | Compiling rpassword v7.4.0 |
| 2885 | 2026-03-05T17:16:53.562Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2886 | 2026-03-05T17:17:00.228Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2887 | 2026-03-05T17:17:04.812Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2888 | 2026-03-05T17:17:21.620Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2889 | 2026-03-05T17:17:21.814Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2890 | 2026-03-05T17:17:27.023Z | Compiling tui-tree-widget v0.23.1 |
| 2891 | 2026-03-05T17:17:27.553Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2892 | 2026-03-05T17:17:32.631Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2893 | 2026-03-05T17:17:33.599Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2894 | 2026-03-05T17:17:38.058Z | Compiling uzers v0.12.2 |
| 2895 | 2026-03-05T17:17:39.476Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2896 | 2026-03-05T17:17:41.110Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2897 | 2026-03-05T17:17:48.682Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2898 | 2026-03-05T17:18:12.823Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2899 | 2026-03-05T17:18:20.795Z | Compiling support-bundle-viewer v0.1.2 |
| 2900 | 2026-03-05T17:18:24.912Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2901 | 2026-03-05T17:18:27.678Z | Compiling multimap v0.10.1 |
| 2902 | 2026-03-05T17:20:47.770Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2903 | 2026-03-05T17:20:50.161Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2904 | 2026-03-05T17:31:12.976Z | Finished `release` profile [optimized] target(s) in 23m 39s |
| 2905 | 2026-03-05T17:32:11.763Z | |
| 2906 | 2026-03-05T17:32:11.767Z | real 24:40.021847637 |
| 2907 | 2026-03-05T17:32:11.767Z | user 2:56:49.385245345 |
| 2908 | 2026-03-05T17:32:11.767Z | sys 4:44.388655217 |
| 2909 | 2026-03-05T17:32:11.767Z | trap 4.195289817 |
| 2910 | 2026-03-05T17:32:11.767Z | tflt 2.316571617 |
| 2911 | 2026-03-05T17:32:11.767Z | dflt 5.602605985 |
| 2912 | 2026-03-05T17:32:11.767Z | kflt 0.001428868 |
| 2913 | 2026-03-05T17:32:11.767Z | lock 11:50:14.942635742 |
| 2914 | 2026-03-05T17:32:11.767Z | slp 8:43:37.161362597 |
| 2915 | 2026-03-05T17:32:11.767Z | lat 4:51.989996479 |
| 2916 | 2026-03-05T17:32:11.767Z | stop 4:32.300853572 |
| 2917 | 2026-03-05T17:32:11.767Z | + mapfile -t packages |
| 2918 | 2026-03-05T17:32:11.767Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2919 | 2026-03-05T17:32:13.095Z | Finished `release` profile [optimized] target(s) in 1.26s |
| 2920 | 2026-03-05T17:32:13.160Z | Running `target/release/omicron-package -t test list-outputs` |
| 2921 | 2026-03-05T17:32:13.212Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2922 | 2026-03-05T17:32:13.215Z | + ptime -m cargo build --locked --release -p xtask |
| 2923 | 2026-03-05T17:32:14.017Z | Compiling libc v0.2.180 |
| 2924 | 2026-03-05T17:32:14.017Z | Compiling serde v1.0.228 |
| 2925 | 2026-03-05T17:32:14.020Z | Compiling serde_core v1.0.228 |
| 2926 | 2026-03-05T17:32:14.020Z | Compiling syn v2.0.117 |
| 2927 | 2026-03-05T17:32:14.133Z | Compiling rustix v1.1.3 |
| 2928 | 2026-03-05T17:32:14.189Z | Compiling bitflags v2.11.0 |
| 2929 | 2026-03-05T17:32:14.193Z | Compiling serde_json v1.0.149 |
| 2930 | 2026-03-05T17:32:14.595Z | Compiling num-traits v0.2.19 |
| 2931 | 2026-03-05T17:32:14.713Z | Compiling hashbrown v0.16.1 |
| 2932 | 2026-03-05T17:32:14.880Z | Compiling smallvec v1.15.1 |
| 2933 | 2026-03-05T17:32:15.217Z | Compiling usdt-impl v0.5.0 |
| 2934 | 2026-03-05T17:32:15.355Z | Compiling syn v1.0.109 |
| 2935 | 2026-03-05T17:32:15.790Z | Compiling errno v0.3.14 |
| 2936 | 2026-03-05T17:32:15.984Z | Compiling thread-id v4.2.2 |
| 2937 | 2026-03-05T17:32:16.105Z | Compiling indexmap v2.13.0 |
| 2938 | 2026-03-05T17:32:16.127Z | Compiling log v0.4.29 |
| 2939 | 2026-03-05T17:32:16.154Z | Compiling getrandom v0.4.1 |
| 2940 | 2026-03-05T17:32:16.581Z | Compiling percent-encoding v2.3.2 |
| 2941 | 2026-03-05T17:32:17.106Z | Compiling form_urlencoded v1.2.2 |
| 2942 | 2026-03-05T17:32:17.691Z | Compiling ordered-float v2.10.1 |
| 2943 | 2026-03-05T17:32:18.370Z | Compiling fs-err v3.3.0 |
| 2944 | 2026-03-05T17:32:18.389Z | Compiling terminal_size v0.4.3 |
| 2945 | 2026-03-05T17:32:18.659Z | Compiling once_cell v1.21.3 |
| 2946 | 2026-03-05T17:32:18.750Z | Compiling heck v0.4.1 |
| 2947 | 2026-03-05T17:32:19.145Z | Compiling anyhow v1.0.102 |
| 2948 | 2026-03-05T17:32:19.164Z | Compiling clap_builder v4.5.60 |
| 2949 | 2026-03-05T17:32:19.763Z | Compiling proc-macro-error v1.0.4 |
| 2950 | 2026-03-05T17:32:20.349Z | Compiling tempfile v3.25.0 |
| 2951 | 2026-03-05T17:32:20.888Z | Compiling synstructure v0.13.2 |
| 2952 | 2026-03-05T17:32:20.906Z | Compiling pest_generator v2.8.6 |
| 2953 | 2026-03-05T17:32:21.400Z | Compiling tabled_derive v0.7.0 |
| 2954 | 2026-03-05T17:32:21.755Z | Compiling memmap v0.7.0 |
| 2955 | 2026-03-05T17:32:22.031Z | Compiling textwrap v0.16.2 |
| 2956 | 2026-03-05T17:32:22.201Z | Compiling camino-tempfile v1.4.1 |
| 2957 | 2026-03-05T17:32:23.240Z | Compiling tabled v0.15.0 |
| 2958 | 2026-03-05T17:32:23.859Z | Compiling serde_derive v1.0.228 |
| 2959 | 2026-03-05T17:32:24.119Z | Compiling zerofrom-derive v0.1.6 |
| 2960 | 2026-03-05T17:32:24.157Z | Compiling yoke-derive v0.8.1 |
| 2961 | 2026-03-05T17:32:24.230Z | Compiling zerovec-derive v0.11.2 |
| 2962 | 2026-03-05T17:32:25.825Z | Compiling displaydoc v0.2.5 |
| 2963 | 2026-03-05T17:32:26.369Z | Compiling thiserror-impl v1.0.69 |
| 2964 | 2026-03-05T17:32:26.624Z | Compiling zerocopy-derive v0.7.35 |
| 2965 | 2026-03-05T17:32:26.846Z | Compiling zerofrom v0.1.6 |
| 2966 | 2026-03-05T17:32:27.115Z | Compiling yoke v0.8.1 |
| 2967 | 2026-03-05T17:32:27.222Z | Compiling pest_derive v2.8.6 |
| 2968 | 2026-03-05T17:32:27.531Z | Compiling zerovec v0.11.5 |
| 2969 | 2026-03-05T17:32:28.047Z | Compiling zerotrie v0.2.3 |
| 2970 | 2026-03-05T17:32:28.366Z | Compiling zerocopy v0.7.35 |
| 2971 | 2026-03-05T17:32:28.908Z | Compiling tinystr v0.8.2 |
| 2972 | 2026-03-05T17:32:28.925Z | Compiling potential_utf v0.1.4 |
| 2973 | 2026-03-05T17:32:28.987Z | Compiling thiserror v1.0.69 |
| 2974 | 2026-03-05T17:32:29.171Z | Compiling icu_collections v2.1.1 |
| 2975 | 2026-03-05T17:32:29.279Z | Compiling scroll_derive v0.12.1 |
| 2976 | 2026-03-05T17:32:29.389Z | Compiling icu_locale_core v2.1.1 |
| 2977 | 2026-03-05T17:32:29.790Z | Compiling dtrace-parser v0.2.0 |
| 2978 | 2026-03-05T17:32:30.706Z | Compiling scroll v0.12.0 |
| 2979 | 2026-03-05T17:32:31.339Z | Compiling icu_provider v2.1.1 |
| 2980 | 2026-03-05T17:32:31.590Z | Compiling goblin v0.8.2 |
| 2981 | 2026-03-05T17:32:31.894Z | Compiling icu_properties v2.1.2 |
| 2982 | 2026-03-05T17:32:31.917Z | Compiling icu_normalizer v2.1.1 |
| 2983 | 2026-03-05T17:32:32.180Z | Compiling toml_datetime v0.6.11 |
| 2984 | 2026-03-05T17:32:33.034Z | Compiling serde_spanned v0.6.9 |
| 2985 | 2026-03-05T17:32:33.329Z | Compiling toml_edit v0.22.27 |
| 2986 | 2026-03-05T17:32:34.687Z | Compiling idna_adapter v1.2.1 |
| 2987 | 2026-03-05T17:32:34.959Z | Compiling dof v0.3.0 |
| 2988 | 2026-03-05T17:32:35.099Z | Compiling idna v1.1.0 |
| 2989 | 2026-03-05T17:32:35.867Z | Compiling serde_tokenstream v0.2.3 |
| 2990 | 2026-03-05T17:32:36.998Z | Compiling thiserror-impl v2.0.18 |
| 2991 | 2026-03-05T17:32:38.079Z | Compiling toml v0.8.23 |
| 2992 | 2026-03-05T17:32:39.762Z | Compiling thiserror v2.0.18 |
| 2993 | 2026-03-05T17:32:39.964Z | Compiling url v2.5.8 |
| 2994 | 2026-03-05T17:32:41.125Z | Compiling serde-value v0.7.0 |
| 2995 | 2026-03-05T17:32:42.720Z | Compiling cargo-util-schemas v0.8.2 |
| 2996 | 2026-03-05T17:32:45.388Z | Compiling usdt-attr-macro v0.5.0 |
| 2997 | 2026-03-05T17:32:45.451Z | Compiling usdt-macro v0.5.0 |
| 2998 | 2026-03-05T17:32:46.607Z | Compiling cargo-platform v0.2.0 |
| 2999 | 2026-03-05T17:32:46.657Z | Compiling clap_derive v4.5.55 |
| 3000 | 2026-03-05T17:32:47.809Z | Compiling cargo_metadata v0.21.0 |
| 3001 | 2026-03-05T17:32:47.957Z | Compiling usdt v0.5.0 |
| 3002 | 2026-03-05T17:32:48.215Z | Compiling cargo_toml v0.21.0 |
| 3003 | 2026-03-05T17:32:49.290Z | Compiling macaddr v1.0.1 |
| 3004 | 2026-03-05T17:32:50.657Z | Compiling clap v4.5.60 |
| 3005 | 2026-03-05T17:32:59.977Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3006 | 2026-03-05T17:33:05.796Z | Finished `release` profile [optimized] target(s) in 52.51s |
| 3007 | 2026-03-05T17:33:05.936Z | |
| 3008 | 2026-03-05T17:33:05.939Z | real 52.686506879 |
| 3009 | 2026-03-05T17:33:05.939Z | user 5:41.142831402 |
| 3010 | 2026-03-05T17:33:05.939Z | sys 25.990507046 |
| 3011 | 2026-03-05T17:33:05.939Z | trap 0.167724313 |
| 3012 | 2026-03-05T17:33:05.940Z | tflt 0.255485485 |
| 3013 | 2026-03-05T17:33:05.940Z | dflt 0.315999910 |
| 3014 | 2026-03-05T17:33:05.940Z | kflt 0.000013298 |
| 3015 | 2026-03-05T17:33:05.940Z | lock 16:37.829605568 |
| 3016 | 2026-03-05T17:33:05.940Z | slp 18:54.186740705 |
| 3017 | 2026-03-05T17:33:05.940Z | lat 22.134662867 |
| 3018 | 2026-03-05T17:33:05.940Z | stop 33.499916815 |
| 3019 | 2026-03-05T17:33:05.940Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3020 | 2026-03-05T17:33:05.940Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3021 | 2026-03-05T17:33:05.940Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3022 | 2026-03-05T17:33:05.940Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3023 | 2026-03-05T17:33:05.940Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3024 | 2026-03-05T17:33:07.277Z | Compiling regress v0.10.5 |
| 3025 | 2026-03-05T17:33:07.446Z | Compiling serde_spanned v1.0.4 |
| 3026 | 2026-03-05T17:33:07.449Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3027 | 2026-03-05T17:33:07.449Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 3028 | 2026-03-05T17:33:07.461Z | Compiling structmeta-derive v0.3.0 |
| 3029 | 2026-03-05T17:33:07.464Z | Compiling rustls v0.22.4 |
| 3030 | 2026-03-05T17:33:07.479Z | Compiling rustls-webpki v0.102.8 |
| 3031 | 2026-03-05T17:33:07.495Z | Compiling newtype-uuid-macros v0.1.0 |
| 3032 | 2026-03-05T17:33:07.689Z | Compiling multer v3.1.0 |
| 3033 | 2026-03-05T17:33:07.851Z | Compiling toml v0.9.12+spec-1.1.0 |
| 3034 | 2026-03-05T17:33:07.936Z | Compiling debug-ignore v1.0.5 |
| 3035 | 2026-03-05T17:33:08.001Z | Compiling match_cfg v0.1.0 |
| 3036 | 2026-03-05T17:33:08.122Z | Compiling hostname v0.3.1 |
| 3037 | 2026-03-05T17:33:08.147Z | Compiling slog-json v2.6.1 |
| 3038 | 2026-03-05T17:33:08.150Z | Compiling async-stream-impl v0.3.6 |
| 3039 | 2026-03-05T17:33:08.376Z | Compiling dropshot v0.16.7 |
| 3040 | 2026-03-05T17:33:08.833Z | Compiling slog-bunyan v2.5.0 |
| 3041 | 2026-03-05T17:33:09.140Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3042 | 2026-03-05T17:33:09.292Z | Compiling itertools v0.14.0 |
| 3043 | 2026-03-05T17:33:09.451Z | Compiling async-stream v0.3.6 |
| 3044 | 2026-03-05T17:33:09.745Z | Compiling waitgroup v0.1.2 |
| 3045 | 2026-03-05T17:33:09.944Z | Compiling structmeta v0.3.0 |
| 3046 | 2026-03-05T17:33:09.994Z | Compiling rustls-pemfile v2.2.0 |
| 3047 | 2026-03-05T17:33:10.030Z | Compiling dropshot_endpoint v0.16.7 |
| 3048 | 2026-03-05T17:33:10.367Z | Compiling serde_path_to_error v0.1.20 |
| 3049 | 2026-03-05T17:33:10.391Z | Compiling hostname v0.4.2 |
| 3050 | 2026-03-05T17:33:10.606Z | Compiling derive-ex v0.1.8 |
| 3051 | 2026-03-05T17:33:10.647Z | Compiling progenitor-client v0.13.0 |
| 3052 | 2026-03-05T17:33:10.997Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 3053 | 2026-03-05T17:33:11.191Z | Compiling macaddr v1.0.1 |
| 3054 | 2026-03-05T17:33:11.225Z | Compiling progenitor-client v0.10.0 |
| 3055 | 2026-03-05T17:33:11.328Z | Compiling instant v0.1.13 |
| 3056 | 2026-03-05T17:33:11.524Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3057 | 2026-03-05T17:33:11.642Z | Compiling parse-display-derive v0.10.0 |
| 3058 | 2026-03-05T17:33:11.758Z | Compiling backoff v0.4.0 |
| 3059 | 2026-03-05T17:33:12.141Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3060 | 2026-03-05T17:33:12.260Z | Compiling backon v1.6.0 |
| 3061 | 2026-03-05T17:33:12.320Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3062 | 2026-03-05T17:33:12.555Z | Compiling tokio-rustls v0.25.0 |
| 3063 | 2026-03-05T17:33:12.728Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#d22509df) |
| 3064 | 2026-03-05T17:33:12.929Z | Compiling crucible-workspace-hack v0.1.0 |
| 3065 | 2026-03-05T17:33:13.001Z | Compiling cfg_aliases v0.2.1 |
| 3066 | 2026-03-05T17:33:13.139Z | Compiling toml_edit v0.23.10+spec-1.0.0 |
| 3067 | 2026-03-05T17:33:13.481Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3068 | 2026-03-05T17:33:13.858Z | Compiling heapless v0.8.0 |
| 3069 | 2026-03-05T17:33:14.739Z | Compiling test-strategy v0.4.5 |
| 3070 | 2026-03-05T17:33:14.808Z | Compiling proc-macro-crate v3.4.0 |
| 3071 | 2026-03-05T17:33:14.867Z | Compiling ingot-macros v0.1.1 |
| 3072 | 2026-03-05T17:33:15.154Z | Compiling hash32 v0.3.1 |
| 3073 | 2026-03-05T17:33:15.445Z | Compiling memoffset v0.9.1 |
| 3074 | 2026-03-05T17:33:15.471Z | Compiling parse-display v0.10.0 |
| 3075 | 2026-03-05T17:33:15.637Z | Compiling smoltcp v0.11.0 |
| 3076 | 2026-03-05T17:33:15.837Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3077 | 2026-03-05T17:33:15.997Z | Compiling num_enum_derive v0.7.5 |
| 3078 | 2026-03-05T17:33:16.251Z | Compiling tabwriter v1.4.1 |
| 3079 | 2026-03-05T17:33:16.372Z | Compiling cobs v0.3.0 |
| 3080 | 2026-03-05T17:33:16.499Z | Compiling foreign-types-macros v0.2.3 |
| 3081 | 2026-03-05T17:33:16.696Z | Compiling foreign-types-shared v0.3.1 |
| 3082 | 2026-03-05T17:33:16.734Z | Compiling cpufeatures v0.3.0 |
| 3083 | 2026-03-05T17:33:16.847Z | Compiling postcard v1.1.3 |
| 3084 | 2026-03-05T17:33:16.874Z | Compiling chacha20 v0.10.0 |
| 3085 | 2026-03-05T17:33:17.813Z | Compiling proc-macro-crate v1.3.1 |
| 3086 | 2026-03-05T17:33:17.843Z | Compiling foreign-types v0.5.0 |
| 3087 | 2026-03-05T17:33:17.954Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3088 | 2026-03-05T17:33:17.986Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3089 | 2026-03-05T17:33:18.209Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3090 | 2026-03-05T17:33:18.345Z | Compiling num_enum v0.7.5 |
| 3091 | 2026-03-05T17:33:18.567Z | Compiling secrecy v0.10.3 |
| 3092 | 2026-03-05T17:33:18.649Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3093 | 2026-03-05T17:33:18.706Z | Compiling cstr-argument v0.1.2 |
| 3094 | 2026-03-05T17:33:18.801Z | Compiling colored v3.1.1 |
| 3095 | 2026-03-05T17:33:18.838Z | Compiling unsafe-libyaml v0.2.11 |
| 3096 | 2026-03-05T17:33:18.977Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 3097 | 2026-03-05T17:33:19.098Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3098 | 2026-03-05T17:33:19.333Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3099 | 2026-03-05T17:33:19.397Z | Compiling num_enum_derive v0.5.11 |
| 3100 | 2026-03-05T17:33:19.547Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 3101 | 2026-03-05T17:33:19.572Z | Compiling rand v0.10.0 |
| 3102 | 2026-03-05T17:33:19.631Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3103 | 2026-03-05T17:33:19.917Z | Compiling nix v0.30.1 |
| 3104 | 2026-03-05T17:33:20.571Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3105 | 2026-03-05T17:33:20.596Z | Compiling serde_yaml v0.9.34+deprecated |
| 3106 | 2026-03-05T17:33:20.752Z | Compiling camino-tempfile v1.4.1 |
| 3107 | 2026-03-05T17:33:21.471Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3108 | 2026-03-05T17:33:21.597Z | Compiling num_enum v0.5.11 |
| 3109 | 2026-03-05T17:33:21.656Z | Compiling ingot-types v0.1.2 |
| 3110 | 2026-03-05T17:33:21.689Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3111 | 2026-03-05T17:33:21.806Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3112 | 2026-03-05T17:33:21.902Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3113 | 2026-03-05T17:33:22.071Z | Compiling smf v0.2.3 |
| 3114 | 2026-03-05T17:33:22.338Z | Compiling num-derive v0.4.2 |
| 3115 | 2026-03-05T17:33:22.441Z | Compiling sigpipe v0.1.3 |
| 3116 | 2026-03-05T17:33:22.544Z | Compiling ingot v0.1.1 |
| 3117 | 2026-03-05T17:33:22.650Z | Compiling glob v0.3.3 |
| 3118 | 2026-03-05T17:33:23.308Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3119 | 2026-03-05T17:33:23.509Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3120 | 2026-03-05T17:33:23.720Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3121 | 2026-03-05T17:33:24.632Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3122 | 2026-03-05T17:33:24.712Z | Compiling whoami v1.6.1 |
| 3123 | 2026-03-05T17:33:24.773Z | Compiling toml v0.8.23 |
| 3124 | 2026-03-05T17:33:24.914Z | Compiling convert_case v0.4.0 |
| 3125 | 2026-03-05T17:33:25.306Z | Compiling universal-hash v0.5.1 |
| 3126 | 2026-03-05T17:33:25.441Z | Compiling opaque-debug v0.3.1 |
| 3127 | 2026-03-05T17:33:25.554Z | Compiling half v2.7.1 |
| 3128 | 2026-03-05T17:33:25.579Z | Compiling ciborium-io v0.2.2 |
| 3129 | 2026-03-05T17:33:25.752Z | Compiling aead v0.5.2 |
| 3130 | 2026-03-05T17:33:25.777Z | Compiling derive_more v0.99.20 |
| 3131 | 2026-03-05T17:33:26.158Z | Compiling ciborium-ll v0.2.2 |
| 3132 | 2026-03-05T17:33:26.264Z | Compiling poly1305 v0.8.0 |
| 3133 | 2026-03-05T17:33:26.316Z | Compiling chacha20 v0.9.1 |
| 3134 | 2026-03-05T17:33:26.592Z | Compiling ciborium v0.2.2 |
| 3135 | 2026-03-05T17:33:26.801Z | Compiling typify-impl v0.4.3 |
| 3136 | 2026-03-05T17:33:26.919Z | Compiling typify-impl v0.6.1 |
| 3137 | 2026-03-05T17:33:27.311Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3138 | 2026-03-05T17:33:27.495Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3139 | 2026-03-05T17:33:27.887Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3140 | 2026-03-05T17:33:27.995Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3141 | 2026-03-05T17:33:28.537Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3142 | 2026-03-05T17:33:28.541Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3143 | 2026-03-05T17:33:30.781Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3144 | 2026-03-05T17:33:31.066Z | Compiling thiserror-no-std v2.0.2 |
| 3145 | 2026-03-05T17:33:31.232Z | Compiling num-rational v0.4.2 |
| 3146 | 2026-03-05T17:33:32.291Z | Compiling password-hash v0.5.0 |
| 3147 | 2026-03-05T17:33:32.752Z | Compiling blake2 v0.10.6 |
| 3148 | 2026-03-05T17:33:33.213Z | Compiling num-complex v0.4.6 |
| 3149 | 2026-03-05T17:33:33.513Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3150 | 2026-03-05T17:33:33.551Z | Compiling prettyplease v0.2.37 |
| 3151 | 2026-03-05T17:33:33.751Z | Compiling indent_write v2.2.0 |
| 3152 | 2026-03-05T17:33:33.987Z | Compiling argon2 v0.5.3 |
| 3153 | 2026-03-05T17:33:34.017Z | Compiling vsss-rs v3.3.4 |
| 3154 | 2026-03-05T17:33:34.063Z | Compiling chacha20poly1305 v0.10.1 |
| 3155 | 2026-03-05T17:33:34.340Z | Compiling num v0.4.3 |
| 3156 | 2026-03-05T17:33:34.476Z | Compiling float-ord v0.3.2 |
| 3157 | 2026-03-05T17:33:35.675Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3158 | 2026-03-05T17:33:36.178Z | Compiling gethostname v0.5.0 |
| 3159 | 2026-03-05T17:33:36.401Z | Compiling usdt-macro v0.5.0 |
| 3160 | 2026-03-05T17:33:36.862Z | Compiling usdt-attr-macro v0.5.0 |
| 3161 | 2026-03-05T17:33:37.620Z | Compiling derive-where v1.6.0 |
| 3162 | 2026-03-05T17:33:37.739Z | Compiling memmap v0.7.0 |
| 3163 | 2026-03-05T17:33:37.888Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3164 | 2026-03-05T17:33:38.112Z | Compiling atomicwrites v0.4.4 |
| 3165 | 2026-03-05T17:33:38.360Z | Compiling cancel-safe-futures v0.1.5 |
| 3166 | 2026-03-05T17:33:38.471Z | Compiling owo-colors v4.3.0 |
| 3167 | 2026-03-05T17:33:38.507Z | Compiling usdt v0.5.0 |
| 3168 | 2026-03-05T17:33:38.511Z | Compiling typify-macro v0.6.1 |
| 3169 | 2026-03-05T17:33:38.511Z | Compiling typify-macro v0.4.3 |
| 3170 | 2026-03-05T17:33:38.809Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3171 | 2026-03-05T17:33:38.951Z | Compiling libsw-core v0.3.2 |
| 3172 | 2026-03-05T17:33:38.984Z | Compiling async-recursion v1.1.1 |
| 3173 | 2026-03-05T17:33:39.095Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3174 | 2026-03-05T17:33:39.345Z | Compiling resolv-conf v0.7.6 |
| 3175 | 2026-03-05T17:33:40.071Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3176 | 2026-03-05T17:33:40.304Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3177 | 2026-03-05T17:33:40.673Z | Compiling libsw v3.5.0 |
| 3178 | 2026-03-05T17:33:41.642Z | Compiling progenitor-client v0.11.2 |
| 3179 | 2026-03-05T17:33:42.270Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3180 | 2026-03-05T17:33:42.345Z | Compiling typify v0.4.3 |
| 3181 | 2026-03-05T17:33:42.412Z | Compiling typify v0.6.1 |
| 3182 | 2026-03-05T17:33:42.495Z | Compiling progenitor-impl v0.11.2 |
| 3183 | 2026-03-05T17:33:42.531Z | Compiling linear-map v1.2.0 |
| 3184 | 2026-03-05T17:33:42.639Z | Compiling progenitor-impl v0.13.0 |
| 3185 | 2026-03-05T17:33:42.756Z | Compiling libefi-sys v0.1.0 |
| 3186 | 2026-03-05T17:33:42.844Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3187 | 2026-03-05T17:33:42.954Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3188 | 2026-03-05T17:33:43.168Z | Compiling hickory-proto v0.24.4 |
| 3189 | 2026-03-05T17:33:43.196Z | Compiling newline-converter v0.3.0 |
| 3190 | 2026-03-05T17:33:43.426Z | Compiling console v0.15.11 |
| 3191 | 2026-03-05T17:33:44.775Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3192 | 2026-03-05T17:33:44.802Z | Compiling bitfield-struct v0.6.2 |
| 3193 | 2026-03-05T17:33:45.282Z | Compiling semver v0.1.20 |
| 3194 | 2026-03-05T17:33:45.912Z | Compiling linked-hash-map v0.5.6 |
| 3195 | 2026-03-05T17:33:46.239Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3196 | 2026-03-05T17:33:46.323Z | Compiling lru-cache v0.1.2 |
| 3197 | 2026-03-05T17:33:46.578Z | Compiling rustc_version v0.1.7 |
| 3198 | 2026-03-05T17:33:46.737Z | Compiling expectorate v1.2.0 |
| 3199 | 2026-03-05T17:33:47.029Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3200 | 2026-03-05T17:33:47.055Z | Compiling pin-project-internal v1.1.11 |
| 3201 | 2026-03-05T17:33:47.374Z | Compiling slog-dtrace v0.3.0 |
| 3202 | 2026-03-05T17:33:47.761Z | Compiling minimal-lexical v0.2.1 |
| 3203 | 2026-03-05T17:33:48.313Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3204 | 2026-03-05T17:33:48.478Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3205 | 2026-03-05T17:33:49.307Z | Compiling progenitor-macro v0.11.2 |
| 3206 | 2026-03-05T17:33:49.332Z | Compiling hickory-resolver v0.24.4 |
| 3207 | 2026-03-05T17:33:49.380Z | Compiling progenitor-macro v0.13.0 |
| 3208 | 2026-03-05T17:33:49.798Z | Compiling pin-project v1.1.11 |
| 3209 | 2026-03-05T17:33:49.992Z | Compiling nom v7.1.3 |
| 3210 | 2026-03-05T17:33:50.500Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3211 | 2026-03-05T17:33:51.025Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3212 | 2026-03-05T17:33:51.438Z | Compiling newtype_derive v0.1.6 |
| 3213 | 2026-03-05T17:33:51.829Z | Compiling tokio-dtrace v0.1.1 |
| 3214 | 2026-03-05T17:33:52.339Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3215 | 2026-03-05T17:33:53.399Z | Compiling phf_shared v0.12.1 |
| 3216 | 2026-03-05T17:33:53.486Z | Compiling snafu-derive v0.8.9 |
| 3217 | 2026-03-05T17:33:53.774Z | Compiling dropshot-api-manager-types v0.5.2 |
| 3218 | 2026-03-05T17:33:54.478Z | Compiling pem v3.0.6 |
| 3219 | 2026-03-05T17:33:54.535Z | Compiling csv-core v0.1.13 |
| 3220 | 2026-03-05T17:33:55.089Z | Compiling xshell-macros v0.2.7 |
| 3221 | 2026-03-05T17:33:55.207Z | Compiling same-file v1.0.6 |
| 3222 | 2026-03-05T17:33:55.536Z | Compiling chrono-tz v0.10.4 |
| 3223 | 2026-03-05T17:33:55.866Z | Compiling highway v1.3.0 |
| 3224 | 2026-03-05T17:33:55.890Z | Compiling xshell v0.2.7 |
| 3225 | 2026-03-05T17:33:56.007Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3226 | 2026-03-05T17:33:56.441Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3227 | 2026-03-05T17:33:56.707Z | Compiling const_format_proc_macros v0.2.34 |
| 3228 | 2026-03-05T17:33:57.004Z | Compiling walkdir v2.5.0 |
| 3229 | 2026-03-05T17:33:57.763Z | Compiling csv v1.4.0 |
| 3230 | 2026-03-05T17:33:58.178Z | Compiling snafu v0.8.9 |
| 3231 | 2026-03-05T17:33:58.606Z | Compiling phf v0.12.1 |
| 3232 | 2026-03-05T17:33:58.901Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3233 | 2026-03-05T17:33:58.937Z | Compiling oxide-tokio-rt v0.1.2 |
| 3234 | 2026-03-05T17:33:59.141Z | Compiling qorb v0.4.1 |
| 3235 | 2026-03-05T17:33:59.281Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3236 | 2026-03-05T17:34:00.478Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3237 | 2026-03-05T17:34:00.617Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3238 | 2026-03-05T17:34:01.731Z | Compiling progenitor v0.11.2 |
| 3239 | 2026-03-05T17:34:01.998Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3240 | 2026-03-05T17:34:02.077Z | Compiling progenitor v0.13.0 |
| 3241 | 2026-03-05T17:34:02.333Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3242 | 2026-03-05T17:34:02.810Z | Compiling globset v0.4.18 |
| 3243 | 2026-03-05T17:34:02.888Z | Compiling olpc-cjson v0.1.4 |
| 3244 | 2026-03-05T17:34:03.207Z | Compiling primeorder v0.13.6 |
| 3245 | 2026-03-05T17:34:03.235Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 3246 | 2026-03-05T17:34:03.443Z | Compiling serde_plain v1.0.2 |
| 3247 | 2026-03-05T17:34:03.762Z | Compiling base64 v0.21.7 |
| 3248 | 2026-03-05T17:34:03.867Z | Compiling typed-path v0.9.3 |
| 3249 | 2026-03-05T17:34:04.026Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 3250 | 2026-03-05T17:34:04.396Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3251 | 2026-03-05T17:34:04.479Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3252 | 2026-03-05T17:34:06.182Z | Compiling tough v0.20.0 |
| 3253 | 2026-03-05T17:34:06.830Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3254 | 2026-03-05T17:34:07.490Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3255 | 2026-03-05T17:34:07.612Z | Compiling const_format v0.2.35 |
| 3256 | 2026-03-05T17:34:08.327Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3257 | 2026-03-05T17:34:09.367Z | Compiling progenitor-impl v0.10.0 |
| 3258 | 2026-03-05T17:34:10.228Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3259 | 2026-03-05T17:34:10.698Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3260 | 2026-03-05T17:34:11.095Z | Compiling tabled_derive v0.7.0 |
| 3261 | 2026-03-05T17:34:11.940Z | Compiling bcs v0.1.6 |
| 3262 | 2026-03-05T17:34:12.592Z | Compiling radium v0.7.0 |
| 3263 | 2026-03-05T17:34:12.812Z | Compiling salty v0.3.0 |
| 3264 | 2026-03-05T17:34:13.056Z | Compiling termtree v0.5.1 |
| 3265 | 2026-03-05T17:34:13.140Z | Compiling textwrap v0.16.2 |
| 3266 | 2026-03-05T17:34:13.300Z | Compiling tabled v0.15.0 |
| 3267 | 2026-03-05T17:34:13.326Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3268 | 2026-03-05T17:34:13.329Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3269 | 2026-03-05T17:34:13.730Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3270 | 2026-03-05T17:34:14.169Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3271 | 2026-03-05T17:34:14.545Z | Compiling steno v0.4.1 |
| 3272 | 2026-03-05T17:34:15.665Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3273 | 2026-03-05T17:34:15.908Z | Compiling progenitor-macro v0.10.0 |
| 3274 | 2026-03-05T17:34:17.004Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3275 | 2026-03-05T17:34:17.263Z | Compiling utf-8 v0.7.6 |
| 3276 | 2026-03-05T17:34:17.605Z | Compiling humantime v2.3.0 |
| 3277 | 2026-03-05T17:34:17.633Z | Compiling maybe-uninit v2.0.0 |
| 3278 | 2026-03-05T17:34:18.172Z | Compiling tap v1.0.1 |
| 3279 | 2026-03-05T17:34:18.397Z | Compiling wyz v0.5.1 |
| 3280 | 2026-03-05T17:34:18.819Z | Compiling tungstenite v0.21.0 |
| 3281 | 2026-03-05T17:34:18.972Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3282 | 2026-03-05T17:34:20.215Z | Compiling p384 v0.13.1 |
| 3283 | 2026-03-05T17:34:20.423Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3284 | 2026-03-05T17:34:20.600Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3285 | 2026-03-05T17:34:20.719Z | Compiling arc-swap v1.8.2 |
| 3286 | 2026-03-05T17:34:21.352Z | Compiling packed_struct v0.10.1 |
| 3287 | 2026-03-05T17:34:21.460Z | Compiling tagptr v0.2.0 |
| 3288 | 2026-03-05T17:34:21.513Z | Compiling funty v2.0.0 |
| 3289 | 2026-03-05T17:34:21.755Z | Compiling moka v0.12.13 |
| 3290 | 2026-03-05T17:34:21.806Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3291 | 2026-03-05T17:34:21.896Z | Compiling slog-scope v4.4.1 |
| 3292 | 2026-03-05T17:34:22.370Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3293 | 2026-03-05T17:34:23.196Z | Compiling bitvec v1.0.1 |
| 3294 | 2026-03-05T17:34:23.590Z | Compiling tokio-tungstenite v0.21.0 |
| 3295 | 2026-03-05T17:34:24.338Z | Compiling polyval v0.6.2 |
| 3296 | 2026-03-05T17:34:24.802Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3297 | 2026-03-05T17:34:25.233Z | Compiling packed_struct_codegen v0.10.1 |
| 3298 | 2026-03-05T17:34:25.495Z | Compiling bitfield-macros v0.19.4 |
| 3299 | 2026-03-05T17:34:26.748Z | Compiling zerocopy-derive v0.6.6 |
| 3300 | 2026-03-05T17:34:27.061Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3301 | 2026-03-05T17:34:27.201Z | Compiling indexmap v1.9.3 |
| 3302 | 2026-03-05T17:34:27.620Z | Compiling parking_lot_core v0.8.6 |
| 3303 | 2026-03-05T17:34:27.757Z | Compiling nodrop v0.1.14 |
| 3304 | 2026-03-05T17:34:27.869Z | Compiling crc-catalog v2.4.0 |
| 3305 | 2026-03-05T17:34:27.944Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3306 | 2026-03-05T17:34:28.072Z | Compiling crc v3.4.0 |
| 3307 | 2026-03-05T17:34:28.163Z | Compiling array-init v0.0.4 |
| 3308 | 2026-03-05T17:34:28.191Z | Compiling proc-macro-error2 v2.0.1 |
| 3309 | 2026-03-05T17:34:28.374Z | Compiling progenitor v0.10.0 |
| 3310 | 2026-03-05T17:34:28.533Z | Compiling bitfield v0.19.4 |
| 3311 | 2026-03-05T17:34:28.589Z | Compiling zerocopy v0.6.6 |
| 3312 | 2026-03-05T17:34:28.615Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3313 | 2026-03-05T17:34:28.816Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3314 | 2026-03-05T17:34:29.226Z | Compiling ghash v0.5.1 |
| 3315 | 2026-03-05T17:34:29.280Z | Compiling smallvec v0.6.14 |
| 3316 | 2026-03-05T17:34:29.357Z | Compiling hickory-resolver v0.25.2 |
| 3317 | 2026-03-05T17:34:29.469Z | Compiling slog-stdlog v4.1.1 |
| 3318 | 2026-03-05T17:34:29.711Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3319 | 2026-03-05T17:34:29.869Z | Compiling nix v0.31.1 |
| 3320 | 2026-03-05T17:34:30.605Z | Compiling git-stub v1.0.0 |
| 3321 | 2026-03-05T17:34:30.649Z | Compiling ctr v0.9.2 |
| 3322 | 2026-03-05T17:34:30.727Z | Compiling num-derive v0.3.3 |
| 3323 | 2026-03-05T17:34:31.075Z | Compiling lzma-sys v0.1.20 |
| 3324 | 2026-03-05T17:34:31.122Z | Compiling hashbrown v0.12.3 |
| 3325 | 2026-03-05T17:34:31.156Z | Compiling unicase v2.9.0 |
| 3326 | 2026-03-05T17:34:31.581Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3327 | 2026-03-05T17:34:31.918Z | Compiling mime_guess v2.0.5 |
| 3328 | 2026-03-05T17:34:31.940Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3329 | 2026-03-05T17:34:32.001Z | Compiling aes-gcm v0.10.3 |
| 3330 | 2026-03-05T17:34:32.027Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3331 | 2026-03-05T17:34:32.347Z | Compiling git-stub-vcs v0.1.0 |
| 3332 | 2026-03-05T17:34:32.887Z | Compiling libscf-sys v1.1.0 |
| 3333 | 2026-03-05T17:34:33.073Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3334 | 2026-03-05T17:34:33.109Z | Compiling slog-envlogger v2.2.0 |
| 3335 | 2026-03-05T17:34:33.145Z | Compiling serde-hex v0.1.0 |
| 3336 | 2026-03-05T17:34:33.171Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3337 | 2026-03-05T17:34:33.525Z | Compiling tabled_derive v0.11.0 |
| 3338 | 2026-03-05T17:34:33.731Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3339 | 2026-03-05T17:34:34.787Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3340 | 2026-03-05T17:34:35.900Z | Compiling ron v0.8.1 |
| 3341 | 2026-03-05T17:34:36.254Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3342 | 2026-03-05T17:34:37.573Z | Compiling papergrid v0.17.0 |
| 3343 | 2026-03-05T17:34:37.682Z | Compiling cargo_toml v0.22.3 |
| 3344 | 2026-03-05T17:34:38.227Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3345 | 2026-03-05T17:34:38.868Z | Compiling hashbrown v0.13.2 |
| 3346 | 2026-03-05T17:34:39.369Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3347 | 2026-03-05T17:34:40.015Z | Compiling testing_table v0.3.0 |
| 3348 | 2026-03-05T17:34:40.316Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3349 | 2026-03-05T17:34:40.715Z | Compiling blowfish v0.9.1 |
| 3350 | 2026-03-05T17:34:41.234Z | Compiling ssh-encoding v0.2.0 |
| 3351 | 2026-03-05T17:34:41.664Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3352 | 2026-03-05T17:34:41.719Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3353 | 2026-03-05T17:34:41.777Z | Compiling nibble_vec v0.1.0 |
| 3354 | 2026-03-05T17:34:42.043Z | Compiling corncobs v0.1.4 |
| 3355 | 2026-03-05T17:34:42.104Z | Compiling endian-type v0.1.2 |
| 3356 | 2026-03-05T17:34:42.324Z | Compiling crc-any v2.5.0 |
| 3357 | 2026-03-05T17:34:42.390Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3358 | 2026-03-05T17:34:42.393Z | Compiling radix_trie v0.2.1 |
| 3359 | 2026-03-05T17:34:42.843Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 3360 | 2026-03-05T17:34:42.909Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3361 | 2026-03-05T17:34:43.186Z | Compiling ssh-cipher v0.2.0 |
| 3362 | 2026-03-05T17:34:43.305Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#11afc484) |
| 3363 | 2026-03-05T17:34:43.581Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3364 | 2026-03-05T17:34:43.792Z | Compiling tabled v0.20.0 |
| 3365 | 2026-03-05T17:34:44.233Z | Compiling object v0.30.4 |
| 3366 | 2026-03-05T17:34:44.492Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ccede3cb) |
| 3367 | 2026-03-05T17:34:44.816Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d83f56a6) |
| 3368 | 2026-03-05T17:34:44.943Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3369 | 2026-03-05T17:34:46.708Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3370 | 2026-03-05T17:34:47.016Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3371 | 2026-03-05T17:34:47.307Z | Compiling parking_lot v0.11.2 |
| 3372 | 2026-03-05T17:34:47.383Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3373 | 2026-03-05T17:34:48.236Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3374 | 2026-03-05T17:34:48.917Z | Compiling prefix-trie v0.7.0 |
| 3375 | 2026-03-05T17:34:49.024Z | Compiling password-hash v0.4.2 |
| 3376 | 2026-03-05T17:34:49.303Z | Compiling fxhash v0.2.1 |
| 3377 | 2026-03-05T17:34:49.578Z | Compiling secrecy v0.8.0 |
| 3378 | 2026-03-05T17:34:49.754Z | Compiling http-range v0.1.5 |
| 3379 | 2026-03-05T17:34:49.862Z | Compiling path-slash v0.1.5 |
| 3380 | 2026-03-05T17:34:49.888Z | Compiling half v1.8.3 |
| 3381 | 2026-03-05T17:34:50.084Z | Compiling hickory-server v0.25.2 |
| 3382 | 2026-03-05T17:34:50.110Z | Compiling pbkdf2 v0.11.0 |
| 3383 | 2026-03-05T17:34:50.440Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3384 | 2026-03-05T17:34:50.516Z | Compiling serde_cbor v0.11.2 |
| 3385 | 2026-03-05T17:34:51.830Z | Compiling sled v0.34.7 |
| 3386 | 2026-03-05T17:34:51.888Z | Compiling ron v0.12.0 |
| 3387 | 2026-03-05T17:34:52.287Z | Compiling xz2 v0.1.7 |
| 3388 | 2026-03-05T17:34:52.694Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3389 | 2026-03-05T17:34:53.838Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3390 | 2026-03-05T17:34:54.052Z | Compiling ssh-key v0.6.7 |
| 3391 | 2026-03-05T17:34:54.346Z | Compiling hickory-client v0.25.2 |
| 3392 | 2026-03-05T17:34:55.293Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3393 | 2026-03-05T17:34:55.297Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3394 | 2026-03-05T17:34:55.413Z | Compiling p256 v0.13.2 |
| 3395 | 2026-03-05T17:34:56.183Z | Compiling p521 v0.13.3 |
| 3396 | 2026-03-05T17:34:56.406Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3397 | 2026-03-05T17:34:57.356Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3398 | 2026-03-05T17:34:57.961Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3399 | 2026-03-05T17:34:58.414Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 3400 | 2026-03-05T17:34:59.044Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3401 | 2026-03-05T17:34:59.111Z | Compiling yasna v0.5.2 |
| 3402 | 2026-03-05T17:35:00.014Z | Compiling kstat-rs v0.2.4 |
| 3403 | 2026-03-05T17:35:00.580Z | Compiling headers-core v0.3.0 |
| 3404 | 2026-03-05T17:35:00.633Z | Compiling nanorand v0.7.0 |
| 3405 | 2026-03-05T17:35:00.668Z | Compiling russh-cryptovec v0.7.3 |
| 3406 | 2026-03-05T17:35:00.786Z | Compiling atty v0.2.14 |
| 3407 | 2026-03-05T17:35:00.887Z | Compiling home v0.5.12 |
| 3408 | 2026-03-05T17:35:00.991Z | Compiling md5 v0.7.0 |
| 3409 | 2026-03-05T17:35:01.016Z | Compiling base16ct v1.0.0 |
| 3410 | 2026-03-05T17:35:01.043Z | Compiling crc8 v0.1.1 |
| 3411 | 2026-03-05T17:35:01.150Z | Compiling flume v0.11.1 |
| 3412 | 2026-03-05T17:35:01.175Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3413 | 2026-03-05T17:35:01.251Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3414 | 2026-03-05T17:35:01.383Z | Compiling russh-keys v0.45.0 |
| 3415 | 2026-03-05T17:35:01.805Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3416 | 2026-03-05T17:35:02.884Z | Compiling headers v0.4.1 |
| 3417 | 2026-03-05T17:35:04.315Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3418 | 2026-03-05T17:35:04.622Z | Compiling rcgen v0.12.1 |
| 3419 | 2026-03-05T17:35:04.961Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3420 | 2026-03-05T17:35:06.670Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3421 | 2026-03-05T17:35:09.639Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3422 | 2026-03-05T17:35:10.042Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3423 | 2026-03-05T17:35:12.345Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3424 | 2026-03-05T17:35:12.894Z | Compiling hyper-staticfile v0.10.1 |
| 3425 | 2026-03-05T17:35:13.317Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3426 | 2026-03-05T17:35:13.947Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3427 | 2026-03-05T17:35:13.976Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3428 | 2026-03-05T17:35:14.420Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3429 | 2026-03-05T17:35:15.080Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3430 | 2026-03-05T17:35:15.682Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3431 | 2026-03-05T17:35:15.963Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3432 | 2026-03-05T17:35:16.383Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3433 | 2026-03-05T17:35:17.197Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3434 | 2026-03-05T17:35:17.752Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3435 | 2026-03-05T17:35:17.938Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3436 | 2026-03-05T17:35:18.323Z | Compiling num-bigint v0.4.6 |
| 3437 | 2026-03-05T17:35:18.615Z | Compiling des v0.8.1 |
| 3438 | 2026-03-05T17:35:18.996Z | Compiling subprocess v0.2.15 |
| 3439 | 2026-03-05T17:35:19.153Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3440 | 2026-03-05T17:35:19.361Z | Compiling hex-literal v0.4.1 |
| 3441 | 2026-03-05T17:35:19.570Z | Compiling display-error-chain v0.2.2 |
| 3442 | 2026-03-05T17:35:19.835Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3443 | 2026-03-05T17:35:20.048Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3444 | 2026-03-05T17:35:20.524Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3445 | 2026-03-05T17:35:20.698Z | Compiling colored v2.2.0 |
| 3446 | 2026-03-05T17:35:21.510Z | Compiling russh v0.45.0 |
| 3447 | 2026-03-05T17:35:23.006Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3448 | 2026-03-05T17:35:23.514Z | Compiling socket2 v0.5.10 |
| 3449 | 2026-03-05T17:35:24.476Z | Compiling internet-checksum v0.2.1 |
| 3450 | 2026-03-05T17:35:31.004Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3451 | 2026-03-05T17:36:06.971Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3452 | 2026-03-05T17:36:37.858Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 31s |
| 3453 | 2026-03-05T17:36:38.119Z | |
| 3454 | 2026-03-05T17:36:38.119Z | real 3:32.114910434 |
| 3455 | 2026-03-05T17:36:38.119Z | user 19:18.810967015 |
| 3456 | 2026-03-05T17:36:38.119Z | sys 2:31.380327616 |
| 3457 | 2026-03-05T17:36:38.119Z | trap 0.558104611 |
| 3458 | 2026-03-05T17:36:38.122Z | tflt 0.250021017 |
| 3459 | 2026-03-05T17:36:38.122Z | dflt 0.736256346 |
| 3460 | 2026-03-05T17:36:38.122Z | kflt 0.000040237 |
| 3461 | 2026-03-05T17:36:38.122Z | lock 52:44.204092914 |
| 3462 | 2026-03-05T17:36:38.122Z | slp 1:09:46.663018655 |
| 3463 | 2026-03-05T17:36:38.122Z | lat 1:05.942628283 |
| 3464 | 2026-03-05T17:36:38.122Z | stop 2:40.082984278 |
| 3465 | 2026-03-05T17:36:38.122Z | + mkdir tests |
| 3466 | 2026-03-05T17:36:38.126Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3467 | 2026-03-05T17:36:38.126Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3468 | 2026-03-05T17:36:38.168Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-8adadec6e8938757 tests/ |
| 3469 | 2026-03-05T17:36:38.193Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-ab4e7eae1dc28190 tests/ |
| 3470 | 2026-03-05T17:36:38.218Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-36d083c4f3975527 tests/ |
| 3471 | 2026-03-05T17:36:38.243Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-4ef6c0f480073716 tests/ |
| 3472 | 2026-03-05T17:36:38.553Z | + 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/*) |
| 3473 | 2026-03-05T17:36:38.556Z | + 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 |
| 3474 | 2026-03-05T17:38:22.740Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3475 | 2026-03-05T17:38:22.740Z | a .github/buildomat/ci-env.sh 1K |
| 3476 | 2026-03-05T17:38:22.740Z | a out/target/test 1K |
| 3477 | 2026-03-05T17:38:22.740Z | a out/npuzone/npuzone 27402K |
| 3478 | 2026-03-05T17:38:22.740Z | a package-manifest.toml 35K |
| 3479 | 2026-03-05T17:38:22.740Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3480 | 2026-03-05T17:38:22.740Z | a target/release/omicron-package 41060K |
| 3481 | 2026-03-05T17:38:22.740Z | a target/release/xtask 11359K |
| 3482 | 2026-03-05T17:38:22.740Z | a target/debug/bootstrap 345858K |
| 3483 | 2026-03-05T17:38:22.740Z | a tests/bootstrap-ab4e7eae1dc28190 31480K |
| 3484 | 2026-03-05T17:38:22.740Z | a tests/commtest-36d083c4f3975527 31997K |
| 3485 | 2026-03-05T17:38:22.740Z | a tests/dhcp_server-8adadec6e8938757 31480K |
| 3486 | 2026-03-05T17:38:22.740Z | a tests/end_to_end_tests-4ef6c0f480073716 387466K |
| 3487 | 2026-03-05T17:38:22.740Z | a out/clickhouse.tar.gz 302572K |
| 3488 | 2026-03-05T17:38:22.740Z | a out/clickhouse_keeper.tar.gz 287866K |
| 3489 | 2026-03-05T17:38:22.740Z | a out/clickhouse_server.tar.gz 302572K |
| 3490 | 2026-03-05T17:38:22.740Z | a out/cockroachdb.tar.gz 156112K |
| 3491 | 2026-03-05T17:38:22.741Z | a out/crucible-pantry-zone.tar.gz 38318K |
| 3492 | 2026-03-05T17:38:22.741Z | a out/crucible-utils.tar 17744K |
| 3493 | 2026-03-05T17:38:22.741Z | a out/crucible-zone.tar.gz 52456K |
| 3494 | 2026-03-05T17:38:22.741Z | a out/external-dns.tar.gz 41550K |
| 3495 | 2026-03-05T17:38:22.741Z | a out/internal-dns.tar.gz 41549K |
| 3496 | 2026-03-05T17:38:22.741Z | a out/mg-ddm-gz.tar 86339K |
| 3497 | 2026-03-05T17:38:22.741Z | a out/nexus.tar.gz 210272K |
| 3498 | 2026-03-05T17:38:22.741Z | a out/ntp.tar.gz 22565K |
| 3499 | 2026-03-05T17:38:22.741Z | a out/omicron-gateway-softnpu.tar.gz 28314K |
| 3500 | 2026-03-05T17:38:22.741Z | a out/omicron-sled-agent.tar 184821K |
| 3501 | 2026-03-05T17:38:22.741Z | a out/overlay.tar.gz 3K |
| 3502 | 2026-03-05T17:38:22.741Z | a out/oximeter.tar.gz 57432K |
| 3503 | 2026-03-05T17:38:22.741Z | a out/oxlog.tar 3895K |
| 3504 | 2026-03-05T17:38:22.742Z | a out/probe.tar.gz 3037K |
| 3505 | 2026-03-05T17:38:22.742Z | a out/propolis-server.tar.gz 74633K |
| 3506 | 2026-03-05T17:38:22.742Z | a out/pumpkind-gz.tar 26647K |
| 3507 | 2026-03-05T17:38:22.742Z | a out/switch-softnpu.tar.gz 371184K |
| 3508 | 2026-03-05T17:38:22.745Z | |
| 3509 | 2026-03-05T17:38:22.745Z | real 1:44.180169101 |
| 3510 | 2026-03-05T17:38:22.745Z | user 1:39.903859081 |
| 3511 | 2026-03-05T17:38:22.745Z | sys 5.852977853 |
| 3512 | 2026-03-05T17:38:22.745Z | trap 0.022709945 |
| 3513 | 2026-03-05T17:38:22.745Z | tflt 0.000000000 |
| 3514 | 2026-03-05T17:38:22.745Z | dflt 0.000000000 |
| 3515 | 2026-03-05T17:38:22.745Z | kflt 0.000000000 |
| 3516 | 2026-03-05T17:38:22.745Z | lock 0.000000000 |
| 3517 | 2026-03-05T17:38:22.745Z | slp 1:39.906984727 |
| 3518 | 2026-03-05T17:38:22.745Z | lat 2.669527157 |
| 3519 | 2026-03-05T17:38:22.745Z | stop 0.000205553 |
| 3520 | 2026-03-05T17:38:22.745Z | process exited: duration 2477755 ms, exit code 0 |
| |
| 3521 | 2026-03-05T17:38:22.760Z | found 1 output files |
| 3522 | 2026-03-05T17:38:22.761Z | uploading: /work/package.tar.gz (2324404913 bytes) |
| 3523 | 2026-03-05T17:38:59.161Z | uploaded: /work/package.tar.gz |