|
|
|
| 1 | 2026-02-24T02:30:43.890Z | job assigned to worker 01KJ6QPAVKYWKVZZTTD4HP4ETT [factory aws, i-08eebaa90873d76a7] (queued for 1 m 7 s) |
| |
| 2 | 2026-02-24T02:30:51.845Z | starting task 0: "setup" |
| 3 | 2026-02-24T02:30:51.850Z | ++ uname -s |
| 4 | 2026-02-24T02:30:51.853Z | + kern=SunOS |
| 5 | 2026-02-24T02:30:51.853Z | + build_user=build |
| 6 | 2026-02-24T02:30:51.853Z | + build_uid=12345 |
| 7 | 2026-02-24T02:30:51.853Z | + work_dir=/work |
| 8 | 2026-02-24T02:30:51.853Z | + input_dir=/input |
| 9 | 2026-02-24T02:30:51.853Z | + [[ 0 == 12345 ]] |
| 10 | 2026-02-24T02:30:51.853Z | + case "$kern" in |
| 11 | 2026-02-24T02:30:51.853Z | + groupadd -g 12345 build |
| 12 | 2026-02-24T02:30:51.856Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-02-24T02:30:53.862Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-02-24T02:30:53.979Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-02-24T02:30:53.982Z | + home_fs=zfs |
| 16 | 2026-02-24T02:30:53.982Z | + [[ zfs == autofs ]] |
| 17 | 2026-02-24T02:30:53.982Z | + mkdir -p /home/build |
| 18 | 2026-02-24T02:30:53.985Z | + chown build:build /home/build /work |
| 19 | 2026-02-24T02:30:55.986Z | + chmod 0700 /home/build /work |
| 20 | 2026-02-24T02:30:55.990Z | process exited: duration 4145 ms, exit code 0 |
| |
| 21 | 2026-02-24T02:30:55.997Z | starting task 1: "rust-toolchain" |
| 22 | 2026-02-24T02:30:56.002Z | + printf ' * rust toolchain channel = "%s"\n' 1.91.1 |
| 23 | 2026-02-24T02:30:56.002Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-02-24T02:30:56.002Z | * rust toolchain channel = "1.91.1" |
| 25 | 2026-02-24T02:30:56.002Z | * rust toolchain profile = "default" |
| 26 | 2026-02-24T02:30:56.002Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-02-24T02:30:56.002Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-02-24T02:30:56.005Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-02-24T02:30:56.005Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default |
| 30 | 2026-02-24T02:30:56.113Z | info: downloading installer |
| 31 | 2026-02-24T02:30:57.792Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-02-24T02:30:57.792Z | warn: /opt/ooce/bin |
| 33 | 2026-02-24T02:30:57.792Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-02-24T02:30:57.792Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-02-24T02:30:57.792Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-02-24T02:30:57.792Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-02-24T02:30:57.792Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-02-24T02:30:57.792Z | error: cannot install while Rust is installed |
| 39 | 2026-02-24T02:30:57.793Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-02-24T02:30:57.810Z | info: profile set to 'default' |
| 41 | 2026-02-24T02:30:57.810Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-02-24T02:30:57.813Z | info: syncing channel updates for '1.91.1-x86_64-unknown-illumos' |
| 43 | 2026-02-24T02:30:57.997Z | info: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07) |
| 44 | 2026-02-24T02:30:57.997Z | info: downloading component 'cargo' |
| 45 | 2026-02-24T02:30:59.157Z | info: downloading component 'clippy' |
| 46 | 2026-02-24T02:30:59.555Z | info: downloading component 'rust-docs' |
| 47 | 2026-02-24T02:31:01.296Z | info: downloading component 'rust-std' |
| 48 | 2026-02-24T02:31:03.082Z | info: downloading component 'rustc' |
| 49 | 2026-02-24T02:31:12.247Z | info: downloading component 'rustfmt' |
| 50 | 2026-02-24T02:31:12.523Z | info: installing component 'cargo' |
| 51 | 2026-02-24T02:31:13.415Z | info: installing component 'clippy' |
| 52 | 2026-02-24T02:31:13.807Z | info: installing component 'rust-docs' |
| 53 | 2026-02-24T02:31:15.769Z | info: installing component 'rust-std' |
| 54 | 2026-02-24T02:31:17.608Z | info: installing component 'rustc' |
| 55 | 2026-02-24T02:31:24.197Z | info: installing component 'rustfmt' |
| 56 | 2026-02-24T02:31:24.538Z | info: default toolchain set to '1.91.1-x86_64-unknown-illumos' |
| 57 | 2026-02-24T02:31:24.538Z | |
| 58 | 2026-02-24T02:31:24.994Z | 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 59 | 2026-02-24T02:31:24.995Z | |
| 60 | 2026-02-24T02:31:24.998Z | |
| 61 | 2026-02-24T02:31:24.998Z | Rust is installed now. Great! |
| 62 | 2026-02-24T02:31:24.998Z | |
| 63 | 2026-02-24T02:31:24.998Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-02-24T02:31:24.998Z | environment variable. This has not been done automatically. |
| 65 | 2026-02-24T02:31:24.998Z | |
| 66 | 2026-02-24T02:31:24.998Z | To configure your current shell, you need to source |
| 67 | 2026-02-24T02:31:24.998Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-02-24T02:31:24.998Z | |
| 69 | 2026-02-24T02:31:24.998Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-02-24T02:31:24.998Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-02-24T02:31:24.998Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-02-24T02:31:24.998Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-02-24T02:31:25.091Z | + rustup --version |
| 74 | 2026-02-24T02:31:25.101Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-02-24T02:31:25.104Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-02-24T02:31:25.188Z | info: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)` |
| 77 | 2026-02-24T02:31:25.193Z | + cargo --version |
| 78 | 2026-02-24T02:31:25.261Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 79 | 2026-02-24T02:31:25.264Z | + rustc --version |
| 80 | 2026-02-24T02:31:25.337Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 81 | 2026-02-24T02:31:25.340Z | process exited: duration 29345 ms, exit code 0 |
| |
| 82 | 2026-02-24T02:31:25.346Z | starting task 2: "authentication" |
| 83 | 2026-02-24T02:31:25.369Z | process exited: duration 21 ms, exit code 0 |
| |
| 84 | 2026-02-24T02:31:25.376Z | starting task 3: "clone repository" |
| 85 | 2026-02-24T02:31:25.379Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2026-02-24T02:31:25.382Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2026-02-24T02:31:25.422Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2026-02-24T02:32:20.519Z | + cd /work/oxidecomputer/omicron |
| 89 | 2026-02-24T02:32:20.522Z | + git fetch origin 726b27d712b45a2c74e8d60323dfcefb38d3fbc6 |
| 90 | 2026-02-24T02:32:21.157Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2026-02-24T02:32:21.157Z | * branch 726b27d712b45a2c74e8d60323dfcefb38d3fbc6 -> FETCH_HEAD |
| 92 | 2026-02-24T02:32:21.162Z | + [[ -n john/move-external-port-discovery ]] |
| 93 | 2026-02-24T02:32:21.180Z | ++ git branch --show-current |
| 94 | 2026-02-24T02:32:21.180Z | + current=main |
| 95 | 2026-02-24T02:32:21.180Z | + [[ main != john/move-external-port-discovery ]] |
| 96 | 2026-02-24T02:32:21.181Z | + git branch -f john/move-external-port-discovery 726b27d712b45a2c74e8d60323dfcefb38d3fbc6 |
| 97 | 2026-02-24T02:32:21.181Z | + git checkout -f john/move-external-port-discovery |
| 98 | 2026-02-24T02:32:21.707Z | Switched to branch 'john/move-external-port-discovery' |
| 99 | 2026-02-24T02:32:21.710Z | + git reset --hard 726b27d712b45a2c74e8d60323dfcefb38d3fbc6 |
| 100 | 2026-02-24T02:32:21.729Z | HEAD is now at 726b27d71 Merge branch 'main' into john/move-external-port-discovery |
| 101 | 2026-02-24T02:32:21.733Z | process exited: duration 56358 ms, exit code 0 |
| |
| 102 | 2026-02-24T02:32:21.745Z | starting task 4: "build" |
| 103 | 2026-02-24T02:32:21.750Z | + source .github/buildomat/ci-env.sh |
| 104 | 2026-02-24T02:32:21.750Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2026-02-24T02:32:21.750Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2026-02-24T02:32:21.750Z | + cargo --version |
| 107 | 2026-02-24T02:32:21.815Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 108 | 2026-02-24T02:32:21.820Z | + rustc --version |
| 109 | 2026-02-24T02:32:21.899Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 110 | 2026-02-24T02:32:21.903Z | + WORK=/work |
| 111 | 2026-02-24T02:32:21.903Z | + pfexec mkdir -p /work |
| 112 | 2026-02-24T02:32:21.904Z | + pfexec chown build /work |
| 113 | 2026-02-24T02:32:21.904Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 114 | 2026-02-24T02:32:32.681Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 115 | 2026-02-24T02:32:43.100Z | Startup: Caching catalogs ... Done |
| 116 | 2026-02-24T02:33:06.495Z | Planning: Solver setup ... Done (21.760s) |
| 117 | 2026-02-24T02:33:06.657Z | Planning: Running solver ... Done (0.163s) |
| 118 | 2026-02-24T02:33:06.821Z | Planning: Finding local manifests ... Done (0.003s) |
| 119 | 2026-02-24T02:33:06.845Z | Planning: Fetching manifests: 0/4 0% complete |
| 120 | 2026-02-24T02:33:08.127Z | Planning: Fetching manifests: 4/4 100% complete |
| 121 | 2026-02-24T02:33:08.176Z | Planning: Package planning ... Done (0.049s) |
| 122 | 2026-02-24T02:33:08.228Z | Planning: Merging actions ... Done (0.052s) |
| 123 | 2026-02-24T02:33:08.515Z | Planning: Checking for conflicting actions ... Done (0.286s) |
| 124 | 2026-02-24T02:33:08.525Z | Planning: Consolidating action changes ... Done (0.011s) |
| 125 | 2026-02-24T02:33:09.570Z | Planning: Evaluating mediators ... Done (1.044s) |
| 126 | 2026-02-24T02:33:09.579Z | Planning: Planning completed in 26.33 seconds |
| 127 | 2026-02-24T02:33:09.595Z | Packages to install: 4 |
| 128 | 2026-02-24T02:33:09.595Z | Mediators to change: 2 |
| 129 | 2026-02-24T02:33:09.598Z | Services to change: 1 |
| 130 | 2026-02-24T02:33:09.598Z | Estimated space available: 155.43 GB |
| 131 | 2026-02-24T02:33:09.598Z | Estimated space to be consumed: 1.81 GB |
| 132 | 2026-02-24T02:33:09.598Z | Create boot environment: No |
| 133 | 2026-02-24T02:33:09.598Z | Create backup boot environment: No |
| 134 | 2026-02-24T02:33:09.598Z | Rebuild boot archive: No |
| 135 | 2026-02-24T02:33:09.598Z | |
| 136 | 2026-02-24T02:33:09.598Z | Changed mediators: |
| 137 | 2026-02-24T02:33:09.598Z | mediator clang: |
| 138 | 2026-02-24T02:33:09.598Z | version: None -> 15 (system default) |
| 139 | 2026-02-24T02:33:09.598Z | |
| 140 | 2026-02-24T02:33:09.598Z | mediator llvm: |
| 141 | 2026-02-24T02:33:09.598Z | version: 14 (system default) -> 15 (system default) |
| 142 | 2026-02-24T02:33:09.598Z | |
| 143 | 2026-02-24T02:33:09.598Z | Changed packages: |
| 144 | 2026-02-24T02:33:09.598Z | helios-dev |
| 145 | 2026-02-24T02:33:09.598Z | developer/build-essential |
| 146 | 2026-02-24T02:33:09.598Z | None -> 11-2.0 |
| 147 | 2026-02-24T02:33:09.598Z | library/libxmlsec1 |
| 148 | 2026-02-24T02:33:09.598Z | None -> 1.2.35-2.0 |
| 149 | 2026-02-24T02:33:09.598Z | ooce/developer/clang-15 |
| 150 | 2026-02-24T02:33:09.598Z | None -> 15.0.7-2.0 |
| 151 | 2026-02-24T02:33:09.598Z | ooce/developer/llvm-15 |
| 152 | 2026-02-24T02:33:09.599Z | None -> 15.0.7-2.0 |
| 153 | 2026-02-24T02:33:09.599Z | |
| 154 | 2026-02-24T02:33:09.599Z | Services: |
| 155 | 2026-02-24T02:33:09.599Z | restart_fmri: |
| 156 | 2026-02-24T02:33:09.599Z | svc:/system/update-man-index:default |
| 157 | 2026-02-24T02:33:09.651Z | |
| 158 | 2026-02-24T02:33:09.651Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 159 | 2026-02-24T02:33:15.223Z | Download: 1191/3290 items 82.3/212.6MB 38% complete (16.9M/s) |
| 160 | 2026-02-24T02:33:20.226Z | Download: 2581/3290 items 120.2/212.6MB 56% complete (12.7M/s) |
| 161 | 2026-02-24T02:33:25.563Z | Download: 3285/3290 items 211.1/212.6MB 99% complete (21.0M/s) |
| 162 | 2026-02-24T02:33:25.601Z | Download: Completed 212.60 MB in 15.95 seconds (13.3M/s) |
| 163 | 2026-02-24T02:33:26.895Z | Actions: 1/3689 actions (Installing new actions) |
| 164 | 2026-02-24T02:33:31.504Z | Actions: Completed 3689 actions in 4.61 seconds. |
| 165 | 2026-02-24T02:33:31.930Z | Done (0.421s) |
| 166 | 2026-02-24T02:33:31.930Z | Done (0.000s) |
| 167 | 2026-02-24T02:33:33.028Z | Done (1.098s) |
| 168 | 2026-02-24T02:33:37.493Z | Done (4.091s) |
| 169 | 2026-02-24T02:33:37.580Z | Done (0.019s) |
| 170 | 2026-02-24T02:33:37.604Z | Done (0.000s) |
| 171 | 2026-02-24T02:33:37.731Z | Done (0.000s) |
| 172 | 2026-02-24T02:33:38.691Z | Planning: Evaluating mediator changes ... Done |
| 173 | 2026-02-24T02:33:38.850Z | Planning: Checking for conflicting actions ... Done |
| 174 | 2026-02-24T02:33:38.854Z | Planning: Consolidating action changes ... Done |
| 175 | 2026-02-24T02:33:39.123Z | Planning: Evaluating mediators ... Done |
| 176 | 2026-02-24T02:33:39.129Z | Planning: Planning completed in 0.43 seconds |
| 177 | 2026-02-24T02:33:39.157Z | Mediators to change: 2 |
| 178 | 2026-02-24T02:33:39.158Z | Create boot environment: No |
| 179 | 2026-02-24T02:33:39.162Z | Create backup boot environment: No |
| 180 | 2026-02-24T02:33:39.232Z | Done |
| 181 | 2026-02-24T02:33:39.232Z | Done |
| 182 | 2026-02-24T02:33:39.999Z | Done |
| 183 | 2026-02-24T02:33:43.912Z | Done |
| 184 | 2026-02-24T02:33:44.009Z | Done |
| 185 | 2026-02-24T02:33:44.012Z | Done |
| 186 | 2026-02-24T02:33:44.173Z | Done |
| 187 | 2026-02-24T02:33:44.875Z | Planning: Evaluating mediator changes ... Done |
| 188 | 2026-02-24T02:33:44.878Z | Planning: Merging actions ... Done |
| 189 | 2026-02-24T02:33:45.088Z | Planning: Checking for conflicting actions ... Done |
| 190 | 2026-02-24T02:33:45.091Z | Planning: Consolidating action changes ... Done |
| 191 | 2026-02-24T02:33:45.385Z | Planning: Evaluating mediators ... Done |
| 192 | 2026-02-24T02:33:45.447Z | Planning: Planning completed in 0.84 seconds |
| 193 | 2026-02-24T02:33:45.484Z | Packages to change: 1 |
| 194 | 2026-02-24T02:33:45.484Z | Mediators to change: 1 |
| 195 | 2026-02-24T02:33:45.484Z | Services to change: 1 |
| 196 | 2026-02-24T02:33:45.484Z | Create boot environment: No |
| 197 | 2026-02-24T02:33:45.487Z | Create backup boot environment: Yes |
| 198 | 2026-02-24T02:33:48.158Z | Actions: 1/6 actions (Updating modified actions) |
| 199 | 2026-02-24T02:33:48.161Z | Actions: Completed 6 actions in 0.00 seconds. |
| 200 | 2026-02-24T02:33:48.161Z | Done |
| 201 | 2026-02-24T02:33:48.161Z | Done |
| 202 | 2026-02-24T02:33:48.385Z | Done |
| 203 | 2026-02-24T02:33:52.287Z | Done |
| 204 | 2026-02-24T02:33:52.372Z | Done |
| 205 | 2026-02-24T02:33:52.375Z | Done |
| 206 | 2026-02-24T02:33:52.540Z | Done |
| 207 | 2026-02-24T02:33:52.999Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 208 | 2026-02-24T02:33:52.999Z | clang system 15 system |
| 209 | 2026-02-24T02:33:52.999Z | csh system system illumos |
| 210 | 2026-02-24T02:33:52.999Z | ctags system system illumos |
| 211 | 2026-02-24T02:33:52.999Z | file system system illumos |
| 212 | 2026-02-24T02:33:52.999Z | gcc vendor 12 vendor |
| 213 | 2026-02-24T02:33:52.999Z | gcc system 10 system |
| 214 | 2026-02-24T02:33:52.999Z | gcc system 7 system |
| 215 | 2026-02-24T02:33:52.999Z | go system 1.20 system |
| 216 | 2026-02-24T02:33:52.999Z | go system 1.19 system |
| 217 | 2026-02-24T02:33:52.999Z | llvm system 15 system |
| 218 | 2026-02-24T02:33:52.999Z | llvm system 14 system |
| 219 | 2026-02-24T02:33:53.000Z | mariadb system 10.6 system |
| 220 | 2026-02-24T02:33:53.000Z | mta vendor vendor dma |
| 221 | 2026-02-24T02:33:53.000Z | openjdk system 17 system |
| 222 | 2026-02-24T02:33:53.000Z | openjdk system 11 system |
| 223 | 2026-02-24T02:33:53.000Z | openjdk system 1.8 system |
| 224 | 2026-02-24T02:33:53.000Z | openssl vendor 3 vendor |
| 225 | 2026-02-24T02:33:53.000Z | perl system 5.36 system |
| 226 | 2026-02-24T02:33:53.000Z | postgresql system 15 system |
| 227 | 2026-02-24T02:33:53.000Z | postgresql system 13 system |
| 228 | 2026-02-24T02:33:53.000Z | python vendor 3 vendor |
| 229 | 2026-02-24T02:33:53.000Z | python system 2 system |
| 230 | 2026-02-24T02:33:53.000Z | python3 system 3.11 system |
| 231 | 2026-02-24T02:33:53.000Z | ruby system 3.0 system |
| 232 | 2026-02-24T02:33:53.000Z | words vendor vendor american-english |
| 233 | 2026-02-24T02:33:53.000Z | words system system australian-english |
| 234 | 2026-02-24T02:33:53.000Z | words system system british-english |
| 235 | 2026-02-24T02:33:53.000Z | words system system canadian-english |
| 236 | 2026-02-24T02:33:53.000Z | words system system french |
| 237 | 2026-02-24T02:33:53.000Z | words system system italian |
| 238 | 2026-02-24T02:33:53.000Z | words system system ngerman |
| 239 | 2026-02-24T02:33:53.000Z | words system system ogerman |
| 240 | 2026-02-24T02:33:53.000Z | words system system spanish |
| 241 | 2026-02-24T02:33:53.367Z | PUBLISHER TYPE STATUS P LOCATION |
| 242 | 2026-02-24T02:33:53.367Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 243 | 2026-02-24T02:33:59.915Z | FMRI IFO |
| 244 | 2026-02-24T02:33:59.915Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 245 | 2026-02-24T02:33:59.915Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 246 | 2026-02-24T02:33:59.915Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 247 | 2026-02-24T02:33:59.915Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 248 | 2026-02-24T02:33:59.915Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 249 | 2026-02-24T02:33:59.915Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 250 | 2026-02-24T02:33:59.915Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 251 | 2026-02-24T02:33:59.915Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 252 | 2026-02-24T02:33:59.915Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 253 | 2026-02-24T02:33:59.916Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 254 | 2026-02-24T02:33:59.916Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 255 | 2026-02-24T02:33:59.916Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 256 | 2026-02-24T02:33:59.916Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 257 | 2026-02-24T02:33:59.916Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 258 | 2026-02-24T02:33:59.916Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 259 | 2026-02-24T02:33:59.916Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 260 | 2026-02-24T02:34:01.144Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 261 | 2026-02-24T02:34:01.847Z | Updating crates.io index |
| 262 | 2026-02-24T02:34:01.896Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 263 | 2026-02-24T02:34:02.380Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 264 | 2026-02-24T02:34:03.661Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 265 | 2026-02-24T02:34:06.354Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 266 | 2026-02-24T02:34:07.095Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 267 | 2026-02-24T02:34:07.747Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 268 | 2026-02-24T02:34:11.818Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 269 | 2026-02-24T02:34:18.062Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 270 | 2026-02-24T02:34:20.604Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 271 | 2026-02-24T02:34:21.528Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 272 | 2026-02-24T02:34:25.045Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 273 | 2026-02-24T02:34:26.432Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 274 | 2026-02-24T02:34:27.392Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 275 | 2026-02-24T02:34:28.497Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 276 | 2026-02-24T02:34:29.128Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 277 | 2026-02-24T02:34:30.987Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 278 | 2026-02-24T02:34:32.042Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 279 | 2026-02-24T02:34:32.698Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 280 | 2026-02-24T02:34:33.363Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 281 | 2026-02-24T02:34:34.314Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 282 | 2026-02-24T02:34:34.766Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 283 | 2026-02-24T02:34:35.218Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 284 | 2026-02-24T02:34:35.757Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 285 | 2026-02-24T02:34:36.516Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 286 | 2026-02-24T02:34:37.381Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 287 | 2026-02-24T02:34:40.113Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 288 | 2026-02-24T02:34:40.816Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 289 | 2026-02-24T02:34:41.570Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 290 | 2026-02-24T02:34:42.225Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 291 | 2026-02-24T02:34:44.154Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 292 | 2026-02-24T02:34:45.039Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 293 | 2026-02-24T02:34:45.571Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 294 | 2026-02-24T02:34:46.454Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 295 | 2026-02-24T02:34:47.025Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 296 | 2026-02-24T02:34:48.084Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 297 | 2026-02-24T02:34:48.558Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 298 | 2026-02-24T02:34:49.221Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 299 | 2026-02-24T02:34:49.756Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 300 | 2026-02-24T02:34:50.431Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 301 | 2026-02-24T02:35:25.903Z | Downloading crates ... |
| 302 | 2026-02-24T02:35:25.977Z | Downloaded cpufeatures v0.2.14 |
| 303 | 2026-02-24T02:35:25.989Z | Downloaded thiserror-impl v2.0.18 |
| 304 | 2026-02-24T02:35:25.992Z | Downloaded tabled_derive v0.7.0 |
| 305 | 2026-02-24T02:35:25.995Z | Downloaded errno v0.3.12 |
| 306 | 2026-02-24T02:35:25.999Z | Downloaded utf8_iter v1.0.4 |
| 307 | 2026-02-24T02:35:26.005Z | Downloaded anstream v0.6.18 |
| 308 | 2026-02-24T02:35:26.005Z | Downloaded version_check v0.9.5 |
| 309 | 2026-02-24T02:35:26.005Z | Downloaded heck v0.4.1 |
| 310 | 2026-02-24T02:35:26.008Z | Downloaded icu_provider_macros v1.5.0 |
| 311 | 2026-02-24T02:35:26.008Z | Downloaded dof v0.3.0 |
| 312 | 2026-02-24T02:35:26.008Z | Downloaded block-buffer v0.10.4 |
| 313 | 2026-02-24T02:35:26.008Z | Downloaded toml_datetime v0.6.11 |
| 314 | 2026-02-24T02:35:26.008Z | Downloaded write16 v1.0.0 |
| 315 | 2026-02-24T02:35:26.011Z | Downloaded yoke-derive v0.7.4 |
| 316 | 2026-02-24T02:35:26.011Z | Downloaded thread-id v4.2.2 |
| 317 | 2026-02-24T02:35:26.014Z | Downloaded textwrap v0.16.2 |
| 318 | 2026-02-24T02:35:26.014Z | Downloaded idna_adapter v1.2.0 |
| 319 | 2026-02-24T02:35:26.017Z | Downloaded form_urlencoded v1.2.2 |
| 320 | 2026-02-24T02:35:26.017Z | Downloaded is_terminal_polyfill v1.70.1 |
| 321 | 2026-02-24T02:35:26.017Z | Downloaded usdt-macro v0.5.0 |
| 322 | 2026-02-24T02:35:26.023Z | Downloaded fastrand v2.1.1 |
| 323 | 2026-02-24T02:35:26.024Z | Downloaded zerofrom v0.1.4 |
| 324 | 2026-02-24T02:35:26.024Z | Downloaded equivalent v1.0.2 |
| 325 | 2026-02-24T02:35:26.024Z | Downloaded utf8parse v0.2.2 |
| 326 | 2026-02-24T02:35:26.027Z | Downloaded utf16_iter v1.0.5 |
| 327 | 2026-02-24T02:35:26.027Z | Downloaded erased-serde v0.4.6 |
| 328 | 2026-02-24T02:35:26.027Z | Downloaded unicode-xid v0.2.6 |
| 329 | 2026-02-24T02:35:26.027Z | Downloaded displaydoc v0.2.5 |
| 330 | 2026-02-24T02:35:26.030Z | Downloaded usdt-attr-macro v0.5.0 |
| 331 | 2026-02-24T02:35:26.030Z | Downloaded unicode-linebreak v0.1.5 |
| 332 | 2026-02-24T02:35:26.033Z | Downloaded cargo_metadata v0.21.0 |
| 333 | 2026-02-24T02:35:26.038Z | Downloaded heck v0.5.0 |
| 334 | 2026-02-24T02:35:26.039Z | Downloaded memmap v0.7.0 |
| 335 | 2026-02-24T02:35:26.041Z | Downloaded toml_write v0.1.2 |
| 336 | 2026-02-24T02:35:26.042Z | Downloaded usdt v0.5.0 |
| 337 | 2026-02-24T02:35:26.042Z | Downloaded bytecount v0.6.8 |
| 338 | 2026-02-24T02:35:26.042Z | Downloaded dtrace-parser v0.2.0 |
| 339 | 2026-02-24T02:35:26.042Z | Downloaded cargo-platform v0.2.0 |
| 340 | 2026-02-24T02:35:26.045Z | Downloaded camino-tempfile v1.4.1 |
| 341 | 2026-02-24T02:35:26.045Z | Downloaded zerofrom-derive v0.1.4 |
| 342 | 2026-02-24T02:35:26.052Z | Downloaded yoke v0.7.4 |
| 343 | 2026-02-24T02:35:26.052Z | Downloaded typeid v1.0.3 |
| 344 | 2026-02-24T02:35:26.052Z | Downloaded litemap v0.7.3 |
| 345 | 2026-02-24T02:35:26.063Z | Downloaded writeable v0.5.5 |
| 346 | 2026-02-24T02:35:26.063Z | Downloaded zerovec-derive v0.10.3 |
| 347 | 2026-02-24T02:35:26.063Z | Downloaded tinystr v0.7.6 |
| 348 | 2026-02-24T02:35:26.063Z | Downloaded serde_spanned v0.6.9 |
| 349 | 2026-02-24T02:35:26.063Z | Downloaded zmij v1.0.15 |
| 350 | 2026-02-24T02:35:26.063Z | Downloaded tempfile v3.24.0 |
| 351 | 2026-02-24T02:35:26.063Z | Downloaded toml v0.8.23 |
| 352 | 2026-02-24T02:35:26.069Z | Downloaded zerocopy-derive v0.7.35 |
| 353 | 2026-02-24T02:35:26.069Z | Downloaded typenum v1.17.0 |
| 354 | 2026-02-24T02:35:26.073Z | Downloaded colorchoice v1.0.2 |
| 355 | 2026-02-24T02:35:26.073Z | Downloaded usdt-impl v0.5.0 |
| 356 | 2026-02-24T02:35:26.073Z | Downloaded ucd-trie v0.1.7 |
| 357 | 2026-02-24T02:35:26.076Z | Downloaded ordered-float v2.10.1 |
| 358 | 2026-02-24T02:35:26.076Z | Downloaded unicode-ident v1.0.19 |
| 359 | 2026-02-24T02:35:26.079Z | Downloaded serde-value v0.7.0 |
| 360 | 2026-02-24T02:35:26.080Z | Downloaded itoa v1.0.11 |
| 361 | 2026-02-24T02:35:26.080Z | Downloaded fnv v1.0.7 |
| 362 | 2026-02-24T02:35:26.083Z | Downloaded thiserror v1.0.69 |
| 363 | 2026-02-24T02:35:26.087Z | Downloaded thiserror v2.0.18 |
| 364 | 2026-02-24T02:35:26.091Z | Downloaded url v2.5.4 |
| 365 | 2026-02-24T02:35:26.096Z | Downloaded macaddr v1.0.1 |
| 366 | 2026-02-24T02:35:26.096Z | Downloaded icu_locid_transform v1.5.0 |
| 367 | 2026-02-24T02:35:26.099Z | Downloaded swrite v0.1.0 |
| 368 | 2026-02-24T02:35:26.099Z | Downloaded strsim v0.11.1 |
| 369 | 2026-02-24T02:35:26.099Z | Downloaded stable_deref_trait v1.2.0 |
| 370 | 2026-02-24T02:35:26.102Z | Downloaded anstyle-query v1.1.1 |
| 371 | 2026-02-24T02:35:26.102Z | Downloaded terminal_size v0.4.0 |
| 372 | 2026-02-24T02:35:26.102Z | Downloaded generic-array v0.14.7 |
| 373 | 2026-02-24T02:35:26.105Z | Downloaded toml_edit v0.22.27 |
| 374 | 2026-02-24T02:35:26.109Z | Downloaded plain v0.2.3 |
| 375 | 2026-02-24T02:35:26.112Z | Downloaded scroll_derive v0.12.0 |
| 376 | 2026-02-24T02:35:26.112Z | Downloaded zerovec v0.10.4 |
| 377 | 2026-02-24T02:35:26.114Z | Downloaded smawk v0.3.2 |
| 378 | 2026-02-24T02:35:26.117Z | Downloaded proc-macro-error-attr v1.0.4 |
| 379 | 2026-02-24T02:35:26.117Z | Downloaded percent-encoding v2.3.2 |
| 380 | 2026-02-24T02:35:26.120Z | Downloaded icu_locid_transform_data v1.5.0 |
| 381 | 2026-02-24T02:35:26.120Z | Downloaded anstyle v1.0.11 |
| 382 | 2026-02-24T02:35:26.123Z | Downloaded pretty-hex v0.4.1 |
| 383 | 2026-02-24T02:35:26.123Z | Downloaded fs-err v3.1.1 |
| 384 | 2026-02-24T02:35:26.126Z | Downloaded digest v0.10.7 |
| 385 | 2026-02-24T02:35:26.126Z | Downloaded cfg-if v1.0.4 |
| 386 | 2026-02-24T02:35:26.128Z | Downloaded cargo_toml v0.21.0 |
| 387 | 2026-02-24T02:35:26.128Z | Downloaded zerocopy v0.7.35 |
| 388 | 2026-02-24T02:35:26.142Z | Downloaded winnow v0.7.14 |
| 389 | 2026-02-24T02:35:26.149Z | Downloaded clap_lex v0.7.4 |
| 390 | 2026-02-24T02:35:26.151Z | Downloaded autocfg v1.4.0 |
| 391 | 2026-02-24T02:35:26.154Z | Downloaded sha2 v0.10.9 |
| 392 | 2026-02-24T02:35:26.157Z | Downloaded byteorder v1.5.0 |
| 393 | 2026-02-24T02:35:26.157Z | Downloaded unicode-width v0.2.0 |
| 394 | 2026-02-24T02:35:26.160Z | Downloaded icu_properties v1.5.1 |
| 395 | 2026-02-24T02:35:26.163Z | Downloaded icu_normalizer_data v1.5.0 |
| 396 | 2026-02-24T02:35:26.166Z | Downloaded icu_normalizer v1.5.0 |
| 397 | 2026-02-24T02:35:26.168Z | Downloaded unicode-width v0.1.14 |
| 398 | 2026-02-24T02:35:26.172Z | Downloaded synstructure v0.13.1 |
| 399 | 2026-02-24T02:35:26.174Z | Downloaded scroll v0.12.0 |
| 400 | 2026-02-24T02:35:26.174Z | Downloaded serde_tokenstream v0.2.2 |
| 401 | 2026-02-24T02:35:26.177Z | Downloaded serde-untagged v0.1.7 |
| 402 | 2026-02-24T02:35:26.177Z | Downloaded semver v1.0.27 |
| 403 | 2026-02-24T02:35:26.179Z | Downloaded quote v1.0.40 |
| 404 | 2026-02-24T02:35:26.182Z | Downloaded pest_meta v2.8.2 |
| 405 | 2026-02-24T02:35:26.185Z | Downloaded icu_locid v1.5.0 |
| 406 | 2026-02-24T02:35:26.188Z | Downloaded icu_provider v1.5.0 |
| 407 | 2026-02-24T02:35:26.191Z | Downloaded proc-macro-error v1.0.4 |
| 408 | 2026-02-24T02:35:26.191Z | Downloaded once_cell v1.21.3 |
| 409 | 2026-02-24T02:35:26.194Z | Downloaded bitflags v2.9.4 |
| 410 | 2026-02-24T02:35:26.197Z | Downloaded smallvec v1.15.1 |
| 411 | 2026-02-24T02:35:26.200Z | Downloaded cargo-util-schemas v0.8.2 |
| 412 | 2026-02-24T02:35:26.203Z | Downloaded pest_generator v2.8.2 |
| 413 | 2026-02-24T02:35:26.203Z | Downloaded anstyle-parse v0.2.5 |
| 414 | 2026-02-24T02:35:26.203Z | Downloaded clap_derive v4.5.47 |
| 415 | 2026-02-24T02:35:26.205Z | Downloaded getrandom v0.3.4 |
| 416 | 2026-02-24T02:35:26.207Z | Downloaded camino v1.2.2 |
| 417 | 2026-02-24T02:35:26.210Z | Downloaded thiserror-impl v1.0.69 |
| 418 | 2026-02-24T02:35:26.210Z | Downloaded crypto-common v0.1.6 |
| 419 | 2026-02-24T02:35:26.213Z | Downloaded num-traits v0.2.19 |
| 420 | 2026-02-24T02:35:26.216Z | Downloaded serde_derive v1.0.228 |
| 421 | 2026-02-24T02:35:26.218Z | Downloaded anyhow v1.0.99 |
| 422 | 2026-02-24T02:35:26.222Z | Downloaded icu_collections v1.5.0 |
| 423 | 2026-02-24T02:35:26.225Z | Downloaded papergrid v0.11.0 |
| 424 | 2026-02-24T02:35:26.228Z | Downloaded log v0.4.29 |
| 425 | 2026-02-24T02:35:26.230Z | Downloaded proc-macro2 v1.0.101 |
| 426 | 2026-02-24T02:35:26.233Z | Downloaded clap v4.5.48 |
| 427 | 2026-02-24T02:35:26.243Z | Downloaded pest_derive v2.8.2 |
| 428 | 2026-02-24T02:35:26.264Z | Downloaded serde_core v1.0.228 |
| 429 | 2026-02-24T02:35:26.267Z | Downloaded serde v1.0.228 |
| 430 | 2026-02-24T02:35:26.270Z | Downloaded indexmap v2.13.0 |
| 431 | 2026-02-24T02:35:26.275Z | Downloaded memchr v2.7.4 |
| 432 | 2026-02-24T02:35:26.283Z | Downloaded goblin v0.8.2 |
| 433 | 2026-02-24T02:35:26.288Z | Downloaded hashbrown v0.16.1 |
| 434 | 2026-02-24T02:35:26.292Z | Downloaded idna v1.0.3 |
| 435 | 2026-02-24T02:35:26.306Z | Downloaded pest v2.8.2 |
| 436 | 2026-02-24T02:35:26.314Z | Downloaded serde_json v1.0.149 |
| 437 | 2026-02-24T02:35:26.324Z | Downloaded clap_builder v4.5.48 |
| 438 | 2026-02-24T02:35:26.340Z | Downloaded icu_properties_data v1.5.0 |
| 439 | 2026-02-24T02:35:26.352Z | Downloaded syn v1.0.109 |
| 440 | 2026-02-24T02:35:26.363Z | Downloaded tabled v0.15.0 |
| 441 | 2026-02-24T02:35:26.377Z | Downloaded syn v2.0.114 |
| 442 | 2026-02-24T02:35:26.389Z | Downloaded rustix v0.38.37 |
| 443 | 2026-02-24T02:35:26.408Z | Downloaded rustix v1.1.3 |
| 444 | 2026-02-24T02:35:26.438Z | Downloaded libc v0.2.180 |
| 445 | 2026-02-24T02:35:26.523Z | Compiling proc-macro2 v1.0.101 |
| 446 | 2026-02-24T02:35:26.526Z | Compiling unicode-ident v1.0.19 |
| 447 | 2026-02-24T02:35:26.526Z | Compiling serde_core v1.0.228 |
| 448 | 2026-02-24T02:35:26.526Z | Compiling serde v1.0.228 |
| 449 | 2026-02-24T02:35:26.526Z | Compiling version_check v0.9.5 |
| 450 | 2026-02-24T02:35:26.758Z | Compiling libc v0.2.180 |
| 451 | 2026-02-24T02:35:26.761Z | Compiling memchr v2.7.4 |
| 452 | 2026-02-24T02:35:26.761Z | Compiling thiserror v2.0.18 |
| 453 | 2026-02-24T02:35:27.006Z | Compiling stable_deref_trait v1.2.0 |
| 454 | 2026-02-24T02:35:27.139Z | Compiling zmij v1.0.15 |
| 455 | 2026-02-24T02:35:27.454Z | Compiling itoa v1.0.11 |
| 456 | 2026-02-24T02:35:27.556Z | Compiling litemap v0.7.3 |
| 457 | 2026-02-24T02:35:27.700Z | Compiling ucd-trie v0.1.7 |
| 458 | 2026-02-24T02:35:27.954Z | Compiling thiserror v1.0.69 |
| 459 | 2026-02-24T02:35:27.996Z | Compiling autocfg v1.4.0 |
| 460 | 2026-02-24T02:35:28.247Z | Compiling writeable v0.5.5 |
| 461 | 2026-02-24T02:35:28.325Z | Compiling icu_locid_transform_data v1.5.0 |
| 462 | 2026-02-24T02:35:28.455Z | Compiling byteorder v1.5.0 |
| 463 | 2026-02-24T02:35:28.880Z | Compiling quote v1.0.40 |
| 464 | 2026-02-24T02:35:28.910Z | Compiling bitflags v2.9.4 |
| 465 | 2026-02-24T02:35:28.964Z | Compiling icu_properties_data v1.5.0 |
| 466 | 2026-02-24T02:35:29.097Z | Compiling errno v0.3.12 |
| 467 | 2026-02-24T02:35:29.217Z | Compiling serde_json v1.0.149 |
| 468 | 2026-02-24T02:35:29.364Z | Compiling syn v2.0.114 |
| 469 | 2026-02-24T02:35:29.491Z | Compiling num-traits v0.2.19 |
| 470 | 2026-02-24T02:35:29.516Z | Compiling typeid v1.0.3 |
| 471 | 2026-02-24T02:35:29.538Z | Compiling utf8_iter v1.0.4 |
| 472 | 2026-02-24T02:35:29.608Z | Compiling utf16_iter v1.0.5 |
| 473 | 2026-02-24T02:35:29.808Z | Compiling equivalent v1.0.2 |
| 474 | 2026-02-24T02:35:29.811Z | Compiling write16 v1.0.0 |
| 475 | 2026-02-24T02:35:29.811Z | Compiling hashbrown v0.16.1 |
| 476 | 2026-02-24T02:35:29.943Z | Compiling icu_normalizer_data v1.5.0 |
| 477 | 2026-02-24T02:35:30.028Z | Compiling smallvec v1.15.1 |
| 478 | 2026-02-24T02:35:30.061Z | Compiling rustix v0.38.37 |
| 479 | 2026-02-24T02:35:30.493Z | Compiling usdt-impl v0.5.0 |
| 480 | 2026-02-24T02:35:30.714Z | Compiling proc-macro-error-attr v1.0.4 |
| 481 | 2026-02-24T02:35:30.886Z | Compiling winnow v0.7.14 |
| 482 | 2026-02-24T02:35:30.912Z | Compiling syn v1.0.109 |
| 483 | 2026-02-24T02:35:31.057Z | Compiling indexmap v2.13.0 |
| 484 | 2026-02-24T02:35:31.078Z | Compiling toml_write v0.1.2 |
| 485 | 2026-02-24T02:35:31.195Z | Compiling thread-id v4.2.2 |
| 486 | 2026-02-24T02:35:31.791Z | Compiling proc-macro-error v1.0.4 |
| 487 | 2026-02-24T02:35:32.393Z | Compiling plain v0.2.3 |
| 488 | 2026-02-24T02:35:32.466Z | Compiling percent-encoding v2.3.2 |
| 489 | 2026-02-24T02:35:32.638Z | Compiling utf8parse v0.2.2 |
| 490 | 2026-02-24T02:35:32.725Z | Compiling getrandom v0.3.4 |
| 491 | 2026-02-24T02:35:32.827Z | Compiling camino v1.2.2 |
| 492 | 2026-02-24T02:35:32.853Z | Compiling log v0.4.29 |
| 493 | 2026-02-24T02:35:33.229Z | Compiling rustix v1.1.3 |
| 494 | 2026-02-24T02:35:33.434Z | Compiling ordered-float v2.10.1 |
| 495 | 2026-02-24T02:35:33.826Z | Compiling anstyle-parse v0.2.5 |
| 496 | 2026-02-24T02:35:34.029Z | Compiling form_urlencoded v1.2.2 |
| 497 | 2026-02-24T02:35:34.168Z | Compiling terminal_size v0.4.0 |
| 498 | 2026-02-24T02:35:34.414Z | Compiling pretty-hex v0.4.1 |
| 499 | 2026-02-24T02:35:34.440Z | Compiling anstyle v1.0.11 |
| 500 | 2026-02-24T02:35:34.608Z | Compiling colorchoice v1.0.2 |
| 501 | 2026-02-24T02:35:34.646Z | Compiling cfg-if v1.0.4 |
| 502 | 2026-02-24T02:35:34.768Z | Compiling anstyle-query v1.1.1 |
| 503 | 2026-02-24T02:35:34.800Z | Compiling is_terminal_polyfill v1.70.1 |
| 504 | 2026-02-24T02:35:34.943Z | Compiling anstream v0.6.18 |
| 505 | 2026-02-24T02:35:35.105Z | Compiling semver v1.0.27 |
| 506 | 2026-02-24T02:35:35.752Z | Compiling fs-err v3.1.1 |
| 507 | 2026-02-24T02:35:35.809Z | Compiling unicode-xid v0.2.6 |
| 508 | 2026-02-24T02:35:35.866Z | Compiling heck v0.4.1 |
| 509 | 2026-02-24T02:35:36.012Z | Compiling synstructure v0.13.1 |
| 510 | 2026-02-24T02:35:36.041Z | Compiling anyhow v1.0.99 |
| 511 | 2026-02-24T02:35:36.097Z | Compiling fastrand v2.1.1 |
| 512 | 2026-02-24T02:35:36.295Z | Compiling strsim v0.11.1 |
| 513 | 2026-02-24T02:35:36.599Z | Compiling fnv v1.0.7 |
| 514 | 2026-02-24T02:35:36.662Z | Compiling heck v0.5.0 |
| 515 | 2026-02-24T02:35:36.765Z | Compiling clap_lex v0.7.4 |
| 516 | 2026-02-24T02:35:37.083Z | Compiling once_cell v1.21.3 |
| 517 | 2026-02-24T02:35:37.149Z | Compiling bytecount v0.6.8 |
| 518 | 2026-02-24T02:35:37.222Z | Compiling unicode-width v0.1.14 |
| 519 | 2026-02-24T02:35:37.385Z | Compiling clap_builder v4.5.48 |
| 520 | 2026-02-24T02:35:37.509Z | Compiling tempfile v3.24.0 |
| 521 | 2026-02-24T02:35:37.766Z | Compiling papergrid v0.11.0 |
| 522 | 2026-02-24T02:35:37.791Z | Compiling memmap v0.7.0 |
| 523 | 2026-02-24T02:35:37.874Z | Compiling unicode-linebreak v0.1.5 |
| 524 | 2026-02-24T02:35:38.148Z | Compiling unicode-width v0.2.0 |
| 525 | 2026-02-24T02:35:38.296Z | Compiling smawk v0.3.2 |
| 526 | 2026-02-24T02:35:38.401Z | Compiling camino-tempfile v1.4.1 |
| 527 | 2026-02-24T02:35:38.703Z | Compiling textwrap v0.16.2 |
| 528 | 2026-02-24T02:35:39.291Z | Compiling swrite v0.1.0 |
| 529 | 2026-02-24T02:35:39.396Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 530 | 2026-02-24T02:35:39.599Z | Compiling tabled_derive v0.7.0 |
| 531 | 2026-02-24T02:35:40.152Z | Compiling serde_derive v1.0.228 |
| 532 | 2026-02-24T02:35:40.177Z | Compiling zerofrom-derive v0.1.4 |
| 533 | 2026-02-24T02:35:40.229Z | Compiling yoke-derive v0.7.4 |
| 534 | 2026-02-24T02:35:40.269Z | Compiling thiserror-impl v2.0.18 |
| 535 | 2026-02-24T02:35:40.360Z | Compiling zerovec-derive v0.10.3 |
| 536 | 2026-02-24T02:35:41.655Z | Compiling displaydoc v0.2.5 |
| 537 | 2026-02-24T02:35:42.796Z | Compiling icu_provider_macros v1.5.0 |
| 538 | 2026-02-24T02:35:43.061Z | Compiling thiserror-impl v1.0.69 |
| 539 | 2026-02-24T02:35:43.283Z | Compiling zerocopy-derive v0.7.35 |
| 540 | 2026-02-24T02:35:43.537Z | Compiling zerofrom v0.1.4 |
| 541 | 2026-02-24T02:35:43.578Z | Compiling pest v2.8.2 |
| 542 | 2026-02-24T02:35:43.802Z | Compiling yoke v0.7.4 |
| 543 | 2026-02-24T02:35:43.829Z | Compiling scroll_derive v0.12.0 |
| 544 | 2026-02-24T02:35:44.171Z | Compiling zerovec v0.10.4 |
| 545 | 2026-02-24T02:35:44.888Z | Compiling clap_derive v4.5.47 |
| 546 | 2026-02-24T02:35:45.171Z | Compiling zerocopy v0.7.35 |
| 547 | 2026-02-24T02:35:45.241Z | Compiling scroll v0.12.0 |
| 548 | 2026-02-24T02:35:45.756Z | Compiling goblin v0.8.2 |
| 549 | 2026-02-24T02:35:45.782Z | Compiling tabled v0.15.0 |
| 550 | 2026-02-24T02:35:45.920Z | Compiling tinystr v0.7.6 |
| 551 | 2026-02-24T02:35:46.178Z | Compiling pest_meta v2.8.2 |
| 552 | 2026-02-24T02:35:46.342Z | Compiling icu_locid v1.5.0 |
| 553 | 2026-02-24T02:35:46.562Z | Compiling icu_collections v1.5.0 |
| 554 | 2026-02-24T02:35:47.482Z | Compiling icu_provider v1.5.0 |
| 555 | 2026-02-24T02:35:47.869Z | Compiling pest_generator v2.8.2 |
| 556 | 2026-02-24T02:35:48.325Z | Compiling icu_locid_transform v1.5.0 |
| 557 | 2026-02-24T02:35:48.655Z | Compiling toml_datetime v0.6.11 |
| 558 | 2026-02-24T02:35:48.691Z | Compiling serde_spanned v0.6.9 |
| 559 | 2026-02-24T02:35:48.966Z | Compiling erased-serde v0.4.6 |
| 560 | 2026-02-24T02:35:49.199Z | Compiling toml_edit v0.22.27 |
| 561 | 2026-02-24T02:35:49.630Z | Compiling icu_properties v1.5.1 |
| 562 | 2026-02-24T02:35:49.733Z | Compiling dof v0.3.0 |
| 563 | 2026-02-24T02:35:50.139Z | Compiling serde_tokenstream v0.2.2 |
| 564 | 2026-02-24T02:35:50.622Z | Compiling serde-untagged v0.1.7 |
| 565 | 2026-02-24T02:35:50.650Z | Compiling serde-value v0.7.0 |
| 566 | 2026-02-24T02:35:50.677Z | Compiling pest_derive v2.8.2 |
| 567 | 2026-02-24T02:35:50.741Z | Compiling cargo-platform v0.2.0 |
| 568 | 2026-02-24T02:35:51.143Z | Compiling clap v4.5.48 |
| 569 | 2026-02-24T02:35:51.276Z | Compiling macaddr v1.0.1 |
| 570 | 2026-02-24T02:35:51.505Z | Compiling dtrace-parser v0.2.0 |
| 571 | 2026-02-24T02:35:52.625Z | Compiling toml v0.8.23 |
| 572 | 2026-02-24T02:35:53.314Z | Compiling icu_normalizer v1.5.0 |
| 573 | 2026-02-24T02:35:53.433Z | Compiling usdt-macro v0.5.0 |
| 574 | 2026-02-24T02:35:53.465Z | Compiling usdt-attr-macro v0.5.0 |
| 575 | 2026-02-24T02:35:53.671Z | Compiling cargo_toml v0.21.0 |
| 576 | 2026-02-24T02:35:54.207Z | Compiling idna_adapter v1.2.0 |
| 577 | 2026-02-24T02:35:54.432Z | Compiling idna v1.0.3 |
| 578 | 2026-02-24T02:35:54.669Z | Compiling usdt v0.5.0 |
| 579 | 2026-02-24T02:35:54.867Z | Compiling url v2.5.4 |
| 580 | 2026-02-24T02:35:55.521Z | Compiling cargo-util-schemas v0.8.2 |
| 581 | 2026-02-24T02:35:57.083Z | Compiling cargo_metadata v0.21.0 |
| 582 | 2026-02-24T02:35:58.667Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 583 | 2026-02-24T02:36:02.102Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 01s |
| 584 | 2026-02-24T02:36:02.420Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 585 | 2026-02-24T02:36:03.212Z | Downloading crates ... |
| 586 | 2026-02-24T02:36:03.350Z | Downloaded ciborium-io v0.2.2 |
| 587 | 2026-02-24T02:36:03.354Z | Downloaded aead v0.5.2 |
| 588 | 2026-02-24T02:36:03.358Z | Downloaded cbc v0.1.2 |
| 589 | 2026-02-24T02:36:03.362Z | Downloaded adler2 v2.0.0 |
| 590 | 2026-02-24T02:36:03.367Z | Downloaded cobs v0.2.3 |
| 591 | 2026-02-24T02:36:03.371Z | Downloaded aes v0.8.4 |
| 592 | 2026-02-24T02:36:03.378Z | Downloaded derive_more v0.99.20 |
| 593 | 2026-02-24T02:36:03.385Z | Downloaded ahash v0.8.12 |
| 594 | 2026-02-24T02:36:03.393Z | Downloaded daft v0.1.4 |
| 595 | 2026-02-24T02:36:03.396Z | Downloaded cassowary v0.3.0 |
| 596 | 2026-02-24T02:36:03.401Z | Downloaded fatfs v0.3.6 |
| 597 | 2026-02-24T02:36:03.407Z | Downloaded daft-derive v0.1.4 |
| 598 | 2026-02-24T02:36:03.415Z | Downloaded dsl_auto_type v0.1.2 |
| 599 | 2026-02-24T02:36:03.422Z | Downloaded des v0.8.1 |
| 600 | 2026-02-24T02:36:03.426Z | Downloaded bit-set v0.5.3 |
| 601 | 2026-02-24T02:36:03.431Z | Downloaded endian-type v0.1.2 |
| 602 | 2026-02-24T02:36:03.435Z | Downloaded curve25519-dalek v4.1.3 |
| 603 | 2026-02-24T02:36:03.443Z | Downloaded fixedbitset v0.4.2 |
| 604 | 2026-02-24T02:36:03.449Z | Downloaded atomicwrites v0.4.4 |
| 605 | 2026-02-24T02:36:03.452Z | Downloaded embedded-io v0.4.0 |
| 606 | 2026-02-24T02:36:03.456Z | Downloaded dirs-next v2.0.0 |
| 607 | 2026-02-24T02:36:03.461Z | Downloaded defmt-parser v0.3.4 |
| 608 | 2026-02-24T02:36:03.465Z | Downloaded foreign-types v0.3.2 |
| 609 | 2026-02-24T02:36:03.468Z | Downloaded dtrace-parser v0.3.0 |
| 610 | 2026-02-24T02:36:03.486Z | Downloaded fixedbitset v0.5.7 |
| 611 | 2026-02-24T02:36:03.493Z | Downloaded crossbeam-deque v0.8.5 |
| 612 | 2026-02-24T02:36:03.493Z | Downloaded foreign-types-shared v0.3.1 |
| 613 | 2026-02-24T02:36:03.493Z | Downloaded foreign-types-shared v0.1.1 |
| 614 | 2026-02-24T02:36:03.493Z | Downloaded env_filter v0.1.2 |
| 615 | 2026-02-24T02:36:03.497Z | Downloaded futures-core v0.3.31 |
| 616 | 2026-02-24T02:36:03.509Z | Downloaded futures-io v0.3.31 |
| 617 | 2026-02-24T02:36:03.515Z | Downloaded argon2 v0.5.3 |
| 618 | 2026-02-24T02:36:03.520Z | Downloaded futures-sink v0.3.31 |
| 619 | 2026-02-24T02:36:03.523Z | Downloaded futures-task v0.3.31 |
| 620 | 2026-02-24T02:36:03.526Z | Downloaded fxhash v0.2.1 |
| 621 | 2026-02-24T02:36:03.530Z | Downloaded globwalk v0.9.1 |
| 622 | 2026-02-24T02:36:03.534Z | Downloaded headers-core v0.3.0 |
| 623 | 2026-02-24T02:36:03.538Z | Downloaded chacha20 v0.9.1 |
| 624 | 2026-02-24T02:36:03.540Z | Downloaded heck v0.3.3 |
| 625 | 2026-02-24T02:36:03.544Z | Downloaded crossbeam-channel v0.5.15 |
| 626 | 2026-02-24T02:36:03.551Z | Downloaded hostname v0.3.1 |
| 627 | 2026-02-24T02:36:03.555Z | Downloaded fs_extra v1.3.0 |
| 628 | 2026-02-24T02:36:03.561Z | Downloaded find-msvc-tools v0.1.9 |
| 629 | 2026-02-24T02:36:03.565Z | Downloaded hex-literal v0.4.1 |
| 630 | 2026-02-24T02:36:03.568Z | Downloaded hubpack_derive v0.1.1 |
| 631 | 2026-02-24T02:36:03.571Z | Downloaded futures-executor v0.3.31 |
| 632 | 2026-02-24T02:36:03.575Z | Downloaded hubpack v0.1.2 |
| 633 | 2026-02-24T02:36:03.578Z | Downloaded derive_builder_core v0.20.2 |
| 634 | 2026-02-24T02:36:03.582Z | Downloaded ff v0.13.0 |
| 635 | 2026-02-24T02:36:03.586Z | Downloaded ident_case v1.0.1 |
| 636 | 2026-02-24T02:36:03.590Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 637 | 2026-02-24T02:36:03.595Z | Downloaded instability v0.3.2 |
| 638 | 2026-02-24T02:36:03.598Z | Downloaded inout v0.1.3 |
| 639 | 2026-02-24T02:36:03.604Z | Downloaded is_ci v1.2.0 |
| 640 | 2026-02-24T02:36:03.607Z | Downloaded kstat-rs v0.2.4 |
| 641 | 2026-02-24T02:36:03.610Z | Downloaded keccak v0.1.5 |
| 642 | 2026-02-24T02:36:03.614Z | Downloaded indoc v1.0.9 |
| 643 | 2026-02-24T02:36:03.618Z | Downloaded drift v0.1.3 |
| 644 | 2026-02-24T02:36:03.626Z | Downloaded crc32fast v1.4.2 |
| 645 | 2026-02-24T02:36:03.630Z | Downloaded humantime v2.2.0 |
| 646 | 2026-02-24T02:36:03.634Z | Downloaded lazycell v1.3.0 |
| 647 | 2026-02-24T02:36:03.637Z | Downloaded elliptic-curve v0.13.8 |
| 648 | 2026-02-24T02:36:03.643Z | Downloaded lru-cache v0.1.2 |
| 649 | 2026-02-24T02:36:03.646Z | Downloaded darling_core v0.20.10 |
| 650 | 2026-02-24T02:36:03.653Z | Downloaded lru v0.12.5 |
| 651 | 2026-02-24T02:36:03.656Z | Downloaded new_debug_unreachable v1.0.6 |
| 652 | 2026-02-24T02:36:03.660Z | Downloaded ingot v0.1.1 |
| 653 | 2026-02-24T02:36:03.663Z | Downloaded memoffset v0.9.1 |
| 654 | 2026-02-24T02:36:03.666Z | Downloaded lazy_static v1.5.0 |
| 655 | 2026-02-24T02:36:03.672Z | Downloaded jobserver v0.1.32 |
| 656 | 2026-02-24T02:36:03.676Z | Downloaded md5 v0.7.0 |
| 657 | 2026-02-24T02:36:03.679Z | Downloaded nodrop v0.1.14 |
| 658 | 2026-02-24T02:36:03.682Z | Downloaded num v0.4.3 |
| 659 | 2026-02-24T02:36:03.685Z | Downloaded newtype_derive v0.1.6 |
| 660 | 2026-02-24T02:36:03.688Z | Downloaded num-derive v0.3.3 |
| 661 | 2026-02-24T02:36:03.691Z | Downloaded half v1.8.3 |
| 662 | 2026-02-24T02:36:03.694Z | Downloaded half v2.4.1 |
| 663 | 2026-02-24T02:36:03.698Z | Downloaded normalize-line-endings v0.3.0 |
| 664 | 2026-02-24T02:36:03.701Z | Downloaded num_enum_derive v0.5.11 |
| 665 | 2026-02-24T02:36:03.704Z | Downloaded diesel_derives v2.2.3 |
| 666 | 2026-02-24T02:36:03.710Z | Downloaded olpc-cjson v0.1.4 |
| 667 | 2026-02-24T02:36:03.713Z | Downloaded number_prefix v0.4.0 |
| 668 | 2026-02-24T02:36:03.716Z | Downloaded crc-any v2.5.0 |
| 669 | 2026-02-24T02:36:03.720Z | Downloaded openssl-probe v0.1.5 |
| 670 | 2026-02-24T02:36:03.722Z | Downloaded openssl-macros v0.1.1 |
| 671 | 2026-02-24T02:36:03.725Z | Downloaded opaque-debug v0.3.1 |
| 672 | 2026-02-24T02:36:03.728Z | Downloaded nanorand v0.7.0 |
| 673 | 2026-02-24T02:36:03.732Z | Downloaded oso-derive v0.27.3 |
| 674 | 2026-02-24T02:36:03.735Z | Downloaded lzss v0.8.2 |
| 675 | 2026-02-24T02:36:03.739Z | Downloaded newtype-uuid-macros v0.1.0 |
| 676 | 2026-02-24T02:36:03.745Z | Downloaded newtype-uuid v1.3.2 |
| 677 | 2026-02-24T02:36:03.748Z | Downloaded path-slash v0.1.5 |
| 678 | 2026-02-24T02:36:03.748Z | Downloaded pbkdf2 v0.11.0 |
| 679 | 2026-02-24T02:36:03.751Z | Downloaded peg-runtime v0.8.5 |
| 680 | 2026-02-24T02:36:03.754Z | Downloaded nu-ansi-term v0.50.1 |
| 681 | 2026-02-24T02:36:03.760Z | Downloaded multer v3.1.0 |
| 682 | 2026-02-24T02:36:03.764Z | Downloaded parse-display v0.10.0 |
| 683 | 2026-02-24T02:36:03.767Z | Downloaded pbkdf2 v0.12.2 |
| 684 | 2026-02-24T02:36:03.770Z | Downloaded phf_shared v0.11.2 |
| 685 | 2026-02-24T02:36:03.773Z | Downloaded num_enum v0.5.11 |
| 686 | 2026-02-24T02:36:03.779Z | Downloaded pin-utils v0.1.0 |
| 687 | 2026-02-24T02:36:03.784Z | Downloaded bytes v1.11.1 |
| 688 | 2026-02-24T02:36:03.787Z | Downloaded predicates-tree v1.0.12 |
| 689 | 2026-02-24T02:36:03.790Z | Downloaded precomputed-hash v0.1.1 |
| 690 | 2026-02-24T02:36:03.793Z | Downloaded arc-swap v1.7.1 |
| 691 | 2026-02-24T02:36:03.796Z | Downloaded parking_lot_core v0.8.6 |
| 692 | 2026-02-24T02:36:03.801Z | Downloaded base64 v0.22.1 |
| 693 | 2026-02-24T02:36:03.806Z | Downloaded hmac v0.12.1 |
| 694 | 2026-02-24T02:36:03.809Z | Downloaded phf_shared v0.12.1 |
| 695 | 2026-02-24T02:36:03.812Z | Downloaded powerfmt v0.2.0 |
| 696 | 2026-02-24T02:36:03.815Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 697 | 2026-02-24T02:36:03.818Z | Downloaded predicates-core v1.0.8 |
| 698 | 2026-02-24T02:36:03.821Z | Downloaded pem-rfc7468 v0.7.0 |
| 699 | 2026-02-24T02:36:03.824Z | Downloaded litrs v0.4.1 |
| 700 | 2026-02-24T02:36:03.827Z | Downloaded flume v0.11.1 |
| 701 | 2026-02-24T02:36:03.832Z | Downloaded proc-macro-crate v1.3.1 |
| 702 | 2026-02-24T02:36:03.835Z | Downloaded progenitor v0.8.0 |
| 703 | 2026-02-24T02:36:03.838Z | Downloaded psl-types v2.0.11 |
| 704 | 2026-02-24T02:36:03.841Z | Downloaded memmap2 v0.9.8 |
| 705 | 2026-02-24T02:36:03.844Z | Downloaded progenitor-macro v0.11.2 |
| 706 | 2026-02-24T02:36:03.847Z | Downloaded indicatif v0.18.0 |
| 707 | 2026-02-24T02:36:03.851Z | Downloaded progenitor-macro v0.10.0 |
| 708 | 2026-02-24T02:36:03.854Z | Downloaded predicates v3.1.3 |
| 709 | 2026-02-24T02:36:03.857Z | Downloaded radium v0.7.0 |
| 710 | 2026-02-24T02:36:03.860Z | Downloaded password-hash v0.4.2 |
| 711 | 2026-02-24T02:36:03.863Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 712 | 2026-02-24T02:36:03.865Z | Downloaded polyval v0.6.2 |
| 713 | 2026-02-24T02:36:03.868Z | Downloaded parking_lot v0.12.3 |
| 714 | 2026-02-24T02:36:03.872Z | Downloaded parking_lot v0.11.2 |
| 715 | 2026-02-24T02:36:03.877Z | Downloaded num-rational v0.4.2 |
| 716 | 2026-02-24T02:36:03.881Z | Downloaded rand_chacha v0.3.1 |
| 717 | 2026-02-24T02:36:03.884Z | Downloaded primeorder v0.13.6 |
| 718 | 2026-02-24T02:36:03.884Z | Downloaded recursive v0.1.1 |
| 719 | 2026-02-24T02:36:03.887Z | Downloaded aes-gcm v0.10.3 |
| 720 | 2026-02-24T02:36:03.890Z | Downloaded progenitor v0.10.0 |
| 721 | 2026-02-24T02:36:03.893Z | Downloaded ppv-lite86 v0.2.20 |
| 722 | 2026-02-24T02:36:03.896Z | Downloaded rfc6979 v0.4.0 |
| 723 | 2026-02-24T02:36:03.899Z | Downloaded quick-error v1.2.3 |
| 724 | 2026-02-24T02:36:03.902Z | Downloaded psm v0.1.30 |
| 725 | 2026-02-24T02:36:03.905Z | Downloaded rustc-hash v1.1.0 |
| 726 | 2026-02-24T02:36:03.909Z | Downloaded russh-cryptovec v0.7.3 |
| 727 | 2026-02-24T02:36:03.909Z | Downloaded ref-cast-impl v1.0.25 |
| 728 | 2026-02-24T02:36:03.911Z | Downloaded quinn-udp v0.5.5 |
| 729 | 2026-02-24T02:36:03.914Z | Downloaded postcard v1.0.10 |
| 730 | 2026-02-24T02:36:03.919Z | Downloaded rustc_version v0.4.1 |
| 731 | 2026-02-24T02:36:03.923Z | Downloaded indexmap v1.9.3 |
| 732 | 2026-02-24T02:36:03.927Z | Downloaded rtoolbox v0.0.2 |
| 733 | 2026-02-24T02:36:03.927Z | Downloaded rand_seeder v0.4.0 |
| 734 | 2026-02-24T02:36:03.931Z | Downloaded progenitor-client v0.10.0 |
| 735 | 2026-02-24T02:36:03.934Z | Downloaded parking_lot_core v0.9.10 |
| 736 | 2026-02-24T02:36:03.934Z | Downloaded salsa20 v0.10.2 |
| 737 | 2026-02-24T02:36:03.937Z | Downloaded r2d2 v0.8.10 |
| 738 | 2026-02-24T02:36:03.941Z | Downloaded scroll_derive v0.13.1 |
| 739 | 2026-02-24T02:36:03.944Z | Downloaded scheduled-thread-pool v0.2.7 |
| 740 | 2026-02-24T02:36:03.944Z | Downloaded rustc-hash v2.1.1 |
| 741 | 2026-02-24T02:36:03.947Z | Downloaded resolv-conf v0.7.0 |
| 742 | 2026-02-24T02:36:03.950Z | Downloaded backtrace v0.3.74 |
| 743 | 2026-02-24T02:36:03.955Z | Downloaded scrypt v0.11.0 |
| 744 | 2026-02-24T02:36:03.957Z | Downloaded scopeguard v1.2.0 |
| 745 | 2026-02-24T02:36:03.960Z | Downloaded same-file v1.0.6 |
| 746 | 2026-02-24T02:36:03.963Z | Downloaded ar_archive_writer v0.5.1 |
| 747 | 2026-02-24T02:36:03.966Z | Downloaded sapling-renderdag v0.1.0 |
| 748 | 2026-02-24T02:36:03.969Z | Downloaded pkcs5 v0.7.1 |
| 749 | 2026-02-24T02:36:03.975Z | Downloaded sha1 v0.10.6 |
| 750 | 2026-02-24T02:36:03.977Z | Downloaded signal-hook-mio v0.2.4 |
| 751 | 2026-02-24T02:36:03.980Z | Downloaded postgres-protocol v0.6.8 |
| 752 | 2026-02-24T02:36:03.984Z | Downloaded hickory-server v0.25.2 |
| 753 | 2026-02-24T02:36:03.987Z | Downloaded serde_bytes v0.11.19 |
| 754 | 2026-02-24T02:36:03.990Z | Downloaded secrecy v0.10.3 |
| 755 | 2026-02-24T02:36:03.993Z | Downloaded rustls-pemfile v2.2.0 |
| 756 | 2026-02-24T02:36:03.996Z | Downloaded rustls-pemfile v1.0.4 |
| 757 | 2026-02-24T02:36:03.999Z | Downloaded papergrid v0.14.0 |
| 758 | 2026-02-24T02:36:04.003Z | Downloaded siphasher v1.0.1 |
| 759 | 2026-02-24T02:36:04.006Z | Downloaded serde_urlencoded v0.7.1 |
| 760 | 2026-02-24T02:36:04.009Z | Downloaded shell-words v1.1.0 |
| 761 | 2026-02-24T02:36:04.012Z | Downloaded simd-adler32 v0.3.7 |
| 762 | 2026-02-24T02:36:04.015Z | Downloaded siphasher v0.3.11 |
| 763 | 2026-02-24T02:36:04.015Z | Downloaded slog-bunyan v2.5.0 |
| 764 | 2026-02-24T02:36:04.018Z | Downloaded rustc-demangle v0.1.24 |
| 765 | 2026-02-24T02:36:04.021Z | Downloaded sct v0.7.1 |
| 766 | 2026-02-24T02:36:04.024Z | Downloaded rustc_version v0.1.7 |
| 767 | 2026-02-24T02:36:04.030Z | Downloaded rustls-native-certs v0.8.1 |
| 768 | 2026-02-24T02:36:04.033Z | Downloaded russh-keys v0.45.0 |
| 769 | 2026-02-24T02:36:04.033Z | Downloaded hashbrown v0.12.3 |
| 770 | 2026-02-24T02:36:04.036Z | Downloaded pin-project v1.1.6 |
| 771 | 2026-02-24T02:36:04.049Z | Downloaded serde_path_to_error v0.1.20 |
| 772 | 2026-02-24T02:36:04.052Z | Downloaded structmeta-derive v0.3.0 |
| 773 | 2026-02-24T02:36:04.057Z | Downloaded rusty-fork v0.3.0 |
| 774 | 2026-02-24T02:36:04.059Z | Downloaded rustversion v1.0.22 |
| 775 | 2026-02-24T02:36:04.059Z | Downloaded ssh-cipher v0.2.0 |
| 776 | 2026-02-24T02:36:04.062Z | Downloaded ssh-encoding v0.2.0 |
| 777 | 2026-02-24T02:36:04.065Z | Downloaded http v1.4.0 |
| 778 | 2026-02-24T02:36:04.068Z | Downloaded progenitor-impl v0.11.2 |
| 779 | 2026-02-24T02:36:04.071Z | Downloaded strum v0.26.3 |
| 780 | 2026-02-24T02:36:04.073Z | Downloaded num-bigint v0.4.6 |
| 781 | 2026-02-24T02:36:04.077Z | Downloaded semver v0.1.20 |
| 782 | 2026-02-24T02:36:04.080Z | Downloaded strip-ansi-escapes v0.2.0 |
| 783 | 2026-02-24T02:36:04.082Z | Downloaded crossterm v0.28.1 |
| 784 | 2026-02-24T02:36:04.088Z | Downloaded subtle v2.6.1 |
| 785 | 2026-02-24T02:36:04.091Z | Downloaded strum v0.27.2 |
| 786 | 2026-02-24T02:36:04.091Z | Downloaded snafu-derive v0.8.5 |
| 787 | 2026-02-24T02:36:04.094Z | Downloaded sync-ptr v0.1.4 |
| 788 | 2026-02-24T02:36:04.097Z | Downloaded supports-color v3.0.2 |
| 789 | 2026-02-24T02:36:04.097Z | Downloaded structmeta v0.3.0 |
| 790 | 2026-02-24T02:36:04.100Z | Downloaded take_mut v0.2.2 |
| 791 | 2026-02-24T02:36:04.103Z | Downloaded sync_wrapper v1.0.1 |
| 792 | 2026-02-24T02:36:04.103Z | Downloaded sqlparser_derive v0.5.0 |
| 793 | 2026-02-24T02:36:04.106Z | Downloaded sqlformat v0.3.5 |
| 794 | 2026-02-24T02:36:04.106Z | Downloaded slog-term v2.9.2 |
| 795 | 2026-02-24T02:36:04.109Z | Downloaded spki v0.7.3 |
| 796 | 2026-02-24T02:36:04.112Z | Downloaded slog-async v2.8.0 |
| 797 | 2026-02-24T02:36:04.117Z | Downloaded testing_table v0.3.0 |
| 798 | 2026-02-24T02:36:04.117Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 799 | 2026-02-24T02:36:04.119Z | Downloaded tagptr v0.2.0 |
| 800 | 2026-02-24T02:36:04.119Z | Downloaded slog-scope v4.4.0 |
| 801 | 2026-02-24T02:36:04.122Z | Downloaded stringprep v0.1.5 |
| 802 | 2026-02-24T02:36:04.122Z | Downloaded string_cache v0.8.9 |
| 803 | 2026-02-24T02:36:04.138Z | Downloaded minimal-lexical v0.2.1 |
| 804 | 2026-02-24T02:36:04.141Z | Downloaded rustls-pki-types v1.10.0 |
| 805 | 2026-02-24T02:36:04.141Z | Downloaded serde_with_macros v3.16.1 |
| 806 | 2026-02-24T02:36:04.141Z | Downloaded rayon-core v1.12.1 |
| 807 | 2026-02-24T02:36:04.141Z | Downloaded thread_local v1.1.8 |
| 808 | 2026-02-24T02:36:04.141Z | Downloaded time-core v0.1.6 |
| 809 | 2026-02-24T02:36:04.146Z | Downloaded nom v7.1.3 |
| 810 | 2026-02-24T02:36:04.149Z | Downloaded smf v0.2.3 |
| 811 | 2026-02-24T02:36:04.153Z | Downloaded slog-stdlog v4.1.1 |
| 812 | 2026-02-24T02:36:04.153Z | Downloaded rcgen v0.12.1 |
| 813 | 2026-02-24T02:36:04.156Z | Downloaded qorb v0.4.1 |
| 814 | 2026-02-24T02:36:04.159Z | Downloaded tinyvec_macros v0.1.1 |
| 815 | 2026-02-24T02:36:04.161Z | Downloaded stacker v0.1.23 |
| 816 | 2026-02-24T02:36:04.165Z | Downloaded support-bundle-viewer v0.1.2 |
| 817 | 2026-02-24T02:36:04.165Z | Downloaded serde_cbor v0.11.2 |
| 818 | 2026-02-24T02:36:04.168Z | Downloaded prettyplease v0.2.36 |
| 819 | 2026-02-24T02:36:04.171Z | Downloaded quinn v0.11.5 |
| 820 | 2026-02-24T02:36:04.174Z | Downloaded strum_macros v0.27.2 |
| 821 | 2026-02-24T02:36:04.177Z | Downloaded spin v0.9.8 |
| 822 | 2026-02-24T02:36:04.180Z | Downloaded signal-hook v0.3.18 |
| 823 | 2026-02-24T02:36:04.183Z | Downloaded hyper-util v0.1.19 |
| 824 | 2026-02-24T02:36:04.190Z | Downloaded termios v0.3.3 |
| 825 | 2026-02-24T02:36:04.193Z | Downloaded itertools v0.13.0 |
| 826 | 2026-02-24T02:36:04.198Z | Downloaded strum_macros v0.26.4 |
| 827 | 2026-02-24T02:36:04.201Z | Downloaded strum_macros v0.24.3 |
| 828 | 2026-02-24T02:36:04.204Z | Downloaded topological-sort v0.2.2 |
| 829 | 2026-02-24T02:36:04.207Z | Downloaded aws-lc-rs v1.12.4 |
| 830 | 2026-02-24T02:36:04.215Z | Downloaded time-macros v0.2.24 |
| 831 | 2026-02-24T02:36:04.218Z | Downloaded h2 v0.4.6 |
| 832 | 2026-02-24T02:36:04.223Z | Downloaded try-lock v0.2.5 |
| 833 | 2026-02-24T02:36:04.226Z | Downloaded trait-variant v0.1.2 |
| 834 | 2026-02-24T02:36:04.226Z | Downloaded tls_codec_derive v0.4.1 |
| 835 | 2026-02-24T02:36:04.229Z | Downloaded tower-service v0.3.3 |
| 836 | 2026-02-24T02:36:04.229Z | Downloaded tokio-macros v2.6.0 |
| 837 | 2026-02-24T02:36:04.232Z | Downloaded tokio-dtrace v0.1.0 |
| 838 | 2026-02-24T02:36:04.232Z | Downloaded thiserror-no-std v2.0.2 |
| 839 | 2026-02-24T02:36:04.235Z | Downloaded pretty_assertions v1.4.1 |
| 840 | 2026-02-24T02:36:04.238Z | Downloaded unicode-truncate v1.1.0 |
| 841 | 2026-02-24T02:36:04.241Z | Downloaded usdt-macro v0.6.0 |
| 842 | 2026-02-24T02:36:04.241Z | Downloaded universal-hash v0.5.1 |
| 843 | 2026-02-24T02:36:04.244Z | Downloaded tiny-keccak v2.0.2 |
| 844 | 2026-02-24T02:36:04.247Z | Downloaded tower-layer v0.3.3 |
| 845 | 2026-02-24T02:36:04.247Z | Downloaded rand v0.9.2 |
| 846 | 2026-02-24T02:36:04.250Z | Downloaded socket2 v0.6.1 |
| 847 | 2026-02-24T02:36:04.253Z | Downloaded utf-8 v0.7.6 |
| 848 | 2026-02-24T02:36:04.256Z | Downloaded usdt-attr-macro v0.6.0 |
| 849 | 2026-02-24T02:36:04.256Z | Downloaded usdt v0.6.0 |
| 850 | 2026-02-24T02:36:04.256Z | Downloaded untrusted v0.9.0 |
| 851 | 2026-02-24T02:36:04.259Z | Downloaded untrusted v0.7.1 |
| 852 | 2026-02-24T02:36:04.262Z | Downloaded unit-prefix v0.5.1 |
| 853 | 2026-02-24T02:36:04.262Z | Downloaded rsa v0.9.8 |
| 854 | 2026-02-24T02:36:04.266Z | Downloaded unarray v0.1.4 |
| 855 | 2026-02-24T02:36:04.270Z | Downloaded tokio-rustls v0.25.0 |
| 856 | 2026-02-24T02:36:04.273Z | Downloaded serde_yaml v0.9.34+deprecated |
| 857 | 2026-02-24T02:36:04.281Z | Downloaded publicsuffix v2.3.0 |
| 858 | 2026-02-24T02:36:04.282Z | Downloaded waitgroup v0.1.2 |
| 859 | 2026-02-24T02:36:04.284Z | Downloaded wait-timeout v0.2.0 |
| 860 | 2026-02-24T02:36:04.284Z | Downloaded similar v2.7.0 |
| 861 | 2026-02-24T02:36:04.284Z | Downloaded tokio-tungstenite v0.23.1 |
| 862 | 2026-02-24T02:36:04.290Z | Downloaded want v0.3.1 |
| 863 | 2026-02-24T02:36:04.290Z | Downloaded rand v0.8.5 |
| 864 | 2026-02-24T02:36:04.293Z | Downloaded xattr v1.3.1 |
| 865 | 2026-02-24T02:36:04.294Z | Downloaded vte_generate_state_changes v0.1.2 |
| 866 | 2026-02-24T02:36:04.296Z | Downloaded void v1.0.2 |
| 867 | 2026-02-24T02:36:04.296Z | Downloaded tui-tree-widget v0.23.1 |
| 868 | 2026-02-24T02:36:04.296Z | Downloaded tokio-tungstenite v0.21.0 |
| 869 | 2026-02-24T02:36:04.299Z | Downloaded tokio-rustls v0.24.1 |
| 870 | 2026-02-24T02:36:04.302Z | Downloaded typify v0.2.0 |
| 871 | 2026-02-24T02:36:04.305Z | Downloaded tokio-rustls v0.26.0 |
| 872 | 2026-02-24T02:36:04.308Z | Downloaded tls_codec v0.4.1 |
| 873 | 2026-02-24T02:36:04.308Z | Downloaded subprocess v0.2.9 |
| 874 | 2026-02-24T02:36:04.311Z | Downloaded socket2 v0.5.10 |
| 875 | 2026-02-24T02:36:04.314Z | Downloaded schemars v0.8.22 |
| 876 | 2026-02-24T02:36:04.325Z | Downloaded xshell-macros v0.2.7 |
| 877 | 2026-02-24T02:36:04.328Z | Downloaded uzers v0.12.1 |
| 878 | 2026-02-24T02:36:04.328Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 879 | 2026-02-24T02:36:04.331Z | Downloaded p521 v0.13.3 |
| 880 | 2026-02-24T02:36:04.335Z | Downloaded vergen-lib v0.1.6 |
| 881 | 2026-02-24T02:36:04.340Z | Downloaded tinyvec v1.8.0 |
| 882 | 2026-02-24T02:36:04.340Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 883 | 2026-02-24T02:36:04.340Z | Downloaded libm v0.2.8 |
| 884 | 2026-02-24T02:36:04.347Z | Downloaded zeroize_derive v1.4.2 |
| 885 | 2026-02-24T02:36:04.351Z | Downloaded vergen-gitcl v1.0.8 |
| 886 | 2026-02-24T02:36:04.351Z | Downloaded test-strategy v0.4.3 |
| 887 | 2026-02-24T02:36:04.354Z | Downloaded ron v0.7.1 |
| 888 | 2026-02-24T02:36:04.360Z | Downloaded zone_cfg_derive v0.3.0 |
| 889 | 2026-02-24T02:36:04.362Z | Downloaded zone_cfg_derive v0.1.2 |
| 890 | 2026-02-24T02:36:04.362Z | Downloaded zone v0.3.1 |
| 891 | 2026-02-24T02:36:04.362Z | Downloaded zone v0.1.8 |
| 892 | 2026-02-24T02:36:04.367Z | Downloaded vsss-rs v3.3.4 |
| 893 | 2026-02-24T02:36:04.369Z | Downloaded twox-hash v2.1.0 |
| 894 | 2026-02-24T02:36:04.369Z | Downloaded slog v2.8.2 |
| 895 | 2026-02-24T02:36:04.372Z | Downloaded walkdir v2.5.0 |
| 896 | 2026-02-24T02:36:04.376Z | Downloaded vergen-git2 v1.0.7 |
| 897 | 2026-02-24T02:36:04.376Z | Downloaded tokio-stream v0.1.17 |
| 898 | 2026-02-24T02:36:04.380Z | Downloaded xshell v0.2.7 |
| 899 | 2026-02-24T02:36:04.382Z | Downloaded snafu v0.8.5 |
| 900 | 2026-02-24T02:36:04.388Z | Downloaded xz2 v0.1.7 |
| 901 | 2026-02-24T02:36:04.391Z | Downloaded toml v0.7.8 |
| 902 | 2026-02-24T02:36:04.394Z | Downloaded value-bag v1.12.0 |
| 903 | 2026-02-24T02:36:04.397Z | Downloaded whoami v1.5.2 |
| 904 | 2026-02-24T02:36:04.397Z | Downloaded tar v0.4.44 |
| 905 | 2026-02-24T02:36:04.400Z | Downloaded wyz v0.5.1 |
| 906 | 2026-02-24T02:36:04.404Z | Downloaded toml_parser v1.0.6+spec-1.1.0 |
| 907 | 2026-02-24T02:36:04.407Z | Downloaded rustyline v14.0.0 |
| 908 | 2026-02-24T02:36:04.411Z | Downloaded zeroize v1.8.1 |
| 909 | 2026-02-24T02:36:04.411Z | Downloaded samael v0.0.19 |
| 910 | 2026-02-24T02:36:04.415Z | Downloaded tracing-attributes v0.1.27 |
| 911 | 2026-02-24T02:36:04.418Z | Downloaded zstd v0.13.3 |
| 912 | 2026-02-24T02:36:04.422Z | Downloaded zstd-safe v7.2.3 |
| 913 | 2026-02-24T02:36:04.426Z | Downloaded unicode-properties v0.1.3 |
| 914 | 2026-02-24T02:36:04.426Z | Downloaded futures-util v0.3.31 |
| 915 | 2026-02-24T02:36:04.437Z | Downloaded which v4.4.2 |
| 916 | 2026-02-24T02:36:04.440Z | Downloaded vergen v9.0.6 |
| 917 | 2026-02-24T02:36:04.440Z | Downloaded typify v0.4.3 |
| 918 | 2026-02-24T02:36:04.443Z | Downloaded mio v1.0.2 |
| 919 | 2026-02-24T02:36:04.449Z | Downloaded uuid v1.19.0 |
| 920 | 2026-02-24T02:36:04.452Z | Downloaded yasna v0.5.2 |
| 921 | 2026-02-24T02:36:04.456Z | Downloaded vte v0.11.1 |
| 922 | 2026-02-24T02:36:04.460Z | Downloaded toml v0.9.11+spec-1.1.0 |
| 923 | 2026-02-24T02:36:04.462Z | Downloaded usdt-impl v0.6.0 |
| 924 | 2026-02-24T02:36:04.462Z | Downloaded unsafe-libyaml v0.2.11 |
| 925 | 2026-02-24T02:36:04.465Z | Downloaded tracing-core v0.1.32 |
| 926 | 2026-02-24T02:36:04.468Z | Downloaded schemars v1.0.4 |
| 927 | 2026-02-24T02:36:04.483Z | Downloaded unicode-bidi v0.3.17 |
| 928 | 2026-02-24T02:36:04.488Z | Downloaded unicase v2.8.1 |
| 929 | 2026-02-24T02:36:04.488Z | Downloaded tungstenite v0.23.0 |
| 930 | 2026-02-24T02:36:04.492Z | Downloaded tungstenite v0.21.0 |
| 931 | 2026-02-24T02:36:04.495Z | Downloaded steno v0.4.1 |
| 932 | 2026-02-24T02:36:04.498Z | Downloaded rpassword v7.4.0 |
| 933 | 2026-02-24T02:36:04.498Z | Downloaded git2 v0.20.2 |
| 934 | 2026-02-24T02:36:04.506Z | Downloaded zerocopy v0.6.6 |
| 935 | 2026-02-24T02:36:04.509Z | Downloaded regex v1.11.3 |
| 936 | 2026-02-24T02:36:04.514Z | Downloaded tracing v0.1.40 |
| 937 | 2026-02-24T02:36:04.518Z | Downloaded hkdf v0.12.4 |
| 938 | 2026-02-24T02:36:04.520Z | Downloaded reqwest v0.12.24 |
| 939 | 2026-02-24T02:36:04.525Z | Downloaded blake3 v1.5.4 |
| 940 | 2026-02-24T02:36:04.533Z | Downloaded iri-string v0.7.8 |
| 941 | 2026-02-24T02:36:04.539Z | Downloaded unicode_categories v0.1.1 |
| 942 | 2026-02-24T02:36:04.543Z | Downloaded yansi v1.0.1 |
| 943 | 2026-02-24T02:36:04.546Z | Downloaded russh v0.45.0 |
| 944 | 2026-02-24T02:36:04.549Z | Downloaded num-bigint-dig v0.8.6 |
| 945 | 2026-02-24T02:36:04.554Z | Downloaded hashbrown v0.15.4 |
| 946 | 2026-02-24T02:36:04.559Z | Downloaded term v0.7.0 |
| 947 | 2026-02-24T02:36:04.562Z | Downloaded zopfli v0.8.1 |
| 948 | 2026-02-24T02:36:04.565Z | Downloaded toml_edit v0.19.15 |
| 949 | 2026-02-24T02:36:04.582Z | Downloaded zip v0.6.6 |
| 950 | 2026-02-24T02:36:04.586Z | Downloaded reedline v0.40.0 |
| 951 | 2026-02-24T02:36:04.592Z | Downloaded goblin v0.10.2 |
| 952 | 2026-02-24T02:36:04.599Z | Downloaded zerocopy-derive v0.8.27 |
| 953 | 2026-02-24T02:36:04.607Z | Downloaded typed-path v0.9.3 |
| 954 | 2026-02-24T02:36:04.612Z | Downloaded salty v0.3.0 |
| 955 | 2026-02-24T02:36:04.618Z | Downloaded quinn-proto v0.11.8 |
| 956 | 2026-02-24T02:36:04.623Z | Downloaded bindgen v0.69.5 |
| 957 | 2026-02-24T02:36:04.630Z | Downloaded gimli v0.31.1 |
| 958 | 2026-02-24T02:36:04.637Z | Downloaded proptest v1.7.0 |
| 959 | 2026-02-24T02:36:04.646Z | Downloaded unicode-normalization v0.1.24 |
| 960 | 2026-02-24T02:36:04.650Z | Downloaded bindgen v0.71.1 |
| 961 | 2026-02-24T02:36:04.656Z | Downloaded unicode-segmentation v1.12.0 |
| 962 | 2026-02-24T02:36:04.660Z | Downloaded tokio-util v0.7.15 |
| 963 | 2026-02-24T02:36:04.666Z | Downloaded quick-xml v0.37.2 |
| 964 | 2026-02-24T02:36:04.672Z | Downloaded chrono v0.4.43 |
| 965 | 2026-02-24T02:36:04.679Z | Downloaded tough v0.20.0 |
| 966 | 2026-02-24T02:36:04.687Z | Downloaded tower v0.5.2 |
| 967 | 2026-02-24T02:36:04.697Z | Downloaded lalrpop v0.19.12 |
| 968 | 2026-02-24T02:36:04.706Z | Downloaded zip v4.2.0 |
| 969 | 2026-02-24T02:36:04.710Z | Downloaded x509-cert v0.2.5 |
| 970 | 2026-02-24T02:36:04.716Z | Downloaded rayon v1.10.0 |
| 971 | 2026-02-24T02:36:04.725Z | Downloaded winnow v0.5.40 |
| 972 | 2026-02-24T02:36:04.733Z | Downloaded serde_with v3.16.1 |
| 973 | 2026-02-24T02:36:04.744Z | Downloaded rustls-webpki v0.102.8 |
| 974 | 2026-02-24T02:36:04.763Z | Downloaded tower-http v0.6.6 |
| 975 | 2026-02-24T02:36:04.769Z | Downloaded nix v0.29.0 |
| 976 | 2026-02-24T02:36:04.781Z | Downloaded tabled v0.20.0 |
| 977 | 2026-02-24T02:36:04.797Z | Downloaded nix v0.27.1 |
| 978 | 2026-02-24T02:36:04.810Z | Downloaded zlib-rs v0.5.1 |
| 979 | 2026-02-24T02:36:04.813Z | Downloaded smoltcp v0.9.1 |
| 980 | 2026-02-24T02:36:04.822Z | Downloaded object v0.37.3 |
| 981 | 2026-02-24T02:36:04.832Z | Downloaded rustls v0.21.12 |
| 982 | 2026-02-24T02:36:04.842Z | Downloaded polar-core v0.27.3 |
| 983 | 2026-02-24T02:36:04.850Z | Downloaded openssl v0.10.73 |
| 984 | 2026-02-24T02:36:04.859Z | Downloaded nix v0.30.1 |
| 985 | 2026-02-24T02:36:04.870Z | Downloaded rustls v0.22.4 |
| 986 | 2026-02-24T02:36:04.883Z | Downloaded vcpkg v0.2.15 |
| 987 | 2026-02-24T02:36:04.919Z | Downloaded regex-syntax v0.8.5 |
| 988 | 2026-02-24T02:36:04.926Z | Downloaded hickory-proto v0.24.4 |
| 989 | 2026-02-24T02:36:04.940Z | Downloaded zerocopy v0.8.27 |
| 990 | 2026-02-24T02:36:04.960Z | Downloaded webpki-roots v1.0.1 |
| 991 | 2026-02-24T02:36:04.964Z | Downloaded tabled v0.18.0 |
| 992 | 2026-02-24T02:36:04.980Z | Downloaded rustls v0.23.19 |
| 993 | 2026-02-24T02:36:04.991Z | Downloaded openapiv3 v2.2.0 |
| 994 | 2026-02-24T02:36:05.000Z | Downloaded bstr v1.10.0 |
| 995 | 2026-02-24T02:36:05.010Z | Downloaded object v0.36.5 |
| 996 | 2026-02-24T02:36:05.019Z | Downloaded regex-syntax v0.6.29 |
| 997 | 2026-02-24T02:36:05.036Z | Downloaded sqlparser v0.61.0 |
| 998 | 2026-02-24T02:36:05.039Z | Downloaded nix v0.28.0 |
| 999 | 2026-02-24T02:36:05.045Z | Downloaded hickory-proto v0.25.2 |
| 1000 | 2026-02-24T02:36:05.060Z | Downloaded smoltcp v0.11.0 |
| 1001 | 2026-02-24T02:36:05.072Z | Downloaded regress v0.10.4 |
| 1002 | 2026-02-24T02:36:05.079Z | Downloaded ratatui v0.29.0 |
| 1003 | 2026-02-24T02:36:05.097Z | Downloaded typify-impl v0.2.0 |
| 1004 | 2026-02-24T02:36:05.109Z | Downloaded radix_trie v0.2.1 |
| 1005 | 2026-02-24T02:36:05.112Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1006 | 2026-02-24T02:36:05.123Z | Downloaded typify-impl v0.4.3 |
| 1007 | 2026-02-24T02:36:05.137Z | Downloaded sled v0.34.7 |
| 1008 | 2026-02-24T02:36:05.145Z | Downloaded zerocopy-derive v0.6.6 |
| 1009 | 2026-02-24T02:36:05.154Z | Downloaded regex-automata v0.4.11 |
| 1010 | 2026-02-24T02:36:05.169Z | Downloaded winnow v0.6.26 |
| 1011 | 2026-02-24T02:36:05.177Z | Downloaded jiff v0.2.15 |
| 1012 | 2026-02-24T02:36:05.192Z | Downloaded dropshot v0.16.7 |
| 1013 | 2026-02-24T02:36:05.211Z | Downloaded lzma-sys v0.1.20 |
| 1014 | 2026-02-24T02:36:05.235Z | Downloaded diesel v2.2.12 |
| 1015 | 2026-02-24T02:36:05.254Z | Downloaded csv v1.3.1 |
| 1016 | 2026-02-24T02:36:05.270Z | Downloaded moka v0.12.10 |
| 1017 | 2026-02-24T02:36:05.277Z | Downloaded petname v2.0.2 |
| 1018 | 2026-02-24T02:36:05.282Z | Downloaded time v0.3.43 |
| 1019 | 2026-02-24T02:36:05.290Z | Downloaded object v0.30.4 |
| 1020 | 2026-02-24T02:36:05.297Z | Downloaded petgraph v0.6.5 |
| 1021 | 2026-02-24T02:36:05.314Z | Downloaded libz-sys v1.1.20 |
| 1022 | 2026-02-24T02:36:05.331Z | Downloaded chrono-tz v0.10.4 |
| 1023 | 2026-02-24T02:36:05.345Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
| 1024 | 2026-02-24T02:36:05.361Z | Downloaded petgraph v0.8.2 |
| 1025 | 2026-02-24T02:36:05.378Z | Downloaded sha3 v0.10.8 |
| 1026 | 2026-02-24T02:36:05.383Z | Downloaded rustls-webpki v0.101.7 |
| 1027 | 2026-02-24T02:36:05.396Z | Downloaded bitvec v1.0.1 |
| 1028 | 2026-02-24T02:36:05.407Z | Downloaded tokio-postgres v0.7.13 |
| 1029 | 2026-02-24T02:36:05.415Z | Downloaded ssh-key v0.6.6 |
| 1030 | 2026-02-24T02:36:05.418Z | Downloaded portable-atomic v1.11.0 |
| 1031 | 2026-02-24T02:36:05.424Z | Downloaded p384 v0.13.1 |
| 1032 | 2026-02-24T02:36:05.432Z | Downloaded tokio v1.49.0 |
| 1033 | 2026-02-24T02:36:05.464Z | Downloaded hyper v1.8.1 |
| 1034 | 2026-02-24T02:36:05.469Z | Downloaded iddqd v0.3.16 |
| 1035 | 2026-02-24T02:36:05.475Z | Downloaded schemars v0.9.0 |
| 1036 | 2026-02-24T02:36:05.485Z | Downloaded itertools v0.10.5 |
| 1037 | 2026-02-24T02:36:05.489Z | Downloaded tokio-native-tls v0.3.1 |
| 1038 | 2026-02-24T02:36:05.493Z | Downloaded term v1.1.0 |
| 1039 | 2026-02-24T02:36:05.496Z | Downloaded itertools v0.14.0 |
| 1040 | 2026-02-24T02:36:05.500Z | Downloaded itertools v0.12.1 |
| 1041 | 2026-02-24T02:36:05.507Z | Downloaded typify-macro v0.4.3 |
| 1042 | 2026-02-24T02:36:05.514Z | Downloaded typify-macro v0.2.0 |
| 1043 | 2026-02-24T02:36:05.514Z | Downloaded thread-id v5.0.0 |
| 1044 | 2026-02-24T02:36:05.514Z | Downloaded ron v0.8.1 |
| 1045 | 2026-02-24T02:36:05.516Z | Downloaded libxml v0.3.3 |
| 1046 | 2026-02-24T02:36:05.520Z | Downloaded tabled_derive v0.11.0 |
| 1047 | 2026-02-24T02:36:05.522Z | Downloaded tabled_derive v0.10.0 |
| 1048 | 2026-02-24T02:36:05.522Z | Downloaded termtree v0.5.1 |
| 1049 | 2026-02-24T02:36:05.522Z | Downloaded tap v1.0.1 |
| 1050 | 2026-02-24T02:36:05.527Z | Downloaded tabwriter v1.4.0 |
| 1051 | 2026-02-24T02:36:05.527Z | Downloaded static_assertions v1.1.0 |
| 1052 | 2026-02-24T02:36:05.527Z | Downloaded slab v0.4.9 |
| 1053 | 2026-02-24T02:36:05.530Z | Downloaded signal-hook-registry v1.4.2 |
| 1054 | 2026-02-24T02:36:05.530Z | Downloaded shlex v1.3.0 |
| 1055 | 2026-02-24T02:36:05.530Z | Downloaded encoding_rs v0.8.34 |
| 1056 | 2026-02-24T02:36:05.548Z | Downloaded slog-dtrace v0.3.0 |
| 1057 | 2026-02-24T02:36:05.551Z | Downloaded smallvec v0.6.14 |
| 1058 | 2026-02-24T02:36:05.551Z | Downloaded slog-json v2.6.1 |
| 1059 | 2026-02-24T02:36:05.551Z | Downloaded serde_derive_internals v0.29.1 |
| 1060 | 2026-02-24T02:36:05.554Z | Downloaded serde-hex v0.1.0 |
| 1061 | 2026-02-24T02:36:05.554Z | Downloaded prefix-trie v0.7.0 |
| 1062 | 2026-02-24T02:36:05.556Z | Downloaded oso v0.27.3 |
| 1063 | 2026-02-24T02:36:05.559Z | Downloaded openssl-sys v0.9.109 |
| 1064 | 2026-02-24T02:36:05.563Z | Downloaded slog-envlogger v2.2.0 |
| 1065 | 2026-02-24T02:36:05.566Z | Downloaded ryu v1.0.18 |
| 1066 | 2026-02-24T02:36:05.569Z | Downloaded sec1 v0.7.3 |
| 1067 | 2026-02-24T02:36:05.569Z | Downloaded scroll v0.13.0 |
| 1068 | 2026-02-24T02:36:05.572Z | Downloaded schemars_derive v0.8.22 |
| 1069 | 2026-02-24T02:36:05.572Z | Downloaded progenitor-impl v0.10.0 |
| 1070 | 2026-02-24T02:36:05.575Z | Downloaded progenitor-impl v0.8.0 |
| 1071 | 2026-02-24T02:36:05.575Z | Downloaded papergrid v0.17.0 |
| 1072 | 2026-02-24T02:36:05.582Z | Downloaded sigpipe v0.1.3 |
| 1073 | 2026-02-24T02:36:05.585Z | Downloaded signature v2.2.0 |
| 1074 | 2026-02-24T02:36:05.585Z | Downloaded signal-hook-tokio v0.3.1 |
| 1075 | 2026-02-24T02:36:05.585Z | Downloaded serde_spanned v1.0.4 |
| 1076 | 2026-02-24T02:36:05.585Z | Downloaded serde_repr v0.1.19 |
| 1077 | 2026-02-24T02:36:05.585Z | Downloaded p256 v0.13.2 |
| 1078 | 2026-02-24T02:36:05.588Z | Downloaded secrecy v0.8.0 |
| 1079 | 2026-02-24T02:36:05.591Z | Downloaded serde-big-array v0.5.1 |
| 1080 | 2026-02-24T02:36:05.591Z | Downloaded serde_plain v1.0.2 |
| 1081 | 2026-02-24T02:36:05.594Z | Downloaded seq-macro v0.3.6 |
| 1082 | 2026-02-24T02:36:05.594Z | Downloaded postgres-types v0.2.9 |
| 1083 | 2026-02-24T02:36:05.597Z | Downloaded rand_core v0.9.3 |
| 1084 | 2026-02-24T02:36:05.597Z | Downloaded rand_core v0.6.4 |
| 1085 | 2026-02-24T02:36:05.600Z | Downloaded rand_chacha v0.9.0 |
| 1086 | 2026-02-24T02:36:05.600Z | Downloaded hashbrown v0.13.2 |
| 1087 | 2026-02-24T02:36:05.603Z | Downloaded pkcs1 v0.7.5 |
| 1088 | 2026-02-24T02:36:05.607Z | Downloaded pin-project-lite v0.2.14 |
| 1089 | 2026-02-24T02:36:05.610Z | Downloaded omicron-zone-package v0.12.2 |
| 1090 | 2026-02-24T02:36:05.613Z | Downloaded ref-cast v1.0.25 |
| 1091 | 2026-02-24T02:36:05.613Z | Downloaded progenitor v0.11.2 |
| 1092 | 2026-02-24T02:36:05.616Z | Downloaded poly1305 v0.8.0 |
| 1093 | 2026-02-24T02:36:05.619Z | Downloaded pkg-config v0.3.31 |
| 1094 | 2026-02-24T02:36:05.619Z | Downloaded ring v0.17.14 |
| 1095 | 2026-02-24T02:36:05.654Z | Downloaded pkcs8 v0.10.2 |
| 1096 | 2026-02-24T02:36:05.657Z | Downloaded proc-macro-error2 v2.0.1 |
| 1097 | 2026-02-24T02:36:05.660Z | Downloaded peg v0.8.5 |
| 1098 | 2026-02-24T02:36:05.662Z | Downloaded paste v1.0.15 |
| 1099 | 2026-02-24T02:36:05.665Z | Downloaded miniz_oxide v0.8.5 |
| 1100 | 2026-02-24T02:36:05.668Z | Downloaded jiff-static v0.2.15 |
| 1101 | 2026-02-24T02:36:05.670Z | Downloaded hickory-resolver v0.24.4 |
| 1102 | 2026-02-24T02:36:05.673Z | Downloaded hickory-resolver v0.25.2 |
| 1103 | 2026-02-24T02:36:05.676Z | Downloaded heapless v0.7.17 |
| 1104 | 2026-02-24T02:36:05.679Z | Downloaded headers v0.4.1 |
| 1105 | 2026-02-24T02:36:05.683Z | Downloaded bumpalo v3.16.0 |
| 1106 | 2026-02-24T02:36:05.686Z | Downloaded heapless v0.8.0 |
| 1107 | 2026-02-24T02:36:05.689Z | Downloaded rand_xorshift v0.4.0 |
| 1108 | 2026-02-24T02:36:05.692Z | Downloaded phf v0.11.2 |
| 1109 | 2026-02-24T02:36:05.692Z | Downloaded libgit2-sys v0.18.2+1.9.1 |
| 1110 | 2026-02-24T02:36:05.741Z | Downloaded parse-display-derive v0.10.0 |
| 1111 | 2026-02-24T02:36:05.744Z | Downloaded progenitor-macro v0.8.0 |
| 1112 | 2026-02-24T02:36:05.744Z | Downloaded progenitor-client v0.11.2 |
| 1113 | 2026-02-24T02:36:05.744Z | Downloaded progenitor-client v0.8.0 |
| 1114 | 2026-02-24T02:36:05.744Z | Downloaded owo-colors v4.2.3 |
| 1115 | 2026-02-24T02:36:05.747Z | Downloaded indicatif v0.17.11 |
| 1116 | 2026-02-24T02:36:05.751Z | Downloaded packed_struct v0.10.1 |
| 1117 | 2026-02-24T02:36:05.755Z | Downloaded pin-project-internal v1.1.6 |
| 1118 | 2026-02-24T02:36:05.755Z | Downloaded phf v0.12.1 |
| 1119 | 2026-02-24T02:36:05.755Z | Downloaded pretty-hex v0.2.1 |
| 1120 | 2026-02-24T02:36:05.755Z | Downloaded oxnet v0.1.4 |
| 1121 | 2026-02-24T02:36:05.758Z | Downloaded expectorate v1.2.0 |
| 1122 | 2026-02-24T02:36:05.759Z | Downloaded dropshot-api-manager v0.3.0 |
| 1123 | 2026-02-24T02:36:05.761Z | Downloaded flate2 v1.1.2 |
| 1124 | 2026-02-24T02:36:05.765Z | Downloaded ed25519-dalek v2.1.1 |
| 1125 | 2026-02-24T02:36:05.768Z | Downloaded base64 v0.21.7 |
| 1126 | 2026-02-24T02:36:05.771Z | Downloaded aho-corasick v1.1.3 |
| 1127 | 2026-02-24T02:36:05.774Z | Downloaded pem v3.0.5 |
| 1128 | 2026-02-24T02:36:05.777Z | Downloaded peg-macros v0.8.5 |
| 1129 | 2026-02-24T02:36:05.777Z | Downloaded oxide-tokio-rt v0.1.2 |
| 1130 | 2026-02-24T02:36:05.780Z | Downloaded httparse v1.9.5 |
| 1131 | 2026-02-24T02:36:05.780Z | Downloaded darling_core v0.21.0 |
| 1132 | 2026-02-24T02:36:05.783Z | Downloaded password-hash v0.5.0 |
| 1133 | 2026-02-24T02:36:05.786Z | Downloaded num-complex v0.4.6 |
| 1134 | 2026-02-24T02:36:05.789Z | Downloaded ignore v0.4.23 |
| 1135 | 2026-02-24T02:36:05.789Z | Downloaded compact_str v0.8.0 |
| 1136 | 2026-02-24T02:36:05.792Z | Downloaded crypto-bigint v0.5.5 |
| 1137 | 2026-02-24T02:36:05.798Z | Downloaded num-integer v0.1.46 |
| 1138 | 2026-02-24T02:36:05.801Z | Downloaded num-derive v0.4.2 |
| 1139 | 2026-02-24T02:36:05.801Z | Downloaded num-conv v0.1.0 |
| 1140 | 2026-02-24T02:36:05.801Z | Downloaded iana-time-zone v0.1.63 |
| 1141 | 2026-02-24T02:36:05.804Z | Downloaded derive_more v2.0.1 |
| 1142 | 2026-02-24T02:36:05.812Z | Downloaded match_cfg v0.1.0 |
| 1143 | 2026-02-24T02:36:05.815Z | Downloaded globset v0.4.15 |
| 1144 | 2026-02-24T02:36:05.815Z | Downloaded packed_struct_codegen v0.10.1 |
| 1145 | 2026-02-24T02:36:05.815Z | Downloaded parse-size v1.1.0 |
| 1146 | 2026-02-24T02:36:05.815Z | Downloaded native-tls v0.2.12 |
| 1147 | 2026-02-24T02:36:05.819Z | Downloaded lock_api v0.4.12 |
| 1148 | 2026-02-24T02:36:05.819Z | Downloaded libsw v3.5.0 |
| 1149 | 2026-02-24T02:36:05.825Z | Downloaded libefi-sys v0.1.0 |
| 1150 | 2026-02-24T02:36:05.825Z | Downloaded hyper-rustls v0.27.7 |
| 1151 | 2026-02-24T02:36:05.825Z | Downloaded mime_guess v2.0.5 |
| 1152 | 2026-02-24T02:36:05.828Z | Downloaded ingot-macros v0.1.1 |
| 1153 | 2026-02-24T02:36:05.828Z | Downloaded managed v0.8.0 |
| 1154 | 2026-02-24T02:36:05.828Z | Downloaded linear-map v1.2.0 |
| 1155 | 2026-02-24T02:36:05.828Z | Downloaded libz-rs-sys v0.5.1 |
| 1156 | 2026-02-24T02:36:05.828Z | Downloaded indoc v2.0.6 |
| 1157 | 2026-02-24T02:36:05.832Z | Downloaded const_format v0.2.34 |
| 1158 | 2026-02-24T02:36:05.835Z | Downloaded num_threads v0.1.7 |
| 1159 | 2026-02-24T02:36:05.835Z | Downloaded num-iter v0.1.45 |
| 1160 | 2026-02-24T02:36:05.838Z | Downloaded libloading v0.8.5 |
| 1161 | 2026-02-24T02:36:05.838Z | Downloaded ipnetwork v0.21.1 |
| 1162 | 2026-02-24T02:36:05.841Z | Downloaded internet-checksum v0.2.1 |
| 1163 | 2026-02-24T02:36:05.841Z | Downloaded hickory-client v0.25.2 |
| 1164 | 2026-02-24T02:36:05.844Z | Downloaded nonempty v0.12.0 |
| 1165 | 2026-02-24T02:36:05.844Z | Downloaded base64 v0.13.1 |
| 1166 | 2026-02-24T02:36:05.847Z | Downloaded blake2 v0.10.6 |
| 1167 | 2026-02-24T02:36:05.847Z | Downloaded nibble_vec v0.1.0 |
| 1168 | 2026-02-24T02:36:05.851Z | Downloaded newline-converter v0.3.0 |
| 1169 | 2026-02-24T02:36:05.851Z | Downloaded multimap v0.10.1 |
| 1170 | 2026-02-24T02:36:05.851Z | Downloaded maybe-uninit v2.0.0 |
| 1171 | 2026-02-24T02:36:05.854Z | Downloaded ipnet v2.11.0 |
| 1172 | 2026-02-24T02:36:05.854Z | Downloaded ingot-types v0.1.2 |
| 1173 | 2026-02-24T02:36:05.854Z | Downloaded hyper-staticfile v0.10.1 |
| 1174 | 2026-02-24T02:36:05.859Z | Downloaded getrandom v0.2.15 |
| 1175 | 2026-02-24T02:36:05.859Z | Downloaded md-5 v0.10.6 |
| 1176 | 2026-02-24T02:36:05.863Z | Downloaded lockfree-object-pool v0.1.6 |
| 1177 | 2026-02-24T02:36:05.863Z | Downloaded mime v0.3.17 |
| 1178 | 2026-02-24T02:36:05.868Z | Downloaded maplit v1.0.2 |
| 1179 | 2026-02-24T02:36:05.868Z | Downloaded http-body-util v0.1.3 |
| 1180 | 2026-02-24T02:36:05.868Z | Downloaded libsw-core v0.3.1 |
| 1181 | 2026-02-24T02:36:05.871Z | Downloaded console v0.16.0 |
| 1182 | 2026-02-24T02:36:05.871Z | Downloaded console v0.15.10 |
| 1183 | 2026-02-24T02:36:05.874Z | Downloaded clang-sys v1.8.1 |
| 1184 | 2026-02-24T02:36:05.877Z | Downloaded cc v1.2.56 |
| 1185 | 2026-02-24T02:36:05.877Z | Downloaded linked-hash-map v0.5.6 |
| 1186 | 2026-02-24T02:36:05.881Z | Downloaded libscf-sys v1.1.0 |
| 1187 | 2026-02-24T02:36:05.881Z | Downloaded lalrpop-util v0.19.12 |
| 1188 | 2026-02-24T02:36:05.881Z | Downloaded futures v0.3.31 |
| 1189 | 2026-02-24T02:36:05.884Z | Downloaded derive_more-impl v2.0.1 |
| 1190 | 2026-02-24T02:36:05.887Z | Downloaded dropshot_endpoint v0.16.7 |
| 1191 | 2026-02-24T02:36:05.890Z | Downloaded derive-where v1.5.0 |
| 1192 | 2026-02-24T02:36:05.894Z | Downloaded darling v0.21.0 |
| 1193 | 2026-02-24T02:36:05.898Z | Downloaded home v0.5.9 |
| 1194 | 2026-02-24T02:36:05.901Z | Downloaded colored v3.0.0 |
| 1195 | 2026-02-24T02:36:05.901Z | Downloaded darling v0.20.10 |
| 1196 | 2026-02-24T02:36:05.904Z | Downloaded crossbeam-epoch v0.9.18 |
| 1197 | 2026-02-24T02:36:05.908Z | Downloaded cookie_store v0.21.1 |
| 1198 | 2026-02-24T02:36:05.910Z | Downloaded cookie v0.18.1 |
| 1199 | 2026-02-24T02:36:05.910Z | Downloaded bzip2 v0.4.4 |
| 1200 | 2026-02-24T02:36:05.913Z | Downloaded base64ct v1.6.0 |
| 1201 | 2026-02-24T02:36:05.916Z | Downloaded const-oid v0.9.6 |
| 1202 | 2026-02-24T02:36:05.916Z | Downloaded ciborium v0.2.2 |
| 1203 | 2026-02-24T02:36:05.919Z | Downloaded is-terminal v0.4.13 |
| 1204 | 2026-02-24T02:36:05.919Z | Downloaded instant v0.1.13 |
| 1205 | 2026-02-24T02:36:05.922Z | Downloaded highway v1.3.0 |
| 1206 | 2026-02-24T02:36:05.922Z | Downloaded indent_write v2.2.0 |
| 1207 | 2026-02-24T02:36:05.923Z | Downloaded hyper-tls v0.6.0 |
| 1208 | 2026-02-24T02:36:05.925Z | Downloaded http-range v0.1.5 |
| 1209 | 2026-02-24T02:36:05.925Z | Downloaded glob v0.3.2 |
| 1210 | 2026-02-24T02:36:05.928Z | Downloaded crossbeam-utils v0.8.21 |
| 1211 | 2026-02-24T02:36:05.928Z | Downloaded cancel-safe-futures v0.1.5 |
| 1212 | 2026-02-24T02:36:05.931Z | Downloaded http-body v1.0.1 |
| 1213 | 2026-02-24T02:36:05.934Z | Downloaded derive_builder v0.20.2 |
| 1214 | 2026-02-24T02:36:05.936Z | Downloaded critical-section v1.1.3 |
| 1215 | 2026-02-24T02:36:05.940Z | Downloaded bitfield v0.19.2 |
| 1216 | 2026-02-24T02:36:05.940Z | Downloaded diff v0.1.13 |
| 1217 | 2026-02-24T02:36:05.955Z | Downloaded bzip2 v0.5.2 |
| 1218 | 2026-02-24T02:36:05.955Z | Downloaded colored v2.2.0 |
| 1219 | 2026-02-24T02:36:05.958Z | Downloaded blowfish v0.9.1 |
| 1220 | 2026-02-24T02:36:05.958Z | Downloaded httpdate v1.0.3 |
| 1221 | 2026-02-24T02:36:05.958Z | Downloaded hostname v0.4.2 |
| 1222 | 2026-02-24T02:36:05.958Z | Downloaded group v0.13.0 |
| 1223 | 2026-02-24T02:36:05.958Z | Downloaded gethostname v0.5.0 |
| 1224 | 2026-02-24T02:36:05.958Z | Downloaded futures-channel v0.3.31 |
| 1225 | 2026-02-24T02:36:05.958Z | Downloaded hex v0.4.3 |
| 1226 | 2026-02-24T02:36:05.958Z | Downloaded foldhash v0.2.0 |
| 1227 | 2026-02-24T02:36:05.958Z | Downloaded foldhash v0.1.5 |
| 1228 | 2026-02-24T02:36:05.958Z | Downloaded fallible-iterator v0.2.0 |
| 1229 | 2026-02-24T02:36:05.959Z | Downloaded buf-list v1.0.3 |
| 1230 | 2026-02-24T02:36:05.962Z | Downloaded flagset v0.4.6 |
| 1231 | 2026-02-24T02:36:05.962Z | Downloaded filetime v0.2.26 |
| 1232 | 2026-02-24T02:36:05.962Z | Downloaded env_logger v0.11.8 |
| 1233 | 2026-02-24T02:36:05.964Z | Downloaded either v1.15.0 |
| 1234 | 2026-02-24T02:36:05.967Z | Downloaded diesel-dtrace v0.4.2 |
| 1235 | 2026-02-24T02:36:05.967Z | Downloaded corncobs v0.1.4 |
| 1236 | 2026-02-24T02:36:05.967Z | Downloaded cmake v0.1.51 |
| 1237 | 2026-02-24T02:36:05.970Z | Downloaded bb8 v0.8.5 |
| 1238 | 2026-02-24T02:36:05.970Z | Downloaded arrayvec v0.7.6 |
| 1239 | 2026-02-24T02:36:05.972Z | Downloaded enum-as-inner v0.6.1 |
| 1240 | 2026-02-24T02:36:05.975Z | Downloaded data-encoding v2.9.0 |
| 1241 | 2026-02-24T02:36:05.975Z | Downloaded crc v3.2.1 |
| 1242 | 2026-02-24T02:36:05.978Z | Downloaded const_format_proc_macros v0.2.34 |
| 1243 | 2026-02-24T02:36:05.981Z | Downloaded camino-tempfile-ext v0.3.2 |
| 1244 | 2026-02-24T02:36:05.981Z | Downloaded bitflags v1.3.2 |
| 1245 | 2026-02-24T02:36:05.984Z | Downloaded backoff v0.4.0 |
| 1246 | 2026-02-24T02:36:05.984Z | Downloaded async-trait v0.1.89 |
| 1247 | 2026-02-24T02:36:05.988Z | Downloaded ed25519 v2.2.3 |
| 1248 | 2026-02-24T02:36:05.991Z | Downloaded hash32 v0.3.1 |
| 1249 | 2026-02-24T02:36:05.991Z | Downloaded hash32 v0.2.1 |
| 1250 | 2026-02-24T02:36:05.991Z | Downloaded defmt-macros v0.3.9 |
| 1251 | 2026-02-24T02:36:05.995Z | Downloaded ghash v0.5.1 |
| 1252 | 2026-02-24T02:36:05.999Z | Downloaded futures-macro v0.3.31 |
| 1253 | 2026-02-24T02:36:05.999Z | Downloaded fs-err v2.11.0 |
| 1254 | 2026-02-24T02:36:05.999Z | Downloaded erased-serde v0.3.31 |
| 1255 | 2026-02-24T02:36:06.002Z | Downloaded ena v0.14.3 |
| 1256 | 2026-02-24T02:36:06.002Z | Downloaded display-error-chain v0.2.2 |
| 1257 | 2026-02-24T02:36:06.002Z | Downloaded der_derive v0.7.3 |
| 1258 | 2026-02-24T02:36:06.005Z | Downloaded defmt v0.3.8 |
| 1259 | 2026-02-24T02:36:06.008Z | Downloaded convert_case v0.7.1 |
| 1260 | 2026-02-24T02:36:06.008Z | Downloaded chacha20poly1305 v0.10.1 |
| 1261 | 2026-02-24T02:36:06.012Z | Downloaded bit-vec v0.8.0 |
| 1262 | 2026-02-24T02:36:06.012Z | Downloaded bcs v0.1.6 |
| 1263 | 2026-02-24T02:36:06.015Z | Downloaded ecdsa v0.16.9 |
| 1264 | 2026-02-24T02:36:06.015Z | Downloaded derive-ex v0.1.8 |
| 1265 | 2026-02-24T02:36:06.015Z | Downloaded funty v2.0.0 |
| 1266 | 2026-02-24T02:36:06.018Z | Downloaded foreign-types-macros v0.2.3 |
| 1267 | 2026-02-24T02:36:06.018Z | Downloaded foreign-types v0.5.0 |
| 1268 | 2026-02-24T02:36:06.018Z | Downloaded float-cmp v0.10.0 |
| 1269 | 2026-02-24T02:36:06.018Z | Downloaded dunce v1.0.5 |
| 1270 | 2026-02-24T02:36:06.021Z | Downloaded dropshot-api-manager-types v0.3.0 |
| 1271 | 2026-02-24T02:36:06.021Z | Downloaded darling_macro v0.21.0 |
| 1272 | 2026-02-24T02:36:06.021Z | Downloaded cipher v0.4.4 |
| 1273 | 2026-02-24T02:36:06.024Z | Downloaded cexpr v0.6.0 |
| 1274 | 2026-02-24T02:36:06.024Z | Downloaded cargo_metadata v0.19.2 |
| 1275 | 2026-02-24T02:36:06.027Z | Downloaded bit-vec v0.6.3 |
| 1276 | 2026-02-24T02:36:06.027Z | Downloaded bit-set v0.8.0 |
| 1277 | 2026-02-24T02:36:06.029Z | Downloaded atomic-waker v1.1.2 |
| 1278 | 2026-02-24T02:36:06.029Z | Downloaded dof v0.4.0 |
| 1279 | 2026-02-24T02:36:06.029Z | Downloaded float-ord v0.3.2 |
| 1280 | 2026-02-24T02:36:06.032Z | Downloaded embedded-io v0.6.1 |
| 1281 | 2026-02-24T02:36:06.032Z | Downloaded dyn-clone v1.0.20 |
| 1282 | 2026-02-24T02:36:06.035Z | Downloaded difflib v0.4.0 |
| 1283 | 2026-02-24T02:36:06.035Z | Downloaded cstr-argument v0.1.2 |
| 1284 | 2026-02-24T02:36:06.035Z | Downloaded bitfield-struct v0.6.2 |
| 1285 | 2026-02-24T02:36:06.041Z | Downloaded ascii-canvas v3.0.0 |
| 1286 | 2026-02-24T02:36:06.041Z | Downloaded deranged v0.5.3 |
| 1287 | 2026-02-24T02:36:06.041Z | Downloaded crc-catalog v2.4.0 |
| 1288 | 2026-02-24T02:36:06.041Z | Downloaded cargo-platform v0.1.8 |
| 1289 | 2026-02-24T02:36:06.041Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1290 | 2026-02-24T02:36:06.041Z | Downloaded async-recursion v1.1.1 |
| 1291 | 2026-02-24T02:36:06.045Z | Downloaded fd-lock v4.0.2 |
| 1292 | 2026-02-24T02:36:06.048Z | Downloaded debug-ignore v1.0.5 |
| 1293 | 2026-02-24T02:36:06.048Z | Downloaded crunchy v0.2.2 |
| 1294 | 2026-02-24T02:36:06.048Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1295 | 2026-02-24T02:36:06.048Z | Downloaded crc8 v0.1.1 |
| 1296 | 2026-02-24T02:36:06.051Z | Downloaded cfg_aliases v0.2.1 |
| 1297 | 2026-02-24T02:36:06.051Z | Downloaded block-padding v0.3.3 |
| 1298 | 2026-02-24T02:36:06.051Z | Downloaded async-stream-impl v0.3.6 |
| 1299 | 2026-02-24T02:36:06.051Z | Downloaded assert_matches v1.5.0 |
| 1300 | 2026-02-24T02:36:06.054Z | Downloaded constant_time_eq v0.3.1 |
| 1301 | 2026-02-24T02:36:06.054Z | Downloaded ciborium-ll v0.2.2 |
| 1302 | 2026-02-24T02:36:06.054Z | Downloaded document-features v0.2.11 |
| 1303 | 2026-02-24T02:36:06.057Z | Downloaded dirs-sys-next v0.1.2 |
| 1304 | 2026-02-24T02:36:06.057Z | Downloaded derive_builder_macro v0.20.2 |
| 1305 | 2026-02-24T02:36:06.057Z | Downloaded darling_macro v0.20.10 |
| 1306 | 2026-02-24T02:36:06.057Z | Downloaded convert_case v0.4.0 |
| 1307 | 2026-02-24T02:36:06.123Z | Downloaded bitfield-macros v0.19.2 |
| 1308 | 2026-02-24T02:36:06.123Z | Downloaded arrayref v0.3.9 |
| 1309 | 2026-02-24T02:36:06.123Z | Downloaded array-init v0.0.4 |
| 1310 | 2026-02-24T02:36:06.123Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 1311 | 2026-02-24T02:36:06.127Z | Downloaded base16ct v0.2.0 |
| 1312 | 2026-02-24T02:36:06.127Z | Downloaded atty v0.2.14 |
| 1313 | 2026-02-24T02:36:06.127Z | Downloaded der v0.7.10 |
| 1314 | 2026-02-24T02:36:06.127Z | Downloaded crossterm v0.29.0 |
| 1315 | 2026-02-24T02:36:06.127Z | Downloaded castaway v0.2.3 |
| 1316 | 2026-02-24T02:36:06.127Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1317 | 2026-02-24T02:36:06.127Z | Downloaded ctr v0.9.2 |
| 1318 | 2026-02-24T02:36:06.127Z | Downloaded async-bb8-diesel v0.2.1 |
| 1319 | 2026-02-24T02:36:06.127Z | Downloaded allocator-api2 v0.2.21 |
| 1320 | 2026-02-24T02:36:06.127Z | Downloaded csv-core v0.1.11 |
| 1321 | 2026-02-24T02:36:06.127Z | Downloaded async-stream v0.3.6 |
| 1322 | 2026-02-24T02:36:06.127Z | Downloaded cfg_aliases v0.1.1 |
| 1323 | 2026-02-24T02:36:06.127Z | Downloaded addr2line v0.24.2 |
| 1324 | 2026-02-24T02:36:06.277Z | Downloaded aws-lc-sys v0.26.0 |
| 1325 | 2026-02-24T02:36:06.582Z | Compiling value-bag v1.12.0 |
| 1326 | 2026-02-24T02:36:06.582Z | Compiling lock_api v0.4.12 |
| 1327 | 2026-02-24T02:36:06.582Z | Compiling scopeguard v1.2.0 |
| 1328 | 2026-02-24T02:36:06.585Z | Compiling shlex v1.3.0 |
| 1329 | 2026-02-24T02:36:06.585Z | Compiling find-msvc-tools v0.1.9 |
| 1330 | 2026-02-24T02:36:06.753Z | Compiling syn v2.0.114 |
| 1331 | 2026-02-24T02:36:06.768Z | Compiling getrandom v0.2.15 |
| 1332 | 2026-02-24T02:36:06.771Z | Compiling jobserver v0.1.32 |
| 1333 | 2026-02-24T02:36:06.900Z | Compiling typenum v1.17.0 |
| 1334 | 2026-02-24T02:36:07.167Z | Compiling log v0.4.29 |
| 1335 | 2026-02-24T02:36:07.237Z | Compiling cc v1.2.56 |
| 1336 | 2026-02-24T02:36:07.269Z | Compiling smallvec v1.15.1 |
| 1337 | 2026-02-24T02:36:07.289Z | Compiling rand_core v0.6.4 |
| 1338 | 2026-02-24T02:36:07.702Z | Compiling generic-array v0.14.7 |
| 1339 | 2026-02-24T02:36:07.832Z | Compiling subtle v2.6.1 |
| 1340 | 2026-02-24T02:36:07.885Z | Compiling portable-atomic v1.11.0 |
| 1341 | 2026-02-24T02:36:07.983Z | Compiling const-oid v0.9.6 |
| 1342 | 2026-02-24T02:36:08.060Z | Compiling critical-section v1.1.3 |
| 1343 | 2026-02-24T02:36:08.153Z | Compiling getrandom v0.3.4 |
| 1344 | 2026-02-24T02:36:08.216Z | Compiling pkg-config v0.3.31 |
| 1345 | 2026-02-24T02:36:08.237Z | Compiling serde_json v1.0.149 |
| 1346 | 2026-02-24T02:36:08.645Z | Compiling spin v0.9.8 |
| 1347 | 2026-02-24T02:36:09.070Z | Compiling parking_lot_core v0.9.10 |
| 1348 | 2026-02-24T02:36:09.320Z | Compiling regex-syntax v0.8.5 |
| 1349 | 2026-02-24T02:36:09.508Z | Compiling pin-project-lite v0.2.14 |
| 1350 | 2026-02-24T02:36:09.675Z | Compiling libm v0.2.8 |
| 1351 | 2026-02-24T02:36:10.044Z | Compiling once_cell v1.21.3 |
| 1352 | 2026-02-24T02:36:10.066Z | Compiling rustix v0.38.37 |
| 1353 | 2026-02-24T02:36:10.215Z | Compiling signal-hook-registry v1.4.2 |
| 1354 | 2026-02-24T02:36:10.459Z | Compiling num-traits v0.2.19 |
| 1355 | 2026-02-24T02:36:10.715Z | Compiling allocator-api2 v0.2.21 |
| 1356 | 2026-02-24T02:36:10.931Z | Compiling parking_lot v0.12.3 |
| 1357 | 2026-02-24T02:36:11.081Z | Compiling mio v1.0.2 |
| 1358 | 2026-02-24T02:36:11.159Z | Compiling futures-core v0.3.31 |
| 1359 | 2026-02-24T02:36:11.434Z | Compiling lazy_static v1.5.0 |
| 1360 | 2026-02-24T02:36:11.456Z | Compiling aho-corasick v1.1.3 |
| 1361 | 2026-02-24T02:36:11.581Z | Compiling percent-encoding v2.3.2 |
| 1362 | 2026-02-24T02:36:11.737Z | Compiling socket2 v0.6.1 |
| 1363 | 2026-02-24T02:36:12.124Z | Compiling slab v0.4.9 |
| 1364 | 2026-02-24T02:36:12.209Z | Compiling cpufeatures v0.2.14 |
| 1365 | 2026-02-24T02:36:12.323Z | Compiling futures-sink v0.3.31 |
| 1366 | 2026-02-24T02:36:12.426Z | Compiling glob v0.3.2 |
| 1367 | 2026-02-24T02:36:12.525Z | Compiling either v1.15.0 |
| 1368 | 2026-02-24T02:36:12.625Z | Compiling futures-channel v0.3.31 |
| 1369 | 2026-02-24T02:36:12.931Z | Compiling hashbrown v0.16.1 |
| 1370 | 2026-02-24T02:36:12.954Z | Compiling prettyplease v0.2.36 |
| 1371 | 2026-02-24T02:36:13.060Z | Compiling rustversion v1.0.22 |
| 1372 | 2026-02-24T02:36:13.286Z | Compiling clang-sys v1.8.1 |
| 1373 | 2026-02-24T02:36:13.321Z | Compiling pin-utils v0.1.0 |
| 1374 | 2026-02-24T02:36:13.436Z | Compiling futures-task v0.3.31 |
| 1375 | 2026-02-24T02:36:13.671Z | Compiling regex-automata v0.4.11 |
| 1376 | 2026-02-24T02:36:13.748Z | Compiling futures-io v0.3.31 |
| 1377 | 2026-02-24T02:36:13.877Z | Compiling minimal-lexical v0.2.1 |
| 1378 | 2026-02-24T02:36:14.026Z | Compiling libloading v0.8.5 |
| 1379 | 2026-02-24T02:36:14.138Z | Compiling indexmap v2.13.0 |
| 1380 | 2026-02-24T02:36:14.379Z | Compiling synstructure v0.13.1 |
| 1381 | 2026-02-24T02:36:14.418Z | Compiling nom v7.1.3 |
| 1382 | 2026-02-24T02:36:15.169Z | Compiling home v0.5.9 |
| 1383 | 2026-02-24T02:36:15.172Z | Compiling base64ct v1.6.0 |
| 1384 | 2026-02-24T02:36:15.402Z | Compiling bindgen v0.69.5 |
| 1385 | 2026-02-24T02:36:15.637Z | Compiling ident_case v1.0.1 |
| 1386 | 2026-02-24T02:36:15.741Z | Compiling pem-rfc7468 v0.7.0 |
| 1387 | 2026-02-24T02:36:15.840Z | Compiling itertools v0.12.1 |
| 1388 | 2026-02-24T02:36:16.361Z | Compiling form_urlencoded v1.2.2 |
| 1389 | 2026-02-24T02:36:16.419Z | Compiling lazycell v1.3.0 |
| 1390 | 2026-02-24T02:36:16.616Z | Compiling rustc-hash v1.1.0 |
| 1391 | 2026-02-24T02:36:16.678Z | Compiling flagset v0.4.6 |
| 1392 | 2026-02-24T02:36:16.784Z | Compiling rand_core v0.9.3 |
| 1393 | 2026-02-24T02:36:16.907Z | Compiling cmake v0.1.51 |
| 1394 | 2026-02-24T02:36:17.359Z | Compiling fs_extra v1.3.0 |
| 1395 | 2026-02-24T02:36:17.751Z | Compiling cexpr v0.6.0 |
| 1396 | 2026-02-24T02:36:17.773Z | Compiling foldhash v0.1.5 |
| 1397 | 2026-02-24T02:36:17.910Z | Compiling dunce v1.0.5 |
| 1398 | 2026-02-24T02:36:18.064Z | Compiling paste v1.0.15 |
| 1399 | 2026-02-24T02:36:18.088Z | Compiling iana-time-zone v0.1.63 |
| 1400 | 2026-02-24T02:36:18.463Z | Compiling hashbrown v0.15.4 |
| 1401 | 2026-02-24T02:36:18.646Z | Compiling rustc_version v0.4.1 |
| 1402 | 2026-02-24T02:36:18.670Z | Compiling uuid v1.19.0 |
| 1403 | 2026-02-24T02:36:18.763Z | Compiling zerocopy v0.8.27 |
| 1404 | 2026-02-24T02:36:19.091Z | Compiling serde_derive v1.0.228 |
| 1405 | 2026-02-24T02:36:19.310Z | Compiling zeroize_derive v1.4.2 |
| 1406 | 2026-02-24T02:36:19.331Z | Compiling zerofrom-derive v0.1.4 |
| 1407 | 2026-02-24T02:36:19.585Z | Compiling yoke-derive v0.7.4 |
| 1408 | 2026-02-24T02:36:19.629Z | Compiling zerovec-derive v0.10.3 |
| 1409 | 2026-02-24T02:36:20.161Z | Compiling displaydoc v0.2.5 |
| 1410 | 2026-02-24T02:36:20.665Z | Compiling zeroize v1.8.1 |
| 1411 | 2026-02-24T02:36:21.725Z | Compiling icu_provider_macros v1.5.0 |
| 1412 | 2026-02-24T02:36:22.006Z | Compiling zerocopy-derive v0.7.35 |
| 1413 | 2026-02-24T02:36:22.336Z | Compiling tokio-macros v2.6.0 |
| 1414 | 2026-02-24T02:36:22.486Z | Compiling crypto-common v0.1.6 |
| 1415 | 2026-02-24T02:36:22.709Z | Compiling block-buffer v0.10.4 |
| 1416 | 2026-02-24T02:36:22.748Z | Compiling zerofrom v0.1.4 |
| 1417 | 2026-02-24T02:36:22.789Z | Compiling thiserror-impl v2.0.18 |
| 1418 | 2026-02-24T02:36:23.006Z | Compiling digest v0.10.7 |
| 1419 | 2026-02-24T02:36:23.029Z | Compiling yoke v0.7.4 |
| 1420 | 2026-02-24T02:36:23.433Z | Compiling zerovec v0.10.4 |
| 1421 | 2026-02-24T02:36:23.535Z | Compiling hmac v0.12.1 |
| 1422 | 2026-02-24T02:36:23.836Z | Compiling block-padding v0.3.3 |
| 1423 | 2026-02-24T02:36:23.865Z | Compiling futures-macro v0.3.31 |
| 1424 | 2026-02-24T02:36:23.899Z | Compiling regex v1.11.3 |
| 1425 | 2026-02-24T02:36:23.984Z | Compiling zerocopy v0.7.35 |
| 1426 | 2026-02-24T02:36:24.111Z | Compiling inout v0.1.3 |
| 1427 | 2026-02-24T02:36:24.439Z | Compiling cipher v0.4.4 |
| 1428 | 2026-02-24T02:36:24.882Z | Compiling sha2 v0.10.9 |
| 1429 | 2026-02-24T02:36:24.995Z | Compiling der_derive v0.7.3 |
| 1430 | 2026-02-24T02:36:25.390Z | Compiling tinystr v0.7.6 |
| 1431 | 2026-02-24T02:36:25.504Z | Compiling icu_collections v1.5.0 |
| 1432 | 2026-02-24T02:36:25.652Z | Compiling futures-util v0.3.31 |
| 1433 | 2026-02-24T02:36:25.760Z | Compiling icu_locid v1.5.0 |
| 1434 | 2026-02-24T02:36:25.923Z | Compiling thiserror v2.0.18 |
| 1435 | 2026-02-24T02:36:26.092Z | Compiling ppv-lite86 v0.2.20 |
| 1436 | 2026-02-24T02:36:26.120Z | Compiling pest v2.8.2 |
| 1437 | 2026-02-24T02:36:26.373Z | Compiling serde v1.0.228 |
| 1438 | 2026-02-24T02:36:26.756Z | Compiling salsa20 v0.10.2 |
| 1439 | 2026-02-24T02:36:26.868Z | Compiling icu_provider v1.5.0 |
| 1440 | 2026-02-24T02:36:26.982Z | Compiling pbkdf2 v0.12.2 |
| 1441 | 2026-02-24T02:36:27.181Z | Compiling vcpkg v0.2.15 |
| 1442 | 2026-02-24T02:36:27.203Z | Compiling der v0.7.10 |
| 1443 | 2026-02-24T02:36:27.679Z | Compiling bitflags v2.9.4 |
| 1444 | 2026-02-24T02:36:27.772Z | Compiling bytes v1.11.1 |
| 1445 | 2026-02-24T02:36:27.840Z | Compiling icu_locid_transform v1.5.0 |
| 1446 | 2026-02-24T02:36:28.388Z | Compiling chrono v0.4.43 |
| 1447 | 2026-02-24T02:36:28.909Z | Compiling tokio v1.49.0 |
| 1448 | 2026-02-24T02:36:29.120Z | Compiling icu_properties v1.5.1 |
| 1449 | 2026-02-24T02:36:29.213Z | Compiling openssl-sys v0.9.109 |
| 1450 | 2026-02-24T02:36:30.178Z | Compiling spki v0.7.3 |
| 1451 | 2026-02-24T02:36:30.200Z | Compiling http v1.4.0 |
| 1452 | 2026-02-24T02:36:30.329Z | Compiling pest_meta v2.8.2 |
| 1453 | 2026-02-24T02:36:30.540Z | Compiling scrypt v0.11.0 |
| 1454 | 2026-02-24T02:36:30.993Z | Compiling rand_chacha v0.9.0 |
| 1455 | 2026-02-24T02:36:31.061Z | Compiling aes v0.8.4 |
| 1456 | 2026-02-24T02:36:31.761Z | Compiling which v4.4.2 |
| 1457 | 2026-02-24T02:36:32.401Z | Compiling cbc v0.1.2 |
| 1458 | 2026-02-24T02:36:32.715Z | Compiling zerocopy-derive v0.8.27 |
| 1459 | 2026-02-24T02:36:32.765Z | Compiling pkcs5 v0.7.1 |
| 1460 | 2026-02-24T02:36:33.775Z | Compiling icu_normalizer v1.5.0 |
| 1461 | 2026-02-24T02:36:33.799Z | Compiling pest_generator v2.8.2 |
| 1462 | 2026-02-24T02:36:33.818Z | Compiling rand v0.9.2 |
| 1463 | 2026-02-24T02:36:34.121Z | Compiling tracing-attributes v0.1.27 |
| 1464 | 2026-02-24T02:36:34.677Z | Compiling idna_adapter v1.2.0 |
| 1465 | 2026-02-24T02:36:34.926Z | Compiling idna v1.0.3 |
| 1466 | 2026-02-24T02:36:35.424Z | Compiling serde_derive_internals v0.29.1 |
| 1467 | 2026-02-24T02:36:35.565Z | Compiling url v2.5.4 |
| 1468 | 2026-02-24T02:36:35.569Z | Compiling ring v0.17.14 |
| 1469 | 2026-02-24T02:36:36.403Z | Compiling tracing-core v0.1.32 |
| 1470 | 2026-02-24T02:36:36.703Z | Compiling adler2 v2.0.0 |
| 1471 | 2026-02-24T02:36:36.914Z | Compiling schemars v0.8.22 |
| 1472 | 2026-02-24T02:36:37.227Z | Compiling aws-lc-rs v1.12.4 |
| 1473 | 2026-02-24T02:36:37.262Z | Compiling rustix v1.1.3 |
| 1474 | 2026-02-24T02:36:37.333Z | Compiling tracing v0.1.40 |
| 1475 | 2026-02-24T02:36:37.628Z | Compiling tokio-util v0.7.15 |
| 1476 | 2026-02-24T02:36:37.652Z | Compiling schemars_derive v0.8.22 |
| 1477 | 2026-02-24T02:36:37.702Z | Compiling miniz_oxide v0.8.5 |
| 1478 | 2026-02-24T02:36:38.364Z | Compiling pest_derive v2.8.2 |
| 1479 | 2026-02-24T02:36:39.001Z | Compiling pkcs8 v0.10.2 |
| 1480 | 2026-02-24T02:36:39.164Z | Compiling http-body v1.0.1 |
| 1481 | 2026-02-24T02:36:39.435Z | Compiling scroll_derive v0.13.1 |
| 1482 | 2026-02-24T02:36:39.622Z | Compiling darling_core v0.20.10 |
| 1483 | 2026-02-24T02:36:39.668Z | Compiling base64 v0.22.1 |
| 1484 | 2026-02-24T02:36:39.835Z | Compiling httparse v1.9.5 |
| 1485 | 2026-02-24T02:36:40.318Z | Compiling dyn-clone v1.0.20 |
| 1486 | 2026-02-24T02:36:40.523Z | Compiling tinyvec_macros v0.1.1 |
| 1487 | 2026-02-24T02:36:40.543Z | Compiling rustls-pki-types v1.10.0 |
| 1488 | 2026-02-24T02:36:40.637Z | Compiling tinyvec v1.8.0 |
| 1489 | 2026-02-24T02:36:41.168Z | Compiling scroll v0.13.0 |
| 1490 | 2026-02-24T02:36:41.657Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1491 | 2026-02-24T02:36:42.100Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1492 | 2026-02-24T02:36:42.491Z | Compiling foreign-types-shared v0.1.1 |
| 1493 | 2026-02-24T02:36:42.625Z | Compiling untrusted v0.7.1 |
| 1494 | 2026-02-24T02:36:42.648Z | Compiling openssl-probe v0.1.5 |
| 1495 | 2026-02-24T02:36:42.709Z | Compiling time-core v0.1.6 |
| 1496 | 2026-02-24T02:36:42.825Z | Compiling tower-service v0.3.3 |
| 1497 | 2026-02-24T02:36:42.969Z | Compiling powerfmt v0.2.0 |
| 1498 | 2026-02-24T02:36:42.972Z | Compiling untrusted v0.9.0 |
| 1499 | 2026-02-24T02:36:43.016Z | Compiling openssl v0.10.73 |
| 1500 | 2026-02-24T02:36:43.139Z | Compiling num-conv v0.1.0 |
| 1501 | 2026-02-24T02:36:43.197Z | Compiling tower-layer v0.3.3 |
| 1502 | 2026-02-24T02:36:43.363Z | Compiling atomic-waker v1.1.2 |
| 1503 | 2026-02-24T02:36:43.426Z | Compiling try-lock v0.2.5 |
| 1504 | 2026-02-24T02:36:43.503Z | Compiling h2 v0.4.6 |
| 1505 | 2026-02-24T02:36:43.506Z | Compiling time-macros v0.2.24 |
| 1506 | 2026-02-24T02:36:43.552Z | Compiling tempfile v3.24.0 |
| 1507 | 2026-02-24T02:36:43.592Z | Compiling want v0.3.1 |
| 1508 | 2026-02-24T02:36:43.814Z | Compiling deranged v0.5.3 |
| 1509 | 2026-02-24T02:36:44.366Z | Compiling foreign-types v0.3.2 |
| 1510 | 2026-02-24T02:36:45.337Z | Compiling darling_macro v0.20.10 |
| 1511 | 2026-02-24T02:36:45.563Z | Compiling goblin v0.10.2 |
| 1512 | 2026-02-24T02:36:46.183Z | Compiling darling v0.20.10 |
| 1513 | 2026-02-24T02:36:46.302Z | Compiling ipnet v2.11.0 |
| 1514 | 2026-02-24T02:36:46.862Z | Compiling openssl-macros v0.1.1 |
| 1515 | 2026-02-24T02:36:47.427Z | Compiling wait-timeout v0.2.0 |
| 1516 | 2026-02-24T02:36:47.530Z | Compiling num_threads v0.1.7 |
| 1517 | 2026-02-24T02:36:47.609Z | Compiling gimli v0.31.1 |
| 1518 | 2026-02-24T02:36:47.691Z | Compiling quick-error v1.2.3 |
| 1519 | 2026-02-24T02:36:47.869Z | Compiling rustls v0.23.19 |
| 1520 | 2026-02-24T02:36:47.957Z | Compiling httpdate v1.0.3 |
| 1521 | 2026-02-24T02:36:48.010Z | Compiling bit-vec v0.8.0 |
| 1522 | 2026-02-24T02:36:48.192Z | Compiling crossbeam-utils v0.8.21 |
| 1523 | 2026-02-24T02:36:48.406Z | Compiling syn v1.0.109 |
| 1524 | 2026-02-24T02:36:48.444Z | Compiling usdt-impl v0.6.0 |
| 1525 | 2026-02-24T02:36:48.733Z | Compiling native-tls v0.2.12 |
| 1526 | 2026-02-24T02:36:48.870Z | Compiling bit-set v0.8.0 |
| 1527 | 2026-02-24T02:36:49.043Z | Compiling rusty-fork v0.3.0 |
| 1528 | 2026-02-24T02:36:49.112Z | Compiling time v0.3.43 |
| 1529 | 2026-02-24T02:36:49.680Z | Compiling derive_builder_core v0.20.2 |
| 1530 | 2026-02-24T02:36:51.810Z | Compiling addr2line v0.24.2 |
| 1531 | 2026-02-24T02:36:52.236Z | Compiling hyper v1.8.1 |
| 1532 | 2026-02-24T02:36:52.520Z | Compiling dof v0.4.0 |
| 1533 | 2026-02-24T02:36:52.857Z | Compiling unicode-normalization v0.1.24 |
| 1534 | 2026-02-24T02:36:52.944Z | Compiling dtrace-parser v0.3.0 |
| 1535 | 2026-02-24T02:36:53.897Z | Compiling signature v2.2.0 |
| 1536 | 2026-02-24T02:36:54.209Z | Compiling heapless v0.7.17 |
| 1537 | 2026-02-24T02:36:54.652Z | Compiling scroll_derive v0.12.0 |
| 1538 | 2026-02-24T02:36:54.712Z | Compiling thiserror-impl v1.0.69 |
| 1539 | 2026-02-24T02:36:54.740Z | Compiling rand_xorshift v0.4.0 |
| 1540 | 2026-02-24T02:36:54.986Z | Compiling darling_core v0.21.0 |
| 1541 | 2026-02-24T02:36:55.801Z | Compiling slog v2.8.2 |
| 1542 | 2026-02-24T02:36:56.061Z | Compiling thread-id v5.0.0 |
| 1543 | 2026-02-24T02:36:56.149Z | Compiling cookie v0.18.1 |
| 1544 | 2026-02-24T02:36:56.194Z | Compiling object v0.36.5 |
| 1545 | 2026-02-24T02:36:56.457Z | Compiling crc32fast v1.4.2 |
| 1546 | 2026-02-24T02:36:56.480Z | Compiling zlib-rs v0.5.1 |
| 1547 | 2026-02-24T02:36:56.516Z | Compiling siphasher v0.3.11 |
| 1548 | 2026-02-24T02:36:56.778Z | Compiling unicode-properties v0.1.3 |
| 1549 | 2026-02-24T02:36:56.880Z | Compiling unicode-bidi v0.3.17 |
| 1550 | 2026-02-24T02:36:57.203Z | Compiling unarray v0.1.4 |
| 1551 | 2026-02-24T02:36:57.391Z | Compiling signal-hook v0.3.18 |
| 1552 | 2026-02-24T02:36:57.605Z | Compiling zstd-safe v7.2.3 |
| 1553 | 2026-02-24T02:36:57.724Z | Compiling anyhow v1.0.99 |
| 1554 | 2026-02-24T02:36:57.981Z | Compiling rustc-demangle v0.1.24 |
| 1555 | 2026-02-24T02:36:58.094Z | Compiling thiserror v1.0.69 |
| 1556 | 2026-02-24T02:36:58.248Z | Compiling stringprep v0.1.5 |
| 1557 | 2026-02-24T02:36:58.742Z | Compiling proptest v1.7.0 |
| 1558 | 2026-02-24T02:36:58.817Z | Compiling phf_shared v0.11.2 |
| 1559 | 2026-02-24T02:36:59.187Z | Compiling scroll v0.12.0 |
| 1560 | 2026-02-24T02:36:59.739Z | Compiling hyper-util v0.1.19 |
| 1561 | 2026-02-24T02:36:59.891Z | Compiling derive_builder_macro v0.20.2 |
| 1562 | 2026-02-24T02:37:01.000Z | Compiling darling_macro v0.21.0 |
| 1563 | 2026-02-24T02:37:01.783Z | Compiling ipnetwork v0.21.1 |
| 1564 | 2026-02-24T02:37:01.943Z | Compiling serde_tokenstream v0.2.2 |
| 1565 | 2026-02-24T02:37:02.567Z | Compiling backtrace v0.3.74 |
| 1566 | 2026-02-24T02:37:02.639Z | Compiling toml_datetime v0.6.11 |
| 1567 | 2026-02-24T02:37:03.068Z | Compiling libz-rs-sys v0.5.1 |
| 1568 | 2026-02-24T02:37:03.143Z | Compiling serde_spanned v0.6.9 |
| 1569 | 2026-02-24T02:37:03.355Z | Compiling erased-serde v0.3.31 |
| 1570 | 2026-02-24T02:37:03.395Z | Compiling rand_chacha v0.3.1 |
| 1571 | 2026-02-24T02:37:03.699Z | Compiling md-5 v0.10.6 |
| 1572 | 2026-02-24T02:37:03.809Z | Compiling curve25519-dalek v4.1.3 |
| 1573 | 2026-02-24T02:37:03.996Z | Compiling vergen-lib v0.1.6 |
| 1574 | 2026-02-24T02:37:04.331Z | Compiling num-integer v0.1.46 |
| 1575 | 2026-02-24T02:37:04.511Z | Compiling sync_wrapper v1.0.1 |
| 1576 | 2026-02-24T02:37:04.648Z | Compiling hash32 v0.2.1 |
| 1577 | 2026-02-24T02:37:04.696Z | Compiling ff v0.13.0 |
| 1578 | 2026-02-24T02:37:04.945Z | Compiling memoffset v0.9.1 |
| 1579 | 2026-02-24T02:37:05.021Z | Compiling smoltcp v0.9.1 |
| 1580 | 2026-02-24T02:37:05.044Z | Compiling fallible-iterator v0.2.0 |
| 1581 | 2026-02-24T02:37:05.293Z | Compiling ref-cast v1.0.25 |
| 1582 | 2026-02-24T02:37:05.328Z | Compiling base16ct v0.2.0 |
| 1583 | 2026-02-24T02:37:05.419Z | Compiling litrs v0.4.1 |
| 1584 | 2026-02-24T02:37:05.663Z | Compiling psl-types v2.0.11 |
| 1585 | 2026-02-24T02:37:05.681Z | Compiling num-bigint-dig v0.8.6 |
| 1586 | 2026-02-24T02:37:05.729Z | Compiling cfg_aliases v0.2.1 |
| 1587 | 2026-02-24T02:37:05.850Z | Compiling nix v0.29.0 |
| 1588 | 2026-02-24T02:37:05.880Z | Compiling publicsuffix v2.3.0 |
| 1589 | 2026-02-24T02:37:05.957Z | Compiling postgres-protocol v0.6.8 |
| 1590 | 2026-02-24T02:37:06.076Z | Compiling sec1 v0.7.3 |
| 1591 | 2026-02-24T02:37:06.485Z | Compiling document-features v0.2.11 |
| 1592 | 2026-02-24T02:37:06.648Z | Compiling group v0.13.0 |
| 1593 | 2026-02-24T02:37:06.685Z | Compiling num-iter v0.1.45 |
| 1594 | 2026-02-24T02:37:06.897Z | Compiling tower v0.5.2 |
| 1595 | 2026-02-24T02:37:06.981Z | Compiling newtype-uuid v1.3.2 |
| 1596 | 2026-02-24T02:37:07.475Z | Compiling rand v0.8.5 |
| 1597 | 2026-02-24T02:37:07.753Z | Compiling flate2 v1.1.2 |
| 1598 | 2026-02-24T02:37:07.952Z | Compiling oxnet v0.1.4 |
| 1599 | 2026-02-24T02:37:08.117Z | Compiling darling v0.21.0 |
| 1600 | 2026-02-24T02:37:08.250Z | Compiling derive_builder v0.20.2 |
| 1601 | 2026-02-24T02:37:08.450Z | Compiling tokio-native-tls v0.3.1 |
| 1602 | 2026-02-24T02:37:08.485Z | Compiling goblin v0.8.2 |
| 1603 | 2026-02-24T02:37:09.172Z | Compiling rustls-native-certs v0.8.1 |
| 1604 | 2026-02-24T02:37:09.425Z | Compiling webpki-roots v1.0.1 |
| 1605 | 2026-02-24T02:37:09.600Z | Compiling http-body-util v0.1.3 |
| 1606 | 2026-02-24T02:37:09.659Z | Compiling strum_macros v0.27.2 |
| 1607 | 2026-02-24T02:37:09.705Z | Compiling terminal_size v0.4.0 |
| 1608 | 2026-02-24T02:37:09.895Z | Compiling cargo-platform v0.1.8 |
| 1609 | 2026-02-24T02:37:09.950Z | Compiling hkdf v0.12.4 |
| 1610 | 2026-02-24T02:37:10.073Z | Compiling crypto-bigint v0.5.5 |
| 1611 | 2026-02-24T02:37:10.228Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1612 | 2026-02-24T02:37:10.405Z | Compiling daft-derive v0.1.4 |
| 1613 | 2026-02-24T02:37:11.647Z | Compiling async-trait v0.1.89 |
| 1614 | 2026-02-24T02:37:12.014Z | Compiling ref-cast-impl v1.0.25 |
| 1615 | 2026-02-24T02:37:12.077Z | Compiling hubpack_derive v0.1.1 |
| 1616 | 2026-02-24T02:37:13.035Z | Compiling vergen v9.0.6 |
| 1617 | 2026-02-24T02:37:13.233Z | Compiling ahash v0.8.12 |
| 1618 | 2026-02-24T02:37:13.379Z | Compiling fs-err v3.1.1 |
| 1619 | 2026-02-24T02:37:13.621Z | Compiling lockfree-object-pool v0.1.6 |
| 1620 | 2026-02-24T02:37:13.773Z | Compiling iri-string v0.7.8 |
| 1621 | 2026-02-24T02:37:13.907Z | Compiling ryu v1.0.18 |
| 1622 | 2026-02-24T02:37:14.133Z | Compiling simd-adler32 v0.3.7 |
| 1623 | 2026-02-24T02:37:14.281Z | Compiling bumpalo v3.16.0 |
| 1624 | 2026-02-24T02:37:14.590Z | Compiling buf-list v1.0.3 |
| 1625 | 2026-02-24T02:37:14.672Z | Compiling managed v0.8.0 |
| 1626 | 2026-02-24T02:37:14.795Z | Compiling bitflags v1.3.2 |
| 1627 | 2026-02-24T02:37:14.917Z | Compiling winnow v0.5.40 |
| 1628 | 2026-02-24T02:37:15.118Z | Compiling unicode-segmentation v1.12.0 |
| 1629 | 2026-02-24T02:37:15.971Z | Compiling zopfli v0.8.1 |
| 1630 | 2026-02-24T02:37:16.044Z | Compiling strum v0.27.2 |
| 1631 | 2026-02-24T02:37:16.253Z | Compiling serde_urlencoded v0.7.1 |
| 1632 | 2026-02-24T02:37:16.787Z | Compiling tower-http v0.6.6 |
| 1633 | 2026-02-24T02:37:17.166Z | Compiling dof v0.3.0 |
| 1634 | 2026-02-24T02:37:17.488Z | Compiling clap_builder v4.5.48 |
| 1635 | 2026-02-24T02:37:17.689Z | Compiling elliptic-curve v0.13.8 |
| 1636 | 2026-02-24T02:37:17.692Z | Compiling hubpack v0.1.2 |
| 1637 | 2026-02-24T02:37:17.835Z | Compiling daft v0.1.4 |
| 1638 | 2026-02-24T02:37:18.142Z | Compiling toml_edit v0.19.15 |
| 1639 | 2026-02-24T02:37:18.426Z | Compiling cargo_metadata v0.19.2 |
| 1640 | 2026-02-24T02:37:18.583Z | Compiling hyper-tls v0.6.0 |
| 1641 | 2026-02-24T02:37:18.917Z | Compiling cookie_store v0.21.1 |
| 1642 | 2026-02-24T02:37:18.995Z | Compiling signal-hook-mio v0.2.4 |
| 1643 | 2026-02-24T02:37:19.185Z | Compiling zstd v0.13.3 |
| 1644 | 2026-02-24T02:37:21.164Z | Compiling serde_with_macros v3.16.1 |
| 1645 | 2026-02-24T02:37:21.824Z | Compiling postgres-types v0.2.9 |
| 1646 | 2026-02-24T02:37:23.273Z | Compiling usdt-macro v0.6.0 |
| 1647 | 2026-02-24T02:37:23.762Z | Compiling usdt-attr-macro v0.6.0 |
| 1648 | 2026-02-24T02:37:24.749Z | Compiling phf v0.11.2 |
| 1649 | 2026-02-24T02:37:24.773Z | Compiling dtrace-parser v0.2.0 |
| 1650 | 2026-02-24T02:37:24.809Z | Compiling ed25519 v2.2.3 |
| 1651 | 2026-02-24T02:37:25.044Z | Compiling bzip2 v0.4.4 |
| 1652 | 2026-02-24T02:37:25.193Z | Compiling bzip2 v0.5.2 |
| 1653 | 2026-02-24T02:37:25.352Z | Compiling pkcs1 v0.7.5 |
| 1654 | 2026-02-24T02:37:25.415Z | Compiling strum_macros v0.26.4 |
| 1655 | 2026-02-24T02:37:25.588Z | Compiling enum-as-inner v0.6.1 |
| 1656 | 2026-02-24T02:37:26.265Z | Compiling clap_derive v4.5.47 |
| 1657 | 2026-02-24T02:37:26.315Z | Compiling serde-big-array v0.5.1 |
| 1658 | 2026-02-24T02:37:26.564Z | Compiling hex v0.4.3 |
| 1659 | 2026-02-24T02:37:26.610Z | Compiling rfc6979 v0.4.0 |
| 1660 | 2026-02-24T02:37:26.654Z | Compiling serde_repr v0.1.19 |
| 1661 | 2026-02-24T02:37:26.823Z | Compiling bstr v1.10.0 |
| 1662 | 2026-02-24T02:37:26.846Z | Compiling float-cmp v0.10.0 |
| 1663 | 2026-02-24T02:37:27.114Z | Compiling env_filter v0.1.2 |
| 1664 | 2026-02-24T02:37:27.152Z | Compiling memmap2 v0.9.8 |
| 1665 | 2026-02-24T02:37:27.610Z | Compiling socket2 v0.5.10 |
| 1666 | 2026-02-24T02:37:27.746Z | Compiling encoding_rs v0.8.34 |
| 1667 | 2026-02-24T02:37:27.794Z | Compiling normalize-line-endings v0.3.0 |
| 1668 | 2026-02-24T02:37:27.953Z | Compiling fixedbitset v0.5.7 |
| 1669 | 2026-02-24T02:37:28.410Z | Compiling fixedbitset v0.4.2 |
| 1670 | 2026-02-24T02:37:28.545Z | Compiling static_assertions v1.1.0 |
| 1671 | 2026-02-24T02:37:28.603Z | Compiling jiff v0.2.15 |
| 1672 | 2026-02-24T02:37:28.665Z | Compiling whoami v1.5.2 |
| 1673 | 2026-02-24T02:37:28.846Z | Compiling foldhash v0.2.0 |
| 1674 | 2026-02-24T02:37:29.220Z | Compiling new_debug_unreachable v1.0.6 |
| 1675 | 2026-02-24T02:37:29.257Z | Compiling predicates-core v1.0.8 |
| 1676 | 2026-02-24T02:37:29.338Z | Compiling data-encoding v2.9.0 |
| 1677 | 2026-02-24T02:37:29.576Z | Compiling precomputed-hash v0.1.1 |
| 1678 | 2026-02-24T02:37:29.726Z | Compiling rustc-hash v2.1.1 |
| 1679 | 2026-02-24T02:37:29.839Z | Compiling difflib v0.4.0 |
| 1680 | 2026-02-24T02:37:29.925Z | Compiling mime v0.3.17 |
| 1681 | 2026-02-24T02:37:30.392Z | Compiling keccak v0.1.5 |
| 1682 | 2026-02-24T02:37:30.597Z | Compiling clap v4.5.48 |
| 1683 | 2026-02-24T02:37:30.741Z | Compiling sha3 v0.10.8 |
| 1684 | 2026-02-24T02:37:31.079Z | Compiling predicates v3.1.3 |
| 1685 | 2026-02-24T02:37:31.159Z | Compiling hickory-proto v0.25.2 |
| 1686 | 2026-02-24T02:37:31.355Z | Compiling iddqd v0.3.16 |
| 1687 | 2026-02-24T02:37:31.811Z | Compiling toml_edit v0.22.27 |
| 1688 | 2026-02-24T02:37:32.592Z | Compiling strum v0.26.3 |
| 1689 | 2026-02-24T02:37:32.739Z | Compiling string_cache v0.8.9 |
| 1690 | 2026-02-24T02:37:32.799Z | Compiling tokio-postgres v0.7.13 |
| 1691 | 2026-02-24T02:37:32.976Z | Compiling petgraph v0.6.5 |
| 1692 | 2026-02-24T02:37:33.177Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1693 | 2026-02-24T02:37:33.964Z | Compiling petgraph v0.8.2 |
| 1694 | 2026-02-24T02:37:36.610Z | Compiling zip v4.2.0 |
| 1695 | 2026-02-24T02:37:38.147Z | Compiling similar v2.7.0 |
| 1696 | 2026-02-24T02:37:38.528Z | Compiling usdt-impl v0.5.0 |
| 1697 | 2026-02-24T02:37:38.842Z | Compiling usdt v0.6.0 |
| 1698 | 2026-02-24T02:37:38.925Z | Compiling env_logger v0.11.8 |
| 1699 | 2026-02-24T02:37:39.323Z | Compiling serde_with v3.16.1 |
| 1700 | 2026-02-24T02:37:39.677Z | Compiling ecdsa v0.16.9 |
| 1701 | 2026-02-24T02:37:39.809Z | Compiling rsa v0.9.8 |
| 1702 | 2026-02-24T02:37:39.943Z | Compiling zip v0.6.6 |
| 1703 | 2026-02-24T02:37:40.125Z | Compiling ed25519-dalek v2.1.1 |
| 1704 | 2026-02-24T02:37:40.487Z | Compiling toml v0.7.8 |
| 1705 | 2026-02-24T02:37:41.522Z | Compiling crossterm v0.28.1 |
| 1706 | 2026-02-24T02:37:42.353Z | Compiling heck v0.4.1 |
| 1707 | 2026-02-24T02:37:42.695Z | Compiling crossbeam-epoch v0.9.18 |
| 1708 | 2026-02-24T02:37:42.765Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1709 | 2026-02-24T02:37:42.840Z | Compiling tokio-stream v0.1.17 |
| 1710 | 2026-02-24T02:37:43.025Z | Compiling x509-cert v0.2.5 |
| 1711 | 2026-02-24T02:37:43.203Z | Compiling openapiv3 v2.2.0 |
| 1712 | 2026-02-24T02:37:43.416Z | Compiling sha1 v0.10.6 |
| 1713 | 2026-02-24T02:37:43.740Z | Compiling itertools v0.13.0 |
| 1714 | 2026-02-24T02:37:43.844Z | Compiling itertools v0.10.5 |
| 1715 | 2026-02-24T02:37:43.862Z | Compiling winnow v0.6.26 |
| 1716 | 2026-02-24T02:37:44.744Z | Compiling lalrpop-util v0.19.12 |
| 1717 | 2026-02-24T02:37:45.128Z | Compiling peg-runtime v0.8.5 |
| 1718 | 2026-02-24T02:37:45.720Z | Compiling thread_local v1.1.8 |
| 1719 | 2026-02-24T02:37:46.224Z | Compiling slog-async v2.8.0 |
| 1720 | 2026-02-24T02:37:46.331Z | Compiling crossbeam-channel v0.5.15 |
| 1721 | 2026-02-24T02:37:46.745Z | Compiling xattr v1.3.1 |
| 1722 | 2026-02-24T02:37:46.829Z | Compiling futures-executor v0.3.31 |
| 1723 | 2026-02-24T02:37:47.055Z | Compiling filetime v0.2.26 |
| 1724 | 2026-02-24T02:37:47.171Z | Compiling is-terminal v0.4.13 |
| 1725 | 2026-02-24T02:37:47.300Z | Compiling take_mut v0.2.2 |
| 1726 | 2026-02-24T02:37:47.322Z | Compiling term v1.1.0 |
| 1727 | 2026-02-24T02:37:47.325Z | Compiling tar v0.4.44 |
| 1728 | 2026-02-24T02:37:47.325Z | Compiling futures v0.3.31 |
| 1729 | 2026-02-24T02:37:48.537Z | Compiling slog-term v2.9.2 |
| 1730 | 2026-02-24T02:37:50.754Z | Compiling aws-lc-sys v0.26.0 |
| 1731 | 2026-02-24T02:38:20.232Z | Compiling rustls-webpki v0.102.8 |
| 1732 | 2026-02-24T02:38:24.786Z | Compiling tokio-rustls v0.26.0 |
| 1733 | 2026-02-24T02:38:25.078Z | Compiling hyper-rustls v0.27.7 |
| 1734 | 2026-02-24T02:38:25.416Z | Compiling reqwest v0.12.24 |
| 1735 | 2026-02-24T02:38:29.249Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1736 | 2026-02-24T02:38:29.548Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1737 | 2026-02-24T02:38:34.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 31s |
| 1738 | 2026-02-24T02:38:34.597Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1739 | 2026-02-24T02:38:34.661Z | Feb 24 02:38:33.930 INFO Starting download, target: Clickhouse |
| 1740 | 2026-02-24T02:38:34.661Z | Feb 24 02:38:33.931 INFO Starting download, target: Cockroach |
| 1741 | 2026-02-24T02:38:34.661Z | Feb 24 02:38:33.931 INFO Starting download, target: Console |
| 1742 | 2026-02-24T02:38:34.663Z | Feb 24 02:38:33.931 INFO Starting download, target: DendriteStub |
| 1743 | 2026-02-24T02:38:34.663Z | Feb 24 02:38:33.931 INFO Starting download, target: MaghemiteMgd |
| 1744 | 2026-02-24T02:38:34.664Z | Feb 24 02:38:33.931 INFO Starting download, target: TransceiverControl |
| 1745 | 2026-02-24T02:38:34.664Z | Feb 24 02:38:33.931 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1746 | 2026-02-24T02:38:34.664Z | Feb 24 02:38:33.932 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1747 | 2026-02-24T02:38:34.664Z | Feb 24 02:38:33.932 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1748 | 2026-02-24T02:38:34.664Z | Feb 24 02:38:33.932 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1749 | 2026-02-24T02:38:34.664Z | Feb 24 02:38:33.932 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1750 | 2026-02-24T02:38:34.664Z | Feb 24 02:38:33.932 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1751 | 2026-02-24T02:38:34.942Z | Feb 24 02:38:34.210 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1752 | 2026-02-24T02:38:35.187Z | Feb 24 02:38:34.443 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1753 | 2026-02-24T02:38:35.383Z | Feb 24 02:38:34.648 INFO Download complete, target: TransceiverControl |
| 1754 | 2026-02-24T02:38:35.643Z | Feb 24 02:38:34.895 INFO Download complete, target: Console |
| 1755 | 2026-02-24T02:38:36.496Z | Feb 24 02:38:35.752 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1756 | 2026-02-24T02:38:36.972Z | Feb 24 02:38:36.200 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1757 | 2026-02-24T02:38:37.042Z | Feb 24 02:38:36.200 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1758 | 2026-02-24T02:38:38.300Z | Feb 24 02:38:37.569 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1759 | 2026-02-24T02:38:38.300Z | Feb 24 02:38:37.569 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1760 | 2026-02-24T02:38:40.437Z | Feb 24 02:38:39.707 INFO Download complete, target: DendriteStub |
| 1761 | 2026-02-24T02:38:41.035Z | Feb 24 02:38:40.303 INFO Download complete, target: MaghemiteMgd |
| 1762 | 2026-02-24T02:38:46.045Z | Feb 24 02:38:45.315 INFO Checking that binary works, target: Cockroach |
| 1763 | 2026-02-24T02:38:46.170Z | Feb 24 02:38:45.439 INFO Download complete, target: Cockroach |
| 1764 | 2026-02-24T02:38:48.153Z | Feb 24 02:38:47.424 INFO Checking that binary works, target: Clickhouse |
| 1765 | 2026-02-24T02:38:48.332Z | Feb 24 02:38:47.602 INFO Download complete, target: Clickhouse |
| 1766 | 2026-02-24T02:38:48.338Z | All prerequisites installed successfully |
| 1767 | 2026-02-24T02:38:48.341Z | |
| 1768 | 2026-02-24T02:38:48.342Z | real 6:26.451744653 |
| 1769 | 2026-02-24T02:38:48.342Z | user 18:45.098024465 |
| 1770 | 2026-02-24T02:38:48.342Z | sys 2:32.125868408 |
| 1771 | 2026-02-24T02:38:48.342Z | trap 0.675850999 |
| 1772 | 2026-02-24T02:38:48.342Z | tflt 0.853558744 |
| 1773 | 2026-02-24T02:38:48.342Z | dflt 1.026343747 |
| 1774 | 2026-02-24T02:38:48.342Z | kflt 0.024031853 |
| 1775 | 2026-02-24T02:38:48.342Z | lock 45:21.801632972 |
| 1776 | 2026-02-24T02:38:48.342Z | slp 1:10:37.461476305 |
| 1777 | 2026-02-24T02:38:48.342Z | lat 1:21.430282373 |
| 1778 | 2026-02-24T02:38:48.342Z | stop 3:14.690600361 |
| 1779 | 2026-02-24T02:38:48.342Z | + ptime -m cargo xtask download softnpu |
| 1780 | 2026-02-24T02:38:49.155Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
| 1781 | 2026-02-24T02:38:49.185Z | Running `target/debug/xtask download softnpu` |
| 1782 | 2026-02-24T02:38:50.262Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.04s |
| 1783 | 2026-02-24T02:38:50.321Z | Running `target/debug/xtask-downloader softnpu` |
| 1784 | 2026-02-24T02:38:50.362Z | Feb 24 02:38:49.633 INFO Starting download, target: Softnpu |
| 1785 | 2026-02-24T02:38:50.365Z | Feb 24 02:38:49.633 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1786 | 2026-02-24T02:38:51.062Z | Feb 24 02:38:50.333 INFO Download complete, target: Softnpu |
| 1787 | 2026-02-24T02:38:51.066Z | |
| 1788 | 2026-02-24T02:38:51.069Z | real 2.720568709 |
| 1789 | 2026-02-24T02:38:51.069Z | user 1.691507932 |
| 1790 | 2026-02-24T02:38:51.069Z | sys 0.737783321 |
| 1791 | 2026-02-24T02:38:51.069Z | trap 0.001377521 |
| 1792 | 2026-02-24T02:38:51.069Z | tflt 0.000074323 |
| 1793 | 2026-02-24T02:38:51.069Z | dflt 0.000083114 |
| 1794 | 2026-02-24T02:38:51.069Z | kflt 0.000000000 |
| 1795 | 2026-02-24T02:38:51.069Z | lock 7.570569611 |
| 1796 | 2026-02-24T02:38:51.069Z | slp 0.544199497 |
| 1797 | 2026-02-24T02:38:51.069Z | lat 0.088281779 |
| 1798 | 2026-02-24T02:38:51.070Z | stop 0.000180321 |
| 1799 | 2026-02-24T02:38:51.070Z | + export CARGO_INCREMENTAL=0 |
| 1800 | 2026-02-24T02:38:51.070Z | + CARGO_INCREMENTAL=0 |
| 1801 | 2026-02-24T02:38:51.070Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1802 | 2026-02-24T02:38:52.360Z | Compiling proc-macro2 v1.0.101 |
| 1803 | 2026-02-24T02:38:52.360Z | Compiling unicode-ident v1.0.19 |
| 1804 | 2026-02-24T02:38:52.363Z | Compiling libc v0.2.180 |
| 1805 | 2026-02-24T02:38:52.363Z | Compiling serde_core v1.0.228 |
| 1806 | 2026-02-24T02:38:52.363Z | Compiling serde v1.0.228 |
| 1807 | 2026-02-24T02:38:52.363Z | Compiling autocfg v1.4.0 |
| 1808 | 2026-02-24T02:38:52.363Z | Compiling cfg-if v1.0.4 |
| 1809 | 2026-02-24T02:38:52.673Z | Compiling version_check v0.9.5 |
| 1810 | 2026-02-24T02:38:52.695Z | Compiling memchr v2.7.4 |
| 1811 | 2026-02-24T02:38:52.742Z | Compiling shlex v1.3.0 |
| 1812 | 2026-02-24T02:38:53.111Z | Compiling find-msvc-tools v0.1.9 |
| 1813 | 2026-02-24T02:38:53.306Z | Compiling lock_api v0.4.12 |
| 1814 | 2026-02-24T02:38:53.536Z | Compiling value-bag v1.12.0 |
| 1815 | 2026-02-24T02:38:53.650Z | Compiling zmij v1.0.15 |
| 1816 | 2026-02-24T02:38:53.951Z | Compiling portable-atomic v1.11.0 |
| 1817 | 2026-02-24T02:38:54.074Z | Compiling log v0.4.29 |
| 1818 | 2026-02-24T02:38:54.118Z | Compiling typenum v1.17.0 |
| 1819 | 2026-02-24T02:38:54.516Z | Compiling quote v1.0.40 |
| 1820 | 2026-02-24T02:38:54.710Z | Compiling jobserver v0.1.32 |
| 1821 | 2026-02-24T02:38:54.770Z | Compiling serde_json v1.0.149 |
| 1822 | 2026-02-24T02:38:54.861Z | Compiling generic-array v0.14.7 |
| 1823 | 2026-02-24T02:38:54.969Z | Compiling syn v2.0.114 |
| 1824 | 2026-02-24T02:38:55.095Z | Compiling cc v1.2.56 |
| 1825 | 2026-02-24T02:38:55.130Z | Compiling getrandom v0.3.4 |
| 1826 | 2026-02-24T02:38:55.213Z | Compiling libm v0.2.8 |
| 1827 | 2026-02-24T02:38:55.342Z | Compiling num-traits v0.2.19 |
| 1828 | 2026-02-24T02:38:55.675Z | Compiling scopeguard v1.2.0 |
| 1829 | 2026-02-24T02:38:55.697Z | Compiling parking_lot_core v0.9.10 |
| 1830 | 2026-02-24T02:38:55.741Z | Compiling smallvec v1.15.1 |
| 1831 | 2026-02-24T02:38:56.149Z | Compiling regex-syntax v0.8.5 |
| 1832 | 2026-02-24T02:38:56.320Z | Compiling itoa v1.0.11 |
| 1833 | 2026-02-24T02:38:57.036Z | Compiling getrandom v0.2.15 |
| 1834 | 2026-02-24T02:38:57.444Z | Compiling pkg-config v0.3.31 |
| 1835 | 2026-02-24T02:38:57.511Z | Compiling thiserror v2.0.18 |
| 1836 | 2026-02-24T02:38:57.781Z | Compiling aho-corasick v1.1.3 |
| 1837 | 2026-02-24T02:38:58.028Z | Compiling rustix v0.38.37 |
| 1838 | 2026-02-24T02:38:58.492Z | Compiling errno v0.3.12 |
| 1839 | 2026-02-24T02:38:58.525Z | Compiling stable_deref_trait v1.2.0 |
| 1840 | 2026-02-24T02:38:58.617Z | Compiling either v1.15.0 |
| 1841 | 2026-02-24T02:38:58.648Z | Compiling spin v0.9.8 |
| 1842 | 2026-02-24T02:38:58.808Z | Compiling slab v0.4.9 |
| 1843 | 2026-02-24T02:38:58.855Z | Compiling allocator-api2 v0.2.21 |
| 1844 | 2026-02-24T02:38:59.064Z | Compiling equivalent v1.0.2 |
| 1845 | 2026-02-24T02:38:59.164Z | Compiling semver v1.0.27 |
| 1846 | 2026-02-24T02:38:59.236Z | Compiling lazy_static v1.5.0 |
| 1847 | 2026-02-24T02:38:59.787Z | Compiling regex-automata v0.4.11 |
| 1848 | 2026-02-24T02:38:59.810Z | Compiling schemars v0.8.22 |
| 1849 | 2026-02-24T02:39:01.321Z | Compiling rand_core v0.6.4 |
| 1850 | 2026-02-24T02:39:01.818Z | Compiling byteorder v1.5.0 |
| 1851 | 2026-02-24T02:39:01.927Z | Compiling critical-section v1.1.3 |
| 1852 | 2026-02-24T02:39:02.102Z | Compiling once_cell v1.21.3 |
| 1853 | 2026-02-24T02:39:02.387Z | Compiling synstructure v0.13.1 |
| 1854 | 2026-02-24T02:39:02.592Z | Compiling serde_derive_internals v0.29.1 |
| 1855 | 2026-02-24T02:39:03.225Z | Compiling glob v0.3.2 |
| 1856 | 2026-02-24T02:39:03.283Z | Compiling litemap v0.7.3 |
| 1857 | 2026-02-24T02:39:03.782Z | Compiling writeable v0.5.5 |
| 1858 | 2026-02-24T02:39:03.957Z | Compiling subtle v2.6.1 |
| 1859 | 2026-02-24T02:39:04.027Z | Compiling clang-sys v1.8.1 |
| 1860 | 2026-02-24T02:39:04.393Z | Compiling percent-encoding v2.3.2 |
| 1861 | 2026-02-24T02:39:04.418Z | Compiling pin-project-lite v0.2.14 |
| 1862 | 2026-02-24T02:39:04.477Z | Compiling prettyplease v0.2.36 |
| 1863 | 2026-02-24T02:39:04.882Z | Compiling fnv v1.0.7 |
| 1864 | 2026-02-24T02:39:04.901Z | Compiling icu_locid_transform_data v1.5.0 |
| 1865 | 2026-02-24T02:39:04.922Z | Compiling minimal-lexical v0.2.1 |
| 1866 | 2026-02-24T02:39:05.174Z | Compiling libloading v0.8.5 |
| 1867 | 2026-02-24T02:39:05.197Z | Compiling bindgen v0.69.5 |
| 1868 | 2026-02-24T02:39:05.412Z | Compiling regex v1.11.3 |
| 1869 | 2026-02-24T02:39:05.538Z | Compiling nom v7.1.3 |
| 1870 | 2026-02-24T02:39:05.812Z | Compiling icu_properties_data v1.5.0 |
| 1871 | 2026-02-24T02:39:05.889Z | Compiling serde_derive v1.0.228 |
| 1872 | 2026-02-24T02:39:05.996Z | Compiling zeroize_derive v1.4.2 |
| 1873 | 2026-02-24T02:39:06.054Z | Compiling zerofrom-derive v0.1.4 |
| 1874 | 2026-02-24T02:39:06.086Z | Compiling yoke-derive v0.7.4 |
| 1875 | 2026-02-24T02:39:06.261Z | Compiling zerovec-derive v0.10.3 |
| 1876 | 2026-02-24T02:39:06.316Z | Compiling displaydoc v0.2.5 |
| 1877 | 2026-02-24T02:39:07.332Z | Compiling icu_provider_macros v1.5.0 |
| 1878 | 2026-02-24T02:39:07.724Z | Compiling zeroize v1.8.1 |
| 1879 | 2026-02-24T02:39:08.221Z | Compiling tokio-macros v2.6.0 |
| 1880 | 2026-02-24T02:39:08.326Z | Compiling thiserror-impl v2.0.18 |
| 1881 | 2026-02-24T02:39:08.348Z | Compiling zerocopy-derive v0.7.35 |
| 1882 | 2026-02-24T02:39:08.792Z | Compiling zerofrom v0.1.4 |
| 1883 | 2026-02-24T02:39:08.860Z | Compiling futures-macro v0.3.31 |
| 1884 | 2026-02-24T02:39:08.909Z | Compiling schemars_derive v0.8.22 |
| 1885 | 2026-02-24T02:39:09.036Z | Compiling yoke v0.7.4 |
| 1886 | 2026-02-24T02:39:09.483Z | Compiling zerovec v0.10.4 |
| 1887 | 2026-02-24T02:39:10.252Z | Compiling home v0.5.9 |
| 1888 | 2026-02-24T02:39:10.396Z | Compiling cexpr v0.6.0 |
| 1889 | 2026-02-24T02:39:11.601Z | Compiling tinystr v0.7.6 |
| 1890 | 2026-02-24T02:39:11.815Z | Compiling icu_collections v1.5.0 |
| 1891 | 2026-02-24T02:39:11.911Z | Compiling itertools v0.12.1 |
| 1892 | 2026-02-24T02:39:12.057Z | Compiling icu_locid v1.5.0 |
| 1893 | 2026-02-24T02:39:12.321Z | Compiling lazycell v1.3.0 |
| 1894 | 2026-02-24T02:39:12.572Z | Compiling icu_normalizer_data v1.5.0 |
| 1895 | 2026-02-24T02:39:12.702Z | Compiling utf8_iter v1.0.4 |
| 1896 | 2026-02-24T02:39:13.016Z | Compiling heck v0.5.0 |
| 1897 | 2026-02-24T02:39:13.456Z | Compiling icu_provider v1.5.0 |
| 1898 | 2026-02-24T02:39:13.784Z | Compiling bitflags v2.9.4 |
| 1899 | 2026-02-24T02:39:13.969Z | Compiling bytes v1.11.1 |
| 1900 | 2026-02-24T02:39:14.899Z | Compiling icu_locid_transform v1.5.0 |
| 1901 | 2026-02-24T02:39:15.396Z | Compiling write16 v1.0.0 |
| 1902 | 2026-02-24T02:39:15.487Z | Compiling rustc-hash v1.1.0 |
| 1903 | 2026-02-24T02:39:15.583Z | Compiling utf16_iter v1.0.5 |
| 1904 | 2026-02-24T02:39:15.629Z | Compiling paste v1.0.15 |
| 1905 | 2026-02-24T02:39:15.872Z | Compiling cmake v0.1.51 |
| 1906 | 2026-02-24T02:39:16.044Z | Compiling signal-hook-registry v1.4.2 |
| 1907 | 2026-02-24T02:39:16.222Z | Compiling fs_extra v1.3.0 |
| 1908 | 2026-02-24T02:39:16.466Z | Compiling icu_properties v1.5.1 |
| 1909 | 2026-02-24T02:39:16.619Z | Compiling dunce v1.0.5 |
| 1910 | 2026-02-24T02:39:16.774Z | Compiling parking_lot v0.12.3 |
| 1911 | 2026-02-24T02:39:17.769Z | Compiling crypto-common v0.1.6 |
| 1912 | 2026-02-24T02:39:17.896Z | Compiling hashbrown v0.16.1 |
| 1913 | 2026-02-24T02:39:18.008Z | Compiling which v4.4.2 |
| 1914 | 2026-02-24T02:39:18.717Z | Compiling mio v1.0.2 |
| 1915 | 2026-02-24T02:39:19.655Z | Compiling form_urlencoded v1.2.2 |
| 1916 | 2026-02-24T02:39:20.416Z | Compiling icu_normalizer v1.5.0 |
| 1917 | 2026-02-24T02:39:20.490Z | Compiling rustversion v1.0.22 |
| 1918 | 2026-02-24T02:39:20.602Z | Compiling const-oid v0.9.6 |
| 1919 | 2026-02-24T02:39:20.626Z | Compiling indexmap v2.13.0 |
| 1920 | 2026-02-24T02:39:21.413Z | Compiling socket2 v0.6.1 |
| 1921 | 2026-02-24T02:39:22.202Z | Compiling idna_adapter v1.2.0 |
| 1922 | 2026-02-24T02:39:22.457Z | Compiling idna v1.0.3 |
| 1923 | 2026-02-24T02:39:22.483Z | Compiling tokio v1.49.0 |
| 1924 | 2026-02-24T02:39:23.190Z | Compiling url v2.5.4 |
| 1925 | 2026-02-24T02:39:23.802Z | Compiling ring v0.17.14 |
| 1926 | 2026-02-24T02:39:24.054Z | Compiling zerocopy v0.8.27 |
| 1927 | 2026-02-24T02:39:24.810Z | Compiling block-buffer v0.10.4 |
| 1928 | 2026-02-24T02:39:24.831Z | Compiling tracing-attributes v0.1.27 |
| 1929 | 2026-02-24T02:39:25.082Z | Compiling der_derive v0.7.3 |
| 1930 | 2026-02-24T02:39:25.684Z | Compiling thiserror v1.0.69 |
| 1931 | 2026-02-24T02:39:27.055Z | Compiling aws-lc-rs v1.12.4 |
| 1932 | 2026-02-24T02:39:27.188Z | Compiling vcpkg v0.2.15 |
| 1933 | 2026-02-24T02:39:27.539Z | Compiling digest v0.10.7 |
| 1934 | 2026-02-24T02:39:27.542Z | Compiling zerocopy-derive v0.8.27 |
| 1935 | 2026-02-24T02:39:27.994Z | Compiling strsim v0.11.1 |
| 1936 | 2026-02-24T02:39:28.545Z | Compiling openssl-sys v0.9.109 |
| 1937 | 2026-02-24T02:39:28.670Z | Compiling futures-core v0.3.31 |
| 1938 | 2026-02-24T02:39:28.959Z | Compiling zerocopy v0.7.35 |
| 1939 | 2026-02-24T02:39:29.205Z | Compiling thiserror-impl v1.0.69 |
| 1940 | 2026-02-24T02:39:29.752Z | Compiling ucd-trie v0.1.7 |
| 1941 | 2026-02-24T02:39:29.809Z | Compiling iana-time-zone v0.1.63 |
| 1942 | 2026-02-24T02:39:29.892Z | Compiling aws-lc-sys v0.26.0 |
| 1943 | 2026-02-24T02:39:30.051Z | Compiling pest v2.8.2 |
| 1944 | 2026-02-24T02:39:30.179Z | Compiling chrono v0.4.43 |
| 1945 | 2026-02-24T02:39:30.523Z | Compiling serde_tokenstream v0.2.2 |
| 1946 | 2026-02-24T02:39:30.936Z | Compiling uuid v1.19.0 |
| 1947 | 2026-02-24T02:39:31.133Z | Compiling foldhash v0.1.5 |
| 1948 | 2026-02-24T02:39:31.455Z | Compiling ident_case v1.0.1 |
| 1949 | 2026-02-24T02:39:31.458Z | Compiling httparse v1.9.5 |
| 1950 | 2026-02-24T02:39:31.652Z | Compiling hashbrown v0.15.4 |
| 1951 | 2026-02-24T02:39:32.664Z | Compiling pest_meta v2.8.2 |
| 1952 | 2026-02-24T02:39:33.190Z | Compiling rustix v1.1.3 |
| 1953 | 2026-02-24T02:39:33.872Z | Compiling syn v1.0.109 |
| 1954 | 2026-02-24T02:39:34.125Z | Compiling pest_generator v2.8.2 |
| 1955 | 2026-02-24T02:39:35.271Z | Compiling futures-sink v0.3.31 |
| 1956 | 2026-02-24T02:39:35.356Z | Compiling num-conv v0.1.0 |
| 1957 | 2026-02-24T02:39:35.465Z | Compiling time-core v0.1.6 |
| 1958 | 2026-02-24T02:39:35.661Z | Compiling futures-channel v0.3.31 |
| 1959 | 2026-02-24T02:39:35.808Z | Compiling time-macros v0.2.24 |
| 1960 | 2026-02-24T02:39:36.050Z | Compiling pest_derive v2.8.2 |
| 1961 | 2026-02-24T02:39:36.298Z | Compiling rustc_version v0.4.1 |
| 1962 | 2026-02-24T02:39:36.856Z | Compiling futures-task v0.3.31 |
| 1963 | 2026-02-24T02:39:37.123Z | Compiling futures-io v0.3.31 |
| 1964 | 2026-02-24T02:39:37.244Z | Compiling openssl v0.10.73 |
| 1965 | 2026-02-24T02:39:37.413Z | Compiling pin-utils v0.1.0 |
| 1966 | 2026-02-24T02:39:37.494Z | Compiling cpufeatures v0.2.14 |
| 1967 | 2026-02-24T02:39:37.546Z | Compiling dyn-clone v1.0.20 |
| 1968 | 2026-02-24T02:39:37.622Z | Compiling futures-util v0.3.31 |
| 1969 | 2026-02-24T02:39:37.833Z | Compiling hmac v0.12.1 |
| 1970 | 2026-02-24T02:39:38.120Z | Compiling plain v0.2.3 |
| 1971 | 2026-02-24T02:39:38.394Z | Compiling block-padding v0.3.3 |
| 1972 | 2026-02-24T02:39:38.648Z | Compiling openssl-macros v0.1.1 |
| 1973 | 2026-02-24T02:39:39.384Z | Compiling native-tls v0.2.12 |
| 1974 | 2026-02-24T02:39:39.774Z | Compiling crossbeam-utils v0.8.21 |
| 1975 | 2026-02-24T02:39:40.033Z | Compiling rustls v0.23.19 |
| 1976 | 2026-02-24T02:39:40.337Z | Compiling inout v0.1.3 |
| 1977 | 2026-02-24T02:39:40.382Z | Compiling ppv-lite86 v0.2.20 |
| 1978 | 2026-02-24T02:39:41.516Z | Compiling pretty-hex v0.4.1 |
| 1979 | 2026-02-24T02:39:41.879Z | Compiling cipher v0.4.4 |
| 1980 | 2026-02-24T02:39:42.088Z | Compiling sha2 v0.10.9 |
| 1981 | 2026-02-24T02:39:42.377Z | Compiling http v1.4.0 |
| 1982 | 2026-02-24T02:39:42.897Z | Compiling scroll_derive v0.12.0 |
| 1983 | 2026-02-24T02:39:43.730Z | Compiling scroll_derive v0.13.1 |
| 1984 | 2026-02-24T02:39:44.190Z | Compiling cookie v0.18.1 |
| 1985 | 2026-02-24T02:39:44.650Z | Compiling anyhow v1.0.99 |
| 1986 | 2026-02-24T02:39:44.987Z | Compiling base64ct v1.6.0 |
| 1987 | 2026-02-24T02:39:45.404Z | Compiling darling_core v0.21.0 |
| 1988 | 2026-02-24T02:39:45.550Z | Compiling pem-rfc7468 v0.7.0 |
| 1989 | 2026-02-24T02:39:46.101Z | Compiling slog v2.8.2 |
| 1990 | 2026-02-24T02:39:47.224Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1991 | 2026-02-24T02:39:47.835Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1992 | 2026-02-24T02:39:47.936Z | Compiling flagset v0.4.6 |
| 1993 | 2026-02-24T02:39:48.174Z | Compiling der v0.7.10 |
| 1994 | 2026-02-24T02:39:50.197Z | Compiling serde_spanned v0.6.9 |
| 1995 | 2026-02-24T02:39:50.432Z | Compiling toml_datetime v0.6.11 |
| 1996 | 2026-02-24T02:39:50.501Z | Compiling rand_core v0.9.3 |
| 1997 | 2026-02-24T02:39:50.732Z | Compiling tracing-core v0.1.32 |
| 1998 | 2026-02-24T02:39:50.779Z | Compiling darling_macro v0.21.0 |
| 1999 | 2026-02-24T02:39:50.826Z | Compiling rustls-pki-types v1.10.0 |
| 2000 | 2026-02-24T02:39:50.915Z | Compiling spki v0.7.3 |
| 2001 | 2026-02-24T02:39:51.253Z | Compiling salsa20 v0.10.2 |
| 2002 | 2026-02-24T02:39:51.275Z | Compiling pbkdf2 v0.12.2 |
| 2003 | 2026-02-24T02:39:51.626Z | Compiling darling v0.21.0 |
| 2004 | 2026-02-24T02:39:51.719Z | Compiling tracing v0.1.40 |
| 2005 | 2026-02-24T02:39:52.129Z | Compiling winnow v0.5.40 |
| 2006 | 2026-02-24T02:39:52.482Z | Compiling camino v1.2.2 |
| 2007 | 2026-02-24T02:39:52.511Z | Compiling litrs v0.4.1 |
| 2008 | 2026-02-24T02:39:52.820Z | Compiling base64 v0.22.1 |
| 2009 | 2026-02-24T02:39:53.475Z | Compiling document-features v0.2.11 |
| 2010 | 2026-02-24T02:39:54.187Z | Compiling scrypt v0.11.0 |
| 2011 | 2026-02-24T02:39:54.578Z | Compiling rand_chacha v0.9.0 |
| 2012 | 2026-02-24T02:39:54.625Z | Compiling tokio-util v0.7.15 |
| 2013 | 2026-02-24T02:39:54.648Z | Compiling aes v0.8.4 |
| 2014 | 2026-02-24T02:39:55.401Z | Compiling toml_edit v0.19.15 |
| 2015 | 2026-02-24T02:39:55.585Z | Compiling cbc v0.1.2 |
| 2016 | 2026-02-24T02:39:58.475Z | Compiling usdt-impl v0.5.0 |
| 2017 | 2026-02-24T02:39:58.810Z | Compiling usdt-impl v0.6.0 |
| 2018 | 2026-02-24T02:39:58.876Z | Compiling untrusted v0.7.1 |
| 2019 | 2026-02-24T02:39:59.046Z | Compiling untrusted v0.9.0 |
| 2020 | 2026-02-24T02:39:59.085Z | Compiling powerfmt v0.2.0 |
| 2021 | 2026-02-24T02:39:59.200Z | Compiling ref-cast v1.0.25 |
| 2022 | 2026-02-24T02:39:59.567Z | Compiling deranged v0.5.3 |
| 2023 | 2026-02-24T02:39:59.888Z | Compiling pkcs5 v0.7.1 |
| 2024 | 2026-02-24T02:40:00.761Z | Compiling rand v0.9.2 |
| 2025 | 2026-02-24T02:40:02.605Z | Compiling http-body v1.0.1 |
| 2026 | 2026-02-24T02:40:02.934Z | Compiling scroll v0.13.0 |
| 2027 | 2026-02-24T02:40:03.077Z | Compiling scroll v0.12.0 |
| 2028 | 2026-02-24T02:40:03.321Z | Compiling heapless v0.7.17 |
| 2029 | 2026-02-24T02:40:03.773Z | Compiling zstd-safe v7.2.3 |
| 2030 | 2026-02-24T02:40:04.136Z | Compiling signal-hook v0.3.18 |
| 2031 | 2026-02-24T02:40:04.207Z | Compiling adler2 v2.0.0 |
| 2032 | 2026-02-24T02:40:04.434Z | Compiling num_threads v0.1.7 |
| 2033 | 2026-02-24T02:40:04.515Z | Compiling cfg_aliases v0.2.1 |
| 2034 | 2026-02-24T02:40:04.674Z | Compiling atomic-waker v1.1.2 |
| 2035 | 2026-02-24T02:40:04.884Z | Compiling miniz_oxide v0.8.5 |
| 2036 | 2026-02-24T02:40:05.068Z | Compiling time v0.3.43 |
| 2037 | 2026-02-24T02:40:06.847Z | Compiling goblin v0.8.2 |
| 2038 | 2026-02-24T02:40:07.501Z | Compiling goblin v0.10.2 |
| 2039 | 2026-02-24T02:40:08.313Z | Compiling pkcs8 v0.10.2 |
| 2040 | 2026-02-24T02:40:09.166Z | Compiling ipnetwork v0.21.1 |
| 2041 | 2026-02-24T02:40:11.141Z | Compiling darling_core v0.20.10 |
| 2042 | 2026-02-24T02:40:12.914Z | Compiling ref-cast-impl v1.0.25 |
| 2043 | 2026-02-24T02:40:13.998Z | Compiling memoffset v0.9.1 |
| 2044 | 2026-02-24T02:40:14.319Z | Compiling tower-layer v0.3.3 |
| 2045 | 2026-02-24T02:40:14.785Z | Compiling try-lock v0.2.5 |
| 2046 | 2026-02-24T02:40:14.978Z | Compiling tower-service v0.3.3 |
| 2047 | 2026-02-24T02:40:15.142Z | Compiling tinyvec_macros v0.1.1 |
| 2048 | 2026-02-24T02:40:16.071Z | Compiling darling_macro v0.20.10 |
| 2049 | 2026-02-24T02:40:16.211Z | Compiling tinyvec v1.8.0 |
| 2050 | 2026-02-24T02:40:16.881Z | Compiling want v0.3.1 |
| 2051 | 2026-02-24T02:40:17.135Z | Compiling dof v0.4.0 |
| 2052 | 2026-02-24T02:40:17.186Z | Compiling dof v0.3.0 |
| 2053 | 2026-02-24T02:40:17.968Z | Compiling h2 v0.4.6 |
| 2054 | 2026-02-24T02:40:19.007Z | Compiling dtrace-parser v0.2.0 |
| 2055 | 2026-02-24T02:40:20.365Z | Compiling curve25519-dalek v4.1.3 |
| 2056 | 2026-02-24T02:40:20.419Z | Compiling dtrace-parser v0.3.0 |
| 2057 | 2026-02-24T02:40:20.886Z | Compiling ipnet v2.11.0 |
| 2058 | 2026-02-24T02:40:20.907Z | Compiling async-trait v0.1.89 |
| 2059 | 2026-02-24T02:40:21.890Z | Compiling daft-derive v0.1.4 |
| 2060 | 2026-02-24T02:40:22.183Z | Compiling thread-id v5.0.0 |
| 2061 | 2026-02-24T02:40:22.323Z | Compiling thread-id v4.2.2 |
| 2062 | 2026-02-24T02:40:22.466Z | Compiling foreign-types-shared v0.1.1 |
| 2063 | 2026-02-24T02:40:22.825Z | Compiling ryu v1.0.18 |
| 2064 | 2026-02-24T02:40:22.971Z | Compiling smoltcp v0.9.1 |
| 2065 | 2026-02-24T02:40:23.303Z | Compiling fastrand v2.1.1 |
| 2066 | 2026-02-24T02:40:23.331Z | Compiling openssl-probe v0.1.5 |
| 2067 | 2026-02-24T02:40:23.530Z | Compiling num-bigint-dig v0.8.6 |
| 2068 | 2026-02-24T02:40:23.873Z | Compiling httpdate v1.0.3 |
| 2069 | 2026-02-24T02:40:24.130Z | Compiling foreign-types v0.3.2 |
| 2070 | 2026-02-24T02:40:24.305Z | Compiling tempfile v3.24.0 |
| 2071 | 2026-02-24T02:40:26.111Z | Compiling hyper v1.8.1 |
| 2072 | 2026-02-24T02:40:31.609Z | Compiling darling v0.20.10 |
| 2073 | 2026-02-24T02:40:33.401Z | Compiling strum_macros v0.26.4 |
| 2074 | 2026-02-24T02:40:35.258Z | Compiling wait-timeout v0.2.0 |
| 2075 | 2026-02-24T02:40:35.696Z | Compiling quick-error v1.2.3 |
| 2076 | 2026-02-24T02:40:35.869Z | Compiling gimli v0.31.1 |
| 2077 | 2026-02-24T02:40:36.033Z | Compiling anstyle v1.0.11 |
| 2078 | 2026-02-24T02:40:37.091Z | Compiling utf8parse v0.2.2 |
| 2079 | 2026-02-24T02:40:37.582Z | Compiling bit-vec v0.8.0 |
| 2080 | 2026-02-24T02:40:38.039Z | Compiling bit-set v0.8.0 |
| 2081 | 2026-02-24T02:40:39.786Z | Compiling anstyle-parse v0.2.5 |
| 2082 | 2026-02-24T02:40:40.986Z | Compiling addr2line v0.24.2 |
| 2083 | 2026-02-24T02:40:42.337Z | Compiling rusty-fork v0.3.0 |
| 2084 | 2026-02-24T02:40:44.142Z | Compiling derive_builder_core v0.20.2 |
| 2085 | 2026-02-24T02:40:45.338Z | Compiling hyper-util v0.1.19 |
| 2086 | 2026-02-24T02:40:46.084Z | Compiling unicode-normalization v0.1.24 |
| 2087 | 2026-02-24T02:40:46.992Z | Compiling nix v0.29.0 |
| 2088 | 2026-02-24T02:40:48.107Z | Compiling rand_xorshift v0.4.0 |
| 2089 | 2026-02-24T02:40:48.362Z | Compiling hubpack_derive v0.1.1 |
| 2090 | 2026-02-24T02:40:49.273Z | Compiling signature v2.2.0 |
| 2091 | 2026-02-24T02:40:49.549Z | Compiling openapiv3 v2.2.0 |
| 2092 | 2026-02-24T02:40:49.568Z | Compiling erased-serde v0.3.31 |
| 2093 | 2026-02-24T02:40:50.711Z | Compiling strum_macros v0.27.2 |
| 2094 | 2026-02-24T02:40:51.250Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2095 | 2026-02-24T02:40:52.584Z | Compiling object v0.36.5 |
| 2096 | 2026-02-24T02:40:55.274Z | Compiling fs-err v3.1.1 |
| 2097 | 2026-02-24T02:40:55.647Z | Compiling ahash v0.8.12 |
| 2098 | 2026-02-24T02:40:56.066Z | Compiling crc32fast v1.4.2 |
| 2099 | 2026-02-24T02:40:56.430Z | Compiling unicode-bidi v0.3.17 |
| 2100 | 2026-02-24T02:40:57.550Z | Compiling zlib-rs v0.5.1 |
| 2101 | 2026-02-24T02:40:58.212Z | Compiling is_terminal_polyfill v1.70.1 |
| 2102 | 2026-02-24T02:40:58.357Z | Compiling rustc-demangle v0.1.24 |
| 2103 | 2026-02-24T02:40:58.542Z | Compiling unarray v0.1.4 |
| 2104 | 2026-02-24T02:40:58.749Z | Compiling unicode-segmentation v1.12.0 |
| 2105 | 2026-02-24T02:40:59.172Z | Compiling siphasher v0.3.11 |
| 2106 | 2026-02-24T02:40:59.538Z | Compiling anstyle-query v1.1.1 |
| 2107 | 2026-02-24T02:40:59.626Z | Compiling unicode-properties v0.1.3 |
| 2108 | 2026-02-24T02:40:59.728Z | Compiling buf-list v1.0.3 |
| 2109 | 2026-02-24T02:41:00.296Z | Compiling colorchoice v1.0.2 |
| 2110 | 2026-02-24T02:41:00.490Z | Compiling anstream v0.6.18 |
| 2111 | 2026-02-24T02:41:00.722Z | Compiling backtrace v0.3.74 |
| 2112 | 2026-02-24T02:41:01.088Z | Compiling stringprep v0.1.5 |
| 2113 | 2026-02-24T02:41:01.916Z | Compiling libz-rs-sys v0.5.1 |
| 2114 | 2026-02-24T02:41:02.238Z | Compiling phf_shared v0.11.2 |
| 2115 | 2026-02-24T02:41:02.354Z | Compiling proptest v1.7.0 |
| 2116 | 2026-02-24T02:41:08.032Z | Compiling derive_builder_macro v0.20.2 |
| 2117 | 2026-02-24T02:41:09.965Z | Compiling rustls-webpki v0.102.8 |
| 2118 | 2026-02-24T02:41:10.177Z | Compiling usdt-attr-macro v0.6.0 |
| 2119 | 2026-02-24T02:41:10.812Z | Compiling usdt-macro v0.6.0 |
| 2120 | 2026-02-24T02:41:10.834Z | Compiling oxnet v0.1.4 |
| 2121 | 2026-02-24T02:41:11.717Z | Compiling http-body-util v0.1.3 |
| 2122 | 2026-02-24T02:41:12.375Z | Compiling rand_chacha v0.3.1 |
| 2123 | 2026-02-24T02:41:12.583Z | Compiling sync_wrapper v1.0.1 |
| 2124 | 2026-02-24T02:41:12.999Z | Compiling md-5 v0.10.6 |
| 2125 | 2026-02-24T02:41:13.021Z | Compiling vergen-lib v0.1.6 |
| 2126 | 2026-02-24T02:41:13.156Z | Compiling num-integer v0.1.46 |
| 2127 | 2026-02-24T02:41:13.239Z | Compiling ff v0.13.0 |
| 2128 | 2026-02-24T02:41:13.277Z | Compiling hash32 v0.2.1 |
| 2129 | 2026-02-24T02:41:13.375Z | Compiling encoding_rs v0.8.34 |
| 2130 | 2026-02-24T02:41:13.491Z | Compiling psl-types v2.0.11 |
| 2131 | 2026-02-24T02:41:13.666Z | Compiling mime v0.3.17 |
| 2132 | 2026-02-24T02:41:13.979Z | Compiling fallible-iterator v0.2.0 |
| 2133 | 2026-02-24T02:41:14.406Z | Compiling base16ct v0.2.0 |
| 2134 | 2026-02-24T02:41:14.452Z | Compiling serde_urlencoded v0.7.1 |
| 2135 | 2026-02-24T02:41:14.689Z | Compiling postgres-protocol v0.6.8 |
| 2136 | 2026-02-24T02:41:14.709Z | Compiling sec1 v0.7.3 |
| 2137 | 2026-02-24T02:41:14.729Z | Compiling publicsuffix v2.3.0 |
| 2138 | 2026-02-24T02:41:15.086Z | Compiling num-iter v0.1.45 |
| 2139 | 2026-02-24T02:41:15.299Z | Compiling group v0.13.0 |
| 2140 | 2026-02-24T02:41:15.368Z | Compiling tower v0.5.2 |
| 2141 | 2026-02-24T02:41:15.745Z | Compiling rand v0.8.5 |
| 2142 | 2026-02-24T02:41:18.075Z | Compiling tokio-rustls v0.26.0 |
| 2143 | 2026-02-24T02:41:18.529Z | Compiling derive_builder v0.20.2 |
| 2144 | 2026-02-24T02:41:18.720Z | Compiling newtype-uuid v1.3.2 |
| 2145 | 2026-02-24T02:41:19.050Z | Compiling tokio-native-tls v0.3.1 |
| 2146 | 2026-02-24T02:41:19.408Z | Compiling flate2 v1.1.2 |
| 2147 | 2026-02-24T02:41:19.705Z | Compiling heck v0.4.1 |
| 2148 | 2026-02-24T02:41:20.134Z | Compiling rustls-native-certs v0.8.1 |
| 2149 | 2026-02-24T02:41:20.522Z | Compiling webpki-roots v1.0.1 |
| 2150 | 2026-02-24T02:41:20.865Z | Compiling serde_with_macros v3.16.1 |
| 2151 | 2026-02-24T02:41:21.288Z | Compiling hkdf v0.12.4 |
| 2152 | 2026-02-24T02:41:21.319Z | Compiling vergen v9.0.6 |
| 2153 | 2026-02-24T02:41:21.539Z | Compiling terminal_size v0.4.0 |
| 2154 | 2026-02-24T02:41:21.798Z | Compiling cargo-platform v0.1.8 |
| 2155 | 2026-02-24T02:41:22.067Z | Compiling clap_derive v4.5.47 |
| 2156 | 2026-02-24T02:41:22.299Z | Compiling enum-as-inner v0.6.1 |
| 2157 | 2026-02-24T02:41:22.596Z | Compiling crypto-bigint v0.5.5 |
| 2158 | 2026-02-24T02:41:22.656Z | Compiling serde_repr v0.1.19 |
| 2159 | 2026-02-24T02:41:23.306Z | Compiling iri-string v0.7.8 |
| 2160 | 2026-02-24T02:41:24.147Z | Compiling bumpalo v3.16.0 |
| 2161 | 2026-02-24T02:41:24.302Z | Compiling managed v0.8.0 |
| 2162 | 2026-02-24T02:41:24.893Z | Compiling winnow v0.7.14 |
| 2163 | 2026-02-24T02:41:25.162Z | Compiling lockfree-object-pool v0.1.6 |
| 2164 | 2026-02-24T02:41:25.651Z | Compiling bitflags v1.3.2 |
| 2165 | 2026-02-24T02:41:25.926Z | Compiling simd-adler32 v0.3.7 |
| 2166 | 2026-02-24T02:41:25.950Z | Compiling clap_lex v0.7.4 |
| 2167 | 2026-02-24T02:41:26.372Z | Compiling zopfli v0.8.1 |
| 2168 | 2026-02-24T02:41:26.437Z | Compiling clap_builder v4.5.48 |
| 2169 | 2026-02-24T02:41:27.770Z | Compiling tower-http v0.6.6 |
| 2170 | 2026-02-24T02:41:28.691Z | Compiling elliptic-curve v0.13.8 |
| 2171 | 2026-02-24T02:41:29.443Z | Compiling cargo_metadata v0.19.2 |
| 2172 | 2026-02-24T02:41:30.052Z | Compiling hyper-tls v0.6.0 |
| 2173 | 2026-02-24T02:41:30.529Z | Compiling hyper-rustls v0.27.7 |
| 2174 | 2026-02-24T02:41:31.141Z | Compiling daft v0.1.4 |
| 2175 | 2026-02-24T02:41:31.543Z | Compiling zstd v0.13.3 |
| 2176 | 2026-02-24T02:41:32.061Z | Compiling signal-hook-mio v0.2.4 |
| 2177 | 2026-02-24T02:41:32.266Z | Compiling cookie_store v0.21.1 |
| 2178 | 2026-02-24T02:41:32.442Z | Compiling postgres-types v0.2.9 |
| 2179 | 2026-02-24T02:41:32.670Z | Compiling phf v0.11.2 |
| 2180 | 2026-02-24T02:41:33.079Z | Compiling strum v0.27.2 |
| 2181 | 2026-02-24T02:41:33.201Z | Compiling ed25519 v2.2.3 |
| 2182 | 2026-02-24T02:41:33.307Z | Compiling hubpack v0.1.2 |
| 2183 | 2026-02-24T02:41:33.552Z | Compiling bzip2 v0.4.4 |
| 2184 | 2026-02-24T02:41:33.625Z | Compiling bzip2 v0.5.2 |
| 2185 | 2026-02-24T02:41:33.700Z | Compiling crossbeam-epoch v0.9.18 |
| 2186 | 2026-02-24T02:41:33.764Z | Compiling pkcs1 v0.7.5 |
| 2187 | 2026-02-24T02:41:34.305Z | Compiling rfc6979 v0.4.0 |
| 2188 | 2026-02-24T02:41:34.525Z | Compiling regress v0.10.4 |
| 2189 | 2026-02-24T02:41:34.641Z | Compiling float-cmp v0.10.0 |
| 2190 | 2026-02-24T02:41:34.696Z | Compiling hex v0.4.3 |
| 2191 | 2026-02-24T02:41:34.734Z | Compiling serde-big-array v0.5.1 |
| 2192 | 2026-02-24T02:41:34.999Z | Compiling bstr v1.10.0 |
| 2193 | 2026-02-24T02:41:35.303Z | Compiling env_filter v0.1.2 |
| 2194 | 2026-02-24T02:41:35.731Z | Compiling socket2 v0.5.10 |
| 2195 | 2026-02-24T02:41:35.858Z | Compiling memmap2 v0.9.8 |
| 2196 | 2026-02-24T02:41:36.353Z | Compiling jiff v0.2.15 |
| 2197 | 2026-02-24T02:41:36.554Z | Compiling foldhash v0.2.0 |
| 2198 | 2026-02-24T02:41:36.577Z | Compiling difflib v0.4.0 |
| 2199 | 2026-02-24T02:41:36.937Z | Compiling rustc-hash v2.1.1 |
| 2200 | 2026-02-24T02:41:37.637Z | Compiling normalize-line-endings v0.3.0 |
| 2201 | 2026-02-24T02:41:38.035Z | Compiling data-encoding v2.9.0 |
| 2202 | 2026-02-24T02:41:39.255Z | Compiling fixedbitset v0.4.2 |
| 2203 | 2026-02-24T02:41:39.373Z | Compiling toml_write v0.1.2 |
| 2204 | 2026-02-24T02:41:39.397Z | Compiling precomputed-hash v0.1.1 |
| 2205 | 2026-02-24T02:41:39.463Z | Compiling new_debug_unreachable v1.0.6 |
| 2206 | 2026-02-24T02:41:39.584Z | Compiling static_assertions v1.1.0 |
| 2207 | 2026-02-24T02:41:39.620Z | Compiling whoami v1.5.2 |
| 2208 | 2026-02-24T02:41:39.716Z | Compiling fixedbitset v0.5.7 |
| 2209 | 2026-02-24T02:41:39.764Z | Compiling keccak v0.1.5 |
| 2210 | 2026-02-24T02:41:40.024Z | Compiling predicates-core v1.0.8 |
| 2211 | 2026-02-24T02:41:40.201Z | Compiling petgraph v0.8.2 |
| 2212 | 2026-02-24T02:41:40.325Z | Compiling predicates v3.1.3 |
| 2213 | 2026-02-24T02:41:40.346Z | Compiling sha3 v0.10.8 |
| 2214 | 2026-02-24T02:41:40.488Z | Compiling tokio-postgres v0.7.13 |
| 2215 | 2026-02-24T02:41:40.931Z | Compiling reqwest v0.12.24 |
| 2216 | 2026-02-24T02:41:41.249Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2217 | 2026-02-24T02:41:41.626Z | Compiling string_cache v0.8.9 |
| 2218 | 2026-02-24T02:41:42.039Z | Compiling petgraph v0.6.5 |
| 2219 | 2026-02-24T02:41:43.637Z | Compiling toml_edit v0.22.27 |
| 2220 | 2026-02-24T02:41:44.555Z | Compiling zip v4.2.0 |
| 2221 | 2026-02-24T02:41:45.618Z | Compiling hickory-proto v0.25.2 |
| 2222 | 2026-02-24T02:41:46.128Z | Compiling typify-impl v0.4.3 |
| 2223 | 2026-02-24T02:41:48.103Z | Compiling iddqd v0.3.16 |
| 2224 | 2026-02-24T02:41:49.742Z | Compiling usdt v0.6.0 |
| 2225 | 2026-02-24T02:41:50.215Z | Compiling similar v2.7.0 |
| 2226 | 2026-02-24T02:41:50.719Z | Compiling env_logger v0.11.8 |
| 2227 | 2026-02-24T02:41:51.012Z | Compiling serde_with v3.16.1 |
| 2228 | 2026-02-24T02:41:53.229Z | Compiling ecdsa v0.16.9 |
| 2229 | 2026-02-24T02:41:54.092Z | Compiling rsa v0.9.8 |
| 2230 | 2026-02-24T02:41:55.455Z | Compiling zip v0.6.6 |
| 2231 | 2026-02-24T02:41:55.550Z | Compiling ed25519-dalek v2.1.1 |
| 2232 | 2026-02-24T02:41:56.827Z | Compiling crossterm v0.28.1 |
| 2233 | 2026-02-24T02:41:57.406Z | Compiling clap v4.5.48 |
| 2234 | 2026-02-24T02:41:57.643Z | Compiling strum v0.26.3 |
| 2235 | 2026-02-24T02:41:57.767Z | Compiling tokio-stream v0.1.17 |
| 2236 | 2026-02-24T02:41:57.943Z | Compiling toml v0.7.8 |
| 2237 | 2026-02-24T02:41:58.773Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2238 | 2026-02-24T02:41:59.230Z | Compiling x509-cert v0.2.5 |
| 2239 | 2026-02-24T02:42:00.611Z | Compiling sha1 v0.10.6 |
| 2240 | 2026-02-24T02:42:00.979Z | Compiling itertools v0.10.5 |
| 2241 | 2026-02-24T02:42:03.158Z | Compiling itertools v0.13.0 |
| 2242 | 2026-02-24T02:42:03.418Z | Compiling winnow v0.6.26 |
| 2243 | 2026-02-24T02:42:06.101Z | Compiling peg-runtime v0.8.5 |
| 2244 | 2026-02-24T02:42:06.314Z | Compiling lalrpop-util v0.19.12 |
| 2245 | 2026-02-24T02:42:07.115Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2246 | 2026-02-24T02:42:07.753Z | Compiling typify-macro v0.4.3 |
| 2247 | 2026-02-24T02:42:17.143Z | Compiling rayon-core v1.12.1 |
| 2248 | 2026-02-24T02:42:26.093Z | Compiling proc-macro-crate v1.3.1 |
| 2249 | 2026-02-24T02:42:27.014Z | Compiling macaddr v1.0.1 |
| 2250 | 2026-02-24T02:42:27.308Z | Compiling structmeta-derive v0.3.0 |
| 2251 | 2026-02-24T02:42:29.078Z | Compiling itertools v0.14.0 |
| 2252 | 2026-02-24T02:42:29.635Z | Compiling heapless v0.8.0 |
| 2253 | 2026-02-24T02:42:32.258Z | Compiling ingot-macros v0.1.1 |
| 2254 | 2026-02-24T02:42:33.232Z | Compiling structmeta v0.3.0 |
| 2255 | 2026-02-24T02:42:35.123Z | Compiling num_enum_derive v0.5.11 |
| 2256 | 2026-02-24T02:42:36.649Z | Compiling crossbeam-deque v0.8.5 |
| 2257 | 2026-02-24T02:42:38.239Z | Compiling hash32 v0.3.1 |
| 2258 | 2026-02-24T02:42:38.726Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2259 | 2026-02-24T02:42:39.154Z | Compiling unicode-width v0.1.14 |
| 2260 | 2026-02-24T02:42:42.595Z | Compiling smoltcp v0.11.0 |
| 2261 | 2026-02-24T02:42:43.556Z | Compiling tabwriter v1.4.0 |
| 2262 | 2026-02-24T02:42:44.211Z | Compiling ingot-types v0.1.2 |
| 2263 | 2026-02-24T02:42:48.346Z | Compiling num_enum v0.5.11 |
| 2264 | 2026-02-24T02:42:52.099Z | Compiling typify v0.4.3 |
| 2265 | 2026-02-24T02:42:56.736Z | Compiling proc-macro-error-attr v1.0.4 |
| 2266 | 2026-02-24T02:42:58.487Z | Compiling unsafe-libyaml v0.2.11 |
| 2267 | 2026-02-24T02:42:59.004Z | Compiling rustls v0.22.4 |
| 2268 | 2026-02-24T02:42:59.603Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2269 | 2026-02-24T02:43:00.253Z | Compiling cobs v0.2.3 |
| 2270 | 2026-02-24T02:43:03.843Z | Compiling postcard v1.0.10 |
| 2271 | 2026-02-24T02:43:04.580Z | Compiling serde_yaml v0.9.34+deprecated |
| 2272 | 2026-02-24T02:43:16.424Z | Compiling progenitor-impl v0.11.2 |
| 2273 | 2026-02-24T02:43:18.905Z | Compiling ingot v0.1.1 |
| 2274 | 2026-02-24T02:43:26.883Z | Compiling futures-executor v0.3.31 |
| 2275 | 2026-02-24T02:43:27.112Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2276 | 2026-02-24T02:43:27.453Z | Compiling foreign-types-macros v0.2.3 |
| 2277 | 2026-02-24T02:43:27.517Z | Compiling thread_local v1.1.8 |
| 2278 | 2026-02-24T02:43:27.940Z | Compiling multer v3.1.0 |
| 2279 | 2026-02-24T02:43:27.964Z | Compiling proc-macro-error v1.0.4 |
| 2280 | 2026-02-24T02:43:28.063Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2281 | 2026-02-24T02:43:28.301Z | Compiling foreign-types-shared v0.3.1 |
| 2282 | 2026-02-24T02:43:28.326Z | Compiling slog-async v2.8.0 |
| 2283 | 2026-02-24T02:43:28.405Z | Compiling match_cfg v0.1.0 |
| 2284 | 2026-02-24T02:43:28.538Z | Compiling hostname v0.3.1 |
| 2285 | 2026-02-24T02:43:28.664Z | Compiling foreign-types v0.5.0 |
| 2286 | 2026-02-24T02:43:28.934Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2287 | 2026-02-24T02:43:28.987Z | Compiling futures v0.3.31 |
| 2288 | 2026-02-24T02:43:28.989Z | Compiling progenitor-macro v0.11.2 |
| 2289 | 2026-02-24T02:43:30.313Z | Compiling derive-ex v0.1.8 |
| 2290 | 2026-02-24T02:43:33.084Z | Compiling progenitor-client v0.11.2 |
| 2291 | 2026-02-24T02:43:34.131Z | Compiling toml_parser v1.0.6+spec-1.1.0 |
| 2292 | 2026-02-24T02:43:34.297Z | Compiling slog-json v2.6.1 |
| 2293 | 2026-02-24T02:43:34.814Z | Compiling crossbeam-channel v0.5.15 |
| 2294 | 2026-02-24T02:43:36.498Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2295 | 2026-02-24T02:43:37.354Z | Compiling async-stream-impl v0.3.6 |
| 2296 | 2026-02-24T02:43:37.565Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2297 | 2026-02-24T02:43:37.588Z | Compiling serde_spanned v1.0.4 |
| 2298 | 2026-02-24T02:43:37.894Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2299 | 2026-02-24T02:43:38.410Z | Compiling cstr-argument v0.1.2 |
| 2300 | 2026-02-24T02:43:38.528Z | Compiling is-terminal v0.4.13 |
| 2301 | 2026-02-24T02:43:38.708Z | Compiling dropshot v0.16.7 |
| 2302 | 2026-02-24T02:43:38.731Z | Compiling term v1.1.0 |
| 2303 | 2026-02-24T02:43:38.803Z | Compiling pretty-hex v0.2.1 |
| 2304 | 2026-02-24T02:43:39.046Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2305 | 2026-02-24T02:43:39.095Z | Compiling typeid v1.0.3 |
| 2306 | 2026-02-24T02:43:39.412Z | Compiling crucible-workspace-hack v0.1.0 |
| 2307 | 2026-02-24T02:43:39.595Z | Compiling take_mut v0.2.2 |
| 2308 | 2026-02-24T02:43:39.762Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2309 | 2026-02-24T02:43:40.075Z | Compiling progenitor v0.11.2 |
| 2310 | 2026-02-24T02:43:40.323Z | Compiling toml v0.9.11+spec-1.1.0 |
| 2311 | 2026-02-24T02:43:40.402Z | Compiling slog-term v2.9.2 |
| 2312 | 2026-02-24T02:43:40.579Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2313 | 2026-02-24T02:43:41.109Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2314 | 2026-02-24T02:43:42.000Z | Compiling async-stream v0.3.6 |
| 2315 | 2026-02-24T02:43:42.702Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2316 | 2026-02-24T02:43:42.934Z | Compiling slog-bunyan v2.5.0 |
| 2317 | 2026-02-24T02:43:43.024Z | Compiling tokio-rustls v0.25.0 |
| 2318 | 2026-02-24T02:43:43.281Z | Compiling test-strategy v0.4.3 |
| 2319 | 2026-02-24T02:43:44.229Z | Compiling rayon v1.10.0 |
| 2320 | 2026-02-24T02:43:44.354Z | Compiling parse-display-derive v0.10.0 |
| 2321 | 2026-02-24T02:43:46.387Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a) |
| 2322 | 2026-02-24T02:43:46.532Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2323 | 2026-02-24T02:43:46.688Z | Compiling colored v2.2.0 |
| 2324 | 2026-02-24T02:43:47.844Z | Compiling waitgroup v0.1.2 |
| 2325 | 2026-02-24T02:43:48.144Z | Compiling nix v0.30.1 |
| 2326 | 2026-02-24T02:43:48.163Z | Compiling rustls-pemfile v2.2.0 |
| 2327 | 2026-02-24T02:43:48.719Z | Compiling newtype-uuid-macros v0.1.0 |
| 2328 | 2026-02-24T02:43:49.010Z | Compiling dropshot_endpoint v0.16.7 |
| 2329 | 2026-02-24T02:43:49.356Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2330 | 2026-02-24T02:43:49.903Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2331 | 2026-02-24T02:43:49.959Z | Compiling serde_path_to_error v0.1.20 |
| 2332 | 2026-02-24T02:43:50.187Z | Compiling hostname v0.4.2 |
| 2333 | 2026-02-24T02:43:50.215Z | Compiling instant v0.1.13 |
| 2334 | 2026-02-24T02:43:50.364Z | Compiling debug-ignore v1.0.5 |
| 2335 | 2026-02-24T02:43:50.391Z | Compiling colored v3.0.0 |
| 2336 | 2026-02-24T02:43:50.425Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2337 | 2026-02-24T02:43:50.591Z | Compiling backoff v0.4.0 |
| 2338 | 2026-02-24T02:43:50.639Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2339 | 2026-02-24T02:43:50.916Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2340 | 2026-02-24T02:43:51.006Z | Compiling parse-display v0.10.0 |
| 2341 | 2026-02-24T02:43:51.805Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2342 | 2026-02-24T02:43:53.050Z | Compiling zone_cfg_derive v0.3.0 |
| 2343 | 2026-02-24T02:43:54.363Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2344 | 2026-02-24T02:43:55.106Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2345 | 2026-02-24T02:43:55.563Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2346 | 2026-02-24T02:43:55.589Z | Compiling camino-tempfile v1.4.1 |
| 2347 | 2026-02-24T02:43:56.439Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2348 | 2026-02-24T02:43:56.788Z | Compiling progenitor-client v0.10.0 |
| 2349 | 2026-02-24T02:43:57.895Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 2350 | 2026-02-24T02:44:00.225Z | Compiling secrecy v0.10.3 |
| 2351 | 2026-02-24T02:44:00.443Z | Compiling num-derive v0.4.2 |
| 2352 | 2026-02-24T02:44:00.552Z | Compiling sigpipe v0.1.3 |
| 2353 | 2026-02-24T02:44:00.731Z | Compiling libefi-sys v0.1.0 |
| 2354 | 2026-02-24T02:44:01.128Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2355 | 2026-02-24T02:44:01.564Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2356 | 2026-02-24T02:44:01.743Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2357 | 2026-02-24T02:44:01.982Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2358 | 2026-02-24T02:44:02.649Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2359 | 2026-02-24T02:44:03.028Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2360 | 2026-02-24T02:44:04.278Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2361 | 2026-02-24T02:44:05.907Z | Compiling erased-serde v0.4.6 |
| 2362 | 2026-02-24T02:44:06.203Z | Compiling zone v0.3.1 |
| 2363 | 2026-02-24T02:44:07.544Z | Compiling usdt-macro v0.5.0 |
| 2364 | 2026-02-24T02:44:08.072Z | Compiling usdt-attr-macro v0.5.0 |
| 2365 | 2026-02-24T02:44:08.983Z | Compiling smf v0.2.3 |
| 2366 | 2026-02-24T02:44:09.655Z | Compiling bitfield-struct v0.6.2 |
| 2367 | 2026-02-24T02:44:10.182Z | Compiling ordered-float v2.10.1 |
| 2368 | 2026-02-24T02:44:10.911Z | Compiling blake3 v1.5.4 |
| 2369 | 2026-02-24T02:44:11.089Z | Compiling memmap v0.7.0 |
| 2370 | 2026-02-24T02:44:11.150Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2371 | 2026-02-24T02:44:11.550Z | Compiling usdt v0.5.0 |
| 2372 | 2026-02-24T02:44:11.829Z | Compiling serde-value v0.7.0 |
| 2373 | 2026-02-24T02:44:11.949Z | Compiling serde-untagged v0.1.7 |
| 2374 | 2026-02-24T02:44:12.264Z | Compiling toml v0.8.23 |
| 2375 | 2026-02-24T02:44:12.479Z | Compiling xattr v1.3.1 |
| 2376 | 2026-02-24T02:44:12.820Z | Compiling filetime v0.2.26 |
| 2377 | 2026-02-24T02:44:12.852Z | Compiling same-file v1.0.6 |
| 2378 | 2026-02-24T02:44:13.076Z | Compiling unicode-width v0.2.0 |
| 2379 | 2026-02-24T02:44:13.194Z | Compiling arrayref v0.3.9 |
| 2380 | 2026-02-24T02:44:13.242Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2381 | 2026-02-24T02:44:13.332Z | Compiling unicode-xid v0.2.6 |
| 2382 | 2026-02-24T02:44:13.396Z | Compiling constant_time_eq v0.3.1 |
| 2383 | 2026-02-24T02:44:13.562Z | Compiling arrayvec v0.7.6 |
| 2384 | 2026-02-24T02:44:13.621Z | Compiling console v0.16.0 |
| 2385 | 2026-02-24T02:44:13.646Z | Compiling cargo-util-schemas v0.8.2 |
| 2386 | 2026-02-24T02:44:13.697Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2387 | 2026-02-24T02:44:15.300Z | Compiling tar v0.4.44 |
| 2388 | 2026-02-24T02:44:16.404Z | Compiling walkdir v2.5.0 |
| 2389 | 2026-02-24T02:44:16.624Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2390 | 2026-02-24T02:44:17.115Z | Compiling tokio-dtrace v0.1.0 |
| 2391 | 2026-02-24T02:44:17.678Z | Compiling gethostname v0.5.0 |
| 2392 | 2026-02-24T02:44:17.961Z | Compiling cargo-platform v0.2.0 |
| 2393 | 2026-02-24T02:44:18.091Z | Compiling topological-sort v0.2.2 |
| 2394 | 2026-02-24T02:44:18.254Z | Compiling unit-prefix v0.5.1 |
| 2395 | 2026-02-24T02:44:18.433Z | Compiling cargo_metadata v0.21.0 |
| 2396 | 2026-02-24T02:44:18.560Z | Compiling indicatif v0.18.0 |
| 2397 | 2026-02-24T02:44:19.217Z | Compiling omicron-zone-package v0.12.2 |
| 2398 | 2026-02-24T02:44:19.571Z | Compiling oxide-tokio-rt v0.1.2 |
| 2399 | 2026-02-24T02:44:20.250Z | Compiling indent_write v2.2.0 |
| 2400 | 2026-02-24T02:44:21.275Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2401 | 2026-02-24T02:44:21.629Z | Compiling shell-words v1.1.0 |
| 2402 | 2026-02-24T02:44:27.910Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2403 | 2026-02-24T02:44:30.749Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2404 | 2026-02-24T02:44:36.582Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2405 | 2026-02-24T02:44:53.264Z | Finished `release` profile [optimized] target(s) in 6m 02s |
| 2406 | 2026-02-24T02:44:53.462Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2407 | 2026-02-24T02:44:53.534Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2408 | 2026-02-24T02:44:53.537Z | Created new build target 'test' and set it as active |
| 2409 | 2026-02-24T02:44:53.540Z | |
| 2410 | 2026-02-24T02:44:53.540Z | real 6:02.482742518 |
| 2411 | 2026-02-24T02:44:53.540Z | user 41:55.778997253 |
| 2412 | 2026-02-24T02:44:53.540Z | sys 4:05.309727553 |
| 2413 | 2026-02-24T02:44:53.540Z | trap 1.400824328 |
| 2414 | 2026-02-24T02:44:53.540Z | tflt 2.128879167 |
| 2415 | 2026-02-24T02:44:53.540Z | dflt 1.136148132 |
| 2416 | 2026-02-24T02:44:53.540Z | kflt 0.010295405 |
| 2417 | 2026-02-24T02:44:53.540Z | lock 1:58:57.537184105 |
| 2418 | 2026-02-24T02:44:53.540Z | slp 2:48:23.369068728 |
| 2419 | 2026-02-24T02:44:53.540Z | lat 3:23.053290122 |
| 2420 | 2026-02-24T02:44:53.540Z | stop 5:56.421077281 |
| 2421 | 2026-02-24T02:44:53.540Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2422 | 2026-02-24T02:44:54.963Z | Finished `release` profile [optimized] target(s) in 1.35s |
| 2423 | 2026-02-24T02:44:55.031Z | Running `target/release/omicron-package -t test package` |
| 2424 | 2026-02-24T02:44:55.090Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2425 | 2026-02-24T02:44:57.351Z | Compiling convert_case v0.4.0 |
| 2426 | 2026-02-24T02:44:57.354Z | Compiling progenitor-impl v0.10.0 |
| 2427 | 2026-02-24T02:44:57.354Z | Compiling half v2.4.1 |
| 2428 | 2026-02-24T02:44:57.354Z | Compiling ciborium-io v0.2.2 |
| 2429 | 2026-02-24T02:44:57.577Z | Compiling is-terminal v0.4.13 |
| 2430 | 2026-02-24T02:44:57.654Z | Compiling rustls v0.22.4 |
| 2431 | 2026-02-24T02:44:57.679Z | Compiling thread_local v1.1.8 |
| 2432 | 2026-02-24T02:44:57.777Z | Compiling bytecount v0.6.8 |
| 2433 | 2026-02-24T02:44:57.815Z | Compiling match_cfg v0.1.0 |
| 2434 | 2026-02-24T02:44:57.946Z | Compiling hostname v0.3.1 |
| 2435 | 2026-02-24T02:44:58.137Z | Compiling multer v3.1.0 |
| 2436 | 2026-02-24T02:44:58.192Z | Compiling slog-async v2.8.0 |
| 2437 | 2026-02-24T02:44:58.195Z | Compiling password-hash v0.5.0 |
| 2438 | 2026-02-24T02:44:58.195Z | Compiling derive_more v0.99.20 |
| 2439 | 2026-02-24T02:44:58.283Z | Compiling ciborium-ll v0.2.2 |
| 2440 | 2026-02-24T02:44:58.287Z | Compiling blake2 v0.10.6 |
| 2441 | 2026-02-24T02:44:58.368Z | Compiling progenitor-client v0.11.2 |
| 2442 | 2026-02-24T02:44:58.836Z | Compiling ciborium v0.2.2 |
| 2443 | 2026-02-24T02:44:58.977Z | Compiling crossbeam-channel v0.5.15 |
| 2444 | 2026-02-24T02:44:59.530Z | Compiling toml_parser v1.0.6+spec-1.1.0 |
| 2445 | 2026-02-24T02:44:59.970Z | Compiling slog-json v2.6.1 |
| 2446 | 2026-02-24T02:45:00.383Z | Compiling futures-executor v0.3.31 |
| 2447 | 2026-02-24T02:45:00.523Z | Compiling serde_spanned v1.0.4 |
| 2448 | 2026-02-24T02:45:00.849Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2449 | 2026-02-24T02:45:00.883Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2450 | 2026-02-24T02:45:00.938Z | Compiling unicode-width v0.1.14 |
| 2451 | 2026-02-24T02:45:00.971Z | Compiling take_mut v0.2.2 |
| 2452 | 2026-02-24T02:45:01.187Z | Compiling swrite v0.1.0 |
| 2453 | 2026-02-24T02:45:01.366Z | Compiling term v1.1.0 |
| 2454 | 2026-02-24T02:45:01.399Z | Compiling toml v0.9.11+spec-1.1.0 |
| 2455 | 2026-02-24T02:45:01.488Z | Compiling tabwriter v1.4.0 |
| 2456 | 2026-02-24T02:45:01.924Z | Compiling futures v0.3.31 |
| 2457 | 2026-02-24T02:45:02.107Z | Compiling slog-term v2.9.2 |
| 2458 | 2026-02-24T02:45:02.510Z | Compiling tokio-rustls v0.25.0 |
| 2459 | 2026-02-24T02:45:02.604Z | Compiling slog-bunyan v2.5.0 |
| 2460 | 2026-02-24T02:45:02.884Z | Compiling progenitor v0.11.2 |
| 2461 | 2026-02-24T02:45:03.018Z | Compiling argon2 v0.5.3 |
| 2462 | 2026-02-24T02:45:03.319Z | Compiling progenitor-macro v0.10.0 |
| 2463 | 2026-02-24T02:45:03.392Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2464 | 2026-02-24T02:45:04.023Z | Compiling dropshot v0.16.7 |
| 2465 | 2026-02-24T02:45:04.061Z | Compiling async-stream v0.3.6 |
| 2466 | 2026-02-24T02:45:04.129Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a) |
| 2467 | 2026-02-24T02:45:04.389Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2468 | 2026-02-24T02:45:04.392Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2469 | 2026-02-24T02:45:04.509Z | Compiling universal-hash v0.5.1 |
| 2470 | 2026-02-24T02:45:04.815Z | Compiling waitgroup v0.1.2 |
| 2471 | 2026-02-24T02:45:05.080Z | Compiling rustls-pemfile v2.2.0 |
| 2472 | 2026-02-24T02:45:05.207Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2473 | 2026-02-24T02:45:05.475Z | Compiling serde_path_to_error v0.1.20 |
| 2474 | 2026-02-24T02:45:05.569Z | Compiling hostname v0.4.2 |
| 2475 | 2026-02-24T02:45:05.637Z | Compiling instant v0.1.13 |
| 2476 | 2026-02-24T02:45:05.827Z | Compiling opaque-debug v0.3.1 |
| 2477 | 2026-02-24T02:45:05.863Z | Compiling debug-ignore v1.0.5 |
| 2478 | 2026-02-24T02:45:05.970Z | Compiling colored v3.0.0 |
| 2479 | 2026-02-24T02:45:06.066Z | Compiling poly1305 v0.8.0 |
| 2480 | 2026-02-24T02:45:06.711Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2481 | 2026-02-24T02:45:06.974Z | Compiling backoff v0.4.0 |
| 2482 | 2026-02-24T02:45:07.386Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2483 | 2026-02-24T02:45:07.533Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2484 | 2026-02-24T02:45:07.567Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2485 | 2026-02-24T02:45:07.626Z | Compiling thiserror-no-std v2.0.2 |
| 2486 | 2026-02-24T02:45:07.809Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2487 | 2026-02-24T02:45:08.230Z | Compiling parse-display v0.10.0 |
| 2488 | 2026-02-24T02:45:08.792Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2489 | 2026-02-24T02:45:08.825Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2490 | 2026-02-24T02:45:09.057Z | Compiling chacha20 v0.9.1 |
| 2491 | 2026-02-24T02:45:09.653Z | Compiling progenitor-client v0.10.0 |
| 2492 | 2026-02-24T02:45:10.310Z | Compiling aead v0.5.2 |
| 2493 | 2026-02-24T02:45:10.410Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 2494 | 2026-02-24T02:45:10.728Z | Compiling macaddr v1.0.1 |
| 2495 | 2026-02-24T02:45:10.875Z | Compiling derive-where v1.5.0 |
| 2496 | 2026-02-24T02:45:11.202Z | Compiling chacha20poly1305 v0.10.1 |
| 2497 | 2026-02-24T02:45:11.513Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2498 | 2026-02-24T02:45:12.526Z | Compiling vsss-rs v3.3.4 |
| 2499 | 2026-02-24T02:45:14.069Z | Compiling num-rational v0.4.2 |
| 2500 | 2026-02-24T02:45:14.511Z | Compiling progenitor v0.10.0 |
| 2501 | 2026-02-24T02:45:16.264Z | Compiling num-complex v0.4.6 |
| 2502 | 2026-02-24T02:45:16.992Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2503 | 2026-02-24T02:45:17.537Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2504 | 2026-02-24T02:45:17.669Z | Compiling num v0.4.3 |
| 2505 | 2026-02-24T02:45:17.995Z | Compiling console v0.15.10 |
| 2506 | 2026-02-24T02:45:18.584Z | Compiling float-ord v0.3.2 |
| 2507 | 2026-02-24T02:45:19.061Z | Compiling toml v0.8.23 |
| 2508 | 2026-02-24T02:45:20.252Z | Compiling newline-converter v0.3.0 |
| 2509 | 2026-02-24T02:45:20.516Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2510 | 2026-02-24T02:45:20.549Z | Compiling atomicwrites v0.4.4 |
| 2511 | 2026-02-24T02:45:20.987Z | Compiling prettyplease v0.2.36 |
| 2512 | 2026-02-24T02:45:21.039Z | Compiling slog-dtrace v0.3.0 |
| 2513 | 2026-02-24T02:45:21.565Z | Compiling expectorate v1.2.0 |
| 2514 | 2026-02-24T02:45:22.035Z | Compiling async-recursion v1.1.1 |
| 2515 | 2026-02-24T02:45:22.443Z | Compiling cancel-safe-futures v0.1.5 |
| 2516 | 2026-02-24T02:45:22.897Z | Compiling owo-colors v4.2.3 |
| 2517 | 2026-02-24T02:45:23.660Z | Compiling resolv-conf v0.7.0 |
| 2518 | 2026-02-24T02:45:24.066Z | Compiling libsw-core v0.3.1 |
| 2519 | 2026-02-24T02:45:24.442Z | Compiling libsw v3.5.0 |
| 2520 | 2026-02-24T02:45:25.276Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2521 | 2026-02-24T02:45:25.564Z | Compiling linear-map v1.2.0 |
| 2522 | 2026-02-24T02:45:25.895Z | Compiling linked-hash-map v0.5.6 |
| 2523 | 2026-02-24T02:45:26.062Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2524 | 2026-02-24T02:45:26.410Z | Compiling lru-cache v0.1.2 |
| 2525 | 2026-02-24T02:45:26.721Z | Compiling unicode-xid v0.2.6 |
| 2526 | 2026-02-24T02:45:26.974Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2527 | 2026-02-24T02:45:27.487Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2528 | 2026-02-24T02:45:29.810Z | Compiling globset v0.4.15 |
| 2529 | 2026-02-24T02:45:34.926Z | Compiling hickory-proto v0.24.4 |
| 2530 | 2026-02-24T02:45:37.265Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2531 | 2026-02-24T02:45:37.787Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2532 | 2026-02-24T02:45:38.054Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2533 | 2026-02-24T02:45:41.669Z | Compiling hickory-resolver v0.24.4 |
| 2534 | 2026-02-24T02:45:43.121Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2535 | 2026-02-24T02:45:43.202Z | Compiling convert_case v0.7.1 |
| 2536 | 2026-02-24T02:45:43.946Z | Compiling derive_more-impl v2.0.1 |
| 2537 | 2026-02-24T02:45:44.671Z | Compiling qorb v0.4.1 |
| 2538 | 2026-02-24T02:45:51.913Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2539 | 2026-02-24T02:45:52.348Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2540 | 2026-02-24T02:45:55.565Z | Compiling pin-project-internal v1.1.6 |
| 2541 | 2026-02-24T02:45:57.710Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2542 | 2026-02-24T02:45:58.065Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2543 | 2026-02-24T02:45:58.097Z | Compiling pin-project v1.1.6 |
| 2544 | 2026-02-24T02:45:58.294Z | Compiling derive_more v2.0.1 |
| 2545 | 2026-02-24T02:45:58.410Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2546 | 2026-02-24T02:45:58.457Z | Compiling pem v3.0.5 |
| 2547 | 2026-02-24T02:45:58.872Z | Compiling snafu-derive v0.8.5 |
| 2548 | 2026-02-24T02:45:59.958Z | Compiling vte_generate_state_changes v0.1.2 |
| 2549 | 2026-02-24T02:46:00.488Z | Compiling termtree v0.5.1 |
| 2550 | 2026-02-24T02:46:00.603Z | Compiling siphasher v1.0.1 |
| 2551 | 2026-02-24T02:46:00.717Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2552 | 2026-02-24T02:46:00.814Z | Compiling vte v0.11.1 |
| 2553 | 2026-02-24T02:46:01.141Z | Compiling phf_shared v0.12.1 |
| 2554 | 2026-02-24T02:46:01.668Z | Compiling crossterm v0.29.0 |
| 2555 | 2026-02-24T02:46:02.041Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2556 | 2026-02-24T02:46:03.025Z | Compiling snafu v0.8.5 |
| 2557 | 2026-02-24T02:46:04.248Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2558 | 2026-02-24T02:46:05.801Z | Compiling olpc-cjson v0.1.4 |
| 2559 | 2026-02-24T02:46:06.210Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2560 | 2026-02-24T02:46:06.580Z | Compiling csv-core v0.1.11 |
| 2561 | 2026-02-24T02:46:07.302Z | Compiling serde_plain v1.0.2 |
| 2562 | 2026-02-24T02:46:07.565Z | Compiling highway v1.3.0 |
| 2563 | 2026-02-24T02:46:07.871Z | Compiling chrono-tz v0.10.4 |
| 2564 | 2026-02-24T02:46:08.232Z | Compiling typed-path v0.9.3 |
| 2565 | 2026-02-24T02:46:08.317Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2566 | 2026-02-24T02:46:09.178Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2567 | 2026-02-24T02:46:09.459Z | Compiling csv v1.3.1 |
| 2568 | 2026-02-24T02:46:09.705Z | Compiling strip-ansi-escapes v0.2.0 |
| 2569 | 2026-02-24T02:46:10.531Z | Compiling phf v0.12.1 |
| 2570 | 2026-02-24T02:46:10.934Z | Compiling tough v0.20.0 |
| 2571 | 2026-02-24T02:46:11.307Z | Compiling const_format_proc_macros v0.2.34 |
| 2572 | 2026-02-24T02:46:11.689Z | Compiling papergrid v0.11.0 |
| 2573 | 2026-02-24T02:46:13.109Z | Compiling tabled_derive v0.7.0 |
| 2574 | 2026-02-24T02:46:15.190Z | Compiling fd-lock v4.0.2 |
| 2575 | 2026-02-24T02:46:15.362Z | Compiling peg-macros v0.8.5 |
| 2576 | 2026-02-24T02:46:15.495Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2577 | 2026-02-24T02:46:15.767Z | Compiling nu-ansi-term v0.50.1 |
| 2578 | 2026-02-24T02:46:16.584Z | Compiling reedline v0.40.0 |
| 2579 | 2026-02-24T02:46:16.986Z | Compiling tabled v0.15.0 |
| 2580 | 2026-02-24T02:46:17.694Z | Compiling const_format v0.2.34 |
| 2581 | 2026-02-24T02:46:18.402Z | Compiling peg v0.8.5 |
| 2582 | 2026-02-24T02:46:18.845Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 2583 | 2026-02-24T02:46:23.132Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2584 | 2026-02-24T02:46:24.629Z | Compiling bcs v0.1.6 |
| 2585 | 2026-02-24T02:46:25.486Z | Compiling semver v0.1.20 |
| 2586 | 2026-02-24T02:46:26.082Z | Compiling base64 v0.21.7 |
| 2587 | 2026-02-24T02:46:26.750Z | Compiling rustc_version v0.1.7 |
| 2588 | 2026-02-24T02:46:27.196Z | Compiling newtype_derive v0.1.6 |
| 2589 | 2026-02-24T02:46:27.322Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2590 | 2026-02-24T02:46:27.587Z | Compiling humantime v2.2.0 |
| 2591 | 2026-02-24T02:46:27.865Z | Compiling smawk v0.3.2 |
| 2592 | 2026-02-24T02:46:28.232Z | Compiling unicode-linebreak v0.1.5 |
| 2593 | 2026-02-24T02:46:28.586Z | Compiling dropshot-api-manager-types v0.3.0 |
| 2594 | 2026-02-24T02:46:28.848Z | Compiling textwrap v0.16.2 |
| 2595 | 2026-02-24T02:46:29.837Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2596 | 2026-02-24T02:46:32.038Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 2597 | 2026-02-24T02:46:32.501Z | Compiling steno v0.4.1 |
| 2598 | 2026-02-24T02:46:33.519Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 2599 | 2026-02-24T02:46:36.559Z | Compiling utf-8 v0.7.6 |
| 2600 | 2026-02-24T02:46:36.976Z | Compiling moka v0.12.10 |
| 2601 | 2026-02-24T02:46:37.425Z | Compiling tagptr v0.2.0 |
| 2602 | 2026-02-24T02:46:41.231Z | Compiling hickory-resolver v0.25.2 |
| 2603 | 2026-02-24T02:46:41.625Z | Compiling tungstenite v0.21.0 |
| 2604 | 2026-02-24T02:46:43.597Z | Compiling tokio-tungstenite v0.21.0 |
| 2605 | 2026-02-24T02:46:43.669Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2606 | 2026-02-24T02:46:43.938Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2607 | 2026-02-24T02:46:44.298Z | Compiling radium v0.7.0 |
| 2608 | 2026-02-24T02:46:44.880Z | Compiling tap v1.0.1 |
| 2609 | 2026-02-24T02:46:45.155Z | Compiling maybe-uninit v2.0.0 |
| 2610 | 2026-02-24T02:46:45.881Z | Compiling wyz v0.5.1 |
| 2611 | 2026-02-24T02:46:46.853Z | Compiling zerocopy-derive v0.6.6 |
| 2612 | 2026-02-24T02:46:47.073Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2613 | 2026-02-24T02:46:47.948Z | Compiling crc-catalog v2.4.0 |
| 2614 | 2026-02-24T02:46:48.182Z | Compiling packed_struct v0.10.1 |
| 2615 | 2026-02-24T02:46:48.737Z | Compiling display-error-chain v0.2.2 |
| 2616 | 2026-02-24T02:46:48.740Z | Compiling funty v2.0.0 |
| 2617 | 2026-02-24T02:46:49.063Z | Compiling zerocopy v0.6.6 |
| 2618 | 2026-02-24T02:46:50.040Z | Compiling bitvec v1.0.1 |
| 2619 | 2026-02-24T02:46:51.501Z | Compiling crc v3.2.1 |
| 2620 | 2026-02-24T02:46:53.565Z | Compiling proc-macro-error2 v2.0.1 |
| 2621 | 2026-02-24T02:46:54.137Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2622 | 2026-02-24T02:46:54.594Z | Compiling packed_struct_codegen v0.10.1 |
| 2623 | 2026-02-24T02:46:54.945Z | Compiling bitfield-macros v0.19.2 |
| 2624 | 2026-02-24T02:46:56.495Z | Compiling indexmap v1.9.3 |
| 2625 | 2026-02-24T02:46:56.527Z | Compiling nodrop v0.1.14 |
| 2626 | 2026-02-24T02:46:56.731Z | Compiling array-init v0.0.4 |
| 2627 | 2026-02-24T02:46:56.965Z | Compiling bitfield v0.19.2 |
| 2628 | 2026-02-24T02:46:57.540Z | Compiling smallvec v0.6.14 |
| 2629 | 2026-02-24T02:46:57.894Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2630 | 2026-02-24T02:46:58.087Z | Compiling num-derive v0.3.3 |
| 2631 | 2026-02-24T02:46:58.194Z | Compiling hashbrown v0.12.3 |
| 2632 | 2026-02-24T02:46:59.611Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2633 | 2026-02-24T02:47:00.284Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2634 | 2026-02-24T02:47:01.430Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4) |
| 2635 | 2026-02-24T02:47:03.821Z | Compiling libscf-sys v1.1.0 |
| 2636 | 2026-02-24T02:47:04.384Z | Compiling serde-hex v0.1.0 |
| 2637 | 2026-02-24T02:47:04.897Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2638 | 2026-02-24T02:47:05.288Z | Compiling ron v0.8.1 |
| 2639 | 2026-02-24T02:47:05.314Z | Compiling hashbrown v0.13.2 |
| 2640 | 2026-02-24T02:47:06.707Z | Compiling vergen-gitcl v1.0.8 |
| 2641 | 2026-02-24T02:47:07.143Z | Compiling dirs-sys-next v0.1.2 |
| 2642 | 2026-02-24T02:47:07.666Z | Compiling maplit v1.0.2 |
| 2643 | 2026-02-24T02:47:07.860Z | Compiling crc-any v2.5.0 |
| 2644 | 2026-02-24T02:47:08.825Z | Compiling crunchy v0.2.2 |
| 2645 | 2026-02-24T02:47:09.408Z | Compiling dirs-next v2.0.0 |
| 2646 | 2026-02-24T02:47:09.736Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2647 | 2026-02-24T02:47:10.144Z | Compiling object v0.30.4 |
| 2648 | 2026-02-24T02:47:11.153Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2649 | 2026-02-24T02:47:11.302Z | Compiling dsl_auto_type v0.1.2 |
| 2650 | 2026-02-24T02:47:12.670Z | Compiling scheduled-thread-pool v0.2.7 |
| 2651 | 2026-02-24T02:47:12.878Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2652 | 2026-02-24T02:47:13.326Z | Compiling path-slash v0.1.5 |
| 2653 | 2026-02-24T02:47:13.660Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4) |
| 2654 | 2026-02-24T02:47:14.117Z | Compiling tiny-keccak v2.0.2 |
| 2655 | 2026-02-24T02:47:14.566Z | Compiling diesel_derives v2.2.3 |
| 2656 | 2026-02-24T02:47:23.264Z | Compiling r2d2 v0.8.10 |
| 2657 | 2026-02-24T02:47:25.109Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2658 | 2026-02-24T02:47:25.186Z | Compiling term v0.7.0 |
| 2659 | 2026-02-24T02:47:26.552Z | Compiling tabled_derive v0.11.0 |
| 2660 | 2026-02-24T02:47:28.491Z | Compiling papergrid v0.17.0 |
| 2661 | 2026-02-24T02:47:29.053Z | Compiling testing_table v0.3.0 |
| 2662 | 2026-02-24T02:47:29.902Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2663 | 2026-02-24T02:47:33.402Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2664 | 2026-02-24T02:47:33.858Z | Compiling arc-swap v1.7.1 |
| 2665 | 2026-02-24T02:47:34.533Z | Compiling bit-vec v0.6.3 |
| 2666 | 2026-02-24T02:47:34.983Z | Compiling xshell-macros v0.2.7 |
| 2667 | 2026-02-24T02:47:35.706Z | Compiling xshell v0.2.7 |
| 2668 | 2026-02-24T02:47:35.950Z | Compiling bit-set v0.5.3 |
| 2669 | 2026-02-24T02:47:36.295Z | Compiling slog-scope v4.4.0 |
| 2670 | 2026-02-24T02:47:37.265Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 2671 | 2026-02-24T02:47:38.059Z | Compiling tabled v0.20.0 |
| 2672 | 2026-02-24T02:47:39.075Z | Compiling ascii-canvas v3.0.0 |
| 2673 | 2026-02-24T02:47:39.567Z | Compiling diesel v2.2.12 |
| 2674 | 2026-02-24T02:47:42.467Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2675 | 2026-02-24T02:47:43.324Z | Compiling ena v0.14.3 |
| 2676 | 2026-02-24T02:47:43.799Z | Compiling bindgen v0.71.1 |
| 2677 | 2026-02-24T02:47:44.348Z | Compiling regex-syntax v0.6.29 |
| 2678 | 2026-02-24T02:47:47.128Z | Compiling unicase v2.8.1 |
| 2679 | 2026-02-24T02:47:47.764Z | Compiling diff v0.1.13 |
| 2680 | 2026-02-24T02:47:48.296Z | Compiling lalrpop v0.19.12 |
| 2681 | 2026-02-24T02:47:48.414Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2682 | 2026-02-24T02:47:50.852Z | Compiling slog-stdlog v4.1.1 |
| 2683 | 2026-02-24T02:47:51.770Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2684 | 2026-02-24T02:47:54.523Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2685 | 2026-02-24T02:47:54.877Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2686 | 2026-02-24T02:47:55.263Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2687 | 2026-02-24T02:47:55.545Z | Compiling crc8 v0.1.1 |
| 2688 | 2026-02-24T02:47:55.690Z | Compiling slog-envlogger v2.2.0 |
| 2689 | 2026-02-24T02:47:57.241Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2690 | 2026-02-24T02:47:58.170Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2691 | 2026-02-24T02:47:58.232Z | Compiling headers-core v0.3.0 |
| 2692 | 2026-02-24T02:47:58.466Z | Compiling libxml v0.3.3 |
| 2693 | 2026-02-24T02:47:58.976Z | Compiling headers v0.4.1 |
| 2694 | 2026-02-24T02:48:01.003Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2695 | 2026-02-24T02:48:01.824Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2696 | 2026-02-24T02:48:02.230Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2697 | 2026-02-24T02:48:02.716Z | Compiling strum_macros v0.24.3 |
| 2698 | 2026-02-24T02:48:03.083Z | Compiling indoc v1.0.9 |
| 2699 | 2026-02-24T02:48:03.987Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2700 | 2026-02-24T02:48:05.557Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2701 | 2026-02-24T02:48:05.935Z | Compiling derive_builder v0.20.2 |
| 2702 | 2026-02-24T02:48:06.195Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2703 | 2026-02-24T02:48:07.923Z | Compiling samael v0.0.19 |
| 2704 | 2026-02-24T02:48:08.436Z | Compiling oso-derive v0.27.3 |
| 2705 | 2026-02-24T02:48:09.232Z | Compiling polar-core v0.27.3 |
| 2706 | 2026-02-24T02:48:09.318Z | Compiling quick-xml v0.37.2 |
| 2707 | 2026-02-24T02:48:09.885Z | Compiling half v1.8.3 |
| 2708 | 2026-02-24T02:48:10.881Z | Compiling serde_cbor v0.11.2 |
| 2709 | 2026-02-24T02:48:11.701Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2710 | 2026-02-24T02:48:12.741Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2711 | 2026-02-24T02:48:12.815Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2712 | 2026-02-24T02:48:14.237Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 2713 | 2026-02-24T02:48:14.724Z | Compiling diesel-dtrace v0.4.2 |
| 2714 | 2026-02-24T02:48:15.236Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2715 | 2026-02-24T02:48:26.024Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2716 | 2026-02-24T02:48:26.448Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2717 | 2026-02-24T02:48:29.580Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2718 | 2026-02-24T02:48:30.710Z | Compiling bb8 v0.8.5 |
| 2719 | 2026-02-24T02:48:34.732Z | Compiling trait-variant v0.1.2 |
| 2720 | 2026-02-24T02:48:34.771Z | Compiling oso v0.27.3 |
| 2721 | 2026-02-24T02:48:34.771Z | Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 2722 | 2026-02-24T02:48:35.098Z | Compiling async-bb8-diesel v0.2.1 |
| 2723 | 2026-02-24T02:48:36.015Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 2724 | 2026-02-24T02:48:36.560Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2725 | 2026-02-24T02:48:36.894Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2726 | 2026-02-24T02:48:37.547Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2727 | 2026-02-24T02:48:40.802Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2728 | 2026-02-24T02:48:41.306Z | Compiling fxhash v0.2.1 |
| 2729 | 2026-02-24T02:48:41.607Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2730 | 2026-02-24T02:48:41.697Z | Compiling typify-impl v0.2.0 |
| 2731 | 2026-02-24T02:48:42.069Z | Compiling kstat-rs v0.2.4 |
| 2732 | 2026-02-24T02:48:43.076Z | Compiling libz-sys v1.1.20 |
| 2733 | 2026-02-24T02:48:43.802Z | Compiling salty v0.3.0 |
| 2734 | 2026-02-24T02:48:44.324Z | Compiling nonempty v0.12.0 |
| 2735 | 2026-02-24T02:48:44.979Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2736 | 2026-02-24T02:48:48.836Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2737 | 2026-02-24T02:48:48.988Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2738 | 2026-02-24T02:48:51.370Z | Compiling typify-macro v0.2.0 |
| 2739 | 2026-02-24T02:48:54.919Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 2740 | 2026-02-24T02:49:00.360Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295) |
| 2741 | 2026-02-24T02:49:04.848Z | Compiling nanorand v0.7.0 |
| 2742 | 2026-02-24T02:49:05.437Z | Compiling fs-err v2.11.0 |
| 2743 | 2026-02-24T02:49:05.584Z | Compiling parking_lot_core v0.8.6 |
| 2744 | 2026-02-24T02:49:06.340Z | Compiling mime_guess v2.0.5 |
| 2745 | 2026-02-24T02:49:06.388Z | Compiling flume v0.11.1 |
| 2746 | 2026-02-24T02:49:07.301Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295) |
| 2747 | 2026-02-24T02:49:07.483Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2748 | 2026-02-24T02:49:09.903Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2749 | 2026-02-24T02:49:15.801Z | Compiling libgit2-sys v0.18.2+1.9.1 |
| 2750 | 2026-02-24T02:49:16.105Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2751 | 2026-02-24T02:49:28.823Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2752 | 2026-02-24T02:49:33.437Z | Compiling tabled_derive v0.10.0 |
| 2753 | 2026-02-24T02:49:35.802Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2754 | 2026-02-24T02:49:39.541Z | Compiling ignore v0.4.23 |
| 2755 | 2026-02-24T02:49:40.699Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2756 | 2026-02-24T02:49:43.253Z | Compiling papergrid v0.14.0 |
| 2757 | 2026-02-24T02:49:43.441Z | Compiling primeorder v0.13.6 |
| 2758 | 2026-02-24T02:49:43.552Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2759 | 2026-02-24T02:49:44.064Z | Compiling castaway v0.2.3 |
| 2760 | 2026-02-24T02:49:44.330Z | Compiling nibble_vec v0.1.0 |
| 2761 | 2026-02-24T02:49:44.625Z | Compiling atty v0.2.14 |
| 2762 | 2026-02-24T02:49:44.837Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2763 | 2026-02-24T02:49:45.233Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 2764 | 2026-02-24T02:49:45.627Z | Compiling http-range v0.1.5 |
| 2765 | 2026-02-24T02:49:46.234Z | Compiling parse-size v1.1.0 |
| 2766 | 2026-02-24T02:49:46.610Z | Compiling endian-type v0.1.2 |
| 2767 | 2026-02-24T02:49:46.777Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2768 | 2026-02-24T02:49:46.896Z | Compiling radix_trie v0.2.1 |
| 2769 | 2026-02-24T02:49:47.796Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2770 | 2026-02-24T02:49:49.365Z | Compiling tabled v0.18.0 |
| 2771 | 2026-02-24T02:49:50.837Z | Compiling compact_str v0.8.0 |
| 2772 | 2026-02-24T02:49:53.409Z | Compiling p384 v0.13.1 |
| 2773 | 2026-02-24T02:49:53.655Z | Compiling globwalk v0.9.1 |
| 2774 | 2026-02-24T02:49:55.021Z | Compiling parking_lot v0.11.2 |
| 2775 | 2026-02-24T02:49:56.897Z | Compiling typify v0.2.0 |
| 2776 | 2026-02-24T02:49:57.119Z | Compiling predicates-tree v1.0.12 |
| 2777 | 2026-02-24T02:49:57.739Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2778 | 2026-02-24T02:49:58.022Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2779 | 2026-02-24T02:49:58.330Z | Compiling unicode-truncate v1.1.0 |
| 2780 | 2026-02-24T02:49:58.947Z | Compiling prefix-trie v0.7.0 |
| 2781 | 2026-02-24T02:49:59.942Z | Compiling lru v0.12.5 |
| 2782 | 2026-02-24T02:50:00.367Z | Compiling vergen-git2 v1.0.7 |
| 2783 | 2026-02-24T02:50:00.758Z | Compiling instability v0.3.2 |
| 2784 | 2026-02-24T02:50:01.756Z | Compiling indoc v2.0.6 |
| 2785 | 2026-02-24T02:50:01.995Z | Compiling cassowary v0.3.0 |
| 2786 | 2026-02-24T02:50:02.642Z | Compiling ratatui v0.29.0 |
| 2787 | 2026-02-24T02:50:05.657Z | Compiling hickory-server v0.25.2 |
| 2788 | 2026-02-24T02:50:05.799Z | Compiling camino-tempfile-ext v0.3.2 |
| 2789 | 2026-02-24T02:50:07.137Z | Compiling progenitor-impl v0.8.0 |
| 2790 | 2026-02-24T02:50:08.001Z | Compiling git2 v0.20.2 |
| 2791 | 2026-02-24T02:50:08.987Z | Compiling hyper-staticfile v0.10.1 |
| 2792 | 2026-02-24T02:50:11.539Z | Compiling sled v0.34.7 |
| 2793 | 2026-02-24T02:50:16.723Z | Compiling hickory-client v0.25.2 |
| 2794 | 2026-02-24T02:50:17.785Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2795 | 2026-02-24T02:50:18.384Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2796 | 2026-02-24T02:50:18.440Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2797 | 2026-02-24T02:50:19.036Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2798 | 2026-02-24T02:50:20.091Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2799 | 2026-02-24T02:50:22.067Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2800 | 2026-02-24T02:50:23.850Z | Compiling rand_seeder v0.4.0 |
| 2801 | 2026-02-24T02:50:24.307Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2802 | 2026-02-24T02:50:25.200Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 2803 | 2026-02-24T02:50:25.262Z | Compiling lzma-sys v0.1.20 |
| 2804 | 2026-02-24T02:50:25.622Z | Compiling rustls v0.21.12 |
| 2805 | 2026-02-24T02:50:26.017Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2806 | 2026-02-24T02:50:26.054Z | Compiling corncobs v0.1.4 |
| 2807 | 2026-02-24T02:50:26.460Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2808 | 2026-02-24T02:50:26.649Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 2809 | 2026-02-24T02:50:27.062Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2810 | 2026-02-24T02:50:27.403Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2811 | 2026-02-24T02:50:27.987Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2812 | 2026-02-24T02:50:28.405Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 2813 | 2026-02-24T02:50:40.714Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2814 | 2026-02-24T02:50:40.806Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2815 | 2026-02-24T02:50:46.685Z | Compiling progenitor-macro v0.8.0 |
| 2816 | 2026-02-24T02:50:57.723Z | Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 2817 | 2026-02-24T02:50:59.672Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2818 | 2026-02-24T02:51:00.661Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2819 | 2026-02-24T02:51:05.171Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2820 | 2026-02-24T02:51:05.573Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2821 | 2026-02-24T02:51:05.966Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2822 | 2026-02-24T02:51:06.354Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2823 | 2026-02-24T02:51:06.836Z | Compiling progenitor-client v0.8.0 |
| 2824 | 2026-02-24T02:51:07.793Z | Compiling sct v0.7.1 |
| 2825 | 2026-02-24T02:51:08.284Z | Compiling rustls-webpki v0.101.7 |
| 2826 | 2026-02-24T02:51:08.873Z | Compiling heck v0.3.3 |
| 2827 | 2026-02-24T02:51:09.254Z | Compiling secrecy v0.8.0 |
| 2828 | 2026-02-24T02:51:09.592Z | Compiling void v1.0.2 |
| 2829 | 2026-02-24T02:51:09.813Z | Compiling lzss v0.8.2 |
| 2830 | 2026-02-24T02:51:11.958Z | Compiling zone_cfg_derive v0.1.2 |
| 2831 | 2026-02-24T02:51:15.003Z | Compiling progenitor v0.8.0 |
| 2832 | 2026-02-24T02:51:15.333Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 2833 | 2026-02-24T02:51:15.376Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2834 | 2026-02-24T02:51:21.991Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2835 | 2026-02-24T02:51:22.683Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 2836 | 2026-02-24T02:51:24.167Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d) |
| 2837 | 2026-02-24T02:51:25.691Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2838 | 2026-02-24T02:51:26.781Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 2839 | 2026-02-24T02:51:35.510Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2840 | 2026-02-24T02:51:35.914Z | Compiling tungstenite v0.23.0 |
| 2841 | 2026-02-24T02:51:37.567Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2842 | 2026-02-24T02:51:37.952Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2843 | 2026-02-24T02:51:38.344Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2844 | 2026-02-24T02:51:38.724Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2845 | 2026-02-24T02:51:39.120Z | Compiling nix v0.27.1 |
| 2846 | 2026-02-24T02:51:40.236Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2847 | 2026-02-24T02:51:40.915Z | Compiling serde_bytes v0.11.19 |
| 2848 | 2026-02-24T02:51:41.394Z | Compiling number_prefix v0.4.0 |
| 2849 | 2026-02-24T02:51:41.437Z | Compiling base64 v0.13.1 |
| 2850 | 2026-02-24T02:51:41.473Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2851 | 2026-02-24T02:51:41.692Z | Compiling indicatif v0.17.11 |
| 2852 | 2026-02-24T02:51:41.850Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2853 | 2026-02-24T02:51:42.256Z | Compiling ron v0.7.1 |
| 2854 | 2026-02-24T02:51:42.823Z | Compiling tokio-tungstenite v0.23.1 |
| 2855 | 2026-02-24T02:51:43.478Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 2856 | 2026-02-24T02:51:47.018Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 2857 | 2026-02-24T02:51:47.318Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d) |
| 2858 | 2026-02-24T02:51:48.107Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 2859 | 2026-02-24T02:51:51.004Z | Compiling xz2 v0.1.7 |
| 2860 | 2026-02-24T02:51:58.492Z | Compiling tokio-rustls v0.24.1 |
| 2861 | 2026-02-24T02:51:59.020Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2862 | 2026-02-24T02:51:59.975Z | Compiling zone v0.1.8 |
| 2863 | 2026-02-24T02:52:10.362Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2864 | 2026-02-24T02:52:15.360Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2865 | 2026-02-24T02:52:16.960Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2866 | 2026-02-24T02:52:20.016Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2867 | 2026-02-24T02:52:27.115Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 2868 | 2026-02-24T02:52:30.734Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2869 | 2026-02-24T02:52:30.738Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2870 | 2026-02-24T02:52:32.633Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2871 | 2026-02-24T02:52:41.765Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2872 | 2026-02-24T02:52:46.064Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2873 | 2026-02-24T02:52:51.442Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2874 | 2026-02-24T02:52:51.521Z | Compiling rustls-pemfile v1.0.4 |
| 2875 | 2026-02-24T02:52:52.261Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2876 | 2026-02-24T02:52:55.339Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 2877 | 2026-02-24T02:52:58.722Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2878 | 2026-02-24T02:52:59.068Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2879 | 2026-02-24T02:52:59.118Z | Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 2880 | 2026-02-24T02:53:00.816Z | Compiling signal-hook-tokio v0.3.1 |
| 2881 | 2026-02-24T02:53:01.104Z | Compiling twox-hash v2.1.0 |
| 2882 | 2026-02-24T02:53:02.169Z | Compiling yasna v0.5.2 |
| 2883 | 2026-02-24T02:53:03.812Z | Compiling is_ci v1.2.0 |
| 2884 | 2026-02-24T02:53:03.979Z | Compiling rcgen v0.12.1 |
| 2885 | 2026-02-24T02:53:04.173Z | Compiling supports-color v3.0.2 |
| 2886 | 2026-02-24T02:53:05.284Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2887 | 2026-02-24T02:53:05.634Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2888 | 2026-02-24T02:53:15.455Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2889 | 2026-02-24T02:53:15.582Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2890 | 2026-02-24T02:53:27.024Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2891 | 2026-02-24T02:53:45.426Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 2892 | 2026-02-24T02:53:52.070Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2893 | 2026-02-24T02:53:56.880Z | Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 2894 | 2026-02-24T02:53:58.379Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2895 | 2026-02-24T02:54:11.888Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2896 | 2026-02-24T02:54:16.038Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2897 | 2026-02-24T02:54:16.426Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2898 | 2026-02-24T02:54:16.609Z | Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 2899 | 2026-02-24T02:54:16.819Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2900 | 2026-02-24T02:54:17.154Z | Compiling fatfs v0.3.6 |
| 2901 | 2026-02-24T02:54:19.999Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 2902 | 2026-02-24T02:54:21.140Z | Compiling subprocess v0.2.9 |
| 2903 | 2026-02-24T02:54:25.897Z | Compiling rtoolbox v0.0.2 |
| 2904 | 2026-02-24T02:54:26.376Z | Compiling seq-macro v0.3.6 |
| 2905 | 2026-02-24T02:54:27.453Z | Compiling assert_matches v1.5.0 |
| 2906 | 2026-02-24T02:54:29.213Z | Compiling rpassword v7.4.0 |
| 2907 | 2026-02-24T02:54:29.760Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2908 | 2026-02-24T02:54:38.523Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2909 | 2026-02-24T02:54:41.613Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2910 | 2026-02-24T02:55:01.365Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2911 | 2026-02-24T02:55:01.559Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2912 | 2026-02-24T02:55:07.071Z | Compiling tui-tree-widget v0.23.1 |
| 2913 | 2026-02-24T02:55:07.589Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2914 | 2026-02-24T02:55:09.202Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2915 | 2026-02-24T02:55:10.143Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2916 | 2026-02-24T02:55:16.051Z | Compiling uzers v0.12.1 |
| 2917 | 2026-02-24T02:55:18.628Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2918 | 2026-02-24T02:55:19.364Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2919 | 2026-02-24T02:55:27.400Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2920 | 2026-02-24T02:55:42.916Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2921 | 2026-02-24T02:55:58.582Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2922 | 2026-02-24T02:56:02.828Z | Compiling support-bundle-viewer v0.1.2 |
| 2923 | 2026-02-24T02:56:03.409Z | Compiling multimap v0.10.1 |
| 2924 | 2026-02-24T02:58:17.953Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2925 | 2026-02-24T02:58:38.168Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2926 | 2026-02-24T03:09:24.980Z | Finished `release` profile [optimized] target(s) in 24m 29s |
| 2927 | 2026-02-24T03:10:25.479Z | |
| 2928 | 2026-02-24T03:10:25.482Z | real 25:31.990530353 |
| 2929 | 2026-02-24T03:10:25.482Z | user 3:00:40.290985428 |
| 2930 | 2026-02-24T03:10:25.482Z | sys 4:52.446578429 |
| 2931 | 2026-02-24T03:10:25.482Z | trap 4.522251686 |
| 2932 | 2026-02-24T03:10:25.482Z | tflt 2.330034557 |
| 2933 | 2026-02-24T03:10:25.482Z | dflt 6.808657973 |
| 2934 | 2026-02-24T03:10:25.482Z | kflt 0.224347113 |
| 2935 | 2026-02-24T03:10:25.482Z | lock 12:09:30.845837614 |
| 2936 | 2026-02-24T03:10:25.482Z | slp 9:00:51.928330136 |
| 2937 | 2026-02-24T03:10:25.482Z | lat 4:50.568224527 |
| 2938 | 2026-02-24T03:10:25.482Z | stop 4:31.700499308 |
| 2939 | 2026-02-24T03:10:25.482Z | + mapfile -t packages |
| 2940 | 2026-02-24T03:10:25.482Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2941 | 2026-02-24T03:10:26.810Z | Finished `release` profile [optimized] target(s) in 1.26s |
| 2942 | 2026-02-24T03:10:26.872Z | Running `target/release/omicron-package -t test list-outputs` |
| 2943 | 2026-02-24T03:10:26.926Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2944 | 2026-02-24T03:10:26.929Z | + ptime -m cargo build --locked --release -p xtask |
| 2945 | 2026-02-24T03:10:27.745Z | Compiling serde_core v1.0.228 |
| 2946 | 2026-02-24T03:10:27.745Z | Compiling syn v2.0.114 |
| 2947 | 2026-02-24T03:10:27.748Z | Compiling serde v1.0.228 |
| 2948 | 2026-02-24T03:10:27.748Z | Compiling bitflags v2.9.4 |
| 2949 | 2026-02-24T03:10:27.748Z | Compiling serde_json v1.0.149 |
| 2950 | 2026-02-24T03:10:27.748Z | Compiling libc v0.2.180 |
| 2951 | 2026-02-24T03:10:27.748Z | Compiling num-traits v0.2.19 |
| 2952 | 2026-02-24T03:10:27.896Z | Compiling hashbrown v0.16.1 |
| 2953 | 2026-02-24T03:10:28.278Z | Compiling rustix v0.38.37 |
| 2954 | 2026-02-24T03:10:28.471Z | Compiling smallvec v1.15.1 |
| 2955 | 2026-02-24T03:10:28.721Z | Compiling usdt-impl v0.5.0 |
| 2956 | 2026-02-24T03:10:28.937Z | Compiling syn v1.0.109 |
| 2957 | 2026-02-24T03:10:29.440Z | Compiling indexmap v2.13.0 |
| 2958 | 2026-02-24T03:10:29.562Z | Compiling thread-id v4.2.2 |
| 2959 | 2026-02-24T03:10:29.581Z | Compiling log v0.4.29 |
| 2960 | 2026-02-24T03:10:29.702Z | Compiling rustix v1.1.3 |
| 2961 | 2026-02-24T03:10:30.038Z | Compiling percent-encoding v2.3.2 |
| 2962 | 2026-02-24T03:10:30.383Z | Compiling getrandom v0.3.4 |
| 2963 | 2026-02-24T03:10:30.992Z | Compiling form_urlencoded v1.2.2 |
| 2964 | 2026-02-24T03:10:31.065Z | Compiling ordered-float v2.10.1 |
| 2965 | 2026-02-24T03:10:31.294Z | Compiling terminal_size v0.4.0 |
| 2966 | 2026-02-24T03:10:31.714Z | Compiling fs-err v3.1.1 |
| 2967 | 2026-02-24T03:10:31.734Z | Compiling once_cell v1.21.3 |
| 2968 | 2026-02-24T03:10:32.096Z | Compiling anyhow v1.0.99 |
| 2969 | 2026-02-24T03:10:32.209Z | Compiling heck v0.4.1 |
| 2970 | 2026-02-24T03:10:32.646Z | Compiling clap_builder v4.5.48 |
| 2971 | 2026-02-24T03:10:33.341Z | Compiling tempfile v3.24.0 |
| 2972 | 2026-02-24T03:10:34.746Z | Compiling synstructure v0.13.1 |
| 2973 | 2026-02-24T03:10:34.784Z | Compiling proc-macro-error v1.0.4 |
| 2974 | 2026-02-24T03:10:35.134Z | Compiling textwrap v0.16.2 |
| 2975 | 2026-02-24T03:10:35.334Z | Compiling camino-tempfile v1.4.1 |
| 2976 | 2026-02-24T03:10:35.921Z | Compiling tabled_derive v0.7.0 |
| 2977 | 2026-02-24T03:10:37.437Z | Compiling serde_derive v1.0.228 |
| 2978 | 2026-02-24T03:10:37.437Z | Compiling thiserror-impl v2.0.18 |
| 2979 | 2026-02-24T03:10:37.440Z | Compiling zerofrom-derive v0.1.4 |
| 2980 | 2026-02-24T03:10:37.440Z | Compiling yoke-derive v0.7.4 |
| 2981 | 2026-02-24T03:10:37.440Z | Compiling zerovec-derive v0.10.3 |
| 2982 | 2026-02-24T03:10:37.658Z | Compiling displaydoc v0.2.5 |
| 2983 | 2026-02-24T03:10:39.098Z | Compiling thiserror-impl v1.0.69 |
| 2984 | 2026-02-24T03:10:39.652Z | Compiling icu_provider_macros v1.5.0 |
| 2985 | 2026-02-24T03:10:39.656Z | Compiling zerocopy-derive v0.7.35 |
| 2986 | 2026-02-24T03:10:40.155Z | Compiling thiserror v2.0.18 |
| 2987 | 2026-02-24T03:10:40.251Z | Compiling zerofrom v0.1.4 |
| 2988 | 2026-02-24T03:10:40.347Z | Compiling pest v2.8.2 |
| 2989 | 2026-02-24T03:10:40.534Z | Compiling yoke v0.7.4 |
| 2990 | 2026-02-24T03:10:40.892Z | Compiling scroll_derive v0.12.0 |
| 2991 | 2026-02-24T03:10:40.974Z | Compiling zerovec v0.10.4 |
| 2992 | 2026-02-24T03:10:41.373Z | Compiling zerocopy v0.7.35 |
| 2993 | 2026-02-24T03:10:41.609Z | Compiling thiserror v1.0.69 |
| 2994 | 2026-02-24T03:10:42.206Z | Compiling scroll v0.12.0 |
| 2995 | 2026-02-24T03:10:42.761Z | Compiling goblin v0.8.2 |
| 2996 | 2026-02-24T03:10:43.363Z | Compiling tinystr v0.7.6 |
| 2997 | 2026-02-24T03:10:43.513Z | Compiling pest_meta v2.8.2 |
| 2998 | 2026-02-24T03:10:43.855Z | Compiling icu_locid v1.5.0 |
| 2999 | 2026-02-24T03:10:44.076Z | Compiling icu_collections v1.5.0 |
| 3000 | 2026-02-24T03:10:45.410Z | Compiling icu_provider v1.5.0 |
| 3001 | 2026-02-24T03:10:46.740Z | Compiling pest_generator v2.8.2 |
| 3002 | 2026-02-24T03:10:46.859Z | Compiling icu_locid_transform v1.5.0 |
| 3003 | 2026-02-24T03:10:47.758Z | Compiling serde_spanned v0.6.9 |
| 3004 | 2026-02-24T03:10:48.059Z | Compiling toml_datetime v0.6.11 |
| 3005 | 2026-02-24T03:10:48.322Z | Compiling pest_derive v2.8.2 |
| 3006 | 2026-02-24T03:10:48.362Z | Compiling icu_properties v1.5.1 |
| 3007 | 2026-02-24T03:10:48.855Z | Compiling toml_edit v0.22.27 |
| 3008 | 2026-02-24T03:10:49.155Z | Compiling dtrace-parser v0.2.0 |
| 3009 | 2026-02-24T03:10:50.784Z | Compiling dof v0.3.0 |
| 3010 | 2026-02-24T03:10:51.297Z | Compiling serde_tokenstream v0.2.2 |
| 3011 | 2026-02-24T03:10:51.897Z | Compiling erased-serde v0.4.6 |
| 3012 | 2026-02-24T03:10:52.644Z | Compiling icu_normalizer v1.5.0 |
| 3013 | 2026-02-24T03:10:52.898Z | Compiling toml v0.8.23 |
| 3014 | 2026-02-24T03:10:53.491Z | Compiling serde-untagged v0.1.7 |
| 3015 | 2026-02-24T03:10:54.290Z | Compiling idna_adapter v1.2.0 |
| 3016 | 2026-02-24T03:10:54.539Z | Compiling idna v1.0.3 |
| 3017 | 2026-02-24T03:10:57.155Z | Compiling url v2.5.4 |
| 3018 | 2026-02-24T03:10:58.508Z | Compiling serde-value v0.7.0 |
| 3019 | 2026-02-24T03:10:59.628Z | Compiling cargo-util-schemas v0.8.2 |
| 3020 | 2026-02-24T03:11:00.207Z | Compiling usdt-macro v0.5.0 |
| 3021 | 2026-02-24T03:11:01.422Z | Compiling usdt-attr-macro v0.5.0 |
| 3022 | 2026-02-24T03:11:02.439Z | Compiling cargo-platform v0.2.0 |
| 3023 | 2026-02-24T03:11:02.785Z | Compiling clap_derive v4.5.47 |
| 3024 | 2026-02-24T03:11:03.412Z | Compiling cargo_metadata v0.21.0 |
| 3025 | 2026-02-24T03:11:03.687Z | Compiling usdt v0.5.0 |
| 3026 | 2026-02-24T03:11:05.041Z | Compiling cargo_toml v0.21.0 |
| 3027 | 2026-02-24T03:11:05.249Z | Compiling macaddr v1.0.1 |
| 3028 | 2026-02-24T03:11:05.269Z | Compiling tabled v0.15.0 |
| 3029 | 2026-02-24T03:11:06.878Z | Compiling clap v4.5.48 |
| 3030 | 2026-02-24T03:11:17.399Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 3031 | 2026-02-24T03:11:23.287Z | Finished `release` profile [optimized] target(s) in 56.29s |
| 3032 | 2026-02-24T03:11:23.435Z | |
| 3033 | 2026-02-24T03:11:23.438Z | real 56.472376609 |
| 3034 | 2026-02-24T03:11:23.438Z | user 6:12.078349417 |
| 3035 | 2026-02-24T03:11:23.438Z | sys 28.167882640 |
| 3036 | 2026-02-24T03:11:23.438Z | trap 0.187848711 |
| 3037 | 2026-02-24T03:11:23.438Z | tflt 0.211325391 |
| 3038 | 2026-02-24T03:11:23.438Z | dflt 0.332044485 |
| 3039 | 2026-02-24T03:11:23.438Z | kflt 0.000006970 |
| 3040 | 2026-02-24T03:11:23.438Z | lock 17:51.408625770 |
| 3041 | 2026-02-24T03:11:23.438Z | slp 20:28.428431451 |
| 3042 | 2026-02-24T03:11:23.438Z | lat 24.853041292 |
| 3043 | 2026-02-24T03:11:23.438Z | stop 34.661549274 |
| 3044 | 2026-02-24T03:11:23.438Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3045 | 2026-02-24T03:11:23.438Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 3046 | 2026-02-24T03:11:23.438Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3047 | 2026-02-24T03:11:23.438Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 3048 | 2026-02-24T03:11:23.438Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 3049 | 2026-02-24T03:11:24.773Z | Compiling regress v0.10.4 |
| 3050 | 2026-02-24T03:11:24.943Z | Compiling unsafe-libyaml v0.2.11 |
| 3051 | 2026-02-24T03:11:24.947Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3052 | 2026-02-24T03:11:24.947Z | Compiling match_cfg v0.1.0 |
| 3053 | 2026-02-24T03:11:24.988Z | Compiling structmeta-derive v0.3.0 |
| 3054 | 2026-02-24T03:11:24.991Z | Compiling rustls v0.22.4 |
| 3055 | 2026-02-24T03:11:25.010Z | Compiling newtype-uuid-macros v0.1.0 |
| 3056 | 2026-02-24T03:11:25.032Z | Compiling multer v3.1.0 |
| 3057 | 2026-02-24T03:11:25.082Z | Compiling hostname v0.3.1 |
| 3058 | 2026-02-24T03:11:25.321Z | Compiling debug-ignore v1.0.5 |
| 3059 | 2026-02-24T03:11:25.459Z | Compiling toml_parser v1.0.6+spec-1.1.0 |
| 3060 | 2026-02-24T03:11:25.501Z | Compiling progenitor-client v0.10.0 |
| 3061 | 2026-02-24T03:11:25.531Z | Compiling slog-json v2.6.1 |
| 3062 | 2026-02-24T03:11:25.923Z | Compiling async-stream-impl v0.3.6 |
| 3063 | 2026-02-24T03:11:26.080Z | Compiling serde_spanned v1.0.4 |
| 3064 | 2026-02-24T03:11:26.378Z | Compiling serde_yaml v0.9.34+deprecated |
| 3065 | 2026-02-24T03:11:26.654Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3066 | 2026-02-24T03:11:26.761Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3067 | 2026-02-24T03:11:26.948Z | Compiling dropshot v0.16.7 |
| 3068 | 2026-02-24T03:11:27.204Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 3069 | 2026-02-24T03:11:27.258Z | Compiling async-stream v0.3.6 |
| 3070 | 2026-02-24T03:11:27.381Z | Compiling structmeta v0.3.0 |
| 3071 | 2026-02-24T03:11:27.409Z | Compiling slog-bunyan v2.5.0 |
| 3072 | 2026-02-24T03:11:27.563Z | Compiling toml v0.9.11+spec-1.1.0 |
| 3073 | 2026-02-24T03:11:27.651Z | Compiling waitgroup v0.1.2 |
| 3074 | 2026-02-24T03:11:27.771Z | Compiling rustls-pemfile v2.2.0 |
| 3075 | 2026-02-24T03:11:27.903Z | Compiling dropshot_endpoint v0.16.7 |
| 3076 | 2026-02-24T03:11:28.128Z | Compiling itertools v0.14.0 |
| 3077 | 2026-02-24T03:11:28.270Z | Compiling serde_path_to_error v0.1.20 |
| 3078 | 2026-02-24T03:11:28.577Z | Compiling typify-impl v0.4.3 |
| 3079 | 2026-02-24T03:11:29.063Z | Compiling hostname v0.4.2 |
| 3080 | 2026-02-24T03:11:29.316Z | Compiling derive-ex v0.1.8 |
| 3081 | 2026-02-24T03:11:29.860Z | Compiling tokio-rustls v0.25.0 |
| 3082 | 2026-02-24T03:11:30.329Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a) |
| 3083 | 2026-02-24T03:11:30.583Z | Compiling macaddr v1.0.1 |
| 3084 | 2026-02-24T03:11:30.750Z | Compiling tabwriter v1.4.0 |
| 3085 | 2026-02-24T03:11:31.056Z | Compiling instant v0.1.13 |
| 3086 | 2026-02-24T03:11:31.124Z | Compiling progenitor-client v0.11.2 |
| 3087 | 2026-02-24T03:11:31.212Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3088 | 2026-02-24T03:11:31.262Z | Compiling parse-display-derive v0.10.0 |
| 3089 | 2026-02-24T03:11:31.689Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 3090 | 2026-02-24T03:11:32.008Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3091 | 2026-02-24T03:11:32.244Z | Compiling colored v3.0.0 |
| 3092 | 2026-02-24T03:11:32.444Z | Compiling backoff v0.4.0 |
| 3093 | 2026-02-24T03:11:32.745Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3094 | 2026-02-24T03:11:32.822Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 3095 | 2026-02-24T03:11:33.027Z | Compiling proc-macro-crate v1.3.1 |
| 3096 | 2026-02-24T03:11:33.514Z | Compiling test-strategy v0.4.3 |
| 3097 | 2026-02-24T03:11:33.554Z | Compiling crucible-workspace-hack v0.1.0 |
| 3098 | 2026-02-24T03:11:33.813Z | Compiling proc-macro-error v1.0.4 |
| 3099 | 2026-02-24T03:11:33.951Z | Compiling num_enum_derive v0.5.11 |
| 3100 | 2026-02-24T03:11:33.977Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3101 | 2026-02-24T03:11:34.392Z | Compiling heapless v0.8.0 |
| 3102 | 2026-02-24T03:11:34.601Z | Compiling ingot-macros v0.1.1 |
| 3103 | 2026-02-24T03:11:34.853Z | Compiling hash32 v0.3.1 |
| 3104 | 2026-02-24T03:11:35.111Z | Compiling parse-display v0.10.0 |
| 3105 | 2026-02-24T03:11:35.136Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 3106 | 2026-02-24T03:11:35.356Z | Compiling smoltcp v0.11.0 |
| 3107 | 2026-02-24T03:11:35.762Z | Compiling foreign-types-macros v0.2.3 |
| 3108 | 2026-02-24T03:11:36.139Z | Compiling foreign-types-shared v0.3.1 |
| 3109 | 2026-02-24T03:11:36.298Z | Compiling num_enum v0.5.11 |
| 3110 | 2026-02-24T03:11:36.327Z | Compiling cobs v0.2.3 |
| 3111 | 2026-02-24T03:11:36.611Z | Compiling postcard v1.0.10 |
| 3112 | 2026-02-24T03:11:36.950Z | Compiling nix v0.30.1 |
| 3113 | 2026-02-24T03:11:37.064Z | Compiling foreign-types v0.5.0 |
| 3114 | 2026-02-24T03:11:37.091Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3115 | 2026-02-24T03:11:37.214Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3116 | 2026-02-24T03:11:37.256Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3117 | 2026-02-24T03:11:37.853Z | Compiling secrecy v0.10.3 |
| 3118 | 2026-02-24T03:11:37.924Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3119 | 2026-02-24T03:11:38.098Z | Compiling cstr-argument v0.1.2 |
| 3120 | 2026-02-24T03:11:38.145Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 3121 | 2026-02-24T03:11:38.246Z | Compiling rayon-core v1.12.1 |
| 3122 | 2026-02-24T03:11:38.308Z | Compiling pretty-hex v0.2.1 |
| 3123 | 2026-02-24T03:11:38.454Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3124 | 2026-02-24T03:11:38.536Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 3125 | 2026-02-24T03:11:38.539Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3126 | 2026-02-24T03:11:38.704Z | Compiling crossbeam-deque v0.8.5 |
| 3127 | 2026-02-24T03:11:38.781Z | Compiling colored v2.2.0 |
| 3128 | 2026-02-24T03:11:38.975Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3129 | 2026-02-24T03:11:39.897Z | Compiling camino-tempfile v1.4.1 |
| 3130 | 2026-02-24T03:11:40.092Z | Compiling typify-macro v0.4.3 |
| 3131 | 2026-02-24T03:11:40.392Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 3132 | 2026-02-24T03:11:40.611Z | Compiling rayon v1.10.0 |
| 3133 | 2026-02-24T03:11:40.974Z | Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3134 | 2026-02-24T03:11:41.071Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3135 | 2026-02-24T03:11:41.210Z | Compiling zone_cfg_derive v0.3.0 |
| 3136 | 2026-02-24T03:11:41.383Z | Compiling ingot-types v0.1.2 |
| 3137 | 2026-02-24T03:11:41.724Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3138 | 2026-02-24T03:11:42.116Z | Compiling smf v0.2.3 |
| 3139 | 2026-02-24T03:11:42.171Z | Compiling num-derive v0.4.2 |
| 3140 | 2026-02-24T03:11:42.306Z | Compiling ingot v0.1.1 |
| 3141 | 2026-02-24T03:11:42.671Z | Compiling sigpipe v0.1.3 |
| 3142 | 2026-02-24T03:11:42.837Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3143 | 2026-02-24T03:11:43.192Z | Compiling zone v0.3.1 |
| 3144 | 2026-02-24T03:11:43.260Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3145 | 2026-02-24T03:11:43.750Z | Compiling toml v0.8.23 |
| 3146 | 2026-02-24T03:11:43.803Z | Compiling convert_case v0.4.0 |
| 3147 | 2026-02-24T03:11:44.104Z | Compiling typify v0.4.3 |
| 3148 | 2026-02-24T03:11:44.317Z | Compiling progenitor-impl v0.11.2 |
| 3149 | 2026-02-24T03:11:44.354Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3150 | 2026-02-24T03:11:44.686Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3151 | 2026-02-24T03:11:44.759Z | Compiling derive_more v0.99.20 |
| 3152 | 2026-02-24T03:11:44.948Z | Compiling universal-hash v0.5.1 |
| 3153 | 2026-02-24T03:11:45.137Z | Compiling opaque-debug v0.3.1 |
| 3154 | 2026-02-24T03:11:45.176Z | Compiling half v2.4.1 |
| 3155 | 2026-02-24T03:11:45.203Z | Compiling ciborium-io v0.2.2 |
| 3156 | 2026-02-24T03:11:45.264Z | Compiling aead v0.5.2 |
| 3157 | 2026-02-24T03:11:45.290Z | Compiling poly1305 v0.8.0 |
| 3158 | 2026-02-24T03:11:45.384Z | Compiling progenitor-impl v0.10.0 |
| 3159 | 2026-02-24T03:11:45.716Z | Compiling ciborium-ll v0.2.2 |
| 3160 | 2026-02-24T03:11:45.819Z | Compiling chacha20 v0.9.1 |
| 3161 | 2026-02-24T03:11:46.057Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3162 | 2026-02-24T03:11:46.170Z | Compiling ciborium v0.2.2 |
| 3163 | 2026-02-24T03:11:46.334Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3164 | 2026-02-24T03:11:46.362Z | Compiling num-rational v0.4.2 |
| 3165 | 2026-02-24T03:11:46.944Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3166 | 2026-02-24T03:11:47.431Z | Compiling password-hash v0.5.0 |
| 3167 | 2026-02-24T03:11:47.537Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3168 | 2026-02-24T03:11:47.856Z | Compiling blake2 v0.10.6 |
| 3169 | 2026-02-24T03:11:48.344Z | Compiling num-complex v0.4.6 |
| 3170 | 2026-02-24T03:11:48.710Z | Compiling argon2 v0.5.3 |
| 3171 | 2026-02-24T03:11:49.179Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3172 | 2026-02-24T03:11:49.203Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3173 | 2026-02-24T03:11:49.351Z | Compiling num v0.4.3 |
| 3174 | 2026-02-24T03:11:49.497Z | Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3175 | 2026-02-24T03:11:49.727Z | Compiling thiserror-no-std v2.0.2 |
| 3176 | 2026-02-24T03:11:49.902Z | Compiling float-ord v0.3.2 |
| 3177 | 2026-02-24T03:11:50.134Z | Compiling indent_write v2.2.0 |
| 3178 | 2026-02-24T03:11:50.416Z | Compiling vsss-rs v3.3.4 |
| 3179 | 2026-02-24T03:11:51.229Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3180 | 2026-02-24T03:11:51.232Z | Compiling progenitor-macro v0.11.2 |
| 3181 | 2026-02-24T03:11:51.707Z | Compiling chacha20poly1305 v0.10.1 |
| 3182 | 2026-02-24T03:11:51.744Z | Compiling gethostname v0.5.0 |
| 3183 | 2026-02-24T03:11:51.982Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 3184 | 2026-02-24T03:11:52.006Z | Compiling usdt-attr-macro v0.5.0 |
| 3185 | 2026-02-24T03:11:52.044Z | Compiling progenitor-macro v0.10.0 |
| 3186 | 2026-02-24T03:11:52.198Z | Compiling usdt-macro v0.5.0 |
| 3187 | 2026-02-24T03:11:53.687Z | Compiling derive-where v1.5.0 |
| 3188 | 2026-02-24T03:11:53.690Z | Compiling usdt v0.5.0 |
| 3189 | 2026-02-24T03:11:54.210Z | Compiling cancel-safe-futures v0.1.5 |
| 3190 | 2026-02-24T03:11:54.237Z | Compiling owo-colors v4.2.3 |
| 3191 | 2026-02-24T03:11:54.283Z | Compiling console v0.15.10 |
| 3192 | 2026-02-24T03:11:54.546Z | Compiling resolv-conf v0.7.0 |
| 3193 | 2026-02-24T03:11:54.659Z | Compiling libsw-core v0.3.1 |
| 3194 | 2026-02-24T03:11:54.696Z | Compiling async-recursion v1.1.1 |
| 3195 | 2026-02-24T03:11:54.995Z | Compiling libsw v3.5.0 |
| 3196 | 2026-02-24T03:11:55.317Z | Compiling libefi-sys v0.1.0 |
| 3197 | 2026-02-24T03:11:55.537Z | Compiling linear-map v1.2.0 |
| 3198 | 2026-02-24T03:11:55.740Z | Compiling hickory-proto v0.24.4 |
| 3199 | 2026-02-24T03:11:55.863Z | Compiling newline-converter v0.3.0 |
| 3200 | 2026-02-24T03:11:55.973Z | Compiling atomicwrites v0.4.4 |
| 3201 | 2026-02-24T03:11:56.095Z | Compiling bitfield-struct v0.6.2 |
| 3202 | 2026-02-24T03:11:56.213Z | Compiling semver v0.1.20 |
| 3203 | 2026-02-24T03:11:56.386Z | Compiling linked-hash-map v0.5.6 |
| 3204 | 2026-02-24T03:11:56.799Z | Compiling lru-cache v0.1.2 |
| 3205 | 2026-02-24T03:11:56.863Z | Compiling rustc_version v0.1.7 |
| 3206 | 2026-02-24T03:11:56.889Z | Compiling expectorate v1.2.0 |
| 3207 | 2026-02-24T03:11:57.041Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3208 | 2026-02-24T03:11:57.203Z | Compiling pin-project-internal v1.1.6 |
| 3209 | 2026-02-24T03:11:57.340Z | Compiling slog-dtrace v0.3.0 |
| 3210 | 2026-02-24T03:11:57.430Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3211 | 2026-02-24T03:11:57.612Z | Compiling siphasher v1.0.1 |
| 3212 | 2026-02-24T03:11:57.716Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3213 | 2026-02-24T03:11:57.976Z | Compiling phf_shared v0.12.1 |
| 3214 | 2026-02-24T03:11:58.048Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3215 | 2026-02-24T03:11:58.179Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3216 | 2026-02-24T03:11:58.324Z | Compiling newtype_derive v0.1.6 |
| 3217 | 2026-02-24T03:11:58.587Z | Compiling tokio-dtrace v0.1.0 |
| 3218 | 2026-02-24T03:11:58.713Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3219 | 2026-02-24T03:11:58.914Z | Compiling dropshot-api-manager-types v0.3.0 |
| 3220 | 2026-02-24T03:11:59.053Z | Compiling pem v3.0.5 |
| 3221 | 2026-02-24T03:11:59.587Z | Compiling snafu-derive v0.8.5 |
| 3222 | 2026-02-24T03:11:59.785Z | Compiling csv-core v0.1.11 |
| 3223 | 2026-02-24T03:11:59.834Z | Compiling highway v1.3.0 |
| 3224 | 2026-02-24T03:11:59.861Z | Compiling pin-project v1.1.6 |
| 3225 | 2026-02-24T03:12:00.051Z | Compiling same-file v1.0.6 |
| 3226 | 2026-02-24T03:12:00.349Z | Compiling chrono-tz v0.10.4 |
| 3227 | 2026-02-24T03:12:00.385Z | Compiling base64 v0.21.7 |
| 3228 | 2026-02-24T03:12:00.697Z | Compiling xshell-macros v0.2.7 |
| 3229 | 2026-02-24T03:12:00.729Z | Compiling const_format_proc_macros v0.2.34 |
| 3230 | 2026-02-24T03:12:00.799Z | Compiling walkdir v2.5.0 |
| 3231 | 2026-02-24T03:12:01.097Z | Compiling hickory-resolver v0.24.4 |
| 3232 | 2026-02-24T03:12:01.510Z | Compiling csv v1.3.1 |
| 3233 | 2026-02-24T03:12:01.536Z | Compiling xshell v0.2.7 |
| 3234 | 2026-02-24T03:12:02.615Z | Compiling oxide-tokio-rt v0.1.2 |
| 3235 | 2026-02-24T03:12:02.722Z | Compiling phf v0.12.1 |
| 3236 | 2026-02-24T03:12:02.929Z | Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3237 | 2026-02-24T03:12:03.026Z | Compiling globset v0.4.15 |
| 3238 | 2026-02-24T03:12:03.372Z | Compiling olpc-cjson v0.1.4 |
| 3239 | 2026-02-24T03:12:03.557Z | Compiling qorb v0.4.1 |
| 3240 | 2026-02-24T03:12:03.698Z | Compiling primeorder v0.13.6 |
| 3241 | 2026-02-24T03:12:03.977Z | Compiling progenitor v0.11.2 |
| 3242 | 2026-02-24T03:12:04.250Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 3243 | 2026-02-24T03:12:04.278Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3244 | 2026-02-24T03:12:04.356Z | Compiling snafu v0.8.5 |
| 3245 | 2026-02-24T03:12:04.544Z | Compiling serde_plain v1.0.2 |
| 3246 | 2026-02-24T03:12:04.636Z | Compiling progenitor v0.10.0 |
| 3247 | 2026-02-24T03:12:04.905Z | Compiling typed-path v0.9.3 |
| 3248 | 2026-02-24T03:12:05.222Z | Compiling const_format v0.2.34 |
| 3249 | 2026-02-24T03:12:05.411Z | Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3250 | 2026-02-24T03:12:06.028Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3251 | 2026-02-24T03:12:06.545Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3252 | 2026-02-24T03:12:07.382Z | Compiling tough v0.20.0 |
| 3253 | 2026-02-24T03:12:07.755Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3254 | 2026-02-24T03:12:08.007Z | Compiling tabled_derive v0.7.0 |
| 3255 | 2026-02-24T03:12:08.071Z | Compiling bcs v0.1.6 |
| 3256 | 2026-02-24T03:12:08.108Z | Compiling salty v0.3.0 |
| 3257 | 2026-02-24T03:12:08.189Z | Compiling radium v0.7.0 |
| 3258 | 2026-02-24T03:12:08.580Z | Compiling termtree v0.5.1 |
| 3259 | 2026-02-24T03:12:08.711Z | Compiling utf-8 v0.7.6 |
| 3260 | 2026-02-24T03:12:08.781Z | Compiling textwrap v0.16.2 |
| 3261 | 2026-02-24T03:12:08.868Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3262 | 2026-02-24T03:12:08.904Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3263 | 2026-02-24T03:12:09.066Z | Compiling tungstenite v0.21.0 |
| 3264 | 2026-02-24T03:12:09.291Z | Compiling steno v0.4.1 |
| 3265 | 2026-02-24T03:12:09.789Z | Compiling typify-impl v0.2.0 |
| 3266 | 2026-02-24T03:12:10.118Z | Compiling tabled v0.15.0 |
| 3267 | 2026-02-24T03:12:11.049Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3268 | 2026-02-24T03:12:11.304Z | Compiling maybe-uninit v2.0.0 |
| 3269 | 2026-02-24T03:12:11.887Z | Compiling moka v0.12.10 |
| 3270 | 2026-02-24T03:12:12.262Z | Compiling tap v1.0.1 |
| 3271 | 2026-02-24T03:12:12.486Z | Compiling humantime v2.2.0 |
| 3272 | 2026-02-24T03:12:13.021Z | Compiling wyz v0.5.1 |
| 3273 | 2026-02-24T03:12:13.617Z | Compiling tokio-tungstenite v0.21.0 |
| 3274 | 2026-02-24T03:12:14.261Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3275 | 2026-02-24T03:12:15.891Z | Compiling p384 v0.13.1 |
| 3276 | 2026-02-24T03:12:16.053Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3277 | 2026-02-24T03:12:16.503Z | Compiling packed_struct v0.10.1 |
| 3278 | 2026-02-24T03:12:16.751Z | Compiling funty v2.0.0 |
| 3279 | 2026-02-24T03:12:16.973Z | Compiling tagptr v0.2.0 |
| 3280 | 2026-02-24T03:12:17.018Z | Compiling arc-swap v1.7.1 |
| 3281 | 2026-02-24T03:12:17.168Z | Compiling polyval v0.6.2 |
| 3282 | 2026-02-24T03:12:17.297Z | Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3283 | 2026-02-24T03:12:17.586Z | Compiling slog-scope v4.4.0 |
| 3284 | 2026-02-24T03:12:17.630Z | Compiling packed_struct_codegen v0.10.1 |
| 3285 | 2026-02-24T03:12:17.980Z | Compiling bitvec v1.0.1 |
| 3286 | 2026-02-24T03:12:18.091Z | Compiling bitfield-macros v0.19.2 |
| 3287 | 2026-02-24T03:12:18.337Z | Compiling zerocopy-derive v0.6.6 |
| 3288 | 2026-02-24T03:12:19.027Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3289 | 2026-02-24T03:12:19.615Z | Compiling indexmap v1.9.3 |
| 3290 | 2026-02-24T03:12:19.878Z | Compiling nodrop v0.1.14 |
| 3291 | 2026-02-24T03:12:19.994Z | Compiling crc-catalog v2.4.0 |
| 3292 | 2026-02-24T03:12:20.062Z | Compiling parking_lot_core v0.8.6 |
| 3293 | 2026-02-24T03:12:20.176Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3294 | 2026-02-24T03:12:20.201Z | Compiling crc v3.2.1 |
| 3295 | 2026-02-24T03:12:20.225Z | Compiling zerocopy v0.6.6 |
| 3296 | 2026-02-24T03:12:20.607Z | Compiling array-init v0.0.4 |
| 3297 | 2026-02-24T03:12:20.706Z | Compiling proc-macro-error2 v2.0.1 |
| 3298 | 2026-02-24T03:12:20.739Z | Compiling bitfield v0.19.2 |
| 3299 | 2026-02-24T03:12:20.860Z | Compiling hickory-resolver v0.25.2 |
| 3300 | 2026-02-24T03:12:21.006Z | Compiling slog-stdlog v4.1.1 |
| 3301 | 2026-02-24T03:12:21.033Z | Compiling typify-macro v0.2.0 |
| 3302 | 2026-02-24T03:12:21.248Z | Compiling ghash v0.5.1 |
| 3303 | 2026-02-24T03:12:21.358Z | Compiling smallvec v0.6.14 |
| 3304 | 2026-02-24T03:12:21.479Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3305 | 2026-02-24T03:12:21.537Z | Compiling ctr v0.9.2 |
| 3306 | 2026-02-24T03:12:21.629Z | Compiling num-derive v0.3.3 |
| 3307 | 2026-02-24T03:12:21.820Z | Compiling lzma-sys v0.1.20 |
| 3308 | 2026-02-24T03:12:21.969Z | Compiling unicase v2.8.1 |
| 3309 | 2026-02-24T03:12:22.379Z | Compiling hashbrown v0.12.3 |
| 3310 | 2026-02-24T03:12:22.406Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3311 | 2026-02-24T03:12:22.680Z | Compiling mime_guess v2.0.5 |
| 3312 | 2026-02-24T03:12:22.833Z | Compiling aes-gcm v0.10.3 |
| 3313 | 2026-02-24T03:12:23.199Z | Compiling serde-hex v0.1.0 |
| 3314 | 2026-02-24T03:12:23.714Z | Compiling libscf-sys v1.1.0 |
| 3315 | 2026-02-24T03:12:23.825Z | Compiling tabled_derive v0.11.0 |
| 3316 | 2026-02-24T03:12:23.991Z | Compiling slog-envlogger v2.2.0 |
| 3317 | 2026-02-24T03:12:24.260Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3318 | 2026-02-24T03:12:24.619Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4) |
| 3319 | 2026-02-24T03:12:25.017Z | Compiling typify v0.2.0 |
| 3320 | 2026-02-24T03:12:25.225Z | Compiling progenitor-impl v0.8.0 |
| 3321 | 2026-02-24T03:12:25.335Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3322 | 2026-02-24T03:12:25.364Z | Compiling ron v0.8.1 |
| 3323 | 2026-02-24T03:12:25.426Z | Compiling papergrid v0.17.0 |
| 3324 | 2026-02-24T03:12:26.447Z | Compiling testing_table v0.3.0 |
| 3325 | 2026-02-24T03:12:26.666Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3326 | 2026-02-24T03:12:26.741Z | Compiling hashbrown v0.13.2 |
| 3327 | 2026-02-24T03:12:27.566Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 3328 | 2026-02-24T03:12:27.672Z | Compiling heck v0.3.3 |
| 3329 | 2026-02-24T03:12:27.815Z | Compiling progenitor-client v0.8.0 |
| 3330 | 2026-02-24T03:12:27.843Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3331 | 2026-02-24T03:12:28.050Z | Compiling ssh-encoding v0.2.0 |
| 3332 | 2026-02-24T03:12:28.322Z | Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3333 | 2026-02-24T03:12:28.574Z | Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3334 | 2026-02-24T03:12:29.487Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3335 | 2026-02-24T03:12:29.538Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3336 | 2026-02-24T03:12:29.779Z | Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3337 | 2026-02-24T03:12:30.402Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3338 | 2026-02-24T03:12:30.626Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3339 | 2026-02-24T03:12:31.930Z | Compiling progenitor-macro v0.8.0 |
| 3340 | 2026-02-24T03:12:32.696Z | Compiling blowfish v0.9.1 |
| 3341 | 2026-02-24T03:12:33.219Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3342 | 2026-02-24T03:12:34.196Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3343 | 2026-02-24T03:12:34.426Z | Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3344 | 2026-02-24T03:12:34.469Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3345 | 2026-02-24T03:12:36.013Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3346 | 2026-02-24T03:12:36.283Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3347 | 2026-02-24T03:12:37.288Z | Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3348 | 2026-02-24T03:12:37.416Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3349 | 2026-02-24T03:12:37.495Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3350 | 2026-02-24T03:12:37.560Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3351 | 2026-02-24T03:12:37.734Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3352 | 2026-02-24T03:12:37.849Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3353 | 2026-02-24T03:12:38.484Z | Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3354 | 2026-02-24T03:12:39.648Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3355 | 2026-02-24T03:12:39.848Z | Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3356 | 2026-02-24T03:12:40.220Z | Compiling nibble_vec v0.1.0 |
| 3357 | 2026-02-24T03:12:40.500Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 3358 | 2026-02-24T03:12:40.839Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3359 | 2026-02-24T03:12:40.916Z | Compiling corncobs v0.1.4 |
| 3360 | 2026-02-24T03:12:41.248Z | Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3361 | 2026-02-24T03:12:41.403Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3362 | 2026-02-24T03:12:41.798Z | Compiling endian-type v0.1.2 |
| 3363 | 2026-02-24T03:12:42.117Z | Compiling crc-any v2.5.0 |
| 3364 | 2026-02-24T03:12:42.580Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3365 | 2026-02-24T03:12:43.250Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4) |
| 3366 | 2026-02-24T03:12:43.643Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3367 | 2026-02-24T03:12:44.480Z | Compiling progenitor v0.8.0 |
| 3368 | 2026-02-24T03:12:44.769Z | Compiling radix_trie v0.2.1 |
| 3369 | 2026-02-24T03:12:45.402Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3370 | 2026-02-24T03:12:45.531Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3371 | 2026-02-24T03:12:46.300Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 3372 | 2026-02-24T03:12:46.340Z | Compiling ssh-cipher v0.2.0 |
| 3373 | 2026-02-24T03:12:46.813Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3374 | 2026-02-24T03:12:47.373Z | Compiling zone_cfg_derive v0.1.2 |
| 3375 | 2026-02-24T03:12:47.687Z | Compiling object v0.30.4 |
| 3376 | 2026-02-24T03:12:48.850Z | Compiling tabled v0.20.0 |
| 3377 | 2026-02-24T03:12:50.151Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3378 | 2026-02-24T03:12:50.866Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3379 | 2026-02-24T03:12:53.163Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3380 | 2026-02-24T03:12:55.073Z | Compiling parking_lot v0.11.2 |
| 3381 | 2026-02-24T03:12:55.669Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3382 | 2026-02-24T03:12:55.944Z | Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3383 | 2026-02-24T03:12:56.494Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3384 | 2026-02-24T03:12:58.137Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3385 | 2026-02-24T03:12:58.586Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3386 | 2026-02-24T03:13:00.330Z | Compiling prefix-trie v0.7.0 |
| 3387 | 2026-02-24T03:13:01.222Z | Compiling password-hash v0.4.2 |
| 3388 | 2026-02-24T03:13:01.434Z | Compiling fxhash v0.2.1 |
| 3389 | 2026-02-24T03:13:01.601Z | Compiling secrecy v0.8.0 |
| 3390 | 2026-02-24T03:13:01.697Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3391 | 2026-02-24T03:13:01.912Z | Compiling base64 v0.13.1 |
| 3392 | 2026-02-24T03:13:02.036Z | Compiling number_prefix v0.4.0 |
| 3393 | 2026-02-24T03:13:02.284Z | Compiling http-range v0.1.5 |
| 3394 | 2026-02-24T03:13:02.324Z | Compiling half v1.8.3 |
| 3395 | 2026-02-24T03:13:02.492Z | Compiling path-slash v0.1.5 |
| 3396 | 2026-02-24T03:13:02.661Z | Compiling ron v0.7.1 |
| 3397 | 2026-02-24T03:13:02.749Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 3398 | 2026-02-24T03:13:02.937Z | Compiling serde_cbor v0.11.2 |
| 3399 | 2026-02-24T03:13:04.316Z | Compiling indicatif v0.17.11 |
| 3400 | 2026-02-24T03:13:04.712Z | Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3401 | 2026-02-24T03:13:05.806Z | Compiling pbkdf2 v0.11.0 |
| 3402 | 2026-02-24T03:13:06.241Z | Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3403 | 2026-02-24T03:13:06.330Z | Compiling sled v0.34.7 |
| 3404 | 2026-02-24T03:13:06.347Z | Compiling hickory-server v0.25.2 |
| 3405 | 2026-02-24T03:13:07.636Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3406 | 2026-02-24T03:13:07.759Z | Compiling xz2 v0.1.7 |
| 3407 | 2026-02-24T03:13:08.259Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3408 | 2026-02-24T03:13:08.538Z | Compiling zone v0.1.8 |
| 3409 | 2026-02-24T03:13:08.998Z | Compiling ssh-key v0.6.6 |
| 3410 | 2026-02-24T03:13:10.336Z | Compiling hickory-client v0.25.2 |
| 3411 | 2026-02-24T03:13:10.627Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3412 | 2026-02-24T03:13:10.929Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3413 | 2026-02-24T03:13:11.019Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3414 | 2026-02-24T03:13:12.628Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3415 | 2026-02-24T03:13:12.925Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d) |
| 3416 | 2026-02-24T03:13:12.985Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3417 | 2026-02-24T03:13:13.125Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 3418 | 2026-02-24T03:13:13.786Z | Compiling p256 v0.13.2 |
| 3419 | 2026-02-24T03:13:14.030Z | Compiling p521 v0.13.3 |
| 3420 | 2026-02-24T03:13:14.600Z | Compiling yasna v0.5.2 |
| 3421 | 2026-02-24T03:13:14.798Z | Compiling headers-core v0.3.0 |
| 3422 | 2026-02-24T03:13:14.988Z | Compiling kstat-rs v0.2.4 |
| 3423 | 2026-02-24T03:13:15.019Z | Compiling nanorand v0.7.0 |
| 3424 | 2026-02-24T03:13:15.587Z | Compiling russh-cryptovec v0.7.3 |
| 3425 | 2026-02-24T03:13:15.629Z | Compiling atty v0.2.14 |
| 3426 | 2026-02-24T03:13:15.670Z | Compiling md5 v0.7.0 |
| 3427 | 2026-02-24T03:13:15.829Z | Compiling crc8 v0.1.1 |
| 3428 | 2026-02-24T03:13:15.933Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 3429 | 2026-02-24T03:13:16.050Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3430 | 2026-02-24T03:13:16.178Z | Compiling russh-keys v0.45.0 |
| 3431 | 2026-02-24T03:13:16.225Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3432 | 2026-02-24T03:13:16.256Z | Compiling rcgen v0.12.1 |
| 3433 | 2026-02-24T03:13:17.452Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3434 | 2026-02-24T03:13:18.259Z | Compiling flume v0.11.1 |
| 3435 | 2026-02-24T03:13:18.324Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3436 | 2026-02-24T03:13:19.123Z | Compiling headers v0.4.1 |
| 3437 | 2026-02-24T03:13:19.703Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3438 | 2026-02-24T03:13:20.748Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d) |
| 3439 | 2026-02-24T03:13:20.782Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3440 | 2026-02-24T03:13:23.056Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3441 | 2026-02-24T03:13:23.901Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3442 | 2026-02-24T03:13:24.666Z | Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3443 | 2026-02-24T03:13:29.321Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3444 | 2026-02-24T03:13:29.321Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3445 | 2026-02-24T03:13:30.866Z | Compiling hyper-staticfile v0.10.1 |
| 3446 | 2026-02-24T03:13:31.925Z | Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3447 | 2026-02-24T03:13:33.720Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3448 | 2026-02-24T03:13:34.396Z | Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3449 | 2026-02-24T03:13:34.599Z | Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3450 | 2026-02-24T03:13:35.222Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3451 | 2026-02-24T03:13:35.729Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3452 | 2026-02-24T03:13:36.247Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3453 | 2026-02-24T03:13:36.273Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3454 | 2026-02-24T03:13:36.304Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3455 | 2026-02-24T03:13:37.088Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3456 | 2026-02-24T03:13:37.119Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3457 | 2026-02-24T03:13:37.737Z | Compiling num-bigint v0.4.6 |
| 3458 | 2026-02-24T03:13:37.791Z | Compiling des v0.8.1 |
| 3459 | 2026-02-24T03:13:38.172Z | Compiling subprocess v0.2.9 |
| 3460 | 2026-02-24T03:13:38.175Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3461 | 2026-02-24T03:13:38.630Z | Compiling hex-literal v0.4.1 |
| 3462 | 2026-02-24T03:13:38.795Z | Compiling display-error-chain v0.2.2 |
| 3463 | 2026-02-24T03:13:38.830Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3464 | 2026-02-24T03:13:39.043Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3465 | 2026-02-24T03:13:39.071Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3466 | 2026-02-24T03:13:39.711Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3467 | 2026-02-24T03:13:39.814Z | Compiling internet-checksum v0.2.1 |
| 3468 | 2026-02-24T03:13:41.673Z | Compiling russh v0.45.0 |
| 3469 | 2026-02-24T03:13:42.055Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3470 | 2026-02-24T03:14:16.574Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3471 | 2026-02-24T03:14:49.761Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 26s |
| 3472 | 2026-02-24T03:14:50.021Z | |
| 3473 | 2026-02-24T03:14:50.024Z | real 3:26.535386879 |
| 3474 | 2026-02-24T03:14:50.024Z | user 19:16.121566317 |
| 3475 | 2026-02-24T03:14:50.024Z | sys 2:32.913076105 |
| 3476 | 2026-02-24T03:14:50.024Z | trap 0.560666207 |
| 3477 | 2026-02-24T03:14:50.024Z | tflt 0.278006231 |
| 3478 | 2026-02-24T03:14:50.024Z | dflt 0.422955938 |
| 3479 | 2026-02-24T03:14:50.024Z | kflt 0.000035223 |
| 3480 | 2026-02-24T03:14:50.024Z | lock 52:26.672728701 |
| 3481 | 2026-02-24T03:14:50.024Z | slp 1:09:31.186043885 |
| 3482 | 2026-02-24T03:14:50.024Z | lat 1:02.734802639 |
| 3483 | 2026-02-24T03:14:50.024Z | stop 2:43.420389223 |
| 3484 | 2026-02-24T03:14:50.024Z | + mkdir tests |
| 3485 | 2026-02-24T03:14:50.029Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3486 | 2026-02-24T03:14:50.029Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3487 | 2026-02-24T03:14:50.070Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-3b5a0b3c0af20b7c tests/ |
| 3488 | 2026-02-24T03:14:50.105Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-bcfd75342135c852 tests/ |
| 3489 | 2026-02-24T03:14:50.137Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-67dc9673ff9d894c tests/ |
| 3490 | 2026-02-24T03:14:50.174Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-958238a3118261a6 tests/ |
| 3491 | 2026-02-24T03:14:50.552Z | + 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/*) |
| 3492 | 2026-02-24T03:14:50.555Z | + 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-bcfd75342135c852 tests/commtest-67dc9673ff9d894c tests/dhcp_server-3b5a0b3c0af20b7c tests/end_to_end_tests-958238a3118261a6 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 |
| 3493 | 2026-02-24T03:16:37.301Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3494 | 2026-02-24T03:16:37.301Z | a .github/buildomat/ci-env.sh 1K |
| 3495 | 2026-02-24T03:16:37.301Z | a out/target/test 1K |
| 3496 | 2026-02-24T03:16:37.301Z | a out/npuzone/npuzone 27402K |
| 3497 | 2026-02-24T03:16:37.301Z | a package-manifest.toml 35K |
| 3498 | 2026-02-24T03:16:37.301Z | a smf/sled-agent/non-gimlet/config.toml 6K |
| 3499 | 2026-02-24T03:16:37.301Z | a target/release/omicron-package 43217K |
| 3500 | 2026-02-24T03:16:37.301Z | a target/release/xtask 11507K |
| 3501 | 2026-02-24T03:16:37.301Z | a target/debug/bootstrap 325123K |
| 3502 | 2026-02-24T03:16:37.302Z | a tests/bootstrap-bcfd75342135c852 31130K |
| 3503 | 2026-02-24T03:16:37.302Z | a tests/commtest-67dc9673ff9d894c 35217K |
| 3504 | 2026-02-24T03:16:37.302Z | a tests/dhcp_server-3b5a0b3c0af20b7c 31130K |
| 3505 | 2026-02-24T03:16:37.302Z | a tests/end_to_end_tests-958238a3118261a6 369373K |
| 3506 | 2026-02-24T03:16:37.302Z | a out/clickhouse.tar.gz 319586K |
| 3507 | 2026-02-24T03:16:37.302Z | a out/clickhouse_keeper.tar.gz 302557K |
| 3508 | 2026-02-24T03:16:37.302Z | a out/clickhouse_server.tar.gz 319586K |
| 3509 | 2026-02-24T03:16:37.302Z | a out/cockroachdb.tar.gz 165157K |
| 3510 | 2026-02-24T03:16:37.302Z | a out/crucible-pantry-zone.tar.gz 41557K |
| 3511 | 2026-02-24T03:16:37.302Z | a out/crucible-utils.tar 17744K |
| 3512 | 2026-02-24T03:16:37.302Z | a out/crucible-zone.tar.gz 55695K |
| 3513 | 2026-02-24T03:16:37.302Z | a out/external-dns.tar.gz 48043K |
| 3514 | 2026-02-24T03:16:37.302Z | a out/internal-dns.tar.gz 48042K |
| 3515 | 2026-02-24T03:16:37.302Z | a out/mg-ddm-gz.tar 86339K |
| 3516 | 2026-02-24T03:16:37.302Z | a out/nexus.tar.gz 211315K |
| 3517 | 2026-02-24T03:16:37.302Z | a out/ntp.tar.gz 28908K |
| 3518 | 2026-02-24T03:16:37.302Z | a out/omicron-gateway-softnpu.tar.gz 27678K |
| 3519 | 2026-02-24T03:16:37.302Z | a out/omicron-sled-agent.tar 195601K |
| 3520 | 2026-02-24T03:16:37.302Z | a out/overlay.tar.gz 3K |
| 3521 | 2026-02-24T03:16:37.302Z | a out/oximeter.tar.gz 64523K |
| 3522 | 2026-02-24T03:16:37.302Z | a out/oxlog.tar 3945K |
| 3523 | 2026-02-24T03:16:37.302Z | a out/probe.tar.gz 3037K |
| 3524 | 2026-02-24T03:16:37.302Z | a out/propolis-server.tar.gz 74633K |
| 3525 | 2026-02-24T03:16:37.302Z | a out/pumpkind-gz.tar 26647K |
| 3526 | 2026-02-24T03:16:37.302Z | a out/switch-softnpu.tar.gz 377323K |
| 3527 | 2026-02-24T03:16:37.305Z | |
| 3528 | 2026-02-24T03:16:37.305Z | real 1:46.751135261 |
| 3529 | 2026-02-24T03:16:37.305Z | user 1:42.336432007 |
| 3530 | 2026-02-24T03:16:37.305Z | sys 6.467059665 |
| 3531 | 2026-02-24T03:16:37.305Z | trap 0.023574544 |
| 3532 | 2026-02-24T03:16:37.305Z | tflt 0.000000000 |
| 3533 | 2026-02-24T03:16:37.305Z | dflt 0.000000000 |
| 3534 | 2026-02-24T03:16:37.305Z | kflt 0.000000000 |
| 3535 | 2026-02-24T03:16:37.305Z | lock 0.000000000 |
| 3536 | 2026-02-24T03:16:37.306Z | slp 1:41.897737820 |
| 3537 | 2026-02-24T03:16:37.306Z | lat 2.771751109 |
| 3538 | 2026-02-24T03:16:37.306Z | stop 0.000609925 |
| 3539 | 2026-02-24T03:16:37.308Z | process exited: duration 2655686 ms, exit code 0 |
| |
| 3540 | 2026-02-24T03:16:37.324Z | found 1 output files |
| 3541 | 2026-02-24T03:16:37.324Z | uploading: /work/package.tar.gz (2417170444 bytes) |
| 3542 | 2026-02-24T03:17:11.402Z | uploaded: /work/package.tar.gz |