|
|
|
| 1 | 2025-01-16T18:06:18.182Z | job assigned to worker 01JHR4MW9DYMNKRNFS06B5Z0DC [factory aws, i-02f5001e0a10528f0] (queued for 1 m 12 s) |
| |
| 2 | 2025-01-16T18:06:26.763Z | starting task 0: "setup" |
| 3 | 2025-01-16T18:06:26.773Z | ++ uname -s |
| 4 | 2025-01-16T18:06:26.776Z | + kern=SunOS |
| 5 | 2025-01-16T18:06:26.776Z | + case "$kern" in |
| 6 | 2025-01-16T18:06:26.776Z | + groupadd -g 12345 build |
| 7 | 2025-01-16T18:06:26.782Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2025-01-16T18:06:28.800Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2025-01-16T18:06:28.943Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2025-01-16T18:06:28.948Z | + home_fs=zfs |
| 11 | 2025-01-16T18:06:28.948Z | + [[ zfs == autofs ]] |
| 12 | 2025-01-16T18:06:28.949Z | + mkdir -p /home/build |
| 13 | 2025-01-16T18:06:28.949Z | + chown build:build /home/build /work |
| 14 | 2025-01-16T18:06:30.940Z | + chmod 0700 /home/build /work |
| 15 | 2025-01-16T18:06:30.943Z | process exited: duration 4179 ms, exit code 0 |
| |
| 16 | 2025-01-16T18:06:30.948Z | starting task 1: "rust-toolchain" |
| 17 | 2025-01-16T18:06:30.954Z | + printf ' * toolchain channel = "%s" |
| 18 | 2025-01-16T18:06:30.954Z | ' 1.84.0 |
| 19 | 2025-01-16T18:06:30.954Z | * toolchain channel = "1.84.0" |
| 20 | 2025-01-16T18:06:30.954Z | * toolchain profile = "default" |
| 21 | 2025-01-16T18:06:30.954Z | + printf ' * toolchain profile = "%s" |
| 22 | 2025-01-16T18:06:30.954Z | ' default |
| 23 | 2025-01-16T18:06:30.958Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 24 | 2025-01-16T18:06:30.958Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
| 25 | 2025-01-16T18:06:31.076Z | info: downloading installer |
| 26 | 2025-01-16T18:06:32.314Z | info: profile set to 'default' |
| 27 | 2025-01-16T18:06:32.314Z | info: default host triple is x86_64-unknown-illumos |
| 28 | 2025-01-16T18:06:32.317Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
| 29 | 2025-01-16T18:06:32.465Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
| 30 | 2025-01-16T18:06:32.465Z | info: downloading component 'cargo' |
| 31 | 2025-01-16T18:06:33.366Z | info: downloading component 'clippy' |
| 32 | 2025-01-16T18:06:33.710Z | info: downloading component 'rust-docs' |
| 33 | 2025-01-16T18:06:34.886Z | info: downloading component 'rust-std' |
| 34 | 2025-01-16T18:06:36.695Z | info: downloading component 'rustc' |
| 35 | 2025-01-16T18:06:43.588Z | info: downloading component 'rustfmt' |
| 36 | 2025-01-16T18:06:43.843Z | info: installing component 'cargo' |
| 37 | 2025-01-16T18:06:44.692Z | info: installing component 'clippy' |
| 38 | 2025-01-16T18:06:45.069Z | info: installing component 'rust-docs' |
| 39 | 2025-01-16T18:06:46.780Z | info: installing component 'rust-std' |
| 40 | 2025-01-16T18:06:48.409Z | info: installing component 'rustc' |
| 41 | 2025-01-16T18:06:54.610Z | info: installing component 'rustfmt' |
| 42 | 2025-01-16T18:06:54.639Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
| 43 | 2025-01-16T18:06:54.639Z | |
| 44 | 2025-01-16T18:06:55.033Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
| 45 | 2025-01-16T18:06:55.033Z | |
| 46 | 2025-01-16T18:06:55.037Z | |
| 47 | 2025-01-16T18:06:55.037Z | Rust is installed now. Great! |
| 48 | 2025-01-16T18:06:55.037Z | |
| 49 | 2025-01-16T18:06:55.037Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 50 | 2025-01-16T18:06:55.037Z | environment variable. This has not been done automatically. |
| 51 | 2025-01-16T18:06:55.037Z | |
| 52 | 2025-01-16T18:06:55.038Z | To configure your current shell, you need to source |
| 53 | 2025-01-16T18:06:55.038Z | the corresponding env file under $HOME/.cargo. |
| 54 | 2025-01-16T18:06:55.038Z | |
| 55 | 2025-01-16T18:06:55.038Z | This is usually done by running one of the following (note the leading DOT): |
| 56 | 2025-01-16T18:06:55.038Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 57 | 2025-01-16T18:06:55.038Z | source "$HOME/.cargo/env.fish" # For fish |
| 58 | 2025-01-16T18:06:55.150Z | + rustc --version |
| 59 | 2025-01-16T18:06:55.214Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
| 60 | 2025-01-16T18:06:55.227Z | process exited: duration 24265 ms, exit code 0 |
| |
| 61 | 2025-01-16T18:06:55.269Z | starting task 2: "authentication" |
| 62 | 2025-01-16T18:06:55.294Z | process exited: duration 26 ms, exit code 0 |
| |
| 63 | 2025-01-16T18:06:55.309Z | starting task 3: "clone repository" |
| 64 | 2025-01-16T18:06:55.322Z | + mkdir -p /work/oxidecomputer/omicron |
| 65 | 2025-01-16T18:06:55.328Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 66 | 2025-01-16T18:06:57.159Z | Cloning into '/work/oxidecomputer/omicron'... |
| 67 | 2025-01-16T18:07:05.291Z | + cd /work/oxidecomputer/omicron |
| 68 | 2025-01-16T18:07:05.291Z | + git fetch origin 2144c302ffca1101253dc33912f6d41d38cee145 |
| 69 | 2025-01-16T18:07:05.622Z | From https://github.com/oxidecomputer/omicron |
| 70 | 2025-01-16T18:07:05.622Z | * branch 2144c302ffca1101253dc33912f6d41d38cee145 -> FETCH_HEAD |
| 71 | 2025-01-16T18:07:05.634Z | + [[ -n john/debug-dataset-rendezvous-2 ]] |
| 72 | 2025-01-16T18:07:05.637Z | ++ git branch --show-current |
| 73 | 2025-01-16T18:07:05.639Z | + current=main |
| 74 | 2025-01-16T18:07:05.639Z | + [[ main != john/debug-dataset-rendezvous-2 ]] |
| 75 | 2025-01-16T18:07:05.639Z | + git branch -f john/debug-dataset-rendezvous-2 2144c302ffca1101253dc33912f6d41d38cee145 |
| 76 | 2025-01-16T18:07:05.643Z | + git checkout -f john/debug-dataset-rendezvous-2 |
| 77 | 2025-01-16T18:07:05.824Z | Switched to branch 'john/debug-dataset-rendezvous-2' |
| 78 | 2025-01-16T18:07:05.826Z | + git reset --hard 2144c302ffca1101253dc33912f6d41d38cee145 |
| 79 | 2025-01-16T18:07:06.002Z | HEAD is now at 2144c302f gross hack for failing integration tests |
| 80 | 2025-01-16T18:07:06.005Z | process exited: duration 10695 ms, exit code 0 |
| |
| 81 | 2025-01-16T18:07:06.010Z | starting task 4: "build" |
| 82 | 2025-01-16T18:07:06.016Z | + source .github/buildomat/ci-env.sh |
| 83 | 2025-01-16T18:07:06.019Z | ++ export CARGO_TERM_COLOR=always |
| 84 | 2025-01-16T18:07:06.019Z | ++ CARGO_TERM_COLOR=always |
| 85 | 2025-01-16T18:07:06.019Z | + cargo --version |
| 86 | 2025-01-16T18:07:06.081Z | cargo 1.84.0 (66221abde 2024-11-19) |
| 87 | 2025-01-16T18:07:06.084Z | + rustc --version |
| 88 | 2025-01-16T18:07:06.149Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
| 89 | 2025-01-16T18:07:06.152Z | + WORK=/work |
| 90 | 2025-01-16T18:07:06.152Z | + pfexec mkdir -p /work |
| 91 | 2025-01-16T18:07:06.157Z | + pfexec chown build /work |
| 92 | 2025-01-16T18:07:06.160Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 93 | 2025-01-16T18:07:21.564Z | pkg list: illegal option -- F |
| 94 | 2025-01-16T18:07:21.564Z | Usage: |
| 95 | 2025-01-16T18:07:21.564Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 96 | 2025-01-16T18:07:21.564Z | [pkg_fmri_pattern ...] |
| 97 | 2025-01-16T18:07:22.417Z | pkg list: illegal option -- F |
| 98 | 2025-01-16T18:07:22.417Z | Usage: |
| 99 | 2025-01-16T18:07:22.420Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
| 100 | 2025-01-16T18:07:22.420Z | [pkg_fmri_pattern ...] |
| 101 | 2025-01-16T18:07:30.904Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 102 | 2025-01-16T18:07:35.452Z | Startup: Caching catalogs ... Done |
| 103 | 2025-01-16T18:07:46.841Z | Planning: Solver setup ... Done (10.558s) |
| 104 | 2025-01-16T18:07:46.990Z | Planning: Running solver ... Done (0.149s) |
| 105 | 2025-01-16T18:07:47.678Z | Planning: Finding local manifests ... Done (0.581s) |
| 106 | 2025-01-16T18:07:47.705Z | Planning: Fetching manifests: 0/7 0% complete |
| 107 | 2025-01-16T18:07:48.505Z | Planning: Fetching manifests: 7/7 100% complete |
| 108 | 2025-01-16T18:07:49.536Z | Planning: Package planning ... Done (1.031s) |
| 109 | 2025-01-16T18:07:49.592Z | Planning: Merging actions ... Done (0.056s) |
| 110 | 2025-01-16T18:07:51.181Z | Planning: Checking for conflicting actions ... Done (1.588s) |
| 111 | 2025-01-16T18:08:01.869Z | Planning: Consolidating action changes ... Done (10.688s) |
| 112 | 2025-01-16T18:08:02.278Z | Planning: Evaluating mediators ... Done (0.408s) |
| 113 | 2025-01-16T18:08:02.504Z | Planning: Planning completed in 26.95 seconds |
| 114 | 2025-01-16T18:08:02.520Z | Packages to install: 4 |
| 115 | 2025-01-16T18:08:02.520Z | Packages to update: 3 |
| 116 | 2025-01-16T18:08:02.522Z | Mediators to change: 2 |
| 117 | 2025-01-16T18:08:02.522Z | Services to change: 1 |
| 118 | 2025-01-16T18:08:02.522Z | Estimated space available: 155.61 GB |
| 119 | 2025-01-16T18:08:02.523Z | Estimated space to be consumed: 1.64 GB |
| 120 | 2025-01-16T18:08:02.523Z | Create boot environment: No |
| 121 | 2025-01-16T18:08:02.523Z | Create backup boot environment: Yes |
| 122 | 2025-01-16T18:08:02.523Z | Rebuild boot archive: No |
| 123 | 2025-01-16T18:08:02.523Z | |
| 124 | 2025-01-16T18:08:02.523Z | Changed mediators: |
| 125 | 2025-01-16T18:08:02.523Z | mediator clang: |
| 126 | 2025-01-16T18:08:02.523Z | version: None -> 15 (system default) |
| 127 | 2025-01-16T18:08:02.523Z | |
| 128 | 2025-01-16T18:08:02.523Z | mediator llvm: |
| 129 | 2025-01-16T18:08:02.523Z | version: 14 (system default) -> 15 (system default) |
| 130 | 2025-01-16T18:08:02.523Z | |
| 131 | 2025-01-16T18:08:02.523Z | Changed packages: |
| 132 | 2025-01-16T18:08:02.523Z | helios-dev |
| 133 | 2025-01-16T18:08:02.523Z | developer/build-essential |
| 134 | 2025-01-16T18:08:02.523Z | None -> 11-2.0 |
| 135 | 2025-01-16T18:08:02.523Z | library/libxmlsec1 |
| 136 | 2025-01-16T18:08:02.523Z | None -> 1.2.35-2.0 |
| 137 | 2025-01-16T18:08:02.523Z | ooce/developer/clang-15 |
| 138 | 2025-01-16T18:08:02.523Z | None -> 15.0.7-2.0 |
| 139 | 2025-01-16T18:08:02.523Z | ooce/developer/llvm-15 |
| 140 | 2025-01-16T18:08:02.523Z | None -> 15.0.7-2.0 |
| 141 | 2025-01-16T18:08:02.524Z | package/pkg |
| 142 | 2025-01-16T18:08:02.524Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
| 143 | 2025-01-16T18:08:02.524Z | system/library/g++-runtime |
| 144 | 2025-01-16T18:08:02.524Z | 13-2.0 -> 14-2.0 |
| 145 | 2025-01-16T18:08:02.524Z | system/library/gcc-runtime |
| 146 | 2025-01-16T18:08:02.524Z | 13-2.0 -> 14-2.0 |
| 147 | 2025-01-16T18:08:02.524Z | |
| 148 | 2025-01-16T18:08:02.524Z | Services: |
| 149 | 2025-01-16T18:08:02.524Z | restart_fmri: |
| 150 | 2025-01-16T18:08:02.524Z | svc:/system/update-man-index:default |
| 151 | 2025-01-16T18:08:02.524Z | |
| 152 | 2025-01-16T18:08:02.524Z | Editable files to change: |
| 153 | 2025-01-16T18:08:02.524Z | Update: |
| 154 | 2025-01-16T18:08:02.524Z | usr/share/lib/pkg/web/config.shtml |
| 155 | 2025-01-16T18:08:03.233Z | |
| 156 | 2025-01-16T18:08:03.233Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
| 157 | 2025-01-16T18:08:08.235Z | Download: 1268/4301 items 100.1/225.4MB 44% complete (20.0M/s) |
| 158 | 2025-01-16T18:08:13.237Z | Download: 3153/4301 items 143.4/225.4MB 63% complete (14.3M/s) |
| 159 | 2025-01-16T18:08:18.236Z | Download: 4280/4301 items 220.6/225.4MB 97% complete (12.1M/s) |
| 160 | 2025-01-16T18:08:19.272Z | Download: Completed 225.42 MB in 16.04 seconds (14.1M/s) |
| 161 | 2025-01-16T18:08:21.323Z | Actions: 1/5122 actions (Removing old actions) |
| 162 | 2025-01-16T18:08:21.348Z | Actions: 194/5122 actions (Installing new actions) |
| 163 | 2025-01-16T18:08:26.403Z | Actions: 4098/5122 actions (Installing new actions) |
| 164 | 2025-01-16T18:08:28.092Z | Actions: 4267/5122 actions (Updating modified actions) |
| 165 | 2025-01-16T18:08:29.476Z | Actions: Completed 5122 actions in 7.79 seconds. |
| 166 | 2025-01-16T18:08:29.537Z | Done (0.412s) |
| 167 | 2025-01-16T18:08:29.540Z | Done (0.001s) |
| 168 | 2025-01-16T18:08:30.177Z | Done (0.637s) |
| 169 | 2025-01-16T18:08:38.077Z | Done (7.659s) |
| 170 | 2025-01-16T18:08:38.624Z | Done (0.480s) |
| 171 | 2025-01-16T18:08:38.629Z | Done (0.000s) |
| 172 | 2025-01-16T18:08:38.781Z | Done (0.000s) |
| 173 | 2025-01-16T18:08:39.489Z | Planning: Evaluating mediator changes ... Done |
| 174 | 2025-01-16T18:08:39.654Z | Planning: Checking for conflicting actions ... Done |
| 175 | 2025-01-16T18:08:39.657Z | Planning: Consolidating action changes ... Done |
| 176 | 2025-01-16T18:08:39.922Z | Planning: Evaluating mediators ... Done |
| 177 | 2025-01-16T18:08:39.925Z | Planning: Planning completed in 0.43 seconds |
| 178 | 2025-01-16T18:08:39.962Z | Mediators to change: 2 |
| 179 | 2025-01-16T18:08:39.962Z | Create boot environment: No |
| 180 | 2025-01-16T18:08:39.962Z | Create backup boot environment: No |
| 181 | 2025-01-16T18:08:40.043Z | Done |
| 182 | 2025-01-16T18:08:40.043Z | Done |
| 183 | 2025-01-16T18:08:40.455Z | Done |
| 184 | 2025-01-16T18:08:44.092Z | Done |
| 185 | 2025-01-16T18:08:44.189Z | Done |
| 186 | 2025-01-16T18:08:44.193Z | Done |
| 187 | 2025-01-16T18:08:44.314Z | Done |
| 188 | 2025-01-16T18:08:44.946Z | Planning: Evaluating mediator changes ... Done |
| 189 | 2025-01-16T18:08:44.949Z | Planning: Merging actions ... Done |
| 190 | 2025-01-16T18:08:45.143Z | Planning: Checking for conflicting actions ... Done |
| 191 | 2025-01-16T18:08:45.145Z | Planning: Consolidating action changes ... Done |
| 192 | 2025-01-16T18:08:45.419Z | Planning: Evaluating mediators ... Done |
| 193 | 2025-01-16T18:08:45.476Z | Planning: Planning completed in 0.78 seconds |
| 194 | 2025-01-16T18:08:45.517Z | Packages to change: 1 |
| 195 | 2025-01-16T18:08:45.517Z | Mediators to change: 1 |
| 196 | 2025-01-16T18:08:45.520Z | Services to change: 1 |
| 197 | 2025-01-16T18:08:45.520Z | Create boot environment: No |
| 198 | 2025-01-16T18:08:45.520Z | Create backup boot environment: Yes |
| 199 | 2025-01-16T18:08:47.926Z | Actions: 1/6 actions (Updating modified actions) |
| 200 | 2025-01-16T18:08:48.056Z | Actions: Completed 6 actions in 0.13 seconds. |
| 201 | 2025-01-16T18:08:48.060Z | Done |
| 202 | 2025-01-16T18:08:48.060Z | Done |
| 203 | 2025-01-16T18:08:48.175Z | Done |
| 204 | 2025-01-16T18:08:51.823Z | Done |
| 205 | 2025-01-16T18:08:51.913Z | Done |
| 206 | 2025-01-16T18:08:51.916Z | Done |
| 207 | 2025-01-16T18:08:52.045Z | Done |
| 208 | 2025-01-16T18:08:52.494Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 209 | 2025-01-16T18:08:52.494Z | clang system 15 system |
| 210 | 2025-01-16T18:08:52.494Z | csh system system illumos |
| 211 | 2025-01-16T18:08:52.494Z | ctags system system illumos |
| 212 | 2025-01-16T18:08:52.494Z | gcc vendor 12 vendor |
| 213 | 2025-01-16T18:08:52.494Z | gcc system 10 system |
| 214 | 2025-01-16T18:08:52.494Z | gcc system 7 system |
| 215 | 2025-01-16T18:08:52.494Z | go system 1.20 system |
| 216 | 2025-01-16T18:08:52.494Z | go system 1.19 system |
| 217 | 2025-01-16T18:08:52.494Z | llvm system 15 system |
| 218 | 2025-01-16T18:08:52.494Z | llvm system 14 system |
| 219 | 2025-01-16T18:08:52.494Z | mariadb system 10.6 system |
| 220 | 2025-01-16T18:08:52.494Z | mta vendor vendor dma |
| 221 | 2025-01-16T18:08:52.494Z | openjdk system 17 system |
| 222 | 2025-01-16T18:08:52.494Z | openjdk system 11 system |
| 223 | 2025-01-16T18:08:52.494Z | openjdk system 1.8 system |
| 224 | 2025-01-16T18:08:52.494Z | openssl vendor 3 vendor |
| 225 | 2025-01-16T18:08:52.494Z | perl system 5.36 system |
| 226 | 2025-01-16T18:08:52.494Z | postgresql system 15 system |
| 227 | 2025-01-16T18:08:52.494Z | postgresql system 13 system |
| 228 | 2025-01-16T18:08:52.494Z | python vendor 3 vendor |
| 229 | 2025-01-16T18:08:52.494Z | python system 2 system |
| 230 | 2025-01-16T18:08:52.495Z | python3 system 3.11 system |
| 231 | 2025-01-16T18:08:52.495Z | ruby system 3.0 system |
| 232 | 2025-01-16T18:08:52.495Z | words vendor vendor american-english |
| 233 | 2025-01-16T18:08:52.495Z | words system system australian-english |
| 234 | 2025-01-16T18:08:52.495Z | words system system british-english |
| 235 | 2025-01-16T18:08:52.495Z | words system system canadian-english |
| 236 | 2025-01-16T18:08:52.495Z | words system system french |
| 237 | 2025-01-16T18:08:52.495Z | words system system italian |
| 238 | 2025-01-16T18:08:52.495Z | words system system ngerman |
| 239 | 2025-01-16T18:08:52.495Z | words system system ogerman |
| 240 | 2025-01-16T18:08:52.495Z | words system system spanish |
| 241 | 2025-01-16T18:08:52.839Z | PUBLISHER TYPE STATUS P LOCATION |
| 242 | 2025-01-16T18:08:52.839Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 243 | 2025-01-16T18:08:55.708Z | FMRI IFO |
| 244 | 2025-01-16T18:08:55.708Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 245 | 2025-01-16T18:08:55.708Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 246 | 2025-01-16T18:08:55.708Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 247 | 2025-01-16T18:08:55.708Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 248 | 2025-01-16T18:08:55.708Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 249 | 2025-01-16T18:08:55.708Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 250 | 2025-01-16T18:08:55.708Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
| 251 | 2025-01-16T18:08:55.708Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 252 | 2025-01-16T18:08:55.708Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 253 | 2025-01-16T18:08:55.708Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
| 254 | 2025-01-16T18:08:55.708Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 255 | 2025-01-16T18:08:55.708Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 256 | 2025-01-16T18:08:55.708Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
| 257 | 2025-01-16T18:08:55.708Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 258 | 2025-01-16T18:08:55.708Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 259 | 2025-01-16T18:08:56.500Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 260 | 2025-01-16T18:08:56.809Z | Updating crates.io index |
| 261 | 2025-01-16T18:08:56.866Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
| 262 | 2025-01-16T18:08:57.157Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 263 | 2025-01-16T18:08:57.743Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
| 264 | 2025-01-16T18:08:57.985Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 265 | 2025-01-16T18:08:58.253Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 266 | 2025-01-16T18:08:58.572Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 267 | 2025-01-16T18:08:59.465Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 268 | 2025-01-16T18:09:01.156Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 269 | 2025-01-16T18:09:01.785Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 270 | 2025-01-16T18:09:02.681Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 271 | 2025-01-16T18:09:02.994Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 272 | 2025-01-16T18:09:03.307Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 273 | 2025-01-16T18:09:03.909Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
| 274 | 2025-01-16T18:09:04.255Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 275 | 2025-01-16T18:09:04.588Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 276 | 2025-01-16T18:09:04.850Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 277 | 2025-01-16T18:09:05.114Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 278 | 2025-01-16T18:09:05.392Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 279 | 2025-01-16T18:09:05.740Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 280 | 2025-01-16T18:09:06.020Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 281 | 2025-01-16T18:09:06.427Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 282 | 2025-01-16T18:09:06.686Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 283 | 2025-01-16T18:09:07.231Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 284 | 2025-01-16T18:09:07.550Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 285 | 2025-01-16T18:09:07.938Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 286 | 2025-01-16T18:09:08.427Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
| 287 | 2025-01-16T18:09:08.761Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 288 | 2025-01-16T18:09:09.107Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 289 | 2025-01-16T18:09:09.379Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 290 | 2025-01-16T18:09:10.655Z | Downloading crates ... |
| 291 | 2025-01-16T18:09:10.710Z | Downloaded block-buffer v0.10.4 |
| 292 | 2025-01-16T18:09:10.712Z | Downloaded cargo-platform v0.1.8 |
| 293 | 2025-01-16T18:09:10.712Z | Downloaded autocfg v1.4.0 |
| 294 | 2025-01-16T18:09:10.715Z | Downloaded bitflags v2.6.0 |
| 295 | 2025-01-16T18:09:10.718Z | Downloaded swrite v0.1.0 |
| 296 | 2025-01-16T18:09:10.721Z | Downloaded anstyle v1.0.10 |
| 297 | 2025-01-16T18:09:10.721Z | Downloaded anstyle-query v1.1.1 |
| 298 | 2025-01-16T18:09:10.724Z | Downloaded pretty-hex v0.4.1 |
| 299 | 2025-01-16T18:09:10.726Z | Downloaded dtrace-parser v0.2.0 |
| 300 | 2025-01-16T18:09:10.738Z | Downloaded equivalent v1.0.1 |
| 301 | 2025-01-16T18:09:10.740Z | Downloaded scroll_derive v0.12.0 |
| 302 | 2025-01-16T18:09:10.747Z | Downloaded usdt-macro v0.5.0 |
| 303 | 2025-01-16T18:09:10.752Z | Downloaded usdt-attr-macro v0.5.0 |
| 304 | 2025-01-16T18:09:10.755Z | Downloaded plain v0.2.3 |
| 305 | 2025-01-16T18:09:10.758Z | Downloaded heck v0.5.0 |
| 306 | 2025-01-16T18:09:10.758Z | Downloaded itoa v1.0.11 |
| 307 | 2025-01-16T18:09:10.761Z | Downloaded errno v0.3.9 |
| 308 | 2025-01-16T18:09:10.762Z | Downloaded strsim v0.11.1 |
| 309 | 2025-01-16T18:09:10.765Z | Downloaded byteorder v1.5.0 |
| 310 | 2025-01-16T18:09:10.765Z | Downloaded serde_tokenstream v0.2.2 |
| 311 | 2025-01-16T18:09:10.765Z | Downloaded macaddr v1.0.1 |
| 312 | 2025-01-16T18:09:10.767Z | Downloaded crypto-common v0.1.6 |
| 313 | 2025-01-16T18:09:10.768Z | Downloaded thiserror v1.0.69 |
| 314 | 2025-01-16T18:09:10.771Z | Downloaded terminal_size v0.4.0 |
| 315 | 2025-01-16T18:09:10.774Z | Downloaded camino-tempfile v1.1.1 |
| 316 | 2025-01-16T18:09:10.777Z | Downloaded serde_spanned v0.6.8 |
| 317 | 2025-01-16T18:09:10.777Z | Downloaded version_check v0.9.5 |
| 318 | 2025-01-16T18:09:10.779Z | Downloaded cpufeatures v0.2.14 |
| 319 | 2025-01-16T18:09:10.779Z | Downloaded fastrand v2.1.1 |
| 320 | 2025-01-16T18:09:10.782Z | Downloaded dof v0.3.0 |
| 321 | 2025-01-16T18:09:10.782Z | Downloaded colorchoice v1.0.2 |
| 322 | 2025-01-16T18:09:10.784Z | Downloaded proc-macro-error-attr v1.0.4 |
| 323 | 2025-01-16T18:09:10.784Z | Downloaded anstyle-parse v0.2.5 |
| 324 | 2025-01-16T18:09:10.788Z | Downloaded digest v0.10.7 |
| 325 | 2025-01-16T18:09:10.790Z | Downloaded is_terminal_polyfill v1.70.1 |
| 326 | 2025-01-16T18:09:10.793Z | Downloaded toml_datetime v0.6.8 |
| 327 | 2025-01-16T18:09:10.793Z | Downloaded thiserror-impl v1.0.69 |
| 328 | 2025-01-16T18:09:10.796Z | Downloaded unicode-linebreak v0.1.5 |
| 329 | 2025-01-16T18:09:10.796Z | Downloaded bytecount v0.6.8 |
| 330 | 2025-01-16T18:09:10.796Z | Downloaded usdt v0.5.0 |
| 331 | 2025-01-16T18:09:10.799Z | Downloaded fs-err v2.11.0 |
| 332 | 2025-01-16T18:09:10.799Z | Downloaded thread-id v4.2.2 |
| 333 | 2025-01-16T18:09:10.801Z | Downloaded tabled_derive v0.7.0 |
| 334 | 2025-01-16T18:09:10.801Z | Downloaded memmap v0.7.0 |
| 335 | 2025-01-16T18:09:10.804Z | Downloaded quote v1.0.38 |
| 336 | 2025-01-16T18:09:10.808Z | Downloaded heck v0.4.1 |
| 337 | 2025-01-16T18:09:10.808Z | Downloaded cargo_metadata v0.18.1 |
| 338 | 2025-01-16T18:09:10.811Z | Downloaded generic-array v0.14.7 |
| 339 | 2025-01-16T18:09:10.811Z | Downloaded tempfile v3.13.0 |
| 340 | 2025-01-16T18:09:10.813Z | Downloaded semver v1.0.24 |
| 341 | 2025-01-16T18:09:10.816Z | Downloaded camino v1.1.9 |
| 342 | 2025-01-16T18:09:10.819Z | Downloaded anstream v0.6.15 |
| 343 | 2025-01-16T18:09:10.819Z | Downloaded utf8parse v0.2.2 |
| 344 | 2025-01-16T18:09:10.821Z | Downloaded sha2 v0.10.8 |
| 345 | 2025-01-16T18:09:10.824Z | Downloaded once_cell v1.20.2 |
| 346 | 2025-01-16T18:09:10.827Z | Downloaded scroll v0.12.0 |
| 347 | 2025-01-16T18:09:10.827Z | Downloaded pest_derive v2.7.14 |
| 348 | 2025-01-16T18:09:10.830Z | Downloaded pest_generator v2.7.14 |
| 349 | 2025-01-16T18:09:10.830Z | Downloaded clap_lex v0.7.2 |
| 350 | 2025-01-16T18:09:10.833Z | Downloaded fnv v1.0.7 |
| 351 | 2025-01-16T18:09:10.833Z | Downloaded usdt-impl v0.5.0 |
| 352 | 2025-01-16T18:09:10.836Z | Downloaded smawk v0.3.2 |
| 353 | 2025-01-16T18:09:10.836Z | Downloaded pest_meta v2.7.14 |
| 354 | 2025-01-16T18:09:10.838Z | Downloaded clap_derive v4.5.18 |
| 355 | 2025-01-16T18:09:10.842Z | Downloaded anyhow v1.0.93 |
| 356 | 2025-01-16T18:09:10.845Z | Downloaded textwrap v0.16.1 |
| 357 | 2025-01-16T18:09:10.848Z | Downloaded cargo_toml v0.20.5 |
| 358 | 2025-01-16T18:09:10.848Z | Downloaded zerocopy-derive v0.7.35 |
| 359 | 2025-01-16T18:09:10.851Z | Downloaded typenum v1.17.0 |
| 360 | 2025-01-16T18:09:10.853Z | Downloaded papergrid v0.11.0 |
| 361 | 2025-01-16T18:09:10.858Z | Downloaded unicode-ident v1.0.14 |
| 362 | 2025-01-16T18:09:10.861Z | Downloaded proc-macro-error v1.0.4 |
| 363 | 2025-01-16T18:09:10.864Z | Downloaded serde_derive v1.0.217 |
| 364 | 2025-01-16T18:09:10.867Z | Downloaded ryu v1.0.18 |
| 365 | 2025-01-16T18:09:10.870Z | Downloaded ucd-trie v0.1.7 |
| 366 | 2025-01-16T18:09:10.872Z | Downloaded clap v4.5.21 |
| 367 | 2025-01-16T18:09:10.880Z | Downloaded serde v1.0.217 |
| 368 | 2025-01-16T18:09:10.884Z | Downloaded proc-macro2 v1.0.92 |
| 369 | 2025-01-16T18:09:10.887Z | Downloaded log v0.4.22 |
| 370 | 2025-01-16T18:09:10.889Z | Downloaded cfg-if v1.0.0 |
| 371 | 2025-01-16T18:09:10.892Z | Downloaded toml v0.8.19 |
| 372 | 2025-01-16T18:09:10.895Z | Downloaded indexmap v2.7.0 |
| 373 | 2025-01-16T18:09:10.906Z | Downloaded toml_edit v0.22.22 |
| 374 | 2025-01-16T18:09:10.928Z | Downloaded memchr v2.7.4 |
| 375 | 2025-01-16T18:09:10.954Z | Downloaded hashbrown v0.15.1 |
| 376 | 2025-01-16T18:09:10.959Z | Downloaded zerocopy v0.7.35 |
| 377 | 2025-01-16T18:09:10.975Z | Downloaded winnow v0.6.20 |
| 378 | 2025-01-16T18:09:10.982Z | Downloaded serde_json v1.0.135 |
| 379 | 2025-01-16T18:09:10.989Z | Downloaded goblin v0.8.2 |
| 380 | 2025-01-16T18:09:10.995Z | Downloaded clap_builder v4.5.21 |
| 381 | 2025-01-16T18:09:11.002Z | Downloaded tabled v0.15.0 |
| 382 | 2025-01-16T18:09:11.016Z | Downloaded pest v2.7.14 |
| 383 | 2025-01-16T18:09:11.021Z | Downloaded unicode-width v0.1.14 |
| 384 | 2025-01-16T18:09:11.029Z | Downloaded syn v1.0.109 |
| 385 | 2025-01-16T18:09:11.038Z | Downloaded syn v2.0.96 |
| 386 | 2025-01-16T18:09:11.050Z | Downloaded rustix v0.38.37 |
| 387 | 2025-01-16T18:09:11.079Z | Downloaded libc v0.2.162 |
| 388 | 2025-01-16T18:09:11.395Z | Compiling proc-macro2 v1.0.92 |
| 389 | 2025-01-16T18:09:11.395Z | Compiling unicode-ident v1.0.14 |
| 390 | 2025-01-16T18:09:11.400Z | Compiling serde v1.0.217 |
| 391 | 2025-01-16T18:09:11.400Z | Compiling version_check v0.9.5 |
| 392 | 2025-01-16T18:09:11.400Z | Compiling thiserror v1.0.69 |
| 393 | 2025-01-16T18:09:11.400Z | Compiling memchr v2.7.4 |
| 394 | 2025-01-16T18:09:11.400Z | Compiling libc v0.2.162 |
| 395 | 2025-01-16T18:09:11.432Z | Compiling ucd-trie v0.1.7 |
| 396 | 2025-01-16T18:09:11.691Z | Compiling ryu v1.0.18 |
| 397 | 2025-01-16T18:09:12.031Z | Compiling itoa v1.0.11 |
| 398 | 2025-01-16T18:09:12.137Z | Compiling once_cell v1.20.2 |
| 399 | 2025-01-16T18:09:12.252Z | Compiling byteorder v1.5.0 |
| 400 | 2025-01-16T18:09:12.467Z | Compiling serde_json v1.0.135 |
| 401 | 2025-01-16T18:09:12.600Z | Compiling rustix v0.38.37 |
| 402 | 2025-01-16T18:09:13.990Z | Compiling bitflags v2.6.0 |
| 403 | 2025-01-16T18:09:14.067Z | Compiling usdt-impl v0.5.0 |
| 404 | 2025-01-16T18:09:14.071Z | Compiling proc-macro-error-attr v1.0.4 |
| 405 | 2025-01-16T18:09:14.166Z | Compiling syn v1.0.109 |
| 406 | 2025-01-16T18:09:14.379Z | Compiling proc-macro-error v1.0.4 |
| 407 | 2025-01-16T18:09:14.382Z | Compiling hashbrown v0.15.1 |
| 408 | 2025-01-16T18:09:14.511Z | Compiling equivalent v1.0.1 |
| 409 | 2025-01-16T18:09:14.627Z | Compiling utf8parse v0.2.2 |
| 410 | 2025-01-16T18:09:14.653Z | Compiling log v0.4.22 |
| 411 | 2025-01-16T18:09:14.681Z | Compiling thread-id v4.2.2 |
| 412 | 2025-01-16T18:09:14.784Z | Compiling plain v0.2.3 |
| 413 | 2025-01-16T18:09:14.812Z | Compiling camino v1.1.9 |
| 414 | 2025-01-16T18:09:14.836Z | Compiling anstyle-parse v0.2.5 |
| 415 | 2025-01-16T18:09:15.012Z | Compiling anstyle v1.0.10 |
| 416 | 2025-01-16T18:09:15.040Z | Compiling quote v1.0.38 |
| 417 | 2025-01-16T18:09:15.170Z | Compiling errno v0.3.9 |
| 418 | 2025-01-16T18:09:15.287Z | Compiling colorchoice v1.0.2 |
| 419 | 2025-01-16T18:09:15.289Z | Compiling unicode-width v0.1.14 |
| 420 | 2025-01-16T18:09:15.410Z | Compiling syn v2.0.96 |
| 421 | 2025-01-16T18:09:15.507Z | Compiling indexmap v2.7.0 |
| 422 | 2025-01-16T18:09:15.562Z | Compiling winnow v0.6.20 |
| 423 | 2025-01-16T18:09:15.670Z | Compiling is_terminal_polyfill v1.70.1 |
| 424 | 2025-01-16T18:09:15.799Z | Compiling anstyle-query v1.1.1 |
| 425 | 2025-01-16T18:09:15.827Z | Compiling semver v1.0.24 |
| 426 | 2025-01-16T18:09:15.965Z | Compiling autocfg v1.4.0 |
| 427 | 2025-01-16T18:09:16.303Z | Compiling pretty-hex v0.4.1 |
| 428 | 2025-01-16T18:09:16.863Z | Compiling anstream v0.6.15 |
| 429 | 2025-01-16T18:09:16.923Z | Compiling heck v0.4.1 |
| 430 | 2025-01-16T18:09:16.949Z | Compiling fs-err v2.11.0 |
| 431 | 2025-01-16T18:09:17.047Z | Compiling strsim v0.11.1 |
| 432 | 2025-01-16T18:09:17.255Z | Compiling cfg-if v1.0.0 |
| 433 | 2025-01-16T18:09:17.307Z | Compiling terminal_size v0.4.0 |
| 434 | 2025-01-16T18:09:17.356Z | Compiling bytecount v0.6.8 |
| 435 | 2025-01-16T18:09:17.513Z | Compiling heck v0.5.0 |
| 436 | 2025-01-16T18:09:17.586Z | Compiling anyhow v1.0.93 |
| 437 | 2025-01-16T18:09:17.791Z | Compiling fnv v1.0.7 |
| 438 | 2025-01-16T18:09:17.818Z | Compiling fastrand v2.1.1 |
| 439 | 2025-01-16T18:09:17.946Z | Compiling clap_lex v0.7.2 |
| 440 | 2025-01-16T18:09:17.948Z | Compiling papergrid v0.11.0 |
| 441 | 2025-01-16T18:09:18.332Z | Compiling clap_builder v4.5.21 |
| 442 | 2025-01-16T18:09:18.399Z | Compiling tempfile v3.13.0 |
| 443 | 2025-01-16T18:09:18.593Z | Compiling memmap v0.7.0 |
| 444 | 2025-01-16T18:09:18.812Z | Compiling smawk v0.3.2 |
| 445 | 2025-01-16T18:09:18.932Z | Compiling unicode-linebreak v0.1.5 |
| 446 | 2025-01-16T18:09:19.187Z | Compiling swrite v0.1.0 |
| 447 | 2025-01-16T18:09:19.335Z | Compiling textwrap v0.16.1 |
| 448 | 2025-01-16T18:09:20.219Z | Compiling tabled_derive v0.7.0 |
| 449 | 2025-01-16T18:09:21.423Z | Compiling tabled v0.15.0 |
| 450 | 2025-01-16T18:09:22.249Z | Compiling serde_derive v1.0.217 |
| 451 | 2025-01-16T18:09:22.281Z | Compiling thiserror-impl v1.0.69 |
| 452 | 2025-01-16T18:09:22.305Z | Compiling zerocopy-derive v0.7.35 |
| 453 | 2025-01-16T18:09:22.308Z | Compiling scroll_derive v0.12.0 |
| 454 | 2025-01-16T18:09:22.432Z | Compiling clap_derive v4.5.18 |
| 455 | 2025-01-16T18:09:23.760Z | Compiling scroll v0.12.0 |
| 456 | 2025-01-16T18:09:24.199Z | Compiling zerocopy v0.7.35 |
| 457 | 2025-01-16T18:09:24.223Z | Compiling goblin v0.8.2 |
| 458 | 2025-01-16T18:09:24.730Z | Compiling pest v2.7.14 |
| 459 | 2025-01-16T18:09:25.645Z | Compiling clap v4.5.21 |
| 460 | 2025-01-16T18:09:26.986Z | Compiling pest_meta v2.7.14 |
| 461 | 2025-01-16T18:09:27.977Z | Compiling pest_generator v2.7.14 |
| 462 | 2025-01-16T18:09:29.396Z | Compiling pest_derive v2.7.14 |
| 463 | 2025-01-16T18:09:30.072Z | Compiling dtrace-parser v0.2.0 |
| 464 | 2025-01-16T18:09:30.945Z | Compiling toml_datetime v0.6.8 |
| 465 | 2025-01-16T18:09:30.948Z | Compiling serde_spanned v0.6.8 |
| 466 | 2025-01-16T18:09:30.948Z | Compiling cargo-platform v0.1.8 |
| 467 | 2025-01-16T18:09:31.294Z | Compiling serde_tokenstream v0.2.2 |
| 468 | 2025-01-16T18:09:31.322Z | Compiling toml_edit v0.22.22 |
| 469 | 2025-01-16T18:09:31.434Z | Compiling macaddr v1.0.1 |
| 470 | 2025-01-16T18:09:31.593Z | Compiling camino-tempfile v1.1.1 |
| 471 | 2025-01-16T18:09:32.368Z | Compiling dof v0.3.0 |
| 472 | 2025-01-16T18:09:32.368Z | Compiling cargo_metadata v0.18.1 |
| 473 | 2025-01-16T18:09:34.028Z | Compiling usdt-macro v0.5.0 |
| 474 | 2025-01-16T18:09:34.032Z | Compiling usdt-attr-macro v0.5.0 |
| 475 | 2025-01-16T18:09:34.265Z | Compiling toml v0.8.19 |
| 476 | 2025-01-16T18:09:35.119Z | Compiling cargo_toml v0.20.5 |
| 477 | 2025-01-16T18:09:35.167Z | Compiling usdt v0.5.0 |
| 478 | 2025-01-16T18:09:37.905Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 479 | 2025-01-16T18:09:41.094Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.82s |
| 480 | 2025-01-16T18:09:41.372Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 481 | 2025-01-16T18:09:41.893Z | Downloading crates ... |
| 482 | 2025-01-16T18:09:42.061Z | Downloaded headers-core v0.3.0 |
| 483 | 2025-01-16T18:09:42.070Z | Downloaded hubpack_derive v0.1.1 |
| 484 | 2025-01-16T18:09:42.075Z | Downloaded ascii-canvas v3.0.0 |
| 485 | 2025-01-16T18:09:42.077Z | Downloaded ahash v0.8.11 |
| 486 | 2025-01-16T18:09:42.081Z | Downloaded http-range v0.1.5 |
| 487 | 2025-01-16T18:09:42.089Z | Downloaded atomicwrites v0.4.4 |
| 488 | 2025-01-16T18:09:42.105Z | Downloaded instant v0.1.13 |
| 489 | 2025-01-16T18:09:42.105Z | Downloaded ident_case v1.0.1 |
| 490 | 2025-01-16T18:09:42.105Z | Downloaded icu_provider_macros v1.5.0 |
| 491 | 2025-01-16T18:09:42.105Z | Downloaded arrayvec v0.7.6 |
| 492 | 2025-01-16T18:09:42.105Z | Downloaded argon2 v0.5.3 |
| 493 | 2025-01-16T18:09:42.105Z | Downloaded async-stream-impl v0.3.6 |
| 494 | 2025-01-16T18:09:42.127Z | Downloaded md5 v0.7.0 |
| 495 | 2025-01-16T18:09:42.127Z | Downloaded aes v0.8.4 |
| 496 | 2025-01-16T18:09:42.127Z | Downloaded match_cfg v0.1.0 |
| 497 | 2025-01-16T18:09:42.127Z | Downloaded is_ci v1.2.0 |
| 498 | 2025-01-16T18:09:42.127Z | Downloaded atty v0.2.14 |
| 499 | 2025-01-16T18:09:42.127Z | Downloaded assert_matches v1.5.0 |
| 500 | 2025-01-16T18:09:42.127Z | Downloaded arrayref v0.3.9 |
| 501 | 2025-01-16T18:09:42.127Z | Downloaded atomic-waker v1.1.2 |
| 502 | 2025-01-16T18:09:42.134Z | Downloaded matches v0.1.10 |
| 503 | 2025-01-16T18:09:42.134Z | Downloaded hex-literal v0.4.1 |
| 504 | 2025-01-16T18:09:42.134Z | Downloaded http-body-util v0.1.2 |
| 505 | 2025-01-16T18:09:42.134Z | Downloaded bitfield-struct v0.6.2 |
| 506 | 2025-01-16T18:09:42.138Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 507 | 2025-01-16T18:09:42.138Z | Downloaded cfg_aliases v0.1.1 |
| 508 | 2025-01-16T18:09:42.138Z | Downloaded hostname v0.4.0 |
| 509 | 2025-01-16T18:09:42.138Z | Downloaded hyper-tls v0.6.0 |
| 510 | 2025-01-16T18:09:42.138Z | Downloaded heck v0.3.3 |
| 511 | 2025-01-16T18:09:42.143Z | Downloaded hyper-rustls v0.27.3 |
| 512 | 2025-01-16T18:09:42.143Z | Downloaded bb8 v0.8.5 |
| 513 | 2025-01-16T18:09:42.143Z | Downloaded allocator-api2 v0.2.18 |
| 514 | 2025-01-16T18:09:42.147Z | Downloaded httpdate v1.0.3 |
| 515 | 2025-01-16T18:09:42.152Z | Downloaded bitflags v1.3.2 |
| 516 | 2025-01-16T18:09:42.152Z | Downloaded hubpack v0.1.2 |
| 517 | 2025-01-16T18:09:42.155Z | Downloaded darling v0.20.10 |
| 518 | 2025-01-16T18:09:42.159Z | Downloaded ciborium-io v0.2.2 |
| 519 | 2025-01-16T18:09:42.159Z | Downloaded cfg_aliases v0.2.1 |
| 520 | 2025-01-16T18:09:42.162Z | Downloaded managed v0.8.0 |
| 521 | 2025-01-16T18:09:42.162Z | Downloaded ipnetwork v0.20.0 |
| 522 | 2025-01-16T18:09:42.162Z | Downloaded instability v0.3.2 |
| 523 | 2025-01-16T18:09:42.166Z | Downloaded indoc v1.0.9 |
| 524 | 2025-01-16T18:09:42.168Z | Downloaded cstr-argument v0.1.2 |
| 525 | 2025-01-16T18:09:42.168Z | Downloaded crunchy v0.2.2 |
| 526 | 2025-01-16T18:09:42.168Z | Downloaded crucible-workspace-hack v0.1.0 |
| 527 | 2025-01-16T18:09:42.171Z | Downloaded maybe-uninit v2.0.0 |
| 528 | 2025-01-16T18:09:42.171Z | Downloaded lazycell v1.3.0 |
| 529 | 2025-01-16T18:09:42.173Z | Downloaded libefi-sys v0.1.0 |
| 530 | 2025-01-16T18:09:42.173Z | Downloaded async-trait v0.1.83 |
| 531 | 2025-01-16T18:09:42.177Z | Downloaded mime v0.3.17 |
| 532 | 2025-01-16T18:09:42.180Z | Downloaded md-5 v0.10.6 |
| 533 | 2025-01-16T18:09:42.182Z | Downloaded base16ct v0.2.0 |
| 534 | 2025-01-16T18:09:42.182Z | Downloaded async-recursion v1.1.1 |
| 535 | 2025-01-16T18:09:42.185Z | Downloaded keccak v0.1.5 |
| 536 | 2025-01-16T18:09:42.188Z | Downloaded lru v0.12.5 |
| 537 | 2025-01-16T18:09:42.191Z | Downloaded block-padding v0.3.3 |
| 538 | 2025-01-16T18:09:42.191Z | Downloaded lru-cache v0.1.2 |
| 539 | 2025-01-16T18:09:42.193Z | Downloaded castaway v0.2.3 |
| 540 | 2025-01-16T18:09:42.193Z | Downloaded blowfish v0.9.1 |
| 541 | 2025-01-16T18:09:42.196Z | Downloaded adler2 v2.0.0 |
| 542 | 2025-01-16T18:09:42.199Z | Downloaded linked-hash-map v0.5.6 |
| 543 | 2025-01-16T18:09:42.199Z | Downloaded lalrpop-util v0.19.12 |
| 544 | 2025-01-16T18:09:42.199Z | Downloaded memoffset v0.9.1 |
| 545 | 2025-01-16T18:09:42.201Z | Downloaded maplit v1.0.2 |
| 546 | 2025-01-16T18:09:42.204Z | Downloaded icu_locid_transform v1.5.0 |
| 547 | 2025-01-16T18:09:42.207Z | Downloaded bcs v0.1.6 |
| 548 | 2025-01-16T18:09:42.207Z | Downloaded hyper-staticfile v0.10.1 |
| 549 | 2025-01-16T18:09:42.209Z | Downloaded http-body v1.0.1 |
| 550 | 2025-01-16T18:09:42.212Z | Downloaded cassowary v0.3.0 |
| 551 | 2025-01-16T18:09:42.215Z | Downloaded highway v1.2.0 |
| 552 | 2025-01-16T18:09:42.215Z | Downloaded colored v2.1.0 |
| 553 | 2025-01-16T18:09:42.221Z | Downloaded progenitor-client v0.8.0 |
| 554 | 2025-01-16T18:09:42.221Z | Downloaded crc-catalog v2.4.0 |
| 555 | 2025-01-16T18:09:42.224Z | Downloaded sigpipe v0.1.3 |
| 556 | 2025-01-16T18:09:42.224Z | Downloaded crossbeam-deque v0.8.5 |
| 557 | 2025-01-16T18:09:42.224Z | Downloaded inout v0.1.3 |
| 558 | 2025-01-16T18:09:42.225Z | Downloaded crc v3.2.1 |
| 559 | 2025-01-16T18:09:42.229Z | Downloaded ciborium-ll v0.2.2 |
| 560 | 2025-01-16T18:09:42.229Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 561 | 2025-01-16T18:09:42.233Z | Downloaded cmake v0.1.51 |
| 562 | 2025-01-16T18:09:42.233Z | Downloaded lock_api v0.4.12 |
| 563 | 2025-01-16T18:09:42.238Z | Downloaded jobserver v0.1.32 |
| 564 | 2025-01-16T18:09:42.238Z | Downloaded is-terminal v0.4.13 |
| 565 | 2025-01-16T18:09:42.241Z | Downloaded ctr v0.9.2 |
| 566 | 2025-01-16T18:09:42.241Z | Downloaded constant_time_eq v0.3.1 |
| 567 | 2025-01-16T18:09:42.241Z | Downloaded memmap2 v0.9.5 |
| 568 | 2025-01-16T18:09:42.245Z | Downloaded addr2line v0.24.2 |
| 569 | 2025-01-16T18:09:42.247Z | Downloaded kstat-rs v0.2.4 |
| 570 | 2025-01-16T18:09:42.247Z | Downloaded idna_adapter v1.2.0 |
| 571 | 2025-01-16T18:09:42.250Z | Downloaded bzip2 v0.4.4 |
| 572 | 2025-01-16T18:09:42.252Z | Downloaded supports-color v3.0.1 |
| 573 | 2025-01-16T18:09:42.252Z | Downloaded shell-words v1.1.0 |
| 574 | 2025-01-16T18:09:42.255Z | Downloaded icu_locid_transform_data v1.5.0 |
| 575 | 2025-01-16T18:09:42.257Z | Downloaded rand_core v0.6.4 |
| 576 | 2025-01-16T18:09:42.260Z | Downloaded mime_guess v2.0.5 |
| 577 | 2025-01-16T18:09:42.260Z | Downloaded cancel-safe-futures v0.1.5 |
| 578 | 2025-01-16T18:09:42.263Z | Downloaded r2d2 v0.8.10 |
| 579 | 2025-01-16T18:09:42.265Z | Downloaded blake2 v0.10.6 |
| 580 | 2025-01-16T18:09:42.268Z | Downloaded termtree v0.4.1 |
| 581 | 2025-01-16T18:09:42.271Z | Downloaded progenitor-macro v0.9.1 |
| 582 | 2025-01-16T18:09:42.271Z | Downloaded litemap v0.7.3 |
| 583 | 2025-01-16T18:09:42.274Z | Downloaded serde-big-array v0.5.1 |
| 584 | 2025-01-16T18:09:42.276Z | Downloaded bit-vec v0.6.3 |
| 585 | 2025-01-16T18:09:42.276Z | Downloaded write16 v1.0.0 |
| 586 | 2025-01-16T18:09:42.279Z | Downloaded serde-hex v0.1.0 |
| 587 | 2025-01-16T18:09:42.279Z | Downloaded ipnet v2.10.1 |
| 588 | 2025-01-16T18:09:42.282Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 589 | 2025-01-16T18:09:42.284Z | Downloaded console v0.15.8 |
| 590 | 2025-01-16T18:09:42.287Z | Downloaded cookie_store v0.21.0 |
| 591 | 2025-01-16T18:09:42.290Z | Downloaded const_format_proc_macros v0.2.33 |
| 592 | 2025-01-16T18:09:42.296Z | Downloaded crc32fast v1.4.2 |
| 593 | 2025-01-16T18:09:42.296Z | Downloaded chacha20 v0.9.1 |
| 594 | 2025-01-16T18:09:42.296Z | Downloaded cobs v0.2.3 |
| 595 | 2025-01-16T18:09:42.296Z | Downloaded icu_normalizer v1.5.0 |
| 596 | 2025-01-16T18:09:42.300Z | Downloaded lazy_static v1.5.0 |
| 597 | 2025-01-16T18:09:42.302Z | Downloaded rusty-fork v0.3.0 |
| 598 | 2025-01-16T18:09:42.304Z | Downloaded arc-swap v1.7.1 |
| 599 | 2025-01-16T18:09:42.308Z | Downloaded slog-envlogger v2.2.0 |
| 600 | 2025-01-16T18:09:42.310Z | Downloaded simd-adler32 v0.3.7 |
| 601 | 2025-01-16T18:09:42.313Z | Downloaded libloading v0.8.5 |
| 602 | 2025-01-16T18:09:42.315Z | Downloaded mirai-annotations v1.12.0 |
| 603 | 2025-01-16T18:09:42.318Z | Downloaded libsw v3.3.1 |
| 604 | 2025-01-16T18:09:42.343Z | Downloaded oso-derive v0.27.3 |
| 605 | 2025-01-16T18:09:42.343Z | Downloaded csv-core v0.1.11 |
| 606 | 2025-01-16T18:09:42.343Z | Downloaded ssh-encoding v0.2.0 |
| 607 | 2025-01-16T18:09:42.343Z | Downloaded strip-ansi-escapes v0.2.0 |
| 608 | 2025-01-16T18:09:42.343Z | Downloaded indexmap v1.9.3 |
| 609 | 2025-01-16T18:09:42.344Z | Downloaded num-conv v0.1.0 |
| 610 | 2025-01-16T18:09:42.344Z | Downloaded const-oid v0.9.6 |
| 611 | 2025-01-16T18:09:42.345Z | Downloaded backtrace v0.3.74 |
| 612 | 2025-01-16T18:09:42.345Z | Downloaded stringprep v0.1.5 |
| 613 | 2025-01-16T18:09:42.345Z | Downloaded tokio-macros v2.4.0 |
| 614 | 2025-01-16T18:09:42.348Z | Downloaded tls_codec v0.4.1 |
| 615 | 2025-01-16T18:09:42.348Z | Downloaded icu_provider v1.5.0 |
| 616 | 2025-01-16T18:09:42.348Z | Downloaded tls_codec_derive v0.4.1 |
| 617 | 2025-01-16T18:09:42.348Z | Downloaded writeable v0.5.5 |
| 618 | 2025-01-16T18:09:42.351Z | Downloaded rustc-demangle v0.1.24 |
| 619 | 2025-01-16T18:09:42.355Z | Downloaded russh-cryptovec v0.7.3 |
| 620 | 2025-01-16T18:09:42.355Z | Downloaded hyper-util v0.1.10 |
| 621 | 2025-01-16T18:09:42.357Z | Downloaded progenitor-client v0.9.1 |
| 622 | 2025-01-16T18:09:42.362Z | Downloaded packed_struct_codegen v0.10.1 |
| 623 | 2025-01-16T18:09:42.362Z | Downloaded ena v0.14.3 |
| 624 | 2025-01-16T18:09:42.364Z | Downloaded crossbeam-epoch v0.9.18 |
| 625 | 2025-01-16T18:09:42.367Z | Downloaded crossbeam-utils v0.8.20 |
| 626 | 2025-01-16T18:09:42.370Z | Downloaded untrusted v0.9.0 |
| 627 | 2025-01-16T18:09:42.373Z | Downloaded foreign-types-shared v0.1.1 |
| 628 | 2025-01-16T18:09:42.373Z | Downloaded zeroize_derive v1.4.2 |
| 629 | 2025-01-16T18:09:42.376Z | Downloaded zeroize v1.8.1 |
| 630 | 2025-01-16T18:09:42.376Z | Downloaded fallible-streaming-iterator v0.1.9 |
| 631 | 2025-01-16T18:09:42.378Z | Downloaded fallible-iterator v0.3.0 |
| 632 | 2025-01-16T18:09:42.378Z | Downloaded dirs-next v2.0.0 |
| 633 | 2025-01-16T18:09:42.382Z | Downloaded sqlparser_derive v0.2.2 |
| 634 | 2025-01-16T18:09:42.382Z | Downloaded sync-ptr v0.1.1 |
| 635 | 2025-01-16T18:09:42.382Z | Downloaded glob v0.3.1 |
| 636 | 2025-01-16T18:09:42.384Z | Downloaded toolchain_find v0.4.0 |
| 637 | 2025-01-16T18:09:42.384Z | Downloaded bytes v1.9.0 |
| 638 | 2025-01-16T18:09:42.389Z | Downloaded mockall v0.13.0 |
| 639 | 2025-01-16T18:09:42.391Z | Downloaded slog-json v2.6.1 |
| 640 | 2025-01-16T18:09:42.394Z | Downloaded icu_properties v1.5.1 |
| 641 | 2025-01-16T18:09:42.397Z | Downloaded base64 v0.22.1 |
| 642 | 2025-01-16T18:09:42.400Z | Downloaded difflib v0.4.0 |
| 643 | 2025-01-16T18:09:42.402Z | Downloaded defmt-parser v0.3.4 |
| 644 | 2025-01-16T18:09:42.406Z | Downloaded fallible-iterator v0.2.0 |
| 645 | 2025-01-16T18:09:42.406Z | Downloaded zerofrom-derive v0.1.4 |
| 646 | 2025-01-16T18:09:42.406Z | Downloaded utf16_iter v1.0.5 |
| 647 | 2025-01-16T18:09:42.409Z | Downloaded utf-8 v0.7.6 |
| 648 | 2025-01-16T18:09:42.409Z | Downloaded indicatif v0.17.9 |
| 649 | 2025-01-16T18:09:42.412Z | Downloaded percent-encoding v2.3.1 |
| 650 | 2025-01-16T18:09:42.415Z | Downloaded heapless v0.7.17 |
| 651 | 2025-01-16T18:09:42.420Z | Downloaded progenitor v0.8.0 |
| 652 | 2025-01-16T18:09:42.424Z | Downloaded zone_cfg_derive v0.1.2 |
| 653 | 2025-01-16T18:09:42.424Z | Downloaded tokio-native-tls v0.3.1 |
| 654 | 2025-01-16T18:09:42.428Z | Downloaded yoke-derive v0.7.4 |
| 655 | 2025-01-16T18:09:42.428Z | Downloaded progenitor v0.9.1 |
| 656 | 2025-01-16T18:09:42.431Z | Downloaded des v0.8.1 |
| 657 | 2025-01-16T18:09:42.431Z | Downloaded rand_chacha v0.3.1 |
| 658 | 2025-01-16T18:09:42.431Z | Downloaded heapless v0.8.0 |
| 659 | 2025-01-16T18:09:42.435Z | Downloaded smallvec v0.6.14 |
| 660 | 2025-01-16T18:09:42.448Z | Downloaded foreign-types v0.3.2 |
| 661 | 2025-01-16T18:09:42.451Z | Downloaded base64 v0.21.7 |
| 662 | 2025-01-16T18:09:42.454Z | Downloaded rustc-hash v1.1.0 |
| 663 | 2025-01-16T18:09:42.457Z | Downloaded base64 v0.13.1 |
| 664 | 2025-01-16T18:09:42.460Z | Downloaded string_cache v0.8.7 |
| 665 | 2025-01-16T18:09:42.463Z | Downloaded signal-hook-tokio v0.3.1 |
| 666 | 2025-01-16T18:09:42.463Z | Downloaded scopeguard v1.2.0 |
| 667 | 2025-01-16T18:09:42.466Z | Downloaded prettyplease v0.2.25 |
| 668 | 2025-01-16T18:09:42.469Z | Downloaded topological-sort v0.2.2 |
| 669 | 2025-01-16T18:09:42.469Z | Downloaded signal-hook-registry v1.4.2 |
| 670 | 2025-01-16T18:09:42.471Z | Downloaded cc v1.1.30 |
| 671 | 2025-01-16T18:09:42.475Z | Downloaded termios v0.3.3 |
| 672 | 2025-01-16T18:09:42.478Z | Downloaded bumpalo v3.16.0 |
| 673 | 2025-01-16T18:09:42.481Z | Downloaded path-slash v0.1.5 |
| 674 | 2025-01-16T18:09:42.481Z | Downloaded futures-core v0.3.31 |
| 675 | 2025-01-16T18:09:42.483Z | Downloaded futures-channel v0.3.31 |
| 676 | 2025-01-16T18:09:42.486Z | Downloaded untrusted v0.7.1 |
| 677 | 2025-01-16T18:09:42.488Z | Downloaded openssl-probe v0.1.5 |
| 678 | 2025-01-16T18:09:42.489Z | Downloaded postgres-types v0.2.8 |
| 679 | 2025-01-16T18:09:42.491Z | Downloaded poly1305 v0.8.0 |
| 680 | 2025-01-16T18:09:42.494Z | Downloaded data-encoding v2.6.0 |
| 681 | 2025-01-16T18:09:42.496Z | Downloaded num-complex v0.4.6 |
| 682 | 2025-01-16T18:09:42.499Z | Downloaded chacha20poly1305 v0.10.1 |
| 683 | 2025-01-16T18:09:42.499Z | Downloaded unicode-properties v0.1.3 |
| 684 | 2025-01-16T18:09:42.502Z | Downloaded subprocess v0.2.9 |
| 685 | 2025-01-16T18:09:42.505Z | Downloaded hickory-server v0.24.1 |
| 686 | 2025-01-16T18:09:42.510Z | Downloaded serde_with_macros v3.11.0 |
| 687 | 2025-01-16T18:09:42.513Z | Downloaded either v1.13.0 |
| 688 | 2025-01-16T18:09:42.516Z | Downloaded futures-io v0.3.31 |
| 689 | 2025-01-16T18:09:42.519Z | Downloaded enum-as-inner v0.6.1 |
| 690 | 2025-01-16T18:09:42.519Z | Downloaded sync_wrapper v1.0.1 |
| 691 | 2025-01-16T18:09:42.524Z | Downloaded rcgen v0.12.1 |
| 692 | 2025-01-16T18:09:42.527Z | Downloaded debug-ignore v1.0.5 |
| 693 | 2025-01-16T18:09:42.527Z | Downloaded ff v0.13.0 |
| 694 | 2025-01-16T18:09:42.527Z | Downloaded fd-lock v4.0.2 |
| 695 | 2025-01-16T18:09:42.532Z | Downloaded defmt-macros v0.3.9 |
| 696 | 2025-01-16T18:09:42.534Z | Downloaded tokio-tungstenite v0.21.0 |
| 697 | 2025-01-16T18:09:42.537Z | Downloaded fatfs v0.3.6 |
| 698 | 2025-01-16T18:09:42.542Z | Downloaded openssl-macros v0.1.1 |
| 699 | 2025-01-16T18:09:42.542Z | Downloaded diff v0.1.13 |
| 700 | 2025-01-16T18:09:42.544Z | Downloaded strum_macros v0.26.4 |
| 701 | 2025-01-16T18:09:42.547Z | Downloaded ghash v0.5.1 |
| 702 | 2025-01-16T18:09:42.550Z | Downloaded gethostname v0.5.0 |
| 703 | 2025-01-16T18:09:42.555Z | Downloaded pbkdf2 v0.11.0 |
| 704 | 2025-01-16T18:09:42.555Z | Downloaded pin-utils v0.1.0 |
| 705 | 2025-01-16T18:09:42.555Z | Downloaded walkdir v2.5.0 |
| 706 | 2025-01-16T18:09:42.558Z | Downloaded foreign-types v0.5.0 |
| 707 | 2025-01-16T18:09:42.558Z | Downloaded zerovec-derive v0.10.3 |
| 708 | 2025-01-16T18:09:42.561Z | Downloaded newline-converter v0.3.0 |
| 709 | 2025-01-16T18:09:42.561Z | Downloaded futures v0.3.31 |
| 710 | 2025-01-16T18:09:42.567Z | Downloaded endian-type v0.1.2 |
| 711 | 2025-01-16T18:09:42.569Z | Downloaded zerofrom v0.1.4 |
| 712 | 2025-01-16T18:09:42.569Z | Downloaded stable_deref_trait v1.2.0 |
| 713 | 2025-01-16T18:09:42.572Z | Downloaded smf v0.2.3 |
| 714 | 2025-01-16T18:09:42.572Z | Downloaded peg-runtime v0.8.3 |
| 715 | 2025-01-16T18:09:42.574Z | Downloaded number_prefix v0.4.0 |
| 716 | 2025-01-16T18:09:42.574Z | Downloaded crossbeam-channel v0.5.13 |
| 717 | 2025-01-16T18:09:42.579Z | Downloaded psl-types v2.0.11 |
| 718 | 2025-01-16T18:09:42.582Z | Downloaded progenitor-macro v0.8.0 |
| 719 | 2025-01-16T18:09:42.582Z | Downloaded proc-macro-crate v1.3.1 |
| 720 | 2025-01-16T18:09:42.585Z | Downloaded icu_collections v1.5.0 |
| 721 | 2025-01-16T18:09:42.589Z | Downloaded salsa20 v0.10.2 |
| 722 | 2025-01-16T18:09:42.592Z | Downloaded pkcs1 v0.7.5 |
| 723 | 2025-01-16T18:09:42.595Z | Downloaded rustversion v1.0.17 |
| 724 | 2025-01-16T18:09:42.597Z | Downloaded phf_shared v0.10.0 |
| 725 | 2025-01-16T18:09:42.600Z | Downloaded num-rational v0.4.2 |
| 726 | 2025-01-16T18:09:42.600Z | Downloaded mockall_derive v0.13.0 |
| 727 | 2025-01-16T18:09:42.602Z | Downloaded static_assertions v1.1.0 |
| 728 | 2025-01-16T18:09:42.604Z | Downloaded slog-async v2.8.0 |
| 729 | 2025-01-16T18:09:42.607Z | Downloaded defmt v0.3.8 |
| 730 | 2025-01-16T18:09:42.611Z | Downloaded deranged v0.3.11 |
| 731 | 2025-01-16T18:09:42.614Z | Downloaded tungstenite v0.23.0 |
| 732 | 2025-01-16T18:09:42.616Z | Downloaded tungstenite v0.21.0 |
| 733 | 2025-01-16T18:09:42.620Z | Downloaded embedded-io v0.4.0 |
| 734 | 2025-01-16T18:09:42.622Z | Downloaded diesel-dtrace v0.4.2 |
| 735 | 2025-01-16T18:09:42.625Z | Downloaded pin-project-lite v0.2.14 |
| 736 | 2025-01-16T18:09:42.629Z | Downloaded newtype-uuid v1.2.1 |
| 737 | 2025-01-16T18:09:42.632Z | Downloaded tower-service v0.3.3 |
| 738 | 2025-01-16T18:09:42.636Z | Downloaded diesel_derives v2.2.3 |
| 739 | 2025-01-16T18:09:42.639Z | Downloaded schemars v0.8.21 |
| 740 | 2025-01-16T18:09:42.651Z | Downloaded derive_builder_macro v0.20.2 |
| 741 | 2025-01-16T18:09:42.656Z | Downloaded hickory-resolver v0.24.1 |
| 742 | 2025-01-16T18:09:42.659Z | Downloaded futures-executor v0.3.31 |
| 743 | 2025-01-16T18:09:42.659Z | Downloaded rand_seeder v0.3.0 |
| 744 | 2025-01-16T18:09:42.662Z | Downloaded ppv-lite86 v0.2.20 |
| 745 | 2025-01-16T18:09:42.662Z | Downloaded russh-keys v0.45.0 |
| 746 | 2025-01-16T18:09:42.665Z | Downloaded serde_plain v1.0.2 |
| 747 | 2025-01-16T18:09:42.670Z | Downloaded serde_path_to_error v0.1.16 |
| 748 | 2025-01-16T18:09:42.673Z | Downloaded uzers v0.12.1 |
| 749 | 2025-01-16T18:09:42.673Z | Downloaded quick-error v1.2.3 |
| 750 | 2025-01-16T18:09:42.676Z | Downloaded phf_shared v0.11.2 |
| 751 | 2025-01-16T18:09:42.676Z | Downloaded olpc-cjson v0.1.4 |
| 752 | 2025-01-16T18:09:42.676Z | Downloaded num v0.4.3 |
| 753 | 2025-01-16T18:09:42.679Z | Downloaded url v2.5.3 |
| 754 | 2025-01-16T18:09:42.682Z | Downloaded rayon-core v1.12.1 |
| 755 | 2025-01-16T18:09:42.685Z | Downloaded der v0.7.9 |
| 756 | 2025-01-16T18:09:42.690Z | Downloaded ref-cast-impl v1.0.23 |
| 757 | 2025-01-16T18:09:42.693Z | Downloaded slog-stdlog v4.1.1 |
| 758 | 2025-01-16T18:09:42.695Z | Downloaded slog-scope v4.4.0 |
| 759 | 2025-01-16T18:09:42.695Z | Downloaded tiny-keccak v2.0.2 |
| 760 | 2025-01-16T18:09:42.699Z | Downloaded vsss-rs v3.3.4 |
| 761 | 2025-01-16T18:09:42.701Z | Downloaded tokio-rustls v0.26.0 |
| 762 | 2025-01-16T18:09:42.704Z | Downloaded fs_extra v1.3.0 |
| 763 | 2025-01-16T18:09:42.707Z | Downloaded miniz_oxide v0.8.0 |
| 764 | 2025-01-16T18:09:42.709Z | Downloaded zone v0.1.8 |
| 765 | 2025-01-16T18:09:42.712Z | Downloaded utf8_iter v1.0.4 |
| 766 | 2025-01-16T18:09:42.713Z | Downloaded pkcs5 v0.7.1 |
| 767 | 2025-01-16T18:09:42.716Z | Downloaded libxml v0.3.3 |
| 768 | 2025-01-16T18:09:42.723Z | Downloaded xattr v1.3.1 |
| 769 | 2025-01-16T18:09:42.726Z | Downloaded wyz v0.5.1 |
| 770 | 2025-01-16T18:09:42.728Z | Downloaded tinystr v0.7.6 |
| 771 | 2025-01-16T18:09:42.731Z | Downloaded newtype_derive v0.1.6 |
| 772 | 2025-01-16T18:09:42.731Z | Downloaded waitgroup v0.1.2 |
| 773 | 2025-01-16T18:09:42.733Z | Downloaded new_debug_unreachable v1.0.6 |
| 774 | 2025-01-16T18:09:42.733Z | Downloaded num-iter v0.1.45 |
| 775 | 2025-01-16T18:09:42.739Z | Downloaded zone v0.3.0 |
| 776 | 2025-01-16T18:09:42.739Z | Downloaded postgres-protocol v0.6.7 |
| 777 | 2025-01-16T18:09:42.742Z | Downloaded typify v0.3.0 |
| 778 | 2025-01-16T18:09:42.747Z | Downloaded filetime v0.2.25 |
| 779 | 2025-01-16T18:09:42.747Z | Downloaded progenitor-impl v0.9.1 |
| 780 | 2025-01-16T18:09:42.750Z | Downloaded dhcproto-macros v0.1.0 |
| 781 | 2025-01-16T18:09:42.750Z | Downloaded aes-gcm v0.10.3 |
| 782 | 2025-01-16T18:09:42.753Z | Downloaded hyper v1.5.0 |
| 783 | 2025-01-16T18:09:42.760Z | Downloaded value-bag v1.9.0 |
| 784 | 2025-01-16T18:09:42.764Z | Downloaded parse-display v0.10.0 |
| 785 | 2025-01-16T18:09:42.766Z | Downloaded fixedbitset v0.4.2 |
| 786 | 2025-01-16T18:09:42.769Z | Downloaded predicates-core v1.0.8 |
| 787 | 2025-01-16T18:09:42.769Z | Downloaded packed_struct v0.10.1 |
| 788 | 2025-01-16T18:09:42.772Z | Downloaded itertools v0.10.5 |
| 789 | 2025-01-16T18:09:42.777Z | Downloaded snafu-derive v0.8.5 |
| 790 | 2025-01-16T18:09:42.780Z | Downloaded slog-term v2.9.1 |
| 791 | 2025-01-16T18:09:42.784Z | Downloaded strum v0.26.3 |
| 792 | 2025-01-16T18:09:42.786Z | Downloaded semver v0.1.20 |
| 793 | 2025-01-16T18:09:42.786Z | Downloaded fragile v2.0.0 |
| 794 | 2025-01-16T18:09:42.789Z | Downloaded secrecy v0.8.0 |
| 795 | 2025-01-16T18:09:42.789Z | Downloaded openssl-sys v0.9.103 |
| 796 | 2025-01-16T18:09:42.795Z | Downloaded uuid v1.11.0 |
| 797 | 2025-01-16T18:09:42.798Z | Downloaded slog-dtrace v0.3.0 |
| 798 | 2025-01-16T18:09:42.801Z | Downloaded slog-bunyan v2.5.0 |
| 799 | 2025-01-16T18:09:42.803Z | Downloaded dyn-clone v1.0.17 |
| 800 | 2025-01-16T18:09:42.806Z | Downloaded idna v1.0.3 |
| 801 | 2025-01-16T18:09:42.809Z | Downloaded precomputed-hash v0.1.1 |
| 802 | 2025-01-16T18:09:42.811Z | Downloaded termcolor v1.4.1 |
| 803 | 2025-01-16T18:09:42.811Z | Downloaded crossterm v0.28.1 |
| 804 | 2025-01-16T18:09:42.818Z | Downloaded ron v0.7.1 |
| 805 | 2025-01-16T18:09:42.824Z | Downloaded parse-size v1.1.0 |
| 806 | 2025-01-16T18:09:42.827Z | Downloaded omicron-zone-package v0.12.0 |
| 807 | 2025-01-16T18:09:42.829Z | Downloaded mio v1.0.2 |
| 808 | 2025-01-16T18:09:42.835Z | Downloaded progenitor-impl v0.8.0 |
| 809 | 2025-01-16T18:09:42.839Z | Downloaded rustc_version v0.1.7 |
| 810 | 2025-01-16T18:09:42.843Z | Downloaded vergen v8.3.2 |
| 811 | 2025-01-16T18:09:42.847Z | Downloaded predicates v3.1.2 |
| 812 | 2025-01-16T18:09:42.847Z | Downloaded parking_lot_core v0.8.6 |
| 813 | 2025-01-16T18:09:42.850Z | Downloaded pem v3.0.4 |
| 814 | 2025-01-16T18:09:42.850Z | Downloaded peg v0.8.4 |
| 815 | 2025-01-16T18:09:42.858Z | Downloaded quinn-udp v0.5.5 |
| 816 | 2025-01-16T18:09:42.864Z | Downloaded darling_macro v0.20.10 |
| 817 | 2025-01-16T18:09:42.864Z | Downloaded rustc-hash v2.0.0 |
| 818 | 2025-01-16T18:09:42.864Z | Downloaded rand_xorshift v0.3.0 |
| 819 | 2025-01-16T18:09:42.864Z | Downloaded socket2 v0.5.7 |
| 820 | 2025-01-16T18:09:42.867Z | Downloaded structmeta-derive v0.3.0 |
| 821 | 2025-01-16T18:09:42.867Z | Downloaded rustyline v14.0.0 |
| 822 | 2025-01-16T18:09:42.872Z | Downloaded normalize-line-endings v0.3.0 |
| 823 | 2025-01-16T18:09:42.875Z | Downloaded shlex v1.3.0 |
| 824 | 2025-01-16T18:09:42.875Z | Downloaded itertools v0.13.0 |
| 825 | 2025-01-16T18:09:42.883Z | Downloaded thiserror-no-std v2.0.2 |
| 826 | 2025-01-16T18:09:42.887Z | Downloaded publicsuffix v2.2.3 |
| 827 | 2025-01-16T18:09:42.890Z | Downloaded nanorand v0.7.0 |
| 828 | 2025-01-16T18:09:42.893Z | Downloaded derive_more v0.99.18 |
| 829 | 2025-01-16T18:09:42.898Z | Downloaded multimap v0.10.0 |
| 830 | 2025-01-16T18:09:42.901Z | Downloaded peg-macros v0.8.4 |
| 831 | 2025-01-16T18:09:42.903Z | Downloaded wait-timeout v0.2.0 |
| 832 | 2025-01-16T18:09:42.907Z | Downloaded downcast v0.11.0 |
| 833 | 2025-01-16T18:09:42.907Z | Downloaded serde_yaml v0.9.34+deprecated |
| 834 | 2025-01-16T18:09:42.910Z | Downloaded float-ord v0.3.2 |
| 835 | 2025-01-16T18:09:42.914Z | Downloaded hash32 v0.2.1 |
| 836 | 2025-01-16T18:09:42.914Z | Downloaded zone_cfg_derive v0.3.0 |
| 837 | 2025-01-16T18:09:42.917Z | Downloaded parse-display-derive v0.10.0 |
| 838 | 2025-01-16T18:09:42.917Z | Downloaded itertools v0.12.1 |
| 839 | 2025-01-16T18:09:42.924Z | Downloaded rustc_version v0.4.1 |
| 840 | 2025-01-16T18:09:42.926Z | Downloaded x509-cert v0.2.5 |
| 841 | 2025-01-16T18:09:42.933Z | Downloaded twox-hash v1.6.3 |
| 842 | 2025-01-16T18:09:42.936Z | Downloaded serde_derive_internals v0.29.1 |
| 843 | 2025-01-16T18:09:42.940Z | Downloaded strum_macros v0.25.3 |
| 844 | 2025-01-16T18:09:42.940Z | Downloaded strum_macros v0.24.3 |
| 845 | 2025-01-16T18:09:42.943Z | Downloaded samael v0.0.17 |
| 846 | 2025-01-16T18:09:42.948Z | Downloaded time-core v0.1.2 |
| 847 | 2025-01-16T18:09:42.951Z | Downloaded aws-lc-rs v1.10.0 |
| 848 | 2025-01-16T18:09:42.959Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 849 | 2025-01-16T18:09:42.962Z | Downloaded blake3 v1.5.4 |
| 850 | 2025-01-16T18:09:42.970Z | Downloaded spin v0.9.8 |
| 851 | 2025-01-16T18:09:42.973Z | Downloaded dhcproto v0.12.0 |
| 852 | 2025-01-16T18:09:42.976Z | Downloaded time v0.3.36 |
| 853 | 2025-01-16T18:09:42.985Z | Downloaded num_threads v0.1.7 |
| 854 | 2025-01-16T18:09:42.987Z | Downloaded display-error-chain v0.2.2 |
| 855 | 2025-01-16T18:09:42.987Z | Downloaded spki v0.7.3 |
| 856 | 2025-01-16T18:09:42.990Z | Downloaded num_enum v0.5.11 |
| 857 | 2025-01-16T18:09:42.994Z | Downloaded unicode-truncate v1.1.0 |
| 858 | 2025-01-16T18:09:42.998Z | Downloaded password-hash v0.5.0 |
| 859 | 2025-01-16T18:09:43.001Z | Downloaded signature v2.2.0 |
| 860 | 2025-01-16T18:09:43.001Z | Downloaded polyval v0.6.2 |
| 861 | 2025-01-16T18:09:43.004Z | Downloaded opaque-debug v0.3.1 |
| 862 | 2025-01-16T18:09:43.004Z | Downloaded phf v0.11.2 |
| 863 | 2025-01-16T18:09:43.007Z | Downloaded zerovec v0.10.4 |
| 864 | 2025-01-16T18:09:43.012Z | Downloaded tinyvec_macros v0.1.1 |
| 865 | 2025-01-16T18:09:43.015Z | Downloaded take_mut v0.2.2 |
| 866 | 2025-01-16T18:09:43.015Z | Downloaded thread_local v1.1.8 |
| 867 | 2025-01-16T18:09:43.018Z | Downloaded native-tls v0.2.12 |
| 868 | 2025-01-16T18:09:43.024Z | Downloaded sec1 v0.7.3 |
| 869 | 2025-01-16T18:09:43.024Z | Downloaded scheduled-thread-pool v0.2.7 |
| 870 | 2025-01-16T18:09:43.024Z | Downloaded scrypt v0.11.0 |
| 871 | 2025-01-16T18:09:43.024Z | Downloaded toml_edit v0.19.15 |
| 872 | 2025-01-16T18:09:43.041Z | Downloaded fxhash v0.2.1 |
| 873 | 2025-01-16T18:09:43.046Z | Downloaded want v0.3.1 |
| 874 | 2025-01-16T18:09:43.046Z | Downloaded structmeta v0.3.0 |
| 875 | 2025-01-16T18:09:43.047Z | Downloaded paste v1.0.15 |
| 876 | 2025-01-16T18:09:43.050Z | Downloaded derive_builder v0.20.2 |
| 877 | 2025-01-16T18:09:43.052Z | Downloaded futures-sink v0.3.31 |
| 878 | 2025-01-16T18:09:43.055Z | Downloaded foreign-types-macros v0.2.3 |
| 879 | 2025-01-16T18:09:43.055Z | Downloaded toml v0.7.8 |
| 880 | 2025-01-16T18:09:43.058Z | Downloaded tracing v0.1.40 |
| 881 | 2025-01-16T18:09:43.062Z | Downloaded slab v0.4.9 |
| 882 | 2025-01-16T18:09:43.065Z | Downloaded siphasher v0.3.11 |
| 883 | 2025-01-16T18:09:43.067Z | Downloaded rustls-pemfile v2.2.0 |
| 884 | 2025-01-16T18:09:43.070Z | Downloaded phf_codegen v0.11.2 |
| 885 | 2025-01-16T18:09:43.070Z | Downloaded dropshot_endpoint v0.13.0 |
| 886 | 2025-01-16T18:09:43.073Z | Downloaded dropshot_endpoint v0.12.0 |
| 887 | 2025-01-16T18:09:43.077Z | Downloaded term v0.7.0 |
| 888 | 2025-01-16T18:09:43.080Z | Downloaded derive-where v1.2.7 |
| 889 | 2025-01-16T18:09:43.083Z | Downloaded zopfli v0.8.1 |
| 890 | 2025-01-16T18:09:43.086Z | Downloaded parse-zoneinfo v0.3.1 |
| 891 | 2025-01-16T18:09:43.088Z | Downloaded tap v1.0.1 |
| 892 | 2025-01-16T18:09:43.091Z | Downloaded ed25519 v2.2.3 |
| 893 | 2025-01-16T18:09:43.091Z | Downloaded pkg-config v0.3.31 |
| 894 | 2025-01-16T18:09:43.094Z | Downloaded dunce v1.0.5 |
| 895 | 2025-01-16T18:09:43.094Z | Downloaded dsl_auto_type v0.1.2 |
| 896 | 2025-01-16T18:09:43.096Z | Downloaded unicode_categories v0.1.1 |
| 897 | 2025-01-16T18:09:43.099Z | Downloaded foldhash v0.1.3 |
| 898 | 2025-01-16T18:09:43.099Z | Downloaded owo-colors v4.1.0 |
| 899 | 2025-01-16T18:09:43.101Z | Downloaded pretty-hex v0.2.1 |
| 900 | 2025-01-16T18:09:43.104Z | Downloaded displaydoc v0.2.5 |
| 901 | 2025-01-16T18:09:43.107Z | Downloaded structmeta v0.2.0 |
| 902 | 2025-01-16T18:09:43.107Z | Downloaded quinn v0.11.5 |
| 903 | 2025-01-16T18:09:43.110Z | Downloaded tabwriter v1.4.0 |
| 904 | 2025-01-16T18:09:43.113Z | Downloaded group v0.13.0 |
| 905 | 2025-01-16T18:09:43.115Z | Downloaded float-cmp v0.9.0 |
| 906 | 2025-01-16T18:09:43.115Z | Downloaded bitvec v1.0.1 |
| 907 | 2025-01-16T18:09:43.133Z | Downloaded unicode-xid v0.2.6 |
| 908 | 2025-01-16T18:09:43.135Z | Downloaded rustls-pemfile v1.0.4 |
| 909 | 2025-01-16T18:09:43.136Z | Downloaded hash32 v0.3.1 |
| 910 | 2025-01-16T18:09:43.140Z | Downloaded env_filter v0.1.2 |
| 911 | 2025-01-16T18:09:43.140Z | Downloaded yoke v0.7.4 |
| 912 | 2025-01-16T18:09:43.142Z | Downloaded postcard v1.0.10 |
| 913 | 2025-01-16T18:09:43.145Z | Downloaded num-traits v0.2.19 |
| 914 | 2025-01-16T18:09:43.145Z | Downloaded signal-hook v0.3.17 |
| 915 | 2025-01-16T18:09:43.149Z | Downloaded ref-cast v1.0.23 |
| 916 | 2025-01-16T18:09:43.156Z | Downloaded thiserror-impl v2.0.11 |
| 917 | 2025-01-16T18:09:43.160Z | Downloaded yasna v0.5.2 |
| 918 | 2025-01-16T18:09:43.160Z | Downloaded slog v2.7.0 |
| 919 | 2025-01-16T18:09:43.160Z | Downloaded whoami v1.5.2 |
| 920 | 2025-01-16T18:09:43.163Z | Downloaded num-bigint v0.4.6 |
| 921 | 2025-01-16T18:09:43.166Z | Downloaded pin-project-internal v1.1.6 |
| 922 | 2025-01-16T18:09:43.169Z | Downloaded num_enum_derive v0.5.11 |
| 923 | 2025-01-16T18:09:43.169Z | Downloaded expectorate v1.1.0 |
| 924 | 2025-01-16T18:09:43.172Z | Downloaded primeorder v0.13.6 |
| 925 | 2025-01-16T18:09:43.174Z | Downloaded synstructure v0.13.1 |
| 926 | 2025-01-16T18:09:43.174Z | Downloaded winnow v0.5.40 |
| 927 | 2025-01-16T18:09:43.183Z | Downloaded env_logger v0.10.2 |
| 928 | 2025-01-16T18:09:43.186Z | Downloaded globset v0.4.15 |
| 929 | 2025-01-16T18:09:43.189Z | Downloaded similar v2.6.0 |
| 930 | 2025-01-16T18:09:43.193Z | Downloaded sqlformat v0.2.6 |
| 931 | 2025-01-16T18:09:43.195Z | Downloaded oso v0.27.3 |
| 932 | 2025-01-16T18:09:43.199Z | Downloaded darling_core v0.20.10 |
| 933 | 2025-01-16T18:09:43.204Z | Downloaded p256 v0.13.2 |
| 934 | 2025-01-16T18:09:43.208Z | Downloaded tough v0.19.0 |
| 935 | 2025-01-16T18:09:43.217Z | Downloaded which v4.4.2 |
| 936 | 2025-01-16T18:09:43.220Z | Downloaded bindgen v0.69.5 |
| 937 | 2025-01-16T18:09:43.227Z | Downloaded nu-ansi-term v0.50.1 |
| 938 | 2025-01-16T18:09:43.230Z | Downloaded tracing-core v0.1.32 |
| 939 | 2025-01-16T18:09:43.234Z | Downloaded unicode-bidi v0.3.17 |
| 940 | 2025-01-16T18:09:43.236Z | Downloaded reqwest v0.12.9 |
| 941 | 2025-01-16T18:09:43.245Z | Downloaded hashlink v0.9.1 |
| 942 | 2025-01-16T18:09:43.247Z | Downloaded ssh-cipher v0.2.0 |
| 943 | 2025-01-16T18:09:43.250Z | Downloaded ecdsa v0.16.9 |
| 944 | 2025-01-16T18:09:43.253Z | Downloaded pin-project v1.1.6 |
| 945 | 2025-01-16T18:09:43.263Z | Downloaded zerocopy v0.6.6 |
| 946 | 2025-01-16T18:09:43.267Z | Downloaded zip v2.1.3 |
| 947 | 2025-01-16T18:09:43.270Z | Downloaded icu_properties_data v1.5.0 |
| 948 | 2025-01-16T18:09:43.282Z | Downloaded lalrpop v0.19.12 |
| 949 | 2025-01-16T18:09:43.295Z | Downloaded tokio-postgres v0.7.12 |
| 950 | 2025-01-16T18:09:43.300Z | Downloaded chrono v0.4.38 |
| 951 | 2025-01-16T18:09:43.309Z | Downloaded flume v0.11.1 |
| 952 | 2025-01-16T18:09:43.312Z | Downloaded ed25519-dalek v2.1.1 |
| 953 | 2025-01-16T18:09:43.316Z | Downloaded flate2 v1.0.34 |
| 954 | 2025-01-16T18:09:43.321Z | Downloaded serde_with v3.11.0 |
| 955 | 2025-01-16T18:09:43.332Z | Downloaded nom v7.1.3 |
| 956 | 2025-01-16T18:09:43.337Z | Downloaded rusqlite v0.32.1 |
| 957 | 2025-01-16T18:09:43.347Z | Downloaded hashbrown v0.14.5 |
| 958 | 2025-01-16T18:09:43.351Z | Downloaded tokio-util v0.7.12 |
| 959 | 2025-01-16T18:09:43.358Z | Downloaded p521 v0.13.3 |
| 960 | 2025-01-16T18:09:43.362Z | Downloaded git2 v0.19.0 |
| 961 | 2025-01-16T18:09:43.372Z | Downloaded qorb v0.2.1 |
| 962 | 2025-01-16T18:09:43.378Z | Downloaded tungstenite v0.24.0 |
| 963 | 2025-01-16T18:09:43.381Z | Downloaded idna v0.4.0 |
| 964 | 2025-01-16T18:09:43.388Z | Downloaded idna v0.2.3 |
| 965 | 2025-01-16T18:09:43.396Z | Downloaded salty v0.3.0 |
| 966 | 2025-01-16T18:09:43.404Z | Downloaded zerocopy-derive v0.8.10 |
| 967 | 2025-01-16T18:09:43.410Z | Downloaded proptest v1.5.0 |
| 968 | 2025-01-16T18:09:43.420Z | Downloaded ssh-key v0.6.6 |
| 969 | 2025-01-16T18:09:43.428Z | Downloaded hashbrown v0.13.2 |
| 970 | 2025-01-16T18:09:43.432Z | Downloaded reedline v0.35.0 |
| 971 | 2025-01-16T18:09:43.440Z | Downloaded object v0.30.4 |
| 972 | 2025-01-16T18:09:43.452Z | Downloaded rustls-webpki v0.101.7 |
| 973 | 2025-01-16T18:09:43.467Z | Downloaded futures-util v0.3.31 |
| 974 | 2025-01-16T18:09:43.479Z | Downloaded quinn-proto v0.11.8 |
| 975 | 2025-01-16T18:09:43.487Z | Downloaded openssl v0.10.66 |
| 976 | 2025-01-16T18:09:43.497Z | Downloaded regress v0.10.1 |
| 977 | 2025-01-16T18:09:43.507Z | Downloaded portable-atomic v1.9.0 |
| 978 | 2025-01-16T18:09:43.515Z | Downloaded sqlparser v0.45.0 |
| 979 | 2025-01-16T18:09:43.522Z | Downloaded quick-xml v0.33.0 |
| 980 | 2025-01-16T18:09:43.534Z | Downloaded rustls-webpki v0.102.8 |
| 981 | 2025-01-16T18:09:43.547Z | Downloaded rayon v1.10.0 |
| 982 | 2025-01-16T18:09:43.556Z | Downloaded smoltcp v0.9.1 |
| 983 | 2025-01-16T18:09:43.568Z | Downloaded smoltcp v0.11.0 |
| 984 | 2025-01-16T18:09:43.582Z | Downloaded bstr v1.10.0 |
| 985 | 2025-01-16T18:09:43.596Z | Downloaded rustls v0.21.12 |
| 986 | 2025-01-16T18:09:43.607Z | Downloaded trust-dns-proto v0.22.0 |
| 987 | 2025-01-16T18:09:43.620Z | Downloaded zerocopy v0.8.10 |
| 988 | 2025-01-16T18:09:43.649Z | Downloaded nix v0.29.0 |
| 989 | 2025-01-16T18:09:43.660Z | Downloaded polar-core v0.27.3 |
| 990 | 2025-01-16T18:09:43.669Z | Downloaded regex-syntax v0.6.29 |
| 991 | 2025-01-16T18:09:43.677Z | Downloaded webpki-roots v0.26.6 |
| 992 | 2025-01-16T18:09:43.681Z | Downloaded unicode-width v0.2.0 |
| 993 | 2025-01-16T18:09:43.688Z | Downloaded object v0.36.5 |
| 994 | 2025-01-16T18:09:43.701Z | Downloaded dropshot v0.13.0 |
| 995 | 2025-01-16T18:09:43.723Z | Downloaded nix v0.28.0 |
| 996 | 2025-01-16T18:09:43.734Z | Downloaded diesel v2.2.6 |
| 997 | 2025-01-16T18:09:43.754Z | Downloaded dropshot v0.12.0 |
| 998 | 2025-01-16T18:09:43.774Z | Downloaded openapiv3 v2.0.0 |
| 999 | 2025-01-16T18:09:43.786Z | Downloaded regex-syntax v0.8.5 |
| 1000 | 2025-01-16T18:09:43.795Z | Downloaded rustls v0.23.19 |
| 1001 | 2025-01-16T18:09:43.808Z | Downloaded rustls v0.22.4 |
| 1002 | 2025-01-16T18:09:43.822Z | Downloaded typify-impl v0.2.0 |
| 1003 | 2025-01-16T18:09:43.841Z | Downloaded typify-impl v0.3.0 |
| 1004 | 2025-01-16T18:09:43.855Z | Downloaded petname v2.0.2 |
| 1005 | 2025-01-16T18:09:43.861Z | Downloaded regex v1.11.1 |
| 1006 | 2025-01-16T18:09:43.874Z | Downloaded p384 v0.13.0 |
| 1007 | 2025-01-16T18:09:43.880Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 1008 | 2025-01-16T18:09:43.893Z | Downloaded ratatui v0.28.1 |
| 1009 | 2025-01-16T18:09:43.914Z | Downloaded sled v0.34.7 |
| 1010 | 2025-01-16T18:09:43.925Z | Downloaded zerocopy-derive v0.6.6 |
| 1011 | 2025-01-16T18:09:43.934Z | Downloaded petgraph v0.6.5 |
| 1012 | 2025-01-16T18:09:43.952Z | Downloaded nix v0.27.1 |
| 1013 | 2025-01-16T18:09:43.963Z | Downloaded hickory-proto v0.24.1 |
| 1014 | 2025-01-16T18:09:43.978Z | Downloaded regress v0.9.1 |
| 1015 | 2025-01-16T18:09:43.987Z | Downloaded chrono-tz v0.10.0 |
| 1016 | 2025-01-16T18:09:43.995Z | Downloaded idna v0.3.0 |
| 1017 | 2025-01-16T18:09:44.002Z | Downloaded curve25519-dalek v4.1.3 |
| 1018 | 2025-01-16T18:09:44.011Z | Downloaded regex-automata v0.4.8 |
| 1019 | 2025-01-16T18:09:44.031Z | Downloaded lzma-sys v0.1.20 |
| 1020 | 2025-01-16T18:09:44.058Z | Downloaded sha3 v0.10.8 |
| 1021 | 2025-01-16T18:09:44.063Z | Downloaded tokio v1.40.0 |
| 1022 | 2025-01-16T18:09:44.099Z | Downloaded libz-sys v1.1.20 |
| 1023 | 2025-01-16T18:09:44.120Z | Downloaded csv v1.3.0 |
| 1024 | 2025-01-16T18:09:44.140Z | Downloaded gimli v0.31.1 |
| 1025 | 2025-01-16T18:09:44.148Z | Downloaded idna v0.5.0 |
| 1026 | 2025-01-16T18:09:44.155Z | Downloaded hashbrown v0.12.3 |
| 1027 | 2025-01-16T18:09:44.161Z | Downloaded vcpkg v0.2.15 |
| 1028 | 2025-01-16T18:09:44.198Z | Downloaded radix_trie v0.2.1 |
| 1029 | 2025-01-16T18:09:44.206Z | Downloaded h2 v0.4.6 |
| 1030 | 2025-01-16T18:09:44.209Z | Downloaded num-bigint-dig v0.8.4 |
| 1031 | 2025-01-16T18:09:44.213Z | Downloaded same-file v1.0.6 |
| 1032 | 2025-01-16T18:09:44.216Z | Downloaded unicode-segmentation v1.12.0 |
| 1033 | 2025-01-16T18:09:44.220Z | Downloaded unicase v2.7.0 |
| 1034 | 2025-01-16T18:09:44.220Z | Downloaded unarray v0.1.4 |
| 1035 | 2025-01-16T18:09:44.223Z | Downloaded elliptic-curve v0.13.8 |
| 1036 | 2025-01-16T18:09:44.225Z | Downloaded tokio-tungstenite v0.24.0 |
| 1037 | 2025-01-16T18:09:44.228Z | Downloaded tokio-stream v0.1.16 |
| 1038 | 2025-01-16T18:09:44.230Z | Downloaded derive_builder_core v0.20.2 |
| 1039 | 2025-01-16T18:09:44.233Z | Downloaded vte v0.11.1 |
| 1040 | 2025-01-16T18:09:44.235Z | Downloaded russh v0.45.0 |
| 1041 | 2025-01-16T18:09:44.240Z | Downloaded rustfmt-wrapper v0.2.1 |
| 1042 | 2025-01-16T18:09:44.242Z | Downloaded predicates-tree v1.0.11 |
| 1043 | 2025-01-16T18:09:44.244Z | Downloaded radium v0.7.0 |
| 1044 | 2025-01-16T18:09:44.245Z | Downloaded unicode-normalization v0.1.24 |
| 1045 | 2025-01-16T18:09:44.248Z | Downloaded parking_lot v0.12.3 |
| 1046 | 2025-01-16T18:09:44.251Z | Downloaded half v2.4.1 |
| 1047 | 2025-01-16T18:09:44.253Z | Downloaded tar v0.4.42 |
| 1048 | 2025-01-16T18:09:44.256Z | Downloaded typed-path v0.9.3 |
| 1049 | 2025-01-16T18:09:44.262Z | Downloaded ron v0.8.1 |
| 1050 | 2025-01-16T18:09:44.268Z | Downloaded hkdf v0.12.4 |
| 1051 | 2025-01-16T18:09:44.270Z | Downloaded futures-task v0.3.31 |
| 1052 | 2025-01-16T18:09:44.273Z | Downloaded tui-tree-widget v0.22.0 |
| 1053 | 2025-01-16T18:09:44.273Z | Downloaded tokio-tungstenite v0.23.1 |
| 1054 | 2025-01-16T18:09:44.275Z | Downloaded sha1 v0.10.6 |
| 1055 | 2025-01-16T18:09:44.278Z | Downloaded flagset v0.4.6 |
| 1056 | 2025-01-16T18:09:44.281Z | Downloaded env_logger v0.11.5 |
| 1057 | 2025-01-16T18:09:44.284Z | Downloaded aho-corasick v1.1.3 |
| 1058 | 2025-01-16T18:09:44.288Z | Downloaded typify-macro v0.3.0 |
| 1059 | 2025-01-16T18:09:44.291Z | Downloaded structmeta-derive v0.2.0 |
| 1060 | 2025-01-16T18:09:44.291Z | Downloaded xz2 v0.1.7 |
| 1061 | 2025-01-16T18:09:44.296Z | Downloaded zip v0.6.6 |
| 1062 | 2025-01-16T18:09:44.299Z | Downloaded steno v0.4.1 |
| 1063 | 2025-01-16T18:09:44.303Z | Downloaded rsa v0.9.6 |
| 1064 | 2025-01-16T18:09:44.306Z | Downloaded encoding_rs v0.8.34 |
| 1065 | 2025-01-16T18:09:44.328Z | Downloaded nodrop v0.1.14 |
| 1066 | 2025-01-16T18:09:44.331Z | Downloaded nibble_vec v0.1.0 |
| 1067 | 2025-01-16T18:09:44.331Z | Downloaded parking_lot_core v0.9.10 |
| 1068 | 2025-01-16T18:09:44.334Z | Downloaded libm v0.2.8 |
| 1069 | 2025-01-16T18:09:44.338Z | Downloaded unsafe-libyaml v0.2.11 |
| 1070 | 2025-01-16T18:09:44.342Z | Downloaded futures-macro v0.3.31 |
| 1071 | 2025-01-16T18:09:44.345Z | Downloaded headers v0.4.0 |
| 1072 | 2025-01-16T18:09:44.348Z | Downloaded vte_generate_state_changes v0.1.2 |
| 1073 | 2025-01-16T18:09:44.350Z | Downloaded try-lock v0.2.5 |
| 1074 | 2025-01-16T18:09:44.350Z | Downloaded rand v0.8.5 |
| 1075 | 2025-01-16T18:09:44.353Z | Downloaded tokio-rustls v0.25.0 |
| 1076 | 2025-01-16T18:09:44.356Z | Downloaded der_derive v0.7.3 |
| 1077 | 2025-01-16T18:09:44.359Z | Downloaded funty v2.0.0 |
| 1078 | 2025-01-16T18:09:44.359Z | Downloaded tokio-rustls v0.24.1 |
| 1079 | 2025-01-16T18:09:44.362Z | Downloaded typify v0.2.0 |
| 1080 | 2025-01-16T18:09:44.365Z | Downloaded enum-as-inner v0.5.1 |
| 1081 | 2025-01-16T18:09:44.365Z | Downloaded dirs-sys-next v0.1.2 |
| 1082 | 2025-01-16T18:09:44.368Z | Downloaded pkcs8 v0.10.2 |
| 1083 | 2025-01-16T18:09:44.371Z | Downloaded minimal-lexical v0.2.1 |
| 1084 | 2025-01-16T18:09:44.373Z | Downloaded form_urlencoded v1.2.1 |
| 1085 | 2025-01-16T18:09:44.373Z | Downloaded getrandom v0.2.15 |
| 1086 | 2025-01-16T18:09:44.376Z | Downloaded smallvec v1.13.2 |
| 1087 | 2025-01-16T18:09:44.379Z | Downloaded http v1.2.0 |
| 1088 | 2025-01-16T18:09:44.383Z | Downloaded time-macros v0.2.18 |
| 1089 | 2025-01-16T18:09:44.387Z | Downloaded phf_generator v0.11.2 |
| 1090 | 2025-01-16T18:09:44.387Z | Downloaded tinyvec v1.8.0 |
| 1091 | 2025-01-16T18:09:44.389Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 1092 | 2025-01-16T18:09:44.447Z | Downloaded snafu v0.8.5 |
| 1093 | 2025-01-16T18:09:44.452Z | Downloaded foreign-types-shared v0.3.1 |
| 1094 | 2025-01-16T18:09:44.455Z | Downloaded serde_urlencoded v0.7.1 |
| 1095 | 2025-01-16T18:09:44.455Z | Downloaded serde_repr v0.1.19 |
| 1096 | 2025-01-16T18:09:44.458Z | Downloaded rtoolbox v0.0.2 |
| 1097 | 2025-01-16T18:09:44.458Z | Downloaded rpassword v7.3.1 |
| 1098 | 2025-01-16T18:09:44.458Z | Downloaded crypto-bigint v0.5.5 |
| 1099 | 2025-01-16T18:09:44.464Z | Downloaded const_format v0.2.33 |
| 1100 | 2025-01-16T18:09:44.468Z | Downloaded parking_lot v0.11.2 |
| 1101 | 2025-01-16T18:09:44.470Z | Downloaded test-strategy v0.3.1 |
| 1102 | 2025-01-16T18:09:44.474Z | Downloaded multer v3.1.0 |
| 1103 | 2025-01-16T18:09:44.477Z | Downloaded universal-hash v0.5.1 |
| 1104 | 2025-01-16T18:09:44.477Z | Downloaded pem-rfc7468 v0.7.0 |
| 1105 | 2025-01-16T18:09:44.480Z | Downloaded schemars_derive v0.8.21 |
| 1106 | 2025-01-16T18:09:44.480Z | Downloaded password-hash v0.4.2 |
| 1107 | 2025-01-16T18:09:44.482Z | Downloaded rfc6979 v0.4.0 |
| 1108 | 2025-01-16T18:09:44.482Z | Downloaded resolv-conf v0.7.0 |
| 1109 | 2025-01-16T18:09:44.485Z | Downloaded crc-any v2.5.0 |
| 1110 | 2025-01-16T18:09:44.488Z | Downloaded compact_str v0.8.0 |
| 1111 | 2025-01-16T18:09:44.491Z | Downloaded signal-hook-mio v0.2.4 |
| 1112 | 2025-01-16T18:09:44.491Z | Downloaded powerfmt v0.2.0 |
| 1113 | 2025-01-16T18:09:44.494Z | Downloaded pbkdf2 v0.12.2 |
| 1114 | 2025-01-16T18:09:44.494Z | Downloaded num-integer v0.1.46 |
| 1115 | 2025-01-16T18:09:44.498Z | Downloaded icu_locid v1.5.0 |
| 1116 | 2025-01-16T18:09:44.501Z | Downloaded sct v0.7.1 |
| 1117 | 2025-01-16T18:09:44.504Z | Downloaded rustls-pki-types v1.10.0 |
| 1118 | 2025-01-16T18:09:44.508Z | Downloaded icu_normalizer_data v1.5.0 |
| 1119 | 2025-01-16T18:09:44.508Z | Downloaded tracing-attributes v0.1.27 |
| 1120 | 2025-01-16T18:09:44.511Z | Downloaded thiserror v2.0.11 |
| 1121 | 2025-01-16T18:09:44.516Z | Downloaded num-derive v0.4.2 |
| 1122 | 2025-01-16T18:09:44.519Z | Downloaded subtle v2.6.1 |
| 1123 | 2025-01-16T18:09:44.519Z | Downloaded typify-macro v0.2.0 |
| 1124 | 2025-01-16T18:09:44.523Z | Downloaded cookie v0.18.1 |
| 1125 | 2025-01-16T18:09:44.523Z | Downloaded clang-sys v1.8.1 |
| 1126 | 2025-01-16T18:09:44.526Z | Downloaded ciborium v0.2.2 |
| 1127 | 2025-01-16T18:09:44.531Z | Downloaded embedded-io v0.6.1 |
| 1128 | 2025-01-16T18:09:44.531Z | Downloaded cipher v0.4.4 |
| 1129 | 2025-01-16T18:09:44.531Z | Downloaded chrono-tz-build v0.4.0 |
| 1130 | 2025-01-16T18:09:44.535Z | Downloaded cexpr v0.6.0 |
| 1131 | 2025-01-16T18:09:44.535Z | Downloaded hmac v0.12.1 |
| 1132 | 2025-01-16T18:09:44.535Z | Downloaded home v0.5.9 |
| 1133 | 2025-01-16T18:09:44.539Z | Downloaded convert_case v0.4.0 |
| 1134 | 2025-01-16T18:09:44.539Z | Downloaded cbc v0.1.2 |
| 1135 | 2025-01-16T18:09:44.539Z | Downloaded buf-list v1.0.3 |
| 1136 | 2025-01-16T18:09:44.541Z | Downloaded linear-map v1.2.0 |
| 1137 | 2025-01-16T18:09:44.541Z | Downloaded iana-time-zone v0.1.61 |
| 1138 | 2025-01-16T18:09:44.544Z | Downloaded base64ct v1.6.0 |
| 1139 | 2025-01-16T18:09:44.548Z | Downloaded backoff v0.4.0 |
| 1140 | 2025-01-16T18:09:44.548Z | Downloaded lockfree-object-pool v0.1.6 |
| 1141 | 2025-01-16T18:09:44.552Z | Downloaded bit-set v0.5.3 |
| 1142 | 2025-01-16T18:09:44.552Z | Downloaded async-bb8-diesel v0.2.1 |
| 1143 | 2025-01-16T18:09:44.557Z | Downloaded indent_write v2.2.0 |
| 1144 | 2025-01-16T18:09:44.557Z | Downloaded internet-checksum v0.2.1 |
| 1145 | 2025-01-16T18:09:44.557Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1146 | 2025-01-16T18:09:44.560Z | Downloaded hostname v0.3.1 |
| 1147 | 2025-01-16T18:09:44.560Z | Downloaded httparse v1.9.5 |
| 1148 | 2025-01-16T18:09:44.563Z | Downloaded hickory-client v0.24.1 |
| 1149 | 2025-01-16T18:09:44.565Z | Downloaded bitfield v0.14.0 |
| 1150 | 2025-01-16T18:09:44.566Z | Downloaded async-stream v0.3.6 |
| 1151 | 2025-01-16T18:09:44.568Z | Downloaded aead v0.5.2 |
| 1152 | 2025-01-16T18:09:44.568Z | Downloaded humantime v2.1.0 |
| 1153 | 2025-01-16T18:09:44.572Z | Downloaded hex v0.4.3 |
| 1154 | 2025-01-16T18:09:44.573Z | Downloaded array-init v0.0.4 |
| 1155 | 2025-01-16T18:09:44.756Z | Downloaded libsqlite3-sys v0.30.1 |
| 1156 | 2025-01-16T18:09:44.872Z | Downloaded ring v0.17.8 |
| 1157 | 2025-01-16T18:09:45.187Z | Downloaded aws-lc-sys v0.22.0 |
| 1158 | 2025-01-16T18:09:45.504Z | Compiling serde v1.0.217 |
| 1159 | 2025-01-16T18:09:45.511Z | Compiling lock_api v0.4.12 |
| 1160 | 2025-01-16T18:09:45.511Z | Compiling scopeguard v1.2.0 |
| 1161 | 2025-01-16T18:09:45.511Z | Compiling value-bag v1.9.0 |
| 1162 | 2025-01-16T18:09:45.511Z | Compiling typenum v1.17.0 |
| 1163 | 2025-01-16T18:09:45.511Z | Compiling generic-array v0.14.7 |
| 1164 | 2025-01-16T18:09:45.674Z | Compiling syn v2.0.96 |
| 1165 | 2025-01-16T18:09:45.676Z | Compiling getrandom v0.2.15 |
| 1166 | 2025-01-16T18:09:45.820Z | Compiling subtle v2.6.1 |
| 1167 | 2025-01-16T18:09:46.015Z | Compiling rand_core v0.6.4 |
| 1168 | 2025-01-16T18:09:46.143Z | Compiling log v0.4.22 |
| 1169 | 2025-01-16T18:09:46.196Z | Compiling shlex v1.3.0 |
| 1170 | 2025-01-16T18:09:46.237Z | Compiling jobserver v0.1.32 |
| 1171 | 2025-01-16T18:09:46.257Z | Compiling smallvec v1.13.2 |
| 1172 | 2025-01-16T18:09:46.464Z | Compiling const-oid v0.9.6 |
| 1173 | 2025-01-16T18:09:46.534Z | Compiling spin v0.9.8 |
| 1174 | 2025-01-16T18:09:46.564Z | Compiling pin-project-lite v0.2.14 |
| 1175 | 2025-01-16T18:09:46.627Z | Compiling cc v1.1.30 |
| 1176 | 2025-01-16T18:09:46.692Z | Compiling rustix v0.38.37 |
| 1177 | 2025-01-16T18:09:46.873Z | Compiling parking_lot_core v0.9.10 |
| 1178 | 2025-01-16T18:09:46.923Z | Compiling futures-core v0.3.31 |
| 1179 | 2025-01-16T18:09:47.178Z | Compiling signal-hook-registry v1.4.2 |
| 1180 | 2025-01-16T18:09:47.333Z | Compiling mio v1.0.2 |
| 1181 | 2025-01-16T18:09:47.721Z | Compiling aho-corasick v1.1.3 |
| 1182 | 2025-01-16T18:09:47.980Z | Compiling parking_lot v0.12.3 |
| 1183 | 2025-01-16T18:09:48.082Z | Compiling regex-syntax v0.8.5 |
| 1184 | 2025-01-16T18:09:48.114Z | Compiling cpufeatures v0.2.14 |
| 1185 | 2025-01-16T18:09:48.239Z | Compiling lazy_static v1.5.0 |
| 1186 | 2025-01-16T18:09:48.395Z | Compiling either v1.13.0 |
| 1187 | 2025-01-16T18:09:48.478Z | Compiling futures-sink v0.3.31 |
| 1188 | 2025-01-16T18:09:48.641Z | Compiling stable_deref_trait v1.2.0 |
| 1189 | 2025-01-16T18:09:48.685Z | Compiling glob v0.3.1 |
| 1190 | 2025-01-16T18:09:48.765Z | Compiling socket2 v0.5.7 |
| 1191 | 2025-01-16T18:09:48.828Z | Compiling slab v0.4.9 |
| 1192 | 2025-01-16T18:09:48.870Z | Compiling prettyplease v0.2.25 |
| 1193 | 2025-01-16T18:09:49.236Z | Compiling serde_json v1.0.135 |
| 1194 | 2025-01-16T18:09:49.313Z | Compiling minimal-lexical v0.2.1 |
| 1195 | 2025-01-16T18:09:49.572Z | Compiling clang-sys v1.8.1 |
| 1196 | 2025-01-16T18:09:49.671Z | Compiling libloading v0.8.5 |
| 1197 | 2025-01-16T18:09:49.810Z | Compiling nom v7.1.3 |
| 1198 | 2025-01-16T18:09:49.896Z | Compiling home v0.5.9 |
| 1199 | 2025-01-16T18:09:50.068Z | Compiling bindgen v0.69.5 |
| 1200 | 2025-01-16T18:09:50.173Z | Compiling itertools v0.10.5 |
| 1201 | 2025-01-16T18:09:50.731Z | Compiling futures-channel v0.3.31 |
| 1202 | 2025-01-16T18:09:50.923Z | Compiling rustc-hash v1.1.0 |
| 1203 | 2025-01-16T18:09:51.092Z | Compiling lazycell v1.3.0 |
| 1204 | 2025-01-16T18:09:51.202Z | Compiling futures-task v0.3.31 |
| 1205 | 2025-01-16T18:09:51.282Z | Compiling foldhash v0.1.3 |
| 1206 | 2025-01-16T18:09:51.509Z | Compiling pin-utils v0.1.0 |
| 1207 | 2025-01-16T18:09:51.611Z | Compiling allocator-api2 v0.2.18 |
| 1208 | 2025-01-16T18:09:51.629Z | Compiling libm v0.2.8 |
| 1209 | 2025-01-16T18:09:51.945Z | Compiling futures-io v0.3.31 |
| 1210 | 2025-01-16T18:09:52.243Z | Compiling regex-automata v0.4.8 |
| 1211 | 2025-01-16T18:09:52.394Z | Compiling hashbrown v0.15.1 |
| 1212 | 2025-01-16T18:09:52.641Z | Compiling cmake v0.1.51 |
| 1213 | 2025-01-16T18:09:52.764Z | Compiling num-traits v0.2.19 |
| 1214 | 2025-01-16T18:09:53.062Z | Compiling cexpr v0.6.0 |
| 1215 | 2025-01-16T18:09:53.201Z | Compiling dunce v1.0.5 |
| 1216 | 2025-01-16T18:09:53.344Z | Compiling synstructure v0.13.1 |
| 1217 | 2025-01-16T18:09:53.581Z | Compiling pkg-config v0.3.31 |
| 1218 | 2025-01-16T18:09:54.598Z | Compiling fs_extra v1.3.0 |
| 1219 | 2025-01-16T18:09:54.671Z | Compiling tinyvec_macros v0.1.1 |
| 1220 | 2025-01-16T18:09:54.784Z | Compiling tinyvec v1.8.0 |
| 1221 | 2025-01-16T18:09:55.105Z | Compiling ring v0.17.8 |
| 1222 | 2025-01-16T18:09:55.153Z | Compiling base64ct v1.6.0 |
| 1223 | 2025-01-16T18:09:55.755Z | Compiling unicode-bidi v0.3.17 |
| 1224 | 2025-01-16T18:09:56.254Z | Compiling unicode-normalization v0.1.24 |
| 1225 | 2025-01-16T18:09:56.278Z | Compiling writeable v0.5.5 |
| 1226 | 2025-01-16T18:09:56.337Z | Compiling litemap v0.7.3 |
| 1227 | 2025-01-16T18:09:56.730Z | Compiling paste v1.0.15 |
| 1228 | 2025-01-16T18:09:57.025Z | Compiling pem-rfc7468 v0.7.0 |
| 1229 | 2025-01-16T18:09:57.303Z | Compiling aws-lc-rs v1.10.0 |
| 1230 | 2025-01-16T18:09:57.367Z | Compiling flagset v0.4.6 |
| 1231 | 2025-01-16T18:09:57.606Z | Compiling httparse v1.9.5 |
| 1232 | 2025-01-16T18:09:57.623Z | Compiling regex v1.11.1 |
| 1233 | 2025-01-16T18:09:57.875Z | Compiling tracing-core v0.1.32 |
| 1234 | 2025-01-16T18:09:58.330Z | Compiling percent-encoding v2.3.1 |
| 1235 | 2025-01-16T18:09:58.531Z | Compiling icu_locid_transform_data v1.5.0 |
| 1236 | 2025-01-16T18:09:58.620Z | Compiling crossbeam-utils v0.8.20 |
| 1237 | 2025-01-16T18:09:58.646Z | Compiling rustls-pki-types v1.10.0 |
| 1238 | 2025-01-16T18:09:58.996Z | Compiling powerfmt v0.2.0 |
| 1239 | 2025-01-16T18:09:59.018Z | Compiling serde_derive v1.0.217 |
| 1240 | 2025-01-16T18:09:59.113Z | Compiling zeroize_derive v1.4.2 |
| 1241 | 2025-01-16T18:09:59.344Z | Compiling zerocopy-derive v0.7.35 |
| 1242 | 2025-01-16T18:09:59.435Z | Compiling tokio-macros v2.4.0 |
| 1243 | 2025-01-16T18:09:59.473Z | Compiling zerofrom-derive v0.1.4 |
| 1244 | 2025-01-16T18:10:00.443Z | Compiling zeroize v1.8.1 |
| 1245 | 2025-01-16T18:10:00.861Z | Compiling yoke-derive v0.7.4 |
| 1246 | 2025-01-16T18:10:00.878Z | Compiling thiserror-impl v1.0.69 |
| 1247 | 2025-01-16T18:10:01.310Z | Compiling zerocopy v0.7.35 |
| 1248 | 2025-01-16T18:10:02.154Z | Compiling crypto-common v0.1.6 |
| 1249 | 2025-01-16T18:10:02.410Z | Compiling block-buffer v0.10.4 |
| 1250 | 2025-01-16T18:10:02.657Z | Compiling digest v0.10.7 |
| 1251 | 2025-01-16T18:10:02.677Z | Compiling zerovec-derive v0.10.3 |
| 1252 | 2025-01-16T18:10:02.861Z | Compiling zerofrom v0.1.4 |
| 1253 | 2025-01-16T18:10:03.081Z | Compiling hmac v0.12.1 |
| 1254 | 2025-01-16T18:10:03.136Z | Compiling futures-macro v0.3.31 |
| 1255 | 2025-01-16T18:10:03.158Z | Compiling block-padding v0.3.3 |
| 1256 | 2025-01-16T18:10:03.325Z | Compiling displaydoc v0.2.5 |
| 1257 | 2025-01-16T18:10:03.393Z | Compiling inout v0.1.3 |
| 1258 | 2025-01-16T18:10:03.451Z | Compiling yoke v0.7.4 |
| 1259 | 2025-01-16T18:10:03.675Z | Compiling cipher v0.4.4 |
| 1260 | 2025-01-16T18:10:03.703Z | Compiling thiserror v1.0.69 |
| 1261 | 2025-01-16T18:10:03.797Z | Compiling sha2 v0.10.8 |
| 1262 | 2025-01-16T18:10:04.294Z | Compiling ppv-lite86 v0.2.20 |
| 1263 | 2025-01-16T18:10:04.322Z | Compiling icu_provider_macros v1.5.0 |
| 1264 | 2025-01-16T18:10:04.618Z | Compiling der_derive v0.7.3 |
| 1265 | 2025-01-16T18:10:04.775Z | Compiling rand_chacha v0.3.1 |
| 1266 | 2025-01-16T18:10:04.855Z | Compiling futures-util v0.3.31 |
| 1267 | 2025-01-16T18:10:05.019Z | Compiling zerovec v0.10.4 |
| 1268 | 2025-01-16T18:10:05.195Z | Compiling tracing-attributes v0.1.27 |
| 1269 | 2025-01-16T18:10:06.737Z | Compiling tinystr v0.7.6 |
| 1270 | 2025-01-16T18:10:07.003Z | Compiling der v0.7.9 |
| 1271 | 2025-01-16T18:10:07.085Z | Compiling icu_collections v1.5.0 |
| 1272 | 2025-01-16T18:10:07.191Z | Compiling icu_locid v1.5.0 |
| 1273 | 2025-01-16T18:10:07.198Z | Compiling rand v0.8.5 |
| 1274 | 2025-01-16T18:10:08.315Z | Compiling icu_provider v1.5.0 |
| 1275 | 2025-01-16T18:10:08.423Z | Compiling tracing v0.1.40 |
| 1276 | 2025-01-16T18:10:08.892Z | Compiling spki v0.7.3 |
| 1277 | 2025-01-16T18:10:09.085Z | Compiling icu_locid_transform v1.5.0 |
| 1278 | 2025-01-16T18:10:09.154Z | Compiling salsa20 v0.10.2 |
| 1279 | 2025-01-16T18:10:09.232Z | Compiling pest v2.7.14 |
| 1280 | 2025-01-16T18:10:09.252Z | Compiling pbkdf2 v0.12.2 |
| 1281 | 2025-01-16T18:10:09.413Z | Compiling time-core v0.1.2 |
| 1282 | 2025-01-16T18:10:09.436Z | Compiling untrusted v0.7.1 |
| 1283 | 2025-01-16T18:10:09.590Z | Compiling num-conv v0.1.0 |
| 1284 | 2025-01-16T18:10:09.623Z | Compiling icu_properties_data v1.5.0 |
| 1285 | 2025-01-16T18:10:09.857Z | Compiling vcpkg v0.2.15 |
| 1286 | 2025-01-16T18:10:09.865Z | Compiling mirai-annotations v1.12.0 |
| 1287 | 2025-01-16T18:10:09.907Z | Compiling untrusted v0.9.0 |
| 1288 | 2025-01-16T18:10:09.965Z | Compiling time-macros v0.2.18 |
| 1289 | 2025-01-16T18:10:10.085Z | Compiling scrypt v0.11.0 |
| 1290 | 2025-01-16T18:10:10.608Z | Compiling icu_properties v1.5.1 |
| 1291 | 2025-01-16T18:10:11.252Z | Compiling cbc v0.1.2 |
| 1292 | 2025-01-16T18:10:11.371Z | Compiling aes v0.8.4 |
| 1293 | 2025-01-16T18:10:11.466Z | Compiling bitflags v2.6.0 |
| 1294 | 2025-01-16T18:10:11.620Z | Compiling bytes v1.9.0 |
| 1295 | 2025-01-16T18:10:12.208Z | Compiling indexmap v2.7.0 |
| 1296 | 2025-01-16T18:10:12.854Z | Compiling tokio v1.40.0 |
| 1297 | 2025-01-16T18:10:12.947Z | Compiling http v1.2.0 |
| 1298 | 2025-01-16T18:10:13.074Z | Compiling semver v1.0.24 |
| 1299 | 2025-01-16T18:10:13.794Z | Compiling rustc_version v0.4.1 |
| 1300 | 2025-01-16T18:10:14.166Z | Compiling pest_meta v2.7.14 |
| 1301 | 2025-01-16T18:10:14.570Z | Compiling openssl-sys v0.9.103 |
| 1302 | 2025-01-16T18:10:15.607Z | Compiling deranged v0.3.11 |
| 1303 | 2025-01-16T18:10:15.647Z | Compiling scroll_derive v0.12.0 |
| 1304 | 2025-01-16T18:10:15.647Z | Compiling utf16_iter v1.0.5 |
| 1305 | 2025-01-16T18:10:15.647Z | Compiling which v4.4.2 |
| 1306 | 2025-01-16T18:10:15.647Z | Compiling icu_normalizer_data v1.5.0 |
| 1307 | 2025-01-16T18:10:15.825Z | Compiling utf8_iter v1.0.4 |
| 1308 | 2025-01-16T18:10:16.058Z | Compiling atomic-waker v1.1.2 |
| 1309 | 2025-01-16T18:10:19.195Z | Compiling write16 v1.0.0 |
| 1310 | 2025-01-16T18:10:19.277Z | Compiling num_threads v0.1.7 |
| 1311 | 2025-01-16T18:10:19.277Z | Compiling icu_normalizer v1.5.0 |
| 1312 | 2025-01-16T18:10:19.277Z | Compiling time v0.3.36 |
| 1313 | 2025-01-16T18:10:19.277Z | Compiling scroll v0.12.0 |
| 1314 | 2025-01-16T18:10:19.367Z | Compiling pest_generator v2.7.14 |
| 1315 | 2025-01-16T18:10:19.367Z | Compiling http-body v1.0.1 |
| 1316 | 2025-01-16T18:10:19.367Z | Compiling pkcs5 v0.7.1 |
| 1317 | 2025-01-16T18:10:19.367Z | Compiling form_urlencoded v1.2.1 |
| 1318 | 2025-01-16T18:10:19.367Z | Compiling slog v2.7.0 |
| 1319 | 2025-01-16T18:10:19.367Z | Compiling try-lock v0.2.5 |
| 1320 | 2025-01-16T18:10:19.367Z | Compiling pkcs8 v0.10.2 |
| 1321 | 2025-01-16T18:10:19.367Z | Compiling want v0.3.1 |
| 1322 | 2025-01-16T18:10:19.367Z | Compiling goblin v0.8.2 |
| 1323 | 2025-01-16T18:10:19.367Z | Compiling idna_adapter v1.2.0 |
| 1324 | 2025-01-16T18:10:19.367Z | Compiling uuid v1.11.0 |
| 1325 | 2025-01-16T18:10:19.367Z | Compiling iana-time-zone v0.1.61 |
| 1326 | 2025-01-16T18:10:19.368Z | Compiling pest_derive v2.7.14 |
| 1327 | 2025-01-16T18:10:19.368Z | Compiling httpdate v1.0.3 |
| 1328 | 2025-01-16T18:10:19.368Z | Compiling chrono v0.4.38 |
| 1329 | 2025-01-16T18:10:19.395Z | Compiling idna v1.0.3 |
| 1330 | 2025-01-16T18:10:19.556Z | Compiling dtrace-parser v0.2.0 |
| 1331 | 2025-01-16T18:10:20.723Z | Compiling tokio-util v0.7.12 |
| 1332 | 2025-01-16T18:10:20.900Z | Compiling serde_spanned v0.6.8 |
| 1333 | 2025-01-16T18:10:21.166Z | Compiling toml_datetime v0.6.8 |
| 1334 | 2025-01-16T18:10:21.241Z | Compiling serde_tokenstream v0.2.2 |
| 1335 | 2025-01-16T18:10:21.455Z | Compiling foreign-types-shared v0.1.1 |
| 1336 | 2025-01-16T18:10:21.628Z | Compiling openssl v0.10.66 |
| 1337 | 2025-01-16T18:10:21.679Z | Compiling h2 v0.4.6 |
| 1338 | 2025-01-16T18:10:21.842Z | Compiling base64 v0.22.1 |
| 1339 | 2025-01-16T18:10:21.977Z | Compiling adler2 v2.0.0 |
| 1340 | 2025-01-16T18:10:22.034Z | Compiling match_cfg v0.1.0 |
| 1341 | 2025-01-16T18:10:22.150Z | Compiling tower-service v0.3.3 |
| 1342 | 2025-01-16T18:10:22.214Z | Compiling rustversion v1.0.17 |
| 1343 | 2025-01-16T18:10:22.303Z | Compiling miniz_oxide v0.8.0 |
| 1344 | 2025-01-16T18:10:22.486Z | Compiling hostname v0.3.1 |
| 1345 | 2025-01-16T18:10:22.638Z | Compiling foreign-types v0.3.2 |
| 1346 | 2025-01-16T18:10:22.711Z | Compiling url v2.5.3 |
| 1347 | 2025-01-16T18:10:22.974Z | Compiling async-trait v0.1.83 |
| 1348 | 2025-01-16T18:10:23.753Z | Compiling openssl-macros v0.1.1 |
| 1349 | 2025-01-16T18:10:24.034Z | Compiling dof v0.3.0 |
| 1350 | 2025-01-16T18:10:24.520Z | Compiling serde_derive_internals v0.29.1 |
| 1351 | 2025-01-16T18:10:24.536Z | Compiling dirs-sys-next v0.1.2 |
| 1352 | 2025-01-16T18:10:25.096Z | Compiling usdt-impl v0.5.0 |
| 1353 | 2025-01-16T18:10:25.426Z | Compiling rustls v0.23.19 |
| 1354 | 2025-01-16T18:10:25.722Z | Compiling data-encoding v2.6.0 |
| 1355 | 2025-01-16T18:10:25.895Z | Compiling native-tls v0.2.12 |
| 1356 | 2025-01-16T18:10:26.250Z | Compiling rustls v0.22.4 |
| 1357 | 2025-01-16T18:10:26.276Z | Compiling syn v1.0.109 |
| 1358 | 2025-01-16T18:10:26.483Z | Compiling schemars v0.8.21 |
| 1359 | 2025-01-16T18:10:26.541Z | Compiling siphasher v0.3.11 |
| 1360 | 2025-01-16T18:10:26.860Z | Compiling schemars_derive v0.8.21 |
| 1361 | 2025-01-16T18:10:26.945Z | Compiling dirs-next v2.0.0 |
| 1362 | 2025-01-16T18:10:27.179Z | Compiling http-body-util v0.1.2 |
| 1363 | 2025-01-16T18:10:27.664Z | Compiling heapless v0.7.17 |
| 1364 | 2025-01-16T18:10:27.759Z | Compiling crossbeam-epoch v0.9.18 |
| 1365 | 2025-01-16T18:10:27.782Z | Compiling sha1 v0.10.6 |
| 1366 | 2025-01-16T18:10:28.097Z | Compiling signature v2.2.0 |
| 1367 | 2025-01-16T18:10:28.223Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1368 | 2025-01-16T18:10:28.307Z | Compiling thread_local v1.1.8 |
| 1369 | 2025-01-16T18:10:28.396Z | Compiling encoding_rs v0.8.34 |
| 1370 | 2025-01-16T18:10:28.476Z | Compiling multer v3.1.0 |
| 1371 | 2025-01-16T18:10:28.694Z | Compiling cookie v0.18.1 |
| 1372 | 2025-01-16T18:10:28.779Z | Compiling hyper v1.5.0 |
| 1373 | 2025-01-16T18:10:28.806Z | Compiling dyn-clone v1.0.17 |
| 1374 | 2025-01-16T18:10:28.981Z | Compiling slog-async v2.8.0 |
| 1375 | 2025-01-16T18:10:29.024Z | Compiling openssl-probe v0.1.5 |
| 1376 | 2025-01-16T18:10:29.352Z | Compiling mime v0.3.17 |
| 1377 | 2025-01-16T18:10:29.466Z | Compiling ipnet v2.10.1 |
| 1378 | 2025-01-16T18:10:29.842Z | Compiling signal-hook v0.3.17 |
| 1379 | 2025-01-16T18:10:29.884Z | Compiling rayon-core v1.12.1 |
| 1380 | 2025-01-16T18:10:30.134Z | Compiling gimli v0.31.1 |
| 1381 | 2025-01-16T18:10:30.191Z | Compiling unicode-properties v0.1.3 |
| 1382 | 2025-01-16T18:10:30.605Z | Compiling stringprep v0.1.5 |
| 1383 | 2025-01-16T18:10:30.688Z | Compiling toml_edit v0.22.22 |
| 1384 | 2025-01-16T18:10:31.690Z | Compiling hyper-util v0.1.10 |
| 1385 | 2025-01-16T18:10:33.172Z | Compiling crossbeam-deque v0.8.5 |
| 1386 | 2025-01-16T18:10:33.602Z | Compiling usdt-attr-macro v0.5.0 |
| 1387 | 2025-01-16T18:10:34.523Z | Compiling addr2line v0.24.2 |
| 1388 | 2025-01-16T18:10:34.600Z | Compiling usdt-macro v0.5.0 |
| 1389 | 2025-01-16T18:10:34.786Z | Compiling term v0.7.0 |
| 1390 | 2025-01-16T18:10:35.148Z | Compiling slog-json v2.6.1 |
| 1391 | 2025-01-16T18:10:35.179Z | Compiling serde_urlencoded v0.7.1 |
| 1392 | 2025-01-16T18:10:35.283Z | Compiling curve25519-dalek v4.1.3 |
| 1393 | 2025-01-16T18:10:35.518Z | Compiling crossbeam-channel v0.5.13 |
| 1394 | 2025-01-16T18:10:35.704Z | Compiling futures-executor v0.3.31 |
| 1395 | 2025-01-16T18:10:35.945Z | Compiling enum-as-inner v0.6.1 |
| 1396 | 2025-01-16T18:10:36.044Z | Compiling md-5 v0.10.6 |
| 1397 | 2025-01-16T18:10:36.174Z | Compiling rustls-pemfile v2.2.0 |
| 1398 | 2025-01-16T18:10:36.207Z | Compiling async-stream-impl v0.3.6 |
| 1399 | 2025-01-16T18:10:36.337Z | Compiling num-integer v0.1.46 |
| 1400 | 2025-01-16T18:10:36.515Z | Compiling idna v0.3.0 |
| 1401 | 2025-01-16T18:10:36.576Z | Compiling idna v0.4.0 |
| 1402 | 2025-01-16T18:10:37.010Z | Compiling hash32 v0.2.1 |
| 1403 | 2025-01-16T18:10:37.131Z | Compiling ff v0.13.0 |
| 1404 | 2025-01-16T18:10:37.347Z | Compiling is-terminal v0.4.13 |
| 1405 | 2025-01-16T18:10:37.391Z | Compiling object v0.36.5 |
| 1406 | 2025-01-16T18:10:37.501Z | Compiling dropshot v0.12.0 |
| 1407 | 2025-01-16T18:10:37.573Z | Compiling portable-atomic v1.9.0 |
| 1408 | 2025-01-16T18:10:37.823Z | Compiling linked-hash-map v0.5.6 |
| 1409 | 2025-01-16T18:10:38.119Z | Compiling psl-types v2.0.11 |
| 1410 | 2025-01-16T18:10:38.173Z | Compiling anyhow v1.0.93 |
| 1411 | 2025-01-16T18:10:38.195Z | Compiling fallible-iterator v0.2.0 |
| 1412 | 2025-01-16T18:10:38.215Z | Compiling quick-error v1.2.3 |
| 1413 | 2025-01-16T18:10:38.330Z | Compiling rustc-demangle v0.1.24 |
| 1414 | 2025-01-16T18:10:38.377Z | Compiling utf-8 v0.7.6 |
| 1415 | 2025-01-16T18:10:38.583Z | Compiling smoltcp v0.9.1 |
| 1416 | 2025-01-16T18:10:38.715Z | Compiling take_mut v0.2.2 |
| 1417 | 2025-01-16T18:10:38.756Z | Compiling num-bigint-dig v0.8.4 |
| 1418 | 2025-01-16T18:10:38.839Z | Compiling base16ct v0.2.0 |
| 1419 | 2025-01-16T18:10:39.097Z | Compiling sec1 v0.7.3 |
| 1420 | 2025-01-16T18:10:39.151Z | Compiling postgres-protocol v0.6.7 |
| 1421 | 2025-01-16T18:10:39.273Z | Compiling tungstenite v0.24.0 |
| 1422 | 2025-01-16T18:10:39.686Z | Compiling resolv-conf v0.7.0 |
| 1423 | 2025-01-16T18:10:39.737Z | Compiling publicsuffix v2.2.3 |
| 1424 | 2025-01-16T18:10:39.949Z | Compiling lru-cache v0.1.2 |
| 1425 | 2025-01-16T18:10:40.077Z | Compiling async-stream v0.3.6 |
| 1426 | 2025-01-16T18:10:40.149Z | Compiling hickory-proto v0.24.1 |
| 1427 | 2025-01-16T18:10:40.375Z | Compiling slog-term v2.9.1 |
| 1428 | 2025-01-16T18:10:40.395Z | Compiling usdt v0.5.0 |
| 1429 | 2025-01-16T18:10:40.399Z | Compiling group v0.13.0 |
| 1430 | 2025-01-16T18:10:40.929Z | Compiling num-iter v0.1.45 |
| 1431 | 2025-01-16T18:10:41.126Z | Compiling futures v0.3.31 |
| 1432 | 2025-01-16T18:10:41.400Z | Compiling slog-bunyan v2.5.0 |
| 1433 | 2025-01-16T18:10:41.585Z | Compiling toml v0.8.19 |
| 1434 | 2025-01-16T18:10:41.638Z | Compiling tokio-native-tls v0.3.1 |
| 1435 | 2025-01-16T18:10:42.840Z | Compiling camino v1.1.9 |
| 1436 | 2025-01-16T18:10:43.181Z | Compiling phf_shared v0.11.2 |
| 1437 | 2025-01-16T18:10:43.185Z | Compiling dropshot_endpoint v0.12.0 |
| 1438 | 2025-01-16T18:10:43.558Z | Compiling waitgroup v0.1.2 |
| 1439 | 2025-01-16T18:10:43.716Z | Compiling terminal_size v0.4.0 |
| 1440 | 2025-01-16T18:10:43.882Z | Compiling openapiv3 v2.0.0 |
| 1441 | 2025-01-16T18:10:43.899Z | Compiling backtrace v0.3.74 |
| 1442 | 2025-01-16T18:10:43.941Z | Compiling serde_path_to_error v0.1.16 |
| 1443 | 2025-01-16T18:10:44.548Z | Compiling hkdf v0.12.4 |
| 1444 | 2025-01-16T18:10:44.702Z | Compiling crypto-bigint v0.5.5 |
| 1445 | 2025-01-16T18:10:44.817Z | Compiling webpki-roots v0.26.6 |
| 1446 | 2025-01-16T18:10:45.053Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1447 | 2025-01-16T18:10:46.528Z | Compiling zerocopy-derive v0.6.6 |
| 1448 | 2025-01-16T18:10:46.945Z | Compiling idna v0.5.0 |
| 1449 | 2025-01-16T18:10:47.382Z | Compiling hubpack_derive v0.1.1 |
| 1450 | 2025-01-16T18:10:47.533Z | Compiling hostname v0.4.0 |
| 1451 | 2025-01-16T18:10:47.774Z | Compiling crc32fast v1.4.2 |
| 1452 | 2025-01-16T18:10:47.867Z | Compiling ahash v0.8.11 |
| 1453 | 2025-01-16T18:10:48.128Z | Compiling fs-err v2.11.0 |
| 1454 | 2025-01-16T18:10:48.229Z | Compiling bitflags v1.3.2 |
| 1455 | 2025-01-16T18:10:48.264Z | Compiling winnow v0.5.40 |
| 1456 | 2025-01-16T18:10:48.353Z | Compiling newtype-uuid v1.2.1 |
| 1457 | 2025-01-16T18:10:48.427Z | Compiling debug-ignore v1.0.5 |
| 1458 | 2025-01-16T18:10:48.459Z | Compiling managed v0.8.0 |
| 1459 | 2025-01-16T18:10:48.531Z | Compiling zerocopy v0.6.6 |
| 1460 | 2025-01-16T18:10:48.664Z | Compiling console v0.15.8 |
| 1461 | 2025-01-16T18:10:48.741Z | Compiling strum_macros v0.25.3 |
| 1462 | 2025-01-16T18:10:49.267Z | Compiling clap_builder v4.5.21 |
| 1463 | 2025-01-16T18:10:49.571Z | Compiling hubpack v0.1.2 |
| 1464 | 2025-01-16T18:10:50.042Z | Compiling flate2 v1.0.34 |
| 1465 | 2025-01-16T18:10:50.068Z | Compiling cookie_store v0.21.0 |
| 1466 | 2025-01-16T18:10:50.586Z | Compiling elliptic-curve v0.13.8 |
| 1467 | 2025-01-16T18:10:50.959Z | Compiling hickory-resolver v0.24.1 |
| 1468 | 2025-01-16T18:10:51.663Z | Compiling toml_edit v0.19.15 |
| 1469 | 2025-01-16T18:10:51.819Z | Compiling phf v0.11.2 |
| 1470 | 2025-01-16T18:10:52.122Z | Compiling signal-hook-mio v0.2.4 |
| 1471 | 2025-01-16T18:10:52.205Z | Compiling rayon v1.10.0 |
| 1472 | 2025-01-16T18:10:52.302Z | Compiling hyper-tls v0.6.0 |
| 1473 | 2025-01-16T18:10:52.610Z | Compiling bzip2 v0.4.4 |
| 1474 | 2025-01-16T18:10:53.010Z | Compiling tokio-tungstenite v0.24.0 |
| 1475 | 2025-01-16T18:10:53.554Z | Compiling postgres-types v0.2.8 |
| 1476 | 2025-01-16T18:10:56.235Z | Compiling ed25519 v2.2.3 |
| 1477 | 2025-01-16T18:10:56.571Z | Compiling phf_shared v0.10.0 |
| 1478 | 2025-01-16T18:10:56.960Z | Compiling tokio-stream v0.1.16 |
| 1479 | 2025-01-16T18:10:56.981Z | Compiling pkcs1 v0.7.5 |
| 1480 | 2025-01-16T18:10:57.475Z | Compiling serde-big-array v0.5.1 |
| 1481 | 2025-01-16T18:10:57.725Z | Compiling clap_derive v4.5.18 |
| 1482 | 2025-01-16T18:10:57.966Z | Compiling rfc6979 v0.4.0 |
| 1483 | 2025-01-16T18:10:58.024Z | Compiling serde_repr v0.1.19 |
| 1484 | 2025-01-16T18:10:58.134Z | Compiling derive-where v1.2.7 |
| 1485 | 2025-01-16T18:10:58.178Z | Compiling float-cmp v0.9.0 |
| 1486 | 2025-01-16T18:10:58.427Z | Compiling bstr v1.10.0 |
| 1487 | 2025-01-16T18:10:58.813Z | Compiling sync_wrapper v1.0.1 |
| 1488 | 2025-01-16T18:10:58.942Z | Compiling static_assertions v1.1.0 |
| 1489 | 2025-01-16T18:10:58.988Z | Compiling fixedbitset v0.4.2 |
| 1490 | 2025-01-16T18:10:59.066Z | Compiling precomputed-hash v0.1.1 |
| 1491 | 2025-01-16T18:10:59.139Z | Compiling unicode-segmentation v1.12.0 |
| 1492 | 2025-01-16T18:10:59.212Z | Compiling predicates-core v1.0.8 |
| 1493 | 2025-01-16T18:10:59.443Z | Compiling normalize-line-endings v0.3.0 |
| 1494 | 2025-01-16T18:10:59.544Z | Compiling number_prefix v0.4.0 |
| 1495 | 2025-01-16T18:10:59.594Z | Compiling unicode-width v0.2.0 |
| 1496 | 2025-01-16T18:10:59.792Z | Compiling new_debug_unreachable v1.0.6 |
| 1497 | 2025-01-16T18:10:59.900Z | Compiling difflib v0.4.0 |
| 1498 | 2025-01-16T18:11:00.048Z | Compiling whoami v1.5.2 |
| 1499 | 2025-01-16T18:11:00.068Z | Compiling bit-vec v0.6.3 |
| 1500 | 2025-01-16T18:11:00.137Z | Compiling indicatif v0.17.9 |
| 1501 | 2025-01-16T18:11:00.477Z | Compiling bit-set v0.5.3 |
| 1502 | 2025-01-16T18:11:00.577Z | Compiling tokio-postgres v0.7.12 |
| 1503 | 2025-01-16T18:11:00.760Z | Compiling predicates v3.1.2 |
| 1504 | 2025-01-16T18:11:01.276Z | Compiling string_cache v0.8.7 |
| 1505 | 2025-01-16T18:11:01.391Z | Compiling similar v2.6.0 |
| 1506 | 2025-01-16T18:11:01.731Z | Compiling petgraph v0.6.5 |
| 1507 | 2025-01-16T18:11:02.247Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 1508 | 2025-01-16T18:11:02.329Z | Compiling ecdsa v0.16.9 |
| 1509 | 2025-01-16T18:11:02.418Z | Compiling clap v4.5.21 |
| 1510 | 2025-01-16T18:11:02.552Z | Compiling rsa v0.9.6 |
| 1511 | 2025-01-16T18:11:03.131Z | Compiling ed25519-dalek v2.1.1 |
| 1512 | 2025-01-16T18:11:03.614Z | Compiling toml v0.7.8 |
| 1513 | 2025-01-16T18:11:04.447Z | Compiling zip v0.6.6 |
| 1514 | 2025-01-16T18:11:05.167Z | Compiling crossterm v0.28.1 |
| 1515 | 2025-01-16T18:11:06.281Z | Compiling hex v0.4.3 |
| 1516 | 2025-01-16T18:11:06.367Z | Compiling x509-cert v0.2.5 |
| 1517 | 2025-01-16T18:11:06.458Z | Compiling peg-runtime v0.8.3 |
| 1518 | 2025-01-16T18:11:06.610Z | Compiling lalrpop-util v0.19.12 |
| 1519 | 2025-01-16T18:11:06.873Z | Compiling unicode-xid v0.2.6 |
| 1520 | 2025-01-16T18:11:06.966Z | Compiling strum_macros v0.26.4 |
| 1521 | 2025-01-16T18:11:07.087Z | Compiling xattr v1.3.1 |
| 1522 | 2025-01-16T18:11:07.115Z | Compiling filetime v0.2.25 |
| 1523 | 2025-01-16T18:11:07.370Z | Compiling tar v0.4.42 |
| 1524 | 2025-01-16T18:11:11.828Z | Compiling strum v0.26.3 |
| 1525 | 2025-01-16T18:11:15.175Z | Compiling aws-lc-sys v0.22.0 |
| 1526 | 2025-01-16T18:11:52.679Z | Compiling rustls-webpki v0.102.8 |
| 1527 | 2025-01-16T18:11:55.933Z | Compiling tokio-rustls v0.25.0 |
| 1528 | 2025-01-16T18:11:57.604Z | Compiling tokio-rustls v0.26.0 |
| 1529 | 2025-01-16T18:11:57.968Z | Compiling hyper-rustls v0.27.3 |
| 1530 | 2025-01-16T18:11:58.490Z | Compiling reqwest v0.12.9 |
| 1531 | 2025-01-16T18:11:59.642Z | Compiling qorb v0.2.1 |
| 1532 | 2025-01-16T18:12:02.804Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1533 | 2025-01-16T18:12:03.064Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1534 | 2025-01-16T18:12:07.606Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 26s |
| 1535 | 2025-01-16T18:12:07.772Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 1536 | 2025-01-16T18:12:07.825Z | Jan 16 18:12:06.834 INFO Starting download, target: Clickhouse |
| 1537 | 2025-01-16T18:12:07.825Z | Jan 16 18:12:06.834 INFO Starting download, target: Cockroach |
| 1538 | 2025-01-16T18:12:07.825Z | Jan 16 18:12:06.834 INFO Starting download, target: Console |
| 1539 | 2025-01-16T18:12:07.827Z | Jan 16 18:12:06.834 INFO Starting download, target: DendriteOpenapi |
| 1540 | 2025-01-16T18:12:07.827Z | Jan 16 18:12:06.834 INFO Starting download, target: DendriteStub |
| 1541 | 2025-01-16T18:12:07.828Z | Jan 16 18:12:06.834 INFO Starting download, target: MaghemiteMgd |
| 1542 | 2025-01-16T18:12:07.828Z | Jan 16 18:12:06.834 INFO Starting download, target: TransceiverControl |
| 1543 | 2025-01-16T18:12:07.828Z | Jan 16 18:12:06.835 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
| 1544 | 2025-01-16T18:12:07.828Z | Jan 16 18:12:06.835 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1545 | 2025-01-16T18:12:07.828Z | Jan 16 18:12:06.835 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1546 | 2025-01-16T18:12:07.828Z | Jan 16 18:12:06.835 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1547 | 2025-01-16T18:12:07.828Z | Jan 16 18:12:06.835 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1548 | 2025-01-16T18:12:07.828Z | Jan 16 18:12:06.835 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1549 | 2025-01-16T18:12:07.828Z | Jan 16 18:12:06.836 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1550 | 2025-01-16T18:12:07.984Z | Jan 16 18:12:06.984 INFO Download complete, target: DendriteOpenapi |
| 1551 | 2025-01-16T18:12:08.228Z | Jan 16 18:12:07.230 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1552 | 2025-01-16T18:12:08.365Z | Jan 16 18:12:07.366 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1553 | 2025-01-16T18:12:08.536Z | Jan 16 18:12:07.514 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1554 | 2025-01-16T18:12:08.650Z | Jan 16 18:12:07.659 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1555 | 2025-01-16T18:12:08.710Z | Jan 16 18:12:07.719 INFO Download complete, target: Console |
| 1556 | 2025-01-16T18:12:08.935Z | Jan 16 18:12:07.943 INFO Download complete, target: TransceiverControl |
| 1557 | 2025-01-16T18:12:09.744Z | Jan 16 18:12:08.748 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1558 | 2025-01-16T18:12:09.757Z | Jan 16 18:12:08.766 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1559 | 2025-01-16T18:12:09.758Z | Jan 16 18:12:08.766 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1560 | 2025-01-16T18:12:11.439Z | Jan 16 18:12:10.448 INFO Download complete, target: DendriteStub |
| 1561 | 2025-01-16T18:12:11.533Z | Jan 16 18:12:10.542 INFO Download complete, target: MaghemiteMgd |
| 1562 | 2025-01-16T18:12:17.260Z | Jan 16 18:12:16.268 INFO Checking that binary works, target: Cockroach |
| 1563 | 2025-01-16T18:12:17.426Z | Jan 16 18:12:16.434 INFO Download complete, target: Cockroach |
| 1564 | 2025-01-16T18:12:22.234Z | Jan 16 18:12:21.242 INFO Checking that binary works, target: Clickhouse |
| 1565 | 2025-01-16T18:12:23.034Z | Jan 16 18:12:22.042 INFO Download complete, target: Clickhouse |
| 1566 | 2025-01-16T18:12:23.042Z | All prerequisites installed successfully |
| 1567 | 2025-01-16T18:12:23.045Z | |
| 1568 | 2025-01-16T18:12:23.045Z | real 5:16.864562220 |
| 1569 | 2025-01-16T18:12:23.045Z | user 15:48.969646265 |
| 1570 | 2025-01-16T18:12:23.045Z | sys 2:05.265404396 |
| 1571 | 2025-01-16T18:12:23.045Z | trap 0.575848766 |
| 1572 | 2025-01-16T18:12:23.045Z | tflt 9.487046548 |
| 1573 | 2025-01-16T18:12:23.045Z | dflt 9.486765303 |
| 1574 | 2025-01-16T18:12:23.045Z | kflt 0.519051696 |
| 1575 | 2025-01-16T18:12:23.045Z | lock 26:06.534127458 |
| 1576 | 2025-01-16T18:12:23.045Z | slp 58:37.421128788 |
| 1577 | 2025-01-16T18:12:23.045Z | lat 54.233950489 |
| 1578 | 2025-01-16T18:12:23.045Z | stop 2:22.828940408 |
| 1579 | 2025-01-16T18:12:23.045Z | + ptime -m cargo xtask download softnpu |
| 1580 | 2025-01-16T18:12:23.581Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
| 1581 | 2025-01-16T18:12:23.598Z | Running `target/debug/xtask download softnpu` |
| 1582 | 2025-01-16T18:12:24.420Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
| 1583 | 2025-01-16T18:12:24.475Z | Running `target/debug/xtask-downloader softnpu` |
| 1584 | 2025-01-16T18:12:24.510Z | Jan 16 18:12:23.519 INFO Starting download, target: Softnpu |
| 1585 | 2025-01-16T18:12:24.513Z | Jan 16 18:12:23.519 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 1586 | 2025-01-16T18:12:25.461Z | Jan 16 18:12:24.467 INFO Download complete, target: Softnpu |
| 1587 | 2025-01-16T18:12:25.466Z | |
| 1588 | 2025-01-16T18:12:25.466Z | real 2.413995565 |
| 1589 | 2025-01-16T18:12:25.466Z | user 1.274388056 |
| 1590 | 2025-01-16T18:12:25.466Z | sys 0.551339237 |
| 1591 | 2025-01-16T18:12:25.466Z | trap 0.000944378 |
| 1592 | 2025-01-16T18:12:25.467Z | tflt 0.000013317 |
| 1593 | 2025-01-16T18:12:25.467Z | dflt 0.000056376 |
| 1594 | 2025-01-16T18:12:25.467Z | kflt 0.000000000 |
| 1595 | 2025-01-16T18:12:25.467Z | lock 9.989724583 |
| 1596 | 2025-01-16T18:12:25.467Z | slp 0.759305562 |
| 1597 | 2025-01-16T18:12:25.467Z | lat 0.072168007 |
| 1598 | 2025-01-16T18:12:25.467Z | stop 0.000187164 |
| 1599 | 2025-01-16T18:12:25.467Z | + export CARGO_INCREMENTAL=0 |
| 1600 | 2025-01-16T18:12:25.467Z | + CARGO_INCREMENTAL=0 |
| 1601 | 2025-01-16T18:12:25.467Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -p dev |
| 1602 | 2025-01-16T18:12:26.711Z | Compiling proc-macro2 v1.0.92 |
| 1603 | 2025-01-16T18:12:26.711Z | Compiling unicode-ident v1.0.14 |
| 1604 | 2025-01-16T18:12:26.738Z | Compiling libc v0.2.162 |
| 1605 | 2025-01-16T18:12:26.739Z | Compiling serde v1.0.217 |
| 1606 | 2025-01-16T18:12:26.739Z | Compiling autocfg v1.4.0 |
| 1607 | 2025-01-16T18:12:26.739Z | Compiling version_check v0.9.5 |
| 1608 | 2025-01-16T18:12:26.739Z | Compiling cfg-if v1.0.0 |
| 1609 | 2025-01-16T18:12:26.739Z | Compiling memchr v2.7.4 |
| 1610 | 2025-01-16T18:12:26.746Z | Compiling typenum v1.17.0 |
| 1611 | 2025-01-16T18:12:26.799Z | Compiling shlex v1.3.0 |
| 1612 | 2025-01-16T18:12:27.126Z | Compiling value-bag v1.9.0 |
| 1613 | 2025-01-16T18:12:27.184Z | Compiling generic-array v0.14.7 |
| 1614 | 2025-01-16T18:12:27.297Z | Compiling lock_api v0.4.12 |
| 1615 | 2025-01-16T18:12:27.482Z | Compiling scopeguard v1.2.0 |
| 1616 | 2025-01-16T18:12:27.594Z | Compiling log v0.4.22 |
| 1617 | 2025-01-16T18:12:27.655Z | Compiling parking_lot_core v0.9.10 |
| 1618 | 2025-01-16T18:12:27.956Z | Compiling serde_json v1.0.135 |
| 1619 | 2025-01-16T18:12:28.079Z | Compiling once_cell v1.20.2 |
| 1620 | 2025-01-16T18:12:28.195Z | Compiling quote v1.0.38 |
| 1621 | 2025-01-16T18:12:28.272Z | Compiling jobserver v0.1.32 |
| 1622 | 2025-01-16T18:12:28.320Z | Compiling getrandom v0.2.15 |
| 1623 | 2025-01-16T18:12:28.482Z | Compiling rustix v0.38.37 |
| 1624 | 2025-01-16T18:12:28.613Z | Compiling syn v2.0.96 |
| 1625 | 2025-01-16T18:12:28.748Z | Compiling cc v1.1.30 |
| 1626 | 2025-01-16T18:12:28.775Z | Compiling libm v0.2.8 |
| 1627 | 2025-01-16T18:12:28.823Z | Compiling aho-corasick v1.1.3 |
| 1628 | 2025-01-16T18:12:28.907Z | Compiling num-traits v0.2.19 |
| 1629 | 2025-01-16T18:12:28.989Z | Compiling thiserror v1.0.69 |
| 1630 | 2025-01-16T18:12:29.074Z | Compiling regex-syntax v0.8.5 |
| 1631 | 2025-01-16T18:12:29.095Z | Compiling either v1.13.0 |
| 1632 | 2025-01-16T18:12:29.218Z | Compiling itoa v1.0.11 |
| 1633 | 2025-01-16T18:12:29.466Z | Compiling spin v0.9.8 |
| 1634 | 2025-01-16T18:12:29.667Z | Compiling slab v0.4.9 |
| 1635 | 2025-01-16T18:12:29.963Z | Compiling errno v0.3.9 |
| 1636 | 2025-01-16T18:12:29.984Z | Compiling byteorder v1.5.0 |
| 1637 | 2025-01-16T18:12:30.301Z | Compiling lazy_static v1.5.0 |
| 1638 | 2025-01-16T18:12:30.404Z | Compiling rand_core v0.6.4 |
| 1639 | 2025-01-16T18:12:30.460Z | Compiling glob v0.3.1 |
| 1640 | 2025-01-16T18:12:30.897Z | Compiling prettyplease v0.2.25 |
| 1641 | 2025-01-16T18:12:31.131Z | Compiling clang-sys v1.8.1 |
| 1642 | 2025-01-16T18:12:31.203Z | Compiling minimal-lexical v0.2.1 |
| 1643 | 2025-01-16T18:12:31.748Z | Compiling nom v7.1.3 |
| 1644 | 2025-01-16T18:12:31.823Z | Compiling libloading v0.8.5 |
| 1645 | 2025-01-16T18:12:31.889Z | Compiling subtle v2.6.1 |
| 1646 | 2025-01-16T18:12:31.910Z | Compiling bindgen v0.69.5 |
| 1647 | 2025-01-16T18:12:32.194Z | Compiling home v0.5.9 |
| 1648 | 2025-01-16T18:12:32.363Z | Compiling itertools v0.10.5 |
| 1649 | 2025-01-16T18:12:32.574Z | Compiling rustc-hash v1.1.0 |
| 1650 | 2025-01-16T18:12:32.720Z | Compiling allocator-api2 v0.2.18 |
| 1651 | 2025-01-16T18:12:32.747Z | Compiling lazycell v1.3.0 |
| 1652 | 2025-01-16T18:12:32.929Z | Compiling regex-automata v0.4.8 |
| 1653 | 2025-01-16T18:12:32.947Z | Compiling smallvec v1.13.2 |
| 1654 | 2025-01-16T18:12:33.431Z | Compiling cmake v0.1.51 |
| 1655 | 2025-01-16T18:12:33.650Z | Compiling semver v1.0.24 |
| 1656 | 2025-01-16T18:12:34.123Z | Compiling fs_extra v1.3.0 |
| 1657 | 2025-01-16T18:12:34.227Z | Compiling dunce v1.0.5 |
| 1658 | 2025-01-16T18:12:34.754Z | Compiling pkg-config v0.3.31 |
| 1659 | 2025-01-16T18:12:34.849Z | Compiling cexpr v0.6.0 |
| 1660 | 2025-01-16T18:12:35.008Z | Compiling ring v0.17.8 |
| 1661 | 2025-01-16T18:12:35.493Z | Compiling pin-project-lite v0.2.14 |
| 1662 | 2025-01-16T18:12:35.531Z | Compiling ryu v1.0.18 |
| 1663 | 2025-01-16T18:12:35.651Z | Compiling paste v1.0.15 |
| 1664 | 2025-01-16T18:12:35.788Z | Compiling synstructure v0.13.1 |
| 1665 | 2025-01-16T18:12:35.964Z | Compiling aws-lc-rs v1.10.0 |
| 1666 | 2025-01-16T18:12:36.192Z | Compiling httparse v1.9.5 |
| 1667 | 2025-01-16T18:12:36.370Z | Compiling schemars v0.8.21 |
| 1668 | 2025-01-16T18:12:36.741Z | Compiling const-oid v0.9.6 |
| 1669 | 2025-01-16T18:12:36.820Z | Compiling fnv v1.0.7 |
| 1670 | 2025-01-16T18:12:36.999Z | Compiling serde_derive_internals v0.29.1 |
| 1671 | 2025-01-16T18:12:37.483Z | Compiling foldhash v0.1.3 |
| 1672 | 2025-01-16T18:12:37.769Z | Compiling equivalent v1.0.1 |
| 1673 | 2025-01-16T18:12:37.908Z | Compiling hashbrown v0.15.1 |
| 1674 | 2025-01-16T18:12:38.259Z | Compiling signal-hook-registry v1.4.2 |
| 1675 | 2025-01-16T18:12:38.721Z | Compiling regex v1.11.1 |
| 1676 | 2025-01-16T18:12:38.774Z | Compiling heck v0.5.0 |
| 1677 | 2025-01-16T18:12:39.001Z | Compiling parking_lot v0.12.3 |
| 1678 | 2025-01-16T18:12:39.103Z | Compiling mio v1.0.2 |
| 1679 | 2025-01-16T18:12:39.971Z | Compiling stable_deref_trait v1.2.0 |
| 1680 | 2025-01-16T18:12:40.127Z | Compiling serde_derive v1.0.217 |
| 1681 | 2025-01-16T18:12:40.256Z | Compiling zeroize_derive v1.4.2 |
| 1682 | 2025-01-16T18:12:40.722Z | Compiling zerocopy-derive v0.7.35 |
| 1683 | 2025-01-16T18:12:41.044Z | Compiling thiserror-impl v1.0.69 |
| 1684 | 2025-01-16T18:12:41.273Z | Compiling tokio-macros v2.4.0 |
| 1685 | 2025-01-16T18:12:41.529Z | Compiling zerofrom-derive v0.1.4 |
| 1686 | 2025-01-16T18:12:41.631Z | Compiling zeroize v1.8.1 |
| 1687 | 2025-01-16T18:12:42.370Z | Compiling yoke-derive v0.7.4 |
| 1688 | 2025-01-16T18:12:42.445Z | Compiling futures-macro v0.3.31 |
| 1689 | 2025-01-16T18:12:42.577Z | Compiling zerovec-derive v0.10.3 |
| 1690 | 2025-01-16T18:12:42.713Z | Compiling zerocopy v0.7.35 |
| 1691 | 2025-01-16T18:12:43.719Z | Compiling displaydoc v0.2.5 |
| 1692 | 2025-01-16T18:12:44.124Z | Compiling crypto-common v0.1.6 |
| 1693 | 2025-01-16T18:12:44.309Z | Compiling tracing-attributes v0.1.27 |
| 1694 | 2025-01-16T18:12:44.328Z | Compiling icu_provider_macros v1.5.0 |
| 1695 | 2025-01-16T18:12:44.588Z | Compiling schemars_derive v0.8.21 |
| 1696 | 2025-01-16T18:12:44.745Z | Compiling block-buffer v0.10.4 |
| 1697 | 2025-01-16T18:12:44.986Z | Compiling digest v0.10.7 |
| 1698 | 2025-01-16T18:12:45.292Z | Compiling socket2 v0.5.7 |
| 1699 | 2025-01-16T18:12:45.324Z | Compiling num-conv v0.1.0 |
| 1700 | 2025-01-16T18:12:45.408Z | Compiling futures-core v0.3.31 |
| 1701 | 2025-01-16T18:12:45.618Z | Compiling crossbeam-utils v0.8.20 |
| 1702 | 2025-01-16T18:12:45.690Z | Compiling time-core v0.1.2 |
| 1703 | 2025-01-16T18:12:45.878Z | Compiling time-macros v0.2.18 |
| 1704 | 2025-01-16T18:12:46.315Z | Compiling der_derive v0.7.3 |
| 1705 | 2025-01-16T18:12:46.418Z | Compiling vcpkg v0.2.15 |
| 1706 | 2025-01-16T18:12:47.894Z | Compiling openssl-sys v0.9.103 |
| 1707 | 2025-01-16T18:12:48.694Z | Compiling syn v1.0.109 |
| 1708 | 2025-01-16T18:12:48.852Z | Compiling futures-sink v0.3.31 |
| 1709 | 2025-01-16T18:12:49.032Z | Compiling cpufeatures v0.2.14 |
| 1710 | 2025-01-16T18:12:49.201Z | Compiling slog v2.7.0 |
| 1711 | 2025-01-16T18:12:49.596Z | Compiling ahash v0.8.11 |
| 1712 | 2025-01-16T18:12:49.924Z | Compiling iana-time-zone v0.1.61 |
| 1713 | 2025-01-16T18:12:50.127Z | Compiling futures-channel v0.3.31 |
| 1714 | 2025-01-16T18:12:50.349Z | Compiling zerofrom v0.1.4 |
| 1715 | 2025-01-16T18:12:50.576Z | Compiling scroll_derive v0.12.0 |
| 1716 | 2025-01-16T18:12:50.601Z | Compiling ucd-trie v0.1.7 |
| 1717 | 2025-01-16T18:12:50.617Z | Compiling futures-io v0.3.31 |
| 1718 | 2025-01-16T18:12:50.638Z | Compiling futures-task v0.3.31 |
| 1719 | 2025-01-16T18:12:50.960Z | Compiling pin-utils v0.1.0 |
| 1720 | 2025-01-16T18:12:50.980Z | Compiling openssl v0.10.66 |
| 1721 | 2025-01-16T18:12:51.077Z | Compiling futures-util v0.3.31 |
| 1722 | 2025-01-16T18:12:51.081Z | Compiling pest v2.7.14 |
| 1723 | 2025-01-16T18:12:51.390Z | Compiling yoke v0.7.4 |
| 1724 | 2025-01-16T18:12:51.809Z | Compiling hmac v0.12.1 |
| 1725 | 2025-01-16T18:12:52.291Z | Compiling zerovec v0.10.4 |
| 1726 | 2025-01-16T18:12:52.486Z | Compiling bitflags v2.6.0 |
| 1727 | 2025-01-16T18:12:52.491Z | Compiling bytes v1.9.0 |
| 1728 | 2025-01-16T18:12:54.202Z | Compiling indexmap v2.7.0 |
| 1729 | 2025-01-16T18:12:54.695Z | Compiling tokio v1.40.0 |
| 1730 | 2025-01-16T18:12:55.304Z | Compiling serde_tokenstream v0.2.2 |
| 1731 | 2025-01-16T18:12:55.545Z | Compiling uuid v1.11.0 |
| 1732 | 2025-01-16T18:12:55.873Z | Compiling http v1.2.0 |
| 1733 | 2025-01-16T18:12:56.864Z | Compiling which v4.4.2 |
| 1734 | 2025-01-16T18:12:57.050Z | Compiling chrono v0.4.38 |
| 1735 | 2025-01-16T18:12:57.683Z | Compiling rustc_version v0.4.1 |
| 1736 | 2025-01-16T18:12:59.528Z | Compiling pest_meta v2.7.14 |
| 1737 | 2025-01-16T18:13:03.482Z | Compiling block-padding v0.3.3 |
| 1738 | 2025-01-16T18:13:03.741Z | Compiling openssl-macros v0.1.1 |
| 1739 | 2025-01-16T18:13:03.997Z | Compiling rustls v0.23.19 |
| 1740 | 2025-01-16T18:13:04.313Z | Compiling native-tls v0.2.12 |
| 1741 | 2025-01-16T18:13:04.460Z | Compiling tinyvec_macros v0.1.1 |
| 1742 | 2025-01-16T18:13:04.668Z | Compiling tinyvec v1.8.0 |
| 1743 | 2025-01-16T18:13:05.360Z | Compiling inout v0.1.3 |
| 1744 | 2025-01-16T18:13:05.642Z | Compiling pest_generator v2.7.14 |
| 1745 | 2025-01-16T18:13:05.666Z | Compiling toml_datetime v0.6.8 |
| 1746 | 2025-01-16T18:13:06.154Z | Compiling serde_spanned v0.6.8 |
| 1747 | 2025-01-16T18:13:06.261Z | Compiling tracing-core v0.1.32 |
| 1748 | 2025-01-16T18:13:06.288Z | Compiling dyn-clone v1.0.17 |
| 1749 | 2025-01-16T18:13:06.406Z | Compiling strsim v0.11.1 |
| 1750 | 2025-01-16T18:13:06.424Z | Compiling unicode-normalization v0.1.24 |
| 1751 | 2025-01-16T18:13:07.111Z | Compiling tracing v0.1.40 |
| 1752 | 2025-01-16T18:13:07.333Z | Compiling pest_derive v2.7.14 |
| 1753 | 2025-01-16T18:13:07.866Z | Compiling cipher v0.4.4 |
| 1754 | 2025-01-16T18:13:07.892Z | Compiling tinystr v0.7.6 |
| 1755 | 2025-01-16T18:13:08.138Z | Compiling sha2 v0.10.8 |
| 1756 | 2025-01-16T18:13:08.334Z | Compiling usdt-impl v0.5.0 |
| 1757 | 2025-01-16T18:13:08.517Z | Compiling cookie v0.18.1 |
| 1758 | 2025-01-16T18:13:08.536Z | Compiling writeable v0.5.5 |
| 1759 | 2025-01-16T18:13:08.688Z | Compiling unicode-bidi v0.3.17 |
| 1760 | 2025-01-16T18:13:09.034Z | Compiling base64ct v1.6.0 |
| 1761 | 2025-01-16T18:13:09.119Z | Compiling litemap v0.7.3 |
| 1762 | 2025-01-16T18:13:09.799Z | Compiling pem-rfc7468 v0.7.0 |
| 1763 | 2025-01-16T18:13:09.856Z | Compiling aws-lc-sys v0.22.0 |
| 1764 | 2025-01-16T18:13:09.859Z | Compiling icu_locid v1.5.0 |
| 1765 | 2025-01-16T18:13:11.822Z | Compiling scroll v0.12.0 |
| 1766 | 2025-01-16T18:13:12.345Z | Compiling ppv-lite86 v0.2.20 |
| 1767 | 2025-01-16T18:13:13.118Z | Compiling async-trait v0.1.83 |
| 1768 | 2025-01-16T18:13:15.147Z | Compiling flagset v0.4.6 |
| 1769 | 2025-01-16T18:13:15.341Z | Compiling rustls-pki-types v1.10.0 |
| 1770 | 2025-01-16T18:13:16.648Z | Compiling plain v0.2.3 |
| 1771 | 2025-01-16T18:13:16.815Z | Compiling anyhow v1.0.93 |
| 1772 | 2025-01-16T18:13:16.834Z | Compiling camino v1.1.9 |
| 1773 | 2025-01-16T18:13:17.028Z | Compiling percent-encoding v2.3.1 |
| 1774 | 2025-01-16T18:13:17.339Z | Compiling goblin v0.8.2 |
| 1775 | 2025-01-16T18:13:17.360Z | Compiling der v0.7.9 |
| 1776 | 2025-01-16T18:13:18.364Z | Compiling rand_chacha v0.3.1 |
| 1777 | 2025-01-16T18:13:19.269Z | Compiling icu_provider v1.5.0 |
| 1778 | 2025-01-16T18:13:19.597Z | Compiling tokio-util v0.7.12 |
| 1779 | 2025-01-16T18:13:20.345Z | Compiling icu_locid_transform_data v1.5.0 |
| 1780 | 2025-01-16T18:13:21.034Z | Compiling rustls v0.22.4 |
| 1781 | 2025-01-16T18:13:21.240Z | Compiling untrusted v0.7.1 |
| 1782 | 2025-01-16T18:13:21.324Z | Compiling rayon-core v1.12.1 |
| 1783 | 2025-01-16T18:13:21.434Z | Compiling pretty-hex v0.4.1 |
| 1784 | 2025-01-16T18:13:21.437Z | Compiling mirai-annotations v1.12.0 |
| 1785 | 2025-01-16T18:13:21.524Z | Compiling untrusted v0.9.0 |
| 1786 | 2025-01-16T18:13:21.658Z | Compiling powerfmt v0.2.0 |
| 1787 | 2025-01-16T18:13:21.658Z | Compiling icu_locid_transform v1.5.0 |
| 1788 | 2025-01-16T18:13:22.149Z | Compiling deranged v0.3.11 |
| 1789 | 2025-01-16T18:13:22.842Z | Compiling dof v0.3.0 |
| 1790 | 2025-01-16T18:13:23.830Z | Compiling spki v0.7.3 |
| 1791 | 2025-01-16T18:13:23.850Z | Compiling rand v0.8.5 |
| 1792 | 2025-01-16T18:13:24.396Z | Compiling salsa20 v0.10.2 |
| 1793 | 2025-01-16T18:13:24.416Z | Compiling dtrace-parser v0.2.0 |
| 1794 | 2025-01-16T18:13:24.641Z | Compiling icu_collections v1.5.0 |
| 1795 | 2025-01-16T18:13:26.020Z | Compiling pbkdf2 v0.12.2 |
| 1796 | 2025-01-16T18:13:26.795Z | Compiling thread-id v4.2.2 |
| 1797 | 2025-01-16T18:13:26.863Z | Compiling icu_properties_data v1.5.0 |
| 1798 | 2025-01-16T18:13:26.927Z | Compiling num_threads v0.1.7 |
| 1799 | 2025-01-16T18:13:27.136Z | Compiling winnow v0.5.40 |
| 1800 | 2025-01-16T18:13:27.281Z | Compiling atomic-waker v1.1.2 |
| 1801 | 2025-01-16T18:13:27.576Z | Compiling icu_properties v1.5.1 |
| 1802 | 2025-01-16T18:13:27.754Z | Compiling time v0.3.36 |
| 1803 | 2025-01-16T18:13:30.533Z | Compiling toml_edit v0.19.15 |
| 1804 | 2025-01-16T18:13:31.809Z | Compiling scrypt v0.11.0 |
| 1805 | 2025-01-16T18:13:32.304Z | Compiling form_urlencoded v1.2.1 |
| 1806 | 2025-01-16T18:13:32.330Z | Compiling aes v0.8.4 |
| 1807 | 2025-01-16T18:13:32.857Z | Compiling cbc v0.1.2 |
| 1808 | 2025-01-16T18:13:33.085Z | Compiling http-body v1.0.1 |
| 1809 | 2025-01-16T18:13:33.358Z | Compiling multer v3.1.0 |
| 1810 | 2025-01-16T18:13:33.471Z | Compiling slog-async v2.8.0 |
| 1811 | 2025-01-16T18:13:33.681Z | Compiling icu_normalizer_data v1.5.0 |
| 1812 | 2025-01-16T18:13:33.749Z | Compiling rustversion v1.0.17 |
| 1813 | 2025-01-16T18:13:33.938Z | Compiling write16 v1.0.0 |
| 1814 | 2025-01-16T18:13:33.958Z | Compiling utf8_iter v1.0.4 |
| 1815 | 2025-01-16T18:13:34.313Z | Compiling try-lock v0.2.5 |
| 1816 | 2025-01-16T18:13:34.333Z | Compiling utf16_iter v1.0.5 |
| 1817 | 2025-01-16T18:13:34.585Z | Compiling want v0.3.1 |
| 1818 | 2025-01-16T18:13:34.704Z | Compiling icu_normalizer v1.5.0 |
| 1819 | 2025-01-16T18:13:36.252Z | Compiling pkcs5 v0.7.1 |
| 1820 | 2025-01-16T18:13:37.075Z | Compiling h2 v0.4.6 |
| 1821 | 2025-01-16T18:13:37.620Z | Compiling heapless v0.7.17 |
| 1822 | 2025-01-16T18:13:38.488Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1823 | 2025-01-16T18:13:39.008Z | Compiling signal-hook v0.3.17 |
| 1824 | 2025-01-16T18:13:39.190Z | Compiling httpdate v1.0.3 |
| 1825 | 2025-01-16T18:13:39.985Z | Compiling pkcs8 v0.10.2 |
| 1826 | 2025-01-16T18:13:40.109Z | Compiling idna_adapter v1.2.0 |
| 1827 | 2025-01-16T18:13:41.349Z | Compiling usdt-attr-macro v0.5.0 |
| 1828 | 2025-01-16T18:13:41.562Z | Compiling usdt-macro v0.5.0 |
| 1829 | 2025-01-16T18:13:41.828Z | Compiling async-stream-impl v0.3.6 |
| 1830 | 2025-01-16T18:13:42.824Z | Compiling base64 v0.22.1 |
| 1831 | 2025-01-16T18:13:42.965Z | Compiling adler2 v2.0.0 |
| 1832 | 2025-01-16T18:13:43.108Z | Compiling tower-service v0.3.3 |
| 1833 | 2025-01-16T18:13:43.254Z | Compiling miniz_oxide v0.8.0 |
| 1834 | 2025-01-16T18:13:44.177Z | Compiling idna v1.0.3 |
| 1835 | 2025-01-16T18:13:45.520Z | Compiling hyper v1.5.0 |
| 1836 | 2025-01-16T18:13:46.755Z | Compiling curve25519-dalek v4.1.3 |
| 1837 | 2025-01-16T18:13:47.186Z | Compiling openapiv3 v2.0.0 |
| 1838 | 2025-01-16T18:13:50.164Z | Compiling hyper-util v0.1.10 |
| 1839 | 2025-01-16T18:13:51.314Z | Compiling enum-as-inner v0.6.1 |
| 1840 | 2025-01-16T18:13:52.468Z | Compiling dropshot v0.12.0 |
| 1841 | 2025-01-16T18:13:52.783Z | Compiling foreign-types-shared v0.1.1 |
| 1842 | 2025-01-16T18:13:52.931Z | Compiling smoltcp v0.9.1 |
| 1843 | 2025-01-16T18:13:53.436Z | Compiling num-bigint-dig v0.8.4 |
| 1844 | 2025-01-16T18:13:53.665Z | Compiling match_cfg v0.1.0 |
| 1845 | 2025-01-16T18:13:53.746Z | Compiling portable-atomic v1.9.0 |
| 1846 | 2025-01-16T18:13:53.781Z | Compiling newtype-uuid v1.2.1 |
| 1847 | 2025-01-16T18:13:54.089Z | Compiling hostname v0.3.1 |
| 1848 | 2025-01-16T18:13:54.675Z | Compiling foreign-types v0.3.2 |
| 1849 | 2025-01-16T18:13:55.612Z | Compiling url v2.5.3 |
| 1850 | 2025-01-16T18:13:58.292Z | Compiling http-body-util v0.1.2 |
| 1851 | 2025-01-16T18:13:58.492Z | Compiling dirs-sys-next v0.1.2 |
| 1852 | 2025-01-16T18:13:58.540Z | Compiling encoding_rs v0.8.34 |
| 1853 | 2025-01-16T18:13:58.844Z | Compiling data-encoding v2.6.0 |
| 1854 | 2025-01-16T18:13:58.948Z | Compiling ident_case v1.0.1 |
| 1855 | 2025-01-16T18:13:59.137Z | Compiling gimli v0.31.1 |
| 1856 | 2025-01-16T18:14:00.328Z | Compiling siphasher v0.3.11 |
| 1857 | 2025-01-16T18:14:00.693Z | Compiling mime v0.3.17 |
| 1858 | 2025-01-16T18:14:01.475Z | Compiling heck v0.4.1 |
| 1859 | 2025-01-16T18:14:01.787Z | Compiling darling_core v0.20.10 |
| 1860 | 2025-01-16T18:14:01.805Z | Compiling dirs-next v2.0.0 |
| 1861 | 2025-01-16T18:14:05.944Z | Compiling addr2line v0.24.2 |
| 1862 | 2025-01-16T18:14:07.690Z | Compiling serde_urlencoded v0.7.1 |
| 1863 | 2025-01-16T18:14:08.277Z | Compiling crossbeam-epoch v0.9.18 |
| 1864 | 2025-01-16T18:14:08.974Z | Compiling rustls-pemfile v2.2.0 |
| 1865 | 2025-01-16T18:14:09.448Z | Compiling hubpack_derive v0.1.1 |
| 1866 | 2025-01-16T18:14:09.713Z | Compiling dropshot_endpoint v0.12.0 |
| 1867 | 2025-01-16T18:14:09.891Z | Compiling sha1 v0.10.6 |
| 1868 | 2025-01-16T18:14:09.947Z | Compiling signature v2.2.0 |
| 1869 | 2025-01-16T18:14:10.189Z | Compiling zerocopy-derive v0.6.6 |
| 1870 | 2025-01-16T18:14:10.278Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1871 | 2025-01-16T18:14:11.610Z | Compiling object v0.36.5 |
| 1872 | 2025-01-16T18:14:11.971Z | Compiling thread_local v1.1.8 |
| 1873 | 2025-01-16T18:14:12.386Z | Compiling fs-err v2.11.0 |
| 1874 | 2025-01-16T18:14:13.535Z | Compiling winnow v0.6.20 |
| 1875 | 2025-01-16T18:14:16.171Z | Compiling ipnet v2.10.1 |
| 1876 | 2025-01-16T18:14:16.866Z | Compiling unicode-properties v0.1.3 |
| 1877 | 2025-01-16T18:14:17.275Z | Compiling utf8parse v0.2.2 |
| 1878 | 2025-01-16T18:14:17.460Z | Compiling rustc-demangle v0.1.24 |
| 1879 | 2025-01-16T18:14:17.622Z | Compiling anstyle v1.0.10 |
| 1880 | 2025-01-16T18:14:18.043Z | Compiling openssl-probe v0.1.5 |
| 1881 | 2025-01-16T18:14:20.441Z | Compiling backtrace v0.3.74 |
| 1882 | 2025-01-16T18:14:22.130Z | Compiling anstyle-parse v0.2.5 |
| 1883 | 2025-01-16T18:14:22.457Z | Compiling rustls-webpki v0.102.8 |
| 1884 | 2025-01-16T18:14:24.776Z | Compiling stringprep v0.1.5 |
| 1885 | 2025-01-16T18:14:25.703Z | Compiling toml_edit v0.22.22 |
| 1886 | 2025-01-16T18:14:32.418Z | Compiling crossbeam-deque v0.8.5 |
| 1887 | 2025-01-16T18:14:32.756Z | Compiling darling_macro v0.20.10 |
| 1888 | 2025-01-16T18:14:32.776Z | Compiling term v0.7.0 |
| 1889 | 2025-01-16T18:14:33.638Z | Compiling slog-json v2.6.1 |
| 1890 | 2025-01-16T18:14:34.740Z | Compiling crossbeam-channel v0.5.13 |
| 1891 | 2025-01-16T18:14:35.472Z | Compiling hashbrown v0.14.5 |
| 1892 | 2025-01-16T18:14:35.712Z | Compiling idna v0.3.0 |
| 1893 | 2025-01-16T18:14:36.078Z | Compiling idna v0.4.0 |
| 1894 | 2025-01-16T18:14:36.703Z | Compiling futures-executor v0.3.31 |
| 1895 | 2025-01-16T18:14:37.246Z | Compiling num-integer v0.1.46 |
| 1896 | 2025-01-16T18:14:37.413Z | Compiling md-5 v0.10.6 |
| 1897 | 2025-01-16T18:14:37.432Z | Compiling ff v0.13.0 |
| 1898 | 2025-01-16T18:14:37.490Z | Compiling hash32 v0.2.1 |
| 1899 | 2025-01-16T18:14:37.673Z | Compiling is-terminal v0.4.13 |
| 1900 | 2025-01-16T18:14:37.694Z | Compiling memmap v0.7.0 |
| 1901 | 2025-01-16T18:14:37.857Z | Compiling anstyle-query v1.1.1 |
| 1902 | 2025-01-16T18:14:37.929Z | Compiling base16ct v0.2.0 |
| 1903 | 2025-01-16T18:14:38.016Z | Compiling psl-types v2.0.11 |
| 1904 | 2025-01-16T18:14:38.222Z | Compiling colorchoice v1.0.2 |
| 1905 | 2025-01-16T18:14:38.263Z | Compiling take_mut v0.2.2 |
| 1906 | 2025-01-16T18:14:38.398Z | Compiling linked-hash-map v0.5.6 |
| 1907 | 2025-01-16T18:14:38.445Z | Compiling is_terminal_polyfill v1.70.1 |
| 1908 | 2025-01-16T18:14:38.590Z | Compiling utf-8 v0.7.6 |
| 1909 | 2025-01-16T18:14:38.847Z | Compiling quick-error v1.2.3 |
| 1910 | 2025-01-16T18:14:38.881Z | Compiling fallible-iterator v0.2.0 |
| 1911 | 2025-01-16T18:14:38.960Z | Compiling publicsuffix v2.2.3 |
| 1912 | 2025-01-16T18:14:39.015Z | Compiling resolv-conf v0.7.0 |
| 1913 | 2025-01-16T18:14:39.230Z | Compiling tungstenite v0.24.0 |
| 1914 | 2025-01-16T18:14:39.519Z | Compiling postgres-protocol v0.6.7 |
| 1915 | 2025-01-16T18:14:39.557Z | Compiling lru-cache v0.1.2 |
| 1916 | 2025-01-16T18:14:39.634Z | Compiling anstream v0.6.15 |
| 1917 | 2025-01-16T18:14:40.557Z | Compiling sec1 v0.7.3 |
| 1918 | 2025-01-16T18:14:40.626Z | Compiling usdt v0.5.0 |
| 1919 | 2025-01-16T18:14:40.666Z | Compiling slog-term v2.9.1 |
| 1920 | 2025-01-16T18:14:41.087Z | Compiling num-iter v0.1.45 |
| 1921 | 2025-01-16T18:14:41.106Z | Compiling group v0.13.0 |
| 1922 | 2025-01-16T18:14:41.280Z | Compiling hickory-proto v0.24.1 |
| 1923 | 2025-01-16T18:14:41.426Z | Compiling futures v0.3.31 |
| 1924 | 2025-01-16T18:14:42.052Z | Compiling regress v0.10.1 |
| 1925 | 2025-01-16T18:14:45.879Z | Compiling slog-bunyan v2.5.0 |
| 1926 | 2025-01-16T18:14:46.104Z | Compiling darling v0.20.10 |
| 1927 | 2025-01-16T18:14:46.247Z | Compiling tokio-rustls v0.26.0 |
| 1928 | 2025-01-16T18:14:46.607Z | Compiling toml v0.8.19 |
| 1929 | 2025-01-16T18:14:46.733Z | Compiling tokio-rustls v0.25.0 |
| 1930 | 2025-01-16T18:14:47.151Z | Compiling tokio-native-tls v0.3.1 |
| 1931 | 2025-01-16T18:14:47.466Z | Compiling strum_macros v0.25.3 |
| 1932 | 2025-01-16T18:14:47.492Z | Compiling phf_shared v0.11.2 |
| 1933 | 2025-01-16T18:14:48.064Z | Compiling async-stream v0.3.6 |
| 1934 | 2025-01-16T18:14:48.128Z | Compiling waitgroup v0.1.2 |
| 1935 | 2025-01-16T18:14:48.325Z | Compiling webpki-roots v0.26.6 |
| 1936 | 2025-01-16T18:14:49.163Z | Compiling idna v0.5.0 |
| 1937 | 2025-01-16T18:14:49.210Z | Compiling terminal_size v0.4.0 |
| 1938 | 2025-01-16T18:14:49.210Z | Compiling serde_path_to_error v0.1.16 |
| 1939 | 2025-01-16T18:14:49.639Z | Compiling hkdf v0.12.4 |
| 1940 | 2025-01-16T18:14:50.050Z | Compiling crypto-bigint v0.5.5 |
| 1941 | 2025-01-16T18:14:50.206Z | Compiling serde_repr v0.1.19 |
| 1942 | 2025-01-16T18:14:50.382Z | Compiling clap_derive v4.5.18 |
| 1943 | 2025-01-16T18:14:50.617Z | Compiling derive-where v1.2.7 |
| 1944 | 2025-01-16T18:14:50.921Z | Compiling hostname v0.4.0 |
| 1945 | 2025-01-16T18:14:51.142Z | Compiling crc32fast v1.4.2 |
| 1946 | 2025-01-16T18:14:51.247Z | Compiling clap_lex v0.7.2 |
| 1947 | 2025-01-16T18:14:51.602Z | Compiling bitflags v1.3.2 |
| 1948 | 2025-01-16T18:14:51.727Z | Compiling unicode-width v0.1.14 |
| 1949 | 2025-01-16T18:14:52.160Z | Compiling debug-ignore v1.0.5 |
| 1950 | 2025-01-16T18:14:52.302Z | Compiling managed v0.8.0 |
| 1951 | 2025-01-16T18:14:53.383Z | Compiling elliptic-curve v0.13.8 |
| 1952 | 2025-01-16T18:14:54.628Z | Compiling console v0.15.8 |
| 1953 | 2025-01-16T18:14:55.622Z | Compiling clap_builder v4.5.21 |
| 1954 | 2025-01-16T18:14:55.770Z | Compiling flate2 v1.0.34 |
| 1955 | 2025-01-16T18:14:56.663Z | Compiling cookie_store v0.21.0 |
| 1956 | 2025-01-16T18:14:57.972Z | Compiling hyper-rustls v0.27.3 |
| 1957 | 2025-01-16T18:15:01.733Z | Compiling phf v0.11.2 |
| 1958 | 2025-01-16T18:15:02.271Z | Compiling hyper-tls v0.6.0 |
| 1959 | 2025-01-16T18:15:02.361Z | Compiling hickory-resolver v0.24.1 |
| 1960 | 2025-01-16T18:15:02.667Z | Compiling signal-hook-mio v0.2.4 |
| 1961 | 2025-01-16T18:15:02.753Z | Compiling typify-impl v0.2.0 |
| 1962 | 2025-01-16T18:15:02.780Z | Compiling bzip2 v0.4.4 |
| 1963 | 2025-01-16T18:15:02.853Z | Compiling rayon v1.10.0 |
| 1964 | 2025-01-16T18:15:03.159Z | Compiling tokio-tungstenite v0.24.0 |
| 1965 | 2025-01-16T18:15:03.699Z | Compiling postgres-types v0.2.8 |
| 1966 | 2025-01-16T18:15:04.878Z | Compiling zerocopy v0.6.6 |
| 1967 | 2025-01-16T18:15:04.900Z | Compiling hubpack v0.1.2 |
| 1968 | 2025-01-16T18:15:05.317Z | Compiling ed25519 v2.2.3 |
| 1969 | 2025-01-16T18:15:05.446Z | Compiling phf_shared v0.10.0 |
| 1970 | 2025-01-16T18:15:05.744Z | Compiling pkcs1 v0.7.5 |
| 1971 | 2025-01-16T18:15:05.827Z | Compiling tokio-stream v0.1.16 |
| 1972 | 2025-01-16T18:15:06.643Z | Compiling ipnetwork v0.20.0 |
| 1973 | 2025-01-16T18:15:06.818Z | Compiling serde-big-array v0.5.1 |
| 1974 | 2025-01-16T18:15:07.061Z | Compiling rfc6979 v0.4.0 |
| 1975 | 2025-01-16T18:15:07.094Z | Compiling float-cmp v0.9.0 |
| 1976 | 2025-01-16T18:15:07.115Z | Compiling sync_wrapper v1.0.1 |
| 1977 | 2025-01-16T18:15:07.297Z | Compiling bstr v1.10.0 |
| 1978 | 2025-01-16T18:15:07.721Z | Compiling unicode-width v0.2.0 |
| 1979 | 2025-01-16T18:15:08.290Z | Compiling normalize-line-endings v0.3.0 |
| 1980 | 2025-01-16T18:15:08.398Z | Compiling predicates-core v1.0.8 |
| 1981 | 2025-01-16T18:15:08.444Z | Compiling unicode-segmentation v1.12.0 |
| 1982 | 2025-01-16T18:15:08.719Z | Compiling number_prefix v0.4.0 |
| 1983 | 2025-01-16T18:15:08.974Z | Compiling static_assertions v1.1.0 |
| 1984 | 2025-01-16T18:15:09.093Z | Compiling difflib v0.4.0 |
| 1985 | 2025-01-16T18:15:09.324Z | Compiling fixedbitset v0.4.2 |
| 1986 | 2025-01-16T18:15:09.799Z | Compiling precomputed-hash v0.1.1 |
| 1987 | 2025-01-16T18:15:09.944Z | Compiling new_debug_unreachable v1.0.6 |
| 1988 | 2025-01-16T18:15:10.064Z | Compiling bit-vec v0.6.3 |
| 1989 | 2025-01-16T18:15:10.221Z | Compiling whoami v1.5.2 |
| 1990 | 2025-01-16T18:15:10.416Z | Compiling bit-set v0.5.3 |
| 1991 | 2025-01-16T18:15:10.501Z | Compiling reqwest v0.12.9 |
| 1992 | 2025-01-16T18:15:10.696Z | Compiling tokio-postgres v0.7.12 |
| 1993 | 2025-01-16T18:15:10.735Z | Compiling string_cache v0.8.7 |
| 1994 | 2025-01-16T18:15:11.045Z | Compiling petgraph v0.6.5 |
| 1995 | 2025-01-16T18:15:11.146Z | Compiling predicates v3.1.2 |
| 1996 | 2025-01-16T18:15:12.528Z | Compiling similar v2.6.0 |
| 1997 | 2025-01-16T18:15:12.531Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 1998 | 2025-01-16T18:15:13.288Z | Compiling typify-macro v0.2.0 |
| 1999 | 2025-01-16T18:15:14.368Z | Compiling indicatif v0.17.9 |
| 2000 | 2025-01-16T18:15:16.278Z | Compiling ecdsa v0.16.9 |
| 2001 | 2025-01-16T18:15:16.693Z | Compiling qorb v0.2.1 |
| 2002 | 2025-01-16T18:15:16.695Z | Compiling rsa v0.9.6 |
| 2003 | 2025-01-16T18:15:17.883Z | Compiling ed25519-dalek v2.1.1 |
| 2004 | 2025-01-16T18:15:18.420Z | Compiling zip v0.6.6 |
| 2005 | 2025-01-16T18:15:18.660Z | Compiling crossterm v0.28.1 |
| 2006 | 2025-01-16T18:15:19.068Z | Compiling clap v4.5.21 |
| 2007 | 2025-01-16T18:15:21.159Z | Compiling toml v0.7.8 |
| 2008 | 2025-01-16T18:15:21.696Z | Compiling x509-cert v0.2.5 |
| 2009 | 2025-01-16T18:15:22.569Z | Compiling hex v0.4.3 |
| 2010 | 2025-01-16T18:15:23.503Z | Compiling unicode-xid v0.2.6 |
| 2011 | 2025-01-16T18:15:23.715Z | Compiling zerocopy v0.8.10 |
| 2012 | 2025-01-16T18:15:23.768Z | Compiling lalrpop-util v0.19.12 |
| 2013 | 2025-01-16T18:15:23.825Z | Compiling peg-runtime v0.8.3 |
| 2014 | 2025-01-16T18:15:25.864Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2015 | 2025-01-16T18:15:29.437Z | Compiling proc-macro-crate v1.3.1 |
| 2016 | 2025-01-16T18:15:30.289Z | Compiling macaddr v1.0.1 |
| 2017 | 2025-01-16T18:15:30.713Z | Compiling zerocopy-derive v0.8.10 |
| 2018 | 2025-01-16T18:15:30.889Z | Compiling itertools v0.13.0 |
| 2019 | 2025-01-16T18:15:33.096Z | Compiling heapless v0.8.0 |
| 2020 | 2025-01-16T18:15:33.842Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2021 | 2025-01-16T18:15:38.866Z | Compiling num_enum_derive v0.5.11 |
| 2022 | 2025-01-16T18:15:47.544Z | Compiling hash32 v0.3.1 |
| 2023 | 2025-01-16T18:15:48.020Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2024 | 2025-01-16T18:15:48.361Z | Compiling smoltcp v0.11.0 |
| 2025 | 2025-01-16T18:15:53.639Z | Compiling num_enum v0.5.11 |
| 2026 | 2025-01-16T18:15:53.718Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2027 | 2025-01-16T18:15:54.076Z | Compiling typify v0.2.0 |
| 2028 | 2025-01-16T18:15:54.230Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
| 2029 | 2025-01-16T18:15:54.884Z | Compiling proc-macro-error-attr v1.0.4 |
| 2030 | 2025-01-16T18:15:55.316Z | Compiling unsafe-libyaml v0.2.11 |
| 2031 | 2025-01-16T18:15:55.410Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2032 | 2025-01-16T18:15:55.711Z | Compiling cobs v0.2.3 |
| 2033 | 2025-01-16T18:15:56.184Z | Compiling postcard v1.0.10 |
| 2034 | 2025-01-16T18:15:56.942Z | Compiling serde_yaml v0.9.34+deprecated |
| 2035 | 2025-01-16T18:16:08.189Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2036 | 2025-01-16T18:16:11.318Z | Compiling progenitor-impl v0.8.0 |
| 2037 | 2025-01-16T18:16:23.262Z | Compiling strum_macros v0.26.4 |
| 2038 | 2025-01-16T18:16:24.025Z | Compiling structmeta-derive v0.3.0 |
| 2039 | 2025-01-16T18:16:24.059Z | Compiling foreign-types-macros v0.2.3 |
| 2040 | 2025-01-16T18:16:24.475Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2041 | 2025-01-16T18:16:24.814Z | Compiling proc-macro-error v1.0.4 |
| 2042 | 2025-01-16T18:16:25.352Z | Compiling foreign-types-shared v0.3.1 |
| 2043 | 2025-01-16T18:16:26.285Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2044 | 2025-01-16T18:16:27.549Z | Compiling strum v0.26.3 |
| 2045 | 2025-01-16T18:16:30.752Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2046 | 2025-01-16T18:16:31.033Z | Compiling structmeta v0.3.0 |
| 2047 | 2025-01-16T18:16:31.814Z | Compiling foreign-types v0.5.0 |
| 2048 | 2025-01-16T18:16:34.995Z | Compiling progenitor-macro v0.8.0 |
| 2049 | 2025-01-16T18:16:39.619Z | Compiling progenitor-client v0.8.0 |
| 2050 | 2025-01-16T18:16:39.641Z | Compiling tabwriter v1.4.0 |
| 2051 | 2025-01-16T18:16:40.509Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
| 2052 | 2025-01-16T18:16:41.735Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2053 | 2025-01-16T18:16:42.538Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2054 | 2025-01-16T18:16:43.411Z | Compiling cstr-argument v0.1.2 |
| 2055 | 2025-01-16T18:16:43.670Z | Compiling dropshot v0.13.0 |
| 2056 | 2025-01-16T18:16:44.436Z | Compiling thiserror v2.0.11 |
| 2057 | 2025-01-16T18:16:44.970Z | Compiling fastrand v2.1.1 |
| 2058 | 2025-01-16T18:16:45.455Z | Compiling pretty-hex v0.2.1 |
| 2059 | 2025-01-16T18:16:45.654Z | Compiling crucible-workspace-hack v0.1.0 |
| 2060 | 2025-01-16T18:16:45.944Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
| 2061 | 2025-01-16T18:16:46.444Z | Compiling progenitor v0.8.0 |
| 2062 | 2025-01-16T18:16:46.696Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2063 | 2025-01-16T18:16:46.719Z | Compiling tempfile v3.13.0 |
| 2064 | 2025-01-16T18:16:47.110Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2065 | 2025-01-16T18:16:47.433Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2066 | 2025-01-16T18:16:47.453Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
| 2067 | 2025-01-16T18:16:47.910Z | Compiling parse-display-derive v0.10.0 |
| 2068 | 2025-01-16T18:16:48.308Z | Compiling colored v2.1.0 |
| 2069 | 2025-01-16T18:16:48.387Z | Compiling serde_with_macros v3.11.0 |
| 2070 | 2025-01-16T18:16:49.128Z | Compiling dropshot_endpoint v0.13.0 |
| 2071 | 2025-01-16T18:16:49.527Z | Compiling thiserror-impl v2.0.11 |
| 2072 | 2025-01-16T18:16:50.801Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2073 | 2025-01-16T18:16:51.411Z | Compiling instant v0.1.13 |
| 2074 | 2025-01-16T18:16:51.503Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2075 | 2025-01-16T18:16:51.572Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2076 | 2025-01-16T18:16:51.616Z | Compiling backoff v0.4.0 |
| 2077 | 2025-01-16T18:16:51.816Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2078 | 2025-01-16T18:16:51.925Z | Compiling parse-display v0.10.0 |
| 2079 | 2025-01-16T18:16:52.015Z | Compiling serde_with v3.11.0 |
| 2080 | 2025-01-16T18:16:53.782Z | Compiling zone_cfg_derive v0.3.0 |
| 2081 | 2025-01-16T18:16:53.973Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2082 | 2025-01-16T18:16:54.684Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2083 | 2025-01-16T18:16:54.777Z | Compiling camino-tempfile v1.1.1 |
| 2084 | 2025-01-16T18:16:55.061Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
| 2085 | 2025-01-16T18:16:55.531Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
| 2086 | 2025-01-16T18:16:55.551Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2087 | 2025-01-16T18:16:55.765Z | Compiling regress v0.9.1 |
| 2088 | 2025-01-16T18:16:55.988Z | Compiling progenitor-client v0.9.1 |
| 2089 | 2025-01-16T18:16:56.010Z | Compiling num-derive v0.4.2 |
| 2090 | 2025-01-16T18:16:56.923Z | Compiling sigpipe v0.1.3 |
| 2091 | 2025-01-16T18:16:57.079Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2092 | 2025-01-16T18:16:57.400Z | Compiling libefi-sys v0.1.0 |
| 2093 | 2025-01-16T18:16:57.787Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2094 | 2025-01-16T18:16:58.279Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
| 2095 | 2025-01-16T18:16:59.823Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
| 2096 | 2025-01-16T18:17:00.393Z | Compiling zone v0.3.0 |
| 2097 | 2025-01-16T18:17:01.075Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2098 | 2025-01-16T18:17:02.097Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2099 | 2025-01-16T18:17:04.167Z | Compiling smf v0.2.3 |
| 2100 | 2025-01-16T18:17:04.336Z | Compiling bitfield-struct v0.6.2 |
| 2101 | 2025-01-16T18:17:05.714Z | Compiling blake3 v1.5.4 |
| 2102 | 2025-01-16T18:17:06.169Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2103 | 2025-01-16T18:17:06.700Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2104 | 2025-01-16T18:17:06.991Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2105 | 2025-01-16T18:17:07.159Z | Compiling xattr v1.3.1 |
| 2106 | 2025-01-16T18:17:07.387Z | Compiling memmap2 v0.9.5 |
| 2107 | 2025-01-16T18:17:07.426Z | Compiling filetime v0.2.25 |
| 2108 | 2025-01-16T18:17:07.486Z | Compiling same-file v1.0.6 |
| 2109 | 2025-01-16T18:17:07.775Z | Compiling arrayvec v0.7.6 |
| 2110 | 2025-01-16T18:17:07.795Z | Compiling arrayref v0.3.9 |
| 2111 | 2025-01-16T18:17:07.914Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2112 | 2025-01-16T18:17:08.003Z | Compiling constant_time_eq v0.3.1 |
| 2113 | 2025-01-16T18:17:08.060Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2114 | 2025-01-16T18:17:08.098Z | Compiling walkdir v2.5.0 |
| 2115 | 2025-01-16T18:17:08.231Z | Compiling tar v0.4.42 |
| 2116 | 2025-01-16T18:17:09.764Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2117 | 2025-01-16T18:17:10.194Z | Compiling gethostname v0.5.0 |
| 2118 | 2025-01-16T18:17:10.420Z | Compiling cargo-platform v0.1.8 |
| 2119 | 2025-01-16T18:17:10.692Z | Compiling topological-sort v0.2.2 |
| 2120 | 2025-01-16T18:17:10.865Z | Compiling cargo_metadata v0.18.1 |
| 2121 | 2025-01-16T18:17:11.409Z | Compiling omicron-zone-package v0.12.0 |
| 2122 | 2025-01-16T18:17:11.484Z | Compiling shell-words v1.1.0 |
| 2123 | 2025-01-16T18:17:12.026Z | Compiling indent_write v2.2.0 |
| 2124 | 2025-01-16T18:17:17.019Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2125 | 2025-01-16T18:17:18.953Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2126 | 2025-01-16T18:17:21.787Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2127 | 2025-01-16T18:17:40.117Z | Finished `release` profile [optimized] target(s) in 5m 14s |
| 2128 | 2025-01-16T18:17:40.285Z | Running `target/release/omicron-package -t test target create -p dev` |
| 2129 | 2025-01-16T18:17:40.333Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2130 | 2025-01-16T18:17:40.336Z | Created new build target 'test' and set it as active |
| 2131 | 2025-01-16T18:17:40.336Z | |
| 2132 | 2025-01-16T18:17:40.336Z | real 5:14.853617941 |
| 2133 | 2025-01-16T18:17:40.336Z | user 36:45.232097790 |
| 2134 | 2025-01-16T18:17:40.336Z | sys 3:25.547873036 |
| 2135 | 2025-01-16T18:17:40.336Z | trap 1.157897711 |
| 2136 | 2025-01-16T18:17:40.336Z | tflt 2.958855080 |
| 2137 | 2025-01-16T18:17:40.336Z | dflt 0.472318061 |
| 2138 | 2025-01-16T18:17:40.336Z | kflt 0.009380918 |
| 2139 | 2025-01-16T18:17:40.336Z | lock 1:13:39.602266964 |
| 2140 | 2025-01-16T18:17:40.336Z | slp 2:28:19.532974312 |
| 2141 | 2025-01-16T18:17:40.337Z | lat 2:49.576583549 |
| 2142 | 2025-01-16T18:17:40.337Z | stop 4:46.382137499 |
| 2143 | 2025-01-16T18:17:40.337Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 2144 | 2025-01-16T18:17:41.302Z | Finished `release` profile [optimized] target(s) in 0.91s |
| 2145 | 2025-01-16T18:17:41.361Z | Running `target/release/omicron-package -t test package` |
| 2146 | 2025-01-16T18:17:41.406Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2147 | 2025-01-16T18:17:42.541Z | Compiling thiserror v2.0.11 |
| 2148 | 2025-01-16T18:17:42.677Z | Compiling typify-impl v0.3.0 |
| 2149 | 2025-01-16T18:17:42.693Z | Compiling convert_case v0.4.0 |
| 2150 | 2025-01-16T18:17:42.695Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2151 | 2025-01-16T18:17:42.695Z | Compiling newline-converter v0.3.0 |
| 2152 | 2025-01-16T18:17:42.695Z | Compiling password-hash v0.5.0 |
| 2153 | 2025-01-16T18:17:42.711Z | Compiling blake2 v0.10.6 |
| 2154 | 2025-01-16T18:17:42.714Z | Compiling base64 v0.21.7 |
| 2155 | 2025-01-16T18:17:42.947Z | Compiling expectorate v1.1.0 |
| 2156 | 2025-01-16T18:17:42.973Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2157 | 2025-01-16T18:17:43.230Z | Compiling atomicwrites v0.4.4 |
| 2158 | 2025-01-16T18:17:43.341Z | Compiling derive_more v0.99.18 |
| 2159 | 2025-01-16T18:17:43.750Z | Compiling argon2 v0.5.3 |
| 2160 | 2025-01-16T18:17:43.889Z | Compiling owo-colors v4.1.0 |
| 2161 | 2025-01-16T18:17:43.946Z | Compiling cancel-safe-futures v0.1.5 |
| 2162 | 2025-01-16T18:17:44.167Z | Compiling num-rational v0.4.2 |
| 2163 | 2025-01-16T18:17:44.219Z | Compiling progenitor-client v0.9.1 |
| 2164 | 2025-01-16T18:17:44.289Z | Compiling num-complex v0.4.6 |
| 2165 | 2025-01-16T18:17:44.737Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2166 | 2025-01-16T18:17:45.313Z | Compiling num v0.4.3 |
| 2167 | 2025-01-16T18:17:45.440Z | Compiling libsw v3.3.1 |
| 2168 | 2025-01-16T18:17:45.574Z | Compiling linear-map v1.2.0 |
| 2169 | 2025-01-16T18:17:45.800Z | Compiling swrite v0.1.0 |
| 2170 | 2025-01-16T18:17:45.964Z | Compiling float-ord v0.3.2 |
| 2171 | 2025-01-16T18:17:46.024Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2172 | 2025-01-16T18:17:46.092Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2173 | 2025-01-16T18:17:46.162Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2174 | 2025-01-16T18:17:46.523Z | Compiling highway v1.2.0 |
| 2175 | 2025-01-16T18:17:47.867Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2176 | 2025-01-16T18:17:48.030Z | Compiling semver v0.1.20 |
| 2177 | 2025-01-16T18:17:48.591Z | Compiling rustc_version v0.1.7 |
| 2178 | 2025-01-16T18:17:49.000Z | Compiling newtype_derive v0.1.6 |
| 2179 | 2025-01-16T18:17:49.232Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2180 | 2025-01-16T18:17:49.325Z | Compiling tungstenite v0.21.0 |
| 2181 | 2025-01-16T18:17:53.658Z | Compiling typify-macro v0.3.0 |
| 2182 | 2025-01-16T18:17:53.680Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2183 | 2025-01-16T18:17:54.402Z | Compiling ipnetwork v0.20.0 |
| 2184 | 2025-01-16T18:17:55.144Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
| 2185 | 2025-01-16T18:17:55.326Z | Compiling tokio-tungstenite v0.21.0 |
| 2186 | 2025-01-16T18:17:55.862Z | Compiling progenitor-client v0.8.0 |
| 2187 | 2025-01-16T18:17:55.884Z | Compiling humantime v2.1.0 |
| 2188 | 2025-01-16T18:17:56.130Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
| 2189 | 2025-01-16T18:17:56.330Z | Compiling progenitor v0.8.0 |
| 2190 | 2025-01-16T18:17:56.574Z | Compiling dropshot v0.13.0 |
| 2191 | 2025-01-16T18:17:56.660Z | Compiling instant v0.1.13 |
| 2192 | 2025-01-16T18:17:56.827Z | Compiling backoff v0.4.0 |
| 2193 | 2025-01-16T18:17:57.026Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2194 | 2025-01-16T18:17:57.055Z | Compiling typify v0.3.0 |
| 2195 | 2025-01-16T18:17:57.192Z | Compiling progenitor-impl v0.9.1 |
| 2196 | 2025-01-16T18:17:57.461Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
| 2197 | 2025-01-16T18:18:03.331Z | Compiling progenitor-macro v0.9.1 |
| 2198 | 2025-01-16T18:18:04.383Z | Compiling steno v0.4.1 |
| 2199 | 2025-01-16T18:18:04.655Z | Compiling parse-display v0.10.0 |
| 2200 | 2025-01-16T18:18:04.773Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2201 | 2025-01-16T18:18:04.974Z | Compiling strum v0.26.3 |
| 2202 | 2025-01-16T18:18:05.156Z | Compiling serde_with v3.11.0 |
| 2203 | 2025-01-16T18:18:05.182Z | Compiling regress v0.9.1 |
| 2204 | 2025-01-16T18:18:08.533Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2205 | 2025-01-16T18:18:09.815Z | Compiling macaddr v1.0.1 |
| 2206 | 2025-01-16T18:18:10.193Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2207 | 2025-01-16T18:18:10.259Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
| 2208 | 2025-01-16T18:18:10.295Z | Compiling slog-dtrace v0.3.0 |
| 2209 | 2025-01-16T18:18:10.720Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
| 2210 | 2025-01-16T18:18:10.813Z | Compiling prettyplease v0.2.25 |
| 2211 | 2025-01-16T18:18:13.016Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
| 2212 | 2025-01-16T18:18:14.381Z | Compiling progenitor v0.9.1 |
| 2213 | 2025-01-16T18:18:14.628Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2214 | 2025-01-16T18:18:16.591Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
| 2215 | 2025-01-16T18:18:25.617Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2216 | 2025-01-16T18:18:27.707Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2217 | 2025-01-16T18:18:28.278Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2218 | 2025-01-16T18:18:29.325Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2219 | 2025-01-16T18:18:30.379Z | Compiling half v2.4.1 |
| 2220 | 2025-01-16T18:18:32.285Z | Compiling ciborium-io v0.2.2 |
| 2221 | 2025-01-16T18:18:32.453Z | Compiling ciborium-ll v0.2.2 |
| 2222 | 2025-01-16T18:18:32.988Z | Compiling ciborium v0.2.2 |
| 2223 | 2025-01-16T18:18:33.787Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2224 | 2025-01-16T18:18:34.293Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2225 | 2025-01-16T18:18:34.997Z | Compiling display-error-chain v0.2.2 |
| 2226 | 2025-01-16T18:18:35.235Z | Compiling fastrand v2.1.1 |
| 2227 | 2025-01-16T18:18:35.439Z | Compiling same-file v1.0.6 |
| 2228 | 2025-01-16T18:18:35.709Z | Compiling walkdir v2.5.0 |
| 2229 | 2025-01-16T18:18:35.755Z | Compiling tempfile v3.13.0 |
| 2230 | 2025-01-16T18:18:36.342Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2231 | 2025-01-16T18:18:36.506Z | Compiling blake3 v1.5.4 |
| 2232 | 2025-01-16T18:18:37.152Z | Compiling const_format_proc_macros v0.2.33 |
| 2233 | 2025-01-16T18:18:38.885Z | Compiling xattr v1.3.1 |
| 2234 | 2025-01-16T18:18:39.180Z | Compiling memmap2 v0.9.5 |
| 2235 | 2025-01-16T18:18:39.213Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2236 | 2025-01-16T18:18:39.588Z | Compiling filetime v0.2.25 |
| 2237 | 2025-01-16T18:18:39.626Z | Compiling keccak v0.1.5 |
| 2238 | 2025-01-16T18:18:39.766Z | Compiling arrayref v0.3.9 |
| 2239 | 2025-01-16T18:18:39.890Z | Compiling constant_time_eq v0.3.1 |
| 2240 | 2025-01-16T18:18:39.910Z | Compiling maplit v1.0.2 |
| 2241 | 2025-01-16T18:18:40.054Z | Compiling crunchy v0.2.2 |
| 2242 | 2025-01-16T18:18:40.073Z | Compiling arrayvec v0.7.6 |
| 2243 | 2025-01-16T18:18:40.528Z | Compiling sha3 v0.10.8 |
| 2244 | 2025-01-16T18:18:40.715Z | Compiling tar v0.4.42 |
| 2245 | 2025-01-16T18:18:41.403Z | Compiling const_format v0.2.33 |
| 2246 | 2025-01-16T18:18:41.479Z | Compiling camino-tempfile v1.1.1 |
| 2247 | 2025-01-16T18:18:41.934Z | Compiling toolchain_find v0.4.0 |
| 2248 | 2025-01-16T18:18:41.969Z | Compiling topological-sort v0.2.2 |
| 2249 | 2025-01-16T18:18:42.208Z | Compiling radium v0.7.0 |
| 2250 | 2025-01-16T18:18:42.445Z | Compiling tiny-keccak v2.0.2 |
| 2251 | 2025-01-16T18:18:42.647Z | Compiling rustfmt-wrapper v0.2.1 |
| 2252 | 2025-01-16T18:18:42.692Z | Compiling omicron-zone-package v0.12.0 |
| 2253 | 2025-01-16T18:18:42.840Z | Compiling dsl_auto_type v0.1.2 |
| 2254 | 2025-01-16T18:18:43.025Z | Compiling scheduled-thread-pool v0.2.7 |
| 2255 | 2025-01-16T18:18:43.209Z | Compiling diesel_table_macro_syntax v0.2.0 |
| 2256 | 2025-01-16T18:18:43.612Z | Compiling maybe-uninit v2.0.0 |
| 2257 | 2025-01-16T18:18:44.096Z | Compiling tap v1.0.1 |
| 2258 | 2025-01-16T18:18:44.101Z | Compiling diesel_derives v2.2.3 |
| 2259 | 2025-01-16T18:18:44.306Z | Compiling wyz v0.5.1 |
| 2260 | 2025-01-16T18:18:44.485Z | Compiling r2d2 v0.8.10 |
| 2261 | 2025-01-16T18:18:45.226Z | Compiling phf_generator v0.11.2 |
| 2262 | 2025-01-16T18:18:45.425Z | Compiling ascii-canvas v3.0.0 |
| 2263 | 2025-01-16T18:18:45.445Z | Compiling secrecy v0.8.0 |
| 2264 | 2025-01-16T18:18:45.708Z | Compiling async-recursion v1.1.1 |
| 2265 | 2025-01-16T18:18:45.903Z | Compiling ena v0.14.3 |
| 2266 | 2025-01-16T18:18:46.424Z | Compiling funty v2.0.0 |
| 2267 | 2025-01-16T18:18:46.573Z | Compiling crc-catalog v2.4.0 |
| 2268 | 2025-01-16T18:18:46.763Z | Compiling regex-syntax v0.6.29 |
| 2269 | 2025-01-16T18:18:47.086Z | Compiling arc-swap v1.7.1 |
| 2270 | 2025-01-16T18:18:47.685Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2271 | 2025-01-16T18:18:47.746Z | Compiling diff v0.1.13 |
| 2272 | 2025-01-16T18:18:47.837Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
| 2273 | 2025-01-16T18:18:48.162Z | Compiling packed_struct v0.10.1 |
| 2274 | 2025-01-16T18:18:48.245Z | Compiling slog-scope v4.4.0 |
| 2275 | 2025-01-16T18:18:48.628Z | Compiling bitvec v1.0.1 |
| 2276 | 2025-01-16T18:18:49.070Z | Compiling crc v3.2.1 |
| 2277 | 2025-01-16T18:18:49.119Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2278 | 2025-01-16T18:18:51.143Z | Compiling lalrpop v0.19.12 |
| 2279 | 2025-01-16T18:18:51.710Z | Compiling phf_codegen v0.11.2 |
| 2280 | 2025-01-16T18:18:52.103Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2281 | 2025-01-16T18:18:53.053Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2282 | 2025-01-16T18:18:53.152Z | Compiling universal-hash v0.5.1 |
| 2283 | 2025-01-16T18:18:53.302Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2284 | 2025-01-16T18:18:53.420Z | Compiling packed_struct_codegen v0.10.1 |
| 2285 | 2025-01-16T18:18:54.840Z | Compiling diesel v2.2.6 |
| 2286 | 2025-01-16T18:18:55.720Z | Compiling parse-zoneinfo v0.3.1 |
| 2287 | 2025-01-16T18:18:55.763Z | Compiling unicase v2.7.0 |
| 2288 | 2025-01-16T18:18:56.122Z | Compiling indexmap v1.9.3 |
| 2289 | 2025-01-16T18:18:56.468Z | Compiling opaque-debug v0.3.1 |
| 2290 | 2025-01-16T18:18:56.651Z | Compiling nodrop v0.1.14 |
| 2291 | 2025-01-16T18:18:56.805Z | Compiling ref-cast v1.0.23 |
| 2292 | 2025-01-16T18:18:57.144Z | Compiling array-init v0.0.4 |
| 2293 | 2025-01-16T18:18:57.354Z | Compiling poly1305 v0.8.0 |
| 2294 | 2025-01-16T18:18:58.239Z | Compiling chrono-tz-build v0.4.0 |
| 2295 | 2025-01-16T18:18:59.187Z | Compiling thiserror-no-std v2.0.2 |
| 2296 | 2025-01-16T18:18:59.352Z | Compiling smallvec v0.6.14 |
| 2297 | 2025-01-16T18:18:59.846Z | Compiling slog-stdlog v4.1.1 |
| 2298 | 2025-01-16T18:19:01.252Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2299 | 2025-01-16T18:19:01.615Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2300 | 2025-01-16T18:19:01.932Z | Compiling derive_builder_core v0.20.2 |
| 2301 | 2025-01-16T18:19:02.794Z | Compiling chacha20 v0.9.1 |
| 2302 | 2025-01-16T18:19:03.330Z | Compiling headers-core v0.3.0 |
| 2303 | 2025-01-16T18:19:03.540Z | Compiling aead v0.5.2 |
| 2304 | 2025-01-16T18:19:03.919Z | Compiling libxml v0.3.3 |
| 2305 | 2025-01-16T18:19:04.015Z | Compiling ref-cast-impl v1.0.23 |
| 2306 | 2025-01-16T18:19:04.314Z | Compiling vte_generate_state_changes v0.1.2 |
| 2307 | 2025-01-16T18:19:04.960Z | Compiling hashbrown v0.12.3 |
| 2308 | 2025-01-16T18:19:05.145Z | Compiling termcolor v1.4.1 |
| 2309 | 2025-01-16T18:19:06.206Z | Compiling bitfield v0.14.0 |
| 2310 | 2025-01-16T18:19:06.540Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2311 | 2025-01-16T18:19:07.327Z | Compiling env_logger v0.10.2 |
| 2312 | 2025-01-16T18:19:10.715Z | Compiling vte v0.11.1 |
| 2313 | 2025-01-16T18:19:12.299Z | Compiling derive_builder_macro v0.20.2 |
| 2314 | 2025-01-16T18:19:13.145Z | Compiling chacha20poly1305 v0.10.1 |
| 2315 | 2025-01-16T18:19:13.566Z | Compiling headers v0.4.0 |
| 2316 | 2025-01-16T18:19:13.949Z | Compiling polar-core v0.27.3 |
| 2317 | 2025-01-16T18:19:16.929Z | Compiling slog-envlogger v2.2.0 |
| 2318 | 2025-01-16T18:19:17.091Z | Compiling serde-hex v0.1.0 |
| 2319 | 2025-01-16T18:19:19.591Z | Compiling vsss-rs v3.3.4 |
| 2320 | 2025-01-16T18:19:22.146Z | Compiling chrono-tz v0.10.0 |
| 2321 | 2025-01-16T18:19:22.820Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2322 | 2025-01-16T18:19:23.611Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2323 | 2025-01-16T18:19:23.965Z | Compiling ron v0.8.1 |
| 2324 | 2025-01-16T18:19:25.795Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2325 | 2025-01-16T18:19:26.115Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2326 | 2025-01-16T18:19:26.610Z | Compiling hashbrown v0.13.2 |
| 2327 | 2025-01-16T18:19:27.921Z | Compiling strum_macros v0.24.3 |
| 2328 | 2025-01-16T18:19:29.752Z | Compiling fxhash v0.2.1 |
| 2329 | 2025-01-16T18:19:30.020Z | Compiling samael v0.0.17 |
| 2330 | 2025-01-16T18:19:30.546Z | Compiling indoc v1.0.9 |
| 2331 | 2025-01-16T18:19:31.090Z | Compiling bumpalo v3.16.0 |
| 2332 | 2025-01-16T18:19:31.388Z | Compiling crc-any v2.5.0 |
| 2333 | 2025-01-16T18:19:31.641Z | Compiling bytecount v0.6.8 |
| 2334 | 2025-01-16T18:19:31.723Z | Compiling lockfree-object-pool v0.1.6 |
| 2335 | 2025-01-16T18:19:31.974Z | Compiling simd-adler32 v0.3.7 |
| 2336 | 2025-01-16T18:19:32.037Z | Compiling zip v2.1.3 |
| 2337 | 2025-01-16T18:19:32.378Z | Compiling zopfli v0.8.1 |
| 2338 | 2025-01-16T18:19:32.433Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 2339 | 2025-01-16T18:19:33.189Z | Compiling papergrid v0.11.0 |
| 2340 | 2025-01-16T18:19:40.143Z | Compiling object v0.30.4 |
| 2341 | 2025-01-16T18:19:40.986Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2342 | 2025-01-16T18:19:45.368Z | Compiling derive_builder v0.20.2 |
| 2343 | 2025-01-16T18:19:46.451Z | Compiling strip-ansi-escapes v0.2.0 |
| 2344 | 2025-01-16T18:19:47.232Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2345 | 2025-01-16T18:19:47.438Z | Compiling tabled_derive v0.7.0 |
| 2346 | 2025-01-16T18:19:47.541Z | Compiling itertools v0.12.1 |
| 2347 | 2025-01-16T18:19:49.523Z | Compiling fd-lock v4.0.2 |
| 2348 | 2025-01-16T18:19:49.793Z | Compiling peg-macros v0.8.4 |
| 2349 | 2025-01-16T18:19:49.947Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2350 | 2025-01-16T18:19:50.959Z | Compiling kstat-rs v0.2.4 |
| 2351 | 2025-01-16T18:19:51.055Z | Compiling impl-trait-for-tuples v0.2.2 |
| 2352 | 2025-01-16T18:19:51.856Z | Compiling oso-derive v0.27.3 |
| 2353 | 2025-01-16T18:19:52.448Z | Compiling quick-xml v0.33.0 |
| 2354 | 2025-01-16T18:19:52.804Z | Compiling diesel-dtrace v0.4.2 |
| 2355 | 2025-01-16T18:19:52.968Z | Compiling path-slash v0.1.5 |
| 2356 | 2025-01-16T18:19:53.155Z | Compiling nu-ansi-term v0.50.1 |
| 2357 | 2025-01-16T18:19:53.336Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
| 2358 | 2025-01-16T18:19:54.444Z | Compiling reedline v0.35.0 |
| 2359 | 2025-01-16T18:19:57.161Z | Compiling oso v0.27.3 |
| 2360 | 2025-01-16T18:19:57.583Z | Compiling peg v0.8.4 |
| 2361 | 2025-01-16T18:19:57.718Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2362 | 2025-01-16T18:20:02.035Z | Compiling tabled v0.15.0 |
| 2363 | 2025-01-16T18:20:14.566Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2364 | 2025-01-16T18:20:18.311Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2365 | 2025-01-16T18:20:21.465Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2366 | 2025-01-16T18:20:21.703Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
| 2367 | 2025-01-16T18:20:22.683Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2368 | 2025-01-16T18:20:22.728Z | Compiling pem v3.0.4 |
| 2369 | 2025-01-16T18:20:23.005Z | Compiling bb8 v0.8.5 |
| 2370 | 2025-01-16T18:20:23.616Z | Compiling bcs v0.1.6 |
| 2371 | 2025-01-16T18:20:24.179Z | Compiling libz-sys v1.1.20 |
| 2372 | 2025-01-16T18:20:24.505Z | Compiling parking_lot_core v0.8.6 |
| 2373 | 2025-01-16T18:20:24.998Z | Compiling async-bb8-diesel v0.2.1 |
| 2374 | 2025-01-16T18:20:25.790Z | Compiling mime_guess v2.0.5 |
| 2375 | 2025-01-16T18:20:27.616Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2376 | 2025-01-16T18:20:30.787Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2377 | 2025-01-16T18:20:32.355Z | Compiling buf-list v1.0.3 |
| 2378 | 2025-01-16T18:20:34.539Z | Compiling nibble_vec v0.1.0 |
| 2379 | 2025-01-16T18:20:34.793Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 2380 | 2025-01-16T18:20:35.574Z | Compiling pin-project-internal v1.1.6 |
| 2381 | 2025-01-16T18:20:35.713Z | Compiling atty v0.2.14 |
| 2382 | 2025-01-16T18:20:35.910Z | Compiling http-range v0.1.5 |
| 2383 | 2025-01-16T18:20:36.518Z | Compiling salty v0.3.0 |
| 2384 | 2025-01-16T18:20:36.968Z | Compiling endian-type v0.1.2 |
| 2385 | 2025-01-16T18:20:37.246Z | Compiling radix_trie v0.2.1 |
| 2386 | 2025-01-16T18:20:38.132Z | Compiling pin-project v1.1.6 |
| 2387 | 2025-01-16T18:20:38.308Z | Compiling parking_lot v0.11.2 |
| 2388 | 2025-01-16T18:20:43.103Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
| 2389 | 2025-01-16T18:20:47.342Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 2390 | 2025-01-16T18:20:47.607Z | Compiling snafu-derive v0.8.5 |
| 2391 | 2025-01-16T18:20:53.395Z | Compiling snafu v0.8.5 |
| 2392 | 2025-01-16T18:20:53.592Z | Compiling hyper-staticfile v0.10.1 |
| 2393 | 2025-01-16T18:20:54.568Z | Compiling sled v0.34.7 |
| 2394 | 2025-01-16T18:21:14.028Z | Compiling hickory-client v0.24.1 |
| 2395 | 2025-01-16T18:21:17.990Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2396 | 2025-01-16T18:21:19.170Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2397 | 2025-01-16T18:21:19.214Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2398 | 2025-01-16T18:21:19.641Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2399 | 2025-01-16T18:21:21.269Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2400 | 2025-01-16T18:21:27.198Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
| 2401 | 2025-01-16T18:21:27.930Z | Compiling globset v0.4.15 |
| 2402 | 2025-01-16T18:21:28.354Z | Compiling hickory-server v0.24.1 |
| 2403 | 2025-01-16T18:21:28.805Z | Compiling primeorder v0.13.6 |
| 2404 | 2025-01-16T18:21:28.840Z | Compiling olpc-cjson v0.1.4 |
| 2405 | 2025-01-16T18:21:29.193Z | Compiling vergen v8.3.2 |
| 2406 | 2025-01-16T18:21:29.392Z | Compiling castaway v0.2.3 |
| 2407 | 2025-01-16T18:21:29.538Z | Compiling env_filter v0.1.2 |
| 2408 | 2025-01-16T18:21:29.611Z | Compiling cargo-platform v0.1.8 |
| 2409 | 2025-01-16T18:21:30.102Z | Compiling serde_plain v1.0.2 |
| 2410 | 2025-01-16T18:21:30.653Z | Compiling nanorand v0.7.0 |
| 2411 | 2025-01-16T18:21:31.070Z | Compiling memoffset v0.9.1 |
| 2412 | 2025-01-16T18:21:31.316Z | Compiling typed-path v0.9.3 |
| 2413 | 2025-01-16T18:21:31.625Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2414 | 2025-01-16T18:21:33.671Z | Compiling flume v0.11.1 |
| 2415 | 2025-01-16T18:21:34.438Z | Compiling tough v0.19.0 |
| 2416 | 2025-01-16T18:21:35.218Z | Compiling cargo_metadata v0.18.1 |
| 2417 | 2025-01-16T18:21:37.170Z | Compiling env_logger v0.11.5 |
| 2418 | 2025-01-16T18:21:38.181Z | Compiling compact_str v0.8.0 |
| 2419 | 2025-01-16T18:21:38.437Z | Compiling p384 v0.13.0 |
| 2420 | 2025-01-16T18:21:38.588Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2421 | 2025-01-16T18:21:39.313Z | Compiling git2 v0.19.0 |
| 2422 | 2025-01-16T18:21:40.011Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2423 | 2025-01-16T18:21:40.603Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2424 | 2025-01-16T18:21:41.779Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 2425 | 2025-01-16T18:21:45.521Z | Compiling unicode-truncate v1.1.0 |
| 2426 | 2025-01-16T18:21:45.844Z | Compiling lru v0.12.5 |
| 2427 | 2025-01-16T18:21:46.210Z | Compiling rand_seeder v0.3.0 |
| 2428 | 2025-01-16T18:21:46.656Z | Compiling libsqlite3-sys v0.30.1 |
| 2429 | 2025-01-16T18:21:47.202Z | Compiling lzma-sys v0.1.20 |
| 2430 | 2025-01-16T18:21:47.603Z | Compiling instability v0.3.2 |
| 2431 | 2025-01-16T18:21:47.916Z | Compiling parse-size v1.1.0 |
| 2432 | 2025-01-16T18:21:48.262Z | Compiling rustls v0.21.12 |
| 2433 | 2025-01-16T18:21:48.350Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
| 2434 | 2025-01-16T18:21:48.486Z | Compiling cfg_aliases v0.2.1 |
| 2435 | 2025-01-16T18:21:48.560Z | Compiling cassowary v0.3.0 |
| 2436 | 2025-01-16T18:21:48.614Z | Compiling nix v0.29.0 |
| 2437 | 2025-01-16T18:21:48.631Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2438 | 2025-01-16T18:21:48.818Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2439 | 2025-01-16T18:21:49.065Z | Compiling ratatui v0.28.1 |
| 2440 | 2025-01-16T18:21:50.986Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2441 | 2025-01-16T18:21:51.228Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2442 | 2025-01-16T18:21:52.003Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2443 | 2025-01-16T18:21:52.775Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 2444 | 2025-01-16T18:21:53.114Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2445 | 2025-01-16T18:21:54.674Z | Compiling sct v0.7.1 |
| 2446 | 2025-01-16T18:21:55.162Z | Compiling rustls-webpki v0.101.7 |
| 2447 | 2025-01-16T18:21:56.740Z | Compiling heck v0.3.3 |
| 2448 | 2025-01-16T18:21:57.087Z | Compiling csv-core v0.1.11 |
| 2449 | 2025-01-16T18:21:57.539Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2450 | 2025-01-16T18:21:57.895Z | Compiling glob v0.3.1 |
| 2451 | 2025-01-16T18:21:57.975Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
| 2452 | 2025-01-16T18:21:58.358Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2453 | 2025-01-16T18:21:59.149Z | Compiling csv v1.3.0 |
| 2454 | 2025-01-16T18:21:59.922Z | Compiling zone_cfg_derive v0.1.2 |
| 2455 | 2025-01-16T18:22:01.407Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2456 | 2025-01-16T18:22:08.107Z | Compiling nix v0.27.1 |
| 2457 | 2025-01-16T18:22:08.130Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
| 2458 | 2025-01-16T18:22:08.529Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2459 | 2025-01-16T18:22:09.489Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2460 | 2025-01-16T18:22:11.597Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
| 2461 | 2025-01-16T18:22:15.002Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2462 | 2025-01-16T18:22:15.936Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 2463 | 2025-01-16T18:22:16.271Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2464 | 2025-01-16T18:22:19.262Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2465 | 2025-01-16T18:22:19.586Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2466 | 2025-01-16T18:22:19.927Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 2467 | 2025-01-16T18:22:20.262Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2468 | 2025-01-16T18:22:20.466Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2469 | 2025-01-16T18:22:20.777Z | Compiling tungstenite v0.23.0 |
| 2470 | 2025-01-16T18:22:21.167Z | Compiling hashlink v0.9.1 |
| 2471 | 2025-01-16T18:22:21.961Z | Compiling fallible-iterator v0.3.0 |
| 2472 | 2025-01-16T18:22:22.139Z | Compiling fallible-streaming-iterator v0.1.9 |
| 2473 | 2025-01-16T18:22:22.455Z | Compiling base64 v0.13.1 |
| 2474 | 2025-01-16T18:22:22.755Z | Compiling rusqlite v0.32.1 |
| 2475 | 2025-01-16T18:22:23.237Z | Compiling ron v0.7.1 |
| 2476 | 2025-01-16T18:22:25.885Z | Compiling tokio-tungstenite v0.23.1 |
| 2477 | 2025-01-16T18:22:26.356Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2478 | 2025-01-16T18:22:26.513Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2479 | 2025-01-16T18:22:27.070Z | Compiling xz2 v0.1.7 |
| 2480 | 2025-01-16T18:22:27.667Z | Compiling tokio-rustls v0.24.1 |
| 2481 | 2025-01-16T18:22:28.152Z | Compiling zone v0.1.8 |
| 2482 | 2025-01-16T18:22:31.379Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2483 | 2025-01-16T18:22:33.725Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2484 | 2025-01-16T18:22:37.769Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2485 | 2025-01-16T18:22:38.037Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 2486 | 2025-01-16T18:22:39.384Z | Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 2487 | 2025-01-16T18:22:42.827Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2488 | 2025-01-16T18:22:44.978Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 2489 | 2025-01-16T18:22:47.597Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2490 | 2025-01-16T18:22:47.817Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 2491 | 2025-01-16T18:22:48.271Z | Compiling rustls-pemfile v1.0.4 |
| 2492 | 2025-01-16T18:22:49.064Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2493 | 2025-01-16T18:22:49.410Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
| 2494 | 2025-01-16T18:22:49.602Z | Compiling signal-hook-tokio v0.3.1 |
| 2495 | 2025-01-16T18:22:49.841Z | Compiling twox-hash v1.6.3 |
| 2496 | 2025-01-16T18:22:50.829Z | Compiling yasna v0.5.2 |
| 2497 | 2025-01-16T18:22:51.361Z | Compiling smawk v0.3.2 |
| 2498 | 2025-01-16T18:22:51.726Z | Compiling unicode-linebreak v0.1.5 |
| 2499 | 2025-01-16T18:22:52.319Z | Compiling is_ci v1.2.0 |
| 2500 | 2025-01-16T18:22:52.654Z | Compiling supports-color v3.0.1 |
| 2501 | 2025-01-16T18:22:52.806Z | Compiling textwrap v0.16.1 |
| 2502 | 2025-01-16T18:22:53.095Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
| 2503 | 2025-01-16T18:22:54.214Z | Compiling rcgen v0.12.1 |
| 2504 | 2025-01-16T18:22:56.650Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2505 | 2025-01-16T18:23:04.569Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 2506 | 2025-01-16T18:23:04.907Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 2507 | 2025-01-16T18:23:06.909Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2508 | 2025-01-16T18:23:15.715Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 2509 | 2025-01-16T18:23:20.671Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2510 | 2025-01-16T18:23:24.868Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 2511 | 2025-01-16T18:23:33.647Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2512 | 2025-01-16T18:23:34.212Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
| 2513 | 2025-01-16T18:23:39.338Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2514 | 2025-01-16T18:23:39.678Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 2515 | 2025-01-16T18:23:40.598Z | Compiling fatfs v0.3.6 |
| 2516 | 2025-01-16T18:23:43.520Z | Compiling rtoolbox v0.0.2 |
| 2517 | 2025-01-16T18:23:43.561Z | Compiling subprocess v0.2.9 |
| 2518 | 2025-01-16T18:23:43.999Z | Compiling assert_matches v1.5.0 |
| 2519 | 2025-01-16T18:23:48.266Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2520 | 2025-01-16T18:23:48.535Z | Compiling rpassword v7.3.1 |
| 2521 | 2025-01-16T18:23:49.011Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2522 | 2025-01-16T18:23:49.583Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 2523 | 2025-01-16T18:23:55.552Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 2524 | 2025-01-16T18:23:56.570Z | Compiling tui-tree-widget v0.22.0 |
| 2525 | 2025-01-16T18:23:57.058Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 2526 | 2025-01-16T18:24:05.008Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2527 | 2025-01-16T18:24:05.350Z | Compiling uzers v0.12.1 |
| 2528 | 2025-01-16T18:24:08.443Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2529 | 2025-01-16T18:24:10.222Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2530 | 2025-01-16T18:24:12.197Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2531 | 2025-01-16T18:24:36.243Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2532 | 2025-01-16T18:24:43.882Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 2533 | 2025-01-16T18:24:46.559Z | Compiling multimap v0.10.0 |
| 2534 | 2025-01-16T18:27:09.930Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 2535 | 2025-01-16T18:27:14.319Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2536 | 2025-01-16T18:33:41.929Z | Finished `release` profile [optimized] target(s) in 16m 00s |
| 2537 | 2025-01-16T18:34:46.208Z | |
| 2538 | 2025-01-16T18:34:46.211Z | real 17:05.811230747 |
| 2539 | 2025-01-16T18:34:46.211Z | user 2:00:01.689314819 |
| 2540 | 2025-01-16T18:34:46.211Z | sys 3:16.749719622 |
| 2541 | 2025-01-16T18:34:46.211Z | trap 3.113682632 |
| 2542 | 2025-01-16T18:34:46.211Z | tflt 2.926933064 |
| 2543 | 2025-01-16T18:34:46.211Z | dflt 5.311729418 |
| 2544 | 2025-01-16T18:34:46.211Z | kflt 0.138536590 |
| 2545 | 2025-01-16T18:34:46.211Z | lock 7:12:28.773191509 |
| 2546 | 2025-01-16T18:34:46.212Z | slp 6:14:05.676019124 |
| 2547 | 2025-01-16T18:34:46.212Z | lat 3:24.273866652 |
| 2548 | 2025-01-16T18:34:46.212Z | stop 2:41.244479572 |
| 2549 | 2025-01-16T18:34:46.212Z | + mapfile -t packages |
| 2550 | 2025-01-16T18:34:46.212Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2551 | 2025-01-16T18:34:47.214Z | Finished `release` profile [optimized] target(s) in 0.95s |
| 2552 | 2025-01-16T18:34:47.277Z | Running `target/release/omicron-package -t test list-outputs` |
| 2553 | 2025-01-16T18:34:47.326Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2554 | 2025-01-16T18:34:47.328Z | + ptime -m cargo build --locked --release -p xtask |
| 2555 | 2025-01-16T18:34:47.892Z | Compiling serde v1.0.217 |
| 2556 | 2025-01-16T18:34:47.899Z | Compiling libc v0.2.162 |
| 2557 | 2025-01-16T18:34:47.899Z | Compiling rustix v0.38.37 |
| 2558 | 2025-01-16T18:34:47.899Z | Compiling serde_json v1.0.135 |
| 2559 | 2025-01-16T18:34:47.899Z | Compiling syn v2.0.96 |
| 2560 | 2025-01-16T18:34:47.987Z | Compiling bitflags v2.6.0 |
| 2561 | 2025-01-16T18:34:48.340Z | Compiling usdt-impl v0.5.0 |
| 2562 | 2025-01-16T18:34:48.373Z | Compiling syn v1.0.109 |
| 2563 | 2025-01-16T18:34:48.490Z | Compiling hashbrown v0.15.1 |
| 2564 | 2025-01-16T18:34:48.514Z | Compiling log v0.4.22 |
| 2565 | 2025-01-16T18:34:48.760Z | Compiling fs-err v2.11.0 |
| 2566 | 2025-01-16T18:34:48.945Z | Compiling anyhow v1.0.93 |
| 2567 | 2025-01-16T18:34:49.094Z | Compiling once_cell v1.20.2 |
| 2568 | 2025-01-16T18:34:49.313Z | Compiling thread-id v4.2.2 |
| 2569 | 2025-01-16T18:34:49.672Z | Compiling indexmap v2.7.0 |
| 2570 | 2025-01-16T18:34:50.757Z | Compiling terminal_size v0.4.0 |
| 2571 | 2025-01-16T18:34:50.757Z | Compiling tempfile v3.13.0 |
| 2572 | 2025-01-16T18:34:51.016Z | Compiling clap_builder v4.5.21 |
| 2573 | 2025-01-16T18:34:51.591Z | Compiling proc-macro-error v1.0.4 |
| 2574 | 2025-01-16T18:34:52.523Z | Compiling tabled_derive v0.7.0 |
| 2575 | 2025-01-16T18:34:53.597Z | Compiling tabled v0.15.0 |
| 2576 | 2025-01-16T18:34:54.363Z | Compiling serde_derive v1.0.217 |
| 2577 | 2025-01-16T18:34:54.363Z | Compiling thiserror-impl v1.0.69 |
| 2578 | 2025-01-16T18:34:54.367Z | Compiling zerocopy-derive v0.7.35 |
| 2579 | 2025-01-16T18:34:54.367Z | Compiling scroll_derive v0.12.0 |
| 2580 | 2025-01-16T18:34:54.367Z | Compiling clap_derive v4.5.18 |
| 2581 | 2025-01-16T18:34:55.779Z | Compiling scroll v0.12.0 |
| 2582 | 2025-01-16T18:34:56.241Z | Compiling zerocopy v0.7.35 |
| 2583 | 2025-01-16T18:34:56.414Z | Compiling goblin v0.8.2 |
| 2584 | 2025-01-16T18:34:57.025Z | Compiling thiserror v1.0.69 |
| 2585 | 2025-01-16T18:34:57.205Z | Compiling pest v2.7.14 |
| 2586 | 2025-01-16T18:35:00.123Z | Compiling pest_meta v2.7.14 |
| 2587 | 2025-01-16T18:35:00.139Z | Compiling clap v4.5.21 |
| 2588 | 2025-01-16T18:35:01.690Z | Compiling pest_generator v2.7.14 |
| 2589 | 2025-01-16T18:35:03.717Z | Compiling pest_derive v2.7.14 |
| 2590 | 2025-01-16T18:35:04.503Z | Compiling dtrace-parser v0.2.0 |
| 2591 | 2025-01-16T18:35:08.518Z | Compiling toml_datetime v0.6.8 |
| 2592 | 2025-01-16T18:35:09.220Z | Compiling serde_tokenstream v0.2.2 |
| 2593 | 2025-01-16T18:35:09.800Z | Compiling serde_spanned v0.6.8 |
| 2594 | 2025-01-16T18:35:10.118Z | Compiling toml_edit v0.22.22 |
| 2595 | 2025-01-16T18:35:11.433Z | Compiling dof v0.3.0 |
| 2596 | 2025-01-16T18:35:12.362Z | Compiling camino v1.1.9 |
| 2597 | 2025-01-16T18:35:13.371Z | Compiling usdt-attr-macro v0.5.0 |
| 2598 | 2025-01-16T18:35:13.636Z | Compiling toml v0.8.19 |
| 2599 | 2025-01-16T18:35:14.699Z | Compiling usdt-macro v0.5.0 |
| 2600 | 2025-01-16T18:35:15.875Z | Compiling semver v1.0.24 |
| 2601 | 2025-01-16T18:35:17.329Z | Compiling cargo-platform v0.1.8 |
| 2602 | 2025-01-16T18:35:18.200Z | Compiling cargo_metadata v0.18.1 |
| 2603 | 2025-01-16T18:35:18.369Z | Compiling usdt v0.5.0 |
| 2604 | 2025-01-16T18:35:19.661Z | Compiling cargo_toml v0.20.5 |
| 2605 | 2025-01-16T18:35:19.814Z | Compiling camino-tempfile v1.1.1 |
| 2606 | 2025-01-16T18:35:19.899Z | Compiling macaddr v1.0.1 |
| 2607 | 2025-01-16T18:35:30.647Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2608 | 2025-01-16T18:35:41.362Z | Finished `release` profile [optimized] target(s) in 53.97s |
| 2609 | 2025-01-16T18:35:41.470Z | |
| 2610 | 2025-01-16T18:35:41.473Z | real 54.112379451 |
| 2611 | 2025-01-16T18:35:41.473Z | user 5:39.167495427 |
| 2612 | 2025-01-16T18:35:41.473Z | sys 18.097375624 |
| 2613 | 2025-01-16T18:35:41.473Z | trap 0.157720399 |
| 2614 | 2025-01-16T18:35:41.473Z | tflt 0.237752073 |
| 2615 | 2025-01-16T18:35:41.473Z | dflt 0.284422677 |
| 2616 | 2025-01-16T18:35:41.473Z | kflt 0.020173204 |
| 2617 | 2025-01-16T18:35:41.473Z | lock 10:32.559418130 |
| 2618 | 2025-01-16T18:35:41.473Z | slp 15:43.492908403 |
| 2619 | 2025-01-16T18:35:41.474Z | lat 14.228901210 |
| 2620 | 2025-01-16T18:35:41.474Z | stop 17.714064238 |
| 2621 | 2025-01-16T18:35:41.474Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2622 | 2025-01-16T18:35:41.474Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2623 | 2025-01-16T18:35:41.474Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2624 | 2025-01-16T18:35:41.474Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2625 | 2025-01-16T18:35:41.474Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 2626 | 2025-01-16T18:35:42.344Z | Compiling hashbrown v0.14.5 |
| 2627 | 2025-01-16T18:35:42.475Z | Compiling ident_case v1.0.1 |
| 2628 | 2025-01-16T18:35:42.489Z | Compiling unsafe-libyaml v0.2.11 |
| 2629 | 2025-01-16T18:35:42.502Z | Compiling ipnetwork v0.20.0 |
| 2630 | 2025-01-16T18:35:42.505Z | Compiling progenitor-client v0.9.1 |
| 2631 | 2025-01-16T18:35:42.505Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2632 | 2025-01-16T18:35:42.505Z | Compiling macaddr v1.0.1 |
| 2633 | 2025-01-16T18:35:42.505Z | Compiling progenitor-client v0.8.0 |
| 2634 | 2025-01-16T18:35:42.627Z | Compiling darling_core v0.20.10 |
| 2635 | 2025-01-16T18:35:42.938Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
| 2636 | 2025-01-16T18:35:42.995Z | Compiling instant v0.1.13 |
| 2637 | 2025-01-16T18:35:43.018Z | Compiling structmeta-derive v0.3.0 |
| 2638 | 2025-01-16T18:35:43.061Z | Compiling dropshot v0.13.0 |
| 2639 | 2025-01-16T18:35:43.179Z | Compiling thiserror v2.0.11 |
| 2640 | 2025-01-16T18:35:43.310Z | Compiling dropshot_endpoint v0.13.0 |
| 2641 | 2025-01-16T18:35:43.446Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
| 2642 | 2025-01-16T18:35:43.585Z | Compiling regress v0.10.1 |
| 2643 | 2025-01-16T18:35:43.647Z | Compiling regress v0.9.1 |
| 2644 | 2025-01-16T18:35:43.748Z | Compiling serde_yaml v0.9.34+deprecated |
| 2645 | 2025-01-16T18:35:44.635Z | Compiling thiserror-impl v2.0.11 |
| 2646 | 2025-01-16T18:35:44.679Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
| 2647 | 2025-01-16T18:35:45.592Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2648 | 2025-01-16T18:35:45.720Z | Compiling structmeta v0.3.0 |
| 2649 | 2025-01-16T18:35:46.131Z | Compiling parse-display-derive v0.10.0 |
| 2650 | 2025-01-16T18:35:46.355Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2651 | 2025-01-16T18:35:46.563Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2652 | 2025-01-16T18:35:47.072Z | Compiling backoff v0.4.0 |
| 2653 | 2025-01-16T18:35:47.297Z | Compiling typify-impl v0.2.0 |
| 2654 | 2025-01-16T18:35:47.414Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2655 | 2025-01-16T18:35:48.081Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2656 | 2025-01-16T18:35:48.191Z | Compiling tempfile v3.13.0 |
| 2657 | 2025-01-16T18:35:48.273Z | Compiling proc-macro-crate v1.3.1 |
| 2658 | 2025-01-16T18:35:48.361Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2659 | 2025-01-16T18:35:48.642Z | Compiling typify-impl v0.3.0 |
| 2660 | 2025-01-16T18:35:48.746Z | Compiling itertools v0.13.0 |
| 2661 | 2025-01-16T18:35:48.749Z | Compiling darling_macro v0.20.10 |
| 2662 | 2025-01-16T18:35:48.974Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2663 | 2025-01-16T18:35:49.222Z | Compiling num_enum_derive v0.5.11 |
| 2664 | 2025-01-16T18:35:49.278Z | Compiling zerocopy v0.8.10 |
| 2665 | 2025-01-16T18:35:49.664Z | Compiling darling v0.20.10 |
| 2666 | 2025-01-16T18:35:49.807Z | Compiling serde_with_macros v3.11.0 |
| 2667 | 2025-01-16T18:35:50.163Z | Compiling parse-display v0.10.0 |
| 2668 | 2025-01-16T18:35:50.233Z | Compiling zerocopy-derive v0.8.10 |
| 2669 | 2025-01-16T18:35:50.787Z | Compiling foreign-types-macros v0.2.3 |
| 2670 | 2025-01-16T18:35:51.609Z | Compiling num_enum v0.5.11 |
| 2671 | 2025-01-16T18:35:51.651Z | Compiling foreign-types-shared v0.3.1 |
| 2672 | 2025-01-16T18:35:51.854Z | Compiling crucible-workspace-hack v0.1.0 |
| 2673 | 2025-01-16T18:35:51.856Z | Compiling heapless v0.8.0 |
| 2674 | 2025-01-16T18:35:52.070Z | Compiling foreign-types v0.5.0 |
| 2675 | 2025-01-16T18:35:52.181Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2676 | 2025-01-16T18:35:52.207Z | Compiling proc-macro-error v1.0.4 |
| 2677 | 2025-01-16T18:35:52.447Z | Compiling serde_with v3.11.0 |
| 2678 | 2025-01-16T18:35:53.003Z | Compiling camino-tempfile v1.1.1 |
| 2679 | 2025-01-16T18:35:53.038Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2680 | 2025-01-16T18:35:53.425Z | Compiling hash32 v0.3.1 |
| 2681 | 2025-01-16T18:35:53.699Z | Compiling cstr-argument v0.1.2 |
| 2682 | 2025-01-16T18:35:53.871Z | Compiling pretty-hex v0.2.1 |
| 2683 | 2025-01-16T18:35:53.964Z | Compiling smoltcp v0.11.0 |
| 2684 | 2025-01-16T18:35:54.093Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2685 | 2025-01-16T18:35:54.488Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2686 | 2025-01-16T18:35:54.646Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2687 | 2025-01-16T18:35:55.153Z | Compiling tabwriter v1.4.0 |
| 2688 | 2025-01-16T18:35:55.638Z | Compiling colored v2.1.0 |
| 2689 | 2025-01-16T18:35:55.783Z | Compiling cobs v0.2.3 |
| 2690 | 2025-01-16T18:35:56.104Z | Compiling postcard v1.0.10 |
| 2691 | 2025-01-16T18:35:56.107Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2692 | 2025-01-16T18:35:56.290Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2693 | 2025-01-16T18:35:56.325Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2694 | 2025-01-16T18:35:56.480Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
| 2695 | 2025-01-16T18:35:56.505Z | Compiling smf v0.2.3 |
| 2696 | 2025-01-16T18:35:56.762Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2697 | 2025-01-16T18:35:57.122Z | Compiling zone_cfg_derive v0.3.0 |
| 2698 | 2025-01-16T18:35:57.274Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
| 2699 | 2025-01-16T18:35:57.742Z | Compiling num-derive v0.4.2 |
| 2700 | 2025-01-16T18:35:57.766Z | Compiling sigpipe v0.1.3 |
| 2701 | 2025-01-16T18:35:57.907Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2702 | 2025-01-16T18:35:58.250Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2703 | 2025-01-16T18:35:58.521Z | Compiling zone v0.3.0 |
| 2704 | 2025-01-16T18:35:58.932Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2705 | 2025-01-16T18:35:59.172Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
| 2706 | 2025-01-16T18:35:59.633Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 2707 | 2025-01-16T18:35:59.710Z | Compiling universal-hash v0.5.1 |
| 2708 | 2025-01-16T18:35:59.937Z | Compiling opaque-debug v0.3.1 |
| 2709 | 2025-01-16T18:35:59.975Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
| 2710 | 2025-01-16T18:36:00.010Z | Compiling tungstenite v0.21.0 |
| 2711 | 2025-01-16T18:36:00.059Z | Compiling num-rational v0.4.2 |
| 2712 | 2025-01-16T18:36:00.238Z | Compiling password-hash v0.5.0 |
| 2713 | 2025-01-16T18:36:00.662Z | Compiling num-complex v0.4.6 |
| 2714 | 2025-01-16T18:36:00.813Z | Compiling blake2 v0.10.6 |
| 2715 | 2025-01-16T18:36:01.166Z | Compiling aead v0.5.2 |
| 2716 | 2025-01-16T18:36:01.577Z | Compiling keccak v0.1.5 |
| 2717 | 2025-01-16T18:36:01.663Z | Compiling convert_case v0.4.0 |
| 2718 | 2025-01-16T18:36:01.720Z | Compiling base64 v0.21.7 |
| 2719 | 2025-01-16T18:36:02.018Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2720 | 2025-01-16T18:36:02.074Z | Compiling sha3 v0.10.8 |
| 2721 | 2025-01-16T18:36:02.220Z | Compiling num v0.4.3 |
| 2722 | 2025-01-16T18:36:02.356Z | Compiling argon2 v0.5.3 |
| 2723 | 2025-01-16T18:36:02.484Z | Compiling tokio-tungstenite v0.21.0 |
| 2724 | 2025-01-16T18:36:02.514Z | Compiling typify-macro v0.2.0 |
| 2725 | 2025-01-16T18:36:02.581Z | Compiling derive_more v0.99.18 |
| 2726 | 2025-01-16T18:36:02.794Z | Compiling poly1305 v0.8.0 |
| 2727 | 2025-01-16T18:36:03.058Z | Compiling chacha20 v0.9.1 |
| 2728 | 2025-01-16T18:36:03.119Z | Compiling float-ord v0.3.2 |
| 2729 | 2025-01-16T18:36:03.580Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2730 | 2025-01-16T18:36:03.605Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2731 | 2025-01-16T18:36:03.871Z | Compiling semver v0.1.20 |
| 2732 | 2025-01-16T18:36:03.954Z | Compiling typify-macro v0.3.0 |
| 2733 | 2025-01-16T18:36:04.013Z | Compiling same-file v1.0.6 |
| 2734 | 2025-01-16T18:36:04.319Z | Compiling rustc_version v0.1.7 |
| 2735 | 2025-01-16T18:36:04.477Z | Compiling walkdir v2.5.0 |
| 2736 | 2025-01-16T18:36:04.480Z | Compiling newline-converter v0.3.0 |
| 2737 | 2025-01-16T18:36:04.684Z | Compiling primeorder v0.13.6 |
| 2738 | 2025-01-16T18:36:04.823Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
| 2739 | 2025-01-16T18:36:05.114Z | Compiling secrecy v0.8.0 |
| 2740 | 2025-01-16T18:36:05.180Z | Compiling cancel-safe-futures v0.1.5 |
| 2741 | 2025-01-16T18:36:05.217Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 2742 | 2025-01-16T18:36:05.362Z | Compiling owo-colors v4.1.0 |
| 2743 | 2025-01-16T18:36:05.425Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
| 2744 | 2025-01-16T18:36:05.572Z | Compiling newtype_derive v0.1.6 |
| 2745 | 2025-01-16T18:36:05.652Z | Compiling expectorate v1.1.0 |
| 2746 | 2025-01-16T18:36:05.704Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
| 2747 | 2025-01-16T18:36:05.838Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2748 | 2025-01-16T18:36:05.875Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2749 | 2025-01-16T18:36:05.994Z | Compiling blake3 v1.5.4 |
| 2750 | 2025-01-16T18:36:06.134Z | Compiling half v2.4.1 |
| 2751 | 2025-01-16T18:36:06.350Z | Compiling typify v0.2.0 |
| 2752 | 2025-01-16T18:36:06.512Z | Compiling progenitor-impl v0.8.0 |
| 2753 | 2025-01-16T18:36:06.665Z | Compiling unicase v2.7.0 |
| 2754 | 2025-01-16T18:36:06.685Z | Compiling arc-swap v1.7.1 |
| 2755 | 2025-01-16T18:36:06.705Z | Compiling ciborium-io v0.2.2 |
| 2756 | 2025-01-16T18:36:06.865Z | Compiling ciborium-ll v0.2.2 |
| 2757 | 2025-01-16T18:36:07.254Z | Compiling slog-scope v4.4.0 |
| 2758 | 2025-01-16T18:36:07.275Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
| 2759 | 2025-01-16T18:36:07.292Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2760 | 2025-01-16T18:36:07.758Z | Compiling polyval v0.6.2 |
| 2761 | 2025-01-16T18:36:07.761Z | Compiling typify v0.3.0 |
| 2762 | 2025-01-16T18:36:07.929Z | Compiling progenitor-impl v0.9.1 |
| 2763 | 2025-01-16T18:36:08.182Z | Compiling atomicwrites v0.4.4 |
| 2764 | 2025-01-16T18:36:08.213Z | Compiling libsw v3.3.1 |
| 2765 | 2025-01-16T18:36:08.535Z | Compiling memmap2 v0.9.5 |
| 2766 | 2025-01-16T18:36:08.539Z | Compiling constant_time_eq v0.3.1 |
| 2767 | 2025-01-16T18:36:08.681Z | Compiling thiserror-no-std v2.0.2 |
| 2768 | 2025-01-16T18:36:08.764Z | Compiling parking_lot_core v0.8.6 |
| 2769 | 2025-01-16T18:36:08.829Z | Compiling salty v0.3.0 |
| 2770 | 2025-01-16T18:36:08.961Z | Compiling indent_write v2.2.0 |
| 2771 | 2025-01-16T18:36:09.192Z | Compiling libefi-sys v0.1.0 |
| 2772 | 2025-01-16T18:36:09.227Z | Compiling linear-map v1.2.0 |
| 2773 | 2025-01-16T18:36:09.246Z | Compiling arrayvec v0.7.6 |
| 2774 | 2025-01-16T18:36:09.347Z | Compiling arrayref v0.3.9 |
| 2775 | 2025-01-16T18:36:09.524Z | Compiling vsss-rs v3.3.4 |
| 2776 | 2025-01-16T18:36:09.544Z | Compiling ghash v0.5.1 |
| 2777 | 2025-01-16T18:36:09.565Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2778 | 2025-01-16T18:36:09.736Z | Compiling slog-stdlog v4.1.1 |
| 2779 | 2025-01-16T18:36:10.132Z | Compiling ciborium v0.2.2 |
| 2780 | 2025-01-16T18:36:10.452Z | Compiling p384 v0.13.0 |
| 2781 | 2025-01-16T18:36:10.744Z | Compiling toolchain_find v0.4.0 |
| 2782 | 2025-01-16T18:36:11.383Z | Compiling chacha20poly1305 v0.10.1 |
| 2783 | 2025-01-16T18:36:11.475Z | Compiling ctr v0.9.2 |
| 2784 | 2025-01-16T18:36:11.528Z | Compiling lzma-sys v0.1.20 |
| 2785 | 2025-01-16T18:36:11.652Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2786 | 2025-01-16T18:36:11.890Z | Compiling bitfield-struct v0.6.2 |
| 2787 | 2025-01-16T18:36:12.058Z | Compiling slog-dtrace v0.3.0 |
| 2788 | 2025-01-16T18:36:12.119Z | Compiling highway v1.2.0 |
| 2789 | 2025-01-16T18:36:12.297Z | Compiling topological-sort v0.2.2 |
| 2790 | 2025-01-16T18:36:12.518Z | Compiling omicron-zone-package v0.12.0 |
| 2791 | 2025-01-16T18:36:12.668Z | Compiling aes-gcm v0.10.3 |
| 2792 | 2025-01-16T18:36:12.860Z | Compiling rustfmt-wrapper v0.2.1 |
| 2793 | 2025-01-16T18:36:12.993Z | Compiling mime_guess v2.0.5 |
| 2794 | 2025-01-16T18:36:13.233Z | Compiling slog-envlogger v2.2.0 |
| 2795 | 2025-01-16T18:36:13.267Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2796 | 2025-01-16T18:36:13.458Z | Compiling steno v0.4.1 |
| 2797 | 2025-01-16T18:36:13.551Z | Compiling progenitor-macro v0.8.0 |
| 2798 | 2025-01-16T18:36:14.150Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2799 | 2025-01-16T18:36:14.211Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2800 | 2025-01-16T18:36:14.318Z | Compiling heck v0.3.3 |
| 2801 | 2025-01-16T18:36:14.699Z | Compiling ssh-encoding v0.2.0 |
| 2802 | 2025-01-16T18:36:14.767Z | Compiling blowfish v0.9.1 |
| 2803 | 2025-01-16T18:36:15.457Z | Compiling progenitor-macro v0.9.1 |
| 2804 | 2025-01-16T18:36:15.478Z | Compiling nibble_vec v0.1.0 |
| 2805 | 2025-01-16T18:36:15.479Z | Compiling env_filter v0.1.2 |
| 2806 | 2025-01-16T18:36:15.479Z | Compiling endian-type v0.1.2 |
| 2807 | 2025-01-16T18:36:15.479Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2808 | 2025-01-16T18:36:15.479Z | Compiling humantime v2.1.0 |
| 2809 | 2025-01-16T18:36:15.479Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
| 2810 | 2025-01-16T18:36:15.494Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
| 2811 | 2025-01-16T18:36:15.770Z | Compiling env_logger v0.11.5 |
| 2812 | 2025-01-16T18:36:15.789Z | Compiling radix_trie v0.2.1 |
| 2813 | 2025-01-16T18:36:15.846Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2814 | 2025-01-16T18:36:15.868Z | Compiling ssh-cipher v0.2.0 |
| 2815 | 2025-01-16T18:36:16.427Z | Compiling bcrypt-pbkdf v0.10.0 |
| 2816 | 2025-01-16T18:36:16.459Z | Compiling zone_cfg_derive v0.1.2 |
| 2817 | 2025-01-16T18:36:16.716Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2818 | 2025-01-16T18:36:17.383Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2819 | 2025-01-16T18:36:17.621Z | Compiling parking_lot v0.11.2 |
| 2820 | 2025-01-16T18:36:17.832Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2821 | 2025-01-16T18:36:17.945Z | Compiling password-hash v0.4.2 |
| 2822 | 2025-01-16T18:36:18.254Z | Compiling gethostname v0.5.0 |
| 2823 | 2025-01-16T18:36:18.342Z | Compiling fxhash v0.2.1 |
| 2824 | 2025-01-16T18:36:18.389Z | Compiling bumpalo v3.16.0 |
| 2825 | 2025-01-16T18:36:18.463Z | Compiling matches v0.1.10 |
| 2826 | 2025-01-16T18:36:18.484Z | Compiling simd-adler32 v0.3.7 |
| 2827 | 2025-01-16T18:36:18.576Z | Compiling http-range v0.1.5 |
| 2828 | 2025-01-16T18:36:18.594Z | Compiling zip v2.1.3 |
| 2829 | 2025-01-16T18:36:18.802Z | Compiling lockfree-object-pool v0.1.6 |
| 2830 | 2025-01-16T18:36:18.897Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
| 2831 | 2025-01-16T18:36:18.918Z | Compiling base64 v0.13.1 |
| 2832 | 2025-01-16T18:36:18.965Z | Compiling idna v0.2.3 |
| 2833 | 2025-01-16T18:36:19.060Z | Compiling zopfli v0.8.1 |
| 2834 | 2025-01-16T18:36:19.085Z | Compiling sled v0.34.7 |
| 2835 | 2025-01-16T18:36:19.231Z | Compiling pbkdf2 v0.11.0 |
| 2836 | 2025-01-16T18:36:19.478Z | Compiling ron v0.7.1 |
| 2837 | 2025-01-16T18:36:19.618Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2838 | 2025-01-16T18:36:19.928Z | Compiling zone v0.1.8 |
| 2839 | 2025-01-16T18:36:20.260Z | Compiling xz2 v0.1.7 |
| 2840 | 2025-01-16T18:36:20.677Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
| 2841 | 2025-01-16T18:36:20.711Z | Compiling ssh-key v0.6.6 |
| 2842 | 2025-01-16T18:36:21.367Z | Compiling hickory-client v0.24.1 |
| 2843 | 2025-01-16T18:36:21.737Z | Compiling p521 v0.13.3 |
| 2844 | 2025-01-16T18:36:22.042Z | Compiling p256 v0.13.2 |
| 2845 | 2025-01-16T18:36:22.809Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 2846 | 2025-01-16T18:36:22.873Z | Compiling hickory-server v0.24.1 |
| 2847 | 2025-01-16T18:36:23.849Z | Compiling enum-as-inner v0.5.1 |
| 2848 | 2025-01-16T18:36:24.052Z | Compiling pem v3.0.4 |
| 2849 | 2025-01-16T18:36:24.789Z | Compiling yasna v0.5.2 |
| 2850 | 2025-01-16T18:36:24.871Z | Compiling headers-core v0.3.0 |
| 2851 | 2025-01-16T18:36:25.026Z | Compiling kstat-rs v0.2.4 |
| 2852 | 2025-01-16T18:36:25.052Z | Compiling nanorand v0.7.0 |
| 2853 | 2025-01-16T18:36:25.403Z | Compiling atty v0.2.14 |
| 2854 | 2025-01-16T18:36:25.571Z | Compiling russh-cryptovec v0.7.3 |
| 2855 | 2025-01-16T18:36:25.617Z | Compiling md5 v0.7.0 |
| 2856 | 2025-01-16T18:36:25.638Z | Compiling flume v0.11.1 |
| 2857 | 2025-01-16T18:36:25.888Z | Compiling russh-keys v0.45.0 |
| 2858 | 2025-01-16T18:36:26.139Z | Compiling rcgen v0.12.1 |
| 2859 | 2025-01-16T18:36:26.207Z | Compiling progenitor v0.8.0 |
| 2860 | 2025-01-16T18:36:26.240Z | Compiling headers v0.4.0 |
| 2861 | 2025-01-16T18:36:26.361Z | Compiling trust-dns-proto v0.22.0 |
| 2862 | 2025-01-16T18:36:26.452Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
| 2863 | 2025-01-16T18:36:27.035Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
| 2864 | 2025-01-16T18:36:27.563Z | Compiling progenitor v0.9.1 |
| 2865 | 2025-01-16T18:36:27.813Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
| 2866 | 2025-01-16T18:36:27.971Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2867 | 2025-01-16T18:36:28.333Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2868 | 2025-01-16T18:36:28.546Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 2869 | 2025-01-16T18:36:28.942Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
| 2870 | 2025-01-16T18:36:29.675Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 2871 | 2025-01-16T18:36:30.502Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
| 2872 | 2025-01-16T18:36:32.733Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2873 | 2025-01-16T18:36:33.335Z | Compiling hyper-staticfile v0.10.1 |
| 2874 | 2025-01-16T18:36:33.791Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
| 2875 | 2025-01-16T18:36:34.187Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 2876 | 2025-01-16T18:36:34.347Z | Compiling num-bigint v0.4.6 |
| 2877 | 2025-01-16T18:36:34.759Z | Compiling des v0.8.1 |
| 2878 | 2025-01-16T18:36:35.121Z | Compiling subprocess v0.2.9 |
| 2879 | 2025-01-16T18:36:35.400Z | Compiling dhcproto-macros v0.1.0 |
| 2880 | 2025-01-16T18:36:35.812Z | Compiling hex-literal v0.4.1 |
| 2881 | 2025-01-16T18:36:36.022Z | Compiling display-error-chain v0.2.2 |
| 2882 | 2025-01-16T18:36:36.251Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2883 | 2025-01-16T18:36:36.284Z | Compiling dhcproto v0.12.0 |
| 2884 | 2025-01-16T18:36:36.776Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2885 | 2025-01-16T18:36:37.269Z | Compiling russh v0.45.0 |
| 2886 | 2025-01-16T18:36:39.274Z | Compiling internet-checksum v0.2.1 |
| 2887 | 2025-01-16T18:36:44.026Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2888 | 2025-01-16T18:36:44.026Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2889 | 2025-01-16T18:36:44.029Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2890 | 2025-01-16T18:36:44.029Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2891 | 2025-01-16T18:36:44.808Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2892 | 2025-01-16T18:36:46.765Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 2893 | 2025-01-16T18:36:47.915Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2894 | 2025-01-16T18:36:48.276Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2895 | 2025-01-16T18:36:48.704Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 2896 | 2025-01-16T18:36:48.960Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
| 2897 | 2025-01-16T18:36:51.325Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2898 | 2025-01-16T18:36:51.768Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2899 | 2025-01-16T18:36:51.891Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 2900 | 2025-01-16T18:36:52.703Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2901 | 2025-01-16T18:36:52.779Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2902 | 2025-01-16T18:36:53.345Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2903 | 2025-01-16T18:36:53.757Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2904 | 2025-01-16T18:36:55.195Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2905 | 2025-01-16T18:36:57.896Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2906 | 2025-01-16T18:36:57.902Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2907 | 2025-01-16T18:36:58.311Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2908 | 2025-01-16T18:36:58.991Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 2909 | 2025-01-16T18:37:03.011Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 2910 | 2025-01-16T18:37:03.277Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2911 | 2025-01-16T18:37:04.073Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2912 | 2025-01-16T18:37:04.844Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2913 | 2025-01-16T18:37:05.746Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 2914 | 2025-01-16T18:37:06.430Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2915 | 2025-01-16T18:37:09.764Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2916 | 2025-01-16T18:37:17.547Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2917 | 2025-01-16T18:37:19.126Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2918 | 2025-01-16T18:37:40.633Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2919 | 2025-01-16T18:38:04.470Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 22s |
| 2920 | 2025-01-16T18:38:04.690Z | |
| 2921 | 2025-01-16T18:38:04.694Z | real 2:23.169129622 |
| 2922 | 2025-01-16T18:38:04.694Z | user 12:16.171111915 |
| 2923 | 2025-01-16T18:38:04.694Z | sys 1:35.003155568 |
| 2924 | 2025-01-16T18:38:04.694Z | trap 0.373819981 |
| 2925 | 2025-01-16T18:38:04.694Z | tflt 0.907596384 |
| 2926 | 2025-01-16T18:38:04.694Z | dflt 0.838961514 |
| 2927 | 2025-01-16T18:38:04.694Z | kflt 0.000033967 |
| 2928 | 2025-01-16T18:38:04.694Z | lock 22:37.480324371 |
| 2929 | 2025-01-16T18:38:04.694Z | slp 42:21.162361947 |
| 2930 | 2025-01-16T18:38:04.694Z | lat 39.228277291 |
| 2931 | 2025-01-16T18:38:04.694Z | stop 1:38.866623315 |
| 2932 | 2025-01-16T18:38:04.694Z | + mkdir tests |
| 2933 | 2025-01-16T18:38:04.698Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 2934 | 2025-01-16T18:38:04.698Z | + xargs -I '{}' -t cp '{}' tests/ |
| 2935 | 2025-01-16T18:38:05.777Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-7fdd2ce8b8115f30 tests/ |
| 2936 | 2025-01-16T18:38:05.803Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-b66b1f6cb6462c79 tests/ |
| 2937 | 2025-01-16T18:38:05.831Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-5fa3e715fcf19bde tests/ |
| 2938 | 2025-01-16T18:38:05.855Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-eaed48e3e5583e37 tests/ |
| 2939 | 2025-01-16T18:38:06.147Z | + 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/*) |
| 2940 | 2025-01-16T18:38:06.151Z | + 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-7fdd2ce8b8115f30 tests/commtest-5fa3e715fcf19bde tests/dhcp_server-b66b1f6cb6462c79 tests/end_to_end_tests-eaed48e3e5583e37 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 |
| 2941 | 2025-01-16T18:39:20.194Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 2942 | 2025-01-16T18:39:20.194Z | a .github/buildomat/ci-env.sh 1K |
| 2943 | 2025-01-16T18:39:20.194Z | a out/target/test 1K |
| 2944 | 2025-01-16T18:39:20.194Z | a out/npuzone/npuzone 23144K |
| 2945 | 2025-01-16T18:39:20.194Z | a package-manifest.toml 34K |
| 2946 | 2025-01-16T18:39:20.194Z | a smf/sled-agent/non-gimlet/config.toml 4K |
| 2947 | 2025-01-16T18:39:20.194Z | a target/release/omicron-package 36338K |
| 2948 | 2025-01-16T18:39:20.194Z | a target/release/xtask 11918K |
| 2949 | 2025-01-16T18:39:20.194Z | a target/debug/bootstrap 221312K |
| 2950 | 2025-01-16T18:39:20.194Z | a tests/bootstrap-7fdd2ce8b8115f30 24324K |
| 2951 | 2025-01-16T18:39:20.194Z | a tests/commtest-5fa3e715fcf19bde 24818K |
| 2952 | 2025-01-16T18:39:20.194Z | a tests/dhcp_server-b66b1f6cb6462c79 24324K |
| 2953 | 2025-01-16T18:39:20.194Z | a tests/end_to_end_tests-eaed48e3e5583e37 283325K |
| 2954 | 2025-01-16T18:39:20.194Z | a out/clickhouse.tar.gz 294611K |
| 2955 | 2025-01-16T18:39:20.194Z | a out/clickhouse_keeper.tar.gz 281577K |
| 2956 | 2025-01-16T18:39:20.194Z | a out/clickhouse_server.tar.gz 294592K |
| 2957 | 2025-01-16T18:39:20.194Z | a out/cockroachdb.tar.gz 135058K |
| 2958 | 2025-01-16T18:39:20.194Z | a out/crucible-dtrace.tar 96K |
| 2959 | 2025-01-16T18:39:20.194Z | a out/crucible-pantry-zone.tar.gz 28531K |
| 2960 | 2025-01-16T18:39:20.194Z | a out/crucible-zone.tar.gz 36808K |
| 2961 | 2025-01-16T18:39:20.195Z | a out/external-dns.tar.gz 35733K |
| 2962 | 2025-01-16T18:39:20.195Z | a out/internal-dns.tar.gz 35733K |
| 2963 | 2025-01-16T18:39:20.195Z | a out/mg-ddm-gz.tar 63075K |
| 2964 | 2025-01-16T18:39:20.195Z | a out/nexus.tar.gz 100139K |
| 2965 | 2025-01-16T18:39:20.195Z | a out/ntp.tar.gz 10493K |
| 2966 | 2025-01-16T18:39:20.195Z | a out/omicron-gateway-softnpu.tar.gz 24207K |
| 2967 | 2025-01-16T18:39:20.195Z | a out/omicron-sled-agent.tar 114629K |
| 2968 | 2025-01-16T18:39:20.195Z | a out/overlay.tar.gz 3K |
| 2969 | 2025-01-16T18:39:20.195Z | a out/oximeter.tar.gz 48417K |
| 2970 | 2025-01-16T18:39:20.195Z | a out/oxlog.tar 3157K |
| 2971 | 2025-01-16T18:39:20.195Z | a out/probe.tar.gz 2764K |
| 2972 | 2025-01-16T18:39:20.195Z | a out/propolis-server.tar.gz 66467K |
| 2973 | 2025-01-16T18:39:20.195Z | a out/pumpkind-gz.tar 26665K |
| 2974 | 2025-01-16T18:39:20.195Z | a out/switch-softnpu.tar.gz 236343K |
| 2975 | 2025-01-16T18:39:20.198Z | |
| 2976 | 2025-01-16T18:39:20.198Z | real 1:14.042794406 |
| 2977 | 2025-01-16T18:39:20.198Z | user 1:10.591952297 |
| 2978 | 2025-01-16T18:39:20.198Z | sys 4.898718798 |
| 2979 | 2025-01-16T18:39:20.198Z | trap 0.018180451 |
| 2980 | 2025-01-16T18:39:20.198Z | tflt 0.000000000 |
| 2981 | 2025-01-16T18:39:20.198Z | dflt 0.000000000 |
| 2982 | 2025-01-16T18:39:20.198Z | kflt 0.000000000 |
| 2983 | 2025-01-16T18:39:20.198Z | lock 0.000000000 |
| 2984 | 2025-01-16T18:39:20.198Z | slp 1:10.341505344 |
| 2985 | 2025-01-16T18:39:20.198Z | lat 2.229581583 |
| 2986 | 2025-01-16T18:39:20.198Z | stop 0.000212903 |
| 2987 | 2025-01-16T18:39:20.201Z | process exited: duration 1934095 ms, exit code 0 |
| |
| 2988 | 2025-01-16T18:39:20.216Z | found 1 output files |
| 2989 | 2025-01-16T18:39:20.216Z | uploading: /work/package.tar.gz (1905630864 bytes) |
| 2990 | 2025-01-16T18:40:05.438Z | uploaded: /work/package.tar.gz |