|
|
|
1 | 2025-01-24T22:51:01.999Z | job assigned to worker 01JJD84C24898ZF4ET5NJZH1MN [factory aws, i-0dc312730bc51d041] (queued for 1 m 1 s) |
|
2 | 2025-01-24T22:51:10.772Z | starting task 0: "setup" |
3 | 2025-01-24T22:51:10.780Z | ++ uname -s |
4 | 2025-01-24T22:51:10.783Z | + kern=SunOS |
5 | 2025-01-24T22:51:10.783Z | + case "$kern" in |
6 | 2025-01-24T22:51:10.783Z | + groupadd -g 12345 build |
7 | 2025-01-24T22:51:10.786Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-24T22:51:12.792Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-24T22:51:12.882Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-24T22:51:12.885Z | + home_fs=zfs |
11 | 2025-01-24T22:51:12.885Z | + [[ zfs == autofs ]] |
12 | 2025-01-24T22:51:12.885Z | + mkdir -p /home/build |
13 | 2025-01-24T22:51:12.888Z | + chown build:build /home/build /work |
14 | 2025-01-24T22:51:14.890Z | + chmod 0700 /home/build /work |
15 | 2025-01-24T22:51:14.897Z | process exited: duration 4121 ms, exit code 0 |
|
16 | 2025-01-24T22:51:14.903Z | starting task 1: "rust-toolchain" |
17 | 2025-01-24T22:51:14.909Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-24T22:51:14.909Z | ' 1.84.0 |
19 | 2025-01-24T22:51:14.909Z | * toolchain channel = "1.84.0" |
20 | 2025-01-24T22:51:14.909Z | * toolchain profile = "default" |
21 | 2025-01-24T22:51:14.909Z | + printf ' * toolchain profile = "%s" |
22 | 2025-01-24T22:51:14.909Z | ' default |
23 | 2025-01-24T22:51:14.912Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-24T22:51:14.912Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
25 | 2025-01-24T22:51:15.040Z | info: downloading installer |
26 | 2025-01-24T22:51:16.741Z | info: profile set to 'default' |
27 | 2025-01-24T22:51:16.741Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-24T22:51:16.745Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
29 | 2025-01-24T22:51:16.882Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
30 | 2025-01-24T22:51:16.882Z | info: downloading component 'cargo' |
31 | 2025-01-24T22:51:17.618Z | info: downloading component 'clippy' |
32 | 2025-01-24T22:51:17.900Z | info: downloading component 'rust-docs' |
33 | 2025-01-24T22:51:18.917Z | info: downloading component 'rust-std' |
34 | 2025-01-24T22:51:20.414Z | info: downloading component 'rustc' |
35 | 2025-01-24T22:51:26.138Z | info: downloading component 'rustfmt' |
36 | 2025-01-24T22:51:26.357Z | info: installing component 'cargo' |
37 | 2025-01-24T22:51:27.208Z | info: installing component 'clippy' |
38 | 2025-01-24T22:51:27.573Z | info: installing component 'rust-docs' |
39 | 2025-01-24T22:51:31.758Z | info: installing component 'rust-std' |
40 | 2025-01-24T22:51:31.888Z | info: installing component 'rustc' |
41 | 2025-01-24T22:51:37.006Z | info: installing component 'rustfmt' |
42 | 2025-01-24T22:51:37.342Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
43 | 2025-01-24T22:51:37.342Z | |
44 | 2025-01-24T22:51:37.734Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
45 | 2025-01-24T22:51:37.734Z | |
46 | 2025-01-24T22:51:37.737Z | |
47 | 2025-01-24T22:51:37.737Z | Rust is installed now. Great! |
48 | 2025-01-24T22:51:37.737Z | |
49 | 2025-01-24T22:51:37.738Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-24T22:51:37.738Z | environment variable. This has not been done automatically. |
51 | 2025-01-24T22:51:37.738Z | |
52 | 2025-01-24T22:51:37.738Z | To configure your current shell, you need to source |
53 | 2025-01-24T22:51:37.738Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-24T22:51:37.738Z | |
55 | 2025-01-24T22:51:37.738Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-24T22:51:37.738Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-24T22:51:37.738Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-24T22:51:37.800Z | + rustc --version |
59 | 2025-01-24T22:51:37.920Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
60 | 2025-01-24T22:51:37.935Z | process exited: duration 22964 ms, exit code 0 |
|
61 | 2025-01-24T22:51:37.941Z | starting task 2: "authentication" |
62 | 2025-01-24T22:51:37.964Z | process exited: duration 22 ms, exit code 0 |
|
63 | 2025-01-24T22:51:37.969Z | starting task 3: "clone repository" |
64 | 2025-01-24T22:51:37.974Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-24T22:51:37.976Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-24T22:51:38.268Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-24T22:51:46.505Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-24T22:51:46.505Z | + git fetch origin 40f39e77e1a46a6b1f953a4fdc1ad7861cf53f58 |
69 | 2025-01-24T22:51:46.775Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-24T22:51:46.775Z | * branch 40f39e77e1a46a6b1f953a4fdc1ad7861cf53f58 -> FETCH_HEAD |
71 | 2025-01-24T22:51:46.787Z | + [[ -n omdb-decommissioned-disk-task-impl ]] |
72 | 2025-01-24T22:51:46.790Z | ++ git branch --show-current |
73 | 2025-01-24T22:51:46.792Z | + current=main |
74 | 2025-01-24T22:51:46.793Z | + [[ main != omdb-decommissioned-disk-task-impl ]] |
75 | 2025-01-24T22:51:46.793Z | + git branch -f omdb-decommissioned-disk-task-impl 40f39e77e1a46a6b1f953a4fdc1ad7861cf53f58 |
76 | 2025-01-24T22:51:46.795Z | + git checkout -f omdb-decommissioned-disk-task-impl |
77 | 2025-01-24T22:51:46.981Z | Switched to branch 'omdb-decommissioned-disk-task-impl' |
78 | 2025-01-24T22:51:46.984Z | + git reset --hard 40f39e77e1a46a6b1f953a4fdc1ad7861cf53f58 |
79 | 2025-01-24T22:51:46.996Z | HEAD is now at 40f39e77e Merge branch 'omdb-sb-task-impl' into omdb-decommissioned-disk-task-impl |
80 | 2025-01-24T22:51:46.999Z | process exited: duration 9027 ms, exit code 0 |
|
81 | 2025-01-24T22:51:47.005Z | starting task 4: "build" |
82 | 2025-01-24T22:51:47.013Z | + source ./env.sh |
83 | 2025-01-24T22:51:47.013Z | ++ OLD_SHELL_OPTS=ehxB |
84 | 2025-01-24T22:51:47.013Z | ++ set -o xtrace |
85 | 2025-01-24T22:51:47.016Z | ++++ dirname ./env.sh |
86 | 2025-01-24T22:51:47.016Z | +++ readlink -f . |
87 | 2025-01-24T22:51:47.053Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2025-01-24T22:51:47.056Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
89 | 2025-01-24T22:51:47.056Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
90 | 2025-01-24T22:51:47.056Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
91 | 2025-01-24T22:51:47.056Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
92 | 2025-01-24T22:51:47.056Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2025-01-24T22:51:47.056Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2025-01-24T22:51:47.056Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
95 | 2025-01-24T22:51:47.056Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2025-01-24T22:51:47.056Z | ++ case $OLD_SHELL_OPTS in |
97 | 2025-01-24T22:51:47.056Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
98 | 2025-01-24T22:51:47.056Z | + source .github/buildomat/ci-env.sh |
99 | 2025-01-24T22:51:47.056Z | ++ export CARGO_TERM_COLOR=always |
100 | 2025-01-24T22:51:47.056Z | ++ CARGO_TERM_COLOR=always |
101 | 2025-01-24T22:51:47.056Z | + cargo --version |
102 | 2025-01-24T22:51:47.115Z | cargo 1.84.0 (66221abde 2024-11-19) |
103 | 2025-01-24T22:51:47.118Z | + rustc --version |
104 | 2025-01-24T22:51:47.180Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
105 | 2025-01-24T22:51:47.182Z | + banner prerequisites |
106 | 2025-01-24T22:51:47.231Z | |
107 | 2025-01-24T22:51:47.231Z | ##### ##### ###### ##### ###### #### # # # #### # |
108 | 2025-01-24T22:51:47.231Z | # # # # # # # # # # # # # # # |
109 | 2025-01-24T22:51:47.231Z | # # # # ##### # # ##### # # # # # #### # |
110 | 2025-01-24T22:51:47.231Z | ##### ##### # ##### # # # # # # # # # |
111 | 2025-01-24T22:51:47.231Z | # # # # # # # # # # # # # # # |
112 | 2025-01-24T22:51:47.231Z | # # # ###### # # ###### ### # #### # #### # |
113 | 2025-01-24T22:51:47.231Z | |
114 | 2025-01-24T22:51:47.234Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
115 | 2025-01-24T22:51:54.602Z | pkg list: illegal option -- F |
116 | 2025-01-24T22:51:54.602Z | Usage: |
117 | 2025-01-24T22:51:54.605Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
118 | 2025-01-24T22:51:54.605Z | [pkg_fmri_pattern ...] |
119 | 2025-01-24T22:51:55.466Z | pkg list: illegal option -- F |
120 | 2025-01-24T22:51:55.466Z | Usage: |
121 | 2025-01-24T22:51:55.466Z | pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh] |
122 | 2025-01-24T22:51:55.466Z | [pkg_fmri_pattern ...] |
123 | 2025-01-24T22:52:06.020Z | Startup: Refreshing catalog 'helios-dev' ... Done |
124 | 2025-01-24T22:52:10.335Z | Startup: Caching catalogs ... Done |
125 | 2025-01-24T22:52:21.926Z | Planning: Solver setup ... Done (10.770s) |
126 | 2025-01-24T22:52:22.074Z | Planning: Running solver ... Done (0.147s) |
127 | 2025-01-24T22:52:22.364Z | Planning: Finding local manifests ... Done (0.184s) |
128 | 2025-01-24T22:52:22.376Z | Planning: Fetching manifests: 0/7 0% complete |
129 | 2025-01-24T22:52:22.747Z | Planning: Fetching manifests: 7/7 100% complete |
130 | 2025-01-24T22:52:23.402Z | Planning: Package planning ... Done (0.654s) |
131 | 2025-01-24T22:52:23.462Z | Planning: Merging actions ... Done (0.058s) |
132 | 2025-01-24T22:52:24.681Z | Planning: Checking for conflicting actions ... Done (1.219s) |
133 | 2025-01-24T22:52:31.725Z | Planning: Consolidating action changes ... Done (7.044s) |
134 | 2025-01-24T22:52:32.167Z | Planning: Evaluating mediators ... Done (0.441s) |
135 | 2025-01-24T22:52:32.288Z | Planning: Planning completed in 21.85 seconds |
136 | 2025-01-24T22:52:32.314Z | Packages to install: 4 |
137 | 2025-01-24T22:52:32.314Z | Packages to update: 3 |
138 | 2025-01-24T22:52:32.321Z | Mediators to change: 2 |
139 | 2025-01-24T22:52:32.321Z | Services to change: 1 |
140 | 2025-01-24T22:52:32.321Z | Estimated space available: 155.61 GB |
141 | 2025-01-24T22:52:32.321Z | Estimated space to be consumed: 1.64 GB |
142 | 2025-01-24T22:52:32.321Z | Create boot environment: No |
143 | 2025-01-24T22:52:32.321Z | Create backup boot environment: Yes |
144 | 2025-01-24T22:52:32.321Z | Rebuild boot archive: No |
145 | 2025-01-24T22:52:32.321Z | |
146 | 2025-01-24T22:52:32.321Z | Changed mediators: |
147 | 2025-01-24T22:52:32.321Z | mediator clang: |
148 | 2025-01-24T22:52:32.321Z | version: None -> 15 (system default) |
149 | 2025-01-24T22:52:32.321Z | |
150 | 2025-01-24T22:52:32.321Z | mediator llvm: |
151 | 2025-01-24T22:52:32.321Z | version: 14 (system default) -> 15 (system default) |
152 | 2025-01-24T22:52:32.321Z | |
153 | 2025-01-24T22:52:32.321Z | Changed packages: |
154 | 2025-01-24T22:52:32.321Z | helios-dev |
155 | 2025-01-24T22:52:32.321Z | developer/build-essential |
156 | 2025-01-24T22:52:32.321Z | None -> 11-2.0 |
157 | 2025-01-24T22:52:32.321Z | library/libxmlsec1 |
158 | 2025-01-24T22:52:32.321Z | None -> 1.2.35-2.0 |
159 | 2025-01-24T22:52:32.321Z | ooce/developer/clang-15 |
160 | 2025-01-24T22:52:32.321Z | None -> 15.0.7-2.0 |
161 | 2025-01-24T22:52:32.321Z | ooce/developer/llvm-15 |
162 | 2025-01-24T22:52:32.322Z | None -> 15.0.7-2.0 |
163 | 2025-01-24T22:52:32.322Z | package/pkg |
164 | 2025-01-24T22:52:32.322Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
165 | 2025-01-24T22:52:32.322Z | system/library/g++-runtime |
166 | 2025-01-24T22:52:32.322Z | 13-2.0 -> 14-2.0 |
167 | 2025-01-24T22:52:32.322Z | system/library/gcc-runtime |
168 | 2025-01-24T22:52:32.322Z | 13-2.0 -> 14-2.0 |
169 | 2025-01-24T22:52:32.322Z | |
170 | 2025-01-24T22:52:32.322Z | Services: |
171 | 2025-01-24T22:52:32.322Z | restart_fmri: |
172 | 2025-01-24T22:52:32.322Z | svc:/system/update-man-index:default |
173 | 2025-01-24T22:52:32.322Z | |
174 | 2025-01-24T22:52:32.322Z | Editable files to change: |
175 | 2025-01-24T22:52:32.322Z | Update: |
176 | 2025-01-24T22:52:32.322Z | usr/share/lib/pkg/web/config.shtml |
177 | 2025-01-24T22:52:32.667Z | |
178 | 2025-01-24T22:52:32.667Z | Download: 0/4301 items 0.0/225.4MB 0% complete |
179 | 2025-01-24T22:52:38.730Z | Download: 213/4301 items 1.3/225.4MB 0% complete (582k/s) |
180 | 2025-01-24T22:52:43.737Z | Download: 669/4301 items 18.0/225.4MB 8% complete (1.8M/s) |
181 | 2025-01-24T22:52:48.740Z | Download: 1149/4301 items 58.0/225.4MB 25% complete (5.6M/s) |
182 | 2025-01-24T22:52:54.593Z | Download: 1197/4301 items 83.5/225.4MB 37% complete (6.6M/s) |
183 | 2025-01-24T22:53:01.465Z | Download: 1198/4301 items 83.5/225.4MB 37% complete (6.5M/s) |
184 | 2025-01-24T22:53:06.465Z | Download: 1717/4301 items 117.9/225.4MB 52% complete (7.0M/s) |
185 | 2025-01-24T22:53:11.850Z | Download: 2222/4301 items 119.2/225.4MB 52% complete (4.1M/s) |
186 | 2025-01-24T22:53:17.039Z | Download: 2224/4301 items 119.2/225.4MB 52% complete (4.0M/s) |
187 | 2025-01-24T22:53:22.040Z | Download: 3136/4301 items 142.2/225.4MB 63% complete (2.4M/s) |
188 | 2025-01-24T22:53:27.044Z | Download: 4117/4301 items 220.1/225.4MB 97% complete (10.1M/s) |
189 | 2025-01-24T22:53:30.342Z | Download: Completed 225.42 MB in 57.66 seconds (3.9M/s) |
190 | 2025-01-24T22:53:32.506Z | Actions: 1/5122 actions (Removing old actions) |
191 | 2025-01-24T22:53:32.524Z | Actions: 194/5122 actions (Installing new actions) |
192 | 2025-01-24T22:53:37.658Z | Actions: 4159/5122 actions (Installing new actions) |
193 | 2025-01-24T22:53:38.001Z | Actions: 4267/5122 actions (Updating modified actions) |
194 | 2025-01-24T22:53:38.490Z | Actions: Completed 5122 actions in 5.98 seconds. |
195 | 2025-01-24T22:53:38.900Z | Done (0.403s) |
196 | 2025-01-24T22:53:38.904Z | Done (0.003s) |
197 | 2025-01-24T22:53:39.481Z | Done (0.576s) |
198 | 2025-01-24T22:53:45.333Z | Done (5.620s) |
199 | 2025-01-24T22:53:45.568Z | Done (0.164s) |
200 | 2025-01-24T22:53:45.571Z | Done (0.000s) |
201 | 2025-01-24T22:53:45.742Z | Done (0.000s) |
202 | 2025-01-24T22:53:46.461Z | Planning: Evaluating mediator changes ... Done |
203 | 2025-01-24T22:53:46.627Z | Planning: Checking for conflicting actions ... Done |
204 | 2025-01-24T22:53:46.630Z | Planning: Consolidating action changes ... Done |
205 | 2025-01-24T22:53:46.913Z | Planning: Evaluating mediators ... Done |
206 | 2025-01-24T22:53:46.916Z | Planning: Planning completed in 0.45 seconds |
207 | 2025-01-24T22:53:46.954Z | Mediators to change: 2 |
208 | 2025-01-24T22:53:46.954Z | Create boot environment: No |
209 | 2025-01-24T22:53:46.957Z | Create backup boot environment: No |
210 | 2025-01-24T22:53:47.042Z | Done |
211 | 2025-01-24T22:53:47.042Z | Done |
212 | 2025-01-24T22:53:47.411Z | Done |
213 | 2025-01-24T22:53:51.234Z | Done |
214 | 2025-01-24T22:53:51.325Z | Done |
215 | 2025-01-24T22:53:51.329Z | Done |
216 | 2025-01-24T22:53:51.432Z | Done |
217 | 2025-01-24T22:53:52.072Z | Planning: Evaluating mediator changes ... Done |
218 | 2025-01-24T22:53:52.075Z | Planning: Merging actions ... Done |
219 | 2025-01-24T22:53:52.270Z | Planning: Checking for conflicting actions ... Done |
220 | 2025-01-24T22:53:52.273Z | Planning: Consolidating action changes ... Done |
221 | 2025-01-24T22:53:52.548Z | Planning: Evaluating mediators ... Done |
222 | 2025-01-24T22:53:52.605Z | Planning: Planning completed in 0.79 seconds |
223 | 2025-01-24T22:53:52.648Z | Packages to change: 1 |
224 | 2025-01-24T22:53:52.648Z | Mediators to change: 1 |
225 | 2025-01-24T22:53:52.651Z | Services to change: 1 |
226 | 2025-01-24T22:53:52.651Z | Create boot environment: No |
227 | 2025-01-24T22:53:52.651Z | Create backup boot environment: Yes |
228 | 2025-01-24T22:53:53.790Z | Actions: 1/6 actions (Updating modified actions) |
229 | 2025-01-24T22:53:53.833Z | Actions: Completed 6 actions in 0.04 seconds. |
230 | 2025-01-24T22:53:53.836Z | Done |
231 | 2025-01-24T22:53:53.836Z | Done |
232 | 2025-01-24T22:53:53.954Z | Done |
233 | 2025-01-24T22:53:57.766Z | Done |
234 | 2025-01-24T22:53:57.859Z | Done |
235 | 2025-01-24T22:53:57.862Z | Done |
236 | 2025-01-24T22:53:57.985Z | Done |
237 | 2025-01-24T22:53:58.432Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
238 | 2025-01-24T22:53:58.432Z | clang system 15 system |
239 | 2025-01-24T22:53:58.432Z | csh system system illumos |
240 | 2025-01-24T22:53:58.432Z | ctags system system illumos |
241 | 2025-01-24T22:53:58.432Z | gcc vendor 12 vendor |
242 | 2025-01-24T22:53:58.432Z | gcc system 10 system |
243 | 2025-01-24T22:53:58.432Z | gcc system 7 system |
244 | 2025-01-24T22:53:58.432Z | go system 1.20 system |
245 | 2025-01-24T22:53:58.432Z | go system 1.19 system |
246 | 2025-01-24T22:53:58.432Z | llvm system 15 system |
247 | 2025-01-24T22:53:58.432Z | llvm system 14 system |
248 | 2025-01-24T22:53:58.432Z | mariadb system 10.6 system |
249 | 2025-01-24T22:53:58.432Z | mta vendor vendor dma |
250 | 2025-01-24T22:53:58.432Z | openjdk system 17 system |
251 | 2025-01-24T22:53:58.432Z | openjdk system 11 system |
252 | 2025-01-24T22:53:58.432Z | openjdk system 1.8 system |
253 | 2025-01-24T22:53:58.432Z | openssl vendor 3 vendor |
254 | 2025-01-24T22:53:58.433Z | perl system 5.36 system |
255 | 2025-01-24T22:53:58.433Z | postgresql system 15 system |
256 | 2025-01-24T22:53:58.433Z | postgresql system 13 system |
257 | 2025-01-24T22:53:58.433Z | python vendor 3 vendor |
258 | 2025-01-24T22:53:58.433Z | python system 2 system |
259 | 2025-01-24T22:53:58.433Z | python3 system 3.11 system |
260 | 2025-01-24T22:53:58.433Z | ruby system 3.0 system |
261 | 2025-01-24T22:53:58.433Z | words vendor vendor american-english |
262 | 2025-01-24T22:53:58.433Z | words system system australian-english |
263 | 2025-01-24T22:53:58.433Z | words system system british-english |
264 | 2025-01-24T22:53:58.433Z | words system system canadian-english |
265 | 2025-01-24T22:53:58.433Z | words system system french |
266 | 2025-01-24T22:53:58.433Z | words system system italian |
267 | 2025-01-24T22:53:58.433Z | words system system ngerman |
268 | 2025-01-24T22:53:58.433Z | words system system ogerman |
269 | 2025-01-24T22:53:58.433Z | words system system spanish |
270 | 2025-01-24T22:53:58.777Z | PUBLISHER TYPE STATUS P LOCATION |
271 | 2025-01-24T22:53:58.778Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
272 | 2025-01-24T22:54:01.616Z | FMRI IFO |
273 | 2025-01-24T22:54:01.616Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
274 | 2025-01-24T22:54:01.616Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
275 | 2025-01-24T22:54:01.616Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
276 | 2025-01-24T22:54:01.616Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
277 | 2025-01-24T22:54:01.616Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
278 | 2025-01-24T22:54:01.616Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
279 | 2025-01-24T22:54:01.616Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
280 | 2025-01-24T22:54:01.616Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
281 | 2025-01-24T22:54:01.616Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
282 | 2025-01-24T22:54:01.616Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im- |
283 | 2025-01-24T22:54:01.616Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
284 | 2025-01-24T22:54:01.616Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
285 | 2025-01-24T22:54:01.616Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im- |
286 | 2025-01-24T22:54:01.617Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
287 | 2025-01-24T22:54:01.617Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
288 | 2025-01-24T22:54:02.409Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
289 | 2025-01-24T22:54:02.693Z | Updating crates.io index |
290 | 2025-01-24T22:54:02.696Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
291 | 2025-01-24T22:54:03.119Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
292 | 2025-01-24T22:54:03.607Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
293 | 2025-01-24T22:54:03.888Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
294 | 2025-01-24T22:54:04.142Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
295 | 2025-01-24T22:54:04.449Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
296 | 2025-01-24T22:54:05.445Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
297 | 2025-01-24T22:54:07.163Z | Updating git repository `https://github.com/oxidecomputer/opte` |
298 | 2025-01-24T22:54:07.852Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
299 | 2025-01-24T22:54:08.619Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
300 | 2025-01-24T22:54:08.897Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
301 | 2025-01-24T22:54:09.156Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
302 | 2025-01-24T22:54:09.854Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
303 | 2025-01-24T22:54:10.267Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
304 | 2025-01-24T22:54:10.723Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
305 | 2025-01-24T22:54:11.015Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
306 | 2025-01-24T22:54:11.275Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
307 | 2025-01-24T22:54:11.615Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
308 | 2025-01-24T22:54:11.944Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
309 | 2025-01-24T22:54:12.562Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
310 | 2025-01-24T22:54:12.618Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
311 | 2025-01-24T22:54:12.947Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
312 | 2025-01-24T22:54:13.240Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
313 | 2025-01-24T22:54:13.626Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
314 | 2025-01-24T22:54:14.193Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
315 | 2025-01-24T22:54:14.726Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
316 | 2025-01-24T22:54:15.151Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
317 | 2025-01-24T22:54:15.560Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
318 | 2025-01-24T22:54:16.018Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
319 | 2025-01-24T22:54:16.300Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
320 | 2025-01-24T22:54:16.595Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
321 | 2025-01-24T22:54:17.803Z | Downloading crates ... |
322 | 2025-01-24T22:54:17.902Z | Downloaded autocfg v1.4.0 |
323 | 2025-01-24T22:54:17.905Z | Downloaded bytecount v0.6.8 |
324 | 2025-01-24T22:54:17.908Z | Downloaded camino v1.1.9 |
325 | 2025-01-24T22:54:17.911Z | Downloaded bitflags v2.6.0 |
326 | 2025-01-24T22:54:17.914Z | Downloaded anstyle v1.0.10 |
327 | 2025-01-24T22:54:17.919Z | Downloaded scroll_derive v0.12.0 |
328 | 2025-01-24T22:54:17.919Z | Downloaded block-buffer v0.10.4 |
329 | 2025-01-24T22:54:17.922Z | Downloaded anstyle-query v1.1.1 |
330 | 2025-01-24T22:54:17.922Z | Downloaded anstyle-parse v0.2.5 |
331 | 2025-01-24T22:54:17.922Z | Downloaded is_terminal_polyfill v1.70.1 |
332 | 2025-01-24T22:54:17.943Z | Downloaded usdt-macro v0.5.0 |
333 | 2025-01-24T22:54:17.948Z | Downloaded pretty-hex v0.4.1 |
334 | 2025-01-24T22:54:17.951Z | Downloaded equivalent v1.0.1 |
335 | 2025-01-24T22:54:17.954Z | Downloaded thiserror v1.0.69 |
336 | 2025-01-24T22:54:17.959Z | Downloaded toml_datetime v0.6.8 |
337 | 2025-01-24T22:54:17.961Z | Downloaded fnv v1.0.7 |
338 | 2025-01-24T22:54:17.961Z | Downloaded errno v0.3.9 |
339 | 2025-01-24T22:54:17.961Z | Downloaded version_check v0.9.5 |
340 | 2025-01-24T22:54:17.964Z | Downloaded tabled_derive v0.7.0 |
341 | 2025-01-24T22:54:17.964Z | Downloaded macaddr v1.0.1 |
342 | 2025-01-24T22:54:17.965Z | Downloaded fastrand v2.1.1 |
343 | 2025-01-24T22:54:17.968Z | Downloaded thiserror-impl v1.0.69 |
344 | 2025-01-24T22:54:17.968Z | Downloaded cargo-platform v0.1.8 |
345 | 2025-01-24T22:54:17.971Z | Downloaded clap_lex v0.7.2 |
346 | 2025-01-24T22:54:17.971Z | Downloaded proc-macro-error-attr v1.0.4 |
347 | 2025-01-24T22:54:17.973Z | Downloaded dtrace-parser v0.2.0 |
348 | 2025-01-24T22:54:17.973Z | Downloaded memmap v0.7.0 |
349 | 2025-01-24T22:54:17.976Z | Downloaded usdt-attr-macro v0.5.0 |
350 | 2025-01-24T22:54:17.976Z | Downloaded thread-id v4.2.2 |
351 | 2025-01-24T22:54:17.976Z | Downloaded crypto-common v0.1.6 |
352 | 2025-01-24T22:54:17.980Z | Downloaded smawk v0.3.2 |
353 | 2025-01-24T22:54:17.981Z | Downloaded serde_spanned v0.6.8 |
354 | 2025-01-24T22:54:17.983Z | Downloaded cfg-if v1.0.0 |
355 | 2025-01-24T22:54:17.983Z | Downloaded itoa v1.0.11 |
356 | 2025-01-24T22:54:17.986Z | Downloaded usdt v0.5.0 |
357 | 2025-01-24T22:54:17.986Z | Downloaded dof v0.3.0 |
358 | 2025-01-24T22:54:17.989Z | Downloaded terminal_size v0.4.0 |
359 | 2025-01-24T22:54:17.989Z | Downloaded heck v0.4.1 |
360 | 2025-01-24T22:54:17.993Z | Downloaded strsim v0.11.1 |
361 | 2025-01-24T22:54:17.996Z | Downloaded pest_generator v2.7.14 |
362 | 2025-01-24T22:54:17.996Z | Downloaded cpufeatures v0.2.14 |
363 | 2025-01-24T22:54:17.999Z | Downloaded plain v0.2.3 |
364 | 2025-01-24T22:54:17.999Z | Downloaded generic-array v0.14.7 |
365 | 2025-01-24T22:54:18.001Z | Downloaded colorchoice v1.0.2 |
366 | 2025-01-24T22:54:18.002Z | Downloaded swrite v0.1.0 |
367 | 2025-01-24T22:54:18.004Z | Downloaded cargo_toml v0.20.5 |
368 | 2025-01-24T22:54:18.004Z | Downloaded camino-tempfile v1.1.1 |
369 | 2025-01-24T22:54:18.007Z | Downloaded serde_tokenstream v0.2.2 |
370 | 2025-01-24T22:54:18.007Z | Downloaded unicode-linebreak v0.1.5 |
371 | 2025-01-24T22:54:18.010Z | Downloaded fs-err v2.11.0 |
372 | 2025-01-24T22:54:18.013Z | Downloaded sha2 v0.10.8 |
373 | 2025-01-24T22:54:18.016Z | Downloaded proc-macro-error v1.0.4 |
374 | 2025-01-24T22:54:18.018Z | Downloaded digest v0.10.7 |
375 | 2025-01-24T22:54:18.021Z | Downloaded quote v1.0.38 |
376 | 2025-01-24T22:54:18.024Z | Downloaded clap_derive v4.5.18 |
377 | 2025-01-24T22:54:18.027Z | Downloaded cargo_metadata v0.18.1 |
378 | 2025-01-24T22:54:18.031Z | Downloaded scroll v0.12.0 |
379 | 2025-01-24T22:54:18.034Z | Downloaded pest_derive v2.7.14 |
380 | 2025-01-24T22:54:18.037Z | Downloaded tempfile v3.13.0 |
381 | 2025-01-24T22:54:18.039Z | Downloaded usdt-impl v0.5.0 |
382 | 2025-01-24T22:54:18.042Z | Downloaded once_cell v1.20.2 |
383 | 2025-01-24T22:54:18.045Z | Downloaded zerocopy-derive v0.7.35 |
384 | 2025-01-24T22:54:18.050Z | Downloaded utf8parse v0.2.2 |
385 | 2025-01-24T22:54:18.052Z | Downloaded heck v0.5.0 |
386 | 2025-01-24T22:54:18.053Z | Downloaded clap v4.5.21 |
387 | 2025-01-24T22:54:18.062Z | Downloaded ucd-trie v0.1.7 |
388 | 2025-01-24T22:54:18.065Z | Downloaded pest_meta v2.7.14 |
389 | 2025-01-24T22:54:18.067Z | Downloaded proc-macro2 v1.0.92 |
390 | 2025-01-24T22:54:18.070Z | Downloaded toml v0.8.19 |
391 | 2025-01-24T22:54:18.072Z | Downloaded typenum v1.17.0 |
392 | 2025-01-24T22:54:18.075Z | Downloaded byteorder v1.5.0 |
393 | 2025-01-24T22:54:18.078Z | Downloaded anstream v0.6.15 |
394 | 2025-01-24T22:54:18.082Z | Downloaded ryu v1.0.18 |
395 | 2025-01-24T22:54:18.085Z | Downloaded textwrap v0.16.1 |
396 | 2025-01-24T22:54:18.085Z | Downloaded anyhow v1.0.95 |
397 | 2025-01-24T22:54:18.088Z | Downloaded unicode-ident v1.0.14 |
398 | 2025-01-24T22:54:18.091Z | Downloaded log v0.4.22 |
399 | 2025-01-24T22:54:18.097Z | Downloaded semver v1.0.24 |
400 | 2025-01-24T22:54:18.100Z | Downloaded papergrid v0.11.0 |
401 | 2025-01-24T22:54:18.105Z | Downloaded serde_derive v1.0.217 |
402 | 2025-01-24T22:54:18.127Z | Downloaded indexmap v2.7.0 |
403 | 2025-01-24T22:54:18.133Z | Downloaded serde v1.0.217 |
404 | 2025-01-24T22:54:18.142Z | Downloaded toml_edit v0.22.22 |
405 | 2025-01-24T22:54:18.162Z | Downloaded memchr v2.7.4 |
406 | 2025-01-24T22:54:18.184Z | Downloaded pest v2.7.14 |
407 | 2025-01-24T22:54:18.190Z | Downloaded hashbrown v0.15.1 |
408 | 2025-01-24T22:54:18.202Z | Downloaded winnow v0.6.20 |
409 | 2025-01-24T22:54:18.210Z | Downloaded serde_json v1.0.135 |
410 | 2025-01-24T22:54:18.217Z | Downloaded zerocopy v0.7.35 |
411 | 2025-01-24T22:54:18.233Z | Downloaded tabled v0.15.0 |
412 | 2025-01-24T22:54:18.247Z | Downloaded goblin v0.8.2 |
413 | 2025-01-24T22:54:18.253Z | Downloaded syn v1.0.109 |
414 | 2025-01-24T22:54:18.262Z | Downloaded clap_builder v4.5.21 |
415 | 2025-01-24T22:54:18.269Z | Downloaded syn v2.0.96 |
416 | 2025-01-24T22:54:18.280Z | Downloaded unicode-width v0.1.14 |
417 | 2025-01-24T22:54:18.285Z | Downloaded rustix v0.38.37 |
418 | 2025-01-24T22:54:18.317Z | Downloaded libc v0.2.169 |
419 | 2025-01-24T22:54:18.628Z | Compiling proc-macro2 v1.0.92 |
420 | 2025-01-24T22:54:18.628Z | Compiling unicode-ident v1.0.14 |
421 | 2025-01-24T22:54:18.628Z | Compiling serde v1.0.217 |
422 | 2025-01-24T22:54:18.631Z | Compiling version_check v0.9.5 |
423 | 2025-01-24T22:54:18.631Z | Compiling thiserror v1.0.69 |
424 | 2025-01-24T22:54:18.632Z | Compiling memchr v2.7.4 |
425 | 2025-01-24T22:54:18.665Z | Compiling libc v0.2.169 |
426 | 2025-01-24T22:54:18.668Z | Compiling ryu v1.0.18 |
427 | 2025-01-24T22:54:18.899Z | Compiling ucd-trie v0.1.7 |
428 | 2025-01-24T22:54:19.130Z | Compiling itoa v1.0.11 |
429 | 2025-01-24T22:54:19.333Z | Compiling once_cell v1.20.2 |
430 | 2025-01-24T22:54:19.385Z | Compiling byteorder v1.5.0 |
431 | 2025-01-24T22:54:19.634Z | Compiling serde_json v1.0.135 |
432 | 2025-01-24T22:54:19.744Z | Compiling rustix v0.38.37 |
433 | 2025-01-24T22:54:20.021Z | Compiling bitflags v2.6.0 |
434 | 2025-01-24T22:54:20.115Z | Compiling proc-macro-error-attr v1.0.4 |
435 | 2025-01-24T22:54:20.222Z | Compiling usdt-impl v0.5.0 |
436 | 2025-01-24T22:54:20.407Z | Compiling syn v1.0.109 |
437 | 2025-01-24T22:54:20.453Z | Compiling proc-macro-error v1.0.4 |
438 | 2025-01-24T22:54:20.478Z | Compiling log v0.4.22 |
439 | 2025-01-24T22:54:20.505Z | Compiling utf8parse v0.2.2 |
440 | 2025-01-24T22:54:20.689Z | Compiling camino v1.1.9 |
441 | 2025-01-24T22:54:20.740Z | Compiling plain v0.2.3 |
442 | 2025-01-24T22:54:20.766Z | Compiling hashbrown v0.15.1 |
443 | 2025-01-24T22:54:20.814Z | Compiling equivalent v1.0.1 |
444 | 2025-01-24T22:54:20.951Z | Compiling anstyle-parse v0.2.5 |
445 | 2025-01-24T22:54:21.074Z | Compiling quote v1.0.38 |
446 | 2025-01-24T22:54:21.260Z | Compiling errno v0.3.9 |
447 | 2025-01-24T22:54:21.343Z | Compiling thread-id v4.2.2 |
448 | 2025-01-24T22:54:21.371Z | Compiling colorchoice v1.0.2 |
449 | 2025-01-24T22:54:21.373Z | Compiling is_terminal_polyfill v1.70.1 |
450 | 2025-01-24T22:54:21.373Z | Compiling anstyle v1.0.10 |
451 | 2025-01-24T22:54:21.470Z | Compiling syn v2.0.96 |
452 | 2025-01-24T22:54:21.558Z | Compiling anstyle-query v1.1.1 |
453 | 2025-01-24T22:54:21.729Z | Compiling winnow v0.6.20 |
454 | 2025-01-24T22:54:21.759Z | Compiling semver v1.0.24 |
455 | 2025-01-24T22:54:21.843Z | Compiling indexmap v2.7.0 |
456 | 2025-01-24T22:54:21.895Z | Compiling unicode-width v0.1.14 |
457 | 2025-01-24T22:54:22.236Z | Compiling autocfg v1.4.0 |
458 | 2025-01-24T22:54:22.461Z | Compiling pretty-hex v0.4.1 |
459 | 2025-01-24T22:54:22.747Z | Compiling anstream v0.6.15 |
460 | 2025-01-24T22:54:23.057Z | Compiling clap_lex v0.7.2 |
461 | 2025-01-24T22:54:23.174Z | Compiling heck v0.5.0 |
462 | 2025-01-24T22:54:23.211Z | Compiling fs-err v2.11.0 |
463 | 2025-01-24T22:54:23.517Z | Compiling terminal_size v0.4.0 |
464 | 2025-01-24T22:54:23.543Z | Compiling fnv v1.0.7 |
465 | 2025-01-24T22:54:23.546Z | Compiling anyhow v1.0.95 |
466 | 2025-01-24T22:54:23.686Z | Compiling heck v0.4.1 |
467 | 2025-01-24T22:54:23.712Z | Compiling fastrand v2.1.1 |
468 | 2025-01-24T22:54:24.136Z | Compiling strsim v0.11.1 |
469 | 2025-01-24T22:54:24.171Z | Compiling bytecount v0.6.8 |
470 | 2025-01-24T22:54:24.174Z | Compiling cfg-if v1.0.0 |
471 | 2025-01-24T22:54:24.379Z | Compiling papergrid v0.11.0 |
472 | 2025-01-24T22:54:24.409Z | Compiling tempfile v3.13.0 |
473 | 2025-01-24T22:54:25.626Z | Compiling clap_builder v4.5.21 |
474 | 2025-01-24T22:54:25.629Z | Compiling memmap v0.7.0 |
475 | 2025-01-24T22:54:25.629Z | Compiling unicode-linebreak v0.1.5 |
476 | 2025-01-24T22:54:25.629Z | Compiling smawk v0.3.2 |
477 | 2025-01-24T22:54:25.629Z | Compiling textwrap v0.16.1 |
478 | 2025-01-24T22:54:25.629Z | Compiling swrite v0.1.0 |
479 | 2025-01-24T22:54:26.418Z | Compiling tabled_derive v0.7.0 |
480 | 2025-01-24T22:54:27.670Z | Compiling tabled v0.15.0 |
481 | 2025-01-24T22:54:28.397Z | Compiling serde_derive v1.0.217 |
482 | 2025-01-24T22:54:28.400Z | Compiling thiserror-impl v1.0.69 |
483 | 2025-01-24T22:54:28.400Z | Compiling zerocopy-derive v0.7.35 |
484 | 2025-01-24T22:54:28.400Z | Compiling scroll_derive v0.12.0 |
485 | 2025-01-24T22:54:28.649Z | Compiling clap_derive v4.5.18 |
486 | 2025-01-24T22:54:29.856Z | Compiling scroll v0.12.0 |
487 | 2025-01-24T22:54:30.298Z | Compiling zerocopy v0.7.35 |
488 | 2025-01-24T22:54:30.403Z | Compiling goblin v0.8.2 |
489 | 2025-01-24T22:54:31.292Z | Compiling pest v2.7.14 |
490 | 2025-01-24T22:54:31.996Z | Compiling clap v4.5.21 |
491 | 2025-01-24T22:54:33.520Z | Compiling pest_meta v2.7.14 |
492 | 2025-01-24T22:54:34.423Z | Compiling pest_generator v2.7.14 |
493 | 2025-01-24T22:54:35.878Z | Compiling pest_derive v2.7.14 |
494 | 2025-01-24T22:54:36.481Z | Compiling dtrace-parser v0.2.0 |
495 | 2025-01-24T22:54:37.180Z | Compiling serde_tokenstream v0.2.2 |
496 | 2025-01-24T22:54:37.396Z | Compiling toml_datetime v0.6.8 |
497 | 2025-01-24T22:54:37.399Z | Compiling serde_spanned v0.6.8 |
498 | 2025-01-24T22:54:37.399Z | Compiling cargo-platform v0.1.8 |
499 | 2025-01-24T22:54:37.718Z | Compiling macaddr v1.0.1 |
500 | 2025-01-24T22:54:37.791Z | Compiling toml_edit v0.22.22 |
501 | 2025-01-24T22:54:38.033Z | Compiling camino-tempfile v1.1.1 |
502 | 2025-01-24T22:54:38.630Z | Compiling dof v0.3.0 |
503 | 2025-01-24T22:54:38.946Z | Compiling cargo_metadata v0.18.1 |
504 | 2025-01-24T22:54:40.070Z | Compiling usdt-attr-macro v0.5.0 |
505 | 2025-01-24T22:54:40.070Z | Compiling usdt-macro v0.5.0 |
506 | 2025-01-24T22:54:40.615Z | Compiling toml v0.8.19 |
507 | 2025-01-24T22:54:41.187Z | Compiling usdt v0.5.0 |
508 | 2025-01-24T22:54:41.402Z | Compiling cargo_toml v0.20.5 |
509 | 2025-01-24T22:54:44.219Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
510 | 2025-01-24T22:54:47.437Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.25s |
511 | 2025-01-24T22:54:47.721Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
512 | 2025-01-24T22:54:48.277Z | Downloading crates ... |
513 | 2025-01-24T22:54:48.399Z | Downloaded async-stream-impl v0.3.6 |
514 | 2025-01-24T22:54:48.402Z | Downloaded atty v0.2.14 |
515 | 2025-01-24T22:54:48.409Z | Downloaded adler2 v2.0.0 |
516 | 2025-01-24T22:54:48.421Z | Downloaded atomicwrites v0.4.4 |
517 | 2025-01-24T22:54:48.425Z | Downloaded home v0.5.9 |
518 | 2025-01-24T22:54:48.429Z | Downloaded hubpack_derive v0.1.1 |
519 | 2025-01-24T22:54:48.429Z | Downloaded http-body-util v0.1.2 |
520 | 2025-01-24T22:54:48.433Z | Downloaded httpdate v1.0.3 |
521 | 2025-01-24T22:54:48.438Z | Downloaded httparse v1.9.5 |
522 | 2025-01-24T22:54:48.442Z | Downloaded darling v0.20.10 |
523 | 2025-01-24T22:54:48.448Z | Downloaded is_ci v1.2.0 |
524 | 2025-01-24T22:54:48.451Z | Downloaded instant v0.1.13 |
525 | 2025-01-24T22:54:48.453Z | Downloaded async-recursion v1.1.1 |
526 | 2025-01-24T22:54:48.456Z | Downloaded aead v0.5.2 |
527 | 2025-01-24T22:54:48.459Z | Downloaded crucible-workspace-hack v0.1.0 |
528 | 2025-01-24T22:54:48.459Z | Downloaded ciborium-io v0.2.2 |
529 | 2025-01-24T22:54:48.461Z | Downloaded crunchy v0.2.2 |
530 | 2025-01-24T22:54:48.461Z | Downloaded cfg_aliases v0.2.1 |
531 | 2025-01-24T22:54:48.461Z | Downloaded array-init v0.0.4 |
532 | 2025-01-24T22:54:48.464Z | Downloaded cfg_aliases v0.1.1 |
533 | 2025-01-24T22:54:48.464Z | Downloaded assert_matches v1.5.0 |
534 | 2025-01-24T22:54:48.467Z | Downloaded mirai-annotations v1.12.0 |
535 | 2025-01-24T22:54:48.467Z | Downloaded http-body v1.0.1 |
536 | 2025-01-24T22:54:48.469Z | Downloaded constant_time_eq v0.3.1 |
537 | 2025-01-24T22:54:48.469Z | Downloaded bcrypt-pbkdf v0.10.0 |
538 | 2025-01-24T22:54:48.472Z | Downloaded cstr-argument v0.1.2 |
539 | 2025-01-24T22:54:48.473Z | Downloaded bb8 v0.8.5 |
540 | 2025-01-24T22:54:48.475Z | Downloaded icu_provider_macros v1.5.0 |
541 | 2025-01-24T22:54:48.476Z | Downloaded ident_case v1.0.1 |
542 | 2025-01-24T22:54:48.478Z | Downloaded base16ct v0.2.0 |
543 | 2025-01-24T22:54:48.478Z | Downloaded newtype_derive v0.1.6 |
544 | 2025-01-24T22:54:48.481Z | Downloaded new_debug_unreachable v1.0.6 |
545 | 2025-01-24T22:54:48.481Z | Downloaded match_cfg v0.1.0 |
546 | 2025-01-24T22:54:48.484Z | Downloaded buf-list v1.0.3 |
547 | 2025-01-24T22:54:48.486Z | Downloaded newline-converter v0.3.0 |
548 | 2025-01-24T22:54:48.486Z | Downloaded colored v2.1.0 |
549 | 2025-01-24T22:54:48.489Z | Downloaded http-range v0.1.5 |
550 | 2025-01-24T22:54:48.491Z | Downloaded bit-vec v0.6.3 |
551 | 2025-01-24T22:54:48.494Z | Downloaded cbc v0.1.2 |
552 | 2025-01-24T22:54:48.494Z | Downloaded ciborium-ll v0.2.2 |
553 | 2025-01-24T22:54:48.497Z | Downloaded lru-cache v0.1.2 |
554 | 2025-01-24T22:54:48.497Z | Downloaded arrayref v0.3.9 |
555 | 2025-01-24T22:54:48.501Z | Downloaded md-5 v0.10.6 |
556 | 2025-01-24T22:54:48.503Z | Downloaded hostname v0.4.0 |
557 | 2025-01-24T22:54:48.503Z | Downloaded ctr v0.9.2 |
558 | 2025-01-24T22:54:48.507Z | Downloaded cipher v0.4.4 |
559 | 2025-01-24T22:54:48.509Z | Downloaded libsw v3.3.1 |
560 | 2025-01-24T22:54:48.509Z | Downloaded idna_adapter v1.2.0 |
561 | 2025-01-24T22:54:48.512Z | Downloaded cmake v0.1.51 |
562 | 2025-01-24T22:54:48.513Z | Downloaded blowfish v0.9.1 |
563 | 2025-01-24T22:54:48.515Z | Downloaded bitfield-struct v0.6.2 |
564 | 2025-01-24T22:54:48.518Z | Downloaded cassowary v0.3.0 |
565 | 2025-01-24T22:54:48.518Z | Downloaded curve25519-dalek-derive v0.1.1 |
566 | 2025-01-24T22:54:48.520Z | Downloaded newtype-uuid v1.2.1 |
567 | 2025-01-24T22:54:48.523Z | Downloaded backoff v0.4.0 |
568 | 2025-01-24T22:54:48.523Z | Downloaded ascii-canvas v3.0.0 |
569 | 2025-01-24T22:54:48.525Z | Downloaded convert_case v0.4.0 |
570 | 2025-01-24T22:54:48.528Z | Downloaded managed v0.8.0 |
571 | 2025-01-24T22:54:48.528Z | Downloaded libefi-sys v0.1.0 |
572 | 2025-01-24T22:54:48.531Z | Downloaded kstat-rs v0.2.4 |
573 | 2025-01-24T22:54:48.534Z | Downloaded impl-trait-for-tuples v0.2.2 |
574 | 2025-01-24T22:54:48.536Z | Downloaded crc-catalog v2.4.0 |
575 | 2025-01-24T22:54:48.536Z | Downloaded memoffset v0.9.1 |
576 | 2025-01-24T22:54:48.539Z | Downloaded chrono-tz-build v0.4.0 |
577 | 2025-01-24T22:54:48.543Z | Downloaded lalrpop-util v0.19.12 |
578 | 2025-01-24T22:54:48.543Z | Downloaded inout v0.1.3 |
579 | 2025-01-24T22:54:48.545Z | Downloaded arrayvec v0.7.6 |
580 | 2025-01-24T22:54:48.545Z | Downloaded indoc v1.0.9 |
581 | 2025-01-24T22:54:48.548Z | Downloaded keccak v0.1.5 |
582 | 2025-01-24T22:54:48.551Z | Downloaded mockall v0.13.0 |
583 | 2025-01-24T22:54:48.553Z | Downloaded ciborium v0.2.2 |
584 | 2025-01-24T22:54:48.556Z | Downloaded cancel-safe-futures v0.1.5 |
585 | 2025-01-24T22:54:48.559Z | Downloaded mime v0.3.17 |
586 | 2025-01-24T22:54:48.561Z | Downloaded nibble_vec v0.1.0 |
587 | 2025-01-24T22:54:48.564Z | Downloaded nanorand v0.7.0 |
588 | 2025-01-24T22:54:48.566Z | Downloaded bzip2 v0.4.4 |
589 | 2025-01-24T22:54:48.569Z | Downloaded crc32fast v1.4.2 |
590 | 2025-01-24T22:54:48.571Z | Downloaded base64ct v1.6.0 |
591 | 2025-01-24T22:54:48.574Z | Downloaded linear-map v1.2.0 |
592 | 2025-01-24T22:54:48.577Z | Downloaded indent_write v2.2.0 |
593 | 2025-01-24T22:54:48.577Z | Downloaded async-trait v0.1.83 |
594 | 2025-01-24T22:54:48.580Z | Downloaded lazycell v1.3.0 |
595 | 2025-01-24T22:54:48.583Z | Downloaded multimap v0.10.0 |
596 | 2025-01-24T22:54:48.586Z | Downloaded hostname v0.3.1 |
597 | 2025-01-24T22:54:48.586Z | Downloaded lru v0.12.5 |
598 | 2025-01-24T22:54:48.588Z | Downloaded jobserver v0.1.32 |
599 | 2025-01-24T22:54:48.592Z | Downloaded icu_locid_transform v1.5.0 |
600 | 2025-01-24T22:54:48.598Z | Downloaded radium v0.7.0 |
601 | 2025-01-24T22:54:48.598Z | Downloaded toolchain_find v0.4.0 |
602 | 2025-01-24T22:54:48.600Z | Downloaded hyper-tls v0.6.0 |
603 | 2025-01-24T22:54:48.600Z | Downloaded multer v3.1.0 |
604 | 2025-01-24T22:54:48.604Z | Downloaded yoke-derive v0.7.4 |
605 | 2025-01-24T22:54:48.604Z | Downloaded vte_generate_state_changes v0.1.2 |
606 | 2025-01-24T22:54:48.604Z | Downloaded cookie_store v0.21.1 |
607 | 2025-01-24T22:54:48.606Z | Downloaded console v0.15.8 |
608 | 2025-01-24T22:54:48.609Z | Downloaded csv-core v0.1.11 |
609 | 2025-01-24T22:54:48.613Z | Downloaded castaway v0.2.3 |
610 | 2025-01-24T22:54:48.616Z | Downloaded native-tls v0.2.12 |
611 | 2025-01-24T22:54:48.618Z | Downloaded waitgroup v0.1.2 |
612 | 2025-01-24T22:54:48.618Z | Downloaded clang-sys v1.8.1 |
613 | 2025-01-24T22:54:48.621Z | Downloaded cookie v0.18.1 |
614 | 2025-01-24T22:54:48.624Z | Downloaded litemap v0.7.3 |
615 | 2025-01-24T22:54:48.627Z | Downloaded lock_api v0.4.12 |
616 | 2025-01-24T22:54:48.629Z | Downloaded is-terminal v0.4.13 |
617 | 2025-01-24T22:54:48.632Z | Downloaded ipnet v2.10.1 |
618 | 2025-01-24T22:54:48.634Z | Downloaded endian-type v0.1.2 |
619 | 2025-01-24T22:54:48.634Z | Downloaded maybe-uninit v2.0.0 |
620 | 2025-01-24T22:54:48.634Z | Downloaded libloading v0.8.5 |
621 | 2025-01-24T22:54:48.637Z | Downloaded hyper-rustls v0.27.3 |
622 | 2025-01-24T22:54:48.641Z | Downloaded slog-envlogger v2.2.0 |
623 | 2025-01-24T22:54:48.644Z | Downloaded signature v2.2.0 |
624 | 2025-01-24T22:54:48.644Z | Downloaded signal-hook-tokio v0.3.1 |
625 | 2025-01-24T22:54:48.647Z | Downloaded rand_seeder v0.3.0 |
626 | 2025-01-24T22:54:48.649Z | Downloaded same-file v1.0.6 |
627 | 2025-01-24T22:54:48.649Z | Downloaded rpassword v7.3.1 |
628 | 2025-01-24T22:54:48.652Z | Downloaded smallvec v0.6.14 |
629 | 2025-01-24T22:54:48.655Z | Downloaded synstructure v0.13.1 |
630 | 2025-01-24T22:54:48.655Z | Downloaded structmeta-derive v0.2.0 |
631 | 2025-01-24T22:54:48.658Z | Downloaded structmeta v0.3.0 |
632 | 2025-01-24T22:54:48.658Z | Downloaded miniz_oxide v0.8.0 |
633 | 2025-01-24T22:54:48.661Z | Downloaded rustfmt-wrapper v0.2.1 |
634 | 2025-01-24T22:54:48.664Z | Downloaded litrs v0.4.1 |
635 | 2025-01-24T22:54:48.666Z | Downloaded memmap2 v0.9.5 |
636 | 2025-01-24T22:54:48.670Z | Downloaded typify-macro v0.2.0 |
637 | 2025-01-24T22:54:48.670Z | Downloaded wait-timeout v0.2.0 |
638 | 2025-01-24T22:54:48.673Z | Downloaded hmac v0.12.1 |
639 | 2025-01-24T22:54:48.676Z | Downloaded topological-sort v0.2.2 |
640 | 2025-01-24T22:54:48.676Z | Downloaded mockall_derive v0.13.0 |
641 | 2025-01-24T22:54:48.678Z | Downloaded peg-runtime v0.8.3 |
642 | 2025-01-24T22:54:48.681Z | Downloaded hex-literal v0.4.1 |
643 | 2025-01-24T22:54:48.681Z | Downloaded structmeta v0.2.0 |
644 | 2025-01-24T22:54:48.681Z | Downloaded crc-any v2.5.0 |
645 | 2025-01-24T22:54:48.684Z | Downloaded precomputed-hash v0.1.1 |
646 | 2025-01-24T22:54:48.687Z | Downloaded crossbeam-epoch v0.9.18 |
647 | 2025-01-24T22:54:48.690Z | Downloaded icu_provider v1.5.0 |
648 | 2025-01-24T22:54:48.692Z | Downloaded ahash v0.8.11 |
649 | 2025-01-24T22:54:48.695Z | Downloaded untrusted v0.9.0 |
650 | 2025-01-24T22:54:48.697Z | Downloaded tokio-native-tls v0.3.1 |
651 | 2025-01-24T22:54:48.700Z | Downloaded zerovec-derive v0.10.3 |
652 | 2025-01-24T22:54:48.702Z | Downloaded serde_derive_internals v0.29.1 |
653 | 2025-01-24T22:54:48.705Z | Downloaded fallible-iterator v0.2.0 |
654 | 2025-01-24T22:54:48.705Z | Downloaded defmt-parser v0.3.4 |
655 | 2025-01-24T22:54:48.708Z | Downloaded defmt-macros v0.3.9 |
656 | 2025-01-24T22:54:48.710Z | Downloaded funty v2.0.0 |
657 | 2025-01-24T22:54:48.714Z | Downloaded sigpipe v0.1.3 |
658 | 2025-01-24T22:54:48.714Z | Downloaded termtree v0.4.1 |
659 | 2025-01-24T22:54:48.717Z | Downloaded foldhash v0.1.3 |
660 | 2025-01-24T22:54:48.717Z | Downloaded display-error-chain v0.2.2 |
661 | 2025-01-24T22:54:48.717Z | Downloaded dirs-sys-next v0.1.2 |
662 | 2025-01-24T22:54:48.720Z | Downloaded num_enum_derive v0.5.11 |
663 | 2025-01-24T22:54:48.720Z | Downloaded backtrace v0.3.74 |
664 | 2025-01-24T22:54:48.726Z | Downloaded num_enum v0.5.11 |
665 | 2025-01-24T22:54:48.731Z | Downloaded packed_struct_codegen v0.10.1 |
666 | 2025-01-24T22:54:48.734Z | Downloaded polyval v0.6.2 |
667 | 2025-01-24T22:54:48.740Z | Downloaded packed_struct v0.10.1 |
668 | 2025-01-24T22:54:48.745Z | Downloaded indexmap v1.9.3 |
669 | 2025-01-24T22:54:48.745Z | Downloaded indicatif v0.17.9 |
670 | 2025-01-24T22:54:48.748Z | Downloaded yoke v0.7.4 |
671 | 2025-01-24T22:54:48.751Z | Downloaded tower-service v0.3.3 |
672 | 2025-01-24T22:54:48.751Z | Downloaded icu_properties v1.5.1 |
673 | 2025-01-24T22:54:48.753Z | Downloaded pem v3.0.4 |
674 | 2025-01-24T22:54:48.756Z | Downloaded thiserror v2.0.11 |
675 | 2025-01-24T22:54:48.761Z | Downloaded pem-rfc7468 v0.7.0 |
676 | 2025-01-24T22:54:48.764Z | Downloaded bytes v1.9.0 |
677 | 2025-01-24T22:54:48.770Z | Downloaded crypto-bigint v0.5.5 |
678 | 2025-01-24T22:54:48.776Z | Downloaded predicates-tree v1.0.11 |
679 | 2025-01-24T22:54:48.779Z | Downloaded scheduled-thread-pool v0.2.7 |
680 | 2025-01-24T22:54:48.781Z | Downloaded predicates-core v1.0.8 |
681 | 2025-01-24T22:54:48.781Z | Downloaded foreign-types-shared v0.3.1 |
682 | 2025-01-24T22:54:48.784Z | Downloaded sync_wrapper v1.0.1 |
683 | 2025-01-24T22:54:48.784Z | Downloaded number_prefix v0.4.0 |
684 | 2025-01-24T22:54:48.787Z | Downloaded num_threads v0.1.7 |
685 | 2025-01-24T22:54:48.787Z | Downloaded string_cache v0.8.7 |
686 | 2025-01-24T22:54:48.790Z | Downloaded static_assertions v1.1.0 |
687 | 2025-01-24T22:54:48.793Z | Downloaded displaydoc v0.2.5 |
688 | 2025-01-24T22:54:48.805Z | Downloaded pretty-hex v0.2.1 |
689 | 2025-01-24T22:54:48.808Z | Downloaded simd-adler32 v0.3.7 |
690 | 2025-01-24T22:54:48.810Z | Downloaded unicode-properties v0.1.3 |
691 | 2025-01-24T22:54:48.813Z | Downloaded rayon-core v1.12.1 |
692 | 2025-01-24T22:54:48.816Z | Downloaded wyz v0.5.1 |
693 | 2025-01-24T22:54:48.818Z | Downloaded writeable v0.5.5 |
694 | 2025-01-24T22:54:48.821Z | Downloaded hyper-util v0.1.10 |
695 | 2025-01-24T22:54:48.825Z | Downloaded phf_shared v0.10.0 |
696 | 2025-01-24T22:54:48.828Z | Downloaded peg-macros v0.8.4 |
697 | 2025-01-24T22:54:48.830Z | Downloaded parking_lot v0.12.3 |
698 | 2025-01-24T22:54:48.833Z | Downloaded crossbeam-channel v0.5.13 |
699 | 2025-01-24T22:54:48.836Z | Downloaded bumpalo v3.16.0 |
700 | 2025-01-24T22:54:48.839Z | Downloaded test-strategy v0.3.1 |
701 | 2025-01-24T22:54:48.844Z | Downloaded universal-hash v0.5.1 |
702 | 2025-01-24T22:54:48.846Z | Downloaded zone v0.1.8 |
703 | 2025-01-24T22:54:48.849Z | Downloaded deranged v0.3.11 |
704 | 2025-01-24T22:54:48.849Z | Downloaded untrusted v0.7.1 |
705 | 2025-01-24T22:54:48.851Z | Downloaded ff v0.13.0 |
706 | 2025-01-24T22:54:48.854Z | Downloaded fd-lock v4.0.2 |
707 | 2025-01-24T22:54:48.857Z | Downloaded dyn-clone v1.0.17 |
708 | 2025-01-24T22:54:48.857Z | Downloaded slog-term v2.9.1 |
709 | 2025-01-24T22:54:48.860Z | Downloaded futures-task v0.3.31 |
710 | 2025-01-24T22:54:48.862Z | Downloaded zone_cfg_derive v0.3.0 |
711 | 2025-01-24T22:54:48.865Z | Downloaded oso v0.27.3 |
712 | 2025-01-24T22:54:48.867Z | Downloaded downcast v0.11.0 |
713 | 2025-01-24T22:54:48.870Z | Downloaded zone_cfg_derive v0.1.2 |
714 | 2025-01-24T22:54:48.870Z | Downloaded form_urlencoded v1.2.1 |
715 | 2025-01-24T22:54:48.873Z | Downloaded phf v0.11.2 |
716 | 2025-01-24T22:54:48.873Z | Downloaded ghash v0.5.1 |
717 | 2025-01-24T22:54:48.875Z | Downloaded quinn-udp v0.5.5 |
718 | 2025-01-24T22:54:48.878Z | Downloaded r2d2 v0.8.10 |
719 | 2025-01-24T22:54:48.878Z | Downloaded shell-words v1.1.0 |
720 | 2025-01-24T22:54:48.880Z | Downloaded vte v0.11.1 |
721 | 2025-01-24T22:54:48.883Z | Downloaded rustls-pemfile v1.0.4 |
722 | 2025-01-24T22:54:48.886Z | Downloaded defmt v0.3.8 |
723 | 2025-01-24T22:54:48.890Z | Downloaded rustc_version v0.4.1 |
724 | 2025-01-24T22:54:48.892Z | Downloaded parse-display-derive v0.10.0 |
725 | 2025-01-24T22:54:48.893Z | Downloaded parse-display v0.10.0 |
726 | 2025-01-24T22:54:48.896Z | Downloaded minimal-lexical v0.2.1 |
727 | 2025-01-24T22:54:48.899Z | Downloaded pbkdf2 v0.12.2 |
728 | 2025-01-24T22:54:48.901Z | Downloaded ed25519 v2.2.3 |
729 | 2025-01-24T22:54:48.905Z | Downloaded normalize-line-endings v0.3.0 |
730 | 2025-01-24T22:54:48.905Z | Downloaded tokio-rustls v0.25.0 |
731 | 2025-01-24T22:54:48.908Z | Downloaded strum_macros v0.25.3 |
732 | 2025-01-24T22:54:48.910Z | Downloaded primeorder v0.13.6 |
733 | 2025-01-24T22:54:48.914Z | Downloaded subtle v2.6.1 |
734 | 2025-01-24T22:54:48.914Z | Downloaded phf_generator v0.11.2 |
735 | 2025-01-24T22:54:48.917Z | Downloaded path-slash v0.1.5 |
736 | 2025-01-24T22:54:48.917Z | Downloaded openssl-probe v0.1.5 |
737 | 2025-01-24T22:54:48.917Z | Downloaded phf_codegen v0.11.2 |
738 | 2025-01-24T22:54:48.919Z | Downloaded tracing-attributes v0.1.27 |
739 | 2025-01-24T22:54:48.922Z | Downloaded rand_chacha v0.3.1 |
740 | 2025-01-24T22:54:48.922Z | Downloaded predicates v3.1.2 |
741 | 2025-01-24T22:54:48.925Z | Downloaded ssh-encoding v0.2.0 |
742 | 2025-01-24T22:54:48.928Z | Downloaded signal-hook-mio v0.2.4 |
743 | 2025-01-24T22:54:48.931Z | Downloaded shlex v1.3.0 |
744 | 2025-01-24T22:54:48.934Z | Downloaded rsa v0.9.6 |
745 | 2025-01-24T22:54:48.937Z | Downloaded take_mut v0.2.2 |
746 | 2025-01-24T22:54:48.940Z | Downloaded zerofrom v0.1.4 |
747 | 2025-01-24T22:54:48.940Z | Downloaded float-ord v0.3.2 |
748 | 2025-01-24T22:54:48.943Z | Downloaded embedded-io v0.6.1 |
749 | 2025-01-24T22:54:48.943Z | Downloaded powerfmt v0.2.0 |
750 | 2025-01-24T22:54:48.946Z | Downloaded utf8_iter v1.0.4 |
751 | 2025-01-24T22:54:48.949Z | Downloaded rustls-pemfile v2.2.0 |
752 | 2025-01-24T22:54:48.949Z | Downloaded supports-color v3.0.1 |
753 | 2025-01-24T22:54:48.952Z | Downloaded serde_plain v1.0.2 |
754 | 2025-01-24T22:54:48.954Z | Downloaded rand_core v0.6.4 |
755 | 2025-01-24T22:54:48.954Z | Downloaded ecdsa v0.16.9 |
756 | 2025-01-24T22:54:48.957Z | Downloaded debug-ignore v1.0.5 |
757 | 2025-01-24T22:54:48.960Z | Downloaded futures-sink v0.3.31 |
758 | 2025-01-24T22:54:48.960Z | Downloaded owo-colors v4.1.0 |
759 | 2025-01-24T22:54:48.963Z | Downloaded similar v2.6.0 |
760 | 2025-01-24T22:54:48.969Z | Downloaded flume v0.11.1 |
761 | 2025-01-24T22:54:48.973Z | Downloaded sqlparser_derive v0.2.2 |
762 | 2025-01-24T22:54:48.976Z | Downloaded num v0.4.3 |
763 | 2025-01-24T22:54:48.976Z | Downloaded fatfs v0.3.6 |
764 | 2025-01-24T22:54:48.980Z | Downloaded futures v0.3.31 |
765 | 2025-01-24T22:54:48.985Z | Downloaded parse-size v1.1.0 |
766 | 2025-01-24T22:54:48.988Z | Downloaded openssl-macros v0.1.1 |
767 | 2025-01-24T22:54:48.996Z | Downloaded ref-cast-impl v1.0.23 |
768 | 2025-01-24T22:54:48.996Z | Downloaded aes v0.8.4 |
769 | 2025-01-24T22:54:48.998Z | Downloaded vsss-rs v3.3.4 |
770 | 2025-01-24T22:54:48.998Z | Downloaded aes-gcm v0.10.3 |
771 | 2025-01-24T22:54:49.002Z | Downloaded serde_path_to_error v0.1.16 |
772 | 2025-01-24T22:54:49.005Z | Downloaded rusty-fork v0.3.0 |
773 | 2025-01-24T22:54:49.008Z | Downloaded tokio-stream v0.1.16 |
774 | 2025-01-24T22:54:49.010Z | Downloaded serde_urlencoded v0.7.1 |
775 | 2025-01-24T22:54:49.013Z | Downloaded serde_repr v0.1.19 |
776 | 2025-01-24T22:54:49.017Z | Downloaded num-conv v0.1.0 |
777 | 2025-01-24T22:54:49.017Z | Downloaded utf16_iter v1.0.5 |
778 | 2025-01-24T22:54:49.019Z | Downloaded tiny-keccak v2.0.2 |
779 | 2025-01-24T22:54:49.022Z | Downloaded pbkdf2 v0.11.0 |
780 | 2025-01-24T22:54:49.024Z | Downloaded quinn v0.11.5 |
781 | 2025-01-24T22:54:49.028Z | Downloaded rustls-pki-types v1.10.0 |
782 | 2025-01-24T22:54:49.031Z | Downloaded tinyvec v1.8.0 |
783 | 2025-01-24T22:54:49.036Z | Downloaded mio v1.0.2 |
784 | 2025-01-24T22:54:49.043Z | Downloaded zone v0.3.0 |
785 | 2025-01-24T22:54:49.046Z | Downloaded flagset v0.4.6 |
786 | 2025-01-24T22:54:49.049Z | Downloaded sha1 v0.10.6 |
787 | 2025-01-24T22:54:49.049Z | Downloaded unicode-xid v0.2.6 |
788 | 2025-01-24T22:54:49.052Z | Downloaded time-core v0.1.2 |
789 | 2025-01-24T22:54:49.052Z | Downloaded gethostname v0.5.0 |
790 | 2025-01-24T22:54:49.054Z | Downloaded password-hash v0.5.0 |
791 | 2025-01-24T22:54:49.057Z | Downloaded fs_extra v1.3.0 |
792 | 2025-01-24T22:54:49.060Z | Downloaded typify v0.3.0 |
793 | 2025-01-24T22:54:49.062Z | Downloaded progenitor v0.9.1 |
794 | 2025-01-24T22:54:49.065Z | Downloaded hashlink v0.9.1 |
795 | 2025-01-24T22:54:49.067Z | Downloaded signal-hook v0.3.17 |
796 | 2025-01-24T22:54:49.070Z | Downloaded serde-big-array v0.5.1 |
797 | 2025-01-24T22:54:49.073Z | Downloaded zopfli v0.8.1 |
798 | 2025-01-24T22:54:49.075Z | Downloaded tap v1.0.1 |
799 | 2025-01-24T22:54:49.078Z | Downloaded utf-8 v0.7.6 |
800 | 2025-01-24T22:54:49.080Z | Downloaded peg v0.8.4 |
801 | 2025-01-24T22:54:49.083Z | Downloaded unicode_categories v0.1.1 |
802 | 2025-01-24T22:54:49.086Z | Downloaded oso-derive v0.27.3 |
803 | 2025-01-24T22:54:49.088Z | Downloaded tokio-postgres v0.7.12 |
804 | 2025-01-24T22:54:49.092Z | Downloaded heck v0.3.3 |
805 | 2025-01-24T22:54:49.095Z | Downloaded float-cmp v0.9.0 |
806 | 2025-01-24T22:54:49.097Z | Downloaded hickory-resolver v0.24.2 |
807 | 2025-01-24T22:54:49.101Z | Downloaded progenitor-client v0.8.0 |
808 | 2025-01-24T22:54:49.104Z | Downloaded diesel_table_macro_syntax v0.2.0 |
809 | 2025-01-24T22:54:49.104Z | Downloaded derive_builder_core v0.20.2 |
810 | 2025-01-24T22:54:49.106Z | Downloaded hash32 v0.2.1 |
811 | 2025-01-24T22:54:49.109Z | Downloaded thread_local v1.1.8 |
812 | 2025-01-24T22:54:49.111Z | Downloaded psl-types v2.0.11 |
813 | 2025-01-24T22:54:49.112Z | Downloaded getrandom v0.2.15 |
814 | 2025-01-24T22:54:49.119Z | Downloaded dsl_auto_type v0.1.2 |
815 | 2025-01-24T22:54:49.119Z | Downloaded filetime v0.2.25 |
816 | 2025-01-24T22:54:49.122Z | Downloaded slog-bunyan v2.5.0 |
817 | 2025-01-24T22:54:49.122Z | Downloaded fallible-streaming-iterator v0.1.9 |
818 | 2025-01-24T22:54:49.123Z | Downloaded unicode-truncate v1.1.0 |
819 | 2025-01-24T22:54:49.126Z | Downloaded slog-dtrace v0.3.0 |
820 | 2025-01-24T22:54:49.126Z | Downloaded slog-async v2.8.0 |
821 | 2025-01-24T22:54:49.128Z | Downloaded sync-ptr v0.1.1 |
822 | 2025-01-24T22:54:49.128Z | Downloaded strum v0.26.3 |
823 | 2025-01-24T22:54:49.133Z | Downloaded parking_lot_core v0.8.6 |
824 | 2025-01-24T22:54:49.133Z | Downloaded tracing v0.1.40 |
825 | 2025-01-24T22:54:49.136Z | Downloaded itertools v0.12.1 |
826 | 2025-01-24T22:54:49.144Z | Downloaded serde-hex v0.1.0 |
827 | 2025-01-24T22:54:49.147Z | Downloaded x509-cert v0.2.5 |
828 | 2025-01-24T22:54:49.154Z | Downloaded progenitor-client v0.9.1 |
829 | 2025-01-24T22:54:49.156Z | Downloaded rand_xorshift v0.3.0 |
830 | 2025-01-24T22:54:49.159Z | Downloaded diesel-dtrace v0.4.2 |
831 | 2025-01-24T22:54:49.159Z | Downloaded quick-error v1.2.3 |
832 | 2025-01-24T22:54:49.162Z | Downloaded sec1 v0.7.3 |
833 | 2025-01-24T22:54:49.164Z | Downloaded sct v0.7.1 |
834 | 2025-01-24T22:54:49.167Z | Downloaded structmeta-derive v0.3.0 |
835 | 2025-01-24T22:54:49.170Z | Downloaded dropshot_endpoint v0.12.0 |
836 | 2025-01-24T22:54:49.172Z | Downloaded futures-core v0.3.31 |
837 | 2025-01-24T22:54:49.175Z | Downloaded difflib v0.4.0 |
838 | 2025-01-24T22:54:49.175Z | Downloaded typify-macro v0.3.0 |
839 | 2025-01-24T22:54:49.178Z | Downloaded foreign-types v0.3.2 |
840 | 2025-01-24T22:54:49.178Z | Downloaded darling_macro v0.20.10 |
841 | 2025-01-24T22:54:49.180Z | Downloaded russh-cryptovec v0.7.3 |
842 | 2025-01-24T22:54:49.180Z | Downloaded fxhash v0.2.1 |
843 | 2025-01-24T22:54:49.180Z | Downloaded parking_lot_core v0.9.10 |
844 | 2025-01-24T22:54:49.183Z | Downloaded group v0.13.0 |
845 | 2025-01-24T22:54:49.185Z | Downloaded dropshot_endpoint v0.15.1 |
846 | 2025-01-24T22:54:49.189Z | Downloaded signal-hook-registry v1.4.2 |
847 | 2025-01-24T22:54:49.191Z | Downloaded idna v1.0.3 |
848 | 2025-01-24T22:54:49.196Z | Downloaded rustc-demangle v0.1.24 |
849 | 2025-01-24T22:54:49.198Z | Downloaded poly1305 v0.8.0 |
850 | 2025-01-24T22:54:49.201Z | Downloaded secrecy v0.8.0 |
851 | 2025-01-24T22:54:49.204Z | Downloaded progenitor v0.8.0 |
852 | 2025-01-24T22:54:49.206Z | Downloaded tls_codec_derive v0.4.1 |
853 | 2025-01-24T22:54:49.209Z | Downloaded semver v0.1.20 |
854 | 2025-01-24T22:54:49.209Z | Downloaded env_logger v0.11.5 |
855 | 2025-01-24T22:54:49.211Z | Downloaded uuid v1.12.0 |
856 | 2025-01-24T22:54:49.215Z | Downloaded toml v0.7.8 |
857 | 2025-01-24T22:54:49.218Z | Downloaded unicase v2.7.0 |
858 | 2025-01-24T22:54:49.222Z | Downloaded openssl-sys v0.9.103 |
859 | 2025-01-24T22:54:49.226Z | Downloaded hashbrown v0.12.3 |
860 | 2025-01-24T22:54:49.232Z | Downloaded headers-core v0.3.0 |
861 | 2025-01-24T22:54:49.234Z | Downloaded embedded-io v0.4.0 |
862 | 2025-01-24T22:54:49.237Z | Downloaded itertools v0.13.0 |
863 | 2025-01-24T22:54:49.243Z | Downloaded rfc6979 v0.4.0 |
864 | 2025-01-24T22:54:49.246Z | Downloaded env_filter v0.1.2 |
865 | 2025-01-24T22:54:49.248Z | Downloaded either v1.13.0 |
866 | 2025-01-24T22:54:49.251Z | Downloaded proc-macro-crate v1.3.1 |
867 | 2025-01-24T22:54:49.251Z | Downloaded futures-macro v0.3.31 |
868 | 2025-01-24T22:54:49.253Z | Downloaded num-complex v0.4.6 |
869 | 2025-01-24T22:54:49.253Z | Downloaded tui-tree-widget v0.22.0 |
870 | 2025-01-24T22:54:49.256Z | Downloaded tinyvec_macros v0.1.1 |
871 | 2025-01-24T22:54:49.259Z | Downloaded enum-as-inner v0.6.1 |
872 | 2025-01-24T22:54:49.259Z | Downloaded slab v0.4.9 |
873 | 2025-01-24T22:54:49.262Z | Downloaded siphasher v0.3.11 |
874 | 2025-01-24T22:54:49.264Z | Downloaded postgres-types v0.2.8 |
875 | 2025-01-24T22:54:49.267Z | Downloaded pin-utils v0.1.0 |
876 | 2025-01-24T22:54:49.267Z | Downloaded hashbrown v0.13.2 |
877 | 2025-01-24T22:54:49.271Z | Downloaded tokio-tungstenite v0.23.1 |
878 | 2025-01-24T22:54:49.274Z | Downloaded foreign-types v0.5.0 |
879 | 2025-01-24T22:54:49.276Z | Downloaded dunce v1.0.5 |
880 | 2025-01-24T22:54:49.276Z | Downloaded foreign-types-shared v0.1.1 |
881 | 2025-01-24T22:54:49.279Z | Downloaded serde_yaml v0.9.34+deprecated |
882 | 2025-01-24T22:54:49.281Z | Downloaded slog v2.7.0 |
883 | 2025-01-24T22:54:49.284Z | Downloaded rand v0.8.5 |
884 | 2025-01-24T22:54:49.288Z | Downloaded num-integer v0.1.46 |
885 | 2025-01-24T22:54:49.291Z | Downloaded russh-keys v0.45.0 |
886 | 2025-01-24T22:54:49.294Z | Downloaded aho-corasick v1.1.3 |
887 | 2025-01-24T22:54:49.301Z | Downloaded url v2.5.3 |
888 | 2025-01-24T22:54:49.304Z | Downloaded value-bag v1.9.0 |
889 | 2025-01-24T22:54:49.307Z | Downloaded zip v2.1.3 |
890 | 2025-01-24T22:54:49.312Z | Downloaded xattr v1.3.1 |
891 | 2025-01-24T22:54:49.315Z | Downloaded slog-scope v4.4.0 |
892 | 2025-01-24T22:54:49.317Z | Downloaded slog-json v2.6.1 |
893 | 2025-01-24T22:54:49.320Z | Downloaded opaque-debug v0.3.1 |
894 | 2025-01-24T22:54:49.320Z | Downloaded salsa20 v0.10.2 |
895 | 2025-01-24T22:54:49.323Z | Downloaded parse-zoneinfo v0.3.1 |
896 | 2025-01-24T22:54:49.325Z | Downloaded rustc-hash v1.1.0 |
897 | 2025-01-24T22:54:49.325Z | Downloaded postgres-protocol v0.6.7 |
898 | 2025-01-24T22:54:49.328Z | Downloaded scrypt v0.11.0 |
899 | 2025-01-24T22:54:49.331Z | Downloaded rustc_version v0.1.7 |
900 | 2025-01-24T22:54:49.331Z | Downloaded twox-hash v1.6.3 |
901 | 2025-01-24T22:54:49.334Z | Downloaded want v0.3.1 |
902 | 2025-01-24T22:54:49.334Z | Downloaded tokio-tungstenite v0.24.0 |
903 | 2025-01-24T22:54:49.336Z | Downloaded resolv-conf v0.7.0 |
904 | 2025-01-24T22:54:49.339Z | Downloaded tabwriter v1.4.0 |
905 | 2025-01-24T22:54:49.341Z | Downloaded num-rational v0.4.2 |
906 | 2025-01-24T22:54:49.341Z | Downloaded try-lock v0.2.5 |
907 | 2025-01-24T22:54:49.344Z | Downloaded tls_codec v0.4.1 |
908 | 2025-01-24T22:54:49.347Z | Downloaded num-iter v0.1.45 |
909 | 2025-01-24T22:54:49.347Z | Downloaded zerofrom-derive v0.1.4 |
910 | 2025-01-24T22:54:49.349Z | Downloaded fragile v2.0.0 |
911 | 2025-01-24T22:54:49.350Z | Downloaded foreign-types-macros v0.2.3 |
912 | 2025-01-24T22:54:49.353Z | Downloaded data-encoding v2.6.0 |
913 | 2025-01-24T22:54:49.353Z | Downloaded salty v0.3.0 |
914 | 2025-01-24T22:54:49.360Z | Downloaded xz2 v0.1.7 |
915 | 2025-01-24T22:54:49.362Z | Downloaded zeroize v1.8.1 |
916 | 2025-01-24T22:54:49.368Z | Downloaded futures-io v0.3.31 |
917 | 2025-01-24T22:54:49.368Z | Downloaded futures-executor v0.3.31 |
918 | 2025-01-24T22:54:49.368Z | Downloaded zeroize_derive v1.4.2 |
919 | 2025-01-24T22:54:49.368Z | Downloaded write16 v1.0.0 |
920 | 2025-01-24T22:54:49.371Z | Downloaded thiserror-no-std v2.0.2 |
921 | 2025-01-24T22:54:49.375Z | Downloaded pkcs8 v0.10.2 |
922 | 2025-01-24T22:54:49.377Z | Downloaded termcolor v1.4.1 |
923 | 2025-01-24T22:54:49.377Z | Downloaded thiserror-impl-no-std v2.0.2 |
924 | 2025-01-24T22:54:49.380Z | Downloaded rustc-hash v2.0.0 |
925 | 2025-01-24T22:54:49.383Z | Downloaded spki v0.7.3 |
926 | 2025-01-24T22:54:49.383Z | Downloaded half v2.4.1 |
927 | 2025-01-24T22:54:49.389Z | Downloaded derive_builder v0.20.2 |
928 | 2025-01-24T22:54:49.394Z | Downloaded walkdir v2.5.0 |
929 | 2025-01-24T22:54:49.397Z | Downloaded zerocopy v0.6.6 |
930 | 2025-01-24T22:54:49.397Z | Downloaded env_logger v0.10.2 |
931 | 2025-01-24T22:54:49.402Z | Downloaded ssh-cipher v0.2.0 |
932 | 2025-01-24T22:54:49.402Z | Downloaded quick-xml v0.33.0 |
933 | 2025-01-24T22:54:49.408Z | Downloaded pin-project-internal v1.1.6 |
934 | 2025-01-24T22:54:49.412Z | Downloaded num-traits v0.2.19 |
935 | 2025-01-24T22:54:49.416Z | Downloaded progenitor-macro v0.8.0 |
936 | 2025-01-24T22:54:49.416Z | Downloaded tar v0.4.42 |
937 | 2025-01-24T22:54:49.418Z | Downloaded chrono v0.4.39 |
938 | 2025-01-24T22:54:49.426Z | Downloaded termios v0.3.3 |
939 | 2025-01-24T22:54:49.430Z | Downloaded spin v0.9.8 |
940 | 2025-01-24T22:54:49.433Z | Downloaded p256 v0.13.2 |
941 | 2025-01-24T22:54:49.437Z | Downloaded time-macros v0.2.18 |
942 | 2025-01-24T22:54:49.440Z | Downloaded unicode-bidi v0.3.17 |
943 | 2025-01-24T22:54:49.440Z | Downloaded qorb v0.2.1 |
944 | 2025-01-24T22:54:49.445Z | Downloaded progenitor-impl v0.9.1 |
945 | 2025-01-24T22:54:49.449Z | Downloaded bindgen v0.69.5 |
946 | 2025-01-24T22:54:49.456Z | Downloaded progenitor-macro v0.9.1 |
947 | 2025-01-24T22:54:49.459Z | Downloaded vergen v8.3.2 |
948 | 2025-01-24T22:54:49.461Z | Downloaded zip v0.6.6 |
949 | 2025-01-24T22:54:49.465Z | Downloaded pin-project-lite v0.2.14 |
950 | 2025-01-24T22:54:49.471Z | Downloaded pin-project v1.1.6 |
951 | 2025-01-24T22:54:49.484Z | Downloaded derive_more v0.99.18 |
952 | 2025-01-24T22:54:49.489Z | Downloaded typed-path v0.9.3 |
953 | 2025-01-24T22:54:49.496Z | Downloaded highway v1.2.0 |
954 | 2025-01-24T22:54:49.499Z | Downloaded publicsuffix v2.3.0 |
955 | 2025-01-24T22:54:49.501Z | Downloaded rcgen v0.12.1 |
956 | 2025-01-24T22:54:49.504Z | Downloaded progenitor-impl v0.8.0 |
957 | 2025-01-24T22:54:49.509Z | Downloaded reedline v0.35.0 |
958 | 2025-01-24T22:54:49.515Z | Downloaded olpc-cjson v0.1.4 |
959 | 2025-01-24T22:54:49.519Z | Downloaded futures-util v0.3.31 |
960 | 2025-01-24T22:54:49.532Z | Downloaded omicron-zone-package v0.12.0 |
961 | 2025-01-24T22:54:49.535Z | Downloaded git2 v0.19.0 |
962 | 2025-01-24T22:54:49.543Z | Downloaded snafu v0.8.5 |
963 | 2025-01-24T22:54:49.549Z | Downloaded flate2 v1.0.35 |
964 | 2025-01-24T22:54:49.556Z | Downloaded russh v0.45.0 |
965 | 2025-01-24T22:54:49.562Z | Downloaded hashbrown v0.14.5 |
966 | 2025-01-24T22:54:49.568Z | Downloaded zerocopy-derive v0.8.10 |
967 | 2025-01-24T22:54:49.575Z | Downloaded icu_properties_data v1.5.0 |
968 | 2025-01-24T22:54:49.588Z | Downloaded rustyline v14.0.0 |
969 | 2025-01-24T22:54:49.593Z | Downloaded rustls v0.21.12 |
970 | 2025-01-24T22:54:49.607Z | Downloaded tokio-util v0.7.12 |
971 | 2025-01-24T22:54:49.613Z | Downloaded unicode-normalization v0.1.24 |
972 | 2025-01-24T22:54:49.617Z | Downloaded lalrpop v0.19.12 |
973 | 2025-01-24T22:54:49.630Z | Downloaded p521 v0.13.3 |
974 | 2025-01-24T22:54:49.634Z | Downloaded rusqlite v0.32.1 |
975 | 2025-01-24T22:54:49.642Z | Downloaded radix_trie v0.2.1 |
976 | 2025-01-24T22:54:49.647Z | Downloaded curve25519-dalek v4.1.3 |
977 | 2025-01-24T22:54:49.658Z | Downloaded rustls-webpki v0.101.7 |
978 | 2025-01-24T22:54:49.674Z | Downloaded hkdf v0.12.4 |
979 | 2025-01-24T22:54:49.678Z | Downloaded rustls-webpki v0.102.8 |
980 | 2025-01-24T22:54:49.698Z | Downloaded hickory-server v0.24.2 |
981 | 2025-01-24T22:54:49.704Z | Downloaded gimli v0.31.1 |
982 | 2025-01-24T22:54:49.714Z | Downloaded regex v1.11.1 |
983 | 2025-01-24T22:54:49.727Z | Downloaded chrono-tz v0.10.1 |
984 | 2025-01-24T22:54:49.735Z | Downloaded portable-atomic v1.9.0 |
985 | 2025-01-24T22:54:49.743Z | Downloaded reqwest v0.12.9 |
986 | 2025-01-24T22:54:49.752Z | Downloaded sqlparser v0.45.0 |
987 | 2025-01-24T22:54:49.759Z | Downloaded openssl v0.10.66 |
988 | 2025-01-24T22:54:49.770Z | Downloaded hickory-proto v0.24.2 |
989 | 2025-01-24T22:54:49.787Z | Downloaded dropshot v0.12.0 |
990 | 2025-01-24T22:54:49.810Z | Downloaded nix v0.27.1 |
991 | 2025-01-24T22:54:49.820Z | Downloaded rayon v1.10.0 |
992 | 2025-01-24T22:54:49.829Z | Downloaded ssh-key v0.6.6 |
993 | 2025-01-24T22:54:49.836Z | Downloaded bstr v1.10.0 |
994 | 2025-01-24T22:54:49.848Z | Downloaded polar-core v0.27.3 |
995 | 2025-01-24T22:54:49.857Z | Downloaded nix v0.29.0 |
996 | 2025-01-24T22:54:49.870Z | Downloaded regex-syntax v0.8.5 |
997 | 2025-01-24T22:54:49.879Z | Downloaded nix v0.28.0 |
998 | 2025-01-24T22:54:49.892Z | Downloaded winnow v0.5.40 |
999 | 2025-01-24T22:54:49.901Z | Downloaded smoltcp v0.9.1 |
1000 | 2025-01-24T22:54:49.913Z | Downloaded ratatui v0.28.1 |
1001 | 2025-01-24T22:54:49.935Z | Downloaded proptest v1.5.0 |
1002 | 2025-01-24T22:54:49.944Z | Downloaded regress v0.10.1 |
1003 | 2025-01-24T22:54:49.953Z | Downloaded rustls v0.22.4 |
1004 | 2025-01-24T22:54:49.968Z | Downloaded p384 v0.13.0 |
1005 | 2025-01-24T22:54:49.975Z | Downloaded typify-impl v0.3.0 |
1006 | 2025-01-24T22:54:49.994Z | Downloaded regress v0.9.1 |
1007 | 2025-01-24T22:54:50.002Z | Downloaded unicode-width v0.2.0 |
1008 | 2025-01-24T22:54:50.007Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1009 | 2025-01-24T22:54:50.020Z | Downloaded zerocopy-derive v0.6.6 |
1010 | 2025-01-24T22:54:50.030Z | Downloaded openapiv3 v2.0.0 |
1011 | 2025-01-24T22:54:50.044Z | Downloaded zerocopy v0.8.10 |
1012 | 2025-01-24T22:54:50.068Z | Downloaded webpki-roots v0.26.6 |
1013 | 2025-01-24T22:54:50.072Z | Downloaded dropshot v0.15.1 |
1014 | 2025-01-24T22:54:50.095Z | Downloaded object v0.30.4 |
1015 | 2025-01-24T22:54:50.105Z | Downloaded regex-syntax v0.6.29 |
1016 | 2025-01-24T22:54:50.112Z | Downloaded rustls v0.23.19 |
1017 | 2025-01-24T22:54:50.124Z | Downloaded vcpkg v0.2.15 |
1018 | 2025-01-24T22:54:50.165Z | Downloaded smoltcp v0.11.0 |
1019 | 2025-01-24T22:54:50.177Z | Downloaded petname v2.0.2 |
1020 | 2025-01-24T22:54:50.183Z | Downloaded sha3 v0.10.8 |
1021 | 2025-01-24T22:54:50.188Z | Downloaded diesel v2.2.6 |
1022 | 2025-01-24T22:54:50.208Z | Downloaded object v0.36.5 |
1023 | 2025-01-24T22:54:50.220Z | Downloaded tokio v1.43.0 |
1024 | 2025-01-24T22:54:50.260Z | Downloaded csv v1.3.0 |
1025 | 2025-01-24T22:54:50.279Z | Downloaded h2 v0.4.6 |
1026 | 2025-01-24T22:54:50.286Z | Downloaded ed25519-dalek v2.1.1 |
1027 | 2025-01-24T22:54:50.289Z | Downloaded headers v0.4.0 |
1028 | 2025-01-24T22:54:50.296Z | Downloaded quinn-proto v0.11.8 |
1029 | 2025-01-24T22:54:50.302Z | Downloaded typify-impl v0.2.0 |
1030 | 2025-01-24T22:54:50.317Z | Downloaded num-bigint v0.4.6 |
1031 | 2025-01-24T22:54:50.323Z | Downloaded num-bigint-dig v0.8.4 |
1032 | 2025-01-24T22:54:50.327Z | Downloaded bitvec v1.0.1 |
1033 | 2025-01-24T22:54:50.343Z | Downloaded sled v0.34.7 |
1034 | 2025-01-24T22:54:50.353Z | Downloaded regex-automata v0.4.8 |
1035 | 2025-01-24T22:54:50.372Z | Downloaded darling_core v0.20.10 |
1036 | 2025-01-24T22:54:50.377Z | Downloaded heapless v0.7.17 |
1037 | 2025-01-24T22:54:50.380Z | Downloaded pkg-config v0.3.31 |
1038 | 2025-01-24T22:54:50.383Z | Downloaded socket2 v0.5.7 |
1039 | 2025-01-24T22:54:50.386Z | Downloaded pkcs1 v0.7.5 |
1040 | 2025-01-24T22:54:50.388Z | Downloaded tungstenite v0.24.0 |
1041 | 2025-01-24T22:54:50.391Z | Downloaded serde_with v3.11.0 |
1042 | 2025-01-24T22:54:50.398Z | Downloaded slog-stdlog v4.1.1 |
1043 | 2025-01-24T22:54:50.401Z | Downloaded tough v0.19.0 |
1044 | 2025-01-24T22:54:50.409Z | Downloaded blake3 v1.5.4 |
1045 | 2025-01-24T22:54:50.416Z | Downloaded time v0.3.36 |
1046 | 2025-01-24T22:54:50.423Z | Downloaded which v4.4.2 |
1047 | 2025-01-24T22:54:50.425Z | Downloaded fixedbitset v0.4.2 |
1048 | 2025-01-24T22:54:50.428Z | Downloaded nom v7.1.3 |
1049 | 2025-01-24T22:54:50.431Z | Downloaded diff v0.1.13 |
1050 | 2025-01-24T22:54:50.434Z | Downloaded zerovec v0.10.4 |
1051 | 2025-01-24T22:54:50.440Z | Downloaded tracing-core v0.1.32 |
1052 | 2025-01-24T22:54:50.443Z | Downloaded aws-lc-rs v1.10.0 |
1053 | 2025-01-24T22:54:50.452Z | Downloaded hyper v1.5.2 |
1054 | 2025-01-24T22:54:50.460Z | Downloaded lzma-sys v0.1.20 |
1055 | 2025-01-24T22:54:50.490Z | Downloaded postcard v1.0.10 |
1056 | 2025-01-24T22:54:50.492Z | Downloaded petgraph v0.6.5 |
1057 | 2025-01-24T22:54:50.509Z | Downloaded des v0.8.1 |
1058 | 2025-01-24T22:54:50.511Z | Downloaded phf_shared v0.11.2 |
1059 | 2025-01-24T22:54:50.511Z | Downloaded document-features v0.2.10 |
1060 | 2025-01-24T22:54:50.514Z | Downloaded stringprep v0.1.5 |
1061 | 2025-01-24T22:54:50.514Z | Downloaded strip-ansi-escapes v0.2.0 |
1062 | 2025-01-24T22:54:50.517Z | Downloaded diesel_derives v2.2.3 |
1063 | 2025-01-24T22:54:50.521Z | Downloaded prettyplease v0.2.25 |
1064 | 2025-01-24T22:54:50.524Z | Downloaded toml_edit v0.19.15 |
1065 | 2025-01-24T22:54:50.539Z | Downloaded libz-sys v1.1.20 |
1066 | 2025-01-24T22:54:50.562Z | Downloaded unsafe-libyaml v0.2.11 |
1067 | 2025-01-24T22:54:50.565Z | Downloaded tinystr v0.7.6 |
1068 | 2025-01-24T22:54:50.568Z | Downloaded steno v0.4.1 |
1069 | 2025-01-24T22:54:50.570Z | Downloaded password-hash v0.4.2 |
1070 | 2025-01-24T22:54:50.573Z | Downloaded crossterm v0.28.1 |
1071 | 2025-01-24T22:54:50.578Z | Downloaded nu-ansi-term v0.50.1 |
1072 | 2025-01-24T22:54:50.581Z | Downloaded subprocess v0.2.9 |
1073 | 2025-01-24T22:54:50.584Z | Downloaded expectorate v1.1.0 |
1074 | 2025-01-24T22:54:50.587Z | Downloaded libxml v0.3.3 |
1075 | 2025-01-24T22:54:50.592Z | Downloaded libm v0.2.8 |
1076 | 2025-01-24T22:54:50.600Z | Downloaded itertools v0.10.5 |
1077 | 2025-01-24T22:54:50.607Z | Downloaded unicode-segmentation v1.12.0 |
1078 | 2025-01-24T22:54:50.610Z | Downloaded termtree v0.5.1 |
1079 | 2025-01-24T22:54:50.613Z | Downloaded ron v0.7.1 |
1080 | 2025-01-24T22:54:50.616Z | Downloaded percent-encoding v2.3.1 |
1081 | 2025-01-24T22:54:50.622Z | Downloaded yasna v0.5.2 |
1082 | 2025-01-24T22:54:50.622Z | Downloaded whoami v1.5.2 |
1083 | 2025-01-24T22:54:50.622Z | Downloaded tokio-tungstenite v0.21.0 |
1084 | 2025-01-24T22:54:50.625Z | Downloaded snafu-derive v0.8.5 |
1085 | 2025-01-24T22:54:50.625Z | Downloaded rustversion v1.0.17 |
1086 | 2025-01-24T22:54:50.628Z | Downloaded derive-where v1.2.7 |
1087 | 2025-01-24T22:54:50.631Z | Downloaded typify v0.2.0 |
1088 | 2025-01-24T22:54:50.634Z | Downloaded tokio-rustls v0.26.0 |
1089 | 2025-01-24T22:54:50.636Z | Downloaded tungstenite v0.23.0 |
1090 | 2025-01-24T22:54:50.639Z | Downloaded ref-cast v1.0.23 |
1091 | 2025-01-24T22:54:50.643Z | Downloaded paste v1.0.15 |
1092 | 2025-01-24T22:54:50.647Z | Downloaded hash32 v0.3.1 |
1093 | 2025-01-24T22:54:50.647Z | Downloaded ena v0.14.3 |
1094 | 2025-01-24T22:54:50.650Z | Downloaded derive_builder_macro v0.20.2 |
1095 | 2025-01-24T22:54:50.650Z | Downloaded unarray v0.1.4 |
1096 | 2025-01-24T22:54:50.650Z | Downloaded elliptic-curve v0.13.8 |
1097 | 2025-01-24T22:54:50.653Z | Downloaded strum_macros v0.26.4 |
1098 | 2025-01-24T22:54:50.656Z | Downloaded strum_macros v0.24.3 |
1099 | 2025-01-24T22:54:50.659Z | Downloaded der v0.7.9 |
1100 | 2025-01-24T22:54:50.665Z | Downloaded icu_collections v1.5.0 |
1101 | 2025-01-24T22:54:50.671Z | Downloaded http v1.2.0 |
1102 | 2025-01-24T22:54:50.675Z | Downloaded schemars v0.8.21 |
1103 | 2025-01-24T22:54:50.687Z | Downloaded tokio-rustls v0.24.1 |
1104 | 2025-01-24T22:54:50.690Z | Downloaded nodrop v0.1.14 |
1105 | 2025-01-24T22:54:50.693Z | Downloaded tungstenite v0.21.0 |
1106 | 2025-01-24T22:54:50.695Z | Downloaded pkcs5 v0.7.1 |
1107 | 2025-01-24T22:54:50.698Z | Downloaded uzers v0.12.1 |
1108 | 2025-01-24T22:54:50.700Z | Downloaded schemars_derive v0.8.21 |
1109 | 2025-01-24T22:54:50.703Z | Downloaded samael v0.0.17 |
1110 | 2025-01-24T22:54:50.706Z | Downloaded heapless v0.8.0 |
1111 | 2025-01-24T22:54:50.712Z | Downloaded cc v1.1.30 |
1112 | 2025-01-24T22:54:50.715Z | Downloaded allocator-api2 v0.2.18 |
1113 | 2025-01-24T22:54:50.718Z | Downloaded scopeguard v1.2.0 |
1114 | 2025-01-24T22:54:50.720Z | Downloaded rtoolbox v0.0.2 |
1115 | 2025-01-24T22:54:50.720Z | Downloaded ppv-lite86 v0.2.20 |
1116 | 2025-01-24T22:54:50.723Z | Downloaded parking_lot v0.11.2 |
1117 | 2025-01-24T22:54:50.727Z | Downloaded hickory-client v0.24.2 |
1118 | 2025-01-24T22:54:50.729Z | Downloaded globset v0.4.15 |
1119 | 2025-01-24T22:54:50.730Z | Downloaded futures-channel v0.3.31 |
1120 | 2025-01-24T22:54:50.732Z | Downloaded ron v0.8.1 |
1121 | 2025-01-24T22:54:50.736Z | Downloaded dirs-next v2.0.0 |
1122 | 2025-01-24T22:54:50.739Z | Downloaded encoding_rs v0.8.34 |
1123 | 2025-01-24T22:54:50.760Z | Downloaded stable_deref_trait v1.2.0 |
1124 | 2025-01-24T22:54:50.763Z | Downloaded smf v0.2.3 |
1125 | 2025-01-24T22:54:50.763Z | Downloaded base64 v0.21.7 |
1126 | 2025-01-24T22:54:50.766Z | Downloaded der_derive v0.7.3 |
1127 | 2025-01-24T22:54:50.770Z | Downloaded compact_str v0.8.0 |
1128 | 2025-01-24T22:54:50.773Z | Downloaded thiserror-impl v2.0.11 |
1129 | 2025-01-24T22:54:50.773Z | Downloaded const_format v0.2.33 |
1130 | 2025-01-24T22:54:50.778Z | Downloaded smallvec v1.13.2 |
1131 | 2025-01-24T22:54:50.780Z | Downloaded num-derive v0.4.2 |
1132 | 2025-01-24T22:54:50.784Z | Downloaded hex v0.4.3 |
1133 | 2025-01-24T22:54:50.784Z | Downloaded glob v0.3.1 |
1134 | 2025-01-24T22:54:50.786Z | Downloaded term v0.7.0 |
1135 | 2025-01-24T22:54:50.789Z | Downloaded crossbeam-utils v0.8.20 |
1136 | 2025-01-24T22:54:50.792Z | Downloaded fallible-iterator v0.3.0 |
1137 | 2025-01-24T22:54:50.792Z | Downloaded sqlformat v0.2.6 |
1138 | 2025-01-24T22:54:50.794Z | Downloaded base64 v0.22.1 |
1139 | 2025-01-24T22:54:50.797Z | Downloaded serde_with_macros v3.11.0 |
1140 | 2025-01-24T22:54:50.800Z | Downloaded icu_normalizer_data v1.5.0 |
1141 | 2025-01-24T22:54:50.802Z | Downloaded icu_normalizer v1.5.0 |
1142 | 2025-01-24T22:54:50.805Z | Downloaded icu_locid v1.5.0 |
1143 | 2025-01-24T22:54:50.809Z | Downloaded arc-swap v1.7.1 |
1144 | 2025-01-24T22:54:50.815Z | Downloaded tokio-macros v2.5.0 |
1145 | 2025-01-24T22:54:50.820Z | Downloaded chacha20poly1305 v0.10.1 |
1146 | 2025-01-24T22:54:50.820Z | Downloaded icu_locid_transform_data v1.5.0 |
1147 | 2025-01-24T22:54:50.820Z | Downloaded blake2 v0.10.6 |
1148 | 2025-01-24T22:54:50.823Z | Downloaded base64 v0.13.1 |
1149 | 2025-01-24T22:54:50.826Z | Downloaded lazy_static v1.5.0 |
1150 | 2025-01-24T22:54:50.826Z | Downloaded iana-time-zone v0.1.61 |
1151 | 2025-01-24T22:54:50.829Z | Downloaded const-oid v0.9.6 |
1152 | 2025-01-24T22:54:50.833Z | Downloaded linked-hash-map v0.5.6 |
1153 | 2025-01-24T22:54:50.833Z | Downloaded mime_guess v2.0.5 |
1154 | 2025-01-24T22:54:50.837Z | Downloaded hyper-staticfile v0.10.1 |
1155 | 2025-01-24T22:54:50.837Z | Downloaded const_format_proc_macros v0.2.33 |
1156 | 2025-01-24T22:54:50.839Z | Downloaded cobs v0.2.3 |
1157 | 2025-01-24T22:54:50.840Z | Downloaded lockfree-object-pool v0.1.6 |
1158 | 2025-01-24T22:54:50.843Z | Downloaded bcs v0.1.6 |
1159 | 2025-01-24T22:54:50.843Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1160 | 2025-01-24T22:54:50.902Z | Downloaded async-bb8-diesel v0.2.1 |
1161 | 2025-01-24T22:54:50.905Z | Downloaded addr2line v0.24.2 |
1162 | 2025-01-24T22:54:50.907Z | Downloaded maplit v1.0.2 |
1163 | 2025-01-24T22:54:50.907Z | Downloaded instability v0.3.2 |
1164 | 2025-01-24T22:54:50.910Z | Downloaded async-stream v0.3.6 |
1165 | 2025-01-24T22:54:50.912Z | Downloaded crc v3.2.1 |
1166 | 2025-01-24T22:54:50.915Z | Downloaded cexpr v0.6.0 |
1167 | 2025-01-24T22:54:50.915Z | Downloaded atomic-waker v1.1.2 |
1168 | 2025-01-24T22:54:50.918Z | Downloaded bitflags v1.3.2 |
1169 | 2025-01-24T22:54:50.920Z | Downloaded block-padding v0.3.3 |
1170 | 2025-01-24T22:54:50.920Z | Downloaded bit-set v0.5.3 |
1171 | 2025-01-24T22:54:50.920Z | Downloaded ipnetwork v0.20.0 |
1172 | 2025-01-24T22:54:50.923Z | Downloaded internet-checksum v0.2.1 |
1173 | 2025-01-24T22:54:50.923Z | Downloaded humantime v2.1.0 |
1174 | 2025-01-24T22:54:50.925Z | Downloaded crossbeam-deque v0.8.5 |
1175 | 2025-01-24T22:54:50.926Z | Downloaded chacha20 v0.9.1 |
1176 | 2025-01-24T22:54:50.928Z | Downloaded argon2 v0.5.3 |
1177 | 2025-01-24T22:54:50.930Z | Downloaded md5 v0.7.0 |
1178 | 2025-01-24T22:54:50.930Z | Downloaded hubpack v0.1.2 |
1179 | 2025-01-24T22:54:50.933Z | Downloaded bitfield v0.14.0 |
1180 | 2025-01-24T22:54:51.257Z | Downloaded aws-lc-sys v0.22.0 |
1181 | 2025-01-24T22:54:51.489Z | Downloaded ring v0.17.8 |
1182 | 2025-01-24T22:54:51.610Z | Downloaded libsqlite3-sys v0.30.1 |
1183 | 2025-01-24T22:54:51.786Z | Compiling serde v1.0.217 |
1184 | 2025-01-24T22:54:51.790Z | Compiling lock_api v0.4.12 |
1185 | 2025-01-24T22:54:51.790Z | Compiling scopeguard v1.2.0 |
1186 | 2025-01-24T22:54:51.790Z | Compiling value-bag v1.9.0 |
1187 | 2025-01-24T22:54:51.790Z | Compiling typenum v1.17.0 |
1188 | 2025-01-24T22:54:51.940Z | Compiling generic-array v0.14.7 |
1189 | 2025-01-24T22:54:51.982Z | Compiling syn v2.0.96 |
1190 | 2025-01-24T22:54:51.985Z | Compiling getrandom v0.2.15 |
1191 | 2025-01-24T22:54:52.118Z | Compiling shlex v1.3.0 |
1192 | 2025-01-24T22:54:52.288Z | Compiling rand_core v0.6.4 |
1193 | 2025-01-24T22:54:52.453Z | Compiling log v0.4.22 |
1194 | 2025-01-24T22:54:52.474Z | Compiling subtle v2.6.1 |
1195 | 2025-01-24T22:54:52.477Z | Compiling jobserver v0.1.32 |
1196 | 2025-01-24T22:54:52.546Z | Compiling smallvec v1.13.2 |
1197 | 2025-01-24T22:54:52.752Z | Compiling const-oid v0.9.6 |
1198 | 2025-01-24T22:54:52.783Z | Compiling spin v0.9.8 |
1199 | 2025-01-24T22:54:52.862Z | Compiling cc v1.1.30 |
1200 | 2025-01-24T22:54:53.051Z | Compiling pin-project-lite v0.2.14 |
1201 | 2025-01-24T22:54:53.211Z | Compiling rustix v0.38.37 |
1202 | 2025-01-24T22:54:53.296Z | Compiling parking_lot_core v0.9.10 |
1203 | 2025-01-24T22:54:53.344Z | Compiling futures-core v0.3.31 |
1204 | 2025-01-24T22:54:53.450Z | Compiling signal-hook-registry v1.4.2 |
1205 | 2025-01-24T22:54:53.604Z | Compiling mio v1.0.2 |
1206 | 2025-01-24T22:54:54.098Z | Compiling aho-corasick v1.1.3 |
1207 | 2025-01-24T22:54:54.192Z | Compiling parking_lot v0.12.3 |
1208 | 2025-01-24T22:54:54.403Z | Compiling regex-syntax v0.8.5 |
1209 | 2025-01-24T22:54:54.565Z | Compiling cpufeatures v0.2.14 |
1210 | 2025-01-24T22:54:54.686Z | Compiling stable_deref_trait v1.2.0 |
1211 | 2025-01-24T22:54:54.769Z | Compiling lazy_static v1.5.0 |
1212 | 2025-01-24T22:54:54.811Z | Compiling either v1.13.0 |
1213 | 2025-01-24T22:54:54.919Z | Compiling glob v0.3.1 |
1214 | 2025-01-24T22:54:55.071Z | Compiling futures-sink v0.3.31 |
1215 | 2025-01-24T22:54:55.168Z | Compiling socket2 v0.5.7 |
1216 | 2025-01-24T22:54:55.220Z | Compiling slab v0.4.9 |
1217 | 2025-01-24T22:54:55.248Z | Compiling prettyplease v0.2.25 |
1218 | 2025-01-24T22:54:55.628Z | Compiling minimal-lexical v0.2.1 |
1219 | 2025-01-24T22:54:55.717Z | Compiling serde_json v1.0.135 |
1220 | 2025-01-24T22:54:55.797Z | Compiling clang-sys v1.8.1 |
1221 | 2025-01-24T22:54:56.091Z | Compiling nom v7.1.3 |
1222 | 2025-01-24T22:54:56.149Z | Compiling libloading v0.8.5 |
1223 | 2025-01-24T22:54:56.418Z | Compiling home v0.5.9 |
1224 | 2025-01-24T22:54:56.550Z | Compiling bindgen v0.69.5 |
1225 | 2025-01-24T22:54:56.695Z | Compiling futures-channel v0.3.31 |
1226 | 2025-01-24T22:54:56.869Z | Compiling itertools v0.10.5 |
1227 | 2025-01-24T22:54:57.123Z | Compiling foldhash v0.1.3 |
1228 | 2025-01-24T22:54:57.410Z | Compiling lazycell v1.3.0 |
1229 | 2025-01-24T22:54:57.441Z | Compiling libm v0.2.8 |
1230 | 2025-01-24T22:54:57.594Z | Compiling allocator-api2 v0.2.18 |
1231 | 2025-01-24T22:54:57.771Z | Compiling rustc-hash v1.1.0 |
1232 | 2025-01-24T22:54:57.973Z | Compiling futures-task v0.3.31 |
1233 | 2025-01-24T22:54:58.279Z | Compiling regex-automata v0.4.8 |
1234 | 2025-01-24T22:54:58.437Z | Compiling pin-utils v0.1.0 |
1235 | 2025-01-24T22:54:58.548Z | Compiling futures-io v0.3.31 |
1236 | 2025-01-24T22:54:58.822Z | Compiling hashbrown v0.15.1 |
1237 | 2025-01-24T22:54:59.017Z | Compiling cmake v0.1.51 |
1238 | 2025-01-24T22:54:59.404Z | Compiling cexpr v0.6.0 |
1239 | 2025-01-24T22:54:59.528Z | Compiling num-traits v0.2.19 |
1240 | 2025-01-24T22:54:59.831Z | Compiling synstructure v0.13.1 |
1241 | 2025-01-24T22:55:00.031Z | Compiling dunce v1.0.5 |
1242 | 2025-01-24T22:55:00.170Z | Compiling pkg-config v0.3.31 |
1243 | 2025-01-24T22:55:00.772Z | Compiling fs_extra v1.3.0 |
1244 | 2025-01-24T22:55:01.305Z | Compiling writeable v0.5.5 |
1245 | 2025-01-24T22:55:01.323Z | Compiling litemap v0.7.3 |
1246 | 2025-01-24T22:55:01.507Z | Compiling ring v0.17.8 |
1247 | 2025-01-24T22:55:01.718Z | Compiling paste v1.0.15 |
1248 | 2025-01-24T22:55:01.864Z | Compiling base64ct v1.6.0 |
1249 | 2025-01-24T22:55:02.460Z | Compiling pem-rfc7468 v0.7.0 |
1250 | 2025-01-24T22:55:02.696Z | Compiling httparse v1.9.5 |
1251 | 2025-01-24T22:55:02.714Z | Compiling aws-lc-rs v1.10.0 |
1252 | 2025-01-24T22:55:03.116Z | Compiling flagset v0.4.6 |
1253 | 2025-01-24T22:55:03.157Z | Compiling icu_locid_transform_data v1.5.0 |
1254 | 2025-01-24T22:55:03.318Z | Compiling tracing-core v0.1.32 |
1255 | 2025-01-24T22:55:03.463Z | Compiling rustls-pki-types v1.10.0 |
1256 | 2025-01-24T22:55:03.972Z | Compiling regex v1.11.1 |
1257 | 2025-01-24T22:55:04.305Z | Compiling crossbeam-utils v0.8.20 |
1258 | 2025-01-24T22:55:04.368Z | Compiling percent-encoding v2.3.1 |
1259 | 2025-01-24T22:55:04.469Z | Compiling icu_properties_data v1.5.0 |
1260 | 2025-01-24T22:55:04.744Z | Compiling write16 v1.0.0 |
1261 | 2025-01-24T22:55:04.850Z | Compiling untrusted v0.9.0 |
1262 | 2025-01-24T22:55:04.875Z | Compiling num-conv v0.1.0 |
1263 | 2025-01-24T22:55:04.878Z | Compiling untrusted v0.7.1 |
1264 | 2025-01-24T22:55:05.038Z | Compiling powerfmt v0.2.0 |
1265 | 2025-01-24T22:55:05.072Z | Compiling utf16_iter v1.0.5 |
1266 | 2025-01-24T22:55:05.114Z | Compiling utf8_iter v1.0.4 |
1267 | 2025-01-24T22:55:05.201Z | Compiling serde_derive v1.0.217 |
1268 | 2025-01-24T22:55:05.288Z | Compiling zeroize_derive v1.4.2 |
1269 | 2025-01-24T22:55:05.339Z | Compiling zerocopy-derive v0.7.35 |
1270 | 2025-01-24T22:55:05.361Z | Compiling tokio-macros v2.5.0 |
1271 | 2025-01-24T22:55:05.379Z | Compiling zerofrom-derive v0.1.4 |
1272 | 2025-01-24T22:55:06.673Z | Compiling zeroize v1.8.1 |
1273 | 2025-01-24T22:55:06.783Z | Compiling yoke-derive v0.7.4 |
1274 | 2025-01-24T22:55:07.161Z | Compiling zerovec-derive v0.10.3 |
1275 | 2025-01-24T22:55:07.273Z | Compiling zerocopy v0.7.35 |
1276 | 2025-01-24T22:55:08.362Z | Compiling crypto-common v0.1.6 |
1277 | 2025-01-24T22:55:08.604Z | Compiling block-buffer v0.10.4 |
1278 | 2025-01-24T22:55:08.694Z | Compiling thiserror-impl v1.0.69 |
1279 | 2025-01-24T22:55:08.882Z | Compiling digest v0.10.7 |
1280 | 2025-01-24T22:55:08.884Z | Compiling zerofrom v0.1.4 |
1281 | 2025-01-24T22:55:09.067Z | Compiling futures-macro v0.3.31 |
1282 | 2025-01-24T22:55:09.122Z | Compiling displaydoc v0.2.5 |
1283 | 2025-01-24T22:55:09.330Z | Compiling hmac v0.12.1 |
1284 | 2025-01-24T22:55:09.460Z | Compiling yoke v0.7.4 |
1285 | 2025-01-24T22:55:09.574Z | Compiling block-padding v0.3.3 |
1286 | 2025-01-24T22:55:09.690Z | Compiling sha2 v0.10.8 |
1287 | 2025-01-24T22:55:09.830Z | Compiling zerovec v0.10.4 |
1288 | 2025-01-24T22:55:09.846Z | Compiling inout v0.1.3 |
1289 | 2025-01-24T22:55:10.082Z | Compiling cipher v0.4.4 |
1290 | 2025-01-24T22:55:10.611Z | Compiling icu_provider_macros v1.5.0 |
1291 | 2025-01-24T22:55:10.611Z | Compiling ppv-lite86 v0.2.20 |
1292 | 2025-01-24T22:55:10.945Z | Compiling futures-util v0.3.31 |
1293 | 2025-01-24T22:55:11.387Z | Compiling der_derive v0.7.3 |
1294 | 2025-01-24T22:55:11.598Z | Compiling thiserror v1.0.69 |
1295 | 2025-01-24T22:55:11.690Z | Compiling tinystr v0.7.6 |
1296 | 2025-01-24T22:55:11.745Z | Compiling icu_collections v1.5.0 |
1297 | 2025-01-24T22:55:11.803Z | Compiling rand_chacha v0.3.1 |
1298 | 2025-01-24T22:55:12.059Z | Compiling icu_locid v1.5.0 |
1299 | 2025-01-24T22:55:12.586Z | Compiling tracing-attributes v0.1.27 |
1300 | 2025-01-24T22:55:13.097Z | Compiling rand v0.8.5 |
1301 | 2025-01-24T22:55:13.120Z | Compiling pest v2.7.14 |
1302 | 2025-01-24T22:55:13.718Z | Compiling icu_provider v1.5.0 |
1303 | 2025-01-24T22:55:14.158Z | Compiling der v0.7.9 |
1304 | 2025-01-24T22:55:14.249Z | Compiling salsa20 v0.10.2 |
1305 | 2025-01-24T22:55:14.476Z | Compiling icu_locid_transform v1.5.0 |
1306 | 2025-01-24T22:55:14.697Z | Compiling pbkdf2 v0.12.2 |
1307 | 2025-01-24T22:55:14.888Z | Compiling time-core v0.1.2 |
1308 | 2025-01-24T22:55:15.057Z | Compiling mirai-annotations v1.12.0 |
1309 | 2025-01-24T22:55:15.086Z | Compiling icu_normalizer_data v1.5.0 |
1310 | 2025-01-24T22:55:15.209Z | Compiling vcpkg v0.2.15 |
1311 | 2025-01-24T22:55:15.264Z | Compiling time-macros v0.2.18 |
1312 | 2025-01-24T22:55:16.164Z | Compiling tracing v0.1.40 |
1313 | 2025-01-24T22:55:16.268Z | Compiling spki v0.7.3 |
1314 | 2025-01-24T22:55:16.369Z | Compiling icu_properties v1.5.1 |
1315 | 2025-01-24T22:55:16.651Z | Compiling pest_meta v2.7.14 |
1316 | 2025-01-24T22:55:16.654Z | Compiling scrypt v0.11.0 |
1317 | 2025-01-24T22:55:17.052Z | Compiling openssl-sys v0.9.103 |
1318 | 2025-01-24T22:55:17.159Z | Compiling cbc v0.1.2 |
1319 | 2025-01-24T22:55:17.194Z | Compiling aes v0.8.4 |
1320 | 2025-01-24T22:55:17.406Z | Compiling deranged v0.3.11 |
1321 | 2025-01-24T22:55:18.131Z | Compiling bitflags v2.6.0 |
1322 | 2025-01-24T22:55:18.292Z | Compiling bytes v1.9.0 |
1323 | 2025-01-24T22:55:18.899Z | Compiling indexmap v2.7.0 |
1324 | 2025-01-24T22:55:19.510Z | Compiling tokio v1.43.0 |
1325 | 2025-01-24T22:55:20.063Z | Compiling http v1.2.0 |
1326 | 2025-01-24T22:55:20.226Z | Compiling semver v1.0.24 |
1327 | 2025-01-24T22:55:20.378Z | Compiling icu_normalizer v1.5.0 |
1328 | 2025-01-24T22:55:20.945Z | Compiling rustc_version v0.4.1 |
1329 | 2025-01-24T22:55:21.091Z | Compiling scroll_derive v0.12.0 |
1330 | 2025-01-24T22:55:21.488Z | Compiling atomic-waker v1.1.2 |
1331 | 2025-01-24T22:55:21.640Z | Compiling tinyvec_macros v0.1.1 |
1332 | 2025-01-24T22:55:21.697Z | Compiling num_threads v0.1.7 |
1333 | 2025-01-24T22:55:21.753Z | Compiling tinyvec v1.8.0 |
1334 | 2025-01-24T22:55:21.852Z | Compiling time v0.3.36 |
1335 | 2025-01-24T22:55:22.241Z | Compiling which v4.4.2 |
1336 | 2025-01-24T22:55:22.276Z | Compiling http-body v1.0.1 |
1337 | 2025-01-24T22:55:22.454Z | Compiling idna_adapter v1.2.0 |
1338 | 2025-01-24T22:55:22.532Z | Compiling scroll v0.12.0 |
1339 | 2025-01-24T22:55:22.717Z | Compiling pkcs5 v0.7.1 |
1340 | 2025-01-24T22:55:22.797Z | Compiling pest_generator v2.7.14 |
1341 | 2025-01-24T22:55:23.109Z | Compiling form_urlencoded v1.2.1 |
1342 | 2025-01-24T22:55:23.141Z | Compiling slog v2.7.0 |
1343 | 2025-01-24T22:55:23.251Z | Compiling try-lock v0.2.5 |
1344 | 2025-01-24T22:55:23.427Z | Compiling goblin v0.8.2 |
1345 | 2025-01-24T22:55:23.450Z | Compiling want v0.3.1 |
1346 | 2025-01-24T22:55:23.711Z | Compiling pkcs8 v0.10.2 |
1347 | 2025-01-24T22:55:23.733Z | Compiling idna v1.0.3 |
1348 | 2025-01-24T22:55:23.889Z | Compiling uuid v1.12.0 |
1349 | 2025-01-24T22:55:24.382Z | Compiling iana-time-zone v0.1.61 |
1350 | 2025-01-24T22:55:24.790Z | Compiling pest_derive v2.7.14 |
1351 | 2025-01-24T22:55:24.790Z | Compiling httpdate v1.0.3 |
1352 | 2025-01-24T22:55:25.259Z | Compiling chrono v0.4.39 |
1353 | 2025-01-24T22:55:25.426Z | Compiling serde_spanned v0.6.8 |
1354 | 2025-01-24T22:55:25.588Z | Compiling dtrace-parser v0.2.0 |
1355 | 2025-01-24T22:55:25.666Z | Compiling toml_datetime v0.6.8 |
1356 | 2025-01-24T22:55:26.149Z | Compiling serde_tokenstream v0.2.2 |
1357 | 2025-01-24T22:55:26.174Z | Compiling match_cfg v0.1.0 |
1358 | 2025-01-24T22:55:26.283Z | Compiling foreign-types-shared v0.1.1 |
1359 | 2025-01-24T22:55:26.423Z | Compiling rustversion v1.0.17 |
1360 | 2025-01-24T22:55:26.646Z | Compiling tower-service v0.3.3 |
1361 | 2025-01-24T22:55:26.709Z | Compiling openssl v0.10.66 |
1362 | 2025-01-24T22:55:26.800Z | Compiling adler2 v2.0.0 |
1363 | 2025-01-24T22:55:27.032Z | Compiling base64 v0.22.1 |
1364 | 2025-01-24T22:55:27.171Z | Compiling miniz_oxide v0.8.0 |
1365 | 2025-01-24T22:55:27.191Z | Compiling foreign-types v0.3.2 |
1366 | 2025-01-24T22:55:27.299Z | Compiling hostname v0.3.1 |
1367 | 2025-01-24T22:55:27.465Z | Compiling tokio-util v0.7.12 |
1368 | 2025-01-24T22:55:27.510Z | Compiling url v2.5.3 |
1369 | 2025-01-24T22:55:28.644Z | Compiling h2 v0.4.6 |
1370 | 2025-01-24T22:55:28.682Z | Compiling openssl-macros v0.1.1 |
1371 | 2025-01-24T22:55:28.742Z | Compiling async-trait v0.1.83 |
1372 | 2025-01-24T22:55:29.075Z | Compiling serde_derive_internals v0.29.1 |
1373 | 2025-01-24T22:55:29.349Z | Compiling dof v0.3.0 |
1374 | 2025-01-24T22:55:29.418Z | Compiling dirs-sys-next v0.1.2 |
1375 | 2025-01-24T22:55:29.995Z | Compiling schemars v0.8.21 |
1376 | 2025-01-24T22:55:30.340Z | Compiling usdt-impl v0.5.0 |
1377 | 2025-01-24T22:55:31.133Z | Compiling rustls v0.23.19 |
1378 | 2025-01-24T22:55:31.179Z | Compiling siphasher v0.3.11 |
1379 | 2025-01-24T22:55:31.428Z | Compiling syn v1.0.109 |
1380 | 2025-01-24T22:55:31.469Z | Compiling native-tls v0.2.12 |
1381 | 2025-01-24T22:55:31.572Z | Compiling rustls v0.22.4 |
1382 | 2025-01-24T22:55:31.753Z | Compiling data-encoding v2.6.0 |
1383 | 2025-01-24T22:55:31.882Z | Compiling schemars_derive v0.8.21 |
1384 | 2025-01-24T22:55:31.940Z | Compiling dirs-next v2.0.0 |
1385 | 2025-01-24T22:55:32.958Z | Compiling unicode-normalization v0.1.24 |
1386 | 2025-01-24T22:55:33.221Z | Compiling http-body-util v0.1.2 |
1387 | 2025-01-24T22:55:33.466Z | Compiling crossbeam-epoch v0.9.18 |
1388 | 2025-01-24T22:55:33.708Z | Compiling heapless v0.7.17 |
1389 | 2025-01-24T22:55:33.853Z | Compiling signature v2.2.0 |
1390 | 2025-01-24T22:55:34.092Z | Compiling sha1 v0.10.6 |
1391 | 2025-01-24T22:55:34.133Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1392 | 2025-01-24T22:55:34.154Z | Compiling thread_local v1.1.8 |
1393 | 2025-01-24T22:55:34.188Z | Compiling multer v3.1.0 |
1394 | 2025-01-24T22:55:34.500Z | Compiling encoding_rs v0.8.34 |
1395 | 2025-01-24T22:55:34.528Z | Compiling cookie v0.18.1 |
1396 | 2025-01-24T22:55:34.620Z | Compiling slog-async v2.8.0 |
1397 | 2025-01-24T22:55:34.644Z | Compiling unicode-bidi v0.3.17 |
1398 | 2025-01-24T22:55:34.810Z | Compiling rayon-core v1.12.1 |
1399 | 2025-01-24T22:55:35.003Z | Compiling ipnet v2.10.1 |
1400 | 2025-01-24T22:55:35.080Z | Compiling openssl-probe v0.1.5 |
1401 | 2025-01-24T22:55:35.080Z | Compiling mime v0.3.17 |
1402 | 2025-01-24T22:55:35.405Z | Compiling unicode-properties v0.1.3 |
1403 | 2025-01-24T22:55:35.620Z | Compiling dyn-clone v1.0.17 |
1404 | 2025-01-24T22:55:35.830Z | Compiling hyper v1.5.2 |
1405 | 2025-01-24T22:55:35.872Z | Compiling signal-hook v0.3.17 |
1406 | 2025-01-24T22:55:35.894Z | Compiling gimli v0.31.1 |
1407 | 2025-01-24T22:55:36.177Z | Compiling stringprep v0.1.5 |
1408 | 2025-01-24T22:55:37.326Z | Compiling toml_edit v0.22.22 |
1409 | 2025-01-24T22:55:38.767Z | Compiling hyper-util v0.1.10 |
1410 | 2025-01-24T22:55:39.763Z | Compiling crossbeam-deque v0.8.5 |
1411 | 2025-01-24T22:55:39.791Z | Compiling usdt-attr-macro v0.5.0 |
1412 | 2025-01-24T22:55:40.060Z | Compiling usdt-macro v0.5.0 |
1413 | 2025-01-24T22:55:40.085Z | Compiling addr2line v0.24.2 |
1414 | 2025-01-24T22:55:40.758Z | Compiling term v0.7.0 |
1415 | 2025-01-24T22:55:41.138Z | Compiling slog-json v2.6.1 |
1416 | 2025-01-24T22:55:41.342Z | Compiling serde_urlencoded v0.7.1 |
1417 | 2025-01-24T22:55:41.449Z | Compiling crossbeam-channel v0.5.13 |
1418 | 2025-01-24T22:55:41.506Z | Compiling curve25519-dalek v4.1.3 |
1419 | 2025-01-24T22:55:41.592Z | Compiling futures-executor v0.3.31 |
1420 | 2025-01-24T22:55:41.849Z | Compiling enum-as-inner v0.6.1 |
1421 | 2025-01-24T22:55:42.059Z | Compiling md-5 v0.10.6 |
1422 | 2025-01-24T22:55:42.138Z | Compiling async-stream-impl v0.3.6 |
1423 | 2025-01-24T22:55:42.141Z | Compiling rustls-pemfile v2.2.0 |
1424 | 2025-01-24T22:55:42.342Z | Compiling num-integer v0.1.46 |
1425 | 2025-01-24T22:55:42.472Z | Compiling ff v0.13.0 |
1426 | 2025-01-24T22:55:42.495Z | Compiling hash32 v0.2.1 |
1427 | 2025-01-24T22:55:42.700Z | Compiling is-terminal v0.4.13 |
1428 | 2025-01-24T22:55:42.849Z | Compiling dropshot v0.12.0 |
1429 | 2025-01-24T22:55:42.870Z | Compiling object v0.36.5 |
1430 | 2025-01-24T22:55:42.899Z | Compiling base16ct v0.2.0 |
1431 | 2025-01-24T22:55:43.142Z | Compiling quick-error v1.2.3 |
1432 | 2025-01-24T22:55:43.185Z | Compiling fallible-iterator v0.2.0 |
1433 | 2025-01-24T22:55:43.288Z | Compiling utf-8 v0.7.6 |
1434 | 2025-01-24T22:55:43.315Z | Compiling take_mut v0.2.2 |
1435 | 2025-01-24T22:55:43.486Z | Compiling anyhow v1.0.95 |
1436 | 2025-01-24T22:55:43.488Z | Compiling rustc-demangle v0.1.24 |
1437 | 2025-01-24T22:55:43.606Z | Compiling num-bigint-dig v0.8.4 |
1438 | 2025-01-24T22:55:43.845Z | Compiling portable-atomic v1.9.0 |
1439 | 2025-01-24T22:55:43.922Z | Compiling smoltcp v0.9.1 |
1440 | 2025-01-24T22:55:44.122Z | Compiling litrs v0.4.1 |
1441 | 2025-01-24T22:55:44.389Z | Compiling psl-types v2.0.11 |
1442 | 2025-01-24T22:55:44.600Z | Compiling linked-hash-map v0.5.6 |
1443 | 2025-01-24T22:55:44.654Z | Compiling publicsuffix v2.3.0 |
1444 | 2025-01-24T22:55:44.903Z | Compiling lru-cache v0.1.2 |
1445 | 2025-01-24T22:55:45.003Z | Compiling postgres-protocol v0.6.7 |
1446 | 2025-01-24T22:55:45.035Z | Compiling tungstenite v0.24.0 |
1447 | 2025-01-24T22:55:45.117Z | Compiling async-stream v0.3.6 |
1448 | 2025-01-24T22:55:45.220Z | Compiling document-features v0.2.10 |
1449 | 2025-01-24T22:55:45.411Z | Compiling resolv-conf v0.7.0 |
1450 | 2025-01-24T22:55:46.214Z | Compiling sec1 v0.7.3 |
1451 | 2025-01-24T22:55:46.242Z | Compiling hickory-proto v0.24.2 |
1452 | 2025-01-24T22:55:46.418Z | Compiling num-iter v0.1.45 |
1453 | 2025-01-24T22:55:46.436Z | Compiling slog-term v2.9.1 |
1454 | 2025-01-24T22:55:46.778Z | Compiling usdt v0.5.0 |
1455 | 2025-01-24T22:55:47.121Z | Compiling group v0.13.0 |
1456 | 2025-01-24T22:55:47.396Z | Compiling futures v0.3.31 |
1457 | 2025-01-24T22:55:47.460Z | Compiling slog-bunyan v2.5.0 |
1458 | 2025-01-24T22:55:47.662Z | Compiling toml v0.8.19 |
1459 | 2025-01-24T22:55:48.729Z | Compiling camino v1.1.9 |
1460 | 2025-01-24T22:55:48.766Z | Compiling tokio-native-tls v0.3.1 |
1461 | 2025-01-24T22:55:49.225Z | Compiling backtrace v0.3.74 |
1462 | 2025-01-24T22:55:49.256Z | Compiling phf_shared v0.11.2 |
1463 | 2025-01-24T22:55:49.590Z | Compiling dropshot_endpoint v0.12.0 |
1464 | 2025-01-24T22:55:49.625Z | Compiling terminal_size v0.4.0 |
1465 | 2025-01-24T22:55:49.866Z | Compiling waitgroup v0.1.2 |
1466 | 2025-01-24T22:55:49.887Z | Compiling openapiv3 v2.0.0 |
1467 | 2025-01-24T22:55:49.962Z | Compiling serde_path_to_error v0.1.16 |
1468 | 2025-01-24T22:55:50.096Z | Compiling hkdf v0.12.4 |
1469 | 2025-01-24T22:55:50.379Z | Compiling crypto-bigint v0.5.5 |
1470 | 2025-01-24T22:55:50.741Z | Compiling curve25519-dalek-derive v0.1.1 |
1471 | 2025-01-24T22:55:52.188Z | Compiling zerocopy-derive v0.6.6 |
1472 | 2025-01-24T22:55:52.308Z | Compiling webpki-roots v0.26.6 |
1473 | 2025-01-24T22:55:52.540Z | Compiling hostname v0.4.0 |
1474 | 2025-01-24T22:55:52.798Z | Compiling crc32fast v1.4.2 |
1475 | 2025-01-24T22:55:53.149Z | Compiling fs-err v2.11.0 |
1476 | 2025-01-24T22:55:53.336Z | Compiling hubpack_derive v0.1.1 |
1477 | 2025-01-24T22:55:53.456Z | Compiling ahash v0.8.11 |
1478 | 2025-01-24T22:55:53.808Z | Compiling managed v0.8.0 |
1479 | 2025-01-24T22:55:53.918Z | Compiling newtype-uuid v1.2.1 |
1480 | 2025-01-24T22:55:54.073Z | Compiling bitflags v1.3.2 |
1481 | 2025-01-24T22:55:54.185Z | Compiling debug-ignore v1.0.5 |
1482 | 2025-01-24T22:55:54.188Z | Compiling winnow v0.5.40 |
1483 | 2025-01-24T22:55:54.206Z | Compiling zerocopy v0.6.6 |
1484 | 2025-01-24T22:55:54.239Z | Compiling strum_macros v0.25.3 |
1485 | 2025-01-24T22:55:54.285Z | Compiling clap_builder v4.5.21 |
1486 | 2025-01-24T22:55:54.340Z | Compiling console v0.15.8 |
1487 | 2025-01-24T22:55:54.973Z | Compiling hubpack v0.1.2 |
1488 | 2025-01-24T22:55:55.715Z | Compiling elliptic-curve v0.13.8 |
1489 | 2025-01-24T22:55:55.858Z | Compiling flate2 v1.0.35 |
1490 | 2025-01-24T22:55:56.567Z | Compiling hickory-resolver v0.24.2 |
1491 | 2025-01-24T22:55:57.387Z | Compiling phf v0.11.2 |
1492 | 2025-01-24T22:55:57.578Z | Compiling toml_edit v0.19.15 |
1493 | 2025-01-24T22:55:57.688Z | Compiling signal-hook-mio v0.2.4 |
1494 | 2025-01-24T22:55:57.744Z | Compiling hyper-tls v0.6.0 |
1495 | 2025-01-24T22:55:57.869Z | Compiling rayon v1.10.0 |
1496 | 2025-01-24T22:55:58.089Z | Compiling cookie_store v0.21.1 |
1497 | 2025-01-24T22:55:58.208Z | Compiling bzip2 v0.4.4 |
1498 | 2025-01-24T22:55:59.625Z | Compiling tokio-tungstenite v0.24.0 |
1499 | 2025-01-24T22:56:00.179Z | Compiling postgres-types v0.2.8 |
1500 | 2025-01-24T22:56:02.316Z | Compiling ed25519 v2.2.3 |
1501 | 2025-01-24T22:56:02.659Z | Compiling phf_shared v0.10.0 |
1502 | 2025-01-24T22:56:02.681Z | Compiling tokio-stream v0.1.16 |
1503 | 2025-01-24T22:56:02.779Z | Compiling pkcs1 v0.7.5 |
1504 | 2025-01-24T22:56:03.075Z | Compiling serde-big-array v0.5.1 |
1505 | 2025-01-24T22:56:03.334Z | Compiling clap_derive v4.5.18 |
1506 | 2025-01-24T22:56:03.640Z | Compiling rfc6979 v0.4.0 |
1507 | 2025-01-24T22:56:03.751Z | Compiling serde_repr v0.1.19 |
1508 | 2025-01-24T22:56:03.858Z | Compiling derive-where v1.2.7 |
1509 | 2025-01-24T22:56:04.239Z | Compiling float-cmp v0.9.0 |
1510 | 2025-01-24T22:56:04.473Z | Compiling bstr v1.10.0 |
1511 | 2025-01-24T22:56:04.494Z | Compiling sync_wrapper v1.0.1 |
1512 | 2025-01-24T22:56:04.663Z | Compiling unicode-width v0.2.0 |
1513 | 2025-01-24T22:56:04.866Z | Compiling unicode-segmentation v1.12.0 |
1514 | 2025-01-24T22:56:04.986Z | Compiling whoami v1.5.2 |
1515 | 2025-01-24T22:56:05.209Z | Compiling precomputed-hash v0.1.1 |
1516 | 2025-01-24T22:56:05.350Z | Compiling new_debug_unreachable v1.0.6 |
1517 | 2025-01-24T22:56:05.482Z | Compiling fixedbitset v0.4.2 |
1518 | 2025-01-24T22:56:05.558Z | Compiling static_assertions v1.1.0 |
1519 | 2025-01-24T22:56:05.675Z | Compiling predicates-core v1.0.8 |
1520 | 2025-01-24T22:56:05.762Z | Compiling normalize-line-endings v0.3.0 |
1521 | 2025-01-24T22:56:05.913Z | Compiling number_prefix v0.4.0 |
1522 | 2025-01-24T22:56:05.949Z | Compiling bit-vec v0.6.3 |
1523 | 2025-01-24T22:56:05.993Z | Compiling difflib v0.4.0 |
1524 | 2025-01-24T22:56:06.071Z | Compiling petgraph v0.6.5 |
1525 | 2025-01-24T22:56:06.148Z | Compiling indicatif v0.17.9 |
1526 | 2025-01-24T22:56:06.357Z | Compiling bit-set v0.5.3 |
1527 | 2025-01-24T22:56:06.659Z | Compiling predicates v3.1.2 |
1528 | 2025-01-24T22:56:07.015Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1529 | 2025-01-24T22:56:07.387Z | Compiling similar v2.6.0 |
1530 | 2025-01-24T22:56:07.879Z | Compiling clap v4.5.21 |
1531 | 2025-01-24T22:56:08.027Z | Compiling string_cache v0.8.7 |
1532 | 2025-01-24T22:56:08.206Z | Compiling tokio-postgres v0.7.12 |
1533 | 2025-01-24T22:56:08.236Z | Compiling ecdsa v0.16.9 |
1534 | 2025-01-24T22:56:08.454Z | Compiling rsa v0.9.6 |
1535 | 2025-01-24T22:56:09.070Z | Compiling ed25519-dalek v2.1.1 |
1536 | 2025-01-24T22:56:09.586Z | Compiling toml v0.7.8 |
1537 | 2025-01-24T22:56:09.782Z | Compiling zip v0.6.6 |
1538 | 2025-01-24T22:56:10.390Z | Compiling crossterm v0.28.1 |
1539 | 2025-01-24T22:56:11.943Z | Compiling hex v0.4.3 |
1540 | 2025-01-24T22:56:12.049Z | Compiling x509-cert v0.2.5 |
1541 | 2025-01-24T22:56:12.566Z | Compiling unicode-xid v0.2.6 |
1542 | 2025-01-24T22:56:12.622Z | Compiling lalrpop-util v0.19.12 |
1543 | 2025-01-24T22:56:12.773Z | Compiling peg-runtime v0.8.3 |
1544 | 2025-01-24T22:56:13.004Z | Compiling strum_macros v0.26.4 |
1545 | 2025-01-24T22:56:13.256Z | Compiling xattr v1.3.1 |
1546 | 2025-01-24T22:56:13.412Z | Compiling filetime v0.2.25 |
1547 | 2025-01-24T22:56:13.724Z | Compiling tar v0.4.42 |
1548 | 2025-01-24T22:56:17.694Z | Compiling strum v0.26.3 |
1549 | 2025-01-24T22:56:20.912Z | Compiling aws-lc-sys v0.22.0 |
1550 | 2025-01-24T22:56:52.240Z | Compiling rustls-webpki v0.102.8 |
1551 | 2025-01-24T22:56:55.566Z | Compiling tokio-rustls v0.25.0 |
1552 | 2025-01-24T22:56:57.280Z | Compiling tokio-rustls v0.26.0 |
1553 | 2025-01-24T22:56:57.538Z | Compiling hyper-rustls v0.27.3 |
1554 | 2025-01-24T22:56:57.964Z | Compiling reqwest v0.12.9 |
1555 | 2025-01-24T22:56:59.252Z | Compiling qorb v0.2.1 |
1556 | 2025-01-24T22:57:02.425Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1557 | 2025-01-24T22:57:02.690Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1558 | 2025-01-24T22:57:07.244Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 19s |
1559 | 2025-01-24T22:57:07.410Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1560 | 2025-01-24T22:57:07.464Z | Jan 24 22:57:06.479 INFO Starting download, target: Cockroach |
1561 | 2025-01-24T22:57:07.464Z | Jan 24 22:57:06.479 INFO Starting download, target: Console |
1562 | 2025-01-24T22:57:07.465Z | Jan 24 22:57:06.479 INFO Starting download, target: DendriteStub |
1563 | 2025-01-24T22:57:07.465Z | Jan 24 22:57:06.479 INFO Starting download, target: Clickhouse |
1564 | 2025-01-24T22:57:07.468Z | Jan 24 22:57:06.479 INFO Starting download, target: MaghemiteMgd |
1565 | 2025-01-24T22:57:07.468Z | Jan 24 22:57:06.479 INFO Starting download, target: DendriteOpenapi |
1566 | 2025-01-24T22:57:07.468Z | Jan 24 22:57:06.479 INFO Starting download, target: TransceiverControl |
1567 | 2025-01-24T22:57:07.468Z | Jan 24 22:57:06.480 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1568 | 2025-01-24T22:57:07.468Z | Jan 24 22:57:06.480 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1569 | 2025-01-24T22:57:07.468Z | Jan 24 22:57:06.480 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1570 | 2025-01-24T22:57:07.468Z | Jan 24 22:57:06.480 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1571 | 2025-01-24T22:57:07.468Z | Jan 24 22:57:06.480 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1572 | 2025-01-24T22:57:07.468Z | Jan 24 22:57:06.480 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1573 | 2025-01-24T22:57:07.468Z | Jan 24 22:57:06.480 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1574 | 2025-01-24T22:57:07.691Z | Jan 24 22:57:06.666 INFO Download complete, target: DendriteOpenapi |
1575 | 2025-01-24T22:57:07.883Z | Jan 24 22:57:06.877 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1576 | 2025-01-24T22:57:07.999Z | Jan 24 22:57:07.013 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1577 | 2025-01-24T22:57:08.332Z | Jan 24 22:57:07.346 INFO Download complete, target: Console |
1578 | 2025-01-24T22:57:08.338Z | Jan 24 22:57:07.349 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1579 | 2025-01-24T22:57:08.342Z | Jan 24 22:57:07.352 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1580 | 2025-01-24T22:57:08.587Z | Jan 24 22:57:07.601 INFO Download complete, target: TransceiverControl |
1581 | 2025-01-24T22:57:09.087Z | Jan 24 22:57:08.102 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1582 | 2025-01-24T22:57:09.087Z | Jan 24 22:57:08.102 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1583 | 2025-01-24T22:57:09.360Z | Jan 24 22:57:08.375 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1584 | 2025-01-24T22:57:11.308Z | Jan 24 22:57:10.323 INFO Download complete, target: DendriteStub |
1585 | 2025-01-24T22:57:11.333Z | Jan 24 22:57:10.348 INFO Download complete, target: MaghemiteMgd |
1586 | 2025-01-24T22:57:16.580Z | Jan 24 22:57:15.594 INFO Checking that binary works, target: Cockroach |
1587 | 2025-01-24T22:57:16.746Z | Jan 24 22:57:15.759 INFO Download complete, target: Cockroach |
1588 | 2025-01-24T22:57:21.991Z | Jan 24 22:57:21.003 INFO Checking that binary works, target: Clickhouse |
1589 | 2025-01-24T22:57:22.389Z | Jan 24 22:57:21.401 INFO Download complete, target: Clickhouse |
1590 | 2025-01-24T22:57:22.457Z | All builder prerequisites installed successfully, and PATH looks valid |
1591 | 2025-01-24T22:57:22.459Z | |
1592 | 2025-01-24T22:57:22.460Z | real 5:35.156654961 |
1593 | 2025-01-24T22:57:22.460Z | user 15:55.506859111 |
1594 | 2025-01-24T22:57:22.460Z | sys 2:05.965916372 |
1595 | 2025-01-24T22:57:22.460Z | trap 0.590544877 |
1596 | 2025-01-24T22:57:22.460Z | tflt 5.136785028 |
1597 | 2025-01-24T22:57:22.460Z | dflt 4.682794836 |
1598 | 2025-01-24T22:57:22.460Z | kflt 0.334136941 |
1599 | 2025-01-24T22:57:22.460Z | lock 25:41.982111387 |
1600 | 2025-01-24T22:57:22.460Z | slp 57:53.441143283 |
1601 | 2025-01-24T22:57:22.460Z | lat 57.667639588 |
1602 | 2025-01-24T22:57:22.460Z | stop 2:21.453510285 |
1603 | 2025-01-24T22:57:22.460Z | + banner clippy |
1604 | 2025-01-24T22:57:22.463Z | |
1605 | 2025-01-24T22:57:22.463Z | #### # # ##### ##### # # |
1606 | 2025-01-24T22:57:22.463Z | # # # # # # # # # # |
1607 | 2025-01-24T22:57:22.463Z | # # # # # # # # |
1608 | 2025-01-24T22:57:22.463Z | # # # ##### ##### # |
1609 | 2025-01-24T22:57:22.464Z | # # # # # # # |
1610 | 2025-01-24T22:57:22.464Z | #### ###### # # # # |
1611 | 2025-01-24T22:57:22.464Z | |
1612 | 2025-01-24T22:57:22.464Z | + export CARGO_INCREMENTAL=0 |
1613 | 2025-01-24T22:57:22.464Z | + CARGO_INCREMENTAL=0 |
1614 | 2025-01-24T22:57:22.464Z | + ptime -m cargo xtask clippy |
1615 | 2025-01-24T22:57:23.001Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1616 | 2025-01-24T22:57:25.896Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.38s |
1617 | 2025-01-24T22:57:25.956Z | Running `target/debug/xtask clippy` |
1618 | 2025-01-24T22:57:25.980Z | running: /home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1619 | 2025-01-24T22:57:26.635Z | Downloading crates ... |
1620 | 2025-01-24T22:57:26.940Z | Downloaded async-channel v1.9.0 |
1621 | 2025-01-24T22:57:26.955Z | Downloaded async-attributes v1.1.2 |
1622 | 2025-01-24T22:57:27.006Z | Downloaded event-listener v5.3.1 |
1623 | 2025-01-24T22:57:27.009Z | Downloaded plotters-svg v0.3.7 |
1624 | 2025-01-24T22:57:27.011Z | Downloaded pathdiff v0.2.2 |
1625 | 2025-01-24T22:57:27.011Z | Downloaded event-listener v2.5.3 |
1626 | 2025-01-24T22:57:27.019Z | Downloaded piper v0.2.4 |
1627 | 2025-01-24T22:57:27.022Z | Downloaded serde_regex v1.1.0 |
1628 | 2025-01-24T22:57:27.025Z | Downloaded rstest v0.23.0 |
1629 | 2025-01-24T22:57:27.030Z | Downloaded target-triple v0.1.3 |
1630 | 2025-01-24T22:57:27.033Z | Downloaded polling v3.7.3 |
1631 | 2025-01-24T22:57:27.035Z | Downloaded async-object-pool v0.1.5 |
1632 | 2025-01-24T22:57:27.043Z | Downloaded kv-log-macro v1.0.7 |
1633 | 2025-01-24T22:57:27.055Z | Downloaded nested v0.1.1 |
1634 | 2025-01-24T22:57:27.057Z | Downloaded proc-macro-crate v3.2.0 |
1635 | 2025-01-24T22:57:27.058Z | Downloaded escape8259 v0.5.3 |
1636 | 2025-01-24T22:57:27.060Z | Downloaded doc-comment v0.3.3 |
1637 | 2025-01-24T22:57:27.060Z | Downloaded guppy-workspace-hack v0.1.0 |
1638 | 2025-01-24T22:57:27.063Z | Downloaded concurrent-queue v2.5.0 |
1639 | 2025-01-24T22:57:27.081Z | Downloaded target-spec v3.2.2 |
1640 | 2025-01-24T22:57:27.084Z | Downloaded target-lexicon v0.12.16 |
1641 | 2025-01-24T22:57:27.086Z | Downloaded stringmetrics v2.2.2 |
1642 | 2025-01-24T22:57:27.089Z | Downloaded parking v2.2.1 |
1643 | 2025-01-24T22:57:27.089Z | Downloaded oorandom v11.1.4 |
1644 | 2025-01-24T22:57:27.089Z | Downloaded indoc v2.0.5 |
1645 | 2025-01-24T22:57:27.091Z | Downloaded blake2b_simd v1.0.2 |
1646 | 2025-01-24T22:57:27.094Z | Downloaded async-executor v1.13.1 |
1647 | 2025-01-24T22:57:27.097Z | Downloaded event-listener-strategy v0.5.2 |
1648 | 2025-01-24T22:57:27.097Z | Downloaded cast v0.3.0 |
1649 | 2025-01-24T22:57:27.100Z | Downloaded approx v0.5.1 |
1650 | 2025-01-24T22:57:27.100Z | Downloaded anes v0.1.6 |
1651 | 2025-01-24T22:57:27.102Z | Downloaded threadpool v1.8.1 |
1652 | 2025-01-24T22:57:27.102Z | Downloaded async-global-executor v2.4.1 |
1653 | 2025-01-24T22:57:27.105Z | Downloaded async-channel v2.3.1 |
1654 | 2025-01-24T22:57:27.105Z | Downloaded assert_cmd v2.0.16 |
1655 | 2025-01-24T22:57:27.108Z | Downloaded rust-argon2 v2.1.0 |
1656 | 2025-01-24T22:57:27.112Z | Downloaded num_cpus v1.16.0 |
1657 | 2025-01-24T22:57:27.114Z | Downloaded libtest-mimic v0.7.3 |
1658 | 2025-01-24T22:57:27.117Z | Downloaded futures-lite v2.3.0 |
1659 | 2025-01-24T22:57:27.119Z | Downloaded tinytemplate v1.2.1 |
1660 | 2025-01-24T22:57:27.123Z | Downloaded async-signal v0.2.10 |
1661 | 2025-01-24T22:57:27.123Z | Downloaded async-process v2.3.0 |
1662 | 2025-01-24T22:57:27.126Z | Downloaded similar-asserts v1.6.0 |
1663 | 2025-01-24T22:57:27.129Z | Downloaded hyper-rustls v0.26.0 |
1664 | 2025-01-24T22:57:27.129Z | Downloaded path-tree v0.8.1 |
1665 | 2025-01-24T22:57:27.131Z | Downloaded criterion-plot v0.5.0 |
1666 | 2025-01-24T22:57:27.131Z | Downloaded rustls-native-certs v0.7.3 |
1667 | 2025-01-24T22:57:27.135Z | Downloaded relative-path v1.9.3 |
1668 | 2025-01-24T22:57:27.139Z | Downloaded httptest v0.16.1 |
1669 | 2025-01-24T22:57:27.139Z | Downloaded partial-io v0.5.4 |
1670 | 2025-01-24T22:57:27.142Z | Downloaded async-task v4.7.1 |
1671 | 2025-01-24T22:57:27.142Z | Downloaded async-lock v3.4.0 |
1672 | 2025-01-24T22:57:27.145Z | Downloaded trybuild v1.0.101 |
1673 | 2025-01-24T22:57:27.148Z | Downloaded rstest_macros v0.23.0 |
1674 | 2025-01-24T22:57:27.151Z | Downloaded async-io v2.3.4 |
1675 | 2025-01-24T22:57:27.155Z | Downloaded yansi v1.0.1 |
1676 | 2025-01-24T22:57:27.159Z | Downloaded fancy-regex v0.13.0 |
1677 | 2025-01-24T22:57:27.161Z | Downloaded pretty_assertions v1.4.1 |
1678 | 2025-01-24T22:57:27.164Z | Downloaded rand_distr v0.4.3 |
1679 | 2025-01-24T22:57:27.167Z | Downloaded criterion v0.5.1 |
1680 | 2025-01-24T22:57:27.173Z | Downloaded cfg-expr v0.17.0 |
1681 | 2025-01-24T22:57:27.176Z | Downloaded guppy v0.17.8 |
1682 | 2025-01-24T22:57:27.183Z | Downloaded plotters v0.3.7 |
1683 | 2025-01-24T22:57:27.190Z | Downloaded assert-json-diff v2.0.2 |
1684 | 2025-01-24T22:57:27.193Z | Downloaded plotters-backend v0.3.7 |
1685 | 2025-01-24T22:57:27.195Z | Downloaded futures-timer v3.0.3 |
1686 | 2025-01-24T22:57:27.195Z | Downloaded async-std v1.13.0 |
1687 | 2025-01-24T22:57:27.214Z | Downloaded datatest-stable v0.2.9 |
1688 | 2025-01-24T22:57:27.217Z | Downloaded blocking v1.6.1 |
1689 | 2025-01-24T22:57:27.283Z | Downloaded httpmock v0.8.0-alpha.1 |
1690 | 2025-01-24T22:57:28.088Z | Checking cfg-if v1.0.0 |
1691 | 2025-01-24T22:57:28.164Z | Checking libc v0.2.169 |
1692 | 2025-01-24T22:57:28.187Z | Checking serde v1.0.217 |
1693 | 2025-01-24T22:57:28.211Z | Checking memchr v2.7.4 |
1694 | 2025-01-24T22:57:28.234Z | Checking value-bag v1.9.0 |
1695 | 2025-01-24T22:57:28.267Z | Checking scopeguard v1.2.0 |
1696 | 2025-01-24T22:57:28.288Z | Checking zeroize v1.8.1 |
1697 | 2025-01-24T22:57:28.316Z | Checking itoa v1.0.11 |
1698 | 2025-01-24T22:57:28.345Z | Checking smallvec v1.13.2 |
1699 | 2025-01-24T22:57:28.403Z | Checking lock_api v0.4.12 |
1700 | 2025-01-24T22:57:28.559Z | Checking byteorder v1.5.0 |
1701 | 2025-01-24T22:57:28.588Z | Checking pin-project-lite v0.2.14 |
1702 | 2025-01-24T22:57:28.646Z | Checking log v0.4.22 |
1703 | 2025-01-24T22:57:28.679Z | Checking subtle v2.6.1 |
1704 | 2025-01-24T22:57:28.726Z | Checking once_cell v1.20.2 |
1705 | 2025-01-24T22:57:28.832Z | Checking typenum v1.17.0 |
1706 | 2025-01-24T22:57:28.952Z | Checking libm v0.2.8 |
1707 | 2025-01-24T22:57:28.983Z | Checking ryu v1.0.18 |
1708 | 2025-01-24T22:57:29.040Z | Checking futures-core v0.3.31 |
1709 | 2025-01-24T22:57:29.083Z | Checking zerocopy v0.7.35 |
1710 | 2025-01-24T22:57:29.127Z | Checking thiserror v1.0.69 |
1711 | 2025-01-24T22:57:29.157Z | Checking getrandom v0.2.15 |
1712 | 2025-01-24T22:57:29.231Z | Checking parking_lot_core v0.9.10 |
1713 | 2025-01-24T22:57:29.235Z | Checking signal-hook-registry v1.4.2 |
1714 | 2025-01-24T22:57:29.278Z | Checking mio v1.0.2 |
1715 | 2025-01-24T22:57:29.399Z | Checking rand_core v0.6.4 |
1716 | 2025-01-24T22:57:29.502Z | Checking socket2 v0.5.7 |
1717 | 2025-01-24T22:57:29.581Z | Checking parking_lot v0.12.3 |
1718 | 2025-01-24T22:57:29.741Z | Checking spin v0.9.8 |
1719 | 2025-01-24T22:57:29.852Z | Checking const-oid v0.9.6 |
1720 | 2025-01-24T22:57:29.883Z | Checking num-traits v0.2.19 |
1721 | 2025-01-24T22:57:29.918Z | Checking allocator-api2 v0.2.18 |
1722 | 2025-01-24T22:57:29.962Z | Checking generic-array v0.14.7 |
1723 | 2025-01-24T22:57:29.998Z | Checking futures-io v0.3.31 |
1724 | 2025-01-24T22:57:30.134Z | Checking slab v0.4.9 |
1725 | 2025-01-24T22:57:30.215Z | Checking cpufeatures v0.2.14 |
1726 | 2025-01-24T22:57:30.287Z | Checking futures-sink v0.3.31 |
1727 | 2025-01-24T22:57:30.322Z | Checking foldhash v0.1.3 |
1728 | 2025-01-24T22:57:30.406Z | Checking equivalent v1.0.1 |
1729 | 2025-01-24T22:57:30.441Z | Checking pin-utils v0.1.0 |
1730 | 2025-01-24T22:57:30.536Z | Checking iana-time-zone v0.1.61 |
1731 | 2025-01-24T22:57:30.567Z | Checking hashbrown v0.15.1 |
1732 | 2025-01-24T22:57:30.595Z | Checking futures-channel v0.3.31 |
1733 | 2025-01-24T22:57:30.622Z | Checking futures-task v0.3.31 |
1734 | 2025-01-24T22:57:30.705Z | Checking stable_deref_trait v1.2.0 |
1735 | 2025-01-24T22:57:30.838Z | Checking fnv v1.0.7 |
1736 | 2025-01-24T22:57:30.869Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1737 | 2025-01-24T22:57:30.961Z | Checking futures-util v0.3.31 |
1738 | 2025-01-24T22:57:30.994Z | Checking tracing-core v0.1.32 |
1739 | 2025-01-24T22:57:31.099Z | Checking crypto-common v0.1.6 |
1740 | 2025-01-24T22:57:31.222Z | Checking block-buffer v0.10.4 |
1741 | 2025-01-24T22:57:31.383Z | Checking dyn-clone v1.0.17 |
1742 | 2025-01-24T22:57:31.419Z | Checking ppv-lite86 v0.2.20 |
1743 | 2025-01-24T22:57:31.488Z | Checking errno v0.3.9 |
1744 | 2025-01-24T22:57:31.561Z | Checking zerofrom v0.1.4 |
1745 | 2025-01-24T22:57:31.606Z | Checking crossbeam-utils v0.8.20 |
1746 | 2025-01-24T22:57:31.660Z | Checking tracing v0.1.40 |
1747 | 2025-01-24T22:57:31.698Z | Checking writeable v0.5.5 |
1748 | 2025-01-24T22:57:31.794Z | Checking yoke v0.7.4 |
1749 | 2025-01-24T22:57:31.822Z | Checking digest v0.10.7 |
1750 | 2025-01-24T22:57:32.018Z | Checking percent-encoding v2.3.1 |
1751 | 2025-01-24T22:57:32.051Z | Checking litemap v0.7.3 |
1752 | 2025-01-24T22:57:32.120Z | Checking zerovec v0.10.4 |
1753 | 2025-01-24T22:57:32.148Z | Checking rand_chacha v0.3.1 |
1754 | 2025-01-24T22:57:32.204Z | Checking block-padding v0.3.3 |
1755 | 2025-01-24T22:57:32.248Z | Checking httparse v1.9.5 |
1756 | 2025-01-24T22:57:32.362Z | Checking regex-syntax v0.8.5 |
1757 | 2025-01-24T22:57:32.396Z | Checking atomic-waker v1.1.2 |
1758 | 2025-01-24T22:57:32.425Z | Checking inout v0.1.3 |
1759 | 2025-01-24T22:57:32.549Z | Checking rand v0.8.5 |
1760 | 2025-01-24T22:57:32.552Z | Checking unicode-ident v1.0.14 |
1761 | 2025-01-24T22:57:32.618Z | Checking bytes v1.9.0 |
1762 | 2025-01-24T22:57:32.671Z | Checking bitflags v2.6.0 |
1763 | 2025-01-24T22:57:32.708Z | Checking serde_json v1.0.135 |
1764 | 2025-01-24T22:57:32.748Z | Checking chrono v0.4.39 |
1765 | 2025-01-24T22:57:32.995Z | Checking indexmap v2.7.0 |
1766 | 2025-01-24T22:57:33.440Z | Checking tokio v1.43.0 |
1767 | 2025-01-24T22:57:33.619Z | Checking uuid v1.12.0 |
1768 | 2025-01-24T22:57:33.777Z | Checking http v1.2.0 |
1769 | 2025-01-24T22:57:34.163Z | Checking rustix v0.38.37 |
1770 | 2025-01-24T22:57:34.245Z | Checking tinystr v0.7.6 |
1771 | 2025-01-24T22:57:34.320Z | Checking icu_locid_transform_data v1.5.0 |
1772 | 2025-01-24T22:57:34.449Z | Checking icu_collections v1.5.0 |
1773 | 2025-01-24T22:57:34.628Z | Checking icu_locid v1.5.0 |
1774 | 2025-01-24T22:57:34.680Z | Checking schemars v0.8.21 |
1775 | 2025-01-24T22:57:35.132Z | Checking cipher v0.4.4 |
1776 | 2025-01-24T22:57:35.162Z | Checking form_urlencoded v1.2.1 |
1777 | 2025-01-24T22:57:35.393Z | Checking icu_properties_data v1.5.0 |
1778 | 2025-01-24T22:57:35.529Z | Checking untrusted v0.9.0 |
1779 | 2025-01-24T22:57:35.602Z | Checking aho-corasick v1.1.3 |
1780 | 2025-01-24T22:57:35.635Z | Checking utf16_iter v1.0.5 |
1781 | 2025-01-24T22:57:35.662Z | Checking icu_provider v1.5.0 |
1782 | 2025-01-24T22:57:35.704Z | Checking powerfmt v0.2.0 |
1783 | 2025-01-24T22:57:35.731Z | Checking ring v0.17.8 |
1784 | 2025-01-24T22:57:35.837Z | Checking utf8_iter v1.0.4 |
1785 | 2025-01-24T22:57:35.991Z | Checking icu_normalizer_data v1.5.0 |
1786 | 2025-01-24T22:57:36.070Z | Checking write16 v1.0.0 |
1787 | 2025-01-24T22:57:36.108Z | Checking deranged v0.3.11 |
1788 | 2025-01-24T22:57:36.194Z | Checking proc-macro2 v1.0.92 |
1789 | 2025-01-24T22:57:36.230Z | Checking base64ct v1.6.0 |
1790 | 2025-01-24T22:57:36.343Z | Checking icu_locid_transform v1.5.0 |
1791 | 2025-01-24T22:57:36.706Z | Checking num-conv v0.1.0 |
1792 | 2025-01-24T22:57:36.929Z | Checking time-core v0.1.2 |
1793 | 2025-01-24T22:57:36.972Z | Checking num_threads v0.1.7 |
1794 | 2025-01-24T22:57:37.112Z | Checking quote v1.0.38 |
1795 | 2025-01-24T22:57:37.115Z | Checking hmac v0.12.1 |
1796 | 2025-01-24T22:57:37.189Z | Checking regex-automata v0.4.8 |
1797 | 2025-01-24T22:57:37.365Z | Checking sha2 v0.10.8 |
1798 | 2025-01-24T22:57:37.405Z | Checking icu_properties v1.5.1 |
1799 | 2025-01-24T22:57:37.445Z | Checking time v0.3.36 |
1800 | 2025-01-24T22:57:37.448Z | Checking rustls-pki-types v1.10.0 |
1801 | 2025-01-24T22:57:37.506Z | Checking adler2 v2.0.0 |
1802 | 2025-01-24T22:57:37.533Z | Checking syn v2.0.96 |
1803 | 2025-01-24T22:57:37.686Z | Checking miniz_oxide v0.8.0 |
1804 | 2025-01-24T22:57:37.933Z | Checking http-body v1.0.1 |
1805 | 2025-01-24T22:57:38.017Z | Checking aws-lc-sys v0.22.0 |
1806 | 2025-01-24T22:57:38.150Z | Checking untrusted v0.7.1 |
1807 | 2025-01-24T22:57:38.356Z | Checking httpdate v1.0.3 |
1808 | 2025-01-24T22:57:38.457Z | Checking base64 v0.22.1 |
1809 | 2025-01-24T22:57:38.618Z | Checking try-lock v0.2.5 |
1810 | 2025-01-24T22:57:38.781Z | Checking mirai-annotations v1.12.0 |
1811 | 2025-01-24T22:57:38.940Z | Checking want v0.3.1 |
1812 | 2025-01-24T22:57:38.988Z | Checking ahash v0.8.11 |
1813 | 2025-01-24T22:57:39.150Z | Checking pem-rfc7468 v0.7.0 |
1814 | 2025-01-24T22:57:39.457Z | Checking lazy_static v1.5.0 |
1815 | 2025-01-24T22:57:39.503Z | Checking tower-service v0.3.3 |
1816 | 2025-01-24T22:57:39.603Z | Checking slog v2.7.0 |
1817 | 2025-01-24T22:57:39.639Z | Checking mime v0.3.17 |
1818 | 2025-01-24T22:57:39.838Z | Checking flagset v0.4.6 |
1819 | 2025-01-24T22:57:39.963Z | Checking pbkdf2 v0.12.2 |
1820 | 2025-01-24T22:57:40.047Z | Checking der v0.7.9 |
1821 | 2025-01-24T22:57:40.108Z | Checking aes v0.8.4 |
1822 | 2025-01-24T22:57:40.138Z | Checking aws-lc-rs v1.10.0 |
1823 | 2025-01-24T22:57:40.162Z | Checking gimli v0.31.1 |
1824 | 2025-01-24T22:57:40.195Z | Checking tokio-util v0.7.12 |
1825 | 2025-01-24T22:57:40.675Z | Checking icu_normalizer v1.5.0 |
1826 | 2025-01-24T22:57:40.997Z | Checking http-body-util v0.1.2 |
1827 | 2025-01-24T22:57:41.032Z | Checking h2 v0.4.6 |
1828 | 2025-01-24T22:57:41.484Z | Checking cbc v0.1.2 |
1829 | 2025-01-24T22:57:41.549Z | Checking idna_adapter v1.2.0 |
1830 | 2025-01-24T22:57:41.699Z | Checking salsa20 v0.10.2 |
1831 | 2025-01-24T22:57:41.727Z | Checking regex v1.11.1 |
1832 | 2025-01-24T22:57:41.759Z | Checking idna v1.0.3 |
1833 | 2025-01-24T22:57:41.762Z | Checking spki v0.7.3 |
1834 | 2025-01-24T22:57:41.922Z | Checking rustls-webpki v0.102.8 |
1835 | 2025-01-24T22:57:41.925Z | Checking semver v1.0.24 |
1836 | 2025-01-24T22:57:42.074Z | Checking object v0.36.5 |
1837 | 2025-01-24T22:57:42.264Z | Checking url v2.5.3 |
1838 | 2025-01-24T22:57:42.329Z | Checking rustc-demangle v0.1.24 |
1839 | 2025-01-24T22:57:42.366Z | Checking scrypt v0.11.0 |
1840 | 2025-01-24T22:57:42.625Z | Checking rustls-pemfile v2.2.0 |
1841 | 2025-01-24T22:57:42.747Z | Checking ipnet v2.10.1 |
1842 | 2025-01-24T22:57:42.797Z | Checking openssl-probe v0.1.5 |
1843 | 2025-01-24T22:57:42.857Z | Checking foreign-types-shared v0.1.1 |
1844 | 2025-01-24T22:57:42.971Z | Checking pkcs5 v0.7.1 |
1845 | 2025-01-24T22:57:42.999Z | Checking foreign-types v0.3.2 |
1846 | 2025-01-24T22:57:43.088Z | Checking futures-executor v0.3.31 |
1847 | 2025-01-24T22:57:43.116Z | Checking serde_urlencoded v0.7.1 |
1848 | 2025-01-24T22:57:43.203Z | Checking openssl-sys v0.9.103 |
1849 | 2025-01-24T22:57:43.327Z | Checking encoding_rs v0.8.34 |
1850 | 2025-01-24T22:57:43.488Z | Checking utf8parse v0.2.2 |
1851 | 2025-01-24T22:57:43.535Z | Checking pkcs8 v0.10.2 |
1852 | 2025-01-24T22:57:43.663Z | Checking futures v0.3.31 |
1853 | 2025-01-24T22:57:43.778Z | Checking serde_spanned v0.6.8 |
1854 | 2025-01-24T22:57:43.808Z | Checking toml_datetime v0.6.8 |
1855 | 2025-01-24T22:57:43.857Z | Checking unicode-width v0.1.14 |
1856 | 2025-01-24T22:57:43.887Z | Checking addr2line v0.24.2 |
1857 | 2025-01-24T22:57:43.982Z | Checking rustls v0.23.19 |
1858 | 2025-01-24T22:57:44.131Z | Checking either v1.13.0 |
1859 | 2025-01-24T22:57:44.304Z | Checking openssl v0.10.66 |
1860 | 2025-01-24T22:57:44.385Z | Checking anstyle v1.0.10 |
1861 | 2025-01-24T22:57:44.453Z | Checking data-encoding v2.6.0 |
1862 | 2025-01-24T22:57:44.493Z | Checking openapiv3 v2.0.0 |
1863 | 2025-01-24T22:57:44.759Z | Checking sha1 v0.10.6 |
1864 | 2025-01-24T22:57:45.032Z | Checking psl-types v2.0.11 |
1865 | 2025-01-24T22:57:45.079Z | Checking cookie v0.18.1 |
1866 | 2025-01-24T22:57:45.251Z | Checking publicsuffix v2.3.0 |
1867 | 2025-01-24T22:57:45.533Z | Checking webpki-roots v0.26.6 |
1868 | 2025-01-24T22:57:45.563Z | Checking cookie_store v0.21.1 |
1869 | 2025-01-24T22:57:45.643Z | Checking anstyle-parse v0.2.5 |
1870 | 2025-01-24T22:57:45.760Z | Checking camino v1.1.9 |
1871 | 2025-01-24T22:57:45.925Z | Checking sync_wrapper v1.0.1 |
1872 | 2025-01-24T22:57:46.091Z | Checking is-terminal v0.4.13 |
1873 | 2025-01-24T22:57:46.233Z | Checking winnow v0.6.20 |
1874 | 2025-01-24T22:57:46.260Z | Checking is_terminal_polyfill v1.70.1 |
1875 | 2025-01-24T22:57:46.340Z | Checking colorchoice v1.0.2 |
1876 | 2025-01-24T22:57:46.412Z | Checking anstyle-query v1.1.1 |
1877 | 2025-01-24T22:57:46.502Z | Checking terminal_size v0.4.0 |
1878 | 2025-01-24T22:57:46.552Z | Checking anstream v0.6.15 |
1879 | 2025-01-24T22:57:46.681Z | Checking signature v2.2.0 |
1880 | 2025-01-24T22:57:46.891Z | Checking strsim v0.11.1 |
1881 | 2025-01-24T22:57:46.938Z | Checking clap_lex v0.7.2 |
1882 | 2025-01-24T22:57:47.211Z | Checking scroll v0.12.0 |
1883 | 2025-01-24T22:57:47.240Z | Checking clap_builder v4.5.21 |
1884 | 2025-01-24T22:57:47.314Z | Checking hyper v1.5.2 |
1885 | 2025-01-24T22:57:47.694Z | Checking tinyvec_macros v0.1.1 |
1886 | 2025-01-24T22:57:47.813Z | Checking ucd-trie v0.1.7 |
1887 | 2025-01-24T22:57:47.857Z | Checking plain v0.2.3 |
1888 | 2025-01-24T22:57:48.032Z | Checking backtrace v0.3.74 |
1889 | 2025-01-24T22:57:48.061Z | Checking goblin v0.8.2 |
1890 | 2025-01-24T22:57:48.064Z | Checking pest v2.7.14 |
1891 | 2025-01-24T22:57:48.634Z | Checking anyhow v1.0.95 |
1892 | 2025-01-24T22:57:49.017Z | Checking tinyvec v1.8.0 |
1893 | 2025-01-24T22:57:49.047Z | Checking dirs-sys-next v0.1.2 |
1894 | 2025-01-24T22:57:49.162Z | Checking tokio-rustls v0.26.0 |
1895 | 2025-01-24T22:57:49.245Z | Checking base16ct v0.2.0 |
1896 | 2025-01-24T22:57:49.322Z | Checking hyper-util v0.1.10 |
1897 | 2025-01-24T22:57:49.428Z | Checking native-tls v0.2.12 |
1898 | 2025-01-24T22:57:49.457Z | Checking pretty-hex v0.4.1 |
1899 | 2025-01-24T22:57:49.538Z | Checking sec1 v0.7.3 |
1900 | 2025-01-24T22:57:49.661Z | Checking dirs-next v2.0.0 |
1901 | 2025-01-24T22:57:49.751Z | Checking tokio-native-tls v0.3.1 |
1902 | 2025-01-24T22:57:49.820Z | Checking crossbeam-channel v0.5.13 |
1903 | 2025-01-24T22:57:49.927Z | Checking num-integer v0.1.46 |
1904 | 2025-01-24T22:57:50.014Z | Checking ff v0.13.0 |
1905 | 2025-01-24T22:57:50.227Z | Checking clap v4.5.21 |
1906 | 2025-01-24T22:57:50.257Z | Checking thread-id v4.2.2 |
1907 | 2025-01-24T22:57:50.302Z | Checking thread_local v1.1.8 |
1908 | 2025-01-24T22:57:50.347Z | Checking group v0.13.0 |
1909 | 2025-01-24T22:57:50.391Z | Checking term v0.7.0 |
1910 | 2025-01-24T22:57:50.419Z | Checking toml_edit v0.22.22 |
1911 | 2025-01-24T22:57:50.545Z | Checking hkdf v0.12.4 |
1912 | 2025-01-24T22:57:50.577Z | Checking crypto-bigint v0.5.5 |
1913 | 2025-01-24T22:57:50.628Z | Checking memmap v0.7.0 |
1914 | 2025-01-24T22:57:50.676Z | Checking dtrace-parser v0.2.0 |
1915 | 2025-01-24T22:57:50.758Z | Checking crc32fast v1.4.2 |
1916 | 2025-01-24T22:57:50.821Z | Checking static_assertions v1.1.0 |
1917 | 2025-01-24T22:57:50.853Z | Checking take_mut v0.2.2 |
1918 | 2025-01-24T22:57:50.974Z | Checking match_cfg v0.1.0 |
1919 | 2025-01-24T22:57:51.009Z | Checking bitflags v1.3.2 |
1920 | 2025-01-24T22:57:51.037Z | Checking utf-8 v0.7.6 |
1921 | 2025-01-24T22:57:51.065Z | Checking hostname v0.3.1 |
1922 | 2025-01-24T22:57:51.134Z | Checking slog-async v2.8.0 |
1923 | 2025-01-24T22:57:51.136Z | Checking slog-term v2.9.1 |
1924 | 2025-01-24T22:57:51.231Z | Checking unicode-segmentation v1.12.0 |
1925 | 2025-01-24T22:57:51.273Z | Checking num-iter v0.1.45 |
1926 | 2025-01-24T22:57:51.338Z | Checking hyper-rustls v0.27.3 |
1927 | 2025-01-24T22:57:51.468Z | Checking hyper-tls v0.6.0 |
1928 | 2025-01-24T22:57:51.471Z | Checking crossbeam-epoch v0.9.18 |
1929 | 2025-01-24T22:57:51.688Z | Checking itertools v0.10.5 |
1930 | 2025-01-24T22:57:51.718Z | Checking bstr v1.10.0 |
1931 | 2025-01-24T22:57:51.800Z | Checking reqwest v0.12.9 |
1932 | 2025-01-24T22:57:51.903Z | Checking slog-json v2.6.1 |
1933 | 2025-01-24T22:57:51.968Z | Checking rfc6979 v0.4.0 |
1934 | 2025-01-24T22:57:52.173Z | Checking hex v0.4.3 |
1935 | 2025-01-24T22:57:52.202Z | Checking winnow v0.5.40 |
1936 | 2025-01-24T22:57:52.645Z | Checking managed v0.8.0 |
1937 | 2025-01-24T22:57:52.688Z | Checking slog-bunyan v2.5.0 |
1938 | 2025-01-24T22:57:52.879Z | Checking crossbeam-deque v0.8.5 |
1939 | 2025-01-24T22:57:52.991Z | Checking dof v0.3.0 |
1940 | 2025-01-24T22:57:53.036Z | Checking toml v0.8.19 |
1941 | 2025-01-24T22:57:53.044Z | Checking num-bigint-dig v0.8.4 |
1942 | 2025-01-24T22:57:53.252Z | Checking flate2 v1.0.35 |
1943 | 2025-01-24T22:57:53.274Z | Checking elliptic-curve v0.13.8 |
1944 | 2025-01-24T22:57:53.587Z | Checking usdt-impl v0.5.0 |
1945 | 2025-01-24T22:57:53.656Z | Checking pkcs1 v0.7.5 |
1946 | 2025-01-24T22:57:53.795Z | Checking rustls v0.22.4 |
1947 | 2025-01-24T22:57:53.798Z | Checking curve25519-dalek v4.1.3 |
1948 | 2025-01-24T22:57:53.864Z | Checking zerocopy v0.6.6 |
1949 | 2025-01-24T22:57:53.910Z | Checking ecdsa v0.16.9 |
1950 | 2025-01-24T22:57:54.079Z | Checking siphasher v0.3.11 |
1951 | 2025-01-24T22:57:54.111Z | Checking usdt v0.5.0 |
1952 | 2025-01-24T22:57:54.397Z | Checking rayon-core v1.12.1 |
1953 | 2025-01-24T22:57:54.424Z | Checking unicode-normalization v0.1.24 |
1954 | 2025-01-24T22:57:54.502Z | Checking ed25519 v2.2.3 |
1955 | 2025-01-24T22:57:54.597Z | Checking signal-hook v0.3.17 |
1956 | 2025-01-24T22:57:54.833Z | Checking debug-ignore v1.0.5 |
1957 | 2025-01-24T22:57:54.965Z | Checking quick-error v1.2.3 |
1958 | 2025-01-24T22:57:55.005Z | Checking hickory-proto v0.24.2 |
1959 | 2025-01-24T22:57:55.050Z | Checking toml_edit v0.19.15 |
1960 | 2025-01-24T22:57:55.053Z | Checking multer v3.1.0 |
1961 | 2025-01-24T22:57:55.104Z | Checking rsa v0.9.6 |
1962 | 2025-01-24T22:57:55.131Z | Checking x509-cert v0.2.5 |
1963 | 2025-01-24T22:57:55.398Z | Checking serde_path_to_error v0.1.16 |
1964 | 2025-01-24T22:57:55.498Z | Checking hubpack v0.1.2 |
1965 | 2025-01-24T22:57:55.654Z | Checking ed25519-dalek v2.1.1 |
1966 | 2025-01-24T22:57:55.833Z | Checking waitgroup v0.1.2 |
1967 | 2025-01-24T22:57:56.007Z | Checking bzip2-sys v0.1.11+1.0.8 |
1968 | 2025-01-24T22:57:56.037Z | Checking async-stream v0.3.6 |
1969 | 2025-01-24T22:57:56.092Z | Checking hostname v0.4.0 |
1970 | 2025-01-24T22:57:56.121Z | Checking bit-vec v0.6.3 |
1971 | 2025-01-24T22:57:56.148Z | Checking bzip2 v0.4.4 |
1972 | 2025-01-24T22:57:56.251Z | Checking signal-hook-mio v0.2.4 |
1973 | 2025-01-24T22:57:56.254Z | Checking console v0.15.8 |
1974 | 2025-01-24T22:57:56.419Z | Checking hash32 v0.2.1 |
1975 | 2025-01-24T22:57:56.466Z | Checking bit-set v0.5.3 |
1976 | 2025-01-24T22:57:56.494Z | Checking linked-hash-map v0.5.6 |
1977 | 2025-01-24T22:57:56.704Z | Checking unicode-bidi v0.3.17 |
1978 | 2025-01-24T22:57:56.736Z | Checking unicode-properties v0.1.3 |
1979 | 2025-01-24T22:57:56.739Z | Checking predicates-core v1.0.8 |
1980 | 2025-01-24T22:57:56.802Z | Checking lru-cache v0.1.2 |
1981 | 2025-01-24T22:57:56.851Z | Checking heapless v0.7.17 |
1982 | 2025-01-24T22:57:56.951Z | Checking crossterm v0.28.1 |
1983 | 2025-01-24T22:57:57.018Z | Checking rayon v1.10.0 |
1984 | 2025-01-24T22:57:57.133Z | Checking tokio-rustls v0.25.0 |
1985 | 2025-01-24T22:57:57.161Z | Checking phf_shared v0.11.2 |
1986 | 2025-01-24T22:57:57.353Z | Checking stringprep v0.1.5 |
1987 | 2025-01-24T22:57:57.444Z | Checking similar v2.6.0 |
1988 | 2025-01-24T22:57:57.523Z | Checking dropshot v0.12.0 |
1989 | 2025-01-24T22:57:57.526Z | Checking toml v0.7.8 |
1990 | 2025-01-24T22:57:57.655Z | Checking tokio-stream v0.1.16 |
1991 | 2025-01-24T22:57:57.730Z | Checking newtype-uuid v1.2.1 |
1992 | 2025-01-24T22:57:58.007Z | Checking md-5 v0.10.6 |
1993 | 2025-01-24T22:57:58.254Z | Checking float-cmp v0.9.0 |
1994 | 2025-01-24T22:57:58.282Z | Checking fixedbitset v0.4.2 |
1995 | 2025-01-24T22:57:58.315Z | Checking fallible-iterator v0.2.0 |
1996 | 2025-01-24T22:57:58.430Z | Checking normalize-line-endings v0.3.0 |
1997 | 2025-01-24T22:57:58.465Z | Checking difflib v0.4.0 |
1998 | 2025-01-24T22:57:58.559Z | Checking petgraph v0.6.5 |
1999 | 2025-01-24T22:57:58.586Z | Checking smoltcp v0.9.1 |
2000 | 2025-01-24T22:57:58.650Z | Checking phf v0.11.2 |
2001 | 2025-01-24T22:57:58.806Z | Checking predicates v3.1.2 |
2002 | 2025-01-24T22:57:58.918Z | Checking postgres-protocol v0.6.7 |
2003 | 2025-01-24T22:57:58.923Z | Checking zip v0.6.6 |
2004 | 2025-01-24T22:57:59.435Z | Checking resolv-conf v0.7.0 |
2005 | 2025-01-24T22:57:59.619Z | Checking phf_shared v0.10.0 |
2006 | 2025-01-24T22:57:59.654Z | Checking tungstenite v0.24.0 |
2007 | 2025-01-24T22:57:59.691Z | Checking fs-err v2.11.0 |
2008 | 2025-01-24T22:57:59.821Z | Checking serde-big-array v0.5.1 |
2009 | 2025-01-24T22:57:59.904Z | Checking portable-atomic v1.9.0 |
2010 | 2025-01-24T22:57:59.979Z | Checking number_prefix v0.4.0 |
2011 | 2025-01-24T22:58:00.050Z | Checking minimal-lexical v0.2.1 |
2012 | 2025-01-24T22:58:00.195Z | Checking unicode-width v0.2.0 |
2013 | 2025-01-24T22:58:00.261Z | Checking new_debug_unreachable v1.0.6 |
2014 | 2025-01-24T22:58:00.379Z | Checking precomputed-hash v0.1.1 |
2015 | 2025-01-24T22:58:00.479Z | Checking lalrpop-util v0.19.12 |
2016 | 2025-01-24T22:58:00.519Z | Checking tokio-tungstenite v0.24.0 |
2017 | 2025-01-24T22:58:00.549Z | Checking string_cache v0.8.7 |
2018 | 2025-01-24T22:58:00.580Z | Checking nom v7.1.3 |
2019 | 2025-01-24T22:58:00.698Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2020 | 2025-01-24T22:58:00.795Z | Checking hickory-resolver v0.24.2 |
2021 | 2025-01-24T22:58:00.872Z | Checking postgres-types v0.2.8 |
2022 | 2025-01-24T22:58:00.939Z | Checking peg-runtime v0.8.3 |
2023 | 2025-01-24T22:58:00.964Z | Checking indicatif v0.17.9 |
2024 | 2025-01-24T22:58:00.991Z | Checking whoami v1.5.2 |
2025 | 2025-01-24T22:58:01.321Z | Compiling hashbrown v0.14.5 |
2026 | 2025-01-24T22:58:01.353Z | Compiling thiserror v2.0.11 |
2027 | 2025-01-24T22:58:01.550Z | Checking tokio-postgres v0.7.12 |
2028 | 2025-01-24T22:58:01.705Z | Compiling thiserror-impl v2.0.11 |
2029 | 2025-01-24T22:58:01.733Z | Compiling ident_case v1.0.1 |
2030 | 2025-01-24T22:58:01.927Z | Compiling darling_core v0.20.10 |
2031 | 2025-01-24T22:58:02.367Z | Compiling unsafe-libyaml v0.2.11 |
2032 | 2025-01-24T22:58:02.461Z | Checking qorb v0.2.1 |
2033 | 2025-01-24T22:58:02.565Z | Compiling regress v0.10.1 |
2034 | 2025-01-24T22:58:04.380Z | Compiling serde_yaml v0.9.34+deprecated |
2035 | 2025-01-24T22:58:04.415Z | Checking heck v0.5.0 |
2036 | 2025-01-24T22:58:04.634Z | Checking fastrand v2.1.1 |
2037 | 2025-01-24T22:58:04.977Z | Checking ipnetwork v0.20.0 |
2038 | 2025-01-24T22:58:05.005Z | Checking progenitor-client v0.9.1 |
2039 | 2025-01-24T22:58:05.217Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2040 | 2025-01-24T22:58:05.369Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
2041 | 2025-01-24T22:58:05.426Z | Compiling structmeta-derive v0.3.0 |
2042 | 2025-01-24T22:58:05.738Z | Checking strum v0.26.3 |
2043 | 2025-01-24T22:58:05.798Z | Compiling dropshot v0.15.1 |
2044 | 2025-01-24T22:58:05.917Z | Checking macaddr v1.0.1 |
2045 | 2025-01-24T22:58:06.191Z | Compiling dropshot_endpoint v0.15.1 |
2046 | 2025-01-24T22:58:06.270Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2047 | 2025-01-24T22:58:06.488Z | Compiling typify-impl v0.2.0 |
2048 | 2025-01-24T22:58:07.033Z | Checking tempfile v3.13.0 |
2049 | 2025-01-24T22:58:07.418Z | Checking progenitor-client v0.8.0 |
2050 | 2025-01-24T22:58:07.500Z | Checking instant v0.1.13 |
2051 | 2025-01-24T22:58:07.647Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
2052 | 2025-01-24T22:58:07.788Z | Checking regress v0.9.1 |
2053 | 2025-01-24T22:58:08.050Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2054 | 2025-01-24T22:58:08.079Z | Compiling darling_macro v0.20.10 |
2055 | 2025-01-24T22:58:08.107Z | Compiling structmeta v0.3.0 |
2056 | 2025-01-24T22:58:08.246Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2057 | 2025-01-24T22:58:08.525Z | Compiling parse-display-derive v0.10.0 |
2058 | 2025-01-24T22:58:08.947Z | Checking backoff v0.4.0 |
2059 | 2025-01-24T22:58:08.971Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2060 | 2025-01-24T22:58:08.975Z | Compiling darling v0.20.10 |
2061 | 2025-01-24T22:58:09.001Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2062 | 2025-01-24T22:58:09.028Z | Checking wait-timeout v0.2.0 |
2063 | 2025-01-24T22:58:09.112Z | Compiling serde_with_macros v3.11.0 |
2064 | 2025-01-24T22:58:09.179Z | Checking rand_xorshift v0.3.0 |
2065 | 2025-01-24T22:58:09.232Z | Checking rusty-fork v0.3.0 |
2066 | 2025-01-24T22:58:09.384Z | Checking unarray v0.1.4 |
2067 | 2025-01-24T22:58:09.555Z | Compiling structmeta-derive v0.2.0 |
2068 | 2025-01-24T22:58:09.559Z | Checking proptest v1.5.0 |
2069 | 2025-01-24T22:58:10.514Z | Checking camino-tempfile v1.1.1 |
2070 | 2025-01-24T22:58:10.815Z | Compiling proc-macro-error v1.0.4 |
2071 | 2025-01-24T22:58:11.339Z | Compiling proc-macro-crate v1.3.1 |
2072 | 2025-01-24T22:58:11.472Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2073 | 2025-01-24T22:58:11.728Z | Checking serde_with v3.11.0 |
2074 | 2025-01-24T22:58:11.867Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2075 | 2025-01-24T22:58:12.231Z | Compiling foreign-types-macros v0.2.3 |
2076 | 2025-01-24T22:58:12.276Z | Compiling structmeta v0.2.0 |
2077 | 2025-01-24T22:58:12.313Z | Compiling num_enum_derive v0.5.11 |
2078 | 2025-01-24T22:58:12.656Z | Checking parse-display v0.10.0 |
2079 | 2025-01-24T22:58:12.709Z | Compiling test-strategy v0.3.1 |
2080 | 2025-01-24T22:58:12.918Z | Checking foreign-types-shared v0.3.1 |
2081 | 2025-01-24T22:58:13.433Z | Checking tabwriter v1.4.0 |
2082 | 2025-01-24T22:58:13.490Z | Checking foreign-types v0.5.0 |
2083 | 2025-01-24T22:58:13.621Z | Checking cstr-argument v0.1.2 |
2084 | 2025-01-24T22:58:13.689Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2085 | 2025-01-24T22:58:13.821Z | Checking pretty-hex v0.2.1 |
2086 | 2025-01-24T22:58:14.020Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2087 | 2025-01-24T22:58:14.127Z | Checking colored v2.1.0 |
2088 | 2025-01-24T22:58:14.443Z | Checking smf v0.2.3 |
2089 | 2025-01-24T22:58:14.479Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2090 | 2025-01-24T22:58:14.503Z | Checking itertools v0.13.0 |
2091 | 2025-01-24T22:58:14.621Z | Checking base64 v0.21.7 |
2092 | 2025-01-24T22:58:14.645Z | Compiling typify-impl v0.3.0 |
2093 | 2025-01-24T22:58:14.686Z | Checking num_enum v0.5.11 |
2094 | 2025-01-24T22:58:14.820Z | Compiling crucible-workspace-hack v0.1.0 |
2095 | 2025-01-24T22:58:14.863Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2096 | 2025-01-24T22:58:14.910Z | Compiling zerocopy v0.8.10 |
2097 | 2025-01-24T22:58:15.149Z | Checking atomicwrites v0.4.4 |
2098 | 2025-01-24T22:58:15.369Z | Compiling zerocopy-derive v0.8.10 |
2099 | 2025-01-24T22:58:15.840Z | Checking termtree v0.4.1 |
2100 | 2025-01-24T22:58:16.092Z | Compiling heapless v0.8.0 |
2101 | 2025-01-24T22:58:16.239Z | Checking predicates-tree v1.0.11 |
2102 | 2025-01-24T22:58:16.451Z | Checking hash32 v0.3.1 |
2103 | 2025-01-24T22:58:16.680Z | Compiling smoltcp v0.11.0 |
2104 | 2025-01-24T22:58:17.052Z | Checking cobs v0.2.3 |
2105 | 2025-01-24T22:58:17.271Z | Checking postcard v1.0.10 |
2106 | 2025-01-24T22:58:17.382Z | Checking sigpipe v0.1.3 |
2107 | 2025-01-24T22:58:17.516Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2108 | 2025-01-24T22:58:17.689Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2109 | 2025-01-24T22:58:17.844Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2110 | 2025-01-24T22:58:17.889Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2111 | 2025-01-24T22:58:17.941Z | Compiling mockall_derive v0.13.0 |
2112 | 2025-01-24T22:58:18.208Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2113 | 2025-01-24T22:58:18.236Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2114 | 2025-01-24T22:58:18.323Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2115 | 2025-01-24T22:58:18.720Z | Compiling zone_cfg_derive v0.3.0 |
2116 | 2025-01-24T22:58:20.158Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2117 | 2025-01-24T22:58:20.477Z | Compiling num-derive v0.4.2 |
2118 | 2025-01-24T22:58:20.509Z | Checking downcast v0.11.0 |
2119 | 2025-01-24T22:58:20.710Z | Checking fragile v2.0.0 |
2120 | 2025-01-24T22:58:20.735Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2121 | 2025-01-24T22:58:20.997Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2122 | 2025-01-24T22:58:21.027Z | Checking zone v0.3.0 |
2123 | 2025-01-24T22:58:21.087Z | Compiling convert_case v0.4.0 |
2124 | 2025-01-24T22:58:21.317Z | Checking tungstenite v0.21.0 |
2125 | 2025-01-24T22:58:21.873Z | Checking newline-converter v0.3.0 |
2126 | 2025-01-24T22:58:21.939Z | Compiling derive_more v0.99.18 |
2127 | 2025-01-24T22:58:21.991Z | Compiling typify-macro v0.2.0 |
2128 | 2025-01-24T22:58:22.055Z | Checking expectorate v1.1.0 |
2129 | 2025-01-24T22:58:22.244Z | Checking same-file v1.0.6 |
2130 | 2025-01-24T22:58:22.273Z | Checking tokio-tungstenite v0.21.0 |
2131 | 2025-01-24T22:58:22.448Z | Checking walkdir v2.5.0 |
2132 | 2025-01-24T22:58:22.749Z | Checking arc-swap v1.7.1 |
2133 | 2025-01-24T22:58:22.776Z | Checking xattr v1.3.1 |
2134 | 2025-01-24T22:58:22.806Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2135 | 2025-01-24T22:58:22.997Z | Checking filetime v0.2.25 |
2136 | 2025-01-24T22:58:23.181Z | Checking slog-scope v4.4.0 |
2137 | 2025-01-24T22:58:23.235Z | Checking tar v0.4.42 |
2138 | 2025-01-24T22:58:23.262Z | Checking num-rational v0.4.2 |
2139 | 2025-01-24T22:58:23.409Z | Checking slog-stdlog v4.1.1 |
2140 | 2025-01-24T22:58:23.606Z | Checking slog-envlogger v2.2.0 |
2141 | 2025-01-24T22:58:23.850Z | Checking num-complex v0.4.6 |
2142 | 2025-01-24T22:58:23.900Z | Checking float-ord v0.3.2 |
2143 | 2025-01-24T22:58:24.070Z | Checking indent_write v2.2.0 |
2144 | 2025-01-24T22:58:24.107Z | Compiling cancel-safe-futures v0.1.5 |
2145 | 2025-01-24T22:58:24.299Z | Checking swrite v0.1.0 |
2146 | 2025-01-24T22:58:24.435Z | Compiling owo-colors v4.1.0 |
2147 | 2025-01-24T22:58:24.691Z | Checking num v0.4.3 |
2148 | 2025-01-24T22:58:24.814Z | Checking libsw v3.3.1 |
2149 | 2025-01-24T22:58:24.946Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2150 | 2025-01-24T22:58:24.949Z | Checking password-hash v0.5.0 |
2151 | 2025-01-24T22:58:25.100Z | Checking blake2 v0.10.6 |
2152 | 2025-01-24T22:58:25.401Z | Checking linear-map v1.2.0 |
2153 | 2025-01-24T22:58:25.602Z | Checking argon2 v0.5.3 |
2154 | 2025-01-24T22:58:25.648Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2155 | 2025-01-24T22:58:25.726Z | Checking pem v3.0.4 |
2156 | 2025-01-24T22:58:25.806Z | Compiling typify v0.2.0 |
2157 | 2025-01-24T22:58:25.965Z | Compiling progenitor-impl v0.8.0 |
2158 | 2025-01-24T22:58:26.009Z | Checking mockall v0.13.0 |
2159 | 2025-01-24T22:58:26.319Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2160 | 2025-01-24T22:58:26.345Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2161 | 2025-01-24T22:58:26.375Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2162 | 2025-01-24T22:58:26.738Z | Compiling lzma-sys v0.1.20 |
2163 | 2025-01-24T22:58:27.225Z | Checking headers-core v0.3.0 |
2164 | 2025-01-24T22:58:27.402Z | Compiling heck v0.3.3 |
2165 | 2025-01-24T22:58:27.585Z | Checking highway v1.2.0 |
2166 | 2025-01-24T22:58:27.779Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2167 | 2025-01-24T22:58:27.805Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2168 | 2025-01-24T22:58:28.048Z | Compiling zone_cfg_derive v0.1.2 |
2169 | 2025-01-24T22:58:28.146Z | Checking headers v0.4.0 |
2170 | 2025-01-24T22:58:28.234Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2171 | 2025-01-24T22:58:28.551Z | Checking yasna v0.5.2 |
2172 | 2025-01-24T22:58:28.846Z | Checking base64 v0.13.1 |
2173 | 2025-01-24T22:58:29.142Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2174 | 2025-01-24T22:58:29.169Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2175 | 2025-01-24T22:58:29.273Z | Checking ron v0.7.1 |
2176 | 2025-01-24T22:58:29.438Z | Checking zone v0.1.8 |
2177 | 2025-01-24T22:58:29.468Z | Checking rcgen v0.12.1 |
2178 | 2025-01-24T22:58:29.596Z | Checking xz2 v0.1.7 |
2179 | 2025-01-24T22:58:29.921Z | Checking subprocess v0.2.9 |
2180 | 2025-01-24T22:58:30.110Z | Checking humantime v2.1.0 |
2181 | 2025-01-24T22:58:30.149Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
2182 | 2025-01-24T22:58:30.212Z | Compiling typify-macro v0.3.0 |
2183 | 2025-01-24T22:58:30.375Z | Compiling semver v0.1.20 |
2184 | 2025-01-24T22:58:30.423Z | Checking prettyplease v0.2.25 |
2185 | 2025-01-24T22:58:30.470Z | Checking half v2.4.1 |
2186 | 2025-01-24T22:58:30.869Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2187 | 2025-01-24T22:58:30.943Z | Compiling rustc_version v0.1.7 |
2188 | 2025-01-24T22:58:30.965Z | Checking ciborium-io v0.2.2 |
2189 | 2025-01-24T22:58:31.103Z | Checking ciborium-ll v0.2.2 |
2190 | 2025-01-24T22:58:31.346Z | Compiling newtype_derive v0.1.6 |
2191 | 2025-01-24T22:58:31.432Z | Checking ciborium v0.2.2 |
2192 | 2025-01-24T22:58:31.901Z | Checking steno v0.4.1 |
2193 | 2025-01-24T22:58:33.092Z | Compiling progenitor-macro v0.8.0 |
2194 | 2025-01-24T22:58:34.069Z | Compiling typify v0.3.0 |
2195 | 2025-01-24T22:58:34.217Z | Compiling progenitor-impl v0.9.1 |
2196 | 2025-01-24T22:58:34.836Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2197 | 2025-01-24T22:58:35.135Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2198 | 2025-01-24T22:58:35.561Z | Compiling slog-dtrace v0.3.0 |
2199 | 2025-01-24T22:58:35.809Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2200 | 2025-01-24T22:58:35.969Z | Checking display-error-chain v0.2.2 |
2201 | 2025-01-24T22:58:36.165Z | Checking gethostname v0.5.0 |
2202 | 2025-01-24T22:58:36.323Z | Checking nibble_vec v0.1.0 |
2203 | 2025-01-24T22:58:36.349Z | Compiling blake3 v1.5.4 |
2204 | 2025-01-24T22:58:36.396Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2205 | 2025-01-24T22:58:36.451Z | Checking endian-type v0.1.2 |
2206 | 2025-01-24T22:58:36.539Z | Checking keccak v0.1.5 |
2207 | 2025-01-24T22:58:36.688Z | Checking radix_trie v0.2.1 |
2208 | 2025-01-24T22:58:36.902Z | Checking sha3 v0.10.8 |
2209 | 2025-01-24T22:58:37.109Z | Checking universal-hash v0.5.1 |
2210 | 2025-01-24T22:58:37.305Z | Checking secrecy v0.8.0 |
2211 | 2025-01-24T22:58:37.329Z | Checking opaque-debug v0.3.1 |
2212 | 2025-01-24T22:58:37.426Z | Checking aead v0.5.2 |
2213 | 2025-01-24T22:58:37.514Z | Checking poly1305 v0.8.0 |
2214 | 2025-01-24T22:58:37.602Z | Checking chacha20 v0.9.1 |
2215 | 2025-01-24T22:58:37.984Z | Compiling memmap2 v0.9.5 |
2216 | 2025-01-24T22:58:38.037Z | Compiling constant_time_eq v0.3.1 |
2217 | 2025-01-24T22:58:38.251Z | Compiling arrayref v0.3.9 |
2218 | 2025-01-24T22:58:38.374Z | Compiling arrayvec v0.7.6 |
2219 | 2025-01-24T22:58:38.398Z | Compiling toolchain_find v0.4.0 |
2220 | 2025-01-24T22:58:38.659Z | Compiling thiserror-impl-no-std v2.0.2 |
2221 | 2025-01-24T22:58:38.937Z | Compiling topological-sort v0.2.2 |
2222 | 2025-01-24T22:58:39.018Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2223 | 2025-01-24T22:58:39.044Z | Compiling rustfmt-wrapper v0.2.1 |
2224 | 2025-01-24T22:58:39.181Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2225 | 2025-01-24T22:58:39.510Z | Compiling omicron-zone-package v0.12.0 |
2226 | 2025-01-24T22:58:39.614Z | Checking chacha20poly1305 v0.10.1 |
2227 | 2025-01-24T22:58:39.647Z | Compiling async-recursion v1.1.1 |
2228 | 2025-01-24T22:58:39.825Z | Checking fxhash v0.2.1 |
2229 | 2025-01-24T22:58:39.973Z | Checking bumpalo v3.16.0 |
2230 | 2025-01-24T22:58:40.029Z | Compiling zip v2.1.3 |
2231 | 2025-01-24T22:58:40.336Z | Checking simd-adler32 v0.3.7 |
2232 | 2025-01-24T22:58:40.361Z | Checking lockfree-object-pool v0.1.6 |
2233 | 2025-01-24T22:58:40.667Z | Checking maplit v1.0.2 |
2234 | 2025-01-24T22:58:40.713Z | Checking zopfli v0.8.1 |
2235 | 2025-01-24T22:58:40.797Z | Checking termcolor v1.4.1 |
2236 | 2025-01-24T22:58:41.169Z | Compiling radium v0.7.0 |
2237 | 2025-01-24T22:58:41.172Z | Compiling const_format_proc_macros v0.2.33 |
2238 | 2025-01-24T22:58:41.260Z | Compiling maybe-uninit v2.0.0 |
2239 | 2025-01-24T22:58:41.368Z | Compiling progenitor-macro v0.9.1 |
2240 | 2025-01-24T22:58:41.482Z | Checking thiserror-no-std v2.0.2 |
2241 | 2025-01-24T22:58:41.625Z | Checking vsss-rs v3.3.4 |
2242 | 2025-01-24T22:58:41.704Z | Checking tap v1.0.1 |
2243 | 2025-01-24T22:58:41.892Z | Checking wyz v0.5.1 |
2244 | 2025-01-24T22:58:42.264Z | Checking home v0.5.9 |
2245 | 2025-01-24T22:58:42.291Z | Checking funty v2.0.0 |
2246 | 2025-01-24T22:58:42.431Z | Compiling packed_struct v0.10.1 |
2247 | 2025-01-24T22:58:42.550Z | Checking crc-catalog v2.4.0 |
2248 | 2025-01-24T22:58:42.726Z | Checking crc v3.2.1 |
2249 | 2025-01-24T22:58:43.048Z | Checking kstat-rs v0.2.4 |
2250 | 2025-01-24T22:58:43.158Z | Checking bitvec v1.0.1 |
2251 | 2025-01-24T22:58:43.203Z | Compiling packed_struct_codegen v0.10.1 |
2252 | 2025-01-24T22:58:43.241Z | Checking const_format v0.2.33 |
2253 | 2025-01-24T22:58:43.397Z | Compiling vte_generate_state_changes v0.1.2 |
2254 | 2025-01-24T22:58:43.737Z | Compiling indexmap v1.9.3 |
2255 | 2025-01-24T22:58:44.051Z | Compiling libefi-sys v0.1.0 |
2256 | 2025-01-24T22:58:44.070Z | Checking nodrop v0.1.14 |
2257 | 2025-01-24T22:58:44.211Z | Checking array-init v0.0.4 |
2258 | 2025-01-24T22:58:44.429Z | Checking vte v0.11.1 |
2259 | 2025-01-24T22:58:44.674Z | Checking smallvec v0.6.14 |
2260 | 2025-01-24T22:58:45.079Z | Checking fd-lock v4.0.2 |
2261 | 2025-01-24T22:58:45.147Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2262 | 2025-01-24T22:58:45.290Z | Compiling bitfield-struct v0.6.2 |
2263 | 2025-01-24T22:58:45.456Z | Checking bitfield v0.14.0 |
2264 | 2025-01-24T22:58:45.554Z | Checking hashbrown v0.12.3 |
2265 | 2025-01-24T22:58:45.825Z | Checking serde-hex v0.1.0 |
2266 | 2025-01-24T22:58:45.829Z | Checking strip-ansi-escapes v0.2.0 |
2267 | 2025-01-24T22:58:45.879Z | Checking progenitor v0.8.0 |
2268 | 2025-01-24T22:58:46.102Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2269 | 2025-01-24T22:58:46.141Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2270 | 2025-01-24T22:58:46.702Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2271 | 2025-01-24T22:58:47.189Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2272 | 2025-01-24T22:58:47.286Z | Checking env_logger v0.10.2 |
2273 | 2025-01-24T22:58:47.454Z | Checking ron v0.8.1 |
2274 | 2025-01-24T22:58:47.732Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2275 | 2025-01-24T22:58:48.064Z | Checking itertools v0.12.1 |
2276 | 2025-01-24T22:58:48.738Z | Checking hashbrown v0.13.2 |
2277 | 2025-01-24T22:58:49.396Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2278 | 2025-01-24T22:58:49.730Z | Checking crc-any v2.5.0 |
2279 | 2025-01-24T22:58:49.915Z | Checking nu-ansi-term v0.50.1 |
2280 | 2025-01-24T22:58:50.137Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2281 | 2025-01-24T22:58:50.274Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2282 | 2025-01-24T22:58:50.345Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2283 | 2025-01-24T22:58:50.370Z | Checking object v0.30.4 |
2284 | 2025-01-24T22:58:50.603Z | Checking reedline v0.35.0 |
2285 | 2025-01-24T22:58:50.732Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2286 | 2025-01-24T22:58:50.830Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2287 | 2025-01-24T22:58:51.284Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2288 | 2025-01-24T22:58:52.838Z | Compiling parking_lot_core v0.8.6 |
2289 | 2025-01-24T22:58:53.239Z | Checking path-slash v0.1.5 |
2290 | 2025-01-24T22:58:53.401Z | Compiling phf_generator v0.11.2 |
2291 | 2025-01-24T22:58:53.613Z | Checking bytecount v0.6.8 |
2292 | 2025-01-24T22:58:53.672Z | Checking glob v0.3.1 |
2293 | 2025-01-24T22:58:53.788Z | Checking papergrid v0.11.0 |
2294 | 2025-01-24T22:58:53.834Z | Checking parking_lot v0.11.2 |
2295 | 2025-01-24T22:58:53.990Z | Compiling phf_codegen v0.11.2 |
2296 | 2025-01-24T22:58:54.207Z | Compiling tabled_derive v0.7.0 |
2297 | 2025-01-24T22:58:54.209Z | Compiling parse-zoneinfo v0.3.1 |
2298 | 2025-01-24T22:58:54.562Z | Checking progenitor v0.9.1 |
2299 | 2025-01-24T22:58:54.754Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2300 | 2025-01-24T22:58:55.178Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2301 | 2025-01-24T22:58:56.268Z | Compiling cfg_aliases v0.1.1 |
2302 | 2025-01-24T22:58:56.313Z | Compiling nix v0.28.0 |
2303 | 2025-01-24T22:58:56.316Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2304 | 2025-01-24T22:58:56.483Z | Checking tabled v0.15.0 |
2305 | 2025-01-24T22:58:57.152Z | Compiling chrono-tz-build v0.4.0 |
2306 | 2025-01-24T22:58:58.460Z | Checking sled v0.34.7 |
2307 | 2025-01-24T22:58:59.065Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2308 | 2025-01-24T22:58:59.291Z | Checking hickory-client v0.24.2 |
2309 | 2025-01-24T22:58:59.975Z | Checking hickory-server v0.24.2 |
2310 | 2025-01-24T22:59:00.258Z | Compiling chrono-tz v0.10.1 |
2311 | 2025-01-24T22:59:00.406Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2312 | 2025-01-24T22:59:00.687Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2313 | 2025-01-24T22:59:00.948Z | Compiling unicase v2.7.0 |
2314 | 2025-01-24T22:59:01.291Z | Compiling buf-list v1.0.3 |
2315 | 2025-01-24T22:59:02.045Z | Compiling peg-macros v0.8.4 |
2316 | 2025-01-24T22:59:02.609Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2317 | 2025-01-24T22:59:02.722Z | Compiling sqlparser_derive v0.2.2 |
2318 | 2025-01-24T22:59:03.018Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2319 | 2025-01-24T22:59:03.681Z | Checking unicode_categories v0.1.1 |
2320 | 2025-01-24T22:59:03.804Z | Checking sqlparser v0.45.0 |
2321 | 2025-01-24T22:59:03.907Z | Checking rustyline v14.0.0 |
2322 | 2025-01-24T22:59:04.000Z | Checking sqlformat v0.2.6 |
2323 | 2025-01-24T22:59:05.407Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2324 | 2025-01-24T22:59:05.446Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2325 | 2025-01-24T22:59:07.211Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2326 | 2025-01-24T22:59:08.701Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2327 | 2025-01-24T22:59:08.942Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2328 | 2025-01-24T22:59:09.678Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2329 | 2025-01-24T22:59:09.976Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2330 | 2025-01-24T22:59:10.830Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2331 | 2025-01-24T22:59:11.541Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2332 | 2025-01-24T22:59:11.664Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2333 | 2025-01-24T22:59:11.977Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2334 | 2025-01-24T22:59:12.463Z | Checking peg v0.8.4 |
2335 | 2025-01-24T22:59:12.518Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2336 | 2025-01-24T22:59:12.587Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2337 | 2025-01-24T22:59:12.960Z | Checking bcs v0.1.6 |
2338 | 2025-01-24T22:59:13.280Z | Checking termtree v0.5.1 |
2339 | 2025-01-24T22:59:13.512Z | Checking primeorder v0.13.6 |
2340 | 2025-01-24T22:59:13.836Z | Compiling mime_guess v2.0.5 |
2341 | 2025-01-24T22:59:13.964Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2342 | 2025-01-24T22:59:14.011Z | Checking nanorand v0.7.0 |
2343 | 2025-01-24T22:59:14.155Z | Checking http-range v0.1.5 |
2344 | 2025-01-24T22:59:14.386Z | Checking flume v0.11.1 |
2345 | 2025-01-24T22:59:14.568Z | Checking atty v0.2.14 |
2346 | 2025-01-24T22:59:14.665Z | Compiling salty v0.3.0 |
2347 | 2025-01-24T22:59:14.711Z | Checking p384 v0.13.0 |
2348 | 2025-01-24T22:59:15.103Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2349 | 2025-01-24T22:59:15.668Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2350 | 2025-01-24T22:59:15.735Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2351 | 2025-01-24T22:59:15.805Z | Checking hyper-staticfile v0.10.1 |
2352 | 2025-01-24T22:59:16.234Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2353 | 2025-01-24T22:59:16.283Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2354 | 2025-01-24T22:59:16.347Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2355 | 2025-01-24T22:59:16.464Z | Compiling dsl_auto_type v0.1.2 |
2356 | 2025-01-24T22:59:16.695Z | Checking scheduled-thread-pool v0.2.7 |
2357 | 2025-01-24T22:59:16.835Z | Checking env_filter v0.1.2 |
2358 | 2025-01-24T22:59:16.942Z | Compiling diesel_table_macro_syntax v0.2.0 |
2359 | 2025-01-24T22:59:17.097Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2360 | 2025-01-24T22:59:17.352Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2361 | 2025-01-24T22:59:17.799Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2362 | 2025-01-24T22:59:17.963Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2363 | 2025-01-24T22:59:18.041Z | Compiling crunchy v0.2.2 |
2364 | 2025-01-24T22:59:18.578Z | Compiling diesel_derives v2.2.3 |
2365 | 2025-01-24T22:59:18.788Z | Checking env_logger v0.11.5 |
2366 | 2025-01-24T22:59:18.923Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2367 | 2025-01-24T22:59:18.964Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2368 | 2025-01-24T22:59:19.041Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2369 | 2025-01-24T22:59:19.129Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2370 | 2025-01-24T22:59:20.077Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2371 | 2025-01-24T22:59:21.428Z | Checking r2d2 v0.8.10 |
2372 | 2025-01-24T22:59:21.708Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2373 | 2025-01-24T22:59:21.740Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2374 | 2025-01-24T22:59:22.322Z | Compiling tiny-keccak v2.0.2 |
2375 | 2025-01-24T22:59:22.637Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2376 | 2025-01-24T22:59:23.030Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2377 | 2025-01-24T22:59:23.491Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2378 | 2025-01-24T22:59:23.769Z | Compiling ref-cast v1.0.23 |
2379 | 2025-01-24T22:59:23.793Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2380 | 2025-01-24T22:59:24.219Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2381 | 2025-01-24T22:59:24.669Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2382 | 2025-01-24T22:59:24.716Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2383 | 2025-01-24T22:59:25.858Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=f30ff7a830da26874a00307a3c6d6e1035eec818#f30ff7a8) |
2384 | 2025-01-24T22:59:26.109Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2385 | 2025-01-24T22:59:26.134Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2386 | 2025-01-24T22:59:26.464Z | Compiling ascii-canvas v3.0.0 |
2387 | 2025-01-24T22:59:26.505Z | Compiling ena v0.14.3 |
2388 | 2025-01-24T22:59:26.746Z | Compiling ref-cast-impl v1.0.23 |
2389 | 2025-01-24T22:59:26.948Z | Compiling diff v0.1.13 |
2390 | 2025-01-24T22:59:26.981Z | Compiling regex-syntax v0.6.29 |
2391 | 2025-01-24T22:59:27.549Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2392 | 2025-01-24T22:59:28.120Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2393 | 2025-01-24T22:59:28.577Z | Compiling pin-project-internal v1.1.6 |
2394 | 2025-01-24T22:59:29.609Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2395 | 2025-01-24T22:59:29.729Z | Compiling derive_builder_core v0.20.2 |
2396 | 2025-01-24T22:59:29.921Z | Compiling libxml v0.3.3 |
2397 | 2025-01-24T22:59:30.357Z | Compiling lalrpop v0.19.12 |
2398 | 2025-01-24T22:59:30.602Z | Checking diesel v2.2.6 |
2399 | 2025-01-24T22:59:31.167Z | Checking signal-hook-tokio v0.3.1 |
2400 | 2025-01-24T22:59:31.376Z | Checking pin-project v1.1.6 |
2401 | 2025-01-24T22:59:31.403Z | Compiling strum_macros v0.24.3 |
2402 | 2025-01-24T22:59:31.536Z | Compiling samael v0.0.17 |
2403 | 2025-01-24T22:59:31.957Z | Compiling derive_builder_macro v0.20.2 |
2404 | 2025-01-24T22:59:32.579Z | Compiling snafu-derive v0.8.5 |
2405 | 2025-01-24T22:59:32.801Z | Compiling indoc v1.0.9 |
2406 | 2025-01-24T22:59:32.841Z | Checking derive_builder v0.20.2 |
2407 | 2025-01-24T22:59:33.708Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2408 | 2025-01-24T22:59:34.582Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2409 | 2025-01-24T22:59:34.703Z | Checking olpc-cjson v0.1.4 |
2410 | 2025-01-24T22:59:34.828Z | Checking globset v0.4.15 |
2411 | 2025-01-24T22:59:34.890Z | Checking quick-xml v0.33.0 |
2412 | 2025-01-24T22:59:34.942Z | Checking serde_plain v1.0.2 |
2413 | 2025-01-24T22:59:35.222Z | Compiling oso-derive v0.27.3 |
2414 | 2025-01-24T22:59:35.363Z | Compiling impl-trait-for-tuples v0.2.2 |
2415 | 2025-01-24T22:59:35.481Z | Compiling memoffset v0.9.1 |
2416 | 2025-01-24T22:59:35.821Z | Checking typed-path v0.9.3 |
2417 | 2025-01-24T22:59:36.448Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2418 | 2025-01-24T22:59:37.602Z | Checking snafu v0.8.5 |
2419 | 2025-01-24T22:59:37.926Z | Checking tungstenite v0.23.0 |
2420 | 2025-01-24T22:59:38.050Z | Checking tough v0.19.0 |
2421 | 2025-01-24T22:59:38.183Z | Compiling diesel-dtrace v0.4.2 |
2422 | 2025-01-24T22:59:38.511Z | Checking parse-size v1.1.0 |
2423 | 2025-01-24T22:59:38.794Z | Checking tokio-tungstenite v0.23.1 |
2424 | 2025-01-24T22:59:38.954Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2425 | 2025-01-24T22:59:39.281Z | Checking bb8 v0.8.5 |
2426 | 2025-01-24T22:59:39.307Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2427 | 2025-01-24T22:59:39.751Z | Checking nix v0.27.1 |
2428 | 2025-01-24T22:59:39.787Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2429 | 2025-01-24T22:59:40.068Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2430 | 2025-01-24T22:59:40.520Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2431 | 2025-01-24T22:59:42.517Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2432 | 2025-01-24T22:59:42.653Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2433 | 2025-01-24T22:59:42.679Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2434 | 2025-01-24T22:59:42.827Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2435 | 2025-01-24T22:59:43.574Z | Checking heck v0.4.1 |
2436 | 2025-01-24T22:59:43.592Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2437 | 2025-01-24T22:59:43.761Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2438 | 2025-01-24T22:59:43.956Z | Checking rand_seeder v0.3.0 |
2439 | 2025-01-24T22:59:44.050Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2440 | 2025-01-24T22:59:44.237Z | Checking assert_matches v1.5.0 |
2441 | 2025-01-24T22:59:44.357Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2442 | 2025-01-24T22:59:44.605Z | Compiling libz-sys v1.1.20 |
2443 | 2025-01-24T22:59:44.630Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2444 | 2025-01-24T22:59:44.632Z | Checking castaway v0.2.3 |
2445 | 2025-01-24T22:59:44.749Z | Checking is_ci v1.2.0 |
2446 | 2025-01-24T22:59:44.796Z | Checking compact_str v0.8.0 |
2447 | 2025-01-24T22:59:44.919Z | Checking supports-color v3.0.1 |
2448 | 2025-01-24T22:59:45.140Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2449 | 2025-01-24T22:59:45.469Z | Checking unicode-truncate v1.1.0 |
2450 | 2025-01-24T22:59:45.693Z | Checking lru v0.12.5 |
2451 | 2025-01-24T22:59:45.724Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2452 | 2025-01-24T22:59:45.728Z | Compiling instability v0.3.2 |
2453 | 2025-01-24T22:59:46.001Z | Checking cassowary v0.3.0 |
2454 | 2025-01-24T22:59:46.188Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2455 | 2025-01-24T22:59:46.668Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2456 | 2025-01-24T22:59:46.773Z | Checking ratatui v0.28.1 |
2457 | 2025-01-24T22:59:46.857Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2458 | 2025-01-24T22:59:47.435Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2459 | 2025-01-24T22:59:47.685Z | Compiling vergen v8.3.2 |
2460 | 2025-01-24T22:59:47.991Z | Compiling cargo-platform v0.1.8 |
2461 | 2025-01-24T22:59:48.172Z | Checking unicode-linebreak v0.1.5 |
2462 | 2025-01-24T22:59:48.532Z | Checking smawk v0.3.2 |
2463 | 2025-01-24T22:59:48.626Z | Compiling cargo_metadata v0.18.1 |
2464 | 2025-01-24T22:59:48.759Z | Checking textwrap v0.16.1 |
2465 | 2025-01-24T22:59:49.225Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2466 | 2025-01-24T22:59:49.706Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2467 | 2025-01-24T22:59:49.731Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2468 | 2025-01-24T22:59:50.346Z | Compiling libsqlite3-sys v0.30.1 |
2469 | 2025-01-24T22:59:50.870Z | Compiling rustls v0.21.12 |
2470 | 2025-01-24T22:59:51.169Z | Compiling cfg_aliases v0.2.1 |
2471 | 2025-01-24T22:59:51.258Z | Checking shell-words v1.1.0 |
2472 | 2025-01-24T22:59:51.324Z | Compiling nix v0.29.0 |
2473 | 2025-01-24T22:59:51.626Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2474 | 2025-01-24T22:59:51.755Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2475 | 2025-01-24T22:59:51.929Z | Checking sct v0.7.1 |
2476 | 2025-01-24T22:59:51.985Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2477 | 2025-01-24T22:59:52.039Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2478 | 2025-01-24T22:59:52.151Z | Checking rustls-webpki v0.101.7 |
2479 | 2025-01-24T22:59:52.686Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2480 | 2025-01-24T22:59:52.998Z | Checking hashlink v0.9.1 |
2481 | 2025-01-24T22:59:53.138Z | Checking concurrent-queue v2.5.0 |
2482 | 2025-01-24T22:59:53.182Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2483 | 2025-01-24T22:59:53.471Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2484 | 2025-01-24T22:59:53.593Z | Checking fallible-streaming-iterator v0.1.9 |
2485 | 2025-01-24T22:59:53.839Z | Checking parking v2.2.1 |
2486 | 2025-01-24T22:59:54.020Z | Checking fallible-iterator v0.3.0 |
2487 | 2025-01-24T22:59:54.643Z | Checking plotters-backend v0.3.7 |
2488 | 2025-01-24T22:59:54.796Z | Checking rusqlite v0.32.1 |
2489 | 2025-01-24T22:59:55.074Z | Checking plotters-svg v0.3.7 |
2490 | 2025-01-24T22:59:55.800Z | Checking tokio-rustls v0.24.1 |
2491 | 2025-01-24T22:59:55.883Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2492 | 2025-01-24T22:59:56.200Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2493 | 2025-01-24T22:59:56.238Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2494 | 2025-01-24T22:59:56.562Z | Checking rustls-pemfile v1.0.4 |
2495 | 2025-01-24T22:59:56.703Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2496 | 2025-01-24T22:59:56.789Z | Checking twox-hash v1.6.3 |
2497 | 2025-01-24T22:59:57.060Z | Checking cast v0.3.0 |
2498 | 2025-01-24T22:59:57.220Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61) |
2499 | 2025-01-24T22:59:57.384Z | Checking criterion-plot v0.5.0 |
2500 | 2025-01-24T22:59:57.416Z | Checking plotters v0.3.7 |
2501 | 2025-01-24T22:59:57.665Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2502 | 2025-01-24T22:59:57.854Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2503 | 2025-01-24T22:59:58.617Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2504 | 2025-01-24T22:59:59.145Z | Checking fatfs v0.3.6 |
2505 | 2025-01-24T22:59:59.403Z | Checking tinytemplate v1.2.1 |
2506 | 2025-01-24T22:59:59.834Z | Checking csv-core v0.1.11 |
2507 | 2025-01-24T23:00:00.111Z | Checking anes v0.1.6 |
2508 | 2025-01-24T23:00:00.135Z | Checking hex-literal v0.4.1 |
2509 | 2025-01-24T23:00:00.159Z | Checking oorandom v11.1.4 |
2510 | 2025-01-24T23:00:00.273Z | Checking csv v1.3.0 |
2511 | 2025-01-24T23:00:00.333Z | Checking event-listener v5.3.1 |
2512 | 2025-01-24T23:00:00.438Z | Checking criterion v0.5.1 |
2513 | 2025-01-24T23:00:00.755Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2514 | 2025-01-24T23:00:01.058Z | Checking rtoolbox v0.0.2 |
2515 | 2025-01-24T23:00:01.288Z | Checking async-bb8-diesel v0.2.1 |
2516 | 2025-01-24T23:00:02.406Z | Checking rpassword v7.3.1 |
2517 | 2025-01-24T23:00:02.552Z | Checking event-listener-strategy v0.5.2 |
2518 | 2025-01-24T23:00:02.790Z | Checking tui-tree-widget v0.22.0 |
2519 | 2025-01-24T23:00:03.144Z | Checking polyval v0.6.2 |
2520 | 2025-01-24T23:00:03.189Z | Checking futures-lite v2.3.0 |
2521 | 2025-01-24T23:00:03.461Z | Checking ghash v0.5.1 |
2522 | 2025-01-24T23:00:03.659Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2523 | 2025-01-24T23:00:04.537Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2524 | 2025-01-24T23:00:04.717Z | Checking ctr v0.9.2 |
2525 | 2025-01-24T23:00:05.310Z | Checking yansi v1.0.1 |
2526 | 2025-01-24T23:00:05.689Z | Checking aes-gcm v0.10.3 |
2527 | 2025-01-24T23:00:05.847Z | Checking pretty_assertions v1.4.1 |
2528 | 2025-01-24T23:00:05.932Z | Checking ssh-encoding v0.2.0 |
2529 | 2025-01-24T23:00:06.072Z | Checking blowfish v0.9.1 |
2530 | 2025-01-24T23:00:06.115Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2531 | 2025-01-24T23:00:06.259Z | Checking ssh-cipher v0.2.0 |
2532 | 2025-01-24T23:00:06.331Z | Checking bcrypt-pbkdf v0.10.0 |
2533 | 2025-01-24T23:00:06.547Z | Checking async-lock v3.4.0 |
2534 | 2025-01-24T23:00:06.626Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2535 | 2025-01-24T23:00:07.365Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2536 | 2025-01-24T23:00:07.541Z | Checking polling v3.7.3 |
2537 | 2025-01-24T23:00:07.961Z | Checking password-hash v0.4.2 |
2538 | 2025-01-24T23:00:08.418Z | Checking pbkdf2 v0.11.0 |
2539 | 2025-01-24T23:00:08.545Z | Checking async-io v2.3.4 |
2540 | 2025-01-24T23:00:08.718Z | Checking ssh-key v0.6.6 |
2541 | 2025-01-24T23:00:09.471Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2542 | 2025-01-24T23:00:10.099Z | Checking p256 v0.13.2 |
2543 | 2025-01-24T23:00:10.317Z | Checking p521 v0.13.3 |
2544 | 2025-01-24T23:00:10.588Z | Checking russh-cryptovec v0.7.3 |
2545 | 2025-01-24T23:00:10.836Z | Compiling target-lexicon v0.12.16 |
2546 | 2025-01-24T23:00:11.745Z | Compiling doc-comment v0.3.3 |
2547 | 2025-01-24T23:00:11.789Z | Checking async-task v4.7.1 |
2548 | 2025-01-24T23:00:12.142Z | Checking md5 v0.7.0 |
2549 | 2025-01-24T23:00:12.411Z | Checking async-channel v2.3.1 |
2550 | 2025-01-24T23:00:12.444Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2551 | 2025-01-24T23:00:12.462Z | Checking russh-keys v0.45.0 |
2552 | 2025-01-24T23:00:12.733Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2553 | 2025-01-24T23:00:13.536Z | Checking piper v0.2.4 |
2554 | 2025-01-24T23:00:13.751Z | Checking num-bigint v0.4.6 |
2555 | 2025-01-24T23:00:13.777Z | Checking des v0.8.1 |
2556 | 2025-01-24T23:00:13.964Z | Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2557 | 2025-01-24T23:00:14.036Z | Compiling guppy-workspace-hack v0.1.0 |
2558 | 2025-01-24T23:00:14.345Z | Checking futures-timer v3.0.3 |
2559 | 2025-01-24T23:00:14.656Z | Compiling assert_cmd v2.0.16 |
2560 | 2025-01-24T23:00:14.830Z | Checking dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
2561 | 2025-01-24T23:00:15.148Z | Checking blocking v1.6.1 |
2562 | 2025-01-24T23:00:16.082Z | Checking async-executor v1.13.1 |
2563 | 2025-01-24T23:00:16.085Z | Checking russh v0.45.0 |
2564 | 2025-01-24T23:00:16.191Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2565 | 2025-01-24T23:00:16.445Z | Checking async-signal v0.2.10 |
2566 | 2025-01-24T23:00:16.749Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2567 | 2025-01-24T23:00:17.123Z | Compiling target-spec v3.2.2 |
2568 | 2025-01-24T23:00:17.156Z | Checking internet-checksum v0.2.1 |
2569 | 2025-01-24T23:00:17.321Z | Checking event-listener v2.5.3 |
2570 | 2025-01-24T23:00:17.580Z | Checking async-channel v1.9.0 |
2571 | 2025-01-24T23:00:17.715Z | Checking async-process v2.3.0 |
2572 | 2025-01-24T23:00:17.847Z | Checking async-global-executor v2.4.1 |
2573 | 2025-01-24T23:00:18.116Z | Checking cfg-expr v0.17.0 |
2574 | 2025-01-24T23:00:18.388Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2575 | 2025-01-24T23:00:18.589Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2576 | 2025-01-24T23:00:18.958Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2577 | 2025-01-24T23:00:19.358Z | Checking httptest v0.16.1 |
2578 | 2025-01-24T23:00:19.721Z | Checking rustls-native-certs v0.7.3 |
2579 | 2025-01-24T23:00:19.933Z | Compiling petname v2.0.2 |
2580 | 2025-01-24T23:00:20.086Z | Checking num_cpus v1.16.0 |
2581 | 2025-01-24T23:00:20.198Z | Checking kv-log-macro v1.0.7 |
2582 | 2025-01-24T23:00:20.221Z | Compiling async-attributes v1.1.2 |
2583 | 2025-01-24T23:00:21.058Z | Checking async-std v1.13.0 |
2584 | 2025-01-24T23:00:21.263Z | Checking threadpool v1.8.1 |
2585 | 2025-01-24T23:00:21.489Z | Checking hyper-rustls v0.26.0 |
2586 | 2025-01-24T23:00:22.268Z | Checking pathdiff v0.2.2 |
2587 | 2025-01-24T23:00:22.434Z | Compiling rstest_macros v0.23.0 |
2588 | 2025-01-24T23:00:22.459Z | Checking escape8259 v0.5.3 |
2589 | 2025-01-24T23:00:22.480Z | Compiling target-triple v0.1.3 |
2590 | 2025-01-24T23:00:22.675Z | Checking nested v0.1.1 |
2591 | 2025-01-24T23:00:22.899Z | Checking guppy v0.17.8 |
2592 | 2025-01-24T23:00:22.984Z | Checking libtest-mimic v0.7.3 |
2593 | 2025-01-24T23:00:23.079Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2594 | 2025-01-24T23:00:24.272Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2595 | 2025-01-24T23:00:24.478Z | Checking async-object-pool v0.1.5 |
2596 | 2025-01-24T23:00:24.608Z | Checking similar-asserts v1.6.0 |
2597 | 2025-01-24T23:00:24.680Z | Checking fancy-regex v0.13.0 |
2598 | 2025-01-24T23:00:24.878Z | Checking serde_regex v1.1.0 |
2599 | 2025-01-24T23:00:24.918Z | Checking assert-json-diff v2.0.2 |
2600 | 2025-01-24T23:00:25.177Z | Compiling proc-macro-crate v3.2.0 |
2601 | 2025-01-24T23:00:25.230Z | Checking path-tree v0.8.1 |
2602 | 2025-01-24T23:00:25.476Z | Compiling relative-path v1.9.3 |
2603 | 2025-01-24T23:00:25.592Z | Checking sync-ptr v0.1.1 |
2604 | 2025-01-24T23:00:25.818Z | Checking stringmetrics v2.2.2 |
2605 | 2025-01-24T23:00:25.871Z | Checking datatest-stable v0.2.9 |
2606 | 2025-01-24T23:00:26.099Z | Checking httpmock v0.8.0-alpha.1 |
2607 | 2025-01-24T23:00:26.191Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2608 | 2025-01-24T23:00:26.302Z | Checking blake2b_simd v1.0.2 |
2609 | 2025-01-24T23:00:27.199Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2610 | 2025-01-24T23:00:27.603Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2611 | 2025-01-24T23:00:27.929Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2612 | 2025-01-24T23:00:28.236Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2613 | 2025-01-24T23:00:28.568Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2614 | 2025-01-24T23:00:29.100Z | Checking serde_tokenstream v0.2.2 |
2615 | 2025-01-24T23:00:29.543Z | Checking uzers v0.12.1 |
2616 | 2025-01-24T23:00:30.099Z | Checking rust-argon2 v2.1.0 |
2617 | 2025-01-24T23:00:30.552Z | Checking trybuild v1.0.101 |
2618 | 2025-01-24T23:00:31.121Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2619 | 2025-01-24T23:00:31.833Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2620 | 2025-01-24T23:00:32.360Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2621 | 2025-01-24T23:00:33.524Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2622 | 2025-01-24T23:00:33.898Z | Checking rand_distr v0.4.3 |
2623 | 2025-01-24T23:00:34.654Z | Checking multimap v0.10.0 |
2624 | 2025-01-24T23:00:34.978Z | Checking approx v0.5.1 |
2625 | 2025-01-24T23:00:35.206Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2626 | 2025-01-24T23:00:35.642Z | Checking rstest v0.23.0 |
2627 | 2025-01-24T23:00:35.854Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2628 | 2025-01-24T23:00:36.911Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2629 | 2025-01-24T23:00:37.097Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2630 | 2025-01-24T23:00:37.989Z | Checking partial-io v0.5.4 |
2631 | 2025-01-24T23:00:38.269Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2632 | 2025-01-24T23:00:38.272Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2633 | 2025-01-24T23:00:38.348Z | Checking cargo_toml v0.20.5 |
2634 | 2025-01-24T23:00:38.582Z | Checking termios v0.3.3 |
2635 | 2025-01-24T23:00:38.815Z | Compiling indoc v2.0.5 |
2636 | 2025-01-24T23:00:39.616Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2637 | 2025-01-24T23:00:39.937Z | Compiling git2 v0.19.0 |
2638 | 2025-01-24T23:00:40.283Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2639 | 2025-01-24T23:00:41.032Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2640 | 2025-01-24T23:00:42.490Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2641 | 2025-01-24T23:00:48.440Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=c9d31d2f84ff5b59dfb1cf5358d8af657ab9b5e9#c9d31d2f) |
2642 | 2025-01-24T23:00:57.767Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2643 | 2025-01-24T23:01:01.722Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2644 | 2025-01-24T23:01:09.072Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2645 | 2025-01-24T23:01:36.547Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2646 | 2025-01-24T23:01:37.957Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2647 | 2025-01-24T23:01:38.631Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2648 | 2025-01-24T23:01:55.779Z | Compiling polar-core v0.27.3 |
2649 | 2025-01-24T23:02:03.634Z | Checking oso v0.27.3 |
2650 | 2025-01-24T23:02:40.046Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2651 | 2025-01-24T23:02:40.049Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2652 | 2025-01-24T23:02:40.049Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2653 | 2025-01-24T23:03:53.180Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 27s |
2654 | 2025-01-24T23:03:53.601Z | |
2655 | 2025-01-24T23:03:53.602Z | real 6:31.059288285 |
2656 | 2025-01-24T23:03:53.602Z | user 34:16.791401435 |
2657 | 2025-01-24T23:03:53.602Z | sys 5:08.872864653 |
2658 | 2025-01-24T23:03:53.602Z | trap 1.022335193 |
2659 | 2025-01-24T23:03:53.602Z | tflt 1.739939625 |
2660 | 2025-01-24T23:03:53.602Z | dflt 0.267274418 |
2661 | 2025-01-24T23:03:53.602Z | kflt 0.000929460 |
2662 | 2025-01-24T23:03:53.602Z | lock 48:13.230939141 |
2663 | 2025-01-24T23:03:53.602Z | slp 1:56:04.146263904 |
2664 | 2025-01-24T23:03:53.602Z | lat 1:44.247353750 |
2665 | 2025-01-24T23:03:53.602Z | stop 6:57.651814102 |
2666 | 2025-01-24T23:03:53.605Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2667 | 2025-01-24T23:03:53.605Z | + ptime -m cargo doc --workspace --no-deps |
2668 | 2025-01-24T23:03:54.806Z | warning: output filename collision. |
2669 | 2025-01-24T23:03:54.806Z | The bin target `oximeter` in package `oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)`. |
2670 | 2025-01-24T23:03:54.806Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2671 | 2025-01-24T23:03:54.806Z | The targets should have unique names. |
2672 | 2025-01-24T23:03:54.806Z | This is a known bug where multiple crates with the same name use |
2673 | 2025-01-24T23:03:54.806Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2674 | 2025-01-24T23:03:55.287Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2675 | 2025-01-24T23:03:55.361Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2676 | 2025-01-24T23:03:55.385Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2677 | 2025-01-24T23:03:55.426Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2678 | 2025-01-24T23:03:55.455Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2679 | 2025-01-24T23:03:55.483Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2680 | 2025-01-24T23:03:55.483Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2681 | 2025-01-24T23:03:55.710Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2682 | 2025-01-24T23:03:55.741Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2683 | 2025-01-24T23:03:55.766Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2684 | 2025-01-24T23:03:55.836Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2685 | 2025-01-24T23:03:56.035Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2686 | 2025-01-24T23:03:56.146Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2687 | 2025-01-24T23:03:56.360Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2688 | 2025-01-24T23:03:56.471Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2689 | 2025-01-24T23:03:56.501Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2690 | 2025-01-24T23:03:56.946Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2691 | 2025-01-24T23:03:57.307Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2692 | 2025-01-24T23:03:57.547Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2693 | 2025-01-24T23:03:57.574Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2694 | 2025-01-24T23:03:57.655Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2695 | 2025-01-24T23:03:57.901Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2696 | 2025-01-24T23:03:58.011Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2697 | 2025-01-24T23:03:58.258Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2698 | 2025-01-24T23:03:58.649Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2699 | 2025-01-24T23:03:59.014Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2700 | 2025-01-24T23:03:59.176Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2701 | 2025-01-24T23:03:59.408Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2702 | 2025-01-24T23:03:59.610Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2703 | 2025-01-24T23:03:59.645Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2704 | 2025-01-24T23:03:59.715Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2705 | 2025-01-24T23:03:59.905Z | Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2706 | 2025-01-24T23:03:59.954Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2707 | 2025-01-24T23:04:00.111Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2708 | 2025-01-24T23:04:00.142Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2709 | 2025-01-24T23:04:00.260Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2710 | 2025-01-24T23:04:00.496Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2711 | 2025-01-24T23:04:00.714Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2712 | 2025-01-24T23:04:00.809Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2713 | 2025-01-24T23:04:00.856Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2714 | 2025-01-24T23:04:01.192Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2715 | 2025-01-24T23:04:01.213Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2716 | 2025-01-24T23:04:01.234Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2717 | 2025-01-24T23:04:01.259Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2718 | 2025-01-24T23:04:02.210Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2719 | 2025-01-24T23:04:02.647Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2720 | 2025-01-24T23:04:03.846Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2721 | 2025-01-24T23:04:04.154Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2722 | 2025-01-24T23:04:04.529Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2723 | 2025-01-24T23:04:05.119Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2724 | 2025-01-24T23:04:05.458Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2725 | 2025-01-24T23:04:05.491Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2726 | 2025-01-24T23:04:06.266Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2727 | 2025-01-24T23:04:06.514Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2728 | 2025-01-24T23:04:06.993Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2729 | 2025-01-24T23:04:07.556Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2730 | 2025-01-24T23:04:07.920Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2731 | 2025-01-24T23:04:09.114Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2732 | 2025-01-24T23:04:09.533Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2733 | 2025-01-24T23:04:10.066Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2734 | 2025-01-24T23:04:10.270Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2735 | 2025-01-24T23:04:10.273Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2736 | 2025-01-24T23:04:10.837Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2737 | 2025-01-24T23:04:11.700Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2738 | 2025-01-24T23:04:11.952Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2739 | 2025-01-24T23:04:11.976Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2740 | 2025-01-24T23:04:16.707Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2741 | 2025-01-24T23:04:17.060Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2742 | 2025-01-24T23:04:17.279Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2743 | 2025-01-24T23:04:18.532Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2744 | 2025-01-24T23:04:18.891Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2745 | 2025-01-24T23:04:18.944Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2746 | 2025-01-24T23:04:19.793Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2747 | 2025-01-24T23:04:20.267Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2748 | 2025-01-24T23:04:20.507Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2749 | 2025-01-24T23:04:21.547Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2750 | 2025-01-24T23:04:22.056Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2751 | 2025-01-24T23:04:22.096Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2752 | 2025-01-24T23:04:22.194Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2753 | 2025-01-24T23:04:22.314Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2754 | 2025-01-24T23:04:22.432Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2755 | 2025-01-24T23:04:23.060Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2756 | 2025-01-24T23:04:23.340Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2757 | 2025-01-24T23:04:23.475Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2758 | 2025-01-24T23:04:23.999Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2759 | 2025-01-24T23:04:24.033Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2760 | 2025-01-24T23:04:24.409Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2761 | 2025-01-24T23:04:24.604Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2762 | 2025-01-24T23:04:24.975Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2763 | 2025-01-24T23:04:25.111Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2764 | 2025-01-24T23:04:25.860Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2765 | 2025-01-24T23:04:26.128Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2766 | 2025-01-24T23:04:26.971Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2767 | 2025-01-24T23:04:26.994Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2768 | 2025-01-24T23:04:27.052Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2769 | 2025-01-24T23:04:27.688Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2770 | 2025-01-24T23:04:27.692Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2771 | 2025-01-24T23:04:27.692Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2772 | 2025-01-24T23:04:27.940Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2773 | 2025-01-24T23:04:28.146Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2774 | 2025-01-24T23:04:28.220Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2775 | 2025-01-24T23:04:28.607Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2776 | 2025-01-24T23:04:29.143Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2777 | 2025-01-24T23:04:29.273Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2778 | 2025-01-24T23:04:29.348Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2779 | 2025-01-24T23:04:29.433Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2780 | 2025-01-24T23:04:29.892Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2781 | 2025-01-24T23:04:29.999Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2782 | 2025-01-24T23:04:30.249Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2783 | 2025-01-24T23:04:30.807Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2784 | 2025-01-24T23:04:31.251Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2785 | 2025-01-24T23:04:31.953Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2786 | 2025-01-24T23:04:32.141Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2787 | 2025-01-24T23:04:32.648Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2788 | 2025-01-24T23:04:33.517Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2789 | 2025-01-24T23:04:33.717Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2790 | 2025-01-24T23:04:34.002Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2791 | 2025-01-24T23:04:35.357Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2792 | 2025-01-24T23:04:35.753Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2793 | 2025-01-24T23:04:36.710Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2794 | 2025-01-24T23:04:37.702Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2795 | 2025-01-24T23:04:38.884Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2796 | 2025-01-24T23:04:38.945Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2797 | 2025-01-24T23:04:39.250Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2798 | 2025-01-24T23:04:39.873Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2799 | 2025-01-24T23:04:40.577Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2800 | 2025-01-24T23:04:41.578Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2801 | 2025-01-24T23:04:41.654Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2802 | 2025-01-24T23:04:42.601Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2803 | 2025-01-24T23:04:42.622Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2804 | 2025-01-24T23:04:42.711Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2805 | 2025-01-24T23:04:43.545Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2806 | 2025-01-24T23:04:50.043Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2807 | 2025-01-24T23:04:55.125Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2808 | 2025-01-24T23:04:55.150Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2809 | 2025-01-24T23:04:55.556Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2810 | 2025-01-24T23:04:55.738Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2811 | 2025-01-24T23:04:58.199Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2812 | 2025-01-24T23:05:00.863Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2813 | 2025-01-24T23:05:01.007Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2814 | 2025-01-24T23:05:01.300Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2815 | 2025-01-24T23:05:02.066Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2816 | 2025-01-24T23:05:02.203Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2817 | 2025-01-24T23:05:03.671Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2818 | 2025-01-24T23:05:04.263Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2819 | 2025-01-24T23:05:05.384Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2820 | 2025-01-24T23:05:06.693Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2821 | 2025-01-24T23:05:09.458Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2822 | 2025-01-24T23:05:09.461Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2823 | 2025-01-24T23:05:10.084Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2824 | 2025-01-24T23:05:10.722Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2825 | 2025-01-24T23:05:11.357Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2826 | 2025-01-24T23:05:11.381Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2827 | 2025-01-24T23:05:12.675Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2828 | 2025-01-24T23:05:14.602Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2829 | 2025-01-24T23:05:15.781Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2830 | 2025-01-24T23:05:16.082Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2831 | 2025-01-24T23:05:16.273Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2832 | 2025-01-24T23:05:16.941Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2833 | 2025-01-24T23:05:17.350Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2834 | 2025-01-24T23:05:19.482Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2835 | 2025-01-24T23:05:20.124Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2836 | 2025-01-24T23:05:20.146Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2837 | 2025-01-24T23:05:21.339Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2838 | 2025-01-24T23:05:22.197Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2839 | 2025-01-24T23:05:23.432Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2840 | 2025-01-24T23:05:24.011Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2841 | 2025-01-24T23:05:24.452Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2842 | 2025-01-24T23:05:24.843Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2843 | 2025-01-24T23:05:25.119Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2844 | 2025-01-24T23:05:26.012Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2845 | 2025-01-24T23:05:27.357Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2846 | 2025-01-24T23:05:29.033Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2847 | 2025-01-24T23:05:29.075Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2848 | 2025-01-24T23:05:29.389Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2849 | 2025-01-24T23:05:30.198Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2850 | 2025-01-24T23:05:30.316Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2851 | 2025-01-24T23:05:31.131Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2852 | 2025-01-24T23:05:32.428Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2853 | 2025-01-24T23:05:32.744Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2854 | 2025-01-24T23:05:32.976Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2855 | 2025-01-24T23:05:34.711Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2856 | 2025-01-24T23:05:36.067Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2857 | 2025-01-24T23:05:36.444Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2858 | 2025-01-24T23:05:36.876Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2859 | 2025-01-24T23:05:37.892Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2860 | 2025-01-24T23:05:39.675Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2861 | 2025-01-24T23:05:40.773Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2862 | 2025-01-24T23:05:41.015Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2863 | 2025-01-24T23:05:41.144Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2864 | 2025-01-24T23:05:41.289Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2865 | 2025-01-24T23:05:43.308Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2866 | 2025-01-24T23:05:43.675Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2867 | 2025-01-24T23:05:44.585Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2868 | 2025-01-24T23:05:45.302Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2869 | 2025-01-24T23:05:47.846Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2870 | 2025-01-24T23:05:48.336Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2871 | 2025-01-24T23:05:48.488Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2872 | 2025-01-24T23:05:49.557Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2873 | 2025-01-24T23:05:49.641Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2874 | 2025-01-24T23:05:51.525Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2875 | 2025-01-24T23:05:51.620Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2876 | 2025-01-24T23:05:51.821Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2877 | 2025-01-24T23:05:54.118Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2878 | 2025-01-24T23:05:54.282Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2879 | 2025-01-24T23:05:55.244Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2880 | 2025-01-24T23:05:55.314Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2881 | 2025-01-24T23:05:55.855Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2882 | 2025-01-24T23:05:57.199Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2883 | 2025-01-24T23:05:58.210Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2884 | 2025-01-24T23:05:58.624Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2885 | 2025-01-24T23:05:58.774Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2886 | 2025-01-24T23:05:59.360Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2887 | 2025-01-24T23:06:01.704Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2888 | 2025-01-24T23:06:02.373Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2889 | 2025-01-24T23:06:02.382Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2890 | 2025-01-24T23:06:03.058Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2891 | 2025-01-24T23:06:03.077Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2892 | 2025-01-24T23:06:03.283Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2893 | 2025-01-24T23:06:03.585Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2894 | 2025-01-24T23:06:04.915Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2895 | 2025-01-24T23:06:05.741Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2896 | 2025-01-24T23:06:05.762Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2897 | 2025-01-24T23:06:05.989Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2898 | 2025-01-24T23:06:22.725Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2899 | 2025-01-24T23:06:22.728Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2900 | 2025-01-24T23:06:22.728Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2901 | 2025-01-24T23:06:22.728Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2902 | 2025-01-24T23:06:23.554Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2903 | 2025-01-24T23:06:23.812Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2904 | 2025-01-24T23:06:23.856Z | Documenting nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
2905 | 2025-01-24T23:06:23.914Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2906 | 2025-01-24T23:06:25.898Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2907 | 2025-01-24T23:06:30.790Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2908 | 2025-01-24T23:06:31.730Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2909 | 2025-01-24T23:07:11.461Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2910 | 2025-01-24T23:07:18.278Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 24s |
2911 | 2025-01-24T23:07:18.463Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 144 other files |
2912 | 2025-01-24T23:07:18.532Z | |
2913 | 2025-01-24T23:07:18.532Z | real 3:24.844293910 |
2914 | 2025-01-24T23:07:18.532Z | user 18:02.970028091 |
2915 | 2025-01-24T23:07:18.532Z | sys 2:31.769220770 |
2916 | 2025-01-24T23:07:18.532Z | trap 0.521295353 |
2917 | 2025-01-24T23:07:18.535Z | tflt 0.296858068 |
2918 | 2025-01-24T23:07:18.535Z | dflt 0.074451501 |
2919 | 2025-01-24T23:07:18.535Z | kflt 0.000234974 |
2920 | 2025-01-24T23:07:18.535Z | lock 28:22.367544886 |
2921 | 2025-01-24T23:07:18.535Z | slp 50:47.278984409 |
2922 | 2025-01-24T23:07:18.535Z | lat 1:07.982479141 |
2923 | 2025-01-24T23:07:18.535Z | stop 1:20.392475684 |
2924 | 2025-01-24T23:07:18.535Z | process exited: duration 931341 ms, exit code 0 |
|
2925 | 2025-01-24T23:07:18.541Z | found 0 output files |