|
|
|
| 1 | 2025-02-22T20:22:30.822Z | job assigned to worker 01JMQN5073C69C0JBFAY4K3FBD [factory aws, i-0bf3deb57188ef624] (queued for 1 m 0 s) |
| |
| 2 | 2025-02-22T20:22:39.856Z | starting task 0: "setup" |
| 3 | 2025-02-22T20:22:39.864Z | ++ uname -s |
| 4 | 2025-02-22T20:22:39.866Z | + kern=SunOS |
| 5 | 2025-02-22T20:22:39.866Z | + build_user=build |
| 6 | 2025-02-22T20:22:39.867Z | + build_uid=12345 |
| 7 | 2025-02-22T20:22:39.867Z | + work_dir=/work |
| 8 | 2025-02-22T20:22:39.867Z | + input_dir=/input |
| 9 | 2025-02-22T20:22:39.867Z | + [[ 0 == 12345 ]] |
| 10 | 2025-02-22T20:22:39.867Z | + case "$kern" in |
| 11 | 2025-02-22T20:22:39.867Z | + groupadd -g 12345 build |
| 12 | 2025-02-22T20:22:39.870Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-02-22T20:22:41.876Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-02-22T20:22:41.976Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-02-22T20:22:41.979Z | + home_fs=zfs |
| 16 | 2025-02-22T20:22:41.979Z | + [[ zfs == autofs ]] |
| 17 | 2025-02-22T20:22:41.979Z | + mkdir -p /home/build |
| 18 | 2025-02-22T20:22:41.982Z | + chown build:build /home/build /work |
| 19 | 2025-02-22T20:22:43.983Z | + chmod 0700 /home/build /work |
| 20 | 2025-02-22T20:22:43.986Z | process exited: duration 4130 ms, exit code 0 |
| |
| 21 | 2025-02-22T20:22:43.992Z | starting task 1: "rust-toolchain" |
| 22 | 2025-02-22T20:22:43.998Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
| 23 | 2025-02-22T20:22:43.998Z | * rust toolchain channel = "1.85.0" |
| 24 | 2025-02-22T20:22:43.998Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2025-02-22T20:22:43.998Z | * rust toolchain profile = "default" |
| 26 | 2025-02-22T20:22:43.998Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2025-02-22T20:22:43.998Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2025-02-22T20:22:44.001Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-02-22T20:22:44.001Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
| 30 | 2025-02-22T20:22:44.122Z | info: downloading installer |
| 31 | 2025-02-22T20:22:45.428Z | warning: it looks like you have an existing installation of Rust at: |
| 32 | 2025-02-22T20:22:45.428Z | warning: /opt/ooce/bin |
| 33 | 2025-02-22T20:22:45.428Z | warning: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-02-22T20:22:45.428Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
| 35 | 2025-02-22T20:22:45.428Z | warning: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-02-22T20:22:45.428Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-02-22T20:22:45.428Z | warning: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-02-22T20:22:45.429Z | error: cannot install while Rust is installed |
| 39 | 2025-02-22T20:22:45.429Z | warning: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-02-22T20:22:45.475Z | info: profile set to 'default' |
| 41 | 2025-02-22T20:22:45.475Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-02-22T20:22:45.477Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
| 43 | 2025-02-22T20:22:45.623Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
| 44 | 2025-02-22T20:22:45.623Z | info: downloading component 'cargo' |
| 45 | 2025-02-22T20:22:46.348Z | info: downloading component 'clippy' |
| 46 | 2025-02-22T20:22:46.628Z | info: downloading component 'rust-docs' |
| 47 | 2025-02-22T20:22:47.727Z | info: downloading component 'rust-std' |
| 48 | 2025-02-22T20:22:49.342Z | info: downloading component 'rustc' |
| 49 | 2025-02-22T20:22:54.884Z | info: downloading component 'rustfmt' |
| 50 | 2025-02-22T20:22:55.095Z | info: installing component 'cargo' |
| 51 | 2025-02-22T20:22:55.941Z | info: installing component 'clippy' |
| 52 | 2025-02-22T20:22:56.323Z | info: installing component 'rust-docs' |
| 53 | 2025-02-22T20:22:58.079Z | info: installing component 'rust-std' |
| 54 | 2025-02-22T20:22:59.913Z | info: installing component 'rustc' |
| 55 | 2025-02-22T20:23:06.001Z | info: installing component 'rustfmt' |
| 56 | 2025-02-22T20:23:06.353Z | |
| 57 | 2025-02-22T20:23:06.353Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
| 58 | 2025-02-22T20:23:06.770Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 59 | 2025-02-22T20:23:06.770Z | |
| 60 | 2025-02-22T20:23:06.774Z | |
| 61 | 2025-02-22T20:23:06.774Z | Rust is installed now. Great! |
| 62 | 2025-02-22T20:23:06.774Z | |
| 63 | 2025-02-22T20:23:06.774Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-02-22T20:23:06.774Z | environment variable. This has not been done automatically. |
| 65 | 2025-02-22T20:23:06.774Z | |
| 66 | 2025-02-22T20:23:06.774Z | To configure your current shell, you need to source |
| 67 | 2025-02-22T20:23:06.774Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-02-22T20:23:06.774Z | |
| 69 | 2025-02-22T20:23:06.774Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-02-22T20:23:06.774Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-02-22T20:23:06.774Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-02-22T20:23:06.855Z | + rustup --version |
| 73 | 2025-02-22T20:23:06.862Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
| 74 | 2025-02-22T20:23:06.862Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 75 | 2025-02-22T20:23:06.951Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
| 76 | 2025-02-22T20:23:06.954Z | + cargo --version |
| 77 | 2025-02-22T20:23:07.018Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
| 78 | 2025-02-22T20:23:07.021Z | + rustc --version |
| 79 | 2025-02-22T20:23:07.089Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 80 | 2025-02-22T20:23:07.093Z | process exited: duration 23099 ms, exit code 0 |
| |
| 81 | 2025-02-22T20:23:07.099Z | starting task 2: "authentication" |
| 82 | 2025-02-22T20:23:07.122Z | process exited: duration 22 ms, exit code 0 |
| |
| 83 | 2025-02-22T20:23:07.127Z | starting task 3: "clone repository" |
| 84 | 2025-02-22T20:23:07.133Z | + mkdir -p /work/oxidecomputer/omicron |
| 85 | 2025-02-22T20:23:07.135Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 86 | 2025-02-22T20:23:08.659Z | Cloning into '/work/oxidecomputer/omicron'... |
| 87 | 2025-02-22T20:23:16.299Z | + cd /work/oxidecomputer/omicron |
| 88 | 2025-02-22T20:23:16.302Z | + git fetch origin 7999177b3af7fc9123673b57374e082f135c5e93 |
| 89 | 2025-02-22T20:23:16.637Z | From https://github.com/oxidecomputer/omicron |
| 90 | 2025-02-22T20:23:16.637Z | * branch 7999177b3af7fc9123673b57374e082f135c5e93 -> FETCH_HEAD |
| 91 | 2025-02-22T20:23:16.649Z | + [[ -n expunge-and-decommission-disks-in-planner ]] |
| 92 | 2025-02-22T20:23:16.653Z | ++ git branch --show-current |
| 93 | 2025-02-22T20:23:16.655Z | + current=main |
| 94 | 2025-02-22T20:23:16.655Z | + [[ main != expunge-and-decommission-disks-in-planner ]] |
| 95 | 2025-02-22T20:23:16.655Z | + git branch -f expunge-and-decommission-disks-in-planner 7999177b3af7fc9123673b57374e082f135c5e93 |
| 96 | 2025-02-22T20:23:16.658Z | + git checkout -f expunge-and-decommission-disks-in-planner |
| 97 | 2025-02-22T20:23:16.856Z | Switched to branch 'expunge-and-decommission-disks-in-planner' |
| 98 | 2025-02-22T20:23:16.859Z | + git reset --hard 7999177b3af7fc9123673b57374e082f135c5e93 |
| 99 | 2025-02-22T20:23:16.891Z | HEAD is now at 7999177b3 Merge branch 'main' into expunge-and-decommission-disks-in-planner |
| 100 | 2025-02-22T20:23:16.894Z | process exited: duration 9764 ms, exit code 0 |
| |
| 101 | 2025-02-22T20:23:16.900Z | starting task 4: "build" |
| 102 | 2025-02-22T20:23:16.906Z | + source .github/buildomat/ci-env.sh |
| 103 | 2025-02-22T20:23:16.910Z | ++ export CARGO_TERM_COLOR=always |
| 104 | 2025-02-22T20:23:16.911Z | ++ CARGO_TERM_COLOR=always |
| 105 | 2025-02-22T20:23:16.911Z | + cargo --version |
| 106 | 2025-02-22T20:23:16.964Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
| 107 | 2025-02-22T20:23:16.966Z | + rustc --version |
| 108 | 2025-02-22T20:23:17.038Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 109 | 2025-02-22T20:23:17.042Z | + WORK=/work |
| 110 | 2025-02-22T20:23:17.042Z | + pfexec mkdir -p /work |
| 111 | 2025-02-22T20:23:17.046Z | + pfexec chown build /work |
| 112 | 2025-02-22T20:23:17.050Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 113 | 2025-02-22T20:23:29.517Z | pkg list: illegal option -- F |
| 114 | 2025-02-22T20:23:29.520Z | Usage: |
| 115 | 2025-02-22T20:23:29.520Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 116 | 2025-02-22T20:23:29.520Z | [pkg_fmri_pattern ...] |
| 117 | 2025-02-22T20:23:30.477Z | pkg list: illegal option -- F |
| 118 | 2025-02-22T20:23:30.477Z | Usage: |
| 119 | 2025-02-22T20:23:30.479Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 120 | 2025-02-22T20:23:30.479Z | [pkg_fmri_pattern ...] |
| 121 | 2025-02-22T20:23:37.476Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 122 | 2025-02-22T20:23:42.223Z | Startup: Caching catalogs ... Done |
| 123 | 2025-02-22T20:23:56.087Z | Planning: Solver setup ... Done (12.889s) |
| 124 | 2025-02-22T20:23:56.245Z | Planning: Running solver ... Done (0.158s) |
| 125 | 2025-02-22T20:23:56.798Z | Planning: Finding local manifests ... Done (0.431s) |
| 126 | 2025-02-22T20:23:56.811Z | Planning: Fetching manifests: 0/7 0% complete |
| 127 | 2025-02-22T20:23:57.135Z | Planning: Fetching manifests: 7/7 100% complete |
| 128 | 2025-02-22T20:23:58.080Z | Planning: Package planning ... Done (0.945s) |
| 129 | 2025-02-22T20:23:58.139Z | Planning: Merging actions ... Done (0.059s) |
| 130 | 2025-02-22T20:23:59.466Z | Planning: Checking for conflicting actions ... Done (1.327s) |
| 131 | 2025-02-22T20:24:08.648Z | Planning: Consolidating action changes ... Done (9.180s) |
| 132 | 2025-02-22T20:24:09.115Z | Planning: Evaluating mediators ... Done (0.467s) |
| 133 | 2025-02-22T20:24:09.300Z | Planning: Planning completed in 26.97 seconds |
| 134 | 2025-02-22T20:24:10.239Z | Packages to install: 4 |
| 135 | 2025-02-22T20:24:10.239Z | Packages to update: 3 |
| 136 | 2025-02-22T20:24:10.239Z | Mediators to change: 2 |
| 137 | 2025-02-22T20:24:10.239Z | Services to change: 1 |
| 138 | 2025-02-22T20:24:10.239Z | Estimated space available: 155.60 GB |
| 139 | 2025-02-22T20:24:10.239Z | Estimated space to be consumed: 1.66 GB |
| 140 | 2025-02-22T20:24:10.239Z | Create boot environment: No |
| 141 | 2025-02-22T20:24:10.239Z | Create backup boot environment: Yes |
| 142 | 2025-02-22T20:24:10.239Z | Rebuild boot archive: No |
| 143 | 2025-02-22T20:24:10.240Z | |
| 144 | 2025-02-22T20:24:10.240Z | Changed mediators: |
| 145 | 2025-02-22T20:24:10.240Z | mediator clang: |
| 146 | 2025-02-22T20:24:10.240Z | version: None -> 15 (system default) |
| 147 | 2025-02-22T20:24:10.240Z | |
| 148 | 2025-02-22T20:24:10.240Z | mediator llvm: |
| 149 | 2025-02-22T20:24:10.240Z | version: 14 (system default) -> 15 (system default) |
| 150 | 2025-02-22T20:24:10.240Z | |
| 151 | 2025-02-22T20:24:10.250Z | Changed packages: |
| 152 | 2025-02-22T20:24:10.250Z | helios-dev |
| 153 | 2025-02-22T20:24:10.250Z | developer/build-essential |
| 154 | 2025-02-22T20:24:10.250Z | None -> 11-2.0 |
| 155 | 2025-02-22T20:24:10.250Z | library/libxmlsec1 |
| 156 | 2025-02-22T20:24:10.250Z | None -> 1.2.35-2.0 |
| 157 | 2025-02-22T20:24:10.250Z | ooce/developer/clang-15 |
| 158 | 2025-02-22T20:24:10.250Z | None -> 15.0.7-2.0 |
| 159 | 2025-02-22T20:24:10.250Z | ooce/developer/llvm-15 |
| 160 | 2025-02-22T20:24:10.251Z | None -> 15.0.7-2.0 |
| 161 | 2025-02-22T20:24:10.251Z | package/pkg |
| 162 | 2025-02-22T20:24:10.251Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
| 163 | 2025-02-22T20:24:10.251Z | system/library/g++-runtime |
| 164 | 2025-02-22T20:24:10.251Z | 13-2.0 -> 14-2.0 |
| 165 | 2025-02-22T20:24:10.251Z | system/library/gcc-runtime |
| 166 | 2025-02-22T20:24:10.251Z | 13-2.0 -> 14-2.0 |
| 167 | 2025-02-22T20:24:10.251Z | |
| 168 | 2025-02-22T20:24:10.251Z | Services: |
| 169 | 2025-02-22T20:24:10.251Z | restart_fmri: |
| 170 | 2025-02-22T20:24:10.251Z | svc:/system/update-man-index:default |
| 171 | 2025-02-22T20:24:10.251Z | |
| 172 | 2025-02-22T20:24:10.251Z | Editable files to change: |
| 173 | 2025-02-22T20:24:10.251Z | Update: |
| 174 | 2025-02-22T20:24:10.251Z | usr/share/lib/pkg/web/config.shtml |
| 175 | 2025-02-22T20:24:10.822Z | |
| 176 | 2025-02-22T20:24:10.822Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
| 177 | 2025-02-22T20:24:15.825Z | Download: 674/4301 items 18.0/225.4MB 7% complete (3.7M/s) |
| 178 | 2025-02-22T20:24:20.892Z | Download: 1193/4301 items 72.2/225.4MB 32% complete (7.4M/s) |
| 179 | 2025-02-22T20:24:25.897Z | Download: 1350/4301 items 114.2/225.4MB 50% complete (9.6M/s) |
| 180 | 2025-02-22T20:24:30.919Z | Download: 1691/4301 items 117.2/225.4MB 51% complete (4.6M/s) |
| 181 | 2025-02-22T20:24:36.919Z | Download: 2221/4301 items 118.4/225.4MB 52% complete (3.6M/s) |
| 182 | 2025-02-22T20:24:41.921Z | Download: 2888/4301 items 121.1/225.4MB 53% complete (341k/s) |
| 183 | 2025-02-22T20:24:46.923Z | Download: 3790/4301 items 217.1/225.4MB 96% complete (9.9M/s) |
| 184 | 2025-02-22T20:24:49.691Z | Download: Completed 225.42 MB in 38.87 seconds (5.8M/s) |
| 185 | 2025-02-22T20:24:51.662Z | Actions: 1/5122 actions (Removing old actions) |
| 186 | 2025-02-22T20:24:51.680Z | Actions: 194/5122 actions (Installing new actions) |
| 187 | 2025-02-22T20:24:56.758Z | Actions: 4125/5122 actions (Installing new actions) |
| 188 | 2025-02-22T20:24:57.437Z | Actions: 4267/5122 actions (Updating modified actions) |
| 189 | 2025-02-22T20:24:58.129Z | Actions: Completed 5122 actions in 6.47 seconds. |
| 190 | 2025-02-22T20:24:58.372Z | Done (0.233s) |
| 191 | 2025-02-22T20:24:58.374Z | Done (0.001s) |
| 192 | 2025-02-22T20:24:58.983Z | Done (0.611s) |
| 193 | 2025-02-22T20:25:06.260Z | Done (7.043s) |
| 194 | 2025-02-22T20:25:06.700Z | Done (0.369s) |
| 195 | 2025-02-22T20:25:06.703Z | Done (0.000s) |
| 196 | 2025-02-22T20:25:06.872Z | Done (0.000s) |
| 197 | 2025-02-22T20:25:07.666Z | Planning: Evaluating mediator changes ... Done |
| 198 | 2025-02-22T20:25:07.832Z | Planning: Checking for conflicting actions ... Done |
| 199 | 2025-02-22T20:25:07.835Z | Planning: Consolidating action changes ... Done |
| 200 | 2025-02-22T20:25:08.110Z | Planning: Evaluating mediators ... Done |
| 201 | 2025-02-22T20:25:08.113Z | Planning: Planning completed in 0.45 seconds |
| 202 | 2025-02-22T20:25:08.149Z | Mediators to change: 2 |
| 203 | 2025-02-22T20:25:08.149Z | Create boot environment: No |
| 204 | 2025-02-22T20:25:08.152Z | Create backup boot environment: No |
| 205 | 2025-02-22T20:25:08.224Z | Done |
| 206 | 2025-02-22T20:25:08.224Z | Done |
| 207 | 2025-02-22T20:25:08.668Z | Done |
| 208 | 2025-02-22T20:25:12.704Z | Done |
| 209 | 2025-02-22T20:25:12.810Z | Done |
| 210 | 2025-02-22T20:25:12.813Z | Done |
| 211 | 2025-02-22T20:25:12.931Z | Done |
| 212 | 2025-02-22T20:25:13.608Z | Planning: Evaluating mediator changes ... Done |
| 213 | 2025-02-22T20:25:13.611Z | Planning: Merging actions ... Done |
| 214 | 2025-02-22T20:25:13.803Z | Planning: Checking for conflicting actions ... Done |
| 215 | 2025-02-22T20:25:13.806Z | Planning: Consolidating action changes ... Done |
| 216 | 2025-02-22T20:25:14.080Z | Planning: Evaluating mediators ... Done |
| 217 | 2025-02-22T20:25:14.139Z | Planning: Planning completed in 0.78 seconds |
| 218 | 2025-02-22T20:25:14.179Z | Packages to change: 1 |
| 219 | 2025-02-22T20:25:14.179Z | Mediators to change: 1 |
| 220 | 2025-02-22T20:25:14.182Z | Services to change: 1 |
| 221 | 2025-02-22T20:25:14.182Z | Create boot environment: No |
| 222 | 2025-02-22T20:25:14.182Z | Create backup boot environment: Yes |
| 223 | 2025-02-22T20:25:16.415Z | Actions: 1/6 actions (Updating modified actions) |
| 224 | 2025-02-22T20:25:16.507Z | Actions: Completed 6 actions in 0.09 seconds. |
| 225 | 2025-02-22T20:25:16.510Z | Done |
| 226 | 2025-02-22T20:25:16.510Z | Done |
| 227 | 2025-02-22T20:25:16.634Z | Done |
| 228 | 2025-02-22T20:25:20.705Z | Done |
| 229 | 2025-02-22T20:25:20.794Z | Done |
| 230 | 2025-02-22T20:25:20.797Z | Done |
| 231 | 2025-02-22T20:25:20.918Z | Done |
| 232 | 2025-02-22T20:25:21.363Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 233 | 2025-02-22T20:25:21.363Z | clang system 15 system |
| 234 | 2025-02-22T20:25:21.363Z | csh system system illumos |
| 235 | 2025-02-22T20:25:21.363Z | ctags system system illumos |
| 236 | 2025-02-22T20:25:21.363Z | gcc vendor 12 vendor |
| 237 | 2025-02-22T20:25:21.363Z | gcc system 10 system |
| 238 | 2025-02-22T20:25:21.363Z | gcc system 7 system |
| 239 | 2025-02-22T20:25:21.363Z | go system 1.20 system |
| 240 | 2025-02-22T20:25:21.363Z | go system 1.19 system |
| 241 | 2025-02-22T20:25:21.363Z | llvm system 15 system |
| 242 | 2025-02-22T20:25:21.363Z | llvm system 14 system |
| 243 | 2025-02-22T20:25:21.363Z | mariadb system 10.6 system |
| 244 | 2025-02-22T20:25:21.363Z | mta vendor vendor dma |
| 245 | 2025-02-22T20:25:21.363Z | openjdk system 17 system |
| 246 | 2025-02-22T20:25:21.363Z | openjdk system 11 system |
| 247 | 2025-02-22T20:25:21.363Z | openjdk system 1.8 system |
| 248 | 2025-02-22T20:25:21.364Z | openssl vendor 3 vendor |
| 249 | 2025-02-22T20:25:21.364Z | perl system 5.36 system |
| 250 | 2025-02-22T20:25:21.364Z | postgresql system 15 system |
| 251 | 2025-02-22T20:25:21.364Z | postgresql system 13 system |
| 252 | 2025-02-22T20:25:21.364Z | python vendor 3 vendor |
| 253 | 2025-02-22T20:25:21.364Z | python system 2 system |
| 254 | 2025-02-22T20:25:21.364Z | python3 system 3.11 system |
| 255 | 2025-02-22T20:25:21.364Z | ruby system 3.0 system |
| 256 | 2025-02-22T20:25:21.364Z | words vendor vendor american-english |
| 257 | 2025-02-22T20:25:21.364Z | words system system australian-english |
| 258 | 2025-02-22T20:25:21.364Z | words system system british-english |
| 259 | 2025-02-22T20:25:21.364Z | words system system canadian-english |
| 260 | 2025-02-22T20:25:21.364Z | words system system french |
| 261 | 2025-02-22T20:25:21.364Z | words system system italian |
| 262 | 2025-02-22T20:25:21.364Z | words system system ngerman |
| 263 | 2025-02-22T20:25:21.364Z | words system system ogerman |
| 264 | 2025-02-22T20:25:21.364Z | words system system spanish |
| 265 | 2025-02-22T20:25:21.717Z | PUBLISHER TYPE STATUS P LOCATION |
| 266 | 2025-02-22T20:25:21.717Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 267 | 2025-02-22T20:25:24.887Z | FMRI IFO |
| 268 | 2025-02-22T20:25:24.887Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 269 | 2025-02-22T20:25:24.887Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 270 | 2025-02-22T20:25:24.887Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 271 | 2025-02-22T20:25:24.887Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 272 | 2025-02-22T20:25:24.887Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 273 | 2025-02-22T20:25:24.887Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 274 | 2025-02-22T20:25:24.887Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
| 275 | 2025-02-22T20:25:24.887Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 276 | 2025-02-22T20:25:24.887Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 277 | 2025-02-22T20:25:24.887Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
| 278 | 2025-02-22T20:25:24.887Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 279 | 2025-02-22T20:25:24.887Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 280 | 2025-02-22T20:25:24.887Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
| 281 | 2025-02-22T20:25:24.887Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 282 | 2025-02-22T20:25:24.887Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 283 | 2025-02-22T20:25:25.714Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 284 | 2025-02-22T20:25:25.984Z | Updating crates.io index |
| 285 | 2025-02-22T20:25:25.987Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 286 | 2025-02-22T20:25:26.543Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 287 | 2025-02-22T20:25:26.800Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 288 | 2025-02-22T20:25:27.064Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 289 | 2025-02-22T20:25:27.966Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 290 | 2025-02-22T20:25:29.737Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 291 | 2025-02-22T20:25:30.345Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 292 | 2025-02-22T20:25:31.051Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 293 | 2025-02-22T20:25:31.347Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 294 | 2025-02-22T20:25:31.634Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 295 | 2025-02-22T20:25:32.278Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 296 | 2025-02-22T20:25:32.741Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
| 297 | 2025-02-22T20:25:33.033Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 298 | 2025-02-22T20:25:33.329Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 299 | 2025-02-22T20:25:33.549Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 300 | 2025-02-22T20:25:33.810Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 301 | 2025-02-22T20:25:34.033Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 302 | 2025-02-22T20:25:34.311Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 303 | 2025-02-22T20:25:34.622Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 304 | 2025-02-22T20:25:34.890Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 305 | 2025-02-22T20:25:35.213Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 306 | 2025-02-22T20:25:35.459Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 307 | 2025-02-22T20:25:35.781Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 308 | 2025-02-22T20:25:36.235Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 309 | 2025-02-22T20:25:36.511Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 310 | 2025-02-22T20:25:36.863Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 311 | 2025-02-22T20:25:37.266Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
| 312 | 2025-02-22T20:25:37.624Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 313 | 2025-02-22T20:25:37.875Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 314 | 2025-02-22T20:25:38.156Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 315 | 2025-02-22T20:25:39.309Z | Downloading crates ... |
| 316 | 2025-02-22T20:25:39.407Z | Downloaded anstyle-parse v0.2.5 |
| 317 | 2025-02-22T20:25:39.411Z | Downloaded autocfg v1.4.0 |
| 318 | 2025-02-22T20:25:39.414Z | Downloaded anstream v0.6.15 |
| 319 | 2025-02-22T20:25:39.420Z | Downloaded anyhow v1.0.96 |
| 320 | 2025-02-22T20:25:39.428Z | Downloaded scroll_derive v0.12.0 |
| 321 | 2025-02-22T20:25:39.449Z | Downloaded crypto-common v0.1.6 |
| 322 | 2025-02-22T20:25:39.454Z | Downloaded dtrace-parser v0.2.0 |
| 323 | 2025-02-22T20:25:39.458Z | Downloaded usdt-macro v0.5.0 |
| 324 | 2025-02-22T20:25:39.460Z | Downloaded usdt-attr-macro v0.5.0 |
| 325 | 2025-02-22T20:25:39.460Z | Downloaded equivalent v1.0.1 |
| 326 | 2025-02-22T20:25:39.464Z | Downloaded proc-macro-error-attr v1.0.4 |
| 327 | 2025-02-22T20:25:39.469Z | Downloaded memmap v0.7.0 |
| 328 | 2025-02-22T20:25:39.472Z | Downloaded colorchoice v1.0.2 |
| 329 | 2025-02-22T20:25:39.472Z | Downloaded cfg-if v1.0.0 |
| 330 | 2025-02-22T20:25:39.476Z | Downloaded thread-id v4.2.2 |
| 331 | 2025-02-22T20:25:39.478Z | Downloaded serde_spanned v0.6.8 |
| 332 | 2025-02-22T20:25:39.478Z | Downloaded tabled_derive v0.7.0 |
| 333 | 2025-02-22T20:25:39.481Z | Downloaded generic-array v0.14.7 |
| 334 | 2025-02-22T20:25:39.481Z | Downloaded cpufeatures v0.2.14 |
| 335 | 2025-02-22T20:25:39.484Z | Downloaded smawk v0.3.2 |
| 336 | 2025-02-22T20:25:39.484Z | Downloaded fnv v1.0.7 |
| 337 | 2025-02-22T20:25:39.484Z | Downloaded plain v0.2.3 |
| 338 | 2025-02-22T20:25:39.487Z | Downloaded utf8parse v0.2.2 |
| 339 | 2025-02-22T20:25:39.487Z | Downloaded macaddr v1.0.1 |
| 340 | 2025-02-22T20:25:39.487Z | Downloaded itoa v1.0.11 |
| 341 | 2025-02-22T20:25:39.490Z | Downloaded version_check v0.9.5 |
| 342 | 2025-02-22T20:25:39.490Z | Downloaded thiserror v1.0.69 |
| 343 | 2025-02-22T20:25:39.493Z | Downloaded digest v0.10.7 |
| 344 | 2025-02-22T20:25:39.496Z | Downloaded swrite v0.1.0 |
| 345 | 2025-02-22T20:25:39.496Z | Downloaded cargo-platform v0.1.8 |
| 346 | 2025-02-22T20:25:39.499Z | Downloaded serde_tokenstream v0.2.2 |
| 347 | 2025-02-22T20:25:39.499Z | Downloaded pest_generator v2.7.14 |
| 348 | 2025-02-22T20:25:39.501Z | Downloaded is_terminal_polyfill v1.70.1 |
| 349 | 2025-02-22T20:25:39.501Z | Downloaded pretty-hex v0.4.1 |
| 350 | 2025-02-22T20:25:39.501Z | Downloaded bytecount v0.6.8 |
| 351 | 2025-02-22T20:25:39.504Z | Downloaded strsim v0.11.1 |
| 352 | 2025-02-22T20:25:39.504Z | Downloaded anstyle-query v1.1.1 |
| 353 | 2025-02-22T20:25:39.507Z | Downloaded fs-err v2.11.0 |
| 354 | 2025-02-22T20:25:39.507Z | Downloaded toml_datetime v0.6.8 |
| 355 | 2025-02-22T20:25:39.510Z | Downloaded thiserror-impl v1.0.69 |
| 356 | 2025-02-22T20:25:39.510Z | Downloaded camino-tempfile v1.1.1 |
| 357 | 2025-02-22T20:25:39.513Z | Downloaded clap_lex v0.7.4 |
| 358 | 2025-02-22T20:25:39.515Z | Downloaded proc-macro-error v1.0.4 |
| 359 | 2025-02-22T20:25:39.520Z | Downloaded unicode-linebreak v0.1.5 |
| 360 | 2025-02-22T20:25:39.522Z | Downloaded heck v0.5.0 |
| 361 | 2025-02-22T20:25:39.522Z | Downloaded anstyle v1.0.10 |
| 362 | 2025-02-22T20:25:39.525Z | Downloaded clap_derive v4.5.28 |
| 363 | 2025-02-22T20:25:39.525Z | Downloaded cargo_metadata v0.18.1 |
| 364 | 2025-02-22T20:25:39.528Z | Downloaded errno v0.3.9 |
| 365 | 2025-02-22T20:25:39.530Z | Downloaded camino v1.1.9 |
| 366 | 2025-02-22T20:25:39.533Z | Downloaded heck v0.4.1 |
| 367 | 2025-02-22T20:25:39.533Z | Downloaded zerocopy-derive v0.7.35 |
| 368 | 2025-02-22T20:25:39.538Z | Downloaded dof v0.3.0 |
| 369 | 2025-02-22T20:25:39.541Z | Downloaded semver v1.0.25 |
| 370 | 2025-02-22T20:25:39.543Z | Downloaded ryu v1.0.18 |
| 371 | 2025-02-22T20:25:39.556Z | Downloaded usdt v0.5.0 |
| 372 | 2025-02-22T20:25:39.559Z | Downloaded block-buffer v0.10.4 |
| 373 | 2025-02-22T20:25:39.559Z | Downloaded scroll v0.12.0 |
| 374 | 2025-02-22T20:25:39.562Z | Downloaded fastrand v2.1.1 |
| 375 | 2025-02-22T20:25:39.565Z | Downloaded usdt-impl v0.5.0 |
| 376 | 2025-02-22T20:25:39.568Z | Downloaded textwrap v0.16.1 |
| 377 | 2025-02-22T20:25:39.571Z | Downloaded unicode-ident v1.0.14 |
| 378 | 2025-02-22T20:25:39.573Z | Downloaded quote v1.0.38 |
| 379 | 2025-02-22T20:25:39.576Z | Downloaded pest_meta v2.7.14 |
| 380 | 2025-02-22T20:25:39.579Z | Downloaded ucd-trie v0.1.7 |
| 381 | 2025-02-22T20:25:39.582Z | Downloaded toml v0.8.19 |
| 382 | 2025-02-22T20:25:39.584Z | Downloaded papergrid v0.11.0 |
| 383 | 2025-02-22T20:25:39.587Z | Downloaded terminal_size v0.4.0 |
| 384 | 2025-02-22T20:25:39.589Z | Downloaded byteorder v1.5.0 |
| 385 | 2025-02-22T20:25:39.589Z | Downloaded once_cell v1.20.3 |
| 386 | 2025-02-22T20:25:39.592Z | Downloaded cargo_toml v0.20.5 |
| 387 | 2025-02-22T20:25:39.595Z | Downloaded tempfile v3.13.0 |
| 388 | 2025-02-22T20:25:39.595Z | Downloaded bitflags v2.6.0 |
| 389 | 2025-02-22T20:25:39.598Z | Downloaded proc-macro2 v1.0.92 |
| 390 | 2025-02-22T20:25:39.600Z | Downloaded pest_derive v2.7.14 |
| 391 | 2025-02-22T20:25:39.603Z | Downloaded clap v4.5.30 |
| 392 | 2025-02-22T20:25:39.610Z | Downloaded sha2 v0.10.8 |
| 393 | 2025-02-22T20:25:39.613Z | Downloaded log v0.4.22 |
| 394 | 2025-02-22T20:25:39.618Z | Downloaded typenum v1.17.0 |
| 395 | 2025-02-22T20:25:39.621Z | Downloaded indexmap v2.7.1 |
| 396 | 2025-02-22T20:25:39.636Z | Downloaded serde_derive v1.0.217 |
| 397 | 2025-02-22T20:25:39.639Z | Downloaded memchr v2.7.4 |
| 398 | 2025-02-22T20:25:39.662Z | Downloaded serde v1.0.217 |
| 399 | 2025-02-22T20:25:39.692Z | Downloaded toml_edit v0.22.22 |
| 400 | 2025-02-22T20:25:39.713Z | Downloaded zerocopy v0.7.35 |
| 401 | 2025-02-22T20:25:39.727Z | Downloaded winnow v0.6.20 |
| 402 | 2025-02-22T20:25:39.734Z | Downloaded hashbrown v0.15.1 |
| 403 | 2025-02-22T20:25:39.739Z | Downloaded clap_builder v4.5.30 |
| 404 | 2025-02-22T20:25:39.746Z | Downloaded serde_json v1.0.139 |
| 405 | 2025-02-22T20:25:39.752Z | Downloaded goblin v0.8.2 |
| 406 | 2025-02-22T20:25:39.758Z | Downloaded tabled v0.15.0 |
| 407 | 2025-02-22T20:25:39.772Z | Downloaded syn v1.0.109 |
| 408 | 2025-02-22T20:25:39.782Z | Downloaded pest v2.7.14 |
| 409 | 2025-02-22T20:25:39.786Z | Downloaded unicode-width v0.1.14 |
| 410 | 2025-02-22T20:25:39.800Z | Downloaded syn v2.0.96 |
| 411 | 2025-02-22T20:25:39.811Z | Downloaded rustix v0.38.37 |
| 412 | 2025-02-22T20:25:39.845Z | Downloaded libc v0.2.169 |
| 413 | 2025-02-22T20:25:40.128Z | Compiling proc-macro2 v1.0.92 |
| 414 | 2025-02-22T20:25:40.128Z | Compiling unicode-ident v1.0.14 |
| 415 | 2025-02-22T20:25:40.128Z | Compiling version_check v0.9.5 |
| 416 | 2025-02-22T20:25:40.131Z | Compiling serde v1.0.217 |
| 417 | 2025-02-22T20:25:40.131Z | Compiling memchr v2.7.4 |
| 418 | 2025-02-22T20:25:40.131Z | Compiling thiserror v1.0.69 |
| 419 | 2025-02-22T20:25:40.163Z | Compiling libc v0.2.169 |
| 420 | 2025-02-22T20:25:40.166Z | Compiling itoa v1.0.11 |
| 421 | 2025-02-22T20:25:40.405Z | Compiling ucd-trie v0.1.7 |
| 422 | 2025-02-22T20:25:40.524Z | Compiling ryu v1.0.18 |
| 423 | 2025-02-22T20:25:40.805Z | Compiling once_cell v1.20.3 |
| 424 | 2025-02-22T20:25:40.900Z | Compiling byteorder v1.5.0 |
| 425 | 2025-02-22T20:25:41.151Z | Compiling serde_json v1.0.139 |
| 426 | 2025-02-22T20:25:41.291Z | Compiling rustix v0.38.37 |
| 427 | 2025-02-22T20:25:42.485Z | Compiling bitflags v2.6.0 |
| 428 | 2025-02-22T20:25:42.543Z | Compiling proc-macro-error-attr v1.0.4 |
| 429 | 2025-02-22T20:25:42.605Z | Compiling usdt-impl v0.5.0 |
| 430 | 2025-02-22T20:25:42.649Z | Compiling syn v1.0.109 |
| 431 | 2025-02-22T20:25:42.857Z | Compiling proc-macro-error v1.0.4 |
| 432 | 2025-02-22T20:25:42.892Z | Compiling log v0.4.22 |
| 433 | 2025-02-22T20:25:42.916Z | Compiling hashbrown v0.15.1 |
| 434 | 2025-02-22T20:25:43.096Z | Compiling equivalent v1.0.1 |
| 435 | 2025-02-22T20:25:43.167Z | Compiling thread-id v4.2.2 |
| 436 | 2025-02-22T20:25:43.231Z | Compiling camino v1.1.9 |
| 437 | 2025-02-22T20:25:43.254Z | Compiling utf8parse v0.2.2 |
| 438 | 2025-02-22T20:25:43.257Z | Compiling plain v0.2.3 |
| 439 | 2025-02-22T20:25:43.413Z | Compiling anstyle-parse v0.2.5 |
| 440 | 2025-02-22T20:25:43.454Z | Compiling quote v1.0.38 |
| 441 | 2025-02-22T20:25:43.475Z | Compiling semver v1.0.25 |
| 442 | 2025-02-22T20:25:43.675Z | Compiling errno v0.3.9 |
| 443 | 2025-02-22T20:25:43.760Z | Compiling anstyle v1.0.10 |
| 444 | 2025-02-22T20:25:43.824Z | Compiling syn v2.0.96 |
| 445 | 2025-02-22T20:25:44.006Z | Compiling indexmap v2.7.1 |
| 446 | 2025-02-22T20:25:44.031Z | Compiling anstyle-query v1.1.1 |
| 447 | 2025-02-22T20:25:44.060Z | Compiling pretty-hex v0.4.1 |
| 448 | 2025-02-22T20:25:44.188Z | Compiling colorchoice v1.0.2 |
| 449 | 2025-02-22T20:25:44.212Z | Compiling winnow v0.6.20 |
| 450 | 2025-02-22T20:25:44.274Z | Compiling is_terminal_polyfill v1.70.1 |
| 451 | 2025-02-22T20:25:44.353Z | Compiling unicode-width v0.1.14 |
| 452 | 2025-02-22T20:25:44.412Z | Compiling autocfg v1.4.0 |
| 453 | 2025-02-22T20:25:44.857Z | Compiling anstream v0.6.15 |
| 454 | 2025-02-22T20:25:45.318Z | Compiling fs-err v2.11.0 |
| 455 | 2025-02-22T20:25:45.471Z | Compiling strsim v0.11.1 |
| 456 | 2025-02-22T20:25:45.506Z | Compiling fastrand v2.1.1 |
| 457 | 2025-02-22T20:25:45.531Z | Compiling bytecount v0.6.8 |
| 458 | 2025-02-22T20:25:45.627Z | Compiling clap_lex v0.7.4 |
| 459 | 2025-02-22T20:25:45.752Z | Compiling cfg-if v1.0.0 |
| 460 | 2025-02-22T20:25:45.921Z | Compiling anyhow v1.0.96 |
| 461 | 2025-02-22T20:25:46.022Z | Compiling terminal_size v0.4.0 |
| 462 | 2025-02-22T20:25:46.250Z | Compiling fnv v1.0.7 |
| 463 | 2025-02-22T20:25:46.291Z | Compiling heck v0.5.0 |
| 464 | 2025-02-22T20:25:46.395Z | Compiling heck v0.4.1 |
| 465 | 2025-02-22T20:25:46.538Z | Compiling tempfile v3.13.0 |
| 466 | 2025-02-22T20:25:46.563Z | Compiling papergrid v0.11.0 |
| 467 | 2025-02-22T20:25:46.808Z | Compiling clap_builder v4.5.30 |
| 468 | 2025-02-22T20:25:47.065Z | Compiling memmap v0.7.0 |
| 469 | 2025-02-22T20:25:47.318Z | Compiling unicode-linebreak v0.1.5 |
| 470 | 2025-02-22T20:25:47.355Z | Compiling smawk v0.3.2 |
| 471 | 2025-02-22T20:25:47.606Z | Compiling swrite v0.1.0 |
| 472 | 2025-02-22T20:25:47.743Z | Compiling textwrap v0.16.1 |
| 473 | 2025-02-22T20:25:48.482Z | Compiling tabled_derive v0.7.0 |
| 474 | 2025-02-22T20:25:49.662Z | Compiling tabled v0.15.0 |
| 475 | 2025-02-22T20:25:50.879Z | Compiling serde_derive v1.0.217 |
| 476 | 2025-02-22T20:25:50.882Z | Compiling thiserror-impl v1.0.69 |
| 477 | 2025-02-22T20:25:51.047Z | Compiling zerocopy-derive v0.7.35 |
| 478 | 2025-02-22T20:25:51.094Z | Compiling scroll_derive v0.12.0 |
| 479 | 2025-02-22T20:25:51.373Z | Compiling clap_derive v4.5.28 |
| 480 | 2025-02-22T20:25:52.289Z | Compiling scroll v0.12.0 |
| 481 | 2025-02-22T20:25:52.591Z | Compiling zerocopy v0.7.35 |
| 482 | 2025-02-22T20:25:52.734Z | Compiling goblin v0.8.2 |
| 483 | 2025-02-22T20:25:53.241Z | Compiling pest v2.7.14 |
| 484 | 2025-02-22T20:25:54.597Z | Compiling clap v4.5.30 |
| 485 | 2025-02-22T20:25:55.414Z | Compiling pest_meta v2.7.14 |
| 486 | 2025-02-22T20:25:56.417Z | Compiling pest_generator v2.7.14 |
| 487 | 2025-02-22T20:25:57.719Z | Compiling pest_derive v2.7.14 |
| 488 | 2025-02-22T20:25:58.498Z | Compiling dtrace-parser v0.2.0 |
| 489 | 2025-02-22T20:25:59.587Z | Compiling serde_spanned v0.6.8 |
| 490 | 2025-02-22T20:25:59.587Z | Compiling toml_datetime v0.6.8 |
| 491 | 2025-02-22T20:25:59.589Z | Compiling cargo-platform v0.1.8 |
| 492 | 2025-02-22T20:25:59.875Z | Compiling serde_tokenstream v0.2.2 |
| 493 | 2025-02-22T20:26:00.024Z | Compiling toml_edit v0.22.22 |
| 494 | 2025-02-22T20:26:00.050Z | Compiling macaddr v1.0.1 |
| 495 | 2025-02-22T20:26:00.251Z | Compiling camino-tempfile v1.1.1 |
| 496 | 2025-02-22T20:26:01.092Z | Compiling dof v0.3.0 |
| 497 | 2025-02-22T20:26:01.095Z | Compiling cargo_metadata v0.18.1 |
| 498 | 2025-02-22T20:26:02.675Z | Compiling usdt-macro v0.5.0 |
| 499 | 2025-02-22T20:26:02.678Z | Compiling usdt-attr-macro v0.5.0 |
| 500 | 2025-02-22T20:26:02.812Z | Compiling toml v0.8.19 |
| 501 | 2025-02-22T20:26:03.675Z | Compiling cargo_toml v0.20.5 |
| 502 | 2025-02-22T20:26:03.992Z | Compiling usdt v0.5.0 |
| 503 | 2025-02-22T20:26:06.530Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 504 | 2025-02-22T20:26:09.885Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.39s |
| 505 | 2025-02-22T20:26:10.124Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 506 | 2025-02-22T20:26:10.705Z | Downloading crates ... |
| 507 | 2025-02-22T20:26:10.816Z | Downloaded async-stream-impl v0.3.6 |
| 508 | 2025-02-22T20:26:10.826Z | Downloaded arc-swap v1.7.1 |
| 509 | 2025-02-22T20:26:10.832Z | Downloaded assert_matches v1.5.0 |
| 510 | 2025-02-22T20:26:10.837Z | Downloaded cfg_aliases v0.2.1 |
| 511 | 2025-02-22T20:26:10.843Z | Downloaded http-range v0.1.5 |
| 512 | 2025-02-22T20:26:10.846Z | Downloaded internet-checksum v0.2.1 |
| 513 | 2025-02-22T20:26:10.849Z | Downloaded atomicwrites v0.4.4 |
| 514 | 2025-02-22T20:26:10.851Z | Downloaded indoc v2.0.5 |
| 515 | 2025-02-22T20:26:10.854Z | Downloaded arrayref v0.3.9 |
| 516 | 2025-02-22T20:26:10.859Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 517 | 2025-02-22T20:26:10.862Z | Downloaded libsw v3.3.1 |
| 518 | 2025-02-22T20:26:10.865Z | Downloaded async-stream v0.3.6 |
| 519 | 2025-02-22T20:26:10.868Z | Downloaded rand_seeder v0.3.0 |
| 520 | 2025-02-22T20:26:10.871Z | Downloaded litrs v0.4.1 |
| 521 | 2025-02-22T20:26:10.874Z | Downloaded crucible-workspace-hack v0.1.0 |
| 522 | 2025-02-22T20:26:10.874Z | Downloaded atty v0.2.14 |
| 523 | 2025-02-22T20:26:10.876Z | Downloaded headers-core v0.3.0 |
| 524 | 2025-02-22T20:26:10.879Z | Downloaded crunchy v0.2.2 |
| 525 | 2025-02-22T20:26:10.879Z | Downloaded hex-literal v0.4.1 |
| 526 | 2025-02-22T20:26:10.879Z | Downloaded ciborium-io v0.2.2 |
| 527 | 2025-02-22T20:26:10.882Z | Downloaded cfg_aliases v0.1.1 |
| 528 | 2025-02-22T20:26:10.882Z | Downloaded atomic-waker v1.1.2 |
| 529 | 2025-02-22T20:26:10.884Z | Downloaded chacha20 v0.9.1 |
| 530 | 2025-02-22T20:26:10.887Z | Downloaded hyper v1.5.2 |
| 531 | 2025-02-22T20:26:10.892Z | Downloaded constant_time_eq v0.3.1 |
| 532 | 2025-02-22T20:26:10.894Z | Downloaded crc v3.2.1 |
| 533 | 2025-02-22T20:26:10.897Z | Downloaded chrono-tz-build v0.4.0 |
| 534 | 2025-02-22T20:26:10.902Z | Downloaded bit-vec v0.6.3 |
| 535 | 2025-02-22T20:26:10.902Z | Downloaded block-padding v0.3.3 |
| 536 | 2025-02-22T20:26:10.906Z | Downloaded convert_case v0.4.0 |
| 537 | 2025-02-22T20:26:10.906Z | Downloaded colored v2.1.0 |
| 538 | 2025-02-22T20:26:10.908Z | Downloaded hubpack_derive v0.1.1 |
| 539 | 2025-02-22T20:26:10.908Z | Downloaded daft v0.1.1 |
| 540 | 2025-02-22T20:26:10.908Z | Downloaded buf-list v1.0.3 |
| 541 | 2025-02-22T20:26:10.911Z | Downloaded humantime v2.1.0 |
| 542 | 2025-02-22T20:26:10.914Z | Downloaded httpdate v1.0.3 |
| 543 | 2025-02-22T20:26:10.916Z | Downloaded httparse v1.9.5 |
| 544 | 2025-02-22T20:26:10.919Z | Downloaded ctr v0.9.2 |
| 545 | 2025-02-22T20:26:10.922Z | Downloaded async-bb8-diesel v0.2.1 |
| 546 | 2025-02-22T20:26:10.925Z | Downloaded hubpack v0.1.2 |
| 547 | 2025-02-22T20:26:10.925Z | Downloaded cstr-argument v0.1.2 |
| 548 | 2025-02-22T20:26:10.928Z | Downloaded cipher v0.4.4 |
| 549 | 2025-02-22T20:26:10.928Z | Downloaded cmake v0.1.51 |
| 550 | 2025-02-22T20:26:10.931Z | Downloaded http-body v1.0.1 |
| 551 | 2025-02-22T20:26:10.931Z | Downloaded argon2 v0.5.3 |
| 552 | 2025-02-22T20:26:10.933Z | Downloaded blowfish v0.9.1 |
| 553 | 2025-02-22T20:26:10.933Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 554 | 2025-02-22T20:26:10.936Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 555 | 2025-02-22T20:26:10.936Z | Downloaded bb8 v0.8.5 |
| 556 | 2025-02-22T20:26:10.939Z | Downloaded arrayvec v0.7.6 |
| 557 | 2025-02-22T20:26:10.942Z | Downloaded crossbeam-deque v0.8.5 |
| 558 | 2025-02-22T20:26:10.942Z | Downloaded const_format_proc_macros v0.2.34 |
| 559 | 2025-02-22T20:26:10.945Z | Downloaded bzip2 v0.4.4 |
| 560 | 2025-02-22T20:26:10.945Z | Downloaded backoff v0.4.0 |
| 561 | 2025-02-22T20:26:10.947Z | Downloaded bcs v0.1.6 |
| 562 | 2025-02-22T20:26:10.950Z | Downloaded async-trait v0.1.86 |
| 563 | 2025-02-22T20:26:10.953Z | Downloaded csv-core v0.1.11 |
| 564 | 2025-02-22T20:26:10.955Z | Downloaded base16ct v0.2.0 |
| 565 | 2025-02-22T20:26:10.955Z | Downloaded http-body-util v0.1.2 |
| 566 | 2025-02-22T20:26:10.958Z | Downloaded crc-catalog v2.4.0 |
| 567 | 2025-02-22T20:26:10.958Z | Downloaded cobs v0.2.3 |
| 568 | 2025-02-22T20:26:10.961Z | Downloaded russh-cryptovec v0.7.3 |
| 569 | 2025-02-22T20:26:10.961Z | Downloaded hyper-tls v0.6.0 |
| 570 | 2025-02-22T20:26:10.964Z | Downloaded addr2line v0.24.2 |
| 571 | 2025-02-22T20:26:10.966Z | Downloaded bitflags v1.3.2 |
| 572 | 2025-02-22T20:26:10.969Z | Downloaded indent_write v2.2.0 |
| 573 | 2025-02-22T20:26:10.971Z | Downloaded ident_case v1.0.1 |
| 574 | 2025-02-22T20:26:10.972Z | Downloaded sigpipe v0.1.3 |
| 575 | 2025-02-22T20:26:10.974Z | Downloaded signal-hook-tokio v0.3.1 |
| 576 | 2025-02-22T20:26:10.974Z | Downloaded cbc v0.1.2 |
| 577 | 2025-02-22T20:26:10.977Z | Downloaded indoc v1.0.9 |
| 578 | 2025-02-22T20:26:10.980Z | Downloaded sync_wrapper v1.0.1 |
| 579 | 2025-02-22T20:26:10.980Z | Downloaded sync-ptr v0.1.1 |
| 580 | 2025-02-22T20:26:10.982Z | Downloaded ciborium v0.2.2 |
| 581 | 2025-02-22T20:26:10.985Z | Downloaded hyper-staticfile v0.10.1 |
| 582 | 2025-02-22T20:26:10.988Z | Downloaded hyper-rustls v0.27.3 |
| 583 | 2025-02-22T20:26:10.991Z | Downloaded cookie_store v0.21.1 |
| 584 | 2025-02-22T20:26:10.993Z | Downloaded indexmap v1.9.3 |
| 585 | 2025-02-22T20:26:10.996Z | Downloaded icu_normalizer_data v1.5.0 |
| 586 | 2025-02-22T20:26:11.000Z | Downloaded icu_properties v1.5.1 |
| 587 | 2025-02-22T20:26:11.003Z | Downloaded termtree v0.4.1 |
| 588 | 2025-02-22T20:26:11.006Z | Downloaded is_ci v1.2.0 |
| 589 | 2025-02-22T20:26:11.009Z | Downloaded crossbeam-utils v0.8.20 |
| 590 | 2025-02-22T20:26:11.011Z | Downloaded rusty-fork v0.3.0 |
| 591 | 2025-02-22T20:26:11.014Z | Downloaded is-terminal v0.4.13 |
| 592 | 2025-02-22T20:26:11.017Z | Downloaded blake2 v0.10.6 |
| 593 | 2025-02-22T20:26:11.020Z | Downloaded allocator-api2 v0.2.18 |
| 594 | 2025-02-22T20:26:11.022Z | Downloaded keccak v0.1.5 |
| 595 | 2025-02-22T20:26:11.022Z | Downloaded home v0.5.9 |
| 596 | 2025-02-22T20:26:11.025Z | Downloaded instant v0.1.13 |
| 597 | 2025-02-22T20:26:11.026Z | Downloaded signature v2.2.0 |
| 598 | 2025-02-22T20:26:11.029Z | Downloaded lalrpop-util v0.19.12 |
| 599 | 2025-02-22T20:26:11.029Z | Downloaded darling_macro v0.20.10 |
| 600 | 2025-02-22T20:26:11.032Z | Downloaded zerofrom v0.1.4 |
| 601 | 2025-02-22T20:26:11.032Z | Downloaded crc32fast v1.4.2 |
| 602 | 2025-02-22T20:26:11.034Z | Downloaded strip-ansi-escapes v0.2.0 |
| 603 | 2025-02-22T20:26:11.034Z | Downloaded match_cfg v0.1.0 |
| 604 | 2025-02-22T20:26:11.037Z | Downloaded string_cache v0.8.7 |
| 605 | 2025-02-22T20:26:11.037Z | Downloaded ahash v0.8.11 |
| 606 | 2025-02-22T20:26:11.040Z | Downloaded mirai-annotations v1.12.0 |
| 607 | 2025-02-22T20:26:11.042Z | Downloaded instability v0.3.2 |
| 608 | 2025-02-22T20:26:11.045Z | Downloaded lazycell v1.3.0 |
| 609 | 2025-02-22T20:26:11.045Z | Downloaded inout v0.1.3 |
| 610 | 2025-02-22T20:26:11.045Z | Downloaded ipnetwork v0.21.1 |
| 611 | 2025-02-22T20:26:11.048Z | Downloaded chacha20poly1305 v0.10.1 |
| 612 | 2025-02-22T20:26:11.051Z | Downloaded supports-color v3.0.1 |
| 613 | 2025-02-22T20:26:11.054Z | Downloaded multimap v0.10.0 |
| 614 | 2025-02-22T20:26:11.054Z | Downloaded lockfree-object-pool v0.1.6 |
| 615 | 2025-02-22T20:26:11.056Z | Downloaded tinystr v0.7.6 |
| 616 | 2025-02-22T20:26:11.059Z | Downloaded jobserver v0.1.32 |
| 617 | 2025-02-22T20:26:11.062Z | Downloaded foreign-types-shared v0.3.1 |
| 618 | 2025-02-22T20:26:11.065Z | Downloaded ipnet v2.10.1 |
| 619 | 2025-02-22T20:26:11.067Z | Downloaded tiny-keccak v2.0.2 |
| 620 | 2025-02-22T20:26:11.070Z | Downloaded icu_normalizer v1.5.0 |
| 621 | 2025-02-22T20:26:11.073Z | Downloaded ghash v0.5.1 |
| 622 | 2025-02-22T20:26:11.076Z | Downloaded termtree v0.5.1 |
| 623 | 2025-02-22T20:26:11.079Z | Downloaded openssl-probe v0.1.5 |
| 624 | 2025-02-22T20:26:11.079Z | Downloaded openssl-macros v0.1.1 |
| 625 | 2025-02-22T20:26:11.081Z | Downloaded zerovec-derive v0.10.3 |
| 626 | 2025-02-22T20:26:11.084Z | Downloaded xz2 v0.1.7 |
| 627 | 2025-02-22T20:26:11.084Z | Downloaded linked-hash-map v0.5.6 |
| 628 | 2025-02-22T20:26:11.088Z | Downloaded lru-cache v0.1.2 |
| 629 | 2025-02-22T20:26:11.091Z | Downloaded bytes v1.9.0 |
| 630 | 2025-02-22T20:26:11.093Z | Downloaded backtrace v0.3.74 |
| 631 | 2025-02-22T20:26:11.098Z | Downloaded rand_xorshift v0.3.0 |
| 632 | 2025-02-22T20:26:11.101Z | Downloaded memmap2 v0.9.5 |
| 633 | 2025-02-22T20:26:11.103Z | Downloaded ed25519 v2.2.3 |
| 634 | 2025-02-22T20:26:11.106Z | Downloaded dyn-clone v1.0.18 |
| 635 | 2025-02-22T20:26:11.109Z | Downloaded fallible-streaming-iterator v0.1.9 |
| 636 | 2025-02-22T20:26:11.109Z | Downloaded mockall v0.13.1 |
| 637 | 2025-02-22T20:26:11.112Z | Downloaded lock_api v0.4.12 |
| 638 | 2025-02-22T20:26:11.114Z | Downloaded document-features v0.2.10 |
| 639 | 2025-02-22T20:26:11.114Z | Downloaded num_threads v0.1.7 |
| 640 | 2025-02-22T20:26:11.117Z | Downloaded psl-types v2.0.11 |
| 641 | 2025-02-22T20:26:11.120Z | Downloaded slog-scope v4.4.0 |
| 642 | 2025-02-22T20:26:11.120Z | Downloaded rfc6979 v0.4.0 |
| 643 | 2025-02-22T20:26:11.123Z | Downloaded libloading v0.8.5 |
| 644 | 2025-02-22T20:26:11.126Z | Downloaded utf-8 v0.7.6 |
| 645 | 2025-02-22T20:26:11.126Z | Downloaded tokio-tungstenite v0.24.0 |
| 646 | 2025-02-22T20:26:11.129Z | Downloaded value-bag v1.9.0 |
| 647 | 2025-02-22T20:26:11.132Z | Downloaded nibble_vec v0.1.0 |
| 648 | 2025-02-22T20:26:11.135Z | Downloaded parse-display v0.10.0 |
| 649 | 2025-02-22T20:26:11.138Z | Downloaded progenitor-impl v0.8.0 |
| 650 | 2025-02-22T20:26:11.140Z | Downloaded mockall_derive v0.13.1 |
| 651 | 2025-02-22T20:26:11.143Z | Downloaded const_format v0.2.34 |
| 652 | 2025-02-22T20:26:11.147Z | Downloaded strum v0.26.3 |
| 653 | 2025-02-22T20:26:11.150Z | Downloaded sqlparser_derive v0.2.2 |
| 654 | 2025-02-22T20:26:11.150Z | Downloaded polyval v0.6.2 |
| 655 | 2025-02-22T20:26:11.156Z | Downloaded ecdsa v0.16.9 |
| 656 | 2025-02-22T20:26:11.159Z | Downloaded num_enum_derive v0.5.11 |
| 657 | 2025-02-22T20:26:11.159Z | Downloaded glob v0.3.2 |
| 658 | 2025-02-22T20:26:11.159Z | Downloaded displaydoc v0.2.5 |
| 659 | 2025-02-22T20:26:11.162Z | Downloaded zone_cfg_derive v0.3.0 |
| 660 | 2025-02-22T20:26:11.164Z | Downloaded progenitor-macro v0.9.1 |
| 661 | 2025-02-22T20:26:11.164Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 662 | 2025-02-22T20:26:11.167Z | Downloaded crypto-bigint v0.5.5 |
| 663 | 2025-02-22T20:26:11.174Z | Downloaded siphasher v0.3.11 |
| 664 | 2025-02-22T20:26:11.177Z | Downloaded semver v0.1.20 |
| 665 | 2025-02-22T20:26:11.180Z | Downloaded rustc-hash v2.0.0 |
| 666 | 2025-02-22T20:26:11.180Z | Downloaded num-complex v0.4.6 |
| 667 | 2025-02-22T20:26:11.183Z | Downloaded newtype_derive v0.1.6 |
| 668 | 2025-02-22T20:26:11.185Z | Downloaded unicode-properties v0.1.3 |
| 669 | 2025-02-22T20:26:11.199Z | Downloaded peg-runtime v0.8.3 |
| 670 | 2025-02-22T20:26:11.202Z | Downloaded universal-hash v0.5.1 |
| 671 | 2025-02-22T20:26:11.202Z | Downloaded thread_local v1.1.8 |
| 672 | 2025-02-22T20:26:11.205Z | Downloaded oso-derive v0.27.3 |
| 673 | 2025-02-22T20:26:11.205Z | Downloaded nodrop v0.1.14 |
| 674 | 2025-02-22T20:26:11.207Z | Downloaded tokio-native-tls v0.3.1 |
| 675 | 2025-02-22T20:26:11.210Z | Downloaded tui-tree-widget v0.23.0 |
| 676 | 2025-02-22T20:26:11.214Z | Downloaded structmeta-derive v0.3.0 |
| 677 | 2025-02-22T20:26:11.214Z | Downloaded structmeta-derive v0.2.0 |
| 678 | 2025-02-22T20:26:11.214Z | Downloaded samael v0.0.17 |
| 679 | 2025-02-22T20:26:11.220Z | Downloaded data-encoding v2.6.0 |
| 680 | 2025-02-22T20:26:11.224Z | Downloaded debug-ignore v1.0.5 |
| 681 | 2025-02-22T20:26:11.227Z | Downloaded dunce v1.0.5 |
| 682 | 2025-02-22T20:26:11.227Z | Downloaded dsl_auto_type v0.1.2 |
| 683 | 2025-02-22T20:26:11.227Z | Downloaded display-error-chain v0.2.2 |
| 684 | 2025-02-22T20:26:11.231Z | Downloaded hash32 v0.3.1 |
| 685 | 2025-02-22T20:26:11.234Z | Downloaded postgres-protocol v0.6.7 |
| 686 | 2025-02-22T20:26:11.234Z | Downloaded postcard v1.0.10 |
| 687 | 2025-02-22T20:26:11.236Z | Downloaded tinyvec_macros v0.1.1 |
| 688 | 2025-02-22T20:26:11.239Z | Downloaded miniz_oxide v0.8.0 |
| 689 | 2025-02-22T20:26:11.242Z | Downloaded publicsuffix v2.3.0 |
| 690 | 2025-02-22T20:26:11.245Z | Downloaded newtype-uuid v1.2.1 |
| 691 | 2025-02-22T20:26:11.247Z | Downloaded password-hash v0.5.0 |
| 692 | 2025-02-22T20:26:11.247Z | Downloaded fixedbitset v0.4.2 |
| 693 | 2025-02-22T20:26:11.250Z | Downloaded serde-hex v0.1.0 |
| 694 | 2025-02-22T20:26:11.253Z | Downloaded filetime v0.2.25 |
| 695 | 2025-02-22T20:26:11.256Z | Downloaded toolchain_find v0.4.0 |
| 696 | 2025-02-22T20:26:11.256Z | Downloaded poly1305 v0.8.0 |
| 697 | 2025-02-22T20:26:11.258Z | Downloaded slog-term v2.9.1 |
| 698 | 2025-02-22T20:26:11.261Z | Downloaded utf16_iter v1.0.5 |
| 699 | 2025-02-22T20:26:11.264Z | Downloaded serde_derive_internals v0.29.1 |
| 700 | 2025-02-22T20:26:11.267Z | Downloaded derive_more v0.99.19 |
| 701 | 2025-02-22T20:26:11.271Z | Downloaded unicode-truncate v1.1.0 |
| 702 | 2025-02-22T20:26:11.275Z | Downloaded foreign-types-shared v0.1.1 |
| 703 | 2025-02-22T20:26:11.278Z | Downloaded signal-hook-mio v0.2.4 |
| 704 | 2025-02-22T20:26:11.279Z | Downloaded rustversion v1.0.17 |
| 705 | 2025-02-22T20:26:11.281Z | Downloaded ref-cast v1.0.23 |
| 706 | 2025-02-22T20:26:11.284Z | Downloaded derive_builder_core v0.20.2 |
| 707 | 2025-02-22T20:26:11.287Z | Downloaded uzers v0.12.1 |
| 708 | 2025-02-22T20:26:11.289Z | Downloaded new_debug_unreachable v1.0.6 |
| 709 | 2025-02-22T20:26:11.292Z | Downloaded http v1.2.0 |
| 710 | 2025-02-22T20:26:11.297Z | Downloaded newline-converter v0.3.0 |
| 711 | 2025-02-22T20:26:11.299Z | Downloaded subtle v2.6.1 |
| 712 | 2025-02-22T20:26:11.299Z | Downloaded zip v0.6.6 |
| 713 | 2025-02-22T20:26:11.305Z | Downloaded number_prefix v0.4.0 |
| 714 | 2025-02-22T20:26:11.308Z | Downloaded topological-sort v0.2.2 |
| 715 | 2025-02-22T20:26:11.308Z | Downloaded synstructure v0.13.1 |
| 716 | 2025-02-22T20:26:11.311Z | Downloaded hickory-resolver v0.24.3 |
| 717 | 2025-02-22T20:26:11.315Z | Downloaded dirs-next v2.0.0 |
| 718 | 2025-02-22T20:26:11.319Z | Downloaded parking_lot_core v0.9.10 |
| 719 | 2025-02-22T20:26:11.322Z | Downloaded proc-macro-error2 v2.0.1 |
| 720 | 2025-02-22T20:26:11.325Z | Downloaded unarray v0.1.4 |
| 721 | 2025-02-22T20:26:11.327Z | Downloaded zeroize_derive v1.4.2 |
| 722 | 2025-02-22T20:26:11.327Z | Downloaded peg-macros v0.8.4 |
| 723 | 2025-02-22T20:26:11.331Z | Downloaded dropshot_endpoint v0.15.1 |
| 724 | 2025-02-22T20:26:11.334Z | Downloaded ena v0.14.3 |
| 725 | 2025-02-22T20:26:11.337Z | Downloaded deranged v0.3.11 |
| 726 | 2025-02-22T20:26:11.339Z | Downloaded fatfs v0.3.6 |
| 727 | 2025-02-22T20:26:11.342Z | Downloaded rtoolbox v0.0.2 |
| 728 | 2025-02-22T20:26:11.344Z | Downloaded minimal-lexical v0.2.1 |
| 729 | 2025-02-22T20:26:11.349Z | Downloaded packed_struct_codegen v0.10.1 |
| 730 | 2025-02-22T20:26:11.352Z | Downloaded futures-sink v0.3.31 |
| 731 | 2025-02-22T20:26:11.355Z | Downloaded time-macros v0.2.18 |
| 732 | 2025-02-22T20:26:11.357Z | Downloaded tar v0.4.42 |
| 733 | 2025-02-22T20:26:11.360Z | Downloaded endian-type v0.1.2 |
| 734 | 2025-02-22T20:26:11.360Z | Downloaded aes-gcm v0.10.3 |
| 735 | 2025-02-22T20:26:11.364Z | Downloaded normalize-line-endings v0.3.0 |
| 736 | 2025-02-22T20:26:11.368Z | Downloaded fxhash v0.2.1 |
| 737 | 2025-02-22T20:26:11.368Z | Downloaded tokio-stream v0.1.16 |
| 738 | 2025-02-22T20:26:11.372Z | Downloaded serde_urlencoded v0.7.1 |
| 739 | 2025-02-22T20:26:11.375Z | Downloaded powerfmt v0.2.0 |
| 740 | 2025-02-22T20:26:11.378Z | Downloaded packed_struct v0.10.1 |
| 741 | 2025-02-22T20:26:11.380Z | Downloaded rustc_version v0.4.1 |
| 742 | 2025-02-22T20:26:11.380Z | Downloaded rustc_version v0.1.7 |
| 743 | 2025-02-22T20:26:11.383Z | Downloaded r2d2 v0.8.10 |
| 744 | 2025-02-22T20:26:11.383Z | Downloaded twox-hash v2.1.0 |
| 745 | 2025-02-22T20:26:11.386Z | Downloaded parse-size v1.1.0 |
| 746 | 2025-02-22T20:26:11.388Z | Downloaded itertools v0.10.5 |
| 747 | 2025-02-22T20:26:11.395Z | Downloaded take_mut v0.2.2 |
| 748 | 2025-02-22T20:26:11.398Z | Downloaded typify-macro v0.2.0 |
| 749 | 2025-02-22T20:26:11.398Z | Downloaded tokio-macros v2.5.0 |
| 750 | 2025-02-22T20:26:11.401Z | Downloaded parking_lot v0.11.2 |
| 751 | 2025-02-22T20:26:11.404Z | Downloaded dirs-sys-next v0.1.2 |
| 752 | 2025-02-22T20:26:11.404Z | Downloaded tls_codec_derive v0.4.1 |
| 753 | 2025-02-22T20:26:11.406Z | Downloaded serde_repr v0.1.19 |
| 754 | 2025-02-22T20:26:11.409Z | Downloaded tls_codec v0.4.1 |
| 755 | 2025-02-22T20:26:11.412Z | Downloaded futures-channel v0.3.31 |
| 756 | 2025-02-22T20:26:11.414Z | Downloaded subprocess v0.2.9 |
| 757 | 2025-02-22T20:26:11.417Z | Downloaded waitgroup v0.1.2 |
| 758 | 2025-02-22T20:26:11.420Z | Downloaded radium v0.7.0 |
| 759 | 2025-02-22T20:26:11.420Z | Downloaded static_assertions v1.1.0 |
| 760 | 2025-02-22T20:26:11.423Z | Downloaded serde_plain v1.0.2 |
| 761 | 2025-02-22T20:26:11.423Z | Downloaded vte_generate_state_changes v0.1.2 |
| 762 | 2025-02-22T20:26:11.426Z | Downloaded url v2.5.3 |
| 763 | 2025-02-22T20:26:11.428Z | Downloaded qorb v0.2.1 |
| 764 | 2025-02-22T20:26:11.433Z | Downloaded postgres-types v0.2.8 |
| 765 | 2025-02-22T20:26:11.437Z | Downloaded parse-display-derive v0.10.0 |
| 766 | 2025-02-22T20:26:11.440Z | Downloaded libm v0.2.8 |
| 767 | 2025-02-22T20:26:11.447Z | Downloaded path-slash v0.1.5 |
| 768 | 2025-02-22T20:26:11.449Z | Downloaded rand_core v0.6.4 |
| 769 | 2025-02-22T20:26:11.452Z | Downloaded rand_chacha v0.3.1 |
| 770 | 2025-02-22T20:26:11.452Z | Downloaded zone v0.1.8 |
| 771 | 2025-02-22T20:26:11.455Z | Downloaded foreign-types v0.3.2 |
| 772 | 2025-02-22T20:26:11.455Z | Downloaded tokio-util v0.7.12 |
| 773 | 2025-02-22T20:26:11.462Z | Downloaded parking_lot v0.12.3 |
| 774 | 2025-02-22T20:26:11.465Z | Downloaded itertools v0.14.0 |
| 775 | 2025-02-22T20:26:11.474Z | Downloaded tower-service v0.3.3 |
| 776 | 2025-02-22T20:26:11.476Z | Downloaded native-tls v0.2.12 |
| 777 | 2025-02-22T20:26:11.479Z | Downloaded derive_builder_macro v0.20.2 |
| 778 | 2025-02-22T20:26:11.479Z | Downloaded want v0.3.1 |
| 779 | 2025-02-22T20:26:11.482Z | Downloaded wait-timeout v0.2.0 |
| 780 | 2025-02-22T20:26:11.482Z | Downloaded nu-ansi-term v0.50.1 |
| 781 | 2025-02-22T20:26:11.486Z | Downloaded downcast v0.11.0 |
| 782 | 2025-02-22T20:26:11.488Z | Downloaded either v1.13.0 |
| 783 | 2025-02-22T20:26:11.491Z | Downloaded owo-colors v4.1.0 |
| 784 | 2025-02-22T20:26:11.493Z | Downloaded flate2 v1.0.35 |
| 785 | 2025-02-22T20:26:11.499Z | Downloaded hex v0.4.3 |
| 786 | 2025-02-22T20:26:11.501Z | Downloaded foreign-types v0.5.0 |
| 787 | 2025-02-22T20:26:11.504Z | Downloaded zone v0.3.0 |
| 788 | 2025-02-22T20:26:11.504Z | Downloaded zeroize v1.8.1 |
| 789 | 2025-02-22T20:26:11.510Z | Downloaded phf_shared v0.11.2 |
| 790 | 2025-02-22T20:26:11.510Z | Downloaded foreign-types-macros v0.2.3 |
| 791 | 2025-02-22T20:26:11.513Z | Downloaded zerofrom-derive v0.1.4 |
| 792 | 2025-02-22T20:26:11.513Z | Downloaded term v0.7.0 |
| 793 | 2025-02-22T20:26:11.514Z | Downloaded rustfmt-wrapper v0.2.1 |
| 794 | 2025-02-22T20:26:11.516Z | Downloaded diff v0.1.13 |
| 795 | 2025-02-22T20:26:11.519Z | Downloaded slog-envlogger v2.2.0 |
| 796 | 2025-02-22T20:26:11.522Z | Downloaded termios v0.3.3 |
| 797 | 2025-02-22T20:26:11.525Z | Downloaded slog-dtrace v0.3.0 |
| 798 | 2025-02-22T20:26:11.525Z | Downloaded slog-bunyan v2.5.0 |
| 799 | 2025-02-22T20:26:11.528Z | Downloaded precomputed-hash v0.1.1 |
| 800 | 2025-02-22T20:26:11.528Z | Downloaded smf v0.2.3 |
| 801 | 2025-02-22T20:26:11.530Z | Downloaded which v4.4.2 |
| 802 | 2025-02-22T20:26:11.530Z | Downloaded smallvec v1.13.2 |
| 803 | 2025-02-22T20:26:11.533Z | Downloaded tokio-rustls v0.25.0 |
| 804 | 2025-02-22T20:26:11.536Z | Downloaded flagset v0.4.6 |
| 805 | 2025-02-22T20:26:11.538Z | Downloaded slog-async v2.8.0 |
| 806 | 2025-02-22T20:26:11.541Z | Downloaded derive-where v1.2.7 |
| 807 | 2025-02-22T20:26:11.544Z | Downloaded password-hash v0.4.2 |
| 808 | 2025-02-22T20:26:11.547Z | Downloaded p256 v0.13.2 |
| 809 | 2025-02-22T20:26:11.551Z | Downloaded num v0.4.3 |
| 810 | 2025-02-22T20:26:11.553Z | Downloaded hash32 v0.2.1 |
| 811 | 2025-02-22T20:26:11.556Z | Downloaded olpc-cjson v0.1.4 |
| 812 | 2025-02-22T20:26:11.556Z | Downloaded oso v0.27.3 |
| 813 | 2025-02-22T20:26:11.560Z | Downloaded nom v7.1.3 |
| 814 | 2025-02-22T20:26:11.567Z | Downloaded num-iter v0.1.45 |
| 815 | 2025-02-22T20:26:11.569Z | Downloaded itertools v0.13.0 |
| 816 | 2025-02-22T20:26:11.577Z | Downloaded termcolor v1.4.1 |
| 817 | 2025-02-22T20:26:11.580Z | Downloaded wyz v0.5.1 |
| 818 | 2025-02-22T20:26:11.582Z | Downloaded signal-hook-registry v1.4.2 |
| 819 | 2025-02-22T20:26:11.582Z | Downloaded serde_path_to_error v0.1.16 |
| 820 | 2025-02-22T20:26:11.585Z | Downloaded predicates-core v1.0.8 |
| 821 | 2025-02-22T20:26:11.588Z | Downloaded defmt v0.3.8 |
| 822 | 2025-02-22T20:26:11.590Z | Downloaded quinn v0.11.5 |
| 823 | 2025-02-22T20:26:11.595Z | Downloaded progenitor-client v0.9.1 |
| 824 | 2025-02-22T20:26:11.598Z | Downloaded predicates-tree v1.0.11 |
| 825 | 2025-02-22T20:26:11.598Z | Downloaded heck v0.3.3 |
| 826 | 2025-02-22T20:26:11.598Z | Downloaded float-cmp v0.10.0 |
| 827 | 2025-02-22T20:26:11.601Z | Downloaded time v0.3.36 |
| 828 | 2025-02-22T20:26:11.608Z | Downloaded phf_shared v0.10.0 |
| 829 | 2025-02-22T20:26:11.611Z | Downloaded winnow v0.5.40 |
| 830 | 2025-02-22T20:26:11.619Z | Downloaded num-conv v0.1.0 |
| 831 | 2025-02-22T20:26:11.622Z | Downloaded yoke-derive v0.7.4 |
| 832 | 2025-02-22T20:26:11.622Z | Downloaded funty v2.0.0 |
| 833 | 2025-02-22T20:26:11.625Z | Downloaded pin-project v1.1.6 |
| 834 | 2025-02-22T20:26:11.638Z | Downloaded gethostname v0.5.0 |
| 835 | 2025-02-22T20:26:11.641Z | Downloaded write16 v1.0.0 |
| 836 | 2025-02-22T20:26:11.641Z | Downloaded spin v0.9.8 |
| 837 | 2025-02-22T20:26:11.643Z | Downloaded test-strategy v0.3.1 |
| 838 | 2025-02-22T20:26:11.647Z | Downloaded ron v0.7.1 |
| 839 | 2025-02-22T20:26:11.653Z | Downloaded stable_deref_trait v1.2.0 |
| 840 | 2025-02-22T20:26:11.656Z | Downloaded bindgen v0.69.5 |
| 841 | 2025-02-22T20:26:11.662Z | Downloaded pretty-hex v0.2.1 |
| 842 | 2025-02-22T20:26:11.665Z | Downloaded foldhash v0.1.3 |
| 843 | 2025-02-22T20:26:11.665Z | Downloaded derive_builder v0.20.2 |
| 844 | 2025-02-22T20:26:11.669Z | Downloaded zone_cfg_derive v0.1.2 |
| 845 | 2025-02-22T20:26:11.672Z | Downloaded thiserror-impl v2.0.11 |
| 846 | 2025-02-22T20:26:11.672Z | Downloaded omicron-zone-package v0.12.0 |
| 847 | 2025-02-22T20:26:11.676Z | Downloaded secrecy v0.8.0 |
| 848 | 2025-02-22T20:26:11.679Z | Downloaded num-integer v0.1.46 |
| 849 | 2025-02-22T20:26:11.681Z | Downloaded num-derive v0.4.2 |
| 850 | 2025-02-22T20:26:11.681Z | Downloaded scrypt v0.11.0 |
| 851 | 2025-02-22T20:26:11.684Z | Downloaded pkcs1 v0.7.5 |
| 852 | 2025-02-22T20:26:11.687Z | Downloaded ssh-key v0.6.6 |
| 853 | 2025-02-22T20:26:11.693Z | Downloaded progenitor-client v0.8.0 |
| 854 | 2025-02-22T20:26:11.696Z | Downloaded group v0.13.0 |
| 855 | 2025-02-22T20:26:11.699Z | Downloaded quinn-proto v0.11.8 |
| 856 | 2025-02-22T20:26:11.704Z | Downloaded sqlformat v0.2.6 |
| 857 | 2025-02-22T20:26:11.707Z | Downloaded strum_macros v0.24.3 |
| 858 | 2025-02-22T20:26:11.709Z | Downloaded tokio-rustls v0.26.0 |
| 859 | 2025-02-22T20:26:11.712Z | Downloaded smallvec v0.6.14 |
| 860 | 2025-02-22T20:26:11.715Z | Downloaded whoami v1.5.2 |
| 861 | 2025-02-22T20:26:11.715Z | Downloaded fs_extra v1.3.0 |
| 862 | 2025-02-22T20:26:11.718Z | Downloaded diesel_derives v2.2.3 |
| 863 | 2025-02-22T20:26:11.722Z | Downloaded scopeguard v1.2.0 |
| 864 | 2025-02-22T20:26:11.724Z | Downloaded salty v0.3.0 |
| 865 | 2025-02-22T20:26:11.731Z | Downloaded pin-utils v0.1.0 |
| 866 | 2025-02-22T20:26:11.733Z | Downloaded tungstenite v0.21.0 |
| 867 | 2025-02-22T20:26:11.736Z | Downloaded walkdir v2.5.0 |
| 868 | 2025-02-22T20:26:11.739Z | Downloaded yoke v0.7.4 |
| 869 | 2025-02-22T20:26:11.742Z | Downloaded embedded-io v0.4.0 |
| 870 | 2025-02-22T20:26:11.744Z | Downloaded thiserror-no-std v2.0.2 |
| 871 | 2025-02-22T20:26:11.747Z | Downloaded zerocopy-derive v0.8.10 |
| 872 | 2025-02-22T20:26:11.753Z | Downloaded tungstenite v0.23.0 |
| 873 | 2025-02-22T20:26:11.758Z | Downloaded zerovec v0.10.4 |
| 874 | 2025-02-22T20:26:11.764Z | Downloaded env_logger v0.11.5 |
| 875 | 2025-02-22T20:26:11.767Z | Downloaded tracing-core v0.1.32 |
| 876 | 2025-02-22T20:26:11.771Z | Downloaded slog-json v2.6.1 |
| 877 | 2025-02-22T20:26:11.773Z | Downloaded heapless v0.8.0 |
| 878 | 2025-02-22T20:26:11.777Z | Downloaded tungstenite v0.24.0 |
| 879 | 2025-02-22T20:26:11.781Z | Downloaded slog v2.7.0 |
| 880 | 2025-02-22T20:26:11.785Z | Downloaded sct v0.7.1 |
| 881 | 2025-02-22T20:26:11.788Z | Downloaded pkcs5 v0.7.1 |
| 882 | 2025-02-22T20:26:11.793Z | Downloaded pkcs8 v0.10.2 |
| 883 | 2025-02-22T20:26:11.796Z | Downloaded vcpkg v0.2.15 |
| 884 | 2025-02-22T20:26:11.836Z | Downloaded zerocopy v0.6.6 |
| 885 | 2025-02-22T20:26:11.839Z | Downloaded futures v0.3.31 |
| 886 | 2025-02-22T20:26:11.843Z | Downloaded rustls-webpki v0.102.8 |
| 887 | 2025-02-22T20:26:11.864Z | Downloaded prettyplease v0.2.29 |
| 888 | 2025-02-22T20:26:11.868Z | Downloaded git2 v0.19.0 |
| 889 | 2025-02-22T20:26:11.877Z | Downloaded num-bigint v0.4.6 |
| 890 | 2025-02-22T20:26:11.883Z | Downloaded rand v0.8.5 |
| 891 | 2025-02-22T20:26:11.887Z | Downloaded gimli v0.31.1 |
| 892 | 2025-02-22T20:26:11.896Z | Downloaded reedline v0.35.0 |
| 893 | 2025-02-22T20:26:11.905Z | Downloaded hashbrown v0.14.5 |
| 894 | 2025-02-22T20:26:11.911Z | Downloaded quick-xml v0.33.0 |
| 895 | 2025-02-22T20:26:11.919Z | Downloaded rusqlite v0.32.1 |
| 896 | 2025-02-22T20:26:11.926Z | Downloaded petname v2.0.2 |
| 897 | 2025-02-22T20:26:11.933Z | Downloaded x509-cert v0.2.5 |
| 898 | 2025-02-22T20:26:11.940Z | Downloaded tough v0.19.0 |
| 899 | 2025-02-22T20:26:11.951Z | Downloaded rayon v1.10.0 |
| 900 | 2025-02-22T20:26:11.961Z | Downloaded futures-util v0.3.31 |
| 901 | 2025-02-22T20:26:11.974Z | Downloaded h2 v0.4.6 |
| 902 | 2025-02-22T20:26:11.982Z | Downloaded unicode-width v0.2.0 |
| 903 | 2025-02-22T20:26:11.988Z | Downloaded reqwest v0.12.12 |
| 904 | 2025-02-22T20:26:11.999Z | Downloaded hickory-proto v0.24.3 |
| 905 | 2025-02-22T20:26:12.015Z | Downloaded webpki-roots v0.26.6 |
| 906 | 2025-02-22T20:26:12.019Z | Downloaded nix v0.27.1 |
| 907 | 2025-02-22T20:26:12.030Z | Downloaded rustls v0.22.4 |
| 908 | 2025-02-22T20:26:12.044Z | Downloaded polar-core v0.27.3 |
| 909 | 2025-02-22T20:26:12.053Z | Downloaded regress v0.9.1 |
| 910 | 2025-02-22T20:26:12.063Z | Downloaded rustls-webpki v0.101.7 |
| 911 | 2025-02-22T20:26:12.078Z | Downloaded regex-syntax v0.6.29 |
| 912 | 2025-02-22T20:26:12.086Z | Downloaded zerocopy v0.8.10 |
| 913 | 2025-02-22T20:26:12.111Z | Downloaded regress v0.10.1 |
| 914 | 2025-02-22T20:26:12.120Z | Downloaded diesel v2.2.7 |
| 915 | 2025-02-22T20:26:12.140Z | Downloaded object v0.36.5 |
| 916 | 2025-02-22T20:26:12.152Z | Downloaded typify-impl v0.3.0 |
| 917 | 2025-02-22T20:26:12.171Z | Downloaded bstr v1.10.0 |
| 918 | 2025-02-22T20:26:12.182Z | Downloaded tabled v0.18.0 |
| 919 | 2025-02-22T20:26:12.200Z | Downloaded radix_trie v0.2.1 |
| 920 | 2025-02-22T20:26:12.206Z | Downloaded regex-syntax v0.8.5 |
| 921 | 2025-02-22T20:26:12.215Z | Downloaded object v0.30.4 |
| 922 | 2025-02-22T20:26:12.225Z | Downloaded nix v0.29.0 |
| 923 | 2025-02-22T20:26:12.238Z | Downloaded typify-impl v0.2.0 |
| 924 | 2025-02-22T20:26:12.254Z | Downloaded dropshot v0.12.0 |
| 925 | 2025-02-22T20:26:12.275Z | Downloaded openapiv3 v2.0.0 |
| 926 | 2025-02-22T20:26:12.288Z | Downloaded rustls v0.21.12 |
| 927 | 2025-02-22T20:26:12.300Z | Downloaded rustls v0.23.19 |
| 928 | 2025-02-22T20:26:12.312Z | Downloaded nix v0.28.0 |
| 929 | 2025-02-22T20:26:12.324Z | Downloaded dropshot v0.15.1 |
| 930 | 2025-02-22T20:26:12.346Z | Downloaded p384 v0.13.0 |
| 931 | 2025-02-22T20:26:12.352Z | Downloaded chrono-tz v0.10.1 |
| 932 | 2025-02-22T20:26:12.360Z | Downloaded smoltcp v0.11.0 |
| 933 | 2025-02-22T20:26:12.373Z | Downloaded openssl v0.10.71 |
| 934 | 2025-02-22T20:26:12.384Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 935 | 2025-02-22T20:26:12.397Z | Downloaded lzma-sys v0.1.20 |
| 936 | 2025-02-22T20:26:12.427Z | Downloaded zerocopy-derive v0.6.6 |
| 937 | 2025-02-22T20:26:12.437Z | Downloaded ratatui v0.29.0 |
| 938 | 2025-02-22T20:26:12.458Z | Downloaded regex-automata v0.4.8 |
| 939 | 2025-02-22T20:26:12.475Z | Downloaded sled v0.34.7 |
| 940 | 2025-02-22T20:26:12.486Z | Downloaded smoltcp v0.9.1 |
| 941 | 2025-02-22T20:26:12.496Z | Downloaded sha3 v0.10.8 |
| 942 | 2025-02-22T20:26:12.501Z | Downloaded petgraph v0.6.5 |
| 943 | 2025-02-22T20:26:12.520Z | Downloaded libz-sys v1.1.20 |
| 944 | 2025-02-22T20:26:12.541Z | Downloaded curve25519-dalek v4.1.3 |
| 945 | 2025-02-22T20:26:12.550Z | Downloaded regex v1.11.1 |
| 946 | 2025-02-22T20:26:12.563Z | Downloaded zopfli v0.8.1 |
| 947 | 2025-02-22T20:26:12.565Z | Downloaded tracing v0.1.40 |
| 948 | 2025-02-22T20:26:12.569Z | Downloaded thiserror v2.0.11 |
| 949 | 2025-02-22T20:26:12.575Z | Downloaded dropshot_endpoint v0.12.0 |
| 950 | 2025-02-22T20:26:12.578Z | Downloaded proptest v1.5.0 |
| 951 | 2025-02-22T20:26:12.588Z | Downloaded sqlparser v0.45.0 |
| 952 | 2025-02-22T20:26:12.594Z | Downloaded csv v1.3.1 |
| 953 | 2025-02-22T20:26:12.614Z | Downloaded tokio v1.43.0 |
| 954 | 2025-02-22T20:26:12.653Z | Downloaded vte v0.11.1 |
| 955 | 2025-02-22T20:26:12.656Z | Downloaded socket2 v0.5.7 |
| 956 | 2025-02-22T20:26:12.659Z | Downloaded darling_core v0.20.10 |
| 957 | 2025-02-22T20:26:12.662Z | Downloaded lalrpop v0.19.12 |
| 958 | 2025-02-22T20:26:12.674Z | Downloaded headers v0.4.0 |
| 959 | 2025-02-22T20:26:12.679Z | Downloaded half v2.4.1 |
| 960 | 2025-02-22T20:26:12.681Z | Downloaded yasna v0.5.2 |
| 961 | 2025-02-22T20:26:12.684Z | Downloaded embedded-io v0.6.1 |
| 962 | 2025-02-22T20:26:12.687Z | Downloaded icu_properties_data v1.5.0 |
| 963 | 2025-02-22T20:26:12.696Z | Downloaded typed-path v0.9.3 |
| 964 | 2025-02-22T20:26:12.702Z | Downloaded peg v0.8.4 |
| 965 | 2025-02-22T20:26:12.705Z | Downloaded pbkdf2 v0.12.2 |
| 966 | 2025-02-22T20:26:12.708Z | Downloaded pbkdf2 v0.11.0 |
| 967 | 2025-02-22T20:26:12.711Z | Downloaded fragile v2.0.0 |
| 968 | 2025-02-22T20:26:12.711Z | Downloaded rustls-pki-types v1.10.0 |
| 969 | 2025-02-22T20:26:12.714Z | Downloaded pkg-config v0.3.31 |
| 970 | 2025-02-22T20:26:12.717Z | Downloaded parse-zoneinfo v0.3.1 |
| 971 | 2025-02-22T20:26:12.719Z | Downloaded chrono v0.4.39 |
| 972 | 2025-02-22T20:26:12.725Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 973 | 2025-02-22T20:26:12.728Z | Downloaded bitvec v1.0.1 |
| 974 | 2025-02-22T20:26:12.742Z | Downloaded futures-task v0.3.31 |
| 975 | 2025-02-22T20:26:12.745Z | Downloaded defmt-parser v0.3.4 |
| 976 | 2025-02-22T20:26:12.745Z | Downloaded defmt-macros v0.3.9 |
| 977 | 2025-02-22T20:26:12.747Z | Downloaded slab v0.4.9 |
| 978 | 2025-02-22T20:26:12.750Z | Downloaded encoding_rs v0.8.34 |
| 979 | 2025-02-22T20:26:12.770Z | Downloaded simd-adler32 v0.3.7 |
| 980 | 2025-02-22T20:26:12.772Z | Downloaded sec1 v0.7.3 |
| 981 | 2025-02-22T20:26:12.775Z | Downloaded portable-atomic v1.9.0 |
| 982 | 2025-02-22T20:26:12.780Z | Downloaded schemars_derive v0.8.21 |
| 983 | 2025-02-22T20:26:12.782Z | Downloaded num-rational v0.4.2 |
| 984 | 2025-02-22T20:26:12.785Z | Downloaded tracing-attributes v0.1.27 |
| 985 | 2025-02-22T20:26:12.785Z | Downloaded ron v0.8.1 |
| 986 | 2025-02-22T20:26:12.790Z | Downloaded p521 v0.13.3 |
| 987 | 2025-02-22T20:26:12.794Z | Downloaded steno v0.4.1 |
| 988 | 2025-02-22T20:26:12.800Z | Downloaded num-traits v0.2.19 |
| 989 | 2025-02-22T20:26:12.802Z | Downloaded elliptic-curve v0.13.8 |
| 990 | 2025-02-22T20:26:12.805Z | Downloaded hashlink v0.9.1 |
| 991 | 2025-02-22T20:26:12.808Z | Downloaded darling v0.20.10 |
| 992 | 2025-02-22T20:26:12.811Z | Downloaded progenitor-impl v0.9.1 |
| 993 | 2025-02-22T20:26:12.814Z | Downloaded heapless v0.7.17 |
| 994 | 2025-02-22T20:26:12.817Z | Downloaded env_logger v0.10.2 |
| 995 | 2025-02-22T20:26:12.820Z | Downloaded expectorate v1.1.0 |
| 996 | 2025-02-22T20:26:12.823Z | Downloaded rustls-pemfile v1.0.4 |
| 997 | 2025-02-22T20:26:12.825Z | Downloaded snafu v0.8.5 |
| 998 | 2025-02-22T20:26:12.831Z | Downloaded openssl-sys v0.9.106 |
| 999 | 2025-02-22T20:26:12.836Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 1000 | 2025-02-22T20:26:12.895Z | Downloaded tower v0.5.2 |
| 1001 | 2025-02-22T20:26:12.903Z | Downloaded float-ord v0.3.2 |
| 1002 | 2025-02-22T20:26:12.906Z | Downloaded spki v0.7.3 |
| 1003 | 2025-02-22T20:26:12.906Z | Downloaded ring v0.17.9 |
| 1004 | 2025-02-22T20:26:12.948Z | Downloaded quick-error v1.2.3 |
| 1005 | 2025-02-22T20:26:12.951Z | Downloaded diesel-dtrace v0.4.2 |
| 1006 | 2025-02-22T20:26:12.951Z | Downloaded rcgen v0.12.1 |
| 1007 | 2025-02-22T20:26:12.954Z | Downloaded rayon-core v1.12.1 |
| 1008 | 2025-02-22T20:26:12.957Z | Downloaded zip v2.1.3 |
| 1009 | 2025-02-22T20:26:12.962Z | Downloaded aws-lc-rs v1.10.0 |
| 1010 | 2025-02-22T20:26:12.971Z | Downloaded russh v0.45.0 |
| 1011 | 2025-02-22T20:26:12.976Z | Downloaded writeable v0.5.5 |
| 1012 | 2025-02-22T20:26:12.979Z | Downloaded tabwriter v1.4.0 |
| 1013 | 2025-02-22T20:26:12.981Z | Downloaded strum_macros v0.25.3 |
| 1014 | 2025-02-22T20:26:12.981Z | Downloaded predicates v3.1.3 |
| 1015 | 2025-02-22T20:26:12.984Z | Downloaded tabled_derive v0.10.0 |
| 1016 | 2025-02-22T20:26:12.987Z | Downloaded hashbrown v0.12.3 |
| 1017 | 2025-02-22T20:26:12.989Z | Downloaded unicode-normalization v0.1.24 |
| 1018 | 2025-02-22T20:26:12.993Z | Downloaded hkdf v0.12.4 |
| 1019 | 2025-02-22T20:26:12.996Z | Downloaded try-lock v0.2.5 |
| 1020 | 2025-02-22T20:26:12.998Z | Downloaded tower-layer v0.3.3 |
| 1021 | 2025-02-22T20:26:12.998Z | Downloaded ppv-lite86 v0.2.20 |
| 1022 | 2025-02-22T20:26:12.998Z | Downloaded pin-project-lite v0.2.14 |
| 1023 | 2025-02-22T20:26:13.003Z | Downloaded pin-project-internal v1.1.6 |
| 1024 | 2025-02-22T20:26:13.005Z | Downloaded der v0.7.9 |
| 1025 | 2025-02-22T20:26:13.010Z | Downloaded blake3 v1.5.4 |
| 1026 | 2025-02-22T20:26:13.017Z | Downloaded unicode-segmentation v1.12.0 |
| 1027 | 2025-02-22T20:26:13.021Z | Downloaded hickory-server v0.24.3 |
| 1028 | 2025-02-22T20:26:13.027Z | Downloaded tokio-rustls v0.24.1 |
| 1029 | 2025-02-22T20:26:13.029Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1030 | 2025-02-22T20:26:13.032Z | Downloaded unicode_categories v0.1.1 |
| 1031 | 2025-02-22T20:26:13.035Z | Downloaded resolv-conf v0.7.0 |
| 1032 | 2025-02-22T20:26:13.038Z | Downloaded hashbrown v0.13.2 |
| 1033 | 2025-02-22T20:26:13.042Z | Downloaded num-bigint-dig v0.8.4 |
| 1034 | 2025-02-22T20:26:13.046Z | Downloaded nanorand v0.7.0 |
| 1035 | 2025-02-22T20:26:13.049Z | Downloaded daft-derive v0.1.1 |
| 1036 | 2025-02-22T20:26:13.052Z | Downloaded typify v0.3.0 |
| 1037 | 2025-02-22T20:26:13.055Z | Downloaded flume v0.11.1 |
| 1038 | 2025-02-22T20:26:13.059Z | Downloaded serde_with v3.11.0 |
| 1039 | 2025-02-22T20:26:13.068Z | Downloaded libxml v0.3.3 |
| 1040 | 2025-02-22T20:26:13.073Z | Downloaded schemars v0.8.21 |
| 1041 | 2025-02-22T20:26:13.085Z | Downloaded rsa v0.9.6 |
| 1042 | 2025-02-22T20:26:13.089Z | Downloaded tokio-postgres v0.7.12 |
| 1043 | 2025-02-22T20:26:13.094Z | Downloaded oxnet v0.1.0 |
| 1044 | 2025-02-22T20:26:13.097Z | Downloaded num_enum v0.5.11 |
| 1045 | 2025-02-22T20:26:13.101Z | Downloaded vsss-rs v3.3.4 |
| 1046 | 2025-02-22T20:26:13.103Z | Downloaded structmeta v0.3.0 |
| 1047 | 2025-02-22T20:26:13.106Z | Downloaded toml_edit v0.19.15 |
| 1048 | 2025-02-22T20:26:13.119Z | Downloaded rustyline v14.0.0 |
| 1049 | 2025-02-22T20:26:13.124Z | Downloaded aho-corasick v1.1.3 |
| 1050 | 2025-02-22T20:26:13.130Z | Downloaded time-core v0.1.2 |
| 1051 | 2025-02-22T20:26:13.132Z | Downloaded env_filter v0.1.2 |
| 1052 | 2025-02-22T20:26:13.132Z | Downloaded enum-as-inner v0.6.1 |
| 1053 | 2025-02-22T20:26:13.135Z | Downloaded ed25519-dalek v2.1.1 |
| 1054 | 2025-02-22T20:26:13.138Z | Downloaded futures-io v0.3.31 |
| 1055 | 2025-02-22T20:26:13.138Z | Downloaded signal-hook v0.3.17 |
| 1056 | 2025-02-22T20:26:13.140Z | Downloaded itertools v0.12.1 |
| 1057 | 2025-02-22T20:26:13.147Z | Downloaded structmeta v0.2.0 |
| 1058 | 2025-02-22T20:26:13.150Z | Downloaded sha1 v0.10.6 |
| 1059 | 2025-02-22T20:26:13.154Z | Downloaded crossterm v0.28.1 |
| 1060 | 2025-02-22T20:26:13.156Z | Downloaded unsafe-libyaml v0.2.11 |
| 1061 | 2025-02-22T20:26:13.160Z | Downloaded opaque-debug v0.3.1 |
| 1062 | 2025-02-22T20:26:13.162Z | Downloaded mio v1.0.2 |
| 1063 | 2025-02-22T20:26:13.166Z | Downloaded strum_macros v0.26.4 |
| 1064 | 2025-02-22T20:26:13.169Z | Downloaded snafu-derive v0.8.5 |
| 1065 | 2025-02-22T20:26:13.172Z | Downloaded papergrid v0.14.0 |
| 1066 | 2025-02-22T20:26:13.175Z | Downloaded futures-executor v0.3.31 |
| 1067 | 2025-02-22T20:26:13.177Z | Downloaded futures-core v0.3.31 |
| 1068 | 2025-02-22T20:26:13.177Z | Downloaded shlex v1.3.0 |
| 1069 | 2025-02-22T20:26:13.180Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 1070 | 2025-02-22T20:26:13.180Z | Downloaded pem-rfc7468 v0.7.0 |
| 1071 | 2025-02-22T20:26:13.183Z | Downloaded uuid v1.12.0 |
| 1072 | 2025-02-22T20:26:13.185Z | Downloaded parking_lot_core v0.8.6 |
| 1073 | 2025-02-22T20:26:13.188Z | Downloaded difflib v0.4.0 |
| 1074 | 2025-02-22T20:26:13.188Z | Downloaded unicode-xid v0.2.6 |
| 1075 | 2025-02-22T20:26:13.188Z | Downloaded unicase v2.7.0 |
| 1076 | 2025-02-22T20:26:13.191Z | Downloaded pem v3.0.4 |
| 1077 | 2025-02-22T20:26:13.191Z | Downloaded ssh-encoding v0.2.0 |
| 1078 | 2025-02-22T20:26:13.194Z | Downloaded shell-words v1.1.0 |
| 1079 | 2025-02-22T20:26:13.194Z | Downloaded similar v2.6.0 |
| 1080 | 2025-02-22T20:26:13.197Z | Downloaded crossbeam-channel v0.5.13 |
| 1081 | 2025-02-22T20:26:13.203Z | Downloaded typify-macro v0.3.0 |
| 1082 | 2025-02-22T20:26:13.206Z | Downloaded ref-cast-impl v1.0.23 |
| 1083 | 2025-02-22T20:26:13.206Z | Downloaded progenitor v0.9.1 |
| 1084 | 2025-02-22T20:26:13.206Z | Downloaded proc-macro-crate v1.3.1 |
| 1085 | 2025-02-22T20:26:13.209Z | Downloaded primeorder v0.13.6 |
| 1086 | 2025-02-22T20:26:13.209Z | Downloaded phf_generator v0.11.2 |
| 1087 | 2025-02-22T20:26:13.209Z | Downloaded phf_codegen v0.11.2 |
| 1088 | 2025-02-22T20:26:13.211Z | Downloaded utf8_iter v1.0.4 |
| 1089 | 2025-02-22T20:26:13.211Z | Downloaded ff v0.13.0 |
| 1090 | 2025-02-22T20:26:13.212Z | Downloaded fd-lock v4.0.2 |
| 1091 | 2025-02-22T20:26:13.214Z | Downloaded slog-stdlog v4.1.1 |
| 1092 | 2025-02-22T20:26:13.217Z | Downloaded vergen v8.3.2 |
| 1093 | 2025-02-22T20:26:13.219Z | Downloaded toml v0.7.8 |
| 1094 | 2025-02-22T20:26:13.222Z | Downloaded fallible-iterator v0.3.0 |
| 1095 | 2025-02-22T20:26:13.222Z | Downloaded fallible-iterator v0.2.0 |
| 1096 | 2025-02-22T20:26:13.225Z | Downloaded getrandom v0.2.15 |
| 1097 | 2025-02-22T20:26:13.227Z | Downloaded unicode-bidi v0.3.17 |
| 1098 | 2025-02-22T20:26:13.230Z | Downloaded untrusted v0.9.0 |
| 1099 | 2025-02-22T20:26:13.230Z | Downloaded untrusted v0.7.1 |
| 1100 | 2025-02-22T20:26:13.233Z | Downloaded rustls-pemfile v2.2.0 |
| 1101 | 2025-02-22T20:26:13.233Z | Downloaded globset v0.4.15 |
| 1102 | 2025-02-22T20:26:13.236Z | Downloaded aes v0.8.4 |
| 1103 | 2025-02-22T20:26:13.238Z | Downloaded typify v0.2.0 |
| 1104 | 2025-02-22T20:26:13.241Z | Downloaded progenitor-macro v0.8.0 |
| 1105 | 2025-02-22T20:26:13.244Z | Downloaded indicatif v0.17.11 |
| 1106 | 2025-02-22T20:26:13.248Z | Downloaded tap v1.0.1 |
| 1107 | 2025-02-22T20:26:13.248Z | Downloaded multer v3.1.0 |
| 1108 | 2025-02-22T20:26:13.251Z | Downloaded scheduled-thread-pool v0.2.7 |
| 1109 | 2025-02-22T20:26:13.251Z | Downloaded same-file v1.0.6 |
| 1110 | 2025-02-22T20:26:13.251Z | Downloaded paste v1.0.15 |
| 1111 | 2025-02-22T20:26:13.253Z | Downloaded stringprep v0.1.5 |
| 1112 | 2025-02-22T20:26:13.256Z | Downloaded tinyvec v1.8.0 |
| 1113 | 2025-02-22T20:26:13.259Z | Downloaded russh-keys v0.45.0 |
| 1114 | 2025-02-22T20:26:13.262Z | Downloaded serde-big-array v0.5.1 |
| 1115 | 2025-02-22T20:26:13.262Z | Downloaded phf v0.11.2 |
| 1116 | 2025-02-22T20:26:13.265Z | Downloaded percent-encoding v2.3.1 |
| 1117 | 2025-02-22T20:26:13.265Z | Downloaded form_urlencoded v1.2.1 |
| 1118 | 2025-02-22T20:26:13.265Z | Downloaded quinn-udp v0.5.5 |
| 1119 | 2025-02-22T20:26:13.267Z | Downloaded mime_guess v2.0.5 |
| 1120 | 2025-02-22T20:26:13.267Z | Downloaded base64 v0.22.1 |
| 1121 | 2025-02-22T20:26:13.271Z | Downloaded base64 v0.21.7 |
| 1122 | 2025-02-22T20:26:13.275Z | Downloaded des v0.8.1 |
| 1123 | 2025-02-22T20:26:13.279Z | Downloaded der_derive v0.7.3 |
| 1124 | 2025-02-22T20:26:13.282Z | Downloaded hickory-client v0.24.3 |
| 1125 | 2025-02-22T20:26:13.282Z | Downloaded litemap v0.7.3 |
| 1126 | 2025-02-22T20:26:13.284Z | Downloaded tokio-tungstenite v0.23.1 |
| 1127 | 2025-02-22T20:26:13.287Z | Downloaded tokio-tungstenite v0.21.0 |
| 1128 | 2025-02-22T20:26:13.290Z | Downloaded hmac v0.12.1 |
| 1129 | 2025-02-22T20:26:13.290Z | Downloaded linear-map v1.2.0 |
| 1130 | 2025-02-22T20:26:13.292Z | Downloaded highway v1.2.0 |
| 1131 | 2025-02-22T20:26:13.295Z | Downloaded cc v1.1.30 |
| 1132 | 2025-02-22T20:26:13.298Z | Downloaded bumpalo v3.16.0 |
| 1133 | 2025-02-22T20:26:13.300Z | Downloaded xattr v1.3.1 |
| 1134 | 2025-02-22T20:26:13.300Z | Downloaded ssh-cipher v0.2.0 |
| 1135 | 2025-02-22T20:26:13.303Z | Downloaded libefi-sys v0.1.0 |
| 1136 | 2025-02-22T20:26:13.303Z | Downloaded kstat-rs v0.2.4 |
| 1137 | 2025-02-22T20:26:13.306Z | Downloaded futures-macro v0.3.31 |
| 1138 | 2025-02-22T20:26:13.306Z | Downloaded serde_with_macros v3.11.0 |
| 1139 | 2025-02-22T20:26:13.308Z | Downloaded salsa20 v0.10.2 |
| 1140 | 2025-02-22T20:26:13.308Z | Downloaded rpassword v7.3.1 |
| 1141 | 2025-02-22T20:26:13.308Z | Downloaded mime v0.3.17 |
| 1142 | 2025-02-22T20:26:13.311Z | Downloaded maplit v1.0.2 |
| 1143 | 2025-02-22T20:26:13.311Z | Downloaded base64 v0.13.1 |
| 1144 | 2025-02-22T20:26:13.314Z | Downloaded hostname v0.4.0 |
| 1145 | 2025-02-22T20:26:13.316Z | Downloaded managed v0.8.0 |
| 1146 | 2025-02-22T20:26:13.317Z | Downloaded memoffset v0.9.1 |
| 1147 | 2025-02-22T20:26:13.319Z | Downloaded md5 v0.7.0 |
| 1148 | 2025-02-22T20:26:13.319Z | Downloaded md-5 v0.10.6 |
| 1149 | 2025-02-22T20:26:13.319Z | Downloaded maybe-uninit v2.0.0 |
| 1150 | 2025-02-22T20:26:13.322Z | Downloaded lru v0.12.5 |
| 1151 | 2025-02-22T20:26:13.322Z | Downloaded lazy_static v1.5.0 |
| 1152 | 2025-02-22T20:26:13.325Z | Downloaded compact_str v0.8.0 |
| 1153 | 2025-02-22T20:26:13.327Z | Downloaded idna_adapter v1.2.0 |
| 1154 | 2025-02-22T20:26:13.327Z | Downloaded hostname v0.3.1 |
| 1155 | 2025-02-22T20:26:13.330Z | Downloaded rustc-hash v1.1.0 |
| 1156 | 2025-02-22T20:26:13.330Z | Downloaded idna v1.0.3 |
| 1157 | 2025-02-22T20:26:13.334Z | Downloaded rustc-demangle v0.1.24 |
| 1158 | 2025-02-22T20:26:13.336Z | Downloaded const-oid v0.9.6 |
| 1159 | 2025-02-22T20:26:13.339Z | Downloaded icu_locid_transform_data v1.5.0 |
| 1160 | 2025-02-22T20:26:13.342Z | Downloaded icu_collections v1.5.0 |
| 1161 | 2025-02-22T20:26:13.345Z | Downloaded crossbeam-epoch v0.9.18 |
| 1162 | 2025-02-22T20:26:13.348Z | Downloaded clang-sys v1.8.1 |
| 1163 | 2025-02-22T20:26:13.350Z | Downloaded icu_locid v1.5.0 |
| 1164 | 2025-02-22T20:26:13.354Z | Downloaded crc-any v2.5.0 |
| 1165 | 2025-02-22T20:26:13.357Z | Downloaded cookie v0.18.1 |
| 1166 | 2025-02-22T20:26:13.359Z | Downloaded console v0.15.10 |
| 1167 | 2025-02-22T20:26:13.362Z | Downloaded cancel-safe-futures v0.1.5 |
| 1168 | 2025-02-22T20:26:13.365Z | Downloaded base64ct v1.6.0 |
| 1169 | 2025-02-22T20:26:13.367Z | Downloaded progenitor v0.8.0 |
| 1170 | 2025-02-22T20:26:13.367Z | Downloaded castaway v0.2.3 |
| 1171 | 2025-02-22T20:26:13.370Z | Downloaded iana-time-zone v0.1.61 |
| 1172 | 2025-02-22T20:26:13.370Z | Downloaded bitfield-struct v0.6.2 |
| 1173 | 2025-02-22T20:26:13.375Z | Downloaded icu_provider_macros v1.5.0 |
| 1174 | 2025-02-22T20:26:13.375Z | Downloaded icu_provider v1.5.0 |
| 1175 | 2025-02-22T20:26:13.382Z | Downloaded icu_locid_transform v1.5.0 |
| 1176 | 2025-02-22T20:26:13.382Z | Downloaded hyper-util v0.1.10 |
| 1177 | 2025-02-22T20:26:13.386Z | Downloaded bit-set v0.5.3 |
| 1178 | 2025-02-22T20:26:13.386Z | Downloaded cexpr v0.6.0 |
| 1179 | 2025-02-22T20:26:13.386Z | Downloaded bitfield v0.14.0 |
| 1180 | 2025-02-22T20:26:13.389Z | Downloaded ciborium-ll v0.2.2 |
| 1181 | 2025-02-22T20:26:13.389Z | Downloaded cassowary v0.3.0 |
| 1182 | 2025-02-22T20:26:13.391Z | Downloaded array-init v0.0.4 |
| 1183 | 2025-02-22T20:26:13.391Z | Downloaded adler2 v2.0.0 |
| 1184 | 2025-02-22T20:26:13.394Z | Downloaded async-recursion v1.1.1 |
| 1185 | 2025-02-22T20:26:13.397Z | Downloaded ascii-canvas v3.0.0 |
| 1186 | 2025-02-22T20:26:13.397Z | Downloaded aead v0.5.2 |
| 1187 | 2025-02-22T20:26:13.444Z | Downloaded libsqlite3-sys v0.30.1 |
| 1188 | 2025-02-22T20:26:13.672Z | Downloaded aws-lc-sys v0.22.0 |
| 1189 | 2025-02-22T20:26:13.979Z | Compiling serde v1.0.217 |
| 1190 | 2025-02-22T20:26:13.982Z | Compiling value-bag v1.9.0 |
| 1191 | 2025-02-22T20:26:13.982Z | Compiling lock_api v0.4.12 |
| 1192 | 2025-02-22T20:26:13.982Z | Compiling scopeguard v1.2.0 |
| 1193 | 2025-02-22T20:26:13.982Z | Compiling typenum v1.17.0 |
| 1194 | 2025-02-22T20:26:14.128Z | Compiling generic-array v0.14.7 |
| 1195 | 2025-02-22T20:26:14.184Z | Compiling syn v2.0.96 |
| 1196 | 2025-02-22T20:26:14.196Z | Compiling getrandom v0.2.15 |
| 1197 | 2025-02-22T20:26:14.297Z | Compiling shlex v1.3.0 |
| 1198 | 2025-02-22T20:26:14.519Z | Compiling rand_core v0.6.4 |
| 1199 | 2025-02-22T20:26:14.594Z | Compiling log v0.4.22 |
| 1200 | 2025-02-22T20:26:14.663Z | Compiling subtle v2.6.1 |
| 1201 | 2025-02-22T20:26:14.699Z | Compiling jobserver v0.1.32 |
| 1202 | 2025-02-22T20:26:14.726Z | Compiling smallvec v1.13.2 |
| 1203 | 2025-02-22T20:26:15.014Z | Compiling const-oid v0.9.6 |
| 1204 | 2025-02-22T20:26:15.050Z | Compiling pin-project-lite v0.2.14 |
| 1205 | 2025-02-22T20:26:15.070Z | Compiling parking_lot_core v0.9.10 |
| 1206 | 2025-02-22T20:26:15.117Z | Compiling cc v1.1.30 |
| 1207 | 2025-02-22T20:26:15.188Z | Compiling rustix v0.38.37 |
| 1208 | 2025-02-22T20:26:15.337Z | Compiling futures-core v0.3.31 |
| 1209 | 2025-02-22T20:26:15.497Z | Compiling spin v0.9.8 |
| 1210 | 2025-02-22T20:26:15.577Z | Compiling signal-hook-registry v1.4.2 |
| 1211 | 2025-02-22T20:26:15.926Z | Compiling mio v1.0.2 |
| 1212 | 2025-02-22T20:26:16.151Z | Compiling parking_lot v0.12.3 |
| 1213 | 2025-02-22T20:26:16.319Z | Compiling aho-corasick v1.1.3 |
| 1214 | 2025-02-22T20:26:16.496Z | Compiling futures-sink v0.3.31 |
| 1215 | 2025-02-22T20:26:16.639Z | Compiling cpufeatures v0.2.14 |
| 1216 | 2025-02-22T20:26:16.682Z | Compiling stable_deref_trait v1.2.0 |
| 1217 | 2025-02-22T20:26:16.755Z | Compiling regex-syntax v0.8.5 |
| 1218 | 2025-02-22T20:26:16.807Z | Compiling socket2 v0.5.7 |
| 1219 | 2025-02-22T20:26:16.963Z | Compiling slab v0.4.9 |
| 1220 | 2025-02-22T20:26:17.024Z | Compiling glob v0.3.2 |
| 1221 | 2025-02-22T20:26:17.128Z | Compiling either v1.13.0 |
| 1222 | 2025-02-22T20:26:17.492Z | Compiling prettyplease v0.2.29 |
| 1223 | 2025-02-22T20:26:17.763Z | Compiling lazy_static v1.5.0 |
| 1224 | 2025-02-22T20:26:17.891Z | Compiling minimal-lexical v0.2.1 |
| 1225 | 2025-02-22T20:26:17.909Z | Compiling serde_json v1.0.139 |
| 1226 | 2025-02-22T20:26:17.927Z | Compiling futures-channel v0.3.31 |
| 1227 | 2025-02-22T20:26:17.994Z | Compiling clang-sys v1.8.1 |
| 1228 | 2025-02-22T20:26:18.297Z | Compiling libloading v0.8.5 |
| 1229 | 2025-02-22T20:26:18.366Z | Compiling nom v7.1.3 |
| 1230 | 2025-02-22T20:26:18.418Z | Compiling home v0.5.9 |
| 1231 | 2025-02-22T20:26:18.664Z | Compiling futures-task v0.3.31 |
| 1232 | 2025-02-22T20:26:18.698Z | Compiling bindgen v0.69.5 |
| 1233 | 2025-02-22T20:26:18.756Z | Compiling futures-io v0.3.31 |
| 1234 | 2025-02-22T20:26:18.930Z | Compiling pin-utils v0.1.0 |
| 1235 | 2025-02-22T20:26:19.034Z | Compiling itertools v0.10.5 |
| 1236 | 2025-02-22T20:26:19.053Z | Compiling foldhash v0.1.3 |
| 1237 | 2025-02-22T20:26:19.377Z | Compiling allocator-api2 v0.2.18 |
| 1238 | 2025-02-22T20:26:19.630Z | Compiling libm v0.2.8 |
| 1239 | 2025-02-22T20:26:20.007Z | Compiling lazycell v1.3.0 |
| 1240 | 2025-02-22T20:26:20.166Z | Compiling rustc-hash v1.1.0 |
| 1241 | 2025-02-22T20:26:20.202Z | Compiling hashbrown v0.15.1 |
| 1242 | 2025-02-22T20:26:20.368Z | Compiling cmake v0.1.51 |
| 1243 | 2025-02-22T20:26:21.033Z | Compiling regex-automata v0.4.8 |
| 1244 | 2025-02-22T20:26:21.286Z | Compiling num-traits v0.2.19 |
| 1245 | 2025-02-22T20:26:21.463Z | Compiling dunce v1.0.5 |
| 1246 | 2025-02-22T20:26:21.604Z | Compiling synstructure v0.13.1 |
| 1247 | 2025-02-22T20:26:21.688Z | Compiling cexpr v0.6.0 |
| 1248 | 2025-02-22T20:26:21.948Z | Compiling pkg-config v0.3.31 |
| 1249 | 2025-02-22T20:26:23.006Z | Compiling fs_extra v1.3.0 |
| 1250 | 2025-02-22T20:26:23.314Z | Compiling writeable v0.5.5 |
| 1251 | 2025-02-22T20:26:23.339Z | Compiling litemap v0.7.3 |
| 1252 | 2025-02-22T20:26:23.578Z | Compiling ring v0.17.9 |
| 1253 | 2025-02-22T20:26:23.760Z | Compiling paste v1.0.15 |
| 1254 | 2025-02-22T20:26:23.840Z | Compiling base64ct v1.6.0 |
| 1255 | 2025-02-22T20:26:24.422Z | Compiling pem-rfc7468 v0.7.0 |
| 1256 | 2025-02-22T20:26:24.593Z | Compiling flagset v0.4.6 |
| 1257 | 2025-02-22T20:26:24.615Z | Compiling aws-lc-rs v1.10.0 |
| 1258 | 2025-02-22T20:26:24.821Z | Compiling httparse v1.9.5 |
| 1259 | 2025-02-22T20:26:25.004Z | Compiling icu_locid_transform_data v1.5.0 |
| 1260 | 2025-02-22T20:26:25.114Z | Compiling tracing-core v0.1.32 |
| 1261 | 2025-02-22T20:26:25.524Z | Compiling icu_properties_data v1.5.0 |
| 1262 | 2025-02-22T20:26:25.790Z | Compiling crossbeam-utils v0.8.20 |
| 1263 | 2025-02-22T20:26:25.989Z | Compiling percent-encoding v2.3.1 |
| 1264 | 2025-02-22T20:26:26.100Z | Compiling rustls-pki-types v1.10.0 |
| 1265 | 2025-02-22T20:26:26.295Z | Compiling powerfmt v0.2.0 |
| 1266 | 2025-02-22T20:26:26.366Z | Compiling time-core v0.1.2 |
| 1267 | 2025-02-22T20:26:26.562Z | Compiling utf8_iter v1.0.4 |
| 1268 | 2025-02-22T20:26:26.651Z | Compiling regex v1.11.1 |
| 1269 | 2025-02-22T20:26:26.744Z | Compiling serde_derive v1.0.217 |
| 1270 | 2025-02-22T20:26:26.792Z | Compiling zeroize_derive v1.4.2 |
| 1271 | 2025-02-22T20:26:26.910Z | Compiling zerocopy-derive v0.7.35 |
| 1272 | 2025-02-22T20:26:27.010Z | Compiling tokio-macros v2.5.0 |
| 1273 | 2025-02-22T20:26:27.639Z | Compiling zerofrom-derive v0.1.4 |
| 1274 | 2025-02-22T20:26:28.240Z | Compiling zeroize v1.8.1 |
| 1275 | 2025-02-22T20:26:28.430Z | Compiling yoke-derive v0.7.4 |
| 1276 | 2025-02-22T20:26:28.885Z | Compiling zerocopy v0.7.35 |
| 1277 | 2025-02-22T20:26:28.955Z | Compiling thiserror-impl v1.0.69 |
| 1278 | 2025-02-22T20:26:29.802Z | Compiling crypto-common v0.1.6 |
| 1279 | 2025-02-22T20:26:30.063Z | Compiling block-buffer v0.10.4 |
| 1280 | 2025-02-22T20:26:30.179Z | Compiling futures-macro v0.3.31 |
| 1281 | 2025-02-22T20:26:30.350Z | Compiling digest v0.10.7 |
| 1282 | 2025-02-22T20:26:30.789Z | Compiling zerovec-derive v0.10.3 |
| 1283 | 2025-02-22T20:26:30.942Z | Compiling hmac v0.12.1 |
| 1284 | 2025-02-22T20:26:30.963Z | Compiling zerofrom v0.1.4 |
| 1285 | 2025-02-22T20:26:31.186Z | Compiling yoke v0.7.4 |
| 1286 | 2025-02-22T20:26:31.212Z | Compiling displaydoc v0.2.5 |
| 1287 | 2025-02-22T20:26:31.562Z | Compiling block-padding v0.3.3 |
| 1288 | 2025-02-22T20:26:31.817Z | Compiling inout v0.1.3 |
| 1289 | 2025-02-22T20:26:31.819Z | Compiling sha2 v0.10.8 |
| 1290 | 2025-02-22T20:26:31.900Z | Compiling thiserror v1.0.69 |
| 1291 | 2025-02-22T20:26:31.985Z | Compiling futures-util v0.3.31 |
| 1292 | 2025-02-22T20:26:32.058Z | Compiling cipher v0.4.4 |
| 1293 | 2025-02-22T20:26:32.086Z | Compiling icu_provider_macros v1.5.0 |
| 1294 | 2025-02-22T20:26:32.607Z | Compiling ppv-lite86 v0.2.20 |
| 1295 | 2025-02-22T20:26:32.674Z | Compiling der_derive v0.7.3 |
| 1296 | 2025-02-22T20:26:33.122Z | Compiling tracing-attributes v0.1.27 |
| 1297 | 2025-02-22T20:26:33.199Z | Compiling zerovec v0.10.4 |
| 1298 | 2025-02-22T20:26:33.355Z | Compiling rand_chacha v0.3.1 |
| 1299 | 2025-02-22T20:26:34.895Z | Compiling tinystr v0.7.6 |
| 1300 | 2025-02-22T20:26:35.169Z | Compiling der v0.7.9 |
| 1301 | 2025-02-22T20:26:35.189Z | Compiling icu_collections v1.5.0 |
| 1302 | 2025-02-22T20:26:35.296Z | Compiling icu_locid v1.5.0 |
| 1303 | 2025-02-22T20:26:35.725Z | Compiling rand v0.8.5 |
| 1304 | 2025-02-22T20:26:36.359Z | Compiling tracing v0.1.40 |
| 1305 | 2025-02-22T20:26:36.430Z | Compiling icu_provider v1.5.0 |
| 1306 | 2025-02-22T20:26:36.859Z | Compiling salsa20 v0.10.2 |
| 1307 | 2025-02-22T20:26:37.099Z | Compiling pest v2.7.14 |
| 1308 | 2025-02-22T20:26:37.178Z | Compiling icu_locid_transform v1.5.0 |
| 1309 | 2025-02-22T20:26:37.304Z | Compiling spki v0.7.3 |
| 1310 | 2025-02-22T20:26:37.360Z | Compiling pbkdf2 v0.12.2 |
| 1311 | 2025-02-22T20:26:37.532Z | Compiling num-conv v0.1.0 |
| 1312 | 2025-02-22T20:26:37.655Z | Compiling mirai-annotations v1.12.0 |
| 1313 | 2025-02-22T20:26:37.775Z | Compiling write16 v1.0.0 |
| 1314 | 2025-02-22T20:26:37.794Z | Compiling untrusted v0.7.1 |
| 1315 | 2025-02-22T20:26:37.841Z | Compiling icu_normalizer_data v1.5.0 |
| 1316 | 2025-02-22T20:26:37.925Z | Compiling untrusted v0.9.0 |
| 1317 | 2025-02-22T20:26:37.947Z | Compiling utf16_iter v1.0.5 |
| 1318 | 2025-02-22T20:26:37.983Z | Compiling vcpkg v0.2.15 |
| 1319 | 2025-02-22T20:26:38.022Z | Compiling time-macros v0.2.18 |
| 1320 | 2025-02-22T20:26:38.095Z | Compiling scrypt v0.11.0 |
| 1321 | 2025-02-22T20:26:38.150Z | Compiling cbc v0.1.2 |
| 1322 | 2025-02-22T20:26:38.363Z | Compiling icu_properties v1.5.1 |
| 1323 | 2025-02-22T20:26:38.584Z | Compiling bitflags v2.6.0 |
| 1324 | 2025-02-22T20:26:38.882Z | Compiling bytes v1.9.0 |
| 1325 | 2025-02-22T20:26:39.648Z | Compiling indexmap v2.7.1 |
| 1326 | 2025-02-22T20:26:39.999Z | Compiling tokio v1.43.0 |
| 1327 | 2025-02-22T20:26:40.033Z | Compiling semver v1.0.25 |
| 1328 | 2025-02-22T20:26:40.417Z | Compiling http v1.2.0 |
| 1329 | 2025-02-22T20:26:40.753Z | Compiling rustc_version v0.4.1 |
| 1330 | 2025-02-22T20:26:41.021Z | Compiling openssl-sys v0.9.106 |
| 1331 | 2025-02-22T20:26:41.458Z | Compiling pest_meta v2.7.14 |
| 1332 | 2025-02-22T20:26:42.122Z | Compiling icu_normalizer v1.5.0 |
| 1333 | 2025-02-22T20:26:42.189Z | Compiling aes v0.8.4 |
| 1334 | 2025-02-22T20:26:42.717Z | Compiling scroll_derive v0.12.0 |
| 1335 | 2025-02-22T20:26:42.998Z | Compiling which v4.4.2 |
| 1336 | 2025-02-22T20:26:43.884Z | Compiling deranged v0.3.11 |
| 1337 | 2025-02-22T20:26:44.185Z | Compiling atomic-waker v1.1.2 |
| 1338 | 2025-02-22T20:26:44.379Z | Compiling num_threads v0.1.7 |
| 1339 | 2025-02-22T20:26:44.534Z | Compiling tinyvec_macros v0.1.1 |
| 1340 | 2025-02-22T20:26:44.642Z | Compiling tinyvec v1.8.0 |
| 1341 | 2025-02-22T20:26:45.024Z | Compiling scroll v0.12.0 |
| 1342 | 2025-02-22T20:26:45.085Z | Compiling pkcs5 v0.7.1 |
| 1343 | 2025-02-22T20:26:45.331Z | Compiling time v0.3.36 |
| 1344 | 2025-02-22T20:26:45.399Z | Compiling idna_adapter v1.2.0 |
| 1345 | 2025-02-22T20:26:45.560Z | Compiling pest_generator v2.7.14 |
| 1346 | 2025-02-22T20:26:45.712Z | Compiling http-body v1.0.1 |
| 1347 | 2025-02-22T20:26:45.953Z | Compiling form_urlencoded v1.2.1 |
| 1348 | 2025-02-22T20:26:45.990Z | Compiling slog v2.7.0 |
| 1349 | 2025-02-22T20:26:46.188Z | Compiling try-lock v0.2.5 |
| 1350 | 2025-02-22T20:26:46.259Z | Compiling goblin v0.8.2 |
| 1351 | 2025-02-22T20:26:46.287Z | Compiling pkcs8 v0.10.2 |
| 1352 | 2025-02-22T20:26:46.366Z | Compiling want v0.3.1 |
| 1353 | 2025-02-22T20:26:46.618Z | Compiling idna v1.0.3 |
| 1354 | 2025-02-22T20:26:46.671Z | Compiling uuid v1.12.0 |
| 1355 | 2025-02-22T20:26:46.967Z | Compiling iana-time-zone v0.1.61 |
| 1356 | 2025-02-22T20:26:47.352Z | Compiling tower-service v0.3.3 |
| 1357 | 2025-02-22T20:26:47.386Z | Compiling pest_derive v2.7.14 |
| 1358 | 2025-02-22T20:26:47.506Z | Compiling httpdate v1.0.3 |
| 1359 | 2025-02-22T20:26:47.949Z | Compiling chrono v0.4.39 |
| 1360 | 2025-02-22T20:26:48.170Z | Compiling tokio-util v0.7.12 |
| 1361 | 2025-02-22T20:26:48.204Z | Compiling dtrace-parser v0.2.0 |
| 1362 | 2025-02-22T20:26:48.949Z | Compiling serde_tokenstream v0.2.2 |
| 1363 | 2025-02-22T20:26:49.460Z | Compiling h2 v0.4.6 |
| 1364 | 2025-02-22T20:26:49.573Z | Compiling serde_spanned v0.6.8 |
| 1365 | 2025-02-22T20:26:49.834Z | Compiling toml_datetime v0.6.8 |
| 1366 | 2025-02-22T20:26:49.965Z | Compiling foreign-types-shared v0.1.1 |
| 1367 | 2025-02-22T20:26:50.015Z | Compiling openssl v0.10.71 |
| 1368 | 2025-02-22T20:26:50.099Z | Compiling base64 v0.22.1 |
| 1369 | 2025-02-22T20:26:50.308Z | Compiling rustversion v1.0.17 |
| 1370 | 2025-02-22T20:26:50.459Z | Compiling match_cfg v0.1.0 |
| 1371 | 2025-02-22T20:26:50.570Z | Compiling adler2 v2.0.0 |
| 1372 | 2025-02-22T20:26:50.794Z | Compiling miniz_oxide v0.8.0 |
| 1373 | 2025-02-22T20:26:50.796Z | Compiling hostname v0.3.1 |
| 1374 | 2025-02-22T20:26:51.098Z | Compiling foreign-types v0.3.2 |
| 1375 | 2025-02-22T20:26:51.120Z | Compiling url v2.5.3 |
| 1376 | 2025-02-22T20:26:51.258Z | Compiling openssl-macros v0.1.1 |
| 1377 | 2025-02-22T20:26:52.028Z | Compiling async-trait v0.1.86 |
| 1378 | 2025-02-22T20:26:52.254Z | Compiling dof v0.3.0 |
| 1379 | 2025-02-22T20:26:52.540Z | Compiling serde_derive_internals v0.29.1 |
| 1380 | 2025-02-22T20:26:52.969Z | Compiling dirs-sys-next v0.1.2 |
| 1381 | 2025-02-22T20:26:53.314Z | Compiling usdt-impl v0.5.0 |
| 1382 | 2025-02-22T20:26:53.518Z | Compiling data-encoding v2.6.0 |
| 1383 | 2025-02-22T20:26:54.084Z | Compiling rustls v0.23.19 |
| 1384 | 2025-02-22T20:26:54.408Z | Compiling native-tls v0.2.12 |
| 1385 | 2025-02-22T20:26:54.519Z | Compiling schemars v0.8.21 |
| 1386 | 2025-02-22T20:26:54.698Z | Compiling rustls v0.22.4 |
| 1387 | 2025-02-22T20:26:54.774Z | Compiling siphasher v0.3.11 |
| 1388 | 2025-02-22T20:26:54.842Z | Compiling syn v1.0.109 |
| 1389 | 2025-02-22T20:26:54.904Z | Compiling schemars_derive v0.8.21 |
| 1390 | 2025-02-22T20:26:55.061Z | Compiling dirs-next v2.0.0 |
| 1391 | 2025-02-22T20:26:55.440Z | Compiling unicode-normalization v0.1.24 |
| 1392 | 2025-02-22T20:26:55.538Z | Compiling http-body-util v0.1.2 |
| 1393 | 2025-02-22T20:26:55.559Z | Compiling crossbeam-epoch v0.9.18 |
| 1394 | 2025-02-22T20:26:56.058Z | Compiling heapless v0.7.17 |
| 1395 | 2025-02-22T20:26:56.273Z | Compiling signature v2.2.0 |
| 1396 | 2025-02-22T20:26:56.553Z | Compiling sha1 v0.10.6 |
| 1397 | 2025-02-22T20:26:56.574Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1398 | 2025-02-22T20:26:56.591Z | Compiling thread_local v1.1.8 |
| 1399 | 2025-02-22T20:26:56.614Z | Compiling cookie v0.18.1 |
| 1400 | 2025-02-22T20:26:56.933Z | Compiling hyper v1.5.2 |
| 1401 | 2025-02-22T20:26:56.996Z | Compiling encoding_rs v0.8.34 |
| 1402 | 2025-02-22T20:26:57.058Z | Compiling multer v3.1.0 |
| 1403 | 2025-02-22T20:26:57.079Z | Compiling gimli v0.31.1 |
| 1404 | 2025-02-22T20:26:57.373Z | Compiling openssl-probe v0.1.5 |
| 1405 | 2025-02-22T20:26:57.707Z | Compiling dyn-clone v1.0.18 |
| 1406 | 2025-02-22T20:26:57.953Z | Compiling ipnet v2.10.1 |
| 1407 | 2025-02-22T20:26:57.975Z | Compiling unicode-properties v0.1.3 |
| 1408 | 2025-02-22T20:26:58.429Z | Compiling unicode-bidi v0.3.17 |
| 1409 | 2025-02-22T20:26:59.090Z | Compiling slog-async v2.8.0 |
| 1410 | 2025-02-22T20:26:59.643Z | Compiling hyper-util v0.1.10 |
| 1411 | 2025-02-22T20:26:59.726Z | Compiling signal-hook v0.3.17 |
| 1412 | 2025-02-22T20:26:59.729Z | Compiling mime v0.3.17 |
| 1413 | 2025-02-22T20:27:00.054Z | Compiling rayon-core v1.12.1 |
| 1414 | 2025-02-22T20:27:00.404Z | Compiling stringprep v0.1.5 |
| 1415 | 2025-02-22T20:27:00.426Z | Compiling toml_edit v0.22.22 |
| 1416 | 2025-02-22T20:27:01.524Z | Compiling addr2line v0.24.2 |
| 1417 | 2025-02-22T20:27:02.107Z | Compiling crossbeam-deque v0.8.5 |
| 1418 | 2025-02-22T20:27:02.480Z | Compiling usdt-macro v0.5.0 |
| 1419 | 2025-02-22T20:27:02.754Z | Compiling usdt-attr-macro v0.5.0 |
| 1420 | 2025-02-22T20:27:03.110Z | Compiling term v0.7.0 |
| 1421 | 2025-02-22T20:27:03.432Z | Compiling slog-json v2.6.1 |
| 1422 | 2025-02-22T20:27:03.823Z | Compiling serde_urlencoded v0.7.1 |
| 1423 | 2025-02-22T20:27:03.856Z | Compiling crossbeam-channel v0.5.13 |
| 1424 | 2025-02-22T20:27:03.942Z | Compiling curve25519-dalek v4.1.3 |
| 1425 | 2025-02-22T20:27:04.355Z | Compiling enum-as-inner v0.6.1 |
| 1426 | 2025-02-22T20:27:04.373Z | Compiling futures-executor v0.3.31 |
| 1427 | 2025-02-22T20:27:04.402Z | Compiling md-5 v0.10.6 |
| 1428 | 2025-02-22T20:27:04.673Z | Compiling async-stream-impl v0.3.6 |
| 1429 | 2025-02-22T20:27:04.698Z | Compiling rustls-pemfile v2.2.0 |
| 1430 | 2025-02-22T20:27:04.890Z | Compiling num-integer v0.1.46 |
| 1431 | 2025-02-22T20:27:04.912Z | Compiling hash32 v0.2.1 |
| 1432 | 2025-02-22T20:27:05.068Z | Compiling ff v0.13.0 |
| 1433 | 2025-02-22T20:27:05.307Z | Compiling is-terminal v0.4.13 |
| 1434 | 2025-02-22T20:27:05.329Z | Compiling dropshot v0.12.0 |
| 1435 | 2025-02-22T20:27:05.391Z | Compiling object v0.36.5 |
| 1436 | 2025-02-22T20:27:05.455Z | Compiling memoffset v0.9.1 |
| 1437 | 2025-02-22T20:27:05.628Z | Compiling quick-error v1.2.3 |
| 1438 | 2025-02-22T20:27:05.655Z | Compiling num-bigint-dig v0.8.4 |
| 1439 | 2025-02-22T20:27:05.796Z | Compiling base16ct v0.2.0 |
| 1440 | 2025-02-22T20:27:05.816Z | Compiling take_mut v0.2.2 |
| 1441 | 2025-02-22T20:27:05.979Z | Compiling litrs v0.4.1 |
| 1442 | 2025-02-22T20:27:06.034Z | Compiling psl-types v2.0.11 |
| 1443 | 2025-02-22T20:27:06.054Z | Compiling portable-atomic v1.9.0 |
| 1444 | 2025-02-22T20:27:06.137Z | Compiling smoltcp v0.9.1 |
| 1445 | 2025-02-22T20:27:06.258Z | Compiling utf-8 v0.7.6 |
| 1446 | 2025-02-22T20:27:06.609Z | Compiling anyhow v1.0.96 |
| 1447 | 2025-02-22T20:27:06.801Z | Compiling linked-hash-map v0.5.6 |
| 1448 | 2025-02-22T20:27:07.034Z | Compiling fallible-iterator v0.2.0 |
| 1449 | 2025-02-22T20:27:07.142Z | Compiling cfg_aliases v0.2.1 |
| 1450 | 2025-02-22T20:27:07.163Z | Compiling rustc-demangle v0.1.24 |
| 1451 | 2025-02-22T20:27:07.258Z | Compiling nix v0.29.0 |
| 1452 | 2025-02-22T20:27:07.608Z | Compiling document-features v0.2.10 |
| 1453 | 2025-02-22T20:27:07.674Z | Compiling postgres-protocol v0.6.7 |
| 1454 | 2025-02-22T20:27:07.936Z | Compiling lru-cache v0.1.2 |
| 1455 | 2025-02-22T20:27:08.135Z | Compiling tungstenite v0.24.0 |
| 1456 | 2025-02-22T20:27:08.157Z | Compiling publicsuffix v2.3.0 |
| 1457 | 2025-02-22T20:27:08.202Z | Compiling sec1 v0.7.3 |
| 1458 | 2025-02-22T20:27:08.774Z | Compiling async-stream v0.3.6 |
| 1459 | 2025-02-22T20:27:08.883Z | Compiling resolv-conf v0.7.0 |
| 1460 | 2025-02-22T20:27:09.027Z | Compiling slog-term v2.9.1 |
| 1461 | 2025-02-22T20:27:09.074Z | Compiling num-iter v0.1.45 |
| 1462 | 2025-02-22T20:27:09.274Z | Compiling hickory-proto v0.24.3 |
| 1463 | 2025-02-22T20:27:09.486Z | Compiling usdt v0.5.0 |
| 1464 | 2025-02-22T20:27:09.586Z | Compiling group v0.13.0 |
| 1465 | 2025-02-22T20:27:10.074Z | Compiling futures v0.3.31 |
| 1466 | 2025-02-22T20:27:10.133Z | Compiling toml v0.8.19 |
| 1467 | 2025-02-22T20:27:10.167Z | Compiling slog-bunyan v2.5.0 |
| 1468 | 2025-02-22T20:27:11.459Z | Compiling tokio-native-tls v0.3.1 |
| 1469 | 2025-02-22T20:27:11.724Z | Compiling camino v1.1.9 |
| 1470 | 2025-02-22T20:27:11.953Z | Compiling phf_shared v0.11.2 |
| 1471 | 2025-02-22T20:27:12.009Z | Compiling dropshot_endpoint v0.12.0 |
| 1472 | 2025-02-22T20:27:12.322Z | Compiling backtrace v0.3.74 |
| 1473 | 2025-02-22T20:27:12.606Z | Compiling waitgroup v0.1.2 |
| 1474 | 2025-02-22T20:27:12.652Z | Compiling terminal_size v0.4.0 |
| 1475 | 2025-02-22T20:27:12.759Z | Compiling openapiv3 v2.0.0 |
| 1476 | 2025-02-22T20:27:12.838Z | Compiling serde_path_to_error v0.1.16 |
| 1477 | 2025-02-22T20:27:12.896Z | Compiling hkdf v0.12.4 |
| 1478 | 2025-02-22T20:27:13.179Z | Compiling crypto-bigint v0.5.5 |
| 1479 | 2025-02-22T20:27:13.615Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1480 | 2025-02-22T20:27:14.525Z | Compiling hubpack_derive v0.1.1 |
| 1481 | 2025-02-22T20:27:15.046Z | Compiling zerocopy-derive v0.6.6 |
| 1482 | 2025-02-22T20:27:15.282Z | Compiling webpki-roots v0.26.6 |
| 1483 | 2025-02-22T20:27:15.396Z | Compiling sync_wrapper v1.0.1 |
| 1484 | 2025-02-22T20:27:15.512Z | Compiling hostname v0.4.0 |
| 1485 | 2025-02-22T20:27:15.577Z | Compiling ahash v0.8.11 |
| 1486 | 2025-02-22T20:27:15.749Z | Compiling crc32fast v1.4.2 |
| 1487 | 2025-02-22T20:27:15.974Z | Compiling fs-err v2.11.0 |
| 1488 | 2025-02-22T20:27:16.132Z | Compiling newtype-uuid v1.2.1 |
| 1489 | 2025-02-22T20:27:16.163Z | Compiling bitflags v1.3.2 |
| 1490 | 2025-02-22T20:27:16.290Z | Compiling unicode-width v0.2.0 |
| 1491 | 2025-02-22T20:27:16.308Z | Compiling tower-layer v0.3.3 |
| 1492 | 2025-02-22T20:27:16.456Z | Compiling debug-ignore v1.0.5 |
| 1493 | 2025-02-22T20:27:16.602Z | Compiling winnow v0.5.40 |
| 1494 | 2025-02-22T20:27:16.638Z | Compiling managed v0.8.0 |
| 1495 | 2025-02-22T20:27:16.835Z | Compiling console v0.15.10 |
| 1496 | 2025-02-22T20:27:16.873Z | Compiling clap_builder v4.5.30 |
| 1497 | 2025-02-22T20:27:17.059Z | Compiling zerocopy v0.6.6 |
| 1498 | 2025-02-22T20:27:17.830Z | Compiling tower v0.5.2 |
| 1499 | 2025-02-22T20:27:18.225Z | Compiling elliptic-curve v0.13.8 |
| 1500 | 2025-02-22T20:27:18.633Z | Compiling strum_macros v0.25.3 |
| 1501 | 2025-02-22T20:27:18.847Z | Compiling flate2 v1.0.35 |
| 1502 | 2025-02-22T20:27:19.096Z | Compiling hubpack v0.1.2 |
| 1503 | 2025-02-22T20:27:19.152Z | Compiling hickory-resolver v0.24.3 |
| 1504 | 2025-02-22T20:27:19.750Z | Compiling phf v0.11.2 |
| 1505 | 2025-02-22T20:27:20.067Z | Compiling toml_edit v0.19.15 |
| 1506 | 2025-02-22T20:27:20.096Z | Compiling signal-hook-mio v0.2.4 |
| 1507 | 2025-02-22T20:27:20.283Z | Compiling hyper-tls v0.6.0 |
| 1508 | 2025-02-22T20:27:20.316Z | Compiling rayon v1.10.0 |
| 1509 | 2025-02-22T20:27:20.699Z | Compiling cookie_store v0.21.1 |
| 1510 | 2025-02-22T20:27:22.246Z | Compiling bzip2 v0.4.4 |
| 1511 | 2025-02-22T20:27:22.670Z | Compiling tokio-tungstenite v0.24.0 |
| 1512 | 2025-02-22T20:27:23.390Z | Compiling postgres-types v0.2.8 |
| 1513 | 2025-02-22T20:27:24.926Z | Compiling ed25519 v2.2.3 |
| 1514 | 2025-02-22T20:27:24.950Z | Compiling phf_shared v0.10.0 |
| 1515 | 2025-02-22T20:27:24.995Z | Compiling tokio-stream v0.1.16 |
| 1516 | 2025-02-22T20:27:25.341Z | Compiling pkcs1 v0.7.5 |
| 1517 | 2025-02-22T20:27:25.986Z | Compiling serde-big-array v0.5.1 |
| 1518 | 2025-02-22T20:27:26.005Z | Compiling clap_derive v4.5.28 |
| 1519 | 2025-02-22T20:27:26.253Z | Compiling rfc6979 v0.4.0 |
| 1520 | 2025-02-22T20:27:26.296Z | Compiling derive-where v1.2.7 |
| 1521 | 2025-02-22T20:27:26.473Z | Compiling serde_repr v0.1.19 |
| 1522 | 2025-02-22T20:27:26.886Z | Compiling bstr v1.10.0 |
| 1523 | 2025-02-22T20:27:27.186Z | Compiling float-cmp v0.10.0 |
| 1524 | 2025-02-22T20:27:27.419Z | Compiling static_assertions v1.1.0 |
| 1525 | 2025-02-22T20:27:27.493Z | Compiling predicates-core v1.0.8 |
| 1526 | 2025-02-22T20:27:27.525Z | Compiling number_prefix v0.4.0 |
| 1527 | 2025-02-22T20:27:27.587Z | Compiling unicode-segmentation v1.12.0 |
| 1528 | 2025-02-22T20:27:27.761Z | Compiling whoami v1.5.2 |
| 1529 | 2025-02-22T20:27:27.810Z | Compiling fixedbitset v0.4.2 |
| 1530 | 2025-02-22T20:27:28.269Z | Compiling difflib v0.4.0 |
| 1531 | 2025-02-22T20:27:28.333Z | Compiling precomputed-hash v0.1.1 |
| 1532 | 2025-02-22T20:27:28.456Z | Compiling bit-vec v0.6.3 |
| 1533 | 2025-02-22T20:27:28.474Z | Compiling normalize-line-endings v0.3.0 |
| 1534 | 2025-02-22T20:27:28.509Z | Compiling new_debug_unreachable v1.0.6 |
| 1535 | 2025-02-22T20:27:28.616Z | Compiling string_cache v0.8.7 |
| 1536 | 2025-02-22T20:27:28.637Z | Compiling similar v2.6.0 |
| 1537 | 2025-02-22T20:27:28.877Z | Compiling bit-set v0.5.3 |
| 1538 | 2025-02-22T20:27:29.059Z | Compiling predicates v3.1.3 |
| 1539 | 2025-02-22T20:27:29.166Z | Compiling petgraph v0.6.5 |
| 1540 | 2025-02-22T20:27:29.484Z | Compiling tokio-postgres v0.7.12 |
| 1541 | 2025-02-22T20:27:29.591Z | Compiling indicatif v0.17.11 |
| 1542 | 2025-02-22T20:27:30.526Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 1543 | 2025-02-22T20:27:30.605Z | Compiling clap v4.5.30 |
| 1544 | 2025-02-22T20:27:30.742Z | Compiling ecdsa v0.16.9 |
| 1545 | 2025-02-22T20:27:30.763Z | Compiling rsa v0.9.6 |
| 1546 | 2025-02-22T20:27:31.626Z | Compiling ed25519-dalek v2.1.1 |
| 1547 | 2025-02-22T20:27:32.934Z | Compiling toml v0.7.8 |
| 1548 | 2025-02-22T20:27:33.017Z | Compiling zip v0.6.6 |
| 1549 | 2025-02-22T20:27:33.876Z | Compiling crossterm v0.28.1 |
| 1550 | 2025-02-22T20:27:35.227Z | Compiling hex v0.4.3 |
| 1551 | 2025-02-22T20:27:35.245Z | Compiling x509-cert v0.2.5 |
| 1552 | 2025-02-22T20:27:35.293Z | Compiling lalrpop-util v0.19.12 |
| 1553 | 2025-02-22T20:27:35.678Z | Compiling unicode-xid v0.2.6 |
| 1554 | 2025-02-22T20:27:35.807Z | Compiling peg-runtime v0.8.3 |
| 1555 | 2025-02-22T20:27:35.894Z | Compiling strum_macros v0.26.4 |
| 1556 | 2025-02-22T20:27:36.407Z | Compiling xattr v1.3.1 |
| 1557 | 2025-02-22T20:27:36.704Z | Compiling filetime v0.2.25 |
| 1558 | 2025-02-22T20:27:37.023Z | Compiling tar v0.4.42 |
| 1559 | 2025-02-22T20:27:40.433Z | Compiling strum v0.26.3 |
| 1560 | 2025-02-22T20:27:43.912Z | Compiling aws-lc-sys v0.22.0 |
| 1561 | 2025-02-22T20:28:21.394Z | Compiling rustls-webpki v0.102.8 |
| 1562 | 2025-02-22T20:28:24.876Z | Compiling tokio-rustls v0.25.0 |
| 1563 | 2025-02-22T20:28:26.629Z | Compiling tokio-rustls v0.26.0 |
| 1564 | 2025-02-22T20:28:26.988Z | Compiling hyper-rustls v0.27.3 |
| 1565 | 2025-02-22T20:28:27.357Z | Compiling reqwest v0.12.12 |
| 1566 | 2025-02-22T20:28:28.865Z | Compiling qorb v0.2.1 |
| 1567 | 2025-02-22T20:28:32.019Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1568 | 2025-02-22T20:28:32.325Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1569 | 2025-02-22T20:28:37.026Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 26s |
| 1570 | 2025-02-22T20:28:37.192Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 1571 | 2025-02-22T20:28:37.245Z | Feb 22 20:28:35.727 INFO Starting download, target: Clickhouse |
| 1572 | 2025-02-22T20:28:37.245Z | Feb 22 20:28:35.727 INFO Starting download, target: Cockroach |
| 1573 | 2025-02-22T20:28:37.245Z | Feb 22 20:28:35.727 INFO Starting download, target: Console |
| 1574 | 2025-02-22T20:28:37.247Z | Feb 22 20:28:35.727 INFO Starting download, target: DendriteOpenapi |
| 1575 | 2025-02-22T20:28:37.247Z | Feb 22 20:28:35.728 INFO Starting download, target: DendriteStub |
| 1576 | 2025-02-22T20:28:37.247Z | Feb 22 20:28:35.728 INFO Starting download, target: MaghemiteMgd |
| 1577 | 2025-02-22T20:28:37.248Z | Feb 22 20:28:35.728 INFO Starting download, target: TransceiverControl |
| 1578 | 2025-02-22T20:28:37.248Z | Feb 22 20:28:35.729 INFO Downloading out/downloads/dpd-b37a8fdc335592e24d6afe71995637b2ad36eb7d.json (attempt 1/3), target: DendriteOpenapi |
| 1579 | 2025-02-22T20:28:37.248Z | Feb 22 20:28:35.729 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1580 | 2025-02-22T20:28:37.248Z | Feb 22 20:28:35.729 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1581 | 2025-02-22T20:28:37.248Z | Feb 22 20:28:35.729 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1582 | 2025-02-22T20:28:37.248Z | Feb 22 20:28:35.729 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1583 | 2025-02-22T20:28:37.248Z | Feb 22 20:28:35.729 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1584 | 2025-02-22T20:28:37.248Z | Feb 22 20:28:35.729 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1585 | 2025-02-22T20:28:37.448Z | Feb 22 20:28:35.900 INFO Download complete, target: DendriteOpenapi |
| 1586 | 2025-02-22T20:28:37.633Z | Feb 22 20:28:36.084 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1587 | 2025-02-22T20:28:37.761Z | Feb 22 20:28:36.213 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1588 | 2025-02-22T20:28:38.113Z | Feb 22 20:28:36.577 INFO Download complete, target: Console |
| 1589 | 2025-02-22T20:28:38.143Z | Feb 22 20:28:36.586 INFO Download complete, target: TransceiverControl |
| 1590 | 2025-02-22T20:28:38.390Z | Feb 22 20:28:36.872 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1591 | 2025-02-22T20:28:38.415Z | Feb 22 20:28:36.897 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1592 | 2025-02-22T20:28:38.538Z | Feb 22 20:28:37.020 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1593 | 2025-02-22T20:28:38.538Z | Feb 22 20:28:37.020 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1594 | 2025-02-22T20:28:39.411Z | Feb 22 20:28:37.893 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1595 | 2025-02-22T20:28:41.346Z | Feb 22 20:28:39.829 INFO Download complete, target: DendriteStub |
| 1596 | 2025-02-22T20:28:41.548Z | Feb 22 20:28:40.030 INFO Download complete, target: MaghemiteMgd |
| 1597 | 2025-02-22T20:28:46.343Z | Feb 22 20:28:44.825 INFO Checking that binary works, target: Cockroach |
| 1598 | 2025-02-22T20:28:46.590Z | Feb 22 20:28:45.072 INFO Download complete, target: Cockroach |
| 1599 | 2025-02-22T20:28:52.323Z | Feb 22 20:28:50.804 INFO Checking that binary works, target: Clickhouse |
| 1600 | 2025-02-22T20:28:53.218Z | Feb 22 20:28:51.699 INFO Download complete, target: Clickhouse |
| 1601 | 2025-02-22T20:28:53.226Z | All prerequisites installed successfully |
| 1602 | 2025-02-22T20:28:53.228Z | |
| 1603 | 2025-02-22T20:28:53.228Z | real 5:36.150635121 |
| 1604 | 2025-02-22T20:28:53.228Z | user 15:54.717809242 |
| 1605 | 2025-02-22T20:28:53.228Z | sys 2:08.059790856 |
| 1606 | 2025-02-22T20:28:53.228Z | trap 0.588028219 |
| 1607 | 2025-02-22T20:28:53.228Z | tflt 8.958669669 |
| 1608 | 2025-02-22T20:28:53.228Z | dflt 7.953225947 |
| 1609 | 2025-02-22T20:28:53.228Z | kflt 0.514034475 |
| 1610 | 2025-02-22T20:28:53.228Z | lock 25:31.765430322 |
| 1611 | 2025-02-22T20:28:53.228Z | slp 59:09.988299833 |
| 1612 | 2025-02-22T20:28:53.228Z | lat 54.734697755 |
| 1613 | 2025-02-22T20:28:53.228Z | stop 2:18.476282820 |
| 1614 | 2025-02-22T20:28:53.229Z | + ptime -m cargo xtask download softnpu |
| 1615 | 2025-02-22T20:28:53.831Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.54s |
| 1616 | 2025-02-22T20:28:53.852Z | Running `target/debug/xtask download softnpu` |
| 1617 | 2025-02-22T20:28:54.751Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.86s |
| 1618 | 2025-02-22T20:28:54.811Z | Running `target/debug/xtask-downloader softnpu` |
| 1619 | 2025-02-22T20:28:54.851Z | Feb 22 20:28:53.332 INFO Starting download, target: Softnpu |
| 1620 | 2025-02-22T20:28:54.854Z | Feb 22 20:28:53.332 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1621 | 2025-02-22T20:28:55.368Z | Feb 22 20:28:53.848 INFO Download complete, target: Softnpu |
| 1622 | 2025-02-22T20:28:55.372Z | |
| 1623 | 2025-02-22T20:28:55.375Z | real 2.138461218 |
| 1624 | 2025-02-22T20:28:55.375Z | user 1.366066783 |
| 1625 | 2025-02-22T20:28:55.375Z | sys 0.593236988 |
| 1626 | 2025-02-22T20:28:55.375Z | trap 0.000485852 |
| 1627 | 2025-02-22T20:28:55.375Z | tflt 0.000011677 |
| 1628 | 2025-02-22T20:28:55.375Z | dflt 0.000045016 |
| 1629 | 2025-02-22T20:28:55.375Z | kflt 0.000000000 |
| 1630 | 2025-02-22T20:28:55.375Z | lock 5.203968811 |
| 1631 | 2025-02-22T20:28:55.375Z | slp 0.388141660 |
| 1632 | 2025-02-22T20:28:55.375Z | lat 0.068016844 |
| 1633 | 2025-02-22T20:28:55.375Z | stop 0.000182700 |
| 1634 | 2025-02-22T20:28:55.375Z | + export CARGO_INCREMENTAL=0 |
| 1635 | 2025-02-22T20:28:55.376Z | + CARGO_INCREMENTAL=0 |
| 1636 | 2025-02-22T20:28:55.376Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1637 | 2025-02-22T20:28:56.401Z | Compiling proc-macro2 v1.0.92 |
| 1638 | 2025-02-22T20:28:56.403Z | Compiling unicode-ident v1.0.14 |
| 1639 | 2025-02-22T20:28:56.403Z | Compiling libc v0.2.169 |
| 1640 | 2025-02-22T20:28:56.403Z | Compiling serde v1.0.217 |
| 1641 | 2025-02-22T20:28:56.403Z | Compiling autocfg v1.4.0 |
| 1642 | 2025-02-22T20:28:56.403Z | Compiling version_check v0.9.5 |
| 1643 | 2025-02-22T20:28:56.403Z | Compiling cfg-if v1.0.0 |
| 1644 | 2025-02-22T20:28:56.681Z | Compiling memchr v2.7.4 |
| 1645 | 2025-02-22T20:28:56.710Z | Compiling typenum v1.17.0 |
| 1646 | 2025-02-22T20:28:56.729Z | Compiling shlex v1.3.0 |
| 1647 | 2025-02-22T20:28:57.076Z | Compiling value-bag v1.9.0 |
| 1648 | 2025-02-22T20:28:57.097Z | Compiling generic-array v0.14.7 |
| 1649 | 2025-02-22T20:28:57.392Z | Compiling lock_api v0.4.12 |
| 1650 | 2025-02-22T20:28:57.414Z | Compiling scopeguard v1.2.0 |
| 1651 | 2025-02-22T20:28:57.564Z | Compiling log v0.4.22 |
| 1652 | 2025-02-22T20:28:57.626Z | Compiling parking_lot_core v0.9.10 |
| 1653 | 2025-02-22T20:28:58.012Z | Compiling serde_json v1.0.139 |
| 1654 | 2025-02-22T20:28:58.074Z | Compiling once_cell v1.20.3 |
| 1655 | 2025-02-22T20:28:58.325Z | Compiling quote v1.0.38 |
| 1656 | 2025-02-22T20:28:58.373Z | Compiling jobserver v0.1.32 |
| 1657 | 2025-02-22T20:28:58.392Z | Compiling getrandom v0.2.15 |
| 1658 | 2025-02-22T20:28:58.464Z | Compiling rustix v0.38.37 |
| 1659 | 2025-02-22T20:28:58.701Z | Compiling libm v0.2.8 |
| 1660 | 2025-02-22T20:28:58.767Z | Compiling syn v2.0.96 |
| 1661 | 2025-02-22T20:28:58.873Z | Compiling cc v1.1.30 |
| 1662 | 2025-02-22T20:28:58.921Z | Compiling aho-corasick v1.1.3 |
| 1663 | 2025-02-22T20:28:58.988Z | Compiling num-traits v0.2.19 |
| 1664 | 2025-02-22T20:28:59.062Z | Compiling semver v1.0.25 |
| 1665 | 2025-02-22T20:28:59.107Z | Compiling thiserror v1.0.69 |
| 1666 | 2025-02-22T20:28:59.110Z | Compiling regex-syntax v0.8.5 |
| 1667 | 2025-02-22T20:28:59.333Z | Compiling either v1.13.0 |
| 1668 | 2025-02-22T20:28:59.547Z | Compiling itoa v1.0.11 |
| 1669 | 2025-02-22T20:28:59.674Z | Compiling slab v0.4.9 |
| 1670 | 2025-02-22T20:28:59.798Z | Compiling spin v0.9.8 |
| 1671 | 2025-02-22T20:29:00.163Z | Compiling errno v0.3.9 |
| 1672 | 2025-02-22T20:29:00.215Z | Compiling byteorder v1.5.0 |
| 1673 | 2025-02-22T20:29:00.403Z | Compiling rand_core v0.6.4 |
| 1674 | 2025-02-22T20:29:00.841Z | Compiling glob v0.3.2 |
| 1675 | 2025-02-22T20:29:00.923Z | Compiling prettyplease v0.2.29 |
| 1676 | 2025-02-22T20:29:01.346Z | Compiling lazy_static v1.5.0 |
| 1677 | 2025-02-22T20:29:01.638Z | Compiling clang-sys v1.8.1 |
| 1678 | 2025-02-22T20:29:01.720Z | Compiling smallvec v1.13.2 |
| 1679 | 2025-02-22T20:29:01.756Z | Compiling minimal-lexical v0.2.1 |
| 1680 | 2025-02-22T20:29:02.213Z | Compiling nom v7.1.3 |
| 1681 | 2025-02-22T20:29:02.311Z | Compiling libloading v0.8.5 |
| 1682 | 2025-02-22T20:29:02.330Z | Compiling home v0.5.9 |
| 1683 | 2025-02-22T20:29:02.390Z | Compiling subtle v2.6.1 |
| 1684 | 2025-02-22T20:29:02.555Z | Compiling bindgen v0.69.5 |
| 1685 | 2025-02-22T20:29:02.701Z | Compiling itertools v0.10.5 |
| 1686 | 2025-02-22T20:29:02.725Z | Compiling allocator-api2 v0.2.18 |
| 1687 | 2025-02-22T20:29:03.035Z | Compiling regex-automata v0.4.8 |
| 1688 | 2025-02-22T20:29:03.530Z | Compiling rustc-hash v1.1.0 |
| 1689 | 2025-02-22T20:29:03.575Z | Compiling lazycell v1.3.0 |
| 1690 | 2025-02-22T20:29:03.714Z | Compiling cmake v0.1.51 |
| 1691 | 2025-02-22T20:29:03.968Z | Compiling fs_extra v1.3.0 |
| 1692 | 2025-02-22T20:29:04.504Z | Compiling dunce v1.0.5 |
| 1693 | 2025-02-22T20:29:04.872Z | Compiling pin-project-lite v0.2.14 |
| 1694 | 2025-02-22T20:29:04.993Z | Compiling pkg-config v0.3.31 |
| 1695 | 2025-02-22T20:29:05.029Z | Compiling ring v0.17.9 |
| 1696 | 2025-02-22T20:29:05.269Z | Compiling cexpr v0.6.0 |
| 1697 | 2025-02-22T20:29:05.814Z | Compiling paste v1.0.15 |
| 1698 | 2025-02-22T20:29:05.928Z | Compiling ryu v1.0.18 |
| 1699 | 2025-02-22T20:29:06.176Z | Compiling httparse v1.9.5 |
| 1700 | 2025-02-22T20:29:06.269Z | Compiling synstructure v0.13.1 |
| 1701 | 2025-02-22T20:29:06.785Z | Compiling aws-lc-rs v1.10.0 |
| 1702 | 2025-02-22T20:29:06.814Z | Compiling fnv v1.0.7 |
| 1703 | 2025-02-22T20:29:06.976Z | Compiling const-oid v0.9.6 |
| 1704 | 2025-02-22T20:29:07.471Z | Compiling schemars v0.8.21 |
| 1705 | 2025-02-22T20:29:07.569Z | Compiling serde_derive_internals v0.29.1 |
| 1706 | 2025-02-22T20:29:07.885Z | Compiling signal-hook-registry v1.4.2 |
| 1707 | 2025-02-22T20:29:08.653Z | Compiling regex v1.11.1 |
| 1708 | 2025-02-22T20:29:08.997Z | Compiling foldhash v0.1.3 |
| 1709 | 2025-02-22T20:29:09.042Z | Compiling equivalent v1.0.1 |
| 1710 | 2025-02-22T20:29:09.178Z | Compiling parking_lot v0.12.3 |
| 1711 | 2025-02-22T20:29:09.307Z | Compiling hashbrown v0.15.1 |
| 1712 | 2025-02-22T20:29:09.357Z | Compiling mio v1.0.2 |
| 1713 | 2025-02-22T20:29:09.456Z | Compiling heck v0.5.0 |
| 1714 | 2025-02-22T20:29:09.797Z | Compiling stable_deref_trait v1.2.0 |
| 1715 | 2025-02-22T20:29:10.346Z | Compiling serde_derive v1.0.217 |
| 1716 | 2025-02-22T20:29:10.593Z | Compiling zeroize_derive v1.4.2 |
| 1717 | 2025-02-22T20:29:11.063Z | Compiling zerocopy-derive v0.7.35 |
| 1718 | 2025-02-22T20:29:11.316Z | Compiling tokio-macros v2.5.0 |
| 1719 | 2025-02-22T20:29:11.451Z | Compiling thiserror-impl v1.0.69 |
| 1720 | 2025-02-22T20:29:12.020Z | Compiling zeroize v1.8.1 |
| 1721 | 2025-02-22T20:29:12.494Z | Compiling zerofrom-derive v0.1.4 |
| 1722 | 2025-02-22T20:29:12.513Z | Compiling yoke-derive v0.7.4 |
| 1723 | 2025-02-22T20:29:12.533Z | Compiling futures-macro v0.3.31 |
| 1724 | 2025-02-22T20:29:12.737Z | Compiling zerovec-derive v0.10.3 |
| 1725 | 2025-02-22T20:29:12.789Z | Compiling displaydoc v0.2.5 |
| 1726 | 2025-02-22T20:29:13.990Z | Compiling zerocopy v0.7.35 |
| 1727 | 2025-02-22T20:29:14.191Z | Compiling crypto-common v0.1.6 |
| 1728 | 2025-02-22T20:29:14.417Z | Compiling icu_provider_macros v1.5.0 |
| 1729 | 2025-02-22T20:29:14.477Z | Compiling tracing-attributes v0.1.27 |
| 1730 | 2025-02-22T20:29:14.842Z | Compiling schemars_derive v0.8.21 |
| 1731 | 2025-02-22T20:29:15.007Z | Compiling block-buffer v0.10.4 |
| 1732 | 2025-02-22T20:29:15.284Z | Compiling digest v0.10.7 |
| 1733 | 2025-02-22T20:29:15.437Z | Compiling socket2 v0.5.7 |
| 1734 | 2025-02-22T20:29:15.455Z | Compiling futures-core v0.3.31 |
| 1735 | 2025-02-22T20:29:15.704Z | Compiling time-core v0.1.2 |
| 1736 | 2025-02-22T20:29:15.726Z | Compiling num-conv v0.1.0 |
| 1737 | 2025-02-22T20:29:15.913Z | Compiling crossbeam-utils v0.8.20 |
| 1738 | 2025-02-22T20:29:16.048Z | Compiling time-macros v0.2.18 |
| 1739 | 2025-02-22T20:29:16.817Z | Compiling der_derive v0.7.3 |
| 1740 | 2025-02-22T20:29:17.332Z | Compiling vcpkg v0.2.15 |
| 1741 | 2025-02-22T20:29:18.760Z | Compiling openssl-sys v0.9.106 |
| 1742 | 2025-02-22T20:29:19.150Z | Compiling futures-sink v0.3.31 |
| 1743 | 2025-02-22T20:29:19.475Z | Compiling cpufeatures v0.2.14 |
| 1744 | 2025-02-22T20:29:19.745Z | Compiling slog v2.7.0 |
| 1745 | 2025-02-22T20:29:19.944Z | Compiling ahash v0.8.11 |
| 1746 | 2025-02-22T20:29:20.028Z | Compiling syn v1.0.109 |
| 1747 | 2025-02-22T20:29:20.226Z | Compiling futures-channel v0.3.31 |
| 1748 | 2025-02-22T20:29:20.318Z | Compiling zerofrom v0.1.4 |
| 1749 | 2025-02-22T20:29:20.468Z | Compiling pin-utils v0.1.0 |
| 1750 | 2025-02-22T20:29:20.568Z | Compiling futures-task v0.3.31 |
| 1751 | 2025-02-22T20:29:20.637Z | Compiling iana-time-zone v0.1.61 |
| 1752 | 2025-02-22T20:29:20.640Z | Compiling futures-io v0.3.31 |
| 1753 | 2025-02-22T20:29:20.814Z | Compiling yoke v0.7.4 |
| 1754 | 2025-02-22T20:29:21.017Z | Compiling futures-util v0.3.31 |
| 1755 | 2025-02-22T20:29:21.383Z | Compiling scroll_derive v0.12.0 |
| 1756 | 2025-02-22T20:29:21.566Z | Compiling openssl v0.10.71 |
| 1757 | 2025-02-22T20:29:21.722Z | Compiling ucd-trie v0.1.7 |
| 1758 | 2025-02-22T20:29:22.330Z | Compiling pest v2.7.14 |
| 1759 | 2025-02-22T20:29:22.426Z | Compiling zerovec v0.10.4 |
| 1760 | 2025-02-22T20:29:22.694Z | Compiling bitflags v2.6.0 |
| 1761 | 2025-02-22T20:29:22.797Z | Compiling bytes v1.9.0 |
| 1762 | 2025-02-22T20:29:25.358Z | Compiling indexmap v2.7.1 |
| 1763 | 2025-02-22T20:29:25.578Z | Compiling tokio v1.43.0 |
| 1764 | 2025-02-22T20:29:27.213Z | Compiling which v4.4.2 |
| 1765 | 2025-02-22T20:29:27.543Z | Compiling serde_tokenstream v0.2.2 |
| 1766 | 2025-02-22T20:29:27.737Z | Compiling uuid v1.12.0 |
| 1767 | 2025-02-22T20:29:27.952Z | Compiling http v1.2.0 |
| 1768 | 2025-02-22T20:29:28.104Z | Compiling chrono v0.4.39 |
| 1769 | 2025-02-22T20:29:29.121Z | Compiling rustc_version v0.4.1 |
| 1770 | 2025-02-22T20:29:31.838Z | Compiling hmac v0.12.1 |
| 1771 | 2025-02-22T20:29:32.189Z | Compiling pest_meta v2.7.14 |
| 1772 | 2025-02-22T20:29:33.779Z | Compiling block-padding v0.3.3 |
| 1773 | 2025-02-22T20:29:34.040Z | Compiling openssl-macros v0.1.1 |
| 1774 | 2025-02-22T20:29:34.796Z | Compiling rustls v0.23.19 |
| 1775 | 2025-02-22T20:29:35.151Z | Compiling native-tls v0.2.12 |
| 1776 | 2025-02-22T20:29:35.257Z | Compiling inout v0.1.3 |
| 1777 | 2025-02-22T20:29:35.519Z | Compiling pest_generator v2.7.14 |
| 1778 | 2025-02-22T20:29:35.541Z | Compiling tinystr v0.7.6 |
| 1779 | 2025-02-22T20:29:35.959Z | Compiling toml_datetime v0.6.8 |
| 1780 | 2025-02-22T20:29:36.220Z | Compiling serde_spanned v0.6.8 |
| 1781 | 2025-02-22T20:29:36.464Z | Compiling tracing-core v0.1.32 |
| 1782 | 2025-02-22T20:29:36.484Z | Compiling strsim v0.11.1 |
| 1783 | 2025-02-22T20:29:36.565Z | Compiling writeable v0.5.5 |
| 1784 | 2025-02-22T20:29:37.116Z | Compiling dyn-clone v1.0.18 |
| 1785 | 2025-02-22T20:29:37.275Z | Compiling litemap v0.7.3 |
| 1786 | 2025-02-22T20:29:37.688Z | Compiling icu_locid v1.5.0 |
| 1787 | 2025-02-22T20:29:37.739Z | Compiling pest_derive v2.7.14 |
| 1788 | 2025-02-22T20:29:38.545Z | Compiling tracing v0.1.40 |
| 1789 | 2025-02-22T20:29:38.645Z | Compiling cipher v0.4.4 |
| 1790 | 2025-02-22T20:29:39.136Z | Compiling sha2 v0.10.8 |
| 1791 | 2025-02-22T20:29:39.536Z | Compiling cookie v0.18.1 |
| 1792 | 2025-02-22T20:29:39.570Z | Compiling usdt-impl v0.5.0 |
| 1793 | 2025-02-22T20:29:39.596Z | Compiling aws-lc-sys v0.22.0 |
| 1794 | 2025-02-22T20:29:39.881Z | Compiling base64ct v1.6.0 |
| 1795 | 2025-02-22T20:29:39.973Z | Compiling icu_provider v1.5.0 |
| 1796 | 2025-02-22T20:29:40.457Z | Compiling pem-rfc7468 v0.7.0 |
| 1797 | 2025-02-22T20:29:41.966Z | Compiling scroll v0.12.0 |
| 1798 | 2025-02-22T20:29:42.625Z | Compiling ppv-lite86 v0.2.20 |
| 1799 | 2025-02-22T20:29:43.141Z | Compiling async-trait v0.1.86 |
| 1800 | 2025-02-22T20:29:45.095Z | Compiling plain v0.2.3 |
| 1801 | 2025-02-22T20:29:45.240Z | Compiling flagset v0.4.6 |
| 1802 | 2025-02-22T20:29:45.305Z | Compiling camino v1.1.9 |
| 1803 | 2025-02-22T20:29:45.435Z | Compiling percent-encoding v2.3.1 |
| 1804 | 2025-02-22T20:29:45.810Z | Compiling icu_locid_transform_data v1.5.0 |
| 1805 | 2025-02-22T20:29:45.919Z | Compiling rustls-pki-types v1.10.0 |
| 1806 | 2025-02-22T20:29:46.013Z | Compiling anyhow v1.0.96 |
| 1807 | 2025-02-22T20:29:46.641Z | Compiling icu_locid_transform v1.5.0 |
| 1808 | 2025-02-22T20:29:47.678Z | Compiling der v0.7.9 |
| 1809 | 2025-02-22T20:29:48.636Z | Compiling goblin v0.8.2 |
| 1810 | 2025-02-22T20:29:50.112Z | Compiling rand_chacha v0.3.1 |
| 1811 | 2025-02-22T20:29:50.883Z | Compiling tokio-util v0.7.12 |
| 1812 | 2025-02-22T20:29:50.992Z | Compiling icu_collections v1.5.0 |
| 1813 | 2025-02-22T20:29:52.823Z | Compiling rustls v0.22.4 |
| 1814 | 2025-02-22T20:29:52.844Z | Compiling icu_properties_data v1.5.0 |
| 1815 | 2025-02-22T20:29:53.114Z | Compiling untrusted v0.9.0 |
| 1816 | 2025-02-22T20:29:53.161Z | Compiling untrusted v0.7.1 |
| 1817 | 2025-02-22T20:29:53.349Z | Compiling powerfmt v0.2.0 |
| 1818 | 2025-02-22T20:29:53.494Z | Compiling mirai-annotations v1.12.0 |
| 1819 | 2025-02-22T20:29:53.707Z | Compiling pretty-hex v0.4.1 |
| 1820 | 2025-02-22T20:29:53.921Z | Compiling rayon-core v1.12.1 |
| 1821 | 2025-02-22T20:29:53.948Z | Compiling deranged v0.3.11 |
| 1822 | 2025-02-22T20:29:54.246Z | Compiling icu_properties v1.5.1 |
| 1823 | 2025-02-22T20:29:54.656Z | Compiling dof v0.3.0 |
| 1824 | 2025-02-22T20:29:56.168Z | Compiling rand v0.8.5 |
| 1825 | 2025-02-22T20:29:56.374Z | Compiling spki v0.7.3 |
| 1826 | 2025-02-22T20:29:56.986Z | Compiling salsa20 v0.10.2 |
| 1827 | 2025-02-22T20:29:57.013Z | Compiling dtrace-parser v0.2.0 |
| 1828 | 2025-02-22T20:29:57.800Z | Compiling pbkdf2 v0.12.2 |
| 1829 | 2025-02-22T20:29:58.648Z | Compiling thread-id v4.2.2 |
| 1830 | 2025-02-22T20:29:58.913Z | Compiling utf16_iter v1.0.5 |
| 1831 | 2025-02-22T20:29:58.948Z | Compiling winnow v0.5.40 |
| 1832 | 2025-02-22T20:29:59.222Z | Compiling utf8_iter v1.0.4 |
| 1833 | 2025-02-22T20:29:59.420Z | Compiling icu_normalizer_data v1.5.0 |
| 1834 | 2025-02-22T20:29:59.521Z | Compiling atomic-waker v1.1.2 |
| 1835 | 2025-02-22T20:29:59.880Z | Compiling write16 v1.0.0 |
| 1836 | 2025-02-22T20:30:00.024Z | Compiling litrs v0.4.1 |
| 1837 | 2025-02-22T20:30:00.048Z | Compiling num_threads v0.1.7 |
| 1838 | 2025-02-22T20:30:00.327Z | Compiling icu_normalizer v1.5.0 |
| 1839 | 2025-02-22T20:30:00.488Z | Compiling time v0.3.36 |
| 1840 | 2025-02-22T20:30:01.060Z | Compiling document-features v0.2.10 |
| 1841 | 2025-02-22T20:30:02.433Z | Compiling toml_edit v0.19.15 |
| 1842 | 2025-02-22T20:30:05.648Z | Compiling scrypt v0.11.0 |
| 1843 | 2025-02-22T20:30:05.771Z | Compiling form_urlencoded v1.2.1 |
| 1844 | 2025-02-22T20:30:06.163Z | Compiling cbc v0.1.2 |
| 1845 | 2025-02-22T20:30:06.183Z | Compiling aes v0.8.4 |
| 1846 | 2025-02-22T20:30:06.350Z | Compiling http-body v1.0.1 |
| 1847 | 2025-02-22T20:30:06.637Z | Compiling multer v3.1.0 |
| 1848 | 2025-02-22T20:30:07.160Z | Compiling rustversion v1.0.17 |
| 1849 | 2025-02-22T20:30:07.341Z | Compiling slog-async v2.8.0 |
| 1850 | 2025-02-22T20:30:07.522Z | Compiling try-lock v0.2.5 |
| 1851 | 2025-02-22T20:30:07.778Z | Compiling tinyvec_macros v0.1.1 |
| 1852 | 2025-02-22T20:30:07.896Z | Compiling tinyvec v1.8.0 |
| 1853 | 2025-02-22T20:30:07.922Z | Compiling want v0.3.1 |
| 1854 | 2025-02-22T20:30:08.235Z | Compiling pkcs5 v0.7.1 |
| 1855 | 2025-02-22T20:30:09.305Z | Compiling idna_adapter v1.2.0 |
| 1856 | 2025-02-22T20:30:09.765Z | Compiling h2 v0.4.6 |
| 1857 | 2025-02-22T20:30:09.986Z | Compiling heapless v0.7.17 |
| 1858 | 2025-02-22T20:30:10.555Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1859 | 2025-02-22T20:30:11.013Z | Compiling httpdate v1.0.3 |
| 1860 | 2025-02-22T20:30:11.243Z | Compiling signal-hook v0.3.17 |
| 1861 | 2025-02-22T20:30:11.583Z | Compiling tower-service v0.3.3 |
| 1862 | 2025-02-22T20:30:12.233Z | Compiling idna v1.0.3 |
| 1863 | 2025-02-22T20:30:13.590Z | Compiling pkcs8 v0.10.2 |
| 1864 | 2025-02-22T20:30:14.246Z | Compiling usdt-attr-macro v0.5.0 |
| 1865 | 2025-02-22T20:30:14.971Z | Compiling usdt-macro v0.5.0 |
| 1866 | 2025-02-22T20:30:15.890Z | Compiling async-stream-impl v0.3.6 |
| 1867 | 2025-02-22T20:30:16.765Z | Compiling base64 v0.22.1 |
| 1868 | 2025-02-22T20:30:17.190Z | Compiling adler2 v2.0.0 |
| 1869 | 2025-02-22T20:30:17.369Z | Compiling miniz_oxide v0.8.0 |
| 1870 | 2025-02-22T20:30:18.915Z | Compiling hyper v1.5.2 |
| 1871 | 2025-02-22T20:30:20.911Z | Compiling curve25519-dalek v4.1.3 |
| 1872 | 2025-02-22T20:30:21.025Z | Compiling openapiv3 v2.0.0 |
| 1873 | 2025-02-22T20:30:21.477Z | Compiling enum-as-inner v0.6.1 |
| 1874 | 2025-02-22T20:30:22.538Z | Compiling hyper-util v0.1.10 |
| 1875 | 2025-02-22T20:30:25.185Z | Compiling memoffset v0.9.1 |
| 1876 | 2025-02-22T20:30:25.453Z | Compiling dropshot v0.12.0 |
| 1877 | 2025-02-22T20:30:25.565Z | Compiling smoltcp v0.9.1 |
| 1878 | 2025-02-22T20:30:26.449Z | Compiling portable-atomic v1.9.0 |
| 1879 | 2025-02-22T20:30:26.529Z | Compiling newtype-uuid v1.2.1 |
| 1880 | 2025-02-22T20:30:26.880Z | Compiling num-bigint-dig v0.8.4 |
| 1881 | 2025-02-22T20:30:27.218Z | Compiling foreign-types-shared v0.1.1 |
| 1882 | 2025-02-22T20:30:27.388Z | Compiling match_cfg v0.1.0 |
| 1883 | 2025-02-22T20:30:27.482Z | Compiling hostname v0.3.1 |
| 1884 | 2025-02-22T20:30:27.505Z | Compiling foreign-types v0.3.2 |
| 1885 | 2025-02-22T20:30:29.094Z | Compiling url v2.5.3 |
| 1886 | 2025-02-22T20:30:31.467Z | Compiling http-body-util v0.1.2 |
| 1887 | 2025-02-22T20:30:32.086Z | Compiling dirs-sys-next v0.1.2 |
| 1888 | 2025-02-22T20:30:32.175Z | Compiling encoding_rs v0.8.34 |
| 1889 | 2025-02-22T20:30:32.510Z | Compiling siphasher v0.3.11 |
| 1890 | 2025-02-22T20:30:32.544Z | Compiling data-encoding v2.6.0 |
| 1891 | 2025-02-22T20:30:32.905Z | Compiling mime v0.3.17 |
| 1892 | 2025-02-22T20:30:33.980Z | Compiling ident_case v1.0.1 |
| 1893 | 2025-02-22T20:30:34.004Z | Compiling cfg_aliases v0.2.1 |
| 1894 | 2025-02-22T20:30:34.126Z | Compiling heck v0.4.1 |
| 1895 | 2025-02-22T20:30:34.199Z | Compiling gimli v0.31.1 |
| 1896 | 2025-02-22T20:30:34.552Z | Compiling darling_core v0.20.10 |
| 1897 | 2025-02-22T20:30:35.111Z | Compiling nix v0.29.0 |
| 1898 | 2025-02-22T20:30:35.943Z | Compiling dirs-next v2.0.0 |
| 1899 | 2025-02-22T20:30:40.105Z | Compiling addr2line v0.24.2 |
| 1900 | 2025-02-22T20:30:41.674Z | Compiling unicode-normalization v0.1.24 |
| 1901 | 2025-02-22T20:30:42.789Z | Compiling serde_urlencoded v0.7.1 |
| 1902 | 2025-02-22T20:30:43.420Z | Compiling crossbeam-epoch v0.9.18 |
| 1903 | 2025-02-22T20:30:43.491Z | Compiling rustls-pemfile v2.2.0 |
| 1904 | 2025-02-22T20:30:43.889Z | Compiling hubpack_derive v0.1.1 |
| 1905 | 2025-02-22T20:30:43.980Z | Compiling dropshot_endpoint v0.12.0 |
| 1906 | 2025-02-22T20:30:44.080Z | Compiling sha1 v0.10.6 |
| 1907 | 2025-02-22T20:30:44.112Z | Compiling signature v2.2.0 |
| 1908 | 2025-02-22T20:30:44.372Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1909 | 2025-02-22T20:30:44.495Z | Compiling zerocopy-derive v0.6.6 |
| 1910 | 2025-02-22T20:30:45.725Z | Compiling object v0.36.5 |
| 1911 | 2025-02-22T20:30:46.330Z | Compiling thread_local v1.1.8 |
| 1912 | 2025-02-22T20:30:46.808Z | Compiling fs-err v2.11.0 |
| 1913 | 2025-02-22T20:30:47.918Z | Compiling ipnet v2.10.1 |
| 1914 | 2025-02-22T20:30:50.582Z | Compiling anstyle v1.0.10 |
| 1915 | 2025-02-22T20:30:52.554Z | Compiling openssl-probe v0.1.5 |
| 1916 | 2025-02-22T20:30:52.556Z | Compiling unicode-properties v0.1.3 |
| 1917 | 2025-02-22T20:30:52.868Z | Compiling rustc-demangle v0.1.24 |
| 1918 | 2025-02-22T20:30:53.092Z | Compiling unicode-bidi v0.3.17 |
| 1919 | 2025-02-22T20:30:54.771Z | Compiling utf8parse v0.2.2 |
| 1920 | 2025-02-22T20:30:55.283Z | Compiling rustls-webpki v0.102.8 |
| 1921 | 2025-02-22T20:30:55.466Z | Compiling winnow v0.6.20 |
| 1922 | 2025-02-22T20:30:59.112Z | Compiling toml_edit v0.22.22 |
| 1923 | 2025-02-22T20:31:00.918Z | Compiling anstyle-parse v0.2.5 |
| 1924 | 2025-02-22T20:31:01.308Z | Compiling stringprep v0.1.5 |
| 1925 | 2025-02-22T20:31:02.233Z | Compiling backtrace v0.3.74 |
| 1926 | 2025-02-22T20:31:06.569Z | Compiling crossbeam-deque v0.8.5 |
| 1927 | 2025-02-22T20:31:07.444Z | Compiling darling_macro v0.20.10 |
| 1928 | 2025-02-22T20:31:08.403Z | Compiling term v0.7.0 |
| 1929 | 2025-02-22T20:31:09.244Z | Compiling slog-json v2.6.1 |
| 1930 | 2025-02-22T20:31:10.264Z | Compiling crossbeam-channel v0.5.13 |
| 1931 | 2025-02-22T20:31:10.689Z | Compiling hashbrown v0.14.5 |
| 1932 | 2025-02-22T20:31:11.444Z | Compiling futures-executor v0.3.31 |
| 1933 | 2025-02-22T20:31:11.784Z | Compiling num-integer v0.1.46 |
| 1934 | 2025-02-22T20:31:11.890Z | Compiling md-5 v0.10.6 |
| 1935 | 2025-02-22T20:31:12.033Z | Compiling ff v0.13.0 |
| 1936 | 2025-02-22T20:31:12.157Z | Compiling hash32 v0.2.1 |
| 1937 | 2025-02-22T20:31:12.281Z | Compiling is-terminal v0.4.13 |
| 1938 | 2025-02-22T20:31:12.355Z | Compiling memmap v0.7.0 |
| 1939 | 2025-02-22T20:31:12.442Z | Compiling fallible-iterator v0.2.0 |
| 1940 | 2025-02-22T20:31:12.541Z | Compiling is_terminal_polyfill v1.70.1 |
| 1941 | 2025-02-22T20:31:12.667Z | Compiling colorchoice v1.0.2 |
| 1942 | 2025-02-22T20:31:12.700Z | Compiling take_mut v0.2.2 |
| 1943 | 2025-02-22T20:31:12.895Z | Compiling psl-types v2.0.11 |
| 1944 | 2025-02-22T20:31:13.136Z | Compiling anstyle-query v1.1.1 |
| 1945 | 2025-02-22T20:31:13.309Z | Compiling base16ct v0.2.0 |
| 1946 | 2025-02-22T20:31:13.331Z | Compiling linked-hash-map v0.5.6 |
| 1947 | 2025-02-22T20:31:13.389Z | Compiling utf-8 v0.7.6 |
| 1948 | 2025-02-22T20:31:13.638Z | Compiling quick-error v1.2.3 |
| 1949 | 2025-02-22T20:31:13.699Z | Compiling lru-cache v0.1.2 |
| 1950 | 2025-02-22T20:31:13.699Z | Compiling tungstenite v0.24.0 |
| 1951 | 2025-02-22T20:31:13.737Z | Compiling sec1 v0.7.3 |
| 1952 | 2025-02-22T20:31:13.794Z | Compiling resolv-conf v0.7.0 |
| 1953 | 2025-02-22T20:31:13.915Z | Compiling publicsuffix v2.3.0 |
| 1954 | 2025-02-22T20:31:14.260Z | Compiling anstream v0.6.15 |
| 1955 | 2025-02-22T20:31:14.305Z | Compiling postgres-protocol v0.6.7 |
| 1956 | 2025-02-22T20:31:14.907Z | Compiling usdt v0.5.0 |
| 1957 | 2025-02-22T20:31:15.498Z | Compiling slog-term v2.9.1 |
| 1958 | 2025-02-22T20:31:15.555Z | Compiling num-iter v0.1.45 |
| 1959 | 2025-02-22T20:31:15.742Z | Compiling group v0.13.0 |
| 1960 | 2025-02-22T20:31:15.766Z | Compiling regress v0.10.1 |
| 1961 | 2025-02-22T20:31:16.088Z | Compiling futures v0.3.31 |
| 1962 | 2025-02-22T20:31:19.128Z | Compiling slog-bunyan v2.5.0 |
| 1963 | 2025-02-22T20:31:19.354Z | Compiling darling v0.20.10 |
| 1964 | 2025-02-22T20:31:19.676Z | Compiling tokio-rustls v0.26.0 |
| 1965 | 2025-02-22T20:31:19.770Z | Compiling tokio-native-tls v0.3.1 |
| 1966 | 2025-02-22T20:31:20.076Z | Compiling toml v0.8.19 |
| 1967 | 2025-02-22T20:31:20.130Z | Compiling tokio-rustls v0.25.0 |
| 1968 | 2025-02-22T20:31:20.576Z | Compiling hickory-proto v0.24.3 |
| 1969 | 2025-02-22T20:31:20.648Z | Compiling strum_macros v0.25.3 |
| 1970 | 2025-02-22T20:31:21.484Z | Compiling phf_shared v0.11.2 |
| 1971 | 2025-02-22T20:31:21.938Z | Compiling async-stream v0.3.6 |
| 1972 | 2025-02-22T20:31:22.003Z | Compiling waitgroup v0.1.2 |
| 1973 | 2025-02-22T20:31:22.023Z | Compiling webpki-roots v0.26.6 |
| 1974 | 2025-02-22T20:31:22.337Z | Compiling hkdf v0.12.4 |
| 1975 | 2025-02-22T20:31:22.455Z | Compiling terminal_size v0.4.0 |
| 1976 | 2025-02-22T20:31:22.615Z | Compiling serde_path_to_error v0.1.16 |
| 1977 | 2025-02-22T20:31:22.690Z | Compiling sync_wrapper v1.0.1 |
| 1978 | 2025-02-22T20:31:23.081Z | Compiling crypto-bigint v0.5.5 |
| 1979 | 2025-02-22T20:31:23.235Z | Compiling derive-where v1.2.7 |
| 1980 | 2025-02-22T20:31:23.376Z | Compiling clap_derive v4.5.28 |
| 1981 | 2025-02-22T20:31:23.961Z | Compiling serde_repr v0.1.19 |
| 1982 | 2025-02-22T20:31:25.057Z | Compiling hostname v0.4.0 |
| 1983 | 2025-02-22T20:31:25.298Z | Compiling crc32fast v1.4.2 |
| 1984 | 2025-02-22T20:31:25.624Z | Compiling bitflags v1.3.2 |
| 1985 | 2025-02-22T20:31:25.754Z | Compiling managed v0.8.0 |
| 1986 | 2025-02-22T20:31:25.904Z | Compiling tower-layer v0.3.3 |
| 1987 | 2025-02-22T20:31:26.687Z | Compiling debug-ignore v1.0.5 |
| 1988 | 2025-02-22T20:31:26.707Z | Compiling unicode-width v0.2.0 |
| 1989 | 2025-02-22T20:31:27.064Z | Compiling clap_lex v0.7.4 |
| 1990 | 2025-02-22T20:31:27.241Z | Compiling console v0.15.10 |
| 1991 | 2025-02-22T20:31:27.484Z | Compiling clap_builder v4.5.30 |
| 1992 | 2025-02-22T20:31:28.927Z | Compiling tower v0.5.2 |
| 1993 | 2025-02-22T20:31:29.917Z | Compiling hickory-resolver v0.24.3 |
| 1994 | 2025-02-22T20:31:32.488Z | Compiling elliptic-curve v0.13.8 |
| 1995 | 2025-02-22T20:31:33.763Z | Compiling flate2 v1.0.35 |
| 1996 | 2025-02-22T20:31:34.913Z | Compiling hyper-rustls v0.27.3 |
| 1997 | 2025-02-22T20:31:35.549Z | Compiling phf v0.11.2 |
| 1998 | 2025-02-22T20:31:35.942Z | Compiling hyper-tls v0.6.0 |
| 1999 | 2025-02-22T20:31:36.811Z | Compiling typify-impl v0.2.0 |
| 2000 | 2025-02-22T20:31:37.169Z | Compiling signal-hook-mio v0.2.4 |
| 2001 | 2025-02-22T20:31:37.364Z | Compiling rayon v1.10.0 |
| 2002 | 2025-02-22T20:31:37.838Z | Compiling bzip2 v0.4.4 |
| 2003 | 2025-02-22T20:31:37.880Z | Compiling cookie_store v0.21.1 |
| 2004 | 2025-02-22T20:31:38.278Z | Compiling postgres-types v0.2.8 |
| 2005 | 2025-02-22T20:31:38.659Z | Compiling tokio-tungstenite v0.24.0 |
| 2006 | 2025-02-22T20:31:39.395Z | Compiling zerocopy v0.6.6 |
| 2007 | 2025-02-22T20:31:39.495Z | Compiling hubpack v0.1.2 |
| 2008 | 2025-02-22T20:31:39.575Z | Compiling ed25519 v2.2.3 |
| 2009 | 2025-02-22T20:31:39.958Z | Compiling phf_shared v0.10.0 |
| 2010 | 2025-02-22T20:31:40.063Z | Compiling pkcs1 v0.7.5 |
| 2011 | 2025-02-22T20:31:40.318Z | Compiling tokio-stream v0.1.16 |
| 2012 | 2025-02-22T20:31:40.961Z | Compiling ipnetwork v0.21.1 |
| 2013 | 2025-02-22T20:31:41.324Z | Compiling rfc6979 v0.4.0 |
| 2014 | 2025-02-22T20:31:41.533Z | Compiling serde-big-array v0.5.1 |
| 2015 | 2025-02-22T20:31:41.799Z | Compiling float-cmp v0.10.0 |
| 2016 | 2025-02-22T20:31:41.821Z | Compiling bstr v1.10.0 |
| 2017 | 2025-02-22T20:31:42.079Z | Compiling unicode-segmentation v1.12.0 |
| 2018 | 2025-02-22T20:31:43.119Z | Compiling fixedbitset v0.4.2 |
| 2019 | 2025-02-22T20:31:43.256Z | Compiling difflib v0.4.0 |
| 2020 | 2025-02-22T20:31:43.549Z | Compiling new_debug_unreachable v1.0.6 |
| 2021 | 2025-02-22T20:31:43.663Z | Compiling predicates-core v1.0.8 |
| 2022 | 2025-02-22T20:31:44.275Z | Compiling normalize-line-endings v0.3.0 |
| 2023 | 2025-02-22T20:31:44.359Z | Compiling precomputed-hash v0.1.1 |
| 2024 | 2025-02-22T20:31:44.433Z | Compiling number_prefix v0.4.0 |
| 2025 | 2025-02-22T20:31:44.507Z | Compiling whoami v1.5.2 |
| 2026 | 2025-02-22T20:31:44.695Z | Compiling static_assertions v1.1.0 |
| 2027 | 2025-02-22T20:31:44.739Z | Compiling bit-vec v0.6.3 |
| 2028 | 2025-02-22T20:31:44.777Z | Compiling indicatif v0.17.11 |
| 2029 | 2025-02-22T20:31:44.823Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2030 | 2025-02-22T20:31:45.048Z | Compiling tokio-postgres v0.7.12 |
| 2031 | 2025-02-22T20:31:45.138Z | Compiling bit-set v0.5.3 |
| 2032 | 2025-02-22T20:31:45.438Z | Compiling string_cache v0.8.7 |
| 2033 | 2025-02-22T20:31:45.837Z | Compiling predicates v3.1.3 |
| 2034 | 2025-02-22T20:31:47.033Z | Compiling typify-macro v0.2.0 |
| 2035 | 2025-02-22T20:31:47.217Z | Compiling reqwest v0.12.12 |
| 2036 | 2025-02-22T20:31:47.238Z | Compiling petgraph v0.6.5 |
| 2037 | 2025-02-22T20:31:50.280Z | Compiling similar v2.6.0 |
| 2038 | 2025-02-22T20:31:50.584Z | Compiling ecdsa v0.16.9 |
| 2039 | 2025-02-22T20:31:50.953Z | Compiling qorb v0.2.1 |
| 2040 | 2025-02-22T20:31:51.459Z | Compiling rsa v0.9.6 |
| 2041 | 2025-02-22T20:31:52.095Z | Compiling ed25519-dalek v2.1.1 |
| 2042 | 2025-02-22T20:31:52.611Z | Compiling zip v0.6.6 |
| 2043 | 2025-02-22T20:31:52.868Z | Compiling crossterm v0.28.1 |
| 2044 | 2025-02-22T20:31:53.735Z | Compiling clap v4.5.30 |
| 2045 | 2025-02-22T20:31:55.421Z | Compiling toml v0.7.8 |
| 2046 | 2025-02-22T20:31:55.869Z | Compiling x509-cert v0.2.5 |
| 2047 | 2025-02-22T20:31:56.524Z | Compiling hex v0.4.3 |
| 2048 | 2025-02-22T20:31:57.517Z | Compiling peg-runtime v0.8.3 |
| 2049 | 2025-02-22T20:31:57.841Z | Compiling lalrpop-util v0.19.12 |
| 2050 | 2025-02-22T20:31:58.205Z | Compiling zerocopy v0.8.10 |
| 2051 | 2025-02-22T20:31:58.931Z | Compiling unicode-xid v0.2.6 |
| 2052 | 2025-02-22T20:32:01.598Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2053 | 2025-02-22T20:32:04.928Z | Compiling proc-macro-crate v1.3.1 |
| 2054 | 2025-02-22T20:32:05.002Z | Compiling macaddr v1.0.1 |
| 2055 | 2025-02-22T20:32:05.679Z | Compiling zerocopy-derive v0.8.10 |
| 2056 | 2025-02-22T20:32:05.960Z | Compiling itertools v0.13.0 |
| 2057 | 2025-02-22T20:32:08.567Z | Compiling heapless v0.8.0 |
| 2058 | 2025-02-22T20:32:09.045Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2059 | 2025-02-22T20:32:14.464Z | Compiling num_enum_derive v0.5.11 |
| 2060 | 2025-02-22T20:32:19.883Z | Compiling hash32 v0.3.1 |
| 2061 | 2025-02-22T20:32:21.813Z | Compiling smoltcp v0.11.0 |
| 2062 | 2025-02-22T20:32:23.241Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2063 | 2025-02-22T20:32:27.941Z | Compiling num_enum v0.5.11 |
| 2064 | 2025-02-22T20:32:28.029Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2065 | 2025-02-22T20:32:29.408Z | Compiling typify v0.2.0 |
| 2066 | 2025-02-22T20:32:29.441Z | Compiling oxnet v0.1.0 |
| 2067 | 2025-02-22T20:32:30.702Z | Compiling proc-macro-error-attr v1.0.4 |
| 2068 | 2025-02-22T20:32:30.840Z | Compiling cobs v0.2.3 |
| 2069 | 2025-02-22T20:32:31.059Z | Compiling thiserror v2.0.11 |
| 2070 | 2025-02-22T20:32:31.968Z | Compiling unsafe-libyaml v0.2.11 |
| 2071 | 2025-02-22T20:32:32.441Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2072 | 2025-02-22T20:32:33.543Z | Compiling serde_yaml v0.9.34+deprecated |
| 2073 | 2025-02-22T20:32:36.059Z | Compiling postcard v1.0.10 |
| 2074 | 2025-02-22T20:32:43.511Z | Compiling progenitor-impl v0.8.0 |
| 2075 | 2025-02-22T20:32:49.792Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2076 | 2025-02-22T20:32:59.477Z | Compiling strum_macros v0.26.4 |
| 2077 | 2025-02-22T20:33:00.614Z | Compiling thiserror-impl v2.0.11 |
| 2078 | 2025-02-22T20:33:01.168Z | Compiling foreign-types-macros v0.2.3 |
| 2079 | 2025-02-22T20:33:01.228Z | Compiling structmeta-derive v0.3.0 |
| 2080 | 2025-02-22T20:33:01.569Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2081 | 2025-02-22T20:33:01.907Z | Compiling proc-macro-error v1.0.4 |
| 2082 | 2025-02-22T20:33:01.936Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2083 | 2025-02-22T20:33:03.794Z | Compiling unicode-width v0.1.14 |
| 2084 | 2025-02-22T20:33:03.850Z | Compiling foreign-types-shared v0.3.1 |
| 2085 | 2025-02-22T20:33:03.996Z | Compiling foreign-types v0.5.0 |
| 2086 | 2025-02-22T20:33:04.443Z | Compiling tabwriter v1.4.0 |
| 2087 | 2025-02-22T20:33:05.225Z | Compiling structmeta v0.3.0 |
| 2088 | 2025-02-22T20:33:05.641Z | Compiling strum v0.26.3 |
| 2089 | 2025-02-22T20:33:08.960Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2090 | 2025-02-22T20:33:15.242Z | Compiling progenitor-macro v0.8.0 |
| 2091 | 2025-02-22T20:33:18.857Z | Compiling progenitor-client v0.8.0 |
| 2092 | 2025-02-22T20:33:19.807Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2093 | 2025-02-22T20:33:20.689Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2094 | 2025-02-22T20:33:20.923Z | Compiling daft-derive v0.1.1 |
| 2095 | 2025-02-22T20:33:21.615Z | Compiling cstr-argument v0.1.2 |
| 2096 | 2025-02-22T20:33:21.928Z | Compiling dropshot v0.15.1 |
| 2097 | 2025-02-22T20:33:22.302Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2098 | 2025-02-22T20:33:22.455Z | Compiling fastrand v2.1.1 |
| 2099 | 2025-02-22T20:33:22.662Z | Compiling crucible-workspace-hack v0.1.0 |
| 2100 | 2025-02-22T20:33:23.301Z | Compiling pretty-hex v0.2.1 |
| 2101 | 2025-02-22T20:33:23.635Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2102 | 2025-02-22T20:33:23.748Z | Compiling tempfile v3.13.0 |
| 2103 | 2025-02-22T20:33:24.096Z | Compiling daft v0.1.1 |
| 2104 | 2025-02-22T20:33:24.371Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2105 | 2025-02-22T20:33:24.878Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2106 | 2025-02-22T20:33:25.253Z | Compiling parse-display-derive v0.10.0 |
| 2107 | 2025-02-22T20:33:25.411Z | Compiling colored v2.1.0 |
| 2108 | 2025-02-22T20:33:25.805Z | Compiling serde_with_macros v3.11.0 |
| 2109 | 2025-02-22T20:33:25.808Z | Compiling progenitor v0.8.0 |
| 2110 | 2025-02-22T20:33:26.035Z | Compiling dropshot_endpoint v0.15.1 |
| 2111 | 2025-02-22T20:33:26.683Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2112 | 2025-02-22T20:33:27.570Z | Compiling instant v0.1.13 |
| 2113 | 2025-02-22T20:33:27.780Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2114 | 2025-02-22T20:33:28.211Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2115 | 2025-02-22T20:33:28.239Z | Compiling serde_with v3.11.0 |
| 2116 | 2025-02-22T20:33:28.823Z | Compiling parse-display v0.10.0 |
| 2117 | 2025-02-22T20:33:30.409Z | Compiling backoff v0.4.0 |
| 2118 | 2025-02-22T20:33:30.842Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2119 | 2025-02-22T20:33:30.845Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 2120 | 2025-02-22T20:33:31.096Z | Compiling zone_cfg_derive v0.3.0 |
| 2121 | 2025-02-22T20:33:31.388Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2122 | 2025-02-22T20:33:32.130Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2123 | 2025-02-22T20:33:32.381Z | Compiling camino-tempfile v1.1.1 |
| 2124 | 2025-02-22T20:33:32.656Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2125 | 2025-02-22T20:33:32.878Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2126 | 2025-02-22T20:33:33.096Z | Compiling regress v0.9.1 |
| 2127 | 2025-02-22T20:33:33.117Z | Compiling progenitor-client v0.9.1 |
| 2128 | 2025-02-22T20:33:33.137Z | Compiling num-derive v0.4.2 |
| 2129 | 2025-02-22T20:33:34.100Z | Compiling sigpipe v0.1.3 |
| 2130 | 2025-02-22T20:33:34.263Z | Compiling libefi-sys v0.1.0 |
| 2131 | 2025-02-22T20:33:34.626Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2132 | 2025-02-22T20:33:35.031Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2133 | 2025-02-22T20:33:35.379Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
| 2134 | 2025-02-22T20:33:36.978Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2135 | 2025-02-22T20:33:38.264Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2136 | 2025-02-22T20:33:41.006Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2137 | 2025-02-22T20:33:41.045Z | Compiling zone v0.3.0 |
| 2138 | 2025-02-22T20:33:41.716Z | Compiling smf v0.2.3 |
| 2139 | 2025-02-22T20:33:41.814Z | Compiling bitfield-struct v0.6.2 |
| 2140 | 2025-02-22T20:33:43.201Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2141 | 2025-02-22T20:33:43.666Z | Compiling blake3 v1.5.4 |
| 2142 | 2025-02-22T20:33:44.421Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2143 | 2025-02-22T20:33:44.912Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2144 | 2025-02-22T20:33:44.933Z | Compiling xattr v1.3.1 |
| 2145 | 2025-02-22T20:33:45.077Z | Compiling filetime v0.2.25 |
| 2146 | 2025-02-22T20:33:45.288Z | Compiling memmap2 v0.9.5 |
| 2147 | 2025-02-22T20:33:45.330Z | Compiling constant_time_eq v0.3.1 |
| 2148 | 2025-02-22T20:33:45.460Z | Compiling same-file v1.0.6 |
| 2149 | 2025-02-22T20:33:45.545Z | Compiling arrayvec v0.7.6 |
| 2150 | 2025-02-22T20:33:45.783Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2151 | 2025-02-22T20:33:45.848Z | Compiling arrayref v0.3.9 |
| 2152 | 2025-02-22T20:33:45.926Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2153 | 2025-02-22T20:33:45.978Z | Compiling walkdir v2.5.0 |
| 2154 | 2025-02-22T20:33:46.047Z | Compiling tar v0.4.42 |
| 2155 | 2025-02-22T20:33:47.608Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2156 | 2025-02-22T20:33:48.074Z | Compiling gethostname v0.5.0 |
| 2157 | 2025-02-22T20:33:48.303Z | Compiling cargo-platform v0.1.8 |
| 2158 | 2025-02-22T20:33:48.605Z | Compiling topological-sort v0.2.2 |
| 2159 | 2025-02-22T20:33:48.632Z | Compiling indent_write v2.2.0 |
| 2160 | 2025-02-22T20:33:48.887Z | Compiling omicron-zone-package v0.12.0 |
| 2161 | 2025-02-22T20:33:48.908Z | Compiling cargo_metadata v0.18.1 |
| 2162 | 2025-02-22T20:33:49.036Z | Compiling shell-words v1.1.0 |
| 2163 | 2025-02-22T20:33:56.992Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2164 | 2025-02-22T20:33:58.428Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2165 | 2025-02-22T20:34:04.637Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2166 | 2025-02-22T20:34:19.422Z | Finished `release` profile [optimized] target(s) in 5m 23s |
| 2167 | 2025-02-22T20:34:19.588Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2168 | 2025-02-22T20:34:19.637Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2169 | 2025-02-22T20:34:19.640Z | Created new build target 'test' and set it as active |
| 2170 | 2025-02-22T20:34:19.640Z | |
| 2171 | 2025-02-22T20:34:19.640Z | real 5:24.240633368 |
| 2172 | 2025-02-22T20:34:19.640Z | user 37:35.995802333 |
| 2173 | 2025-02-22T20:34:19.640Z | sys 3:36.210499468 |
| 2174 | 2025-02-22T20:34:19.640Z | trap 1.262598864 |
| 2175 | 2025-02-22T20:34:19.640Z | tflt 1.697632559 |
| 2176 | 2025-02-22T20:34:19.640Z | dflt 0.852543213 |
| 2177 | 2025-02-22T20:34:19.640Z | kflt 0.000184771 |
| 2178 | 2025-02-22T20:34:19.640Z | lock 1:14:27.139939812 |
| 2179 | 2025-02-22T20:34:19.640Z | slp 2:31:17.148183435 |
| 2180 | 2025-02-22T20:34:19.640Z | lat 2:46.446507763 |
| 2181 | 2025-02-22T20:34:19.640Z | stop 5:00.664463160 |
| 2182 | 2025-02-22T20:34:19.640Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2183 | 2025-02-22T20:34:20.647Z | Finished `release` profile [optimized] target(s) in 0.95s |
| 2184 | 2025-02-22T20:34:20.716Z | Running `target/release/omicron-package -t test package` |
| 2185 | 2025-02-22T20:34:20.765Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2186 | 2025-02-22T20:34:22.128Z | Compiling ring v0.17.9 |
| 2187 | 2025-02-22T20:34:22.310Z | Compiling thiserror v2.0.11 |
| 2188 | 2025-02-22T20:34:22.330Z | Compiling typify-impl v0.3.0 |
| 2189 | 2025-02-22T20:34:22.346Z | Compiling convert_case v0.4.0 |
| 2190 | 2025-02-22T20:34:22.349Z | Compiling newline-converter v0.3.0 |
| 2191 | 2025-02-22T20:34:22.349Z | Compiling password-hash v0.5.0 |
| 2192 | 2025-02-22T20:34:22.349Z | Compiling blake2 v0.10.6 |
| 2193 | 2025-02-22T20:34:22.557Z | Compiling expectorate v1.1.0 |
| 2194 | 2025-02-22T20:34:22.863Z | Compiling base64 v0.21.7 |
| 2195 | 2025-02-22T20:34:22.967Z | Compiling derive_more v0.99.19 |
| 2196 | 2025-02-22T20:34:23.470Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2197 | 2025-02-22T20:34:23.954Z | Compiling argon2 v0.5.3 |
| 2198 | 2025-02-22T20:34:24.610Z | Compiling atomicwrites v0.4.4 |
| 2199 | 2025-02-22T20:34:24.928Z | Compiling owo-colors v4.1.0 |
| 2200 | 2025-02-22T20:34:25.130Z | Compiling cancel-safe-futures v0.1.5 |
| 2201 | 2025-02-22T20:34:25.263Z | Compiling num-rational v0.4.2 |
| 2202 | 2025-02-22T20:34:25.516Z | Compiling num-complex v0.4.6 |
| 2203 | 2025-02-22T20:34:26.645Z | Compiling num v0.4.3 |
| 2204 | 2025-02-22T20:34:26.833Z | Compiling libsw v3.3.1 |
| 2205 | 2025-02-22T20:34:27.175Z | Compiling linear-map v1.2.0 |
| 2206 | 2025-02-22T20:34:27.578Z | Compiling rustls v0.23.19 |
| 2207 | 2025-02-22T20:34:27.614Z | Compiling rustls v0.22.4 |
| 2208 | 2025-02-22T20:34:27.643Z | Compiling swrite v0.1.0 |
| 2209 | 2025-02-22T20:34:27.665Z | Compiling float-ord v0.3.2 |
| 2210 | 2025-02-22T20:34:27.815Z | Compiling highway v1.2.0 |
| 2211 | 2025-02-22T20:34:27.870Z | Compiling semver v0.1.20 |
| 2212 | 2025-02-22T20:34:28.359Z | Compiling rustc_version v0.1.7 |
| 2213 | 2025-02-22T20:34:28.412Z | Compiling tungstenite v0.21.0 |
| 2214 | 2025-02-22T20:34:28.756Z | Compiling newtype_derive v0.1.6 |
| 2215 | 2025-02-22T20:34:29.133Z | Compiling ipnetwork v0.21.1 |
| 2216 | 2025-02-22T20:34:29.189Z | Compiling humantime v2.1.0 |
| 2217 | 2025-02-22T20:34:29.337Z | Compiling dropshot v0.15.1 |
| 2218 | 2025-02-22T20:34:29.420Z | Compiling instant v0.1.13 |
| 2219 | 2025-02-22T20:34:29.596Z | Compiling oxnet v0.1.0 |
| 2220 | 2025-02-22T20:34:29.836Z | Compiling tokio-tungstenite v0.21.0 |
| 2221 | 2025-02-22T20:34:30.024Z | Compiling rustls-webpki v0.102.8 |
| 2222 | 2025-02-22T20:34:30.265Z | Compiling daft v0.1.1 |
| 2223 | 2025-02-22T20:34:30.514Z | Compiling backoff v0.4.0 |
| 2224 | 2025-02-22T20:34:30.770Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2225 | 2025-02-22T20:34:30.874Z | Compiling steno v0.4.1 |
| 2226 | 2025-02-22T20:34:31.716Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2227 | 2025-02-22T20:34:31.920Z | Compiling parse-display v0.10.0 |
| 2228 | 2025-02-22T20:34:32.485Z | Compiling strum v0.26.3 |
| 2229 | 2025-02-22T20:34:32.616Z | Compiling typify-macro v0.3.0 |
| 2230 | 2025-02-22T20:34:32.710Z | Compiling serde_with v3.11.0 |
| 2231 | 2025-02-22T20:34:33.431Z | Compiling regress v0.9.1 |
| 2232 | 2025-02-22T20:34:35.969Z | Compiling tokio-rustls v0.25.0 |
| 2233 | 2025-02-22T20:34:36.270Z | Compiling typify v0.3.0 |
| 2234 | 2025-02-22T20:34:36.432Z | Compiling dropshot v0.12.0 |
| 2235 | 2025-02-22T20:34:36.452Z | Compiling progenitor-impl v0.9.1 |
| 2236 | 2025-02-22T20:34:38.188Z | Compiling tokio-rustls v0.26.0 |
| 2237 | 2025-02-22T20:34:38.689Z | Compiling hyper-rustls v0.27.3 |
| 2238 | 2025-02-22T20:34:39.239Z | Compiling reqwest v0.12.12 |
| 2239 | 2025-02-22T20:34:42.474Z | Compiling qorb v0.2.1 |
| 2240 | 2025-02-22T20:34:44.205Z | Compiling progenitor-macro v0.9.1 |
| 2241 | 2025-02-22T20:34:47.639Z | Compiling progenitor-client v0.9.1 |
| 2242 | 2025-02-22T20:34:48.211Z | Compiling progenitor-client v0.8.0 |
| 2243 | 2025-02-22T20:34:48.347Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2244 | 2025-02-22T20:34:48.919Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2245 | 2025-02-22T20:35:15.611Z | Compiling progenitor v0.8.0 |
| 2246 | 2025-02-22T20:35:15.866Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 2247 | 2025-02-22T20:35:19.319Z | Compiling progenitor v0.9.1 |
| 2248 | 2025-02-22T20:35:19.583Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2249 | 2025-02-22T20:35:20.986Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2250 | 2025-02-22T20:35:21.268Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2251 | 2025-02-22T20:35:21.902Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2252 | 2025-02-22T20:35:22.806Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2253 | 2025-02-22T20:35:23.440Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2254 | 2025-02-22T20:35:29.971Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2255 | 2025-02-22T20:35:31.391Z | Compiling macaddr v1.0.1 |
| 2256 | 2025-02-22T20:35:31.823Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2257 | 2025-02-22T20:35:32.033Z | Compiling slog-dtrace v0.3.0 |
| 2258 | 2025-02-22T20:35:32.701Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
| 2259 | 2025-02-22T20:35:34.460Z | Compiling prettyplease v0.2.29 |
| 2260 | 2025-02-22T20:35:34.755Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2261 | 2025-02-22T20:35:36.701Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2262 | 2025-02-22T20:35:37.041Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2263 | 2025-02-22T20:35:37.134Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2264 | 2025-02-22T20:35:38.868Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2265 | 2025-02-22T20:35:46.563Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2266 | 2025-02-22T20:35:48.984Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2267 | 2025-02-22T20:35:49.865Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2268 | 2025-02-22T20:35:52.597Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2269 | 2025-02-22T20:35:57.197Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2270 | 2025-02-22T20:35:58.885Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2271 | 2025-02-22T20:36:00.403Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2272 | 2025-02-22T20:36:03.083Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2273 | 2025-02-22T20:36:03.656Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2274 | 2025-02-22T20:36:04.185Z | Compiling half v2.4.1 |
| 2275 | 2025-02-22T20:36:04.880Z | Compiling ciborium-io v0.2.2 |
| 2276 | 2025-02-22T20:36:04.945Z | Compiling bytecount v0.6.8 |
| 2277 | 2025-02-22T20:36:05.043Z | Compiling ciborium-ll v0.2.2 |
| 2278 | 2025-02-22T20:36:05.294Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2279 | 2025-02-22T20:36:05.519Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2280 | 2025-02-22T20:36:05.611Z | Compiling ciborium v0.2.2 |
| 2281 | 2025-02-22T20:36:05.963Z | Compiling display-error-chain v0.2.2 |
| 2282 | 2025-02-22T20:36:06.276Z | Compiling same-file v1.0.6 |
| 2283 | 2025-02-22T20:36:06.563Z | Compiling fastrand v2.1.1 |
| 2284 | 2025-02-22T20:36:07.087Z | Compiling tempfile v3.13.0 |
| 2285 | 2025-02-22T20:36:07.783Z | Compiling walkdir v2.5.0 |
| 2286 | 2025-02-22T20:36:07.829Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2287 | 2025-02-22T20:36:08.384Z | Compiling blake3 v1.5.4 |
| 2288 | 2025-02-22T20:36:09.075Z | Compiling const_format_proc_macros v0.2.34 |
| 2289 | 2025-02-22T20:36:10.804Z | Compiling xattr v1.3.1 |
| 2290 | 2025-02-22T20:36:10.904Z | Compiling filetime v0.2.25 |
| 2291 | 2025-02-22T20:36:11.102Z | Compiling memmap2 v0.9.5 |
| 2292 | 2025-02-22T20:36:11.236Z | Compiling constant_time_eq v0.3.1 |
| 2293 | 2025-02-22T20:36:11.428Z | Compiling arrayref v0.3.9 |
| 2294 | 2025-02-22T20:36:11.450Z | Compiling crunchy v0.2.2 |
| 2295 | 2025-02-22T20:36:11.539Z | Compiling arrayvec v0.7.6 |
| 2296 | 2025-02-22T20:36:11.562Z | Compiling maplit v1.0.2 |
| 2297 | 2025-02-22T20:36:11.719Z | Compiling keccak v0.1.5 |
| 2298 | 2025-02-22T20:36:11.966Z | Compiling tar v0.4.42 |
| 2299 | 2025-02-22T20:36:12.924Z | Compiling sha3 v0.10.8 |
| 2300 | 2025-02-22T20:36:12.966Z | Compiling const_format v0.2.34 |
| 2301 | 2025-02-22T20:36:12.992Z | Compiling toolchain_find v0.4.0 |
| 2302 | 2025-02-22T20:36:13.599Z | Compiling camino-tempfile v1.1.1 |
| 2303 | 2025-02-22T20:36:13.661Z | Compiling radium v0.7.0 |
| 2304 | 2025-02-22T20:36:13.811Z | Compiling topological-sort v0.2.2 |
| 2305 | 2025-02-22T20:36:13.842Z | Compiling tiny-keccak v2.0.2 |
| 2306 | 2025-02-22T20:36:14.029Z | Compiling omicron-zone-package v0.12.0 |
| 2307 | 2025-02-22T20:36:14.061Z | Compiling rustfmt-wrapper v0.2.1 |
| 2308 | 2025-02-22T20:36:14.271Z | Compiling dsl_auto_type v0.1.2 |
| 2309 | 2025-02-22T20:36:14.312Z | Compiling scheduled-thread-pool v0.2.7 |
| 2310 | 2025-02-22T20:36:14.466Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2311 | 2025-02-22T20:36:14.652Z | Compiling tap v1.0.1 |
| 2312 | 2025-02-22T20:36:14.861Z | Compiling maybe-uninit v2.0.0 |
| 2313 | 2025-02-22T20:36:14.879Z | Compiling wyz v0.5.1 |
| 2314 | 2025-02-22T20:36:15.347Z | Compiling r2d2 v0.8.10 |
| 2315 | 2025-02-22T20:36:15.483Z | Compiling diesel_derives v2.2.3 |
| 2316 | 2025-02-22T20:36:15.840Z | Compiling phf_generator v0.11.2 |
| 2317 | 2025-02-22T20:36:15.950Z | Compiling ascii-canvas v3.0.0 |
| 2318 | 2025-02-22T20:36:16.051Z | Compiling secrecy v0.8.0 |
| 2319 | 2025-02-22T20:36:16.174Z | Compiling ena v0.14.3 |
| 2320 | 2025-02-22T20:36:16.378Z | Compiling async-recursion v1.1.1 |
| 2321 | 2025-02-22T20:36:16.437Z | Compiling funty v2.0.0 |
| 2322 | 2025-02-22T20:36:16.618Z | Compiling crc-catalog v2.4.0 |
| 2323 | 2025-02-22T20:36:16.799Z | Compiling packed_struct v0.10.1 |
| 2324 | 2025-02-22T20:36:17.273Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
| 2325 | 2025-02-22T20:36:17.617Z | Compiling arc-swap v1.7.1 |
| 2326 | 2025-02-22T20:36:17.700Z | Compiling diff v0.1.13 |
| 2327 | 2025-02-22T20:36:18.199Z | Compiling regex-syntax v0.6.29 |
| 2328 | 2025-02-22T20:36:18.302Z | Compiling slog-scope v4.4.0 |
| 2329 | 2025-02-22T20:36:18.835Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2330 | 2025-02-22T20:36:19.101Z | Compiling bitvec v1.0.1 |
| 2331 | 2025-02-22T20:36:19.242Z | Compiling crc v3.2.1 |
| 2332 | 2025-02-22T20:36:19.886Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2333 | 2025-02-22T20:36:21.430Z | Compiling phf_codegen v0.11.2 |
| 2334 | 2025-02-22T20:36:21.697Z | Compiling lalrpop v0.19.12 |
| 2335 | 2025-02-22T20:36:23.189Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2336 | 2025-02-22T20:36:23.684Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2337 | 2025-02-22T20:36:23.955Z | Compiling universal-hash v0.5.1 |
| 2338 | 2025-02-22T20:36:24.230Z | Compiling packed_struct_codegen v0.10.1 |
| 2339 | 2025-02-22T20:36:24.324Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2340 | 2025-02-22T20:36:26.268Z | Compiling diesel v2.2.7 |
| 2341 | 2025-02-22T20:36:26.748Z | Compiling parse-zoneinfo v0.3.1 |
| 2342 | 2025-02-22T20:36:26.850Z | Compiling unicase v2.7.0 |
| 2343 | 2025-02-22T20:36:27.235Z | Compiling indexmap v1.9.3 |
| 2344 | 2025-02-22T20:36:27.633Z | Compiling ref-cast v1.0.23 |
| 2345 | 2025-02-22T20:36:28.121Z | Compiling nodrop v0.1.14 |
| 2346 | 2025-02-22T20:36:28.153Z | Compiling opaque-debug v0.3.1 |
| 2347 | 2025-02-22T20:36:28.275Z | Compiling poly1305 v0.8.0 |
| 2348 | 2025-02-22T20:36:28.295Z | Compiling array-init v0.0.4 |
| 2349 | 2025-02-22T20:36:29.486Z | Compiling chrono-tz-build v0.4.0 |
| 2350 | 2025-02-22T20:36:29.822Z | Compiling thiserror-no-std v2.0.2 |
| 2351 | 2025-02-22T20:36:30.422Z | Compiling smallvec v0.6.14 |
| 2352 | 2025-02-22T20:36:31.548Z | Compiling slog-stdlog v4.1.1 |
| 2353 | 2025-02-22T20:36:32.364Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2354 | 2025-02-22T20:36:32.718Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2355 | 2025-02-22T20:36:33.061Z | Compiling derive_builder_core v0.20.2 |
| 2356 | 2025-02-22T20:36:34.205Z | Compiling chacha20 v0.9.1 |
| 2357 | 2025-02-22T20:36:34.732Z | Compiling headers-core v0.3.0 |
| 2358 | 2025-02-22T20:36:34.941Z | Compiling aead v0.5.2 |
| 2359 | 2025-02-22T20:36:35.060Z | Compiling libxml v0.3.3 |
| 2360 | 2025-02-22T20:36:35.326Z | Compiling ref-cast-impl v1.0.23 |
| 2361 | 2025-02-22T20:36:35.489Z | Compiling vte_generate_state_changes v0.1.2 |
| 2362 | 2025-02-22T20:36:36.131Z | Compiling bitfield v0.14.0 |
| 2363 | 2025-02-22T20:36:36.483Z | Compiling hashbrown v0.12.3 |
| 2364 | 2025-02-22T20:36:36.486Z | Compiling termcolor v1.4.1 |
| 2365 | 2025-02-22T20:36:37.550Z | Compiling env_logger v0.10.2 |
| 2366 | 2025-02-22T20:36:39.135Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2367 | 2025-02-22T20:36:40.658Z | Compiling vte v0.11.1 |
| 2368 | 2025-02-22T20:36:42.325Z | Compiling chacha20poly1305 v0.10.1 |
| 2369 | 2025-02-22T20:36:42.590Z | Compiling derive_builder_macro v0.20.2 |
| 2370 | 2025-02-22T20:36:43.462Z | Compiling headers v0.4.0 |
| 2371 | 2025-02-22T20:36:43.645Z | Compiling polar-core v0.27.3 |
| 2372 | 2025-02-22T20:36:46.240Z | Compiling slog-envlogger v2.2.0 |
| 2373 | 2025-02-22T20:36:47.085Z | Compiling serde-hex v0.1.0 |
| 2374 | 2025-02-22T20:36:48.937Z | Compiling chrono-tz v0.10.1 |
| 2375 | 2025-02-22T20:36:49.596Z | Compiling vsss-rs v3.3.4 |
| 2376 | 2025-02-22T20:36:52.146Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2377 | 2025-02-22T20:36:53.705Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2378 | 2025-02-22T20:36:54.052Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2379 | 2025-02-22T20:36:54.945Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2380 | 2025-02-22T20:36:55.283Z | Compiling ron v0.8.1 |
| 2381 | 2025-02-22T20:36:56.310Z | Compiling hashbrown v0.13.2 |
| 2382 | 2025-02-22T20:36:57.624Z | Compiling strum_macros v0.24.3 |
| 2383 | 2025-02-22T20:36:58.497Z | Compiling fxhash v0.2.1 |
| 2384 | 2025-02-22T20:36:58.764Z | Compiling samael v0.0.17 |
| 2385 | 2025-02-22T20:37:00.398Z | Compiling indoc v1.0.9 |
| 2386 | 2025-02-22T20:37:00.534Z | Compiling crc-any v2.5.0 |
| 2387 | 2025-02-22T20:37:01.169Z | Compiling lockfree-object-pool v0.1.6 |
| 2388 | 2025-02-22T20:37:01.307Z | Compiling simd-adler32 v0.3.7 |
| 2389 | 2025-02-22T20:37:01.511Z | Compiling bumpalo v3.16.0 |
| 2390 | 2025-02-22T20:37:01.582Z | Compiling zip v2.1.3 |
| 2391 | 2025-02-22T20:37:02.018Z | Compiling zopfli v0.8.1 |
| 2392 | 2025-02-22T20:37:02.600Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2393 | 2025-02-22T20:37:07.624Z | Compiling object v0.30.4 |
| 2394 | 2025-02-22T20:37:12.630Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2395 | 2025-02-22T20:37:14.226Z | Compiling derive_builder v0.20.2 |
| 2396 | 2025-02-22T20:37:14.998Z | Compiling strip-ansi-escapes v0.2.0 |
| 2397 | 2025-02-22T20:37:16.029Z | Compiling papergrid v0.11.0 |
| 2398 | 2025-02-22T20:37:17.435Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2399 | 2025-02-22T20:37:17.796Z | Compiling tabled_derive v0.7.0 |
| 2400 | 2025-02-22T20:37:19.117Z | Compiling itertools v0.12.1 |
| 2401 | 2025-02-22T20:37:19.898Z | Compiling fd-lock v4.0.2 |
| 2402 | 2025-02-22T20:37:20.006Z | Compiling peg-macros v0.8.4 |
| 2403 | 2025-02-22T20:37:20.156Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2404 | 2025-02-22T20:37:21.178Z | Compiling kstat-rs v0.2.4 |
| 2405 | 2025-02-22T20:37:22.087Z | Compiling oso-derive v0.27.3 |
| 2406 | 2025-02-22T20:37:22.736Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2407 | 2025-02-22T20:37:23.060Z | Compiling quick-xml v0.33.0 |
| 2408 | 2025-02-22T20:37:23.221Z | Compiling diesel-dtrace v0.4.2 |
| 2409 | 2025-02-22T20:37:23.597Z | Compiling path-slash v0.1.5 |
| 2410 | 2025-02-22T20:37:23.884Z | Compiling nu-ansi-term v0.50.1 |
| 2411 | 2025-02-22T20:37:25.228Z | Compiling reedline v0.35.0 |
| 2412 | 2025-02-22T20:37:28.581Z | Compiling oso v0.27.3 |
| 2413 | 2025-02-22T20:37:28.926Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
| 2414 | 2025-02-22T20:37:29.817Z | Compiling peg v0.8.4 |
| 2415 | 2025-02-22T20:37:29.961Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2416 | 2025-02-22T20:37:36.543Z | Compiling tabled v0.15.0 |
| 2417 | 2025-02-22T20:37:44.461Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2418 | 2025-02-22T20:37:50.873Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2419 | 2025-02-22T20:37:53.918Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2420 | 2025-02-22T20:37:55.472Z | Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
| 2421 | 2025-02-22T20:37:55.947Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2422 | 2025-02-22T20:37:56.084Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
| 2423 | 2025-02-22T20:37:56.307Z | Compiling pem v3.0.4 |
| 2424 | 2025-02-22T20:37:57.777Z | Compiling bb8 v0.8.5 |
| 2425 | 2025-02-22T20:37:58.389Z | Compiling bcs v0.1.6 |
| 2426 | 2025-02-22T20:37:59.184Z | Compiling libz-sys v1.1.20 |
| 2427 | 2025-02-22T20:37:59.868Z | Compiling nanorand v0.7.0 |
| 2428 | 2025-02-22T20:37:59.914Z | Compiling parking_lot_core v0.8.6 |
| 2429 | 2025-02-22T20:38:00.381Z | Compiling termtree v0.5.1 |
| 2430 | 2025-02-22T20:38:00.635Z | Compiling flume v0.11.1 |
| 2431 | 2025-02-22T20:38:01.680Z | Compiling async-bb8-diesel v0.2.1 |
| 2432 | 2025-02-22T20:38:02.554Z | Compiling mime_guess v2.0.5 |
| 2433 | 2025-02-22T20:38:04.453Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2434 | 2025-02-22T20:38:06.822Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2435 | 2025-02-22T20:38:09.254Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2436 | 2025-02-22T20:38:10.032Z | Compiling buf-list v1.0.3 |
| 2437 | 2025-02-22T20:38:10.035Z | Compiling proc-macro-error2 v2.0.1 |
| 2438 | 2025-02-22T20:38:11.227Z | Compiling nibble_vec v0.1.0 |
| 2439 | 2025-02-22T20:38:11.516Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2440 | 2025-02-22T20:38:11.577Z | Compiling pin-project-internal v1.1.6 |
| 2441 | 2025-02-22T20:38:12.314Z | Compiling atty v0.2.14 |
| 2442 | 2025-02-22T20:38:12.516Z | Compiling salty v0.3.0 |
| 2443 | 2025-02-22T20:38:12.985Z | Compiling endian-type v0.1.2 |
| 2444 | 2025-02-22T20:38:13.280Z | Compiling http-range v0.1.5 |
| 2445 | 2025-02-22T20:38:13.909Z | Compiling radix_trie v0.2.1 |
| 2446 | 2025-02-22T20:38:14.196Z | Compiling pin-project v1.1.6 |
| 2447 | 2025-02-22T20:38:14.914Z | Compiling parking_lot v0.11.2 |
| 2448 | 2025-02-22T20:38:19.577Z | Compiling tabled_derive v0.10.0 |
| 2449 | 2025-02-22T20:38:20.094Z | Compiling papergrid v0.14.0 |
| 2450 | 2025-02-22T20:38:20.949Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2451 | 2025-02-22T20:38:22.110Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
| 2452 | 2025-02-22T20:38:26.732Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#9fc521c4) |
| 2453 | 2025-02-22T20:38:28.252Z | Compiling snafu-derive v0.8.5 |
| 2454 | 2025-02-22T20:38:30.036Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#9fc521c4) |
| 2455 | 2025-02-22T20:38:30.482Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#9fc521c4) |
| 2456 | 2025-02-22T20:38:32.475Z | Compiling snafu v0.8.5 |
| 2457 | 2025-02-22T20:38:33.689Z | Compiling tabled v0.18.0 |
| 2458 | 2025-02-22T20:38:33.759Z | Compiling hyper-staticfile v0.10.1 |
| 2459 | 2025-02-22T20:38:36.369Z | Compiling sled v0.34.7 |
| 2460 | 2025-02-22T20:38:44.860Z | Compiling hickory-client v0.24.3 |
| 2461 | 2025-02-22T20:38:51.585Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2462 | 2025-02-22T20:38:52.701Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2463 | 2025-02-22T20:38:54.218Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2464 | 2025-02-22T20:38:54.884Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2465 | 2025-02-22T20:39:00.310Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2466 | 2025-02-22T20:39:06.733Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 2467 | 2025-02-22T20:39:07.093Z | Compiling globset v0.4.15 |
| 2468 | 2025-02-22T20:39:08.356Z | Compiling hickory-server v0.24.3 |
| 2469 | 2025-02-22T20:39:09.426Z | Compiling olpc-cjson v0.1.4 |
| 2470 | 2025-02-22T20:39:09.759Z | Compiling primeorder v0.13.6 |
| 2471 | 2025-02-22T20:39:10.349Z | Compiling itertools v0.14.0 |
| 2472 | 2025-02-22T20:39:11.478Z | Compiling vergen v8.3.2 |
| 2473 | 2025-02-22T20:39:11.872Z | Compiling castaway v0.2.3 |
| 2474 | 2025-02-22T20:39:12.100Z | Compiling env_filter v0.1.2 |
| 2475 | 2025-02-22T20:39:13.395Z | Compiling cargo-platform v0.1.8 |
| 2476 | 2025-02-22T20:39:13.696Z | Compiling serde_plain v1.0.2 |
| 2477 | 2025-02-22T20:39:13.904Z | Compiling typed-path v0.9.3 |
| 2478 | 2025-02-22T20:39:13.949Z | Compiling cargo_metadata v0.18.1 |
| 2479 | 2025-02-22T20:39:14.283Z | Compiling env_logger v0.11.5 |
| 2480 | 2025-02-22T20:39:15.762Z | Compiling compact_str v0.8.0 |
| 2481 | 2025-02-22T20:39:16.951Z | Compiling tough v0.19.0 |
| 2482 | 2025-02-22T20:39:18.430Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2483 | 2025-02-22T20:39:19.854Z | Compiling p384 v0.13.0 |
| 2484 | 2025-02-22T20:39:20.284Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2485 | 2025-02-22T20:39:21.177Z | Compiling git2 v0.19.0 |
| 2486 | 2025-02-22T20:39:22.362Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2487 | 2025-02-22T20:39:23.811Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2488 | 2025-02-22T20:39:25.051Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2489 | 2025-02-22T20:39:26.857Z | Compiling unicode-truncate v1.1.0 |
| 2490 | 2025-02-22T20:39:27.181Z | Compiling lru v0.12.5 |
| 2491 | 2025-02-22T20:39:27.574Z | Compiling rand_seeder v0.3.0 |
| 2492 | 2025-02-22T20:39:28.012Z | Compiling libsqlite3-sys v0.30.1 |
| 2493 | 2025-02-22T20:39:28.603Z | Compiling lzma-sys v0.1.20 |
| 2494 | 2025-02-22T20:39:28.750Z | Compiling instability v0.3.2 |
| 2495 | 2025-02-22T20:39:29.195Z | Compiling parse-size v1.1.0 |
| 2496 | 2025-02-22T20:39:29.344Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
| 2497 | 2025-02-22T20:39:29.582Z | Compiling rustls v0.21.12 |
| 2498 | 2025-02-22T20:39:29.765Z | Compiling cassowary v0.3.0 |
| 2499 | 2025-02-22T20:39:29.767Z | Compiling indoc v2.0.5 |
| 2500 | 2025-02-22T20:39:30.003Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2501 | 2025-02-22T20:39:30.664Z | Compiling ratatui v0.29.0 |
| 2502 | 2025-02-22T20:39:33.377Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2503 | 2025-02-22T20:39:33.441Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2504 | 2025-02-22T20:39:33.649Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2505 | 2025-02-22T20:39:34.892Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2506 | 2025-02-22T20:39:39.884Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2507 | 2025-02-22T20:39:40.699Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2508 | 2025-02-22T20:39:41.065Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2509 | 2025-02-22T20:39:41.434Z | Compiling sct v0.7.1 |
| 2510 | 2025-02-22T20:39:41.921Z | Compiling rustls-webpki v0.101.7 |
| 2511 | 2025-02-22T20:39:42.640Z | Compiling heck v0.3.3 |
| 2512 | 2025-02-22T20:39:43.024Z | Compiling csv-core v0.1.11 |
| 2513 | 2025-02-22T20:39:43.980Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2514 | 2025-02-22T20:39:44.376Z | Compiling glob v0.3.2 |
| 2515 | 2025-02-22T20:39:44.809Z | Compiling csv v1.3.1 |
| 2516 | 2025-02-22T20:39:45.920Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2517 | 2025-02-22T20:39:46.621Z | Compiling zone_cfg_derive v0.1.2 |
| 2518 | 2025-02-22T20:39:47.994Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2519 | 2025-02-22T20:39:50.297Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
| 2520 | 2025-02-22T20:39:51.664Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2521 | 2025-02-22T20:39:53.678Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2522 | 2025-02-22T20:39:53.761Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2523 | 2025-02-22T20:40:00.754Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2524 | 2025-02-22T20:40:01.992Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2525 | 2025-02-22T20:40:02.403Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2526 | 2025-02-22T20:40:02.707Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2527 | 2025-02-22T20:40:03.087Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2528 | 2025-02-22T20:40:03.469Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2529 | 2025-02-22T20:40:03.856Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2530 | 2025-02-22T20:40:06.704Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2531 | 2025-02-22T20:40:07.404Z | Compiling nix v0.27.1 |
| 2532 | 2025-02-22T20:40:07.436Z | Compiling tungstenite v0.23.0 |
| 2533 | 2025-02-22T20:40:08.294Z | Compiling hashlink v0.9.1 |
| 2534 | 2025-02-22T20:40:09.115Z | Compiling fallible-iterator v0.3.0 |
| 2535 | 2025-02-22T20:40:09.549Z | Compiling base64 v0.13.1 |
| 2536 | 2025-02-22T20:40:09.920Z | Compiling fallible-streaming-iterator v0.1.9 |
| 2537 | 2025-02-22T20:40:10.187Z | Compiling rusqlite v0.32.1 |
| 2538 | 2025-02-22T20:40:10.216Z | Compiling ron v0.7.1 |
| 2539 | 2025-02-22T20:40:10.368Z | Compiling tokio-tungstenite v0.23.1 |
| 2540 | 2025-02-22T20:40:11.070Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2541 | 2025-02-22T20:40:11.833Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2542 | 2025-02-22T20:40:13.328Z | Compiling xz2 v0.1.7 |
| 2543 | 2025-02-22T20:40:13.889Z | Compiling tokio-rustls v0.24.1 |
| 2544 | 2025-02-22T20:40:15.353Z | Compiling zone v0.1.8 |
| 2545 | 2025-02-22T20:40:15.561Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2546 | 2025-02-22T20:40:18.695Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2547 | 2025-02-22T20:40:18.717Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2548 | 2025-02-22T20:40:20.269Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2549 | 2025-02-22T20:40:20.352Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2550 | 2025-02-22T20:40:28.180Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2551 | 2025-02-22T20:40:32.003Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2552 | 2025-02-22T20:40:33.823Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2553 | 2025-02-22T20:40:34.185Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2554 | 2025-02-22T20:40:35.131Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2555 | 2025-02-22T20:40:35.486Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2556 | 2025-02-22T20:40:35.692Z | Compiling rustls-pemfile v1.0.4 |
| 2557 | 2025-02-22T20:40:36.502Z | Compiling signal-hook-tokio v0.3.1 |
| 2558 | 2025-02-22T20:40:36.771Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
| 2559 | 2025-02-22T20:40:37.642Z | Compiling yasna v0.5.2 |
| 2560 | 2025-02-22T20:40:38.995Z | Compiling twox-hash v2.1.0 |
| 2561 | 2025-02-22T20:40:40.048Z | Compiling smawk v0.3.2 |
| 2562 | 2025-02-22T20:40:40.380Z | Compiling unicode-linebreak v0.1.5 |
| 2563 | 2025-02-22T20:40:41.009Z | Compiling is_ci v1.2.0 |
| 2564 | 2025-02-22T20:40:41.058Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2565 | 2025-02-22T20:40:41.336Z | Compiling supports-color v3.0.1 |
| 2566 | 2025-02-22T20:40:41.804Z | Compiling textwrap v0.16.1 |
| 2567 | 2025-02-22T20:40:45.419Z | Compiling rcgen v0.12.1 |
| 2568 | 2025-02-22T20:40:45.880Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
| 2569 | 2025-02-22T20:40:50.507Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2570 | 2025-02-22T20:40:53.914Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2571 | 2025-02-22T20:40:56.281Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2572 | 2025-02-22T20:41:01.342Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2573 | 2025-02-22T20:41:04.043Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2574 | 2025-02-22T20:41:08.983Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2575 | 2025-02-22T20:41:10.744Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2576 | 2025-02-22T20:41:11.338Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2577 | 2025-02-22T20:41:19.355Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2578 | 2025-02-22T20:41:29.555Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2579 | 2025-02-22T20:41:29.940Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
| 2580 | 2025-02-22T20:41:30.483Z | Compiling fatfs v0.3.6 |
| 2581 | 2025-02-22T20:41:33.258Z | Compiling subprocess v0.2.9 |
| 2582 | 2025-02-22T20:41:36.289Z | Compiling rtoolbox v0.0.2 |
| 2583 | 2025-02-22T20:41:36.723Z | Compiling assert_matches v1.5.0 |
| 2584 | 2025-02-22T20:41:38.074Z | Compiling rpassword v7.3.1 |
| 2585 | 2025-02-22T20:41:38.461Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2586 | 2025-02-22T20:41:38.593Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2587 | 2025-02-22T20:41:43.386Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2588 | 2025-02-22T20:41:46.208Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2589 | 2025-02-22T20:41:50.516Z | Compiling tui-tree-widget v0.23.0 |
| 2590 | 2025-02-22T20:41:51.024Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2591 | 2025-02-22T20:42:00.038Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2592 | 2025-02-22T20:42:00.424Z | Compiling uzers v0.12.1 |
| 2593 | 2025-02-22T20:42:03.766Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2594 | 2025-02-22T20:42:04.407Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2595 | 2025-02-22T20:42:06.462Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2596 | 2025-02-22T20:42:34.190Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2597 | 2025-02-22T20:42:37.783Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2598 | 2025-02-22T20:42:42.529Z | Compiling multimap v0.10.0 |
| 2599 | 2025-02-22T20:45:05.741Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2600 | 2025-02-22T20:52:22.585Z | Finished `release` profile [optimized] target(s) in 18m 01s |
| 2601 | 2025-02-22T20:53:31.090Z | |
| 2602 | 2025-02-22T20:53:31.093Z | real 19:11.357215913 |
| 2603 | 2025-02-22T20:53:31.093Z | user 2:15:00.853341339 |
| 2604 | 2025-02-22T20:53:31.093Z | sys 3:43.385032249 |
| 2605 | 2025-02-22T20:53:31.093Z | trap 3.792651212 |
| 2606 | 2025-02-22T20:53:31.093Z | tflt 1.958964290 |
| 2607 | 2025-02-22T20:53:31.093Z | dflt 6.719674110 |
| 2608 | 2025-02-22T20:53:31.093Z | kflt 0.001556082 |
| 2609 | 2025-02-22T20:53:31.093Z | lock 8:05:25.582658199 |
| 2610 | 2025-02-22T20:53:31.093Z | slp 7:02:14.517539235 |
| 2611 | 2025-02-22T20:53:31.093Z | lat 3:45.439695643 |
| 2612 | 2025-02-22T20:53:31.093Z | stop 2:56.341401488 |
| 2613 | 2025-02-22T20:53:31.093Z | + mapfile -t packages |
| 2614 | 2025-02-22T20:53:31.093Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2615 | 2025-02-22T20:53:32.243Z | Compiling ring v0.17.9 |
| 2616 | 2025-02-22T20:53:33.974Z | Compiling rustls v0.22.4 |
| 2617 | 2025-02-22T20:53:34.003Z | Compiling rustls v0.23.19 |
| 2618 | 2025-02-22T20:53:35.775Z | Compiling rustls-webpki v0.102.8 |
| 2619 | 2025-02-22T20:53:40.215Z | Compiling tokio-rustls v0.25.0 |
| 2620 | 2025-02-22T20:53:40.679Z | Compiling dropshot v0.12.0 |
| 2621 | 2025-02-22T20:53:41.861Z | Compiling tokio-rustls v0.26.0 |
| 2622 | 2025-02-22T20:53:42.323Z | Compiling hyper-rustls v0.27.3 |
| 2623 | 2025-02-22T20:53:42.743Z | Compiling reqwest v0.12.12 |
| 2624 | 2025-02-22T20:53:44.509Z | Compiling dropshot v0.15.1 |
| 2625 | 2025-02-22T20:53:45.839Z | Compiling qorb v0.2.1 |
| 2626 | 2025-02-22T20:53:51.059Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2627 | 2025-02-22T20:53:51.636Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2628 | 2025-02-22T20:53:55.628Z | Compiling progenitor-client v0.8.0 |
| 2629 | 2025-02-22T20:53:56.559Z | Compiling progenitor v0.8.0 |
| 2630 | 2025-02-22T20:53:57.004Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 2631 | 2025-02-22T20:54:08.291Z | Compiling progenitor-client v0.9.1 |
| 2632 | 2025-02-22T20:54:08.507Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2633 | 2025-02-22T20:54:09.307Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2634 | 2025-02-22T20:54:10.276Z | Compiling omicron-zone-package v0.12.0 |
| 2635 | 2025-02-22T20:54:21.393Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2636 | 2025-02-22T20:54:25.840Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2637 | 2025-02-22T20:54:27.639Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2638 | 2025-02-22T20:54:29.805Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2639 | 2025-02-22T20:54:44.659Z | Finished `release` profile [optimized] target(s) in 1m 13s |
| 2640 | 2025-02-22T20:54:44.828Z | Running `target/release/omicron-package -t test list-outputs` |
| 2641 | 2025-02-22T20:54:44.879Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2642 | 2025-02-22T20:54:44.882Z | + ptime -m cargo build --locked --release -p xtask |
| 2643 | 2025-02-22T20:54:45.463Z | Compiling serde v1.0.217 |
| 2644 | 2025-02-22T20:54:45.465Z | Compiling serde_json v1.0.139 |
| 2645 | 2025-02-22T20:54:45.465Z | Compiling rustix v0.38.37 |
| 2646 | 2025-02-22T20:54:45.465Z | Compiling libc v0.2.169 |
| 2647 | 2025-02-22T20:54:45.465Z | Compiling syn v2.0.96 |
| 2648 | 2025-02-22T20:54:45.557Z | Compiling bitflags v2.6.0 |
| 2649 | 2025-02-22T20:54:45.940Z | Compiling usdt-impl v0.5.0 |
| 2650 | 2025-02-22T20:54:46.044Z | Compiling syn v1.0.109 |
| 2651 | 2025-02-22T20:54:46.139Z | Compiling hashbrown v0.15.1 |
| 2652 | 2025-02-22T20:54:46.183Z | Compiling log v0.4.22 |
| 2653 | 2025-02-22T20:54:46.333Z | Compiling fs-err v2.11.0 |
| 2654 | 2025-02-22T20:54:46.647Z | Compiling once_cell v1.20.3 |
| 2655 | 2025-02-22T20:54:46.682Z | Compiling anyhow v1.0.96 |
| 2656 | 2025-02-22T20:54:46.941Z | Compiling thread-id v4.2.2 |
| 2657 | 2025-02-22T20:54:47.407Z | Compiling indexmap v2.7.1 |
| 2658 | 2025-02-22T20:54:48.528Z | Compiling terminal_size v0.4.0 |
| 2659 | 2025-02-22T20:54:48.529Z | Compiling tempfile v3.13.0 |
| 2660 | 2025-02-22T20:54:48.801Z | Compiling clap_builder v4.5.30 |
| 2661 | 2025-02-22T20:54:49.334Z | Compiling proc-macro-error v1.0.4 |
| 2662 | 2025-02-22T20:54:50.247Z | Compiling tabled_derive v0.7.0 |
| 2663 | 2025-02-22T20:54:51.452Z | Compiling tabled v0.15.0 |
| 2664 | 2025-02-22T20:54:52.228Z | Compiling serde_derive v1.0.217 |
| 2665 | 2025-02-22T20:54:52.228Z | Compiling thiserror-impl v1.0.69 |
| 2666 | 2025-02-22T20:54:52.231Z | Compiling zerocopy-derive v0.7.35 |
| 2667 | 2025-02-22T20:54:52.231Z | Compiling scroll_derive v0.12.0 |
| 2668 | 2025-02-22T20:54:52.231Z | Compiling clap_derive v4.5.28 |
| 2669 | 2025-02-22T20:54:53.705Z | Compiling scroll v0.12.0 |
| 2670 | 2025-02-22T20:54:54.136Z | Compiling zerocopy v0.7.35 |
| 2671 | 2025-02-22T20:54:54.348Z | Compiling goblin v0.8.2 |
| 2672 | 2025-02-22T20:54:54.901Z | Compiling thiserror v1.0.69 |
| 2673 | 2025-02-22T20:54:55.088Z | Compiling pest v2.7.14 |
| 2674 | 2025-02-22T20:54:58.090Z | Compiling pest_meta v2.7.14 |
| 2675 | 2025-02-22T20:54:58.287Z | Compiling clap v4.5.30 |
| 2676 | 2025-02-22T20:54:59.885Z | Compiling pest_generator v2.7.14 |
| 2677 | 2025-02-22T20:55:01.784Z | Compiling pest_derive v2.7.14 |
| 2678 | 2025-02-22T20:55:02.682Z | Compiling dtrace-parser v0.2.0 |
| 2679 | 2025-02-22T20:55:08.234Z | Compiling serde_tokenstream v0.2.2 |
| 2680 | 2025-02-22T20:55:08.899Z | Compiling toml_datetime v0.6.8 |
| 2681 | 2025-02-22T20:55:09.463Z | Compiling dof v0.3.0 |
| 2682 | 2025-02-22T20:55:09.644Z | Compiling serde_spanned v0.6.8 |
| 2683 | 2025-02-22T20:55:09.937Z | Compiling toml_edit v0.22.22 |
| 2684 | 2025-02-22T20:55:10.276Z | Compiling camino v1.1.9 |
| 2685 | 2025-02-22T20:55:11.379Z | Compiling usdt-attr-macro v0.5.0 |
| 2686 | 2025-02-22T20:55:11.610Z | Compiling usdt-macro v0.5.0 |
| 2687 | 2025-02-22T20:55:12.793Z | Compiling cargo-platform v0.1.8 |
| 2688 | 2025-02-22T20:55:12.856Z | Compiling semver v1.0.25 |
| 2689 | 2025-02-22T20:55:13.923Z | Compiling cargo_metadata v0.18.1 |
| 2690 | 2025-02-22T20:55:14.113Z | Compiling toml v0.8.19 |
| 2691 | 2025-02-22T20:55:14.363Z | Compiling usdt v0.5.0 |
| 2692 | 2025-02-22T20:55:15.801Z | Compiling cargo_toml v0.20.5 |
| 2693 | 2025-02-22T20:55:16.251Z | Compiling camino-tempfile v1.1.1 |
| 2694 | 2025-02-22T20:55:17.094Z | Compiling macaddr v1.0.1 |
| 2695 | 2025-02-22T20:55:29.153Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2696 | 2025-02-22T20:55:35.023Z | Finished `release` profile [optimized] target(s) in 50.08s |
| 2697 | 2025-02-22T20:55:35.142Z | |
| 2698 | 2025-02-22T20:55:35.145Z | real 50.224323909 |
| 2699 | 2025-02-22T20:55:35.145Z | user 5:25.769821169 |
| 2700 | 2025-02-22T20:55:35.145Z | sys 19.573959192 |
| 2701 | 2025-02-22T20:55:35.145Z | trap 0.162742106 |
| 2702 | 2025-02-22T20:55:35.145Z | tflt 0.219520969 |
| 2703 | 2025-02-22T20:55:35.145Z | dflt 0.250783705 |
| 2704 | 2025-02-22T20:55:35.145Z | kflt 0.000018818 |
| 2705 | 2025-02-22T20:55:35.145Z | lock 10:17.909267070 |
| 2706 | 2025-02-22T20:55:35.145Z | slp 15:59.316201535 |
| 2707 | 2025-02-22T20:55:35.145Z | lat 16.070283767 |
| 2708 | 2025-02-22T20:55:35.145Z | stop 19.020234157 |
| 2709 | 2025-02-22T20:55:35.145Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2710 | 2025-02-22T20:55:35.145Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2711 | 2025-02-22T20:55:35.145Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2712 | 2025-02-22T20:55:35.145Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2713 | 2025-02-22T20:55:35.145Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 2714 | 2025-02-22T20:55:36.132Z | Compiling ring v0.17.9 |
| 2715 | 2025-02-22T20:55:36.267Z | Compiling hashbrown v0.14.5 |
| 2716 | 2025-02-22T20:55:36.291Z | Compiling thiserror v2.0.11 |
| 2717 | 2025-02-22T20:55:36.311Z | Compiling thiserror-impl v2.0.11 |
| 2718 | 2025-02-22T20:55:36.311Z | Compiling ident_case v1.0.1 |
| 2719 | 2025-02-22T20:55:36.314Z | Compiling unsafe-libyaml v0.2.11 |
| 2720 | 2025-02-22T20:55:36.317Z | Compiling ipnetwork v0.21.1 |
| 2721 | 2025-02-22T20:55:36.317Z | Compiling macaddr v1.0.1 |
| 2722 | 2025-02-22T20:55:36.626Z | Compiling darling_core v0.20.10 |
| 2723 | 2025-02-22T20:55:36.794Z | Compiling instant v0.1.13 |
| 2724 | 2025-02-22T20:55:36.981Z | Compiling oxnet v0.1.0 |
| 2725 | 2025-02-22T20:55:37.232Z | Compiling structmeta-derive v0.3.0 |
| 2726 | 2025-02-22T20:55:37.289Z | Compiling regress v0.10.1 |
| 2727 | 2025-02-22T20:55:37.377Z | Compiling dropshot v0.15.1 |
| 2728 | 2025-02-22T20:55:37.648Z | Compiling serde_yaml v0.9.34+deprecated |
| 2729 | 2025-02-22T20:55:37.815Z | Compiling regress v0.9.1 |
| 2730 | 2025-02-22T20:55:38.230Z | Compiling dropshot_endpoint v0.15.1 |
| 2731 | 2025-02-22T20:55:39.660Z | Compiling daft-derive v0.1.1 |
| 2732 | 2025-02-22T20:55:39.723Z | Compiling structmeta v0.3.0 |
| 2733 | 2025-02-22T20:55:40.112Z | Compiling parse-display-derive v0.10.0 |
| 2734 | 2025-02-22T20:55:41.141Z | Compiling typify-impl v0.2.0 |
| 2735 | 2025-02-22T20:55:41.273Z | Compiling daft v0.1.1 |
| 2736 | 2025-02-22T20:55:41.795Z | Compiling rustls v0.23.19 |
| 2737 | 2025-02-22T20:55:41.833Z | Compiling rustls v0.22.4 |
| 2738 | 2025-02-22T20:55:41.870Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2739 | 2025-02-22T20:55:42.116Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2740 | 2025-02-22T20:55:42.485Z | Compiling backoff v0.4.0 |
| 2741 | 2025-02-22T20:55:42.636Z | Compiling darling_macro v0.20.10 |
| 2742 | 2025-02-22T20:55:42.662Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2743 | 2025-02-22T20:55:42.683Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2744 | 2025-02-22T20:55:42.777Z | Compiling tempfile v3.13.0 |
| 2745 | 2025-02-22T20:55:42.838Z | Compiling proc-macro-crate v1.3.1 |
| 2746 | 2025-02-22T20:55:42.862Z | Compiling typify-impl v0.3.0 |
| 2747 | 2025-02-22T20:55:42.881Z | Compiling itertools v0.13.0 |
| 2748 | 2025-02-22T20:55:43.543Z | Compiling zerocopy v0.8.10 |
| 2749 | 2025-02-22T20:55:43.585Z | Compiling darling v0.20.10 |
| 2750 | 2025-02-22T20:55:43.733Z | Compiling serde_with_macros v3.11.0 |
| 2751 | 2025-02-22T20:55:43.755Z | Compiling num_enum_derive v0.5.11 |
| 2752 | 2025-02-22T20:55:44.139Z | Compiling rustls-webpki v0.102.8 |
| 2753 | 2025-02-22T20:55:44.338Z | Compiling parse-display v0.10.0 |
| 2754 | 2025-02-22T20:55:44.960Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2755 | 2025-02-22T20:55:46.047Z | Compiling zerocopy-derive v0.8.10 |
| 2756 | 2025-02-22T20:55:46.076Z | Compiling heapless v0.8.0 |
| 2757 | 2025-02-22T20:55:46.169Z | Compiling num_enum v0.5.11 |
| 2758 | 2025-02-22T20:55:46.357Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2759 | 2025-02-22T20:55:46.454Z | Compiling serde_with v3.11.0 |
| 2760 | 2025-02-22T20:55:46.660Z | Compiling crucible-workspace-hack v0.1.0 |
| 2761 | 2025-02-22T20:55:47.034Z | Compiling proc-macro-error v1.0.4 |
| 2762 | 2025-02-22T20:55:47.105Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2763 | 2025-02-22T20:55:47.708Z | Compiling camino-tempfile v1.1.1 |
| 2764 | 2025-02-22T20:55:48.203Z | Compiling foreign-types-macros v0.2.3 |
| 2765 | 2025-02-22T20:55:49.535Z | Compiling hash32 v0.3.1 |
| 2766 | 2025-02-22T20:55:49.831Z | Compiling smoltcp v0.11.0 |
| 2767 | 2025-02-22T20:55:50.079Z | Compiling foreign-types-shared v0.3.1 |
| 2768 | 2025-02-22T20:55:50.244Z | Compiling tokio-rustls v0.25.0 |
| 2769 | 2025-02-22T20:55:50.593Z | Compiling foreign-types v0.5.0 |
| 2770 | 2025-02-22T20:55:50.775Z | Compiling dropshot v0.12.0 |
| 2771 | 2025-02-22T20:55:53.093Z | Compiling tokio-rustls v0.26.0 |
| 2772 | 2025-02-22T20:55:53.642Z | Compiling hyper-rustls v0.27.3 |
| 2773 | 2025-02-22T20:55:54.026Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2774 | 2025-02-22T20:55:54.266Z | Compiling reqwest v0.12.12 |
| 2775 | 2025-02-22T20:55:54.862Z | Compiling tabwriter v1.4.0 |
| 2776 | 2025-02-22T20:55:55.095Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2777 | 2025-02-22T20:55:55.332Z | Compiling cstr-argument v0.1.2 |
| 2778 | 2025-02-22T20:55:55.647Z | Compiling pretty-hex v0.2.1 |
| 2779 | 2025-02-22T20:55:55.873Z | Compiling qorb v0.2.1 |
| 2780 | 2025-02-22T20:55:55.908Z | Compiling typify-macro v0.2.0 |
| 2781 | 2025-02-22T20:55:55.982Z | Compiling cobs v0.2.3 |
| 2782 | 2025-02-22T20:55:56.332Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2783 | 2025-02-22T20:55:56.735Z | Compiling postcard v1.0.10 |
| 2784 | 2025-02-22T20:55:57.463Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2785 | 2025-02-22T20:55:57.693Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2786 | 2025-02-22T20:55:58.014Z | Compiling progenitor-client v0.9.1 |
| 2787 | 2025-02-22T20:55:58.136Z | Compiling progenitor-client v0.8.0 |
| 2788 | 2025-02-22T20:55:58.625Z | Compiling typify-macro v0.3.0 |
| 2789 | 2025-02-22T20:55:58.649Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2790 | 2025-02-22T20:55:58.705Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2791 | 2025-02-22T20:55:59.311Z | Compiling colored v2.1.0 |
| 2792 | 2025-02-22T20:55:59.722Z | Compiling typify v0.2.0 |
| 2793 | 2025-02-22T20:55:59.895Z | Compiling progenitor-impl v0.8.0 |
| 2794 | 2025-02-22T20:55:59.959Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2795 | 2025-02-22T20:55:59.983Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2796 | 2025-02-22T20:56:00.439Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2797 | 2025-02-22T20:56:01.293Z | Compiling smf v0.2.3 |
| 2798 | 2025-02-22T20:56:01.445Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2799 | 2025-02-22T20:56:01.833Z | Compiling zone_cfg_derive v0.3.0 |
| 2800 | 2025-02-22T20:56:01.998Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2801 | 2025-02-22T20:56:02.433Z | Compiling num-derive v0.4.2 |
| 2802 | 2025-02-22T20:56:02.474Z | Compiling sigpipe v0.1.3 |
| 2803 | 2025-02-22T20:56:02.534Z | Compiling typify v0.3.0 |
| 2804 | 2025-02-22T20:56:02.625Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2805 | 2025-02-22T20:56:02.687Z | Compiling progenitor-impl v0.9.1 |
| 2806 | 2025-02-22T20:56:03.342Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2807 | 2025-02-22T20:56:03.747Z | Compiling zone v0.3.0 |
| 2808 | 2025-02-22T20:56:03.803Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2809 | 2025-02-22T20:56:04.256Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2810 | 2025-02-22T20:56:04.299Z | Compiling universal-hash v0.5.1 |
| 2811 | 2025-02-22T20:56:04.521Z | Compiling opaque-debug v0.3.1 |
| 2812 | 2025-02-22T20:56:04.556Z | Compiling num-rational v0.4.2 |
| 2813 | 2025-02-22T20:56:04.650Z | Compiling tungstenite v0.21.0 |
| 2814 | 2025-02-22T20:56:04.759Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
| 2815 | 2025-02-22T20:56:04.946Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2816 | 2025-02-22T20:56:05.224Z | Compiling password-hash v0.5.0 |
| 2817 | 2025-02-22T20:56:05.467Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2818 | 2025-02-22T20:56:05.634Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2819 | 2025-02-22T20:56:06.075Z | Compiling blake2 v0.10.6 |
| 2820 | 2025-02-22T20:56:06.179Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2821 | 2025-02-22T20:56:06.316Z | Compiling num-complex v0.4.6 |
| 2822 | 2025-02-22T20:56:06.419Z | Compiling aead v0.5.2 |
| 2823 | 2025-02-22T20:56:06.654Z | Compiling convert_case v0.4.0 |
| 2824 | 2025-02-22T20:56:06.675Z | Compiling base64 v0.21.7 |
| 2825 | 2025-02-22T20:56:06.799Z | Compiling keccak v0.1.5 |
| 2826 | 2025-02-22T20:56:06.978Z | Compiling progenitor-macro v0.8.0 |
| 2827 | 2025-02-22T20:56:07.287Z | Compiling num v0.4.3 |
| 2828 | 2025-02-22T20:56:07.370Z | Compiling sha3 v0.10.8 |
| 2829 | 2025-02-22T20:56:07.421Z | Compiling argon2 v0.5.3 |
| 2830 | 2025-02-22T20:56:07.443Z | Compiling derive_more v0.99.19 |
| 2831 | 2025-02-22T20:56:07.443Z | Compiling tokio-tungstenite v0.21.0 |
| 2832 | 2025-02-22T20:56:07.487Z | Compiling poly1305 v0.8.0 |
| 2833 | 2025-02-22T20:56:07.896Z | Compiling chacha20 v0.9.1 |
| 2834 | 2025-02-22T20:56:08.098Z | Compiling float-ord v0.3.2 |
| 2835 | 2025-02-22T20:56:08.326Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2836 | 2025-02-22T20:56:08.438Z | Compiling same-file v1.0.6 |
| 2837 | 2025-02-22T20:56:08.461Z | Compiling semver v0.1.20 |
| 2838 | 2025-02-22T20:56:08.781Z | Compiling walkdir v2.5.0 |
| 2839 | 2025-02-22T20:56:08.803Z | Compiling newline-converter v0.3.0 |
| 2840 | 2025-02-22T20:56:09.020Z | Compiling rustc_version v0.1.7 |
| 2841 | 2025-02-22T20:56:09.102Z | Compiling primeorder v0.13.6 |
| 2842 | 2025-02-22T20:56:09.246Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2843 | 2025-02-22T20:56:09.484Z | Compiling secrecy v0.8.0 |
| 2844 | 2025-02-22T20:56:09.508Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2845 | 2025-02-22T20:56:09.651Z | Compiling cancel-safe-futures v0.1.5 |
| 2846 | 2025-02-22T20:56:09.711Z | Compiling progenitor-macro v0.9.1 |
| 2847 | 2025-02-22T20:56:09.752Z | Compiling owo-colors v4.1.0 |
| 2848 | 2025-02-22T20:56:09.879Z | Compiling newtype_derive v0.1.6 |
| 2849 | 2025-02-22T20:56:10.101Z | Compiling expectorate v1.1.0 |
| 2850 | 2025-02-22T20:56:10.126Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2851 | 2025-02-22T20:56:10.223Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
| 2852 | 2025-02-22T20:56:10.247Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2853 | 2025-02-22T20:56:10.305Z | Compiling blake3 v1.5.4 |
| 2854 | 2025-02-22T20:56:10.328Z | Compiling unicase v2.7.0 |
| 2855 | 2025-02-22T20:56:10.413Z | Compiling half v2.4.1 |
| 2856 | 2025-02-22T20:56:10.704Z | Compiling ciborium-io v0.2.2 |
| 2857 | 2025-02-22T20:56:10.874Z | Compiling arc-swap v1.7.1 |
| 2858 | 2025-02-22T20:56:11.030Z | Compiling ciborium-ll v0.2.2 |
| 2859 | 2025-02-22T20:56:11.291Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2860 | 2025-02-22T20:56:11.489Z | Compiling slog-scope v4.4.0 |
| 2861 | 2025-02-22T20:56:11.701Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2862 | 2025-02-22T20:56:12.042Z | Compiling polyval v0.6.2 |
| 2863 | 2025-02-22T20:56:12.503Z | Compiling atomicwrites v0.4.4 |
| 2864 | 2025-02-22T20:56:12.553Z | Compiling libsw v3.3.1 |
| 2865 | 2025-02-22T20:56:12.874Z | Compiling memmap2 v0.9.5 |
| 2866 | 2025-02-22T20:56:12.897Z | Compiling libefi-sys v0.1.0 |
| 2867 | 2025-02-22T20:56:13.027Z | Compiling thiserror-no-std v2.0.2 |
| 2868 | 2025-02-22T20:56:13.174Z | Compiling salty v0.3.0 |
| 2869 | 2025-02-22T20:56:13.227Z | Compiling arrayref v0.3.9 |
| 2870 | 2025-02-22T20:56:13.303Z | Compiling parking_lot_core v0.8.6 |
| 2871 | 2025-02-22T20:56:13.345Z | Compiling constant_time_eq v0.3.1 |
| 2872 | 2025-02-22T20:56:13.569Z | Compiling arrayvec v0.7.6 |
| 2873 | 2025-02-22T20:56:13.632Z | Compiling indent_write v2.2.0 |
| 2874 | 2025-02-22T20:56:13.793Z | Compiling linear-map v1.2.0 |
| 2875 | 2025-02-22T20:56:13.894Z | Compiling vsss-rs v3.3.4 |
| 2876 | 2025-02-22T20:56:13.991Z | Compiling ghash v0.5.1 |
| 2877 | 2025-02-22T20:56:14.150Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2878 | 2025-02-22T20:56:14.226Z | Compiling slog-stdlog v4.1.1 |
| 2879 | 2025-02-22T20:56:14.632Z | Compiling ciborium v0.2.2 |
| 2880 | 2025-02-22T20:56:14.943Z | Compiling p384 v0.13.0 |
| 2881 | 2025-02-22T20:56:15.104Z | Compiling toolchain_find v0.4.0 |
| 2882 | 2025-02-22T20:56:15.741Z | Compiling chacha20poly1305 v0.10.1 |
| 2883 | 2025-02-22T20:56:15.779Z | Compiling ctr v0.9.2 |
| 2884 | 2025-02-22T20:56:16.036Z | Compiling lzma-sys v0.1.20 |
| 2885 | 2025-02-22T20:56:16.081Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2886 | 2025-02-22T20:56:16.159Z | Compiling bitfield-struct v0.6.2 |
| 2887 | 2025-02-22T20:56:16.553Z | Compiling slog-dtrace v0.3.0 |
| 2888 | 2025-02-22T20:56:16.598Z | Compiling highway v1.2.0 |
| 2889 | 2025-02-22T20:56:16.830Z | Compiling topological-sort v0.2.2 |
| 2890 | 2025-02-22T20:56:17.064Z | Compiling omicron-zone-package v0.12.0 |
| 2891 | 2025-02-22T20:56:17.223Z | Compiling aes-gcm v0.10.3 |
| 2892 | 2025-02-22T20:56:17.335Z | Compiling rustfmt-wrapper v0.2.1 |
| 2893 | 2025-02-22T20:56:17.555Z | Compiling mime_guess v2.0.5 |
| 2894 | 2025-02-22T20:56:17.621Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2895 | 2025-02-22T20:56:17.974Z | Compiling slog-envlogger v2.2.0 |
| 2896 | 2025-02-22T20:56:18.001Z | Compiling steno v0.4.1 |
| 2897 | 2025-02-22T20:56:18.735Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2898 | 2025-02-22T20:56:18.793Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2899 | 2025-02-22T20:56:19.052Z | Compiling progenitor v0.8.0 |
| 2900 | 2025-02-22T20:56:19.177Z | Compiling heck v0.3.3 |
| 2901 | 2025-02-22T20:56:19.320Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 2902 | 2025-02-22T20:56:19.343Z | Compiling ssh-encoding v0.2.0 |
| 2903 | 2025-02-22T20:56:19.448Z | Compiling blowfish v0.9.1 |
| 2904 | 2025-02-22T20:56:19.593Z | Compiling nibble_vec v0.1.0 |
| 2905 | 2025-02-22T20:56:19.829Z | Compiling env_filter v0.1.2 |
| 2906 | 2025-02-22T20:56:19.831Z | Compiling humantime v2.1.0 |
| 2907 | 2025-02-22T20:56:19.871Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
| 2908 | 2025-02-22T20:56:19.941Z | Compiling endian-type v0.1.2 |
| 2909 | 2025-02-22T20:56:20.197Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2910 | 2025-02-22T20:56:20.263Z | Compiling radix_trie v0.2.1 |
| 2911 | 2025-02-22T20:56:20.346Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2912 | 2025-02-22T20:56:20.382Z | Compiling env_logger v0.11.5 |
| 2913 | 2025-02-22T20:56:20.430Z | Compiling bcrypt-pbkdf v0.10.0 |
| 2914 | 2025-02-22T20:56:20.978Z | Compiling ssh-cipher v0.2.0 |
| 2915 | 2025-02-22T20:56:21.136Z | Compiling zone_cfg_derive v0.1.2 |
| 2916 | 2025-02-22T20:56:21.299Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2917 | 2025-02-22T20:56:21.628Z | Compiling parking_lot v0.11.2 |
| 2918 | 2025-02-22T20:56:21.784Z | Compiling progenitor v0.9.1 |
| 2919 | 2025-02-22T20:56:22.048Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2920 | 2025-02-22T20:56:22.185Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2921 | 2025-02-22T20:56:22.468Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2922 | 2025-02-22T20:56:22.689Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2923 | 2025-02-22T20:56:22.829Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2924 | 2025-02-22T20:56:22.888Z | Compiling password-hash v0.4.2 |
| 2925 | 2025-02-22T20:56:23.151Z | Compiling gethostname v0.5.0 |
| 2926 | 2025-02-22T20:56:23.248Z | Compiling fxhash v0.2.1 |
| 2927 | 2025-02-22T20:56:23.377Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
| 2928 | 2025-02-22T20:56:23.493Z | Compiling base64 v0.13.1 |
| 2929 | 2025-02-22T20:56:23.750Z | Compiling http-range v0.1.5 |
| 2930 | 2025-02-22T20:56:23.789Z | Compiling simd-adler32 v0.3.7 |
| 2931 | 2025-02-22T20:56:24.119Z | Compiling zip v2.1.3 |
| 2932 | 2025-02-22T20:56:24.137Z | Compiling lockfree-object-pool v0.1.6 |
| 2933 | 2025-02-22T20:56:24.412Z | Compiling bumpalo v3.16.0 |
| 2934 | 2025-02-22T20:56:24.435Z | Compiling ron v0.7.1 |
| 2935 | 2025-02-22T20:56:24.510Z | Compiling sled v0.34.7 |
| 2936 | 2025-02-22T20:56:24.532Z | Compiling pbkdf2 v0.11.0 |
| 2937 | 2025-02-22T20:56:24.883Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2938 | 2025-02-22T20:56:24.948Z | Compiling zopfli v0.8.1 |
| 2939 | 2025-02-22T20:56:26.623Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2940 | 2025-02-22T20:56:26.712Z | Compiling xz2 v0.1.7 |
| 2941 | 2025-02-22T20:56:27.056Z | Compiling zone v0.1.8 |
| 2942 | 2025-02-22T20:56:27.300Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2943 | 2025-02-22T20:56:27.711Z | Compiling ssh-key v0.6.6 |
| 2944 | 2025-02-22T20:56:28.284Z | Compiling hickory-client v0.24.3 |
| 2945 | 2025-02-22T20:56:28.418Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 2946 | 2025-02-22T20:56:28.656Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2947 | 2025-02-22T20:56:28.743Z | Compiling p256 v0.13.2 |
| 2948 | 2025-02-22T20:56:29.584Z | Compiling p521 v0.13.3 |
| 2949 | 2025-02-22T20:56:29.607Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2950 | 2025-02-22T20:56:29.995Z | Compiling hickory-server v0.24.3 |
| 2951 | 2025-02-22T20:56:30.714Z | Compiling pem v3.0.4 |
| 2952 | 2025-02-22T20:56:31.494Z | Compiling yasna v0.5.2 |
| 2953 | 2025-02-22T20:56:31.887Z | Compiling headers-core v0.3.0 |
| 2954 | 2025-02-22T20:56:31.937Z | Compiling kstat-rs v0.2.4 |
| 2955 | 2025-02-22T20:56:32.103Z | Compiling nanorand v0.7.0 |
| 2956 | 2025-02-22T20:56:32.558Z | Compiling atty v0.2.14 |
| 2957 | 2025-02-22T20:56:32.699Z | Compiling russh-cryptovec v0.7.3 |
| 2958 | 2025-02-22T20:56:32.787Z | Compiling md5 v0.7.0 |
| 2959 | 2025-02-22T20:56:33.038Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 2960 | 2025-02-22T20:56:33.068Z | Compiling flume v0.11.1 |
| 2961 | 2025-02-22T20:56:33.320Z | Compiling russh-keys v0.45.0 |
| 2962 | 2025-02-22T20:56:33.740Z | Compiling rcgen v0.12.1 |
| 2963 | 2025-02-22T20:56:34.292Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 2964 | 2025-02-22T20:56:34.334Z | Compiling headers v0.4.0 |
| 2965 | 2025-02-22T20:56:35.886Z | Compiling hyper-staticfile v0.10.1 |
| 2966 | 2025-02-22T20:56:36.940Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2967 | 2025-02-22T20:56:36.963Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2968 | 2025-02-22T20:56:37.681Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2969 | 2025-02-22T20:56:37.815Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2970 | 2025-02-22T20:56:37.874Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2971 | 2025-02-22T20:56:40.061Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2972 | 2025-02-22T20:56:40.577Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2973 | 2025-02-22T20:56:41.248Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2974 | 2025-02-22T20:56:42.065Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2975 | 2025-02-22T20:56:42.381Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2976 | 2025-02-22T20:56:44.768Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2977 | 2025-02-22T20:56:44.980Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2978 | 2025-02-22T20:56:45.226Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2979 | 2025-02-22T20:56:45.251Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2980 | 2025-02-22T20:56:45.703Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2981 | 2025-02-22T20:56:46.212Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2982 | 2025-02-22T20:56:46.764Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2983 | 2025-02-22T20:56:48.423Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2984 | 2025-02-22T20:56:48.821Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2985 | 2025-02-22T20:56:50.150Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2986 | 2025-02-22T20:56:50.174Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2987 | 2025-02-22T20:56:50.962Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2988 | 2025-02-22T20:56:51.431Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2989 | 2025-02-22T20:56:52.511Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2990 | 2025-02-22T20:56:53.459Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2991 | 2025-02-22T20:56:55.268Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2992 | 2025-02-22T20:56:55.319Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2993 | 2025-02-22T20:56:56.809Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2994 | 2025-02-22T20:56:57.018Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2995 | 2025-02-22T20:56:57.717Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
| 2996 | 2025-02-22T20:56:58.650Z | Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata) |
| 2997 | 2025-02-22T20:56:58.675Z | Compiling num-bigint v0.4.6 |
| 2998 | 2025-02-22T20:56:59.117Z | Compiling des v0.8.1 |
| 2999 | 2025-02-22T20:56:59.422Z | Compiling subprocess v0.2.9 |
| 3000 | 2025-02-22T20:56:59.532Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3001 | 2025-02-22T20:56:59.973Z | Compiling display-error-chain v0.2.2 |
| 3002 | 2025-02-22T20:57:00.175Z | Compiling hex-literal v0.4.1 |
| 3003 | 2025-02-22T20:57:00.245Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3004 | 2025-02-22T20:57:00.393Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 3005 | 2025-02-22T20:57:00.494Z | Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 3006 | 2025-02-22T20:57:01.218Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 3007 | 2025-02-22T20:57:01.762Z | Compiling russh v0.45.0 |
| 3008 | 2025-02-22T20:57:03.339Z | Compiling internet-checksum v0.2.1 |
| 3009 | 2025-02-22T20:57:08.462Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3010 | 2025-02-22T20:57:15.671Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3011 | 2025-02-22T20:57:17.455Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3012 | 2025-02-22T20:57:43.036Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 3013 | 2025-02-22T20:58:06.626Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 31s |
| 3014 | 2025-02-22T20:58:06.856Z | |
| 3015 | 2025-02-22T20:58:06.861Z | real 2:31.652361251 |
| 3016 | 2025-02-22T20:58:06.861Z | user 12:52.656249091 |
| 3017 | 2025-02-22T20:58:06.861Z | sys 1:43.261330951 |
| 3018 | 2025-02-22T20:58:06.861Z | trap 0.410916423 |
| 3019 | 2025-02-22T20:58:06.861Z | tflt 0.163849616 |
| 3020 | 2025-02-22T20:58:06.861Z | dflt 0.733096030 |
| 3021 | 2025-02-22T20:58:06.861Z | kflt 0.000039757 |
| 3022 | 2025-02-22T20:58:06.861Z | lock 24:01.231616382 |
| 3023 | 2025-02-22T20:58:06.861Z | slp 45:37.359700027 |
| 3024 | 2025-02-22T20:58:06.861Z | lat 38.644518686 |
| 3025 | 2025-02-22T20:58:06.861Z | stop 1:45.435062632 |
| 3026 | 2025-02-22T20:58:06.861Z | + mkdir tests |
| 3027 | 2025-02-22T20:58:06.861Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 3028 | 2025-02-22T20:58:06.865Z | + xargs -I '{}' -t cp '{}' tests/ |
| 3029 | 2025-02-22T20:58:07.845Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-4f989ce5ea0d6b39 tests/ |
| 3030 | 2025-02-22T20:58:07.868Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-eb8c5b8495791b7a tests/ |
| 3031 | 2025-02-22T20:58:07.888Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-61b86950fcd8a1a0 tests/ |
| 3032 | 2025-02-22T20:58:07.911Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-7cb8ec845f371279 tests/ |
| 3033 | 2025-02-22T20:58:08.207Z | + 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/*) |
| 3034 | 2025-02-22T20:58:08.210Z | + 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-4f989ce5ea0d6b39 tests/commtest-61b86950fcd8a1a0 tests/dhcp_server-eb8c5b8495791b7a tests/end_to_end_tests-7cb8ec845f371279 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 |
| 3035 | 2025-02-22T20:59:26.008Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 3036 | 2025-02-22T20:59:26.008Z | a .github/buildomat/ci-env.sh 1K |
| 3037 | 2025-02-22T20:59:26.009Z | a out/target/test 1K |
| 3038 | 2025-02-22T20:59:26.009Z | a out/npuzone/npuzone 23144K |
| 3039 | 2025-02-22T20:59:26.009Z | a package-manifest.toml 33K |
| 3040 | 2025-02-22T20:59:26.009Z | a smf/sled-agent/non-gimlet/config.toml 4K |
| 3041 | 2025-02-22T20:59:26.009Z | a target/release/omicron-package 39582K |
| 3042 | 2025-02-22T20:59:26.009Z | a target/release/xtask 10747K |
| 3043 | 2025-02-22T20:59:26.009Z | a target/debug/bootstrap 220182K |
| 3044 | 2025-02-22T20:59:26.009Z | a tests/bootstrap-4f989ce5ea0d6b39 24237K |
| 3045 | 2025-02-22T20:59:26.009Z | a tests/commtest-61b86950fcd8a1a0 24525K |
| 3046 | 2025-02-22T20:59:26.009Z | a tests/dhcp_server-eb8c5b8495791b7a 24237K |
| 3047 | 2025-02-22T20:59:26.009Z | a tests/end_to_end_tests-7cb8ec845f371279 282470K |
| 3048 | 2025-02-22T20:59:26.009Z | a out/clickhouse.tar.gz 306305K |
| 3049 | 2025-02-22T20:59:26.009Z | a out/clickhouse_keeper.tar.gz 291963K |
| 3050 | 2025-02-22T20:59:26.009Z | a out/clickhouse_server.tar.gz 306258K |
| 3051 | 2025-02-22T20:59:26.009Z | a out/cockroachdb.tar.gz 145011K |
| 3052 | 2025-02-22T20:59:26.009Z | a out/crucible-dtrace.tar 99K |
| 3053 | 2025-02-22T20:59:26.009Z | a out/crucible-pantry-zone.tar.gz 33354K |
| 3054 | 2025-02-22T20:59:26.009Z | a out/crucible-zone.tar.gz 41726K |
| 3055 | 2025-02-22T20:59:26.009Z | a out/external-dns.tar.gz 46483K |
| 3056 | 2025-02-22T20:59:26.009Z | a out/internal-dns.tar.gz 46483K |
| 3057 | 2025-02-22T20:59:26.009Z | a out/mg-ddm-gz.tar 63075K |
| 3058 | 2025-02-22T20:59:26.009Z | a out/nexus.tar.gz 111475K |
| 3059 | 2025-02-22T20:59:26.009Z | a out/ntp.tar.gz 15291K |
| 3060 | 2025-02-22T20:59:26.009Z | a out/omicron-gateway-softnpu.tar.gz 25266K |
| 3061 | 2025-02-22T20:59:26.009Z | a out/omicron-sled-agent.tar 125420K |
| 3062 | 2025-02-22T20:59:26.009Z | a out/overlay.tar.gz 3K |
| 3063 | 2025-02-22T20:59:26.009Z | a out/oximeter.tar.gz 55702K |
| 3064 | 2025-02-22T20:59:26.009Z | a out/oxlog.tar 3138K |
| 3065 | 2025-02-22T20:59:26.009Z | a out/probe.tar.gz 2764K |
| 3066 | 2025-02-22T20:59:26.009Z | a out/propolis-server.tar.gz 66425K |
| 3067 | 2025-02-22T20:59:26.009Z | a out/pumpkind-gz.tar 26665K |
| 3068 | 2025-02-22T20:59:26.009Z | a out/switch-softnpu.tar.gz 269696K |
| 3069 | 2025-02-22T20:59:26.012Z | |
| 3070 | 2025-02-22T20:59:26.012Z | real 1:17.795055842 |
| 3071 | 2025-02-22T20:59:26.012Z | user 1:14.006556506 |
| 3072 | 2025-02-22T20:59:26.012Z | sys 5.442916041 |
| 3073 | 2025-02-22T20:59:26.012Z | trap 0.019347061 |
| 3074 | 2025-02-22T20:59:26.012Z | tflt 0.000000000 |
| 3075 | 2025-02-22T20:59:26.012Z | dflt 0.000000000 |
| 3076 | 2025-02-22T20:59:26.012Z | kflt 0.000000000 |
| 3077 | 2025-02-22T20:59:26.012Z | lock 0.000000000 |
| 3078 | 2025-02-22T20:59:26.012Z | slp 1:13.804254160 |
| 3079 | 2025-02-22T20:59:26.013Z | lat 2.312292423 |
| 3080 | 2025-02-22T20:59:26.013Z | stop 0.000199918 |
| 3081 | 2025-02-22T20:59:26.015Z | process exited: duration 2168960 ms, exit code 0 |
| |
| 3082 | 2025-02-22T20:59:26.029Z | found 1 output files |
| 3083 | 2025-02-22T20:59:26.029Z | uploading: /work/package.tar.gz (2043349566 bytes) |
| 3084 | 2025-02-22T21:00:03.659Z | uploaded: /work/package.tar.gz |