|
|
|
| 1 | 2025-09-19T18:17:10.381Z | job assigned to worker 01K5HK1VZBK6Y7RES5DJ4207PK [factory aws, i-0971a523d0099c90c] (queued for 1 m 2 s) |
| |
| 2 | 2025-09-19T18:17:18.301Z | starting task 0: "setup" |
| 3 | 2025-09-19T18:17:18.304Z | ++ uname -s |
| 4 | 2025-09-19T18:17:18.323Z | + kern=SunOS |
| 5 | 2025-09-19T18:17:18.324Z | + build_user=build |
| 6 | 2025-09-19T18:17:18.324Z | + build_uid=12345 |
| 7 | 2025-09-19T18:17:18.324Z | + work_dir=/work |
| 8 | 2025-09-19T18:17:18.324Z | + input_dir=/input |
| 9 | 2025-09-19T18:17:18.324Z | + [[ 0 == 12345 ]] |
| 10 | 2025-09-19T18:17:18.324Z | + case "$kern" in |
| 11 | 2025-09-19T18:17:18.324Z | + groupadd -g 12345 build |
| 12 | 2025-09-19T18:17:18.324Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-09-19T18:17:20.315Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-09-19T18:17:20.441Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-09-19T18:17:20.445Z | + home_fs=zfs |
| 16 | 2025-09-19T18:17:20.445Z | + [[ zfs == autofs ]] |
| 17 | 2025-09-19T18:17:20.445Z | + mkdir -p /home/build |
| 18 | 2025-09-19T18:17:20.449Z | + chown build:build /home/build /work |
| 19 | 2025-09-19T18:17:22.447Z | + chmod 0700 /home/build /work |
| 20 | 2025-09-19T18:17:22.452Z | process exited: duration 4154 ms, exit code 0 |
| |
| 21 | 2025-09-19T18:17:22.460Z | starting task 1: "rust-toolchain" |
| 22 | 2025-09-19T18:17:22.465Z | + printf ' * rust toolchain channel = "%s"\n' 1.89.0 |
| 23 | 2025-09-19T18:17:22.465Z | * rust toolchain channel = "1.89.0" |
| 24 | 2025-09-19T18:17:22.465Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2025-09-19T18:17:22.465Z | * rust toolchain profile = "default" |
| 26 | 2025-09-19T18:17:22.465Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2025-09-19T18:17:22.465Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2025-09-19T18:17:22.469Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-09-19T18:17:22.469Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.89.0 --profile default |
| 30 | 2025-09-19T18:17:22.569Z | info: downloading installer |
| 31 | 2025-09-19T18:17:24.048Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2025-09-19T18:17:24.048Z | warn: /opt/ooce/bin |
| 33 | 2025-09-19T18:17:24.048Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-09-19T18:17:24.048Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2025-09-19T18:17:24.048Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-09-19T18:17:24.048Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-09-19T18:17:24.048Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-09-19T18:17:24.048Z | error: cannot install while Rust is installed |
| 39 | 2025-09-19T18:17:24.048Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-09-19T18:17:24.073Z | info: profile set to 'default' |
| 41 | 2025-09-19T18:17:24.073Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-09-19T18:17:24.078Z | info: syncing channel updates for '1.89.0-x86_64-unknown-illumos' |
| 43 | 2025-09-19T18:17:24.247Z | info: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04) |
| 44 | 2025-09-19T18:17:24.248Z | info: downloading component 'cargo' |
| 45 | 2025-09-19T18:17:25.038Z | info: downloading component 'clippy' |
| 46 | 2025-09-19T18:17:25.419Z | info: downloading component 'rust-docs' |
| 47 | 2025-09-19T18:17:26.906Z | info: downloading component 'rust-std' |
| 48 | 2025-09-19T18:17:28.848Z | info: downloading component 'rustc' |
| 49 | 2025-09-19T18:17:36.316Z | info: downloading component 'rustfmt' |
| 50 | 2025-09-19T18:17:36.594Z | info: installing component 'cargo' |
| 51 | 2025-09-19T18:17:37.481Z | info: installing component 'clippy' |
| 52 | 2025-09-19T18:17:37.874Z | info: installing component 'rust-docs' |
| 53 | 2025-09-19T18:17:39.733Z | info: installing component 'rust-std' |
| 54 | 2025-09-19T18:17:41.613Z | info: installing component 'rustc' |
| 55 | 2025-09-19T18:17:48.379Z | info: installing component 'rustfmt' |
| 56 | 2025-09-19T18:17:48.716Z | info: default toolchain set to '1.89.0-x86_64-unknown-illumos' |
| 57 | 2025-09-19T18:17:48.716Z | |
| 58 | 2025-09-19T18:17:49.134Z | 1.89.0-x86_64-unknown-illumos installed - rustc 1.89.0 (29483883e 2025-08-04) |
| 59 | 2025-09-19T18:17:49.134Z | |
| 60 | 2025-09-19T18:17:49.137Z | |
| 61 | 2025-09-19T18:17:49.137Z | Rust is installed now. Great! |
| 62 | 2025-09-19T18:17:49.137Z | |
| 63 | 2025-09-19T18:17:49.138Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-09-19T18:17:49.138Z | environment variable. This has not been done automatically. |
| 65 | 2025-09-19T18:17:49.138Z | |
| 66 | 2025-09-19T18:17:49.138Z | To configure your current shell, you need to source |
| 67 | 2025-09-19T18:17:49.138Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-09-19T18:17:49.138Z | |
| 69 | 2025-09-19T18:17:49.138Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-09-19T18:17:49.138Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-09-19T18:17:49.138Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-09-19T18:17:49.138Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2025-09-19T18:17:49.218Z | + rustup --version |
| 74 | 2025-09-19T18:17:49.230Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2025-09-19T18:17:49.233Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2025-09-19T18:17:49.310Z | info: The currently active `rustc` version is `rustc 1.89.0 (29483883e 2025-08-04)` |
| 77 | 2025-09-19T18:17:49.313Z | + cargo --version |
| 78 | 2025-09-19T18:17:49.376Z | cargo 1.89.0 (c24e10642 2025-06-23) |
| 79 | 2025-09-19T18:17:49.379Z | + rustc --version |
| 80 | 2025-09-19T18:17:49.449Z | rustc 1.89.0 (29483883e 2025-08-04) |
| 81 | 2025-09-19T18:17:49.453Z | process exited: duration 26991 ms, exit code 0 |
| |
| 82 | 2025-09-19T18:17:49.461Z | starting task 2: "authentication" |
| 83 | 2025-09-19T18:17:49.481Z | process exited: duration 21 ms, exit code 0 |
| |
| 84 | 2025-09-19T18:17:49.488Z | starting task 3: "clone repository" |
| 85 | 2025-09-19T18:17:49.493Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2025-09-19T18:17:49.496Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2025-09-19T18:17:49.535Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2025-09-19T18:18:01.051Z | + cd /work/oxidecomputer/omicron |
| 89 | 2025-09-19T18:18:01.058Z | + git fetch origin 4debaf85682b576398c643a0814a8f211809e208 |
| 90 | 2025-09-19T18:18:01.480Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2025-09-19T18:18:01.480Z | * branch 4debaf85682b576398c643a0814a8f211809e208 -> FETCH_HEAD |
| 92 | 2025-09-19T18:18:01.492Z | + [[ -n sunshowers/spr/4n-reconfigurator-planning-add-a-way-to-set-the-target-release-at-system-creation-time ]] |
| 93 | 2025-09-19T18:18:01.496Z | ++ git branch --show-current |
| 94 | 2025-09-19T18:18:01.499Z | + current=main |
| 95 | 2025-09-19T18:18:01.499Z | + [[ main != sunshowers/spr/4n-reconfigurator-planning-add-a-way-to-set-the-target-release-at-system-creation-time ]] |
| 96 | 2025-09-19T18:18:01.499Z | + git branch -f sunshowers/spr/4n-reconfigurator-planning-add-a-way-to-set-the-target-release-at-system-creation-time 4debaf85682b576398c643a0814a8f211809e208 |
| 97 | 2025-09-19T18:18:01.502Z | + git checkout -f sunshowers/spr/4n-reconfigurator-planning-add-a-way-to-set-the-target-release-at-system-creation-time |
| 98 | 2025-09-19T18:18:01.754Z | Switched to branch 'sunshowers/spr/4n-reconfigurator-planning-add-a-way-to-set-the-target-release-at-system-creation-time' |
| 99 | 2025-09-19T18:18:01.757Z | + git reset --hard 4debaf85682b576398c643a0814a8f211809e208 |
| 100 | 2025-09-19T18:18:01.776Z | HEAD is now at 4debaf856 fix style |
| 101 | 2025-09-19T18:18:01.779Z | process exited: duration 12288 ms, exit code 0 |
| |
| 102 | 2025-09-19T18:18:01.789Z | starting task 4: "build" |
| 103 | 2025-09-19T18:18:01.792Z | + source .github/buildomat/ci-env.sh |
| 104 | 2025-09-19T18:18:01.792Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2025-09-19T18:18:01.792Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2025-09-19T18:18:01.792Z | + cargo --version |
| 107 | 2025-09-19T18:18:01.850Z | cargo 1.89.0 (c24e10642 2025-06-23) |
| 108 | 2025-09-19T18:18:01.853Z | + rustc --version |
| 109 | 2025-09-19T18:18:01.924Z | rustc 1.89.0 (29483883e 2025-08-04) |
| 110 | 2025-09-19T18:18:01.928Z | + WORK=/work |
| 111 | 2025-09-19T18:18:01.928Z | + pfexec mkdir -p /work |
| 112 | 2025-09-19T18:18:01.935Z | + pfexec chown build /work |
| 113 | 2025-09-19T18:18:01.939Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 114 | 2025-09-19T18:18:13.877Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 115 | 2025-09-19T18:18:21.694Z | Startup: Caching catalogs ... Done |
| 116 | 2025-09-19T18:18:29.357Z | Planning: Solver setup ... Done (6.533s) |
| 117 | 2025-09-19T18:18:29.424Z | Planning: Running solver ... Done (0.061s) |
| 118 | 2025-09-19T18:18:29.523Z | Planning: Finding local manifests ... Done (0.003s) |
| 119 | 2025-09-19T18:18:29.537Z | Planning: Fetching manifests: 0/4 0% complete |
| 120 | 2025-09-19T18:18:29.677Z | Planning: Fetching manifests: 4/4 100% complete |
| 121 | 2025-09-19T18:18:29.738Z | Planning: Package planning ... Done (0.051s) |
| 122 | 2025-09-19T18:18:29.782Z | Planning: Merging actions ... Done (0.052s) |
| 123 | 2025-09-19T18:18:30.126Z | Planning: Checking for conflicting actions ... Done (0.288s) |
| 124 | 2025-09-19T18:18:30.260Z | Planning: Consolidating action changes ... Done (0.011s) |
| 125 | 2025-09-19T18:18:31.038Z | Planning: Evaluating mediators ... Done (0.884s) |
| 126 | 2025-09-19T18:18:31.139Z | Planning: Planning completed in 9.24 seconds |
| 127 | 2025-09-19T18:18:31.139Z | Packages to install: 4 |
| 128 | 2025-09-19T18:18:31.139Z | Mediators to change: 2 |
| 129 | 2025-09-19T18:18:31.139Z | Services to change: 1 |
| 130 | 2025-09-19T18:18:31.140Z | Estimated space available: 155.49 GB |
| 131 | 2025-09-19T18:18:31.140Z | Estimated space to be consumed: 1.72 GB |
| 132 | 2025-09-19T18:18:31.140Z | Create boot environment: No |
| 133 | 2025-09-19T18:18:31.140Z | Create backup boot environment: No |
| 134 | 2025-09-19T18:18:31.140Z | Rebuild boot archive: No |
| 135 | 2025-09-19T18:18:31.140Z | |
| 136 | 2025-09-19T18:18:31.140Z | Changed mediators: |
| 137 | 2025-09-19T18:18:31.140Z | mediator clang: |
| 138 | 2025-09-19T18:18:31.140Z | version: None -> 15 (system default) |
| 139 | 2025-09-19T18:18:31.140Z | |
| 140 | 2025-09-19T18:18:31.140Z | mediator llvm: |
| 141 | 2025-09-19T18:18:31.140Z | version: 14 (system default) -> 15 (system default) |
| 142 | 2025-09-19T18:18:31.140Z | |
| 143 | 2025-09-19T18:18:31.140Z | Changed packages: |
| 144 | 2025-09-19T18:18:31.141Z | helios-dev |
| 145 | 2025-09-19T18:18:31.141Z | developer/build-essential |
| 146 | 2025-09-19T18:18:31.141Z | None -> 11-2.0 |
| 147 | 2025-09-19T18:18:31.141Z | library/libxmlsec1 |
| 148 | 2025-09-19T18:18:31.141Z | None -> 1.2.35-2.0 |
| 149 | 2025-09-19T18:18:31.141Z | ooce/developer/clang-15 |
| 150 | 2025-09-19T18:18:31.141Z | None -> 15.0.7-2.0 |
| 151 | 2025-09-19T18:18:31.141Z | ooce/developer/llvm-15 |
| 152 | 2025-09-19T18:18:31.142Z | None -> 15.0.7-2.0 |
| 153 | 2025-09-19T18:18:31.142Z | |
| 154 | 2025-09-19T18:18:31.142Z | Services: |
| 155 | 2025-09-19T18:18:31.142Z | restart_fmri: |
| 156 | 2025-09-19T18:18:31.143Z | svc:/system/update-man-index:default |
| 157 | 2025-09-19T18:18:31.143Z | |
| 158 | 2025-09-19T18:18:31.143Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 159 | 2025-09-19T18:18:36.076Z | Download: 1890/3290 items 118.5/212.6MB 55% complete (24.0M/s) |
| 160 | 2025-09-19T18:18:41.048Z | Download: 3164/3290 items 168.2/212.6MB 79% complete (16.8M/s) |
| 161 | 2025-09-19T18:18:43.388Z | Download: Completed 212.60 MB in 12.34 seconds (17.2M/s) |
| 162 | 2025-09-19T18:18:43.689Z | Actions: 1/3689 actions (Installing new actions) |
| 163 | 2025-09-19T18:18:48.308Z | Actions: Completed 3689 actions in 4.62 seconds. |
| 164 | 2025-09-19T18:18:48.924Z | Done (0.612s) |
| 165 | 2025-09-19T18:18:48.924Z | Done (0.000s) |
| 166 | 2025-09-19T18:18:49.835Z | Done (0.912s) |
| 167 | 2025-09-19T18:18:54.328Z | Done (4.171s) |
| 168 | 2025-09-19T18:18:54.417Z | Done (0.019s) |
| 169 | 2025-09-19T18:18:54.422Z | Done (0.000s) |
| 170 | 2025-09-19T18:18:54.572Z | Done (0.000s) |
| 171 | 2025-09-19T18:18:55.433Z | Planning: Evaluating mediator changes ... Done |
| 172 | 2025-09-19T18:18:55.595Z | Planning: Checking for conflicting actions ... Done |
| 173 | 2025-09-19T18:18:55.598Z | Planning: Consolidating action changes ... Done |
| 174 | 2025-09-19T18:18:55.874Z | Planning: Evaluating mediators ... Done |
| 175 | 2025-09-19T18:18:55.878Z | Planning: Planning completed in 0.44 seconds |
| 176 | 2025-09-19T18:18:55.908Z | Mediators to change: 2 |
| 177 | 2025-09-19T18:18:55.908Z | Create boot environment: No |
| 178 | 2025-09-19T18:18:55.912Z | Create backup boot environment: No |
| 179 | 2025-09-19T18:18:55.999Z | Done |
| 180 | 2025-09-19T18:18:55.999Z | Done |
| 181 | 2025-09-19T18:18:56.622Z | Done |
| 182 | 2025-09-19T18:19:00.154Z | Done |
| 183 | 2025-09-19T18:19:00.244Z | Done |
| 184 | 2025-09-19T18:19:00.248Z | Done |
| 185 | 2025-09-19T18:19:00.382Z | Done |
| 186 | 2025-09-19T18:19:01.006Z | Planning: Evaluating mediator changes ... Done |
| 187 | 2025-09-19T18:19:01.009Z | Planning: Merging actions ... Done |
| 188 | 2025-09-19T18:19:01.204Z | Planning: Checking for conflicting actions ... Done |
| 189 | 2025-09-19T18:19:01.208Z | Planning: Consolidating action changes ... Done |
| 190 | 2025-09-19T18:19:01.478Z | Planning: Evaluating mediators ... Done |
| 191 | 2025-09-19T18:19:01.536Z | Planning: Planning completed in 0.78 seconds |
| 192 | 2025-09-19T18:19:01.580Z | Packages to change: 1 |
| 193 | 2025-09-19T18:19:01.580Z | Mediators to change: 1 |
| 194 | 2025-09-19T18:19:01.586Z | Services to change: 1 |
| 195 | 2025-09-19T18:19:01.586Z | Create boot environment: No |
| 196 | 2025-09-19T18:19:01.586Z | Create backup boot environment: Yes |
| 197 | 2025-09-19T18:19:03.986Z | Actions: 1/6 actions (Updating modified actions) |
| 198 | 2025-09-19T18:19:03.990Z | Actions: Completed 6 actions in 0.00 seconds. |
| 199 | 2025-09-19T18:19:03.990Z | Done |
| 200 | 2025-09-19T18:19:03.990Z | Done |
| 201 | 2025-09-19T18:19:04.169Z | Done |
| 202 | 2025-09-19T18:19:07.931Z | Done |
| 203 | 2025-09-19T18:19:08.018Z | Done |
| 204 | 2025-09-19T18:19:08.021Z | Done |
| 205 | 2025-09-19T18:19:08.171Z | Done |
| 206 | 2025-09-19T18:19:08.623Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 207 | 2025-09-19T18:19:08.623Z | clang system 15 system |
| 208 | 2025-09-19T18:19:08.623Z | csh system system illumos |
| 209 | 2025-09-19T18:19:08.623Z | ctags system system illumos |
| 210 | 2025-09-19T18:19:08.623Z | file system system illumos |
| 211 | 2025-09-19T18:19:08.623Z | gcc vendor 12 vendor |
| 212 | 2025-09-19T18:19:08.623Z | gcc system 10 system |
| 213 | 2025-09-19T18:19:08.623Z | gcc system 7 system |
| 214 | 2025-09-19T18:19:08.623Z | go system 1.20 system |
| 215 | 2025-09-19T18:19:08.623Z | go system 1.19 system |
| 216 | 2025-09-19T18:19:08.623Z | llvm system 15 system |
| 217 | 2025-09-19T18:19:08.623Z | llvm system 14 system |
| 218 | 2025-09-19T18:19:08.623Z | mariadb system 10.6 system |
| 219 | 2025-09-19T18:19:08.623Z | mta vendor vendor dma |
| 220 | 2025-09-19T18:19:08.623Z | openjdk system 17 system |
| 221 | 2025-09-19T18:19:08.623Z | openjdk system 11 system |
| 222 | 2025-09-19T18:19:08.623Z | openjdk system 1.8 system |
| 223 | 2025-09-19T18:19:08.623Z | openssl vendor 3 vendor |
| 224 | 2025-09-19T18:19:08.623Z | perl system 5.36 system |
| 225 | 2025-09-19T18:19:08.623Z | postgresql system 15 system |
| 226 | 2025-09-19T18:19:08.623Z | postgresql system 13 system |
| 227 | 2025-09-19T18:19:08.623Z | python vendor 3 vendor |
| 228 | 2025-09-19T18:19:08.623Z | python system 2 system |
| 229 | 2025-09-19T18:19:08.623Z | python3 system 3.11 system |
| 230 | 2025-09-19T18:19:08.623Z | ruby system 3.0 system |
| 231 | 2025-09-19T18:19:08.623Z | words vendor vendor american-english |
| 232 | 2025-09-19T18:19:08.623Z | words system system australian-english |
| 233 | 2025-09-19T18:19:08.623Z | words system system british-english |
| 234 | 2025-09-19T18:19:08.623Z | words system system canadian-english |
| 235 | 2025-09-19T18:19:08.623Z | words system system french |
| 236 | 2025-09-19T18:19:08.623Z | words system system italian |
| 237 | 2025-09-19T18:19:08.623Z | words system system ngerman |
| 238 | 2025-09-19T18:19:08.623Z | words system system ogerman |
| 239 | 2025-09-19T18:19:08.623Z | words system system spanish |
| 240 | 2025-09-19T18:19:08.964Z | PUBLISHER TYPE STATUS P LOCATION |
| 241 | 2025-09-19T18:19:08.964Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 242 | 2025-09-19T18:19:14.047Z | FMRI IFO |
| 243 | 2025-09-19T18:19:14.047Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 244 | 2025-09-19T18:19:14.047Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 245 | 2025-09-19T18:19:14.047Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 246 | 2025-09-19T18:19:14.047Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 247 | 2025-09-19T18:19:14.047Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 248 | 2025-09-19T18:19:14.047Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 249 | 2025-09-19T18:19:14.047Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 250 | 2025-09-19T18:19:14.047Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 251 | 2025-09-19T18:19:14.047Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 252 | 2025-09-19T18:19:14.047Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 253 | 2025-09-19T18:19:14.048Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 254 | 2025-09-19T18:19:14.048Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 255 | 2025-09-19T18:19:14.048Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 256 | 2025-09-19T18:19:14.048Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 257 | 2025-09-19T18:19:14.048Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 258 | 2025-09-19T18:19:14.049Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 259 | 2025-09-19T18:19:15.113Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 260 | 2025-09-19T18:19:15.407Z | Updating crates.io index |
| 261 | 2025-09-19T18:19:15.411Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 262 | 2025-09-19T18:19:15.764Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 263 | 2025-09-19T18:19:16.434Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 264 | 2025-09-19T18:19:16.673Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 265 | 2025-09-19T18:19:16.932Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 266 | 2025-09-19T18:19:17.223Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 267 | 2025-09-19T18:19:18.388Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 268 | 2025-09-19T18:19:20.438Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 269 | 2025-09-19T18:19:21.456Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 270 | 2025-09-19T18:19:22.219Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 271 | 2025-09-19T18:19:22.921Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 272 | 2025-09-19T18:19:23.183Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 273 | 2025-09-19T18:19:23.475Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 274 | 2025-09-19T18:19:24.003Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 275 | 2025-09-19T18:19:24.510Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 276 | 2025-09-19T18:19:24.773Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 277 | 2025-09-19T18:19:25.079Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 278 | 2025-09-19T18:19:25.386Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 279 | 2025-09-19T18:19:25.627Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 280 | 2025-09-19T18:19:25.861Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 281 | 2025-09-19T18:19:26.111Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 282 | 2025-09-19T18:19:26.468Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 283 | 2025-09-19T18:19:27.144Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 284 | 2025-09-19T18:19:27.475Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 285 | 2025-09-19T18:19:27.785Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 286 | 2025-09-19T18:19:28.376Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 287 | 2025-09-19T18:19:28.776Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 288 | 2025-09-19T18:19:29.041Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 289 | 2025-09-19T18:19:29.353Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 290 | 2025-09-19T18:19:29.814Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 291 | 2025-09-19T18:19:30.054Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 292 | 2025-09-19T18:19:30.326Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 293 | 2025-09-19T18:19:30.594Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 294 | 2025-09-19T18:19:42.876Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 295 | 2025-09-19T18:19:44.152Z | Downloading crates ... |
| 296 | 2025-09-19T18:19:44.258Z | Downloaded anyhow v1.0.99 |
| 297 | 2025-09-19T18:19:44.263Z | Downloaded block-buffer v0.10.4 |
| 298 | 2025-09-19T18:19:44.266Z | Downloaded anstyle v1.0.11 |
| 299 | 2025-09-19T18:19:44.266Z | Downloaded anstyle-parse v0.2.5 |
| 300 | 2025-09-19T18:19:44.269Z | Downloaded autocfg v1.4.0 |
| 301 | 2025-09-19T18:19:44.273Z | Downloaded anstyle-query v1.1.1 |
| 302 | 2025-09-19T18:19:44.273Z | Downloaded anstream v0.6.18 |
| 303 | 2025-09-19T18:19:44.276Z | Downloaded unicode-xid v0.2.6 |
| 304 | 2025-09-19T18:19:44.280Z | Downloaded bitflags v2.9.1 |
| 305 | 2025-09-19T18:19:44.283Z | Downloaded thread-id v4.2.2 |
| 306 | 2025-09-19T18:19:44.286Z | Downloaded fs-err v3.1.1 |
| 307 | 2025-09-19T18:19:44.286Z | Downloaded typeid v1.0.3 |
| 308 | 2025-09-19T18:19:44.289Z | Downloaded clap_lex v0.7.4 |
| 309 | 2025-09-19T18:19:44.289Z | Downloaded tinystr v0.7.6 |
| 310 | 2025-09-19T18:19:44.292Z | Downloaded write16 v1.0.0 |
| 311 | 2025-09-19T18:19:44.292Z | Downloaded bytecount v0.6.8 |
| 312 | 2025-09-19T18:19:44.296Z | Downloaded usdt-macro v0.5.0 |
| 313 | 2025-09-19T18:19:44.299Z | Downloaded yoke-derive v0.7.4 |
| 314 | 2025-09-19T18:19:44.302Z | Downloaded version_check v0.9.5 |
| 315 | 2025-09-19T18:19:44.305Z | Downloaded icu_normalizer_data v1.5.0 |
| 316 | 2025-09-19T18:19:44.308Z | Downloaded zerofrom v0.1.4 |
| 317 | 2025-09-19T18:19:44.308Z | Downloaded usdt-impl v0.5.0 |
| 318 | 2025-09-19T18:19:44.311Z | Downloaded colorchoice v1.0.2 |
| 319 | 2025-09-19T18:19:44.311Z | Downloaded cargo-platform v0.2.0 |
| 320 | 2025-09-19T18:19:44.315Z | Downloaded dof v0.3.0 |
| 321 | 2025-09-19T18:19:44.315Z | Downloaded toml_write v0.1.2 |
| 322 | 2025-09-19T18:19:44.315Z | Downloaded cargo_metadata v0.21.0 |
| 323 | 2025-09-19T18:19:44.318Z | Downloaded zerovec-derive v0.10.3 |
| 324 | 2025-09-19T18:19:44.318Z | Downloaded tabled_derive v0.7.0 |
| 325 | 2025-09-19T18:19:44.321Z | Downloaded zerofrom-derive v0.1.4 |
| 326 | 2025-09-19T18:19:44.321Z | Downloaded writeable v0.5.5 |
| 327 | 2025-09-19T18:19:44.325Z | Downloaded utf8_iter v1.0.4 |
| 328 | 2025-09-19T18:19:44.325Z | Downloaded utf16_iter v1.0.5 |
| 329 | 2025-09-19T18:19:44.325Z | Downloaded unicode-linebreak v0.1.5 |
| 330 | 2025-09-19T18:19:44.328Z | Downloaded toml_datetime v0.6.11 |
| 331 | 2025-09-19T18:19:44.328Z | Downloaded thiserror v1.0.69 |
| 332 | 2025-09-19T18:19:44.332Z | Downloaded usdt-attr-macro v0.5.0 |
| 333 | 2025-09-19T18:19:44.335Z | Downloaded thiserror-impl v1.0.69 |
| 334 | 2025-09-19T18:19:44.335Z | Downloaded thiserror v2.0.16 |
| 335 | 2025-09-19T18:19:44.338Z | Downloaded zerocopy-derive v0.7.35 |
| 336 | 2025-09-19T18:19:44.343Z | Downloaded toml v0.8.23 |
| 337 | 2025-09-19T18:19:44.347Z | Downloaded typenum v1.17.0 |
| 338 | 2025-09-19T18:19:44.350Z | Downloaded tempfile v3.20.0 |
| 339 | 2025-09-19T18:19:44.353Z | Downloaded url v2.5.4 |
| 340 | 2025-09-19T18:19:44.356Z | Downloaded ucd-trie v0.1.7 |
| 341 | 2025-09-19T18:19:44.356Z | Downloaded textwrap v0.16.2 |
| 342 | 2025-09-19T18:19:44.359Z | Downloaded unicode-ident v1.0.18 |
| 343 | 2025-09-19T18:19:44.362Z | Downloaded dtrace-parser v0.2.0 |
| 344 | 2025-09-19T18:19:44.362Z | Downloaded toml_edit v0.22.27 |
| 345 | 2025-09-19T18:19:44.366Z | Downloaded cargo_toml v0.21.0 |
| 346 | 2025-09-19T18:19:44.366Z | Downloaded scroll_derive v0.12.0 |
| 347 | 2025-09-19T18:19:44.369Z | Downloaded byteorder v1.5.0 |
| 348 | 2025-09-19T18:19:44.369Z | Downloaded pretty-hex v0.4.1 |
| 349 | 2025-09-19T18:19:44.373Z | Downloaded generic-array v0.14.7 |
| 350 | 2025-09-19T18:19:44.373Z | Downloaded fastrand v2.1.1 |
| 351 | 2025-09-19T18:19:44.373Z | Downloaded cpufeatures v0.2.14 |
| 352 | 2025-09-19T18:19:44.373Z | Downloaded swrite v0.1.0 |
| 353 | 2025-09-19T18:19:44.377Z | Downloaded equivalent v1.0.2 |
| 354 | 2025-09-19T18:19:44.377Z | Downloaded yoke v0.7.4 |
| 355 | 2025-09-19T18:19:44.380Z | Downloaded icu_provider_macros v1.5.0 |
| 356 | 2025-09-19T18:19:44.380Z | Downloaded icu_properties v1.5.1 |
| 357 | 2025-09-19T18:19:44.383Z | Downloaded zerovec v0.10.4 |
| 358 | 2025-09-19T18:19:44.386Z | Downloaded zerocopy v0.7.35 |
| 359 | 2025-09-19T18:19:44.398Z | Downloaded serde_derive v1.0.223 |
| 360 | 2025-09-19T18:19:44.402Z | Downloaded serde-untagged v0.1.7 |
| 361 | 2025-09-19T18:19:44.405Z | Downloaded winnow v0.7.10 |
| 362 | 2025-09-19T18:19:44.410Z | Downloaded plain v0.2.3 |
| 363 | 2025-09-19T18:19:44.413Z | Downloaded ordered-float v2.10.1 |
| 364 | 2025-09-19T18:19:44.414Z | Downloaded percent-encoding v2.3.2 |
| 365 | 2025-09-19T18:19:44.414Z | Downloaded macaddr v1.0.1 |
| 366 | 2025-09-19T18:19:44.417Z | Downloaded is_terminal_polyfill v1.70.1 |
| 367 | 2025-09-19T18:19:44.417Z | Downloaded heck v0.4.1 |
| 368 | 2025-09-19T18:19:44.417Z | Downloaded proc-macro-error-attr v1.0.4 |
| 369 | 2025-09-19T18:19:44.420Z | Downloaded synstructure v0.13.1 |
| 370 | 2025-09-19T18:19:44.420Z | Downloaded form_urlencoded v1.2.2 |
| 371 | 2025-09-19T18:19:44.420Z | Downloaded smawk v0.3.2 |
| 372 | 2025-09-19T18:19:44.424Z | Downloaded unicode-width v0.2.0 |
| 373 | 2025-09-19T18:19:44.427Z | Downloaded unicode-width v0.1.14 |
| 374 | 2025-09-19T18:19:44.430Z | Downloaded strsim v0.11.1 |
| 375 | 2025-09-19T18:19:44.434Z | Downloaded camino-tempfile v1.4.1 |
| 376 | 2025-09-19T18:19:44.434Z | Downloaded serde_tokenstream v0.2.2 |
| 377 | 2025-09-19T18:19:44.434Z | Downloaded proc-macro2 v1.0.101 |
| 378 | 2025-09-19T18:19:44.437Z | Downloaded stable_deref_trait v1.2.0 |
| 379 | 2025-09-19T18:19:44.437Z | Downloaded memmap v0.7.0 |
| 380 | 2025-09-19T18:19:44.441Z | Downloaded icu_locid_transform_data v1.5.0 |
| 381 | 2025-09-19T18:19:44.441Z | Downloaded icu_collections v1.5.0 |
| 382 | 2025-09-19T18:19:44.445Z | Downloaded quote v1.0.40 |
| 383 | 2025-09-19T18:19:44.448Z | Downloaded pest_derive v2.7.14 |
| 384 | 2025-09-19T18:19:44.448Z | Downloaded proc-macro-error v1.0.4 |
| 385 | 2025-09-19T18:19:44.452Z | Downloaded litemap v0.7.3 |
| 386 | 2025-09-19T18:19:44.455Z | Downloaded smallvec v1.15.1 |
| 387 | 2025-09-19T18:19:44.455Z | Downloaded sha2 v0.10.9 |
| 388 | 2025-09-19T18:19:44.458Z | Downloaded scroll v0.12.0 |
| 389 | 2025-09-19T18:19:44.458Z | Downloaded serde-value v0.7.0 |
| 390 | 2025-09-19T18:19:44.462Z | Downloaded serde v1.0.223 |
| 391 | 2025-09-19T18:19:44.462Z | Downloaded serde_spanned v0.6.9 |
| 392 | 2025-09-19T18:19:44.462Z | Downloaded digest v0.10.7 |
| 393 | 2025-09-19T18:19:44.465Z | Downloaded pest_generator v2.7.14 |
| 394 | 2025-09-19T18:19:44.465Z | Downloaded once_cell v1.21.3 |
| 395 | 2025-09-19T18:19:44.469Z | Downloaded camino v1.2.0 |
| 396 | 2025-09-19T18:19:44.469Z | Downloaded idna_adapter v1.2.0 |
| 397 | 2025-09-19T18:19:44.469Z | Downloaded crypto-common v0.1.6 |
| 398 | 2025-09-19T18:19:44.473Z | Downloaded semver v1.0.26 |
| 399 | 2025-09-19T18:19:44.473Z | Downloaded icu_locid_transform v1.5.0 |
| 400 | 2025-09-19T18:19:44.477Z | Downloaded icu_provider v1.5.0 |
| 401 | 2025-09-19T18:19:44.477Z | Downloaded icu_normalizer v1.5.0 |
| 402 | 2025-09-19T18:19:44.481Z | Downloaded displaydoc v0.2.5 |
| 403 | 2025-09-19T18:19:44.484Z | Downloaded log v0.4.27 |
| 404 | 2025-09-19T18:19:44.485Z | Downloaded pest_meta v2.7.14 |
| 405 | 2025-09-19T18:19:44.485Z | Downloaded getrandom v0.3.1 |
| 406 | 2025-09-19T18:19:44.490Z | Downloaded clap v4.5.41 |
| 407 | 2025-09-19T18:19:44.495Z | Downloaded ryu v1.0.18 |
| 408 | 2025-09-19T18:19:44.498Z | Downloaded icu_locid v1.5.0 |
| 409 | 2025-09-19T18:19:44.502Z | Downloaded serde_core v1.0.223 |
| 410 | 2025-09-19T18:19:44.506Z | Downloaded papergrid v0.11.0 |
| 411 | 2025-09-19T18:19:44.509Z | Downloaded num-traits v0.2.19 |
| 412 | 2025-09-19T18:19:44.509Z | Downloaded erased-serde v0.4.6 |
| 413 | 2025-09-19T18:19:44.513Z | Downloaded itoa v1.0.11 |
| 414 | 2025-09-19T18:19:44.513Z | Downloaded clap_derive v4.5.41 |
| 415 | 2025-09-19T18:19:44.516Z | Downloaded tabled v0.15.0 |
| 416 | 2025-09-19T18:19:44.527Z | Downloaded heck v0.5.0 |
| 417 | 2025-09-19T18:19:44.530Z | Downloaded fnv v1.0.7 |
| 418 | 2025-09-19T18:19:44.530Z | Downloaded errno v0.3.12 |
| 419 | 2025-09-19T18:19:44.530Z | Downloaded cfg-if v1.0.1 |
| 420 | 2025-09-19T18:19:44.535Z | Downloaded cargo-util-schemas v0.8.2 |
| 421 | 2025-09-19T18:19:44.535Z | Downloaded utf8parse v0.2.2 |
| 422 | 2025-09-19T18:19:44.535Z | Downloaded usdt v0.5.0 |
| 423 | 2025-09-19T18:19:44.538Z | Downloaded thiserror-impl v2.0.16 |
| 424 | 2025-09-19T18:19:44.538Z | Downloaded memchr v2.7.4 |
| 425 | 2025-09-19T18:19:44.542Z | Downloaded terminal_size v0.4.0 |
| 426 | 2025-09-19T18:19:44.545Z | Downloaded indexmap v2.11.0 |
| 427 | 2025-09-19T18:19:44.552Z | Downloaded clap_builder v4.5.41 |
| 428 | 2025-09-19T18:19:44.563Z | Downloaded hashbrown v0.15.4 |
| 429 | 2025-09-19T18:19:44.567Z | Downloaded goblin v0.8.2 |
| 430 | 2025-09-19T18:19:44.571Z | Downloaded idna v1.0.3 |
| 431 | 2025-09-19T18:19:44.575Z | Downloaded serde_json v1.0.145 |
| 432 | 2025-09-19T18:19:44.579Z | Downloaded pest v2.7.14 |
| 433 | 2025-09-19T18:19:44.584Z | Downloaded icu_properties_data v1.5.0 |
| 434 | 2025-09-19T18:19:44.616Z | Downloaded syn v1.0.109 |
| 435 | 2025-09-19T18:19:44.622Z | Downloaded syn v2.0.106 |
| 436 | 2025-09-19T18:19:44.635Z | Downloaded rustix v1.0.7 |
| 437 | 2025-09-19T18:19:44.652Z | Downloaded rustix v0.38.37 |
| 438 | 2025-09-19T18:19:44.688Z | Downloaded libc v0.2.174 |
| 439 | 2025-09-19T18:19:44.766Z | Compiling proc-macro2 v1.0.101 |
| 440 | 2025-09-19T18:19:44.766Z | Compiling unicode-ident v1.0.18 |
| 441 | 2025-09-19T18:19:44.769Z | Compiling serde_core v1.0.223 |
| 442 | 2025-09-19T18:19:44.769Z | Compiling serde v1.0.223 |
| 443 | 2025-09-19T18:19:44.769Z | Compiling version_check v0.9.5 |
| 444 | 2025-09-19T18:19:44.992Z | Compiling libc v0.2.174 |
| 445 | 2025-09-19T18:19:44.995Z | Compiling memchr v2.7.4 |
| 446 | 2025-09-19T18:19:45.014Z | Compiling thiserror v1.0.69 |
| 447 | 2025-09-19T18:19:45.228Z | Compiling stable_deref_trait v1.2.0 |
| 448 | 2025-09-19T18:19:45.353Z | Compiling litemap v0.7.3 |
| 449 | 2025-09-19T18:19:45.753Z | Compiling itoa v1.0.11 |
| 450 | 2025-09-19T18:19:45.777Z | Compiling ryu v1.0.18 |
| 451 | 2025-09-19T18:19:45.994Z | Compiling ucd-trie v0.1.7 |
| 452 | 2025-09-19T18:19:46.030Z | Compiling writeable v0.5.5 |
| 453 | 2025-09-19T18:19:46.104Z | Compiling autocfg v1.4.0 |
| 454 | 2025-09-19T18:19:46.269Z | Compiling once_cell v1.21.3 |
| 455 | 2025-09-19T18:19:46.494Z | Compiling byteorder v1.5.0 |
| 456 | 2025-09-19T18:19:46.538Z | Compiling bitflags v2.9.1 |
| 457 | 2025-09-19T18:19:46.674Z | Compiling icu_locid_transform_data v1.5.0 |
| 458 | 2025-09-19T18:19:46.961Z | Compiling serde_json v1.0.145 |
| 459 | 2025-09-19T18:19:46.988Z | Compiling quote v1.0.40 |
| 460 | 2025-09-19T18:19:47.173Z | Compiling errno v0.3.12 |
| 461 | 2025-09-19T18:19:47.340Z | Compiling icu_properties_data v1.5.0 |
| 462 | 2025-09-19T18:19:47.377Z | Compiling syn v2.0.106 |
| 463 | 2025-09-19T18:19:47.467Z | Compiling num-traits v0.2.19 |
| 464 | 2025-09-19T18:19:47.594Z | Compiling hashbrown v0.15.4 |
| 465 | 2025-09-19T18:19:47.623Z | Compiling icu_normalizer_data v1.5.0 |
| 466 | 2025-09-19T18:19:47.623Z | Compiling utf8_iter v1.0.4 |
| 467 | 2025-09-19T18:19:47.740Z | Compiling rustix v0.38.37 |
| 468 | 2025-09-19T18:19:47.768Z | Compiling utf16_iter v1.0.5 |
| 469 | 2025-09-19T18:19:47.877Z | Compiling smallvec v1.15.1 |
| 470 | 2025-09-19T18:19:47.984Z | Compiling write16 v1.0.0 |
| 471 | 2025-09-19T18:19:48.172Z | Compiling equivalent v1.0.2 |
| 472 | 2025-09-19T18:19:48.293Z | Compiling typeid v1.0.3 |
| 473 | 2025-09-19T18:19:48.621Z | Compiling proc-macro-error-attr v1.0.4 |
| 474 | 2025-09-19T18:19:48.648Z | Compiling indexmap v2.11.0 |
| 475 | 2025-09-19T18:19:48.741Z | Compiling usdt-impl v0.5.0 |
| 476 | 2025-09-19T18:19:48.863Z | Compiling toml_write v0.1.2 |
| 477 | 2025-09-19T18:19:48.961Z | Compiling winnow v0.7.10 |
| 478 | 2025-09-19T18:19:49.135Z | Compiling syn v1.0.109 |
| 479 | 2025-09-19T18:19:49.263Z | Compiling thread-id v4.2.2 |
| 480 | 2025-09-19T18:19:49.801Z | Compiling proc-macro-error v1.0.4 |
| 481 | 2025-09-19T18:19:50.164Z | Compiling thiserror v2.0.16 |
| 482 | 2025-09-19T18:19:50.364Z | Compiling utf8parse v0.2.2 |
| 483 | 2025-09-19T18:19:50.557Z | Compiling percent-encoding v2.3.2 |
| 484 | 2025-09-19T18:19:50.755Z | Compiling camino v1.2.0 |
| 485 | 2025-09-19T18:19:50.814Z | Compiling rustix v1.0.7 |
| 486 | 2025-09-19T18:19:50.888Z | Compiling plain v0.2.3 |
| 487 | 2025-09-19T18:19:51.155Z | Compiling log v0.4.27 |
| 488 | 2025-09-19T18:19:51.315Z | Compiling getrandom v0.3.1 |
| 489 | 2025-09-19T18:19:51.354Z | Compiling semver v1.0.26 |
| 490 | 2025-09-19T18:19:51.624Z | Compiling ordered-float v2.10.1 |
| 491 | 2025-09-19T18:19:51.669Z | Compiling form_urlencoded v1.2.2 |
| 492 | 2025-09-19T18:19:52.005Z | Compiling anstyle-parse v0.2.5 |
| 493 | 2025-09-19T18:19:52.083Z | Compiling terminal_size v0.4.0 |
| 494 | 2025-09-19T18:19:52.364Z | Compiling anstyle-query v1.1.1 |
| 495 | 2025-09-19T18:19:52.425Z | Compiling pretty-hex v0.4.1 |
| 496 | 2025-09-19T18:19:52.554Z | Compiling cfg-if v1.0.1 |
| 497 | 2025-09-19T18:19:52.579Z | Compiling anstyle v1.0.11 |
| 498 | 2025-09-19T18:19:52.654Z | Compiling colorchoice v1.0.2 |
| 499 | 2025-09-19T18:19:52.681Z | Compiling is_terminal_polyfill v1.70.1 |
| 500 | 2025-09-19T18:19:52.909Z | Compiling anstream v0.6.18 |
| 501 | 2025-09-19T18:19:53.345Z | Compiling fs-err v3.1.1 |
| 502 | 2025-09-19T18:19:53.403Z | Compiling strsim v0.11.1 |
| 503 | 2025-09-19T18:19:53.557Z | Compiling unicode-width v0.1.14 |
| 504 | 2025-09-19T18:19:53.691Z | Compiling anyhow v1.0.99 |
| 505 | 2025-09-19T18:19:53.897Z | Compiling synstructure v0.13.1 |
| 506 | 2025-09-19T18:19:54.127Z | Compiling fnv v1.0.7 |
| 507 | 2025-09-19T18:19:54.152Z | Compiling unicode-xid v0.2.6 |
| 508 | 2025-09-19T18:19:54.295Z | Compiling heck v0.4.1 |
| 509 | 2025-09-19T18:19:54.355Z | Compiling fastrand v2.1.1 |
| 510 | 2025-09-19T18:19:54.721Z | Compiling clap_lex v0.7.4 |
| 511 | 2025-09-19T18:19:54.748Z | Compiling heck v0.5.0 |
| 512 | 2025-09-19T18:19:54.844Z | Compiling bytecount v0.6.8 |
| 513 | 2025-09-19T18:19:55.078Z | Compiling clap_builder v4.5.41 |
| 514 | 2025-09-19T18:19:55.161Z | Compiling papergrid v0.11.0 |
| 515 | 2025-09-19T18:19:55.221Z | Compiling tempfile v3.20.0 |
| 516 | 2025-09-19T18:19:55.655Z | Compiling memmap v0.7.0 |
| 517 | 2025-09-19T18:19:55.762Z | Compiling unicode-linebreak v0.1.5 |
| 518 | 2025-09-19T18:19:55.995Z | Compiling smawk v0.3.2 |
| 519 | 2025-09-19T18:19:56.021Z | Compiling unicode-width v0.2.0 |
| 520 | 2025-09-19T18:19:56.566Z | Compiling textwrap v0.16.2 |
| 521 | 2025-09-19T18:19:56.758Z | Compiling camino-tempfile v1.4.1 |
| 522 | 2025-09-19T18:19:57.044Z | Compiling swrite v0.1.0 |
| 523 | 2025-09-19T18:19:57.191Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 524 | 2025-09-19T18:19:57.398Z | Compiling tabled_derive v0.7.0 |
| 525 | 2025-09-19T18:19:58.016Z | Compiling serde_derive v1.0.223 |
| 526 | 2025-09-19T18:19:58.016Z | Compiling zerofrom-derive v0.1.4 |
| 527 | 2025-09-19T18:19:58.020Z | Compiling yoke-derive v0.7.4 |
| 528 | 2025-09-19T18:19:58.020Z | Compiling thiserror-impl v1.0.69 |
| 529 | 2025-09-19T18:19:58.065Z | Compiling zerovec-derive v0.10.3 |
| 530 | 2025-09-19T18:19:59.429Z | Compiling displaydoc v0.2.5 |
| 531 | 2025-09-19T18:20:00.480Z | Compiling icu_provider_macros v1.5.0 |
| 532 | 2025-09-19T18:20:00.750Z | Compiling zerocopy-derive v0.7.35 |
| 533 | 2025-09-19T18:20:00.913Z | Compiling scroll_derive v0.12.0 |
| 534 | 2025-09-19T18:20:01.124Z | Compiling pest v2.7.14 |
| 535 | 2025-09-19T18:20:01.504Z | Compiling zerofrom v0.1.4 |
| 536 | 2025-09-19T18:20:01.572Z | Compiling thiserror-impl v2.0.16 |
| 537 | 2025-09-19T18:20:01.762Z | Compiling yoke v0.7.4 |
| 538 | 2025-09-19T18:20:02.154Z | Compiling zerovec v0.10.4 |
| 539 | 2025-09-19T18:20:02.297Z | Compiling scroll v0.12.0 |
| 540 | 2025-09-19T18:20:02.390Z | Compiling clap_derive v4.5.41 |
| 541 | 2025-09-19T18:20:02.635Z | Compiling zerocopy v0.7.35 |
| 542 | 2025-09-19T18:20:02.825Z | Compiling goblin v0.8.2 |
| 543 | 2025-09-19T18:20:03.635Z | Compiling pest_meta v2.7.14 |
| 544 | 2025-09-19T18:20:04.013Z | Compiling tinystr v0.7.6 |
| 545 | 2025-09-19T18:20:04.052Z | Compiling icu_collections v1.5.0 |
| 546 | 2025-09-19T18:20:04.193Z | Compiling tabled v0.15.0 |
| 547 | 2025-09-19T18:20:04.401Z | Compiling icu_locid v1.5.0 |
| 548 | 2025-09-19T18:20:05.104Z | Compiling pest_generator v2.7.14 |
| 549 | 2025-09-19T18:20:05.801Z | Compiling icu_provider v1.5.0 |
| 550 | 2025-09-19T18:20:06.437Z | Compiling toml_datetime v0.6.11 |
| 551 | 2025-09-19T18:20:06.730Z | Compiling icu_locid_transform v1.5.0 |
| 552 | 2025-09-19T18:20:06.757Z | Compiling serde_spanned v0.6.9 |
| 553 | 2025-09-19T18:20:06.850Z | Compiling erased-serde v0.4.6 |
| 554 | 2025-09-19T18:20:06.952Z | Compiling toml_edit v0.22.27 |
| 555 | 2025-09-19T18:20:07.011Z | Compiling serde-value v0.7.0 |
| 556 | 2025-09-19T18:20:07.431Z | Compiling pest_derive v2.7.14 |
| 557 | 2025-09-19T18:20:07.609Z | Compiling dof v0.3.0 |
| 558 | 2025-09-19T18:20:07.755Z | Compiling serde_tokenstream v0.2.2 |
| 559 | 2025-09-19T18:20:08.009Z | Compiling icu_properties v1.5.1 |
| 560 | 2025-09-19T18:20:08.265Z | Compiling dtrace-parser v0.2.0 |
| 561 | 2025-09-19T18:20:08.388Z | Compiling serde-untagged v0.1.7 |
| 562 | 2025-09-19T18:20:09.190Z | Compiling cargo-platform v0.2.0 |
| 563 | 2025-09-19T18:20:09.815Z | Compiling clap v4.5.41 |
| 564 | 2025-09-19T18:20:09.948Z | Compiling macaddr v1.0.1 |
| 565 | 2025-09-19T18:20:10.348Z | Compiling usdt-attr-macro v0.5.0 |
| 566 | 2025-09-19T18:20:10.382Z | Compiling toml v0.8.23 |
| 567 | 2025-09-19T18:20:10.412Z | Compiling usdt-macro v0.5.0 |
| 568 | 2025-09-19T18:20:11.257Z | Compiling cargo_toml v0.21.0 |
| 569 | 2025-09-19T18:20:11.578Z | Compiling icu_normalizer v1.5.0 |
| 570 | 2025-09-19T18:20:11.647Z | Compiling usdt v0.5.0 |
| 571 | 2025-09-19T18:20:12.298Z | Compiling idna_adapter v1.2.0 |
| 572 | 2025-09-19T18:20:12.458Z | Compiling idna v1.0.3 |
| 573 | 2025-09-19T18:20:12.842Z | Compiling url v2.5.4 |
| 574 | 2025-09-19T18:20:13.563Z | Compiling cargo-util-schemas v0.8.2 |
| 575 | 2025-09-19T18:20:15.068Z | Compiling cargo_metadata v0.21.0 |
| 576 | 2025-09-19T18:20:16.603Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 577 | 2025-09-19T18:20:20.036Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
| 578 | 2025-09-19T18:20:20.331Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 579 | 2025-09-19T18:20:21.016Z | Downloading crates ... |
| 580 | 2025-09-19T18:20:21.143Z | Downloaded blowfish v0.9.1 |
| 581 | 2025-09-19T18:20:21.153Z | Downloaded cargo_metadata v0.18.1 |
| 582 | 2025-09-19T18:20:21.187Z | Downloaded heck v0.3.3 |
| 583 | 2025-09-19T18:20:21.192Z | Downloaded crossterm v0.28.1 |
| 584 | 2025-09-19T18:20:21.199Z | Downloaded hash32 v0.2.1 |
| 585 | 2025-09-19T18:20:21.201Z | Downloaded half v2.4.1 |
| 586 | 2025-09-19T18:20:21.205Z | Downloaded adler2 v2.0.0 |
| 587 | 2025-09-19T18:20:21.212Z | Downloaded half v1.8.3 |
| 588 | 2025-09-19T18:20:21.215Z | Downloaded hex-literal v0.4.1 |
| 589 | 2025-09-19T18:20:21.218Z | Downloaded async-trait v0.1.89 |
| 590 | 2025-09-19T18:20:21.222Z | Downloaded atomic-waker v1.1.2 |
| 591 | 2025-09-19T18:20:21.226Z | Downloaded backtrace v0.3.74 |
| 592 | 2025-09-19T18:20:21.229Z | Downloaded async-recursion v1.1.1 |
| 593 | 2025-09-19T18:20:21.232Z | Downloaded async-stream v0.3.6 |
| 594 | 2025-09-19T18:20:21.235Z | Downloaded hickory-proto v0.24.4 |
| 595 | 2025-09-19T18:20:21.251Z | Downloaded hex v0.4.3 |
| 596 | 2025-09-19T18:20:21.255Z | Downloaded hickory-client v0.25.2 |
| 597 | 2025-09-19T18:20:21.258Z | Downloaded backoff v0.4.0 |
| 598 | 2025-09-19T18:20:21.261Z | Downloaded ident_case v1.0.1 |
| 599 | 2025-09-19T18:20:21.261Z | Downloaded aho-corasick v1.1.3 |
| 600 | 2025-09-19T18:20:21.266Z | Downloaded hmac v0.12.1 |
| 601 | 2025-09-19T18:20:21.269Z | Downloaded atomicwrites v0.4.4 |
| 602 | 2025-09-19T18:20:21.272Z | Downloaded arrayref v0.3.9 |
| 603 | 2025-09-19T18:20:21.275Z | Downloaded litrs v0.4.1 |
| 604 | 2025-09-19T18:20:21.275Z | Downloaded lru-cache v0.1.2 |
| 605 | 2025-09-19T18:20:21.279Z | Downloaded cfg_aliases v0.1.1 |
| 606 | 2025-09-19T18:20:21.283Z | Downloaded match_cfg v0.1.0 |
| 607 | 2025-09-19T18:20:21.283Z | Downloaded http-body v1.0.1 |
| 608 | 2025-09-19T18:20:21.283Z | Downloaded lzss v0.8.2 |
| 609 | 2025-09-19T18:20:21.286Z | Downloaded cbc v0.1.2 |
| 610 | 2025-09-19T18:20:21.290Z | Downloaded lru v0.12.5 |
| 611 | 2025-09-19T18:20:21.293Z | Downloaded http-range v0.1.5 |
| 612 | 2025-09-19T18:20:21.293Z | Downloaded atty v0.2.14 |
| 613 | 2025-09-19T18:20:21.297Z | Downloaded maplit v1.0.2 |
| 614 | 2025-09-19T18:20:21.297Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 615 | 2025-09-19T18:20:21.300Z | Downloaded async-bb8-diesel v0.2.1 |
| 616 | 2025-09-19T18:20:21.303Z | Downloaded headers-core v0.3.0 |
| 617 | 2025-09-19T18:20:21.306Z | Downloaded buf-list v1.0.3 |
| 618 | 2025-09-19T18:20:21.310Z | Downloaded is_ci v1.2.0 |
| 619 | 2025-09-19T18:20:21.310Z | Downloaded instant v0.1.13 |
| 620 | 2025-09-19T18:20:21.313Z | Downloaded hubpack_derive v0.1.1 |
| 621 | 2025-09-19T18:20:21.313Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 622 | 2025-09-19T18:20:21.316Z | Downloaded bitfield-struct v0.6.2 |
| 623 | 2025-09-19T18:20:21.316Z | Downloaded libscf-sys v1.1.0 |
| 624 | 2025-09-19T18:20:21.321Z | Downloaded crc8 v0.1.1 |
| 625 | 2025-09-19T18:20:21.325Z | Downloaded precomputed-hash v0.1.1 |
| 626 | 2025-09-19T18:20:21.325Z | Downloaded lazy_static v1.5.0 |
| 627 | 2025-09-19T18:20:21.325Z | Downloaded managed v0.8.0 |
| 628 | 2025-09-19T18:20:21.328Z | Downloaded lazycell v1.3.0 |
| 629 | 2025-09-19T18:20:21.328Z | Downloaded hyper-staticfile v0.10.1 |
| 630 | 2025-09-19T18:20:21.331Z | Downloaded internet-checksum v0.2.1 |
| 631 | 2025-09-19T18:20:21.331Z | Downloaded indexmap v1.9.3 |
| 632 | 2025-09-19T18:20:21.335Z | Downloaded pretty-hex v0.2.1 |
| 633 | 2025-09-19T18:20:21.338Z | Downloaded cipher v0.4.4 |
| 634 | 2025-09-19T18:20:21.341Z | Downloaded critical-section v1.1.3 |
| 635 | 2025-09-19T18:20:21.341Z | Downloaded libsw v3.5.0 |
| 636 | 2025-09-19T18:20:21.344Z | Downloaded progenitor-client v0.8.0 |
| 637 | 2025-09-19T18:20:21.348Z | Downloaded lockfree-object-pool v0.1.6 |
| 638 | 2025-09-19T18:20:21.358Z | Downloaded lalrpop-util v0.19.12 |
| 639 | 2025-09-19T18:20:21.358Z | Downloaded http-body-util v0.1.3 |
| 640 | 2025-09-19T18:20:21.361Z | Downloaded russh-cryptovec v0.7.3 |
| 641 | 2025-09-19T18:20:21.361Z | Downloaded instability v0.3.2 |
| 642 | 2025-09-19T18:20:21.361Z | Downloaded inout v0.1.3 |
| 643 | 2025-09-19T18:20:21.361Z | Downloaded ingot v0.1.1 |
| 644 | 2025-09-19T18:20:21.361Z | Downloaded serde-big-array v0.5.1 |
| 645 | 2025-09-19T18:20:21.365Z | Downloaded signal-hook-mio v0.2.4 |
| 646 | 2025-09-19T18:20:21.365Z | Downloaded ipnetwork v0.21.1 |
| 647 | 2025-09-19T18:20:21.368Z | Downloaded ingot-types v0.1.2 |
| 648 | 2025-09-19T18:20:21.371Z | Downloaded maybe-uninit v2.0.0 |
| 649 | 2025-09-19T18:20:21.376Z | Downloaded libsw-core v0.3.1 |
| 650 | 2025-09-19T18:20:21.376Z | Downloaded httpdate v1.0.3 |
| 651 | 2025-09-19T18:20:21.379Z | Downloaded ignore v0.4.23 |
| 652 | 2025-09-19T18:20:21.382Z | Downloaded libefi-sys v0.1.0 |
| 653 | 2025-09-19T18:20:21.383Z | Downloaded crc-catalog v2.4.0 |
| 654 | 2025-09-19T18:20:21.386Z | Downloaded chacha20 v0.9.1 |
| 655 | 2025-09-19T18:20:21.386Z | Downloaded rustls-pemfile v2.2.0 |
| 656 | 2025-09-19T18:20:21.390Z | Downloaded convert_case v0.7.1 |
| 657 | 2025-09-19T18:20:21.394Z | Downloaded bitflags v1.3.2 |
| 658 | 2025-09-19T18:20:21.398Z | Downloaded salsa20 v0.10.2 |
| 659 | 2025-09-19T18:20:21.410Z | Downloaded tower-layer v0.3.3 |
| 660 | 2025-09-19T18:20:21.414Z | Downloaded rand_core v0.6.4 |
| 661 | 2025-09-19T18:20:21.418Z | Downloaded glob v0.3.2 |
| 662 | 2025-09-19T18:20:21.418Z | Downloaded crc-any v2.5.0 |
| 663 | 2025-09-19T18:20:21.421Z | Downloaded tower-service v0.3.3 |
| 664 | 2025-09-19T18:20:21.421Z | Downloaded console v0.15.10 |
| 665 | 2025-09-19T18:20:21.424Z | Downloaded slog-scope v4.4.0 |
| 666 | 2025-09-19T18:20:21.427Z | Downloaded sync_wrapper v1.0.1 |
| 667 | 2025-09-19T18:20:21.431Z | Downloaded highway v1.3.0 |
| 668 | 2025-09-19T18:20:21.434Z | Downloaded serde-hex v0.1.0 |
| 669 | 2025-09-19T18:20:21.434Z | Downloaded semver v0.1.20 |
| 670 | 2025-09-19T18:20:21.437Z | Downloaded lock_api v0.4.12 |
| 671 | 2025-09-19T18:20:21.437Z | Downloaded ciborium v0.2.2 |
| 672 | 2025-09-19T18:20:21.440Z | Downloaded zone_cfg_derive v0.3.0 |
| 673 | 2025-09-19T18:20:21.444Z | Downloaded crc32fast v1.4.2 |
| 674 | 2025-09-19T18:20:21.447Z | Downloaded console v0.16.0 |
| 675 | 2025-09-19T18:20:21.450Z | Downloaded bzip2 v0.4.4 |
| 676 | 2025-09-19T18:20:21.451Z | Downloaded bcs v0.1.6 |
| 677 | 2025-09-19T18:20:21.454Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 678 | 2025-09-19T18:20:21.457Z | Downloaded termtree v0.5.1 |
| 679 | 2025-09-19T18:20:21.457Z | Downloaded slog-json v2.6.1 |
| 680 | 2025-09-19T18:20:21.460Z | Downloaded slab v0.4.9 |
| 681 | 2025-09-19T18:20:21.463Z | Downloaded const-oid v0.9.6 |
| 682 | 2025-09-19T18:20:21.466Z | Downloaded clang-sys v1.8.1 |
| 683 | 2025-09-19T18:20:21.470Z | Downloaded new_debug_unreachable v1.0.6 |
| 684 | 2025-09-19T18:20:21.470Z | Downloaded cookie_store v0.21.1 |
| 685 | 2025-09-19T18:20:21.473Z | Downloaded env_filter v0.1.2 |
| 686 | 2025-09-19T18:20:21.476Z | Downloaded iana-time-zone v0.1.63 |
| 687 | 2025-09-19T18:20:21.480Z | Downloaded foreign-types-shared v0.1.1 |
| 688 | 2025-09-19T18:20:21.480Z | Downloaded serde_with_macros v3.14.0 |
| 689 | 2025-09-19T18:20:21.484Z | Downloaded argon2 v0.5.3 |
| 690 | 2025-09-19T18:20:21.484Z | Downloaded zone_cfg_derive v0.1.2 |
| 691 | 2025-09-19T18:20:21.487Z | Downloaded foreign-types-shared v0.3.1 |
| 692 | 2025-09-19T18:20:21.487Z | Downloaded multimap v0.10.1 |
| 693 | 2025-09-19T18:20:21.490Z | Downloaded openssl-macros v0.1.1 |
| 694 | 2025-09-19T18:20:21.490Z | Downloaded opaque-debug v0.3.1 |
| 695 | 2025-09-19T18:20:21.493Z | Downloaded num v0.4.3 |
| 696 | 2025-09-19T18:20:21.493Z | Downloaded xattr v1.3.1 |
| 697 | 2025-09-19T18:20:21.497Z | Downloaded openssl-probe v0.1.5 |
| 698 | 2025-09-19T18:20:21.500Z | Downloaded defmt-macros v0.3.9 |
| 699 | 2025-09-19T18:20:21.503Z | Downloaded zone v0.3.1 |
| 700 | 2025-09-19T18:20:21.503Z | Downloaded defmt-parser v0.3.4 |
| 701 | 2025-09-19T18:20:21.506Z | Downloaded utf-8 v0.7.6 |
| 702 | 2025-09-19T18:20:21.506Z | Downloaded either v1.15.0 |
| 703 | 2025-09-19T18:20:21.509Z | Downloaded flagset v0.4.6 |
| 704 | 2025-09-19T18:20:21.512Z | Downloaded parse-size v1.1.0 |
| 705 | 2025-09-19T18:20:21.512Z | Downloaded zeroize v1.8.1 |
| 706 | 2025-09-19T18:20:21.519Z | Downloaded which v4.4.2 |
| 707 | 2025-09-19T18:20:21.519Z | Downloaded headers v0.4.1 |
| 708 | 2025-09-19T18:20:21.523Z | Downloaded futures-channel v0.3.31 |
| 709 | 2025-09-19T18:20:21.526Z | Downloaded radium v0.7.0 |
| 710 | 2025-09-19T18:20:21.530Z | Downloaded enum-as-inner v0.6.1 |
| 711 | 2025-09-19T18:20:21.533Z | Downloaded futures-core v0.3.31 |
| 712 | 2025-09-19T18:20:21.533Z | Downloaded futures-executor v0.3.31 |
| 713 | 2025-09-19T18:20:21.537Z | Downloaded tokio-tungstenite v0.23.1 |
| 714 | 2025-09-19T18:20:21.542Z | Downloaded progenitor-impl v0.9.1 |
| 715 | 2025-09-19T18:20:21.542Z | Downloaded libxml v0.3.3 |
| 716 | 2025-09-19T18:20:21.546Z | Downloaded ref-cast v1.0.24 |
| 717 | 2025-09-19T18:20:21.553Z | Downloaded scheduled-thread-pool v0.2.7 |
| 718 | 2025-09-19T18:20:21.557Z | Downloaded simd-adler32 v0.3.7 |
| 719 | 2025-09-19T18:20:21.557Z | Downloaded prefix-trie v0.7.0 |
| 720 | 2025-09-19T18:20:21.560Z | Downloaded nanorand v0.7.0 |
| 721 | 2025-09-19T18:20:21.563Z | Downloaded powerfmt v0.2.0 |
| 722 | 2025-09-19T18:20:21.566Z | Downloaded paste v1.0.15 |
| 723 | 2025-09-19T18:20:21.569Z | Downloaded fixedbitset v0.5.7 |
| 724 | 2025-09-19T18:20:21.573Z | Downloaded compact_str v0.8.0 |
| 725 | 2025-09-19T18:20:21.576Z | Downloaded des v0.8.1 |
| 726 | 2025-09-19T18:20:21.581Z | Downloaded der_derive v0.7.3 |
| 727 | 2025-09-19T18:20:21.581Z | Downloaded zeroize_derive v1.4.2 |
| 728 | 2025-09-19T18:20:21.581Z | Downloaded r2d2 v0.8.10 |
| 729 | 2025-09-19T18:20:21.584Z | Downloaded ppv-lite86 v0.2.20 |
| 730 | 2025-09-19T18:20:21.588Z | Downloaded phf v0.11.2 |
| 731 | 2025-09-19T18:20:21.588Z | Downloaded ref-cast-impl v1.0.24 |
| 732 | 2025-09-19T18:20:21.591Z | Downloaded quinn-udp v0.5.5 |
| 733 | 2025-09-19T18:20:21.591Z | Downloaded phf v0.12.1 |
| 734 | 2025-09-19T18:20:21.630Z | Downloaded polyval v0.6.2 |
| 735 | 2025-09-19T18:20:21.639Z | Downloaded schemars_derive v0.8.22 |
| 736 | 2025-09-19T18:20:21.639Z | Downloaded same-file v1.0.6 |
| 737 | 2025-09-19T18:20:21.639Z | Downloaded progenitor-impl v0.11.0 |
| 738 | 2025-09-19T18:20:21.639Z | Downloaded void v1.0.2 |
| 739 | 2025-09-19T18:20:21.639Z | Downloaded term v1.1.0 |
| 740 | 2025-09-19T18:20:21.639Z | Downloaded spki v0.7.3 |
| 741 | 2025-09-19T18:20:21.639Z | Downloaded funty v2.0.0 |
| 742 | 2025-09-19T18:20:21.639Z | Downloaded rayon-core v1.12.1 |
| 743 | 2025-09-19T18:20:21.639Z | Downloaded postgres-types v0.2.9 |
| 744 | 2025-09-19T18:20:21.639Z | Downloaded shlex v1.3.0 |
| 745 | 2025-09-19T18:20:21.639Z | Downloaded tap v1.0.1 |
| 746 | 2025-09-19T18:20:21.639Z | Downloaded siphasher v1.0.1 |
| 747 | 2025-09-19T18:20:21.639Z | Downloaded snafu-derive v0.8.5 |
| 748 | 2025-09-19T18:20:21.639Z | Downloaded native-tls v0.2.12 |
| 749 | 2025-09-19T18:20:21.639Z | Downloaded hyper-util v0.1.16 |
| 750 | 2025-09-19T18:20:21.645Z | Downloaded supports-color v3.0.2 |
| 751 | 2025-09-19T18:20:21.645Z | Downloaded support-bundle-viewer v0.1.2 |
| 752 | 2025-09-19T18:20:21.645Z | Downloaded hashbrown v0.12.3 |
| 753 | 2025-09-19T18:20:21.648Z | Downloaded bytes v1.10.1 |
| 754 | 2025-09-19T18:20:21.654Z | Downloaded hickory-resolver v0.25.2 |
| 755 | 2025-09-19T18:20:21.658Z | Downloaded siphasher v0.3.11 |
| 756 | 2025-09-19T18:20:21.658Z | Downloaded num-derive v0.3.3 |
| 757 | 2025-09-19T18:20:21.661Z | Downloaded tiny-keccak v2.0.2 |
| 758 | 2025-09-19T18:20:21.664Z | Downloaded sqlformat v0.3.5 |
| 759 | 2025-09-19T18:20:21.669Z | Downloaded untrusted v0.7.1 |
| 760 | 2025-09-19T18:20:21.669Z | Downloaded path-slash v0.1.5 |
| 761 | 2025-09-19T18:20:21.672Z | Downloaded oso-derive v0.27.3 |
| 762 | 2025-09-19T18:20:21.672Z | Downloaded futures v0.3.31 |
| 763 | 2025-09-19T18:20:21.676Z | Downloaded tui-tree-widget v0.23.1 |
| 764 | 2025-09-19T18:20:21.680Z | Downloaded dunce v1.0.5 |
| 765 | 2025-09-19T18:20:21.684Z | Downloaded dsl_auto_type v0.1.2 |
| 766 | 2025-09-19T18:20:21.684Z | Downloaded document-features v0.2.11 |
| 767 | 2025-09-19T18:20:21.687Z | Downloaded elliptic-curve v0.13.8 |
| 768 | 2025-09-19T18:20:21.690Z | Downloaded hashbrown v0.13.2 |
| 769 | 2025-09-19T18:20:21.694Z | Downloaded ghash v0.5.1 |
| 770 | 2025-09-19T18:20:21.697Z | Downloaded sqlparser_derive v0.2.2 |
| 771 | 2025-09-19T18:20:21.701Z | Downloaded twox-hash v2.1.0 |
| 772 | 2025-09-19T18:20:21.701Z | Downloaded omicron-zone-package v0.12.2 |
| 773 | 2025-09-19T18:20:21.706Z | Downloaded serde_bytes v0.11.17 |
| 774 | 2025-09-19T18:20:21.709Z | Downloaded num-iter v0.1.45 |
| 775 | 2025-09-19T18:20:21.709Z | Downloaded newtype-uuid v1.2.4 |
| 776 | 2025-09-19T18:20:21.713Z | Downloaded crossbeam-channel v0.5.15 |
| 777 | 2025-09-19T18:20:21.717Z | Downloaded base64 v0.22.1 |
| 778 | 2025-09-19T18:20:21.720Z | Downloaded testing_table v0.3.0 |
| 779 | 2025-09-19T18:20:21.724Z | Downloaded ssh-encoding v0.2.0 |
| 780 | 2025-09-19T18:20:21.724Z | Downloaded slog-envlogger v2.2.0 |
| 781 | 2025-09-19T18:20:21.728Z | Downloaded mime v0.3.17 |
| 782 | 2025-09-19T18:20:21.731Z | Downloaded tar v0.4.44 |
| 783 | 2025-09-19T18:20:21.734Z | Downloaded darling v0.21.0 |
| 784 | 2025-09-19T18:20:21.739Z | Downloaded unit-prefix v0.5.1 |
| 785 | 2025-09-19T18:20:21.742Z | Downloaded libm v0.2.8 |
| 786 | 2025-09-19T18:20:21.749Z | Downloaded crucible-workspace-hack v0.1.0 |
| 787 | 2025-09-19T18:20:21.752Z | Downloaded yasna v0.5.2 |
| 788 | 2025-09-19T18:20:21.756Z | Downloaded resolv-conf v0.7.0 |
| 789 | 2025-09-19T18:20:21.756Z | Downloaded pbkdf2 v0.11.0 |
| 790 | 2025-09-19T18:20:21.759Z | Downloaded spin v0.9.8 |
| 791 | 2025-09-19T18:20:21.763Z | Downloaded difflib v0.4.0 |
| 792 | 2025-09-19T18:20:21.766Z | Downloaded serde_plain v1.0.2 |
| 793 | 2025-09-19T18:20:21.766Z | Downloaded darling_macro v0.21.0 |
| 794 | 2025-09-19T18:20:21.769Z | Downloaded defmt v0.3.8 |
| 795 | 2025-09-19T18:20:21.773Z | Downloaded ssh-cipher v0.2.0 |
| 796 | 2025-09-19T18:20:21.776Z | Downloaded secrecy v0.10.3 |
| 797 | 2025-09-19T18:20:21.776Z | Downloaded x509-cert v0.2.5 |
| 798 | 2025-09-19T18:20:21.782Z | Downloaded peg-macros v0.8.5 |
| 799 | 2025-09-19T18:20:21.786Z | Downloaded fxhash v0.2.1 |
| 800 | 2025-09-19T18:20:21.789Z | Downloaded newline-converter v0.3.0 |
| 801 | 2025-09-19T18:20:21.789Z | Downloaded newtype_derive v0.1.6 |
| 802 | 2025-09-19T18:20:21.792Z | Downloaded mime_guess v2.0.5 |
| 803 | 2025-09-19T18:20:21.795Z | Downloaded wait-timeout v0.2.0 |
| 804 | 2025-09-19T18:20:21.796Z | Downloaded itertools v0.12.1 |
| 805 | 2025-09-19T18:20:21.803Z | Downloaded toml_datetime v0.7.0 |
| 806 | 2025-09-19T18:20:21.806Z | Downloaded toml v0.7.8 |
| 807 | 2025-09-19T18:20:21.809Z | Downloaded tls_codec v0.4.1 |
| 808 | 2025-09-19T18:20:21.813Z | Downloaded toml v0.9.5 |
| 809 | 2025-09-19T18:20:21.817Z | Downloaded progenitor-client v0.9.1 |
| 810 | 2025-09-19T18:20:21.820Z | Downloaded zerocopy v0.6.6 |
| 811 | 2025-09-19T18:20:21.823Z | Downloaded term v0.7.0 |
| 812 | 2025-09-19T18:20:21.827Z | Downloaded md-5 v0.10.6 |
| 813 | 2025-09-19T18:20:21.831Z | Downloaded data-encoding v2.9.0 |
| 814 | 2025-09-19T18:20:21.831Z | Downloaded progenitor-macro v0.10.0 |
| 815 | 2025-09-19T18:20:21.834Z | Downloaded progenitor v0.9.1 |
| 816 | 2025-09-19T18:20:21.834Z | Downloaded try-lock v0.2.5 |
| 817 | 2025-09-19T18:20:21.837Z | Downloaded time-core v0.1.2 |
| 818 | 2025-09-19T18:20:21.837Z | Downloaded ssh-key v0.6.6 |
| 819 | 2025-09-19T18:20:21.845Z | Downloaded nodrop v0.1.14 |
| 820 | 2025-09-19T18:20:21.848Z | Downloaded itertools v0.14.0 |
| 821 | 2025-09-19T18:20:21.855Z | Downloaded take_mut v0.2.2 |
| 822 | 2025-09-19T18:20:21.859Z | Downloaded oso v0.27.3 |
| 823 | 2025-09-19T18:20:21.862Z | Downloaded serde_derive_internals v0.29.1 |
| 824 | 2025-09-19T18:20:21.865Z | Downloaded tokio-stream v0.1.17 |
| 825 | 2025-09-19T18:20:21.870Z | Downloaded normalize-line-endings v0.3.0 |
| 826 | 2025-09-19T18:20:21.873Z | Downloaded foreign-types v0.3.2 |
| 827 | 2025-09-19T18:20:21.873Z | Downloaded env_logger v0.10.2 |
| 828 | 2025-09-19T18:20:21.876Z | Downloaded subtle v2.6.1 |
| 829 | 2025-09-19T18:20:21.879Z | Downloaded progenitor v0.11.0 |
| 830 | 2025-09-19T18:20:21.884Z | Downloaded progenitor v0.8.0 |
| 831 | 2025-09-19T18:20:21.884Z | Downloaded pin-project-internal v1.1.6 |
| 832 | 2025-09-19T18:20:21.887Z | Downloaded phf_shared v0.12.1 |
| 833 | 2025-09-19T18:20:21.887Z | Downloaded sec1 v0.7.3 |
| 834 | 2025-09-19T18:20:21.890Z | Downloaded parking_lot_core v0.8.6 |
| 835 | 2025-09-19T18:20:21.895Z | Downloaded thiserror-no-std v2.0.2 |
| 836 | 2025-09-19T18:20:21.898Z | Downloaded sigpipe v0.1.3 |
| 837 | 2025-09-19T18:20:21.898Z | Downloaded unicase v2.7.0 |
| 838 | 2025-09-19T18:20:21.901Z | Downloaded parking_lot v0.12.3 |
| 839 | 2025-09-19T18:20:21.906Z | Downloaded sync-ptr v0.1.4 |
| 840 | 2025-09-19T18:20:21.906Z | Downloaded slog-bunyan v2.5.0 |
| 841 | 2025-09-19T18:20:21.909Z | Downloaded shell-words v1.1.0 |
| 842 | 2025-09-19T18:20:21.909Z | Downloaded slog-term v2.9.2 |
| 843 | 2025-09-19T18:20:21.915Z | Downloaded typify-macro v0.2.0 |
| 844 | 2025-09-19T18:20:21.915Z | Downloaded tower-http v0.6.6 |
| 845 | 2025-09-19T18:20:21.922Z | Downloaded gethostname v0.5.0 |
| 846 | 2025-09-19T18:20:21.925Z | Downloaded ed25519 v2.2.3 |
| 847 | 2025-09-19T18:20:21.931Z | Downloaded test-strategy v0.4.3 |
| 848 | 2025-09-19T18:20:21.934Z | Downloaded want v0.3.1 |
| 849 | 2025-09-19T18:20:21.935Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 850 | 2025-09-19T18:20:21.935Z | Downloaded tracing v0.1.40 |
| 851 | 2025-09-19T18:20:21.939Z | Downloaded rand_chacha v0.3.1 |
| 852 | 2025-09-19T18:20:21.942Z | Downloaded serde_spanned v1.0.0 |
| 853 | 2025-09-19T18:20:21.945Z | Downloaded phf_shared v0.11.2 |
| 854 | 2025-09-19T18:20:21.945Z | Downloaded typify v0.2.0 |
| 855 | 2025-09-19T18:20:21.949Z | Downloaded progenitor-client v0.10.0 |
| 856 | 2025-09-19T18:20:21.952Z | Downloaded dyn-clone v1.0.20 |
| 857 | 2025-09-19T18:20:21.955Z | Downloaded unarray v0.1.4 |
| 858 | 2025-09-19T18:20:21.955Z | Downloaded strum v0.26.3 |
| 859 | 2025-09-19T18:20:21.958Z | Downloaded rand_core v0.9.3 |
| 860 | 2025-09-19T18:20:21.958Z | Downloaded slog-dtrace v0.3.0 |
| 861 | 2025-09-19T18:20:21.961Z | Downloaded waitgroup v0.1.2 |
| 862 | 2025-09-19T18:20:21.964Z | Downloaded zstd v0.13.3 |
| 863 | 2025-09-19T18:20:21.968Z | Downloaded rustc_version v0.4.1 |
| 864 | 2025-09-19T18:20:21.971Z | Downloaded rand_chacha v0.9.0 |
| 865 | 2025-09-19T18:20:21.971Z | Downloaded aws-lc-rs v1.12.4 |
| 866 | 2025-09-19T18:20:21.980Z | Downloaded endian-type v0.1.2 |
| 867 | 2025-09-19T18:20:21.983Z | Downloaded wyz v0.5.1 |
| 868 | 2025-09-19T18:20:21.983Z | Downloaded memoffset v0.9.1 |
| 869 | 2025-09-19T18:20:21.987Z | Downloaded derive_builder_macro v0.20.2 |
| 870 | 2025-09-19T18:20:21.987Z | Downloaded time-macros v0.2.18 |
| 871 | 2025-09-19T18:20:21.990Z | Downloaded peg-runtime v0.8.5 |
| 872 | 2025-09-19T18:20:21.990Z | Downloaded foldhash v0.1.5 |
| 873 | 2025-09-19T18:20:21.995Z | Downloaded md5 v0.7.0 |
| 874 | 2025-09-19T18:20:21.999Z | Downloaded strip-ansi-escapes v0.2.0 |
| 875 | 2025-09-19T18:20:21.999Z | Downloaded rustls-pemfile v1.0.4 |
| 876 | 2025-09-19T18:20:22.003Z | Downloaded expectorate v1.2.0 |
| 877 | 2025-09-19T18:20:22.003Z | Downloaded pem-rfc7468 v0.7.0 |
| 878 | 2025-09-19T18:20:22.007Z | Downloaded slog-async v2.8.0 |
| 879 | 2025-09-19T18:20:22.007Z | Downloaded num-conv v0.1.0 |
| 880 | 2025-09-19T18:20:22.011Z | Downloaded fallible-iterator v0.2.0 |
| 881 | 2025-09-19T18:20:22.011Z | Downloaded cstr-argument v0.1.2 |
| 882 | 2025-09-19T18:20:22.015Z | Downloaded rustc_version v0.1.7 |
| 883 | 2025-09-19T18:20:22.015Z | Downloaded zip v4.2.0 |
| 884 | 2025-09-19T18:20:22.018Z | Downloaded packed_struct v0.10.1 |
| 885 | 2025-09-19T18:20:22.022Z | Downloaded yansi v1.0.1 |
| 886 | 2025-09-19T18:20:22.025Z | Downloaded crunchy v0.2.2 |
| 887 | 2025-09-19T18:20:22.025Z | Downloaded rustc-hash v1.1.0 |
| 888 | 2025-09-19T18:20:22.028Z | Downloaded typed-path v0.9.3 |
| 889 | 2025-09-19T18:20:22.032Z | Downloaded num_threads v0.1.7 |
| 890 | 2025-09-19T18:20:22.035Z | Downloaded daft v0.1.4 |
| 891 | 2025-09-19T18:20:22.040Z | Downloaded whoami v1.5.2 |
| 892 | 2025-09-19T18:20:22.040Z | Downloaded parse-display v0.10.0 |
| 893 | 2025-09-19T18:20:22.043Z | Downloaded parking_lot_core v0.9.10 |
| 894 | 2025-09-19T18:20:22.046Z | Downloaded tokio-rustls v0.26.0 |
| 895 | 2025-09-19T18:20:22.046Z | Downloaded slog v2.7.0 |
| 896 | 2025-09-19T18:20:22.050Z | Downloaded toml_edit v0.19.15 |
| 897 | 2025-09-19T18:20:22.068Z | Downloaded sha1 v0.10.6 |
| 898 | 2025-09-19T18:20:22.072Z | Downloaded blake3 v1.5.4 |
| 899 | 2025-09-19T18:20:22.078Z | Downloaded pin-utils v0.1.0 |
| 900 | 2025-09-19T18:20:22.083Z | Downloaded futures-sink v0.3.31 |
| 901 | 2025-09-19T18:20:22.084Z | Downloaded strum_macros v0.26.4 |
| 902 | 2025-09-19T18:20:22.084Z | Downloaded tabwriter v1.4.0 |
| 903 | 2025-09-19T18:20:22.087Z | Downloaded sct v0.7.1 |
| 904 | 2025-09-19T18:20:22.088Z | Downloaded embedded-io v0.6.1 |
| 905 | 2025-09-19T18:20:22.091Z | Downloaded rtoolbox v0.0.2 |
| 906 | 2025-09-19T18:20:22.091Z | Downloaded quick-error v1.2.3 |
| 907 | 2025-09-19T18:20:22.094Z | Downloaded foreign-types v0.5.0 |
| 908 | 2025-09-19T18:20:22.094Z | Downloaded typify-macro v0.4.3 |
| 909 | 2025-09-19T18:20:22.094Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 910 | 2025-09-19T18:20:22.098Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 911 | 2025-09-19T18:20:22.098Z | Downloaded tokio-native-tls v0.3.1 |
| 912 | 2025-09-19T18:20:22.101Z | Downloaded tokio-macros v2.5.0 |
| 913 | 2025-09-19T18:20:22.101Z | Downloaded tinyvec_macros v0.1.1 |
| 914 | 2025-09-19T18:20:22.104Z | Downloaded memmap2 v0.9.5 |
| 915 | 2025-09-19T18:20:22.104Z | Downloaded primeorder v0.13.6 |
| 916 | 2025-09-19T18:20:22.107Z | Downloaded foreign-types-macros v0.2.3 |
| 917 | 2025-09-19T18:20:22.107Z | Downloaded fatfs v0.3.6 |
| 918 | 2025-09-19T18:20:22.110Z | Downloaded serde_urlencoded v0.7.1 |
| 919 | 2025-09-19T18:20:22.114Z | Downloaded num_enum v0.5.11 |
| 920 | 2025-09-19T18:20:22.117Z | Downloaded structmeta-derive v0.3.0 |
| 921 | 2025-09-19T18:20:22.121Z | Downloaded structmeta v0.3.0 |
| 922 | 2025-09-19T18:20:22.121Z | Downloaded derive_builder_core v0.20.2 |
| 923 | 2025-09-19T18:20:22.124Z | Downloaded rustls-pki-types v1.10.0 |
| 924 | 2025-09-19T18:20:22.127Z | Downloaded typify v0.4.3 |
| 925 | 2025-09-19T18:20:22.130Z | Downloaded num-rational v0.4.2 |
| 926 | 2025-09-19T18:20:22.133Z | Downloaded universal-hash v0.5.1 |
| 927 | 2025-09-19T18:20:22.136Z | Downloaded stringprep v0.1.5 |
| 928 | 2025-09-19T18:20:22.137Z | Downloaded pkcs8 v0.10.2 |
| 929 | 2025-09-19T18:20:22.140Z | Downloaded tabled_derive v0.11.0 |
| 930 | 2025-09-19T18:20:22.140Z | Downloaded smf v0.2.3 |
| 931 | 2025-09-19T18:20:22.144Z | Downloaded futures-task v0.3.31 |
| 932 | 2025-09-19T18:20:22.144Z | Downloaded smallvec v0.6.14 |
| 933 | 2025-09-19T18:20:22.149Z | Downloaded tagptr v0.2.0 |
| 934 | 2025-09-19T18:20:22.149Z | Downloaded steno v0.4.1 |
| 935 | 2025-09-19T18:20:22.152Z | Downloaded derive_builder v0.20.2 |
| 936 | 2025-09-19T18:20:22.155Z | Downloaded foldhash v0.2.0 |
| 937 | 2025-09-19T18:20:22.159Z | Downloaded oxnet v0.1.3 |
| 938 | 2025-09-19T18:20:22.162Z | Downloaded oxide-tokio-rt v0.1.2 |
| 939 | 2025-09-19T18:20:22.162Z | Downloaded subprocess v0.2.9 |
| 940 | 2025-09-19T18:20:22.166Z | Downloaded ena v0.14.3 |
| 941 | 2025-09-19T18:20:22.166Z | Downloaded p256 v0.13.2 |
| 942 | 2025-09-19T18:20:22.169Z | Downloaded ctr v0.9.2 |
| 943 | 2025-09-19T18:20:22.172Z | Downloaded globset v0.4.15 |
| 944 | 2025-09-19T18:20:22.175Z | Downloaded serde_repr v0.1.19 |
| 945 | 2025-09-19T18:20:22.175Z | Downloaded serde_with v3.14.0 |
| 946 | 2025-09-19T18:20:22.188Z | Downloaded embedded-io v0.4.0 |
| 947 | 2025-09-19T18:20:22.194Z | Downloaded lalrpop v0.19.12 |
| 948 | 2025-09-19T18:20:22.200Z | Downloaded vsss-rs v3.3.4 |
| 949 | 2025-09-19T18:20:22.203Z | Downloaded csv-core v0.1.11 |
| 950 | 2025-09-19T18:20:22.209Z | Downloaded quinn v0.11.5 |
| 951 | 2025-09-19T18:20:22.212Z | Downloaded num-complex v0.4.6 |
| 952 | 2025-09-19T18:20:22.212Z | Downloaded pkcs5 v0.7.1 |
| 953 | 2025-09-19T18:20:22.216Z | Downloaded quinn-proto v0.11.8 |
| 954 | 2025-09-19T18:20:22.219Z | Downloaded tabled v0.20.0 |
| 955 | 2025-09-19T18:20:22.240Z | Downloaded time v0.3.36 |
| 956 | 2025-09-19T18:20:22.243Z | Downloaded pkcs1 v0.7.5 |
| 957 | 2025-09-19T18:20:22.247Z | Downloaded darling_core v0.20.10 |
| 958 | 2025-09-19T18:20:22.252Z | Downloaded sqlparser v0.45.0 |
| 959 | 2025-09-19T18:20:22.257Z | Downloaded rsa v0.9.6 |
| 960 | 2025-09-19T18:20:22.263Z | Downloaded crypto-bigint v0.5.5 |
| 961 | 2025-09-19T18:20:22.269Z | Downloaded tracing-core v0.1.32 |
| 962 | 2025-09-19T18:20:22.272Z | Downloaded serde_yaml v0.9.34+deprecated |
| 963 | 2025-09-19T18:20:22.276Z | Downloaded prettyplease v0.2.36 |
| 964 | 2025-09-19T18:20:22.279Z | Downloaded vte v0.11.1 |
| 965 | 2025-09-19T18:20:22.282Z | Downloaded unicode_categories v0.1.1 |
| 966 | 2025-09-19T18:20:22.285Z | Downloaded num-bigint v0.4.6 |
| 967 | 2025-09-19T18:20:22.288Z | Downloaded num-bigint-dig v0.8.4 |
| 968 | 2025-09-19T18:20:22.292Z | Downloaded bindgen v0.69.5 |
| 969 | 2025-09-19T18:20:22.298Z | Downloaded mio v1.0.2 |
| 970 | 2025-09-19T18:20:22.304Z | Downloaded minimal-lexical v0.2.1 |
| 971 | 2025-09-19T18:20:22.310Z | Downloaded p521 v0.13.3 |
| 972 | 2025-09-19T18:20:22.313Z | Downloaded derive_more v2.0.1 |
| 973 | 2025-09-19T18:20:22.322Z | Downloaded crossterm v0.29.0 |
| 974 | 2025-09-19T18:20:22.329Z | Downloaded vcpkg v0.2.15 |
| 975 | 2025-09-19T18:20:22.371Z | Downloaded winnow v0.5.40 |
| 976 | 2025-09-19T18:20:22.375Z | Downloaded rustls-webpki v0.101.7 |
| 977 | 2025-09-19T18:20:22.404Z | Downloaded radix_trie v0.2.1 |
| 978 | 2025-09-19T18:20:22.404Z | Downloaded tabled v0.18.0 |
| 979 | 2025-09-19T18:20:22.412Z | Downloaded winnow v0.6.26 |
| 980 | 2025-09-19T18:20:22.420Z | Downloaded quick-xml v0.37.2 |
| 981 | 2025-09-19T18:20:22.424Z | Downloaded p384 v0.13.0 |
| 982 | 2025-09-19T18:20:22.431Z | Downloaded gimli v0.31.1 |
| 983 | 2025-09-19T18:20:22.438Z | Downloaded hickory-proto v0.25.2 |
| 984 | 2025-09-19T18:20:22.453Z | Downloaded nix v0.27.1 |
| 985 | 2025-09-19T18:20:22.464Z | Downloaded futures-util v0.3.31 |
| 986 | 2025-09-19T18:20:22.475Z | Downloaded webpki-roots v1.0.1 |
| 987 | 2025-09-19T18:20:22.478Z | Downloaded proptest v1.7.0 |
| 988 | 2025-09-19T18:20:22.488Z | Downloaded polar-core v0.27.3 |
| 989 | 2025-09-19T18:20:22.497Z | Downloaded nix v0.30.1 |
| 990 | 2025-09-19T18:20:22.506Z | Downloaded object v0.30.4 |
| 991 | 2025-09-19T18:20:22.518Z | Downloaded curve25519-dalek v4.1.3 |
| 992 | 2025-09-19T18:20:22.524Z | Downloaded petname v2.0.2 |
| 993 | 2025-09-19T18:20:22.531Z | Downloaded dropshot v0.16.4 |
| 994 | 2025-09-19T18:20:22.550Z | Downloaded openssl v0.10.73 |
| 995 | 2025-09-19T18:20:22.558Z | Downloaded bindgen v0.71.1 |
| 996 | 2025-09-19T18:20:22.565Z | Downloaded zerocopy v0.8.26 |
| 997 | 2025-09-19T18:20:22.586Z | Downloaded typify-impl v0.4.3 |
| 998 | 2025-09-19T18:20:22.599Z | Downloaded reedline v0.40.0 |
| 999 | 2025-09-19T18:20:22.606Z | Downloaded portable-atomic v1.11.0 |
| 1000 | 2025-09-19T18:20:22.613Z | Downloaded unicode-normalization v0.1.24 |
| 1001 | 2025-09-19T18:20:22.619Z | Downloaded reqwest v0.12.22 |
| 1002 | 2025-09-19T18:20:22.624Z | Downloaded chrono v0.4.41 |
| 1003 | 2025-09-19T18:20:22.631Z | Downloaded nom v7.1.3 |
| 1004 | 2025-09-19T18:20:22.636Z | Downloaded ed25519-dalek v2.1.1 |
| 1005 | 2025-09-19T18:20:22.640Z | Downloaded bstr v1.10.0 |
| 1006 | 2025-09-19T18:20:22.649Z | Downloaded moka v0.12.10 |
| 1007 | 2025-09-19T18:20:22.658Z | Downloaded rustls v0.21.12 |
| 1008 | 2025-09-19T18:20:22.668Z | Downloaded object v0.36.5 |
| 1009 | 2025-09-19T18:20:22.679Z | Downloaded git2 v0.19.0 |
| 1010 | 2025-09-19T18:20:22.687Z | Downloaded regex-syntax v0.8.5 |
| 1011 | 2025-09-19T18:20:22.694Z | Downloaded lzma-sys v0.1.20 |
| 1012 | 2025-09-19T18:20:22.722Z | Downloaded regex v1.11.1 |
| 1013 | 2025-09-19T18:20:22.733Z | Downloaded nix v0.29.0 |
| 1014 | 2025-09-19T18:20:22.742Z | Downloaded regress v0.10.4 |
| 1015 | 2025-09-19T18:20:22.751Z | Downloaded openapiv3 v2.2.0 |
| 1016 | 2025-09-19T18:20:22.761Z | Downloaded rustls v0.22.4 |
| 1017 | 2025-09-19T18:20:22.773Z | Downloaded smoltcp v0.9.1 |
| 1018 | 2025-09-19T18:20:22.783Z | Downloaded libz-sys v1.1.20 |
| 1019 | 2025-09-19T18:20:22.801Z | Downloaded smoltcp v0.11.0 |
| 1020 | 2025-09-19T18:20:22.811Z | Downloaded regex-syntax v0.6.29 |
| 1021 | 2025-09-19T18:20:22.818Z | Downloaded diesel v2.2.12 |
| 1022 | 2025-09-19T18:20:22.835Z | Downloaded rustls v0.23.19 |
| 1023 | 2025-09-19T18:20:22.844Z | Downloaded typify-impl v0.2.0 |
| 1024 | 2025-09-19T18:20:22.856Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
| 1025 | 2025-09-19T18:20:22.871Z | Downloaded typify-impl v0.3.0 |
| 1026 | 2025-09-19T18:20:22.885Z | Downloaded sled v0.34.7 |
| 1027 | 2025-09-19T18:20:22.893Z | Downloaded petgraph v0.6.5 |
| 1028 | 2025-09-19T18:20:22.909Z | Downloaded csv v1.3.1 |
| 1029 | 2025-09-19T18:20:22.927Z | Downloaded ratatui v0.29.0 |
| 1030 | 2025-09-19T18:20:22.944Z | Downloaded jiff v0.2.15 |
| 1031 | 2025-09-19T18:20:22.958Z | Downloaded nix v0.28.0 |
| 1032 | 2025-09-19T18:20:22.969Z | Downloaded zerocopy-derive v0.6.6 |
| 1033 | 2025-09-19T18:20:22.978Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1034 | 2025-09-19T18:20:22.988Z | Downloaded rcgen v0.12.1 |
| 1035 | 2025-09-19T18:20:22.992Z | Downloaded tokio-postgres v0.7.13 |
| 1036 | 2025-09-19T18:20:22.995Z | Downloaded rustls-webpki v0.102.8 |
| 1037 | 2025-09-19T18:20:23.011Z | Downloaded derive_more-impl v2.0.1 |
| 1038 | 2025-09-19T18:20:23.018Z | Downloaded regex-automata v0.4.8 |
| 1039 | 2025-09-19T18:20:23.029Z | Downloaded rpassword v7.4.0 |
| 1040 | 2025-09-19T18:20:23.033Z | Downloaded env_logger v0.11.5 |
| 1041 | 2025-09-19T18:20:23.036Z | Downloaded salty v0.3.0 |
| 1042 | 2025-09-19T18:20:23.040Z | Downloaded tracing-attributes v0.1.27 |
| 1043 | 2025-09-19T18:20:23.043Z | Downloaded chrono-tz v0.10.4 |
| 1044 | 2025-09-19T18:20:23.080Z | Downloaded tokio-rustls v0.25.0 |
| 1045 | 2025-09-19T18:20:23.084Z | Downloaded tokio v1.47.0 |
| 1046 | 2025-09-19T18:20:23.128Z | Downloaded petgraph v0.8.2 |
| 1047 | 2025-09-19T18:20:23.151Z | Downloaded darling_core v0.21.0 |
| 1048 | 2025-09-19T18:20:23.156Z | Downloaded derive_more v0.99.20 |
| 1049 | 2025-09-19T18:20:23.162Z | Downloaded typify-macro v0.3.0 |
| 1050 | 2025-09-19T18:20:23.165Z | Downloaded publicsuffix v2.3.0 |
| 1051 | 2025-09-19T18:20:23.168Z | Downloaded typify v0.3.0 |
| 1052 | 2025-09-19T18:20:23.171Z | Downloaded snafu v0.8.5 |
| 1053 | 2025-09-19T18:20:23.176Z | Downloaded flume v0.11.1 |
| 1054 | 2025-09-19T18:20:23.179Z | Downloaded diesel_derives v2.2.3 |
| 1055 | 2025-09-19T18:20:23.182Z | Downloaded rayon v1.10.0 |
| 1056 | 2025-09-19T18:20:23.190Z | Downloaded proc-macro-crate v1.3.1 |
| 1057 | 2025-09-19T18:20:23.193Z | Downloaded pin-project v1.1.6 |
| 1058 | 2025-09-19T18:20:23.200Z | Downloaded zlib-rs v0.5.1 |
| 1059 | 2025-09-19T18:20:23.204Z | Downloaded sha3 v0.10.8 |
| 1060 | 2025-09-19T18:20:23.209Z | Downloaded ring v0.17.14 |
| 1061 | 2025-09-19T18:20:23.244Z | Downloaded bitvec v1.0.1 |
| 1062 | 2025-09-19T18:20:23.257Z | Downloaded number_prefix v0.4.0 |
| 1063 | 2025-09-19T18:20:23.260Z | Downloaded rustc-hash v2.1.1 |
| 1064 | 2025-09-19T18:20:23.260Z | Downloaded tinyvec v1.8.0 |
| 1065 | 2025-09-19T18:20:23.264Z | Downloaded papergrid v0.14.0 |
| 1066 | 2025-09-19T18:20:23.267Z | Downloaded unicode-bidi v0.3.17 |
| 1067 | 2025-09-19T18:20:23.267Z | Downloaded h2 v0.4.6 |
| 1068 | 2025-09-19T18:20:23.272Z | Downloaded encoding_rs v0.8.34 |
| 1069 | 2025-09-19T18:20:23.293Z | Downloaded num_enum_derive v0.5.11 |
| 1070 | 2025-09-19T18:20:23.296Z | Downloaded unicode-truncate v1.1.0 |
| 1071 | 2025-09-19T18:20:23.296Z | Downloaded topological-sort v0.2.2 |
| 1072 | 2025-09-19T18:20:23.296Z | Downloaded pkg-config v0.3.31 |
| 1073 | 2025-09-19T18:20:23.296Z | Downloaded pretty_assertions v1.4.1 |
| 1074 | 2025-09-19T18:20:23.299Z | Downloaded papergrid v0.17.0 |
| 1075 | 2025-09-19T18:20:23.303Z | Downloaded rand v0.9.2 |
| 1076 | 2025-09-19T18:20:23.306Z | Downloaded openssl-sys v0.9.109 |
| 1077 | 2025-09-19T18:20:23.313Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 1078 | 2025-09-19T18:20:23.356Z | Downloaded walkdir v2.5.0 |
| 1079 | 2025-09-19T18:20:23.359Z | Downloaded rand_xorshift v0.4.0 |
| 1080 | 2025-09-19T18:20:23.359Z | Downloaded packed_struct_codegen v0.10.1 |
| 1081 | 2025-09-19T18:20:23.362Z | Downloaded multer v3.1.0 |
| 1082 | 2025-09-19T18:20:23.362Z | Downloaded ecdsa v0.16.9 |
| 1083 | 2025-09-19T18:20:23.365Z | Downloaded rand_seeder v0.4.0 |
| 1084 | 2025-09-19T18:20:23.365Z | Downloaded derive-where v1.5.0 |
| 1085 | 2025-09-19T18:20:23.370Z | Downloaded pem v3.0.5 |
| 1086 | 2025-09-19T18:20:23.370Z | Downloaded pin-project-lite v0.2.14 |
| 1087 | 2025-09-19T18:20:23.377Z | Downloaded tough v0.20.0 |
| 1088 | 2025-09-19T18:20:23.382Z | Downloaded zstd-safe v7.2.3 |
| 1089 | 2025-09-19T18:20:23.386Z | Downloaded rustls-native-certs v0.8.1 |
| 1090 | 2025-09-19T18:20:23.386Z | Downloaded serde_cbor v0.11.2 |
| 1091 | 2025-09-19T18:20:23.389Z | Downloaded tungstenite v0.21.0 |
| 1092 | 2025-09-19T18:20:23.392Z | Downloaded tokio-util v0.7.15 |
| 1093 | 2025-09-19T18:20:23.395Z | Downloaded cc v1.2.30 |
| 1094 | 2025-09-19T18:20:23.398Z | Downloaded secrecy v0.8.0 |
| 1095 | 2025-09-19T18:20:23.401Z | Downloaded progenitor-client v0.11.0 |
| 1096 | 2025-09-19T18:20:23.402Z | Downloaded russh v0.45.0 |
| 1097 | 2025-09-19T18:20:23.405Z | Downloaded string_cache v0.8.9 |
| 1098 | 2025-09-19T18:20:23.408Z | Downloaded signature v2.2.0 |
| 1099 | 2025-09-19T18:20:23.408Z | Downloaded signal-hook-tokio v0.3.1 |
| 1100 | 2025-09-19T18:20:23.411Z | Downloaded darling_macro v0.20.10 |
| 1101 | 2025-09-19T18:20:23.411Z | Downloaded xshell-macros v0.2.7 |
| 1102 | 2025-09-19T18:20:23.411Z | Downloaded daft-derive v0.1.4 |
| 1103 | 2025-09-19T18:20:23.416Z | Downloaded qorb v0.4.1 |
| 1104 | 2025-09-19T18:20:23.420Z | Downloaded hkdf v0.12.4 |
| 1105 | 2025-09-19T18:20:23.420Z | Downloaded psl-types v2.0.11 |
| 1106 | 2025-09-19T18:20:23.423Z | Downloaded globwalk v0.9.1 |
| 1107 | 2025-09-19T18:20:23.423Z | Downloaded iri-string v0.7.8 |
| 1108 | 2025-09-19T18:20:23.426Z | Downloaded nibble_vec v0.1.0 |
| 1109 | 2025-09-19T18:20:23.429Z | Downloaded group v0.13.0 |
| 1110 | 2025-09-19T18:20:23.429Z | Downloaded ff v0.13.0 |
| 1111 | 2025-09-19T18:20:23.433Z | Downloaded diesel-dtrace v0.4.2 |
| 1112 | 2025-09-19T18:20:23.433Z | Downloaded toml_writer v1.0.2 |
| 1113 | 2025-09-19T18:20:23.436Z | Downloaded toml_parser v1.0.2 |
| 1114 | 2025-09-19T18:20:23.436Z | Downloaded unsafe-libyaml v0.2.11 |
| 1115 | 2025-09-19T18:20:23.439Z | Downloaded socket2 v0.6.0 |
| 1116 | 2025-09-19T18:20:23.469Z | Downloaded samael v0.0.19 |
| 1117 | 2025-09-19T18:20:23.480Z | Downloaded progenitor v0.10.0 |
| 1118 | 2025-09-19T18:20:23.480Z | Downloaded unicode-segmentation v1.12.0 |
| 1119 | 2025-09-19T18:20:23.480Z | Downloaded ron v0.8.1 |
| 1120 | 2025-09-19T18:20:23.480Z | Downloaded ron v0.7.1 |
| 1121 | 2025-09-19T18:20:23.480Z | Downloaded dirs-next v2.0.0 |
| 1122 | 2025-09-19T18:20:23.480Z | Downloaded strum_macros v0.27.1 |
| 1123 | 2025-09-19T18:20:23.480Z | Downloaded schemars v0.8.22 |
| 1124 | 2025-09-19T18:20:23.480Z | Downloaded hyper v1.7.0 |
| 1125 | 2025-09-19T18:20:23.484Z | Downloaded tower v0.5.2 |
| 1126 | 2025-09-19T18:20:23.487Z | Downloaded hashbrown v0.16.0 |
| 1127 | 2025-09-19T18:20:23.490Z | Downloaded tls_codec_derive v0.4.1 |
| 1128 | 2025-09-19T18:20:23.490Z | Downloaded tabled_derive v0.10.0 |
| 1129 | 2025-09-19T18:20:23.493Z | Downloaded rustyline v14.0.0 |
| 1130 | 2025-09-19T18:20:23.498Z | Downloaded itertools v0.13.0 |
| 1131 | 2025-09-19T18:20:23.502Z | Downloaded float-ord v0.3.2 |
| 1132 | 2025-09-19T18:20:23.502Z | Downloaded zip v0.6.6 |
| 1133 | 2025-09-19T18:20:23.506Z | Downloaded zerocopy-derive v0.8.26 |
| 1134 | 2025-09-19T18:20:23.511Z | Downloaded peg v0.8.5 |
| 1135 | 2025-09-19T18:20:23.515Z | Downloaded vergen v8.3.2 |
| 1136 | 2025-09-19T18:20:23.518Z | Downloaded der v0.7.9 |
| 1137 | 2025-09-19T18:20:23.521Z | Downloaded uuid v1.18.1 |
| 1138 | 2025-09-19T18:20:23.524Z | Downloaded iddqd v0.3.13 |
| 1139 | 2025-09-19T18:20:23.530Z | Downloaded scopeguard v1.2.0 |
| 1140 | 2025-09-19T18:20:23.534Z | Downloaded pbkdf2 v0.12.2 |
| 1141 | 2025-09-19T18:20:23.534Z | Downloaded parking_lot v0.11.2 |
| 1142 | 2025-09-19T18:20:23.534Z | Downloaded owo-colors v4.2.2 |
| 1143 | 2025-09-19T18:20:23.538Z | Downloaded tungstenite v0.23.0 |
| 1144 | 2025-09-19T18:20:23.542Z | Downloaded serde_path_to_error v0.1.17 |
| 1145 | 2025-09-19T18:20:23.542Z | Downloaded progenitor-macro v0.11.0 |
| 1146 | 2025-09-19T18:20:23.542Z | Downloaded itertools v0.10.5 |
| 1147 | 2025-09-19T18:20:23.545Z | Downloaded similar v2.7.0 |
| 1148 | 2025-09-19T18:20:23.550Z | Downloaded parse-display-derive v0.10.0 |
| 1149 | 2025-09-19T18:20:23.553Z | Downloaded miniz_oxide v0.8.5 |
| 1150 | 2025-09-19T18:20:23.557Z | Downloaded vte_generate_state_changes v0.1.2 |
| 1151 | 2025-09-19T18:20:23.557Z | Downloaded getrandom v0.2.15 |
| 1152 | 2025-09-19T18:20:23.557Z | Downloaded hickory-server v0.25.2 |
| 1153 | 2025-09-19T18:20:23.563Z | Downloaded predicates-tree v1.0.12 |
| 1154 | 2025-09-19T18:20:23.563Z | Downloaded predicates-core v1.0.8 |
| 1155 | 2025-09-19T18:20:23.567Z | Downloaded derive-ex v0.1.8 |
| 1156 | 2025-09-19T18:20:23.567Z | Downloaded flate2 v1.1.2 |
| 1157 | 2025-09-19T18:20:23.570Z | Downloaded darling v0.20.10 |
| 1158 | 2025-09-19T18:20:23.570Z | Downloaded float-cmp v0.10.0 |
| 1159 | 2025-09-19T18:20:23.574Z | Downloaded fixedbitset v0.4.2 |
| 1160 | 2025-09-19T18:20:23.574Z | Downloaded filetime v0.2.25 |
| 1161 | 2025-09-19T18:20:23.574Z | Downloaded display-error-chain v0.2.2 |
| 1162 | 2025-09-19T18:20:23.577Z | Downloaded dirs-sys-next v0.1.2 |
| 1163 | 2025-09-19T18:20:23.577Z | Downloaded deranged v0.3.11 |
| 1164 | 2025-09-19T18:20:23.577Z | Downloaded debug-ignore v1.0.5 |
| 1165 | 2025-09-19T18:20:23.577Z | Downloaded futures-macro v0.3.31 |
| 1166 | 2025-09-19T18:20:23.581Z | Downloaded futures-io v0.3.31 |
| 1167 | 2025-09-19T18:20:23.581Z | Downloaded xz2 v0.1.7 |
| 1168 | 2025-09-19T18:20:23.581Z | Downloaded rand v0.8.5 |
| 1169 | 2025-09-19T18:20:23.584Z | Downloaded predicates v3.1.3 |
| 1170 | 2025-09-19T18:20:23.587Z | Downloaded postgres-protocol v0.6.8 |
| 1171 | 2025-09-19T18:20:23.591Z | Downloaded postcard v1.0.10 |
| 1172 | 2025-09-19T18:20:23.591Z | Downloaded diff v0.1.13 |
| 1173 | 2025-09-19T18:20:23.595Z | Downloaded const_format v0.2.34 |
| 1174 | 2025-09-19T18:20:23.601Z | Downloaded base64 v0.21.7 |
| 1175 | 2025-09-19T18:20:23.604Z | Downloaded thread_local v1.1.8 |
| 1176 | 2025-09-19T18:20:23.604Z | Downloaded poly1305 v0.8.0 |
| 1177 | 2025-09-19T18:20:23.604Z | Downloaded dropshot_endpoint v0.16.4 |
| 1178 | 2025-09-19T18:20:23.607Z | Downloaded http v1.3.1 |
| 1179 | 2025-09-19T18:20:23.610Z | Downloaded fs_extra v1.3.0 |
| 1180 | 2025-09-19T18:20:23.615Z | Downloaded password-hash v0.5.0 |
| 1181 | 2025-09-19T18:20:23.615Z | Downloaded zopfli v0.8.1 |
| 1182 | 2025-09-19T18:20:23.618Z | Downloaded progenitor-impl v0.10.0 |
| 1183 | 2025-09-19T18:20:23.618Z | Downloaded rustversion v1.0.17 |
| 1184 | 2025-09-19T18:20:23.622Z | Downloaded unicode-properties v0.1.3 |
| 1185 | 2025-09-19T18:20:23.625Z | Downloaded socket2 v0.5.10 |
| 1186 | 2025-09-19T18:20:23.625Z | Downloaded aes v0.8.4 |
| 1187 | 2025-09-19T18:20:23.628Z | Downloaded signal-hook v0.3.18 |
| 1188 | 2025-09-19T18:20:23.631Z | Downloaded uzers v0.12.1 |
| 1189 | 2025-09-19T18:20:23.635Z | Downloaded password-hash v0.4.2 |
| 1190 | 2025-09-19T18:20:23.635Z | Downloaded olpc-cjson v0.1.4 |
| 1191 | 2025-09-19T18:20:23.635Z | Downloaded num-integer v0.1.46 |
| 1192 | 2025-09-19T18:20:23.638Z | Downloaded num-derive v0.4.2 |
| 1193 | 2025-09-19T18:20:23.638Z | Downloaded fs-err v2.11.0 |
| 1194 | 2025-09-19T18:20:23.641Z | Downloaded xshell v0.2.7 |
| 1195 | 2025-09-19T18:20:23.641Z | Downloaded nu-ansi-term v0.50.1 |
| 1196 | 2025-09-19T18:20:23.644Z | Downloaded value-bag v1.9.0 |
| 1197 | 2025-09-19T18:20:23.648Z | Downloaded russh-keys v0.45.0 |
| 1198 | 2025-09-19T18:20:23.648Z | Downloaded aes-gcm v0.10.3 |
| 1199 | 2025-09-19T18:20:23.652Z | Downloaded tokio-rustls v0.24.1 |
| 1200 | 2025-09-19T18:20:23.655Z | Downloaded hickory-resolver v0.24.4 |
| 1201 | 2025-09-19T18:20:23.658Z | Downloaded crossbeam-utils v0.8.21 |
| 1202 | 2025-09-19T18:20:23.663Z | Downloaded base64 v0.13.1 |
| 1203 | 2025-09-19T18:20:23.663Z | Downloaded tokio-tungstenite v0.21.0 |
| 1204 | 2025-09-19T18:20:23.666Z | Downloaded indicatif v0.18.0 |
| 1205 | 2025-09-19T18:20:23.669Z | Downloaded crossbeam-epoch v0.9.18 |
| 1206 | 2025-09-19T18:20:23.669Z | Downloaded chacha20poly1305 v0.10.1 |
| 1207 | 2025-09-19T18:20:23.672Z | Downloaded fd-lock v4.0.2 |
| 1208 | 2025-09-19T18:20:23.676Z | Downloaded untrusted v0.9.0 |
| 1209 | 2025-09-19T18:20:23.676Z | Downloaded cookie v0.18.1 |
| 1210 | 2025-09-19T18:20:23.680Z | Downloaded cancel-safe-futures v0.1.5 |
| 1211 | 2025-09-19T18:20:23.680Z | Downloaded zone v0.1.8 |
| 1212 | 2025-09-19T18:20:23.680Z | Downloaded progenitor-impl v0.8.0 |
| 1213 | 2025-09-19T18:20:23.683Z | Downloaded static_assertions v1.1.0 |
| 1214 | 2025-09-19T18:20:23.684Z | Downloaded tokio-dtrace v0.1.0 |
| 1215 | 2025-09-19T18:20:23.688Z | Downloaded termios v0.3.3 |
| 1216 | 2025-09-19T18:20:23.688Z | Downloaded termcolor v1.4.1 |
| 1217 | 2025-09-19T18:20:23.688Z | Downloaded strum_macros v0.24.3 |
| 1218 | 2025-09-19T18:20:23.696Z | Downloaded strum v0.27.2 |
| 1219 | 2025-09-19T18:20:23.696Z | Downloaded rustc-demangle v0.1.24 |
| 1220 | 2025-09-19T18:20:23.696Z | Downloaded proc-macro-error2 v2.0.1 |
| 1221 | 2025-09-19T18:20:23.700Z | Downloaded base64ct v1.6.0 |
| 1222 | 2025-09-19T18:20:23.700Z | Downloaded libloading v0.8.5 |
| 1223 | 2025-09-19T18:20:23.700Z | Downloaded ingot-macros v0.1.1 |
| 1224 | 2025-09-19T18:20:23.700Z | Downloaded slog-stdlog v4.1.1 |
| 1225 | 2025-09-19T18:20:23.703Z | Downloaded signal-hook-registry v1.4.2 |
| 1226 | 2025-09-19T18:20:23.703Z | Downloaded scrypt v0.11.0 |
| 1227 | 2025-09-19T18:20:23.703Z | Downloaded rfc6979 v0.4.0 |
| 1228 | 2025-09-19T18:20:23.703Z | Downloaded progenitor-macro v0.8.0 |
| 1229 | 2025-09-19T18:20:23.707Z | Downloaded ipnet v2.11.0 |
| 1230 | 2025-09-19T18:20:23.707Z | Downloaded httparse v1.9.5 |
| 1231 | 2025-09-19T18:20:23.707Z | Downloaded blake2 v0.10.6 |
| 1232 | 2025-09-19T18:20:23.711Z | Downloaded bumpalo v3.16.0 |
| 1233 | 2025-09-19T18:20:23.714Z | Downloaded kstat-rs v0.2.4 |
| 1234 | 2025-09-19T18:20:23.714Z | Downloaded jobserver v0.1.32 |
| 1235 | 2025-09-19T18:20:23.717Z | Downloaded const_format_proc_macros v0.2.34 |
| 1236 | 2025-09-19T18:20:23.717Z | Downloaded rusty-fork v0.3.0 |
| 1237 | 2025-09-19T18:20:23.721Z | Downloaded crc v3.2.1 |
| 1238 | 2025-09-19T18:20:23.722Z | Downloaded colored v2.2.0 |
| 1239 | 2025-09-19T18:20:23.725Z | Downloaded ciborium-ll v0.2.2 |
| 1240 | 2025-09-19T18:20:23.725Z | Downloaded bitfield v0.14.0 |
| 1241 | 2025-09-19T18:20:23.725Z | Downloaded bit-vec v0.8.0 |
| 1242 | 2025-09-19T18:20:23.729Z | Downloaded bit-vec v0.6.3 |
| 1243 | 2025-09-19T18:20:23.729Z | Downloaded bit-set v0.8.0 |
| 1244 | 2025-09-19T18:20:23.729Z | Downloaded progenitor-macro v0.9.1 |
| 1245 | 2025-09-19T18:20:23.733Z | Downloaded castaway v0.2.3 |
| 1246 | 2025-09-19T18:20:23.733Z | Downloaded constant_time_eq v0.3.1 |
| 1247 | 2025-09-19T18:20:23.733Z | Downloaded cobs v0.2.3 |
| 1248 | 2025-09-19T18:20:23.733Z | Downloaded cmake v0.1.51 |
| 1249 | 2025-09-19T18:20:23.738Z | Downloaded cexpr v0.6.0 |
| 1250 | 2025-09-19T18:20:23.738Z | Downloaded block-padding v0.3.3 |
| 1251 | 2025-09-19T18:20:23.738Z | Downloaded base16ct v0.2.0 |
| 1252 | 2025-09-19T18:20:23.738Z | Downloaded indent_write v2.2.0 |
| 1253 | 2025-09-19T18:20:23.741Z | Downloaded crossbeam-deque v0.8.5 |
| 1254 | 2025-09-19T18:20:23.741Z | Downloaded indoc v1.0.9 |
| 1255 | 2025-09-19T18:20:23.741Z | Downloaded bzip2 v0.5.2 |
| 1256 | 2025-09-19T18:20:23.745Z | Downloaded keccak v0.1.5 |
| 1257 | 2025-09-19T18:20:23.745Z | Downloaded jiff-static v0.2.15 |
| 1258 | 2025-09-19T18:20:23.752Z | Downloaded hash32 v0.3.1 |
| 1259 | 2025-09-19T18:20:23.752Z | Downloaded linked-hash-map v0.5.6 |
| 1260 | 2025-09-19T18:20:23.752Z | Downloaded linear-map v1.2.0 |
| 1261 | 2025-09-19T18:20:23.752Z | Downloaded libz-rs-sys v0.5.1 |
| 1262 | 2025-09-19T18:20:23.758Z | Downloaded is-terminal v0.4.13 |
| 1263 | 2025-09-19T18:20:23.758Z | Downloaded humantime v2.2.0 |
| 1264 | 2025-09-19T18:20:23.758Z | Downloaded cfg_aliases v0.2.1 |
| 1265 | 2025-09-19T18:20:23.758Z | Downloaded cargo-platform v0.1.8 |
| 1266 | 2025-09-19T18:20:23.758Z | Downloaded bit-set v0.5.3 |
| 1267 | 2025-09-19T18:20:23.758Z | Downloaded arc-swap v1.7.1 |
| 1268 | 2025-09-19T18:20:23.764Z | Downloaded hyper-tls v0.6.0 |
| 1269 | 2025-09-19T18:20:23.764Z | Downloaded hyper-rustls v0.27.7 |
| 1270 | 2025-09-19T18:20:23.764Z | Downloaded convert_case v0.4.0 |
| 1271 | 2025-09-19T18:20:23.767Z | Downloaded camino-tempfile-ext v0.3.2 |
| 1272 | 2025-09-19T18:20:23.767Z | Downloaded bb8 v0.8.5 |
| 1273 | 2025-09-19T18:20:23.767Z | Downloaded ciborium-io v0.2.2 |
| 1274 | 2025-09-19T18:20:23.767Z | Downloaded cassowary v0.3.0 |
| 1275 | 2025-09-19T18:20:23.767Z | Downloaded indicatif v0.17.11 |
| 1276 | 2025-09-19T18:20:23.770Z | Downloaded hostname v0.4.0 |
| 1277 | 2025-09-19T18:20:23.770Z | Downloaded heapless v0.8.0 |
| 1278 | 2025-09-19T18:20:23.774Z | Downloaded hostname v0.3.1 |
| 1279 | 2025-09-19T18:20:23.777Z | Downloaded home v0.5.9 |
| 1280 | 2025-09-19T18:20:23.777Z | Downloaded indoc v2.0.6 |
| 1281 | 2025-09-19T18:20:23.780Z | Downloaded hubpack v0.1.2 |
| 1282 | 2025-09-19T18:20:23.780Z | Downloaded array-init v0.0.4 |
| 1283 | 2025-09-19T18:20:23.780Z | Downloaded heapless v0.7.17 |
| 1284 | 2025-09-19T18:20:23.784Z | Downloaded async-stream-impl v0.3.6 |
| 1285 | 2025-09-19T18:20:23.788Z | Downloaded allocator-api2 v0.2.21 |
| 1286 | 2025-09-19T18:20:23.788Z | Downloaded addr2line v0.24.2 |
| 1287 | 2025-09-19T18:20:23.792Z | Downloaded assert_matches v1.5.0 |
| 1288 | 2025-09-19T18:20:23.792Z | Downloaded aead v0.5.2 |
| 1289 | 2025-09-19T18:20:23.792Z | Downloaded ascii-canvas v3.0.0 |
| 1290 | 2025-09-19T18:20:23.792Z | Downloaded arrayvec v0.7.6 |
| 1291 | 2025-09-19T18:20:23.796Z | Downloaded ahash v0.8.12 |
| 1292 | 2025-09-19T18:20:24.038Z | Downloaded aws-lc-sys v0.26.0 |
| 1293 | 2025-09-19T18:20:24.347Z | Compiling value-bag v1.9.0 |
| 1294 | 2025-09-19T18:20:24.347Z | Compiling shlex v1.3.0 |
| 1295 | 2025-09-19T18:20:24.347Z | Compiling lock_api v0.4.12 |
| 1296 | 2025-09-19T18:20:24.350Z | Compiling scopeguard v1.2.0 |
| 1297 | 2025-09-19T18:20:24.350Z | Compiling typenum v1.17.0 |
| 1298 | 2025-09-19T18:20:24.517Z | Compiling syn v2.0.106 |
| 1299 | 2025-09-19T18:20:24.532Z | Compiling getrandom v0.2.15 |
| 1300 | 2025-09-19T18:20:24.535Z | Compiling jobserver v0.1.32 |
| 1301 | 2025-09-19T18:20:24.702Z | Compiling generic-array v0.14.7 |
| 1302 | 2025-09-19T18:20:24.873Z | Compiling rand_core v0.6.4 |
| 1303 | 2025-09-19T18:20:24.993Z | Compiling log v0.4.27 |
| 1304 | 2025-09-19T18:20:25.021Z | Compiling cc v1.2.30 |
| 1305 | 2025-09-19T18:20:25.053Z | Compiling smallvec v1.15.1 |
| 1306 | 2025-09-19T18:20:25.423Z | Compiling portable-atomic v1.11.0 |
| 1307 | 2025-09-19T18:20:25.463Z | Compiling subtle v2.6.1 |
| 1308 | 2025-09-19T18:20:25.487Z | Compiling critical-section v1.1.3 |
| 1309 | 2025-09-19T18:20:25.506Z | Compiling const-oid v0.9.6 |
| 1310 | 2025-09-19T18:20:25.675Z | Compiling pkg-config v0.3.31 |
| 1311 | 2025-09-19T18:20:25.726Z | Compiling pin-project-lite v0.2.14 |
| 1312 | 2025-09-19T18:20:25.790Z | Compiling parking_lot_core v0.9.10 |
| 1313 | 2025-09-19T18:20:25.876Z | Compiling rustix v0.38.37 |
| 1314 | 2025-09-19T18:20:26.765Z | Compiling signal-hook-registry v1.4.2 |
| 1315 | 2025-09-19T18:20:26.786Z | Compiling parking_lot v0.12.3 |
| 1316 | 2025-09-19T18:20:26.848Z | Compiling mio v1.0.2 |
| 1317 | 2025-09-19T18:20:26.901Z | Compiling futures-core v0.3.31 |
| 1318 | 2025-09-19T18:20:27.153Z | Compiling spin v0.9.8 |
| 1319 | 2025-09-19T18:20:27.431Z | Compiling libm v0.2.8 |
| 1320 | 2025-09-19T18:20:27.511Z | Compiling once_cell v1.21.3 |
| 1321 | 2025-09-19T18:20:27.541Z | Compiling socket2 v0.6.0 |
| 1322 | 2025-09-19T18:20:27.565Z | Compiling aho-corasick v1.1.3 |
| 1323 | 2025-09-19T18:20:27.687Z | Compiling slab v0.4.9 |
| 1324 | 2025-09-19T18:20:27.814Z | Compiling num-traits v0.2.19 |
| 1325 | 2025-09-19T18:20:27.854Z | Compiling regex-syntax v0.8.5 |
| 1326 | 2025-09-19T18:20:27.924Z | Compiling allocator-api2 v0.2.21 |
| 1327 | 2025-09-19T18:20:28.015Z | Compiling serde_json v1.0.145 |
| 1328 | 2025-09-19T18:20:28.228Z | Compiling getrandom v0.3.1 |
| 1329 | 2025-09-19T18:20:28.466Z | Compiling foldhash v0.1.5 |
| 1330 | 2025-09-19T18:20:28.521Z | Compiling cpufeatures v0.2.14 |
| 1331 | 2025-09-19T18:20:28.712Z | Compiling hashbrown v0.15.4 |
| 1332 | 2025-09-19T18:20:28.825Z | Compiling percent-encoding v2.3.2 |
| 1333 | 2025-09-19T18:20:28.937Z | Compiling glob v0.3.2 |
| 1334 | 2025-09-19T18:20:28.965Z | Compiling futures-sink v0.3.31 |
| 1335 | 2025-09-19T18:20:29.150Z | Compiling either v1.15.0 |
| 1336 | 2025-09-19T18:20:29.188Z | Compiling futures-channel v0.3.31 |
| 1337 | 2025-09-19T18:20:29.776Z | Compiling clang-sys v1.8.1 |
| 1338 | 2025-09-19T18:20:30.021Z | Compiling pin-utils v0.1.0 |
| 1339 | 2025-09-19T18:20:30.108Z | Compiling prettyplease v0.2.36 |
| 1340 | 2025-09-19T18:20:30.129Z | Compiling futures-task v0.3.31 |
| 1341 | 2025-09-19T18:20:30.438Z | Compiling futures-io v0.3.31 |
| 1342 | 2025-09-19T18:20:30.519Z | Compiling lazy_static v1.5.0 |
| 1343 | 2025-09-19T18:20:30.535Z | Compiling minimal-lexical v0.2.1 |
| 1344 | 2025-09-19T18:20:30.663Z | Compiling libloading v0.8.5 |
| 1345 | 2025-09-19T18:20:30.708Z | Compiling base64ct v1.6.0 |
| 1346 | 2025-09-19T18:20:31.036Z | Compiling nom v7.1.3 |
| 1347 | 2025-09-19T18:20:31.057Z | Compiling home v0.5.9 |
| 1348 | 2025-09-19T18:20:31.276Z | Compiling bindgen v0.69.5 |
| 1349 | 2025-09-19T18:20:31.279Z | Compiling pem-rfc7468 v0.7.0 |
| 1350 | 2025-09-19T18:20:31.635Z | Compiling regex-automata v0.4.8 |
| 1351 | 2025-09-19T18:20:31.903Z | Compiling synstructure v0.13.1 |
| 1352 | 2025-09-19T18:20:32.489Z | Compiling itertools v0.12.1 |
| 1353 | 2025-09-19T18:20:33.390Z | Compiling lazycell v1.3.0 |
| 1354 | 2025-09-19T18:20:33.582Z | Compiling rustc-hash v1.1.0 |
| 1355 | 2025-09-19T18:20:33.752Z | Compiling flagset v0.4.6 |
| 1356 | 2025-09-19T18:20:33.774Z | Compiling cmake v0.1.51 |
| 1357 | 2025-09-19T18:20:33.984Z | Compiling cexpr v0.6.0 |
| 1358 | 2025-09-19T18:20:34.261Z | Compiling fs_extra v1.3.0 |
| 1359 | 2025-09-19T18:20:34.618Z | Compiling dunce v1.0.5 |
| 1360 | 2025-09-19T18:20:34.771Z | Compiling form_urlencoded v1.2.2 |
| 1361 | 2025-09-19T18:20:34.791Z | Compiling vcpkg v0.2.15 |
| 1362 | 2025-09-19T18:20:34.816Z | Compiling paste v1.0.15 |
| 1363 | 2025-09-19T18:20:35.094Z | Compiling iana-time-zone v0.1.63 |
| 1364 | 2025-09-19T18:20:35.326Z | Compiling ring v0.17.14 |
| 1365 | 2025-09-19T18:20:35.464Z | Compiling tracing-core v0.1.32 |
| 1366 | 2025-09-19T18:20:35.484Z | Compiling aws-lc-rs v1.12.4 |
| 1367 | 2025-09-19T18:20:35.935Z | Compiling base64 v0.22.1 |
| 1368 | 2025-09-19T18:20:36.426Z | Compiling openssl-sys v0.9.109 |
| 1369 | 2025-09-19T18:20:36.497Z | Compiling rustls-pki-types v1.10.0 |
| 1370 | 2025-09-19T18:20:36.607Z | Compiling rustversion v1.0.17 |
| 1371 | 2025-09-19T18:20:36.627Z | Compiling tinyvec_macros v0.1.1 |
| 1372 | 2025-09-19T18:20:36.738Z | Compiling httparse v1.9.5 |
| 1373 | 2025-09-19T18:20:36.770Z | Compiling serde_derive v1.0.223 |
| 1374 | 2025-09-19T18:20:37.243Z | Compiling zeroize_derive v1.4.2 |
| 1375 | 2025-09-19T18:20:37.372Z | Compiling zerofrom-derive v0.1.4 |
| 1376 | 2025-09-19T18:20:37.400Z | Compiling yoke-derive v0.7.4 |
| 1377 | 2025-09-19T18:20:37.464Z | Compiling zerovec-derive v0.10.3 |
| 1378 | 2025-09-19T18:20:38.633Z | Compiling zeroize v1.8.1 |
| 1379 | 2025-09-19T18:20:39.826Z | Compiling displaydoc v0.2.5 |
| 1380 | 2025-09-19T18:20:39.967Z | Compiling zerocopy-derive v0.7.35 |
| 1381 | 2025-09-19T18:20:40.409Z | Compiling crypto-common v0.1.6 |
| 1382 | 2025-09-19T18:20:40.623Z | Compiling block-buffer v0.10.4 |
| 1383 | 2025-09-19T18:20:40.768Z | Compiling zerofrom v0.1.4 |
| 1384 | 2025-09-19T18:20:40.906Z | Compiling digest v0.10.7 |
| 1385 | 2025-09-19T18:20:40.992Z | Compiling yoke v0.7.4 |
| 1386 | 2025-09-19T18:20:41.226Z | Compiling tokio-macros v2.5.0 |
| 1387 | 2025-09-19T18:20:41.336Z | Compiling zerovec v0.10.4 |
| 1388 | 2025-09-19T18:20:41.377Z | Compiling hmac v0.12.1 |
| 1389 | 2025-09-19T18:20:41.568Z | Compiling icu_provider_macros v1.5.0 |
| 1390 | 2025-09-19T18:20:41.641Z | Compiling block-padding v0.3.3 |
| 1391 | 2025-09-19T18:20:41.749Z | Compiling zerocopy v0.7.35 |
| 1392 | 2025-09-19T18:20:41.899Z | Compiling futures-macro v0.3.31 |
| 1393 | 2025-09-19T18:20:41.970Z | Compiling inout v0.1.3 |
| 1394 | 2025-09-19T18:20:42.059Z | Compiling sha2 v0.10.9 |
| 1395 | 2025-09-19T18:20:42.280Z | Compiling cipher v0.4.4 |
| 1396 | 2025-09-19T18:20:42.601Z | Compiling regex v1.11.1 |
| 1397 | 2025-09-19T18:20:42.659Z | Compiling der_derive v0.7.3 |
| 1398 | 2025-09-19T18:20:42.823Z | Compiling thiserror-impl v1.0.69 |
| 1399 | 2025-09-19T18:20:43.081Z | Compiling tinystr v0.7.6 |
| 1400 | 2025-09-19T18:20:43.364Z | Compiling icu_collections v1.5.0 |
| 1401 | 2025-09-19T18:20:43.491Z | Compiling icu_locid v1.5.0 |
| 1402 | 2025-09-19T18:20:43.609Z | Compiling ppv-lite86 v0.2.20 |
| 1403 | 2025-09-19T18:20:43.792Z | Compiling futures-util v0.3.31 |
| 1404 | 2025-09-19T18:20:43.960Z | Compiling serde v1.0.223 |
| 1405 | 2025-09-19T18:20:44.378Z | Compiling salsa20 v0.10.2 |
| 1406 | 2025-09-19T18:20:44.621Z | Compiling icu_provider v1.5.0 |
| 1407 | 2025-09-19T18:20:44.625Z | Compiling pbkdf2 v0.12.2 |
| 1408 | 2025-09-19T18:20:44.845Z | Compiling scrypt v0.11.0 |
| 1409 | 2025-09-19T18:20:44.914Z | Compiling der v0.7.9 |
| 1410 | 2025-09-19T18:20:45.152Z | Compiling bitflags v2.9.1 |
| 1411 | 2025-09-19T18:20:45.278Z | Compiling bytes v1.10.1 |
| 1412 | 2025-09-19T18:20:45.415Z | Compiling semver v1.0.26 |
| 1413 | 2025-09-19T18:20:45.570Z | Compiling icu_locid_transform v1.5.0 |
| 1414 | 2025-09-19T18:20:45.593Z | Compiling indexmap v2.11.0 |
| 1415 | 2025-09-19T18:20:45.814Z | Compiling thiserror v1.0.69 |
| 1416 | 2025-09-19T18:20:45.982Z | Compiling rustc_version v0.4.1 |
| 1417 | 2025-09-19T18:20:46.074Z | Compiling aes v0.8.4 |
| 1418 | 2025-09-19T18:20:46.674Z | Compiling tokio v1.47.0 |
| 1419 | 2025-09-19T18:20:46.703Z | Compiling http v1.3.1 |
| 1420 | 2025-09-19T18:20:47.034Z | Compiling icu_properties v1.5.1 |
| 1421 | 2025-09-19T18:20:47.697Z | Compiling spki v0.7.3 |
| 1422 | 2025-09-19T18:20:47.841Z | Compiling cbc v0.1.2 |
| 1423 | 2025-09-19T18:20:48.108Z | Compiling pkcs5 v0.7.1 |
| 1424 | 2025-09-19T18:20:48.140Z | Compiling pest v2.7.14 |
| 1425 | 2025-09-19T18:20:48.787Z | Compiling chrono v0.4.41 |
| 1426 | 2025-09-19T18:20:48.807Z | Compiling uuid v1.18.1 |
| 1427 | 2025-09-19T18:20:49.162Z | Compiling which v4.4.2 |
| 1428 | 2025-09-19T18:20:49.300Z | Compiling tracing-attributes v0.1.27 |
| 1429 | 2025-09-19T18:20:50.190Z | Compiling pkcs8 v0.10.2 |
| 1430 | 2025-09-19T18:20:50.393Z | Compiling http-body v1.0.1 |
| 1431 | 2025-09-19T18:20:50.669Z | Compiling icu_normalizer v1.5.0 |
| 1432 | 2025-09-19T18:20:50.828Z | Compiling pest_meta v2.7.14 |
| 1433 | 2025-09-19T18:20:51.067Z | Compiling scroll_derive v0.12.0 |
| 1434 | 2025-09-19T18:20:51.581Z | Compiling idna_adapter v1.2.0 |
| 1435 | 2025-09-19T18:20:51.832Z | Compiling idna v1.0.3 |
| 1436 | 2025-09-19T18:20:52.005Z | Compiling tinyvec v1.8.0 |
| 1437 | 2025-09-19T18:20:52.344Z | Compiling pest_generator v2.7.14 |
| 1438 | 2025-09-19T18:20:52.466Z | Compiling url v2.5.4 |
| 1439 | 2025-09-19T18:20:52.560Z | Compiling tracing v0.1.40 |
| 1440 | 2025-09-19T18:20:53.055Z | Compiling scroll v0.12.0 |
| 1441 | 2025-09-19T18:20:53.303Z | Compiling serde_derive_internals v0.29.1 |
| 1442 | 2025-09-19T18:20:53.440Z | Compiling rand_core v0.9.3 |
| 1443 | 2025-09-19T18:20:53.615Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1444 | 2025-09-19T18:20:53.967Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1445 | 2025-09-19T18:20:54.124Z | Compiling powerfmt v0.2.0 |
| 1446 | 2025-09-19T18:20:54.146Z | Compiling foreign-types-shared v0.1.1 |
| 1447 | 2025-09-19T18:20:54.212Z | Compiling num-conv v0.1.0 |
| 1448 | 2025-09-19T18:20:54.276Z | Compiling time-core v0.1.2 |
| 1449 | 2025-09-19T18:20:54.468Z | Compiling try-lock v0.2.5 |
| 1450 | 2025-09-19T18:20:54.512Z | Compiling tower-service v0.3.3 |
| 1451 | 2025-09-19T18:20:54.532Z | Compiling untrusted v0.7.1 |
| 1452 | 2025-09-19T18:20:54.641Z | Compiling schemars v0.8.22 |
| 1453 | 2025-09-19T18:20:54.668Z | Compiling openssl v0.10.73 |
| 1454 | 2025-09-19T18:20:54.722Z | Compiling adler2 v2.0.0 |
| 1455 | 2025-09-19T18:20:54.726Z | Compiling atomic-waker v1.1.2 |
| 1456 | 2025-09-19T18:20:54.942Z | Compiling untrusted v0.9.0 |
| 1457 | 2025-09-19T18:20:54.945Z | Compiling openssl-probe v0.1.5 |
| 1458 | 2025-09-19T18:20:55.022Z | Compiling tokio-util v0.7.15 |
| 1459 | 2025-09-19T18:20:55.045Z | Compiling pest_derive v2.7.14 |
| 1460 | 2025-09-19T18:20:55.152Z | Compiling miniz_oxide v0.8.5 |
| 1461 | 2025-09-19T18:20:55.258Z | Compiling goblin v0.8.2 |
| 1462 | 2025-09-19T18:20:55.451Z | Compiling schemars_derive v0.8.22 |
| 1463 | 2025-09-19T18:20:56.585Z | Compiling h2 v0.4.6 |
| 1464 | 2025-09-19T18:20:57.308Z | Compiling want v0.3.1 |
| 1465 | 2025-09-19T18:20:57.604Z | Compiling time-macros v0.2.18 |
| 1466 | 2025-09-19T18:20:58.336Z | Compiling deranged v0.3.11 |
| 1467 | 2025-09-19T18:20:59.306Z | Compiling foreign-types v0.3.2 |
| 1468 | 2025-09-19T18:20:59.790Z | Compiling rand_chacha v0.9.0 |
| 1469 | 2025-09-19T18:21:01.116Z | Compiling ipnet v2.11.0 |
| 1470 | 2025-09-19T18:21:01.194Z | Compiling openssl-macros v0.1.1 |
| 1471 | 2025-09-19T18:21:01.671Z | Compiling dyn-clone v1.0.20 |
| 1472 | 2025-09-19T18:21:01.925Z | Compiling syn v1.0.109 |
| 1473 | 2025-09-19T18:21:01.947Z | Compiling zerocopy v0.8.26 |
| 1474 | 2025-09-19T18:21:02.243Z | Compiling crossbeam-utils v0.8.21 |
| 1475 | 2025-09-19T18:21:02.274Z | Compiling httpdate v1.0.3 |
| 1476 | 2025-09-19T18:21:02.518Z | Compiling native-tls v0.2.12 |
| 1477 | 2025-09-19T18:21:02.680Z | Compiling num_threads v0.1.7 |
| 1478 | 2025-09-19T18:21:02.733Z | Compiling rustls v0.23.19 |
| 1479 | 2025-09-19T18:21:02.835Z | Compiling time v0.3.36 |
| 1480 | 2025-09-19T18:21:03.033Z | Compiling dof v0.3.0 |
| 1481 | 2025-09-19T18:21:03.872Z | Compiling hyper v1.7.0 |
| 1482 | 2025-09-19T18:21:04.870Z | Compiling rand v0.9.2 |
| 1483 | 2025-09-19T18:21:05.993Z | Compiling dtrace-parser v0.2.0 |
| 1484 | 2025-09-19T18:21:06.153Z | Compiling unicode-normalization v0.1.24 |
| 1485 | 2025-09-19T18:21:06.603Z | Compiling heapless v0.7.17 |
| 1486 | 2025-09-19T18:21:07.074Z | Compiling signature v2.2.0 |
| 1487 | 2025-09-19T18:21:07.151Z | Compiling zerocopy-derive v0.8.26 |
| 1488 | 2025-09-19T18:21:07.238Z | Compiling cookie v0.18.1 |
| 1489 | 2025-09-19T18:21:07.352Z | Compiling crc32fast v1.4.2 |
| 1490 | 2025-09-19T18:21:07.410Z | Compiling signal-hook v0.3.18 |
| 1491 | 2025-09-19T18:21:07.572Z | Compiling unicode-bidi v0.3.17 |
| 1492 | 2025-09-19T18:21:07.673Z | Compiling slog v2.7.0 |
| 1493 | 2025-09-19T18:21:07.720Z | Compiling unicode-properties v0.1.3 |
| 1494 | 2025-09-19T18:21:07.889Z | Compiling zlib-rs v0.5.1 |
| 1495 | 2025-09-19T18:21:08.193Z | Compiling siphasher v0.3.11 |
| 1496 | 2025-09-19T18:21:08.273Z | Compiling zstd-safe v7.2.3 |
| 1497 | 2025-09-19T18:21:08.539Z | Compiling phf_shared v0.11.2 |
| 1498 | 2025-09-19T18:21:08.552Z | Compiling stringprep v0.1.5 |
| 1499 | 2025-09-19T18:21:09.046Z | Compiling usdt-impl v0.5.0 |
| 1500 | 2025-09-19T18:21:09.381Z | Compiling hyper-util v0.1.16 |
| 1501 | 2025-09-19T18:21:10.275Z | Compiling curve25519-dalek v4.1.3 |
| 1502 | 2025-09-19T18:21:10.517Z | Compiling serde_spanned v0.6.9 |
| 1503 | 2025-09-19T18:21:10.765Z | Compiling serde_tokenstream v0.2.2 |
| 1504 | 2025-09-19T18:21:10.947Z | Compiling toml_datetime v0.6.11 |
| 1505 | 2025-09-19T18:21:11.013Z | Compiling rand_chacha v0.3.1 |
| 1506 | 2025-09-19T18:21:11.368Z | Compiling md-5 v0.10.6 |
| 1507 | 2025-09-19T18:21:11.447Z | Compiling num-integer v0.1.46 |
| 1508 | 2025-09-19T18:21:11.636Z | Compiling sync_wrapper v1.0.1 |
| 1509 | 2025-09-19T18:21:11.803Z | Compiling hash32 v0.2.1 |
| 1510 | 2025-09-19T18:21:12.158Z | Compiling ff v0.13.0 |
| 1511 | 2025-09-19T18:21:12.186Z | Compiling memoffset v0.9.1 |
| 1512 | 2025-09-19T18:21:12.409Z | Compiling gimli v0.31.1 |
| 1513 | 2025-09-19T18:21:12.536Z | Compiling tower-layer v0.3.3 |
| 1514 | 2025-09-19T18:21:12.829Z | Compiling psl-types v2.0.11 |
| 1515 | 2025-09-19T18:21:12.922Z | Compiling cfg_aliases v0.2.1 |
| 1516 | 2025-09-19T18:21:13.037Z | Compiling smoltcp v0.9.1 |
| 1517 | 2025-09-19T18:21:13.058Z | Compiling num-bigint-dig v0.8.4 |
| 1518 | 2025-09-19T18:21:13.280Z | Compiling newtype-uuid v1.2.4 |
| 1519 | 2025-09-19T18:21:13.442Z | Compiling fallible-iterator v0.2.0 |
| 1520 | 2025-09-19T18:21:13.622Z | Compiling base16ct v0.2.0 |
| 1521 | 2025-09-19T18:21:13.694Z | Compiling litrs v0.4.1 |
| 1522 | 2025-09-19T18:21:13.813Z | Compiling nix v0.29.0 |
| 1523 | 2025-09-19T18:21:13.928Z | Compiling sec1 v0.7.3 |
| 1524 | 2025-09-19T18:21:14.064Z | Compiling libz-rs-sys v0.5.1 |
| 1525 | 2025-09-19T18:21:14.367Z | Compiling flate2 v1.1.2 |
| 1526 | 2025-09-19T18:21:14.462Z | Compiling postgres-protocol v0.6.8 |
| 1527 | 2025-09-19T18:21:14.663Z | Compiling publicsuffix v2.3.0 |
| 1528 | 2025-09-19T18:21:14.733Z | Compiling document-features v0.2.11 |
| 1529 | 2025-09-19T18:21:14.932Z | Compiling tower v0.5.2 |
| 1530 | 2025-09-19T18:21:15.126Z | Compiling group v0.13.0 |
| 1531 | 2025-09-19T18:21:15.448Z | Compiling num-iter v0.1.45 |
| 1532 | 2025-09-19T18:21:15.609Z | Compiling rand v0.8.5 |
| 1533 | 2025-09-19T18:21:15.788Z | Compiling tokio-native-tls v0.3.1 |
| 1534 | 2025-09-19T18:21:16.262Z | Compiling ipnetwork v0.21.1 |
| 1535 | 2025-09-19T18:21:16.869Z | Compiling addr2line v0.24.2 |
| 1536 | 2025-09-19T18:21:16.912Z | Compiling strum_macros v0.27.1 |
| 1537 | 2025-09-19T18:21:16.936Z | Compiling rustls-native-certs v0.8.1 |
| 1538 | 2025-09-19T18:21:16.958Z | Compiling http-body-util v0.1.3 |
| 1539 | 2025-09-19T18:21:17.076Z | Compiling terminal_size v0.4.0 |
| 1540 | 2025-09-19T18:21:17.319Z | Compiling hkdf v0.12.4 |
| 1541 | 2025-09-19T18:21:17.438Z | Compiling crypto-bigint v0.5.5 |
| 1542 | 2025-09-19T18:21:17.469Z | Compiling webpki-roots v1.0.1 |
| 1543 | 2025-09-19T18:21:17.539Z | Compiling async-trait v0.1.89 |
| 1544 | 2025-09-19T18:21:17.561Z | Compiling thiserror-impl v2.0.16 |
| 1545 | 2025-09-19T18:21:17.583Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1546 | 2025-09-19T18:21:17.693Z | Compiling ahash v0.8.12 |
| 1547 | 2025-09-19T18:21:18.070Z | Compiling object v0.36.5 |
| 1548 | 2025-09-19T18:21:19.006Z | Compiling fs-err v3.1.1 |
| 1549 | 2025-09-19T18:21:19.363Z | Compiling rustc-demangle v0.1.24 |
| 1550 | 2025-09-19T18:21:20.007Z | Compiling bitflags v1.3.2 |
| 1551 | 2025-09-19T18:21:20.118Z | Compiling iri-string v0.7.8 |
| 1552 | 2025-09-19T18:21:20.201Z | Compiling rustix v1.0.7 |
| 1553 | 2025-09-19T18:21:20.681Z | Compiling winnow v0.5.40 |
| 1554 | 2025-09-19T18:21:20.876Z | Compiling hubpack_derive v0.1.1 |
| 1555 | 2025-09-19T18:21:20.901Z | Compiling managed v0.8.0 |
| 1556 | 2025-09-19T18:21:21.358Z | Compiling simd-adler32 v0.3.7 |
| 1557 | 2025-09-19T18:21:21.664Z | Compiling anyhow v1.0.99 |
| 1558 | 2025-09-19T18:21:21.772Z | Compiling lockfree-object-pool v0.1.6 |
| 1559 | 2025-09-19T18:21:21.927Z | Compiling buf-list v1.0.3 |
| 1560 | 2025-09-19T18:21:22.063Z | Compiling bumpalo v3.16.0 |
| 1561 | 2025-09-19T18:21:22.282Z | Compiling clap_builder v4.5.41 |
| 1562 | 2025-09-19T18:21:22.539Z | Compiling zopfli v0.8.1 |
| 1563 | 2025-09-19T18:21:23.054Z | Compiling tower-http v0.6.6 |
| 1564 | 2025-09-19T18:21:23.276Z | Compiling hubpack v0.1.2 |
| 1565 | 2025-09-19T18:21:23.723Z | Compiling strum v0.27.2 |
| 1566 | 2025-09-19T18:21:23.895Z | Compiling toml_edit v0.19.15 |
| 1567 | 2025-09-19T18:21:24.120Z | Compiling thiserror v2.0.16 |
| 1568 | 2025-09-19T18:21:24.140Z | Compiling elliptic-curve v0.13.8 |
| 1569 | 2025-09-19T18:21:24.413Z | Compiling hyper-tls v0.6.0 |
| 1570 | 2025-09-19T18:21:24.848Z | Compiling backtrace v0.3.74 |
| 1571 | 2025-09-19T18:21:25.038Z | Compiling oxnet v0.1.3 |
| 1572 | 2025-09-19T18:21:25.810Z | Compiling signal-hook-mio v0.2.4 |
| 1573 | 2025-09-19T18:21:25.851Z | Compiling cookie_store v0.21.1 |
| 1574 | 2025-09-19T18:21:26.062Z | Compiling zstd v0.13.3 |
| 1575 | 2025-09-19T18:21:26.568Z | Compiling postgres-types v0.2.9 |
| 1576 | 2025-09-19T18:21:27.672Z | Compiling usdt-macro v0.5.0 |
| 1577 | 2025-09-19T18:21:27.812Z | Compiling usdt-attr-macro v0.5.0 |
| 1578 | 2025-09-19T18:21:27.834Z | Compiling phf v0.11.2 |
| 1579 | 2025-09-19T18:21:28.139Z | Compiling ed25519 v2.2.3 |
| 1580 | 2025-09-19T18:21:29.099Z | Compiling bzip2 v0.5.2 |
| 1581 | 2025-09-19T18:21:29.371Z | Compiling bzip2 v0.4.4 |
| 1582 | 2025-09-19T18:21:29.497Z | Compiling strum_macros v0.26.4 |
| 1583 | 2025-09-19T18:21:29.777Z | Compiling pkcs1 v0.7.5 |
| 1584 | 2025-09-19T18:21:29.900Z | Compiling serde-big-array v0.5.1 |
| 1585 | 2025-09-19T18:21:30.008Z | Compiling serde_urlencoded v0.7.1 |
| 1586 | 2025-09-19T18:21:30.162Z | Compiling rfc6979 v0.4.0 |
| 1587 | 2025-09-19T18:21:30.380Z | Compiling bstr v1.10.0 |
| 1588 | 2025-09-19T18:21:30.520Z | Compiling clap_derive v4.5.41 |
| 1589 | 2025-09-19T18:21:30.523Z | Compiling serde_repr v0.1.19 |
| 1590 | 2025-09-19T18:21:30.643Z | Compiling enum-as-inner v0.6.1 |
| 1591 | 2025-09-19T18:21:31.671Z | Compiling daft-derive v0.1.4 |
| 1592 | 2025-09-19T18:21:31.739Z | Compiling float-cmp v0.10.0 |
| 1593 | 2025-09-19T18:21:31.761Z | Compiling socket2 v0.5.10 |
| 1594 | 2025-09-19T18:21:31.889Z | Compiling encoding_rs v0.8.34 |
| 1595 | 2025-09-19T18:21:31.988Z | Compiling difflib v0.4.0 |
| 1596 | 2025-09-19T18:21:32.646Z | Compiling unicode-segmentation v1.12.0 |
| 1597 | 2025-09-19T18:21:33.240Z | Compiling fixedbitset v0.4.2 |
| 1598 | 2025-09-19T18:21:33.302Z | Compiling mime v0.3.17 |
| 1599 | 2025-09-19T18:21:33.568Z | Compiling predicates-core v1.0.8 |
| 1600 | 2025-09-19T18:21:33.699Z | Compiling precomputed-hash v0.1.1 |
| 1601 | 2025-09-19T18:21:33.832Z | Compiling new_debug_unreachable v1.0.6 |
| 1602 | 2025-09-19T18:21:33.855Z | Compiling static_assertions v1.1.0 |
| 1603 | 2025-09-19T18:21:33.895Z | Compiling data-encoding v2.9.0 |
| 1604 | 2025-09-19T18:21:33.918Z | Compiling whoami v1.5.2 |
| 1605 | 2025-09-19T18:21:33.939Z | Compiling normalize-line-endings v0.3.0 |
| 1606 | 2025-09-19T18:21:33.980Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 1607 | 2025-09-19T18:21:34.090Z | Compiling predicates v3.1.3 |
| 1608 | 2025-09-19T18:21:34.472Z | Compiling tokio-postgres v0.7.13 |
| 1609 | 2025-09-19T18:21:34.852Z | Compiling clap v4.5.41 |
| 1610 | 2025-09-19T18:21:34.981Z | Compiling hickory-proto v0.25.2 |
| 1611 | 2025-09-19T18:21:35.516Z | Compiling string_cache v0.8.9 |
| 1612 | 2025-09-19T18:21:35.599Z | Compiling strum v0.26.3 |
| 1613 | 2025-09-19T18:21:35.621Z | Compiling toml_edit v0.22.27 |
| 1614 | 2025-09-19T18:21:35.812Z | Compiling petgraph v0.6.5 |
| 1615 | 2025-09-19T18:21:35.915Z | Compiling similar v2.7.0 |
| 1616 | 2025-09-19T18:21:37.767Z | Compiling daft v0.1.4 |
| 1617 | 2025-09-19T18:21:37.937Z | Compiling usdt v0.5.0 |
| 1618 | 2025-09-19T18:21:38.345Z | Compiling ecdsa v0.16.9 |
| 1619 | 2025-09-19T18:21:38.480Z | Compiling rsa v0.9.6 |
| 1620 | 2025-09-19T18:21:39.215Z | Compiling zip v0.6.6 |
| 1621 | 2025-09-19T18:21:39.448Z | Compiling zip v4.2.0 |
| 1622 | 2025-09-19T18:21:39.705Z | Compiling ed25519-dalek v2.1.1 |
| 1623 | 2025-09-19T18:21:40.494Z | Compiling toml v0.7.8 |
| 1624 | 2025-09-19T18:21:41.084Z | Compiling crossterm v0.28.1 |
| 1625 | 2025-09-19T18:21:42.431Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 1626 | 2025-09-19T18:21:42.853Z | Compiling crossbeam-epoch v0.9.18 |
| 1627 | 2025-09-19T18:21:42.944Z | Compiling tokio-stream v0.1.17 |
| 1628 | 2025-09-19T18:21:43.124Z | Compiling x509-cert v0.2.5 |
| 1629 | 2025-09-19T18:21:43.565Z | Compiling openapiv3 v2.2.0 |
| 1630 | 2025-09-19T18:21:43.915Z | Compiling sha1 v0.10.6 |
| 1631 | 2025-09-19T18:21:44.224Z | Compiling itertools v0.10.5 |
| 1632 | 2025-09-19T18:21:44.333Z | Compiling itertools v0.13.0 |
| 1633 | 2025-09-19T18:21:45.390Z | Compiling winnow v0.6.26 |
| 1634 | 2025-09-19T18:21:45.956Z | Compiling peg-runtime v0.8.5 |
| 1635 | 2025-09-19T18:21:46.380Z | Compiling lalrpop-util v0.19.12 |
| 1636 | 2025-09-19T18:21:46.515Z | Compiling rustc-hash v2.1.1 |
| 1637 | 2025-09-19T18:21:46.725Z | Compiling thread_local v1.1.8 |
| 1638 | 2025-09-19T18:21:46.728Z | Compiling slog-async v2.8.0 |
| 1639 | 2025-09-19T18:21:46.768Z | Compiling crossbeam-channel v0.5.15 |
| 1640 | 2025-09-19T18:21:47.190Z | Compiling xattr v1.3.1 |
| 1641 | 2025-09-19T18:21:47.245Z | Compiling futures-executor v0.3.31 |
| 1642 | 2025-09-19T18:21:47.344Z | Compiling is-terminal v0.4.13 |
| 1643 | 2025-09-19T18:21:47.400Z | Compiling filetime v0.2.25 |
| 1644 | 2025-09-19T18:21:47.449Z | Compiling term v1.1.0 |
| 1645 | 2025-09-19T18:21:47.469Z | Compiling take_mut v0.2.2 |
| 1646 | 2025-09-19T18:21:47.636Z | Compiling tar v0.4.44 |
| 1647 | 2025-09-19T18:21:47.730Z | Compiling futures v0.3.31 |
| 1648 | 2025-09-19T18:21:48.682Z | Compiling slog-term v2.9.2 |
| 1649 | 2025-09-19T18:21:51.993Z | Compiling aws-lc-sys v0.26.0 |
| 1650 | 2025-09-19T18:22:21.818Z | Compiling rustls-webpki v0.102.8 |
| 1651 | 2025-09-19T18:22:26.280Z | Compiling tokio-rustls v0.26.0 |
| 1652 | 2025-09-19T18:22:26.533Z | Compiling hyper-rustls v0.27.7 |
| 1653 | 2025-09-19T18:22:26.871Z | Compiling reqwest v0.12.22 |
| 1654 | 2025-09-19T18:22:30.237Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1655 | 2025-09-19T18:22:30.528Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1656 | 2025-09-19T18:22:35.023Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 14s |
| 1657 | 2025-09-19T18:22:35.211Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1658 | 2025-09-19T18:22:35.265Z | Sep 19 18:22:34.245 INFO Starting download, target: Cockroach |
| 1659 | 2025-09-19T18:22:35.269Z | Sep 19 18:22:34.246 INFO Starting download, target: Clickhouse |
| 1660 | 2025-09-19T18:22:35.269Z | Sep 19 18:22:34.246 INFO Starting download, target: Console |
| 1661 | 2025-09-19T18:22:35.269Z | Sep 19 18:22:34.246 INFO Starting download, target: DendriteStub |
| 1662 | 2025-09-19T18:22:35.269Z | Sep 19 18:22:34.246 INFO Starting download, target: MaghemiteMgd |
| 1663 | 2025-09-19T18:22:35.269Z | Sep 19 18:22:34.246 INFO Starting download, target: TransceiverControl |
| 1664 | 2025-09-19T18:22:35.269Z | Sep 19 18:22:34.247 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1665 | 2025-09-19T18:22:35.269Z | Sep 19 18:22:34.247 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1666 | 2025-09-19T18:22:35.269Z | Sep 19 18:22:34.247 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1667 | 2025-09-19T18:22:35.269Z | Sep 19 18:22:34.247 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1668 | 2025-09-19T18:22:35.269Z | Sep 19 18:22:34.247 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1669 | 2025-09-19T18:22:35.269Z | Sep 19 18:22:34.247 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1670 | 2025-09-19T18:22:35.553Z | Sep 19 18:22:34.521 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1671 | 2025-09-19T18:22:35.775Z | Sep 19 18:22:34.742 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1672 | 2025-09-19T18:22:35.972Z | Sep 19 18:22:34.946 INFO Download complete, target: TransceiverControl |
| 1673 | 2025-09-19T18:22:36.160Z | Sep 19 18:22:35.120 INFO Download complete, target: Console |
| 1674 | 2025-09-19T18:22:37.799Z | Sep 19 18:22:36.630 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1675 | 2025-09-19T18:22:37.975Z | Sep 19 18:22:36.868 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1676 | 2025-09-19T18:22:38.140Z | Sep 19 18:22:36.969 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1677 | 2025-09-19T18:22:38.140Z | Sep 19 18:22:36.969 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1678 | 2025-09-19T18:22:38.749Z | Sep 19 18:22:37.632 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1679 | 2025-09-19T18:22:42.289Z | Sep 19 18:22:41.269 INFO Download complete, target: MaghemiteMgd |
| 1680 | 2025-09-19T18:22:43.298Z | Sep 19 18:22:42.221 INFO Download complete, target: DendriteStub |
| 1681 | 2025-09-19T18:22:45.469Z | Sep 19 18:22:44.420 INFO Checking that binary works, target: Cockroach |
| 1682 | 2025-09-19T18:22:45.579Z | Sep 19 18:22:44.553 INFO Download complete, target: Cockroach |
| 1683 | 2025-09-19T18:22:48.717Z | Sep 19 18:22:47.697 INFO Checking that binary works, target: Clickhouse |
| 1684 | 2025-09-19T18:22:48.911Z | Sep 19 18:22:47.891 INFO Download complete, target: Clickhouse |
| 1685 | 2025-09-19T18:22:48.917Z | All prerequisites installed successfully |
| 1686 | 2025-09-19T18:22:48.920Z | |
| 1687 | 2025-09-19T18:22:48.921Z | real 4:46.959881709 |
| 1688 | 2025-09-19T18:22:48.921Z | user 16:24.452609967 |
| 1689 | 2025-09-19T18:22:48.921Z | sys 2:19.252930899 |
| 1690 | 2025-09-19T18:22:48.921Z | trap 0.597345320 |
| 1691 | 2025-09-19T18:22:48.921Z | tflt 1.246678091 |
| 1692 | 2025-09-19T18:22:48.921Z | dflt 1.355468994 |
| 1693 | 2025-09-19T18:22:48.921Z | kflt 0.091997888 |
| 1694 | 2025-09-19T18:22:48.921Z | lock 37:54.560169702 |
| 1695 | 2025-09-19T18:22:48.921Z | slp 59:56.753612675 |
| 1696 | 2025-09-19T18:22:48.921Z | lat 1:14.809267758 |
| 1697 | 2025-09-19T18:22:48.921Z | stop 2:55.264803993 |
| 1698 | 2025-09-19T18:22:48.921Z | + ptime -m cargo xtask download softnpu |
| 1699 | 2025-09-19T18:22:49.677Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s |
| 1700 | 2025-09-19T18:22:49.703Z | Running `target/debug/xtask download softnpu` |
| 1701 | 2025-09-19T18:22:50.730Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.99s |
| 1702 | 2025-09-19T18:22:50.805Z | Running `target/debug/xtask-downloader softnpu` |
| 1703 | 2025-09-19T18:22:50.848Z | Sep 19 18:22:49.827 INFO Starting download, target: Softnpu |
| 1704 | 2025-09-19T18:22:50.851Z | Sep 19 18:22:49.827 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1705 | 2025-09-19T18:22:51.493Z | Sep 19 18:22:50.469 INFO Download complete, target: Softnpu |
| 1706 | 2025-09-19T18:22:51.501Z | |
| 1707 | 2025-09-19T18:22:51.501Z | real 2.568908058 |
| 1708 | 2025-09-19T18:22:51.501Z | user 1.592357375 |
| 1709 | 2025-09-19T18:22:51.501Z | sys 0.677189337 |
| 1710 | 2025-09-19T18:22:51.501Z | trap 0.002798411 |
| 1711 | 2025-09-19T18:22:51.501Z | tflt 0.000133221 |
| 1712 | 2025-09-19T18:22:51.501Z | dflt 0.000189577 |
| 1713 | 2025-09-19T18:22:51.501Z | kflt 0.000000000 |
| 1714 | 2025-09-19T18:22:51.501Z | lock 6.886963465 |
| 1715 | 2025-09-19T18:22:51.501Z | slp 0.531613869 |
| 1716 | 2025-09-19T18:22:51.501Z | lat 0.102090794 |
| 1717 | 2025-09-19T18:22:51.501Z | stop 0.000162528 |
| 1718 | 2025-09-19T18:22:51.501Z | + export CARGO_INCREMENTAL=0 |
| 1719 | 2025-09-19T18:22:51.501Z | + CARGO_INCREMENTAL=0 |
| 1720 | 2025-09-19T18:22:51.501Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1721 | 2025-09-19T18:22:52.781Z | Compiling proc-macro2 v1.0.101 |
| 1722 | 2025-09-19T18:22:52.781Z | Compiling unicode-ident v1.0.18 |
| 1723 | 2025-09-19T18:22:52.781Z | Compiling libc v0.2.174 |
| 1724 | 2025-09-19T18:22:52.784Z | Compiling serde_core v1.0.223 |
| 1725 | 2025-09-19T18:22:52.784Z | Compiling serde v1.0.223 |
| 1726 | 2025-09-19T18:22:52.784Z | Compiling autocfg v1.4.0 |
| 1727 | 2025-09-19T18:22:52.784Z | Compiling cfg-if v1.0.1 |
| 1728 | 2025-09-19T18:22:52.784Z | Compiling version_check v0.9.5 |
| 1729 | 2025-09-19T18:22:53.239Z | Compiling memchr v2.7.4 |
| 1730 | 2025-09-19T18:22:53.273Z | Compiling shlex v1.3.0 |
| 1731 | 2025-09-19T18:22:53.637Z | Compiling lock_api v0.4.12 |
| 1732 | 2025-09-19T18:22:53.652Z | Compiling portable-atomic v1.11.0 |
| 1733 | 2025-09-19T18:22:53.978Z | Compiling typenum v1.17.0 |
| 1734 | 2025-09-19T18:22:54.471Z | Compiling generic-array v0.14.7 |
| 1735 | 2025-09-19T18:22:54.492Z | Compiling value-bag v1.9.0 |
| 1736 | 2025-09-19T18:22:54.807Z | Compiling jobserver v0.1.32 |
| 1737 | 2025-09-19T18:22:54.865Z | Compiling quote v1.0.40 |
| 1738 | 2025-09-19T18:22:55.069Z | Compiling log v0.4.27 |
| 1739 | 2025-09-19T18:22:55.197Z | Compiling libm v0.2.8 |
| 1740 | 2025-09-19T18:22:55.316Z | Compiling syn v2.0.106 |
| 1741 | 2025-09-19T18:22:55.431Z | Compiling cc v1.2.30 |
| 1742 | 2025-09-19T18:22:55.495Z | Compiling getrandom v0.3.1 |
| 1743 | 2025-09-19T18:22:55.540Z | Compiling num-traits v0.2.19 |
| 1744 | 2025-09-19T18:22:55.763Z | Compiling serde_json v1.0.145 |
| 1745 | 2025-09-19T18:22:55.870Z | Compiling parking_lot_core v0.9.10 |
| 1746 | 2025-09-19T18:22:56.075Z | Compiling semver v1.0.26 |
| 1747 | 2025-09-19T18:22:56.128Z | Compiling scopeguard v1.2.0 |
| 1748 | 2025-09-19T18:22:56.278Z | Compiling smallvec v1.15.1 |
| 1749 | 2025-09-19T18:22:56.582Z | Compiling pkg-config v0.3.31 |
| 1750 | 2025-09-19T18:22:56.792Z | Compiling getrandom v0.2.15 |
| 1751 | 2025-09-19T18:22:56.811Z | Compiling itoa v1.0.11 |
| 1752 | 2025-09-19T18:22:57.495Z | Compiling aho-corasick v1.1.3 |
| 1753 | 2025-09-19T18:22:57.512Z | Compiling rustix v0.38.37 |
| 1754 | 2025-09-19T18:22:57.512Z | Compiling regex-syntax v0.8.5 |
| 1755 | 2025-09-19T18:22:58.337Z | Compiling either v1.15.0 |
| 1756 | 2025-09-19T18:22:58.619Z | Compiling stable_deref_trait v1.2.0 |
| 1757 | 2025-09-19T18:22:58.761Z | Compiling critical-section v1.1.3 |
| 1758 | 2025-09-19T18:22:58.766Z | Compiling slab v0.4.9 |
| 1759 | 2025-09-19T18:22:58.977Z | Compiling errno v0.3.12 |
| 1760 | 2025-09-19T18:22:59.168Z | Compiling spin v0.9.8 |
| 1761 | 2025-09-19T18:22:59.232Z | Compiling equivalent v1.0.2 |
| 1762 | 2025-09-19T18:22:59.251Z | Compiling foldhash v0.1.5 |
| 1763 | 2025-09-19T18:22:59.370Z | Compiling allocator-api2 v0.2.21 |
| 1764 | 2025-09-19T18:22:59.398Z | Compiling rand_core v0.6.4 |
| 1765 | 2025-09-19T18:22:59.776Z | Compiling once_cell v1.21.3 |
| 1766 | 2025-09-19T18:22:59.882Z | Compiling glob v0.3.2 |
| 1767 | 2025-09-19T18:23:00.047Z | Compiling hashbrown v0.15.4 |
| 1768 | 2025-09-19T18:23:00.487Z | Compiling prettyplease v0.2.36 |
| 1769 | 2025-09-19T18:23:00.534Z | Compiling ryu v1.0.18 |
| 1770 | 2025-09-19T18:23:00.570Z | Compiling clang-sys v1.8.1 |
| 1771 | 2025-09-19T18:23:00.837Z | Compiling pin-project-lite v0.2.14 |
| 1772 | 2025-09-19T18:23:01.005Z | Compiling regex-automata v0.4.8 |
| 1773 | 2025-09-19T18:23:01.185Z | Compiling subtle v2.6.1 |
| 1774 | 2025-09-19T18:23:01.346Z | Compiling lazy_static v1.5.0 |
| 1775 | 2025-09-19T18:23:01.560Z | Compiling litemap v0.7.3 |
| 1776 | 2025-09-19T18:23:01.617Z | Compiling schemars v0.8.22 |
| 1777 | 2025-09-19T18:23:01.726Z | Compiling writeable v0.5.5 |
| 1778 | 2025-09-19T18:23:02.009Z | Compiling minimal-lexical v0.2.1 |
| 1779 | 2025-09-19T18:23:02.485Z | Compiling synstructure v0.13.1 |
| 1780 | 2025-09-19T18:23:02.507Z | Compiling nom v7.1.3 |
| 1781 | 2025-09-19T18:23:02.670Z | Compiling serde_derive_internals v0.29.1 |
| 1782 | 2025-09-19T18:23:03.601Z | Compiling libloading v0.8.5 |
| 1783 | 2025-09-19T18:23:03.624Z | Compiling bindgen v0.69.5 |
| 1784 | 2025-09-19T18:23:04.061Z | Compiling home v0.5.9 |
| 1785 | 2025-09-19T18:23:04.084Z | Compiling percent-encoding v2.3.2 |
| 1786 | 2025-09-19T18:23:04.148Z | Compiling thiserror v1.0.69 |
| 1787 | 2025-09-19T18:23:04.725Z | Compiling itertools v0.12.1 |
| 1788 | 2025-09-19T18:23:05.742Z | Compiling cexpr v0.6.0 |
| 1789 | 2025-09-19T18:23:05.901Z | Compiling rustc-hash v1.1.0 |
| 1790 | 2025-09-19T18:23:06.044Z | Compiling serde_derive v1.0.223 |
| 1791 | 2025-09-19T18:23:06.087Z | Compiling zeroize_derive v1.4.2 |
| 1792 | 2025-09-19T18:23:07.076Z | Compiling zerofrom-derive v0.1.4 |
| 1793 | 2025-09-19T18:23:07.166Z | Compiling yoke-derive v0.7.4 |
| 1794 | 2025-09-19T18:23:07.417Z | Compiling zerovec-derive v0.10.3 |
| 1795 | 2025-09-19T18:23:07.556Z | Compiling displaydoc v0.2.5 |
| 1796 | 2025-09-19T18:23:08.949Z | Compiling icu_provider_macros v1.5.0 |
| 1797 | 2025-09-19T18:23:09.246Z | Compiling tokio-macros v2.5.0 |
| 1798 | 2025-09-19T18:23:09.415Z | Compiling zeroize v1.8.1 |
| 1799 | 2025-09-19T18:23:09.791Z | Compiling regex v1.11.1 |
| 1800 | 2025-09-19T18:23:09.878Z | Compiling zerocopy-derive v0.7.35 |
| 1801 | 2025-09-19T18:23:09.900Z | Compiling zerofrom v0.1.4 |
| 1802 | 2025-09-19T18:23:09.932Z | Compiling futures-macro v0.3.31 |
| 1803 | 2025-09-19T18:23:10.139Z | Compiling yoke v0.7.4 |
| 1804 | 2025-09-19T18:23:10.511Z | Compiling zerovec v0.10.4 |
| 1805 | 2025-09-19T18:23:10.664Z | Compiling schemars_derive v0.8.22 |
| 1806 | 2025-09-19T18:23:10.822Z | Compiling icu_locid_transform_data v1.5.0 |
| 1807 | 2025-09-19T18:23:11.226Z | Compiling lazycell v1.3.0 |
| 1808 | 2025-09-19T18:23:11.612Z | Compiling thiserror-impl v1.0.69 |
| 1809 | 2025-09-19T18:23:11.635Z | Compiling cmake v0.1.51 |
| 1810 | 2025-09-19T18:23:12.382Z | Compiling signal-hook-registry v1.4.2 |
| 1811 | 2025-09-19T18:23:12.406Z | Compiling byteorder v1.5.0 |
| 1812 | 2025-09-19T18:23:12.917Z | Compiling tinystr v0.7.6 |
| 1813 | 2025-09-19T18:23:12.982Z | Compiling icu_collections v1.5.0 |
| 1814 | 2025-09-19T18:23:13.269Z | Compiling icu_locid v1.5.0 |
| 1815 | 2025-09-19T18:23:13.327Z | Compiling paste v1.0.15 |
| 1816 | 2025-09-19T18:23:13.494Z | Compiling fnv v1.0.7 |
| 1817 | 2025-09-19T18:23:13.656Z | Compiling bitflags v2.9.1 |
| 1818 | 2025-09-19T18:23:13.779Z | Compiling bytes v1.10.1 |
| 1819 | 2025-09-19T18:23:13.803Z | Compiling fs_extra v1.3.0 |
| 1820 | 2025-09-19T18:23:14.230Z | Compiling icu_properties_data v1.5.0 |
| 1821 | 2025-09-19T18:23:14.327Z | Compiling dunce v1.0.5 |
| 1822 | 2025-09-19T18:23:14.595Z | Compiling icu_provider v1.5.0 |
| 1823 | 2025-09-19T18:23:15.087Z | Compiling parking_lot v0.12.3 |
| 1824 | 2025-09-19T18:23:15.775Z | Compiling icu_locid_transform v1.5.0 |
| 1825 | 2025-09-19T18:23:16.145Z | Compiling mio v1.0.2 |
| 1826 | 2025-09-19T18:23:17.047Z | Compiling icu_properties v1.5.1 |
| 1827 | 2025-09-19T18:23:17.098Z | Compiling write16 v1.0.0 |
| 1828 | 2025-09-19T18:23:17.183Z | Compiling utf8_iter v1.0.4 |
| 1829 | 2025-09-19T18:23:17.248Z | Compiling icu_normalizer_data v1.5.0 |
| 1830 | 2025-09-19T18:23:17.378Z | Compiling utf16_iter v1.0.5 |
| 1831 | 2025-09-19T18:23:17.500Z | Compiling heck v0.5.0 |
| 1832 | 2025-09-19T18:23:17.628Z | Compiling crypto-common v0.1.6 |
| 1833 | 2025-09-19T18:23:17.817Z | Compiling which v4.4.2 |
| 1834 | 2025-09-19T18:23:17.904Z | Compiling socket2 v0.6.0 |
| 1835 | 2025-09-19T18:23:18.919Z | Compiling const-oid v0.9.6 |
| 1836 | 2025-09-19T18:23:19.647Z | Compiling tokio v1.47.0 |
| 1837 | 2025-09-19T18:23:20.498Z | Compiling indexmap v2.11.0 |
| 1838 | 2025-09-19T18:23:20.518Z | Compiling form_urlencoded v1.2.2 |
| 1839 | 2025-09-19T18:23:23.758Z | Compiling icu_normalizer v1.5.0 |
| 1840 | 2025-09-19T18:23:23.822Z | Compiling ring v0.17.14 |
| 1841 | 2025-09-19T18:23:23.822Z | Compiling idna_adapter v1.2.0 |
| 1842 | 2025-09-19T18:23:23.822Z | Compiling idna v1.0.3 |
| 1843 | 2025-09-19T18:23:23.822Z | Compiling der_derive v0.7.3 |
| 1844 | 2025-09-19T18:23:23.822Z | Compiling tracing-attributes v0.1.27 |
| 1845 | 2025-09-19T18:23:23.822Z | Compiling thiserror v2.0.16 |
| 1846 | 2025-09-19T18:23:23.822Z | Compiling vcpkg v0.2.15 |
| 1847 | 2025-09-19T18:23:23.881Z | Compiling aws-lc-rs v1.12.4 |
| 1848 | 2025-09-19T18:23:24.527Z | Compiling openssl-sys v0.9.109 |
| 1849 | 2025-09-19T18:23:24.967Z | Compiling url v2.5.4 |
| 1850 | 2025-09-19T18:23:25.885Z | Compiling block-buffer v0.10.4 |
| 1851 | 2025-09-19T18:23:26.151Z | Compiling futures-core v0.3.31 |
| 1852 | 2025-09-19T18:23:26.484Z | Compiling digest v0.10.7 |
| 1853 | 2025-09-19T18:23:26.554Z | Compiling thiserror-impl v2.0.16 |
| 1854 | 2025-09-19T18:23:27.447Z | Compiling httparse v1.9.5 |
| 1855 | 2025-09-19T18:23:28.000Z | Compiling zerocopy v0.7.35 |
| 1856 | 2025-09-19T18:23:28.341Z | Compiling iana-time-zone v0.1.63 |
| 1857 | 2025-09-19T18:23:28.961Z | Compiling chrono v0.4.41 |
| 1858 | 2025-09-19T18:23:29.487Z | Compiling aws-lc-sys v0.26.0 |
| 1859 | 2025-09-19T18:23:29.509Z | Compiling uuid v1.18.1 |
| 1860 | 2025-09-19T18:23:29.943Z | Compiling syn v1.0.109 |
| 1861 | 2025-09-19T18:23:30.852Z | Compiling futures-sink v0.3.31 |
| 1862 | 2025-09-19T18:23:30.970Z | Compiling num-conv v0.1.0 |
| 1863 | 2025-09-19T18:23:31.057Z | Compiling time-core v0.1.2 |
| 1864 | 2025-09-19T18:23:31.261Z | Compiling futures-channel v0.3.31 |
| 1865 | 2025-09-19T18:23:31.283Z | Compiling time-macros v0.2.18 |
| 1866 | 2025-09-19T18:23:33.168Z | Compiling futures-task v0.3.31 |
| 1867 | 2025-09-19T18:23:33.503Z | Compiling strsim v0.11.1 |
| 1868 | 2025-09-19T18:23:33.870Z | Compiling futures-io v0.3.31 |
| 1869 | 2025-09-19T18:23:33.964Z | Compiling openssl v0.10.73 |
| 1870 | 2025-09-19T18:23:34.024Z | Compiling cpufeatures v0.2.14 |
| 1871 | 2025-09-19T18:23:34.137Z | Compiling pin-utils v0.1.0 |
| 1872 | 2025-09-19T18:23:34.269Z | Compiling futures-util v0.3.31 |
| 1873 | 2025-09-19T18:23:34.419Z | Compiling hmac v0.12.1 |
| 1874 | 2025-09-19T18:23:34.556Z | Compiling rustc_version v0.4.1 |
| 1875 | 2025-09-19T18:23:34.666Z | Compiling serde_tokenstream v0.2.2 |
| 1876 | 2025-09-19T18:23:35.095Z | Compiling zerocopy v0.8.26 |
| 1877 | 2025-09-19T18:23:35.434Z | Compiling block-padding v0.3.3 |
| 1878 | 2025-09-19T18:23:35.700Z | Compiling scroll_derive v0.12.0 |
| 1879 | 2025-09-19T18:23:35.869Z | Compiling openssl-macros v0.1.1 |
| 1880 | 2025-09-19T18:23:36.653Z | Compiling rustls v0.23.19 |
| 1881 | 2025-09-19T18:23:36.994Z | Compiling dyn-clone v1.0.20 |
| 1882 | 2025-09-19T18:23:37.017Z | Compiling ucd-trie v0.1.7 |
| 1883 | 2025-09-19T18:23:37.143Z | Compiling crossbeam-utils v0.8.21 |
| 1884 | 2025-09-19T18:23:37.247Z | Compiling native-tls v0.2.12 |
| 1885 | 2025-09-19T18:23:37.280Z | Compiling pest v2.7.14 |
| 1886 | 2025-09-19T18:23:37.640Z | Compiling inout v0.1.3 |
| 1887 | 2025-09-19T18:23:37.676Z | Compiling zerocopy-derive v0.8.26 |
| 1888 | 2025-09-19T18:23:40.113Z | Compiling pest_meta v2.7.14 |
| 1889 | 2025-09-19T18:23:40.522Z | Compiling cipher v0.4.4 |
| 1890 | 2025-09-19T18:23:40.589Z | Compiling sha2 v0.10.9 |
| 1891 | 2025-09-19T18:23:41.452Z | Compiling http v1.3.1 |
| 1892 | 2025-09-19T18:23:42.478Z | Compiling cookie v0.18.1 |
| 1893 | 2025-09-19T18:23:42.500Z | Compiling base64ct v1.6.0 |
| 1894 | 2025-09-19T18:23:42.946Z | Compiling rustversion v1.0.17 |
| 1895 | 2025-09-19T18:23:43.378Z | Compiling pem-rfc7468 v0.7.0 |
| 1896 | 2025-09-19T18:23:43.594Z | Compiling pest_generator v2.7.14 |
| 1897 | 2025-09-19T18:23:43.907Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1898 | 2025-09-19T18:23:44.605Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1899 | 2025-09-19T18:23:45.119Z | Compiling anyhow v1.0.99 |
| 1900 | 2025-09-19T18:23:45.147Z | Compiling slog v2.7.0 |
| 1901 | 2025-09-19T18:23:45.647Z | Compiling flagset v0.4.6 |
| 1902 | 2025-09-19T18:23:45.702Z | Compiling pest_derive v2.7.14 |
| 1903 | 2025-09-19T18:23:45.885Z | Compiling der v0.7.9 |
| 1904 | 2025-09-19T18:23:47.208Z | Compiling toml_datetime v0.6.11 |
| 1905 | 2025-09-19T18:23:47.230Z | Compiling serde_spanned v0.6.9 |
| 1906 | 2025-09-19T18:23:47.334Z | Compiling tracing-core v0.1.32 |
| 1907 | 2025-09-19T18:23:47.471Z | Compiling usdt-impl v0.5.0 |
| 1908 | 2025-09-19T18:23:47.695Z | Compiling rustls-pki-types v1.10.0 |
| 1909 | 2025-09-19T18:23:47.876Z | Compiling spki v0.7.3 |
| 1910 | 2025-09-19T18:23:47.896Z | Compiling salsa20 v0.10.2 |
| 1911 | 2025-09-19T18:23:48.154Z | Compiling tracing v0.1.40 |
| 1912 | 2025-09-19T18:23:48.237Z | Compiling scroll v0.12.0 |
| 1913 | 2025-09-19T18:23:48.627Z | Compiling pbkdf2 v0.12.2 |
| 1914 | 2025-09-19T18:23:48.726Z | Compiling ppv-lite86 v0.2.20 |
| 1915 | 2025-09-19T18:23:49.270Z | Compiling plain v0.2.3 |
| 1916 | 2025-09-19T18:23:49.300Z | Compiling litrs v0.4.1 |
| 1917 | 2025-09-19T18:23:49.412Z | Compiling rustix v1.0.7 |
| 1918 | 2025-09-19T18:23:49.444Z | Compiling winnow v0.5.40 |
| 1919 | 2025-09-19T18:23:49.466Z | Compiling goblin v0.8.2 |
| 1920 | 2025-09-19T18:23:49.713Z | Compiling scrypt v0.11.0 |
| 1921 | 2025-09-19T18:23:49.842Z | Compiling cbc v0.1.2 |
| 1922 | 2025-09-19T18:23:50.014Z | Compiling aes v0.8.4 |
| 1923 | 2025-09-19T18:23:50.078Z | Compiling tokio-util v0.7.15 |
| 1924 | 2025-09-19T18:23:50.228Z | Compiling document-features v0.2.11 |
| 1925 | 2025-09-19T18:23:51.279Z | Compiling adler2 v2.0.0 |
| 1926 | 2025-09-19T18:23:51.606Z | Compiling untrusted v0.7.1 |
| 1927 | 2025-09-19T18:23:51.842Z | Compiling powerfmt v0.2.0 |
| 1928 | 2025-09-19T18:23:52.356Z | Compiling untrusted v0.9.0 |
| 1929 | 2025-09-19T18:23:52.568Z | Compiling newtype-uuid v1.2.4 |
| 1930 | 2025-09-19T18:23:52.865Z | Compiling toml_edit v0.19.15 |
| 1931 | 2025-09-19T18:23:52.895Z | Compiling pretty-hex v0.4.1 |
| 1932 | 2025-09-19T18:23:53.133Z | Compiling deranged v0.3.11 |
| 1933 | 2025-09-19T18:23:53.296Z | Compiling miniz_oxide v0.8.5 |
| 1934 | 2025-09-19T18:23:54.487Z | Compiling pkcs5 v0.7.1 |
| 1935 | 2025-09-19T18:23:55.230Z | Compiling dof v0.3.0 |
| 1936 | 2025-09-19T18:23:56.601Z | Compiling dtrace-parser v0.2.0 |
| 1937 | 2025-09-19T18:23:56.726Z | Compiling http-body v1.0.1 |
| 1938 | 2025-09-19T18:23:57.024Z | Compiling heapless v0.7.17 |
| 1939 | 2025-09-19T18:23:57.470Z | Compiling thread-id v4.2.2 |
| 1940 | 2025-09-19T18:23:57.848Z | Compiling zstd-safe v7.2.3 |
| 1941 | 2025-09-19T18:23:58.179Z | Compiling num_threads v0.1.7 |
| 1942 | 2025-09-19T18:23:58.341Z | Compiling signal-hook v0.3.18 |
| 1943 | 2025-09-19T18:23:58.399Z | Compiling atomic-waker v1.1.2 |
| 1944 | 2025-09-19T18:23:58.494Z | Compiling base64 v0.22.1 |
| 1945 | 2025-09-19T18:23:58.603Z | Compiling time v0.3.36 |
| 1946 | 2025-09-19T18:24:00.266Z | Compiling pkcs8 v0.10.2 |
| 1947 | 2025-09-19T18:24:00.842Z | Compiling tinyvec_macros v0.1.1 |
| 1948 | 2025-09-19T18:24:00.863Z | Compiling ident_case v1.0.1 |
| 1949 | 2025-09-19T18:24:01.634Z | Compiling try-lock v0.2.5 |
| 1950 | 2025-09-19T18:24:01.827Z | Compiling tower-service v0.3.3 |
| 1951 | 2025-09-19T18:24:01.914Z | Compiling want v0.3.1 |
| 1952 | 2025-09-19T18:24:01.983Z | Compiling tinyvec v1.8.0 |
| 1953 | 2025-09-19T18:24:03.464Z | Compiling h2 v0.4.6 |
| 1954 | 2025-09-19T18:24:05.115Z | Compiling curve25519-dalek v4.1.3 |
| 1955 | 2025-09-19T18:24:05.574Z | Compiling rand_core v0.9.3 |
| 1956 | 2025-09-19T18:24:05.624Z | Compiling ipnet v2.11.0 |
| 1957 | 2025-09-19T18:24:05.950Z | Compiling async-trait v0.1.89 |
| 1958 | 2025-09-19T18:24:08.010Z | Compiling memoffset v0.9.1 |
| 1959 | 2025-09-19T18:24:08.515Z | Compiling openssl-probe v0.1.5 |
| 1960 | 2025-09-19T18:24:08.624Z | Compiling httpdate v1.0.3 |
| 1961 | 2025-09-19T18:24:08.930Z | Compiling foreign-types-shared v0.1.1 |
| 1962 | 2025-09-19T18:24:09.171Z | Compiling smoltcp v0.9.1 |
| 1963 | 2025-09-19T18:24:09.386Z | Compiling num-bigint-dig v0.8.4 |
| 1964 | 2025-09-19T18:24:09.444Z | Compiling gimli v0.31.1 |
| 1965 | 2025-09-19T18:24:09.969Z | Compiling foreign-types v0.3.2 |
| 1966 | 2025-09-19T18:24:11.592Z | Compiling rand_chacha v0.9.0 |
| 1967 | 2025-09-19T18:24:12.477Z | Compiling hyper v1.7.0 |
| 1968 | 2025-09-19T18:24:14.438Z | Compiling addr2line v0.24.2 |
| 1969 | 2025-09-19T18:24:17.033Z | Compiling usdt-attr-macro v0.5.0 |
| 1970 | 2025-09-19T18:24:18.438Z | Compiling usdt-macro v0.5.0 |
| 1971 | 2025-09-19T18:24:20.989Z | Compiling strum_macros v0.26.4 |
| 1972 | 2025-09-19T18:24:22.678Z | Compiling ipnetwork v0.21.1 |
| 1973 | 2025-09-19T18:24:23.803Z | Compiling daft-derive v0.1.4 |
| 1974 | 2025-09-19T18:24:24.615Z | Compiling object v0.36.5 |
| 1975 | 2025-09-19T18:24:25.567Z | Compiling rustc-demangle v0.1.24 |
| 1976 | 2025-09-19T18:24:25.880Z | Compiling cfg_aliases v0.2.1 |
| 1977 | 2025-09-19T18:24:26.004Z | Compiling nix v0.29.0 |
| 1978 | 2025-09-19T18:24:31.456Z | Compiling hyper-util v0.1.16 |
| 1979 | 2025-09-19T18:24:32.888Z | Compiling backtrace v0.3.74 |
| 1980 | 2025-09-19T18:24:34.006Z | Compiling rand v0.9.2 |
| 1981 | 2025-09-19T18:24:35.266Z | Compiling unicode-normalization v0.1.24 |
| 1982 | 2025-09-19T18:24:37.424Z | Compiling strum_macros v0.27.1 |
| 1983 | 2025-09-19T18:24:38.226Z | Compiling hubpack_derive v0.1.1 |
| 1984 | 2025-09-19T18:24:39.079Z | Compiling signature v2.2.0 |
| 1985 | 2025-09-19T18:24:39.104Z | Compiling openapiv3 v2.2.0 |
| 1986 | 2025-09-19T18:24:39.334Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1987 | 2025-09-19T18:24:41.650Z | Compiling fs-err v3.1.1 |
| 1988 | 2025-09-19T18:24:42.011Z | Compiling ahash v0.8.12 |
| 1989 | 2025-09-19T18:24:42.391Z | Compiling crc32fast v1.4.2 |
| 1990 | 2025-09-19T18:24:42.873Z | Compiling buf-list v1.0.3 |
| 1991 | 2025-09-19T18:24:43.011Z | Compiling unicode-bidi v0.3.17 |
| 1992 | 2025-09-19T18:24:43.059Z | Compiling zlib-rs v0.5.1 |
| 1993 | 2025-09-19T18:24:43.111Z | Compiling unicode-properties v0.1.3 |
| 1994 | 2025-09-19T18:24:43.415Z | Compiling utf8parse v0.2.2 |
| 1995 | 2025-09-19T18:24:43.521Z | Compiling anstyle v1.0.11 |
| 1996 | 2025-09-19T18:24:43.596Z | Compiling siphasher v0.3.11 |
| 1997 | 2025-09-19T18:24:43.947Z | Compiling phf_shared v0.11.2 |
| 1998 | 2025-09-19T18:24:43.969Z | Compiling stringprep v0.1.5 |
| 1999 | 2025-09-19T18:24:44.035Z | Compiling anstyle-parse v0.2.5 |
| 2000 | 2025-09-19T18:24:47.882Z | Compiling libz-rs-sys v0.5.1 |
| 2001 | 2025-09-19T18:24:53.008Z | Compiling http-body-util v0.1.3 |
| 2002 | 2025-09-19T18:24:53.531Z | Compiling rand_chacha v0.3.1 |
| 2003 | 2025-09-19T18:24:54.103Z | Compiling sync_wrapper v1.0.1 |
| 2004 | 2025-09-19T18:24:54.181Z | Compiling md-5 v0.10.6 |
| 2005 | 2025-09-19T18:24:54.398Z | Compiling num-integer v0.1.46 |
| 2006 | 2025-09-19T18:24:54.455Z | Compiling hash32 v0.2.1 |
| 2007 | 2025-09-19T18:24:54.476Z | Compiling ff v0.13.0 |
| 2008 | 2025-09-19T18:24:54.729Z | Compiling encoding_rs v0.8.34 |
| 2009 | 2025-09-19T18:24:54.814Z | Compiling tower-layer v0.3.3 |
| 2010 | 2025-09-19T18:24:55.115Z | Compiling fallible-iterator v0.2.0 |
| 2011 | 2025-09-19T18:24:55.413Z | Compiling mime v0.3.17 |
| 2012 | 2025-09-19T18:24:55.794Z | Compiling psl-types v2.0.11 |
| 2013 | 2025-09-19T18:24:56.263Z | Compiling base16ct v0.2.0 |
| 2014 | 2025-09-19T18:24:56.383Z | Compiling anstyle-query v1.1.1 |
| 2015 | 2025-09-19T18:24:56.565Z | Compiling is_terminal_polyfill v1.70.1 |
| 2016 | 2025-09-19T18:24:56.715Z | Compiling colorchoice v1.0.2 |
| 2017 | 2025-09-19T18:24:56.827Z | Compiling publicsuffix v2.3.0 |
| 2018 | 2025-09-19T18:24:56.906Z | Compiling anstream v0.6.18 |
| 2019 | 2025-09-19T18:24:57.210Z | Compiling sec1 v0.7.3 |
| 2020 | 2025-09-19T18:24:57.722Z | Compiling postgres-protocol v0.6.8 |
| 2021 | 2025-09-19T18:24:57.810Z | Compiling tower v0.5.2 |
| 2022 | 2025-09-19T18:24:58.799Z | Compiling num-iter v0.1.45 |
| 2023 | 2025-09-19T18:24:59.624Z | Compiling group v0.13.0 |
| 2024 | 2025-09-19T18:25:00.799Z | Compiling rand v0.8.5 |
| 2025 | 2025-09-19T18:25:02.242Z | Compiling tokio-native-tls v0.3.1 |
| 2026 | 2025-09-19T18:25:02.541Z | Compiling flate2 v1.1.2 |
| 2027 | 2025-09-19T18:25:03.529Z | Compiling rustls-native-certs v0.8.1 |
| 2028 | 2025-09-19T18:25:04.147Z | Compiling rustls-webpki v0.102.8 |
| 2029 | 2025-09-19T18:25:04.877Z | Compiling webpki-roots v1.0.1 |
| 2030 | 2025-09-19T18:25:05.509Z | Compiling hkdf v0.12.4 |
| 2031 | 2025-09-19T18:25:05.655Z | Compiling serde_urlencoded v0.7.1 |
| 2032 | 2025-09-19T18:25:05.752Z | Compiling clap_derive v4.5.41 |
| 2033 | 2025-09-19T18:25:06.047Z | Compiling enum-as-inner v0.6.1 |
| 2034 | 2025-09-19T18:25:06.077Z | Compiling terminal_size v0.4.0 |
| 2035 | 2025-09-19T18:25:06.526Z | Compiling crypto-bigint v0.5.5 |
| 2036 | 2025-09-19T18:25:07.029Z | Compiling serde_repr v0.1.19 |
| 2037 | 2025-09-19T18:25:08.410Z | Compiling iri-string v0.7.8 |
| 2038 | 2025-09-19T18:25:09.686Z | Compiling managed v0.8.0 |
| 2039 | 2025-09-19T18:25:09.835Z | Compiling bitflags v1.3.2 |
| 2040 | 2025-09-19T18:25:10.384Z | Compiling winnow v0.7.10 |
| 2041 | 2025-09-19T18:25:10.840Z | Compiling clap_lex v0.7.4 |
| 2042 | 2025-09-19T18:25:12.040Z | Compiling tokio-rustls v0.26.0 |
| 2043 | 2025-09-19T18:25:12.060Z | Compiling bumpalo v3.16.0 |
| 2044 | 2025-09-19T18:25:12.505Z | Compiling lockfree-object-pool v0.1.6 |
| 2045 | 2025-09-19T18:25:12.528Z | Compiling simd-adler32 v0.3.7 |
| 2046 | 2025-09-19T18:25:12.788Z | Compiling hyper-rustls v0.27.7 |
| 2047 | 2025-09-19T18:25:13.018Z | Compiling zopfli v0.8.1 |
| 2048 | 2025-09-19T18:25:13.380Z | Compiling tower-http v0.6.6 |
| 2049 | 2025-09-19T18:25:14.311Z | Compiling clap_builder v4.5.41 |
| 2050 | 2025-09-19T18:25:15.104Z | Compiling elliptic-curve v0.13.8 |
| 2051 | 2025-09-19T18:25:16.179Z | Compiling oxnet v0.1.3 |
| 2052 | 2025-09-19T18:25:16.916Z | Compiling hyper-tls v0.6.0 |
| 2053 | 2025-09-19T18:25:20.249Z | Compiling zstd v0.13.3 |
| 2054 | 2025-09-19T18:25:20.347Z | Compiling signal-hook-mio v0.2.4 |
| 2055 | 2025-09-19T18:25:20.454Z | Compiling cookie_store v0.21.1 |
| 2056 | 2025-09-19T18:25:20.753Z | Compiling postgres-types v0.2.9 |
| 2057 | 2025-09-19T18:25:21.491Z | Compiling phf v0.11.2 |
| 2058 | 2025-09-19T18:25:21.867Z | Compiling strum v0.27.2 |
| 2059 | 2025-09-19T18:25:21.887Z | Compiling ed25519 v2.2.3 |
| 2060 | 2025-09-19T18:25:21.890Z | Compiling hubpack v0.1.2 |
| 2061 | 2025-09-19T18:25:21.997Z | Compiling bzip2 v0.4.4 |
| 2062 | 2025-09-19T18:25:22.062Z | Compiling bzip2 v0.5.2 |
| 2063 | 2025-09-19T18:25:22.350Z | Compiling crossbeam-epoch v0.9.18 |
| 2064 | 2025-09-19T18:25:22.372Z | Compiling pkcs1 v0.7.5 |
| 2065 | 2025-09-19T18:25:23.180Z | Compiling rfc6979 v0.4.0 |
| 2066 | 2025-09-19T18:25:23.391Z | Compiling float-cmp v0.10.0 |
| 2067 | 2025-09-19T18:25:23.395Z | Compiling serde-big-array v0.5.1 |
| 2068 | 2025-09-19T18:25:23.645Z | Compiling bstr v1.10.0 |
| 2069 | 2025-09-19T18:25:23.667Z | Compiling regress v0.10.4 |
| 2070 | 2025-09-19T18:25:23.727Z | Compiling socket2 v0.5.10 |
| 2071 | 2025-09-19T18:25:24.234Z | Compiling memmap v0.7.0 |
| 2072 | 2025-09-19T18:25:24.563Z | Compiling difflib v0.4.0 |
| 2073 | 2025-09-19T18:25:24.583Z | Compiling normalize-line-endings v0.3.0 |
| 2074 | 2025-09-19T18:25:24.738Z | Compiling predicates-core v1.0.8 |
| 2075 | 2025-09-19T18:25:24.980Z | Compiling toml_write v0.1.2 |
| 2076 | 2025-09-19T18:25:25.367Z | Compiling new_debug_unreachable v1.0.6 |
| 2077 | 2025-09-19T18:25:25.484Z | Compiling whoami v1.5.2 |
| 2078 | 2025-09-19T18:25:25.573Z | Compiling fixedbitset v0.4.2 |
| 2079 | 2025-09-19T18:25:25.915Z | Compiling precomputed-hash v0.1.1 |
| 2080 | 2025-09-19T18:25:25.957Z | Compiling unicode-segmentation v1.12.0 |
| 2081 | 2025-09-19T18:25:25.990Z | Compiling static_assertions v1.1.0 |
| 2082 | 2025-09-19T18:25:26.065Z | Compiling data-encoding v2.9.0 |
| 2083 | 2025-09-19T18:25:26.580Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 2084 | 2025-09-19T18:25:26.825Z | Compiling reqwest v0.12.22 |
| 2085 | 2025-09-19T18:25:27.369Z | Compiling typify-impl v0.3.0 |
| 2086 | 2025-09-19T18:25:27.473Z | Compiling hickory-proto v0.25.2 |
| 2087 | 2025-09-19T18:25:28.685Z | Compiling toml_edit v0.22.27 |
| 2088 | 2025-09-19T18:25:28.729Z | Compiling similar v2.7.0 |
| 2089 | 2025-09-19T18:25:30.555Z | Compiling string_cache v0.8.9 |
| 2090 | 2025-09-19T18:25:30.968Z | Compiling petgraph v0.6.5 |
| 2091 | 2025-09-19T18:25:34.749Z | Compiling tokio-postgres v0.7.13 |
| 2092 | 2025-09-19T18:25:35.927Z | Compiling predicates v3.1.3 |
| 2093 | 2025-09-19T18:25:36.689Z | Compiling usdt v0.5.0 |
| 2094 | 2025-09-19T18:25:37.153Z | Compiling ecdsa v0.16.9 |
| 2095 | 2025-09-19T18:25:37.986Z | Compiling rsa v0.9.6 |
| 2096 | 2025-09-19T18:25:38.630Z | Compiling zip v4.2.0 |
| 2097 | 2025-09-19T18:25:39.441Z | Compiling zip v0.6.6 |
| 2098 | 2025-09-19T18:25:39.658Z | Compiling ed25519-dalek v2.1.1 |
| 2099 | 2025-09-19T18:25:40.415Z | Compiling crossterm v0.28.1 |
| 2100 | 2025-09-19T18:25:40.517Z | Compiling clap v4.5.41 |
| 2101 | 2025-09-19T18:25:40.571Z | Compiling daft v0.1.4 |
| 2102 | 2025-09-19T18:25:40.655Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 2103 | 2025-09-19T18:25:40.973Z | Compiling strum v0.26.3 |
| 2104 | 2025-09-19T18:25:41.046Z | Compiling darling_core v0.21.0 |
| 2105 | 2025-09-19T18:25:41.085Z | Compiling tokio-stream v0.1.17 |
| 2106 | 2025-09-19T18:25:41.182Z | Compiling toml v0.7.8 |
| 2107 | 2025-09-19T18:25:41.302Z | Compiling x509-cert v0.2.5 |
| 2108 | 2025-09-19T18:25:44.622Z | Compiling sha1 v0.10.6 |
| 2109 | 2025-09-19T18:25:45.035Z | Compiling itertools v0.10.5 |
| 2110 | 2025-09-19T18:25:45.225Z | Compiling itertools v0.13.0 |
| 2111 | 2025-09-19T18:25:46.251Z | Compiling winnow v0.6.26 |
| 2112 | 2025-09-19T18:25:47.454Z | Compiling unicode-xid v0.2.6 |
| 2113 | 2025-09-19T18:25:47.668Z | Compiling peg-runtime v0.8.5 |
| 2114 | 2025-09-19T18:25:48.056Z | Compiling rustc-hash v2.1.1 |
| 2115 | 2025-09-19T18:25:48.141Z | Compiling lalrpop-util v0.19.12 |
| 2116 | 2025-09-19T18:25:48.514Z | Compiling darling_macro v0.21.0 |
| 2117 | 2025-09-19T18:25:49.374Z | Compiling typify-macro v0.3.0 |
| 2118 | 2025-09-19T18:25:49.475Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2119 | 2025-09-19T18:25:52.660Z | Compiling camino v1.2.0 |
| 2120 | 2025-09-19T18:25:53.230Z | Compiling rayon-core v1.12.1 |
| 2121 | 2025-09-19T18:25:57.589Z | Compiling darling v0.21.0 |
| 2122 | 2025-09-19T18:25:57.965Z | Compiling proc-macro-crate v1.3.1 |
| 2123 | 2025-09-19T18:25:58.014Z | Compiling macaddr v1.0.1 |
| 2124 | 2025-09-19T18:25:58.586Z | Compiling structmeta-derive v0.3.0 |
| 2125 | 2025-09-19T18:25:59.025Z | Compiling itertools v0.14.0 |
| 2126 | 2025-09-19T18:25:59.797Z | Compiling heapless v0.8.0 |
| 2127 | 2025-09-19T18:26:01.737Z | Compiling ref-cast v1.0.24 |
| 2128 | 2025-09-19T18:26:01.762Z | Compiling fastrand v2.1.1 |
| 2129 | 2025-09-19T18:26:02.306Z | Compiling tempfile v3.20.0 |
| 2130 | 2025-09-19T18:26:02.408Z | Compiling ingot-macros v0.1.1 |
| 2131 | 2025-09-19T18:26:04.008Z | Compiling structmeta v0.3.0 |
| 2132 | 2025-09-19T18:26:06.581Z | Compiling num_enum_derive v0.5.11 |
| 2133 | 2025-09-19T18:26:08.678Z | Compiling crossbeam-deque v0.8.5 |
| 2134 | 2025-09-19T18:26:10.014Z | Compiling hash32 v0.3.1 |
| 2135 | 2025-09-19T18:26:10.288Z | Compiling ref-cast-impl v1.0.24 |
| 2136 | 2025-09-19T18:26:15.260Z | Compiling smoltcp v0.11.0 |
| 2137 | 2025-09-19T18:26:15.835Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2138 | 2025-09-19T18:26:24.653Z | Compiling ingot-types v0.1.2 |
| 2139 | 2025-09-19T18:26:25.100Z | Compiling num_enum v0.5.11 |
| 2140 | 2025-09-19T18:26:26.920Z | Compiling typify v0.3.0 |
| 2141 | 2025-09-19T18:26:30.551Z | Compiling darling_core v0.20.10 |
| 2142 | 2025-09-19T18:26:31.459Z | Compiling proc-macro-error-attr v1.0.4 |
| 2143 | 2025-09-19T18:26:32.012Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2144 | 2025-09-19T18:26:32.327Z | Compiling rustls v0.22.4 |
| 2145 | 2025-09-19T18:26:32.656Z | Compiling cobs v0.2.3 |
| 2146 | 2025-09-19T18:26:33.125Z | Compiling unsafe-libyaml v0.2.11 |
| 2147 | 2025-09-19T18:26:34.825Z | Compiling serde_yaml v0.9.34+deprecated |
| 2148 | 2025-09-19T18:26:35.563Z | Compiling darling_macro v0.20.10 |
| 2149 | 2025-09-19T18:26:38.060Z | Compiling postcard v1.0.10 |
| 2150 | 2025-09-19T18:26:44.802Z | Compiling progenitor-impl v0.9.1 |
| 2151 | 2025-09-19T18:26:45.137Z | Compiling ingot v0.1.1 |
| 2152 | 2025-09-19T18:26:53.083Z | Compiling futures-executor v0.3.31 |
| 2153 | 2025-09-19T18:26:53.502Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c) |
| 2154 | 2025-09-19T18:26:54.052Z | Compiling hex v0.4.3 |
| 2155 | 2025-09-19T18:26:54.264Z | Compiling foreign-types-macros v0.2.3 |
| 2156 | 2025-09-19T18:26:54.352Z | Compiling thread_local v1.1.8 |
| 2157 | 2025-09-19T18:26:54.437Z | Compiling wait-timeout v0.2.0 |
| 2158 | 2025-09-19T18:26:54.750Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c) |
| 2159 | 2025-09-19T18:26:54.979Z | Compiling proc-macro-error v1.0.4 |
| 2160 | 2025-09-19T18:26:55.115Z | Compiling multer v3.1.0 |
| 2161 | 2025-09-19T18:26:55.324Z | Compiling slog-async v2.8.0 |
| 2162 | 2025-09-19T18:26:55.351Z | Compiling bit-vec v0.8.0 |
| 2163 | 2025-09-19T18:26:55.449Z | Compiling foreign-types-shared v0.3.1 |
| 2164 | 2025-09-19T18:26:55.471Z | Compiling quick-error v1.2.3 |
| 2165 | 2025-09-19T18:26:55.814Z | Compiling match_cfg v0.1.0 |
| 2166 | 2025-09-19T18:26:55.933Z | Compiling unicode-width v0.1.14 |
| 2167 | 2025-09-19T18:26:55.953Z | Compiling hostname v0.3.1 |
| 2168 | 2025-09-19T18:26:56.230Z | Compiling bit-set v0.8.0 |
| 2169 | 2025-09-19T18:26:56.254Z | Compiling rusty-fork v0.3.0 |
| 2170 | 2025-09-19T18:26:56.278Z | Compiling foreign-types v0.5.0 |
| 2171 | 2025-09-19T18:26:56.435Z | Compiling tabwriter v1.4.0 |
| 2172 | 2025-09-19T18:26:56.711Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c) |
| 2173 | 2025-09-19T18:26:56.785Z | Compiling futures v0.3.31 |
| 2174 | 2025-09-19T18:26:56.857Z | Compiling progenitor-macro v0.9.1 |
| 2175 | 2025-09-19T18:26:58.200Z | Compiling darling v0.20.10 |
| 2176 | 2025-09-19T18:26:58.549Z | Compiling derive-ex v0.1.8 |
| 2177 | 2025-09-19T18:27:00.531Z | Compiling progenitor-client v0.9.1 |
| 2178 | 2025-09-19T18:27:01.457Z | Compiling toml_parser v1.0.2 |
| 2179 | 2025-09-19T18:27:01.803Z | Compiling slog-json v2.6.1 |
| 2180 | 2025-09-19T18:27:02.264Z | Compiling rand_xorshift v0.4.0 |
| 2181 | 2025-09-19T18:27:02.287Z | Compiling crossbeam-channel v0.5.15 |
| 2182 | 2025-09-19T18:27:02.559Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2183 | 2025-09-19T18:27:03.359Z | Compiling serde_spanned v1.0.0 |
| 2184 | 2025-09-19T18:27:03.659Z | Compiling toml_datetime v0.7.0 |
| 2185 | 2025-09-19T18:27:03.734Z | Compiling async-stream-impl v0.3.6 |
| 2186 | 2025-09-19T18:27:04.554Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c) |
| 2187 | 2025-09-19T18:27:04.721Z | Compiling cstr-argument v0.1.2 |
| 2188 | 2025-09-19T18:27:04.889Z | Compiling is-terminal v0.4.13 |
| 2189 | 2025-09-19T18:27:05.010Z | Compiling dropshot v0.16.4 |
| 2190 | 2025-09-19T18:27:05.051Z | Compiling term v1.1.0 |
| 2191 | 2025-09-19T18:27:05.157Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2192 | 2025-09-19T18:27:05.375Z | Compiling unarray v0.1.4 |
| 2193 | 2025-09-19T18:27:05.397Z | Compiling crucible-workspace-hack v0.1.0 |
| 2194 | 2025-09-19T18:27:05.490Z | Compiling toml_writer v1.0.2 |
| 2195 | 2025-09-19T18:27:05.604Z | Compiling typeid v1.0.3 |
| 2196 | 2025-09-19T18:27:05.732Z | Compiling take_mut v0.2.2 |
| 2197 | 2025-09-19T18:27:05.935Z | Compiling pretty-hex v0.2.1 |
| 2198 | 2025-09-19T18:27:06.169Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2199 | 2025-09-19T18:27:06.191Z | Compiling toml v0.9.5 |
| 2200 | 2025-09-19T18:27:06.638Z | Compiling slog-term v2.9.2 |
| 2201 | 2025-09-19T18:27:07.616Z | Compiling progenitor v0.9.1 |
| 2202 | 2025-09-19T18:27:07.874Z | Compiling proptest v1.7.0 |
| 2203 | 2025-09-19T18:27:09.091Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2204 | 2025-09-19T18:27:09.288Z | Compiling async-stream v0.3.6 |
| 2205 | 2025-09-19T18:27:09.631Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2206 | 2025-09-19T18:27:09.844Z | Compiling tokio-rustls v0.25.0 |
| 2207 | 2025-09-19T18:27:09.948Z | Compiling test-strategy v0.4.3 |
| 2208 | 2025-09-19T18:27:10.327Z | Compiling slog-bunyan v2.5.0 |
| 2209 | 2025-09-19T18:27:10.494Z | Compiling serde_with_macros v3.14.0 |
| 2210 | 2025-09-19T18:27:12.867Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2211 | 2025-09-19T18:27:13.015Z | Compiling rayon v1.10.0 |
| 2212 | 2025-09-19T18:27:13.082Z | Compiling parse-display-derive v0.10.0 |
| 2213 | 2025-09-19T18:27:13.782Z | Compiling colored v2.2.0 |
| 2214 | 2025-09-19T18:27:15.157Z | Compiling waitgroup v0.1.2 |
| 2215 | 2025-09-19T18:27:15.443Z | Compiling rustls-pemfile v2.2.0 |
| 2216 | 2025-09-19T18:27:15.537Z | Compiling dropshot_endpoint v0.16.4 |
| 2217 | 2025-09-19T18:27:15.936Z | Compiling hashbrown v0.16.0 |
| 2218 | 2025-09-19T18:27:16.470Z | Compiling serde_path_to_error v0.1.17 |
| 2219 | 2025-09-19T18:27:17.346Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2220 | 2025-09-19T18:27:17.487Z | Compiling derive-where v1.5.0 |
| 2221 | 2025-09-19T18:27:18.100Z | Compiling hostname v0.4.0 |
| 2222 | 2025-09-19T18:27:18.360Z | Compiling instant v0.1.13 |
| 2223 | 2025-09-19T18:27:18.399Z | Compiling debug-ignore v1.0.5 |
| 2224 | 2025-09-19T18:27:18.562Z | Compiling heck v0.4.1 |
| 2225 | 2025-09-19T18:27:18.594Z | Compiling foldhash v0.2.0 |
| 2226 | 2025-09-19T18:27:18.990Z | Compiling zone_cfg_derive v0.3.0 |
| 2227 | 2025-09-19T18:27:19.179Z | Compiling iddqd v0.3.13 |
| 2228 | 2025-09-19T18:27:20.231Z | Compiling backoff v0.4.0 |
| 2229 | 2025-09-19T18:27:20.315Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2230 | 2025-09-19T18:27:20.619Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2231 | 2025-09-19T18:27:20.697Z | Compiling parse-display v0.10.0 |
| 2232 | 2025-09-19T18:27:20.912Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718) |
| 2233 | 2025-09-19T18:27:22.632Z | Compiling serde_with v3.14.0 |
| 2234 | 2025-09-19T18:27:23.094Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2235 | 2025-09-19T18:27:23.836Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c) |
| 2236 | 2025-09-19T18:27:24.218Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4) |
| 2237 | 2025-09-19T18:27:26.514Z | Compiling camino-tempfile v1.4.1 |
| 2238 | 2025-09-19T18:27:26.605Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 2239 | 2025-09-19T18:27:27.111Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2240 | 2025-09-19T18:27:27.489Z | Compiling progenitor-client v0.10.0 |
| 2241 | 2025-09-19T18:27:27.495Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b) |
| 2242 | 2025-09-19T18:27:27.745Z | Compiling num-derive v0.4.2 |
| 2243 | 2025-09-19T18:27:28.214Z | Compiling sigpipe v0.1.3 |
| 2244 | 2025-09-19T18:27:28.383Z | Compiling libefi-sys v0.1.0 |
| 2245 | 2025-09-19T18:27:28.729Z | Compiling jiff v0.2.15 |
| 2246 | 2025-09-19T18:27:29.892Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2247 | 2025-09-19T18:27:30.215Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2248 | 2025-09-19T18:27:30.284Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 2249 | 2025-09-19T18:27:30.398Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 2250 | 2025-09-19T18:27:30.985Z | Compiling erased-serde v0.4.6 |
| 2251 | 2025-09-19T18:27:31.788Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c) |
| 2252 | 2025-09-19T18:27:32.459Z | Compiling zone v0.3.1 |
| 2253 | 2025-09-19T18:27:34.973Z | Compiling smf v0.2.3 |
| 2254 | 2025-09-19T18:27:35.630Z | Compiling bitfield-struct v0.6.2 |
| 2255 | 2025-09-19T18:27:36.125Z | Compiling ordered-float v2.10.1 |
| 2256 | 2025-09-19T18:27:36.875Z | Compiling blake3 v1.5.4 |
| 2257 | 2025-09-19T18:27:36.961Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2258 | 2025-09-19T18:27:37.426Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2259 | 2025-09-19T18:27:37.615Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2260 | 2025-09-19T18:27:38.047Z | Compiling serde-value v0.7.0 |
| 2261 | 2025-09-19T18:27:38.136Z | Compiling serde-untagged v0.1.7 |
| 2262 | 2025-09-19T18:27:38.833Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2263 | 2025-09-19T18:27:38.941Z | Compiling toml v0.8.23 |
| 2264 | 2025-09-19T18:27:39.658Z | Compiling xattr v1.3.1 |
| 2265 | 2025-09-19T18:27:39.992Z | Compiling memmap2 v0.9.5 |
| 2266 | 2025-09-19T18:27:40.014Z | Compiling filetime v0.2.25 |
| 2267 | 2025-09-19T18:27:40.394Z | Compiling arrayref v0.3.9 |
| 2268 | 2025-09-19T18:27:40.534Z | Compiling same-file v1.0.6 |
| 2269 | 2025-09-19T18:27:40.591Z | Compiling constant_time_eq v0.3.1 |
| 2270 | 2025-09-19T18:27:40.809Z | Compiling arrayvec v0.7.6 |
| 2271 | 2025-09-19T18:27:40.861Z | Compiling unicode-width v0.2.0 |
| 2272 | 2025-09-19T18:27:41.305Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2273 | 2025-09-19T18:27:41.476Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2274 | 2025-09-19T18:27:41.540Z | Compiling console v0.16.0 |
| 2275 | 2025-09-19T18:27:42.283Z | Compiling walkdir v2.5.0 |
| 2276 | 2025-09-19T18:27:42.959Z | Compiling tar v0.4.44 |
| 2277 | 2025-09-19T18:27:43.810Z | Compiling cargo-util-schemas v0.8.2 |
| 2278 | 2025-09-19T18:27:44.180Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2279 | 2025-09-19T18:27:44.668Z | Compiling tokio-dtrace v0.1.0 |
| 2280 | 2025-09-19T18:27:45.209Z | Compiling gethostname v0.5.0 |
| 2281 | 2025-09-19T18:27:45.262Z | Compiling cargo-platform v0.2.0 |
| 2282 | 2025-09-19T18:27:45.455Z | Compiling topological-sort v0.2.2 |
| 2283 | 2025-09-19T18:27:45.758Z | Compiling fixedbitset v0.5.7 |
| 2284 | 2025-09-19T18:27:46.473Z | Compiling unit-prefix v0.5.1 |
| 2285 | 2025-09-19T18:27:46.776Z | Compiling indicatif v0.18.0 |
| 2286 | 2025-09-19T18:27:46.940Z | Compiling cargo_metadata v0.21.0 |
| 2287 | 2025-09-19T18:27:48.694Z | Compiling petgraph v0.8.2 |
| 2288 | 2025-09-19T18:27:49.442Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2289 | 2025-09-19T18:27:50.785Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2290 | 2025-09-19T18:27:52.021Z | Compiling omicron-zone-package v0.12.2 |
| 2291 | 2025-09-19T18:27:53.376Z | Compiling oxide-tokio-rt v0.1.2 |
| 2292 | 2025-09-19T18:27:53.536Z | Compiling shell-words v1.1.0 |
| 2293 | 2025-09-19T18:27:54.010Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2294 | 2025-09-19T18:27:54.248Z | Compiling indent_write v2.2.0 |
| 2295 | 2025-09-19T18:27:59.953Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2296 | 2025-09-19T18:28:15.849Z | Finished `release` profile [optimized] target(s) in 5m 24s |
| 2297 | 2025-09-19T18:28:16.050Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2298 | 2025-09-19T18:28:16.112Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2299 | 2025-09-19T18:28:16.117Z | Created new build target 'test' and set it as active |
| 2300 | 2025-09-19T18:28:16.117Z | |
| 2301 | 2025-09-19T18:28:16.117Z | real 5:24.593921001 |
| 2302 | 2025-09-19T18:28:16.117Z | user 37:25.892607033 |
| 2303 | 2025-09-19T18:28:16.117Z | sys 3:44.295752842 |
| 2304 | 2025-09-19T18:28:16.118Z | trap 1.169034594 |
| 2305 | 2025-09-19T18:28:16.118Z | tflt 1.844913488 |
| 2306 | 2025-09-19T18:28:16.118Z | dflt 1.272386616 |
| 2307 | 2025-09-19T18:28:16.118Z | kflt 0.000163398 |
| 2308 | 2025-09-19T18:28:16.118Z | lock 1:46:07.141850477 |
| 2309 | 2025-09-19T18:28:16.118Z | slp 2:32:37.718344823 |
| 2310 | 2025-09-19T18:28:16.118Z | lat 3:06.924580974 |
| 2311 | 2025-09-19T18:28:16.118Z | stop 5:36.973239099 |
| 2312 | 2025-09-19T18:28:16.118Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2313 | 2025-09-19T18:28:17.330Z | Finished `release` profile [optimized] target(s) in 1.15s |
| 2314 | 2025-09-19T18:28:17.390Z | Running `target/release/omicron-package -t test package` |
| 2315 | 2025-09-19T18:28:17.441Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2316 | 2025-09-19T18:28:19.258Z | Compiling typify-impl v0.4.3 |
| 2317 | 2025-09-19T18:28:19.499Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2318 | 2025-09-19T18:28:19.522Z | Compiling convert_case v0.4.0 |
| 2319 | 2025-09-19T18:28:19.526Z | Compiling num-rational v0.4.2 |
| 2320 | 2025-09-19T18:28:19.526Z | Compiling num-complex v0.4.6 |
| 2321 | 2025-09-19T18:28:19.526Z | Compiling float-ord v0.3.2 |
| 2322 | 2025-09-19T18:28:19.545Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2323 | 2025-09-19T18:28:19.724Z | Compiling bytecount v0.6.8 |
| 2324 | 2025-09-19T18:28:19.796Z | Compiling is-terminal v0.4.13 |
| 2325 | 2025-09-19T18:28:19.982Z | Compiling secrecy v0.10.3 |
| 2326 | 2025-09-19T18:28:20.111Z | Compiling console v0.15.10 |
| 2327 | 2025-09-19T18:28:20.195Z | Compiling derive_more v0.99.20 |
| 2328 | 2025-09-19T18:28:20.324Z | Compiling swrite v0.1.0 |
| 2329 | 2025-09-19T18:28:20.407Z | Compiling camino v1.2.0 |
| 2330 | 2025-09-19T18:28:20.471Z | Compiling password-hash v0.5.0 |
| 2331 | 2025-09-19T18:28:20.500Z | Compiling blake2 v0.10.6 |
| 2332 | 2025-09-19T18:28:20.686Z | Compiling num v0.4.3 |
| 2333 | 2025-09-19T18:28:21.661Z | Compiling argon2 v0.5.3 |
| 2334 | 2025-09-19T18:28:21.706Z | Compiling base64 v0.21.7 |
| 2335 | 2025-09-19T18:28:21.868Z | Compiling atomicwrites v0.4.4 |
| 2336 | 2025-09-19T18:28:22.434Z | Compiling newline-converter v0.3.0 |
| 2337 | 2025-09-19T18:28:22.644Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2338 | 2025-09-19T18:28:22.673Z | Compiling expectorate v1.2.0 |
| 2339 | 2025-09-19T18:28:22.845Z | Compiling fastrand v2.1.1 |
| 2340 | 2025-09-19T18:28:22.938Z | Compiling rustls v0.22.4 |
| 2341 | 2025-09-19T18:28:22.982Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2342 | 2025-09-19T18:28:23.062Z | Compiling thread_local v1.1.8 |
| 2343 | 2025-09-19T18:28:23.267Z | Compiling tempfile v3.20.0 |
| 2344 | 2025-09-19T18:28:23.336Z | Compiling wait-timeout v0.2.0 |
| 2345 | 2025-09-19T18:28:23.502Z | Compiling cancel-safe-futures v0.1.5 |
| 2346 | 2025-09-19T18:28:23.790Z | Compiling bit-vec v0.8.0 |
| 2347 | 2025-09-19T18:28:23.898Z | Compiling quick-error v1.2.3 |
| 2348 | 2025-09-19T18:28:23.937Z | Compiling match_cfg v0.1.0 |
| 2349 | 2025-09-19T18:28:24.077Z | Compiling owo-colors v4.2.2 |
| 2350 | 2025-09-19T18:28:24.123Z | Compiling rusty-fork v0.3.0 |
| 2351 | 2025-09-19T18:28:24.157Z | Compiling hostname v0.3.1 |
| 2352 | 2025-09-19T18:28:24.246Z | Compiling bit-set v0.8.0 |
| 2353 | 2025-09-19T18:28:24.577Z | Compiling ref-cast v1.0.24 |
| 2354 | 2025-09-19T18:28:24.691Z | Compiling multer v3.1.0 |
| 2355 | 2025-09-19T18:28:24.706Z | Compiling slog-async v2.8.0 |
| 2356 | 2025-09-19T18:28:24.734Z | Compiling crossbeam-channel v0.5.15 |
| 2357 | 2025-09-19T18:28:24.765Z | Compiling progenitor-client v0.9.1 |
| 2358 | 2025-09-19T18:28:24.793Z | Compiling toml_parser v1.0.2 |
| 2359 | 2025-09-19T18:28:25.322Z | Compiling slog-json v2.6.1 |
| 2360 | 2025-09-19T18:28:25.535Z | Compiling rand_xorshift v0.4.0 |
| 2361 | 2025-09-19T18:28:25.697Z | Compiling libsw-core v0.3.1 |
| 2362 | 2025-09-19T18:28:25.711Z | Compiling futures-executor v0.3.31 |
| 2363 | 2025-09-19T18:28:25.799Z | Compiling serde_spanned v1.0.0 |
| 2364 | 2025-09-19T18:28:26.184Z | Compiling hex v0.4.3 |
| 2365 | 2025-09-19T18:28:26.205Z | Compiling toml_datetime v0.7.0 |
| 2366 | 2025-09-19T18:28:26.206Z | Compiling toml_writer v1.0.2 |
| 2367 | 2025-09-19T18:28:26.206Z | Compiling term v1.1.0 |
| 2368 | 2025-09-19T18:28:26.601Z | Compiling take_mut v0.2.2 |
| 2369 | 2025-09-19T18:28:26.683Z | Compiling unarray v0.1.4 |
| 2370 | 2025-09-19T18:28:26.711Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2371 | 2025-09-19T18:28:26.807Z | Compiling slog-term v2.9.2 |
| 2372 | 2025-09-19T18:28:26.869Z | Compiling proptest v1.7.0 |
| 2373 | 2025-09-19T18:28:27.365Z | Compiling toml v0.9.5 |
| 2374 | 2025-09-19T18:28:27.789Z | Compiling futures v0.3.31 |
| 2375 | 2025-09-19T18:28:27.884Z | Compiling libsw v3.5.0 |
| 2376 | 2025-09-19T18:28:27.953Z | Compiling slog-bunyan v2.5.0 |
| 2377 | 2025-09-19T18:28:28.217Z | Compiling progenitor v0.9.1 |
| 2378 | 2025-09-19T18:28:28.537Z | Compiling typify-macro v0.4.3 |
| 2379 | 2025-09-19T18:28:29.087Z | Compiling tokio-rustls v0.25.0 |
| 2380 | 2025-09-19T18:28:30.104Z | Compiling dropshot v0.16.4 |
| 2381 | 2025-09-19T18:28:30.201Z | Compiling async-stream v0.3.6 |
| 2382 | 2025-09-19T18:28:30.438Z | Compiling waitgroup v0.1.2 |
| 2383 | 2025-09-19T18:28:30.508Z | Compiling rustls-pemfile v2.2.0 |
| 2384 | 2025-09-19T18:28:30.846Z | Compiling hashbrown v0.16.0 |
| 2385 | 2025-09-19T18:28:30.852Z | Compiling serde_path_to_error v0.1.17 |
| 2386 | 2025-09-19T18:28:31.034Z | Compiling hostname v0.4.0 |
| 2387 | 2025-09-19T18:28:31.279Z | Compiling instant v0.1.13 |
| 2388 | 2025-09-19T18:28:31.494Z | Compiling debug-ignore v1.0.5 |
| 2389 | 2025-09-19T18:28:31.622Z | Compiling foldhash v0.2.0 |
| 2390 | 2025-09-19T18:28:31.681Z | Compiling linear-map v1.2.0 |
| 2391 | 2025-09-19T18:28:31.796Z | Compiling backoff v0.4.0 |
| 2392 | 2025-09-19T18:28:31.958Z | Compiling typify v0.4.3 |
| 2393 | 2025-09-19T18:28:32.084Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2394 | 2025-09-19T18:28:32.151Z | Compiling progenitor-impl v0.10.0 |
| 2395 | 2025-09-19T18:28:32.214Z | Compiling iddqd v0.3.13 |
| 2396 | 2025-09-19T18:28:34.283Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718) |
| 2397 | 2025-09-19T18:28:34.307Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4) |
| 2398 | 2025-09-19T18:28:35.400Z | Compiling parse-display v0.10.0 |
| 2399 | 2025-09-19T18:28:35.912Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2400 | 2025-09-19T18:28:36.148Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2401 | 2025-09-19T18:28:36.558Z | Compiling serde_with v3.14.0 |
| 2402 | 2025-09-19T18:28:37.650Z | Compiling progenitor-macro v0.10.0 |
| 2403 | 2025-09-19T18:28:39.044Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2404 | 2025-09-19T18:28:39.615Z | Compiling progenitor-client v0.10.0 |
| 2405 | 2025-09-19T18:28:40.080Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b) |
| 2406 | 2025-09-19T18:28:41.154Z | Compiling macaddr v1.0.1 |
| 2407 | 2025-09-19T18:28:41.183Z | Compiling async-recursion v1.1.1 |
| 2408 | 2025-09-19T18:28:41.547Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2409 | 2025-09-19T18:28:41.621Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2410 | 2025-09-19T18:28:41.984Z | Compiling globset v0.4.15 |
| 2411 | 2025-09-19T18:28:42.251Z | Compiling utf-8 v0.7.6 |
| 2412 | 2025-09-19T18:28:42.514Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2413 | 2025-09-19T18:28:42.654Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2414 | 2025-09-19T18:28:47.932Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2415 | 2025-09-19T18:28:48.311Z | Compiling progenitor v0.10.0 |
| 2416 | 2025-09-19T18:28:48.610Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2417 | 2025-09-19T18:28:52.231Z | Compiling toml v0.8.23 |
| 2418 | 2025-09-19T18:28:53.681Z | Compiling pin-project-internal v1.1.6 |
| 2419 | 2025-09-19T18:28:54.433Z | Compiling keccak v0.1.5 |
| 2420 | 2025-09-19T18:28:55.653Z | Compiling sha3 v0.10.8 |
| 2421 | 2025-09-19T18:28:55.895Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2422 | 2025-09-19T18:28:56.160Z | Compiling pin-project v1.1.6 |
| 2423 | 2025-09-19T18:28:56.523Z | Compiling pem v3.0.5 |
| 2424 | 2025-09-19T18:28:56.684Z | Compiling prettyplease v0.2.36 |
| 2425 | 2025-09-19T18:28:56.730Z | Compiling snafu-derive v0.8.5 |
| 2426 | 2025-09-19T18:28:58.540Z | Compiling papergrid v0.11.0 |
| 2427 | 2025-09-19T18:28:58.773Z | Compiling tabled_derive v0.7.0 |
| 2428 | 2025-09-19T18:29:00.693Z | Compiling olpc-cjson v0.1.4 |
| 2429 | 2025-09-19T18:29:00.874Z | Compiling snafu v0.8.5 |
| 2430 | 2025-09-19T18:29:01.028Z | Compiling csv-core v0.1.11 |
| 2431 | 2025-09-19T18:29:01.953Z | Compiling serde_plain v1.0.2 |
| 2432 | 2025-09-19T18:29:02.069Z | Compiling highway v1.3.0 |
| 2433 | 2025-09-19T18:29:02.497Z | Compiling typed-path v0.9.3 |
| 2434 | 2025-09-19T18:29:03.657Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2435 | 2025-09-19T18:29:04.917Z | Compiling csv v1.3.1 |
| 2436 | 2025-09-19T18:29:07.017Z | Compiling tough v0.20.0 |
| 2437 | 2025-09-19T18:29:08.986Z | Compiling tabled v0.15.0 |
| 2438 | 2025-09-19T18:29:09.073Z | Compiling tungstenite v0.21.0 |
| 2439 | 2025-09-19T18:29:09.842Z | Compiling half v2.4.1 |
| 2440 | 2025-09-19T18:29:10.566Z | Compiling semver v0.1.20 |
| 2441 | 2025-09-19T18:29:10.993Z | Compiling ciborium-io v0.2.2 |
| 2442 | 2025-09-19T18:29:11.102Z | Compiling rustc_version v0.1.7 |
| 2443 | 2025-09-19T18:29:11.169Z | Compiling ciborium-ll v0.2.2 |
| 2444 | 2025-09-19T18:29:11.493Z | Compiling tokio-tungstenite v0.21.0 |
| 2445 | 2025-09-19T18:29:11.700Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2446 | 2025-09-19T18:29:12.213Z | Compiling ciborium v0.2.2 |
| 2447 | 2025-09-19T18:29:13.985Z | Compiling newtype_derive v0.1.6 |
| 2448 | 2025-09-19T18:29:14.207Z | Compiling unicode-linebreak v0.1.5 |
| 2449 | 2025-09-19T18:29:14.374Z | Compiling smawk v0.3.2 |
| 2450 | 2025-09-19T18:29:14.730Z | Compiling humantime v2.2.0 |
| 2451 | 2025-09-19T18:29:14.806Z | Compiling textwrap v0.16.2 |
| 2452 | 2025-09-19T18:29:15.859Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 2453 | 2025-09-19T18:29:16.985Z | Compiling resolv-conf v0.7.0 |
| 2454 | 2025-09-19T18:29:17.710Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 2455 | 2025-09-19T18:29:18.481Z | Compiling universal-hash v0.5.1 |
| 2456 | 2025-09-19T18:29:18.510Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2457 | 2025-09-19T18:29:18.763Z | Compiling opaque-debug v0.3.1 |
| 2458 | 2025-09-19T18:29:18.950Z | Compiling poly1305 v0.8.0 |
| 2459 | 2025-09-19T18:29:19.828Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 2460 | 2025-09-19T18:29:19.852Z | Compiling steno v0.4.1 |
| 2461 | 2025-09-19T18:29:20.177Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2462 | 2025-09-19T18:29:20.420Z | Compiling chacha20 v0.9.1 |
| 2463 | 2025-09-19T18:29:20.537Z | Compiling aead v0.5.2 |
| 2464 | 2025-09-19T18:29:20.911Z | Compiling chacha20poly1305 v0.10.1 |
| 2465 | 2025-09-19T18:29:20.911Z | Compiling thiserror-no-std v2.0.2 |
| 2466 | 2025-09-19T18:29:21.004Z | Compiling linked-hash-map v0.5.6 |
| 2467 | 2025-09-19T18:29:21.082Z | Compiling vsss-rs v3.3.4 |
| 2468 | 2025-09-19T18:29:21.189Z | Compiling hickory-proto v0.24.4 |
| 2469 | 2025-09-19T18:29:21.465Z | Compiling lru-cache v0.1.2 |
| 2470 | 2025-09-19T18:29:21.744Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2471 | 2025-09-19T18:29:22.603Z | Compiling slog-dtrace v0.3.0 |
| 2472 | 2025-09-19T18:29:22.750Z | Compiling moka v0.12.10 |
| 2473 | 2025-09-19T18:29:22.994Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2474 | 2025-09-19T18:29:23.147Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 2475 | 2025-09-19T18:29:27.850Z | Compiling hickory-resolver v0.24.4 |
| 2476 | 2025-09-19T18:29:32.965Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2477 | 2025-09-19T18:29:34.059Z | Compiling qorb v0.4.1 |
| 2478 | 2025-09-19T18:29:39.252Z | Compiling tagptr v0.2.0 |
| 2479 | 2025-09-19T18:29:40.782Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2480 | 2025-09-19T18:29:41.024Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2481 | 2025-09-19T18:29:42.062Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 2482 | 2025-09-19T18:29:42.314Z | Compiling nix v0.30.1 |
| 2483 | 2025-09-19T18:29:42.807Z | Compiling hickory-resolver v0.25.2 |
| 2484 | 2025-09-19T18:29:43.124Z | Compiling display-error-chain v0.2.2 |
| 2485 | 2025-09-19T18:29:43.453Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2486 | 2025-09-19T18:29:46.409Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2487 | 2025-09-19T18:29:47.255Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2488 | 2025-09-19T18:29:47.965Z | Compiling proc-macro-error2 v2.0.1 |
| 2489 | 2025-09-19T18:29:51.283Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2490 | 2025-09-19T18:29:52.519Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2491 | 2025-09-19T18:29:53.022Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2492 | 2025-09-19T18:29:54.029Z | Compiling dirs-sys-next v0.1.2 |
| 2493 | 2025-09-19T18:29:54.526Z | Compiling crunchy v0.2.2 |
| 2494 | 2025-09-19T18:29:55.037Z | Compiling radium v0.7.0 |
| 2495 | 2025-09-19T18:29:55.559Z | Compiling maplit v1.0.2 |
| 2496 | 2025-09-19T18:29:55.742Z | Compiling dirs-next v2.0.0 |
| 2497 | 2025-09-19T18:29:55.781Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2498 | 2025-09-19T18:29:55.977Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 2499 | 2025-09-19T18:29:57.827Z | Compiling dsl_auto_type v0.1.2 |
| 2500 | 2025-09-19T18:29:58.693Z | Compiling scheduled-thread-pool v0.2.7 |
| 2501 | 2025-09-19T18:29:58.993Z | Compiling zerocopy-derive v0.6.6 |
| 2502 | 2025-09-19T18:29:59.956Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2503 | 2025-09-19T18:30:00.383Z | Compiling tiny-keccak v2.0.2 |
| 2504 | 2025-09-19T18:30:00.720Z | Compiling maybe-uninit v2.0.0 |
| 2505 | 2025-09-19T18:30:00.753Z | Compiling tap v1.0.1 |
| 2506 | 2025-09-19T18:30:00.981Z | Compiling wyz v0.5.1 |
| 2507 | 2025-09-19T18:30:01.450Z | Compiling zerocopy v0.6.6 |
| 2508 | 2025-09-19T18:30:01.479Z | Compiling diesel_derives v2.2.3 |
| 2509 | 2025-09-19T18:30:02.207Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 2510 | 2025-09-19T18:30:02.324Z | Compiling r2d2 v0.8.10 |
| 2511 | 2025-09-19T18:30:02.854Z | Compiling term v0.7.0 |
| 2512 | 2025-09-19T18:30:03.949Z | Compiling const_format_proc_macros v0.2.34 |
| 2513 | 2025-09-19T18:30:04.555Z | Compiling num-derive v0.3.3 |
| 2514 | 2025-09-19T18:30:05.280Z | Compiling bit-vec v0.6.3 |
| 2515 | 2025-09-19T18:30:05.662Z | Compiling funty v2.0.0 |
| 2516 | 2025-09-19T18:30:05.692Z | Compiling crc-catalog v2.4.0 |
| 2517 | 2025-09-19T18:30:05.905Z | Compiling packed_struct v0.10.1 |
| 2518 | 2025-09-19T18:30:06.484Z | Compiling crc v3.2.1 |
| 2519 | 2025-09-19T18:30:06.518Z | Compiling libscf-sys v1.1.0 |
| 2520 | 2025-09-19T18:30:06.813Z | Compiling bitvec v1.0.1 |
| 2521 | 2025-09-19T18:30:08.518Z | Compiling const_format v0.2.34 |
| 2522 | 2025-09-19T18:30:09.785Z | Compiling bit-set v0.5.3 |
| 2523 | 2025-09-19T18:30:10.101Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 2524 | 2025-09-19T18:30:11.139Z | Compiling ascii-canvas v3.0.0 |
| 2525 | 2025-09-19T18:30:11.718Z | Compiling diesel v2.2.12 |
| 2526 | 2025-09-19T18:30:12.200Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 2527 | 2025-09-19T18:30:13.208Z | Compiling packed_struct_codegen v0.10.1 |
| 2528 | 2025-09-19T18:30:15.071Z | Compiling ena v0.14.3 |
| 2529 | 2025-09-19T18:30:15.478Z | Compiling indexmap v1.9.3 |
| 2530 | 2025-09-19T18:30:15.509Z | Compiling arc-swap v1.7.1 |
| 2531 | 2025-09-19T18:30:15.861Z | Compiling diff v0.1.13 |
| 2532 | 2025-09-19T18:30:16.207Z | Compiling nodrop v0.1.14 |
| 2533 | 2025-09-19T18:30:16.367Z | Compiling bindgen v0.71.1 |
| 2534 | 2025-09-19T18:30:16.455Z | Compiling regex-syntax v0.6.29 |
| 2535 | 2025-09-19T18:30:16.993Z | Compiling array-init v0.0.4 |
| 2536 | 2025-09-19T18:30:18.117Z | Compiling slog-scope v4.4.0 |
| 2537 | 2025-09-19T18:30:21.327Z | Compiling lalrpop v0.19.12 |
| 2538 | 2025-09-19T18:30:21.626Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 2539 | 2025-09-19T18:30:22.131Z | Compiling smallvec v0.6.14 |
| 2540 | 2025-09-19T18:30:22.620Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2541 | 2025-09-19T18:30:22.991Z | Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 2542 | 2025-09-19T18:30:24.153Z | Compiling tabled_derive v0.11.0 |
| 2543 | 2025-09-19T18:30:25.732Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2544 | 2025-09-19T18:30:26.228Z | Compiling papergrid v0.17.0 |
| 2545 | 2025-09-19T18:30:26.584Z | Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 2546 | 2025-09-19T18:30:26.864Z | Compiling testing_table v0.3.0 |
| 2547 | 2025-09-19T18:30:26.985Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed) |
| 2548 | 2025-09-19T18:30:27.677Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2549 | 2025-09-19T18:30:27.967Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed) |
| 2550 | 2025-09-19T18:30:28.362Z | Compiling bitfield v0.14.0 |
| 2551 | 2025-09-19T18:30:28.717Z | Compiling hashbrown v0.12.3 |
| 2552 | 2025-09-19T18:30:30.089Z | Compiling termcolor v1.4.1 |
| 2553 | 2025-09-19T18:30:32.094Z | Compiling env_logger v0.10.2 |
| 2554 | 2025-09-19T18:30:32.098Z | Compiling tabled v0.20.0 |
| 2555 | 2025-09-19T18:30:33.745Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed) |
| 2556 | 2025-09-19T18:30:34.038Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 2557 | 2025-09-19T18:30:39.812Z | Compiling serde-hex v0.1.0 |
| 2558 | 2025-09-19T18:30:40.069Z | Compiling slog-stdlog v4.1.1 |
| 2559 | 2025-09-19T18:30:42.546Z | Compiling polar-core v0.27.3 |
| 2560 | 2025-09-19T18:30:43.948Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2561 | 2025-09-19T18:30:44.112Z | Compiling ron v0.8.1 |
| 2562 | 2025-09-19T18:30:44.375Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2563 | 2025-09-19T18:30:44.734Z | Compiling hashbrown v0.13.2 |
| 2564 | 2025-09-19T18:30:45.124Z | Compiling derive_builder_core v0.20.2 |
| 2565 | 2025-09-19T18:30:45.960Z | Compiling headers-core v0.3.0 |
| 2566 | 2025-09-19T18:30:46.198Z | Compiling libxml v0.3.3 |
| 2567 | 2025-09-19T18:30:46.624Z | Compiling crc-any v2.5.0 |
| 2568 | 2025-09-19T18:30:47.050Z | Compiling derive_builder_macro v0.20.2 |
| 2569 | 2025-09-19T18:30:47.548Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#17d04af6) |
| 2570 | 2025-09-19T18:30:47.996Z | Compiling headers v0.4.1 |
| 2571 | 2025-09-19T18:30:49.544Z | Compiling object v0.30.4 |
| 2572 | 2025-09-19T18:30:49.741Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2573 | 2025-09-19T18:30:52.800Z | Compiling samael v0.0.19 |
| 2574 | 2025-09-19T18:30:54.456Z | Compiling slog-envlogger v2.2.0 |
| 2575 | 2025-09-19T18:30:57.476Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2576 | 2025-09-19T18:31:00.274Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2577 | 2025-09-19T18:31:00.630Z | Compiling strum_macros v0.24.3 |
| 2578 | 2025-09-19T18:31:00.678Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2579 | 2025-09-19T18:31:01.081Z | Compiling convert_case v0.7.1 |
| 2580 | 2025-09-19T18:31:01.168Z | Compiling path-slash v0.1.5 |
| 2581 | 2025-09-19T18:31:01.427Z | Compiling indoc v1.0.9 |
| 2582 | 2025-09-19T18:31:01.460Z | Compiling crc8 v0.1.1 |
| 2583 | 2025-09-19T18:31:01.807Z | Compiling termtree v0.5.1 |
| 2584 | 2025-09-19T18:31:01.836Z | Compiling derive_more-impl v2.0.1 |
| 2585 | 2025-09-19T18:31:02.126Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#cec2560e) |
| 2586 | 2025-09-19T18:31:02.388Z | Compiling derive_builder v0.20.2 |
| 2587 | 2025-09-19T18:31:02.617Z | Compiling progenitor-impl v0.11.0 |
| 2588 | 2025-09-19T18:31:03.412Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2589 | 2025-09-19T18:31:03.777Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2590 | 2025-09-19T18:31:05.427Z | Compiling oso-derive v0.27.3 |
| 2591 | 2025-09-19T18:31:06.394Z | Compiling quick-xml v0.37.2 |
| 2592 | 2025-09-19T18:31:06.766Z | Compiling derive_more v2.0.1 |
| 2593 | 2025-09-19T18:31:06.928Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2594 | 2025-09-19T18:31:08.231Z | Compiling progenitor-macro v0.11.0 |
| 2595 | 2025-09-19T18:31:09.413Z | Compiling progenitor-client v0.11.0 |
| 2596 | 2025-09-19T18:31:10.392Z | Compiling vte_generate_state_changes v0.1.2 |
| 2597 | 2025-09-19T18:31:11.037Z | Compiling diesel-dtrace v0.4.2 |
| 2598 | 2025-09-19T18:31:11.450Z | Compiling siphasher v1.0.1 |
| 2599 | 2025-09-19T18:31:11.937Z | Compiling phf_shared v0.12.1 |
| 2600 | 2025-09-19T18:31:12.574Z | Compiling vte v0.11.1 |
| 2601 | 2025-09-19T18:31:14.094Z | Compiling oso v0.27.3 |
| 2602 | 2025-09-19T18:31:16.503Z | Compiling crossterm v0.29.0 |
| 2603 | 2025-09-19T18:31:19.070Z | Compiling progenitor v0.11.0 |
| 2604 | 2025-09-19T18:31:19.353Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=738c80d18d5e94eda367440ade7743e9d9f124de#738c80d1) |
| 2605 | 2025-09-19T18:31:24.176Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2606 | 2025-09-19T18:31:29.608Z | Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 2607 | 2025-09-19T18:31:29.983Z | Compiling bb8 v0.8.5 |
| 2608 | 2025-09-19T18:31:30.656Z | Compiling unicase v2.7.0 |
| 2609 | 2025-09-19T18:31:31.066Z | Compiling chrono-tz v0.10.4 |
| 2610 | 2025-09-19T18:31:31.439Z | Compiling xshell-macros v0.2.7 |
| 2611 | 2025-09-19T18:31:32.131Z | Compiling xshell v0.2.7 |
| 2612 | 2025-09-19T18:31:32.907Z | Compiling async-bb8-diesel v0.2.1 |
| 2613 | 2025-09-19T18:31:33.737Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=738c80d18d5e94eda367440ade7743e9d9f124de#738c80d1) |
| 2614 | 2025-09-19T18:31:34.995Z | Compiling strip-ansi-escapes v0.2.0 |
| 2615 | 2025-09-19T18:31:37.109Z | Compiling phf v0.12.1 |
| 2616 | 2025-09-19T18:31:37.491Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2617 | 2025-09-19T18:31:38.247Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2618 | 2025-09-19T18:31:38.628Z | Compiling fd-lock v4.0.2 |
| 2619 | 2025-09-19T18:31:38.894Z | Compiling peg-macros v0.8.5 |
| 2620 | 2025-09-19T18:31:42.034Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2621 | 2025-09-19T18:31:43.007Z | Compiling nu-ansi-term v0.50.1 |
| 2622 | 2025-09-19T18:31:44.206Z | Compiling reedline v0.40.0 |
| 2623 | 2025-09-19T18:31:44.385Z | Compiling peg v0.8.5 |
| 2624 | 2025-09-19T18:31:44.592Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2625 | 2025-09-19T18:32:02.417Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718) |
| 2626 | 2025-09-19T18:32:03.010Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2627 | 2025-09-19T18:32:03.085Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2628 | 2025-09-19T18:32:06.096Z | Compiling typify-impl v0.2.0 |
| 2629 | 2025-09-19T18:32:06.141Z | Compiling bcs v0.1.6 |
| 2630 | 2025-09-19T18:32:07.052Z | Compiling fxhash v0.2.1 |
| 2631 | 2025-09-19T18:32:07.327Z | Compiling libz-sys v1.1.20 |
| 2632 | 2025-09-19T18:32:08.054Z | Compiling half v1.8.3 |
| 2633 | 2025-09-19T18:32:08.552Z | Compiling serde_cbor v0.11.2 |
| 2634 | 2025-09-19T18:32:11.056Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 2635 | 2025-09-19T18:32:13.208Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2636 | 2025-09-19T18:32:13.882Z | Compiling kstat-rs v0.2.4 |
| 2637 | 2025-09-19T18:32:13.948Z | Compiling fs-err v2.11.0 |
| 2638 | 2025-09-19T18:32:14.332Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2639 | 2025-09-19T18:32:14.806Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2640 | 2025-09-19T18:32:15.296Z | Compiling typify-macro v0.2.0 |
| 2641 | 2025-09-19T18:32:15.371Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2642 | 2025-09-19T18:32:16.906Z | Compiling nanorand v0.7.0 |
| 2643 | 2025-09-19T18:32:17.651Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2644 | 2025-09-19T18:32:17.907Z | Compiling parking_lot_core v0.8.6 |
| 2645 | 2025-09-19T18:32:18.427Z | Compiling flume v0.11.1 |
| 2646 | 2025-09-19T18:32:18.765Z | Compiling mime_guess v2.0.5 |
| 2647 | 2025-09-19T18:32:20.395Z | Compiling tabled_derive v0.10.0 |
| 2648 | 2025-09-19T18:32:20.424Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2649 | 2025-09-19T18:32:22.657Z | Compiling ignore v0.4.23 |
| 2650 | 2025-09-19T18:32:27.293Z | Compiling papergrid v0.14.0 |
| 2651 | 2025-09-19T18:32:33.157Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2652 | 2025-09-19T18:32:33.418Z | Compiling castaway v0.2.3 |
| 2653 | 2025-09-19T18:32:33.654Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2654 | 2025-09-19T18:32:34.057Z | Compiling parse-size v1.1.0 |
| 2655 | 2025-09-19T18:32:34.405Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718) |
| 2656 | 2025-09-19T18:32:34.981Z | Compiling compact_str v0.8.0 |
| 2657 | 2025-09-19T18:32:36.245Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2658 | 2025-09-19T18:32:37.507Z | Compiling tabled v0.18.0 |
| 2659 | 2025-09-19T18:32:46.443Z | Compiling globwalk v0.9.1 |
| 2660 | 2025-09-19T18:32:47.742Z | Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 2661 | 2025-09-19T18:32:57.663Z | Compiling typify v0.2.0 |
| 2662 | 2025-09-19T18:32:58.677Z | Compiling predicates-tree v1.0.12 |
| 2663 | 2025-09-19T18:32:59.511Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2664 | 2025-09-19T18:33:01.960Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2665 | 2025-09-19T18:33:07.681Z | Compiling unicode-truncate v1.1.0 |
| 2666 | 2025-09-19T18:33:09.140Z | Compiling lru v0.12.5 |
| 2667 | 2025-09-19T18:33:09.530Z | Compiling vergen v8.3.2 |
| 2668 | 2025-09-19T18:33:09.736Z | Compiling nibble_vec v0.1.0 |
| 2669 | 2025-09-19T18:33:09.931Z | Compiling cargo-platform v0.1.8 |
| 2670 | 2025-09-19T18:33:10.050Z | Compiling instability v0.3.2 |
| 2671 | 2025-09-19T18:33:10.247Z | Compiling atty v0.2.14 |
| 2672 | 2025-09-19T18:33:10.416Z | Compiling http-range v0.1.5 |
| 2673 | 2025-09-19T18:33:10.462Z | Compiling cassowary v0.3.0 |
| 2674 | 2025-09-19T18:33:11.031Z | Compiling indoc v2.0.6 |
| 2675 | 2025-09-19T18:33:11.034Z | Compiling endian-type v0.1.2 |
| 2676 | 2025-09-19T18:33:11.358Z | Compiling salty v0.3.0 |
| 2677 | 2025-09-19T18:33:11.887Z | Compiling radix_trie v0.2.1 |
| 2678 | 2025-09-19T18:33:11.919Z | Compiling ratatui v0.29.0 |
| 2679 | 2025-09-19T18:33:11.954Z | Compiling cargo_metadata v0.18.1 |
| 2680 | 2025-09-19T18:33:13.049Z | Compiling git2 v0.19.0 |
| 2681 | 2025-09-19T18:33:13.867Z | Compiling camino-tempfile-ext v0.3.2 |
| 2682 | 2025-09-19T18:33:14.714Z | Compiling parking_lot v0.11.2 |
| 2683 | 2025-09-19T18:33:15.269Z | Compiling progenitor-impl v0.8.0 |
| 2684 | 2025-09-19T18:33:20.938Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2685 | 2025-09-19T18:33:21.017Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2686 | 2025-09-19T18:33:24.331Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 2687 | 2025-09-19T18:33:28.739Z | Compiling rand_seeder v0.4.0 |
| 2688 | 2025-09-19T18:33:28.784Z | Compiling prefix-trie v0.7.0 |
| 2689 | 2025-09-19T18:33:29.187Z | Compiling lzma-sys v0.1.20 |
| 2690 | 2025-09-19T18:33:29.739Z | Compiling rustls v0.21.12 |
| 2691 | 2025-09-19T18:33:29.986Z | Compiling hickory-server v0.25.2 |
| 2692 | 2025-09-19T18:33:30.152Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2693 | 2025-09-19T18:33:30.470Z | Compiling progenitor-macro v0.8.0 |
| 2694 | 2025-09-19T18:33:31.034Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2695 | 2025-09-19T18:33:32.510Z | Compiling hyper-staticfile v0.10.1 |
| 2696 | 2025-09-19T18:33:34.990Z | Compiling sled v0.34.7 |
| 2697 | 2025-09-19T18:33:35.612Z | Compiling sled-agent-zone-images-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images-examples) |
| 2698 | 2025-09-19T18:33:41.510Z | Compiling hickory-client v0.25.2 |
| 2699 | 2025-09-19T18:33:42.816Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2700 | 2025-09-19T18:33:43.376Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2701 | 2025-09-19T18:33:43.851Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#72461d3a) |
| 2702 | 2025-09-19T18:33:44.027Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2703 | 2025-09-19T18:33:50.130Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2704 | 2025-09-19T18:33:50.262Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2705 | 2025-09-19T18:33:50.294Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2706 | 2025-09-19T18:33:50.683Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4) |
| 2707 | 2025-09-19T18:33:52.413Z | Compiling primeorder v0.13.6 |
| 2708 | 2025-09-19T18:33:53.030Z | Compiling progenitor-client v0.8.0 |
| 2709 | 2025-09-19T18:33:53.953Z | Compiling rustls-webpki v0.101.7 |
| 2710 | 2025-09-19T18:33:55.802Z | Compiling sct v0.7.1 |
| 2711 | 2025-09-19T18:33:56.279Z | Compiling heck v0.3.3 |
| 2712 | 2025-09-19T18:33:56.647Z | Compiling env_filter v0.1.2 |
| 2713 | 2025-09-19T18:33:57.256Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=77e316c812aa057b9714d0d99c4a7bdd36d45be2#77e316c8) |
| 2714 | 2025-09-19T18:33:57.603Z | Compiling void v1.0.2 |
| 2715 | 2025-09-19T18:33:57.755Z | Compiling env_logger v0.11.5 |
| 2716 | 2025-09-19T18:33:57.836Z | Compiling lzss v0.8.2 |
| 2717 | 2025-09-19T18:33:58.176Z | Compiling zone_cfg_derive v0.1.2 |
| 2718 | 2025-09-19T18:33:59.120Z | Compiling progenitor v0.8.0 |
| 2719 | 2025-09-19T18:33:59.424Z | Compiling p384 v0.13.0 |
| 2720 | 2025-09-19T18:33:59.537Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2721 | 2025-09-19T18:34:00.613Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2722 | 2025-09-19T18:34:05.278Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#72461d3a) |
| 2723 | 2025-09-19T18:34:09.285Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2724 | 2025-09-19T18:34:09.333Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2725 | 2025-09-19T18:34:10.180Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2726 | 2025-09-19T18:34:10.452Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 2727 | 2025-09-19T18:34:12.022Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2728 | 2025-09-19T18:34:12.210Z | Compiling tungstenite v0.23.0 |
| 2729 | 2025-09-19T18:34:12.489Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2730 | 2025-09-19T18:34:12.865Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2731 | 2025-09-19T18:34:13.242Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2732 | 2025-09-19T18:34:13.618Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2733 | 2025-09-19T18:34:13.996Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2734 | 2025-09-19T18:34:14.725Z | Compiling nix v0.27.1 |
| 2735 | 2025-09-19T18:34:17.516Z | Compiling serde_bytes v0.11.17 |
| 2736 | 2025-09-19T18:34:17.551Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 2737 | 2025-09-19T18:34:17.948Z | Compiling base64 v0.13.1 |
| 2738 | 2025-09-19T18:34:18.064Z | Compiling number_prefix v0.4.0 |
| 2739 | 2025-09-19T18:34:18.384Z | Compiling indicatif v0.17.11 |
| 2740 | 2025-09-19T18:34:18.741Z | Compiling ron v0.7.1 |
| 2741 | 2025-09-19T18:34:22.901Z | Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b) |
| 2742 | 2025-09-19T18:34:24.772Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2743 | 2025-09-19T18:34:25.610Z | Compiling tokio-tungstenite v0.23.1 |
| 2744 | 2025-09-19T18:34:26.364Z | Compiling xz2 v0.1.7 |
| 2745 | 2025-09-19T18:34:27.049Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 2746 | 2025-09-19T18:34:29.090Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2747 | 2025-09-19T18:34:35.051Z | Compiling tokio-rustls v0.24.1 |
| 2748 | 2025-09-19T18:34:35.451Z | Compiling zone v0.1.8 |
| 2749 | 2025-09-19T18:34:35.571Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2750 | 2025-09-19T18:34:36.161Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2751 | 2025-09-19T18:34:38.085Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2752 | 2025-09-19T18:34:38.637Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2753 | 2025-09-19T18:34:41.049Z | Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 2754 | 2025-09-19T18:34:42.171Z | Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718) |
| 2755 | 2025-09-19T18:34:44.170Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2756 | 2025-09-19T18:34:46.061Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2757 | 2025-09-19T18:34:47.088Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2758 | 2025-09-19T18:34:50.205Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2759 | 2025-09-19T18:34:51.162Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 2760 | 2025-09-19T18:34:54.323Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2761 | 2025-09-19T18:34:57.211Z | Compiling rustls-pemfile v1.0.4 |
| 2762 | 2025-09-19T18:34:57.367Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2763 | 2025-09-19T18:34:57.757Z | Compiling signal-hook-tokio v0.3.1 |
| 2764 | 2025-09-19T18:34:57.970Z | Compiling twox-hash v2.1.0 |
| 2765 | 2025-09-19T18:34:58.026Z | Compiling yasna v0.5.2 |
| 2766 | 2025-09-19T18:34:58.987Z | Compiling secrecy v0.8.0 |
| 2767 | 2025-09-19T18:34:59.199Z | Compiling is_ci v1.2.0 |
| 2768 | 2025-09-19T18:34:59.551Z | Compiling supports-color v3.0.2 |
| 2769 | 2025-09-19T18:34:59.783Z | Compiling rcgen v0.12.1 |
| 2770 | 2025-09-19T18:35:01.093Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2771 | 2025-09-19T18:35:09.656Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2772 | 2025-09-19T18:35:10.291Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2773 | 2025-09-19T18:35:10.341Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2774 | 2025-09-19T18:35:17.550Z | Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
| 2775 | 2025-09-19T18:35:29.641Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b) |
| 2776 | 2025-09-19T18:35:30.651Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 2777 | 2025-09-19T18:35:31.026Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2778 | 2025-09-19T18:35:40.196Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2779 | 2025-09-19T18:35:43.072Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2780 | 2025-09-19T18:35:50.253Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2781 | 2025-09-19T18:35:50.744Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2782 | 2025-09-19T18:35:51.139Z | Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 2783 | 2025-09-19T18:35:51.526Z | Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 2784 | 2025-09-19T18:35:53.183Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2785 | 2025-09-19T18:36:00.156Z | Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 2786 | 2025-09-19T18:36:00.449Z | Compiling fatfs v0.3.6 |
| 2787 | 2025-09-19T18:36:00.490Z | Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=0a8dbd2311263f6a59ea58089e33c8331436ff3a#0a8dbd23) |
| 2788 | 2025-09-19T18:36:01.998Z | Compiling subprocess v0.2.9 |
| 2789 | 2025-09-19T18:36:03.277Z | Compiling rtoolbox v0.0.2 |
| 2790 | 2025-09-19T18:36:03.746Z | Compiling assert_matches v1.5.0 |
| 2791 | 2025-09-19T18:36:03.905Z | Compiling rpassword v7.4.0 |
| 2792 | 2025-09-19T18:36:04.401Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2793 | 2025-09-19T18:36:09.422Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2794 | 2025-09-19T18:36:12.326Z | Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 2795 | 2025-09-19T18:36:17.746Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2796 | 2025-09-19T18:36:41.486Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2797 | 2025-09-19T18:36:46.224Z | Compiling tui-tree-widget v0.23.1 |
| 2798 | 2025-09-19T18:36:46.705Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2799 | 2025-09-19T18:36:52.505Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2800 | 2025-09-19T18:36:58.971Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2801 | 2025-09-19T18:36:59.289Z | Compiling uzers v0.12.1 |
| 2802 | 2025-09-19T18:36:59.343Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2803 | 2025-09-19T18:37:01.536Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2804 | 2025-09-19T18:37:03.657Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2805 | 2025-09-19T18:37:24.919Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2806 | 2025-09-19T18:37:29.515Z | Compiling support-bundle-viewer v0.1.2 |
| 2807 | 2025-09-19T18:37:32.508Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2808 | 2025-09-19T18:37:33.238Z | Compiling multimap v0.10.1 |
| 2809 | 2025-09-19T18:40:01.862Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2810 | 2025-09-19T18:40:04.500Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2811 | 2025-09-19T18:48:52.083Z | Finished `release` profile [optimized] target(s) in 20m 34s |
| 2812 | 2025-09-19T18:49:49.014Z | |
| 2813 | 2025-09-19T18:49:49.024Z | real 21:32.781580768 |
| 2814 | 2025-09-19T18:49:49.024Z | user 2:31:13.273600373 |
| 2815 | 2025-09-19T18:49:49.024Z | sys 4:22.518386137 |
| 2816 | 2025-09-19T18:49:49.024Z | trap 3.856549476 |
| 2817 | 2025-09-19T18:49:49.024Z | tflt 2.173467743 |
| 2818 | 2025-09-19T18:49:49.024Z | dflt 6.041728590 |
| 2819 | 2025-09-19T18:49:49.024Z | kflt 0.001501484 |
| 2820 | 2025-09-19T18:49:49.024Z | lock 10:22:38.499151234 |
| 2821 | 2025-09-19T18:49:49.024Z | slp 7:43:02.451971437 |
| 2822 | 2025-09-19T18:49:49.024Z | lat 4:19.940362233 |
| 2823 | 2025-09-19T18:49:49.024Z | stop 4:09.535523072 |
| 2824 | 2025-09-19T18:49:49.024Z | + mapfile -t packages |
| 2825 | 2025-09-19T18:49:49.024Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2826 | 2025-09-19T18:49:50.282Z | Finished `release` profile [optimized] target(s) in 1.20s |
| 2827 | 2025-09-19T18:49:50.355Z | Running `target/release/omicron-package -t test list-outputs` |
| 2828 | 2025-09-19T18:49:50.395Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2829 | 2025-09-19T18:49:50.401Z | + ptime -m cargo build --locked --release -p xtask |
| 2830 | 2025-09-19T18:49:51.149Z | Compiling once_cell v1.21.3 |
| 2831 | 2025-09-19T18:49:51.149Z | Compiling serde_core v1.0.223 |
| 2832 | 2025-09-19T18:49:51.164Z | Compiling syn v2.0.106 |
| 2833 | 2025-09-19T18:49:51.164Z | Compiling bitflags v2.9.1 |
| 2834 | 2025-09-19T18:49:51.164Z | Compiling serde v1.0.223 |
| 2835 | 2025-09-19T18:49:51.164Z | Compiling serde_json v1.0.145 |
| 2836 | 2025-09-19T18:49:51.164Z | Compiling libc v0.2.174 |
| 2837 | 2025-09-19T18:49:51.257Z | Compiling num-traits v0.2.19 |
| 2838 | 2025-09-19T18:49:51.639Z | Compiling smallvec v1.15.1 |
| 2839 | 2025-09-19T18:49:51.667Z | Compiling hashbrown v0.15.4 |
| 2840 | 2025-09-19T18:49:51.720Z | Compiling rustix v0.38.37 |
| 2841 | 2025-09-19T18:49:52.683Z | Compiling usdt-impl v0.5.0 |
| 2842 | 2025-09-19T18:49:52.719Z | Compiling syn v1.0.109 |
| 2843 | 2025-09-19T18:49:52.791Z | Compiling thread-id v4.2.2 |
| 2844 | 2025-09-19T18:49:52.913Z | Compiling indexmap v2.11.0 |
| 2845 | 2025-09-19T18:49:52.938Z | Compiling percent-encoding v2.3.2 |
| 2846 | 2025-09-19T18:49:53.009Z | Compiling log v0.4.27 |
| 2847 | 2025-09-19T18:49:53.491Z | Compiling rustix v1.0.7 |
| 2848 | 2025-09-19T18:49:53.509Z | Compiling getrandom v0.3.1 |
| 2849 | 2025-09-19T18:49:57.618Z | Compiling terminal_size v0.4.0 |
| 2850 | 2025-09-19T18:49:57.663Z | Compiling form_urlencoded v1.2.2 |
| 2851 | 2025-09-19T18:49:57.663Z | Compiling ordered-float v2.10.1 |
| 2852 | 2025-09-19T18:49:57.664Z | Compiling fs-err v3.1.1 |
| 2853 | 2025-09-19T18:49:57.664Z | Compiling anyhow v1.0.99 |
| 2854 | 2025-09-19T18:49:57.664Z | Compiling clap_builder v4.5.41 |
| 2855 | 2025-09-19T18:49:57.664Z | Compiling textwrap v0.16.2 |
| 2856 | 2025-09-19T18:49:58.081Z | Compiling synstructure v0.13.1 |
| 2857 | 2025-09-19T18:49:58.182Z | Compiling proc-macro-error v1.0.4 |
| 2858 | 2025-09-19T18:49:58.717Z | Compiling tempfile v3.20.0 |
| 2859 | 2025-09-19T18:49:59.136Z | Compiling tabled_derive v0.7.0 |
| 2860 | 2025-09-19T18:49:59.262Z | Compiling camino-tempfile v1.4.1 |
| 2861 | 2025-09-19T18:50:00.890Z | Compiling tabled v0.15.0 |
| 2862 | 2025-09-19T18:50:00.946Z | Compiling serde_derive v1.0.223 |
| 2863 | 2025-09-19T18:50:01.934Z | Compiling thiserror-impl v1.0.69 |
| 2864 | 2025-09-19T18:50:02.290Z | Compiling zerofrom-derive v0.1.4 |
| 2865 | 2025-09-19T18:50:02.433Z | Compiling yoke-derive v0.7.4 |
| 2866 | 2025-09-19T18:50:04.514Z | Compiling zerovec-derive v0.10.3 |
| 2867 | 2025-09-19T18:50:04.752Z | Compiling thiserror v1.0.69 |
| 2868 | 2025-09-19T18:50:04.937Z | Compiling displaydoc v0.2.5 |
| 2869 | 2025-09-19T18:50:05.241Z | Compiling zerofrom v0.1.4 |
| 2870 | 2025-09-19T18:50:05.528Z | Compiling yoke v0.7.4 |
| 2871 | 2025-09-19T18:50:05.969Z | Compiling pest v2.7.14 |
| 2872 | 2025-09-19T18:50:06.380Z | Compiling zerocopy-derive v0.7.35 |
| 2873 | 2025-09-19T18:50:06.802Z | Compiling zerovec v0.10.4 |
| 2874 | 2025-09-19T18:50:08.157Z | Compiling icu_provider_macros v1.5.0 |
| 2875 | 2025-09-19T18:50:08.972Z | Compiling tinystr v0.7.6 |
| 2876 | 2025-09-19T18:50:09.015Z | Compiling pest_meta v2.7.14 |
| 2877 | 2025-09-19T18:50:09.221Z | Compiling icu_collections v1.5.0 |
| 2878 | 2025-09-19T18:50:09.338Z | Compiling icu_locid v1.5.0 |
| 2879 | 2025-09-19T18:50:09.851Z | Compiling serde_spanned v0.6.9 |
| 2880 | 2025-09-19T18:50:10.160Z | Compiling toml_datetime v0.6.11 |
| 2881 | 2025-09-19T18:50:10.699Z | Compiling icu_provider v1.5.0 |
| 2882 | 2025-09-19T18:50:10.737Z | Compiling pest_generator v2.7.14 |
| 2883 | 2025-09-19T18:50:11.040Z | Compiling zerocopy v0.7.35 |
| 2884 | 2025-09-19T18:50:11.953Z | Compiling icu_locid_transform v1.5.0 |
| 2885 | 2025-09-19T18:50:12.538Z | Compiling scroll_derive v0.12.0 |
| 2886 | 2025-09-19T18:50:12.581Z | Compiling pest_derive v2.7.14 |
| 2887 | 2025-09-19T18:50:12.646Z | Compiling dof v0.3.0 |
| 2888 | 2025-09-19T18:50:12.907Z | Compiling toml_edit v0.22.27 |
| 2889 | 2025-09-19T18:50:13.417Z | Compiling icu_properties v1.5.1 |
| 2890 | 2025-09-19T18:50:13.464Z | Compiling dtrace-parser v0.2.0 |
| 2891 | 2025-09-19T18:50:13.864Z | Compiling scroll v0.12.0 |
| 2892 | 2025-09-19T18:50:14.537Z | Compiling goblin v0.8.2 |
| 2893 | 2025-09-19T18:50:16.547Z | Compiling serde_tokenstream v0.2.2 |
| 2894 | 2025-09-19T18:50:17.115Z | Compiling toml v0.8.23 |
| 2895 | 2025-09-19T18:50:17.397Z | Compiling icu_normalizer v1.5.0 |
| 2896 | 2025-09-19T18:50:19.527Z | Compiling idna_adapter v1.2.0 |
| 2897 | 2025-09-19T18:50:19.800Z | Compiling idna v1.0.3 |
| 2898 | 2025-09-19T18:50:19.822Z | Compiling erased-serde v0.4.6 |
| 2899 | 2025-09-19T18:50:21.322Z | Compiling thiserror-impl v2.0.16 |
| 2900 | 2025-09-19T18:50:22.530Z | Compiling serde-untagged v0.1.7 |
| 2901 | 2025-09-19T18:50:23.003Z | Compiling url v2.5.4 |
| 2902 | 2025-09-19T18:50:24.076Z | Compiling thiserror v2.0.16 |
| 2903 | 2025-09-19T18:50:24.284Z | Compiling semver v1.0.26 |
| 2904 | 2025-09-19T18:50:24.875Z | Compiling serde-value v0.7.0 |
| 2905 | 2025-09-19T18:50:25.762Z | Compiling cargo-util-schemas v0.8.2 |
| 2906 | 2025-09-19T18:50:27.424Z | Compiling usdt-macro v0.5.0 |
| 2907 | 2025-09-19T18:50:28.299Z | Compiling usdt-attr-macro v0.5.0 |
| 2908 | 2025-09-19T18:50:28.641Z | Compiling cargo-platform v0.2.0 |
| 2909 | 2025-09-19T18:50:29.152Z | Compiling clap_derive v4.5.41 |
| 2910 | 2025-09-19T18:50:29.597Z | Compiling usdt v0.5.0 |
| 2911 | 2025-09-19T18:50:29.861Z | Compiling cargo_metadata v0.21.0 |
| 2912 | 2025-09-19T18:50:30.955Z | Compiling cargo_toml v0.21.0 |
| 2913 | 2025-09-19T18:50:31.181Z | Compiling macaddr v1.0.1 |
| 2914 | 2025-09-19T18:50:33.334Z | Compiling clap v4.5.41 |
| 2915 | 2025-09-19T18:50:41.848Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2916 | 2025-09-19T18:50:47.722Z | Finished `release` profile [optimized] target(s) in 57.26s |
| 2917 | 2025-09-19T18:50:47.874Z | |
| 2918 | 2025-09-19T18:50:47.877Z | real 57.435353843 |
| 2919 | 2025-09-19T18:50:47.877Z | user 6:12.752509025 |
| 2920 | 2025-09-19T18:50:47.877Z | sys 28.156849516 |
| 2921 | 2025-09-19T18:50:47.877Z | trap 0.200921138 |
| 2922 | 2025-09-19T18:50:47.877Z | tflt 0.334073208 |
| 2923 | 2025-09-19T18:50:47.877Z | dflt 0.333201046 |
| 2924 | 2025-09-19T18:50:47.877Z | kflt 0.000006049 |
| 2925 | 2025-09-19T18:50:47.877Z | lock 17:58.000408225 |
| 2926 | 2025-09-19T18:50:47.877Z | slp 20:21.930487676 |
| 2927 | 2025-09-19T18:50:47.877Z | lat 26.145754686 |
| 2928 | 2025-09-19T18:50:47.878Z | stop 35.010375570 |
| 2929 | 2025-09-19T18:50:47.878Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2930 | 2025-09-19T18:50:47.878Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2931 | 2025-09-19T18:50:47.878Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2932 | 2025-09-19T18:50:47.878Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2933 | 2025-09-19T18:50:47.878Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 2934 | 2025-09-19T18:50:49.125Z | Compiling regress v0.10.4 |
| 2935 | 2025-09-19T18:50:49.300Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2936 | 2025-09-19T18:50:49.300Z | Compiling unsafe-libyaml v0.2.11 |
| 2937 | 2025-09-19T18:50:49.305Z | Compiling ident_case v1.0.1 |
| 2938 | 2025-09-19T18:50:49.305Z | Compiling match_cfg v0.1.0 |
| 2939 | 2025-09-19T18:50:49.378Z | Compiling quick-error v1.2.3 |
| 2940 | 2025-09-19T18:50:49.382Z | Compiling tempfile v3.20.0 |
| 2941 | 2025-09-19T18:50:49.397Z | Compiling progenitor-client v0.10.0 |
| 2942 | 2025-09-19T18:50:49.452Z | Compiling hostname v0.3.1 |
| 2943 | 2025-09-19T18:50:49.478Z | Compiling darling_core v0.20.10 |
| 2944 | 2025-09-19T18:50:49.549Z | Compiling structmeta-derive v0.3.0 |
| 2945 | 2025-09-19T18:50:49.683Z | Compiling rustls v0.22.4 |
| 2946 | 2025-09-19T18:50:49.902Z | Compiling hex v0.4.3 |
| 2947 | 2025-09-19T18:50:49.957Z | Compiling multer v3.1.0 |
| 2948 | 2025-09-19T18:50:50.055Z | Compiling debug-ignore v1.0.5 |
| 2949 | 2025-09-19T18:50:50.249Z | Compiling toml_parser v1.0.2 |
| 2950 | 2025-09-19T18:50:50.395Z | Compiling slog-json v2.6.1 |
| 2951 | 2025-09-19T18:50:50.524Z | Compiling toml_datetime v0.7.0 |
| 2952 | 2025-09-19T18:50:50.780Z | Compiling serde_yaml v0.9.34+deprecated |
| 2953 | 2025-09-19T18:50:51.116Z | Compiling macaddr v1.0.1 |
| 2954 | 2025-09-19T18:50:51.143Z | Compiling serde_spanned v1.0.0 |
| 2955 | 2025-09-19T18:50:51.445Z | Compiling async-stream-impl v0.3.6 |
| 2956 | 2025-09-19T18:50:51.594Z | Compiling dropshot v0.16.4 |
| 2957 | 2025-09-19T18:50:51.719Z | Compiling toml_writer v1.0.2 |
| 2958 | 2025-09-19T18:50:51.957Z | Compiling ref-cast v1.0.24 |
| 2959 | 2025-09-19T18:50:52.141Z | Compiling toml v0.9.5 |
| 2960 | 2025-09-19T18:50:52.166Z | Compiling structmeta v0.3.0 |
| 2961 | 2025-09-19T18:50:52.609Z | Compiling slog-bunyan v2.5.0 |
| 2962 | 2025-09-19T18:50:52.824Z | Compiling async-stream v0.3.6 |
| 2963 | 2025-09-19T18:50:52.870Z | Compiling waitgroup v0.1.2 |
| 2964 | 2025-09-19T18:50:53.106Z | Compiling typify-impl v0.3.0 |
| 2965 | 2025-09-19T18:50:53.137Z | Compiling rustls-pemfile v2.2.0 |
| 2966 | 2025-09-19T18:50:53.509Z | Compiling dropshot_endpoint v0.16.4 |
| 2967 | 2025-09-19T18:50:53.623Z | Compiling serde_path_to_error v0.1.17 |
| 2968 | 2025-09-19T18:50:54.179Z | Compiling ref-cast-impl v1.0.24 |
| 2969 | 2025-09-19T18:50:54.422Z | Compiling tokio-rustls v0.25.0 |
| 2970 | 2025-09-19T18:50:54.896Z | Compiling hostname v0.4.0 |
| 2971 | 2025-09-19T18:50:55.152Z | Compiling wait-timeout v0.2.0 |
| 2972 | 2025-09-19T18:50:55.198Z | Compiling darling_macro v0.20.10 |
| 2973 | 2025-09-19T18:50:55.275Z | Compiling bit-vec v0.8.0 |
| 2974 | 2025-09-19T18:50:55.562Z | Compiling rusty-fork v0.3.0 |
| 2975 | 2025-09-19T18:50:55.706Z | Compiling bit-set v0.8.0 |
| 2976 | 2025-09-19T18:50:55.771Z | Compiling derive-ex v0.1.8 |
| 2977 | 2025-09-19T18:50:56.024Z | Compiling rand_xorshift v0.4.0 |
| 2978 | 2025-09-19T18:50:56.154Z | Compiling darling v0.20.10 |
| 2979 | 2025-09-19T18:50:56.267Z | Compiling instant v0.1.13 |
| 2980 | 2025-09-19T18:50:56.331Z | Compiling serde_with_macros v3.14.0 |
| 2981 | 2025-09-19T18:50:56.389Z | Compiling unarray v0.1.4 |
| 2982 | 2025-09-19T18:50:56.473Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2983 | 2025-09-19T18:50:56.602Z | Compiling proptest v1.7.0 |
| 2984 | 2025-09-19T18:50:56.683Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2985 | 2025-09-19T18:50:57.223Z | Compiling progenitor-client v0.9.1 |
| 2986 | 2025-09-19T18:50:57.438Z | Compiling derive-where v1.5.0 |
| 2987 | 2025-09-19T18:50:57.791Z | Compiling parse-display-derive v0.10.0 |
| 2988 | 2025-09-19T18:50:58.396Z | Compiling hashbrown v0.16.0 |
| 2989 | 2025-09-19T18:50:58.933Z | Compiling serde_with v3.14.0 |
| 2990 | 2025-09-19T18:50:59.587Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2991 | 2025-09-19T18:51:00.052Z | Compiling test-strategy v0.4.3 |
| 2992 | 2025-09-19T18:51:00.405Z | Compiling foldhash v0.2.0 |
| 2993 | 2025-09-19T18:51:00.473Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
| 2994 | 2025-09-19T18:51:00.860Z | Compiling iddqd v0.3.13 |
| 2995 | 2025-09-19T18:51:00.883Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2996 | 2025-09-19T18:51:01.103Z | Compiling backoff v0.4.0 |
| 2997 | 2025-09-19T18:51:01.515Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2998 | 2025-09-19T18:51:01.736Z | Compiling parse-display v0.10.0 |
| 2999 | 2025-09-19T18:51:01.945Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#53f4254b) |
| 3000 | 2025-09-19T18:51:02.346Z | Compiling typify-impl v0.4.3 |
| 3001 | 2025-09-19T18:51:02.373Z | Compiling itertools v0.14.0 |
| 3002 | 2025-09-19T18:51:03.159Z | Compiling darling_core v0.21.0 |
| 3003 | 2025-09-19T18:51:03.643Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718) |
| 3004 | 2025-09-19T18:51:04.227Z | Compiling proc-macro-crate v1.3.1 |
| 3005 | 2025-09-19T18:51:04.608Z | Compiling typify-macro v0.3.0 |
| 3006 | 2025-09-19T18:51:04.845Z | Compiling crucible-workspace-hack v0.1.0 |
| 3007 | 2025-09-19T18:51:05.164Z | Compiling num_enum_derive v0.5.11 |
| 3008 | 2025-09-19T18:51:05.253Z | Compiling proc-macro-error v1.0.4 |
| 3009 | 2025-09-19T18:51:05.400Z | Compiling heapless v0.8.0 |
| 3010 | 2025-09-19T18:51:06.130Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3011 | 2025-09-19T18:51:06.432Z | Compiling hash32 v0.3.1 |
| 3012 | 2025-09-19T18:51:06.560Z | Compiling smoltcp v0.11.0 |
| 3013 | 2025-09-19T18:51:06.750Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 3014 | 2025-09-19T18:51:07.172Z | Compiling foreign-types-macros v0.2.3 |
| 3015 | 2025-09-19T18:51:07.299Z | Compiling cobs v0.2.3 |
| 3016 | 2025-09-19T18:51:07.578Z | Compiling num_enum v0.5.11 |
| 3017 | 2025-09-19T18:51:07.641Z | Compiling foreign-types-shared v0.3.1 |
| 3018 | 2025-09-19T18:51:07.798Z | Compiling postcard v1.0.10 |
| 3019 | 2025-09-19T18:51:08.329Z | Compiling tabwriter v1.4.0 |
| 3020 | 2025-09-19T18:51:08.455Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3021 | 2025-09-19T18:51:08.502Z | Compiling foreign-types v0.5.0 |
| 3022 | 2025-09-19T18:51:08.647Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c) |
| 3023 | 2025-09-19T18:51:08.675Z | Compiling typify v0.3.0 |
| 3024 | 2025-09-19T18:51:08.792Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c) |
| 3025 | 2025-09-19T18:51:08.880Z | Compiling progenitor-impl v0.9.1 |
| 3026 | 2025-09-19T18:51:09.154Z | Compiling cstr-argument v0.1.2 |
| 3027 | 2025-09-19T18:51:09.253Z | Compiling pretty-hex v0.2.1 |
| 3028 | 2025-09-19T18:51:09.308Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 3029 | 2025-09-19T18:51:09.334Z | Compiling darling_macro v0.21.0 |
| 3030 | 2025-09-19T18:51:09.428Z | Compiling rayon-core v1.12.1 |
| 3031 | 2025-09-19T18:51:09.492Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 3032 | 2025-09-19T18:51:09.716Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 3033 | 2025-09-19T18:51:09.846Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 3034 | 2025-09-19T18:51:09.970Z | Compiling crossbeam-deque v0.8.5 |
| 3035 | 2025-09-19T18:51:10.083Z | Compiling colored v2.2.0 |
| 3036 | 2025-09-19T18:51:10.258Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c) |
| 3037 | 2025-09-19T18:51:10.309Z | Compiling darling v0.21.0 |
| 3038 | 2025-09-19T18:51:10.490Z | Compiling ingot-macros v0.1.1 |
| 3039 | 2025-09-19T18:51:11.258Z | Compiling zone_cfg_derive v0.3.0 |
| 3040 | 2025-09-19T18:51:11.961Z | Compiling rayon v1.10.0 |
| 3041 | 2025-09-19T18:51:12.446Z | Compiling camino-tempfile v1.4.1 |
| 3042 | 2025-09-19T18:51:12.701Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 3043 | 2025-09-19T18:51:12.937Z | Compiling smf v0.2.3 |
| 3044 | 2025-09-19T18:51:13.113Z | Compiling num-derive v0.4.2 |
| 3045 | 2025-09-19T18:51:14.084Z | Compiling typify-macro v0.4.3 |
| 3046 | 2025-09-19T18:51:14.115Z | Compiling sigpipe v0.1.3 |
| 3047 | 2025-09-19T18:51:14.291Z | Compiling jiff v0.2.15 |
| 3048 | 2025-09-19T18:51:14.568Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3049 | 2025-09-19T18:51:14.983Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 3050 | 2025-09-19T18:51:15.379Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 3051 | 2025-09-19T18:51:15.466Z | Compiling zone v0.3.1 |
| 3052 | 2025-09-19T18:51:15.600Z | Compiling progenitor-macro v0.9.1 |
| 3053 | 2025-09-19T18:51:16.251Z | Compiling toml v0.8.23 |
| 3054 | 2025-09-19T18:51:16.352Z | Compiling num-rational v0.4.2 |
| 3055 | 2025-09-19T18:51:16.956Z | Compiling num-complex v0.4.6 |
| 3056 | 2025-09-19T18:51:17.501Z | Compiling ingot-types v0.1.2 |
| 3057 | 2025-09-19T18:51:17.779Z | Compiling float-ord v0.3.2 |
| 3058 | 2025-09-19T18:51:17.905Z | Compiling num v0.4.3 |
| 3059 | 2025-09-19T18:51:17.928Z | Compiling universal-hash v0.5.1 |
| 3060 | 2025-09-19T18:51:17.981Z | Compiling secrecy v0.10.3 |
| 3061 | 2025-09-19T18:51:18.030Z | Compiling opaque-debug v0.3.1 |
| 3062 | 2025-09-19T18:51:18.092Z | Compiling typify v0.4.3 |
| 3063 | 2025-09-19T18:51:18.169Z | Compiling convert_case v0.4.0 |
| 3064 | 2025-09-19T18:51:18.195Z | Compiling password-hash v0.5.0 |
| 3065 | 2025-09-19T18:51:18.244Z | Compiling progenitor-impl v0.10.0 |
| 3066 | 2025-09-19T18:51:18.286Z | Compiling blake2 v0.10.6 |
| 3067 | 2025-09-19T18:51:18.388Z | Compiling ingot v0.1.1 |
| 3068 | 2025-09-19T18:51:19.009Z | Compiling derive_more v0.99.20 |
| 3069 | 2025-09-19T18:51:19.087Z | Compiling indent_write v2.2.0 |
| 3070 | 2025-09-19T18:51:19.350Z | Compiling argon2 v0.5.3 |
| 3071 | 2025-09-19T18:51:19.555Z | Compiling aead v0.5.2 |
| 3072 | 2025-09-19T18:51:19.991Z | Compiling keccak v0.1.5 |
| 3073 | 2025-09-19T18:51:21.278Z | Compiling utf-8 v0.7.6 |
| 3074 | 2025-09-19T18:51:21.649Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3075 | 2025-09-19T18:51:22.041Z | Compiling tungstenite v0.21.0 |
| 3076 | 2025-09-19T18:51:22.309Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c) |
| 3077 | 2025-09-19T18:51:22.476Z | Compiling sha3 v0.10.8 |
| 3078 | 2025-09-19T18:51:22.962Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3079 | 2025-09-19T18:51:23.476Z | Compiling poly1305 v0.8.0 |
| 3080 | 2025-09-19T18:51:23.548Z | Compiling chacha20 v0.9.1 |
| 3081 | 2025-09-19T18:51:23.980Z | Compiling tokio-tungstenite v0.21.0 |
| 3082 | 2025-09-19T18:51:24.078Z | Compiling console v0.15.10 |
| 3083 | 2025-09-19T18:51:24.954Z | Compiling base64 v0.21.7 |
| 3084 | 2025-09-19T18:51:25.082Z | Compiling progenitor-macro v0.10.0 |
| 3085 | 2025-09-19T18:51:25.164Z | Compiling owo-colors v4.2.2 |
| 3086 | 2025-09-19T18:51:25.391Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c) |
| 3087 | 2025-09-19T18:51:25.447Z | Compiling cancel-safe-futures v0.1.5 |
| 3088 | 2025-09-19T18:51:25.628Z | Compiling libsw-core v0.3.1 |
| 3089 | 2025-09-19T18:51:25.663Z | Compiling semver v0.1.20 |
| 3090 | 2025-09-19T18:51:25.890Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3091 | 2025-09-19T18:51:25.915Z | Compiling fixedbitset v0.5.7 |
| 3092 | 2025-09-19T18:51:26.258Z | Compiling rustc_version v0.1.7 |
| 3093 | 2025-09-19T18:51:26.571Z | Compiling petgraph v0.8.2 |
| 3094 | 2025-09-19T18:51:26.649Z | Compiling libsw v3.5.0 |
| 3095 | 2025-09-19T18:51:26.963Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 3096 | 2025-09-19T18:51:26.966Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3097 | 2025-09-19T18:51:26.992Z | Compiling atomicwrites v0.4.4 |
| 3098 | 2025-09-19T18:51:27.112Z | Compiling newline-converter v0.3.0 |
| 3099 | 2025-09-19T18:51:27.337Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=77f1ff9ceea1afe5733f0003f73f806b8c8c58ae#77f1ff9c) |
| 3100 | 2025-09-19T18:51:27.379Z | Compiling thiserror-impl-no-std v2.0.2 |
| 3101 | 2025-09-19T18:51:27.636Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 3102 | 2025-09-19T18:51:27.851Z | Compiling half v2.4.1 |
| 3103 | 2025-09-19T18:51:28.137Z | Compiling ciborium-io v0.2.2 |
| 3104 | 2025-09-19T18:51:28.294Z | Compiling linear-map v1.2.0 |
| 3105 | 2025-09-19T18:51:28.318Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 3106 | 2025-09-19T18:51:28.451Z | Compiling progenitor v0.9.1 |
| 3107 | 2025-09-19T18:51:28.474Z | Compiling ciborium-ll v0.2.2 |
| 3108 | 2025-09-19T18:51:28.695Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4) |
| 3109 | 2025-09-19T18:51:28.725Z | Compiling expectorate v1.2.0 |
| 3110 | 2025-09-19T18:51:28.899Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3111 | 2025-09-19T18:51:29.026Z | Compiling newtype_derive v0.1.6 |
| 3112 | 2025-09-19T18:51:29.103Z | Compiling pin-project-internal v1.1.6 |
| 3113 | 2025-09-19T18:51:29.306Z | Compiling ciborium v0.2.2 |
| 3114 | 2025-09-19T18:51:29.806Z | Compiling chacha20poly1305 v0.10.1 |
| 3115 | 2025-09-19T18:51:30.102Z | Compiling typify-impl v0.2.0 |
| 3116 | 2025-09-19T18:51:30.134Z | Compiling thiserror-no-std v2.0.2 |
| 3117 | 2025-09-19T18:51:30.305Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3118 | 2025-09-19T18:51:30.560Z | Compiling vsss-rs v3.3.4 |
| 3119 | 2025-09-19T18:51:30.618Z | Compiling resolv-conf v0.7.0 |
| 3120 | 2025-09-19T18:51:31.400Z | Compiling primeorder v0.13.6 |
| 3121 | 2025-09-19T18:51:31.886Z | Compiling pin-project v1.1.6 |
| 3122 | 2025-09-19T18:51:31.980Z | Compiling pem v3.0.5 |
| 3123 | 2025-09-19T18:51:32.091Z | Compiling snafu-derive v0.8.5 |
| 3124 | 2025-09-19T18:51:32.744Z | Compiling csv-core v0.1.11 |
| 3125 | 2025-09-19T18:51:32.971Z | Compiling moka v0.12.10 |
| 3126 | 2025-09-19T18:51:33.270Z | Compiling same-file v1.0.6 |
| 3127 | 2025-09-19T18:51:33.324Z | Compiling libefi-sys v0.1.0 |
| 3128 | 2025-09-19T18:51:33.589Z | Compiling walkdir v2.5.0 |
| 3129 | 2025-09-19T18:51:33.767Z | Compiling csv v1.3.1 |
| 3130 | 2025-09-19T18:51:34.202Z | Compiling tabled_derive v0.7.0 |
| 3131 | 2025-09-19T18:51:34.289Z | Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3132 | 2025-09-19T18:51:34.975Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3133 | 2025-09-19T18:51:35.031Z | Compiling globset v0.4.15 |
| 3134 | 2025-09-19T18:51:35.275Z | Compiling olpc-cjson v0.1.4 |
| 3135 | 2025-09-19T18:51:35.609Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 3136 | 2025-09-19T18:51:36.085Z | Compiling serde_plain v1.0.2 |
| 3137 | 2025-09-19T18:51:36.342Z | Compiling async-recursion v1.1.1 |
| 3138 | 2025-09-19T18:51:36.365Z | Compiling bitfield-struct v0.6.2 |
| 3139 | 2025-09-19T18:51:36.504Z | Compiling unicase v2.7.0 |
| 3140 | 2025-09-19T18:51:36.568Z | Compiling tagptr v0.2.0 |
| 3141 | 2025-09-19T18:51:36.759Z | Compiling snafu v0.8.5 |
| 3142 | 2025-09-19T18:51:36.872Z | Compiling arc-swap v1.7.1 |
| 3143 | 2025-09-19T18:51:36.898Z | Compiling highway v1.3.0 |
| 3144 | 2025-09-19T18:51:37.470Z | Compiling typed-path v0.9.3 |
| 3145 | 2025-09-19T18:51:37.494Z | Compiling textwrap v0.16.2 |
| 3146 | 2025-09-19T18:51:37.709Z | Compiling slog-scope v4.4.0 |
| 3147 | 2025-09-19T18:51:37.765Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3148 | 2025-09-19T18:51:37.890Z | Compiling progenitor v0.10.0 |
| 3149 | 2025-09-19T18:51:38.148Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 3150 | 2025-09-19T18:51:38.172Z | Compiling tabled v0.15.0 |
| 3151 | 2025-09-19T18:51:38.518Z | Compiling steno v0.4.1 |
| 3152 | 2025-09-19T18:51:39.076Z | Compiling polyval v0.6.2 |
| 3153 | 2025-09-19T18:51:39.581Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 3154 | 2025-09-19T18:51:39.754Z | Compiling tough v0.20.0 |
| 3155 | 2025-09-19T18:51:40.269Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 3156 | 2025-09-19T18:51:40.510Z | Compiling hickory-proto v0.24.4 |
| 3157 | 2025-09-19T18:51:40.810Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 3158 | 2025-09-19T18:51:41.604Z | Compiling typify-macro v0.2.0 |
| 3159 | 2025-09-19T18:51:41.689Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3160 | 2025-09-19T18:51:41.860Z | Compiling linked-hash-map v0.5.6 |
| 3161 | 2025-09-19T18:51:42.268Z | Compiling parking_lot_core v0.8.6 |
| 3162 | 2025-09-19T18:51:42.810Z | Compiling humantime v2.2.0 |
| 3163 | 2025-09-19T18:51:43.375Z | Compiling salty v0.3.0 |
| 3164 | 2025-09-19T18:51:43.642Z | Compiling lru-cache v0.1.2 |
| 3165 | 2025-09-19T18:51:43.878Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 3166 | 2025-09-19T18:51:43.947Z | Compiling proc-macro-error2 v2.0.1 |
| 3167 | 2025-09-19T18:51:44.566Z | Compiling hickory-resolver v0.25.2 |
| 3168 | 2025-09-19T18:51:44.589Z | Compiling ghash v0.5.1 |
| 3169 | 2025-09-19T18:51:44.727Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 3170 | 2025-09-19T18:51:44.852Z | Compiling slog-stdlog v4.1.1 |
| 3171 | 2025-09-19T18:51:45.140Z | Compiling p384 v0.13.0 |
| 3172 | 2025-09-19T18:51:45.239Z | Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3173 | 2025-09-19T18:51:45.243Z | Compiling nix v0.30.1 |
| 3174 | 2025-09-19T18:51:45.488Z | Compiling ctr v0.9.2 |
| 3175 | 2025-09-19T18:51:45.619Z | Compiling typify v0.2.0 |
| 3176 | 2025-09-19T18:51:45.827Z | Compiling progenitor-impl v0.8.0 |
| 3177 | 2025-09-19T18:51:45.913Z | Compiling num-derive v0.3.3 |
| 3178 | 2025-09-19T18:51:46.195Z | Compiling lzma-sys v0.1.20 |
| 3179 | 2025-09-19T18:51:46.725Z | Compiling gethostname v0.5.0 |
| 3180 | 2025-09-19T18:51:46.953Z | Compiling slog-dtrace v0.3.0 |
| 3181 | 2025-09-19T18:51:47.038Z | Compiling xshell-macros v0.2.7 |
| 3182 | 2025-09-19T18:51:47.846Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3183 | 2025-09-19T18:51:48.132Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3184 | 2025-09-19T18:51:48.321Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3185 | 2025-09-19T18:51:49.056Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3186 | 2025-09-19T18:51:49.546Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3187 | 2025-09-19T18:51:51.180Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 3188 | 2025-09-19T18:51:51.589Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3189 | 2025-09-19T18:51:52.607Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3190 | 2025-09-19T18:51:52.648Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3191 | 2025-09-19T18:51:52.799Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3192 | 2025-09-19T18:51:53.600Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 3193 | 2025-09-19T18:51:54.591Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3194 | 2025-09-19T18:51:55.124Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 3195 | 2025-09-19T18:51:56.261Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3196 | 2025-09-19T18:51:56.497Z | Compiling progenitor-macro v0.8.0 |
| 3197 | 2025-09-19T18:51:57.924Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3198 | 2025-09-19T18:51:57.994Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3199 | 2025-09-19T18:51:58.264Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3200 | 2025-09-19T18:51:58.601Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 3201 | 2025-09-19T18:51:59.218Z | Compiling libscf-sys v1.1.0 |
| 3202 | 2025-09-19T18:51:59.503Z | Compiling xshell v0.2.7 |
| 3203 | 2025-09-19T18:52:00.312Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3204 | 2025-09-19T18:52:00.651Z | Compiling aes-gcm v0.10.3 |
| 3205 | 2025-09-19T18:52:01.039Z | Compiling hickory-resolver v0.24.4 |
| 3206 | 2025-09-19T18:52:01.221Z | Compiling mime_guess v2.0.5 |
| 3207 | 2025-09-19T18:52:01.988Z | Compiling slog-envlogger v2.2.0 |
| 3208 | 2025-09-19T18:52:02.440Z | Compiling tabled_derive v0.11.0 |
| 3209 | 2025-09-19T18:52:04.240Z | Compiling papergrid v0.17.0 |
| 3210 | 2025-09-19T18:52:04.346Z | Compiling progenitor-impl v0.11.0 |
| 3211 | 2025-09-19T18:52:05.388Z | Compiling testing_table v0.3.0 |
| 3212 | 2025-09-19T18:52:05.700Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 3213 | 2025-09-19T18:52:06.560Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3214 | 2025-09-19T18:52:06.924Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed) |
| 3215 | 2025-09-19T18:52:07.737Z | Compiling tokio-dtrace v0.1.0 |
| 3216 | 2025-09-19T18:52:08.226Z | Compiling heck v0.3.3 |
| 3217 | 2025-09-19T18:52:08.469Z | Compiling progenitor-client v0.8.0 |
| 3218 | 2025-09-19T18:52:08.637Z | Compiling ssh-encoding v0.2.0 |
| 3219 | 2025-09-19T18:52:08.974Z | Compiling blowfish v0.9.1 |
| 3220 | 2025-09-19T18:52:09.185Z | Compiling env_filter v0.1.2 |
| 3221 | 2025-09-19T18:52:09.238Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed) |
| 3222 | 2025-09-19T18:52:09.291Z | Compiling nibble_vec v0.1.0 |
| 3223 | 2025-09-19T18:52:09.457Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3224 | 2025-09-19T18:52:09.559Z | Compiling endian-type v0.1.2 |
| 3225 | 2025-09-19T18:52:09.714Z | Compiling env_logger v0.11.5 |
| 3226 | 2025-09-19T18:52:09.830Z | Compiling radix_trie v0.2.1 |
| 3227 | 2025-09-19T18:52:09.833Z | Compiling bcrypt-pbkdf v0.10.0 |
| 3228 | 2025-09-19T18:52:09.901Z | Compiling progenitor v0.8.0 |
| 3229 | 2025-09-19T18:52:10.175Z | Compiling ssh-cipher v0.2.0 |
| 3230 | 2025-09-19T18:52:10.368Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#a72631ed) |
| 3231 | 2025-09-19T18:52:10.489Z | Compiling zone_cfg_derive v0.1.2 |
| 3232 | 2025-09-19T18:52:10.515Z | Compiling oxide-tokio-rt v0.1.2 |
| 3233 | 2025-09-19T18:52:10.855Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3234 | 2025-09-19T18:52:11.327Z | Compiling progenitor-macro v0.11.0 |
| 3235 | 2025-09-19T18:52:11.360Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#71f19654) |
| 3236 | 2025-09-19T18:52:11.586Z | Compiling tabled v0.20.0 |
| 3237 | 2025-09-19T18:52:11.861Z | Compiling parking_lot v0.11.2 |
| 3238 | 2025-09-19T18:52:11.991Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3239 | 2025-09-19T18:52:12.208Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3240 | 2025-09-19T18:52:12.755Z | Compiling qorb v0.4.1 |
| 3241 | 2025-09-19T18:52:12.943Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3242 | 2025-09-19T18:52:14.456Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3243 | 2025-09-19T18:52:15.249Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3244 | 2025-09-19T18:52:16.751Z | Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3245 | 2025-09-19T18:52:16.780Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3246 | 2025-09-19T18:52:16.808Z | Compiling progenitor-client v0.11.0 |
| 3247 | 2025-09-19T18:52:17.100Z | Compiling prefix-trie v0.7.0 |
| 3248 | 2025-09-19T18:52:17.211Z | Compiling password-hash v0.4.2 |
| 3249 | 2025-09-19T18:52:17.334Z | Compiling fxhash v0.2.1 |
| 3250 | 2025-09-19T18:52:17.390Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 3251 | 2025-09-19T18:52:17.418Z | Compiling number_prefix v0.4.0 |
| 3252 | 2025-09-19T18:52:17.589Z | Compiling http-range v0.1.5 |
| 3253 | 2025-09-19T18:52:17.643Z | Compiling base64 v0.13.1 |
| 3254 | 2025-09-19T18:52:17.691Z | Compiling pbkdf2 v0.11.0 |
| 3255 | 2025-09-19T18:52:17.809Z | Compiling hickory-server v0.25.2 |
| 3256 | 2025-09-19T18:52:17.867Z | Compiling indicatif v0.17.11 |
| 3257 | 2025-09-19T18:52:17.929Z | Compiling sled v0.34.7 |
| 3258 | 2025-09-19T18:52:17.978Z | Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3259 | 2025-09-19T18:52:18.094Z | Compiling ron v0.7.1 |
| 3260 | 2025-09-19T18:52:18.207Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3261 | 2025-09-19T18:52:18.921Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3262 | 2025-09-19T18:52:20.150Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=738c80d18d5e94eda367440ade7743e9d9f124de#738c80d1) |
| 3263 | 2025-09-19T18:52:22.159Z | Compiling xz2 v0.1.7 |
| 3264 | 2025-09-19T18:52:22.639Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 3265 | 2025-09-19T18:52:22.937Z | Compiling zone v0.1.8 |
| 3266 | 2025-09-19T18:52:23.476Z | Compiling ssh-key v0.6.6 |
| 3267 | 2025-09-19T18:52:23.666Z | Compiling hickory-client v0.25.2 |
| 3268 | 2025-09-19T18:52:24.249Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3269 | 2025-09-19T18:52:24.338Z | Compiling progenitor v0.11.0 |
| 3270 | 2025-09-19T18:52:24.363Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3271 | 2025-09-19T18:52:24.606Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3272 | 2025-09-19T18:52:24.703Z | Compiling p256 v0.13.2 |
| 3273 | 2025-09-19T18:52:25.453Z | Compiling p521 v0.13.3 |
| 3274 | 2025-09-19T18:52:25.505Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=e3c587a47039a6c7aff6cc53b8e72e5328d57fc0#e3c587a4) |
| 3275 | 2025-09-19T18:52:26.029Z | Compiling yasna v0.5.2 |
| 3276 | 2025-09-19T18:52:27.041Z | Compiling headers-core v0.3.0 |
| 3277 | 2025-09-19T18:52:27.267Z | Compiling kstat-rs v0.2.4 |
| 3278 | 2025-09-19T18:52:27.380Z | Compiling secrecy v0.8.0 |
| 3279 | 2025-09-19T18:52:27.490Z | Compiling nanorand v0.7.0 |
| 3280 | 2025-09-19T18:52:27.602Z | Compiling russh-cryptovec v0.7.3 |
| 3281 | 2025-09-19T18:52:27.665Z | Compiling atty v0.2.14 |
| 3282 | 2025-09-19T18:52:27.720Z | Compiling md5 v0.7.0 |
| 3283 | 2025-09-19T18:52:27.871Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3284 | 2025-09-19T18:52:27.874Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3285 | 2025-09-19T18:52:27.961Z | Compiling crc8 v0.1.1 |
| 3286 | 2025-09-19T18:52:28.042Z | Compiling russh-keys v0.45.0 |
| 3287 | 2025-09-19T18:52:28.181Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=738c80d18d5e94eda367440ade7743e9d9f124de#738c80d1) |
| 3288 | 2025-09-19T18:52:28.260Z | Compiling flume v0.11.1 |
| 3289 | 2025-09-19T18:52:28.928Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=23b06c2f452a97fac1dc12561d8451ce876d7c5a#23b06c2f) |
| 3290 | 2025-09-19T18:52:30.929Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 3291 | 2025-09-19T18:52:31.579Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3292 | 2025-09-19T18:52:32.052Z | Compiling headers v0.4.1 |
| 3293 | 2025-09-19T18:52:33.770Z | Compiling rcgen v0.12.1 |
| 3294 | 2025-09-19T18:52:33.863Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3295 | 2025-09-19T18:52:34.913Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3296 | 2025-09-19T18:52:35.904Z | Compiling sled-agent-zone-images v0.1.0 (/work/oxidecomputer/omicron/sled-agent/zone-images) |
| 3297 | 2025-09-19T18:52:36.478Z | Compiling hyper-staticfile v0.10.1 |
| 3298 | 2025-09-19T18:52:37.233Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3299 | 2025-09-19T18:52:37.537Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#57832718) |
| 3300 | 2025-09-19T18:52:37.943Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3301 | 2025-09-19T18:52:38.080Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3302 | 2025-09-19T18:52:39.285Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3303 | 2025-09-19T18:52:40.105Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3304 | 2025-09-19T18:52:40.507Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=779775d5130ff7a4836f52f48b7e64d1479ee104#779775d5) |
| 3305 | 2025-09-19T18:52:41.779Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3306 | 2025-09-19T18:52:42.195Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3307 | 2025-09-19T18:52:42.643Z | Compiling num-bigint v0.4.6 |
| 3308 | 2025-09-19T18:52:43.655Z | Compiling des v0.8.1 |
| 3309 | 2025-09-19T18:52:44.028Z | Compiling subprocess v0.2.9 |
| 3310 | 2025-09-19T18:52:44.138Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3311 | 2025-09-19T18:52:45.046Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3312 | 2025-09-19T18:52:45.651Z | Compiling hex-literal v0.4.1 |
| 3313 | 2025-09-19T18:52:45.875Z | Compiling display-error-chain v0.2.2 |
| 3314 | 2025-09-19T18:52:46.143Z | Compiling russh v0.45.0 |
| 3315 | 2025-09-19T18:52:46.573Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3316 | 2025-09-19T18:52:46.601Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3317 | 2025-09-19T18:52:48.576Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3318 | 2025-09-19T18:52:49.490Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3319 | 2025-09-19T18:52:49.674Z | Compiling internet-checksum v0.2.1 |
| 3320 | 2025-09-19T18:52:50.757Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3321 | 2025-09-19T18:53:19.291Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3322 | 2025-09-19T18:53:43.270Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 55s |
| 3323 | 2025-09-19T18:53:43.540Z | |
| 3324 | 2025-09-19T18:53:43.543Z | real 2:55.590380703 |
| 3325 | 2025-09-19T18:53:43.543Z | user 16:21.749517184 |
| 3326 | 2025-09-19T18:53:43.543Z | sys 2:19.488893525 |
| 3327 | 2025-09-19T18:53:43.543Z | trap 0.518830261 |
| 3328 | 2025-09-19T18:53:43.543Z | tflt 0.220025584 |
| 3329 | 2025-09-19T18:53:43.543Z | dflt 0.351029052 |
| 3330 | 2025-09-19T18:53:43.543Z | kflt 0.000063881 |
| 3331 | 2025-09-19T18:53:43.543Z | lock 45:10.999058914 |
| 3332 | 2025-09-19T18:53:43.543Z | slp 1:00:35.201386307 |
| 3333 | 2025-09-19T18:53:43.543Z | lat 1:00.018951108 |
| 3334 | 2025-09-19T18:53:43.543Z | stop 2:31.026341060 |
| 3335 | 2025-09-19T18:53:43.544Z | + mkdir tests |
| 3336 | 2025-09-19T18:53:43.547Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3337 | 2025-09-19T18:53:43.547Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3338 | 2025-09-19T18:53:43.588Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-c88098bf8bf5e442 tests/ |
| 3339 | 2025-09-19T18:53:43.617Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-1bf0cc0ba6ec49e5 tests/ |
| 3340 | 2025-09-19T18:53:43.645Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-05096c98dceddcc0 tests/ |
| 3341 | 2025-09-19T18:53:43.672Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-377ce12db1a793b1 tests/ |
| 3342 | 2025-09-19T18:53:44.037Z | + 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/*) |
| 3343 | 2025-09-19T18:53:44.041Z | + 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-05096c98dceddcc0 tests/commtest-1bf0cc0ba6ec49e5 tests/dhcp_server-c88098bf8bf5e442 tests/end_to_end_tests-377ce12db1a793b1 out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-dtrace.tar out/crucible-pantry-zone.tar.gz 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 |
| 3344 | 2025-09-19T18:55:24.422Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3345 | 2025-09-19T18:55:24.422Z | a .github/buildomat/ci-env.sh 1K |
| 3346 | 2025-09-19T18:55:24.422Z | a out/target/test 1K |
| 3347 | 2025-09-19T18:55:24.422Z | a out/npuzone/npuzone 23144K |
| 3348 | 2025-09-19T18:55:24.422Z | a package-manifest.toml 34K |
| 3349 | 2025-09-19T18:55:24.422Z | a smf/sled-agent/non-gimlet/config.toml 5K |
| 3350 | 2025-09-19T18:55:24.422Z | a target/release/omicron-package 41341K |
| 3351 | 2025-09-19T18:55:24.422Z | a target/release/xtask 11727K |
| 3352 | 2025-09-19T18:55:24.422Z | a target/debug/bootstrap 305799K |
| 3353 | 2025-09-19T18:55:24.422Z | a tests/bootstrap-05096c98dceddcc0 23730K |
| 3354 | 2025-09-19T18:55:24.422Z | a tests/commtest-1bf0cc0ba6ec49e5 23829K |
| 3355 | 2025-09-19T18:55:24.422Z | a tests/dhcp_server-c88098bf8bf5e442 23730K |
| 3356 | 2025-09-19T18:55:24.422Z | a tests/end_to_end_tests-377ce12db1a793b1 347283K |
| 3357 | 2025-09-19T18:55:24.422Z | a out/clickhouse.tar.gz 316189K |
| 3358 | 2025-09-19T18:55:24.422Z | a out/clickhouse_keeper.tar.gz 299907K |
| 3359 | 2025-09-19T18:55:24.422Z | a out/clickhouse_server.tar.gz 316187K |
| 3360 | 2025-09-19T18:55:24.422Z | a out/cockroachdb.tar.gz 165684K |
| 3361 | 2025-09-19T18:55:24.422Z | a out/crucible-dtrace.tar 99K |
| 3362 | 2025-09-19T18:55:24.422Z | a out/crucible-pantry-zone.tar.gz 38329K |
| 3363 | 2025-09-19T18:55:24.422Z | a out/crucible-zone.tar.gz 48132K |
| 3364 | 2025-09-19T18:55:24.422Z | a out/external-dns.tar.gz 50977K |
| 3365 | 2025-09-19T18:55:24.422Z | a out/internal-dns.tar.gz 50976K |
| 3366 | 2025-09-19T18:55:24.422Z | a out/mg-ddm-gz.tar 118403K |
| 3367 | 2025-09-19T18:55:24.422Z | a out/nexus.tar.gz 136938K |
| 3368 | 2025-09-19T18:55:24.422Z | a out/ntp.tar.gz 33335K |
| 3369 | 2025-09-19T18:55:24.422Z | a out/omicron-gateway-softnpu.tar.gz 31358K |
| 3370 | 2025-09-19T18:55:24.422Z | a out/omicron-sled-agent.tar 143278K |
| 3371 | 2025-09-19T18:55:24.423Z | a out/overlay.tar.gz 3K |
| 3372 | 2025-09-19T18:55:24.423Z | a out/oximeter.tar.gz 63976K |
| 3373 | 2025-09-19T18:55:24.423Z | a out/oxlog.tar 4011K |
| 3374 | 2025-09-19T18:55:24.423Z | a out/probe.tar.gz 3037K |
| 3375 | 2025-09-19T18:55:24.423Z | a out/propolis-server.tar.gz 68586K |
| 3376 | 2025-09-19T18:55:24.423Z | a out/pumpkind-gz.tar 26648K |
| 3377 | 2025-09-19T18:55:24.423Z | a out/switch-softnpu.tar.gz 391033K |
| 3378 | 2025-09-19T18:55:24.428Z | |
| 3379 | 2025-09-19T18:55:24.428Z | real 1:40.374523138 |
| 3380 | 2025-09-19T18:55:24.428Z | user 1:36.139316631 |
| 3381 | 2025-09-19T18:55:24.428Z | sys 5.981813935 |
| 3382 | 2025-09-19T18:55:24.428Z | trap 0.023119591 |
| 3383 | 2025-09-19T18:55:24.428Z | tflt 0.000000000 |
| 3384 | 2025-09-19T18:55:24.428Z | dflt 0.000000000 |
| 3385 | 2025-09-19T18:55:24.428Z | kflt 0.000000000 |
| 3386 | 2025-09-19T18:55:24.428Z | lock 0.000000000 |
| 3387 | 2025-09-19T18:55:24.428Z | slp 1:35.990332734 |
| 3388 | 2025-09-19T18:55:24.428Z | lat 2.608903728 |
| 3389 | 2025-09-19T18:55:24.428Z | stop 0.000468777 |
| 3390 | 2025-09-19T18:55:24.428Z | process exited: duration 2242483 ms, exit code 0 |
| |
| 3391 | 2025-09-19T18:55:24.444Z | found 1 output files |
| 3392 | 2025-09-19T18:55:24.444Z | uploading: /work/package.tar.gz (2310090558 bytes) |
| 3393 | 2025-09-19T18:56:24.029Z | uploaded: /work/package.tar.gz |