|
|
|
| 1 | 2025-02-28T05:52:08.831Z | job assigned to worker 01JN5HQZ73TZHWCYX48GYCD7RP [factory aws, i-07e68957f24b752d6] (queued for 51 s) |
| |
| 2 | 2025-02-28T05:52:16.884Z | starting task 0: "setup" |
| 3 | 2025-02-28T05:52:16.892Z | ++ uname -s |
| 4 | 2025-02-28T05:52:16.894Z | + kern=SunOS |
| 5 | 2025-02-28T05:52:16.894Z | + build_user=build |
| 6 | 2025-02-28T05:52:16.894Z | + build_uid=12345 |
| 7 | 2025-02-28T05:52:16.894Z | + work_dir=/work |
| 8 | 2025-02-28T05:52:16.894Z | + input_dir=/input |
| 9 | 2025-02-28T05:52:16.894Z | + [[ 0 == 12345 ]] |
| 10 | 2025-02-28T05:52:16.894Z | + case "$kern" in |
| 11 | 2025-02-28T05:52:16.894Z | + groupadd -g 12345 build |
| 12 | 2025-02-28T05:52:16.897Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-02-28T05:52:18.904Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-02-28T05:52:19.040Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-02-28T05:52:19.043Z | + home_fs=zfs |
| 16 | 2025-02-28T05:52:19.043Z | + [[ zfs == autofs ]] |
| 17 | 2025-02-28T05:52:19.043Z | + mkdir -p /home/build |
| 18 | 2025-02-28T05:52:19.045Z | + chown build:build /home/build /work |
| 19 | 2025-02-28T05:52:20.047Z | + chmod 0700 /home/build /work |
| 20 | 2025-02-28T05:52:20.050Z | process exited: duration 3165 ms, exit code 0 |
| |
| 21 | 2025-02-28T05:52:20.056Z | starting task 1: "rust-toolchain" |
| 22 | 2025-02-28T05:52:20.061Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
| 23 | 2025-02-28T05:52:20.061Z | * rust toolchain channel = "1.85.0" |
| 24 | 2025-02-28T05:52:20.061Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2025-02-28T05:52:20.061Z | * rust toolchain profile = "default" |
| 26 | 2025-02-28T05:52:20.062Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2025-02-28T05:52:20.062Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2025-02-28T05:52:20.064Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-02-28T05:52:20.064Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
| 30 | 2025-02-28T05:52:20.192Z | info: downloading installer |
| 31 | 2025-02-28T05:52:21.531Z | warning: it looks like you have an existing installation of Rust at: |
| 32 | 2025-02-28T05:52:21.532Z | warning: /opt/ooce/bin |
| 33 | 2025-02-28T05:52:21.532Z | warning: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-02-28T05:52:21.532Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
| 35 | 2025-02-28T05:52:21.532Z | warning: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-02-28T05:52:21.532Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-02-28T05:52:21.532Z | warning: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-02-28T05:52:21.532Z | error: cannot install while Rust is installed |
| 39 | 2025-02-28T05:52:21.532Z | warning: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-02-28T05:52:21.546Z | info: profile set to 'default' |
| 41 | 2025-02-28T05:52:21.546Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-02-28T05:52:21.550Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
| 43 | 2025-02-28T05:52:21.703Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
| 44 | 2025-02-28T05:52:21.703Z | info: downloading component 'cargo' |
| 45 | 2025-02-28T05:52:22.515Z | info: downloading component 'clippy' |
| 46 | 2025-02-28T05:52:22.798Z | info: downloading component 'rust-docs' |
| 47 | 2025-02-28T05:52:23.916Z | info: downloading component 'rust-std' |
| 48 | 2025-02-28T05:52:25.569Z | info: downloading component 'rustc' |
| 49 | 2025-02-28T05:52:31.196Z | info: downloading component 'rustfmt' |
| 50 | 2025-02-28T05:52:31.418Z | info: installing component 'cargo' |
| 51 | 2025-02-28T05:52:32.268Z | info: installing component 'clippy' |
| 52 | 2025-02-28T05:52:32.669Z | info: installing component 'rust-docs' |
| 53 | 2025-02-28T05:52:34.413Z | info: installing component 'rust-std' |
| 54 | 2025-02-28T05:52:36.362Z | info: installing component 'rustc' |
| 55 | 2025-02-28T05:52:42.524Z | info: installing component 'rustfmt' |
| 56 | 2025-02-28T05:52:42.857Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
| 57 | 2025-02-28T05:52:42.857Z | |
| 58 | 2025-02-28T05:52:43.231Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 59 | 2025-02-28T05:52:43.231Z | |
| 60 | 2025-02-28T05:52:43.235Z | |
| 61 | 2025-02-28T05:52:43.235Z | Rust is installed now. Great! |
| 62 | 2025-02-28T05:52:43.235Z | |
| 63 | 2025-02-28T05:52:43.235Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-02-28T05:52:43.236Z | environment variable. This has not been done automatically. |
| 65 | 2025-02-28T05:52:43.236Z | |
| 66 | 2025-02-28T05:52:43.236Z | To configure your current shell, you need to source |
| 67 | 2025-02-28T05:52:43.236Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-02-28T05:52:43.236Z | |
| 69 | 2025-02-28T05:52:43.236Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-02-28T05:52:43.236Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-02-28T05:52:43.236Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-02-28T05:52:43.312Z | + rustup --version |
| 73 | 2025-02-28T05:52:43.320Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
| 74 | 2025-02-28T05:52:43.320Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 75 | 2025-02-28T05:52:43.403Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
| 76 | 2025-02-28T05:52:43.406Z | + cargo --version |
| 77 | 2025-02-28T05:52:43.466Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
| 78 | 2025-02-28T05:52:43.469Z | + rustc --version |
| 79 | 2025-02-28T05:52:43.535Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 80 | 2025-02-28T05:52:43.538Z | process exited: duration 23479 ms, exit code 0 |
| |
| 81 | 2025-02-28T05:52:43.543Z | starting task 2: "authentication" |
| 82 | 2025-02-28T05:52:43.565Z | process exited: duration 21 ms, exit code 0 |
| |
| 83 | 2025-02-28T05:52:43.571Z | starting task 3: "clone repository" |
| 84 | 2025-02-28T05:52:43.576Z | + mkdir -p /work/oxidecomputer/omicron |
| 85 | 2025-02-28T05:52:43.579Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 86 | 2025-02-28T05:52:43.615Z | Cloning into '/work/oxidecomputer/omicron'... |
| 87 | 2025-02-28T05:52:52.439Z | + cd /work/oxidecomputer/omicron |
| 88 | 2025-02-28T05:52:52.439Z | + git fetch origin c2fa5fae89f2869b7361ae61b2fe52784308ae5a |
| 89 | 2025-02-28T05:52:52.749Z | From https://github.com/oxidecomputer/omicron |
| 90 | 2025-02-28T05:52:52.749Z | * branch c2fa5fae89f2869b7361ae61b2fe52784308ae5a -> FETCH_HEAD |
| 91 | 2025-02-28T05:52:52.760Z | + [[ -n '' ]] |
| 92 | 2025-02-28T05:52:52.760Z | + git reset --hard c2fa5fae89f2869b7361ae61b2fe52784308ae5a |
| 93 | 2025-02-28T05:52:52.953Z | HEAD is now at c2fa5fae8 Merge branch 'main' into dap/versioning-dev-workflow |
| 94 | 2025-02-28T05:52:52.956Z | process exited: duration 9383 ms, exit code 0 |
| |
| 95 | 2025-02-28T05:52:52.961Z | starting task 4: "build" |
| 96 | 2025-02-28T05:52:52.966Z | + source .github/buildomat/ci-env.sh |
| 97 | 2025-02-28T05:52:52.966Z | ++ export CARGO_TERM_COLOR=always |
| 98 | 2025-02-28T05:52:52.966Z | ++ CARGO_TERM_COLOR=always |
| 99 | 2025-02-28T05:52:52.969Z | + cargo --version |
| 100 | 2025-02-28T05:52:53.021Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
| 101 | 2025-02-28T05:52:53.023Z | + rustc --version |
| 102 | 2025-02-28T05:52:53.089Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 103 | 2025-02-28T05:52:53.093Z | + WORK=/work |
| 104 | 2025-02-28T05:52:53.093Z | + pfexec mkdir -p /work |
| 105 | 2025-02-28T05:52:53.097Z | + pfexec chown build /work |
| 106 | 2025-02-28T05:52:53.099Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 107 | 2025-02-28T05:52:54.558Z | pkg list: illegal option -- F |
| 108 | 2025-02-28T05:52:54.558Z | Usage: |
| 109 | 2025-02-28T05:52:54.560Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 110 | 2025-02-28T05:52:54.560Z | [pkg_fmri_pattern ...] |
| 111 | 2025-02-28T05:52:55.403Z | pkg list: illegal option -- F |
| 112 | 2025-02-28T05:52:55.406Z | Usage: |
| 113 | 2025-02-28T05:52:55.406Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 114 | 2025-02-28T05:52:55.406Z | [pkg_fmri_pattern ...] |
| 115 | 2025-02-28T05:53:03.446Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 116 | 2025-02-28T05:53:07.794Z | Startup: Caching catalogs ... Done |
| 117 | 2025-02-28T05:53:20.988Z | Planning: Solver setup ... Done (12.237s) |
| 118 | 2025-02-28T05:53:21.141Z | Planning: Running solver ... Done (0.153s) |
| 119 | 2025-02-28T05:53:21.265Z | Planning: Finding local manifests ... Done (0.005s) |
| 120 | 2025-02-28T05:53:21.304Z | Planning: Fetching manifests: 0/7 0% complete |
| 121 | 2025-02-28T05:53:21.569Z | Planning: Fetching manifests: 7/7 100% complete |
| 122 | 2025-02-28T05:53:21.680Z | Planning: Package planning ... Done (0.111s) |
| 123 | 2025-02-28T05:53:21.737Z | Planning: Merging actions ... Done (0.057s) |
| 124 | 2025-02-28T05:53:21.931Z | Planning: Checking for conflicting actions ... Done (0.194s) |
| 125 | 2025-02-28T05:53:23.667Z | Planning: Consolidating action changes ... Done (1.735s) |
| 126 | 2025-02-28T05:53:24.072Z | Planning: Evaluating mediators ... Done (0.405s) |
| 127 | 2025-02-28T05:53:24.154Z | Planning: Planning completed in 16.26 seconds |
| 128 | 2025-02-28T05:53:24.173Z | Packages to install: 4 |
| 129 | 2025-02-28T05:53:24.173Z | Packages to update: 3 |
| 130 | 2025-02-28T05:53:24.173Z | Mediators to change: 2 |
| 131 | 2025-02-28T05:53:24.173Z | Services to change: 1 |
| 132 | 2025-02-28T05:53:24.173Z | Estimated space available: 155.61 GB |
| 133 | 2025-02-28T05:53:24.176Z | Estimated space to be consumed: 1.66 GB |
| 134 | 2025-02-28T05:53:24.176Z | Create boot environment: No |
| 135 | 2025-02-28T05:53:24.176Z | Create backup boot environment: Yes |
| 136 | 2025-02-28T05:53:24.176Z | Rebuild boot archive: No |
| 137 | 2025-02-28T05:53:24.176Z | |
| 138 | 2025-02-28T05:53:24.176Z | Changed mediators: |
| 139 | 2025-02-28T05:53:24.176Z | mediator clang: |
| 140 | 2025-02-28T05:53:24.176Z | version: None -> 15 (system default) |
| 141 | 2025-02-28T05:53:24.176Z | |
| 142 | 2025-02-28T05:53:24.176Z | mediator llvm: |
| 143 | 2025-02-28T05:53:24.176Z | version: 14 (system default) -> 15 (system default) |
| 144 | 2025-02-28T05:53:24.176Z | |
| 145 | 2025-02-28T05:53:24.176Z | Changed packages: |
| 146 | 2025-02-28T05:53:24.176Z | helios-dev |
| 147 | 2025-02-28T05:53:24.176Z | developer/build-essential |
| 148 | 2025-02-28T05:53:24.176Z | None -> 11-2.0 |
| 149 | 2025-02-28T05:53:24.176Z | library/libxmlsec1 |
| 150 | 2025-02-28T05:53:24.176Z | None -> 1.2.35-2.0 |
| 151 | 2025-02-28T05:53:24.176Z | ooce/developer/clang-15 |
| 152 | 2025-02-28T05:53:24.176Z | None -> 15.0.7-2.0 |
| 153 | 2025-02-28T05:53:24.176Z | ooce/developer/llvm-15 |
| 154 | 2025-02-28T05:53:24.177Z | None -> 15.0.7-2.0 |
| 155 | 2025-02-28T05:53:24.177Z | package/pkg |
| 156 | 2025-02-28T05:53:24.177Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
| 157 | 2025-02-28T05:53:24.177Z | system/library/g++-runtime |
| 158 | 2025-02-28T05:53:24.177Z | 13-2.0 -> 14-2.0 |
| 159 | 2025-02-28T05:53:24.177Z | system/library/gcc-runtime |
| 160 | 2025-02-28T05:53:24.177Z | 13-2.0 -> 14-2.0 |
| 161 | 2025-02-28T05:53:24.177Z | |
| 162 | 2025-02-28T05:53:24.177Z | Services: |
| 163 | 2025-02-28T05:53:24.177Z | restart_fmri: |
| 164 | 2025-02-28T05:53:24.177Z | svc:/system/update-man-index:default |
| 165 | 2025-02-28T05:53:24.177Z | |
| 166 | 2025-02-28T05:53:24.177Z | Editable files to change: |
| 167 | 2025-02-28T05:53:24.177Z | Update: |
| 168 | 2025-02-28T05:53:24.177Z | usr/share/lib/pkg/web/config.shtml |
| 169 | 2025-02-28T05:53:24.250Z | |
| 170 | 2025-02-28T05:53:24.250Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
| 171 | 2025-02-28T05:53:29.251Z | Download: 428/4301 items 17.0/225.4MB 7% complete (3.5M/s) |
| 172 | 2025-02-28T05:53:34.252Z | Download: 1006/4301 items 19.5/225.4MB 8% complete (2.0M/s) |
| 173 | 2025-02-28T05:53:39.948Z | Download: 1197/4301 items 83.5/225.4MB 37% complete (6.7M/s) |
| 174 | 2025-02-28T05:53:44.949Z | Download: 1344/4301 items 113.2/225.4MB 50% complete (9.3M/s) |
| 175 | 2025-02-28T05:53:50.051Z | Download: 2221/4301 items 119.2/225.4MB 52% complete (3.9M/s) |
| 176 | 2025-02-28T05:53:55.055Z | Download: 2432/4301 items 119.9/225.4MB 53% complete (701k/s) |
| 177 | 2025-02-28T05:54:16.806Z | Download: 3245/4301 items 202.9/225.4MB 89% complete |
| 178 | 2025-02-28T05:54:22.329Z | Download: 4294/4301 items 225.2/225.4MB 99% complete (4.7M/s) |
| 179 | 2025-02-28T05:54:22.374Z | Download: Completed 225.42 MB in 58.12 seconds (3.9M/s) |
| 180 | 2025-02-28T05:54:24.365Z | Actions: 1/5122 actions (Removing old actions) |
| 181 | 2025-02-28T05:54:24.386Z | Actions: 194/5122 actions (Installing new actions) |
| 182 | 2025-02-28T05:54:29.171Z | Actions: 4267/5122 actions (Updating modified actions) |
| 183 | 2025-02-28T05:54:29.528Z | Actions: Completed 5122 actions in 5.16 seconds. |
| 184 | 2025-02-28T05:54:29.969Z | Done (0.433s) |
| 185 | 2025-02-28T05:54:29.972Z | Done (0.001s) |
| 186 | 2025-02-28T05:54:30.584Z | Done (0.612s) |
| 187 | 2025-02-28T05:54:35.154Z | Done (4.324s) |
| 188 | 2025-02-28T05:54:35.245Z | Done (0.018s) |
| 189 | 2025-02-28T05:54:35.250Z | Done (0.000s) |
| 190 | 2025-02-28T05:54:35.476Z | Done (0.000s) |
| 191 | 2025-02-28T05:54:36.206Z | Planning: Evaluating mediator changes ... Done |
| 192 | 2025-02-28T05:54:36.370Z | Planning: Checking for conflicting actions ... Done |
| 193 | 2025-02-28T05:54:36.372Z | Planning: Consolidating action changes ... Done |
| 194 | 2025-02-28T05:54:36.643Z | Planning: Evaluating mediators ... Done |
| 195 | 2025-02-28T05:54:36.646Z | Planning: Planning completed in 0.44 seconds |
| 196 | 2025-02-28T05:54:36.684Z | Mediators to change: 2 |
| 197 | 2025-02-28T05:54:36.684Z | Create boot environment: No |
| 198 | 2025-02-28T05:54:36.686Z | Create backup boot environment: No |
| 199 | 2025-02-28T05:54:36.787Z | Done |
| 200 | 2025-02-28T05:54:36.787Z | Done |
| 201 | 2025-02-28T05:54:37.218Z | Done |
| 202 | 2025-02-28T05:54:41.002Z | Done |
| 203 | 2025-02-28T05:54:41.093Z | Done |
| 204 | 2025-02-28T05:54:41.097Z | Done |
| 205 | 2025-02-28T05:54:41.231Z | Done |
| 206 | 2025-02-28T05:54:41.860Z | Planning: Evaluating mediator changes ... Done |
| 207 | 2025-02-28T05:54:41.862Z | Planning: Merging actions ... Done |
| 208 | 2025-02-28T05:54:42.054Z | Planning: Checking for conflicting actions ... Done |
| 209 | 2025-02-28T05:54:42.057Z | Planning: Consolidating action changes ... Done |
| 210 | 2025-02-28T05:54:42.330Z | Planning: Evaluating mediators ... Done |
| 211 | 2025-02-28T05:54:42.388Z | Planning: Planning completed in 0.77 seconds |
| 212 | 2025-02-28T05:54:42.429Z | Packages to change: 1 |
| 213 | 2025-02-28T05:54:42.429Z | Mediators to change: 1 |
| 214 | 2025-02-28T05:54:42.432Z | Services to change: 1 |
| 215 | 2025-02-28T05:54:42.432Z | Create boot environment: No |
| 216 | 2025-02-28T05:54:42.432Z | Create backup boot environment: Yes |
| 217 | 2025-02-28T05:54:44.790Z | Actions: 1/6 actions (Updating modified actions) |
| 218 | 2025-02-28T05:54:44.793Z | Actions: Completed 6 actions in 0.00 seconds. |
| 219 | 2025-02-28T05:54:44.793Z | Done |
| 220 | 2025-02-28T05:54:44.793Z | Done |
| 221 | 2025-02-28T05:54:44.917Z | Done |
| 222 | 2025-02-28T05:54:48.660Z | Done |
| 223 | 2025-02-28T05:54:48.753Z | Done |
| 224 | 2025-02-28T05:54:48.757Z | Done |
| 225 | 2025-02-28T05:54:48.889Z | Done |
| 226 | 2025-02-28T05:54:49.338Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 227 | 2025-02-28T05:54:49.338Z | clang system 15 system |
| 228 | 2025-02-28T05:54:49.338Z | csh system system illumos |
| 229 | 2025-02-28T05:54:49.338Z | ctags system system illumos |
| 230 | 2025-02-28T05:54:49.338Z | gcc vendor 12 vendor |
| 231 | 2025-02-28T05:54:49.338Z | gcc system 10 system |
| 232 | 2025-02-28T05:54:49.338Z | gcc system 7 system |
| 233 | 2025-02-28T05:54:49.338Z | go system 1.20 system |
| 234 | 2025-02-28T05:54:49.338Z | go system 1.19 system |
| 235 | 2025-02-28T05:54:49.338Z | llvm system 15 system |
| 236 | 2025-02-28T05:54:49.338Z | llvm system 14 system |
| 237 | 2025-02-28T05:54:49.338Z | mariadb system 10.6 system |
| 238 | 2025-02-28T05:54:49.338Z | mta vendor vendor dma |
| 239 | 2025-02-28T05:54:49.338Z | openjdk system 17 system |
| 240 | 2025-02-28T05:54:49.338Z | openjdk system 11 system |
| 241 | 2025-02-28T05:54:49.338Z | openjdk system 1.8 system |
| 242 | 2025-02-28T05:54:49.338Z | openssl vendor 3 vendor |
| 243 | 2025-02-28T05:54:49.338Z | perl system 5.36 system |
| 244 | 2025-02-28T05:54:49.338Z | postgresql system 15 system |
| 245 | 2025-02-28T05:54:49.338Z | postgresql system 13 system |
| 246 | 2025-02-28T05:54:49.338Z | python vendor 3 vendor |
| 247 | 2025-02-28T05:54:49.338Z | python system 2 system |
| 248 | 2025-02-28T05:54:49.338Z | python3 system 3.11 system |
| 249 | 2025-02-28T05:54:49.338Z | ruby system 3.0 system |
| 250 | 2025-02-28T05:54:49.338Z | words vendor vendor american-english |
| 251 | 2025-02-28T05:54:49.338Z | words system system australian-english |
| 252 | 2025-02-28T05:54:49.338Z | words system system british-english |
| 253 | 2025-02-28T05:54:49.338Z | words system system canadian-english |
| 254 | 2025-02-28T05:54:49.338Z | words system system french |
| 255 | 2025-02-28T05:54:49.338Z | words system system italian |
| 256 | 2025-02-28T05:54:49.338Z | words system system ngerman |
| 257 | 2025-02-28T05:54:49.338Z | words system system ogerman |
| 258 | 2025-02-28T05:54:49.338Z | words system system spanish |
| 259 | 2025-02-28T05:54:49.689Z | PUBLISHER TYPE STATUS P LOCATION |
| 260 | 2025-02-28T05:54:49.689Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 261 | 2025-02-28T05:54:52.793Z | FMRI IFO |
| 262 | 2025-02-28T05:54:52.793Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 263 | 2025-02-28T05:54:52.793Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 264 | 2025-02-28T05:54:52.793Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 265 | 2025-02-28T05:54:52.793Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 266 | 2025-02-28T05:54:52.793Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 267 | 2025-02-28T05:54:52.793Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 268 | 2025-02-28T05:54:52.793Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
| 269 | 2025-02-28T05:54:52.793Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 270 | 2025-02-28T05:54:52.793Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 271 | 2025-02-28T05:54:52.793Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
| 272 | 2025-02-28T05:54:52.793Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 273 | 2025-02-28T05:54:52.793Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 274 | 2025-02-28T05:54:52.794Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
| 275 | 2025-02-28T05:54:52.794Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 276 | 2025-02-28T05:54:52.794Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 277 | 2025-02-28T05:54:53.608Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 278 | 2025-02-28T05:54:53.867Z | Updating crates.io index |
| 279 | 2025-02-28T05:54:53.906Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 280 | 2025-02-28T05:54:54.498Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 281 | 2025-02-28T05:54:54.749Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 282 | 2025-02-28T05:54:55.023Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 283 | 2025-02-28T05:54:56.029Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 284 | 2025-02-28T05:54:57.758Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 285 | 2025-02-28T05:54:58.406Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 286 | 2025-02-28T05:54:59.096Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 287 | 2025-02-28T05:54:59.352Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 288 | 2025-02-28T05:54:59.629Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 289 | 2025-02-28T05:55:00.282Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 290 | 2025-02-28T05:55:00.881Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 291 | 2025-02-28T05:55:01.311Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 292 | 2025-02-28T05:55:01.735Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 293 | 2025-02-28T05:55:02.046Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 294 | 2025-02-28T05:55:02.387Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 295 | 2025-02-28T05:55:02.604Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 296 | 2025-02-28T05:55:02.826Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 297 | 2025-02-28T05:55:03.150Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 298 | 2025-02-28T05:55:03.456Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 299 | 2025-02-28T05:55:03.746Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 300 | 2025-02-28T05:55:04.059Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 301 | 2025-02-28T05:55:04.473Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 302 | 2025-02-28T05:55:04.736Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 303 | 2025-02-28T05:55:05.315Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 304 | 2025-02-28T05:55:05.611Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 305 | 2025-02-28T05:55:05.979Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 306 | 2025-02-28T05:55:06.361Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
| 307 | 2025-02-28T05:55:06.664Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 308 | 2025-02-28T05:55:06.914Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 309 | 2025-02-28T05:55:07.202Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 310 | 2025-02-28T05:55:08.406Z | Downloading crates ... |
| 311 | 2025-02-28T05:55:08.495Z | Downloaded anstyle-parse v0.2.5 |
| 312 | 2025-02-28T05:55:08.498Z | Downloaded heck v0.4.1 |
| 313 | 2025-02-28T05:55:08.501Z | Downloaded zerocopy-derive v0.7.35 |
| 314 | 2025-02-28T05:55:08.504Z | Downloaded proc-macro-error v1.0.4 |
| 315 | 2025-02-28T05:55:08.508Z | Downloaded plain v0.2.3 |
| 316 | 2025-02-28T05:55:08.511Z | Downloaded generic-array v0.14.7 |
| 317 | 2025-02-28T05:55:08.511Z | Downloaded zerocopy v0.7.35 |
| 318 | 2025-02-28T05:55:08.524Z | Downloaded hashbrown v0.15.1 |
| 319 | 2025-02-28T05:55:08.528Z | Downloaded pest_derive v2.7.14 |
| 320 | 2025-02-28T05:55:08.531Z | Downloaded bitflags v2.6.0 |
| 321 | 2025-02-28T05:55:08.534Z | Downloaded colorchoice v1.0.2 |
| 322 | 2025-02-28T05:55:08.537Z | Downloaded anstream v0.6.15 |
| 323 | 2025-02-28T05:55:08.540Z | Downloaded fastrand v2.1.1 |
| 324 | 2025-02-28T05:55:08.540Z | Downloaded errno v0.3.9 |
| 325 | 2025-02-28T05:55:08.543Z | Downloaded anstyle v1.0.10 |
| 326 | 2025-02-28T05:55:08.543Z | Downloaded winnow v0.7.3 |
| 327 | 2025-02-28T05:55:08.550Z | Downloaded proc-macro2 v1.0.93 |
| 328 | 2025-02-28T05:55:08.552Z | Downloaded log v0.4.22 |
| 329 | 2025-02-28T05:55:08.569Z | Downloaded pretty-hex v0.4.1 |
| 330 | 2025-02-28T05:55:08.572Z | Downloaded memmap v0.7.0 |
| 331 | 2025-02-28T05:55:08.572Z | Downloaded io-lifetimes v1.0.11 |
| 332 | 2025-02-28T05:55:08.577Z | Downloaded proc-macro-error-attr v1.0.4 |
| 333 | 2025-02-28T05:55:08.580Z | Downloaded is_terminal_polyfill v1.70.1 |
| 334 | 2025-02-28T05:55:08.580Z | Downloaded fs-err v2.11.0 |
| 335 | 2025-02-28T05:55:08.585Z | Downloaded fnv v1.0.7 |
| 336 | 2025-02-28T05:55:08.587Z | Downloaded cpufeatures v0.2.14 |
| 337 | 2025-02-28T05:55:08.587Z | Downloaded macaddr v1.0.1 |
| 338 | 2025-02-28T05:55:08.593Z | Downloaded itoa v1.0.11 |
| 339 | 2025-02-28T05:55:08.597Z | Downloaded pest_meta v2.7.14 |
| 340 | 2025-02-28T05:55:08.600Z | Downloaded heck v0.5.0 |
| 341 | 2025-02-28T05:55:08.603Z | Downloaded pest_generator v2.7.14 |
| 342 | 2025-02-28T05:55:08.607Z | Downloaded once_cell v1.20.3 |
| 343 | 2025-02-28T05:55:08.610Z | Downloaded clap_derive v4.5.28 |
| 344 | 2025-02-28T05:55:08.613Z | Downloaded papergrid v0.11.0 |
| 345 | 2025-02-28T05:55:08.617Z | Downloaded memchr v2.7.4 |
| 346 | 2025-02-28T05:55:08.621Z | Downloaded pest v2.7.14 |
| 347 | 2025-02-28T05:55:08.626Z | Downloaded indexmap v2.7.1 |
| 348 | 2025-02-28T05:55:08.630Z | Downloaded goblin v0.8.2 |
| 349 | 2025-02-28T05:55:08.638Z | Downloaded usdt-macro v0.5.0 |
| 350 | 2025-02-28T05:55:08.645Z | Downloaded autocfg v1.4.0 |
| 351 | 2025-02-28T05:55:08.649Z | Downloaded swrite v0.1.0 |
| 352 | 2025-02-28T05:55:08.649Z | Downloaded scroll_derive v0.12.0 |
| 353 | 2025-02-28T05:55:08.655Z | Downloaded dtrace-parser v0.2.0 |
| 354 | 2025-02-28T05:55:08.662Z | Downloaded usdt-attr-macro v0.5.0 |
| 355 | 2025-02-28T05:55:08.666Z | Downloaded version_check v0.9.5 |
| 356 | 2025-02-28T05:55:08.666Z | Downloaded unicode-linebreak v0.1.5 |
| 357 | 2025-02-28T05:55:08.668Z | Downloaded crypto-common v0.1.6 |
| 358 | 2025-02-28T05:55:08.668Z | Downloaded cargo-platform v0.1.8 |
| 359 | 2025-02-28T05:55:08.668Z | Downloaded serde_spanned v0.6.8 |
| 360 | 2025-02-28T05:55:08.668Z | Downloaded anstyle-query v1.1.1 |
| 361 | 2025-02-28T05:55:08.671Z | Downloaded equivalent v1.0.1 |
| 362 | 2025-02-28T05:55:08.682Z | Downloaded utf8parse v0.2.2 |
| 363 | 2025-02-28T05:55:08.684Z | Downloaded smawk v0.3.2 |
| 364 | 2025-02-28T05:55:08.684Z | Downloaded serde_tokenstream v0.2.2 |
| 365 | 2025-02-28T05:55:08.688Z | Downloaded block-buffer v0.10.4 |
| 366 | 2025-02-28T05:55:08.691Z | Downloaded dof v0.3.0 |
| 367 | 2025-02-28T05:55:08.691Z | Downloaded byteorder v1.5.0 |
| 368 | 2025-02-28T05:55:08.693Z | Downloaded terminal_size v0.4.0 |
| 369 | 2025-02-28T05:55:08.694Z | Downloaded strsim v0.11.1 |
| 370 | 2025-02-28T05:55:08.698Z | Downloaded bitflags v1.3.2 |
| 371 | 2025-02-28T05:55:08.698Z | Downloaded bytecount v0.6.8 |
| 372 | 2025-02-28T05:55:08.704Z | Downloaded quote v1.0.38 |
| 373 | 2025-02-28T05:55:08.704Z | Downloaded anyhow v1.0.96 |
| 374 | 2025-02-28T05:55:08.710Z | Downloaded usdt v0.5.0 |
| 375 | 2025-02-28T05:55:08.710Z | Downloaded libc v0.2.170 |
| 376 | 2025-02-28T05:55:08.731Z | Downloaded thiserror-impl v2.0.11 |
| 377 | 2025-02-28T05:55:08.738Z | Downloaded cfg-if v1.0.0 |
| 378 | 2025-02-28T05:55:08.738Z | Downloaded cargo_toml v0.21.0 |
| 379 | 2025-02-28T05:55:08.741Z | Downloaded cargo_metadata v0.19.1 |
| 380 | 2025-02-28T05:55:08.741Z | Downloaded thiserror v1.0.69 |
| 381 | 2025-02-28T05:55:08.741Z | Downloaded usdt-impl v0.5.0 |
| 382 | 2025-02-28T05:55:08.754Z | Downloaded camino-tempfile v1.1.1 |
| 383 | 2025-02-28T05:55:08.754Z | Downloaded thiserror-impl v1.0.69 |
| 384 | 2025-02-28T05:55:08.758Z | Downloaded thiserror v2.0.11 |
| 385 | 2025-02-28T05:55:08.758Z | Downloaded tempfile v3.13.0 |
| 386 | 2025-02-28T05:55:08.759Z | Downloaded scroll v0.12.0 |
| 387 | 2025-02-28T05:55:08.759Z | Downloaded semver v1.0.25 |
| 388 | 2025-02-28T05:55:08.759Z | Downloaded digest v0.10.7 |
| 389 | 2025-02-28T05:55:08.763Z | Downloaded ucd-trie v0.1.7 |
| 390 | 2025-02-28T05:55:08.763Z | Downloaded unicode-ident v1.0.14 |
| 391 | 2025-02-28T05:55:08.763Z | Downloaded camino v1.1.9 |
| 392 | 2025-02-28T05:55:08.768Z | Downloaded typenum v1.17.0 |
| 393 | 2025-02-28T05:55:08.768Z | Downloaded toml v0.8.20 |
| 394 | 2025-02-28T05:55:08.771Z | Downloaded serde_derive v1.0.218 |
| 395 | 2025-02-28T05:55:08.775Z | Downloaded ryu v1.0.18 |
| 396 | 2025-02-28T05:55:08.777Z | Downloaded textwrap v0.16.1 |
| 397 | 2025-02-28T05:55:08.777Z | Downloaded clap v4.5.31 |
| 398 | 2025-02-28T05:55:08.785Z | Downloaded clap_lex v0.7.4 |
| 399 | 2025-02-28T05:55:08.790Z | Downloaded terminal_size v0.2.6 |
| 400 | 2025-02-28T05:55:08.794Z | Downloaded sha2 v0.10.8 |
| 401 | 2025-02-28T05:55:08.794Z | Downloaded toml_datetime v0.6.8 |
| 402 | 2025-02-28T05:55:08.797Z | Downloaded thread-id v4.2.2 |
| 403 | 2025-02-28T05:55:08.797Z | Downloaded tabled_derive v0.7.0 |
| 404 | 2025-02-28T05:55:08.799Z | Downloaded serde v1.0.218 |
| 405 | 2025-02-28T05:55:08.804Z | Downloaded toml_edit v0.22.24 |
| 406 | 2025-02-28T05:55:08.835Z | Downloaded serde_json v1.0.139 |
| 407 | 2025-02-28T05:55:08.843Z | Downloaded clap_builder v4.5.31 |
| 408 | 2025-02-28T05:55:08.860Z | Downloaded tabled v0.15.0 |
| 409 | 2025-02-28T05:55:08.876Z | Downloaded syn v1.0.109 |
| 410 | 2025-02-28T05:55:08.886Z | Downloaded unicode-width v0.1.14 |
| 411 | 2025-02-28T05:55:08.891Z | Downloaded syn v2.0.98 |
| 412 | 2025-02-28T05:55:08.904Z | Downloaded rustix v0.37.28 |
| 413 | 2025-02-28T05:55:08.921Z | Downloaded rustix v0.38.37 |
| 414 | 2025-02-28T05:55:09.217Z | Compiling proc-macro2 v1.0.93 |
| 415 | 2025-02-28T05:55:09.217Z | Compiling unicode-ident v1.0.14 |
| 416 | 2025-02-28T05:55:09.220Z | Compiling libc v0.2.170 |
| 417 | 2025-02-28T05:55:09.220Z | Compiling serde v1.0.218 |
| 418 | 2025-02-28T05:55:09.220Z | Compiling version_check v0.9.5 |
| 419 | 2025-02-28T05:55:09.221Z | Compiling memchr v2.7.4 |
| 420 | 2025-02-28T05:55:09.254Z | Compiling thiserror v1.0.69 |
| 421 | 2025-02-28T05:55:09.257Z | Compiling ucd-trie v0.1.7 |
| 422 | 2025-02-28T05:55:09.498Z | Compiling ryu v1.0.18 |
| 423 | 2025-02-28T05:55:09.843Z | Compiling itoa v1.0.11 |
| 424 | 2025-02-28T05:55:09.933Z | Compiling once_cell v1.20.3 |
| 425 | 2025-02-28T05:55:10.078Z | Compiling byteorder v1.5.0 |
| 426 | 2025-02-28T05:55:10.304Z | Compiling rustix v0.38.37 |
| 427 | 2025-02-28T05:55:10.374Z | Compiling serde_json v1.0.139 |
| 428 | 2025-02-28T05:55:10.500Z | Compiling bitflags v2.6.0 |
| 429 | 2025-02-28T05:55:10.724Z | Compiling proc-macro-error-attr v1.0.4 |
| 430 | 2025-02-28T05:55:10.755Z | Compiling usdt-impl v0.5.0 |
| 431 | 2025-02-28T05:55:10.844Z | Compiling syn v1.0.109 |
| 432 | 2025-02-28T05:55:10.913Z | Compiling io-lifetimes v1.0.11 |
| 433 | 2025-02-28T05:55:11.115Z | Compiling proc-macro-error v1.0.4 |
| 434 | 2025-02-28T05:55:11.140Z | Compiling camino v1.1.9 |
| 435 | 2025-02-28T05:55:11.297Z | Compiling quote v1.0.38 |
| 436 | 2025-02-28T05:55:11.422Z | Compiling errno v0.3.9 |
| 437 | 2025-02-28T05:55:11.422Z | Compiling log v0.4.22 |
| 438 | 2025-02-28T05:55:11.520Z | Compiling thread-id v4.2.2 |
| 439 | 2025-02-28T05:55:11.550Z | Compiling plain v0.2.3 |
| 440 | 2025-02-28T05:55:11.678Z | Compiling utf8parse v0.2.2 |
| 441 | 2025-02-28T05:55:11.714Z | Compiling syn v2.0.98 |
| 442 | 2025-02-28T05:55:11.752Z | Compiling equivalent v1.0.1 |
| 443 | 2025-02-28T05:55:11.783Z | Compiling rustix v0.37.28 |
| 444 | 2025-02-28T05:55:11.839Z | Compiling hashbrown v0.15.1 |
| 445 | 2025-02-28T05:55:11.864Z | Compiling anstyle-parse v0.2.5 |
| 446 | 2025-02-28T05:55:12.320Z | Compiling colorchoice v1.0.2 |
| 447 | 2025-02-28T05:55:12.497Z | Compiling pretty-hex v0.4.1 |
| 448 | 2025-02-28T05:55:12.547Z | Compiling thiserror v2.0.11 |
| 449 | 2025-02-28T05:55:12.658Z | Compiling unicode-width v0.1.14 |
| 450 | 2025-02-28T05:55:12.690Z | Compiling anstyle-query v1.1.1 |
| 451 | 2025-02-28T05:55:12.742Z | Compiling bitflags v1.3.2 |
| 452 | 2025-02-28T05:55:12.856Z | Compiling indexmap v2.7.1 |
| 453 | 2025-02-28T05:55:12.880Z | Compiling anstyle v1.0.10 |
| 454 | 2025-02-28T05:55:12.903Z | Compiling autocfg v1.4.0 |
| 455 | 2025-02-28T05:55:13.180Z | Compiling is_terminal_polyfill v1.70.1 |
| 456 | 2025-02-28T05:55:13.206Z | Compiling semver v1.0.25 |
| 457 | 2025-02-28T05:55:13.335Z | Compiling winnow v0.7.3 |
| 458 | 2025-02-28T05:55:13.338Z | Compiling anstream v0.6.15 |
| 459 | 2025-02-28T05:55:13.880Z | Compiling terminal_size v0.4.0 |
| 460 | 2025-02-28T05:55:13.905Z | Compiling fs-err v2.11.0 |
| 461 | 2025-02-28T05:55:14.232Z | Compiling anyhow v1.0.96 |
| 462 | 2025-02-28T05:55:14.309Z | Compiling strsim v0.11.1 |
| 463 | 2025-02-28T05:55:14.333Z | Compiling bytecount v0.6.8 |
| 464 | 2025-02-28T05:55:14.563Z | Compiling clap_lex v0.7.4 |
| 465 | 2025-02-28T05:55:14.870Z | Compiling fnv v1.0.7 |
| 466 | 2025-02-28T05:55:15.023Z | Compiling heck v0.4.1 |
| 467 | 2025-02-28T05:55:15.025Z | Compiling heck v0.5.0 |
| 468 | 2025-02-28T05:55:15.025Z | Compiling cfg-if v1.0.0 |
| 469 | 2025-02-28T05:55:15.149Z | Compiling fastrand v2.1.1 |
| 470 | 2025-02-28T05:55:15.397Z | Compiling terminal_size v0.2.6 |
| 471 | 2025-02-28T05:55:15.424Z | Compiling papergrid v0.11.0 |
| 472 | 2025-02-28T05:55:15.530Z | Compiling tempfile v3.13.0 |
| 473 | 2025-02-28T05:55:15.593Z | Compiling clap_builder v4.5.31 |
| 474 | 2025-02-28T05:55:15.802Z | Compiling memmap v0.7.0 |
| 475 | 2025-02-28T05:55:15.826Z | Compiling unicode-linebreak v0.1.5 |
| 476 | 2025-02-28T05:55:16.143Z | Compiling smawk v0.3.2 |
| 477 | 2025-02-28T05:55:16.383Z | Compiling textwrap v0.16.1 |
| 478 | 2025-02-28T05:55:16.861Z | Compiling swrite v0.1.0 |
| 479 | 2025-02-28T05:55:17.144Z | Compiling tabled_derive v0.7.0 |
| 480 | 2025-02-28T05:55:18.599Z | Compiling tabled v0.15.0 |
| 481 | 2025-02-28T05:55:18.669Z | Compiling serde_derive v1.0.218 |
| 482 | 2025-02-28T05:55:18.669Z | Compiling thiserror-impl v1.0.69 |
| 483 | 2025-02-28T05:55:18.672Z | Compiling zerocopy-derive v0.7.35 |
| 484 | 2025-02-28T05:55:18.672Z | Compiling scroll_derive v0.12.0 |
| 485 | 2025-02-28T05:55:18.672Z | Compiling thiserror-impl v2.0.11 |
| 486 | 2025-02-28T05:55:18.672Z | Compiling clap_derive v4.5.28 |
| 487 | 2025-02-28T05:55:20.160Z | Compiling scroll v0.12.0 |
| 488 | 2025-02-28T05:55:20.619Z | Compiling zerocopy v0.7.35 |
| 489 | 2025-02-28T05:55:20.707Z | Compiling goblin v0.8.2 |
| 490 | 2025-02-28T05:55:21.851Z | Compiling pest v2.7.14 |
| 491 | 2025-02-28T05:55:23.064Z | Compiling clap v4.5.31 |
| 492 | 2025-02-28T05:55:24.203Z | Compiling pest_meta v2.7.14 |
| 493 | 2025-02-28T05:55:25.119Z | Compiling pest_generator v2.7.14 |
| 494 | 2025-02-28T05:55:26.420Z | Compiling pest_derive v2.7.14 |
| 495 | 2025-02-28T05:55:27.042Z | Compiling dtrace-parser v0.2.0 |
| 496 | 2025-02-28T05:55:27.961Z | Compiling toml_datetime v0.6.8 |
| 497 | 2025-02-28T05:55:27.963Z | Compiling serde_spanned v0.6.8 |
| 498 | 2025-02-28T05:55:27.963Z | Compiling cargo-platform v0.1.8 |
| 499 | 2025-02-28T05:55:28.243Z | Compiling serde_tokenstream v0.2.2 |
| 500 | 2025-02-28T05:55:28.302Z | Compiling macaddr v1.0.1 |
| 501 | 2025-02-28T05:55:28.459Z | Compiling toml_edit v0.22.24 |
| 502 | 2025-02-28T05:55:28.560Z | Compiling camino-tempfile v1.1.1 |
| 503 | 2025-02-28T05:55:29.478Z | Compiling dof v0.3.0 |
| 504 | 2025-02-28T05:55:29.478Z | Compiling cargo_metadata v0.19.1 |
| 505 | 2025-02-28T05:55:30.979Z | Compiling usdt-macro v0.5.0 |
| 506 | 2025-02-28T05:55:30.979Z | Compiling usdt-attr-macro v0.5.0 |
| 507 | 2025-02-28T05:55:31.129Z | Compiling toml v0.8.20 |
| 508 | 2025-02-28T05:55:31.958Z | Compiling cargo_toml v0.21.0 |
| 509 | 2025-02-28T05:55:32.116Z | Compiling usdt v0.5.0 |
| 510 | 2025-02-28T05:55:34.690Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 511 | 2025-02-28T05:55:37.902Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.52s |
| 512 | 2025-02-28T05:55:38.146Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 513 | 2025-02-28T05:55:38.723Z | Downloading crates ... |
| 514 | 2025-02-28T05:55:38.856Z | Downloaded addr2line v0.24.2 |
| 515 | 2025-02-28T05:55:38.861Z | Downloaded cfg_aliases v0.1.1 |
| 516 | 2025-02-28T05:55:38.871Z | Downloaded cfg_aliases v0.2.1 |
| 517 | 2025-02-28T05:55:38.879Z | Downloaded chrono-tz-build v0.4.0 |
| 518 | 2025-02-28T05:55:38.882Z | Downloaded argon2 v0.5.3 |
| 519 | 2025-02-28T05:55:38.882Z | Downloaded ahash v0.8.11 |
| 520 | 2025-02-28T05:55:38.886Z | Downloaded assert_matches v1.5.0 |
| 521 | 2025-02-28T05:55:38.890Z | Downloaded cstr-argument v0.1.2 |
| 522 | 2025-02-28T05:55:38.890Z | Downloaded cbc v0.1.2 |
| 523 | 2025-02-28T05:55:38.890Z | Downloaded arrayref v0.3.9 |
| 524 | 2025-02-28T05:55:38.895Z | Downloaded crc v3.2.1 |
| 525 | 2025-02-28T05:55:38.895Z | Downloaded base16ct v0.2.0 |
| 526 | 2025-02-28T05:55:38.898Z | Downloaded adler2 v2.0.0 |
| 527 | 2025-02-28T05:55:38.898Z | Downloaded bb8 v0.8.5 |
| 528 | 2025-02-28T05:55:38.898Z | Downloaded aes v0.8.4 |
| 529 | 2025-02-28T05:55:38.901Z | Downloaded atomicwrites v0.4.4 |
| 530 | 2025-02-28T05:55:38.904Z | Downloaded mime_guess v2.0.5 |
| 531 | 2025-02-28T05:55:38.906Z | Downloaded ciborium-ll v0.2.2 |
| 532 | 2025-02-28T05:55:38.906Z | Downloaded bit-set v0.5.3 |
| 533 | 2025-02-28T05:55:38.909Z | Downloaded lru v0.12.5 |
| 534 | 2025-02-28T05:55:38.909Z | Downloaded array-init v0.0.4 |
| 535 | 2025-02-28T05:55:38.912Z | Downloaded ipnet v2.11.0 |
| 536 | 2025-02-28T05:55:38.912Z | Downloaded libsw v3.4.0 |
| 537 | 2025-02-28T05:55:38.915Z | Downloaded blowfish v0.9.1 |
| 538 | 2025-02-28T05:55:38.918Z | Downloaded kstat-rs v0.2.4 |
| 539 | 2025-02-28T05:55:38.918Z | Downloaded hyper-tls v0.6.0 |
| 540 | 2025-02-28T05:55:38.921Z | Downloaded icu_locid_transform_data v1.5.0 |
| 541 | 2025-02-28T05:55:38.921Z | Downloaded async-recursion v1.1.1 |
| 542 | 2025-02-28T05:55:38.924Z | Downloaded lockfree-object-pool v0.1.6 |
| 543 | 2025-02-28T05:55:38.927Z | Downloaded is-terminal v0.4.13 |
| 544 | 2025-02-28T05:55:38.930Z | Downloaded hickory-resolver v0.24.4 |
| 545 | 2025-02-28T05:55:38.934Z | Downloaded crucible-workspace-hack v0.1.0 |
| 546 | 2025-02-28T05:55:38.936Z | Downloaded convert_case v0.4.0 |
| 547 | 2025-02-28T05:55:38.936Z | Downloaded indent_write v2.2.0 |
| 548 | 2025-02-28T05:55:38.940Z | Downloaded blake2 v0.10.6 |
| 549 | 2025-02-28T05:55:38.942Z | Downloaded arc-swap v1.7.1 |
| 550 | 2025-02-28T05:55:38.945Z | Downloaded mio v1.0.2 |
| 551 | 2025-02-28T05:55:38.953Z | Downloaded iana-time-zone v0.1.61 |
| 552 | 2025-02-28T05:55:38.956Z | Downloaded lru-cache v0.1.2 |
| 553 | 2025-02-28T05:55:38.959Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 554 | 2025-02-28T05:55:38.964Z | Downloaded proc-macro-crate v1.3.1 |
| 555 | 2025-02-28T05:55:38.964Z | Downloaded crossbeam-deque v0.8.5 |
| 556 | 2025-02-28T05:55:38.966Z | Downloaded bumpalo v3.16.0 |
| 557 | 2025-02-28T05:55:38.966Z | Downloaded linked-hash-map v0.5.6 |
| 558 | 2025-02-28T05:55:38.969Z | Downloaded lazycell v1.3.0 |
| 559 | 2025-02-28T05:55:38.973Z | Downloaded keccak v0.1.5 |
| 560 | 2025-02-28T05:55:38.973Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 561 | 2025-02-28T05:55:38.975Z | Downloaded async-stream v0.3.6 |
| 562 | 2025-02-28T05:55:38.978Z | Downloaded quick-error v1.2.3 |
| 563 | 2025-02-28T05:55:38.980Z | Downloaded http-body v1.0.1 |
| 564 | 2025-02-28T05:55:38.983Z | Downloaded ident_case v1.0.1 |
| 565 | 2025-02-28T05:55:38.983Z | Downloaded icu_provider_macros v1.5.0 |
| 566 | 2025-02-28T05:55:38.983Z | Downloaded crunchy v0.2.2 |
| 567 | 2025-02-28T05:55:38.986Z | Downloaded async-trait v0.1.86 |
| 568 | 2025-02-28T05:55:38.991Z | Downloaded semver v0.1.20 |
| 569 | 2025-02-28T05:55:38.995Z | Downloaded ipnetwork v0.21.1 |
| 570 | 2025-02-28T05:55:38.995Z | Downloaded internet-checksum v0.2.1 |
| 571 | 2025-02-28T05:55:38.995Z | Downloaded indoc v2.0.5 |
| 572 | 2025-02-28T05:55:38.998Z | Downloaded console v0.15.10 |
| 573 | 2025-02-28T05:55:39.002Z | Downloaded cancel-safe-futures v0.1.5 |
| 574 | 2025-02-28T05:55:39.004Z | Downloaded termtree v0.4.1 |
| 575 | 2025-02-28T05:55:39.007Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 576 | 2025-02-28T05:55:39.010Z | Downloaded base64 v0.21.7 |
| 577 | 2025-02-28T05:55:39.013Z | Downloaded salsa20 v0.10.2 |
| 578 | 2025-02-28T05:55:39.016Z | Downloaded secrecy v0.8.0 |
| 579 | 2025-02-28T05:55:39.016Z | Downloaded progenitor-macro v0.9.1 |
| 580 | 2025-02-28T05:55:39.021Z | Downloaded lalrpop-util v0.19.12 |
| 581 | 2025-02-28T05:55:39.021Z | Downloaded ctr v0.9.2 |
| 582 | 2025-02-28T05:55:39.023Z | Downloaded sha1 v0.10.6 |
| 583 | 2025-02-28T05:55:39.026Z | Downloaded litrs v0.4.1 |
| 584 | 2025-02-28T05:55:39.028Z | Downloaded heapless v0.8.0 |
| 585 | 2025-02-28T05:55:39.032Z | Downloaded shell-words v1.1.0 |
| 586 | 2025-02-28T05:55:39.035Z | Downloaded match_cfg v0.1.0 |
| 587 | 2025-02-28T05:55:39.035Z | Downloaded base64ct v1.6.0 |
| 588 | 2025-02-28T05:55:39.037Z | Downloaded instant v0.1.13 |
| 589 | 2025-02-28T05:55:39.042Z | Downloaded memoffset v0.9.1 |
| 590 | 2025-02-28T05:55:39.045Z | Downloaded linear-map v1.2.0 |
| 591 | 2025-02-28T05:55:39.045Z | Downloaded managed v0.8.0 |
| 592 | 2025-02-28T05:55:39.045Z | Downloaded bit-vec v0.6.3 |
| 593 | 2025-02-28T05:55:39.048Z | Downloaded ciborium v0.2.2 |
| 594 | 2025-02-28T05:55:39.051Z | Downloaded structmeta v0.3.0 |
| 595 | 2025-02-28T05:55:39.051Z | Downloaded http-range v0.1.5 |
| 596 | 2025-02-28T05:55:39.053Z | Downloaded cassowary v0.3.0 |
| 597 | 2025-02-28T05:55:39.054Z | Downloaded resolv-conf v0.7.0 |
| 598 | 2025-02-28T05:55:39.056Z | Downloaded yoke-derive v0.7.4 |
| 599 | 2025-02-28T05:55:39.056Z | Downloaded md-5 v0.10.6 |
| 600 | 2025-02-28T05:55:39.058Z | Downloaded stringprep v0.1.5 |
| 601 | 2025-02-28T05:55:39.063Z | Downloaded compact_str v0.8.0 |
| 602 | 2025-02-28T05:55:39.066Z | Downloaded slog-json v2.6.1 |
| 603 | 2025-02-28T05:55:39.068Z | Downloaded tokio-native-tls v0.3.1 |
| 604 | 2025-02-28T05:55:39.071Z | Downloaded mockall v0.13.1 |
| 605 | 2025-02-28T05:55:39.071Z | Downloaded allocator-api2 v0.2.18 |
| 606 | 2025-02-28T05:55:39.074Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 607 | 2025-02-28T05:55:39.077Z | Downloaded crossbeam-channel v0.5.13 |
| 608 | 2025-02-28T05:55:39.083Z | Downloaded foreign-types v0.3.2 |
| 609 | 2025-02-28T05:55:39.088Z | Downloaded hickory-client v0.24.4 |
| 610 | 2025-02-28T05:55:39.090Z | Downloaded num-conv v0.1.0 |
| 611 | 2025-02-28T05:55:39.090Z | Downloaded synstructure v0.13.1 |
| 612 | 2025-02-28T05:55:39.090Z | Downloaded maplit v1.0.2 |
| 613 | 2025-02-28T05:55:39.093Z | Downloaded lock_api v0.4.12 |
| 614 | 2025-02-28T05:55:39.093Z | Downloaded hubpack v0.1.2 |
| 615 | 2025-02-28T05:55:39.095Z | Downloaded hostname v0.3.1 |
| 616 | 2025-02-28T05:55:39.098Z | Downloaded crypto-bigint v0.5.5 |
| 617 | 2025-02-28T05:55:39.103Z | Downloaded fxhash v0.2.1 |
| 618 | 2025-02-28T05:55:39.107Z | Downloaded oso-derive v0.27.3 |
| 619 | 2025-02-28T05:55:39.107Z | Downloaded opaque-debug v0.3.1 |
| 620 | 2025-02-28T05:55:39.109Z | Downloaded rustls-pki-types v1.10.0 |
| 621 | 2025-02-28T05:55:39.112Z | Downloaded embedded-io v0.4.0 |
| 622 | 2025-02-28T05:55:39.115Z | Downloaded mime v0.3.17 |
| 623 | 2025-02-28T05:55:39.115Z | Downloaded typify v0.2.0 |
| 624 | 2025-02-28T05:55:39.120Z | Downloaded icu_provider v1.5.0 |
| 625 | 2025-02-28T05:55:39.122Z | Downloaded funty v2.0.0 |
| 626 | 2025-02-28T05:55:39.123Z | Downloaded futures-task v0.3.31 |
| 627 | 2025-02-28T05:55:39.125Z | Downloaded peg-runtime v0.8.3 |
| 628 | 2025-02-28T05:55:39.125Z | Downloaded env_logger v0.11.5 |
| 629 | 2025-02-28T05:55:39.130Z | Downloaded pretty-hex v0.2.1 |
| 630 | 2025-02-28T05:55:39.132Z | Downloaded twox-hash v2.1.0 |
| 631 | 2025-02-28T05:55:39.133Z | Downloaded document-features v0.2.10 |
| 632 | 2025-02-28T05:55:39.136Z | Downloaded strip-ansi-escapes v0.2.0 |
| 633 | 2025-02-28T05:55:39.136Z | Downloaded nodrop v0.1.14 |
| 634 | 2025-02-28T05:55:39.138Z | Downloaded jobserver v0.1.32 |
| 635 | 2025-02-28T05:55:39.141Z | Downloaded futures-macro v0.3.31 |
| 636 | 2025-02-28T05:55:39.141Z | Downloaded futures-io v0.3.31 |
| 637 | 2025-02-28T05:55:39.143Z | Downloaded memmap2 v0.9.5 |
| 638 | 2025-02-28T05:55:39.146Z | Downloaded oxnet v0.1.1 |
| 639 | 2025-02-28T05:55:39.146Z | Downloaded icu_locid_transform v1.5.0 |
| 640 | 2025-02-28T05:55:39.150Z | Downloaded rpassword v7.3.1 |
| 641 | 2025-02-28T05:55:39.152Z | Downloaded libsw-core v0.3.1 |
| 642 | 2025-02-28T05:55:39.152Z | Downloaded psl-types v2.0.11 |
| 643 | 2025-02-28T05:55:39.155Z | Downloaded progenitor-macro v0.8.0 |
| 644 | 2025-02-28T05:55:39.159Z | Downloaded take_mut v0.2.2 |
| 645 | 2025-02-28T05:55:39.159Z | Downloaded clang-sys v1.8.1 |
| 646 | 2025-02-28T05:55:39.161Z | Downloaded chacha20poly1305 v0.10.1 |
| 647 | 2025-02-28T05:55:39.161Z | Downloaded defmt v0.3.8 |
| 648 | 2025-02-28T05:55:39.165Z | Downloaded num_enum v0.5.11 |
| 649 | 2025-02-28T05:55:39.170Z | Downloaded serde_urlencoded v0.7.1 |
| 650 | 2025-02-28T05:55:39.174Z | Downloaded rustversion v1.0.17 |
| 651 | 2025-02-28T05:55:39.176Z | Downloaded heapless v0.7.17 |
| 652 | 2025-02-28T05:55:39.180Z | Downloaded serde_repr v0.1.19 |
| 653 | 2025-02-28T05:55:39.183Z | Downloaded progenitor v0.8.0 |
| 654 | 2025-02-28T05:55:39.185Z | Downloaded derive-where v1.2.7 |
| 655 | 2025-02-28T05:55:39.188Z | Downloaded stable_deref_trait v1.2.0 |
| 656 | 2025-02-28T05:55:39.191Z | Downloaded write16 v1.0.0 |
| 657 | 2025-02-28T05:55:39.191Z | Downloaded pkcs1 v0.7.5 |
| 658 | 2025-02-28T05:55:39.194Z | Downloaded endian-type v0.1.2 |
| 659 | 2025-02-28T05:55:39.196Z | Downloaded owo-colors v4.2.0 |
| 660 | 2025-02-28T05:55:39.199Z | Downloaded vsss-rs v3.3.4 |
| 661 | 2025-02-28T05:55:39.201Z | Downloaded rand v0.9.0 |
| 662 | 2025-02-28T05:55:39.206Z | Downloaded signature v2.2.0 |
| 663 | 2025-02-28T05:55:39.221Z | Downloaded openssl-macros v0.1.1 |
| 664 | 2025-02-28T05:55:39.225Z | Downloaded pkcs8 v0.10.2 |
| 665 | 2025-02-28T05:55:39.227Z | Downloaded icu_collections v1.5.0 |
| 666 | 2025-02-28T05:55:39.233Z | Downloaded parse-size v1.1.0 |
| 667 | 2025-02-28T05:55:39.236Z | Downloaded num-traits v0.2.19 |
| 668 | 2025-02-28T05:55:39.238Z | Downloaded oso v0.27.3 |
| 669 | 2025-02-28T05:55:39.242Z | Downloaded futures-executor v0.3.31 |
| 670 | 2025-02-28T05:55:39.245Z | Downloaded ref-cast-impl v1.0.23 |
| 671 | 2025-02-28T05:55:39.245Z | Downloaded pkcs5 v0.7.1 |
| 672 | 2025-02-28T05:55:39.249Z | Downloaded miniz_oxide v0.8.5 |
| 673 | 2025-02-28T05:55:39.253Z | Downloaded sigpipe v0.1.3 |
| 674 | 2025-02-28T05:55:39.256Z | Downloaded futures-core v0.3.31 |
| 675 | 2025-02-28T05:55:39.256Z | Downloaded difflib v0.4.0 |
| 676 | 2025-02-28T05:55:39.256Z | Downloaded defmt-macros v0.3.9 |
| 677 | 2025-02-28T05:55:39.259Z | Downloaded strum v0.26.3 |
| 678 | 2025-02-28T05:55:39.262Z | Downloaded predicates-core v1.0.8 |
| 679 | 2025-02-28T05:55:39.262Z | Downloaded phf_shared v0.10.0 |
| 680 | 2025-02-28T05:55:39.265Z | Downloaded phf v0.11.2 |
| 681 | 2025-02-28T05:55:39.265Z | Downloaded diesel-dtrace v0.4.2 |
| 682 | 2025-02-28T05:55:39.268Z | Downloaded tower-layer v0.3.3 |
| 683 | 2025-02-28T05:55:39.268Z | Downloaded whoami v1.5.2 |
| 684 | 2025-02-28T05:55:39.271Z | Downloaded simd-adler32 v0.3.7 |
| 685 | 2025-02-28T05:55:39.271Z | Downloaded icu_normalizer v1.5.0 |
| 686 | 2025-02-28T05:55:39.275Z | Downloaded tower-service v0.3.3 |
| 687 | 2025-02-28T05:55:39.277Z | Downloaded sync_wrapper v1.0.1 |
| 688 | 2025-02-28T05:55:39.277Z | Downloaded wyz v0.5.1 |
| 689 | 2025-02-28T05:55:39.280Z | Downloaded fallible-iterator v0.2.0 |
| 690 | 2025-02-28T05:55:39.280Z | Downloaded tungstenite v0.24.0 |
| 691 | 2025-02-28T05:55:39.283Z | Downloaded scrypt v0.11.0 |
| 692 | 2025-02-28T05:55:39.286Z | Downloaded aho-corasick v1.1.3 |
| 693 | 2025-02-28T05:55:39.291Z | Downloaded signal-hook-registry v1.4.2 |
| 694 | 2025-02-28T05:55:39.293Z | Downloaded futures-channel v0.3.31 |
| 695 | 2025-02-28T05:55:39.296Z | Downloaded icu_properties v1.5.1 |
| 696 | 2025-02-28T05:55:39.299Z | Downloaded fd-lock v4.0.2 |
| 697 | 2025-02-28T05:55:39.301Z | Downloaded supports-color v3.0.2 |
| 698 | 2025-02-28T05:55:39.301Z | Downloaded signal-hook-mio v0.2.4 |
| 699 | 2025-02-28T05:55:39.304Z | Downloaded zone_cfg_derive v0.1.2 |
| 700 | 2025-02-28T05:55:39.304Z | Downloaded slog-term v2.9.1 |
| 701 | 2025-02-28T05:55:39.308Z | Downloaded dropshot_endpoint v0.16.0 |
| 702 | 2025-02-28T05:55:39.311Z | Downloaded downcast v0.11.0 |
| 703 | 2025-02-28T05:55:39.321Z | Downloaded rtoolbox v0.0.2 |
| 704 | 2025-02-28T05:55:39.321Z | Downloaded tokio-postgres v0.7.13 |
| 705 | 2025-02-28T05:55:39.321Z | Downloaded precomputed-hash v0.1.1 |
| 706 | 2025-02-28T05:55:39.321Z | Downloaded xattr v1.3.1 |
| 707 | 2025-02-28T05:55:39.325Z | Downloaded dirs-next v2.0.0 |
| 708 | 2025-02-28T05:55:39.325Z | Downloaded display-error-chain v0.2.2 |
| 709 | 2025-02-28T05:55:39.325Z | Downloaded unicase v2.7.0 |
| 710 | 2025-02-28T05:55:39.329Z | Downloaded num_threads v0.1.7 |
| 711 | 2025-02-28T05:55:39.329Z | Downloaded ciborium-io v0.2.2 |
| 712 | 2025-02-28T05:55:39.329Z | Downloaded test-strategy v0.4.0 |
| 713 | 2025-02-28T05:55:39.331Z | Downloaded number_prefix v0.4.0 |
| 714 | 2025-02-28T05:55:39.334Z | Downloaded progenitor-client v0.9.1 |
| 715 | 2025-02-28T05:55:39.334Z | Downloaded ena v0.14.3 |
| 716 | 2025-02-28T05:55:39.337Z | Downloaded embedded-io v0.6.1 |
| 717 | 2025-02-28T05:55:39.340Z | Downloaded filetime v0.2.25 |
| 718 | 2025-02-28T05:55:39.340Z | Downloaded zone v0.3.0 |
| 719 | 2025-02-28T05:55:39.340Z | Downloaded xz2 v0.1.7 |
| 720 | 2025-02-28T05:55:39.342Z | Downloaded tokio-tungstenite v0.23.1 |
| 721 | 2025-02-28T05:55:39.345Z | Downloaded progenitor-client v0.8.0 |
| 722 | 2025-02-28T05:55:39.348Z | Downloaded sqlformat v0.2.6 |
| 723 | 2025-02-28T05:55:39.348Z | Downloaded proc-macro-error2 v2.0.1 |
| 724 | 2025-02-28T05:55:39.351Z | Downloaded phf_generator v0.11.2 |
| 725 | 2025-02-28T05:55:39.354Z | Downloaded password-hash v0.4.2 |
| 726 | 2025-02-28T05:55:39.356Z | Downloaded want v0.3.1 |
| 727 | 2025-02-28T05:55:39.356Z | Downloaded predicates v3.1.3 |
| 728 | 2025-02-28T05:55:39.359Z | Downloaded ppv-lite86 v0.2.20 |
| 729 | 2025-02-28T05:55:39.362Z | Downloaded multimap v0.10.0 |
| 730 | 2025-02-28T05:55:39.362Z | Downloaded serde-big-array v0.5.1 |
| 731 | 2025-02-28T05:55:39.364Z | Downloaded typed-path v0.9.3 |
| 732 | 2025-02-28T05:55:39.369Z | Downloaded predicates-tree v1.0.11 |
| 733 | 2025-02-28T05:55:39.371Z | Downloaded zone v0.1.8 |
| 734 | 2025-02-28T05:55:39.374Z | Downloaded vte_generate_state_changes v0.1.2 |
| 735 | 2025-02-28T05:55:39.374Z | Downloaded unicode_categories v0.1.1 |
| 736 | 2025-02-28T05:55:39.377Z | Downloaded spki v0.7.3 |
| 737 | 2025-02-28T05:55:39.377Z | Downloaded pin-utils v0.1.0 |
| 738 | 2025-02-28T05:55:39.379Z | Downloaded mockall_derive v0.13.1 |
| 739 | 2025-02-28T05:55:39.383Z | Downloaded float-ord v0.3.2 |
| 740 | 2025-02-28T05:55:39.383Z | Downloaded rusty-fork v0.3.0 |
| 741 | 2025-02-28T05:55:39.386Z | Downloaded fatfs v0.3.6 |
| 742 | 2025-02-28T05:55:39.389Z | Downloaded normalize-line-endings v0.3.0 |
| 743 | 2025-02-28T05:55:39.389Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 744 | 2025-02-28T05:55:39.389Z | Downloaded diesel_derives v2.2.3 |
| 745 | 2025-02-28T05:55:39.393Z | Downloaded progenitor v0.9.1 |
| 746 | 2025-02-28T05:55:39.396Z | Downloaded bindgen v0.69.5 |
| 747 | 2025-02-28T05:55:39.403Z | Downloaded primeorder v0.13.6 |
| 748 | 2025-02-28T05:55:39.405Z | Downloaded olpc-cjson v0.1.4 |
| 749 | 2025-02-28T05:55:39.407Z | Downloaded multer v3.1.0 |
| 750 | 2025-02-28T05:55:39.410Z | Downloaded waitgroup v0.1.2 |
| 751 | 2025-02-28T05:55:39.410Z | Downloaded ascii-canvas v3.0.0 |
| 752 | 2025-02-28T05:55:39.413Z | Downloaded constant_time_eq v0.3.1 |
| 753 | 2025-02-28T05:55:39.413Z | Downloaded num-integer v0.1.46 |
| 754 | 2025-02-28T05:55:39.416Z | Downloaded lazy_static v1.5.0 |
| 755 | 2025-02-28T05:55:39.416Z | Downloaded serde_with_macros v3.11.0 |
| 756 | 2025-02-28T05:55:39.418Z | Downloaded utf16_iter v1.0.5 |
| 757 | 2025-02-28T05:55:39.421Z | Downloaded itertools v0.13.0 |
| 758 | 2025-02-28T05:55:39.426Z | Downloaded tabwriter v1.4.0 |
| 759 | 2025-02-28T05:55:39.428Z | Downloaded half v2.4.1 |
| 760 | 2025-02-28T05:55:39.430Z | Downloaded pin-project-lite v0.2.14 |
| 761 | 2025-02-28T05:55:39.435Z | Downloaded qorb v0.2.1 |
| 762 | 2025-02-28T05:55:39.440Z | Downloaded ghash v0.5.1 |
| 763 | 2025-02-28T05:55:39.442Z | Downloaded either v1.14.0 |
| 764 | 2025-02-28T05:55:39.446Z | Downloaded unicode-xid v0.2.6 |
| 765 | 2025-02-28T05:55:39.446Z | Downloaded slog-dtrace v0.3.0 |
| 766 | 2025-02-28T05:55:39.448Z | Downloaded glob v0.3.2 |
| 767 | 2025-02-28T05:55:39.448Z | Downloaded crossterm v0.28.1 |
| 768 | 2025-02-28T05:55:39.454Z | Downloaded serde-hex v0.1.0 |
| 769 | 2025-02-28T05:55:39.456Z | Downloaded blake3 v1.5.4 |
| 770 | 2025-02-28T05:55:39.463Z | Downloaded zeroize v1.8.1 |
| 771 | 2025-02-28T05:55:39.467Z | Downloaded toml v0.7.8 |
| 772 | 2025-02-28T05:55:39.469Z | Downloaded static_assertions v1.1.0 |
| 773 | 2025-02-28T05:55:39.473Z | Downloaded ssh-encoding v0.2.0 |
| 774 | 2025-02-28T05:55:39.473Z | Downloaded tracing v0.1.40 |
| 775 | 2025-02-28T05:55:39.476Z | Downloaded derive_builder_macro v0.20.2 |
| 776 | 2025-02-28T05:55:39.479Z | Downloaded zone_cfg_derive v0.3.0 |
| 777 | 2025-02-28T05:55:39.479Z | Downloaded serde_path_to_error v0.1.16 |
| 778 | 2025-02-28T05:55:39.481Z | Downloaded num-complex v0.4.6 |
| 779 | 2025-02-28T05:55:39.484Z | Downloaded wait-timeout v0.2.0 |
| 780 | 2025-02-28T05:55:39.484Z | Downloaded zip v0.6.6 |
| 781 | 2025-02-28T05:55:39.488Z | Downloaded foreign-types-shared v0.1.1 |
| 782 | 2025-02-28T05:55:39.491Z | Downloaded termcolor v1.4.1 |
| 783 | 2025-02-28T05:55:39.494Z | Downloaded schemars_derive v0.8.22 |
| 784 | 2025-02-28T05:55:39.494Z | Downloaded quick-xml v0.37.2 |
| 785 | 2025-02-28T05:55:39.498Z | Downloaded fragile v2.0.0 |
| 786 | 2025-02-28T05:55:39.501Z | Downloaded dyn-clone v1.0.18 |
| 787 | 2025-02-28T05:55:39.503Z | Downloaded poly1305 v0.8.0 |
| 788 | 2025-02-28T05:55:39.506Z | Downloaded globset v0.4.15 |
| 789 | 2025-02-28T05:55:39.508Z | Downloaded slog v2.7.0 |
| 790 | 2025-02-28T05:55:39.512Z | Downloaded pbkdf2 v0.11.0 |
| 791 | 2025-02-28T05:55:39.515Z | Downloaded radium v0.7.0 |
| 792 | 2025-02-28T05:55:39.515Z | Downloaded dunce v1.0.5 |
| 793 | 2025-02-28T05:55:39.517Z | Downloaded r2d2 v0.8.10 |
| 794 | 2025-02-28T05:55:39.517Z | Downloaded progenitor-impl v0.8.0 |
| 795 | 2025-02-28T05:55:39.520Z | Downloaded publicsuffix v2.3.0 |
| 796 | 2025-02-28T05:55:39.522Z | Downloaded rand_chacha v0.9.0 |
| 797 | 2025-02-28T05:55:39.525Z | Downloaded expectorate v1.1.0 |
| 798 | 2025-02-28T05:55:39.527Z | Downloaded similar v2.6.0 |
| 799 | 2025-02-28T05:55:39.532Z | Downloaded tokio-stream v0.1.17 |
| 800 | 2025-02-28T05:55:39.536Z | Downloaded zerovec-derive v0.10.3 |
| 801 | 2025-02-28T05:55:39.539Z | Downloaded foldhash v0.1.3 |
| 802 | 2025-02-28T05:55:39.541Z | Downloaded quinn v0.11.5 |
| 803 | 2025-02-28T05:55:39.543Z | Downloaded darling_macro v0.20.10 |
| 804 | 2025-02-28T05:55:39.546Z | Downloaded quinn-udp v0.5.5 |
| 805 | 2025-02-28T05:55:39.546Z | Downloaded tiny-keccak v2.0.2 |
| 806 | 2025-02-28T05:55:39.548Z | Downloaded ssh-cipher v0.2.0 |
| 807 | 2025-02-28T05:55:39.553Z | Downloaded daft-derive v0.1.1 |
| 808 | 2025-02-28T05:55:39.556Z | Downloaded rand_core v0.6.4 |
| 809 | 2025-02-28T05:55:39.556Z | Downloaded derive_builder_core v0.20.2 |
| 810 | 2025-02-28T05:55:39.558Z | Downloaded foreign-types-macros v0.2.3 |
| 811 | 2025-02-28T05:55:39.561Z | Downloaded form_urlencoded v1.2.1 |
| 812 | 2025-02-28T05:55:39.561Z | Downloaded foreign-types v0.5.0 |
| 813 | 2025-02-28T05:55:39.561Z | Downloaded serde_plain v1.0.2 |
| 814 | 2025-02-28T05:55:39.563Z | Downloaded base64 v0.22.1 |
| 815 | 2025-02-28T05:55:39.566Z | Downloaded slab v0.4.9 |
| 816 | 2025-02-28T05:55:39.569Z | Downloaded rustc-hash v2.1.1 |
| 817 | 2025-02-28T05:55:39.572Z | Downloaded paste v1.0.15 |
| 818 | 2025-02-28T05:55:39.574Z | Downloaded rayon-core v1.12.1 |
| 819 | 2025-02-28T05:55:39.577Z | Downloaded nu-ansi-term v0.50.1 |
| 820 | 2025-02-28T05:55:39.579Z | Downloaded darling v0.20.10 |
| 821 | 2025-02-28T05:55:39.584Z | Downloaded pem v3.0.5 |
| 822 | 2025-02-28T05:55:39.586Z | Downloaded tokio-tungstenite v0.24.0 |
| 823 | 2025-02-28T05:55:39.590Z | Downloaded zip v2.1.3 |
| 824 | 2025-02-28T05:55:39.593Z | Downloaded zeroize_derive v1.4.2 |
| 825 | 2025-02-28T05:55:39.597Z | Downloaded itertools v0.14.0 |
| 826 | 2025-02-28T05:55:39.603Z | Downloaded russh-cryptovec v0.7.3 |
| 827 | 2025-02-28T05:55:39.605Z | Downloaded rand_core v0.9.2 |
| 828 | 2025-02-28T05:55:39.605Z | Downloaded dropshot_endpoint v0.12.0 |
| 829 | 2025-02-28T05:55:39.608Z | Downloaded password-hash v0.5.0 |
| 830 | 2025-02-28T05:55:39.611Z | Downloaded tokio-rustls v0.26.0 |
| 831 | 2025-02-28T05:55:39.611Z | Downloaded serde_yaml v0.9.34+deprecated |
| 832 | 2025-02-28T05:55:39.614Z | Downloaded rustc_version v0.1.7 |
| 833 | 2025-02-28T05:55:39.616Z | Downloaded structmeta-derive v0.3.0 |
| 834 | 2025-02-28T05:55:39.617Z | Downloaded data-encoding v2.6.0 |
| 835 | 2025-02-28T05:55:39.619Z | Downloaded hash32 v0.2.1 |
| 836 | 2025-02-28T05:55:39.622Z | Downloaded value-bag v1.9.0 |
| 837 | 2025-02-28T05:55:39.625Z | Downloaded phf_shared v0.11.2 |
| 838 | 2025-02-28T05:55:39.625Z | Downloaded tls_codec v0.4.1 |
| 839 | 2025-02-28T05:55:39.627Z | Downloaded fs_extra v1.3.0 |
| 840 | 2025-02-28T05:55:39.627Z | Downloaded newline-converter v0.3.0 |
| 841 | 2025-02-28T05:55:39.630Z | Downloaded rcgen v0.12.1 |
| 842 | 2025-02-28T05:55:39.633Z | Downloaded group v0.13.0 |
| 843 | 2025-02-28T05:55:39.633Z | Downloaded unicode-truncate v1.1.0 |
| 844 | 2025-02-28T05:55:39.636Z | Downloaded time-macros v0.2.18 |
| 845 | 2025-02-28T05:55:39.638Z | Downloaded slog-stdlog v4.1.1 |
| 846 | 2025-02-28T05:55:39.638Z | Downloaded slog-envlogger v2.2.0 |
| 847 | 2025-02-28T05:55:39.642Z | Downloaded postcard v1.0.10 |
| 848 | 2025-02-28T05:55:39.644Z | Downloaded dirs-sys-next v0.1.2 |
| 849 | 2025-02-28T05:55:39.644Z | Downloaded strum_macros v0.26.4 |
| 850 | 2025-02-28T05:55:39.647Z | Downloaded hash32 v0.3.1 |
| 851 | 2025-02-28T05:55:39.647Z | Downloaded utf8_iter v1.0.4 |
| 852 | 2025-02-28T05:55:39.651Z | Downloaded derive_more v0.99.19 |
| 853 | 2025-02-28T05:55:39.653Z | Downloaded ed25519 v2.2.3 |
| 854 | 2025-02-28T05:55:39.656Z | Downloaded slog-scope v4.4.0 |
| 855 | 2025-02-28T05:55:39.658Z | Downloaded topological-sort v0.2.2 |
| 856 | 2025-02-28T05:55:39.658Z | Downloaded packed_struct_codegen v0.10.1 |
| 857 | 2025-02-28T05:55:39.661Z | Downloaded packed_struct v0.10.1 |
| 858 | 2025-02-28T05:55:39.661Z | Downloaded tinyvec_macros v0.1.1 |
| 859 | 2025-02-28T05:55:39.663Z | Downloaded indicatif v0.17.11 |
| 860 | 2025-02-28T05:55:39.666Z | Downloaded ron v0.7.1 |
| 861 | 2025-02-28T05:55:39.671Z | Downloaded time-core v0.1.2 |
| 862 | 2025-02-28T05:55:39.673Z | Downloaded flagset v0.4.6 |
| 863 | 2025-02-28T05:55:39.676Z | Downloaded ecdsa v0.16.9 |
| 864 | 2025-02-28T05:55:39.676Z | Downloaded new_debug_unreachable v1.0.6 |
| 865 | 2025-02-28T05:55:39.679Z | Downloaded ref-cast v1.0.23 |
| 866 | 2025-02-28T05:55:39.682Z | Downloaded uzers v0.12.1 |
| 867 | 2025-02-28T05:55:39.682Z | Downloaded polyval v0.6.2 |
| 868 | 2025-02-28T05:55:39.684Z | Downloaded utf-8 v0.7.6 |
| 869 | 2025-02-28T05:55:39.684Z | Downloaded bitvec v1.0.1 |
| 870 | 2025-02-28T05:55:39.700Z | Downloaded fixedbitset v0.4.2 |
| 871 | 2025-02-28T05:55:39.704Z | Downloaded rand_seeder v0.3.0 |
| 872 | 2025-02-28T05:55:39.704Z | Downloaded path-slash v0.1.5 |
| 873 | 2025-02-28T05:55:39.706Z | Downloaded sqlparser_derive v0.2.2 |
| 874 | 2025-02-28T05:55:39.706Z | Downloaded try-lock v0.2.5 |
| 875 | 2025-02-28T05:55:39.706Z | Downloaded parse-display-derive v0.10.0 |
| 876 | 2025-02-28T05:55:39.706Z | Downloaded unarray v0.1.4 |
| 877 | 2025-02-28T05:55:39.709Z | Downloaded parking_lot v0.11.2 |
| 878 | 2025-02-28T05:55:39.713Z | Downloaded foreign-types-shared v0.3.1 |
| 879 | 2025-02-28T05:55:39.713Z | Downloaded bindgen v0.71.1 |
| 880 | 2025-02-28T05:55:39.718Z | Downloaded float-cmp v0.10.0 |
| 881 | 2025-02-28T05:55:39.721Z | Downloaded futures-util v0.3.31 |
| 882 | 2025-02-28T05:55:39.731Z | Downloaded parse-display v0.10.0 |
| 883 | 2025-02-28T05:55:39.734Z | Downloaded parking_lot_core v0.9.10 |
| 884 | 2025-02-28T05:55:39.737Z | Downloaded derive_builder v0.20.2 |
| 885 | 2025-02-28T05:55:39.739Z | Downloaded subtle v2.6.1 |
| 886 | 2025-02-28T05:55:39.742Z | Downloaded zopfli v0.8.1 |
| 887 | 2025-02-28T05:55:39.745Z | Downloaded string_cache v0.8.7 |
| 888 | 2025-02-28T05:55:39.745Z | Downloaded powerfmt v0.2.0 |
| 889 | 2025-02-28T05:55:39.748Z | Downloaded tui-tree-widget v0.23.0 |
| 890 | 2025-02-28T05:55:39.748Z | Downloaded zerofrom-derive v0.1.4 |
| 891 | 2025-02-28T05:55:39.748Z | Downloaded rand_xorshift v0.3.0 |
| 892 | 2025-02-28T05:55:39.751Z | Downloaded tungstenite v0.21.0 |
| 893 | 2025-02-28T05:55:39.753Z | Downloaded yasna v0.5.2 |
| 894 | 2025-02-28T05:55:39.756Z | Downloaded strum_macros v0.25.3 |
| 895 | 2025-02-28T05:55:39.759Z | Downloaded futures v0.3.31 |
| 896 | 2025-02-28T05:55:39.762Z | Downloaded typify-macro v0.3.0 |
| 897 | 2025-02-28T05:55:39.766Z | Downloaded pem-rfc7468 v0.7.0 |
| 898 | 2025-02-28T05:55:39.766Z | Downloaded vte v0.11.1 |
| 899 | 2025-02-28T05:55:39.768Z | Downloaded papergrid v0.14.0 |
| 900 | 2025-02-28T05:55:39.771Z | Downloaded nanorand v0.7.0 |
| 901 | 2025-02-28T05:55:39.774Z | Downloaded rustls-pemfile v2.2.0 |
| 902 | 2025-02-28T05:55:39.778Z | Downloaded samael v0.0.18 |
| 903 | 2025-02-28T05:55:39.781Z | Downloaded defmt-parser v0.3.4 |
| 904 | 2025-02-28T05:55:39.785Z | Downloaded rustc-demangle v0.1.24 |
| 905 | 2025-02-28T05:55:39.785Z | Downloaded parking_lot v0.12.3 |
| 906 | 2025-02-28T05:55:39.788Z | Downloaded sct v0.7.1 |
| 907 | 2025-02-28T05:55:39.791Z | Downloaded reqwest v0.12.12 |
| 908 | 2025-02-28T05:55:39.799Z | Downloaded newtype-uuid v1.2.1 |
| 909 | 2025-02-28T05:55:39.801Z | Downloaded tracing-attributes v0.1.27 |
| 910 | 2025-02-28T05:55:39.804Z | Downloaded icu_properties_data v1.5.0 |
| 911 | 2025-02-28T05:55:39.813Z | Downloaded toolchain_find v0.4.0 |
| 912 | 2025-02-28T05:55:39.816Z | Downloaded minimal-lexical v0.2.1 |
| 913 | 2025-02-28T05:55:39.819Z | Downloaded url v2.5.3 |
| 914 | 2025-02-28T05:55:39.822Z | Downloaded tokio-util v0.7.13 |
| 915 | 2025-02-28T05:55:39.829Z | Downloaded der_derive v0.7.3 |
| 916 | 2025-02-28T05:55:39.831Z | Downloaded elliptic-curve v0.13.8 |
| 917 | 2025-02-28T05:55:39.834Z | Downloaded uuid v1.15.1 |
| 918 | 2025-02-28T05:55:39.837Z | Downloaded rustls v0.21.12 |
| 919 | 2025-02-28T05:55:39.848Z | Downloaded darling_core v0.20.10 |
| 920 | 2025-02-28T05:55:39.853Z | Downloaded progenitor-impl v0.9.1 |
| 921 | 2025-02-28T05:55:39.856Z | Downloaded nom v7.1.3 |
| 922 | 2025-02-28T05:55:39.861Z | Downloaded postgres-types v0.2.9 |
| 923 | 2025-02-28T05:55:39.864Z | Downloaded reedline v0.35.0 |
| 924 | 2025-02-28T05:55:39.870Z | Downloaded ed25519-dalek v2.1.1 |
| 925 | 2025-02-28T05:55:39.874Z | Downloaded yoke v0.7.4 |
| 926 | 2025-02-28T05:55:39.878Z | Downloaded vcpkg v0.2.15 |
| 927 | 2025-02-28T05:55:39.914Z | Downloaded rustyline v14.0.0 |
| 928 | 2025-02-28T05:55:39.919Z | Downloaded num-bigint-dig v0.8.4 |
| 929 | 2025-02-28T05:55:39.924Z | Downloaded steno v0.4.1 |
| 930 | 2025-02-28T05:55:39.929Z | Downloaded regex v1.11.1 |
| 931 | 2025-02-28T05:55:39.942Z | Downloaded hashbrown v0.12.3 |
| 932 | 2025-02-28T05:55:39.945Z | Downloaded petname v2.0.2 |
| 933 | 2025-02-28T05:55:39.951Z | Downloaded num-bigint v0.4.6 |
| 934 | 2025-02-28T05:55:39.957Z | Downloaded snafu v0.8.5 |
| 935 | 2025-02-28T05:55:39.962Z | Downloaded rayon v1.10.0 |
| 936 | 2025-02-28T05:55:39.971Z | Downloaded flate2 v1.1.0 |
| 937 | 2025-02-28T05:55:39.976Z | Downloaded hashbrown v0.13.2 |
| 938 | 2025-02-28T05:55:39.981Z | Downloaded p521 v0.13.3 |
| 939 | 2025-02-28T05:55:39.985Z | Downloaded time v0.3.36 |
| 940 | 2025-02-28T05:55:39.993Z | Downloaded der v0.7.9 |
| 941 | 2025-02-28T05:55:39.997Z | Downloaded zerovec v0.10.4 |
| 942 | 2025-02-28T05:55:40.004Z | Downloaded tough v0.19.0 |
| 943 | 2025-02-28T05:55:40.010Z | Downloaded tower v0.5.2 |
| 944 | 2025-02-28T05:55:40.020Z | Downloaded quinn-proto v0.11.8 |
| 945 | 2025-02-28T05:55:40.027Z | Downloaded russh v0.45.0 |
| 946 | 2025-02-28T05:55:40.032Z | Downloaded hashbrown v0.14.5 |
| 947 | 2025-02-28T05:55:40.037Z | Downloaded salty v0.3.0 |
| 948 | 2025-02-28T05:55:40.044Z | Downloaded portable-atomic v1.9.0 |
| 949 | 2025-02-28T05:55:40.051Z | Downloaded nix v0.29.0 |
| 950 | 2025-02-28T05:55:40.068Z | Downloaded openssl v0.10.71 |
| 951 | 2025-02-28T05:55:40.073Z | Downloaded git2 v0.19.0 |
| 952 | 2025-02-28T05:55:40.083Z | Downloaded regex-syntax v0.6.29 |
| 953 | 2025-02-28T05:55:40.092Z | Downloaded unicode-normalization v0.1.24 |
| 954 | 2025-02-28T05:55:40.097Z | Downloaded zerocopy v0.8.10 |
| 955 | 2025-02-28T05:55:40.117Z | Downloaded rustls-webpki v0.101.7 |
| 956 | 2025-02-28T05:55:40.131Z | Downloaded curve25519-dalek v4.1.3 |
| 957 | 2025-02-28T05:55:40.142Z | Downloaded radix_trie v0.2.1 |
| 958 | 2025-02-28T05:55:40.147Z | Downloaded sqlparser v0.45.0 |
| 959 | 2025-02-28T05:55:40.155Z | Downloaded webpki-roots v0.26.6 |
| 960 | 2025-02-28T05:55:40.161Z | Downloaded tabled v0.18.0 |
| 961 | 2025-02-28T05:55:40.174Z | Downloaded rustls-webpki v0.102.8 |
| 962 | 2025-02-28T05:55:40.193Z | Downloaded unicode-width v0.2.0 |
| 963 | 2025-02-28T05:55:40.200Z | Downloaded hickory-proto v0.24.4 |
| 964 | 2025-02-28T05:55:40.214Z | Downloaded smoltcp v0.9.1 |
| 965 | 2025-02-28T05:55:40.225Z | Downloaded rustls v0.23.19 |
| 966 | 2025-02-28T05:55:40.235Z | Downloaded object v0.36.5 |
| 967 | 2025-02-28T05:55:40.249Z | Downloaded smoltcp v0.11.0 |
| 968 | 2025-02-28T05:55:40.259Z | Downloaded sled v0.34.7 |
| 969 | 2025-02-28T05:55:40.268Z | Downloaded dropshot v0.16.0 |
| 970 | 2025-02-28T05:55:40.293Z | Downloaded regress v0.10.1 |
| 971 | 2025-02-28T05:55:40.300Z | Downloaded typify-impl v0.3.0 |
| 972 | 2025-02-28T05:55:40.314Z | Downloaded diesel v2.2.7 |
| 973 | 2025-02-28T05:55:40.333Z | Downloaded regex-syntax v0.8.5 |
| 974 | 2025-02-28T05:55:40.342Z | Downloaded zerocopy-derive v0.6.6 |
| 975 | 2025-02-28T05:55:40.350Z | Downloaded typify-impl v0.2.0 |
| 976 | 2025-02-28T05:55:40.366Z | Downloaded regress v0.9.1 |
| 977 | 2025-02-28T05:55:40.376Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 978 | 2025-02-28T05:55:40.386Z | Downloaded rustls v0.22.4 |
| 979 | 2025-02-28T05:55:40.400Z | Downloaded openapiv3 v2.0.0 |
| 980 | 2025-02-28T05:55:40.411Z | Downloaded ratatui v0.29.0 |
| 981 | 2025-02-28T05:55:40.430Z | Downloaded gimli v0.31.1 |
| 982 | 2025-02-28T05:55:40.439Z | Downloaded p384 v0.13.0 |
| 983 | 2025-02-28T05:55:40.446Z | Downloaded nix v0.28.0 |
| 984 | 2025-02-28T05:55:40.457Z | Downloaded lzma-sys v0.1.20 |
| 985 | 2025-02-28T05:55:40.484Z | Downloaded dropshot v0.12.0 |
| 986 | 2025-02-28T05:55:40.505Z | Downloaded polar-core v0.27.3 |
| 987 | 2025-02-28T05:55:40.512Z | Downloaded regex-automata v0.4.8 |
| 988 | 2025-02-28T05:55:40.529Z | Downloaded object v0.30.4 |
| 989 | 2025-02-28T05:55:40.540Z | Downloaded nix v0.27.1 |
| 990 | 2025-02-28T05:55:40.549Z | Downloaded bstr v1.10.0 |
| 991 | 2025-02-28T05:55:40.559Z | Downloaded tokio v1.43.0 |
| 992 | 2025-02-28T05:55:40.596Z | Downloaded h2 v0.4.6 |
| 993 | 2025-02-28T05:55:40.603Z | Downloaded petgraph v0.6.5 |
| 994 | 2025-02-28T05:55:40.620Z | Downloaded chrono-tz v0.10.1 |
| 995 | 2025-02-28T05:55:40.627Z | Downloaded serde_with v3.11.0 |
| 996 | 2025-02-28T05:55:40.636Z | Downloaded libz-sys v1.1.20 |
| 997 | 2025-02-28T05:55:40.655Z | Downloaded native-tls v0.2.12 |
| 998 | 2025-02-28T05:55:40.657Z | Downloaded sha3 v0.10.8 |
| 999 | 2025-02-28T05:55:40.663Z | Downloaded russh-keys v0.45.0 |
| 1000 | 2025-02-28T05:55:40.666Z | Downloaded proptest v1.5.0 |
| 1001 | 2025-02-28T05:55:40.673Z | Downloaded x509-cert v0.2.5 |
| 1002 | 2025-02-28T05:55:40.679Z | Downloaded spin v0.9.8 |
| 1003 | 2025-02-28T05:55:40.683Z | Downloaded pin-project v1.1.6 |
| 1004 | 2025-02-28T05:55:40.691Z | Downloaded csv v1.3.1 |
| 1005 | 2025-02-28T05:55:40.710Z | Downloaded winnow v0.5.40 |
| 1006 | 2025-02-28T05:55:40.719Z | Downloaded hickory-server v0.24.4 |
| 1007 | 2025-02-28T05:55:40.726Z | Downloaded unicode-segmentation v1.12.0 |
| 1008 | 2025-02-28T05:55:40.729Z | Downloaded pin-project-internal v1.1.6 |
| 1009 | 2025-02-28T05:55:40.733Z | Downloaded parking_lot_core v0.8.6 |
| 1010 | 2025-02-28T05:55:40.733Z | Downloaded p256 v0.13.2 |
| 1011 | 2025-02-28T05:55:40.736Z | Downloaded chrono v0.4.40 |
| 1012 | 2025-02-28T05:55:40.742Z | Downloaded subprocess v0.2.9 |
| 1013 | 2025-02-28T05:55:40.745Z | Downloaded postgres-protocol v0.6.8 |
| 1014 | 2025-02-28T05:55:40.751Z | Downloaded tokio-rustls v0.24.1 |
| 1015 | 2025-02-28T05:55:40.751Z | Downloaded winnow v0.6.20 |
| 1016 | 2025-02-28T05:55:40.756Z | Downloaded tinyvec v1.8.0 |
| 1017 | 2025-02-28T05:55:40.759Z | Downloaded openssl-sys v0.9.106 |
| 1018 | 2025-02-28T05:55:40.763Z | Downloaded hyper v1.6.0 |
| 1019 | 2025-02-28T05:55:40.770Z | Downloaded hkdf v0.12.4 |
| 1020 | 2025-02-28T05:55:40.773Z | Downloaded num v0.4.3 |
| 1021 | 2025-02-28T05:55:40.778Z | Downloaded prettyplease v0.2.29 |
| 1022 | 2025-02-28T05:55:40.784Z | Downloaded unicode-bidi v0.3.17 |
| 1023 | 2025-02-28T05:55:40.784Z | Downloaded toml_edit v0.19.15 |
| 1024 | 2025-02-28T05:55:40.797Z | Downloaded des v0.8.1 |
| 1025 | 2025-02-28T05:55:40.801Z | Downloaded flume v0.11.1 |
| 1026 | 2025-02-28T05:55:40.804Z | Downloaded serde_derive_internals v0.29.1 |
| 1027 | 2025-02-28T05:55:40.804Z | Downloaded omicron-zone-package v0.12.0 |
| 1028 | 2025-02-28T05:55:40.807Z | Downloaded signal-hook v0.3.17 |
| 1029 | 2025-02-28T05:55:40.810Z | Downloaded ring v0.17.11 |
| 1030 | 2025-02-28T05:55:40.849Z | Downloaded tinystr v0.7.6 |
| 1031 | 2025-02-28T05:55:40.853Z | Downloaded thread_local v1.1.8 |
| 1032 | 2025-02-28T05:55:40.853Z | Downloaded term v0.7.0 |
| 1033 | 2025-02-28T05:55:40.857Z | Downloaded tokio-rustls v0.25.0 |
| 1034 | 2025-02-28T05:55:40.861Z | Downloaded typify v0.3.0 |
| 1035 | 2025-02-28T05:55:40.861Z | Downloaded headers v0.4.0 |
| 1036 | 2025-02-28T05:55:40.872Z | Downloaded percent-encoding v2.3.1 |
| 1037 | 2025-02-28T05:55:40.876Z | Downloaded rustls-pemfile v1.0.4 |
| 1038 | 2025-02-28T05:55:40.876Z | Downloaded nibble_vec v0.1.0 |
| 1039 | 2025-02-28T05:55:40.876Z | Downloaded walkdir v2.5.0 |
| 1040 | 2025-02-28T05:55:40.876Z | Downloaded ff v0.13.0 |
| 1041 | 2025-02-28T05:55:40.876Z | Downloaded crc-any v2.5.0 |
| 1042 | 2025-02-28T05:55:40.876Z | Downloaded rustc_version v0.4.1 |
| 1043 | 2025-02-28T05:55:40.877Z | Downloaded cookie v0.18.1 |
| 1044 | 2025-02-28T05:55:40.880Z | Downloaded encoding_rs v0.8.34 |
| 1045 | 2025-02-28T05:55:40.899Z | Downloaded libxml v0.3.3 |
| 1046 | 2025-02-28T05:55:40.903Z | Downloaded libm v0.2.8 |
| 1047 | 2025-02-28T05:55:40.911Z | Downloaded lalrpop v0.19.12 |
| 1048 | 2025-02-28T05:55:40.923Z | Downloaded slog-async v2.8.0 |
| 1049 | 2025-02-28T05:55:40.926Z | Downloaded unicode-properties v0.1.3 |
| 1050 | 2025-02-28T05:55:40.926Z | Downloaded num-iter v0.1.45 |
| 1051 | 2025-02-28T05:55:40.926Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 1052 | 2025-02-28T05:55:40.982Z | Downloaded siphasher v0.3.11 |
| 1053 | 2025-02-28T05:55:40.986Z | Downloaded shlex v1.3.0 |
| 1054 | 2025-02-28T05:55:40.986Z | Downloaded libefi-sys v0.1.0 |
| 1055 | 2025-02-28T05:55:40.986Z | Downloaded tabled_derive v0.10.0 |
| 1056 | 2025-02-28T05:55:40.990Z | Downloaded parse-zoneinfo v0.3.1 |
| 1057 | 2025-02-28T05:55:40.990Z | Downloaded ssh-key v0.6.6 |
| 1058 | 2025-02-28T05:55:40.995Z | Downloaded buf-list v1.0.3 |
| 1059 | 2025-02-28T05:55:40.999Z | Downloaded tar v0.4.44 |
| 1060 | 2025-02-28T05:55:41.004Z | Downloaded atty v0.2.14 |
| 1061 | 2025-02-28T05:55:41.005Z | Downloaded num-derive v0.4.2 |
| 1062 | 2025-02-28T05:55:41.005Z | Downloaded displaydoc v0.2.5 |
| 1063 | 2025-02-28T05:55:41.012Z | Downloaded aws-lc-rs v1.12.4 |
| 1064 | 2025-02-28T05:55:41.016Z | Downloaded itertools v0.12.1 |
| 1065 | 2025-02-28T05:55:41.019Z | Downloaded num_enum_derive v0.5.11 |
| 1066 | 2025-02-28T05:55:41.023Z | Downloaded getrandom v0.3.1 |
| 1067 | 2025-02-28T05:55:41.028Z | Downloaded zerocopy-derive v0.8.10 |
| 1068 | 2025-02-28T05:55:41.033Z | Downloaded num-rational v0.4.2 |
| 1069 | 2025-02-28T05:55:41.033Z | Downloaded tracing-core v0.1.32 |
| 1070 | 2025-02-28T05:55:41.037Z | Downloaded tokio-tungstenite v0.21.0 |
| 1071 | 2025-02-28T05:55:41.037Z | Downloaded rsa v0.9.6 |
| 1072 | 2025-02-28T05:55:41.043Z | Downloaded diff v0.1.13 |
| 1073 | 2025-02-28T05:55:41.048Z | Downloaded rustc-hash v1.1.0 |
| 1074 | 2025-02-28T05:55:41.048Z | Downloaded scopeguard v1.2.0 |
| 1075 | 2025-02-28T05:55:41.048Z | Downloaded rand_chacha v0.3.1 |
| 1076 | 2025-02-28T05:55:41.048Z | Downloaded phf_codegen v0.11.2 |
| 1077 | 2025-02-28T05:55:41.048Z | Downloaded debug-ignore v1.0.5 |
| 1078 | 2025-02-28T05:55:41.051Z | Downloaded daft v0.1.1 |
| 1079 | 2025-02-28T05:55:41.051Z | Downloaded termios v0.3.3 |
| 1080 | 2025-02-28T05:55:41.051Z | Downloaded itertools v0.10.5 |
| 1081 | 2025-02-28T05:55:41.058Z | Downloaded writeable v0.5.5 |
| 1082 | 2025-02-28T05:55:41.061Z | Downloaded typify-macro v0.2.0 |
| 1083 | 2025-02-28T05:55:41.061Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1084 | 2025-02-28T05:55:41.061Z | Downloaded env_logger v0.10.2 |
| 1085 | 2025-02-28T05:55:41.065Z | Downloaded zerocopy v0.6.6 |
| 1086 | 2025-02-28T05:55:41.065Z | Downloaded http v1.2.0 |
| 1087 | 2025-02-28T05:55:41.068Z | Downloaded openssl-probe v0.1.5 |
| 1088 | 2025-02-28T05:55:41.072Z | Downloaded headers-core v0.3.0 |
| 1089 | 2025-02-28T05:55:41.072Z | Downloaded untrusted v0.9.0 |
| 1090 | 2025-02-28T05:55:41.072Z | Downloaded universal-hash v0.5.1 |
| 1091 | 2025-02-28T05:55:41.075Z | Downloaded thiserror-no-std v2.0.2 |
| 1092 | 2025-02-28T05:55:41.079Z | Downloaded smf v0.2.3 |
| 1093 | 2025-02-28T05:55:41.079Z | Downloaded smallvec v0.6.14 |
| 1094 | 2025-02-28T05:55:41.083Z | Downloaded peg-macros v0.8.4 |
| 1095 | 2025-02-28T05:55:41.083Z | Downloaded tls_codec_derive v0.4.1 |
| 1096 | 2025-02-28T05:55:41.083Z | Downloaded newtype_derive v0.1.6 |
| 1097 | 2025-02-28T05:55:41.089Z | Downloaded which v4.4.2 |
| 1098 | 2025-02-28T05:55:41.089Z | Downloaded untrusted v0.7.1 |
| 1099 | 2025-02-28T05:55:41.089Z | Downloaded strum_macros v0.24.3 |
| 1100 | 2025-02-28T05:55:41.089Z | Downloaded slog-bunyan v2.5.0 |
| 1101 | 2025-02-28T05:55:41.095Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1102 | 2025-02-28T05:55:41.095Z | Downloaded getrandom v0.2.15 |
| 1103 | 2025-02-28T05:55:41.095Z | Downloaded signal-hook-tokio v0.3.1 |
| 1104 | 2025-02-28T05:55:41.099Z | Downloaded same-file v1.0.6 |
| 1105 | 2025-02-28T05:55:41.099Z | Downloaded rustfmt-wrapper v0.2.1 |
| 1106 | 2025-02-28T05:55:41.100Z | Downloaded vergen v8.3.2 |
| 1107 | 2025-02-28T05:55:41.100Z | Downloaded unsafe-libyaml v0.2.11 |
| 1108 | 2025-02-28T05:55:41.105Z | Downloaded socket2 v0.5.8 |
| 1109 | 2025-02-28T05:55:41.108Z | Downloaded peg v0.8.4 |
| 1110 | 2025-02-28T05:55:41.108Z | Downloaded tap v1.0.1 |
| 1111 | 2025-02-28T05:55:41.108Z | Downloaded tungstenite v0.23.0 |
| 1112 | 2025-02-28T05:55:41.113Z | Downloaded smallvec v1.14.0 |
| 1113 | 2025-02-28T05:55:41.116Z | Downloaded litemap v0.7.3 |
| 1114 | 2025-02-28T05:55:41.116Z | Downloaded const_format v0.2.34 |
| 1115 | 2025-02-28T05:55:41.119Z | Downloaded pkg-config v0.3.31 |
| 1116 | 2025-02-28T05:55:41.122Z | Downloaded sec1 v0.7.3 |
| 1117 | 2025-02-28T05:55:41.122Z | Downloaded ron v0.8.1 |
| 1118 | 2025-02-28T05:55:41.127Z | Downloaded aes-gcm v0.10.3 |
| 1119 | 2025-02-28T05:55:41.130Z | Downloaded gethostname v0.5.0 |
| 1120 | 2025-02-28T05:55:41.133Z | Downloaded dsl_auto_type v0.1.2 |
| 1121 | 2025-02-28T05:55:41.133Z | Downloaded rand v0.8.5 |
| 1122 | 2025-02-28T05:55:41.136Z | Downloaded sync-ptr v0.1.1 |
| 1123 | 2025-02-28T05:55:41.136Z | Downloaded rfc6979 v0.4.0 |
| 1124 | 2025-02-28T05:55:41.140Z | Downloaded schemars v0.8.22 |
| 1125 | 2025-02-28T05:55:41.149Z | Downloaded pbkdf2 v0.12.2 |
| 1126 | 2025-02-28T05:55:41.153Z | Downloaded highway v1.3.0 |
| 1127 | 2025-02-28T05:55:41.153Z | Downloaded idna v1.0.3 |
| 1128 | 2025-02-28T05:55:41.156Z | Downloaded futures-sink v0.3.31 |
| 1129 | 2025-02-28T05:55:41.159Z | Downloaded enum-as-inner v0.6.1 |
| 1130 | 2025-02-28T05:55:41.159Z | Downloaded deranged v0.3.11 |
| 1131 | 2025-02-28T05:55:41.160Z | Downloaded env_filter v0.1.2 |
| 1132 | 2025-02-28T05:55:41.164Z | Downloaded hmac v0.12.1 |
| 1133 | 2025-02-28T05:55:41.164Z | Downloaded crossbeam-epoch v0.9.18 |
| 1134 | 2025-02-28T05:55:41.167Z | Downloaded indexmap v1.9.3 |
| 1135 | 2025-02-28T05:55:41.169Z | Downloaded csv-core v0.1.11 |
| 1136 | 2025-02-28T05:55:41.169Z | Downloaded bytes v1.10.0 |
| 1137 | 2025-02-28T05:55:41.172Z | Downloaded instability v0.3.2 |
| 1138 | 2025-02-28T05:55:41.175Z | Downloaded heck v0.3.3 |
| 1139 | 2025-02-28T05:55:41.175Z | Downloaded tokio-macros v2.5.0 |
| 1140 | 2025-02-28T05:55:41.177Z | Downloaded termtree v0.5.1 |
| 1141 | 2025-02-28T05:55:41.178Z | Downloaded snafu-derive v0.8.5 |
| 1142 | 2025-02-28T05:55:41.181Z | Downloaded maybe-uninit v2.0.0 |
| 1143 | 2025-02-28T05:55:41.181Z | Downloaded cc v1.2.15 |
| 1144 | 2025-02-28T05:55:41.184Z | Downloaded crossbeam-utils v0.8.20 |
| 1145 | 2025-02-28T05:55:41.186Z | Downloaded cargo_metadata v0.18.1 |
| 1146 | 2025-02-28T05:55:41.190Z | Downloaded backoff v0.4.0 |
| 1147 | 2025-02-28T05:55:41.190Z | Downloaded chacha20 v0.9.1 |
| 1148 | 2025-02-28T05:55:41.192Z | Downloaded backtrace v0.3.74 |
| 1149 | 2025-02-28T05:55:41.196Z | Downloaded zerofrom v0.1.4 |
| 1150 | 2025-02-28T05:55:41.198Z | Downloaded libloading v0.8.5 |
| 1151 | 2025-02-28T05:55:41.201Z | Downloaded icu_normalizer_data v1.5.0 |
| 1152 | 2025-02-28T05:55:41.201Z | Downloaded icu_locid v1.5.0 |
| 1153 | 2025-02-28T05:55:41.205Z | Downloaded hyper-rustls v0.27.3 |
| 1154 | 2025-02-28T05:55:41.209Z | Downloaded humantime v2.1.0 |
| 1155 | 2025-02-28T05:55:41.212Z | Downloaded http-body-util v0.1.2 |
| 1156 | 2025-02-28T05:55:41.212Z | Downloaded md5 v0.7.0 |
| 1157 | 2025-02-28T05:55:41.212Z | Downloaded const_format_proc_macros v0.2.34 |
| 1158 | 2025-02-28T05:55:41.215Z | Downloaded bcs v0.1.6 |
| 1159 | 2025-02-28T05:55:41.215Z | Downloaded hyper-staticfile v0.10.1 |
| 1160 | 2025-02-28T05:55:41.218Z | Downloaded httparse v1.9.5 |
| 1161 | 2025-02-28T05:55:41.221Z | Downloaded cobs v0.2.3 |
| 1162 | 2025-02-28T05:55:41.221Z | Downloaded cipher v0.4.4 |
| 1163 | 2025-02-28T05:55:41.226Z | Downloaded castaway v0.2.3 |
| 1164 | 2025-02-28T05:55:41.226Z | Downloaded colored v2.2.0 |
| 1165 | 2025-02-28T05:55:41.231Z | Downloaded async-bb8-diesel v0.2.1 |
| 1166 | 2025-02-28T05:55:41.231Z | Downloaded base64 v0.13.1 |
| 1167 | 2025-02-28T05:55:41.233Z | Downloaded crc32fast v1.4.2 |
| 1168 | 2025-02-28T05:55:41.233Z | Downloaded cookie_store v0.21.1 |
| 1169 | 2025-02-28T05:55:41.236Z | Downloaded cmake v0.1.51 |
| 1170 | 2025-02-28T05:55:41.236Z | Downloaded bitfield-struct v0.6.2 |
| 1171 | 2025-02-28T05:55:41.238Z | Downloaded bzip2 v0.4.4 |
| 1172 | 2025-02-28T05:55:41.238Z | Downloaded inout v0.1.3 |
| 1173 | 2025-02-28T05:55:41.241Z | Downloaded httpdate v1.0.3 |
| 1174 | 2025-02-28T05:55:41.241Z | Downloaded hex-literal v0.4.1 |
| 1175 | 2025-02-28T05:55:41.244Z | Downloaded async-stream-impl v0.3.6 |
| 1176 | 2025-02-28T05:55:41.244Z | Downloaded is_ci v1.2.0 |
| 1177 | 2025-02-28T05:55:41.244Z | Downloaded indoc v1.0.9 |
| 1178 | 2025-02-28T05:55:41.246Z | Downloaded idna_adapter v1.2.0 |
| 1179 | 2025-02-28T05:55:41.246Z | Downloaded crc-catalog v2.4.0 |
| 1180 | 2025-02-28T05:55:41.249Z | Downloaded const-oid v0.9.6 |
| 1181 | 2025-02-28T05:55:41.249Z | Downloaded cexpr v0.6.0 |
| 1182 | 2025-02-28T05:55:41.252Z | Downloaded block-padding v0.3.3 |
| 1183 | 2025-02-28T05:55:41.252Z | Downloaded bitfield v0.14.0 |
| 1184 | 2025-02-28T05:55:41.255Z | Downloaded aead v0.5.2 |
| 1185 | 2025-02-28T05:55:41.255Z | Downloaded hostname v0.4.0 |
| 1186 | 2025-02-28T05:55:41.255Z | Downloaded home v0.5.9 |
| 1187 | 2025-02-28T05:55:41.260Z | Downloaded hex v0.4.3 |
| 1188 | 2025-02-28T05:55:41.260Z | Downloaded arrayvec v0.7.6 |
| 1189 | 2025-02-28T05:55:41.264Z | Downloaded hyper-util v0.1.10 |
| 1190 | 2025-02-28T05:55:41.270Z | Downloaded hubpack_derive v0.1.1 |
| 1191 | 2025-02-28T05:55:41.270Z | Downloaded atomic-waker v1.1.2 |
| 1192 | 2025-02-28T05:55:41.507Z | Downloaded aws-lc-sys v0.26.0 |
| 1193 | 2025-02-28T05:55:41.831Z | Compiling serde v1.0.218 |
| 1194 | 2025-02-28T05:55:41.833Z | Compiling value-bag v1.9.0 |
| 1195 | 2025-02-28T05:55:41.833Z | Compiling lock_api v0.4.12 |
| 1196 | 2025-02-28T05:55:41.833Z | Compiling scopeguard v1.2.0 |
| 1197 | 2025-02-28T05:55:41.984Z | Compiling typenum v1.17.0 |
| 1198 | 2025-02-28T05:55:41.987Z | Compiling generic-array v0.14.7 |
| 1199 | 2025-02-28T05:55:42.055Z | Compiling syn v2.0.98 |
| 1200 | 2025-02-28T05:55:42.055Z | Compiling getrandom v0.2.15 |
| 1201 | 2025-02-28T05:55:42.140Z | Compiling subtle v2.6.1 |
| 1202 | 2025-02-28T05:55:42.377Z | Compiling log v0.4.22 |
| 1203 | 2025-02-28T05:55:42.477Z | Compiling rand_core v0.6.4 |
| 1204 | 2025-02-28T05:55:42.519Z | Compiling shlex v1.3.0 |
| 1205 | 2025-02-28T05:55:42.553Z | Compiling jobserver v0.1.32 |
| 1206 | 2025-02-28T05:55:42.587Z | Compiling smallvec v1.14.0 |
| 1207 | 2025-02-28T05:55:42.879Z | Compiling const-oid v0.9.6 |
| 1208 | 2025-02-28T05:55:42.902Z | Compiling pin-project-lite v0.2.14 |
| 1209 | 2025-02-28T05:55:42.974Z | Compiling cc v1.2.15 |
| 1210 | 2025-02-28T05:55:42.991Z | Compiling rustix v0.38.37 |
| 1211 | 2025-02-28T05:55:43.033Z | Compiling parking_lot_core v0.9.10 |
| 1212 | 2025-02-28T05:55:43.130Z | Compiling futures-core v0.3.31 |
| 1213 | 2025-02-28T05:55:43.365Z | Compiling spin v0.9.8 |
| 1214 | 2025-02-28T05:55:43.385Z | Compiling signal-hook-registry v1.4.2 |
| 1215 | 2025-02-28T05:55:43.736Z | Compiling mio v1.0.2 |
| 1216 | 2025-02-28T05:55:43.943Z | Compiling aho-corasick v1.1.3 |
| 1217 | 2025-02-28T05:55:44.123Z | Compiling parking_lot v0.12.3 |
| 1218 | 2025-02-28T05:55:44.199Z | Compiling regex-syntax v0.8.5 |
| 1219 | 2025-02-28T05:55:44.445Z | Compiling futures-sink v0.3.31 |
| 1220 | 2025-02-28T05:55:44.612Z | Compiling stable_deref_trait v1.2.0 |
| 1221 | 2025-02-28T05:55:44.750Z | Compiling cpufeatures v0.2.14 |
| 1222 | 2025-02-28T05:55:44.871Z | Compiling either v1.14.0 |
| 1223 | 2025-02-28T05:55:45.006Z | Compiling socket2 v0.5.8 |
| 1224 | 2025-02-28T05:55:45.032Z | Compiling slab v0.4.9 |
| 1225 | 2025-02-28T05:55:45.085Z | Compiling glob v0.3.2 |
| 1226 | 2025-02-28T05:55:45.318Z | Compiling prettyplease v0.2.29 |
| 1227 | 2025-02-28T05:55:45.718Z | Compiling lazy_static v1.5.0 |
| 1228 | 2025-02-28T05:55:45.864Z | Compiling minimal-lexical v0.2.1 |
| 1229 | 2025-02-28T05:55:45.880Z | Compiling serde_json v1.0.139 |
| 1230 | 2025-02-28T05:55:45.912Z | Compiling clang-sys v1.8.1 |
| 1231 | 2025-02-28T05:55:45.932Z | Compiling futures-channel v0.3.31 |
| 1232 | 2025-02-28T05:55:46.296Z | Compiling nom v7.1.3 |
| 1233 | 2025-02-28T05:55:46.374Z | Compiling libloading v0.8.5 |
| 1234 | 2025-02-28T05:55:46.395Z | Compiling home v0.5.9 |
| 1235 | 2025-02-28T05:55:46.632Z | Compiling futures-task v0.3.31 |
| 1236 | 2025-02-28T05:55:46.684Z | Compiling futures-io v0.3.31 |
| 1237 | 2025-02-28T05:55:46.774Z | Compiling bindgen v0.69.5 |
| 1238 | 2025-02-28T05:55:46.945Z | Compiling pin-utils v0.1.0 |
| 1239 | 2025-02-28T05:55:47.049Z | Compiling itertools v0.12.1 |
| 1240 | 2025-02-28T05:55:47.069Z | Compiling libm v0.2.8 |
| 1241 | 2025-02-28T05:55:47.431Z | Compiling allocator-api2 v0.2.18 |
| 1242 | 2025-02-28T05:55:47.685Z | Compiling foldhash v0.1.3 |
| 1243 | 2025-02-28T05:55:48.003Z | Compiling regex-automata v0.4.8 |
| 1244 | 2025-02-28T05:55:48.241Z | Compiling rustc-hash v1.1.0 |
| 1245 | 2025-02-28T05:55:48.418Z | Compiling lazycell v1.3.0 |
| 1246 | 2025-02-28T05:55:48.593Z | Compiling hashbrown v0.15.1 |
| 1247 | 2025-02-28T05:55:48.643Z | Compiling cmake v0.1.51 |
| 1248 | 2025-02-28T05:55:49.561Z | Compiling synstructure v0.13.1 |
| 1249 | 2025-02-28T05:55:49.795Z | Compiling cexpr v0.6.0 |
| 1250 | 2025-02-28T05:55:50.090Z | Compiling num-traits v0.2.19 |
| 1251 | 2025-02-28T05:55:50.346Z | Compiling pkg-config v0.3.31 |
| 1252 | 2025-02-28T05:55:50.419Z | Compiling dunce v1.0.5 |
| 1253 | 2025-02-28T05:55:50.565Z | Compiling fs_extra v1.3.0 |
| 1254 | 2025-02-28T05:55:51.167Z | Compiling writeable v0.5.5 |
| 1255 | 2025-02-28T05:55:51.330Z | Compiling litemap v0.7.3 |
| 1256 | 2025-02-28T05:55:51.618Z | Compiling getrandom v0.3.1 |
| 1257 | 2025-02-28T05:55:51.728Z | Compiling ring v0.17.11 |
| 1258 | 2025-02-28T05:55:51.731Z | Compiling base64ct v1.6.0 |
| 1259 | 2025-02-28T05:55:52.347Z | Compiling paste v1.0.15 |
| 1260 | 2025-02-28T05:55:52.521Z | Compiling pem-rfc7468 v0.7.0 |
| 1261 | 2025-02-28T05:55:52.878Z | Compiling aws-lc-rs v1.12.4 |
| 1262 | 2025-02-28T05:55:52.933Z | Compiling icu_locid_transform_data v1.5.0 |
| 1263 | 2025-02-28T05:55:53.048Z | Compiling flagset v0.4.6 |
| 1264 | 2025-02-28T05:55:53.167Z | Compiling httparse v1.9.5 |
| 1265 | 2025-02-28T05:55:53.286Z | Compiling tracing-core v0.1.32 |
| 1266 | 2025-02-28T05:55:53.863Z | Compiling regex v1.11.1 |
| 1267 | 2025-02-28T05:55:54.055Z | Compiling crossbeam-utils v0.8.20 |
| 1268 | 2025-02-28T05:55:54.305Z | Compiling icu_properties_data v1.5.0 |
| 1269 | 2025-02-28T05:55:54.409Z | Compiling rustls-pki-types v1.10.0 |
| 1270 | 2025-02-28T05:55:54.526Z | Compiling serde_derive v1.0.218 |
| 1271 | 2025-02-28T05:55:54.558Z | Compiling zeroize_derive v1.4.2 |
| 1272 | 2025-02-28T05:55:54.579Z | Compiling zerocopy-derive v0.7.35 |
| 1273 | 2025-02-28T05:55:54.805Z | Compiling tokio-macros v2.5.0 |
| 1274 | 2025-02-28T05:55:55.326Z | Compiling zerofrom-derive v0.1.4 |
| 1275 | 2025-02-28T05:55:55.962Z | Compiling zeroize v1.8.1 |
| 1276 | 2025-02-28T05:55:56.309Z | Compiling yoke-derive v0.7.4 |
| 1277 | 2025-02-28T05:55:56.537Z | Compiling zerocopy v0.7.35 |
| 1278 | 2025-02-28T05:55:57.446Z | Compiling zerovec-derive v0.10.3 |
| 1279 | 2025-02-28T05:55:57.606Z | Compiling crypto-common v0.1.6 |
| 1280 | 2025-02-28T05:55:57.843Z | Compiling block-buffer v0.10.4 |
| 1281 | 2025-02-28T05:55:57.926Z | Compiling thiserror-impl v1.0.69 |
| 1282 | 2025-02-28T05:55:58.120Z | Compiling digest v0.10.7 |
| 1283 | 2025-02-28T05:55:58.369Z | Compiling futures-macro v0.3.31 |
| 1284 | 2025-02-28T05:55:58.580Z | Compiling hmac v0.12.1 |
| 1285 | 2025-02-28T05:55:58.665Z | Compiling zerofrom v0.1.4 |
| 1286 | 2025-02-28T05:55:58.875Z | Compiling displaydoc v0.2.5 |
| 1287 | 2025-02-28T05:55:58.924Z | Compiling yoke v0.7.4 |
| 1288 | 2025-02-28T05:55:58.945Z | Compiling block-padding v0.3.3 |
| 1289 | 2025-02-28T05:55:59.206Z | Compiling inout v0.1.3 |
| 1290 | 2025-02-28T05:55:59.276Z | Compiling ppv-lite86 v0.2.20 |
| 1291 | 2025-02-28T05:55:59.491Z | Compiling cipher v0.4.4 |
| 1292 | 2025-02-28T05:55:59.749Z | Compiling sha2 v0.10.8 |
| 1293 | 2025-02-28T05:55:59.836Z | Compiling zerovec v0.10.4 |
| 1294 | 2025-02-28T05:56:00.028Z | Compiling icu_provider_macros v1.5.0 |
| 1295 | 2025-02-28T05:56:00.049Z | Compiling der_derive v0.7.3 |
| 1296 | 2025-02-28T05:56:00.216Z | Compiling futures-util v0.3.31 |
| 1297 | 2025-02-28T05:56:00.390Z | Compiling tracing-attributes v0.1.27 |
| 1298 | 2025-02-28T05:56:00.815Z | Compiling thiserror v1.0.69 |
| 1299 | 2025-02-28T05:56:00.991Z | Compiling percent-encoding v2.3.1 |
| 1300 | 2025-02-28T05:56:01.112Z | Compiling pest v2.7.14 |
| 1301 | 2025-02-28T05:56:01.314Z | Compiling salsa20 v0.10.2 |
| 1302 | 2025-02-28T05:56:01.544Z | Compiling tinystr v0.7.6 |
| 1303 | 2025-02-28T05:56:01.846Z | Compiling icu_collections v1.5.0 |
| 1304 | 2025-02-28T05:56:01.914Z | Compiling icu_locid v1.5.0 |
| 1305 | 2025-02-28T05:56:02.329Z | Compiling der v0.7.9 |
| 1306 | 2025-02-28T05:56:03.082Z | Compiling icu_provider v1.5.0 |
| 1307 | 2025-02-28T05:56:03.299Z | Compiling pbkdf2 v0.12.2 |
| 1308 | 2025-02-28T05:56:03.681Z | Compiling tracing v0.1.40 |
| 1309 | 2025-02-28T05:56:03.975Z | Compiling icu_locid_transform v1.5.0 |
| 1310 | 2025-02-28T05:56:04.085Z | Compiling num-conv v0.1.0 |
| 1311 | 2025-02-28T05:56:04.233Z | Compiling untrusted v0.7.1 |
| 1312 | 2025-02-28T05:56:04.255Z | Compiling utf8_iter v1.0.4 |
| 1313 | 2025-02-28T05:56:04.258Z | Compiling write16 v1.0.0 |
| 1314 | 2025-02-28T05:56:04.368Z | Compiling spki v0.7.3 |
| 1315 | 2025-02-28T05:56:04.434Z | Compiling icu_normalizer_data v1.5.0 |
| 1316 | 2025-02-28T05:56:04.455Z | Compiling vcpkg v0.2.15 |
| 1317 | 2025-02-28T05:56:04.516Z | Compiling utf16_iter v1.0.5 |
| 1318 | 2025-02-28T05:56:04.551Z | Compiling powerfmt v0.2.0 |
| 1319 | 2025-02-28T05:56:04.749Z | Compiling time-core v0.1.2 |
| 1320 | 2025-02-28T05:56:04.766Z | Compiling untrusted v0.9.0 |
| 1321 | 2025-02-28T05:56:04.959Z | Compiling time-macros v0.2.18 |
| 1322 | 2025-02-28T05:56:05.016Z | Compiling deranged v0.3.11 |
| 1323 | 2025-02-28T05:56:05.327Z | Compiling icu_properties v1.5.1 |
| 1324 | 2025-02-28T05:56:05.615Z | Compiling pest_meta v2.7.14 |
| 1325 | 2025-02-28T05:56:06.246Z | Compiling openssl-sys v0.9.106 |
| 1326 | 2025-02-28T05:56:06.350Z | Compiling scrypt v0.11.0 |
| 1327 | 2025-02-28T05:56:06.870Z | Compiling aes v0.8.4 |
| 1328 | 2025-02-28T05:56:07.307Z | Compiling bitflags v2.6.0 |
| 1329 | 2025-02-28T05:56:07.344Z | Compiling bytes v1.10.0 |
| 1330 | 2025-02-28T05:56:07.945Z | Compiling semver v1.0.25 |
| 1331 | 2025-02-28T05:56:08.661Z | Compiling tokio v1.43.0 |
| 1332 | 2025-02-28T05:56:08.808Z | Compiling indexmap v2.7.1 |
| 1333 | 2025-02-28T05:56:09.208Z | Compiling http v1.2.0 |
| 1334 | 2025-02-28T05:56:09.708Z | Compiling icu_normalizer v1.5.0 |
| 1335 | 2025-02-28T05:56:09.861Z | Compiling rustc_version v0.4.1 |
| 1336 | 2025-02-28T05:56:10.127Z | Compiling cbc v0.1.2 |
| 1337 | 2025-02-28T05:56:10.181Z | Compiling scroll_derive v0.12.0 |
| 1338 | 2025-02-28T05:56:10.250Z | Compiling num_threads v0.1.7 |
| 1339 | 2025-02-28T05:56:10.361Z | Compiling tinyvec_macros v0.1.1 |
| 1340 | 2025-02-28T05:56:10.405Z | Compiling atomic-waker v1.1.2 |
| 1341 | 2025-02-28T05:56:10.471Z | Compiling tinyvec v1.8.0 |
| 1342 | 2025-02-28T05:56:10.557Z | Compiling time v0.3.36 |
| 1343 | 2025-02-28T05:56:10.601Z | Compiling pkcs5 v0.7.1 |
| 1344 | 2025-02-28T05:56:11.340Z | Compiling http-body v1.0.1 |
| 1345 | 2025-02-28T05:56:11.479Z | Compiling which v4.4.2 |
| 1346 | 2025-02-28T05:56:11.581Z | Compiling idna_adapter v1.2.0 |
| 1347 | 2025-02-28T05:56:11.600Z | Compiling scroll v0.12.0 |
| 1348 | 2025-02-28T05:56:11.780Z | Compiling pest_generator v2.7.14 |
| 1349 | 2025-02-28T05:56:11.892Z | Compiling form_urlencoded v1.2.1 |
| 1350 | 2025-02-28T05:56:12.018Z | Compiling rand_chacha v0.3.1 |
| 1351 | 2025-02-28T05:56:12.127Z | Compiling zerocopy v0.8.10 |
| 1352 | 2025-02-28T05:56:12.213Z | Compiling slog v2.7.0 |
| 1353 | 2025-02-28T05:56:12.457Z | Compiling try-lock v0.2.5 |
| 1354 | 2025-02-28T05:56:12.635Z | Compiling want v0.3.1 |
| 1355 | 2025-02-28T05:56:12.795Z | Compiling rand v0.8.5 |
| 1356 | 2025-02-28T05:56:12.911Z | Compiling goblin v0.8.2 |
| 1357 | 2025-02-28T05:56:13.011Z | Compiling idna v1.0.3 |
| 1358 | 2025-02-28T05:56:13.534Z | Compiling pest_derive v2.7.14 |
| 1359 | 2025-02-28T05:56:14.338Z | Compiling pkcs8 v0.10.2 |
| 1360 | 2025-02-28T05:56:14.381Z | Compiling uuid v1.15.1 |
| 1361 | 2025-02-28T05:56:14.605Z | Compiling zerocopy-derive v0.8.10 |
| 1362 | 2025-02-28T05:56:14.908Z | Compiling tower-service v0.3.3 |
| 1363 | 2025-02-28T05:56:15.016Z | Compiling iana-time-zone v0.1.61 |
| 1364 | 2025-02-28T05:56:15.062Z | Compiling httpdate v1.0.3 |
| 1365 | 2025-02-28T05:56:15.128Z | Compiling dtrace-parser v0.2.0 |
| 1366 | 2025-02-28T05:56:15.402Z | Compiling chrono v0.4.40 |
| 1367 | 2025-02-28T05:56:15.990Z | Compiling serde_spanned v0.6.8 |
| 1368 | 2025-02-28T05:56:16.245Z | Compiling toml_datetime v0.6.8 |
| 1369 | 2025-02-28T05:56:16.267Z | Compiling serde_tokenstream v0.2.2 |
| 1370 | 2025-02-28T05:56:16.732Z | Compiling rustversion v1.0.17 |
| 1371 | 2025-02-28T05:56:16.852Z | Compiling tokio-util v0.7.13 |
| 1372 | 2025-02-28T05:56:16.935Z | Compiling foreign-types-shared v0.1.1 |
| 1373 | 2025-02-28T05:56:17.068Z | Compiling match_cfg v0.1.0 |
| 1374 | 2025-02-28T05:56:17.175Z | Compiling base64 v0.22.1 |
| 1375 | 2025-02-28T05:56:17.399Z | Compiling openssl v0.10.71 |
| 1376 | 2025-02-28T05:56:17.850Z | Compiling h2 v0.4.6 |
| 1377 | 2025-02-28T05:56:17.876Z | Compiling adler2 v2.0.0 |
| 1378 | 2025-02-28T05:56:18.057Z | Compiling miniz_oxide v0.8.5 |
| 1379 | 2025-02-28T05:56:18.204Z | Compiling hostname v0.3.1 |
| 1380 | 2025-02-28T05:56:18.439Z | Compiling foreign-types v0.3.2 |
| 1381 | 2025-02-28T05:56:18.552Z | Compiling url v2.5.3 |
| 1382 | 2025-02-28T05:56:18.744Z | Compiling dof v0.3.0 |
| 1383 | 2025-02-28T05:56:19.671Z | Compiling usdt-impl v0.5.0 |
| 1384 | 2025-02-28T05:56:20.364Z | Compiling rand_core v0.9.2 |
| 1385 | 2025-02-28T05:56:20.576Z | Compiling openssl-macros v0.1.1 |
| 1386 | 2025-02-28T05:56:20.797Z | Compiling async-trait v0.1.86 |
| 1387 | 2025-02-28T05:56:20.981Z | Compiling serde_derive_internals v0.29.1 |
| 1388 | 2025-02-28T05:56:21.334Z | Compiling dirs-sys-next v0.1.2 |
| 1389 | 2025-02-28T05:56:21.753Z | Compiling schemars v0.8.22 |
| 1390 | 2025-02-28T05:56:21.868Z | Compiling rustls v0.23.19 |
| 1391 | 2025-02-28T05:56:21.892Z | Compiling rustls v0.22.4 |
| 1392 | 2025-02-28T05:56:22.043Z | Compiling siphasher v0.3.11 |
| 1393 | 2025-02-28T05:56:22.117Z | Compiling syn v1.0.109 |
| 1394 | 2025-02-28T05:56:22.174Z | Compiling native-tls v0.2.12 |
| 1395 | 2025-02-28T05:56:22.204Z | Compiling data-encoding v2.6.0 |
| 1396 | 2025-02-28T05:56:22.579Z | Compiling dirs-next v2.0.0 |
| 1397 | 2025-02-28T05:56:22.780Z | Compiling rand_chacha v0.9.0 |
| 1398 | 2025-02-28T05:56:23.214Z | Compiling unicode-normalization v0.1.24 |
| 1399 | 2025-02-28T05:56:23.237Z | Compiling schemars_derive v0.8.22 |
| 1400 | 2025-02-28T05:56:24.096Z | Compiling http-body-util v0.1.2 |
| 1401 | 2025-02-28T05:56:24.199Z | Compiling heapless v0.7.17 |
| 1402 | 2025-02-28T05:56:24.414Z | Compiling crossbeam-epoch v0.9.18 |
| 1403 | 2025-02-28T05:56:24.575Z | Compiling signature v2.2.0 |
| 1404 | 2025-02-28T05:56:24.672Z | Compiling sha1 v0.10.6 |
| 1405 | 2025-02-28T05:56:24.818Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1406 | 2025-02-28T05:56:24.887Z | Compiling thread_local v1.1.8 |
| 1407 | 2025-02-28T05:56:25.075Z | Compiling hyper v1.6.0 |
| 1408 | 2025-02-28T05:56:25.129Z | Compiling cookie v0.18.1 |
| 1409 | 2025-02-28T05:56:25.338Z | Compiling multer v3.1.0 |
| 1410 | 2025-02-28T05:56:25.360Z | Compiling encoding_rs v0.8.34 |
| 1411 | 2025-02-28T05:56:25.457Z | Compiling slog-async v2.8.0 |
| 1412 | 2025-02-28T05:56:25.674Z | Compiling openssl-probe v0.1.5 |
| 1413 | 2025-02-28T05:56:25.971Z | Compiling rayon-core v1.12.1 |
| 1414 | 2025-02-28T05:56:25.992Z | Compiling mime v0.3.17 |
| 1415 | 2025-02-28T05:56:26.153Z | Compiling unicode-bidi v0.3.17 |
| 1416 | 2025-02-28T05:56:26.286Z | Compiling ipnet v2.11.0 |
| 1417 | 2025-02-28T05:56:26.547Z | Compiling dyn-clone v1.0.18 |
| 1418 | 2025-02-28T05:56:26.789Z | Compiling gimli v0.31.1 |
| 1419 | 2025-02-28T05:56:27.393Z | Compiling hyper-util v0.1.10 |
| 1420 | 2025-02-28T05:56:27.423Z | Compiling unicode-properties v0.1.3 |
| 1421 | 2025-02-28T05:56:27.844Z | Compiling signal-hook v0.3.17 |
| 1422 | 2025-02-28T05:56:27.862Z | Compiling stringprep v0.1.5 |
| 1423 | 2025-02-28T05:56:28.980Z | Compiling toml_edit v0.22.24 |
| 1424 | 2025-02-28T05:56:29.485Z | Compiling crossbeam-deque v0.8.5 |
| 1425 | 2025-02-28T05:56:29.950Z | Compiling rand v0.9.0 |
| 1426 | 2025-02-28T05:56:30.301Z | Compiling term v0.7.0 |
| 1427 | 2025-02-28T05:56:31.100Z | Compiling addr2line v0.24.2 |
| 1428 | 2025-02-28T05:56:31.491Z | Compiling usdt-macro v0.5.0 |
| 1429 | 2025-02-28T05:56:31.513Z | Compiling usdt-attr-macro v0.5.0 |
| 1430 | 2025-02-28T05:56:31.533Z | Compiling slog-json v2.6.1 |
| 1431 | 2025-02-28T05:56:31.677Z | Compiling serde_urlencoded v0.7.1 |
| 1432 | 2025-02-28T05:56:31.776Z | Compiling curve25519-dalek v4.1.3 |
| 1433 | 2025-02-28T05:56:31.872Z | Compiling crossbeam-channel v0.5.13 |
| 1434 | 2025-02-28T05:56:32.195Z | Compiling futures-executor v0.3.31 |
| 1435 | 2025-02-28T05:56:32.465Z | Compiling enum-as-inner v0.6.1 |
| 1436 | 2025-02-28T05:56:32.676Z | Compiling md-5 v0.10.6 |
| 1437 | 2025-02-28T05:56:32.907Z | Compiling rustls-pemfile v2.2.0 |
| 1438 | 2025-02-28T05:56:32.910Z | Compiling async-stream-impl v0.3.6 |
| 1439 | 2025-02-28T05:56:32.969Z | Compiling num-integer v0.1.46 |
| 1440 | 2025-02-28T05:56:33.011Z | Compiling hash32 v0.2.1 |
| 1441 | 2025-02-28T05:56:33.285Z | Compiling ff v0.13.0 |
| 1442 | 2025-02-28T05:56:33.347Z | Compiling is-terminal v0.4.13 |
| 1443 | 2025-02-28T05:56:33.503Z | Compiling memoffset v0.9.1 |
| 1444 | 2025-02-28T05:56:33.524Z | Compiling object v0.36.5 |
| 1445 | 2025-02-28T05:56:33.544Z | Compiling dropshot v0.12.0 |
| 1446 | 2025-02-28T05:56:33.664Z | Compiling portable-atomic v1.9.0 |
| 1447 | 2025-02-28T05:56:33.874Z | Compiling psl-types v2.0.11 |
| 1448 | 2025-02-28T05:56:33.905Z | Compiling num-bigint-dig v0.8.4 |
| 1449 | 2025-02-28T05:56:34.097Z | Compiling quick-error v1.2.3 |
| 1450 | 2025-02-28T05:56:34.216Z | Compiling linked-hash-map v0.5.6 |
| 1451 | 2025-02-28T05:56:34.237Z | Compiling anyhow v1.0.96 |
| 1452 | 2025-02-28T05:56:34.269Z | Compiling cfg_aliases v0.2.1 |
| 1453 | 2025-02-28T05:56:34.388Z | Compiling smoltcp v0.9.1 |
| 1454 | 2025-02-28T05:56:34.588Z | Compiling utf-8 v0.7.6 |
| 1455 | 2025-02-28T05:56:34.661Z | Compiling fallible-iterator v0.2.0 |
| 1456 | 2025-02-28T05:56:34.863Z | Compiling rustc-demangle v0.1.24 |
| 1457 | 2025-02-28T05:56:34.903Z | Compiling base16ct v0.2.0 |
| 1458 | 2025-02-28T05:56:35.041Z | Compiling litrs v0.4.1 |
| 1459 | 2025-02-28T05:56:35.248Z | Compiling take_mut v0.2.2 |
| 1460 | 2025-02-28T05:56:35.351Z | Compiling postgres-protocol v0.6.8 |
| 1461 | 2025-02-28T05:56:35.767Z | Compiling sec1 v0.7.3 |
| 1462 | 2025-02-28T05:56:36.125Z | Compiling document-features v0.2.10 |
| 1463 | 2025-02-28T05:56:36.325Z | Compiling tungstenite v0.24.0 |
| 1464 | 2025-02-28T05:56:36.540Z | Compiling lru-cache v0.1.2 |
| 1465 | 2025-02-28T05:56:36.561Z | Compiling nix v0.29.0 |
| 1466 | 2025-02-28T05:56:36.612Z | Compiling resolv-conf v0.7.0 |
| 1467 | 2025-02-28T05:56:36.731Z | Compiling async-stream v0.3.6 |
| 1468 | 2025-02-28T05:56:37.044Z | Compiling publicsuffix v2.3.0 |
| 1469 | 2025-02-28T05:56:37.354Z | Compiling hickory-proto v0.24.4 |
| 1470 | 2025-02-28T05:56:37.375Z | Compiling group v0.13.0 |
| 1471 | 2025-02-28T05:56:37.409Z | Compiling slog-term v2.9.1 |
| 1472 | 2025-02-28T05:56:37.457Z | Compiling num-iter v0.1.45 |
| 1473 | 2025-02-28T05:56:37.659Z | Compiling usdt v0.5.0 |
| 1474 | 2025-02-28T05:56:38.288Z | Compiling toml v0.8.20 |
| 1475 | 2025-02-28T05:56:38.364Z | Compiling futures v0.3.31 |
| 1476 | 2025-02-28T05:56:38.490Z | Compiling slog-bunyan v2.5.0 |
| 1477 | 2025-02-28T05:56:39.725Z | Compiling tokio-native-tls v0.3.1 |
| 1478 | 2025-02-28T05:56:39.747Z | Compiling camino v1.1.9 |
| 1479 | 2025-02-28T05:56:40.016Z | Compiling phf_shared v0.11.2 |
| 1480 | 2025-02-28T05:56:40.290Z | Compiling backtrace v0.3.74 |
| 1481 | 2025-02-28T05:56:40.408Z | Compiling dropshot_endpoint v0.12.0 |
| 1482 | 2025-02-28T05:56:40.589Z | Compiling terminal_size v0.4.0 |
| 1483 | 2025-02-28T05:56:40.649Z | Compiling waitgroup v0.1.2 |
| 1484 | 2025-02-28T05:56:40.800Z | Compiling openapiv3 v2.0.0 |
| 1485 | 2025-02-28T05:56:40.821Z | Compiling serde_path_to_error v0.1.16 |
| 1486 | 2025-02-28T05:56:40.874Z | Compiling hkdf v0.12.4 |
| 1487 | 2025-02-28T05:56:41.163Z | Compiling crypto-bigint v0.5.5 |
| 1488 | 2025-02-28T05:56:41.617Z | Compiling webpki-roots v0.26.6 |
| 1489 | 2025-02-28T05:56:41.861Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1490 | 2025-02-28T05:56:42.236Z | Compiling hubpack_derive v0.1.1 |
| 1491 | 2025-02-28T05:56:43.143Z | Compiling zerocopy-derive v0.6.6 |
| 1492 | 2025-02-28T05:56:43.174Z | Compiling sync_wrapper v1.0.1 |
| 1493 | 2025-02-28T05:56:43.294Z | Compiling hostname v0.4.0 |
| 1494 | 2025-02-28T05:56:43.346Z | Compiling fs-err v2.11.0 |
| 1495 | 2025-02-28T05:56:43.511Z | Compiling crc32fast v1.4.2 |
| 1496 | 2025-02-28T05:56:43.678Z | Compiling ahash v0.8.11 |
| 1497 | 2025-02-28T05:56:43.885Z | Compiling managed v0.8.0 |
| 1498 | 2025-02-28T05:56:44.083Z | Compiling winnow v0.5.40 |
| 1499 | 2025-02-28T05:56:44.354Z | Compiling newtype-uuid v1.2.1 |
| 1500 | 2025-02-28T05:56:44.491Z | Compiling debug-ignore v1.0.5 |
| 1501 | 2025-02-28T05:56:44.649Z | Compiling unicode-width v0.2.0 |
| 1502 | 2025-02-28T05:56:44.669Z | Compiling tower-layer v0.3.3 |
| 1503 | 2025-02-28T05:56:44.816Z | Compiling clap_builder v4.5.31 |
| 1504 | 2025-02-28T05:56:44.979Z | Compiling tower v0.5.2 |
| 1505 | 2025-02-28T05:56:45.036Z | Compiling zerocopy v0.6.6 |
| 1506 | 2025-02-28T05:56:45.185Z | Compiling console v0.15.10 |
| 1507 | 2025-02-28T05:56:45.823Z | Compiling elliptic-curve v0.13.8 |
| 1508 | 2025-02-28T05:56:46.467Z | Compiling strum_macros v0.25.3 |
| 1509 | 2025-02-28T05:56:46.591Z | Compiling flate2 v1.1.0 |
| 1510 | 2025-02-28T05:56:47.165Z | Compiling hubpack v0.1.2 |
| 1511 | 2025-02-28T05:56:47.490Z | Compiling toml_edit v0.19.15 |
| 1512 | 2025-02-28T05:56:47.575Z | Compiling hickory-resolver v0.24.4 |
| 1513 | 2025-02-28T05:56:47.802Z | Compiling phf v0.11.2 |
| 1514 | 2025-02-28T05:56:48.099Z | Compiling signal-hook-mio v0.2.4 |
| 1515 | 2025-02-28T05:56:48.292Z | Compiling hyper-tls v0.6.0 |
| 1516 | 2025-02-28T05:56:48.379Z | Compiling rayon v1.10.0 |
| 1517 | 2025-02-28T05:56:48.697Z | Compiling cookie_store v0.21.1 |
| 1518 | 2025-02-28T05:56:50.083Z | Compiling bzip2 v0.4.4 |
| 1519 | 2025-02-28T05:56:50.628Z | Compiling tokio-tungstenite v0.24.0 |
| 1520 | 2025-02-28T05:56:52.533Z | Compiling postgres-types v0.2.9 |
| 1521 | 2025-02-28T05:56:52.791Z | Compiling ed25519 v2.2.3 |
| 1522 | 2025-02-28T05:56:52.819Z | Compiling phf_shared v0.10.0 |
| 1523 | 2025-02-28T05:56:53.200Z | Compiling tokio-stream v0.1.17 |
| 1524 | 2025-02-28T05:56:53.326Z | Compiling pkcs1 v0.7.5 |
| 1525 | 2025-02-28T05:56:53.875Z | Compiling serde-big-array v0.5.1 |
| 1526 | 2025-02-28T05:56:54.145Z | Compiling clap_derive v4.5.28 |
| 1527 | 2025-02-28T05:56:54.216Z | Compiling rfc6979 v0.4.0 |
| 1528 | 2025-02-28T05:56:54.247Z | Compiling derive-where v1.2.7 |
| 1529 | 2025-02-28T05:56:54.427Z | Compiling serde_repr v0.1.19 |
| 1530 | 2025-02-28T05:56:54.461Z | Compiling float-cmp v0.10.0 |
| 1531 | 2025-02-28T05:56:54.685Z | Compiling bstr v1.10.0 |
| 1532 | 2025-02-28T05:56:54.719Z | Compiling whoami v1.5.2 |
| 1533 | 2025-02-28T05:56:54.737Z | Compiling new_debug_unreachable v1.0.6 |
| 1534 | 2025-02-28T05:56:54.845Z | Compiling number_prefix v0.4.0 |
| 1535 | 2025-02-28T05:56:55.094Z | Compiling static_assertions v1.1.0 |
| 1536 | 2025-02-28T05:56:55.210Z | Compiling bit-vec v0.6.3 |
| 1537 | 2025-02-28T05:56:55.277Z | Compiling normalize-line-endings v0.3.0 |
| 1538 | 2025-02-28T05:56:55.430Z | Compiling fixedbitset v0.4.2 |
| 1539 | 2025-02-28T05:56:55.550Z | Compiling unicode-segmentation v1.12.0 |
| 1540 | 2025-02-28T05:56:55.614Z | Compiling difflib v0.4.0 |
| 1541 | 2025-02-28T05:56:55.873Z | Compiling precomputed-hash v0.1.1 |
| 1542 | 2025-02-28T05:56:56.017Z | Compiling predicates-core v1.0.8 |
| 1543 | 2025-02-28T05:56:56.253Z | Compiling predicates v3.1.3 |
| 1544 | 2025-02-28T05:56:56.342Z | Compiling similar v2.6.0 |
| 1545 | 2025-02-28T05:56:56.457Z | Compiling string_cache v0.8.7 |
| 1546 | 2025-02-28T05:56:56.902Z | Compiling petgraph v0.6.5 |
| 1547 | 2025-02-28T05:56:56.967Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 1548 | 2025-02-28T05:56:57.367Z | Compiling bit-set v0.5.3 |
| 1549 | 2025-02-28T05:56:57.672Z | Compiling tokio-postgres v0.7.13 |
| 1550 | 2025-02-28T05:56:57.693Z | Compiling indicatif v0.17.11 |
| 1551 | 2025-02-28T05:56:58.374Z | Compiling ecdsa v0.16.9 |
| 1552 | 2025-02-28T05:56:58.642Z | Compiling clap v4.5.31 |
| 1553 | 2025-02-28T05:56:58.788Z | Compiling rsa v0.9.6 |
| 1554 | 2025-02-28T05:56:59.227Z | Compiling ed25519-dalek v2.1.1 |
| 1555 | 2025-02-28T05:57:00.500Z | Compiling toml v0.7.8 |
| 1556 | 2025-02-28T05:57:00.557Z | Compiling zip v0.6.6 |
| 1557 | 2025-02-28T05:57:01.755Z | Compiling crossterm v0.28.1 |
| 1558 | 2025-02-28T05:57:02.663Z | Compiling hex v0.4.3 |
| 1559 | 2025-02-28T05:57:02.862Z | Compiling x509-cert v0.2.5 |
| 1560 | 2025-02-28T05:57:03.266Z | Compiling itertools v0.10.5 |
| 1561 | 2025-02-28T05:57:03.288Z | Compiling peg-runtime v0.8.3 |
| 1562 | 2025-02-28T05:57:03.356Z | Compiling lalrpop-util v0.19.12 |
| 1563 | 2025-02-28T05:57:03.732Z | Compiling unicode-xid v0.2.6 |
| 1564 | 2025-02-28T05:57:03.878Z | Compiling strum_macros v0.26.4 |
| 1565 | 2025-02-28T05:57:03.958Z | Compiling xattr v1.3.1 |
| 1566 | 2025-02-28T05:57:04.233Z | Compiling filetime v0.2.25 |
| 1567 | 2025-02-28T05:57:04.543Z | Compiling tar v0.4.44 |
| 1568 | 2025-02-28T05:57:08.432Z | Compiling strum v0.26.3 |
| 1569 | 2025-02-28T05:57:11.464Z | Compiling aws-lc-sys v0.26.0 |
| 1570 | 2025-02-28T05:57:41.534Z | Compiling rustls-webpki v0.102.8 |
| 1571 | 2025-02-28T05:57:44.819Z | Compiling tokio-rustls v0.25.0 |
| 1572 | 2025-02-28T05:57:46.569Z | Compiling tokio-rustls v0.26.0 |
| 1573 | 2025-02-28T05:57:46.845Z | Compiling hyper-rustls v0.27.3 |
| 1574 | 2025-02-28T05:57:47.162Z | Compiling reqwest v0.12.12 |
| 1575 | 2025-02-28T05:57:48.588Z | Compiling qorb v0.2.1 |
| 1576 | 2025-02-28T05:57:51.706Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1577 | 2025-02-28T05:57:51.972Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1578 | 2025-02-28T05:57:56.548Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 18s |
| 1579 | 2025-02-28T05:57:56.727Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 1580 | 2025-02-28T05:57:56.780Z | Feb 28 05:57:55.817 INFO Starting download, target: Console |
| 1581 | 2025-02-28T05:57:56.781Z | Feb 28 05:57:55.818 INFO Starting download, target: Cockroach |
| 1582 | 2025-02-28T05:57:56.781Z | Feb 28 05:57:55.818 INFO Starting download, target: Clickhouse |
| 1583 | 2025-02-28T05:57:56.781Z | Feb 28 05:57:55.818 INFO Starting download, target: DendriteOpenapi |
| 1584 | 2025-02-28T05:57:56.781Z | Feb 28 05:57:55.818 INFO Starting download, target: DendriteStub |
| 1585 | 2025-02-28T05:57:56.784Z | Feb 28 05:57:55.818 INFO Starting download, target: MaghemiteMgd |
| 1586 | 2025-02-28T05:57:56.784Z | Feb 28 05:57:55.818 INFO Starting download, target: TransceiverControl |
| 1587 | 2025-02-28T05:57:56.784Z | Feb 28 05:57:55.819 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi |
| 1588 | 2025-02-28T05:57:56.784Z | Feb 28 05:57:55.819 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1589 | 2025-02-28T05:57:56.784Z | Feb 28 05:57:55.819 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1590 | 2025-02-28T05:57:56.784Z | Feb 28 05:57:55.819 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1591 | 2025-02-28T05:57:56.784Z | Feb 28 05:57:55.819 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1592 | 2025-02-28T05:57:56.784Z | Feb 28 05:57:55.819 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1593 | 2025-02-28T05:57:56.784Z | Feb 28 05:57:55.819 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1594 | 2025-02-28T05:57:56.943Z | Feb 28 05:57:55.962 INFO Download complete, target: DendriteOpenapi |
| 1595 | 2025-02-28T05:57:57.111Z | Feb 28 05:57:56.133 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1596 | 2025-02-28T05:57:57.350Z | Feb 28 05:57:56.384 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1597 | 2025-02-28T05:57:57.522Z | Feb 28 05:57:56.550 INFO Download complete, target: TransceiverControl |
| 1598 | 2025-02-28T05:57:57.701Z | Feb 28 05:57:56.735 INFO Download complete, target: Console |
| 1599 | 2025-02-28T05:57:57.741Z | Feb 28 05:57:56.775 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1600 | 2025-02-28T05:57:57.792Z | Feb 28 05:57:56.827 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1601 | 2025-02-28T05:57:58.443Z | Feb 28 05:57:57.479 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1602 | 2025-02-28T05:57:58.443Z | Feb 28 05:57:57.479 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1603 | 2025-02-28T05:57:58.719Z | Feb 28 05:57:57.756 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1604 | 2025-02-28T05:58:00.405Z | Feb 28 05:57:59.436 INFO Download complete, target: MaghemiteMgd |
| 1605 | 2025-02-28T05:58:00.430Z | Feb 28 05:57:59.454 INFO Download complete, target: DendriteStub |
| 1606 | 2025-02-28T05:58:05.095Z | Feb 28 05:58:04.131 INFO Checking that binary works, target: Cockroach |
| 1607 | 2025-02-28T05:58:05.262Z | Feb 28 05:58:04.298 INFO Download complete, target: Cockroach |
| 1608 | 2025-02-28T05:58:09.702Z | Feb 28 05:58:08.737 INFO Checking that binary works, target: Clickhouse |
| 1609 | 2025-02-28T05:58:09.855Z | Feb 28 05:58:08.890 INFO Download complete, target: Clickhouse |
| 1610 | 2025-02-28T05:58:09.863Z | All prerequisites installed successfully |
| 1611 | 2025-02-28T05:58:09.865Z | |
| 1612 | 2025-02-28T05:58:09.865Z | real 5:16.727328697 |
| 1613 | 2025-02-28T05:58:09.865Z | user 15:55.635768072 |
| 1614 | 2025-02-28T05:58:09.865Z | sys 2:13.464560126 |
| 1615 | 2025-02-28T05:58:09.866Z | trap 0.602183676 |
| 1616 | 2025-02-28T05:58:09.866Z | tflt 2.024029799 |
| 1617 | 2025-02-28T05:58:09.866Z | dflt 1.739337083 |
| 1618 | 2025-02-28T05:58:09.866Z | kflt 0.025774371 |
| 1619 | 2025-02-28T05:58:09.866Z | lock 24:18.672394709 |
| 1620 | 2025-02-28T05:58:09.866Z | slp 57:56.774069344 |
| 1621 | 2025-02-28T05:58:09.866Z | lat 1:02.703932226 |
| 1622 | 2025-02-28T05:58:09.866Z | stop 2:27.320126021 |
| 1623 | 2025-02-28T05:58:09.866Z | + ptime -m cargo xtask download softnpu |
| 1624 | 2025-02-28T05:58:10.468Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 1625 | 2025-02-28T05:58:10.492Z | Running `target/debug/xtask download softnpu` |
| 1626 | 2025-02-28T05:58:11.396Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s |
| 1627 | 2025-02-28T05:58:11.458Z | Running `target/debug/xtask-downloader softnpu` |
| 1628 | 2025-02-28T05:58:11.497Z | Feb 28 05:58:10.532 INFO Starting download, target: Softnpu |
| 1629 | 2025-02-28T05:58:11.501Z | Feb 28 05:58:10.533 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1630 | 2025-02-28T05:58:12.257Z | Feb 28 05:58:11.292 INFO Download complete, target: Softnpu |
| 1631 | 2025-02-28T05:58:12.261Z | |
| 1632 | 2025-02-28T05:58:12.264Z | real 2.391007345 |
| 1633 | 2025-02-28T05:58:12.264Z | user 1.382596666 |
| 1634 | 2025-02-28T05:58:12.264Z | sys 0.597287892 |
| 1635 | 2025-02-28T05:58:12.264Z | trap 0.001131686 |
| 1636 | 2025-02-28T05:58:12.264Z | tflt 0.000036395 |
| 1637 | 2025-02-28T05:58:12.264Z | dflt 0.000078782 |
| 1638 | 2025-02-28T05:58:12.264Z | kflt 0.000000000 |
| 1639 | 2025-02-28T05:58:12.264Z | lock 7.855360181 |
| 1640 | 2025-02-28T05:58:12.264Z | slp 0.608391455 |
| 1641 | 2025-02-28T05:58:12.264Z | lat 0.070040920 |
| 1642 | 2025-02-28T05:58:12.264Z | stop 0.000354808 |
| 1643 | 2025-02-28T05:58:12.264Z | + export CARGO_INCREMENTAL=0 |
| 1644 | 2025-02-28T05:58:12.264Z | + CARGO_INCREMENTAL=0 |
| 1645 | 2025-02-28T05:58:12.264Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1646 | 2025-02-28T05:58:13.288Z | Compiling proc-macro2 v1.0.93 |
| 1647 | 2025-02-28T05:58:13.288Z | Compiling unicode-ident v1.0.14 |
| 1648 | 2025-02-28T05:58:13.291Z | Compiling libc v0.2.170 |
| 1649 | 2025-02-28T05:58:13.291Z | Compiling serde v1.0.218 |
| 1650 | 2025-02-28T05:58:13.292Z | Compiling autocfg v1.4.0 |
| 1651 | 2025-02-28T05:58:13.292Z | Compiling version_check v0.9.5 |
| 1652 | 2025-02-28T05:58:13.292Z | Compiling cfg-if v1.0.0 |
| 1653 | 2025-02-28T05:58:13.610Z | Compiling memchr v2.7.4 |
| 1654 | 2025-02-28T05:58:13.625Z | Compiling typenum v1.17.0 |
| 1655 | 2025-02-28T05:58:13.688Z | Compiling shlex v1.3.0 |
| 1656 | 2025-02-28T05:58:14.037Z | Compiling value-bag v1.9.0 |
| 1657 | 2025-02-28T05:58:14.082Z | Compiling generic-array v0.14.7 |
| 1658 | 2025-02-28T05:58:14.256Z | Compiling lock_api v0.4.12 |
| 1659 | 2025-02-28T05:58:14.421Z | Compiling scopeguard v1.2.0 |
| 1660 | 2025-02-28T05:58:14.505Z | Compiling log v0.4.22 |
| 1661 | 2025-02-28T05:58:14.609Z | Compiling parking_lot_core v0.9.10 |
| 1662 | 2025-02-28T05:58:14.857Z | Compiling serde_json v1.0.139 |
| 1663 | 2025-02-28T05:58:15.021Z | Compiling once_cell v1.20.3 |
| 1664 | 2025-02-28T05:58:15.190Z | Compiling quote v1.0.38 |
| 1665 | 2025-02-28T05:58:15.215Z | Compiling rustix v0.38.37 |
| 1666 | 2025-02-28T05:58:15.277Z | Compiling jobserver v0.1.32 |
| 1667 | 2025-02-28T05:58:15.394Z | Compiling getrandom v0.2.15 |
| 1668 | 2025-02-28T05:58:15.621Z | Compiling syn v2.0.98 |
| 1669 | 2025-02-28T05:58:15.708Z | Compiling cc v1.2.15 |
| 1670 | 2025-02-28T05:58:15.762Z | Compiling libm v0.2.8 |
| 1671 | 2025-02-28T05:58:15.814Z | Compiling aho-corasick v1.1.3 |
| 1672 | 2025-02-28T05:58:15.837Z | Compiling num-traits v0.2.19 |
| 1673 | 2025-02-28T05:58:15.890Z | Compiling semver v1.0.25 |
| 1674 | 2025-02-28T05:58:15.988Z | Compiling regex-syntax v0.8.5 |
| 1675 | 2025-02-28T05:58:16.118Z | Compiling thiserror v1.0.69 |
| 1676 | 2025-02-28T05:58:16.177Z | Compiling either v1.14.0 |
| 1677 | 2025-02-28T05:58:16.380Z | Compiling getrandom v0.3.1 |
| 1678 | 2025-02-28T05:58:16.594Z | Compiling itoa v1.0.11 |
| 1679 | 2025-02-28T05:58:16.626Z | Compiling slab v0.4.9 |
| 1680 | 2025-02-28T05:58:16.851Z | Compiling byteorder v1.5.0 |
| 1681 | 2025-02-28T05:58:16.974Z | Compiling spin v0.9.8 |
| 1682 | 2025-02-28T05:58:17.299Z | Compiling errno v0.3.9 |
| 1683 | 2025-02-28T05:58:17.357Z | Compiling rand_core v0.6.4 |
| 1684 | 2025-02-28T05:58:17.850Z | Compiling glob v0.3.2 |
| 1685 | 2025-02-28T05:58:18.220Z | Compiling prettyplease v0.2.29 |
| 1686 | 2025-02-28T05:58:18.531Z | Compiling lazy_static v1.5.0 |
| 1687 | 2025-02-28T05:58:18.586Z | Compiling clang-sys v1.8.1 |
| 1688 | 2025-02-28T05:58:18.671Z | Compiling smallvec v1.14.0 |
| 1689 | 2025-02-28T05:58:18.757Z | Compiling minimal-lexical v0.2.1 |
| 1690 | 2025-02-28T05:58:19.010Z | Compiling libloading v0.8.5 |
| 1691 | 2025-02-28T05:58:19.172Z | Compiling nom v7.1.3 |
| 1692 | 2025-02-28T05:58:19.234Z | Compiling bindgen v0.69.5 |
| 1693 | 2025-02-28T05:58:19.293Z | Compiling subtle v2.6.1 |
| 1694 | 2025-02-28T05:58:19.346Z | Compiling home v0.5.9 |
| 1695 | 2025-02-28T05:58:19.559Z | Compiling itertools v0.12.1 |
| 1696 | 2025-02-28T05:58:19.620Z | Compiling lazycell v1.3.0 |
| 1697 | 2025-02-28T05:58:19.705Z | Compiling regex-automata v0.4.8 |
| 1698 | 2025-02-28T05:58:20.029Z | Compiling allocator-api2 v0.2.18 |
| 1699 | 2025-02-28T05:58:20.094Z | Compiling rustc-hash v1.1.0 |
| 1700 | 2025-02-28T05:58:20.266Z | Compiling cmake v0.1.51 |
| 1701 | 2025-02-28T05:58:20.950Z | Compiling dunce v1.0.5 |
| 1702 | 2025-02-28T05:58:21.097Z | Compiling fs_extra v1.3.0 |
| 1703 | 2025-02-28T05:58:21.624Z | Compiling pin-project-lite v0.2.14 |
| 1704 | 2025-02-28T05:58:21.665Z | Compiling pkg-config v0.3.31 |
| 1705 | 2025-02-28T05:58:21.773Z | Compiling ring v0.17.11 |
| 1706 | 2025-02-28T05:58:22.409Z | Compiling cexpr v0.6.0 |
| 1707 | 2025-02-28T05:58:22.692Z | Compiling synstructure v0.13.1 |
| 1708 | 2025-02-28T05:58:22.753Z | Compiling paste v1.0.15 |
| 1709 | 2025-02-28T05:58:23.211Z | Compiling ryu v1.0.18 |
| 1710 | 2025-02-28T05:58:23.575Z | Compiling const-oid v0.9.6 |
| 1711 | 2025-02-28T05:58:23.778Z | Compiling fnv v1.0.7 |
| 1712 | 2025-02-28T05:58:23.929Z | Compiling httparse v1.9.5 |
| 1713 | 2025-02-28T05:58:24.299Z | Compiling aws-lc-rs v1.12.4 |
| 1714 | 2025-02-28T05:58:24.493Z | Compiling schemars v0.8.22 |
| 1715 | 2025-02-28T05:58:24.742Z | Compiling serde_derive_internals v0.29.1 |
| 1716 | 2025-02-28T05:58:24.855Z | Compiling signal-hook-registry v1.4.2 |
| 1717 | 2025-02-28T05:58:25.268Z | Compiling regex v1.11.1 |
| 1718 | 2025-02-28T05:58:25.364Z | Compiling foldhash v0.1.3 |
| 1719 | 2025-02-28T05:58:25.590Z | Compiling equivalent v1.0.1 |
| 1720 | 2025-02-28T05:58:25.646Z | Compiling parking_lot v0.12.3 |
| 1721 | 2025-02-28T05:58:25.728Z | Compiling hashbrown v0.15.1 |
| 1722 | 2025-02-28T05:58:26.225Z | Compiling mio v1.0.2 |
| 1723 | 2025-02-28T05:58:26.269Z | Compiling heck v0.5.0 |
| 1724 | 2025-02-28T05:58:26.677Z | Compiling stable_deref_trait v1.2.0 |
| 1725 | 2025-02-28T05:58:26.761Z | Compiling serde_derive v1.0.218 |
| 1726 | 2025-02-28T05:58:26.812Z | Compiling zeroize_derive v1.4.2 |
| 1727 | 2025-02-28T05:58:26.847Z | Compiling zerocopy-derive v0.7.35 |
| 1728 | 2025-02-28T05:58:26.974Z | Compiling tokio-macros v2.5.0 |
| 1729 | 2025-02-28T05:58:27.656Z | Compiling thiserror-impl v1.0.69 |
| 1730 | 2025-02-28T05:58:27.840Z | Compiling zerofrom-derive v0.1.4 |
| 1731 | 2025-02-28T05:58:28.129Z | Compiling zeroize v1.8.1 |
| 1732 | 2025-02-28T05:58:28.563Z | Compiling yoke-derive v0.7.4 |
| 1733 | 2025-02-28T05:58:28.607Z | Compiling futures-macro v0.3.31 |
| 1734 | 2025-02-28T05:58:28.628Z | Compiling zerovec-derive v0.10.3 |
| 1735 | 2025-02-28T05:58:28.733Z | Compiling zerocopy v0.7.35 |
| 1736 | 2025-02-28T05:58:29.051Z | Compiling displaydoc v0.2.5 |
| 1737 | 2025-02-28T05:58:30.436Z | Compiling icu_provider_macros v1.5.0 |
| 1738 | 2025-02-28T05:58:30.456Z | Compiling tracing-attributes v0.1.27 |
| 1739 | 2025-02-28T05:58:30.752Z | Compiling schemars_derive v0.8.22 |
| 1740 | 2025-02-28T05:58:31.341Z | Compiling crypto-common v0.1.6 |
| 1741 | 2025-02-28T05:58:31.446Z | Compiling block-buffer v0.10.4 |
| 1742 | 2025-02-28T05:58:31.680Z | Compiling digest v0.10.7 |
| 1743 | 2025-02-28T05:58:31.974Z | Compiling socket2 v0.5.8 |
| 1744 | 2025-02-28T05:58:32.100Z | Compiling futures-core v0.3.31 |
| 1745 | 2025-02-28T05:58:32.387Z | Compiling time-core v0.1.2 |
| 1746 | 2025-02-28T05:58:32.390Z | Compiling num-conv v0.1.0 |
| 1747 | 2025-02-28T05:58:32.695Z | Compiling crossbeam-utils v0.8.20 |
| 1748 | 2025-02-28T05:58:33.174Z | Compiling time-macros v0.2.18 |
| 1749 | 2025-02-28T05:58:33.272Z | Compiling der_derive v0.7.3 |
| 1750 | 2025-02-28T05:58:33.535Z | Compiling vcpkg v0.2.15 |
| 1751 | 2025-02-28T05:58:34.946Z | Compiling openssl-sys v0.9.106 |
| 1752 | 2025-02-28T05:58:35.915Z | Compiling zerocopy v0.8.10 |
| 1753 | 2025-02-28T05:58:36.072Z | Compiling futures-sink v0.3.31 |
| 1754 | 2025-02-28T05:58:36.288Z | Compiling cpufeatures v0.2.14 |
| 1755 | 2025-02-28T05:58:36.417Z | Compiling zerocopy-derive v0.8.10 |
| 1756 | 2025-02-28T05:58:36.580Z | Compiling slog v2.7.0 |
| 1757 | 2025-02-28T05:58:36.826Z | Compiling ahash v0.8.11 |
| 1758 | 2025-02-28T05:58:36.938Z | Compiling syn v1.0.109 |
| 1759 | 2025-02-28T05:58:37.035Z | Compiling futures-channel v0.3.31 |
| 1760 | 2025-02-28T05:58:37.188Z | Compiling zerofrom v0.1.4 |
| 1761 | 2025-02-28T05:58:37.329Z | Compiling futures-task v0.3.31 |
| 1762 | 2025-02-28T05:58:37.417Z | Compiling futures-io v0.3.31 |
| 1763 | 2025-02-28T05:58:37.537Z | Compiling iana-time-zone v0.1.61 |
| 1764 | 2025-02-28T05:58:37.638Z | Compiling pin-utils v0.1.0 |
| 1765 | 2025-02-28T05:58:37.749Z | Compiling futures-util v0.3.31 |
| 1766 | 2025-02-28T05:58:37.767Z | Compiling yoke v0.7.4 |
| 1767 | 2025-02-28T05:58:38.542Z | Compiling scroll_derive v0.12.0 |
| 1768 | 2025-02-28T05:58:38.694Z | Compiling bitflags v2.6.0 |
| 1769 | 2025-02-28T05:58:38.810Z | Compiling bytes v1.10.0 |
| 1770 | 2025-02-28T05:58:39.858Z | Compiling indexmap v2.7.1 |
| 1771 | 2025-02-28T05:58:41.013Z | Compiling tokio v1.43.0 |
| 1772 | 2025-02-28T05:58:41.781Z | Compiling serde_tokenstream v0.2.2 |
| 1773 | 2025-02-28T05:58:42.181Z | Compiling uuid v1.15.1 |
| 1774 | 2025-02-28T05:58:42.302Z | Compiling http v1.2.0 |
| 1775 | 2025-02-28T05:58:43.567Z | Compiling which v4.4.2 |
| 1776 | 2025-02-28T05:58:43.583Z | Compiling chrono v0.4.40 |
| 1777 | 2025-02-28T05:58:44.336Z | Compiling openssl v0.10.71 |
| 1778 | 2025-02-28T05:58:44.772Z | Compiling ucd-trie v0.1.7 |
| 1779 | 2025-02-28T05:58:45.238Z | Compiling pest v2.7.14 |
| 1780 | 2025-02-28T05:58:48.253Z | Compiling rustc_version v0.4.1 |
| 1781 | 2025-02-28T05:58:48.851Z | Compiling zerovec v0.10.4 |
| 1782 | 2025-02-28T05:58:49.588Z | Compiling hmac v0.12.1 |
| 1783 | 2025-02-28T05:58:50.831Z | Compiling pest_meta v2.7.14 |
| 1784 | 2025-02-28T05:58:52.090Z | Compiling block-padding v0.3.3 |
| 1785 | 2025-02-28T05:58:52.362Z | Compiling openssl-macros v0.1.1 |
| 1786 | 2025-02-28T05:58:52.734Z | Compiling native-tls v0.2.12 |
| 1787 | 2025-02-28T05:58:53.121Z | Compiling rustls v0.23.19 |
| 1788 | 2025-02-28T05:58:53.139Z | Compiling inout v0.1.3 |
| 1789 | 2025-02-28T05:58:53.164Z | Compiling pest_generator v2.7.14 |
| 1790 | 2025-02-28T05:58:53.440Z | Compiling tinystr v0.7.6 |
| 1791 | 2025-02-28T05:58:53.480Z | Compiling toml_datetime v0.6.8 |
| 1792 | 2025-02-28T05:58:53.916Z | Compiling serde_spanned v0.6.8 |
| 1793 | 2025-02-28T05:58:53.926Z | Compiling ppv-lite86 v0.2.20 |
| 1794 | 2025-02-28T05:58:53.971Z | Compiling tracing-core v0.1.32 |
| 1795 | 2025-02-28T05:58:54.140Z | Compiling strsim v0.11.1 |
| 1796 | 2025-02-28T05:58:54.366Z | Compiling writeable v0.5.5 |
| 1797 | 2025-02-28T05:58:54.757Z | Compiling litemap v0.7.3 |
| 1798 | 2025-02-28T05:58:54.778Z | Compiling dyn-clone v1.0.18 |
| 1799 | 2025-02-28T05:58:54.895Z | Compiling pest_derive v2.7.14 |
| 1800 | 2025-02-28T05:58:55.182Z | Compiling icu_locid v1.5.0 |
| 1801 | 2025-02-28T05:58:55.202Z | Compiling tracing v0.1.40 |
| 1802 | 2025-02-28T05:58:55.682Z | Compiling aws-lc-sys v0.26.0 |
| 1803 | 2025-02-28T05:58:56.000Z | Compiling cipher v0.4.4 |
| 1804 | 2025-02-28T05:58:56.027Z | Compiling sha2 v0.10.8 |
| 1805 | 2025-02-28T05:58:56.442Z | Compiling usdt-impl v0.5.0 |
| 1806 | 2025-02-28T05:58:56.817Z | Compiling cookie v0.18.1 |
| 1807 | 2025-02-28T05:58:56.817Z | Compiling base64ct v1.6.0 |
| 1808 | 2025-02-28T05:58:57.170Z | Compiling icu_provider v1.5.0 |
| 1809 | 2025-02-28T05:58:57.408Z | Compiling pem-rfc7468 v0.7.0 |
| 1810 | 2025-02-28T05:58:59.425Z | Compiling scroll v0.12.0 |
| 1811 | 2025-02-28T05:59:00.069Z | Compiling async-trait v0.1.86 |
| 1812 | 2025-02-28T05:59:02.092Z | Compiling camino v1.1.9 |
| 1813 | 2025-02-28T05:59:02.603Z | Compiling percent-encoding v2.3.1 |
| 1814 | 2025-02-28T05:59:02.664Z | Compiling icu_locid_transform_data v1.5.0 |
| 1815 | 2025-02-28T05:59:02.887Z | Compiling plain v0.2.3 |
| 1816 | 2025-02-28T05:59:03.049Z | Compiling anyhow v1.0.96 |
| 1817 | 2025-02-28T05:59:03.065Z | Compiling flagset v0.4.6 |
| 1818 | 2025-02-28T05:59:03.289Z | Compiling rustls-pki-types v1.10.0 |
| 1819 | 2025-02-28T05:59:03.589Z | Compiling der v0.7.9 |
| 1820 | 2025-02-28T05:59:04.951Z | Compiling goblin v0.8.2 |
| 1821 | 2025-02-28T05:59:05.156Z | Compiling icu_locid_transform v1.5.0 |
| 1822 | 2025-02-28T05:59:07.841Z | Compiling icu_collections v1.5.0 |
| 1823 | 2025-02-28T05:59:07.975Z | Compiling tokio-util v0.7.13 |
| 1824 | 2025-02-28T05:59:09.339Z | Compiling pretty-hex v0.4.1 |
| 1825 | 2025-02-28T05:59:09.579Z | Compiling icu_properties_data v1.5.0 |
| 1826 | 2025-02-28T05:59:10.223Z | Compiling powerfmt v0.2.0 |
| 1827 | 2025-02-28T05:59:10.234Z | Compiling rustls v0.22.4 |
| 1828 | 2025-02-28T05:59:10.336Z | Compiling untrusted v0.7.1 |
| 1829 | 2025-02-28T05:59:10.423Z | Compiling untrusted v0.9.0 |
| 1830 | 2025-02-28T05:59:10.465Z | Compiling rayon-core v1.12.1 |
| 1831 | 2025-02-28T05:59:10.637Z | Compiling dof v0.3.0 |
| 1832 | 2025-02-28T05:59:10.787Z | Compiling deranged v0.3.11 |
| 1833 | 2025-02-28T05:59:10.808Z | Compiling icu_properties v1.5.1 |
| 1834 | 2025-02-28T05:59:12.533Z | Compiling spki v0.7.3 |
| 1835 | 2025-02-28T05:59:12.879Z | Compiling salsa20 v0.10.2 |
| 1836 | 2025-02-28T05:59:12.895Z | Compiling dtrace-parser v0.2.0 |
| 1837 | 2025-02-28T05:59:13.006Z | Compiling pbkdf2 v0.12.2 |
| 1838 | 2025-02-28T05:59:13.489Z | Compiling thread-id v4.2.2 |
| 1839 | 2025-02-28T05:59:13.730Z | Compiling num_threads v0.1.7 |
| 1840 | 2025-02-28T05:59:13.804Z | Compiling utf8_iter v1.0.4 |
| 1841 | 2025-02-28T05:59:14.069Z | Compiling write16 v1.0.0 |
| 1842 | 2025-02-28T05:59:14.230Z | Compiling utf16_iter v1.0.5 |
| 1843 | 2025-02-28T05:59:14.445Z | Compiling atomic-waker v1.1.2 |
| 1844 | 2025-02-28T05:59:14.907Z | Compiling icu_normalizer_data v1.5.0 |
| 1845 | 2025-02-28T05:59:15.121Z | Compiling litrs v0.4.1 |
| 1846 | 2025-02-28T05:59:15.176Z | Compiling winnow v0.5.40 |
| 1847 | 2025-02-28T05:59:15.222Z | Compiling time v0.3.36 |
| 1848 | 2025-02-28T05:59:15.319Z | Compiling icu_normalizer v1.5.0 |
| 1849 | 2025-02-28T05:59:16.092Z | Compiling document-features v0.2.10 |
| 1850 | 2025-02-28T05:59:18.593Z | Compiling toml_edit v0.19.15 |
| 1851 | 2025-02-28T05:59:20.469Z | Compiling scrypt v0.11.0 |
| 1852 | 2025-02-28T05:59:20.700Z | Compiling form_urlencoded v1.2.1 |
| 1853 | 2025-02-28T05:59:20.936Z | Compiling aes v0.8.4 |
| 1854 | 2025-02-28T05:59:21.233Z | Compiling cbc v0.1.2 |
| 1855 | 2025-02-28T05:59:21.469Z | Compiling http-body v1.0.1 |
| 1856 | 2025-02-28T05:59:21.767Z | Compiling multer v3.1.0 |
| 1857 | 2025-02-28T05:59:22.115Z | Compiling try-lock v0.2.5 |
| 1858 | 2025-02-28T05:59:22.305Z | Compiling slog-async v2.8.0 |
| 1859 | 2025-02-28T05:59:22.403Z | Compiling tinyvec_macros v0.1.1 |
| 1860 | 2025-02-28T05:59:22.515Z | Compiling rustversion v1.0.17 |
| 1861 | 2025-02-28T05:59:22.537Z | Compiling tinyvec v1.8.0 |
| 1862 | 2025-02-28T05:59:22.770Z | Compiling want v0.3.1 |
| 1863 | 2025-02-28T05:59:23.188Z | Compiling pkcs5 v0.7.1 |
| 1864 | 2025-02-28T05:59:24.215Z | Compiling idna_adapter v1.2.0 |
| 1865 | 2025-02-28T05:59:24.512Z | Compiling h2 v0.4.6 |
| 1866 | 2025-02-28T05:59:24.641Z | Compiling rand_chacha v0.3.1 |
| 1867 | 2025-02-28T05:59:24.685Z | Compiling heapless v0.7.17 |
| 1868 | 2025-02-28T05:59:25.268Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1869 | 2025-02-28T05:59:25.690Z | Compiling tower-service v0.3.3 |
| 1870 | 2025-02-28T05:59:25.828Z | Compiling signal-hook v0.3.17 |
| 1871 | 2025-02-28T05:59:26.136Z | Compiling httpdate v1.0.3 |
| 1872 | 2025-02-28T05:59:27.346Z | Compiling rand v0.8.5 |
| 1873 | 2025-02-28T05:59:28.048Z | Compiling idna v1.0.3 |
| 1874 | 2025-02-28T05:59:28.866Z | Compiling pkcs8 v0.10.2 |
| 1875 | 2025-02-28T05:59:30.581Z | Compiling usdt-macro v0.5.0 |
| 1876 | 2025-02-28T05:59:30.669Z | Compiling usdt-attr-macro v0.5.0 |
| 1877 | 2025-02-28T05:59:31.489Z | Compiling async-stream-impl v0.3.6 |
| 1878 | 2025-02-28T05:59:32.116Z | Compiling base64 v0.22.1 |
| 1879 | 2025-02-28T05:59:32.632Z | Compiling adler2 v2.0.0 |
| 1880 | 2025-02-28T05:59:32.916Z | Compiling hyper v1.6.0 |
| 1881 | 2025-02-28T05:59:33.219Z | Compiling miniz_oxide v0.8.5 |
| 1882 | 2025-02-28T05:59:36.692Z | Compiling hyper-util v0.1.10 |
| 1883 | 2025-02-28T05:59:40.750Z | Compiling curve25519-dalek v4.1.3 |
| 1884 | 2025-02-28T05:59:41.198Z | Compiling openapiv3 v2.0.0 |
| 1885 | 2025-02-28T05:59:41.589Z | Compiling enum-as-inner v0.6.1 |
| 1886 | 2025-02-28T05:59:41.751Z | Compiling memoffset v0.9.1 |
| 1887 | 2025-02-28T05:59:41.926Z | Compiling dropshot v0.12.0 |
| 1888 | 2025-02-28T05:59:42.096Z | Compiling smoltcp v0.9.1 |
| 1889 | 2025-02-28T05:59:42.265Z | Compiling portable-atomic v1.9.0 |
| 1890 | 2025-02-28T05:59:42.576Z | Compiling newtype-uuid v1.2.1 |
| 1891 | 2025-02-28T05:59:42.612Z | Compiling foreign-types-shared v0.1.1 |
| 1892 | 2025-02-28T05:59:42.679Z | Compiling num-bigint-dig v0.8.4 |
| 1893 | 2025-02-28T05:59:42.754Z | Compiling match_cfg v0.1.0 |
| 1894 | 2025-02-28T05:59:43.036Z | Compiling foreign-types v0.3.2 |
| 1895 | 2025-02-28T05:59:43.106Z | Compiling hostname v0.3.1 |
| 1896 | 2025-02-28T05:59:44.537Z | Compiling rand_core v0.9.2 |
| 1897 | 2025-02-28T05:59:45.048Z | Compiling url v2.5.3 |
| 1898 | 2025-02-28T05:59:47.042Z | Compiling http-body-util v0.1.2 |
| 1899 | 2025-02-28T05:59:47.305Z | Compiling dirs-sys-next v0.1.2 |
| 1900 | 2025-02-28T05:59:47.596Z | Compiling encoding_rs v0.8.34 |
| 1901 | 2025-02-28T05:59:47.747Z | Compiling heck v0.4.1 |
| 1902 | 2025-02-28T05:59:47.929Z | Compiling gimli v0.31.1 |
| 1903 | 2025-02-28T05:59:48.154Z | Compiling mime v0.3.17 |
| 1904 | 2025-02-28T05:59:49.213Z | Compiling cfg_aliases v0.2.1 |
| 1905 | 2025-02-28T05:59:49.330Z | Compiling data-encoding v2.6.0 |
| 1906 | 2025-02-28T05:59:50.711Z | Compiling siphasher v0.3.11 |
| 1907 | 2025-02-28T05:59:50.900Z | Compiling ident_case v1.0.1 |
| 1908 | 2025-02-28T05:59:51.025Z | Compiling nix v0.29.0 |
| 1909 | 2025-02-28T05:59:51.080Z | Compiling darling_core v0.20.10 |
| 1910 | 2025-02-28T05:59:51.824Z | Compiling dirs-next v2.0.0 |
| 1911 | 2025-02-28T05:59:52.863Z | Compiling addr2line v0.24.2 |
| 1912 | 2025-02-28T05:59:54.600Z | Compiling rand_chacha v0.9.0 |
| 1913 | 2025-02-28T05:59:56.571Z | Compiling unicode-normalization v0.1.24 |
| 1914 | 2025-02-28T05:59:57.661Z | Compiling crossbeam-epoch v0.9.18 |
| 1915 | 2025-02-28T05:59:58.313Z | Compiling serde_urlencoded v0.7.1 |
| 1916 | 2025-02-28T05:59:58.428Z | Compiling rustls-pemfile v2.2.0 |
| 1917 | 2025-02-28T05:59:58.919Z | Compiling hubpack_derive v0.1.1 |
| 1918 | 2025-02-28T05:59:58.937Z | Compiling dropshot_endpoint v0.12.0 |
| 1919 | 2025-02-28T05:59:59.059Z | Compiling sha1 v0.10.6 |
| 1920 | 2025-02-28T05:59:59.476Z | Compiling signature v2.2.0 |
| 1921 | 2025-02-28T05:59:59.724Z | Compiling zerocopy-derive v0.6.6 |
| 1922 | 2025-02-28T05:59:59.774Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1923 | 2025-02-28T06:00:01.206Z | Compiling object v0.36.5 |
| 1924 | 2025-02-28T06:00:01.429Z | Compiling thread_local v1.1.8 |
| 1925 | 2025-02-28T06:00:01.893Z | Compiling fs-err v2.11.0 |
| 1926 | 2025-02-28T06:00:02.571Z | Compiling unicode-bidi v0.3.17 |
| 1927 | 2025-02-28T06:00:03.714Z | Compiling utf8parse v0.2.2 |
| 1928 | 2025-02-28T06:00:03.901Z | Compiling winnow v0.7.3 |
| 1929 | 2025-02-28T06:00:05.623Z | Compiling ipnet v2.11.0 |
| 1930 | 2025-02-28T06:00:06.278Z | Compiling openssl-probe v0.1.5 |
| 1931 | 2025-02-28T06:00:06.584Z | Compiling anstyle v1.0.10 |
| 1932 | 2025-02-28T06:00:07.118Z | Compiling rustc-demangle v0.1.24 |
| 1933 | 2025-02-28T06:00:07.834Z | Compiling unicode-properties v0.1.3 |
| 1934 | 2025-02-28T06:00:09.972Z | Compiling backtrace v0.3.74 |
| 1935 | 2025-02-28T06:00:14.034Z | Compiling rustls-webpki v0.102.8 |
| 1936 | 2025-02-28T06:00:14.964Z | Compiling stringprep v0.1.5 |
| 1937 | 2025-02-28T06:00:18.661Z | Compiling toml_edit v0.22.24 |
| 1938 | 2025-02-28T06:00:21.302Z | Compiling anstyle-parse v0.2.5 |
| 1939 | 2025-02-28T06:00:22.311Z | Compiling crossbeam-deque v0.8.5 |
| 1940 | 2025-02-28T06:00:23.243Z | Compiling darling_macro v0.20.10 |
| 1941 | 2025-02-28T06:00:23.649Z | Compiling rand v0.9.0 |
| 1942 | 2025-02-28T06:00:24.148Z | Compiling term v0.7.0 |
| 1943 | 2025-02-28T06:00:24.917Z | Compiling slog-json v2.6.1 |
| 1944 | 2025-02-28T06:00:25.480Z | Compiling crossbeam-channel v0.5.13 |
| 1945 | 2025-02-28T06:00:25.862Z | Compiling hashbrown v0.14.5 |
| 1946 | 2025-02-28T06:00:26.480Z | Compiling futures-executor v0.3.31 |
| 1947 | 2025-02-28T06:00:26.820Z | Compiling num-integer v0.1.46 |
| 1948 | 2025-02-28T06:00:26.861Z | Compiling md-5 v0.10.6 |
| 1949 | 2025-02-28T06:00:26.941Z | Compiling ff v0.13.0 |
| 1950 | 2025-02-28T06:00:27.027Z | Compiling hash32 v0.2.1 |
| 1951 | 2025-02-28T06:00:27.110Z | Compiling memmap v0.7.0 |
| 1952 | 2025-02-28T06:00:27.180Z | Compiling is-terminal v0.4.13 |
| 1953 | 2025-02-28T06:00:27.329Z | Compiling is_terminal_polyfill v1.70.1 |
| 1954 | 2025-02-28T06:00:27.376Z | Compiling linked-hash-map v0.5.6 |
| 1955 | 2025-02-28T06:00:27.403Z | Compiling base16ct v0.2.0 |
| 1956 | 2025-02-28T06:00:27.472Z | Compiling colorchoice v1.0.2 |
| 1957 | 2025-02-28T06:00:27.501Z | Compiling fallible-iterator v0.2.0 |
| 1958 | 2025-02-28T06:00:27.647Z | Compiling psl-types v2.0.11 |
| 1959 | 2025-02-28T06:00:27.693Z | Compiling utf-8 v0.7.6 |
| 1960 | 2025-02-28T06:00:27.710Z | Compiling quick-error v1.2.3 |
| 1961 | 2025-02-28T06:00:27.997Z | Compiling take_mut v0.2.2 |
| 1962 | 2025-02-28T06:00:28.119Z | Compiling anstyle-query v1.1.1 |
| 1963 | 2025-02-28T06:00:28.142Z | Compiling postgres-protocol v0.6.8 |
| 1964 | 2025-02-28T06:00:28.277Z | Compiling anstream v0.6.15 |
| 1965 | 2025-02-28T06:00:28.693Z | Compiling publicsuffix v2.3.0 |
| 1966 | 2025-02-28T06:00:28.888Z | Compiling tungstenite v0.24.0 |
| 1967 | 2025-02-28T06:00:29.069Z | Compiling resolv-conf v0.7.0 |
| 1968 | 2025-02-28T06:00:29.256Z | Compiling lru-cache v0.1.2 |
| 1969 | 2025-02-28T06:00:29.389Z | Compiling sec1 v0.7.3 |
| 1970 | 2025-02-28T06:00:29.488Z | Compiling num-iter v0.1.45 |
| 1971 | 2025-02-28T06:00:29.693Z | Compiling usdt v0.5.0 |
| 1972 | 2025-02-28T06:00:29.704Z | Compiling slog-term v2.9.1 |
| 1973 | 2025-02-28T06:00:30.141Z | Compiling group v0.13.0 |
| 1974 | 2025-02-28T06:00:30.455Z | Compiling regress v0.10.1 |
| 1975 | 2025-02-28T06:00:30.684Z | Compiling futures v0.3.31 |
| 1976 | 2025-02-28T06:00:33.367Z | Compiling slog-bunyan v2.5.0 |
| 1977 | 2025-02-28T06:00:33.560Z | Compiling darling v0.20.10 |
| 1978 | 2025-02-28T06:00:34.160Z | Compiling toml v0.8.20 |
| 1979 | 2025-02-28T06:00:34.282Z | Compiling tokio-rustls v0.26.0 |
| 1980 | 2025-02-28T06:00:34.740Z | Compiling tokio-native-tls v0.3.1 |
| 1981 | 2025-02-28T06:00:34.988Z | Compiling tokio-rustls v0.25.0 |
| 1982 | 2025-02-28T06:00:35.379Z | Compiling hickory-proto v0.24.4 |
| 1983 | 2025-02-28T06:00:35.445Z | Compiling phf_shared v0.11.2 |
| 1984 | 2025-02-28T06:00:35.465Z | Compiling strum_macros v0.25.3 |
| 1985 | 2025-02-28T06:00:36.126Z | Compiling async-stream v0.3.6 |
| 1986 | 2025-02-28T06:00:36.176Z | Compiling waitgroup v0.1.2 |
| 1987 | 2025-02-28T06:00:36.225Z | Compiling webpki-roots v0.26.6 |
| 1988 | 2025-02-28T06:00:36.526Z | Compiling hkdf v0.12.4 |
| 1989 | 2025-02-28T06:00:36.613Z | Compiling terminal_size v0.4.0 |
| 1990 | 2025-02-28T06:00:36.819Z | Compiling serde_path_to_error v0.1.16 |
| 1991 | 2025-02-28T06:00:36.855Z | Compiling sync_wrapper v1.0.1 |
| 1992 | 2025-02-28T06:00:37.208Z | Compiling crypto-bigint v0.5.5 |
| 1993 | 2025-02-28T06:00:37.407Z | Compiling derive-where v1.2.7 |
| 1994 | 2025-02-28T06:00:37.494Z | Compiling serde_repr v0.1.19 |
| 1995 | 2025-02-28T06:00:37.603Z | Compiling clap_derive v4.5.28 |
| 1996 | 2025-02-28T06:00:38.614Z | Compiling hostname v0.4.0 |
| 1997 | 2025-02-28T06:00:38.788Z | Compiling crc32fast v1.4.2 |
| 1998 | 2025-02-28T06:00:38.846Z | Compiling bitflags v1.3.2 |
| 1999 | 2025-02-28T06:00:39.095Z | Compiling managed v0.8.0 |
| 2000 | 2025-02-28T06:00:39.135Z | Compiling debug-ignore v1.0.5 |
| 2001 | 2025-02-28T06:00:39.434Z | Compiling tower-layer v0.3.3 |
| 2002 | 2025-02-28T06:00:40.227Z | Compiling unicode-width v0.2.0 |
| 2003 | 2025-02-28T06:00:40.257Z | Compiling clap_lex v0.7.4 |
| 2004 | 2025-02-28T06:00:40.533Z | Compiling clap_builder v4.5.31 |
| 2005 | 2025-02-28T06:00:40.776Z | Compiling console v0.15.10 |
| 2006 | 2025-02-28T06:00:41.302Z | Compiling hickory-resolver v0.24.4 |
| 2007 | 2025-02-28T06:00:41.849Z | Compiling tower v0.5.2 |
| 2008 | 2025-02-28T06:00:42.859Z | Compiling elliptic-curve v0.13.8 |
| 2009 | 2025-02-28T06:00:44.441Z | Compiling flate2 v1.1.0 |
| 2010 | 2025-02-28T06:00:45.320Z | Compiling hyper-rustls v0.27.3 |
| 2011 | 2025-02-28T06:00:46.666Z | Compiling phf v0.11.2 |
| 2012 | 2025-02-28T06:00:46.959Z | Compiling hyper-tls v0.6.0 |
| 2013 | 2025-02-28T06:00:47.667Z | Compiling typify-impl v0.2.0 |
| 2014 | 2025-02-28T06:00:47.802Z | Compiling signal-hook-mio v0.2.4 |
| 2015 | 2025-02-28T06:00:48.008Z | Compiling rayon v1.10.0 |
| 2016 | 2025-02-28T06:00:48.250Z | Compiling bzip2 v0.4.4 |
| 2017 | 2025-02-28T06:00:48.657Z | Compiling cookie_store v0.21.1 |
| 2018 | 2025-02-28T06:00:50.322Z | Compiling tokio-tungstenite v0.24.0 |
| 2019 | 2025-02-28T06:00:50.880Z | Compiling postgres-types v0.2.9 |
| 2020 | 2025-02-28T06:00:51.580Z | Compiling zerocopy v0.6.6 |
| 2021 | 2025-02-28T06:00:51.600Z | Compiling hubpack v0.1.2 |
| 2022 | 2025-02-28T06:00:52.020Z | Compiling ed25519 v2.2.3 |
| 2023 | 2025-02-28T06:00:52.234Z | Compiling phf_shared v0.10.0 |
| 2024 | 2025-02-28T06:00:52.309Z | Compiling pkcs1 v0.7.5 |
| 2025 | 2025-02-28T06:00:52.435Z | Compiling tokio-stream v0.1.17 |
| 2026 | 2025-02-28T06:00:52.536Z | Compiling ipnetwork v0.21.1 |
| 2027 | 2025-02-28T06:00:53.132Z | Compiling rfc6979 v0.4.0 |
| 2028 | 2025-02-28T06:00:53.375Z | Compiling serde-big-array v0.5.1 |
| 2029 | 2025-02-28T06:00:53.470Z | Compiling float-cmp v0.10.0 |
| 2030 | 2025-02-28T06:00:53.647Z | Compiling bstr v1.10.0 |
| 2031 | 2025-02-28T06:00:55.089Z | Compiling precomputed-hash v0.1.1 |
| 2032 | 2025-02-28T06:00:55.233Z | Compiling predicates-core v1.0.8 |
| 2033 | 2025-02-28T06:00:55.944Z | Compiling static_assertions v1.1.0 |
| 2034 | 2025-02-28T06:00:56.027Z | Compiling normalize-line-endings v0.3.0 |
| 2035 | 2025-02-28T06:00:56.066Z | Compiling difflib v0.4.0 |
| 2036 | 2025-02-28T06:00:56.087Z | Compiling bit-vec v0.6.3 |
| 2037 | 2025-02-28T06:00:56.456Z | Compiling new_debug_unreachable v1.0.6 |
| 2038 | 2025-02-28T06:00:56.494Z | Compiling whoami v1.5.2 |
| 2039 | 2025-02-28T06:00:56.559Z | Compiling fixedbitset v0.4.2 |
| 2040 | 2025-02-28T06:00:56.969Z | Compiling unicode-segmentation v1.12.0 |
| 2041 | 2025-02-28T06:00:57.001Z | Compiling number_prefix v0.4.0 |
| 2042 | 2025-02-28T06:00:57.104Z | Compiling petgraph v0.6.5 |
| 2043 | 2025-02-28T06:00:57.241Z | Compiling indicatif v0.17.11 |
| 2044 | 2025-02-28T06:00:57.345Z | Compiling tokio-postgres v0.7.13 |
| 2045 | 2025-02-28T06:00:57.596Z | Compiling typify-macro v0.2.0 |
| 2046 | 2025-02-28T06:00:57.811Z | Compiling similar v2.6.0 |
| 2047 | 2025-02-28T06:01:03.442Z | Compiling string_cache v0.8.7 |
| 2048 | 2025-02-28T06:01:03.488Z | Compiling predicates v3.1.3 |
| 2049 | 2025-02-28T06:01:03.488Z | Compiling bit-set v0.5.3 |
| 2050 | 2025-02-28T06:01:03.488Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2051 | 2025-02-28T06:01:03.488Z | Compiling ecdsa v0.16.9 |
| 2052 | 2025-02-28T06:01:03.488Z | Compiling qorb v0.2.1 |
| 2053 | 2025-02-28T06:01:03.488Z | Compiling rsa v0.9.6 |
| 2054 | 2025-02-28T06:01:03.488Z | Compiling ed25519-dalek v2.1.1 |
| 2055 | 2025-02-28T06:01:03.488Z | Compiling reqwest v0.12.12 |
| 2056 | 2025-02-28T06:01:04.571Z | Compiling zip v0.6.6 |
| 2057 | 2025-02-28T06:01:05.608Z | Compiling crossterm v0.28.1 |
| 2058 | 2025-02-28T06:01:05.754Z | Compiling clap v4.5.31 |
| 2059 | 2025-02-28T06:01:07.554Z | Compiling toml v0.7.8 |
| 2060 | 2025-02-28T06:01:07.810Z | Compiling x509-cert v0.2.5 |
| 2061 | 2025-02-28T06:01:08.667Z | Compiling hex v0.4.3 |
| 2062 | 2025-02-28T06:01:09.513Z | Compiling itertools v0.10.5 |
| 2063 | 2025-02-28T06:01:09.934Z | Compiling lalrpop-util v0.19.12 |
| 2064 | 2025-02-28T06:01:09.993Z | Compiling peg-runtime v0.8.3 |
| 2065 | 2025-02-28T06:01:10.302Z | Compiling unicode-xid v0.2.6 |
| 2066 | 2025-02-28T06:01:12.356Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2067 | 2025-02-28T06:01:17.943Z | Compiling proc-macro-crate v1.3.1 |
| 2068 | 2025-02-28T06:01:17.981Z | Compiling macaddr v1.0.1 |
| 2069 | 2025-02-28T06:01:18.729Z | Compiling itertools v0.13.0 |
| 2070 | 2025-02-28T06:01:20.234Z | Compiling heapless v0.8.0 |
| 2071 | 2025-02-28T06:01:21.727Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2072 | 2025-02-28T06:01:25.837Z | Compiling num_enum_derive v0.5.11 |
| 2073 | 2025-02-28T06:01:31.398Z | Compiling hash32 v0.3.1 |
| 2074 | 2025-02-28T06:01:32.581Z | Compiling smoltcp v0.11.0 |
| 2075 | 2025-02-28T06:01:34.716Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2076 | 2025-02-28T06:01:36.053Z | Compiling thiserror v2.0.11 |
| 2077 | 2025-02-28T06:01:41.285Z | Compiling num_enum v0.5.11 |
| 2078 | 2025-02-28T06:01:41.432Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2079 | 2025-02-28T06:01:42.055Z | Compiling typify v0.2.0 |
| 2080 | 2025-02-28T06:01:42.076Z | Compiling oxnet v0.1.1 |
| 2081 | 2025-02-28T06:01:43.163Z | Compiling thiserror-impl v2.0.11 |
| 2082 | 2025-02-28T06:01:43.368Z | Compiling proc-macro-error-attr v1.0.4 |
| 2083 | 2025-02-28T06:01:43.733Z | Compiling cobs v0.2.3 |
| 2084 | 2025-02-28T06:01:45.725Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2085 | 2025-02-28T06:01:46.120Z | Compiling unsafe-libyaml v0.2.11 |
| 2086 | 2025-02-28T06:01:47.885Z | Compiling serde_yaml v0.9.34+deprecated |
| 2087 | 2025-02-28T06:01:49.636Z | Compiling postcard v1.0.10 |
| 2088 | 2025-02-28T06:01:58.725Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2089 | 2025-02-28T06:01:58.814Z | Compiling progenitor-impl v0.8.0 |
| 2090 | 2025-02-28T06:02:12.186Z | Compiling strum_macros v0.26.4 |
| 2091 | 2025-02-28T06:02:13.273Z | Compiling structmeta-derive v0.3.0 |
| 2092 | 2025-02-28T06:02:13.475Z | Compiling foreign-types-macros v0.2.3 |
| 2093 | 2025-02-28T06:02:13.569Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2094 | 2025-02-28T06:02:13.812Z | Compiling proc-macro-error v1.0.4 |
| 2095 | 2025-02-28T06:02:14.469Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2096 | 2025-02-28T06:02:14.589Z | Compiling unicode-width v0.1.14 |
| 2097 | 2025-02-28T06:02:14.638Z | Compiling foreign-types-shared v0.3.1 |
| 2098 | 2025-02-28T06:02:15.633Z | Compiling structmeta v0.3.0 |
| 2099 | 2025-02-28T06:02:16.278Z | Compiling strum v0.26.3 |
| 2100 | 2025-02-28T06:02:16.492Z | Compiling tabwriter v1.4.0 |
| 2101 | 2025-02-28T06:02:20.610Z | Compiling foreign-types v0.5.0 |
| 2102 | 2025-02-28T06:02:20.748Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2103 | 2025-02-28T06:02:26.241Z | Compiling progenitor-macro v0.8.0 |
| 2104 | 2025-02-28T06:02:32.815Z | Compiling progenitor-client v0.8.0 |
| 2105 | 2025-02-28T06:02:32.834Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2106 | 2025-02-28T06:02:32.834Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2107 | 2025-02-28T06:02:32.834Z | Compiling daft-derive v0.1.1 |
| 2108 | 2025-02-28T06:02:33.498Z | Compiling cstr-argument v0.1.2 |
| 2109 | 2025-02-28T06:02:33.808Z | Compiling dropshot v0.16.0 |
| 2110 | 2025-02-28T06:02:33.855Z | Compiling fastrand v2.1.1 |
| 2111 | 2025-02-28T06:02:34.553Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2112 | 2025-02-28T06:02:35.060Z | Compiling pretty-hex v0.2.1 |
| 2113 | 2025-02-28T06:02:35.319Z | Compiling crucible-workspace-hack v0.1.0 |
| 2114 | 2025-02-28T06:02:35.322Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2115 | 2025-02-28T06:02:35.561Z | Compiling tempfile v3.13.0 |
| 2116 | 2025-02-28T06:02:35.757Z | Compiling daft v0.1.1 |
| 2117 | 2025-02-28T06:02:35.778Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2118 | 2025-02-28T06:02:36.519Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2119 | 2025-02-28T06:02:36.618Z | Compiling progenitor v0.8.0 |
| 2120 | 2025-02-28T06:02:36.752Z | Compiling parse-display-derive v0.10.0 |
| 2121 | 2025-02-28T06:02:36.851Z | Compiling colored v2.2.0 |
| 2122 | 2025-02-28T06:02:37.187Z | Compiling serde_with_macros v3.11.0 |
| 2123 | 2025-02-28T06:02:37.302Z | Compiling dropshot_endpoint v0.16.0 |
| 2124 | 2025-02-28T06:02:38.229Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2125 | 2025-02-28T06:02:39.017Z | Compiling instant v0.1.13 |
| 2126 | 2025-02-28T06:02:39.202Z | Compiling winnow v0.6.20 |
| 2127 | 2025-02-28T06:02:39.574Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2128 | 2025-02-28T06:02:39.992Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2129 | 2025-02-28T06:02:40.206Z | Compiling parse-display v0.10.0 |
| 2130 | 2025-02-28T06:02:41.940Z | Compiling serde_with v3.11.0 |
| 2131 | 2025-02-28T06:02:42.041Z | Compiling backoff v0.4.0 |
| 2132 | 2025-02-28T06:02:42.433Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2133 | 2025-02-28T06:02:42.944Z | Compiling zone_cfg_derive v0.3.0 |
| 2134 | 2025-02-28T06:02:43.432Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 2135 | 2025-02-28T06:02:43.959Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2136 | 2025-02-28T06:02:44.313Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2137 | 2025-02-28T06:02:44.692Z | Compiling camino-tempfile v1.1.1 |
| 2138 | 2025-02-28T06:02:45.132Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2139 | 2025-02-28T06:02:45.467Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2140 | 2025-02-28T06:02:45.572Z | Compiling progenitor-client v0.9.1 |
| 2141 | 2025-02-28T06:02:45.682Z | Compiling regress v0.9.1 |
| 2142 | 2025-02-28T06:02:45.938Z | Compiling num-derive v0.4.2 |
| 2143 | 2025-02-28T06:02:46.522Z | Compiling sigpipe v0.1.3 |
| 2144 | 2025-02-28T06:02:46.680Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2145 | 2025-02-28T06:02:47.037Z | Compiling libefi-sys v0.1.0 |
| 2146 | 2025-02-28T06:02:47.459Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2147 | 2025-02-28T06:02:48.132Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 2148 | 2025-02-28T06:02:49.685Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2149 | 2025-02-28T06:02:50.239Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2150 | 2025-02-28T06:02:50.634Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2151 | 2025-02-28T06:02:52.195Z | Compiling zone v0.3.0 |
| 2152 | 2025-02-28T06:02:54.233Z | Compiling itertools v0.14.0 |
| 2153 | 2025-02-28T06:02:54.269Z | Compiling smf v0.2.3 |
| 2154 | 2025-02-28T06:02:54.647Z | Compiling bitfield-struct v0.6.2 |
| 2155 | 2025-02-28T06:02:55.634Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2156 | 2025-02-28T06:02:55.994Z | Compiling blake3 v1.5.4 |
| 2157 | 2025-02-28T06:02:56.242Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2158 | 2025-02-28T06:02:57.010Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2159 | 2025-02-28T06:02:57.253Z | Compiling xattr v1.3.1 |
| 2160 | 2025-02-28T06:02:57.330Z | Compiling filetime v0.2.25 |
| 2161 | 2025-02-28T06:02:57.606Z | Compiling memmap2 v0.9.5 |
| 2162 | 2025-02-28T06:02:57.676Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2163 | 2025-02-28T06:02:57.719Z | Compiling constant_time_eq v0.3.1 |
| 2164 | 2025-02-28T06:02:57.811Z | Compiling arrayvec v0.7.6 |
| 2165 | 2025-02-28T06:02:57.914Z | Compiling same-file v1.0.6 |
| 2166 | 2025-02-28T06:02:58.138Z | Compiling arrayref v0.3.9 |
| 2167 | 2025-02-28T06:02:58.163Z | Compiling walkdir v2.5.0 |
| 2168 | 2025-02-28T06:02:58.217Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2169 | 2025-02-28T06:02:58.287Z | Compiling tar v0.4.44 |
| 2170 | 2025-02-28T06:02:59.781Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2171 | 2025-02-28T06:03:00.219Z | Compiling gethostname v0.5.0 |
| 2172 | 2025-02-28T06:03:00.444Z | Compiling cargo-platform v0.1.8 |
| 2173 | 2025-02-28T06:03:00.725Z | Compiling topological-sort v0.2.2 |
| 2174 | 2025-02-28T06:03:00.933Z | Compiling cargo_metadata v0.19.1 |
| 2175 | 2025-02-28T06:03:01.031Z | Compiling omicron-zone-package v0.12.0 |
| 2176 | 2025-02-28T06:03:01.411Z | Compiling shell-words v1.1.0 |
| 2177 | 2025-02-28T06:03:01.534Z | Compiling indent_write v2.2.0 |
| 2178 | 2025-02-28T06:03:09.598Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2179 | 2025-02-28T06:03:10.385Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2180 | 2025-02-28T06:03:14.496Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2181 | 2025-02-28T06:03:30.341Z | Finished `release` profile [optimized] target(s) in 5m 17s |
| 2182 | 2025-02-28T06:03:30.518Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2183 | 2025-02-28T06:03:30.569Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2184 | 2025-02-28T06:03:30.573Z | Created new build target 'test' and set it as active |
| 2185 | 2025-02-28T06:03:30.574Z | |
| 2186 | 2025-02-28T06:03:30.574Z | real 5:18.272302852 |
| 2187 | 2025-02-28T06:03:30.574Z | user 36:58.342040825 |
| 2188 | 2025-02-28T06:03:30.574Z | sys 3:34.049011724 |
| 2189 | 2025-02-28T06:03:30.574Z | trap 1.176894655 |
| 2190 | 2025-02-28T06:03:30.574Z | tflt 1.785990635 |
| 2191 | 2025-02-28T06:03:30.574Z | dflt 0.854548450 |
| 2192 | 2025-02-28T06:03:30.574Z | kflt 0.000236406 |
| 2193 | 2025-02-28T06:03:30.574Z | lock 1:12:30.545286876 |
| 2194 | 2025-02-28T06:03:30.574Z | slp 2:29:01.254099408 |
| 2195 | 2025-02-28T06:03:30.574Z | lat 2:44.746194900 |
| 2196 | 2025-02-28T06:03:30.574Z | stop 4:59.495960721 |
| 2197 | 2025-02-28T06:03:30.574Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2198 | 2025-02-28T06:03:31.620Z | Finished `release` profile [optimized] target(s) in 0.99s |
| 2199 | 2025-02-28T06:03:31.694Z | Running `target/release/omicron-package -t test package` |
| 2200 | 2025-02-28T06:03:31.744Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2201 | 2025-02-28T06:03:32.980Z | Compiling ring v0.17.11 |
| 2202 | 2025-02-28T06:03:33.163Z | Compiling thiserror v2.0.11 |
| 2203 | 2025-02-28T06:03:33.183Z | Compiling typify-impl v0.3.0 |
| 2204 | 2025-02-28T06:03:33.199Z | Compiling convert_case v0.4.0 |
| 2205 | 2025-02-28T06:03:33.200Z | Compiling newline-converter v0.3.0 |
| 2206 | 2025-02-28T06:03:33.205Z | Compiling password-hash v0.5.0 |
| 2207 | 2025-02-28T06:03:33.205Z | Compiling blake2 v0.10.6 |
| 2208 | 2025-02-28T06:03:33.415Z | Compiling expectorate v1.1.0 |
| 2209 | 2025-02-28T06:03:33.719Z | Compiling base64 v0.21.7 |
| 2210 | 2025-02-28T06:03:33.834Z | Compiling derive_more v0.99.19 |
| 2211 | 2025-02-28T06:03:34.426Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2212 | 2025-02-28T06:03:34.848Z | Compiling argon2 v0.5.3 |
| 2213 | 2025-02-28T06:03:35.116Z | Compiling atomicwrites v0.4.4 |
| 2214 | 2025-02-28T06:03:35.374Z | Compiling cancel-safe-futures v0.1.5 |
| 2215 | 2025-02-28T06:03:35.649Z | Compiling owo-colors v4.2.0 |
| 2216 | 2025-02-28T06:03:35.779Z | Compiling num-rational v0.4.2 |
| 2217 | 2025-02-28T06:03:36.296Z | Compiling libsw-core v0.3.1 |
| 2218 | 2025-02-28T06:03:36.590Z | Compiling num-complex v0.4.6 |
| 2219 | 2025-02-28T06:03:37.186Z | Compiling libsw v3.4.0 |
| 2220 | 2025-02-28T06:03:37.484Z | Compiling num v0.4.3 |
| 2221 | 2025-02-28T06:03:38.159Z | Compiling float-ord v0.3.2 |
| 2222 | 2025-02-28T06:03:38.338Z | Compiling rustls v0.23.19 |
| 2223 | 2025-02-28T06:03:38.358Z | Compiling rustls v0.22.4 |
| 2224 | 2025-02-28T06:03:38.387Z | Compiling linear-map v1.2.0 |
| 2225 | 2025-02-28T06:03:38.405Z | Compiling swrite v0.1.0 |
| 2226 | 2025-02-28T06:03:38.554Z | Compiling highway v1.3.0 |
| 2227 | 2025-02-28T06:03:38.841Z | Compiling tungstenite v0.21.0 |
| 2228 | 2025-02-28T06:03:39.157Z | Compiling semver v0.1.20 |
| 2229 | 2025-02-28T06:03:39.661Z | Compiling rustc_version v0.1.7 |
| 2230 | 2025-02-28T06:03:40.019Z | Compiling newtype_derive v0.1.6 |
| 2231 | 2025-02-28T06:03:40.067Z | Compiling tokio-tungstenite v0.21.0 |
| 2232 | 2025-02-28T06:03:40.100Z | Compiling ipnetwork v0.21.1 |
| 2233 | 2025-02-28T06:03:40.437Z | Compiling humantime v2.1.0 |
| 2234 | 2025-02-28T06:03:40.703Z | Compiling oxnet v0.1.1 |
| 2235 | 2025-02-28T06:03:40.776Z | Compiling rustls-webpki v0.102.8 |
| 2236 | 2025-02-28T06:03:41.261Z | Compiling daft v0.1.1 |
| 2237 | 2025-02-28T06:03:42.038Z | Compiling dropshot v0.16.0 |
| 2238 | 2025-02-28T06:03:42.121Z | Compiling instant v0.1.13 |
| 2239 | 2025-02-28T06:03:42.302Z | Compiling backoff v0.4.0 |
| 2240 | 2025-02-28T06:03:42.394Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2241 | 2025-02-28T06:03:42.679Z | Compiling steno v0.4.1 |
| 2242 | 2025-02-28T06:03:42.902Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
| 2243 | 2025-02-28T06:03:43.243Z | Compiling typify-macro v0.3.0 |
| 2244 | 2025-02-28T06:03:43.671Z | Compiling parse-display v0.10.0 |
| 2245 | 2025-02-28T06:03:44.185Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2246 | 2025-02-28T06:03:44.388Z | Compiling strum v0.26.3 |
| 2247 | 2025-02-28T06:03:44.597Z | Compiling serde_with v3.11.0 |
| 2248 | 2025-02-28T06:03:46.271Z | Compiling tokio-rustls v0.25.0 |
| 2249 | 2025-02-28T06:03:46.725Z | Compiling dropshot v0.12.0 |
| 2250 | 2025-02-28T06:03:46.814Z | Compiling typify v0.3.0 |
| 2251 | 2025-02-28T06:03:46.978Z | Compiling progenitor-impl v0.9.1 |
| 2252 | 2025-02-28T06:03:48.212Z | Compiling tokio-rustls v0.26.0 |
| 2253 | 2025-02-28T06:03:48.714Z | Compiling hyper-rustls v0.27.3 |
| 2254 | 2025-02-28T06:03:49.161Z | Compiling reqwest v0.12.12 |
| 2255 | 2025-02-28T06:03:52.765Z | Compiling qorb v0.2.1 |
| 2256 | 2025-02-28T06:03:57.600Z | Compiling progenitor-macro v0.9.1 |
| 2257 | 2025-02-28T06:03:57.969Z | Compiling progenitor-client v0.9.1 |
| 2258 | 2025-02-28T06:03:58.196Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2259 | 2025-02-28T06:03:58.523Z | Compiling progenitor-client v0.8.0 |
| 2260 | 2025-02-28T06:03:58.759Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2261 | 2025-02-28T06:03:59.054Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2262 | 2025-02-28T06:03:59.310Z | Compiling progenitor v0.8.0 |
| 2263 | 2025-02-28T06:03:59.527Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 2264 | 2025-02-28T06:04:08.026Z | Compiling regress v0.9.1 |
| 2265 | 2025-02-28T06:04:27.155Z | Compiling progenitor v0.9.1 |
| 2266 | 2025-02-28T06:04:27.407Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2267 | 2025-02-28T06:04:30.664Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2268 | 2025-02-28T06:04:31.308Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2269 | 2025-02-28T06:04:37.038Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2270 | 2025-02-28T06:04:38.304Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2271 | 2025-02-28T06:04:38.767Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2272 | 2025-02-28T06:04:39.656Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2273 | 2025-02-28T06:04:40.338Z | Compiling macaddr v1.0.1 |
| 2274 | 2025-02-28T06:04:40.806Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2275 | 2025-02-28T06:04:42.263Z | Compiling slog-dtrace v0.3.0 |
| 2276 | 2025-02-28T06:04:42.924Z | Compiling prettyplease v0.2.29 |
| 2277 | 2025-02-28T06:04:45.101Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2278 | 2025-02-28T06:04:46.642Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2279 | 2025-02-28T06:04:47.701Z | Compiling half v2.4.1 |
| 2280 | 2025-02-28T06:04:48.289Z | Compiling ciborium-io v0.2.2 |
| 2281 | 2025-02-28T06:04:48.393Z | Compiling bytecount v0.6.8 |
| 2282 | 2025-02-28T06:04:48.453Z | Compiling ciborium-ll v0.2.2 |
| 2283 | 2025-02-28T06:04:48.740Z | Compiling display-error-chain v0.2.2 |
| 2284 | 2025-02-28T06:04:48.996Z | Compiling ciborium v0.2.2 |
| 2285 | 2025-02-28T06:04:49.014Z | Compiling const_format_proc_macros v0.2.34 |
| 2286 | 2025-02-28T06:04:50.794Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2287 | 2025-02-28T06:04:51.066Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2288 | 2025-02-28T06:04:51.860Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2289 | 2025-02-28T06:04:55.537Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2290 | 2025-02-28T06:04:56.605Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2291 | 2025-02-28T06:04:57.807Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2292 | 2025-02-28T06:04:57.847Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2293 | 2025-02-28T06:05:04.853Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2294 | 2025-02-28T06:05:06.142Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2295 | 2025-02-28T06:05:07.072Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2296 | 2025-02-28T06:05:12.188Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2297 | 2025-02-28T06:05:14.662Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2298 | 2025-02-28T06:05:16.079Z | Compiling crunchy v0.2.2 |
| 2299 | 2025-02-28T06:05:16.291Z | Compiling fastrand v2.1.1 |
| 2300 | 2025-02-28T06:05:16.561Z | Compiling maplit v1.0.2 |
| 2301 | 2025-02-28T06:05:16.717Z | Compiling same-file v1.0.6 |
| 2302 | 2025-02-28T06:05:16.803Z | Compiling keccak v0.1.5 |
| 2303 | 2025-02-28T06:05:16.961Z | Compiling walkdir v2.5.0 |
| 2304 | 2025-02-28T06:05:17.562Z | Compiling sha3 v0.10.8 |
| 2305 | 2025-02-28T06:05:17.912Z | Compiling tempfile v3.13.0 |
| 2306 | 2025-02-28T06:05:18.197Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2307 | 2025-02-28T06:05:18.426Z | Compiling const_format v0.2.34 |
| 2308 | 2025-02-28T06:05:18.593Z | Compiling radium v0.7.0 |
| 2309 | 2025-02-28T06:05:19.087Z | Compiling tiny-keccak v2.0.2 |
| 2310 | 2025-02-28T06:05:19.525Z | Compiling blake3 v1.5.4 |
| 2311 | 2025-02-28T06:05:19.614Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2312 | 2025-02-28T06:05:19.715Z | Compiling dsl_auto_type v0.1.2 |
| 2313 | 2025-02-28T06:05:19.738Z | Compiling scheduled-thread-pool v0.2.7 |
| 2314 | 2025-02-28T06:05:20.027Z | Compiling xattr v1.3.1 |
| 2315 | 2025-02-28T06:05:20.197Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2316 | 2025-02-28T06:05:20.309Z | Compiling filetime v0.2.25 |
| 2317 | 2025-02-28T06:05:20.558Z | Compiling memmap2 v0.9.5 |
| 2318 | 2025-02-28T06:05:20.601Z | Compiling constant_time_eq v0.3.1 |
| 2319 | 2025-02-28T06:05:20.776Z | Compiling maybe-uninit v2.0.0 |
| 2320 | 2025-02-28T06:05:20.933Z | Compiling arrayref v0.3.9 |
| 2321 | 2025-02-28T06:05:20.961Z | Compiling arrayvec v0.7.6 |
| 2322 | 2025-02-28T06:05:21.013Z | Compiling tap v1.0.1 |
| 2323 | 2025-02-28T06:05:21.059Z | Compiling diesel_derives v2.2.3 |
| 2324 | 2025-02-28T06:05:21.226Z | Compiling wyz v0.5.1 |
| 2325 | 2025-02-28T06:05:21.390Z | Compiling tar v0.4.44 |
| 2326 | 2025-02-28T06:05:21.682Z | Compiling r2d2 v0.8.10 |
| 2327 | 2025-02-28T06:05:22.602Z | Compiling camino-tempfile v1.1.1 |
| 2328 | 2025-02-28T06:05:22.828Z | Compiling toolchain_find v0.4.0 |
| 2329 | 2025-02-28T06:05:22.925Z | Compiling phf_generator v0.11.2 |
| 2330 | 2025-02-28T06:05:23.050Z | Compiling ascii-canvas v3.0.0 |
| 2331 | 2025-02-28T06:05:23.135Z | Compiling secrecy v0.8.0 |
| 2332 | 2025-02-28T06:05:23.182Z | Compiling ena v0.14.3 |
| 2333 | 2025-02-28T06:05:23.348Z | Compiling async-recursion v1.1.1 |
| 2334 | 2025-02-28T06:05:23.422Z | Compiling diff v0.1.13 |
| 2335 | 2025-02-28T06:05:23.480Z | Compiling regex-syntax v0.6.29 |
| 2336 | 2025-02-28T06:05:23.635Z | Compiling bindgen v0.71.1 |
| 2337 | 2025-02-28T06:05:23.878Z | Compiling crc-catalog v2.4.0 |
| 2338 | 2025-02-28T06:05:24.069Z | Compiling topological-sort v0.2.2 |
| 2339 | 2025-02-28T06:05:24.121Z | Compiling funty v2.0.0 |
| 2340 | 2025-02-28T06:05:24.304Z | Compiling packed_struct v0.10.1 |
| 2341 | 2025-02-28T06:05:24.718Z | Compiling omicron-zone-package v0.12.0 |
| 2342 | 2025-02-28T06:05:24.837Z | Compiling crc v3.2.1 |
| 2343 | 2025-02-28T06:05:26.886Z | Compiling lalrpop v0.19.12 |
| 2344 | 2025-02-28T06:05:26.919Z | Compiling bitvec v1.0.1 |
| 2345 | 2025-02-28T06:05:27.083Z | Compiling rustfmt-wrapper v0.2.1 |
| 2346 | 2025-02-28T06:05:27.682Z | Compiling phf_codegen v0.11.2 |
| 2347 | 2025-02-28T06:05:28.064Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2348 | 2025-02-28T06:05:28.608Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2349 | 2025-02-28T06:05:28.868Z | Compiling universal-hash v0.5.1 |
| 2350 | 2025-02-28T06:05:29.143Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2351 | 2025-02-28T06:05:29.179Z | Compiling packed_struct_codegen v0.10.1 |
| 2352 | 2025-02-28T06:05:29.485Z | Compiling parse-zoneinfo v0.3.1 |
| 2353 | 2025-02-28T06:05:30.868Z | Compiling indexmap v1.9.3 |
| 2354 | 2025-02-28T06:05:31.236Z | Compiling opaque-debug v0.3.1 |
| 2355 | 2025-02-28T06:05:31.337Z | Compiling ref-cast v1.0.23 |
| 2356 | 2025-02-28T06:05:31.366Z | Compiling nodrop v0.1.14 |
| 2357 | 2025-02-28T06:05:31.443Z | Compiling diesel v2.2.7 |
| 2358 | 2025-02-28T06:05:31.494Z | Compiling rustc-hash v2.1.1 |
| 2359 | 2025-02-28T06:05:31.551Z | Compiling thiserror-no-std v2.0.2 |
| 2360 | 2025-02-28T06:05:31.723Z | Compiling array-init v0.0.4 |
| 2361 | 2025-02-28T06:05:31.875Z | Compiling poly1305 v0.8.0 |
| 2362 | 2025-02-28T06:05:32.778Z | Compiling chrono-tz-build v0.4.0 |
| 2363 | 2025-02-28T06:05:33.345Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2364 | 2025-02-28T06:05:33.749Z | Compiling smallvec v0.6.14 |
| 2365 | 2025-02-28T06:05:34.287Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2366 | 2025-02-28T06:05:34.645Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2367 | 2025-02-28T06:05:34.993Z | Compiling derive_builder_core v0.20.2 |
| 2368 | 2025-02-28T06:05:35.502Z | Compiling chacha20 v0.9.1 |
| 2369 | 2025-02-28T06:05:35.977Z | Compiling headers-core v0.3.0 |
| 2370 | 2025-02-28T06:05:36.189Z | Compiling aead v0.5.2 |
| 2371 | 2025-02-28T06:05:36.526Z | Compiling libxml v0.3.3 |
| 2372 | 2025-02-28T06:05:36.921Z | Compiling ref-cast-impl v1.0.23 |
| 2373 | 2025-02-28T06:05:36.944Z | Compiling vte_generate_state_changes v0.1.2 |
| 2374 | 2025-02-28T06:05:37.561Z | Compiling bitfield v0.14.0 |
| 2375 | 2025-02-28T06:05:37.893Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2376 | 2025-02-28T06:05:38.033Z | Compiling arc-swap v1.7.1 |
| 2377 | 2025-02-28T06:05:38.233Z | Compiling termcolor v1.4.1 |
| 2378 | 2025-02-28T06:05:38.725Z | Compiling hashbrown v0.12.3 |
| 2379 | 2025-02-28T06:05:39.300Z | Compiling env_logger v0.10.2 |
| 2380 | 2025-02-28T06:05:41.123Z | Compiling slog-scope v4.4.0 |
| 2381 | 2025-02-28T06:05:42.112Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2382 | 2025-02-28T06:05:42.316Z | Compiling vte v0.11.1 |
| 2383 | 2025-02-28T06:05:43.854Z | Compiling derive_builder_macro v0.20.2 |
| 2384 | 2025-02-28T06:05:44.418Z | Compiling chacha20poly1305 v0.10.1 |
| 2385 | 2025-02-28T06:05:44.565Z | Compiling samael v0.0.18 |
| 2386 | 2025-02-28T06:05:44.652Z | Compiling headers v0.4.0 |
| 2387 | 2025-02-28T06:05:44.749Z | Compiling serde-hex v0.1.0 |
| 2388 | 2025-02-28T06:05:46.191Z | Compiling chrono-tz v0.10.1 |
| 2389 | 2025-02-28T06:05:46.905Z | Compiling vsss-rs v3.3.4 |
| 2390 | 2025-02-28T06:05:48.268Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2391 | 2025-02-28T06:05:48.621Z | Compiling polar-core v0.27.3 |
| 2392 | 2025-02-28T06:05:49.878Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2393 | 2025-02-28T06:05:51.124Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2394 | 2025-02-28T06:05:51.148Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2395 | 2025-02-28T06:05:51.439Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2396 | 2025-02-28T06:05:51.774Z | Compiling ron v0.8.1 |
| 2397 | 2025-02-28T06:05:55.460Z | Compiling hashbrown v0.13.2 |
| 2398 | 2025-02-28T06:05:55.546Z | Compiling strum_macros v0.24.3 |
| 2399 | 2025-02-28T06:05:56.772Z | Compiling unicase v2.7.0 |
| 2400 | 2025-02-28T06:05:57.145Z | Compiling crc-any v2.5.0 |
| 2401 | 2025-02-28T06:05:57.741Z | Compiling indoc v1.0.9 |
| 2402 | 2025-02-28T06:05:58.104Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2403 | 2025-02-28T06:05:58.427Z | Compiling object v0.30.4 |
| 2404 | 2025-02-28T06:05:58.569Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2405 | 2025-02-28T06:06:15.079Z | Compiling derive_builder v0.20.2 |
| 2406 | 2025-02-28T06:06:16.930Z | Compiling strip-ansi-escapes v0.2.0 |
| 2407 | 2025-02-28T06:06:18.173Z | Compiling slog-stdlog v4.1.1 |
| 2408 | 2025-02-28T06:06:18.255Z | Compiling papergrid v0.11.0 |
| 2409 | 2025-02-28T06:06:18.989Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2410 | 2025-02-28T06:06:19.342Z | Compiling tabled_derive v0.7.0 |
| 2411 | 2025-02-28T06:06:19.696Z | Compiling fd-lock v4.0.2 |
| 2412 | 2025-02-28T06:06:19.964Z | Compiling peg-macros v0.8.4 |
| 2413 | 2025-02-28T06:06:21.376Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2414 | 2025-02-28T06:06:22.426Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2415 | 2025-02-28T06:06:23.141Z | Compiling oso-derive v0.27.3 |
| 2416 | 2025-02-28T06:06:24.160Z | Compiling quick-xml v0.37.2 |
| 2417 | 2025-02-28T06:06:28.114Z | Compiling diesel-dtrace v0.4.2 |
| 2418 | 2025-02-28T06:06:28.477Z | Compiling nu-ansi-term v0.50.1 |
| 2419 | 2025-02-28T06:06:29.762Z | Compiling path-slash v0.1.5 |
| 2420 | 2025-02-28T06:06:30.043Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
| 2421 | 2025-02-28T06:06:31.837Z | Compiling reedline v0.35.0 |
| 2422 | 2025-02-28T06:06:41.704Z | Compiling oso v0.27.3 |
| 2423 | 2025-02-28T06:06:45.481Z | Compiling peg v0.8.4 |
| 2424 | 2025-02-28T06:06:45.665Z | Compiling tabled v0.15.0 |
| 2425 | 2025-02-28T06:06:46.463Z | Compiling slog-envlogger v2.2.0 |
| 2426 | 2025-02-28T06:06:49.072Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2427 | 2025-02-28T06:06:56.122Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2428 | 2025-02-28T06:06:57.630Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2429 | 2025-02-28T06:06:57.993Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2430 | 2025-02-28T06:06:58.790Z | Compiling pem v3.0.5 |
| 2431 | 2025-02-28T06:07:00.252Z | Compiling bb8 v0.8.5 |
| 2432 | 2025-02-28T06:07:00.890Z | Compiling bcs v0.1.6 |
| 2433 | 2025-02-28T06:07:01.766Z | Compiling fxhash v0.2.1 |
| 2434 | 2025-02-28T06:07:02.035Z | Compiling libz-sys v1.1.20 |
| 2435 | 2025-02-28T06:07:02.768Z | Compiling lockfree-object-pool v0.1.6 |
| 2436 | 2025-02-28T06:07:02.930Z | Compiling zip v2.1.3 |
| 2437 | 2025-02-28T06:07:03.123Z | Compiling simd-adler32 v0.3.7 |
| 2438 | 2025-02-28T06:07:03.305Z | Compiling termtree v0.5.1 |
| 2439 | 2025-02-28T06:07:03.639Z | Compiling bumpalo v3.16.0 |
| 2440 | 2025-02-28T06:07:04.266Z | Compiling zopfli v0.8.1 |
| 2441 | 2025-02-28T06:07:05.620Z | Compiling async-bb8-diesel v0.2.1 |
| 2442 | 2025-02-28T06:07:07.172Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2443 | 2025-02-28T06:07:08.178Z | Compiling kstat-rs v0.2.4 |
| 2444 | 2025-02-28T06:07:08.385Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2445 | 2025-02-28T06:07:08.506Z | Compiling buf-list v1.0.3 |
| 2446 | 2025-02-28T06:07:09.107Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2447 | 2025-02-28T06:07:09.151Z | Compiling proc-macro-error2 v2.0.1 |
| 2448 | 2025-02-28T06:07:09.735Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2449 | 2025-02-28T06:07:13.529Z | Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
| 2450 | 2025-02-28T06:07:14.038Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2451 | 2025-02-28T06:07:14.833Z | Compiling nanorand v0.7.0 |
| 2452 | 2025-02-28T06:07:15.555Z | Compiling pin-project-internal v1.1.6 |
| 2453 | 2025-02-28T06:07:17.796Z | Compiling parking_lot_core v0.8.6 |
| 2454 | 2025-02-28T06:07:18.150Z | Compiling pin-project v1.1.6 |
| 2455 | 2025-02-28T06:07:18.303Z | Compiling flume v0.11.1 |
| 2456 | 2025-02-28T06:07:18.525Z | Compiling tabled_derive v0.10.0 |
| 2457 | 2025-02-28T06:07:19.097Z | Compiling mime_guess v2.0.5 |
| 2458 | 2025-02-28T06:07:21.055Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2459 | 2025-02-28T06:07:21.243Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2460 | 2025-02-28T06:07:23.994Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2461 | 2025-02-28T06:07:25.830Z | Compiling papergrid v0.14.0 |
| 2462 | 2025-02-28T06:07:29.043Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2463 | 2025-02-28T06:07:31.233Z | Compiling snafu-derive v0.8.5 |
| 2464 | 2025-02-28T06:07:32.179Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2465 | 2025-02-28T06:07:32.631Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 2466 | 2025-02-28T06:07:35.355Z | Compiling snafu v0.8.5 |
| 2467 | 2025-02-28T06:07:36.620Z | Compiling tabled v0.18.0 |
| 2468 | 2025-02-28T06:07:44.770Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2469 | 2025-02-28T06:07:48.729Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2470 | 2025-02-28T06:07:54.690Z | Compiling globset v0.4.15 |
| 2471 | 2025-02-28T06:07:56.686Z | Compiling olpc-cjson v0.1.4 |
| 2472 | 2025-02-28T06:07:57.026Z | Compiling itertools v0.13.0 |
| 2473 | 2025-02-28T06:08:00.560Z | Compiling vergen v8.3.2 |
| 2474 | 2025-02-28T06:08:00.646Z | Compiling castaway v0.2.3 |
| 2475 | 2025-02-28T06:08:00.868Z | Compiling nibble_vec v0.1.0 |
| 2476 | 2025-02-28T06:08:00.926Z | Compiling serde_plain v1.0.2 |
| 2477 | 2025-02-28T06:08:01.140Z | Compiling cargo-platform v0.1.8 |
| 2478 | 2025-02-28T06:08:01.489Z | Compiling atty v0.2.14 |
| 2479 | 2025-02-28T06:08:01.666Z | Compiling endian-type v0.1.2 |
| 2480 | 2025-02-28T06:08:01.692Z | Compiling io-lifetimes v1.0.11 |
| 2481 | 2025-02-28T06:08:02.009Z | Compiling http-range v0.1.5 |
| 2482 | 2025-02-28T06:08:02.286Z | Compiling salty v0.3.0 |
| 2483 | 2025-02-28T06:08:02.594Z | Compiling typed-path v0.9.3 |
| 2484 | 2025-02-28T06:08:03.314Z | Compiling radix_trie v0.2.1 |
| 2485 | 2025-02-28T06:08:04.248Z | Compiling cargo_metadata v0.18.1 |
| 2486 | 2025-02-28T06:08:05.925Z | Compiling tough v0.19.0 |
| 2487 | 2025-02-28T06:08:06.153Z | Compiling compact_str v0.8.0 |
| 2488 | 2025-02-28T06:08:06.917Z | Compiling unicode-truncate v1.1.0 |
| 2489 | 2025-02-28T06:08:07.243Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2490 | 2025-02-28T06:08:08.629Z | Compiling parking_lot v0.11.2 |
| 2491 | 2025-02-28T06:08:09.317Z | Compiling git2 v0.19.0 |
| 2492 | 2025-02-28T06:08:11.273Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2493 | 2025-02-28T06:08:16.600Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 2494 | 2025-02-28T06:08:17.391Z | Compiling lru v0.12.5 |
| 2495 | 2025-02-28T06:08:17.748Z | Compiling rand_seeder v0.3.0 |
| 2496 | 2025-02-28T06:08:17.975Z | Compiling lzma-sys v0.1.20 |
| 2497 | 2025-02-28T06:08:18.183Z | Compiling instability v0.3.2 |
| 2498 | 2025-02-28T06:08:18.707Z | Compiling parse-size v1.1.0 |
| 2499 | 2025-02-28T06:08:19.060Z | Compiling rustix v0.37.28 |
| 2500 | 2025-02-28T06:08:19.215Z | Compiling cassowary v0.3.0 |
| 2501 | 2025-02-28T06:08:19.294Z | Compiling rustls v0.21.12 |
| 2502 | 2025-02-28T06:08:19.651Z | Compiling indoc v2.0.5 |
| 2503 | 2025-02-28T06:08:20.041Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2504 | 2025-02-28T06:08:20.558Z | Compiling ratatui v0.29.0 |
| 2505 | 2025-02-28T06:08:21.217Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2506 | 2025-02-28T06:08:22.260Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2507 | 2025-02-28T06:08:22.760Z | Compiling hyper-staticfile v0.10.1 |
| 2508 | 2025-02-28T06:08:22.925Z | Compiling sled v0.34.7 |
| 2509 | 2025-02-28T06:08:23.337Z | Compiling hickory-client v0.24.4 |
| 2510 | 2025-02-28T06:08:27.973Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2511 | 2025-02-28T06:08:28.065Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2512 | 2025-02-28T06:08:29.197Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2513 | 2025-02-28T06:08:33.600Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 2514 | 2025-02-28T06:08:35.209Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2515 | 2025-02-28T06:08:35.555Z | Compiling rustls-webpki v0.101.7 |
| 2516 | 2025-02-28T06:08:38.002Z | Compiling sct v0.7.1 |
| 2517 | 2025-02-28T06:08:38.488Z | Compiling hickory-server v0.24.4 |
| 2518 | 2025-02-28T06:08:39.499Z | Compiling primeorder v0.13.6 |
| 2519 | 2025-02-28T06:08:40.105Z | Compiling heck v0.3.3 |
| 2520 | 2025-02-28T06:08:40.438Z | Compiling env_filter v0.1.2 |
| 2521 | 2025-02-28T06:08:40.458Z | Compiling csv-core v0.1.11 |
| 2522 | 2025-02-28T06:08:40.594Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2523 | 2025-02-28T06:08:41.054Z | Compiling csv v1.3.1 |
| 2524 | 2025-02-28T06:08:41.349Z | Compiling env_logger v0.11.5 |
| 2525 | 2025-02-28T06:08:41.968Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2526 | 2025-02-28T06:08:42.773Z | Compiling zone_cfg_derive v0.1.2 |
| 2527 | 2025-02-28T06:08:43.213Z | Compiling p384 v0.13.0 |
| 2528 | 2025-02-28T06:08:48.994Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2529 | 2025-02-28T06:08:49.804Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2530 | 2025-02-28T06:08:50.174Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 2531 | 2025-02-28T06:08:50.964Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2532 | 2025-02-28T06:08:51.498Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2533 | 2025-02-28T06:08:51.675Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2534 | 2025-02-28T06:08:51.733Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2535 | 2025-02-28T06:08:52.013Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2536 | 2025-02-28T06:08:52.086Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2537 | 2025-02-28T06:08:52.386Z | Compiling nix v0.27.1 |
| 2538 | 2025-02-28T06:08:52.452Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2539 | 2025-02-28T06:08:53.165Z | Compiling tungstenite v0.23.0 |
| 2540 | 2025-02-28T06:08:55.131Z | Compiling base64 v0.13.1 |
| 2541 | 2025-02-28T06:08:55.897Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 2542 | 2025-02-28T06:08:56.303Z | Compiling ron v0.7.1 |
| 2543 | 2025-02-28T06:08:57.666Z | Compiling tokio-tungstenite v0.23.1 |
| 2544 | 2025-02-28T06:08:58.325Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2545 | 2025-02-28T06:08:58.897Z | Compiling xz2 v0.1.7 |
| 2546 | 2025-02-28T06:08:59.536Z | Compiling terminal_size v0.2.6 |
| 2547 | 2025-02-28T06:08:59.785Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2548 | 2025-02-28T06:09:01.317Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2549 | 2025-02-28T06:09:06.098Z | Compiling tokio-rustls v0.24.1 |
| 2550 | 2025-02-28T06:09:06.575Z | Compiling zone v0.1.8 |
| 2551 | 2025-02-28T06:09:08.906Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2552 | 2025-02-28T06:09:09.675Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2553 | 2025-02-28T06:09:09.864Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2554 | 2025-02-28T06:09:10.000Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2555 | 2025-02-28T06:09:10.108Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2556 | 2025-02-28T06:09:11.195Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2557 | 2025-02-28T06:09:11.801Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2558 | 2025-02-28T06:09:11.976Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2559 | 2025-02-28T06:09:15.044Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2560 | 2025-02-28T06:09:15.977Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2561 | 2025-02-28T06:09:18.357Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2562 | 2025-02-28T06:09:20.012Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2563 | 2025-02-28T06:09:20.388Z | Compiling rustls-pemfile v1.0.4 |
| 2564 | 2025-02-28T06:09:21.066Z | Compiling signal-hook-tokio v0.3.1 |
| 2565 | 2025-02-28T06:09:21.180Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
| 2566 | 2025-02-28T06:09:21.313Z | Compiling twox-hash v2.1.0 |
| 2567 | 2025-02-28T06:09:21.935Z | Compiling yasna v0.5.2 |
| 2568 | 2025-02-28T06:09:22.370Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c) |
| 2569 | 2025-02-28T06:09:23.493Z | Compiling unicode-linebreak v0.1.5 |
| 2570 | 2025-02-28T06:09:24.081Z | Compiling is_ci v1.2.0 |
| 2571 | 2025-02-28T06:09:24.457Z | Compiling glob v0.3.2 |
| 2572 | 2025-02-28T06:09:25.000Z | Compiling smawk v0.3.2 |
| 2573 | 2025-02-28T06:09:25.065Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2574 | 2025-02-28T06:09:25.307Z | Compiling textwrap v0.16.1 |
| 2575 | 2025-02-28T06:09:25.397Z | Compiling supports-color v3.0.2 |
| 2576 | 2025-02-28T06:09:25.888Z | Compiling rcgen v0.12.1 |
| 2577 | 2025-02-28T06:09:26.612Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c) |
| 2578 | 2025-02-28T06:09:30.076Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
| 2579 | 2025-02-28T06:09:31.390Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2580 | 2025-02-28T06:09:32.306Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2581 | 2025-02-28T06:09:36.418Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2582 | 2025-02-28T06:09:39.803Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2583 | 2025-02-28T06:09:39.853Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2584 | 2025-02-28T06:09:54.356Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2585 | 2025-02-28T06:09:55.335Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2586 | 2025-02-28T06:09:59.040Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2587 | 2025-02-28T06:10:02.417Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2588 | 2025-02-28T06:10:05.610Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2589 | 2025-02-28T06:10:09.729Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2590 | 2025-02-28T06:10:10.314Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2591 | 2025-02-28T06:10:17.654Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2592 | 2025-02-28T06:10:20.653Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2593 | 2025-02-28T06:10:20.891Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 2594 | 2025-02-28T06:10:23.371Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2595 | 2025-02-28T06:10:23.822Z | Compiling fatfs v0.3.6 |
| 2596 | 2025-02-28T06:10:24.463Z | Compiling subprocess v0.2.9 |
| 2597 | 2025-02-28T06:10:26.544Z | Compiling rtoolbox v0.0.2 |
| 2598 | 2025-02-28T06:10:26.978Z | Compiling assert_matches v1.5.0 |
| 2599 | 2025-02-28T06:10:27.151Z | Compiling rpassword v7.3.1 |
| 2600 | 2025-02-28T06:10:27.488Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2601 | 2025-02-28T06:10:27.659Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2602 | 2025-02-28T06:10:29.113Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2603 | 2025-02-28T06:10:35.206Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2604 | 2025-02-28T06:10:42.160Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2605 | 2025-02-28T06:10:44.896Z | Compiling tui-tree-widget v0.23.0 |
| 2606 | 2025-02-28T06:10:45.364Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2607 | 2025-02-28T06:10:58.707Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2608 | 2025-02-28T06:10:59.070Z | Compiling uzers v0.12.1 |
| 2609 | 2025-02-28T06:11:02.271Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2610 | 2025-02-28T06:11:03.441Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2611 | 2025-02-28T06:11:03.650Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2612 | 2025-02-28T06:11:17.999Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2613 | 2025-02-28T06:11:28.759Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2614 | 2025-02-28T06:11:31.188Z | Compiling multimap v0.10.0 |
| 2615 | 2025-02-28T06:13:50.752Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2616 | 2025-02-28T06:21:07.109Z | Finished `release` profile [optimized] target(s) in 17m 35s |
| 2617 | 2025-02-28T06:22:15.681Z | |
| 2618 | 2025-02-28T06:22:15.685Z | real 18:44.975908282 |
| 2619 | 2025-02-28T06:22:15.685Z | user 2:12:19.480670328 |
| 2620 | 2025-02-28T06:22:15.685Z | sys 3:42.064093665 |
| 2621 | 2025-02-28T06:22:15.685Z | trap 3.445348623 |
| 2622 | 2025-02-28T06:22:15.685Z | tflt 1.702218795 |
| 2623 | 2025-02-28T06:22:15.685Z | dflt 5.142823497 |
| 2624 | 2025-02-28T06:22:15.685Z | kflt 0.010462534 |
| 2625 | 2025-02-28T06:22:15.685Z | lock 7:54:48.808082511 |
| 2626 | 2025-02-28T06:22:15.685Z | slp 6:53:44.355567953 |
| 2627 | 2025-02-28T06:22:15.685Z | lat 3:42.728995125 |
| 2628 | 2025-02-28T06:22:15.685Z | stop 2:58.687248402 |
| 2629 | 2025-02-28T06:22:15.685Z | + mapfile -t packages |
| 2630 | 2025-02-28T06:22:15.685Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2631 | 2025-02-28T06:22:16.812Z | Compiling ring v0.17.11 |
| 2632 | 2025-02-28T06:22:20.345Z | Compiling rustls v0.23.19 |
| 2633 | 2025-02-28T06:22:20.348Z | Compiling rustls v0.22.4 |
| 2634 | 2025-02-28T06:22:20.405Z | Compiling rustls-webpki v0.102.8 |
| 2635 | 2025-02-28T06:22:24.717Z | Compiling tokio-rustls v0.25.0 |
| 2636 | 2025-02-28T06:22:25.125Z | Compiling dropshot v0.12.0 |
| 2637 | 2025-02-28T06:22:26.504Z | Compiling tokio-rustls v0.26.0 |
| 2638 | 2025-02-28T06:22:27.004Z | Compiling hyper-rustls v0.27.3 |
| 2639 | 2025-02-28T06:22:27.525Z | Compiling reqwest v0.12.12 |
| 2640 | 2025-02-28T06:22:29.422Z | Compiling qorb v0.2.1 |
| 2641 | 2025-02-28T06:22:29.444Z | Compiling dropshot v0.16.0 |
| 2642 | 2025-02-28T06:22:34.610Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2643 | 2025-02-28T06:22:38.667Z | Compiling progenitor-client v0.8.0 |
| 2644 | 2025-02-28T06:22:39.631Z | Compiling progenitor v0.8.0 |
| 2645 | 2025-02-28T06:22:40.179Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 2646 | 2025-02-28T06:22:40.240Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2647 | 2025-02-28T06:22:41.098Z | Compiling progenitor-client v0.9.1 |
| 2648 | 2025-02-28T06:22:42.127Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2649 | 2025-02-28T06:22:45.406Z | Compiling omicron-zone-package v0.12.0 |
| 2650 | 2025-02-28T06:22:55.099Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2651 | 2025-02-28T06:23:06.032Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2652 | 2025-02-28T06:23:10.309Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2653 | 2025-02-28T06:23:11.107Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2654 | 2025-02-28T06:23:14.655Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2655 | 2025-02-28T06:23:29.292Z | Finished `release` profile [optimized] target(s) in 1m 13s |
| 2656 | 2025-02-28T06:23:29.473Z | Running `target/release/omicron-package -t test list-outputs` |
| 2657 | 2025-02-28T06:23:29.526Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2658 | 2025-02-28T06:23:29.529Z | + ptime -m cargo build --locked --release -p xtask |
| 2659 | 2025-02-28T06:23:30.153Z | Compiling serde v1.0.218 |
| 2660 | 2025-02-28T06:23:30.156Z | Compiling libc v0.2.170 |
| 2661 | 2025-02-28T06:23:30.156Z | Compiling serde_json v1.0.139 |
| 2662 | 2025-02-28T06:23:30.156Z | Compiling rustix v0.38.37 |
| 2663 | 2025-02-28T06:23:30.156Z | Compiling syn v2.0.98 |
| 2664 | 2025-02-28T06:23:30.266Z | Compiling bitflags v2.6.0 |
| 2665 | 2025-02-28T06:23:30.598Z | Compiling usdt-impl v0.5.0 |
| 2666 | 2025-02-28T06:23:30.662Z | Compiling syn v1.0.109 |
| 2667 | 2025-02-28T06:23:30.804Z | Compiling hashbrown v0.15.1 |
| 2668 | 2025-02-28T06:23:30.843Z | Compiling log v0.4.22 |
| 2669 | 2025-02-28T06:23:31.045Z | Compiling fs-err v2.11.0 |
| 2670 | 2025-02-28T06:23:31.304Z | Compiling anyhow v1.0.96 |
| 2671 | 2025-02-28T06:23:31.395Z | Compiling once_cell v1.20.3 |
| 2672 | 2025-02-28T06:23:31.610Z | Compiling thread-id v4.2.2 |
| 2673 | 2025-02-28T06:23:32.073Z | Compiling indexmap v2.7.1 |
| 2674 | 2025-02-28T06:23:33.223Z | Compiling terminal_size v0.4.0 |
| 2675 | 2025-02-28T06:23:33.226Z | Compiling tempfile v3.13.0 |
| 2676 | 2025-02-28T06:23:33.524Z | Compiling clap_builder v4.5.31 |
| 2677 | 2025-02-28T06:23:33.967Z | Compiling proc-macro-error v1.0.4 |
| 2678 | 2025-02-28T06:23:34.898Z | Compiling tabled_derive v0.7.0 |
| 2679 | 2025-02-28T06:23:36.037Z | Compiling tabled v0.15.0 |
| 2680 | 2025-02-28T06:23:36.595Z | Compiling serde_derive v1.0.218 |
| 2681 | 2025-02-28T06:23:36.598Z | Compiling thiserror-impl v1.0.69 |
| 2682 | 2025-02-28T06:23:36.598Z | Compiling zerocopy-derive v0.7.35 |
| 2683 | 2025-02-28T06:23:36.598Z | Compiling scroll_derive v0.12.0 |
| 2684 | 2025-02-28T06:23:36.598Z | Compiling thiserror-impl v2.0.11 |
| 2685 | 2025-02-28T06:23:37.961Z | Compiling scroll v0.12.0 |
| 2686 | 2025-02-28T06:23:38.473Z | Compiling zerocopy v0.7.35 |
| 2687 | 2025-02-28T06:23:38.623Z | Compiling goblin v0.8.2 |
| 2688 | 2025-02-28T06:23:39.339Z | Compiling thiserror v1.0.69 |
| 2689 | 2025-02-28T06:23:39.507Z | Compiling pest v2.7.14 |
| 2690 | 2025-02-28T06:23:41.390Z | Compiling thiserror v2.0.11 |
| 2691 | 2025-02-28T06:23:41.595Z | Compiling clap_derive v4.5.28 |
| 2692 | 2025-02-28T06:23:42.558Z | Compiling pest_meta v2.7.14 |
| 2693 | 2025-02-28T06:23:45.877Z | Compiling pest_generator v2.7.14 |
| 2694 | 2025-02-28T06:23:46.169Z | Compiling clap v4.5.31 |
| 2695 | 2025-02-28T06:23:47.593Z | Compiling pest_derive v2.7.14 |
| 2696 | 2025-02-28T06:23:48.487Z | Compiling dtrace-parser v0.2.0 |
| 2697 | 2025-02-28T06:23:50.210Z | Compiling serde_spanned v0.6.8 |
| 2698 | 2025-02-28T06:23:50.516Z | Compiling toml_datetime v0.6.8 |
| 2699 | 2025-02-28T06:23:51.251Z | Compiling dof v0.3.0 |
| 2700 | 2025-02-28T06:23:51.514Z | Compiling serde_tokenstream v0.2.2 |
| 2701 | 2025-02-28T06:23:53.422Z | Compiling toml_edit v0.22.24 |
| 2702 | 2025-02-28T06:23:53.477Z | Compiling camino v1.1.9 |
| 2703 | 2025-02-28T06:23:54.783Z | Compiling usdt-attr-macro v0.5.0 |
| 2704 | 2025-02-28T06:23:54.941Z | Compiling usdt-macro v0.5.0 |
| 2705 | 2025-02-28T06:23:56.178Z | Compiling cargo-platform v0.1.8 |
| 2706 | 2025-02-28T06:23:57.310Z | Compiling semver v1.0.25 |
| 2707 | 2025-02-28T06:23:58.098Z | Compiling toml v0.8.20 |
| 2708 | 2025-02-28T06:23:58.741Z | Compiling cargo_metadata v0.19.1 |
| 2709 | 2025-02-28T06:23:58.823Z | Compiling usdt v0.5.0 |
| 2710 | 2025-02-28T06:24:00.244Z | Compiling cargo_toml v0.21.0 |
| 2711 | 2025-02-28T06:24:00.742Z | Compiling camino-tempfile v1.1.1 |
| 2712 | 2025-02-28T06:24:01.538Z | Compiling macaddr v1.0.1 |
| 2713 | 2025-02-28T06:24:13.689Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2714 | 2025-02-28T06:24:19.468Z | Finished `release` profile [optimized] target(s) in 49.88s |
| 2715 | 2025-02-28T06:24:19.589Z | |
| 2716 | 2025-02-28T06:24:19.592Z | real 50.026220155 |
| 2717 | 2025-02-28T06:24:19.592Z | user 5:22.704345717 |
| 2718 | 2025-02-28T06:24:19.592Z | sys 20.271536399 |
| 2719 | 2025-02-28T06:24:19.592Z | trap 0.155119246 |
| 2720 | 2025-02-28T06:24:19.592Z | tflt 0.229931030 |
| 2721 | 2025-02-28T06:24:19.592Z | dflt 0.517522540 |
| 2722 | 2025-02-28T06:24:19.592Z | kflt 0.000271806 |
| 2723 | 2025-02-28T06:24:19.592Z | lock 10:19.002041312 |
| 2724 | 2025-02-28T06:24:19.592Z | slp 16:03.188435191 |
| 2725 | 2025-02-28T06:24:19.592Z | lat 15.260754441 |
| 2726 | 2025-02-28T06:24:19.592Z | stop 19.088264172 |
| 2727 | 2025-02-28T06:24:19.593Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2728 | 2025-02-28T06:24:19.593Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2729 | 2025-02-28T06:24:19.593Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2730 | 2025-02-28T06:24:19.593Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2731 | 2025-02-28T06:24:19.593Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 2732 | 2025-02-28T06:24:20.576Z | Compiling ring v0.17.11 |
| 2733 | 2025-02-28T06:24:20.717Z | Compiling hashbrown v0.14.5 |
| 2734 | 2025-02-28T06:24:20.741Z | Compiling thiserror-impl v2.0.11 |
| 2735 | 2025-02-28T06:24:20.741Z | Compiling ident_case v1.0.1 |
| 2736 | 2025-02-28T06:24:20.744Z | Compiling unsafe-libyaml v0.2.11 |
| 2737 | 2025-02-28T06:24:20.744Z | Compiling ipnetwork v0.21.1 |
| 2738 | 2025-02-28T06:24:20.744Z | Compiling macaddr v1.0.1 |
| 2739 | 2025-02-28T06:24:20.744Z | Compiling instant v0.1.13 |
| 2740 | 2025-02-28T06:24:20.983Z | Compiling darling_core v0.20.10 |
| 2741 | 2025-02-28T06:24:20.986Z | Compiling structmeta-derive v0.3.0 |
| 2742 | 2025-02-28T06:24:21.206Z | Compiling dropshot v0.16.0 |
| 2743 | 2025-02-28T06:24:21.573Z | Compiling oxnet v0.1.1 |
| 2744 | 2025-02-28T06:24:21.721Z | Compiling dropshot_endpoint v0.16.0 |
| 2745 | 2025-02-28T06:24:21.850Z | Compiling regress v0.10.1 |
| 2746 | 2025-02-28T06:24:22.291Z | Compiling serde_yaml v0.9.34+deprecated |
| 2747 | 2025-02-28T06:24:22.710Z | Compiling regress v0.9.1 |
| 2748 | 2025-02-28T06:24:23.495Z | Compiling structmeta v0.3.0 |
| 2749 | 2025-02-28T06:24:23.762Z | Compiling thiserror v2.0.11 |
| 2750 | 2025-02-28T06:24:23.898Z | Compiling daft-derive v0.1.1 |
| 2751 | 2025-02-28T06:24:23.942Z | Compiling parse-display-derive v0.10.0 |
| 2752 | 2025-02-28T06:24:25.425Z | Compiling daft v0.1.1 |
| 2753 | 2025-02-28T06:24:25.785Z | Compiling rustls v0.23.19 |
| 2754 | 2025-02-28T06:24:25.821Z | Compiling rustls v0.22.4 |
| 2755 | 2025-02-28T06:24:25.853Z | Compiling typify-impl v0.2.0 |
| 2756 | 2025-02-28T06:24:25.904Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2757 | 2025-02-28T06:24:25.923Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2758 | 2025-02-28T06:24:26.442Z | Compiling backoff v0.4.0 |
| 2759 | 2025-02-28T06:24:26.639Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2760 | 2025-02-28T06:24:26.723Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2761 | 2025-02-28T06:24:26.769Z | Compiling darling_macro v0.20.10 |
| 2762 | 2025-02-28T06:24:26.810Z | Compiling tempfile v3.13.0 |
| 2763 | 2025-02-28T06:24:26.842Z | Compiling proc-macro-crate v1.3.1 |
| 2764 | 2025-02-28T06:24:26.945Z | Compiling typify-impl v0.3.0 |
| 2765 | 2025-02-28T06:24:27.535Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2766 | 2025-02-28T06:24:27.573Z | Compiling itertools v0.13.0 |
| 2767 | 2025-02-28T06:24:27.723Z | Compiling darling v0.20.10 |
| 2768 | 2025-02-28T06:24:27.779Z | Compiling num_enum_derive v0.5.11 |
| 2769 | 2025-02-28T06:24:27.850Z | Compiling parse-display v0.10.0 |
| 2770 | 2025-02-28T06:24:27.927Z | Compiling serde_with_macros v3.11.0 |
| 2771 | 2025-02-28T06:24:28.031Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2772 | 2025-02-28T06:24:28.375Z | Compiling rustls-webpki v0.102.8 |
| 2773 | 2025-02-28T06:24:28.542Z | Compiling crucible-workspace-hack v0.1.0 |
| 2774 | 2025-02-28T06:24:28.880Z | Compiling heapless v0.8.0 |
| 2775 | 2025-02-28T06:24:30.220Z | Compiling num_enum v0.5.11 |
| 2776 | 2025-02-28T06:24:30.452Z | Compiling serde_with v3.11.0 |
| 2777 | 2025-02-28T06:24:30.512Z | Compiling proc-macro-error v1.0.4 |
| 2778 | 2025-02-28T06:24:30.632Z | Compiling camino-tempfile v1.1.1 |
| 2779 | 2025-02-28T06:24:30.660Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2780 | 2025-02-28T06:24:31.134Z | Compiling foreign-types-macros v0.2.3 |
| 2781 | 2025-02-28T06:24:31.168Z | Compiling hash32 v0.3.1 |
| 2782 | 2025-02-28T06:24:31.455Z | Compiling smoltcp v0.11.0 |
| 2783 | 2025-02-28T06:24:32.137Z | Compiling foreign-types-shared v0.3.1 |
| 2784 | 2025-02-28T06:24:32.485Z | Compiling foreign-types v0.5.0 |
| 2785 | 2025-02-28T06:24:33.037Z | Compiling tabwriter v1.4.0 |
| 2786 | 2025-02-28T06:24:33.532Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2787 | 2025-02-28T06:24:33.594Z | Compiling cstr-argument v0.1.2 |
| 2788 | 2025-02-28T06:24:33.880Z | Compiling cobs v0.2.3 |
| 2789 | 2025-02-28T06:24:33.956Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2790 | 2025-02-28T06:24:34.202Z | Compiling pretty-hex v0.2.1 |
| 2791 | 2025-02-28T06:24:34.309Z | Compiling tokio-rustls v0.25.0 |
| 2792 | 2025-02-28T06:24:34.386Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2793 | 2025-02-28T06:24:34.436Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2794 | 2025-02-28T06:24:34.641Z | Compiling postcard v1.0.10 |
| 2795 | 2025-02-28T06:24:34.755Z | Compiling dropshot v0.12.0 |
| 2796 | 2025-02-28T06:24:35.325Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2797 | 2025-02-28T06:24:37.402Z | Compiling tokio-rustls v0.26.0 |
| 2798 | 2025-02-28T06:24:37.939Z | Compiling hyper-rustls v0.27.3 |
| 2799 | 2025-02-28T06:24:38.615Z | Compiling reqwest v0.12.12 |
| 2800 | 2025-02-28T06:24:38.654Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2801 | 2025-02-28T06:24:39.480Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2802 | 2025-02-28T06:24:40.319Z | Compiling qorb v0.2.1 |
| 2803 | 2025-02-28T06:24:40.505Z | Compiling typify-macro v0.2.0 |
| 2804 | 2025-02-28T06:24:41.575Z | Compiling typify-macro v0.3.0 |
| 2805 | 2025-02-28T06:24:42.003Z | Compiling colored v2.2.0 |
| 2806 | 2025-02-28T06:24:42.767Z | Compiling progenitor-client v0.9.1 |
| 2807 | 2025-02-28T06:24:42.824Z | Compiling progenitor-client v0.8.0 |
| 2808 | 2025-02-28T06:24:43.088Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2809 | 2025-02-28T06:24:43.401Z | Compiling winnow v0.6.20 |
| 2810 | 2025-02-28T06:24:43.422Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2811 | 2025-02-28T06:24:43.565Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2812 | 2025-02-28T06:24:43.635Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2813 | 2025-02-28T06:24:43.964Z | Compiling smf v0.2.3 |
| 2814 | 2025-02-28T06:24:44.321Z | Compiling typify v0.2.0 |
| 2815 | 2025-02-28T06:24:44.466Z | Compiling progenitor-impl v0.8.0 |
| 2816 | 2025-02-28T06:24:44.490Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2817 | 2025-02-28T06:24:44.860Z | Compiling zone_cfg_derive v0.3.0 |
| 2818 | 2025-02-28T06:24:45.348Z | Compiling typify v0.3.0 |
| 2819 | 2025-02-28T06:24:45.394Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2820 | 2025-02-28T06:24:45.463Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2821 | 2025-02-28T06:24:45.514Z | Compiling progenitor-impl v0.9.1 |
| 2822 | 2025-02-28T06:24:45.890Z | Compiling itertools v0.14.0 |
| 2823 | 2025-02-28T06:24:46.054Z | Compiling num-derive v0.4.2 |
| 2824 | 2025-02-28T06:24:46.279Z | Compiling sigpipe v0.1.3 |
| 2825 | 2025-02-28T06:24:46.447Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2826 | 2025-02-28T06:24:47.011Z | Compiling zone v0.3.0 |
| 2827 | 2025-02-28T06:24:47.555Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2828 | 2025-02-28T06:24:48.094Z | Compiling universal-hash v0.5.1 |
| 2829 | 2025-02-28T06:24:48.336Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 2830 | 2025-02-28T06:24:48.358Z | Compiling opaque-debug v0.3.1 |
| 2831 | 2025-02-28T06:24:48.492Z | Compiling tungstenite v0.21.0 |
| 2832 | 2025-02-28T06:24:48.564Z | Compiling num-rational v0.4.2 |
| 2833 | 2025-02-28T06:24:49.030Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2834 | 2025-02-28T06:24:49.202Z | Compiling password-hash v0.5.0 |
| 2835 | 2025-02-28T06:24:49.342Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2836 | 2025-02-28T06:24:49.870Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2837 | 2025-02-28T06:24:50.125Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2838 | 2025-02-28T06:24:50.152Z | Compiling blake2 v0.10.6 |
| 2839 | 2025-02-28T06:24:50.210Z | Compiling num-complex v0.4.6 |
| 2840 | 2025-02-28T06:24:50.472Z | Compiling aead v0.5.2 |
| 2841 | 2025-02-28T06:24:50.521Z | Compiling convert_case v0.4.0 |
| 2842 | 2025-02-28T06:24:50.677Z | Compiling base64 v0.21.7 |
| 2843 | 2025-02-28T06:24:50.885Z | Compiling keccak v0.1.5 |
| 2844 | 2025-02-28T06:24:51.067Z | Compiling argon2 v0.5.3 |
| 2845 | 2025-02-28T06:24:51.190Z | Compiling num v0.4.3 |
| 2846 | 2025-02-28T06:24:51.328Z | Compiling sha3 v0.10.8 |
| 2847 | 2025-02-28T06:24:51.331Z | Compiling progenitor-macro v0.8.0 |
| 2848 | 2025-02-28T06:24:51.371Z | Compiling tokio-tungstenite v0.21.0 |
| 2849 | 2025-02-28T06:24:51.392Z | Compiling derive_more v0.99.19 |
| 2850 | 2025-02-28T06:24:51.472Z | Compiling poly1305 v0.8.0 |
| 2851 | 2025-02-28T06:24:51.992Z | Compiling chacha20 v0.9.1 |
| 2852 | 2025-02-28T06:24:52.026Z | Compiling float-ord v0.3.2 |
| 2853 | 2025-02-28T06:24:52.241Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2854 | 2025-02-28T06:24:52.310Z | Compiling same-file v1.0.6 |
| 2855 | 2025-02-28T06:24:52.488Z | Compiling progenitor-macro v0.9.1 |
| 2856 | 2025-02-28T06:24:52.521Z | Compiling semver v0.1.20 |
| 2857 | 2025-02-28T06:24:52.620Z | Compiling walkdir v2.5.0 |
| 2858 | 2025-02-28T06:24:52.691Z | Compiling newline-converter v0.3.0 |
| 2859 | 2025-02-28T06:24:52.934Z | Compiling rustc_version v0.1.7 |
| 2860 | 2025-02-28T06:24:53.166Z | Compiling primeorder v0.13.6 |
| 2861 | 2025-02-28T06:24:53.227Z | Compiling secrecy v0.8.0 |
| 2862 | 2025-02-28T06:24:53.341Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2863 | 2025-02-28T06:24:53.411Z | Compiling owo-colors v4.2.0 |
| 2864 | 2025-02-28T06:24:53.504Z | Compiling cancel-safe-futures v0.1.5 |
| 2865 | 2025-02-28T06:24:53.721Z | Compiling newtype_derive v0.1.6 |
| 2866 | 2025-02-28T06:24:53.898Z | Compiling expectorate v1.1.0 |
| 2867 | 2025-02-28T06:24:53.948Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2868 | 2025-02-28T06:24:54.086Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
| 2869 | 2025-02-28T06:24:54.109Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2870 | 2025-02-28T06:24:54.152Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2871 | 2025-02-28T06:24:54.181Z | Compiling libsw-core v0.3.1 |
| 2872 | 2025-02-28T06:24:54.222Z | Compiling blake3 v1.5.4 |
| 2873 | 2025-02-28T06:24:54.480Z | Compiling unicase v2.7.0 |
| 2874 | 2025-02-28T06:24:54.728Z | Compiling half v2.4.1 |
| 2875 | 2025-02-28T06:24:54.842Z | Compiling ciborium-io v0.2.2 |
| 2876 | 2025-02-28T06:24:54.908Z | Compiling arc-swap v1.7.1 |
| 2877 | 2025-02-28T06:24:55.279Z | Compiling ciborium-ll v0.2.2 |
| 2878 | 2025-02-28T06:24:55.406Z | Compiling slog-scope v4.4.0 |
| 2879 | 2025-02-28T06:24:55.520Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2880 | 2025-02-28T06:24:55.699Z | Compiling libsw v3.4.0 |
| 2881 | 2025-02-28T06:24:55.719Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2882 | 2025-02-28T06:24:56.126Z | Compiling polyval v0.6.2 |
| 2883 | 2025-02-28T06:24:56.609Z | Compiling atomicwrites v0.4.4 |
| 2884 | 2025-02-28T06:24:56.706Z | Compiling memmap2 v0.9.5 |
| 2885 | 2025-02-28T06:24:56.855Z | Compiling thiserror-no-std v2.0.2 |
| 2886 | 2025-02-28T06:24:56.959Z | Compiling linear-map v1.2.0 |
| 2887 | 2025-02-28T06:24:57.016Z | Compiling salty v0.3.0 |
| 2888 | 2025-02-28T06:24:57.136Z | Compiling arrayref v0.3.9 |
| 2889 | 2025-02-28T06:24:57.270Z | Compiling indent_write v2.2.0 |
| 2890 | 2025-02-28T06:24:57.333Z | Compiling libefi-sys v0.1.0 |
| 2891 | 2025-02-28T06:24:57.488Z | Compiling constant_time_eq v0.3.1 |
| 2892 | 2025-02-28T06:24:57.517Z | Compiling arrayvec v0.7.6 |
| 2893 | 2025-02-28T06:24:57.682Z | Compiling parking_lot_core v0.8.6 |
| 2894 | 2025-02-28T06:24:57.750Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2895 | 2025-02-28T06:24:58.033Z | Compiling vsss-rs v3.3.4 |
| 2896 | 2025-02-28T06:24:58.065Z | Compiling ghash v0.5.1 |
| 2897 | 2025-02-28T06:24:58.352Z | Compiling slog-stdlog v4.1.1 |
| 2898 | 2025-02-28T06:24:58.398Z | Compiling ciborium v0.2.2 |
| 2899 | 2025-02-28T06:24:59.192Z | Compiling p384 v0.13.0 |
| 2900 | 2025-02-28T06:24:59.443Z | Compiling toolchain_find v0.4.0 |
| 2901 | 2025-02-28T06:24:59.841Z | Compiling chacha20poly1305 v0.10.1 |
| 2902 | 2025-02-28T06:24:59.995Z | Compiling ctr v0.9.2 |
| 2903 | 2025-02-28T06:25:00.086Z | Compiling lzma-sys v0.1.20 |
| 2904 | 2025-02-28T06:25:00.118Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2905 | 2025-02-28T06:25:00.368Z | Compiling bitfield-struct v0.6.2 |
| 2906 | 2025-02-28T06:25:00.583Z | Compiling slog-dtrace v0.3.0 |
| 2907 | 2025-02-28T06:25:00.695Z | Compiling highway v1.3.0 |
| 2908 | 2025-02-28T06:25:00.834Z | Compiling topological-sort v0.2.2 |
| 2909 | 2025-02-28T06:25:01.090Z | Compiling omicron-zone-package v0.12.0 |
| 2910 | 2025-02-28T06:25:01.227Z | Compiling aes-gcm v0.10.3 |
| 2911 | 2025-02-28T06:25:01.574Z | Compiling rustfmt-wrapper v0.2.1 |
| 2912 | 2025-02-28T06:25:01.597Z | Compiling mime_guess v2.0.5 |
| 2913 | 2025-02-28T06:25:01.600Z | Compiling slog-envlogger v2.2.0 |
| 2914 | 2025-02-28T06:25:01.742Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2915 | 2025-02-28T06:25:02.174Z | Compiling steno v0.4.1 |
| 2916 | 2025-02-28T06:25:02.777Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2917 | 2025-02-28T06:25:02.909Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2918 | 2025-02-28T06:25:02.970Z | Compiling heck v0.3.3 |
| 2919 | 2025-02-28T06:25:03.272Z | Compiling ssh-encoding v0.2.0 |
| 2920 | 2025-02-28T06:25:03.369Z | Compiling blowfish v0.9.1 |
| 2921 | 2025-02-28T06:25:03.520Z | Compiling progenitor v0.8.0 |
| 2922 | 2025-02-28T06:25:03.571Z | Compiling nibble_vec v0.1.0 |
| 2923 | 2025-02-28T06:25:03.788Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 2924 | 2025-02-28T06:25:03.810Z | Compiling env_filter v0.1.2 |
| 2925 | 2025-02-28T06:25:03.828Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2926 | 2025-02-28T06:25:03.869Z | Compiling humantime v2.1.0 |
| 2927 | 2025-02-28T06:25:03.932Z | Compiling endian-type v0.1.2 |
| 2928 | 2025-02-28T06:25:04.173Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2929 | 2025-02-28T06:25:04.228Z | Compiling radix_trie v0.2.1 |
| 2930 | 2025-02-28T06:25:04.331Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2931 | 2025-02-28T06:25:04.383Z | Compiling env_logger v0.11.5 |
| 2932 | 2025-02-28T06:25:04.404Z | Compiling ssh-cipher v0.2.0 |
| 2933 | 2025-02-28T06:25:04.427Z | Compiling progenitor v0.9.1 |
| 2934 | 2025-02-28T06:25:04.693Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2935 | 2025-02-28T06:25:04.856Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2936 | 2025-02-28T06:25:05.059Z | Compiling bcrypt-pbkdf v0.10.0 |
| 2937 | 2025-02-28T06:25:05.159Z | Compiling zone_cfg_derive v0.1.2 |
| 2938 | 2025-02-28T06:25:05.845Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2939 | 2025-02-28T06:25:06.259Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2940 | 2025-02-28T06:25:06.659Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2941 | 2025-02-28T06:25:06.659Z | Compiling parking_lot v0.11.2 |
| 2942 | 2025-02-28T06:25:06.912Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2943 | 2025-02-28T06:25:07.361Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2944 | 2025-02-28T06:25:07.456Z | Compiling password-hash v0.4.2 |
| 2945 | 2025-02-28T06:25:07.478Z | Compiling gethostname v0.5.0 |
| 2946 | 2025-02-28T06:25:07.701Z | Compiling fxhash v0.2.1 |
| 2947 | 2025-02-28T06:25:07.799Z | Compiling simd-adler32 v0.3.7 |
| 2948 | 2025-02-28T06:25:07.997Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=6d31fa63217c6a51061dc4afa1ebe175a0021981#6d31fa63) |
| 2949 | 2025-02-28T06:25:08.354Z | Compiling zip v2.1.3 |
| 2950 | 2025-02-28T06:25:08.376Z | Compiling lockfree-object-pool v0.1.6 |
| 2951 | 2025-02-28T06:25:08.398Z | Compiling http-range v0.1.5 |
| 2952 | 2025-02-28T06:25:08.450Z | Compiling bumpalo v3.16.0 |
| 2953 | 2025-02-28T06:25:08.666Z | Compiling base64 v0.13.1 |
| 2954 | 2025-02-28T06:25:08.776Z | Compiling pbkdf2 v0.11.0 |
| 2955 | 2025-02-28T06:25:08.797Z | Compiling sled v0.34.7 |
| 2956 | 2025-02-28T06:25:08.954Z | Compiling zopfli v0.8.1 |
| 2957 | 2025-02-28T06:25:09.196Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2958 | 2025-02-28T06:25:09.255Z | Compiling ron v0.7.1 |
| 2959 | 2025-02-28T06:25:10.280Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2960 | 2025-02-28T06:25:10.625Z | Compiling xz2 v0.1.7 |
| 2961 | 2025-02-28T06:25:11.114Z | Compiling zone v0.1.8 |
| 2962 | 2025-02-28T06:25:11.296Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2963 | 2025-02-28T06:25:11.314Z | Compiling ssh-key v0.6.6 |
| 2964 | 2025-02-28T06:25:11.364Z | Compiling hickory-client v0.24.4 |
| 2965 | 2025-02-28T06:25:12.348Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2966 | 2025-02-28T06:25:12.496Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 2967 | 2025-02-28T06:25:12.508Z | Compiling p256 v0.13.2 |
| 2968 | 2025-02-28T06:25:12.656Z | Compiling p521 v0.13.3 |
| 2969 | 2025-02-28T06:25:13.348Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2970 | 2025-02-28T06:25:13.904Z | Compiling hickory-server v0.24.4 |
| 2971 | 2025-02-28T06:25:14.385Z | Compiling pem v3.0.5 |
| 2972 | 2025-02-28T06:25:15.013Z | Compiling yasna v0.5.2 |
| 2973 | 2025-02-28T06:25:15.132Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c) |
| 2974 | 2025-02-28T06:25:15.477Z | Compiling headers-core v0.3.0 |
| 2975 | 2025-02-28T06:25:15.698Z | Compiling kstat-rs v0.2.4 |
| 2976 | 2025-02-28T06:25:15.790Z | Compiling nanorand v0.7.0 |
| 2977 | 2025-02-28T06:25:16.326Z | Compiling atty v0.2.14 |
| 2978 | 2025-02-28T06:25:16.372Z | Compiling russh-cryptovec v0.7.3 |
| 2979 | 2025-02-28T06:25:16.522Z | Compiling md5 v0.7.0 |
| 2980 | 2025-02-28T06:25:16.547Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=2652487c19ede2db2cbc634b0dee3a78848dfea1#2652487c) |
| 2981 | 2025-02-28T06:25:16.707Z | Compiling flume v0.11.1 |
| 2982 | 2025-02-28T06:25:17.070Z | Compiling russh-keys v0.45.0 |
| 2983 | 2025-02-28T06:25:17.372Z | Compiling rcgen v0.12.1 |
| 2984 | 2025-02-28T06:25:18.151Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2985 | 2025-02-28T06:25:18.525Z | Compiling headers v0.4.0 |
| 2986 | 2025-02-28T06:25:19.629Z | Compiling hyper-staticfile v0.10.1 |
| 2987 | 2025-02-28T06:25:20.697Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2988 | 2025-02-28T06:25:20.838Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2989 | 2025-02-28T06:25:21.384Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2990 | 2025-02-28T06:25:21.711Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2991 | 2025-02-28T06:25:22.116Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2992 | 2025-02-28T06:25:23.606Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2993 | 2025-02-28T06:25:24.467Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2994 | 2025-02-28T06:25:25.096Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2995 | 2025-02-28T06:25:25.568Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2996 | 2025-02-28T06:25:26.211Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2997 | 2025-02-28T06:25:28.503Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2998 | 2025-02-28T06:25:28.863Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2999 | 2025-02-28T06:25:28.996Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3000 | 2025-02-28T06:25:29.031Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3001 | 2025-02-28T06:25:29.101Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3002 | 2025-02-28T06:25:29.933Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3003 | 2025-02-28T06:25:30.392Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3004 | 2025-02-28T06:25:32.236Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3005 | 2025-02-28T06:25:32.381Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3006 | 2025-02-28T06:25:33.375Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3007 | 2025-02-28T06:25:34.343Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3008 | 2025-02-28T06:25:34.806Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3009 | 2025-02-28T06:25:34.828Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3010 | 2025-02-28T06:25:35.975Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3011 | 2025-02-28T06:25:37.205Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3012 | 2025-02-28T06:25:38.080Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3013 | 2025-02-28T06:25:39.124Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3014 | 2025-02-28T06:25:40.114Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3015 | 2025-02-28T06:25:40.525Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3016 | 2025-02-28T06:25:41.040Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=81a3528adacdbde18fcbf3938247fef17233db11#81a3528a) |
| 3017 | 2025-02-28T06:25:41.916Z | Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
| 3018 | 2025-02-28T06:25:42.104Z | Compiling num-bigint v0.4.6 |
| 3019 | 2025-02-28T06:25:42.181Z | Compiling des v0.8.1 |
| 3020 | 2025-02-28T06:25:42.326Z | Compiling subprocess v0.2.9 |
| 3021 | 2025-02-28T06:25:42.576Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3022 | 2025-02-28T06:25:42.804Z | Compiling display-error-chain v0.2.2 |
| 3023 | 2025-02-28T06:25:43.092Z | Compiling hex-literal v0.4.1 |
| 3024 | 2025-02-28T06:25:43.305Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3025 | 2025-02-28T06:25:43.543Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3026 | 2025-02-28T06:25:43.994Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3027 | 2025-02-28T06:25:45.961Z | Compiling russh v0.45.0 |
| 3028 | 2025-02-28T06:25:46.185Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3029 | 2025-02-28T06:25:46.543Z | Compiling internet-checksum v0.2.1 |
| 3030 | 2025-02-28T06:25:50.451Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3031 | 2025-02-28T06:25:57.498Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3032 | 2025-02-28T06:25:59.198Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3033 | 2025-02-28T06:26:23.934Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3034 | 2025-02-28T06:26:47.847Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 28s |
| 3035 | 2025-02-28T06:26:48.117Z | |
| 3036 | 2025-02-28T06:26:48.120Z | real 2:28.464741980 |
| 3037 | 2025-02-28T06:26:48.120Z | user 12:39.514876207 |
| 3038 | 2025-02-28T06:26:48.120Z | sys 1:43.502227751 |
| 3039 | 2025-02-28T06:26:48.120Z | trap 0.389662076 |
| 3040 | 2025-02-28T06:26:48.121Z | tflt 0.312522690 |
| 3041 | 2025-02-28T06:26:48.121Z | dflt 0.646529668 |
| 3042 | 2025-02-28T06:26:48.121Z | kflt 0.000048955 |
| 3043 | 2025-02-28T06:26:48.121Z | lock 23:35.515343965 |
| 3044 | 2025-02-28T06:26:48.121Z | slp 44:48.424083844 |
| 3045 | 2025-02-28T06:26:48.121Z | lat 37.965620076 |
| 3046 | 2025-02-28T06:26:48.121Z | stop 1:45.077813836 |
| 3047 | 2025-02-28T06:26:48.121Z | + mkdir tests |
| 3048 | 2025-02-28T06:26:48.124Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3049 | 2025-02-28T06:26:48.124Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3050 | 2025-02-28T06:26:48.164Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-72e93b476c030026 tests/ |
| 3051 | 2025-02-28T06:26:48.186Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-9018a52e79771a0a tests/ |
| 3052 | 2025-02-28T06:26:48.206Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-264352664bc5c4cc tests/ |
| 3053 | 2025-02-28T06:26:48.227Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-684861dadb2dbc29 tests/ |
| 3054 | 2025-02-28T06:26:48.443Z | + 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/*) |
| 3055 | 2025-02-28T06:26:48.446Z | + 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-9018a52e79771a0a tests/commtest-264352664bc5c4cc tests/dhcp_server-72e93b476c030026 tests/end_to_end_tests-684861dadb2dbc29 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 |
| 3056 | 2025-02-28T06:28:06.517Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3057 | 2025-02-28T06:28:06.517Z | a .github/buildomat/ci-env.sh 1K |
| 3058 | 2025-02-28T06:28:06.517Z | a out/target/test 1K |
| 3059 | 2025-02-28T06:28:06.518Z | a out/npuzone/npuzone 23144K |
| 3060 | 2025-02-28T06:28:06.518Z | a package-manifest.toml 33K |
| 3061 | 2025-02-28T06:28:06.518Z | a smf/sled-agent/non-gimlet/config.toml 4K |
| 3062 | 2025-02-28T06:28:06.518Z | a target/release/omicron-package 39770K |
| 3063 | 2025-02-28T06:28:06.518Z | a target/release/xtask 10838K |
| 3064 | 2025-02-28T06:28:06.518Z | a target/debug/bootstrap 221807K |
| 3065 | 2025-02-28T06:28:06.518Z | a tests/bootstrap-9018a52e79771a0a 24083K |
| 3066 | 2025-02-28T06:28:06.518Z | a tests/commtest-264352664bc5c4cc 24909K |
| 3067 | 2025-02-28T06:28:06.518Z | a tests/dhcp_server-72e93b476c030026 24083K |
| 3068 | 2025-02-28T06:28:06.518Z | a tests/end_to_end_tests-684861dadb2dbc29 284076K |
| 3069 | 2025-02-28T06:28:06.518Z | a out/clickhouse.tar.gz 308235K |
| 3070 | 2025-02-28T06:28:06.518Z | a out/clickhouse_keeper.tar.gz 293813K |
| 3071 | 2025-02-28T06:28:06.518Z | a out/clickhouse_server.tar.gz 308199K |
| 3072 | 2025-02-28T06:28:06.518Z | a out/cockroachdb.tar.gz 146851K |
| 3073 | 2025-02-28T06:28:06.518Z | a out/crucible-dtrace.tar 98K |
| 3074 | 2025-02-28T06:28:06.518Z | a out/crucible-pantry-zone.tar.gz 32725K |
| 3075 | 2025-02-28T06:28:06.518Z | a out/crucible-zone.tar.gz 41115K |
| 3076 | 2025-02-28T06:28:06.518Z | a out/external-dns.tar.gz 46364K |
| 3077 | 2025-02-28T06:28:06.518Z | a out/internal-dns.tar.gz 46367K |
| 3078 | 2025-02-28T06:28:06.518Z | a out/mg-ddm-gz.tar 63075K |
| 3079 | 2025-02-28T06:28:06.518Z | a out/nexus.tar.gz 112172K |
| 3080 | 2025-02-28T06:28:06.518Z | a out/ntp.tar.gz 14674K |
| 3081 | 2025-02-28T06:28:06.518Z | a out/omicron-gateway-softnpu.tar.gz 26144K |
| 3082 | 2025-02-28T06:28:06.518Z | a out/omicron-sled-agent.tar 127772K |
| 3083 | 2025-02-28T06:28:06.518Z | a out/overlay.tar.gz 3K |
| 3084 | 2025-02-28T06:28:06.518Z | a out/oximeter.tar.gz 56022K |
| 3085 | 2025-02-28T06:28:06.518Z | a out/oxlog.tar 3144K |
| 3086 | 2025-02-28T06:28:06.518Z | a out/probe.tar.gz 2764K |
| 3087 | 2025-02-28T06:28:06.519Z | a out/propolis-server.tar.gz 66425K |
| 3088 | 2025-02-28T06:28:06.519Z | a out/pumpkind-gz.tar 26665K |
| 3089 | 2025-02-28T06:28:06.519Z | a out/switch-softnpu.tar.gz 269758K |
| 3090 | 2025-02-28T06:28:06.522Z | |
| 3091 | 2025-02-28T06:28:06.522Z | real 1:18.063568623 |
| 3092 | 2025-02-28T06:28:06.522Z | user 1:14.457479524 |
| 3093 | 2025-02-28T06:28:06.522Z | sys 5.093399171 |
| 3094 | 2025-02-28T06:28:06.522Z | trap 0.020374808 |
| 3095 | 2025-02-28T06:28:06.522Z | tflt 0.000000000 |
| 3096 | 2025-02-28T06:28:06.522Z | dflt 0.000000000 |
| 3097 | 2025-02-28T06:28:06.522Z | kflt 0.000000000 |
| 3098 | 2025-02-28T06:28:06.522Z | lock 0.000000000 |
| 3099 | 2025-02-28T06:28:06.522Z | slp 1:14.283093543 |
| 3100 | 2025-02-28T06:28:06.522Z | lat 2.268374064 |
| 3101 | 2025-02-28T06:28:06.522Z | stop 0.000205201 |
| 3102 | 2025-02-28T06:28:06.523Z | process exited: duration 2113334 ms, exit code 0 |
| |
| 3103 | 2025-02-28T06:28:06.569Z | found 1 output files |
| 3104 | 2025-02-28T06:28:06.569Z | uploading: /work/package.tar.gz (2053189304 bytes) |
| 3105 | 2025-02-28T06:28:51.918Z | uploaded: /work/package.tar.gz |