|
|
|
1 | 2024-12-17T07:20:29.346Z | job assigned to worker 01JF9QSD5JKJDDZ3SC4YPDEDA1 [factory aws, i-088bf3ac253249e2e] (queued for 53 s) |
|
2 | 2024-12-17T07:20:37.368Z | starting task 0: "setup" |
3 | 2024-12-17T07:20:37.377Z | ++ uname -s |
4 | 2024-12-17T07:20:37.380Z | + kern=SunOS |
5 | 2024-12-17T07:20:37.380Z | + case "$kern" in |
6 | 2024-12-17T07:20:37.381Z | + groupadd -g 12345 build |
7 | 2024-12-17T07:20:37.383Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-17T07:20:39.391Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-17T07:20:39.500Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-17T07:20:39.503Z | + home_fs=zfs |
11 | 2024-12-17T07:20:39.503Z | + [[ zfs == autofs ]] |
12 | 2024-12-17T07:20:39.503Z | + mkdir -p /home/build |
13 | 2024-12-17T07:20:39.506Z | + chown build:build /home/build /work |
14 | 2024-12-17T07:20:40.507Z | + chmod 0700 /home/build /work |
15 | 2024-12-17T07:20:40.510Z | process exited: duration 3142 ms, exit code 0 |
|
16 | 2024-12-17T07:20:40.515Z | starting task 1: "rust-toolchain" |
17 | 2024-12-17T07:20:40.520Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-17T07:20:40.520Z | ' 1.81.0 |
19 | 2024-12-17T07:20:40.520Z | * toolchain channel = "1.81.0" |
20 | 2024-12-17T07:20:40.520Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-17T07:20:40.520Z | ' default |
22 | 2024-12-17T07:20:40.520Z | * toolchain profile = "default" |
23 | 2024-12-17T07:20:40.523Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-17T07:20:40.523Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-17T07:20:40.639Z | info: downloading installer |
26 | 2024-12-17T07:20:42.007Z | info: profile set to 'default' |
27 | 2024-12-17T07:20:42.007Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-17T07:20:42.009Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-17T07:20:42.162Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-17T07:20:42.162Z | info: downloading component 'cargo' |
31 | 2024-12-17T07:20:43.015Z | info: downloading component 'clippy' |
32 | 2024-12-17T07:20:43.332Z | info: downloading component 'rust-docs' |
33 | 2024-12-17T07:20:44.518Z | info: downloading component 'rust-std' |
34 | 2024-12-17T07:20:46.366Z | info: downloading component 'rustc' |
35 | 2024-12-17T07:20:52.987Z | info: downloading component 'rustfmt' |
36 | 2024-12-17T07:20:53.237Z | info: installing component 'cargo' |
37 | 2024-12-17T07:20:54.028Z | info: installing component 'clippy' |
38 | 2024-12-17T07:20:54.387Z | info: installing component 'rust-docs' |
39 | 2024-12-17T07:20:55.933Z | info: installing component 'rust-std' |
40 | 2024-12-17T07:20:57.683Z | info: installing component 'rustc' |
41 | 2024-12-17T07:21:03.347Z | info: installing component 'rustfmt' |
42 | 2024-12-17T07:21:03.668Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-17T07:21:03.668Z | |
44 | 2024-12-17T07:21:04.024Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-17T07:21:04.024Z | |
46 | 2024-12-17T07:21:04.027Z | |
47 | 2024-12-17T07:21:04.027Z | Rust is installed now. Great! |
48 | 2024-12-17T07:21:04.027Z | |
49 | 2024-12-17T07:21:04.027Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-17T07:21:04.027Z | environment variable. This has not been done automatically. |
51 | 2024-12-17T07:21:04.027Z | |
52 | 2024-12-17T07:21:04.027Z | To configure your current shell, you need to source |
53 | 2024-12-17T07:21:04.027Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-17T07:21:04.027Z | |
55 | 2024-12-17T07:21:04.027Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-17T07:21:04.027Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-17T07:21:04.027Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-17T07:21:04.098Z | + rustc --version |
59 | 2024-12-17T07:21:04.165Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-17T07:21:04.168Z | process exited: duration 23645 ms, exit code 0 |
|
61 | 2024-12-17T07:21:04.174Z | starting task 2: "authentication" |
62 | 2024-12-17T07:21:04.195Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-12-17T07:21:04.201Z | starting task 3: "clone repository" |
64 | 2024-12-17T07:21:04.206Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-17T07:21:04.209Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-17T07:21:04.250Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-17T07:21:11.878Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-17T07:21:11.878Z | + git fetch origin fb10fadb3bf4cd5b63ffdcd9ba500ffe6b6e3fc6 |
69 | 2024-12-17T07:21:12.579Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-17T07:21:12.579Z | * branch fb10fadb3bf4cd5b63ffdcd9ba500ffe6b6e3fc6 -> FETCH_HEAD |
71 | 2024-12-17T07:21:12.590Z | + [[ -n eliza/dropshot-1180 ]] |
72 | 2024-12-17T07:21:12.593Z | ++ git branch --show-current |
73 | 2024-12-17T07:21:12.595Z | + current=main |
74 | 2024-12-17T07:21:12.595Z | + [[ main != eliza/dropshot-1180 ]] |
75 | 2024-12-17T07:21:12.595Z | + git branch -f eliza/dropshot-1180 fb10fadb3bf4cd5b63ffdcd9ba500ffe6b6e3fc6 |
76 | 2024-12-17T07:21:12.599Z | + git checkout -f eliza/dropshot-1180 |
77 | 2024-12-17T07:21:12.775Z | Switched to branch 'eliza/dropshot-1180' |
78 | 2024-12-17T07:21:12.778Z | + git reset --hard fb10fadb3bf4cd5b63ffdcd9ba500ffe6b6e3fc6 |
79 | 2024-12-17T07:21:12.811Z | HEAD is now at fb10fadb3 fix mupdate |
80 | 2024-12-17T07:21:12.814Z | process exited: duration 8608 ms, exit code 0 |
|
81 | 2024-12-17T07:21:12.819Z | starting task 4: "build" |
82 | 2024-12-17T07:21:12.825Z | + source ./env.sh |
83 | 2024-12-17T07:21:12.825Z | ++ OLD_SHELL_OPTS=ehxB |
84 | 2024-12-17T07:21:12.825Z | ++ set -o xtrace |
85 | 2024-12-17T07:21:12.828Z | ++++ dirname ./env.sh |
86 | 2024-12-17T07:21:12.830Z | +++ readlink -f . |
87 | 2024-12-17T07:21:12.833Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2024-12-17T07:21:12.833Z | ++ 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 | 2024-12-17T07:21:12.833Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
90 | 2024-12-17T07:21:12.833Z | ++ 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 | 2024-12-17T07:21:12.833Z | ++ 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 | 2024-12-17T07:21:12.833Z | ++ 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 | 2024-12-17T07:21:12.833Z | ++ 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 | 2024-12-17T07:21:12.833Z | ++ 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 | 2024-12-17T07:21:12.833Z | ++ 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 | 2024-12-17T07:21:12.833Z | ++ case $OLD_SHELL_OPTS in |
97 | 2024-12-17T07:21:12.833Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
98 | 2024-12-17T07:21:12.833Z | + source .github/buildomat/ci-env.sh |
99 | 2024-12-17T07:21:12.833Z | ++ export CARGO_TERM_COLOR=always |
100 | 2024-12-17T07:21:12.833Z | ++ CARGO_TERM_COLOR=always |
101 | 2024-12-17T07:21:12.833Z | + cargo --version |
102 | 2024-12-17T07:21:12.889Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
103 | 2024-12-17T07:21:12.891Z | + rustc --version |
104 | 2024-12-17T07:21:12.951Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
105 | 2024-12-17T07:21:12.954Z | + banner prerequisites |
106 | 2024-12-17T07:21:12.957Z | |
107 | 2024-12-17T07:21:12.957Z | ##### ##### ###### ##### ###### #### # # # #### # |
108 | 2024-12-17T07:21:12.957Z | # # # # # # # # # # # # # # # |
109 | 2024-12-17T07:21:12.957Z | # # # # ##### # # ##### # # # # # #### # |
110 | 2024-12-17T07:21:12.957Z | ##### ##### # ##### # # # # # # # # # |
111 | 2024-12-17T07:21:12.957Z | # # # # # # # # # # # # # # # |
112 | 2024-12-17T07:21:12.957Z | # # # ###### # # ###### ### # #### # #### # |
113 | 2024-12-17T07:21:12.957Z | |
114 | 2024-12-17T07:21:12.957Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
115 | 2024-12-17T07:21:19.600Z | Startup: Refreshing catalog 'helios-dev' ... Done |
116 | 2024-12-17T07:21:23.430Z | Startup: Caching catalogs ... Done |
117 | 2024-12-17T07:21:33.920Z | Planning: Solver setup ... Done (9.617s) |
118 | 2024-12-17T07:21:34.051Z | Planning: Running solver ... Done (0.131s) |
119 | 2024-12-17T07:21:34.154Z | Planning: Finding local manifests ... Done (0.005s) |
120 | 2024-12-17T07:21:34.170Z | Planning: Fetching manifests: 0/5 0% complete |
121 | 2024-12-17T07:21:34.388Z | Planning: Fetching manifests: 5/5 100% complete |
122 | 2024-12-17T07:21:34.487Z | Planning: Package planning ... Done (0.099s) |
123 | 2024-12-17T07:21:34.545Z | Planning: Merging actions ... Done (0.057s) |
124 | 2024-12-17T07:21:34.735Z | Planning: Checking for conflicting actions ... Done (0.190s) |
125 | 2024-12-17T07:21:36.830Z | Planning: Consolidating action changes ... Done (2.093s) |
126 | 2024-12-17T07:21:37.265Z | Planning: Evaluating mediators ... Done (0.435s) |
127 | 2024-12-17T07:21:37.343Z | Planning: Planning completed in 13.82 seconds |
128 | 2024-12-17T07:21:37.360Z | Packages to install: 4 |
129 | 2024-12-17T07:21:37.360Z | Packages to update: 1 |
130 | 2024-12-17T07:21:37.364Z | Mediators to change: 2 |
131 | 2024-12-17T07:21:37.364Z | Services to change: 1 |
132 | 2024-12-17T07:21:37.364Z | Estimated space available: 155.63 GB |
133 | 2024-12-17T07:21:37.364Z | Estimated space to be consumed: 1.61 GB |
134 | 2024-12-17T07:21:37.364Z | Create boot environment: No |
135 | 2024-12-17T07:21:37.364Z | Create backup boot environment: Yes |
136 | 2024-12-17T07:21:37.364Z | Rebuild boot archive: No |
137 | 2024-12-17T07:21:37.364Z | |
138 | 2024-12-17T07:21:37.364Z | Changed mediators: |
139 | 2024-12-17T07:21:37.364Z | mediator clang: |
140 | 2024-12-17T07:21:37.364Z | version: None -> 15 (system default) |
141 | 2024-12-17T07:21:37.364Z | |
142 | 2024-12-17T07:21:37.364Z | mediator llvm: |
143 | 2024-12-17T07:21:37.364Z | version: 14 (system default) -> 15 (system default) |
144 | 2024-12-17T07:21:37.364Z | |
145 | 2024-12-17T07:21:37.364Z | Changed packages: |
146 | 2024-12-17T07:21:37.364Z | helios-dev |
147 | 2024-12-17T07:21:37.364Z | developer/build-essential |
148 | 2024-12-17T07:21:37.364Z | None -> 11-2.0 |
149 | 2024-12-17T07:21:37.364Z | library/libxmlsec1 |
150 | 2024-12-17T07:21:37.364Z | None -> 1.2.35-2.0 |
151 | 2024-12-17T07:21:37.364Z | ooce/developer/clang-15 |
152 | 2024-12-17T07:21:37.364Z | None -> 15.0.7-2.0 |
153 | 2024-12-17T07:21:37.364Z | ooce/developer/llvm-15 |
154 | 2024-12-17T07:21:37.364Z | None -> 15.0.7-2.0 |
155 | 2024-12-17T07:21:37.364Z | package/pkg |
156 | 2024-12-17T07:21:37.364Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
157 | 2024-12-17T07:21:37.364Z | |
158 | 2024-12-17T07:21:37.364Z | Services: |
159 | 2024-12-17T07:21:37.364Z | restart_fmri: |
160 | 2024-12-17T07:21:37.364Z | svc:/system/update-man-index:default |
161 | 2024-12-17T07:21:37.364Z | |
162 | 2024-12-17T07:21:37.364Z | Editable files to change: |
163 | 2024-12-17T07:21:37.364Z | Update: |
164 | 2024-12-17T07:21:37.364Z | usr/share/lib/pkg/web/config.shtml |
165 | 2024-12-17T07:21:37.445Z | |
166 | 2024-12-17T07:21:37.445Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
167 | 2024-12-17T07:21:43.576Z | Download: 213/4281 items 1.3/220.6MB 0% complete (594k/s) |
168 | 2024-12-17T07:21:48.582Z | Download: 1145/4281 items 66.2/220.6MB 30% complete (6.5M/s) |
169 | 2024-12-17T07:21:53.585Z | Download: 1490/4281 items 116.6/220.6MB 52% complete (11.8M/s) |
170 | 2024-12-17T07:21:59.227Z | Download: 2223/4281 items 119.2/220.6MB 54% complete (9.3M/s) |
171 | 2024-12-17T07:22:04.231Z | Download: 2423/4281 items 120.1/220.6MB 54% complete (321k/s) |
172 | 2024-12-17T07:22:09.303Z | Download: 3243/4281 items 200.2/220.6MB 90% complete (8.3M/s) |
173 | 2024-12-17T07:22:14.936Z | Download: 3277/4281 items 209.3/220.6MB 94% complete (8.9M/s) |
174 | 2024-12-17T07:22:19.958Z | Download: 4173/4281 items 220.4/220.6MB 99% complete (2.7M/s) |
175 | 2024-12-17T07:22:22.531Z | Download: Completed 220.60 MB in 45.07 seconds (4.9M/s) |
176 | 2024-12-17T07:22:24.605Z | Actions: 1/5063 actions (Removing old actions) |
177 | 2024-12-17T07:22:24.626Z | Actions: 194/5063 actions (Installing new actions) |
178 | 2024-12-17T07:22:29.327Z | Actions: 4226/5063 actions (Updating modified actions) |
179 | 2024-12-17T07:22:29.635Z | Actions: Completed 5063 actions in 5.03 seconds. |
180 | 2024-12-17T07:22:30.039Z | Done (0.385s) |
181 | 2024-12-17T07:22:30.075Z | Done (0.000s) |
182 | 2024-12-17T07:22:30.596Z | Done (0.570s) |
183 | 2024-12-17T07:22:35.058Z | Done (4.234s) |
184 | 2024-12-17T07:22:35.145Z | Done (0.018s) |
185 | 2024-12-17T07:22:35.148Z | Done (0.000s) |
186 | 2024-12-17T07:22:35.329Z | Done (0.000s) |
187 | 2024-12-17T07:22:36.024Z | Planning: Evaluating mediator changes ... Done |
188 | 2024-12-17T07:22:36.183Z | Planning: Checking for conflicting actions ... Done |
189 | 2024-12-17T07:22:36.186Z | Planning: Consolidating action changes ... Done |
190 | 2024-12-17T07:22:36.452Z | Planning: Evaluating mediators ... Done |
191 | 2024-12-17T07:22:36.455Z | Planning: Planning completed in 0.43 seconds |
192 | 2024-12-17T07:22:36.492Z | Mediators to change: 2 |
193 | 2024-12-17T07:22:36.492Z | Create boot environment: No |
194 | 2024-12-17T07:22:36.494Z | Create backup boot environment: No |
195 | 2024-12-17T07:22:36.587Z | Done |
196 | 2024-12-17T07:22:36.587Z | Done |
197 | 2024-12-17T07:22:36.943Z | Done |
198 | 2024-12-17T07:22:40.571Z | Done |
199 | 2024-12-17T07:22:40.663Z | Done |
200 | 2024-12-17T07:22:40.667Z | Done |
201 | 2024-12-17T07:22:40.803Z | Done |
202 | 2024-12-17T07:22:41.421Z | Planning: Evaluating mediator changes ... Done |
203 | 2024-12-17T07:22:41.425Z | Planning: Merging actions ... Done |
204 | 2024-12-17T07:22:41.620Z | Planning: Checking for conflicting actions ... Done |
205 | 2024-12-17T07:22:41.701Z | Planning: Consolidating action changes ... Done |
206 | 2024-12-17T07:22:41.939Z | Planning: Evaluating mediators ... Done |
207 | 2024-12-17T07:22:42.034Z | Planning: Planning completed in 0.76 seconds |
208 | 2024-12-17T07:22:42.151Z | Packages to change: 1 |
209 | 2024-12-17T07:22:42.151Z | Mediators to change: 1 |
210 | 2024-12-17T07:22:42.151Z | Services to change: 1 |
211 | 2024-12-17T07:22:42.151Z | Create boot environment: No |
212 | 2024-12-17T07:22:42.152Z | Create backup boot environment: Yes |
213 | 2024-12-17T07:22:44.280Z | Actions: 1/6 actions (Updating modified actions) |
214 | 2024-12-17T07:22:44.282Z | Actions: Completed 6 actions in 0.00 seconds. |
215 | 2024-12-17T07:22:44.282Z | Done |
216 | 2024-12-17T07:22:44.282Z | Done |
217 | 2024-12-17T07:22:44.804Z | Done |
218 | 2024-12-17T07:22:48.050Z | Done |
219 | 2024-12-17T07:22:48.140Z | Done |
220 | 2024-12-17T07:22:48.142Z | Done |
221 | 2024-12-17T07:22:48.283Z | Done |
222 | 2024-12-17T07:22:48.712Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
223 | 2024-12-17T07:22:48.712Z | clang system 15 system |
224 | 2024-12-17T07:22:48.712Z | csh system system illumos |
225 | 2024-12-17T07:22:48.712Z | ctags system system illumos |
226 | 2024-12-17T07:22:48.712Z | gcc vendor 12 vendor |
227 | 2024-12-17T07:22:48.712Z | gcc system 10 system |
228 | 2024-12-17T07:22:48.712Z | gcc system 7 system |
229 | 2024-12-17T07:22:48.712Z | go system 1.20 system |
230 | 2024-12-17T07:22:48.712Z | go system 1.19 system |
231 | 2024-12-17T07:22:48.712Z | llvm system 15 system |
232 | 2024-12-17T07:22:48.712Z | llvm system 14 system |
233 | 2024-12-17T07:22:48.712Z | mariadb system 10.6 system |
234 | 2024-12-17T07:22:48.713Z | mta vendor vendor dma |
235 | 2024-12-17T07:22:48.713Z | openjdk system 17 system |
236 | 2024-12-17T07:22:48.713Z | openjdk system 11 system |
237 | 2024-12-17T07:22:48.713Z | openjdk system 1.8 system |
238 | 2024-12-17T07:22:48.713Z | openssl vendor 3 vendor |
239 | 2024-12-17T07:22:48.713Z | perl system 5.36 system |
240 | 2024-12-17T07:22:48.713Z | postgresql system 15 system |
241 | 2024-12-17T07:22:48.713Z | postgresql system 13 system |
242 | 2024-12-17T07:22:48.713Z | python vendor 3 vendor |
243 | 2024-12-17T07:22:48.713Z | python system 2 system |
244 | 2024-12-17T07:22:48.713Z | python3 system 3.11 system |
245 | 2024-12-17T07:22:48.713Z | ruby system 3.0 system |
246 | 2024-12-17T07:22:48.713Z | words vendor vendor american-english |
247 | 2024-12-17T07:22:48.713Z | words system system australian-english |
248 | 2024-12-17T07:22:48.713Z | words system system british-english |
249 | 2024-12-17T07:22:48.713Z | words system system canadian-english |
250 | 2024-12-17T07:22:48.713Z | words system system french |
251 | 2024-12-17T07:22:48.713Z | words system system italian |
252 | 2024-12-17T07:22:48.713Z | words system system ngerman |
253 | 2024-12-17T07:22:48.713Z | words system system ogerman |
254 | 2024-12-17T07:22:48.713Z | words system system spanish |
255 | 2024-12-17T07:22:49.045Z | PUBLISHER TYPE STATUS P LOCATION |
256 | 2024-12-17T07:22:49.045Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
257 | 2024-12-17T07:22:51.803Z | FMRI IFO |
258 | 2024-12-17T07:22:51.803Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
259 | 2024-12-17T07:22:51.803Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
260 | 2024-12-17T07:22:51.803Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
261 | 2024-12-17T07:22:51.803Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
262 | 2024-12-17T07:22:51.803Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
263 | 2024-12-17T07:22:51.803Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
264 | 2024-12-17T07:22:51.803Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
265 | 2024-12-17T07:22:51.803Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
266 | 2024-12-17T07:22:51.803Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
267 | 2024-12-17T07:22:51.803Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
268 | 2024-12-17T07:22:51.803Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
269 | 2024-12-17T07:22:51.803Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
270 | 2024-12-17T07:22:51.803Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
271 | 2024-12-17T07:22:51.803Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
272 | 2024-12-17T07:22:51.803Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
273 | 2024-12-17T07:22:52.573Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
274 | 2024-12-17T07:22:52.971Z | Updating crates.io index |
275 | 2024-12-17T07:22:53.042Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
276 | 2024-12-17T07:22:53.647Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
277 | 2024-12-17T07:22:54.057Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
278 | 2024-12-17T07:22:54.560Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
279 | 2024-12-17T07:22:55.033Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
280 | 2024-12-17T07:22:56.211Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
281 | 2024-12-17T07:22:57.997Z | Updating git repository `https://github.com/oxidecomputer/opte` |
282 | 2024-12-17T07:22:58.888Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
283 | 2024-12-17T07:22:59.945Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
284 | 2024-12-17T07:23:00.616Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
285 | 2024-12-17T07:23:01.739Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
286 | 2024-12-17T07:23:03.078Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
287 | 2024-12-17T07:23:04.327Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
288 | 2024-12-17T07:23:05.783Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
289 | 2024-12-17T07:23:06.926Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
290 | 2024-12-17T07:23:07.983Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
291 | 2024-12-17T07:23:09.127Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
292 | 2024-12-17T07:23:10.211Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
293 | 2024-12-17T07:23:11.404Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
294 | 2024-12-17T07:23:12.696Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
295 | 2024-12-17T07:23:13.777Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
296 | 2024-12-17T07:23:14.905Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
297 | 2024-12-17T07:23:15.924Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
298 | 2024-12-17T07:23:16.912Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
299 | 2024-12-17T07:23:17.962Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
300 | 2024-12-17T07:23:18.768Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
301 | 2024-12-17T07:23:19.719Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
302 | 2024-12-17T07:23:20.867Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
303 | 2024-12-17T07:23:22.919Z | Downloading crates ... |
304 | 2024-12-17T07:23:23.017Z | Downloaded cargo-platform v0.1.8 |
305 | 2024-12-17T07:23:23.021Z | Downloaded equivalent v1.0.1 |
306 | 2024-12-17T07:23:23.023Z | Downloaded dtrace-parser v0.2.0 |
307 | 2024-12-17T07:23:23.023Z | Downloaded dof v0.3.0 |
308 | 2024-12-17T07:23:23.023Z | Downloaded colorchoice v1.0.2 |
309 | 2024-12-17T07:23:23.026Z | Downloaded anstream v0.6.15 |
310 | 2024-12-17T07:23:23.033Z | Downloaded usdt-attr-macro v0.5.0 |
311 | 2024-12-17T07:23:23.048Z | Downloaded scroll_derive v0.12.0 |
312 | 2024-12-17T07:23:23.051Z | Downloaded usdt-macro v0.5.0 |
313 | 2024-12-17T07:23:23.054Z | Downloaded pretty-hex v0.4.1 |
314 | 2024-12-17T07:23:23.057Z | Downloaded swrite v0.1.0 |
315 | 2024-12-17T07:23:23.057Z | Downloaded crypto-common v0.1.6 |
316 | 2024-12-17T07:23:23.059Z | Downloaded anyhow v1.0.93 |
317 | 2024-12-17T07:23:23.062Z | Downloaded digest v0.10.7 |
318 | 2024-12-17T07:23:23.064Z | Downloaded anstyle v1.0.10 |
319 | 2024-12-17T07:23:23.067Z | Downloaded fastrand v2.1.1 |
320 | 2024-12-17T07:23:23.067Z | Downloaded fnv v1.0.7 |
321 | 2024-12-17T07:23:23.067Z | Downloaded clap_lex v0.7.2 |
322 | 2024-12-17T07:23:23.070Z | Downloaded cfg-if v1.0.0 |
323 | 2024-12-17T07:23:23.070Z | Downloaded bytecount v0.6.8 |
324 | 2024-12-17T07:23:23.073Z | Downloaded proc-macro-error-attr v1.0.4 |
325 | 2024-12-17T07:23:23.073Z | Downloaded thiserror-impl v1.0.69 |
326 | 2024-12-17T07:23:23.073Z | Downloaded anstyle-query v1.1.1 |
327 | 2024-12-17T07:23:23.075Z | Downloaded serde_tokenstream v0.2.2 |
328 | 2024-12-17T07:23:23.075Z | Downloaded fs-err v2.11.0 |
329 | 2024-12-17T07:23:23.078Z | Downloaded anstyle-parse v0.2.5 |
330 | 2024-12-17T07:23:23.080Z | Downloaded pest_generator v2.7.14 |
331 | 2024-12-17T07:23:23.080Z | Downloaded errno v0.3.9 |
332 | 2024-12-17T07:23:23.083Z | Downloaded utf8parse v0.2.2 |
333 | 2024-12-17T07:23:23.083Z | Downloaded smawk v0.3.2 |
334 | 2024-12-17T07:23:23.085Z | Downloaded plain v0.2.3 |
335 | 2024-12-17T07:23:23.085Z | Downloaded thread-id v4.2.2 |
336 | 2024-12-17T07:23:23.088Z | Downloaded thiserror v1.0.69 |
337 | 2024-12-17T07:23:23.091Z | Downloaded unicode-linebreak v0.1.5 |
338 | 2024-12-17T07:23:23.093Z | Downloaded toml_datetime v0.6.8 |
339 | 2024-12-17T07:23:23.093Z | Downloaded tabled_derive v0.7.0 |
340 | 2024-12-17T07:23:23.096Z | Downloaded is_terminal_polyfill v1.70.1 |
341 | 2024-12-17T07:23:23.096Z | Downloaded generic-array v0.14.7 |
342 | 2024-12-17T07:23:23.098Z | Downloaded version_check v0.9.5 |
343 | 2024-12-17T07:23:23.098Z | Downloaded serde_spanned v0.6.8 |
344 | 2024-12-17T07:23:23.101Z | Downloaded heck v0.5.0 |
345 | 2024-12-17T07:23:23.101Z | Downloaded heck v0.4.1 |
346 | 2024-12-17T07:23:23.103Z | Downloaded cpufeatures v0.2.14 |
347 | 2024-12-17T07:23:23.103Z | Downloaded byteorder v1.5.0 |
348 | 2024-12-17T07:23:23.105Z | Downloaded terminal_size v0.4.0 |
349 | 2024-12-17T07:23:23.105Z | Downloaded memmap v0.7.0 |
350 | 2024-12-17T07:23:23.108Z | Downloaded itoa v1.0.11 |
351 | 2024-12-17T07:23:23.108Z | Downloaded usdt v0.5.0 |
352 | 2024-12-17T07:23:23.110Z | Downloaded strsim v0.11.1 |
353 | 2024-12-17T07:23:23.110Z | Downloaded autocfg v1.4.0 |
354 | 2024-12-17T07:23:23.113Z | Downloaded cargo_toml v0.20.5 |
355 | 2024-12-17T07:23:23.113Z | Downloaded block-buffer v0.10.4 |
356 | 2024-12-17T07:23:23.116Z | Downloaded cargo_metadata v0.18.1 |
357 | 2024-12-17T07:23:23.119Z | Downloaded scroll v0.12.0 |
358 | 2024-12-17T07:23:23.119Z | Downloaded quote v1.0.37 |
359 | 2024-12-17T07:23:23.122Z | Downloaded proc-macro-error v1.0.4 |
360 | 2024-12-17T07:23:23.124Z | Downloaded macaddr v1.0.1 |
361 | 2024-12-17T07:23:23.127Z | Downloaded camino-tempfile v1.1.1 |
362 | 2024-12-17T07:23:23.127Z | Downloaded camino v1.1.9 |
363 | 2024-12-17T07:23:23.130Z | Downloaded zerocopy-derive v0.7.35 |
364 | 2024-12-17T07:23:23.134Z | Downloaded sha2 v0.10.8 |
365 | 2024-12-17T07:23:23.139Z | Downloaded usdt-impl v0.5.0 |
366 | 2024-12-17T07:23:23.141Z | Downloaded tempfile v3.13.0 |
367 | 2024-12-17T07:23:23.144Z | Downloaded semver v1.0.23 |
368 | 2024-12-17T07:23:23.147Z | Downloaded ucd-trie v0.1.7 |
369 | 2024-12-17T07:23:23.149Z | Downloaded log v0.4.22 |
370 | 2024-12-17T07:23:23.149Z | Downloaded once_cell v1.20.2 |
371 | 2024-12-17T07:23:23.152Z | Downloaded pest_meta v2.7.14 |
372 | 2024-12-17T07:23:23.154Z | Downloaded clap_derive v4.5.18 |
373 | 2024-12-17T07:23:23.157Z | Downloaded typenum v1.17.0 |
374 | 2024-12-17T07:23:23.159Z | Downloaded toml v0.8.19 |
375 | 2024-12-17T07:23:23.161Z | Downloaded unicode-ident v1.0.13 |
376 | 2024-12-17T07:23:23.164Z | Downloaded ryu v1.0.18 |
377 | 2024-12-17T07:23:23.167Z | Downloaded serde_derive v1.0.215 |
378 | 2024-12-17T07:23:23.169Z | Downloaded clap v4.5.21 |
379 | 2024-12-17T07:23:23.178Z | Downloaded proc-macro2 v1.0.92 |
380 | 2024-12-17T07:23:23.180Z | Downloaded papergrid v0.11.0 |
381 | 2024-12-17T07:23:23.190Z | Downloaded textwrap v0.16.1 |
382 | 2024-12-17T07:23:23.193Z | Downloaded bitflags v2.6.0 |
383 | 2024-12-17T07:23:23.197Z | Downloaded pest_derive v2.7.14 |
384 | 2024-12-17T07:23:23.200Z | Downloaded serde v1.0.215 |
385 | 2024-12-17T07:23:23.205Z | Downloaded indexmap v2.7.0 |
386 | 2024-12-17T07:23:23.213Z | Downloaded toml_edit v0.22.22 |
387 | 2024-12-17T07:23:23.235Z | Downloaded memchr v2.7.4 |
388 | 2024-12-17T07:23:23.255Z | Downloaded winnow v0.6.20 |
389 | 2024-12-17T07:23:23.264Z | Downloaded serde_json v1.0.133 |
390 | 2024-12-17T07:23:23.271Z | Downloaded zerocopy v0.7.35 |
391 | 2024-12-17T07:23:23.286Z | Downloaded pest v2.7.14 |
392 | 2024-12-17T07:23:23.291Z | Downloaded goblin v0.8.2 |
393 | 2024-12-17T07:23:23.297Z | Downloaded clap_builder v4.5.21 |
394 | 2024-12-17T07:23:23.303Z | Downloaded tabled v0.15.0 |
395 | 2024-12-17T07:23:23.318Z | Downloaded hashbrown v0.15.1 |
396 | 2024-12-17T07:23:23.323Z | Downloaded syn v1.0.109 |
397 | 2024-12-17T07:23:23.333Z | Downloaded unicode-width v0.1.14 |
398 | 2024-12-17T07:23:23.340Z | Downloaded syn v2.0.90 |
399 | 2024-12-17T07:23:23.350Z | Downloaded rustix v0.38.37 |
400 | 2024-12-17T07:23:23.387Z | Downloaded libc v0.2.162 |
401 | 2024-12-17T07:23:23.682Z | Compiling proc-macro2 v1.0.92 |
402 | 2024-12-17T07:23:23.682Z | Compiling unicode-ident v1.0.13 |
403 | 2024-12-17T07:23:23.682Z | Compiling version_check v0.9.5 |
404 | 2024-12-17T07:23:23.685Z | Compiling serde v1.0.215 |
405 | 2024-12-17T07:23:23.685Z | Compiling memchr v2.7.4 |
406 | 2024-12-17T07:23:23.685Z | Compiling thiserror v1.0.69 |
407 | 2024-12-17T07:23:23.685Z | Compiling libc v0.2.162 |
408 | 2024-12-17T07:23:23.717Z | Compiling ucd-trie v0.1.7 |
409 | 2024-12-17T07:23:23.928Z | Compiling itoa v1.0.11 |
410 | 2024-12-17T07:23:24.166Z | Compiling ryu v1.0.18 |
411 | 2024-12-17T07:23:24.482Z | Compiling once_cell v1.20.2 |
412 | 2024-12-17T07:23:24.506Z | Compiling byteorder v1.5.0 |
413 | 2024-12-17T07:23:24.746Z | Compiling rustix v0.38.37 |
414 | 2024-12-17T07:23:24.869Z | Compiling serde_json v1.0.133 |
415 | 2024-12-17T07:23:24.969Z | Compiling bitflags v2.6.0 |
416 | 2024-12-17T07:23:25.216Z | Compiling proc-macro-error-attr v1.0.4 |
417 | 2024-12-17T07:23:25.410Z | Compiling usdt-impl v0.5.0 |
418 | 2024-12-17T07:23:25.433Z | Compiling syn v1.0.109 |
419 | 2024-12-17T07:23:25.456Z | Compiling proc-macro-error v1.0.4 |
420 | 2024-12-17T07:23:25.545Z | Compiling quote v1.0.37 |
421 | 2024-12-17T07:23:25.709Z | Compiling log v0.4.22 |
422 | 2024-12-17T07:23:25.750Z | Compiling utf8parse v0.2.2 |
423 | 2024-12-17T07:23:25.870Z | Compiling equivalent v1.0.1 |
424 | 2024-12-17T07:23:25.909Z | Compiling errno v0.3.9 |
425 | 2024-12-17T07:23:25.993Z | Compiling syn v2.0.90 |
426 | 2024-12-17T07:23:26.139Z | Compiling thread-id v4.2.2 |
427 | 2024-12-17T07:23:26.163Z | Compiling plain v0.2.3 |
428 | 2024-12-17T07:23:26.166Z | Compiling hashbrown v0.15.1 |
429 | 2024-12-17T07:23:26.210Z | Compiling camino v1.1.9 |
430 | 2024-12-17T07:23:26.247Z | Compiling anstyle-parse v0.2.5 |
431 | 2024-12-17T07:23:26.611Z | Compiling autocfg v1.4.0 |
432 | 2024-12-17T07:23:26.827Z | Compiling semver v1.0.23 |
433 | 2024-12-17T07:23:26.923Z | Compiling colorchoice v1.0.2 |
434 | 2024-12-17T07:23:27.107Z | Compiling pretty-hex v0.4.1 |
435 | 2024-12-17T07:23:27.342Z | Compiling indexmap v2.7.0 |
436 | 2024-12-17T07:23:27.368Z | Compiling anstyle-query v1.1.1 |
437 | 2024-12-17T07:23:27.392Z | Compiling is_terminal_polyfill v1.70.1 |
438 | 2024-12-17T07:23:27.394Z | Compiling winnow v0.6.20 |
439 | 2024-12-17T07:23:27.532Z | Compiling unicode-width v0.1.14 |
440 | 2024-12-17T07:23:27.562Z | Compiling anstyle v1.0.10 |
441 | 2024-12-17T07:23:27.862Z | Compiling fs-err v2.11.0 |
442 | 2024-12-17T07:23:28.026Z | Compiling anstream v0.6.15 |
443 | 2024-12-17T07:23:28.327Z | Compiling terminal_size v0.4.0 |
444 | 2024-12-17T07:23:28.351Z | Compiling fnv v1.0.7 |
445 | 2024-12-17T07:23:28.496Z | Compiling bytecount v0.6.8 |
446 | 2024-12-17T07:23:28.562Z | Compiling strsim v0.11.1 |
447 | 2024-12-17T07:23:28.719Z | Compiling fastrand v2.1.1 |
448 | 2024-12-17T07:23:28.782Z | Compiling heck v0.5.0 |
449 | 2024-12-17T07:23:28.869Z | Compiling cfg-if v1.0.0 |
450 | 2024-12-17T07:23:28.980Z | Compiling clap_lex v0.7.2 |
451 | 2024-12-17T07:23:29.058Z | Compiling anyhow v1.0.93 |
452 | 2024-12-17T07:23:29.334Z | Compiling heck v0.4.1 |
453 | 2024-12-17T07:23:29.522Z | Compiling clap_builder v4.5.21 |
454 | 2024-12-17T07:23:29.847Z | Compiling tempfile v3.13.0 |
455 | 2024-12-17T07:23:29.932Z | Compiling papergrid v0.11.0 |
456 | 2024-12-17T07:23:30.098Z | Compiling memmap v0.7.0 |
457 | 2024-12-17T07:23:30.152Z | Compiling unicode-linebreak v0.1.5 |
458 | 2024-12-17T07:23:30.451Z | Compiling smawk v0.3.2 |
459 | 2024-12-17T07:23:30.654Z | Compiling textwrap v0.16.1 |
460 | 2024-12-17T07:23:31.254Z | Compiling swrite v0.1.0 |
461 | 2024-12-17T07:23:32.148Z | Compiling tabled_derive v0.7.0 |
462 | 2024-12-17T07:23:33.910Z | Compiling tabled v0.15.0 |
463 | 2024-12-17T07:23:35.044Z | Compiling serde_derive v1.0.215 |
464 | 2024-12-17T07:23:35.044Z | Compiling thiserror-impl v1.0.69 |
465 | 2024-12-17T07:23:35.046Z | Compiling zerocopy-derive v0.7.35 |
466 | 2024-12-17T07:23:35.047Z | Compiling scroll_derive v0.12.0 |
467 | 2024-12-17T07:23:35.285Z | Compiling clap_derive v4.5.18 |
468 | 2024-12-17T07:23:36.362Z | Compiling scroll v0.12.0 |
469 | 2024-12-17T07:23:36.844Z | Compiling goblin v0.8.2 |
470 | 2024-12-17T07:23:36.996Z | Compiling zerocopy v0.7.35 |
471 | 2024-12-17T07:23:37.694Z | Compiling pest v2.7.14 |
472 | 2024-12-17T07:23:39.183Z | Compiling clap v4.5.21 |
473 | 2024-12-17T07:23:40.035Z | Compiling pest_meta v2.7.14 |
474 | 2024-12-17T07:23:40.846Z | Compiling pest_generator v2.7.14 |
475 | 2024-12-17T07:23:42.803Z | Compiling pest_derive v2.7.14 |
476 | 2024-12-17T07:23:43.508Z | Compiling dtrace-parser v0.2.0 |
477 | 2024-12-17T07:23:45.045Z | Compiling serde_tokenstream v0.2.2 |
478 | 2024-12-17T07:23:45.343Z | Compiling toml_datetime v0.6.8 |
479 | 2024-12-17T07:23:45.344Z | Compiling serde_spanned v0.6.8 |
480 | 2024-12-17T07:23:45.594Z | Compiling cargo-platform v0.1.8 |
481 | 2024-12-17T07:23:45.620Z | Compiling macaddr v1.0.1 |
482 | 2024-12-17T07:23:45.735Z | Compiling toml_edit v0.22.22 |
483 | 2024-12-17T07:23:46.039Z | Compiling camino-tempfile v1.1.1 |
484 | 2024-12-17T07:23:46.458Z | Compiling dof v0.3.0 |
485 | 2024-12-17T07:23:47.004Z | Compiling cargo_metadata v0.18.1 |
486 | 2024-12-17T07:23:47.998Z | Compiling usdt-macro v0.5.0 |
487 | 2024-12-17T07:23:48.020Z | Compiling usdt-attr-macro v0.5.0 |
488 | 2024-12-17T07:23:48.629Z | Compiling toml v0.8.19 |
489 | 2024-12-17T07:23:49.284Z | Compiling usdt v0.5.0 |
490 | 2024-12-17T07:23:49.459Z | Compiling cargo_toml v0.20.5 |
491 | 2024-12-17T07:23:52.953Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
492 | 2024-12-17T07:23:57.140Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s |
493 | 2024-12-17T07:23:57.414Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
494 | 2024-12-17T07:23:57.938Z | Downloading crates ... |
495 | 2024-12-17T07:23:58.063Z | Downloaded addr2line v0.24.2 |
496 | 2024-12-17T07:23:58.072Z | Downloaded headers-core v0.3.0 |
497 | 2024-12-17T07:23:58.075Z | Downloaded ciborium-io v0.2.2 |
498 | 2024-12-17T07:23:58.075Z | Downloaded async-stream-impl v0.3.6 |
499 | 2024-12-17T07:23:58.077Z | Downloaded heck v0.3.3 |
500 | 2024-12-17T07:23:58.080Z | Downloaded cfg_aliases v0.2.1 |
501 | 2024-12-17T07:23:58.083Z | Downloaded heapless v0.8.0 |
502 | 2024-12-17T07:23:58.087Z | Downloaded icu_provider_macros v1.5.0 |
503 | 2024-12-17T07:23:58.089Z | Downloaded hubpack_derive v0.1.1 |
504 | 2024-12-17T07:23:58.091Z | Downloaded http-body v1.0.1 |
505 | 2024-12-17T07:23:58.091Z | Downloaded atty v0.2.14 |
506 | 2024-12-17T07:23:58.094Z | Downloaded atomicwrites v0.4.4 |
507 | 2024-12-17T07:23:58.094Z | Downloaded cfg_aliases v0.1.1 |
508 | 2024-12-17T07:23:58.096Z | Downloaded http-range v0.1.5 |
509 | 2024-12-17T07:23:58.098Z | Downloaded crunchy v0.2.2 |
510 | 2024-12-17T07:23:58.103Z | Downloaded instant v0.1.13 |
511 | 2024-12-17T07:23:58.105Z | Downloaded ident_case v1.0.1 |
512 | 2024-12-17T07:23:58.108Z | Downloaded cstr-argument v0.1.2 |
513 | 2024-12-17T07:23:58.108Z | Downloaded crucible-workspace-hack v0.1.0 |
514 | 2024-12-17T07:23:58.115Z | Downloaded adler2 v2.0.0 |
515 | 2024-12-17T07:23:58.117Z | Downloaded matches v0.1.10 |
516 | 2024-12-17T07:23:58.119Z | Downloaded async-recursion v1.1.1 |
517 | 2024-12-17T07:23:58.122Z | Downloaded match_cfg v0.1.0 |
518 | 2024-12-17T07:23:58.125Z | Downloaded md5 v0.7.0 |
519 | 2024-12-17T07:23:58.127Z | Downloaded keccak v0.1.5 |
520 | 2024-12-17T07:23:58.127Z | Downloaded cexpr v0.6.0 |
521 | 2024-12-17T07:23:58.130Z | Downloaded ascii-canvas v3.0.0 |
522 | 2024-12-17T07:23:58.132Z | Downloaded httpdate v1.0.3 |
523 | 2024-12-17T07:23:58.132Z | Downloaded hostname v0.4.0 |
524 | 2024-12-17T07:23:58.134Z | Downloaded bb8 v0.8.5 |
525 | 2024-12-17T07:23:58.137Z | Downloaded inout v0.1.3 |
526 | 2024-12-17T07:23:58.138Z | Downloaded base16ct v0.2.0 |
527 | 2024-12-17T07:23:58.141Z | Downloaded aead v0.5.2 |
528 | 2024-12-17T07:23:58.141Z | Downloaded lockfree-object-pool v0.1.6 |
529 | 2024-12-17T07:23:58.143Z | Downloaded indoc v1.0.9 |
530 | 2024-12-17T07:23:58.146Z | Downloaded lru-cache v0.1.2 |
531 | 2024-12-17T07:23:58.149Z | Downloaded mime v0.3.17 |
532 | 2024-12-17T07:23:58.152Z | Downloaded lalrpop-util v0.19.12 |
533 | 2024-12-17T07:23:58.152Z | Downloaded bitflags v1.3.2 |
534 | 2024-12-17T07:23:58.155Z | Downloaded lazycell v1.3.0 |
535 | 2024-12-17T07:23:58.157Z | Downloaded colored v2.1.0 |
536 | 2024-12-17T07:23:58.160Z | Downloaded buf-list v1.0.3 |
537 | 2024-12-17T07:23:58.162Z | Downloaded lazy_static v1.5.0 |
538 | 2024-12-17T07:23:58.165Z | Downloaded hex-literal v0.4.1 |
539 | 2024-12-17T07:23:58.167Z | Downloaded hostname v0.3.1 |
540 | 2024-12-17T07:23:58.167Z | Downloaded maybe-uninit v2.0.0 |
541 | 2024-12-17T07:23:58.169Z | Downloaded md-5 v0.10.6 |
542 | 2024-12-17T07:23:58.172Z | Downloaded darling v0.20.10 |
543 | 2024-12-17T07:23:58.175Z | Downloaded idna_adapter v1.2.0 |
544 | 2024-12-17T07:23:58.178Z | Downloaded crossbeam-deque v0.8.5 |
545 | 2024-12-17T07:23:58.181Z | Downloaded bitfield-struct v0.6.2 |
546 | 2024-12-17T07:23:58.181Z | Downloaded crc-catalog v2.4.0 |
547 | 2024-12-17T07:23:58.183Z | Downloaded linked-hash-map v0.5.6 |
548 | 2024-12-17T07:23:58.186Z | Downloaded rand_chacha v0.3.1 |
549 | 2024-12-17T07:23:58.186Z | Downloaded memoffset v0.9.1 |
550 | 2024-12-17T07:23:58.188Z | Downloaded arrayvec v0.7.6 |
551 | 2024-12-17T07:23:58.192Z | Downloaded maplit v1.0.2 |
552 | 2024-12-17T07:23:58.192Z | Downloaded httparse v1.9.5 |
553 | 2024-12-17T07:23:58.195Z | Downloaded is_ci v1.2.0 |
554 | 2024-12-17T07:23:58.198Z | Downloaded litemap v0.7.3 |
555 | 2024-12-17T07:23:58.201Z | Downloaded sqlparser_derive v0.2.2 |
556 | 2024-12-17T07:23:58.204Z | Downloaded ipnet v2.10.1 |
557 | 2024-12-17T07:23:58.207Z | Downloaded lock_api v0.4.12 |
558 | 2024-12-17T07:23:58.210Z | Downloaded base64ct v1.6.0 |
559 | 2024-12-17T07:23:58.213Z | Downloaded iana-time-zone v0.1.61 |
560 | 2024-12-17T07:23:58.219Z | Downloaded sync_wrapper v1.0.1 |
561 | 2024-12-17T07:23:58.222Z | Downloaded memmap2 v0.9.5 |
562 | 2024-12-17T07:23:58.224Z | Downloaded impl-trait-for-tuples v0.2.2 |
563 | 2024-12-17T07:23:58.227Z | Downloaded crc32fast v1.4.2 |
564 | 2024-12-17T07:23:58.229Z | Downloaded zone_cfg_derive v0.1.2 |
565 | 2024-12-17T07:23:58.229Z | Downloaded async-stream v0.3.6 |
566 | 2024-12-17T07:23:58.232Z | Downloaded const_format_proc_macros v0.2.33 |
567 | 2024-12-17T07:23:58.235Z | Downloaded mime_guess v2.0.5 |
568 | 2024-12-17T07:23:58.237Z | Downloaded async-trait v0.1.83 |
569 | 2024-12-17T07:23:58.241Z | Downloaded signature v2.2.0 |
570 | 2024-12-17T07:23:58.244Z | Downloaded highway v1.2.0 |
571 | 2024-12-17T07:23:58.246Z | Downloaded ctr v0.9.2 |
572 | 2024-12-17T07:23:58.248Z | Downloaded csv-core v0.1.11 |
573 | 2024-12-17T07:23:58.251Z | Downloaded icu_normalizer v1.5.0 |
574 | 2024-12-17T07:23:58.254Z | Downloaded argon2 v0.5.3 |
575 | 2024-12-17T07:23:58.256Z | Downloaded icu_normalizer_data v1.5.0 |
576 | 2024-12-17T07:23:58.259Z | Downloaded managed v0.8.0 |
577 | 2024-12-17T07:23:58.259Z | Downloaded bcs v0.1.6 |
578 | 2024-12-17T07:23:58.262Z | Downloaded convert_case v0.4.0 |
579 | 2024-12-17T07:23:58.264Z | Downloaded toolchain_find v0.4.0 |
580 | 2024-12-17T07:23:58.264Z | Downloaded cancel-safe-futures v0.1.5 |
581 | 2024-12-17T07:23:58.267Z | Downloaded secrecy v0.8.0 |
582 | 2024-12-17T07:23:58.269Z | Downloaded downcast v0.11.0 |
583 | 2024-12-17T07:23:58.269Z | Downloaded derive_builder_macro v0.20.2 |
584 | 2024-12-17T07:23:58.271Z | Downloaded scopeguard v1.2.0 |
585 | 2024-12-17T07:23:58.273Z | Downloaded newtype_derive v0.1.6 |
586 | 2024-12-17T07:23:58.273Z | Downloaded newline-converter v0.3.0 |
587 | 2024-12-17T07:23:58.275Z | Downloaded fd-lock v4.0.2 |
588 | 2024-12-17T07:23:58.278Z | Downloaded unicode-xid v0.2.6 |
589 | 2024-12-17T07:23:58.280Z | Downloaded universal-hash v0.5.1 |
590 | 2024-12-17T07:23:58.280Z | Downloaded sqlformat v0.2.6 |
591 | 2024-12-17T07:23:58.283Z | Downloaded slog-envlogger v2.2.0 |
592 | 2024-12-17T07:23:58.286Z | Downloaded slog-json v2.6.1 |
593 | 2024-12-17T07:23:58.288Z | Downloaded russh-cryptovec v0.7.3 |
594 | 2024-12-17T07:23:58.288Z | Downloaded which v4.4.2 |
595 | 2024-12-17T07:23:58.291Z | Downloaded console v0.15.8 |
596 | 2024-12-17T07:23:58.293Z | Downloaded fixedbitset v0.4.2 |
597 | 2024-12-17T07:23:58.296Z | Downloaded crossbeam-epoch v0.9.18 |
598 | 2024-12-17T07:23:58.299Z | Downloaded rustc-demangle v0.1.24 |
599 | 2024-12-17T07:23:58.301Z | Downloaded const-oid v0.9.6 |
600 | 2024-12-17T07:23:58.304Z | Downloaded clang-sys v1.8.1 |
601 | 2024-12-17T07:23:58.306Z | Downloaded indicatif v0.17.9 |
602 | 2024-12-17T07:23:58.310Z | Downloaded crc-any v2.5.0 |
603 | 2024-12-17T07:23:58.312Z | Downloaded crossbeam-utils v0.8.20 |
604 | 2024-12-17T07:23:58.316Z | Downloaded icu_locid v1.5.0 |
605 | 2024-12-17T07:23:58.321Z | Downloaded progenitor-client v0.8.0 |
606 | 2024-12-17T07:23:58.324Z | Downloaded ghash v0.5.1 |
607 | 2024-12-17T07:23:58.324Z | Downloaded flagset v0.4.6 |
608 | 2024-12-17T07:23:58.327Z | Downloaded tinystr v0.7.6 |
609 | 2024-12-17T07:23:58.329Z | Downloaded nibble_vec v0.1.0 |
610 | 2024-12-17T07:23:58.332Z | Downloaded olpc-cjson v0.1.4 |
611 | 2024-12-17T07:23:58.332Z | Downloaded icu_properties v1.5.1 |
612 | 2024-12-17T07:23:58.334Z | Downloaded tinyvec_macros v0.1.1 |
613 | 2024-12-17T07:23:58.336Z | Downloaded icu_provider v1.5.0 |
614 | 2024-12-17T07:23:58.339Z | Downloaded wait-timeout v0.2.0 |
615 | 2024-12-17T07:23:58.342Z | Downloaded percent-encoding v2.3.1 |
616 | 2024-12-17T07:23:58.345Z | Downloaded heapless v0.7.17 |
617 | 2024-12-17T07:23:58.347Z | Downloaded rand_xorshift v0.3.0 |
618 | 2024-12-17T07:23:58.347Z | Downloaded strum v0.26.3 |
619 | 2024-12-17T07:23:58.350Z | Downloaded rand_seeder v0.3.0 |
620 | 2024-12-17T07:23:58.352Z | Downloaded ff v0.13.0 |
621 | 2024-12-17T07:23:58.352Z | Downloaded ahash v0.8.11 |
622 | 2024-12-17T07:23:58.355Z | Downloaded group v0.13.0 |
623 | 2024-12-17T07:23:58.358Z | Downloaded newtype-uuid v1.1.3 |
624 | 2024-12-17T07:23:58.361Z | Downloaded hyper-util v0.1.10 |
625 | 2024-12-17T07:23:58.364Z | Downloaded base64 v0.13.1 |
626 | 2024-12-17T07:23:58.368Z | Downloaded chacha20poly1305 v0.10.1 |
627 | 2024-12-17T07:23:58.370Z | Downloaded hickory-server v0.24.1 |
628 | 2024-12-17T07:23:58.376Z | Downloaded darling_macro v0.20.10 |
629 | 2024-12-17T07:23:58.379Z | Downloaded bytes v1.8.0 |
630 | 2024-12-17T07:23:58.382Z | Downloaded serde-hex v0.1.0 |
631 | 2024-12-17T07:23:58.385Z | Downloaded progenitor-impl v0.8.0 |
632 | 2024-12-17T07:23:58.390Z | Downloaded quick-error v1.2.3 |
633 | 2024-12-17T07:23:58.391Z | Downloaded signal-hook-mio v0.2.4 |
634 | 2024-12-17T07:23:58.391Z | Downloaded rand_core v0.6.4 |
635 | 2024-12-17T07:23:58.394Z | Downloaded pem v3.0.4 |
636 | 2024-12-17T07:23:58.394Z | Downloaded precomputed-hash v0.1.1 |
637 | 2024-12-17T07:23:58.394Z | Downloaded endian-type v0.1.2 |
638 | 2024-12-17T07:23:58.397Z | Downloaded slog-async v2.8.0 |
639 | 2024-12-17T07:23:58.397Z | Downloaded num-conv v0.1.0 |
640 | 2024-12-17T07:23:58.400Z | Downloaded utf16_iter v1.0.5 |
641 | 2024-12-17T07:23:58.400Z | Downloaded utf-8 v0.7.6 |
642 | 2024-12-17T07:23:58.400Z | Downloaded pkcs8 v0.10.2 |
643 | 2024-12-17T07:23:58.402Z | Downloaded radium v0.7.0 |
644 | 2024-12-17T07:23:58.404Z | Downloaded derive_more v0.99.18 |
645 | 2024-12-17T07:23:58.408Z | Downloaded password-hash v0.5.0 |
646 | 2024-12-17T07:23:58.410Z | Downloaded http v1.1.0 |
647 | 2024-12-17T07:23:58.414Z | Downloaded derive_builder_core v0.20.2 |
648 | 2024-12-17T07:23:58.417Z | Downloaded signal-hook v0.3.17 |
649 | 2024-12-17T07:23:58.420Z | Downloaded filetime v0.2.25 |
650 | 2024-12-17T07:23:58.422Z | Downloaded fallible-streaming-iterator v0.1.9 |
651 | 2024-12-17T07:23:58.425Z | Downloaded icu_collections v1.5.0 |
652 | 2024-12-17T07:23:58.430Z | Downloaded defmt-parser v0.3.4 |
653 | 2024-12-17T07:23:58.432Z | Downloaded ssh-encoding v0.2.0 |
654 | 2024-12-17T07:23:58.434Z | Downloaded rustls-pemfile v2.2.0 |
655 | 2024-12-17T07:23:58.438Z | Downloaded data-encoding v2.6.0 |
656 | 2024-12-17T07:23:58.438Z | Downloaded enum-as-inner v0.5.1 |
657 | 2024-12-17T07:23:58.440Z | Downloaded debug-ignore v1.0.5 |
658 | 2024-12-17T07:23:58.440Z | Downloaded cc v1.1.30 |
659 | 2024-12-17T07:23:58.444Z | Downloaded sigpipe v0.1.3 |
660 | 2024-12-17T07:23:58.446Z | Downloaded hash32 v0.3.1 |
661 | 2024-12-17T07:23:58.449Z | Downloaded hash32 v0.2.1 |
662 | 2024-12-17T07:23:58.449Z | Downloaded compact_str v0.8.0 |
663 | 2024-12-17T07:23:58.452Z | Downloaded powerfmt v0.2.0 |
664 | 2024-12-17T07:23:58.455Z | Downloaded packed_struct_codegen v0.10.1 |
665 | 2024-12-17T07:23:58.457Z | Downloaded tokio-rustls v0.24.1 |
666 | 2024-12-17T07:23:58.460Z | Downloaded utf8_iter v1.0.4 |
667 | 2024-12-17T07:23:58.460Z | Downloaded pem-rfc7468 v0.7.0 |
668 | 2024-12-17T07:23:58.462Z | Downloaded test-strategy v0.3.1 |
669 | 2024-12-17T07:23:58.465Z | Downloaded minimal-lexical v0.2.1 |
670 | 2024-12-17T07:23:58.470Z | Downloaded prettyplease v0.2.25 |
671 | 2024-12-17T07:23:58.474Z | Downloaded fragile v2.0.0 |
672 | 2024-12-17T07:23:58.476Z | Downloaded rustc-hash v2.0.0 |
673 | 2024-12-17T07:23:58.479Z | Downloaded rustc-hash v1.1.0 |
674 | 2024-12-17T07:23:58.479Z | Downloaded num-integer v0.1.46 |
675 | 2024-12-17T07:23:58.491Z | Downloaded sha1 v0.10.6 |
676 | 2024-12-17T07:23:58.493Z | Downloaded derive_builder v0.20.2 |
677 | 2024-12-17T07:23:58.498Z | Downloaded yoke-derive v0.7.4 |
678 | 2024-12-17T07:23:58.500Z | Downloaded foreign-types-shared v0.3.1 |
679 | 2024-12-17T07:23:58.503Z | Downloaded diesel_table_macro_syntax v0.2.0 |
680 | 2024-12-17T07:23:58.503Z | Downloaded slog-stdlog v4.1.1 |
681 | 2024-12-17T07:23:58.505Z | Downloaded phf_codegen v0.11.2 |
682 | 2024-12-17T07:23:58.505Z | Downloaded packed_struct v0.10.1 |
683 | 2024-12-17T07:23:58.508Z | Downloaded oso-derive v0.27.3 |
684 | 2024-12-17T07:23:58.510Z | Downloaded strum_macros v0.26.4 |
685 | 2024-12-17T07:23:58.511Z | Downloaded serde_with_macros v3.11.0 |
686 | 2024-12-17T07:23:58.514Z | Downloaded miniz_oxide v0.8.0 |
687 | 2024-12-17T07:23:58.517Z | Downloaded postgres-types v0.2.8 |
688 | 2024-12-17T07:23:58.519Z | Downloaded bumpalo v3.16.0 |
689 | 2024-12-17T07:23:58.522Z | Downloaded libm v0.2.8 |
690 | 2024-12-17T07:23:58.532Z | Downloaded libxml v0.3.3 |
691 | 2024-12-17T07:23:58.539Z | Downloaded serde-big-array v0.5.1 |
692 | 2024-12-17T07:23:58.542Z | Downloaded pretty-hex v0.2.1 |
693 | 2024-12-17T07:23:58.544Z | Downloaded base64 v0.22.1 |
694 | 2024-12-17T07:23:58.547Z | Downloaded env_filter v0.1.2 |
695 | 2024-12-17T07:23:58.549Z | Downloaded tls_codec_derive v0.4.1 |
696 | 2024-12-17T07:23:58.552Z | Downloaded take_mut v0.2.2 |
697 | 2024-12-17T07:23:58.552Z | Downloaded futures-sink v0.3.31 |
698 | 2024-12-17T07:23:58.554Z | Downloaded getrandom v0.2.15 |
699 | 2024-12-17T07:23:58.557Z | Downloaded nanorand v0.7.0 |
700 | 2024-12-17T07:23:58.559Z | Downloaded write16 v1.0.0 |
701 | 2024-12-17T07:23:58.561Z | Downloaded half v2.4.1 |
702 | 2024-12-17T07:23:58.564Z | Downloaded multimap v0.10.0 |
703 | 2024-12-17T07:23:58.566Z | Downloaded thiserror-impl v2.0.3 |
704 | 2024-12-17T07:23:58.568Z | Downloaded pkcs5 v0.7.1 |
705 | 2024-12-17T07:23:58.571Z | Downloaded value-bag v1.9.0 |
706 | 2024-12-17T07:23:58.574Z | Downloaded typify-macro v0.2.0 |
707 | 2024-12-17T07:23:58.576Z | Downloaded futures-macro v0.3.31 |
708 | 2024-12-17T07:23:58.576Z | Downloaded futures-executor v0.3.31 |
709 | 2024-12-17T07:23:58.579Z | Downloaded openssl-macros v0.1.1 |
710 | 2024-12-17T07:23:58.581Z | Downloaded proc-macro-crate v1.3.1 |
711 | 2024-12-17T07:23:58.582Z | Downloaded primeorder v0.13.6 |
712 | 2024-12-17T07:23:58.584Z | Downloaded postgres-protocol v0.6.7 |
713 | 2024-12-17T07:23:58.587Z | Downloaded postcard v1.0.10 |
714 | 2024-12-17T07:23:58.589Z | Downloaded base64 v0.21.7 |
715 | 2024-12-17T07:23:58.592Z | Downloaded pin-project-internal v1.1.6 |
716 | 2024-12-17T07:23:58.595Z | Downloaded ron v0.7.1 |
717 | 2024-12-17T07:23:58.600Z | Downloaded futures-core v0.3.31 |
718 | 2024-12-17T07:23:58.602Z | Downloaded number_prefix v0.4.0 |
719 | 2024-12-17T07:23:58.604Z | Downloaded phf_shared v0.10.0 |
720 | 2024-12-17T07:23:58.604Z | Downloaded spin v0.5.2 |
721 | 2024-12-17T07:23:58.607Z | Downloaded num_threads v0.1.7 |
722 | 2024-12-17T07:23:58.609Z | Downloaded signal-hook-tokio v0.3.1 |
723 | 2024-12-17T07:23:58.609Z | Downloaded phf_shared v0.11.2 |
724 | 2024-12-17T07:23:58.612Z | Downloaded shell-words v1.1.0 |
725 | 2024-12-17T07:23:58.612Z | Downloaded predicates-core v1.0.8 |
726 | 2024-12-17T07:23:58.615Z | Downloaded phf v0.11.2 |
727 | 2024-12-17T07:23:58.615Z | Downloaded env_logger v0.10.2 |
728 | 2024-12-17T07:23:58.618Z | Downloaded tap v1.0.1 |
729 | 2024-12-17T07:23:58.620Z | Downloaded predicates-tree v1.0.11 |
730 | 2024-12-17T07:23:58.622Z | Downloaded owo-colors v4.1.0 |
731 | 2024-12-17T07:23:58.625Z | Downloaded try-lock v0.2.5 |
732 | 2024-12-17T07:23:58.628Z | Downloaded thiserror-impl-no-std v2.0.2 |
733 | 2024-12-17T07:23:58.628Z | Downloaded url v2.5.3 |
734 | 2024-12-17T07:23:58.631Z | Downloaded futures-io v0.3.31 |
735 | 2024-12-17T07:23:58.633Z | Downloaded opaque-debug v0.3.1 |
736 | 2024-12-17T07:23:58.633Z | Downloaded thiserror v2.0.3 |
737 | 2024-12-17T07:23:58.640Z | Downloaded zone_cfg_derive v0.3.0 |
738 | 2024-12-17T07:23:58.643Z | Downloaded itertools v0.13.0 |
739 | 2024-12-17T07:23:58.649Z | Downloaded dirs-sys-next v0.1.2 |
740 | 2024-12-17T07:23:58.651Z | Downloaded aes v0.8.4 |
741 | 2024-12-17T07:23:58.654Z | Downloaded headers v0.4.0 |
742 | 2024-12-17T07:23:58.660Z | Downloaded path-slash v0.1.5 |
743 | 2024-12-17T07:23:58.663Z | Downloaded env_logger v0.11.5 |
744 | 2024-12-17T07:23:58.665Z | Downloaded diff v0.1.13 |
745 | 2024-12-17T07:23:58.668Z | Downloaded pin-utils v0.1.0 |
746 | 2024-12-17T07:23:58.671Z | Downloaded tungstenite v0.23.0 |
747 | 2024-12-17T07:23:58.674Z | Downloaded openssl-probe v0.1.5 |
748 | 2024-12-17T07:23:58.676Z | Downloaded rustfmt-wrapper v0.2.1 |
749 | 2024-12-17T07:23:58.679Z | Downloaded zerovec-derive v0.10.3 |
750 | 2024-12-17T07:23:58.679Z | Downloaded foreign-types-shared v0.1.1 |
751 | 2024-12-17T07:23:58.682Z | Downloaded der v0.7.9 |
752 | 2024-12-17T07:23:58.685Z | Downloaded num-iter v0.1.45 |
753 | 2024-12-17T07:23:58.688Z | Downloaded static_assertions v1.1.0 |
754 | 2024-12-17T07:23:58.690Z | Downloaded predicates v3.1.2 |
755 | 2024-12-17T07:23:58.693Z | Downloaded displaydoc v0.2.5 |
756 | 2024-12-17T07:23:58.695Z | Downloaded rand v0.8.5 |
757 | 2024-12-17T07:23:58.699Z | Downloaded new_debug_unreachable v1.0.6 |
758 | 2024-12-17T07:23:58.702Z | Downloaded zip v2.1.3 |
759 | 2024-12-17T07:23:58.705Z | Downloaded zerofrom v0.1.4 |
760 | 2024-12-17T07:23:58.708Z | Downloaded glob v0.3.1 |
761 | 2024-12-17T07:23:58.708Z | Downloaded termcolor v1.4.1 |
762 | 2024-12-17T07:23:58.711Z | Downloaded structmeta-derive v0.2.0 |
763 | 2024-12-17T07:23:58.711Z | Downloaded tokio-tungstenite v0.24.0 |
764 | 2024-12-17T07:23:58.713Z | Downloaded hkdf v0.12.4 |
765 | 2024-12-17T07:23:58.716Z | Downloaded rustls-pki-types v1.10.0 |
766 | 2024-12-17T07:23:58.719Z | Downloaded yasna v0.5.2 |
767 | 2024-12-17T07:23:58.723Z | Downloaded p256 v0.13.2 |
768 | 2024-12-17T07:23:58.725Z | Downloaded snafu-derive v0.8.5 |
769 | 2024-12-17T07:23:58.728Z | Downloaded structmeta v0.2.0 |
770 | 2024-12-17T07:23:58.731Z | Downloaded similar v2.6.0 |
771 | 2024-12-17T07:23:58.733Z | Downloaded polyval v0.6.2 |
772 | 2024-12-17T07:23:58.735Z | Downloaded rfc6979 v0.4.0 |
773 | 2024-12-17T07:23:58.738Z | Downloaded hashbrown v0.13.2 |
774 | 2024-12-17T07:23:58.742Z | Downloaded termios v0.3.3 |
775 | 2024-12-17T07:23:58.744Z | Downloaded either v1.13.0 |
776 | 2024-12-17T07:23:58.746Z | Downloaded time-core v0.1.2 |
777 | 2024-12-17T07:23:58.748Z | Downloaded ed25519 v2.2.3 |
778 | 2024-12-17T07:23:58.751Z | Downloaded thiserror-no-std v2.0.2 |
779 | 2024-12-17T07:23:58.753Z | Downloaded dhcproto-macros v0.1.0 |
780 | 2024-12-17T07:23:58.755Z | Downloaded schemars_derive v0.8.21 |
781 | 2024-12-17T07:23:58.758Z | Downloaded parse-size v1.1.0 |
782 | 2024-12-17T07:23:58.758Z | Downloaded smf v0.2.3 |
783 | 2024-12-17T07:23:58.760Z | Downloaded slog-term v2.9.1 |
784 | 2024-12-17T07:23:58.763Z | Downloaded tungstenite v0.21.0 |
785 | 2024-12-17T07:23:58.765Z | Downloaded psl-types v2.0.11 |
786 | 2024-12-17T07:23:58.767Z | Downloaded diesel-dtrace v0.4.2 |
787 | 2024-12-17T07:23:58.770Z | Downloaded hashlink v0.9.1 |
788 | 2024-12-17T07:23:58.773Z | Downloaded xattr v1.3.1 |
789 | 2024-12-17T07:23:58.775Z | Downloaded tokio-tungstenite v0.23.1 |
790 | 2024-12-17T07:23:58.777Z | Downloaded globset v0.4.15 |
791 | 2024-12-17T07:23:58.780Z | Downloaded progenitor-macro v0.8.0 |
792 | 2024-12-17T07:23:58.780Z | Downloaded pin-project-lite v0.2.14 |
793 | 2024-12-17T07:23:58.784Z | Downloaded float-cmp v0.9.0 |
794 | 2024-12-17T07:23:58.786Z | Downloaded semver v0.1.20 |
795 | 2024-12-17T07:23:58.789Z | Downloaded socket2 v0.5.7 |
796 | 2024-12-17T07:23:58.792Z | Downloaded crossterm v0.28.1 |
797 | 2024-12-17T07:23:58.797Z | Downloaded tls_codec v0.4.1 |
798 | 2024-12-17T07:23:58.799Z | Downloaded normalize-line-endings v0.3.0 |
799 | 2024-12-17T07:23:58.802Z | Downloaded rpassword v7.3.1 |
800 | 2024-12-17T07:23:58.802Z | Downloaded ssh-key v0.6.6 |
801 | 2024-12-17T07:23:58.809Z | Downloaded float-ord v0.3.2 |
802 | 2024-12-17T07:23:58.812Z | Downloaded mockall v0.13.0 |
803 | 2024-12-17T07:23:58.814Z | Downloaded pbkdf2 v0.12.2 |
804 | 2024-12-17T07:23:58.814Z | Downloaded ecdsa v0.16.9 |
805 | 2024-12-17T07:23:58.818Z | Downloaded want v0.3.1 |
806 | 2024-12-17T07:23:58.818Z | Downloaded waitgroup v0.1.2 |
807 | 2024-12-17T07:23:58.821Z | Downloaded vte_generate_state_changes v0.1.2 |
808 | 2024-12-17T07:23:58.821Z | Downloaded rustc_version v0.4.1 |
809 | 2024-12-17T07:23:58.821Z | Downloaded rustc_version v0.1.7 |
810 | 2024-12-17T07:23:58.821Z | Downloaded progenitor v0.8.0 |
811 | 2024-12-17T07:23:58.824Z | Downloaded ron v0.8.1 |
812 | 2024-12-17T07:23:58.828Z | Downloaded pin-project v1.1.6 |
813 | 2024-12-17T07:23:58.841Z | Downloaded dyn-clone v1.0.17 |
814 | 2024-12-17T07:23:58.843Z | Downloaded fxhash v0.2.1 |
815 | 2024-12-17T07:23:58.846Z | Downloaded vergen v8.3.2 |
816 | 2024-12-17T07:23:58.849Z | Downloaded vsss-rs v3.3.4 |
817 | 2024-12-17T07:23:58.851Z | Downloaded string_cache v0.8.7 |
818 | 2024-12-17T07:23:58.851Z | Downloaded peg v0.8.4 |
819 | 2024-12-17T07:23:58.855Z | Downloaded diesel_derives v2.2.3 |
820 | 2024-12-17T07:23:58.859Z | Downloaded mirai-annotations v1.12.0 |
821 | 2024-12-17T07:23:58.862Z | Downloaded time-macros v0.2.18 |
822 | 2024-12-17T07:23:58.865Z | Downloaded tracing-core v0.1.32 |
823 | 2024-12-17T07:23:58.867Z | Downloaded reqwest v0.12.9 |
824 | 2024-12-17T07:23:58.875Z | Downloaded peg-runtime v0.8.3 |
825 | 2024-12-17T07:23:58.879Z | Downloaded wyz v0.5.1 |
826 | 2024-12-17T07:23:58.881Z | Downloaded phf_generator v0.11.2 |
827 | 2024-12-17T07:23:58.881Z | Downloaded foreign-types v0.3.2 |
828 | 2024-12-17T07:23:58.882Z | Downloaded fallible-iterator v0.2.0 |
829 | 2024-12-17T07:23:58.882Z | Downloaded num_enum v0.5.11 |
830 | 2024-12-17T07:23:58.886Z | Downloaded structmeta-derive v0.3.0 |
831 | 2024-12-17T07:23:58.889Z | Downloaded des v0.8.1 |
832 | 2024-12-17T07:23:58.891Z | Downloaded unicode-segmentation v1.12.0 |
833 | 2024-12-17T07:23:58.893Z | Downloaded sync-ptr v0.1.1 |
834 | 2024-12-17T07:23:58.896Z | Downloaded dunce v1.0.5 |
835 | 2024-12-17T07:23:58.896Z | Downloaded writeable v0.5.5 |
836 | 2024-12-17T07:23:58.898Z | Downloaded serde_repr v0.1.19 |
837 | 2024-12-17T07:23:58.901Z | Downloaded native-tls v0.2.12 |
838 | 2024-12-17T07:23:58.903Z | Downloaded gethostname v0.5.0 |
839 | 2024-12-17T07:23:58.903Z | Downloaded h2 v0.4.6 |
840 | 2024-12-17T07:23:58.910Z | Downloaded foldhash v0.1.3 |
841 | 2024-12-17T07:23:58.913Z | Downloaded fallible-iterator v0.3.0 |
842 | 2024-12-17T07:23:58.913Z | Downloaded dropshot_endpoint v0.15.1 |
843 | 2024-12-17T07:23:58.916Z | Downloaded shlex v1.3.0 |
844 | 2024-12-17T07:23:58.919Z | Downloaded peg-macros v0.8.4 |
845 | 2024-12-17T07:23:58.921Z | Downloaded hashbrown v0.14.5 |
846 | 2024-12-17T07:23:58.926Z | Downloaded nodrop v0.1.14 |
847 | 2024-12-17T07:23:58.929Z | Downloaded signal-hook-registry v1.4.2 |
848 | 2024-12-17T07:23:58.929Z | Downloaded serde_derive_internals v0.29.1 |
849 | 2024-12-17T07:23:58.932Z | Downloaded winnow v0.5.40 |
850 | 2024-12-17T07:23:58.939Z | Downloaded deranged v0.3.11 |
851 | 2024-12-17T07:23:58.942Z | Downloaded paste v1.0.15 |
852 | 2024-12-17T07:23:58.944Z | Downloaded tui-tree-widget v0.22.0 |
853 | 2024-12-17T07:23:58.947Z | Downloaded tokio-rustls v0.25.0 |
854 | 2024-12-17T07:23:58.950Z | Downloaded poly1305 v0.8.0 |
855 | 2024-12-17T07:23:58.953Z | Downloaded ref-cast-impl v1.0.23 |
856 | 2024-12-17T07:23:58.953Z | Downloaded icu_properties_data v1.5.0 |
857 | 2024-12-17T07:23:58.962Z | Downloaded twox-hash v1.6.3 |
858 | 2024-12-17T07:23:58.965Z | Downloaded structmeta v0.3.0 |
859 | 2024-12-17T07:23:58.967Z | Downloaded stable_deref_trait v1.2.0 |
860 | 2024-12-17T07:23:58.967Z | Downloaded r2d2 v0.8.10 |
861 | 2024-12-17T07:23:58.970Z | Downloaded serde_path_to_error v0.1.16 |
862 | 2024-12-17T07:23:58.970Z | Downloaded walkdir v2.5.0 |
863 | 2024-12-17T07:23:58.973Z | Downloaded tokio-tungstenite v0.21.0 |
864 | 2024-12-17T07:23:58.975Z | Downloaded tinyvec v1.8.0 |
865 | 2024-12-17T07:23:58.978Z | Downloaded serde_urlencoded v0.7.1 |
866 | 2024-12-17T07:23:58.980Z | Downloaded term v0.7.0 |
867 | 2024-12-17T07:23:58.983Z | Downloaded nu-ansi-term v0.50.1 |
868 | 2024-12-17T07:23:58.985Z | Downloaded dhcproto v0.12.0 |
869 | 2024-12-17T07:23:58.988Z | Downloaded lalrpop v0.19.12 |
870 | 2024-12-17T07:23:59.001Z | Downloaded spin v0.9.8 |
871 | 2024-12-17T07:23:59.004Z | Downloaded enum-as-inner v0.6.1 |
872 | 2024-12-17T07:23:59.006Z | Downloaded russh v0.45.0 |
873 | 2024-12-17T07:23:59.010Z | Downloaded derive-where v1.2.7 |
874 | 2024-12-17T07:23:59.014Z | Downloaded mockall_derive v0.13.0 |
875 | 2024-12-17T07:23:59.016Z | Downloaded stringprep v0.1.5 |
876 | 2024-12-17T07:23:59.020Z | Downloaded num-complex v0.4.6 |
877 | 2024-12-17T07:23:59.023Z | Downloaded elliptic-curve v0.13.8 |
878 | 2024-12-17T07:23:59.026Z | Downloaded schemars v0.8.21 |
879 | 2024-12-17T07:23:59.036Z | Downloaded parking_lot_core v0.9.10 |
880 | 2024-12-17T07:23:59.039Z | Downloaded p521 v0.13.3 |
881 | 2024-12-17T07:23:59.042Z | Downloaded subprocess v0.2.9 |
882 | 2024-12-17T07:23:59.045Z | Downloaded quinn v0.11.5 |
883 | 2024-12-17T07:23:59.049Z | Downloaded num-traits v0.2.19 |
884 | 2024-12-17T07:23:59.052Z | Downloaded zopfli v0.8.1 |
885 | 2024-12-17T07:23:59.054Z | Downloaded ed25519-dalek v2.1.1 |
886 | 2024-12-17T07:23:59.058Z | Downloaded unicode-bidi v0.3.17 |
887 | 2024-12-17T07:23:59.060Z | Downloaded rayon v1.10.0 |
888 | 2024-12-17T07:23:59.070Z | Downloaded parking_lot v0.12.3 |
889 | 2024-12-17T07:23:59.073Z | Downloaded rsa v0.9.6 |
890 | 2024-12-17T07:23:59.077Z | Downloaded sqlparser v0.45.0 |
891 | 2024-12-17T07:23:59.084Z | Downloaded rayon-core v1.12.1 |
892 | 2024-12-17T07:23:59.088Z | Downloaded snafu v0.8.5 |
893 | 2024-12-17T07:23:59.094Z | Downloaded idna v0.3.0 |
894 | 2024-12-17T07:23:59.101Z | Downloaded flume v0.11.1 |
895 | 2024-12-17T07:23:59.105Z | Downloaded x509-cert v0.2.5 |
896 | 2024-12-17T07:23:59.112Z | Downloaded darling_core v0.20.10 |
897 | 2024-12-17T07:23:59.117Z | Downloaded bindgen v0.69.5 |
898 | 2024-12-17T07:23:59.124Z | Downloaded idna v0.4.0 |
899 | 2024-12-17T07:23:59.132Z | Downloaded mio v1.0.2 |
900 | 2024-12-17T07:23:59.138Z | Downloaded parse-zoneinfo v0.3.1 |
901 | 2024-12-17T07:23:59.141Z | Downloaded unicode-normalization v0.1.24 |
902 | 2024-12-17T07:23:59.144Z | Downloaded quinn-proto v0.11.8 |
903 | 2024-12-17T07:23:59.151Z | Downloaded steno v0.4.1 |
904 | 2024-12-17T07:23:59.156Z | Downloaded zerovec v0.10.4 |
905 | 2024-12-17T07:23:59.162Z | Downloaded rustls-webpki v0.101.7 |
906 | 2024-12-17T07:23:59.177Z | Downloaded zerocopy v0.8.10 |
907 | 2024-12-17T07:23:59.202Z | Downloaded typed-path v0.9.3 |
908 | 2024-12-17T07:23:59.207Z | Downloaded rustyline v14.0.0 |
909 | 2024-12-17T07:23:59.214Z | Downloaded nom v7.1.3 |
910 | 2024-12-17T07:23:59.219Z | Downloaded portable-atomic v1.9.0 |
911 | 2024-12-17T07:23:59.227Z | Downloaded num-bigint-dig v0.8.4 |
912 | 2024-12-17T07:23:59.232Z | Downloaded p384 v0.13.0 |
913 | 2024-12-17T07:23:59.238Z | Downloaded idna v0.5.0 |
914 | 2024-12-17T07:23:59.246Z | Downloaded salty v0.3.0 |
915 | 2024-12-17T07:23:59.253Z | Downloaded polar-core v0.27.3 |
916 | 2024-12-17T07:23:59.262Z | Downloaded expectorate v1.1.0 |
917 | 2024-12-17T07:23:59.264Z | Downloaded curve25519-dalek v4.1.3 |
918 | 2024-12-17T07:23:59.273Z | Downloaded reedline v0.35.0 |
919 | 2024-12-17T07:23:59.282Z | Downloaded nix v0.27.1 |
920 | 2024-12-17T07:23:59.293Z | Downloaded rustls-webpki v0.102.8 |
921 | 2024-12-17T07:23:59.312Z | Downloaded futures-util v0.3.31 |
922 | 2024-12-17T07:23:59.324Z | Downloaded git2 v0.19.0 |
923 | 2024-12-17T07:23:59.332Z | Downloaded regex-syntax v0.6.29 |
924 | 2024-12-17T07:23:59.340Z | Downloaded chrono-tz v0.10.0 |
925 | 2024-12-17T07:23:59.348Z | Downloaded unicode-width v0.2.0 |
926 | 2024-12-17T07:23:59.354Z | Downloaded dropshot v0.15.1 |
927 | 2024-12-17T07:23:59.376Z | Downloaded quick-xml v0.33.0 |
928 | 2024-12-17T07:23:59.382Z | Downloaded regex-syntax v0.8.5 |
929 | 2024-12-17T07:23:59.390Z | Downloaded rustls v0.21.12 |
930 | 2024-12-17T07:23:59.402Z | Downloaded regex v1.11.1 |
931 | 2024-12-17T07:23:59.415Z | Downloaded smoltcp v0.9.1 |
932 | 2024-12-17T07:23:59.426Z | Downloaded gimli v0.31.1 |
933 | 2024-12-17T07:23:59.435Z | Downloaded rustls v0.22.4 |
934 | 2024-12-17T07:23:59.448Z | Downloaded nix v0.29.0 |
935 | 2024-12-17T07:23:59.462Z | Downloaded object v0.36.5 |
936 | 2024-12-17T07:23:59.474Z | Downloaded vcpkg v0.2.15 |
937 | 2024-12-17T07:23:59.513Z | Downloaded smoltcp v0.11.0 |
938 | 2024-12-17T07:23:59.525Z | Downloaded diesel v2.2.6 |
939 | 2024-12-17T07:23:59.545Z | Downloaded openapiv3 v2.0.0 |
940 | 2024-12-17T07:23:59.556Z | Downloaded trust-dns-proto v0.22.0 |
941 | 2024-12-17T07:23:59.568Z | Downloaded sled v0.34.7 |
942 | 2024-12-17T07:23:59.580Z | Downloaded bstr v1.10.0 |
943 | 2024-12-17T07:23:59.591Z | Downloaded zerocopy-derive v0.6.6 |
944 | 2024-12-17T07:23:59.600Z | Downloaded ratatui v0.28.1 |
945 | 2024-12-17T07:23:59.621Z | Downloaded rustls v0.23.19 |
946 | 2024-12-17T07:23:59.632Z | Downloaded regress v0.10.1 |
947 | 2024-12-17T07:23:59.641Z | Downloaded regress v0.9.1 |
948 | 2024-12-17T07:23:59.650Z | Downloaded typify-impl v0.2.0 |
949 | 2024-12-17T07:23:59.666Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
950 | 2024-12-17T07:23:59.680Z | Downloaded hickory-proto v0.24.1 |
951 | 2024-12-17T07:23:59.695Z | Downloaded lzma-sys v0.1.20 |
952 | 2024-12-17T07:23:59.723Z | Downloaded proptest v1.5.0 |
953 | 2024-12-17T07:23:59.731Z | Downloaded regex-automata v0.4.8 |
954 | 2024-12-17T07:23:59.748Z | Downloaded webpki-roots v0.26.6 |
955 | 2024-12-17T07:23:59.751Z | Downloaded openssl v0.10.66 |
956 | 2024-12-17T07:23:59.761Z | Downloaded nix v0.28.0 |
957 | 2024-12-17T07:23:59.772Z | Downloaded dropshot v0.12.0 |
958 | 2024-12-17T07:23:59.791Z | Downloaded petname v2.0.2 |
959 | 2024-12-17T07:23:59.797Z | Downloaded radix_trie v0.2.1 |
960 | 2024-12-17T07:23:59.802Z | Downloaded object v0.30.4 |
961 | 2024-12-17T07:23:59.811Z | Downloaded petgraph v0.6.5 |
962 | 2024-12-17T07:23:59.829Z | Downloaded libz-sys v1.1.20 |
963 | 2024-12-17T07:23:59.849Z | Downloaded rusqlite v0.32.1 |
964 | 2024-12-17T07:23:59.856Z | Downloaded tokio v1.42.0 |
965 | 2024-12-17T07:23:59.893Z | Downloaded csv v1.3.0 |
966 | 2024-12-17T07:23:59.914Z | Downloaded qorb v0.2.1 |
967 | 2024-12-17T07:23:59.918Z | Downloaded serde_with v3.11.0 |
968 | 2024-12-17T07:23:59.926Z | Downloaded idna v0.2.3 |
969 | 2024-12-17T07:23:59.932Z | Downloaded sha3 v0.10.8 |
970 | 2024-12-17T07:23:59.937Z | Downloaded chrono v0.4.38 |
971 | 2024-12-17T07:23:59.944Z | Downloaded bitvec v1.0.1 |
972 | 2024-12-17T07:23:59.959Z | Downloaded aws-lc-rs v1.10.0 |
973 | 2024-12-17T07:23:59.968Z | Downloaded tokio-stream v0.1.16 |
974 | 2024-12-17T07:23:59.972Z | Downloaded rcgen v0.12.1 |
975 | 2024-12-17T07:23:59.974Z | Downloaded blake3 v1.5.4 |
976 | 2024-12-17T07:23:59.982Z | Downloaded time v0.3.36 |
977 | 2024-12-17T07:23:59.988Z | Downloaded num-rational v0.4.2 |
978 | 2024-12-17T07:23:59.991Z | Downloaded multer v3.1.0 |
979 | 2024-12-17T07:23:59.994Z | Downloaded oso v0.27.3 |
980 | 2024-12-17T07:23:59.996Z | Downloaded rusty-fork v0.3.0 |
981 | 2024-12-17T07:23:59.998Z | Downloaded uuid v1.11.0 |
982 | 2024-12-17T07:24:00.001Z | Downloaded num-bigint v0.4.6 |
983 | 2024-12-17T07:24:00.005Z | Downloaded unarray v0.1.4 |
984 | 2024-12-17T07:24:00.008Z | Downloaded zip v0.6.6 |
985 | 2024-12-17T07:24:00.011Z | Downloaded unicase v2.7.0 |
986 | 2024-12-17T07:24:00.013Z | Downloaded tokio-rustls v0.26.0 |
987 | 2024-12-17T07:24:00.013Z | Downloaded smallvec v1.13.2 |
988 | 2024-12-17T07:24:00.016Z | Downloaded tokio-util v0.7.12 |
989 | 2024-12-17T07:24:00.022Z | Downloaded rtoolbox v0.0.2 |
990 | 2024-12-17T07:24:00.025Z | Downloaded quinn-udp v0.5.5 |
991 | 2024-12-17T07:24:00.025Z | Downloaded parse-display-derive v0.10.0 |
992 | 2024-12-17T07:24:00.027Z | Downloaded parse-display v0.10.0 |
993 | 2024-12-17T07:24:00.027Z | Downloaded dsl_auto_type v0.1.2 |
994 | 2024-12-17T07:24:00.030Z | Downloaded typify v0.2.0 |
995 | 2024-12-17T07:24:00.033Z | Downloaded aho-corasick v1.1.3 |
996 | 2024-12-17T07:24:00.036Z | Downloaded openssl-sys v0.9.103 |
997 | 2024-12-17T07:24:00.041Z | Downloaded tiny-keccak v2.0.2 |
998 | 2024-12-17T07:24:00.046Z | Downloaded tar v0.4.42 |
999 | 2024-12-17T07:24:00.050Z | Downloaded hashbrown v0.12.3 |
1000 | 2024-12-17T07:24:00.052Z | Downloaded vte v0.11.1 |
1001 | 2024-12-17T07:24:00.052Z | Downloaded zerocopy-derive v0.8.10 |
1002 | 2024-12-17T07:24:00.058Z | Downloaded smallvec v0.6.14 |
1003 | 2024-12-17T07:24:00.061Z | Downloaded aes-gcm v0.10.3 |
1004 | 2024-12-17T07:24:00.063Z | Downloaded num_enum_derive v0.5.11 |
1005 | 2024-12-17T07:24:00.066Z | Downloaded resolv-conf v0.7.0 |
1006 | 2024-12-17T07:24:00.066Z | Downloaded futures-channel v0.3.31 |
1007 | 2024-12-17T07:24:00.069Z | Downloaded futures v0.3.31 |
1008 | 2024-12-17T07:24:00.073Z | Downloaded scrypt v0.11.0 |
1009 | 2024-12-17T07:24:00.076Z | Downloaded dropshot_endpoint v0.12.0 |
1010 | 2024-12-17T07:24:00.078Z | Downloaded zerofrom-derive v0.1.4 |
1011 | 2024-12-17T07:24:00.079Z | Downloaded tokio-postgres v0.7.12 |
1012 | 2024-12-17T07:24:00.082Z | Downloaded tracing v0.1.40 |
1013 | 2024-12-17T07:24:00.086Z | Downloaded pbkdf2 v0.11.0 |
1014 | 2024-12-17T07:24:00.089Z | Downloaded encoding_rs v0.8.34 |
1015 | 2024-12-17T07:24:00.109Z | Downloaded serde_yaml v0.9.34+deprecated |
1016 | 2024-12-17T07:24:00.113Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1017 | 2024-12-17T07:24:00.169Z | Downloaded zeroize_derive v1.4.2 |
1018 | 2024-12-17T07:24:00.172Z | Downloaded zeroize v1.8.1 |
1019 | 2024-12-17T07:24:00.172Z | Downloaded toml_edit v0.19.15 |
1020 | 2024-12-17T07:24:00.186Z | Downloaded idna v1.0.3 |
1021 | 2024-12-17T07:24:00.190Z | Downloaded tough v0.19.0 |
1022 | 2024-12-17T07:24:00.198Z | Downloaded foreign-types-macros v0.2.3 |
1023 | 2024-12-17T07:24:00.201Z | Downloaded tracing-attributes v0.1.27 |
1024 | 2024-12-17T07:24:00.203Z | Downloaded omicron-zone-package v0.11.1 |
1025 | 2024-12-17T07:24:00.205Z | Downloaded tungstenite v0.24.0 |
1026 | 2024-12-17T07:24:00.209Z | Downloaded flate2 v1.0.34 |
1027 | 2024-12-17T07:24:00.212Z | Downloaded zerocopy v0.6.6 |
1028 | 2024-12-17T07:24:00.215Z | Downloaded hyper v1.5.1 |
1029 | 2024-12-17T07:24:00.221Z | Downloaded xz2 v0.1.7 |
1030 | 2024-12-17T07:24:00.224Z | Downloaded yoke v0.7.4 |
1031 | 2024-12-17T07:24:00.226Z | Downloaded uzers v0.12.1 |
1032 | 2024-12-17T07:24:00.226Z | Downloaded itertools v0.12.1 |
1033 | 2024-12-17T07:24:00.233Z | Downloaded futures-task v0.3.31 |
1034 | 2024-12-17T07:24:00.235Z | Downloaded form_urlencoded v1.2.1 |
1035 | 2024-12-17T07:24:00.235Z | Downloaded display-error-chain v0.2.2 |
1036 | 2024-12-17T07:24:00.237Z | Downloaded tabwriter v1.4.0 |
1037 | 2024-12-17T07:24:00.237Z | Downloaded unicode-properties v0.1.3 |
1038 | 2024-12-17T07:24:00.239Z | Downloaded publicsuffix v2.2.3 |
1039 | 2024-12-17T07:24:00.241Z | Downloaded sct v0.7.1 |
1040 | 2024-12-17T07:24:00.244Z | Downloaded num v0.4.3 |
1041 | 2024-12-17T07:24:00.246Z | Downloaded unicode_categories v0.1.1 |
1042 | 2024-12-17T07:24:00.249Z | Downloaded supports-color v3.0.1 |
1043 | 2024-12-17T07:24:00.249Z | Downloaded subtle v2.6.1 |
1044 | 2024-12-17T07:24:00.251Z | Downloaded strip-ansi-escapes v0.2.0 |
1045 | 2024-12-17T07:24:00.251Z | Downloaded dirs-next v2.0.0 |
1046 | 2024-12-17T07:24:00.251Z | Downloaded difflib v0.4.0 |
1047 | 2024-12-17T07:24:00.255Z | Downloaded pkcs1 v0.7.5 |
1048 | 2024-12-17T07:24:00.255Z | Downloaded backtrace v0.3.74 |
1049 | 2024-12-17T07:24:00.259Z | Downloaded itertools v0.10.5 |
1050 | 2024-12-17T07:24:00.265Z | Downloaded crossbeam-channel v0.5.13 |
1051 | 2024-12-17T07:24:00.269Z | Downloaded parking_lot v0.11.2 |
1052 | 2024-12-17T07:24:00.272Z | Downloaded slog v2.7.0 |
1053 | 2024-12-17T07:24:00.274Z | Downloaded ppv-lite86 v0.2.20 |
1054 | 2024-12-17T07:24:00.276Z | Downloaded rustls-pemfile v1.0.4 |
1055 | 2024-12-17T07:24:00.278Z | Downloaded slog-bunyan v2.5.0 |
1056 | 2024-12-17T07:24:00.281Z | Downloaded simd-adler32 v0.3.7 |
1057 | 2024-12-17T07:24:00.281Z | Downloaded fs_extra v1.3.0 |
1058 | 2024-12-17T07:24:00.284Z | Downloaded fatfs v0.3.6 |
1059 | 2024-12-17T07:24:00.286Z | Downloaded sec1 v0.7.3 |
1060 | 2024-12-17T07:24:00.289Z | Downloaded salsa20 v0.10.2 |
1061 | 2024-12-17T07:24:00.289Z | Downloaded defmt-macros v0.3.9 |
1062 | 2024-12-17T07:24:00.292Z | Downloaded defmt v0.3.8 |
1063 | 2024-12-17T07:24:00.294Z | Downloaded toml v0.7.8 |
1064 | 2024-12-17T07:24:00.297Z | Downloaded samael v0.0.17 |
1065 | 2024-12-17T07:24:00.302Z | Downloaded num-derive v0.4.2 |
1066 | 2024-12-17T07:24:00.304Z | Downloaded der_derive v0.7.3 |
1067 | 2024-12-17T07:24:00.307Z | Downloaded foreign-types v0.5.0 |
1068 | 2024-12-17T07:24:00.307Z | Downloaded unicode-truncate v1.1.0 |
1069 | 2024-12-17T07:24:00.309Z | Downloaded russh-keys v0.45.0 |
1070 | 2024-12-17T07:24:00.311Z | Downloaded crypto-bigint v0.5.5 |
1071 | 2024-12-17T07:24:00.316Z | Downloaded const_format v0.2.33 |
1072 | 2024-12-17T07:24:00.322Z | Downloaded funty v2.0.0 |
1073 | 2024-12-17T07:24:00.325Z | Downloaded unsafe-libyaml v0.2.11 |
1074 | 2024-12-17T07:24:00.328Z | Downloaded strum_macros v0.25.3 |
1075 | 2024-12-17T07:24:00.330Z | Downloaded spki v0.7.3 |
1076 | 2024-12-17T07:24:00.333Z | Downloaded scheduled-thread-pool v0.2.7 |
1077 | 2024-12-17T07:24:00.333Z | Downloaded same-file v1.0.6 |
1078 | 2024-12-17T07:24:00.336Z | Downloaded hickory-resolver v0.24.1 |
1079 | 2024-12-17T07:24:00.338Z | Downloaded untrusted v0.9.0 |
1080 | 2024-12-17T07:24:00.339Z | Downloaded untrusted v0.7.1 |
1081 | 2024-12-17T07:24:00.341Z | Downloaded slab v0.4.9 |
1082 | 2024-12-17T07:24:00.343Z | Downloaded siphasher v0.3.11 |
1083 | 2024-12-17T07:24:00.343Z | Downloaded password-hash v0.4.2 |
1084 | 2024-12-17T07:24:00.345Z | Downloaded parking_lot_core v0.8.6 |
1085 | 2024-12-17T07:24:00.347Z | Downloaded arc-swap v1.7.1 |
1086 | 2024-12-17T07:24:00.351Z | Downloaded allocator-api2 v0.2.18 |
1087 | 2024-12-17T07:24:00.353Z | Downloaded pkg-config v0.3.31 |
1088 | 2024-12-17T07:24:00.355Z | Downloaded whoami v1.5.2 |
1089 | 2024-12-17T07:24:00.355Z | Downloaded termtree v0.4.1 |
1090 | 2024-12-17T07:24:00.358Z | Downloaded serde_plain v1.0.2 |
1091 | 2024-12-17T07:24:00.358Z | Downloaded hyper-rustls v0.27.3 |
1092 | 2024-12-17T07:24:00.360Z | Downloaded cookie_store v0.21.0 |
1093 | 2024-12-17T07:24:00.363Z | Downloaded cookie v0.18.1 |
1094 | 2024-12-17T07:24:00.365Z | Downloaded blake2 v0.10.6 |
1095 | 2024-12-17T07:24:00.367Z | Downloaded ena v0.14.3 |
1096 | 2024-12-17T07:24:00.370Z | Downloaded embedded-io v0.6.1 |
1097 | 2024-12-17T07:24:00.370Z | Downloaded embedded-io v0.4.0 |
1098 | 2024-12-17T07:24:00.373Z | Downloaded zone v0.3.0 |
1099 | 2024-12-17T07:24:00.373Z | Downloaded zone v0.1.8 |
1100 | 2024-12-17T07:24:00.373Z | Downloaded slog-dtrace v0.3.0 |
1101 | 2024-12-17T07:24:00.375Z | Downloaded tower-service v0.3.3 |
1102 | 2024-12-17T07:24:00.375Z | Downloaded topological-sort v0.2.2 |
1103 | 2024-12-17T07:24:00.375Z | Downloaded tokio-native-tls v0.3.1 |
1104 | 2024-12-17T07:24:00.378Z | Downloaded tokio-macros v2.4.0 |
1105 | 2024-12-17T07:24:00.378Z | Downloaded thread_local v1.1.8 |
1106 | 2024-12-17T07:24:00.381Z | Downloaded indexmap v1.9.3 |
1107 | 2024-12-17T07:24:00.383Z | Downloaded hmac v0.12.1 |
1108 | 2024-12-17T07:24:00.386Z | Downloaded synstructure v0.13.1 |
1109 | 2024-12-17T07:24:00.386Z | Downloaded strum_macros v0.24.3 |
1110 | 2024-12-17T07:24:00.388Z | Downloaded ssh-cipher v0.2.0 |
1111 | 2024-12-17T07:24:00.389Z | Downloaded slog-scope v4.4.0 |
1112 | 2024-12-17T07:24:00.391Z | Downloaded icu_locid_transform_data v1.5.0 |
1113 | 2024-12-17T07:24:00.391Z | Downloaded icu_locid_transform v1.5.0 |
1114 | 2024-12-17T07:24:00.394Z | Downloaded hyper-tls v0.6.0 |
1115 | 2024-12-17T07:24:00.397Z | Downloaded rustversion v1.0.17 |
1116 | 2024-12-17T07:24:00.397Z | Downloaded hyper-staticfile v0.10.1 |
1117 | 2024-12-17T07:24:00.399Z | Downloaded ref-cast v1.0.23 |
1118 | 2024-12-17T07:24:00.401Z | Downloaded hickory-client v0.24.1 |
1119 | 2024-12-17T07:24:00.404Z | Downloaded ciborium-ll v0.2.2 |
1120 | 2024-12-17T07:24:00.406Z | Downloaded bzip2 v0.4.4 |
1121 | 2024-12-17T07:24:00.409Z | Downloaded backoff v0.4.0 |
1122 | 2024-12-17T07:24:00.409Z | Downloaded kstat-rs v0.2.4 |
1123 | 2024-12-17T07:24:00.411Z | Downloaded jobserver v0.1.32 |
1124 | 2024-12-17T07:24:00.411Z | Downloaded ciborium v0.2.2 |
1125 | 2024-12-17T07:24:00.414Z | Downloaded async-bb8-diesel v0.2.1 |
1126 | 2024-12-17T07:24:00.417Z | Downloaded curve25519-dalek-derive v0.1.1 |
1127 | 2024-12-17T07:24:00.417Z | Downloaded libloading v0.8.5 |
1128 | 2024-12-17T07:24:00.420Z | Downloaded humantime v2.1.0 |
1129 | 2024-12-17T07:24:00.423Z | Downloaded chacha20 v0.9.1 |
1130 | 2024-12-17T07:24:00.423Z | Downloaded bit-set v0.5.3 |
1131 | 2024-12-17T07:24:00.424Z | Downloaded bcrypt-pbkdf v0.10.0 |
1132 | 2024-12-17T07:24:00.427Z | Downloaded libsw v3.3.1 |
1133 | 2024-12-17T07:24:00.429Z | Downloaded http-body-util v0.1.2 |
1134 | 2024-12-17T07:24:00.431Z | Downloaded chrono-tz-build v0.4.0 |
1135 | 2024-12-17T07:24:00.431Z | Downloaded cbc v0.1.2 |
1136 | 2024-12-17T07:24:00.431Z | Downloaded block-padding v0.3.3 |
1137 | 2024-12-17T07:24:00.434Z | Downloaded bit-vec v0.6.3 |
1138 | 2024-12-17T07:24:00.434Z | Downloaded atomic-waker v1.1.2 |
1139 | 2024-12-17T07:24:00.436Z | Downloaded linear-map v1.2.0 |
1140 | 2024-12-17T07:24:00.436Z | Downloaded libefi-sys v0.1.0 |
1141 | 2024-12-17T07:24:00.439Z | Downloaded hex v0.4.3 |
1142 | 2024-12-17T07:24:00.439Z | Downloaded constant_time_eq v0.3.1 |
1143 | 2024-12-17T07:24:00.441Z | Downloaded crc v3.2.1 |
1144 | 2024-12-17T07:24:00.444Z | Downloaded cipher v0.4.4 |
1145 | 2024-12-17T07:24:00.444Z | Downloaded cassowary v0.3.0 |
1146 | 2024-12-17T07:24:00.446Z | Downloaded ipnetwork v0.20.0 |
1147 | 2024-12-17T07:24:00.449Z | Downloaded hubpack v0.1.2 |
1148 | 2024-12-17T07:24:00.449Z | Downloaded cmake v0.1.51 |
1149 | 2024-12-17T07:24:00.449Z | Downloaded indent_write v2.2.0 |
1150 | 2024-12-17T07:24:00.452Z | Downloaded home v0.5.9 |
1151 | 2024-12-17T07:24:00.452Z | Downloaded internet-checksum v0.2.1 |
1152 | 2024-12-17T07:24:00.452Z | Downloaded instability v0.3.2 |
1153 | 2024-12-17T07:24:00.454Z | Downloaded lru v0.12.5 |
1154 | 2024-12-17T07:24:00.454Z | Downloaded is-terminal v0.4.13 |
1155 | 2024-12-17T07:24:00.457Z | Downloaded cobs v0.2.3 |
1156 | 2024-12-17T07:24:00.457Z | Downloaded castaway v0.2.3 |
1157 | 2024-12-17T07:24:00.459Z | Downloaded blowfish v0.9.1 |
1158 | 2024-12-17T07:24:00.460Z | Downloaded bitfield v0.14.0 |
1159 | 2024-12-17T07:24:00.462Z | Downloaded assert_matches v1.5.0 |
1160 | 2024-12-17T07:24:00.463Z | Downloaded arrayref v0.3.9 |
1161 | 2024-12-17T07:24:00.463Z | Downloaded array-init v0.0.4 |
1162 | 2024-12-17T07:24:00.530Z | Downloaded libsqlite3-sys v0.30.1 |
1163 | 2024-12-17T07:24:00.832Z | Downloaded ring v0.17.8 |
1164 | 2024-12-17T07:24:01.029Z | Downloaded ring v0.16.20 |
1165 | 2024-12-17T07:24:01.289Z | Downloaded aws-lc-sys v0.22.0 |
1166 | 2024-12-17T07:24:01.590Z | Compiling serde v1.0.215 |
1167 | 2024-12-17T07:24:01.592Z | Compiling lock_api v0.4.12 |
1168 | 2024-12-17T07:24:01.592Z | Compiling scopeguard v1.2.0 |
1169 | 2024-12-17T07:24:01.592Z | Compiling value-bag v1.9.0 |
1170 | 2024-12-17T07:24:01.592Z | Compiling typenum v1.17.0 |
1171 | 2024-12-17T07:24:01.592Z | Compiling generic-array v0.14.7 |
1172 | 2024-12-17T07:24:01.782Z | Compiling syn v2.0.90 |
1173 | 2024-12-17T07:24:01.798Z | Compiling getrandom v0.2.15 |
1174 | 2024-12-17T07:24:01.938Z | Compiling shlex v1.3.0 |
1175 | 2024-12-17T07:24:02.112Z | Compiling rand_core v0.6.4 |
1176 | 2024-12-17T07:24:02.202Z | Compiling log v0.4.22 |
1177 | 2024-12-17T07:24:02.310Z | Compiling subtle v2.6.1 |
1178 | 2024-12-17T07:24:02.358Z | Compiling jobserver v0.1.32 |
1179 | 2024-12-17T07:24:02.378Z | Compiling smallvec v1.13.2 |
1180 | 2024-12-17T07:24:02.608Z | Compiling const-oid v0.9.6 |
1181 | 2024-12-17T07:24:02.632Z | Compiling spin v0.9.8 |
1182 | 2024-12-17T07:24:02.652Z | Compiling pin-project-lite v0.2.14 |
1183 | 2024-12-17T07:24:02.767Z | Compiling cc v1.1.30 |
1184 | 2024-12-17T07:24:02.787Z | Compiling rustix v0.38.37 |
1185 | 2024-12-17T07:24:03.011Z | Compiling parking_lot_core v0.9.10 |
1186 | 2024-12-17T07:24:03.051Z | Compiling futures-core v0.3.31 |
1187 | 2024-12-17T07:24:03.422Z | Compiling signal-hook-registry v1.4.2 |
1188 | 2024-12-17T07:24:03.462Z | Compiling mio v1.0.2 |
1189 | 2024-12-17T07:24:03.811Z | Compiling aho-corasick v1.1.3 |
1190 | 2024-12-17T07:24:04.289Z | Compiling parking_lot v0.12.3 |
1191 | 2024-12-17T07:24:04.350Z | Compiling regex-syntax v0.8.5 |
1192 | 2024-12-17T07:24:04.609Z | Compiling cpufeatures v0.2.14 |
1193 | 2024-12-17T07:24:04.717Z | Compiling lazy_static v1.5.0 |
1194 | 2024-12-17T07:24:04.769Z | Compiling glob v0.3.1 |
1195 | 2024-12-17T07:24:04.771Z | Compiling either v1.13.0 |
1196 | 2024-12-17T07:24:04.845Z | Compiling futures-sink v0.3.31 |
1197 | 2024-12-17T07:24:05.004Z | Compiling stable_deref_trait v1.2.0 |
1198 | 2024-12-17T07:24:05.123Z | Compiling socket2 v0.5.7 |
1199 | 2024-12-17T07:24:05.232Z | Compiling slab v0.4.9 |
1200 | 2024-12-17T07:24:05.251Z | Compiling prettyplease v0.2.25 |
1201 | 2024-12-17T07:24:05.611Z | Compiling minimal-lexical v0.2.1 |
1202 | 2024-12-17T07:24:05.872Z | Compiling clang-sys v1.8.1 |
1203 | 2024-12-17T07:24:06.000Z | Compiling libloading v0.8.5 |
1204 | 2024-12-17T07:24:06.146Z | Compiling nom v7.1.3 |
1205 | 2024-12-17T07:24:06.166Z | Compiling home v0.5.9 |
1206 | 2024-12-17T07:24:06.416Z | Compiling bindgen v0.69.5 |
1207 | 2024-12-17T07:24:06.447Z | Compiling serde_json v1.0.133 |
1208 | 2024-12-17T07:24:06.806Z | Compiling itertools v0.10.5 |
1209 | 2024-12-17T07:24:07.291Z | Compiling futures-channel v0.3.31 |
1210 | 2024-12-17T07:24:07.310Z | Compiling foldhash v0.1.3 |
1211 | 2024-12-17T07:24:07.604Z | Compiling rustc-hash v1.1.0 |
1212 | 2024-12-17T07:24:07.743Z | Compiling pin-utils v0.1.0 |
1213 | 2024-12-17T07:24:07.763Z | Compiling lazycell v1.3.0 |
1214 | 2024-12-17T07:24:07.846Z | Compiling futures-io v0.3.31 |
1215 | 2024-12-17T07:24:07.945Z | Compiling futures-task v0.3.31 |
1216 | 2024-12-17T07:24:08.156Z | Compiling regex-automata v0.4.8 |
1217 | 2024-12-17T07:24:08.278Z | Compiling allocator-api2 v0.2.18 |
1218 | 2024-12-17T07:24:09.110Z | Compiling hashbrown v0.15.1 |
1219 | 2024-12-17T07:24:09.588Z | Compiling synstructure v0.13.1 |
1220 | 2024-12-17T07:24:09.648Z | Compiling cexpr v0.6.0 |
1221 | 2024-12-17T07:24:10.498Z | Compiling cmake v0.1.51 |
1222 | 2024-12-17T07:24:11.314Z | Compiling libm v0.2.8 |
1223 | 2024-12-17T07:24:11.333Z | Compiling tinyvec_macros v0.1.1 |
1224 | 2024-12-17T07:24:11.425Z | Compiling dunce v1.0.5 |
1225 | 2024-12-17T07:24:11.458Z | Compiling pkg-config v0.3.31 |
1226 | 2024-12-17T07:24:11.547Z | Compiling fs_extra v1.3.0 |
1227 | 2024-12-17T07:24:11.568Z | Compiling tinyvec v1.8.0 |
1228 | 2024-12-17T07:24:11.665Z | Compiling num-traits v0.2.19 |
1229 | 2024-12-17T07:24:12.182Z | Compiling ring v0.17.8 |
1230 | 2024-12-17T07:24:12.980Z | Compiling base64ct v1.6.0 |
1231 | 2024-12-17T07:24:13.058Z | Compiling unicode-normalization v0.1.24 |
1232 | 2024-12-17T07:24:13.060Z | Compiling writeable v0.5.5 |
1233 | 2024-12-17T07:24:13.333Z | Compiling paste v1.0.15 |
1234 | 2024-12-17T07:24:13.557Z | Compiling litemap v0.7.3 |
1235 | 2024-12-17T07:24:13.616Z | Compiling unicode-bidi v0.3.17 |
1236 | 2024-12-17T07:24:13.740Z | Compiling regex v1.11.1 |
1237 | 2024-12-17T07:24:13.935Z | Compiling pem-rfc7468 v0.7.0 |
1238 | 2024-12-17T07:24:14.666Z | Compiling flagset v0.4.6 |
1239 | 2024-12-17T07:24:14.811Z | Compiling httparse v1.9.5 |
1240 | 2024-12-17T07:24:14.885Z | Compiling aws-lc-rs v1.10.0 |
1241 | 2024-12-17T07:24:15.351Z | Compiling tracing-core v0.1.32 |
1242 | 2024-12-17T07:24:15.604Z | Compiling crossbeam-utils v0.8.20 |
1243 | 2024-12-17T07:24:16.157Z | Compiling percent-encoding v2.3.1 |
1244 | 2024-12-17T07:24:16.176Z | Compiling rustls-pki-types v1.10.0 |
1245 | 2024-12-17T07:24:16.195Z | Compiling icu_locid_transform_data v1.5.0 |
1246 | 2024-12-17T07:24:16.530Z | Compiling untrusted v0.9.0 |
1247 | 2024-12-17T07:24:16.549Z | Compiling serde_derive v1.0.215 |
1248 | 2024-12-17T07:24:16.703Z | Compiling zeroize_derive v1.4.2 |
1249 | 2024-12-17T07:24:16.723Z | Compiling zerocopy-derive v0.7.35 |
1250 | 2024-12-17T07:24:17.075Z | Compiling tokio-macros v2.4.0 |
1251 | 2024-12-17T07:24:17.291Z | Compiling zerofrom-derive v0.1.4 |
1252 | 2024-12-17T07:24:18.277Z | Compiling zeroize v1.8.1 |
1253 | 2024-12-17T07:24:18.736Z | Compiling thiserror-impl v1.0.69 |
1254 | 2024-12-17T07:24:18.932Z | Compiling yoke-derive v0.7.4 |
1255 | 2024-12-17T07:24:18.974Z | Compiling zerocopy v0.7.35 |
1256 | 2024-12-17T07:24:19.688Z | Compiling zerovec-derive v0.10.3 |
1257 | 2024-12-17T07:24:20.027Z | Compiling crypto-common v0.1.6 |
1258 | 2024-12-17T07:24:20.284Z | Compiling block-buffer v0.10.4 |
1259 | 2024-12-17T07:24:20.567Z | Compiling digest v0.10.7 |
1260 | 2024-12-17T07:24:20.611Z | Compiling futures-macro v0.3.31 |
1261 | 2024-12-17T07:24:21.047Z | Compiling hmac v0.12.1 |
1262 | 2024-12-17T07:24:21.073Z | Compiling block-padding v0.3.3 |
1263 | 2024-12-17T07:24:21.303Z | Compiling displaydoc v0.2.5 |
1264 | 2024-12-17T07:24:21.334Z | Compiling inout v0.1.3 |
1265 | 2024-12-17T07:24:21.509Z | Compiling zerofrom v0.1.4 |
1266 | 2024-12-17T07:24:21.601Z | Compiling cipher v0.4.4 |
1267 | 2024-12-17T07:24:21.743Z | Compiling sha2 v0.10.8 |
1268 | 2024-12-17T07:24:21.977Z | Compiling yoke v0.7.4 |
1269 | 2024-12-17T07:24:22.095Z | Compiling thiserror v1.0.69 |
1270 | 2024-12-17T07:24:22.119Z | Compiling ppv-lite86 v0.2.20 |
1271 | 2024-12-17T07:24:22.232Z | Compiling icu_provider_macros v1.5.0 |
1272 | 2024-12-17T07:24:22.329Z | Compiling der_derive v0.7.3 |
1273 | 2024-12-17T07:24:22.438Z | Compiling zerovec v0.10.4 |
1274 | 2024-12-17T07:24:22.560Z | Compiling futures-util v0.3.31 |
1275 | 2024-12-17T07:24:22.978Z | Compiling rand_chacha v0.3.1 |
1276 | 2024-12-17T07:24:23.019Z | Compiling tracing-attributes v0.1.27 |
1277 | 2024-12-17T07:24:23.497Z | Compiling rand v0.8.5 |
1278 | 2024-12-17T07:24:24.760Z | Compiling tinystr v0.7.6 |
1279 | 2024-12-17T07:24:24.854Z | Compiling der v0.7.9 |
1280 | 2024-12-17T07:24:25.223Z | Compiling icu_locid v1.5.0 |
1281 | 2024-12-17T07:24:25.336Z | Compiling icu_collections v1.5.0 |
1282 | 2024-12-17T07:24:25.516Z | Compiling pest v2.7.14 |
1283 | 2024-12-17T07:24:25.654Z | Compiling salsa20 v0.10.2 |
1284 | 2024-12-17T07:24:25.875Z | Compiling pbkdf2 v0.12.2 |
1285 | 2024-12-17T07:24:26.051Z | Compiling vcpkg v0.2.15 |
1286 | 2024-12-17T07:24:26.861Z | Compiling icu_provider v1.5.0 |
1287 | 2024-12-17T07:24:26.978Z | Compiling tracing v0.1.40 |
1288 | 2024-12-17T07:24:27.511Z | Compiling spki v0.7.3 |
1289 | 2024-12-17T07:24:27.698Z | Compiling icu_locid_transform v1.5.0 |
1290 | 2024-12-17T07:24:27.904Z | Compiling powerfmt v0.2.0 |
1291 | 2024-12-17T07:24:27.959Z | Compiling time-core v0.1.2 |
1292 | 2024-12-17T07:24:28.144Z | Compiling mirai-annotations v1.12.0 |
1293 | 2024-12-17T07:24:28.235Z | Compiling num-conv v0.1.0 |
1294 | 2024-12-17T07:24:28.288Z | Compiling untrusted v0.7.1 |
1295 | 2024-12-17T07:24:28.306Z | Compiling icu_properties_data v1.5.0 |
1296 | 2024-12-17T07:24:28.357Z | Compiling openssl-sys v0.9.103 |
1297 | 2024-12-17T07:24:28.482Z | Compiling deranged v0.3.11 |
1298 | 2024-12-17T07:24:28.535Z | Compiling time-macros v0.2.18 |
1299 | 2024-12-17T07:24:28.557Z | Compiling pest_meta v2.7.14 |
1300 | 2024-12-17T07:24:28.626Z | Compiling scrypt v0.11.0 |
1301 | 2024-12-17T07:24:28.894Z | Compiling icu_properties v1.5.1 |
1302 | 2024-12-17T07:24:29.199Z | Compiling aes v0.8.4 |
1303 | 2024-12-17T07:24:29.464Z | Compiling cbc v0.1.2 |
1304 | 2024-12-17T07:24:30.428Z | Compiling scroll_derive v0.12.0 |
1305 | 2024-12-17T07:24:31.184Z | Compiling bitflags v2.6.0 |
1306 | 2024-12-17T07:24:31.657Z | Compiling bytes v1.8.0 |
1307 | 2024-12-17T07:24:31.961Z | Compiling indexmap v2.7.0 |
1308 | 2024-12-17T07:24:32.059Z | Compiling semver v1.0.23 |
1309 | 2024-12-17T07:24:32.826Z | Compiling tokio v1.42.0 |
1310 | 2024-12-17T07:24:33.003Z | Compiling http v1.1.0 |
1311 | 2024-12-17T07:24:33.531Z | Compiling rustc_version v0.4.1 |
1312 | 2024-12-17T07:24:33.534Z | Compiling utf8_iter v1.0.4 |
1313 | 2024-12-17T07:24:33.672Z | Compiling num_threads v0.1.7 |
1314 | 2024-12-17T07:24:33.805Z | Compiling icu_normalizer_data v1.5.0 |
1315 | 2024-12-17T07:24:33.823Z | Compiling utf16_iter v1.0.5 |
1316 | 2024-12-17T07:24:33.874Z | Compiling atomic-waker v1.1.2 |
1317 | 2024-12-17T07:24:33.921Z | Compiling write16 v1.0.0 |
1318 | 2024-12-17T07:24:34.031Z | Compiling time v0.3.36 |
1319 | 2024-12-17T07:24:34.056Z | Compiling icu_normalizer v1.5.0 |
1320 | 2024-12-17T07:24:34.058Z | Compiling scroll v0.12.0 |
1321 | 2024-12-17T07:24:34.310Z | Compiling pkcs5 v0.7.1 |
1322 | 2024-12-17T07:24:34.635Z | Compiling http-body v1.0.1 |
1323 | 2024-12-17T07:24:34.882Z | Compiling pest_generator v2.7.14 |
1324 | 2024-12-17T07:24:35.251Z | Compiling form_urlencoded v1.2.1 |
1325 | 2024-12-17T07:24:35.488Z | Compiling slog v2.7.0 |
1326 | 2024-12-17T07:24:35.532Z | Compiling try-lock v0.2.5 |
1327 | 2024-12-17T07:24:35.581Z | Compiling goblin v0.8.2 |
1328 | 2024-12-17T07:24:35.691Z | Compiling which v4.4.2 |
1329 | 2024-12-17T07:24:36.171Z | Compiling want v0.3.1 |
1330 | 2024-12-17T07:24:36.302Z | Compiling idna_adapter v1.2.0 |
1331 | 2024-12-17T07:24:36.452Z | Compiling pkcs8 v0.10.2 |
1332 | 2024-12-17T07:24:36.536Z | Compiling httpdate v1.0.3 |
1333 | 2024-12-17T07:24:36.962Z | Compiling pest_derive v2.7.14 |
1334 | 2024-12-17T07:24:37.007Z | Compiling idna v1.0.3 |
1335 | 2024-12-17T07:24:37.152Z | Compiling serde_spanned v0.6.8 |
1336 | 2024-12-17T07:24:37.392Z | Compiling toml_datetime v0.6.8 |
1337 | 2024-12-17T07:24:37.771Z | Compiling dtrace-parser v0.2.0 |
1338 | 2024-12-17T07:24:37.929Z | Compiling uuid v1.11.0 |
1339 | 2024-12-17T07:24:37.955Z | Compiling serde_tokenstream v0.2.2 |
1340 | 2024-12-17T07:24:38.619Z | Compiling tower-service v0.3.3 |
1341 | 2024-12-17T07:24:38.766Z | Compiling foreign-types-shared v0.1.1 |
1342 | 2024-12-17T07:24:38.875Z | Compiling adler2 v2.0.0 |
1343 | 2024-12-17T07:24:38.895Z | Compiling base64 v0.22.1 |
1344 | 2024-12-17T07:24:39.093Z | Compiling match_cfg v0.1.0 |
1345 | 2024-12-17T07:24:39.197Z | Compiling openssl v0.10.66 |
1346 | 2024-12-17T07:24:39.376Z | Compiling rustversion v1.0.17 |
1347 | 2024-12-17T07:24:39.397Z | Compiling iana-time-zone v0.1.61 |
1348 | 2024-12-17T07:24:39.626Z | Compiling chrono v0.4.38 |
1349 | 2024-12-17T07:24:39.663Z | Compiling hostname v0.3.1 |
1350 | 2024-12-17T07:24:39.853Z | Compiling miniz_oxide v0.8.0 |
1351 | 2024-12-17T07:24:39.931Z | Compiling foreign-types v0.3.2 |
1352 | 2024-12-17T07:24:40.005Z | Compiling url v2.5.3 |
1353 | 2024-12-17T07:24:40.151Z | Compiling async-trait v0.1.83 |
1354 | 2024-12-17T07:24:41.344Z | Compiling dof v0.3.0 |
1355 | 2024-12-17T07:24:41.455Z | Compiling tokio-util v0.7.12 |
1356 | 2024-12-17T07:24:42.002Z | Compiling openssl-macros v0.1.1 |
1357 | 2024-12-17T07:24:42.758Z | Compiling h2 v0.4.6 |
1358 | 2024-12-17T07:24:42.918Z | Compiling usdt-impl v0.5.0 |
1359 | 2024-12-17T07:24:42.952Z | Compiling dirs-sys-next v0.1.2 |
1360 | 2024-12-17T07:24:43.371Z | Compiling rustls v0.23.19 |
1361 | 2024-12-17T07:24:43.550Z | Compiling syn v1.0.109 |
1362 | 2024-12-17T07:24:43.646Z | Compiling rustls v0.22.4 |
1363 | 2024-12-17T07:24:43.649Z | Compiling native-tls v0.2.12 |
1364 | 2024-12-17T07:24:43.914Z | Compiling data-encoding v2.6.0 |
1365 | 2024-12-17T07:24:43.998Z | Compiling siphasher v0.3.11 |
1366 | 2024-12-17T07:24:44.325Z | Compiling dirs-next v2.0.0 |
1367 | 2024-12-17T07:24:44.527Z | Compiling http-body-util v0.1.2 |
1368 | 2024-12-17T07:24:45.082Z | Compiling heapless v0.7.17 |
1369 | 2024-12-17T07:24:45.526Z | Compiling crossbeam-epoch v0.9.18 |
1370 | 2024-12-17T07:24:45.932Z | Compiling sha1 v0.10.6 |
1371 | 2024-12-17T07:24:46.097Z | Compiling signature v2.2.0 |
1372 | 2024-12-17T07:24:46.303Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1373 | 2024-12-17T07:24:46.325Z | Compiling serde_derive_internals v0.29.1 |
1374 | 2024-12-17T07:24:46.368Z | Compiling thread_local v1.1.8 |
1375 | 2024-12-17T07:24:46.396Z | Compiling cookie v0.18.1 |
1376 | 2024-12-17T07:24:46.690Z | Compiling encoding_rs v0.8.34 |
1377 | 2024-12-17T07:24:46.809Z | Compiling multer v3.1.0 |
1378 | 2024-12-17T07:24:46.934Z | Compiling signal-hook v0.3.17 |
1379 | 2024-12-17T07:24:47.078Z | Compiling schemars v0.8.21 |
1380 | 2024-12-17T07:24:47.191Z | Compiling ipnet v2.10.1 |
1381 | 2024-12-17T07:24:47.395Z | Compiling unicode-properties v0.1.3 |
1382 | 2024-12-17T07:24:47.832Z | Compiling mime v0.3.17 |
1383 | 2024-12-17T07:24:48.487Z | Compiling slog-async v2.8.0 |
1384 | 2024-12-17T07:24:48.530Z | Compiling gimli v0.31.1 |
1385 | 2024-12-17T07:24:48.799Z | Compiling openssl-probe v0.1.5 |
1386 | 2024-12-17T07:24:48.999Z | Compiling rayon-core v1.12.1 |
1387 | 2024-12-17T07:24:49.164Z | Compiling schemars_derive v0.8.21 |
1388 | 2024-12-17T07:24:49.246Z | Compiling toml_edit v0.22.22 |
1389 | 2024-12-17T07:24:49.296Z | Compiling stringprep v0.1.5 |
1390 | 2024-12-17T07:24:50.555Z | Compiling hyper v1.5.1 |
1391 | 2024-12-17T07:24:52.639Z | Compiling usdt-macro v0.5.0 |
1392 | 2024-12-17T07:24:53.245Z | Compiling hyper-util v0.1.10 |
1393 | 2024-12-17T07:24:53.319Z | Compiling addr2line v0.24.2 |
1394 | 2024-12-17T07:24:53.465Z | Compiling usdt-attr-macro v0.5.0 |
1395 | 2024-12-17T07:24:53.675Z | Compiling crossbeam-deque v0.8.5 |
1396 | 2024-12-17T07:24:54.047Z | Compiling term v0.7.0 |
1397 | 2024-12-17T07:24:54.135Z | Compiling slog-json v2.6.1 |
1398 | 2024-12-17T07:24:54.523Z | Compiling serde_urlencoded v0.7.1 |
1399 | 2024-12-17T07:24:54.661Z | Compiling curve25519-dalek v4.1.3 |
1400 | 2024-12-17T07:24:55.039Z | Compiling crossbeam-channel v0.5.13 |
1401 | 2024-12-17T07:24:55.142Z | Compiling futures-executor v0.3.31 |
1402 | 2024-12-17T07:24:55.270Z | Compiling enum-as-inner v0.6.1 |
1403 | 2024-12-17T07:24:55.577Z | Compiling md-5 v0.10.6 |
1404 | 2024-12-17T07:24:55.699Z | Compiling rustls-pemfile v2.2.0 |
1405 | 2024-12-17T07:24:55.846Z | Compiling async-stream-impl v0.3.6 |
1406 | 2024-12-17T07:24:56.028Z | Compiling num-integer v0.1.46 |
1407 | 2024-12-17T07:24:56.155Z | Compiling idna v0.4.0 |
1408 | 2024-12-17T07:24:56.375Z | Compiling idna v0.3.0 |
1409 | 2024-12-17T07:24:56.451Z | Compiling hash32 v0.2.1 |
1410 | 2024-12-17T07:24:56.817Z | Compiling ff v0.13.0 |
1411 | 2024-12-17T07:24:56.826Z | Compiling is-terminal v0.4.13 |
1412 | 2024-12-17T07:24:56.971Z | Compiling object v0.36.5 |
1413 | 2024-12-17T07:24:57.049Z | Compiling dropshot v0.12.0 |
1414 | 2024-12-17T07:24:57.274Z | Compiling linked-hash-map v0.5.6 |
1415 | 2024-12-17T07:24:57.332Z | Compiling dyn-clone v1.0.17 |
1416 | 2024-12-17T07:24:57.534Z | Compiling quick-error v1.2.3 |
1417 | 2024-12-17T07:24:57.572Z | Compiling num-bigint-dig v0.8.4 |
1418 | 2024-12-17T07:24:57.662Z | Compiling take_mut v0.2.2 |
1419 | 2024-12-17T07:24:57.686Z | Compiling psl-types v2.0.11 |
1420 | 2024-12-17T07:24:57.826Z | Compiling anyhow v1.0.93 |
1421 | 2024-12-17T07:24:57.826Z | Compiling portable-atomic v1.9.0 |
1422 | 2024-12-17T07:24:57.867Z | Compiling base16ct v0.2.0 |
1423 | 2024-12-17T07:24:57.885Z | Compiling utf-8 v0.7.6 |
1424 | 2024-12-17T07:24:58.024Z | Compiling rustc-demangle v0.1.24 |
1425 | 2024-12-17T07:24:58.196Z | Compiling fallible-iterator v0.2.0 |
1426 | 2024-12-17T07:24:58.220Z | Compiling smoltcp v0.9.1 |
1427 | 2024-12-17T07:24:58.914Z | Compiling postgres-protocol v0.6.7 |
1428 | 2024-12-17T07:24:58.958Z | Compiling tungstenite v0.24.0 |
1429 | 2024-12-17T07:24:59.016Z | Compiling sec1 v0.7.3 |
1430 | 2024-12-17T07:24:59.054Z | Compiling publicsuffix v2.2.3 |
1431 | 2024-12-17T07:24:59.320Z | Compiling resolv-conf v0.7.0 |
1432 | 2024-12-17T07:24:59.593Z | Compiling lru-cache v0.1.2 |
1433 | 2024-12-17T07:25:00.202Z | Compiling async-stream v0.3.6 |
1434 | 2024-12-17T07:25:00.233Z | Compiling group v0.13.0 |
1435 | 2024-12-17T07:25:00.301Z | Compiling hickory-proto v0.24.1 |
1436 | 2024-12-17T07:25:00.527Z | Compiling usdt v0.5.0 |
1437 | 2024-12-17T07:25:00.553Z | Compiling slog-term v2.9.1 |
1438 | 2024-12-17T07:25:01.372Z | Compiling num-iter v0.1.45 |
1439 | 2024-12-17T07:25:01.561Z | Compiling futures v0.3.31 |
1440 | 2024-12-17T07:25:01.811Z | Compiling slog-bunyan v2.5.0 |
1441 | 2024-12-17T07:25:02.229Z | Compiling toml v0.8.19 |
1442 | 2024-12-17T07:25:03.654Z | Compiling tokio-native-tls v0.3.1 |
1443 | 2024-12-17T07:25:03.937Z | Compiling camino v1.1.9 |
1444 | 2024-12-17T07:25:04.043Z | Compiling phf_shared v0.11.2 |
1445 | 2024-12-17T07:25:04.450Z | Compiling backtrace v0.3.74 |
1446 | 2024-12-17T07:25:04.518Z | Compiling dropshot_endpoint v0.12.0 |
1447 | 2024-12-17T07:25:04.635Z | Compiling terminal_size v0.4.0 |
1448 | 2024-12-17T07:25:04.863Z | Compiling waitgroup v0.1.2 |
1449 | 2024-12-17T07:25:04.897Z | Compiling openapiv3 v2.0.0 |
1450 | 2024-12-17T07:25:05.093Z | Compiling serde_path_to_error v0.1.16 |
1451 | 2024-12-17T07:25:05.137Z | Compiling hkdf v0.12.4 |
1452 | 2024-12-17T07:25:05.403Z | Compiling crypto-bigint v0.5.5 |
1453 | 2024-12-17T07:25:05.976Z | Compiling webpki-roots v0.26.6 |
1454 | 2024-12-17T07:25:06.201Z | Compiling zerocopy-derive v0.6.6 |
1455 | 2024-12-17T07:25:08.182Z | Compiling curve25519-dalek-derive v0.1.1 |
1456 | 2024-12-17T07:25:08.530Z | Compiling idna v0.5.0 |
1457 | 2024-12-17T07:25:08.551Z | Compiling hubpack_derive v0.1.1 |
1458 | 2024-12-17T07:25:09.242Z | Compiling hostname v0.4.0 |
1459 | 2024-12-17T07:25:09.376Z | Compiling fs-err v2.11.0 |
1460 | 2024-12-17T07:25:09.458Z | Compiling ahash v0.8.11 |
1461 | 2024-12-17T07:25:09.499Z | Compiling crc32fast v1.4.2 |
1462 | 2024-12-17T07:25:09.669Z | Compiling winnow v0.5.40 |
1463 | 2024-12-17T07:25:09.701Z | Compiling debug-ignore v1.0.5 |
1464 | 2024-12-17T07:25:09.807Z | Compiling bitflags v1.3.2 |
1465 | 2024-12-17T07:25:09.836Z | Compiling managed v0.8.0 |
1466 | 2024-12-17T07:25:09.856Z | Compiling strum_macros v0.25.3 |
1467 | 2024-12-17T07:25:09.919Z | Compiling clap_builder v4.5.21 |
1468 | 2024-12-17T07:25:10.358Z | Compiling flate2 v1.0.34 |
1469 | 2024-12-17T07:25:10.878Z | Compiling console v0.15.8 |
1470 | 2024-12-17T07:25:11.705Z | Compiling hubpack v0.1.2 |
1471 | 2024-12-17T07:25:12.174Z | Compiling cookie_store v0.21.0 |
1472 | 2024-12-17T07:25:12.434Z | Compiling zerocopy v0.6.6 |
1473 | 2024-12-17T07:25:12.516Z | Compiling elliptic-curve v0.13.8 |
1474 | 2024-12-17T07:25:13.325Z | Compiling toml_edit v0.19.15 |
1475 | 2024-12-17T07:25:13.382Z | Compiling hickory-resolver v0.24.1 |
1476 | 2024-12-17T07:25:13.820Z | Compiling phf v0.11.2 |
1477 | 2024-12-17T07:25:14.118Z | Compiling signal-hook-mio v0.2.4 |
1478 | 2024-12-17T07:25:14.136Z | Compiling hyper-tls v0.6.0 |
1479 | 2024-12-17T07:25:14.294Z | Compiling rayon v1.10.0 |
1480 | 2024-12-17T07:25:14.511Z | Compiling bzip2 v0.4.4 |
1481 | 2024-12-17T07:25:14.926Z | Compiling tokio-tungstenite v0.24.0 |
1482 | 2024-12-17T07:25:15.490Z | Compiling postgres-types v0.2.8 |
1483 | 2024-12-17T07:25:18.505Z | Compiling ed25519 v2.2.3 |
1484 | 2024-12-17T07:25:19.201Z | Compiling phf_shared v0.10.0 |
1485 | 2024-12-17T07:25:19.498Z | Compiling tokio-stream v0.1.16 |
1486 | 2024-12-17T07:25:19.596Z | Compiling pkcs1 v0.7.5 |
1487 | 2024-12-17T07:25:19.614Z | Compiling serde-big-array v0.5.1 |
1488 | 2024-12-17T07:25:19.841Z | Compiling clap_derive v4.5.18 |
1489 | 2024-12-17T07:25:20.305Z | Compiling rfc6979 v0.4.0 |
1490 | 2024-12-17T07:25:20.487Z | Compiling serde_repr v0.1.19 |
1491 | 2024-12-17T07:25:20.508Z | Compiling derive-where v1.2.7 |
1492 | 2024-12-17T07:25:20.608Z | Compiling float-cmp v0.9.0 |
1493 | 2024-12-17T07:25:20.610Z | Compiling bstr v1.10.0 |
1494 | 2024-12-17T07:25:20.825Z | Compiling sync_wrapper v1.0.1 |
1495 | 2024-12-17T07:25:20.996Z | Compiling whoami v1.5.2 |
1496 | 2024-12-17T07:25:21.469Z | Compiling number_prefix v0.4.0 |
1497 | 2024-12-17T07:25:21.671Z | Compiling normalize-line-endings v0.3.0 |
1498 | 2024-12-17T07:25:21.692Z | Compiling static_assertions v1.1.0 |
1499 | 2024-12-17T07:25:21.718Z | Compiling precomputed-hash v0.1.1 |
1500 | 2024-12-17T07:25:21.796Z | Compiling unicode-segmentation v1.12.0 |
1501 | 2024-12-17T07:25:21.816Z | Compiling predicates-core v1.0.8 |
1502 | 2024-12-17T07:25:21.841Z | Compiling fixedbitset v0.4.2 |
1503 | 2024-12-17T07:25:22.198Z | Compiling difflib v0.4.0 |
1504 | 2024-12-17T07:25:22.321Z | Compiling bit-vec v0.6.3 |
1505 | 2024-12-17T07:25:22.486Z | Compiling new_debug_unreachable v1.0.6 |
1506 | 2024-12-17T07:25:22.592Z | Compiling unicode-width v0.2.0 |
1507 | 2024-12-17T07:25:22.692Z | Compiling bit-set v0.5.3 |
1508 | 2024-12-17T07:25:22.784Z | Compiling predicates v3.1.2 |
1509 | 2024-12-17T07:25:22.996Z | Compiling string_cache v0.8.7 |
1510 | 2024-12-17T07:25:23.123Z | Compiling indicatif v0.17.9 |
1511 | 2024-12-17T07:25:23.523Z | Compiling similar v2.6.0 |
1512 | 2024-12-17T07:25:23.867Z | Compiling petgraph v0.6.5 |
1513 | 2024-12-17T07:25:24.132Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1514 | 2024-12-17T07:25:24.643Z | Compiling tokio-postgres v0.7.12 |
1515 | 2024-12-17T07:25:24.929Z | Compiling clap v4.5.21 |
1516 | 2024-12-17T07:25:25.061Z | Compiling ecdsa v0.16.9 |
1517 | 2024-12-17T07:25:25.435Z | Compiling rsa v0.9.6 |
1518 | 2024-12-17T07:25:25.974Z | Compiling ed25519-dalek v2.1.1 |
1519 | 2024-12-17T07:25:26.023Z | Compiling toml v0.7.8 |
1520 | 2024-12-17T07:25:27.307Z | Compiling zip v0.6.6 |
1521 | 2024-12-17T07:25:27.800Z | Compiling crossterm v0.28.1 |
1522 | 2024-12-17T07:25:28.962Z | Compiling hex v0.4.3 |
1523 | 2024-12-17T07:25:29.175Z | Compiling x509-cert v0.2.5 |
1524 | 2024-12-17T07:25:29.507Z | Compiling unicode-xid v0.2.6 |
1525 | 2024-12-17T07:25:29.592Z | Compiling lalrpop-util v0.19.12 |
1526 | 2024-12-17T07:25:29.693Z | Compiling peg-runtime v0.8.3 |
1527 | 2024-12-17T07:25:29.969Z | Compiling strum_macros v0.26.4 |
1528 | 2024-12-17T07:25:30.338Z | Compiling xattr v1.3.1 |
1529 | 2024-12-17T07:25:30.481Z | Compiling filetime v0.2.25 |
1530 | 2024-12-17T07:25:30.814Z | Compiling tar v0.4.42 |
1531 | 2024-12-17T07:25:34.823Z | Compiling strum v0.26.3 |
1532 | 2024-12-17T07:25:38.375Z | Compiling aws-lc-sys v0.22.0 |
1533 | 2024-12-17T07:26:06.606Z | Compiling rustls-webpki v0.102.8 |
1534 | 2024-12-17T07:26:10.093Z | Compiling tokio-rustls v0.25.0 |
1535 | 2024-12-17T07:26:11.739Z | Compiling tokio-rustls v0.26.0 |
1536 | 2024-12-17T07:26:12.202Z | Compiling hyper-rustls v0.27.3 |
1537 | 2024-12-17T07:26:12.520Z | Compiling reqwest v0.12.9 |
1538 | 2024-12-17T07:26:13.782Z | Compiling qorb v0.2.1 |
1539 | 2024-12-17T07:26:18.662Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1540 | 2024-12-17T07:26:18.899Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1541 | 2024-12-17T07:26:24.744Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 27s |
1542 | 2024-12-17T07:26:24.903Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1543 | 2024-12-17T07:26:24.955Z | Dec 17 07:26:24.369 INFO Starting download, target: Console |
1544 | 2024-12-17T07:26:24.955Z | Dec 17 07:26:24.370 INFO Starting download, target: Clickhouse |
1545 | 2024-12-17T07:26:24.955Z | Dec 17 07:26:24.370 INFO Starting download, target: Cockroach |
1546 | 2024-12-17T07:26:24.955Z | Dec 17 07:26:24.370 INFO Starting download, target: DendriteOpenapi |
1547 | 2024-12-17T07:26:24.955Z | Dec 17 07:26:24.370 INFO Starting download, target: DendriteStub |
1548 | 2024-12-17T07:26:24.955Z | Dec 17 07:26:24.370 INFO Starting download, target: MaghemiteMgd |
1549 | 2024-12-17T07:26:24.955Z | Dec 17 07:26:24.370 INFO Starting download, target: TransceiverControl |
1550 | 2024-12-17T07:26:24.958Z | Dec 17 07:26:24.370 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1551 | 2024-12-17T07:26:24.958Z | Dec 17 07:26:24.370 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1552 | 2024-12-17T07:26:24.958Z | Dec 17 07:26:24.370 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1553 | 2024-12-17T07:26:24.958Z | Dec 17 07:26:24.370 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1554 | 2024-12-17T07:26:24.959Z | Dec 17 07:26:24.370 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1555 | 2024-12-17T07:26:24.959Z | Dec 17 07:26:24.370 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1556 | 2024-12-17T07:26:24.959Z | Dec 17 07:26:24.370 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1557 | 2024-12-17T07:26:25.117Z | Dec 17 07:26:24.531 INFO Download complete, target: DendriteOpenapi |
1558 | 2024-12-17T07:26:25.371Z | Dec 17 07:26:24.753 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1559 | 2024-12-17T07:26:25.455Z | Dec 17 07:26:24.867 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1560 | 2024-12-17T07:26:25.806Z | Dec 17 07:26:25.185 INFO Download complete, target: Console |
1561 | 2024-12-17T07:26:25.865Z | Dec 17 07:26:25.274 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1562 | 2024-12-17T07:26:25.931Z | Dec 17 07:26:25.341 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1563 | 2024-12-17T07:26:26.019Z | Dec 17 07:26:25.428 INFO Download complete, target: TransceiverControl |
1564 | 2024-12-17T07:26:26.579Z | Dec 17 07:26:25.993 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1565 | 2024-12-17T07:26:26.579Z | Dec 17 07:26:25.993 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1566 | 2024-12-17T07:26:26.818Z | Dec 17 07:26:26.231 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1567 | 2024-12-17T07:26:28.689Z | Dec 17 07:26:28.102 INFO Download complete, target: DendriteStub |
1568 | 2024-12-17T07:26:28.748Z | Dec 17 07:26:28.162 INFO Download complete, target: MaghemiteMgd |
1569 | 2024-12-17T07:26:33.801Z | Dec 17 07:26:33.213 INFO Checking that binary works, target: Cockroach |
1570 | 2024-12-17T07:26:33.959Z | Dec 17 07:26:33.371 INFO Download complete, target: Cockroach |
1571 | 2024-12-17T07:26:38.906Z | Dec 17 07:26:38.316 INFO Checking that binary works, target: Clickhouse |
1572 | 2024-12-17T07:26:39.031Z | Dec 17 07:26:38.441 INFO Download complete, target: Clickhouse |
1573 | 2024-12-17T07:26:39.051Z | All builder prerequisites installed successfully, and PATH looks valid |
1574 | 2024-12-17T07:26:39.054Z | |
1575 | 2024-12-17T07:26:39.054Z | real 5:25.995832153 |
1576 | 2024-12-17T07:26:39.054Z | user 16:31.702853842 |
1577 | 2024-12-17T07:26:39.054Z | sys 3:16.679878301 |
1578 | 2024-12-17T07:26:39.054Z | trap 0.552898836 |
1579 | 2024-12-17T07:26:39.054Z | tflt 1.652041093 |
1580 | 2024-12-17T07:26:39.054Z | dflt 2.354852064 |
1581 | 2024-12-17T07:26:39.054Z | kflt 0.032126007 |
1582 | 2024-12-17T07:26:39.054Z | lock 30:18.571014693 |
1583 | 2024-12-17T07:26:39.054Z | slp 1:02:36.663726524 |
1584 | 2024-12-17T07:26:39.054Z | lat 58.582095504 |
1585 | 2024-12-17T07:26:39.054Z | stop 2:18.232575867 |
1586 | 2024-12-17T07:26:39.054Z | + banner clippy |
1587 | 2024-12-17T07:26:39.057Z | |
1588 | 2024-12-17T07:26:39.057Z | #### # # ##### ##### # # |
1589 | 2024-12-17T07:26:39.057Z | # # # # # # # # # # |
1590 | 2024-12-17T07:26:39.057Z | # # # # # # # # |
1591 | 2024-12-17T07:26:39.057Z | # # # ##### ##### # |
1592 | 2024-12-17T07:26:39.057Z | # # # # # # # |
1593 | 2024-12-17T07:26:39.057Z | #### ###### # # # # |
1594 | 2024-12-17T07:26:39.057Z | |
1595 | 2024-12-17T07:26:39.057Z | + export CARGO_INCREMENTAL=0 |
1596 | 2024-12-17T07:26:39.057Z | + CARGO_INCREMENTAL=0 |
1597 | 2024-12-17T07:26:39.057Z | + ptime -m cargo xtask clippy |
1598 | 2024-12-17T07:26:39.583Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1599 | 2024-12-17T07:26:43.413Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.30s |
1600 | 2024-12-17T07:26:43.482Z | Running `target/debug/xtask clippy` |
1601 | 2024-12-17T07:26:43.503Z | running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1602 | 2024-12-17T07:26:44.176Z | Downloading crates ... |
1603 | 2024-12-17T07:26:44.500Z | Downloaded approx v0.5.1 |
1604 | 2024-12-17T07:26:44.503Z | Downloaded anes v0.1.6 |
1605 | 2024-12-17T07:26:44.509Z | Downloaded async-channel v2.3.1 |
1606 | 2024-12-17T07:26:44.513Z | Downloaded guppy-workspace-hack v0.1.0 |
1607 | 2024-12-17T07:26:44.516Z | Downloaded doc-comment v0.3.3 |
1608 | 2024-12-17T07:26:44.518Z | Downloaded escape8259 v0.5.3 |
1609 | 2024-12-17T07:26:44.521Z | Downloaded nested v0.1.1 |
1610 | 2024-12-17T07:26:44.521Z | Downloaded async-object-pool v0.1.5 |
1611 | 2024-12-17T07:26:44.523Z | Downloaded target-triple v0.1.3 |
1612 | 2024-12-17T07:26:44.530Z | Downloaded pathdiff v0.2.2 |
1613 | 2024-12-17T07:26:44.535Z | Downloaded plotters-svg v0.3.7 |
1614 | 2024-12-17T07:26:44.555Z | Downloaded num_cpus v1.16.0 |
1615 | 2024-12-17T07:26:44.558Z | Downloaded oorandom v11.1.4 |
1616 | 2024-12-17T07:26:44.560Z | Downloaded cast v0.3.0 |
1617 | 2024-12-17T07:26:44.560Z | Downloaded async-global-executor v2.4.1 |
1618 | 2024-12-17T07:26:44.563Z | Downloaded piper v0.2.4 |
1619 | 2024-12-17T07:26:44.563Z | Downloaded similar-asserts v1.6.0 |
1620 | 2024-12-17T07:26:44.565Z | Downloaded async-signal v0.2.10 |
1621 | 2024-12-17T07:26:44.574Z | Downloaded stringmetrics v2.2.2 |
1622 | 2024-12-17T07:26:44.578Z | Downloaded event-listener-strategy v0.5.2 |
1623 | 2024-12-17T07:26:44.578Z | Downloaded target-spec v3.2.2 |
1624 | 2024-12-17T07:26:44.578Z | Downloaded plotters-backend v0.3.7 |
1625 | 2024-12-17T07:26:44.578Z | Downloaded indoc v2.0.5 |
1626 | 2024-12-17T07:26:44.580Z | Downloaded serde_regex v1.1.0 |
1627 | 2024-12-17T07:26:44.580Z | Downloaded parking v2.2.1 |
1628 | 2024-12-17T07:26:44.580Z | Downloaded proc-macro-crate v3.2.0 |
1629 | 2024-12-17T07:26:44.583Z | Downloaded threadpool v1.8.1 |
1630 | 2024-12-17T07:26:44.583Z | Downloaded relative-path v1.9.3 |
1631 | 2024-12-17T07:26:44.585Z | Downloaded async-attributes v1.1.2 |
1632 | 2024-12-17T07:26:44.585Z | Downloaded futures-timer v3.0.3 |
1633 | 2024-12-17T07:26:44.588Z | Downloaded criterion-plot v0.5.0 |
1634 | 2024-12-17T07:26:44.590Z | Downloaded blocking v1.6.1 |
1635 | 2024-12-17T07:26:44.608Z | Downloaded path-tree v0.8.1 |
1636 | 2024-12-17T07:26:44.611Z | Downloaded blake2b_simd v1.0.2 |
1637 | 2024-12-17T07:26:44.613Z | Downloaded async-lock v3.4.0 |
1638 | 2024-12-17T07:26:44.613Z | Downloaded hyper-rustls v0.26.0 |
1639 | 2024-12-17T07:26:44.615Z | Downloaded httptest v0.16.1 |
1640 | 2024-12-17T07:26:44.617Z | Downloaded rustls-native-certs v0.7.3 |
1641 | 2024-12-17T07:26:44.620Z | Downloaded partial-io v0.5.4 |
1642 | 2024-12-17T07:26:44.622Z | Downloaded kv-log-macro v1.0.7 |
1643 | 2024-12-17T07:26:44.624Z | Downloaded concurrent-queue v2.5.0 |
1644 | 2024-12-17T07:26:44.626Z | Downloaded async-task v4.7.1 |
1645 | 2024-12-17T07:26:44.628Z | Downloaded tinytemplate v1.2.1 |
1646 | 2024-12-17T07:26:44.629Z | Downloaded target-lexicon v0.12.16 |
1647 | 2024-12-17T07:26:44.631Z | Downloaded futures-lite v2.3.0 |
1648 | 2024-12-17T07:26:44.633Z | Downloaded async-process v2.3.0 |
1649 | 2024-12-17T07:26:44.633Z | Downloaded rust-argon2 v2.1.0 |
1650 | 2024-12-17T07:26:44.637Z | Downloaded trybuild v1.0.101 |
1651 | 2024-12-17T07:26:44.640Z | Downloaded assert_cmd v2.0.16 |
1652 | 2024-12-17T07:26:44.643Z | Downloaded cfg-expr v0.17.0 |
1653 | 2024-12-17T07:26:44.645Z | Downloaded yansi v1.0.1 |
1654 | 2024-12-17T07:26:44.647Z | Downloaded rstest v0.23.0 |
1655 | 2024-12-17T07:26:44.651Z | Downloaded rand_distr v0.4.3 |
1656 | 2024-12-17T07:26:44.654Z | Downloaded rstest_macros v0.23.0 |
1657 | 2024-12-17T07:26:44.657Z | Downloaded polling v3.7.3 |
1658 | 2024-12-17T07:26:44.660Z | Downloaded libtest-mimic v0.7.3 |
1659 | 2024-12-17T07:26:44.662Z | Downloaded pretty_assertions v1.4.1 |
1660 | 2024-12-17T07:26:44.664Z | Downloaded fancy-regex v0.13.0 |
1661 | 2024-12-17T07:26:44.667Z | Downloaded event-listener v5.3.1 |
1662 | 2024-12-17T07:26:44.669Z | Downloaded async-io v2.3.4 |
1663 | 2024-12-17T07:26:44.672Z | Downloaded async-executor v1.13.1 |
1664 | 2024-12-17T07:26:44.674Z | Downloaded event-listener v2.5.3 |
1665 | 2024-12-17T07:26:44.674Z | Downloaded datatest-stable v0.2.9 |
1666 | 2024-12-17T07:26:44.676Z | Downloaded async-channel v1.9.0 |
1667 | 2024-12-17T07:26:44.679Z | Downloaded assert-json-diff v2.0.2 |
1668 | 2024-12-17T07:26:44.681Z | Downloaded plotters v0.3.7 |
1669 | 2024-12-17T07:26:44.687Z | Downloaded guppy v0.17.8 |
1670 | 2024-12-17T07:26:44.692Z | Downloaded criterion v0.5.1 |
1671 | 2024-12-17T07:26:44.698Z | Downloaded async-std v1.13.0 |
1672 | 2024-12-17T07:26:44.779Z | Downloaded httpmock v0.8.0-alpha.1 |
1673 | 2024-12-17T07:26:45.547Z | Checking cfg-if v1.0.0 |
1674 | 2024-12-17T07:26:45.625Z | Checking libc v0.2.162 |
1675 | 2024-12-17T07:26:45.645Z | Checking serde v1.0.215 |
1676 | 2024-12-17T07:26:45.666Z | Checking memchr v2.7.4 |
1677 | 2024-12-17T07:26:45.690Z | Checking value-bag v1.9.0 |
1678 | 2024-12-17T07:26:45.714Z | Checking scopeguard v1.2.0 |
1679 | 2024-12-17T07:26:45.737Z | Checking zeroize v1.8.1 |
1680 | 2024-12-17T07:26:45.762Z | Checking smallvec v1.13.2 |
1681 | 2024-12-17T07:26:45.795Z | Checking itoa v1.0.11 |
1682 | 2024-12-17T07:26:45.856Z | Checking lock_api v0.4.12 |
1683 | 2024-12-17T07:26:46.007Z | Checking byteorder v1.5.0 |
1684 | 2024-12-17T07:26:46.035Z | Checking pin-project-lite v0.2.14 |
1685 | 2024-12-17T07:26:46.097Z | Checking log v0.4.22 |
1686 | 2024-12-17T07:26:46.123Z | Checking subtle v2.6.1 |
1687 | 2024-12-17T07:26:46.160Z | Checking once_cell v1.20.2 |
1688 | 2024-12-17T07:26:46.311Z | Checking typenum v1.17.0 |
1689 | 2024-12-17T07:26:46.383Z | Checking futures-core v0.3.31 |
1690 | 2024-12-17T07:26:46.416Z | Checking libm v0.2.8 |
1691 | 2024-12-17T07:26:46.479Z | Checking thiserror v1.0.69 |
1692 | 2024-12-17T07:26:46.540Z | Checking zerocopy v0.7.35 |
1693 | 2024-12-17T07:26:46.572Z | Checking ryu v1.0.18 |
1694 | 2024-12-17T07:26:46.622Z | Checking spin v0.9.8 |
1695 | 2024-12-17T07:26:46.659Z | Checking const-oid v0.9.6 |
1696 | 2024-12-17T07:26:46.733Z | Checking getrandom v0.2.15 |
1697 | 2024-12-17T07:26:46.806Z | Checking signal-hook-registry v1.4.2 |
1698 | 2024-12-17T07:26:46.973Z | Checking parking_lot_core v0.9.10 |
1699 | 2024-12-17T07:26:46.975Z | Checking rand_core v0.6.4 |
1700 | 2024-12-17T07:26:47.071Z | Checking mio v1.0.2 |
1701 | 2024-12-17T07:26:47.319Z | Checking parking_lot v0.12.3 |
1702 | 2024-12-17T07:26:47.323Z | Checking num-traits v0.2.19 |
1703 | 2024-12-17T07:26:47.323Z | Checking socket2 v0.5.7 |
1704 | 2024-12-17T07:26:47.669Z | Checking generic-array v0.14.7 |
1705 | 2024-12-17T07:26:47.685Z | Checking futures-io v0.3.31 |
1706 | 2024-12-17T07:26:47.713Z | Checking slab v0.4.9 |
1707 | 2024-12-17T07:26:47.787Z | Checking allocator-api2 v0.2.18 |
1708 | 2024-12-17T07:26:47.882Z | Checking cpufeatures v0.2.14 |
1709 | 2024-12-17T07:26:47.959Z | Checking futures-sink v0.3.31 |
1710 | 2024-12-17T07:26:47.992Z | Checking pin-utils v0.1.0 |
1711 | 2024-12-17T07:26:48.020Z | Checking foldhash v0.1.3 |
1712 | 2024-12-17T07:26:48.095Z | Checking equivalent v1.0.1 |
1713 | 2024-12-17T07:26:48.122Z | Checking futures-channel v0.3.31 |
1714 | 2024-12-17T07:26:48.215Z | Checking futures-task v0.3.31 |
1715 | 2024-12-17T07:26:48.249Z | Checking stable_deref_trait v1.2.0 |
1716 | 2024-12-17T07:26:48.387Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1717 | 2024-12-17T07:26:48.470Z | Checking hashbrown v0.15.1 |
1718 | 2024-12-17T07:26:48.498Z | Checking iana-time-zone v0.1.61 |
1719 | 2024-12-17T07:26:48.502Z | Checking futures-util v0.3.31 |
1720 | 2024-12-17T07:26:48.543Z | Checking fnv v1.0.7 |
1721 | 2024-12-17T07:26:48.659Z | Checking ppv-lite86 v0.2.20 |
1722 | 2024-12-17T07:26:48.689Z | Checking tracing-core v0.1.32 |
1723 | 2024-12-17T07:26:48.747Z | Checking errno v0.3.9 |
1724 | 2024-12-17T07:26:48.823Z | Checking crypto-common v0.1.6 |
1725 | 2024-12-17T07:26:48.981Z | Checking block-buffer v0.10.4 |
1726 | 2024-12-17T07:26:49.103Z | Checking zerofrom v0.1.4 |
1727 | 2024-12-17T07:26:49.151Z | Checking dyn-clone v1.0.17 |
1728 | 2024-12-17T07:26:49.307Z | Checking digest v0.10.7 |
1729 | 2024-12-17T07:26:49.363Z | Checking block-padding v0.3.3 |
1730 | 2024-12-17T07:26:49.365Z | Checking yoke v0.7.4 |
1731 | 2024-12-17T07:26:49.457Z | Checking tracing v0.1.40 |
1732 | 2024-12-17T07:26:49.585Z | Checking inout v0.1.3 |
1733 | 2024-12-17T07:26:49.611Z | Checking rand_chacha v0.3.1 |
1734 | 2024-12-17T07:26:49.679Z | Checking crossbeam-utils v0.8.20 |
1735 | 2024-12-17T07:26:49.714Z | Checking zerovec v0.10.4 |
1736 | 2024-12-17T07:26:49.746Z | Checking percent-encoding v2.3.1 |
1737 | 2024-12-17T07:26:49.817Z | Checking cipher v0.4.4 |
1738 | 2024-12-17T07:26:49.819Z | Checking litemap v0.7.3 |
1739 | 2024-12-17T07:26:49.954Z | Checking writeable v0.5.5 |
1740 | 2024-12-17T07:26:49.992Z | Checking rand v0.8.5 |
1741 | 2024-12-17T07:26:50.188Z | Checking tinyvec_macros v0.1.1 |
1742 | 2024-12-17T07:26:50.228Z | Checking form_urlencoded v1.2.1 |
1743 | 2024-12-17T07:26:50.280Z | Checking httparse v1.9.5 |
1744 | 2024-12-17T07:26:50.306Z | Checking tinyvec v1.8.0 |
1745 | 2024-12-17T07:26:50.400Z | Checking base64ct v1.6.0 |
1746 | 2024-12-17T07:26:50.445Z | Checking regex-syntax v0.8.5 |
1747 | 2024-12-17T07:26:50.729Z | Checking bytes v1.8.0 |
1748 | 2024-12-17T07:26:50.731Z | Checking bitflags v2.6.0 |
1749 | 2024-12-17T07:26:50.887Z | Checking serde_json v1.0.133 |
1750 | 2024-12-17T07:26:51.060Z | Checking indexmap v2.7.0 |
1751 | 2024-12-17T07:26:51.314Z | Checking chrono v0.4.38 |
1752 | 2024-12-17T07:26:51.405Z | Checking rustix v0.38.37 |
1753 | 2024-12-17T07:26:51.535Z | Checking tokio v1.42.0 |
1754 | 2024-12-17T07:26:51.620Z | Checking uuid v1.11.0 |
1755 | 2024-12-17T07:26:52.280Z | Checking http v1.1.0 |
1756 | 2024-12-17T07:26:52.406Z | Checking tinystr v0.7.6 |
1757 | 2024-12-17T07:26:52.631Z | Checking icu_locid_transform_data v1.5.0 |
1758 | 2024-12-17T07:26:52.750Z | Checking atomic-waker v1.1.2 |
1759 | 2024-12-17T07:26:52.828Z | Checking icu_locid v1.5.0 |
1760 | 2024-12-17T07:26:52.886Z | Checking unicode-normalization v0.1.24 |
1761 | 2024-12-17T07:26:53.433Z | Checking schemars v0.8.21 |
1762 | 2024-12-17T07:26:53.690Z | Checking icu_collections v1.5.0 |
1763 | 2024-12-17T07:26:53.804Z | Checking hmac v0.12.1 |
1764 | 2024-12-17T07:26:53.835Z | Checking icu_properties_data v1.5.0 |
1765 | 2024-12-17T07:26:53.838Z | Checking icu_provider v1.5.0 |
1766 | 2024-12-17T07:26:53.838Z | Checking untrusted v0.9.0 |
1767 | 2024-12-17T07:26:54.020Z | Checking sha2 v0.10.8 |
1768 | 2024-12-17T07:26:54.043Z | Checking ring v0.17.8 |
1769 | 2024-12-17T07:26:54.102Z | Checking aho-corasick v1.1.3 |
1770 | 2024-12-17T07:26:54.347Z | Checking write16 v1.0.0 |
1771 | 2024-12-17T07:26:54.492Z | Checking utf16_iter v1.0.5 |
1772 | 2024-12-17T07:26:54.547Z | Checking icu_locid_transform v1.5.0 |
1773 | 2024-12-17T07:26:54.584Z | Checking unicode-ident v1.0.13 |
1774 | 2024-12-17T07:26:54.672Z | Checking utf8_iter v1.0.4 |
1775 | 2024-12-17T07:26:54.766Z | Checking unicode-bidi v0.3.17 |
1776 | 2024-12-17T07:26:54.897Z | Checking icu_normalizer_data v1.5.0 |
1777 | 2024-12-17T07:26:54.926Z | Checking lazy_static v1.5.0 |
1778 | 2024-12-17T07:26:55.012Z | Checking powerfmt v0.2.0 |
1779 | 2024-12-17T07:26:55.061Z | Checking adler2 v2.0.0 |
1780 | 2024-12-17T07:26:55.104Z | Checking num_threads v0.1.7 |
1781 | 2024-12-17T07:26:55.232Z | Checking time-core v0.1.2 |
1782 | 2024-12-17T07:26:55.234Z | Checking miniz_oxide v0.8.0 |
1783 | 2024-12-17T07:26:55.307Z | Checking deranged v0.3.11 |
1784 | 2024-12-17T07:26:55.388Z | Checking rustls-pki-types v1.10.0 |
1785 | 2024-12-17T07:26:55.414Z | Checking num-conv v0.1.0 |
1786 | 2024-12-17T07:26:55.500Z | Checking icu_properties v1.5.1 |
1787 | 2024-12-17T07:26:55.680Z | Checking proc-macro2 v1.0.92 |
1788 | 2024-12-17T07:26:55.775Z | Checking regex-automata v0.4.8 |
1789 | 2024-12-17T07:26:55.807Z | Checking pem-rfc7468 v0.7.0 |
1790 | 2024-12-17T07:26:55.953Z | Checking untrusted v0.7.1 |
1791 | 2024-12-17T07:26:55.990Z | Checking http-body v1.0.1 |
1792 | 2024-12-17T07:26:56.070Z | Checking aws-lc-sys v0.22.0 |
1793 | 2024-12-17T07:26:56.135Z | Checking mirai-annotations v1.12.0 |
1794 | 2024-12-17T07:26:56.209Z | Checking base64 v0.22.1 |
1795 | 2024-12-17T07:26:56.311Z | Checking try-lock v0.2.5 |
1796 | 2024-12-17T07:26:56.346Z | Checking quote v1.0.37 |
1797 | 2024-12-17T07:26:56.457Z | Checking httpdate v1.0.3 |
1798 | 2024-12-17T07:26:56.664Z | Checking want v0.3.1 |
1799 | 2024-12-17T07:26:56.696Z | Checking syn v2.0.90 |
1800 | 2024-12-17T07:26:56.724Z | Checking flagset v0.4.6 |
1801 | 2024-12-17T07:26:56.859Z | Checking pbkdf2 v0.12.2 |
1802 | 2024-12-17T07:26:56.938Z | Checking der v0.7.9 |
1803 | 2024-12-17T07:26:57.044Z | Checking aes v0.8.4 |
1804 | 2024-12-17T07:26:57.131Z | Checking time v0.3.36 |
1805 | 2024-12-17T07:26:57.967Z | Checking salsa20 v0.10.2 |
1806 | 2024-12-17T07:26:58.181Z | Checking cbc v0.1.2 |
1807 | 2024-12-17T07:26:58.408Z | Checking ahash v0.8.11 |
1808 | 2024-12-17T07:26:58.638Z | Checking aws-lc-rs v1.10.0 |
1809 | 2024-12-17T07:26:58.782Z | Checking tokio-util v0.7.12 |
1810 | 2024-12-17T07:26:58.936Z | Checking spki v0.7.3 |
1811 | 2024-12-17T07:26:59.006Z | Checking icu_normalizer v1.5.0 |
1812 | 2024-12-17T07:26:59.033Z | Checking slog v2.7.0 |
1813 | 2024-12-17T07:26:59.239Z | Checking tower-service v0.3.3 |
1814 | 2024-12-17T07:26:59.368Z | Checking scrypt v0.11.0 |
1815 | 2024-12-17T07:26:59.540Z | Checking gimli v0.31.1 |
1816 | 2024-12-17T07:26:59.597Z | Checking mime v0.3.17 |
1817 | 2024-12-17T07:26:59.650Z | Checking pkcs5 v0.7.1 |
1818 | 2024-12-17T07:26:59.681Z | Checking h2 v0.4.6 |
1819 | 2024-12-17T07:26:59.847Z | Checking idna_adapter v1.2.0 |
1820 | 2024-12-17T07:26:59.930Z | Checking object v0.36.5 |
1821 | 2024-12-17T07:27:00.053Z | Checking idna v1.0.3 |
1822 | 2024-12-17T07:27:00.170Z | Checking utf8parse v0.2.2 |
1823 | 2024-12-17T07:27:00.318Z | Checking rustc-demangle v0.1.24 |
1824 | 2024-12-17T07:27:00.471Z | Checking rustls-webpki v0.102.8 |
1825 | 2024-12-17T07:27:00.499Z | Checking regex v1.11.1 |
1826 | 2024-12-17T07:27:00.548Z | Checking url v2.5.3 |
1827 | 2024-12-17T07:27:00.731Z | Checking pkcs8 v0.10.2 |
1828 | 2024-12-17T07:27:01.077Z | Checking http-body-util v0.1.2 |
1829 | 2024-12-17T07:27:01.117Z | Checking futures-executor v0.3.31 |
1830 | 2024-12-17T07:27:01.315Z | Checking toml_datetime v0.6.8 |
1831 | 2024-12-17T07:27:01.374Z | Checking serde_spanned v0.6.8 |
1832 | 2024-12-17T07:27:01.404Z | Checking unicode-width v0.1.14 |
1833 | 2024-12-17T07:27:01.574Z | Checking data-encoding v2.6.0 |
1834 | 2024-12-17T07:27:01.606Z | Checking ipnet v2.10.1 |
1835 | 2024-12-17T07:27:01.631Z | Checking futures v0.3.31 |
1836 | 2024-12-17T07:27:01.755Z | Checking rustls-pemfile v2.2.0 |
1837 | 2024-12-17T07:27:01.902Z | Checking foreign-types-shared v0.1.1 |
1838 | 2024-12-17T07:27:01.973Z | Checking anstyle v1.0.10 |
1839 | 2024-12-17T07:27:02.013Z | Checking openssl-probe v0.1.5 |
1840 | 2024-12-17T07:27:02.089Z | Checking foreign-types v0.3.2 |
1841 | 2024-12-17T07:27:02.174Z | Checking semver v1.0.23 |
1842 | 2024-12-17T07:27:02.201Z | Checking serde_urlencoded v0.7.1 |
1843 | 2024-12-17T07:27:02.283Z | Checking sha1 v0.10.6 |
1844 | 2024-12-17T07:27:02.319Z | Checking openssl-sys v0.9.103 |
1845 | 2024-12-17T07:27:02.570Z | Checking encoding_rs v0.8.34 |
1846 | 2024-12-17T07:27:02.598Z | Checking rustls v0.23.19 |
1847 | 2024-12-17T07:27:02.631Z | Checking anstyle-parse v0.2.5 |
1848 | 2024-12-17T07:27:02.902Z | Checking camino v1.1.9 |
1849 | 2024-12-17T07:27:03.039Z | Checking anstyle-query v1.1.1 |
1850 | 2024-12-17T07:27:03.186Z | Checking either v1.13.0 |
1851 | 2024-12-17T07:27:03.491Z | Checking colorchoice v1.0.2 |
1852 | 2024-12-17T07:27:03.494Z | Checking addr2line v0.24.2 |
1853 | 2024-12-17T07:27:03.573Z | Checking winnow v0.6.20 |
1854 | 2024-12-17T07:27:03.632Z | Checking is_terminal_polyfill v1.70.1 |
1855 | 2024-12-17T07:27:03.635Z | Checking openssl v0.10.66 |
1856 | 2024-12-17T07:27:03.770Z | Checking anstream v0.6.15 |
1857 | 2024-12-17T07:27:04.045Z | Checking idna v0.3.0 |
1858 | 2024-12-17T07:27:04.163Z | Checking terminal_size v0.4.0 |
1859 | 2024-12-17T07:27:04.356Z | Checking openapiv3 v2.0.0 |
1860 | 2024-12-17T07:27:04.897Z | Checking signature v2.2.0 |
1861 | 2024-12-17T07:27:04.923Z | Checking psl-types v2.0.11 |
1862 | 2024-12-17T07:27:05.107Z | Checking strsim v0.11.1 |
1863 | 2024-12-17T07:27:05.133Z | Checking clap_lex v0.7.2 |
1864 | 2024-12-17T07:27:05.394Z | Checking publicsuffix v2.2.3 |
1865 | 2024-12-17T07:27:05.421Z | Checking clap_builder v4.5.21 |
1866 | 2024-12-17T07:27:05.653Z | Checking cookie v0.18.1 |
1867 | 2024-12-17T07:27:05.926Z | Checking hyper v1.5.1 |
1868 | 2024-12-17T07:27:06.134Z | Checking webpki-roots v0.26.6 |
1869 | 2024-12-17T07:27:06.359Z | Checking idna v0.5.0 |
1870 | 2024-12-17T07:27:06.477Z | Checking backtrace v0.3.74 |
1871 | 2024-12-17T07:27:06.525Z | Checking is-terminal v0.4.13 |
1872 | 2024-12-17T07:27:06.656Z | Checking scroll v0.12.0 |
1873 | 2024-12-17T07:27:07.064Z | Checking anyhow v1.0.93 |
1874 | 2024-12-17T07:27:07.159Z | Checking plain v0.2.3 |
1875 | 2024-12-17T07:27:07.244Z | Checking ucd-trie v0.1.7 |
1876 | 2024-12-17T07:27:07.324Z | Checking goblin v0.8.2 |
1877 | 2024-12-17T07:27:07.456Z | Checking cookie_store v0.21.0 |
1878 | 2024-12-17T07:27:07.459Z | Checking pest v2.7.14 |
1879 | 2024-12-17T07:27:07.862Z | Checking sync_wrapper v1.0.1 |
1880 | 2024-12-17T07:27:08.014Z | Checking hyper-util v0.1.10 |
1881 | 2024-12-17T07:27:08.041Z | Checking pretty-hex v0.4.1 |
1882 | 2024-12-17T07:27:08.066Z | Checking tokio-rustls v0.26.0 |
1883 | 2024-12-17T07:27:08.214Z | Checking base16ct v0.2.0 |
1884 | 2024-12-17T07:27:08.216Z | Checking num-integer v0.1.46 |
1885 | 2024-12-17T07:27:08.425Z | Checking clap v4.5.21 |
1886 | 2024-12-17T07:27:08.483Z | Checking sec1 v0.7.3 |
1887 | 2024-12-17T07:27:08.507Z | Checking ff v0.13.0 |
1888 | 2024-12-17T07:27:08.581Z | Checking thread-id v4.2.2 |
1889 | 2024-12-17T07:27:08.710Z | Checking toml_edit v0.22.22 |
1890 | 2024-12-17T07:27:08.739Z | Checking group v0.13.0 |
1891 | 2024-12-17T07:27:08.739Z | Checking hkdf v0.12.4 |
1892 | 2024-12-17T07:27:08.896Z | Checking crypto-bigint v0.5.5 |
1893 | 2024-12-17T07:27:09.033Z | Checking memmap v0.7.0 |
1894 | 2024-12-17T07:27:09.036Z | Checking dirs-sys-next v0.1.2 |
1895 | 2024-12-17T07:27:09.150Z | Checking native-tls v0.2.12 |
1896 | 2024-12-17T07:27:09.228Z | Checking crc32fast v1.4.2 |
1897 | 2024-12-17T07:27:09.281Z | Checking bitflags v1.3.2 |
1898 | 2024-12-17T07:27:09.400Z | Checking utf-8 v0.7.6 |
1899 | 2024-12-17T07:27:09.461Z | Checking tokio-native-tls v0.3.1 |
1900 | 2024-12-17T07:27:09.489Z | Checking static_assertions v1.1.0 |
1901 | 2024-12-17T07:27:09.595Z | Checking dirs-next v2.0.0 |
1902 | 2024-12-17T07:27:09.623Z | Checking crossbeam-channel v0.5.13 |
1903 | 2024-12-17T07:27:09.731Z | Checking thread_local v1.1.8 |
1904 | 2024-12-17T07:27:09.755Z | Checking unicode-segmentation v1.12.0 |
1905 | 2024-12-17T07:27:10.002Z | Checking term v0.7.0 |
1906 | 2024-12-17T07:27:10.028Z | Checking hyper-tls v0.6.0 |
1907 | 2024-12-17T07:27:10.050Z | Checking hyper-rustls v0.27.3 |
1908 | 2024-12-17T07:27:10.325Z | Checking dtrace-parser v0.2.0 |
1909 | 2024-12-17T07:27:10.407Z | Checking num-iter v0.1.45 |
1910 | 2024-12-17T07:27:10.432Z | Checking reqwest v0.12.9 |
1911 | 2024-12-17T07:27:10.434Z | Checking crossbeam-epoch v0.9.18 |
1912 | 2024-12-17T07:27:10.476Z | Checking match_cfg v0.1.0 |
1913 | 2024-12-17T07:27:10.565Z | Checking take_mut v0.2.2 |
1914 | 2024-12-17T07:27:10.593Z | Checking hostname v0.3.1 |
1915 | 2024-12-17T07:27:10.732Z | Checking slog-async v2.8.0 |
1916 | 2024-12-17T07:27:10.759Z | Checking slog-term v2.9.1 |
1917 | 2024-12-17T07:27:10.791Z | Checking bstr v1.10.0 |
1918 | 2024-12-17T07:27:10.837Z | Checking rfc6979 v0.4.0 |
1919 | 2024-12-17T07:27:11.036Z | Checking hex v0.4.3 |
1920 | 2024-12-17T07:27:11.039Z | Checking managed v0.8.0 |
1921 | 2024-12-17T07:27:11.270Z | Checking winnow v0.5.40 |
1922 | 2024-12-17T07:27:11.407Z | Checking toml v0.8.19 |
1923 | 2024-12-17T07:27:11.464Z | Checking crossbeam-deque v0.8.5 |
1924 | 2024-12-17T07:27:11.534Z | Checking num-bigint-dig v0.8.4 |
1925 | 2024-12-17T07:27:11.702Z | Checking flate2 v1.0.34 |
1926 | 2024-12-17T07:27:11.759Z | Checking elliptic-curve v0.13.8 |
1927 | 2024-12-17T07:27:11.785Z | Checking rustls v0.22.4 |
1928 | 2024-12-17T07:27:12.142Z | Checking pkcs1 v0.7.5 |
1929 | 2024-12-17T07:27:12.173Z | Checking dof v0.3.0 |
1930 | 2024-12-17T07:27:12.330Z | Checking curve25519-dalek v4.1.3 |
1931 | 2024-12-17T07:27:12.359Z | Checking zerocopy v0.6.6 |
1932 | 2024-12-17T07:27:12.390Z | Checking ecdsa v0.16.9 |
1933 | 2024-12-17T07:27:12.572Z | Checking siphasher v0.3.11 |
1934 | 2024-12-17T07:27:12.782Z | Checking usdt-impl v0.5.0 |
1935 | 2024-12-17T07:27:12.899Z | Checking rayon-core v1.12.1 |
1936 | 2024-12-17T07:27:13.101Z | Checking ed25519 v2.2.3 |
1937 | 2024-12-17T07:27:13.104Z | Checking slog-json v2.6.1 |
1938 | 2024-12-17T07:27:13.349Z | Checking usdt v0.5.0 |
1939 | 2024-12-17T07:27:13.412Z | Checking signal-hook v0.3.17 |
1940 | 2024-12-17T07:27:13.440Z | Checking quick-error v1.2.3 |
1941 | 2024-12-17T07:27:13.586Z | Checking debug-ignore v1.0.5 |
1942 | 2024-12-17T07:27:13.613Z | Checking slog-bunyan v2.5.0 |
1943 | 2024-12-17T07:27:13.639Z | Checking multer v3.1.0 |
1944 | 2024-12-17T07:27:13.729Z | Checking itertools v0.10.5 |
1945 | 2024-12-17T07:27:13.756Z | Checking rsa v0.9.6 |
1946 | 2024-12-17T07:27:13.784Z | Checking x509-cert v0.2.5 |
1947 | 2024-12-17T07:27:13.809Z | Checking idna v0.4.0 |
1948 | 2024-12-17T07:27:14.023Z | Checking waitgroup v0.1.2 |
1949 | 2024-12-17T07:27:14.172Z | Checking hubpack v0.1.2 |
1950 | 2024-12-17T07:27:14.219Z | Checking ed25519-dalek v2.1.1 |
1951 | 2024-12-17T07:27:14.370Z | Checking toml_edit v0.19.15 |
1952 | 2024-12-17T07:27:14.480Z | Checking serde_path_to_error v0.1.16 |
1953 | 2024-12-17T07:27:14.644Z | Checking bzip2-sys v0.1.11+1.0.8 |
1954 | 2024-12-17T07:27:14.646Z | Checking async-stream v0.3.6 |
1955 | 2024-12-17T07:27:14.780Z | Checking hostname v0.4.0 |
1956 | 2024-12-17T07:27:14.808Z | Checking bit-vec v0.6.3 |
1957 | 2024-12-17T07:27:14.855Z | Checking bzip2 v0.4.4 |
1958 | 2024-12-17T07:27:14.941Z | Checking hickory-proto v0.24.1 |
1959 | 2024-12-17T07:27:15.095Z | Checking signal-hook-mio v0.2.4 |
1960 | 2024-12-17T07:27:15.144Z | Checking bit-set v0.5.3 |
1961 | 2024-12-17T07:27:15.170Z | Checking console v0.15.8 |
1962 | 2024-12-17T07:27:15.249Z | Checking hash32 v0.2.1 |
1963 | 2024-12-17T07:27:15.374Z | Checking tokio-rustls v0.25.0 |
1964 | 2024-12-17T07:27:15.406Z | Checking linked-hash-map v0.5.6 |
1965 | 2024-12-17T07:27:15.433Z | Checking predicates-core v1.0.8 |
1966 | 2024-12-17T07:27:15.577Z | Checking unicode-properties v0.1.3 |
1967 | 2024-12-17T07:27:15.626Z | Checking heapless v0.7.17 |
1968 | 2024-12-17T07:27:15.726Z | Checking crossterm v0.28.1 |
1969 | 2024-12-17T07:27:15.753Z | Checking lru-cache v0.1.2 |
1970 | 2024-12-17T07:27:15.756Z | Checking dropshot v0.12.0 |
1971 | 2024-12-17T07:27:15.927Z | Checking stringprep v0.1.5 |
1972 | 2024-12-17T07:27:15.956Z | Checking rayon v1.10.0 |
1973 | 2024-12-17T07:27:16.015Z | Checking phf_shared v0.11.2 |
1974 | 2024-12-17T07:27:16.228Z | Checking similar v2.6.0 |
1975 | 2024-12-17T07:27:16.309Z | Checking tokio-stream v0.1.16 |
1976 | 2024-12-17T07:27:16.619Z | Checking md-5 v0.10.6 |
1977 | 2024-12-17T07:27:16.828Z | Checking toml v0.7.8 |
1978 | 2024-12-17T07:27:16.872Z | Checking float-cmp v0.9.0 |
1979 | 2024-12-17T07:27:17.076Z | Checking normalize-line-endings v0.3.0 |
1980 | 2024-12-17T07:27:17.139Z | Checking fallible-iterator v0.2.0 |
1981 | 2024-12-17T07:27:17.195Z | Checking fixedbitset v0.4.2 |
1982 | 2024-12-17T07:27:17.223Z | Checking difflib v0.4.0 |
1983 | 2024-12-17T07:27:17.472Z | Checking petgraph v0.6.5 |
1984 | 2024-12-17T07:27:17.541Z | Checking predicates v3.1.2 |
1985 | 2024-12-17T07:27:17.590Z | Checking smoltcp v0.9.1 |
1986 | 2024-12-17T07:27:17.596Z | Checking phf v0.11.2 |
1987 | 2024-12-17T07:27:17.764Z | Checking postgres-protocol v0.6.7 |
1988 | 2024-12-17T07:27:17.888Z | Checking zip v0.6.6 |
1989 | 2024-12-17T07:27:18.240Z | Checking resolv-conf v0.7.0 |
1990 | 2024-12-17T07:27:18.462Z | Checking phf_shared v0.10.0 |
1991 | 2024-12-17T07:27:18.598Z | Checking tungstenite v0.24.0 |
1992 | 2024-12-17T07:27:18.600Z | Checking fs-err v2.11.0 |
1993 | 2024-12-17T07:27:18.767Z | Checking serde-big-array v0.5.1 |
1994 | 2024-12-17T07:27:19.008Z | Checking portable-atomic v1.9.0 |
1995 | 2024-12-17T07:27:19.115Z | Checking new_debug_unreachable v1.0.6 |
1996 | 2024-12-17T07:27:19.191Z | Checking precomputed-hash v0.1.1 |
1997 | 2024-12-17T07:27:19.218Z | Checking number_prefix v0.4.0 |
1998 | 2024-12-17T07:27:19.315Z | Checking minimal-lexical v0.2.1 |
1999 | 2024-12-17T07:27:19.419Z | Checking lalrpop-util v0.19.12 |
2000 | 2024-12-17T07:27:19.462Z | Checking unicode-width v0.2.0 |
2001 | 2024-12-17T07:27:19.519Z | Checking tokio-tungstenite v0.24.0 |
2002 | 2024-12-17T07:27:19.699Z | Checking string_cache v0.8.7 |
2003 | 2024-12-17T07:27:19.727Z | Checking nom v7.1.3 |
2004 | 2024-12-17T07:27:19.754Z | Checking hickory-resolver v0.24.1 |
2005 | 2024-12-17T07:27:19.849Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2006 | 2024-12-17T07:27:19.934Z | Checking postgres-types v0.2.8 |
2007 | 2024-12-17T07:27:19.990Z | Checking heck v0.4.1 |
2008 | 2024-12-17T07:27:19.992Z | Checking peg-runtime v0.8.3 |
2009 | 2024-12-17T07:27:20.035Z | Checking indicatif v0.17.9 |
2010 | 2024-12-17T07:27:20.211Z | Checking whoami v1.5.2 |
2011 | 2024-12-17T07:27:20.383Z | Compiling hashbrown v0.14.5 |
2012 | 2024-12-17T07:27:20.525Z | Compiling ident_case v1.0.1 |
2013 | 2024-12-17T07:27:20.680Z | Checking tokio-postgres v0.7.12 |
2014 | 2024-12-17T07:27:20.716Z | Compiling darling_core v0.20.10 |
2015 | 2024-12-17T07:27:20.810Z | Compiling unsafe-libyaml v0.2.11 |
2016 | 2024-12-17T07:27:21.372Z | Checking qorb v0.2.1 |
2017 | 2024-12-17T07:27:21.813Z | Compiling regress v0.10.1 |
2018 | 2024-12-17T07:27:22.099Z | Checking heck v0.5.0 |
2019 | 2024-12-17T07:27:22.313Z | Compiling serde_yaml v0.9.34+deprecated |
2020 | 2024-12-17T07:27:22.809Z | Checking progenitor-client v0.8.0 |
2021 | 2024-12-17T07:27:23.229Z | Checking fastrand v2.1.1 |
2022 | 2024-12-17T07:27:23.587Z | Compiling newtype-uuid v1.1.3 |
2023 | 2024-12-17T07:27:23.807Z | Checking ipnetwork v0.20.0 |
2024 | 2024-12-17T07:27:23.896Z | Compiling thiserror v2.0.3 |
2025 | 2024-12-17T07:27:24.015Z | Compiling thiserror-impl v2.0.3 |
2026 | 2024-12-17T07:27:24.181Z | Compiling structmeta-derive v0.3.0 |
2027 | 2024-12-17T07:27:24.889Z | Checking strum v0.26.3 |
2028 | 2024-12-17T07:27:25.061Z | Compiling dropshot v0.15.1 |
2029 | 2024-12-17T07:27:25.397Z | Checking macaddr v1.0.1 |
2030 | 2024-12-17T07:27:25.444Z | Compiling dropshot_endpoint v0.15.1 |
2031 | 2024-12-17T07:27:25.748Z | Compiling typify-impl v0.2.0 |
2032 | 2024-12-17T07:27:26.445Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2033 | 2024-12-17T07:27:27.151Z | Compiling structmeta v0.3.0 |
2034 | 2024-12-17T07:27:27.178Z | Checking tempfile v3.13.0 |
2035 | 2024-12-17T07:27:27.214Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2036 | 2024-12-17T07:27:27.546Z | Checking instant v0.1.13 |
2037 | 2024-12-17T07:27:27.571Z | Checking regress v0.9.1 |
2038 | 2024-12-17T07:27:27.619Z | Compiling parse-display-derive v0.10.0 |
2039 | 2024-12-17T07:27:27.668Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2040 | 2024-12-17T07:27:27.771Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2041 | 2024-12-17T07:27:27.900Z | Compiling darling_macro v0.20.10 |
2042 | 2024-12-17T07:27:28.093Z | Checking backoff v0.4.0 |
2043 | 2024-12-17T07:27:28.439Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2044 | 2024-12-17T07:27:28.463Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2045 | 2024-12-17T07:27:28.598Z | Checking wait-timeout v0.2.0 |
2046 | 2024-12-17T07:27:28.626Z | Checking rand_xorshift v0.3.0 |
2047 | 2024-12-17T07:27:28.629Z | Checking unarray v0.1.4 |
2048 | 2024-12-17T07:27:28.787Z | Compiling structmeta-derive v0.2.0 |
2049 | 2024-12-17T07:27:28.790Z | Checking rusty-fork v0.3.0 |
2050 | 2024-12-17T07:27:28.848Z | Checking camino-tempfile v1.1.1 |
2051 | 2024-12-17T07:27:28.883Z | Compiling darling v0.20.10 |
2052 | 2024-12-17T07:27:29.025Z | Compiling serde_with_macros v3.11.0 |
2053 | 2024-12-17T07:27:29.109Z | Checking proptest v1.5.0 |
2054 | 2024-12-17T07:27:29.151Z | Compiling proc-macro-error v1.0.4 |
2055 | 2024-12-17T07:27:29.869Z | Compiling proc-macro-crate v1.3.1 |
2056 | 2024-12-17T07:27:31.017Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2057 | 2024-12-17T07:27:31.138Z | Compiling num_enum_derive v0.5.11 |
2058 | 2024-12-17T07:27:31.390Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2059 | 2024-12-17T07:27:31.720Z | Compiling foreign-types-macros v0.2.3 |
2060 | 2024-12-17T07:27:31.773Z | Compiling structmeta v0.2.0 |
2061 | 2024-12-17T07:27:31.927Z | Checking serde_with v3.11.0 |
2062 | 2024-12-17T07:27:32.243Z | Compiling test-strategy v0.3.1 |
2063 | 2024-12-17T07:27:32.299Z | Checking parse-display v0.10.0 |
2064 | 2024-12-17T07:27:32.555Z | Checking foreign-types-shared v0.3.1 |
2065 | 2024-12-17T07:27:33.034Z | Checking foreign-types v0.5.0 |
2066 | 2024-12-17T07:27:33.059Z | Checking tabwriter v1.4.0 |
2067 | 2024-12-17T07:27:33.162Z | Checking cstr-argument v0.1.2 |
2068 | 2024-12-17T07:27:33.320Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2069 | 2024-12-17T07:27:33.375Z | Checking pretty-hex v0.2.1 |
2070 | 2024-12-17T07:27:33.603Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2071 | 2024-12-17T07:27:33.746Z | Checking num_enum v0.5.11 |
2072 | 2024-12-17T07:27:33.793Z | Checking colored v2.1.0 |
2073 | 2024-12-17T07:27:33.909Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2074 | 2024-12-17T07:27:33.934Z | Checking smf v0.2.3 |
2075 | 2024-12-17T07:27:34.096Z | Checking itertools v0.13.0 |
2076 | 2024-12-17T07:27:34.186Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2077 | 2024-12-17T07:27:34.212Z | Checking base64 v0.21.7 |
2078 | 2024-12-17T07:27:34.358Z | Compiling crucible-workspace-hack v0.1.0 |
2079 | 2024-12-17T07:27:34.402Z | Compiling zerocopy v0.8.10 |
2080 | 2024-12-17T07:27:34.667Z | Compiling zerocopy-derive v0.8.10 |
2081 | 2024-12-17T07:27:34.713Z | Checking termtree v0.4.1 |
2082 | 2024-12-17T07:27:34.939Z | Compiling heapless v0.8.0 |
2083 | 2024-12-17T07:27:35.345Z | Checking predicates-tree v1.0.11 |
2084 | 2024-12-17T07:27:35.594Z | Checking hash32 v0.3.1 |
2085 | 2024-12-17T07:27:35.649Z | Compiling smoltcp v0.11.0 |
2086 | 2024-12-17T07:27:35.801Z | Checking cobs v0.2.3 |
2087 | 2024-12-17T07:27:36.003Z | Checking postcard v1.0.10 |
2088 | 2024-12-17T07:27:36.333Z | Checking sigpipe v0.1.3 |
2089 | 2024-12-17T07:27:36.393Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2090 | 2024-12-17T07:27:36.460Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2091 | 2024-12-17T07:27:36.555Z | Checking atomicwrites v0.4.4 |
2092 | 2024-12-17T07:27:36.627Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2093 | 2024-12-17T07:27:36.711Z | Compiling mockall_derive v0.13.0 |
2094 | 2024-12-17T07:27:36.756Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2095 | 2024-12-17T07:27:36.779Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2096 | 2024-12-17T07:27:37.023Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2097 | 2024-12-17T07:27:37.243Z | Compiling zone_cfg_derive v0.3.0 |
2098 | 2024-12-17T07:27:37.484Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2099 | 2024-12-17T07:27:37.614Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2100 | 2024-12-17T07:27:37.841Z | Compiling num-derive v0.4.2 |
2101 | 2024-12-17T07:27:38.837Z | Checking fragile v2.0.0 |
2102 | 2024-12-17T07:27:39.119Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2103 | 2024-12-17T07:27:39.163Z | Checking downcast v0.11.0 |
2104 | 2024-12-17T07:27:39.372Z | Checking zone v0.3.0 |
2105 | 2024-12-17T07:27:39.457Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2106 | 2024-12-17T07:27:39.740Z | Compiling convert_case v0.4.0 |
2107 | 2024-12-17T07:27:39.883Z | Checking newline-converter v0.3.0 |
2108 | 2024-12-17T07:27:40.046Z | Checking expectorate v1.1.0 |
2109 | 2024-12-17T07:27:40.121Z | Checking tungstenite v0.21.0 |
2110 | 2024-12-17T07:27:40.219Z | Checking same-file v1.0.6 |
2111 | 2024-12-17T07:27:40.221Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2112 | 2024-12-17T07:27:40.411Z | Checking walkdir v2.5.0 |
2113 | 2024-12-17T07:27:40.693Z | Checking arc-swap v1.7.1 |
2114 | 2024-12-17T07:27:40.725Z | Checking xattr v1.3.1 |
2115 | 2024-12-17T07:27:40.728Z | Compiling derive_more v0.99.18 |
2116 | 2024-12-17T07:27:40.794Z | Checking filetime v0.2.25 |
2117 | 2024-12-17T07:27:40.940Z | Checking num-rational v0.4.2 |
2118 | 2024-12-17T07:27:41.008Z | Checking tar v0.4.42 |
2119 | 2024-12-17T07:27:41.075Z | Checking tokio-tungstenite v0.21.0 |
2120 | 2024-12-17T07:27:41.114Z | Checking slog-scope v4.4.0 |
2121 | 2024-12-17T07:27:41.321Z | Checking slog-stdlog v4.1.1 |
2122 | 2024-12-17T07:27:41.508Z | Checking slog-envlogger v2.2.0 |
2123 | 2024-12-17T07:27:41.600Z | Checking num-complex v0.4.6 |
2124 | 2024-12-17T07:27:41.620Z | Checking float-ord v0.3.2 |
2125 | 2024-12-17T07:27:41.737Z | Compiling owo-colors v4.1.0 |
2126 | 2024-12-17T07:27:41.768Z | Checking swrite v0.1.0 |
2127 | 2024-12-17T07:27:41.833Z | Compiling cancel-safe-futures v0.1.5 |
2128 | 2024-12-17T07:27:41.896Z | Checking libsw v3.3.1 |
2129 | 2024-12-17T07:27:42.177Z | Checking pem v3.0.4 |
2130 | 2024-12-17T07:27:42.489Z | Checking password-hash v0.5.0 |
2131 | 2024-12-17T07:27:42.514Z | Checking num v0.4.3 |
2132 | 2024-12-17T07:27:42.632Z | Checking blake2 v0.10.6 |
2133 | 2024-12-17T07:27:42.687Z | Checking linear-map v1.2.0 |
2134 | 2024-12-17T07:27:42.950Z | Checking indent_write v2.2.0 |
2135 | 2024-12-17T07:27:43.046Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2136 | 2024-12-17T07:27:43.099Z | Checking argon2 v0.5.3 |
2137 | 2024-12-17T07:27:43.442Z | Compiling lzma-sys v0.1.20 |
2138 | 2024-12-17T07:27:43.689Z | Checking headers-core v0.3.0 |
2139 | 2024-12-17T07:27:43.810Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2140 | 2024-12-17T07:27:43.851Z | Compiling heck v0.3.3 |
2141 | 2024-12-17T07:27:43.967Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2142 | 2024-12-17T07:27:44.182Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2143 | 2024-12-17T07:27:44.267Z | Compiling zone_cfg_derive v0.1.2 |
2144 | 2024-12-17T07:27:44.448Z | Compiling typify-macro v0.2.0 |
2145 | 2024-12-17T07:27:44.471Z | Checking headers v0.4.0 |
2146 | 2024-12-17T07:27:44.524Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2147 | 2024-12-17T07:27:44.782Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2148 | 2024-12-17T07:27:44.815Z | Checking yasna v0.5.2 |
2149 | 2024-12-17T07:27:45.416Z | Checking mockall v0.13.0 |
2150 | 2024-12-17T07:27:45.571Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2151 | 2024-12-17T07:27:45.613Z | Checking highway v1.2.0 |
2152 | 2024-12-17T07:27:45.653Z | Checking base64 v0.13.1 |
2153 | 2024-12-17T07:27:45.686Z | Checking rcgen v0.12.1 |
2154 | 2024-12-17T07:27:45.829Z | Checking zone v0.1.8 |
2155 | 2024-12-17T07:27:46.033Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2156 | 2024-12-17T07:27:46.089Z | Checking ron v0.7.1 |
2157 | 2024-12-17T07:27:46.534Z | Checking xz2 v0.1.7 |
2158 | 2024-12-17T07:27:46.559Z | Checking subprocess v0.2.9 |
2159 | 2024-12-17T07:27:46.847Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2160 | 2024-12-17T07:27:47.122Z | Checking humantime v2.1.0 |
2161 | 2024-12-17T07:27:47.251Z | Compiling semver v0.1.20 |
2162 | 2024-12-17T07:27:47.424Z | Checking half v2.4.1 |
2163 | 2024-12-17T07:27:47.739Z | Compiling rustc_version v0.1.7 |
2164 | 2024-12-17T07:27:47.808Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2165 | 2024-12-17T07:27:47.908Z | Checking ciborium-io v0.2.2 |
2166 | 2024-12-17T07:27:47.932Z | Checking prettyplease v0.2.25 |
2167 | 2024-12-17T07:27:48.041Z | Checking ciborium-ll v0.2.2 |
2168 | 2024-12-17T07:27:48.263Z | Compiling newtype_derive v0.1.6 |
2169 | 2024-12-17T07:27:48.333Z | Checking ciborium v0.2.2 |
2170 | 2024-12-17T07:27:48.868Z | Compiling typify v0.2.0 |
2171 | 2024-12-17T07:27:49.007Z | Compiling progenitor-impl v0.8.0 |
2172 | 2024-12-17T07:27:49.267Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2173 | 2024-12-17T07:27:51.068Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2174 | 2024-12-17T07:27:51.302Z | Checking steno v0.4.1 |
2175 | 2024-12-17T07:27:51.415Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2176 | 2024-12-17T07:27:51.739Z | Checking display-error-chain v0.2.2 |
2177 | 2024-12-17T07:27:51.910Z | Compiling slog-dtrace v0.3.0 |
2178 | 2024-12-17T07:27:51.942Z | Checking gethostname v0.5.0 |
2179 | 2024-12-17T07:27:52.090Z | Checking nibble_vec v0.1.0 |
2180 | 2024-12-17T07:27:52.330Z | Compiling ring v0.16.20 |
2181 | 2024-12-17T07:27:52.712Z | Compiling blake3 v1.5.4 |
2182 | 2024-12-17T07:27:52.746Z | Checking keccak v0.1.5 |
2183 | 2024-12-17T07:27:53.070Z | Checking endian-type v0.1.2 |
2184 | 2024-12-17T07:27:53.297Z | Checking radix_trie v0.2.1 |
2185 | 2024-12-17T07:27:53.440Z | Checking sha3 v0.10.8 |
2186 | 2024-12-17T07:27:53.581Z | Checking universal-hash v0.5.1 |
2187 | 2024-12-17T07:27:53.743Z | Checking secrecy v0.8.0 |
2188 | 2024-12-17T07:27:53.766Z | Checking opaque-debug v0.3.1 |
2189 | 2024-12-17T07:27:53.853Z | Checking aead v0.5.2 |
2190 | 2024-12-17T07:27:53.876Z | Checking poly1305 v0.8.0 |
2191 | 2024-12-17T07:27:53.958Z | Checking chacha20 v0.9.1 |
2192 | 2024-12-17T07:27:54.356Z | Compiling memmap2 v0.9.5 |
2193 | 2024-12-17T07:27:54.378Z | Compiling arrayvec v0.7.6 |
2194 | 2024-12-17T07:27:54.813Z | Compiling constant_time_eq v0.3.1 |
2195 | 2024-12-17T07:27:54.841Z | Compiling spin v0.5.2 |
2196 | 2024-12-17T07:27:54.977Z | Compiling arrayref v0.3.9 |
2197 | 2024-12-17T07:27:55.003Z | Compiling toolchain_find v0.4.0 |
2198 | 2024-12-17T07:27:55.074Z | Compiling thiserror-impl-no-std v2.0.2 |
2199 | 2024-12-17T07:27:55.117Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2200 | 2024-12-17T07:27:55.418Z | Compiling topological-sort v0.2.2 |
2201 | 2024-12-17T07:27:55.546Z | Compiling rustfmt-wrapper v0.2.1 |
2202 | 2024-12-17T07:27:55.654Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2203 | 2024-12-17T07:27:55.910Z | Checking chacha20poly1305 v0.10.1 |
2204 | 2024-12-17T07:27:56.005Z | Compiling async-recursion v1.1.1 |
2205 | 2024-12-17T07:27:56.102Z | Checking fxhash v0.2.1 |
2206 | 2024-12-17T07:27:56.140Z | Compiling zip v2.1.3 |
2207 | 2024-12-17T07:27:56.295Z | Checking simd-adler32 v0.3.7 |
2208 | 2024-12-17T07:27:56.377Z | Checking lockfree-object-pool v0.1.6 |
2209 | 2024-12-17T07:27:56.451Z | Checking bumpalo v3.16.0 |
2210 | 2024-12-17T07:27:56.655Z | Checking termcolor v1.4.1 |
2211 | 2024-12-17T07:27:56.683Z | Checking maplit v1.0.2 |
2212 | 2024-12-17T07:27:56.803Z | Checking zopfli v0.8.1 |
2213 | 2024-12-17T07:27:56.826Z | Compiling radium v0.7.0 |
2214 | 2024-12-17T07:27:57.117Z | Compiling maybe-uninit v2.0.0 |
2215 | 2024-12-17T07:27:57.142Z | Compiling progenitor-macro v0.8.0 |
2216 | 2024-12-17T07:27:57.307Z | Checking tap v1.0.1 |
2217 | 2024-12-17T07:27:57.488Z | Checking wyz v0.5.1 |
2218 | 2024-12-17T07:27:57.714Z | Checking crc-catalog v2.4.0 |
2219 | 2024-12-17T07:27:57.871Z | Compiling packed_struct v0.10.1 |
2220 | 2024-12-17T07:27:57.893Z | Checking home v0.5.9 |
2221 | 2024-12-17T07:27:58.050Z | Compiling omicron-zone-package v0.11.1 |
2222 | 2024-12-17T07:27:58.123Z | Checking funty v2.0.0 |
2223 | 2024-12-17T07:27:58.263Z | Checking thiserror-no-std v2.0.2 |
2224 | 2024-12-17T07:27:58.412Z | Checking crc v3.2.1 |
2225 | 2024-12-17T07:27:58.440Z | Checking vsss-rs v3.3.4 |
2226 | 2024-12-17T07:27:58.651Z | Compiling const_format_proc_macros v0.2.33 |
2227 | 2024-12-17T07:27:58.736Z | Checking kstat-rs v0.2.4 |
2228 | 2024-12-17T07:27:58.855Z | Compiling packed_struct_codegen v0.10.1 |
2229 | 2024-12-17T07:27:59.116Z | Compiling vte_generate_state_changes v0.1.2 |
2230 | 2024-12-17T07:27:59.140Z | Checking bitvec v1.0.1 |
2231 | 2024-12-17T07:27:59.665Z | Compiling indexmap v1.9.3 |
2232 | 2024-12-17T07:27:59.782Z | Checking nodrop v0.1.14 |
2233 | 2024-12-17T07:27:59.916Z | Compiling libefi-sys v0.1.0 |
2234 | 2024-12-17T07:28:00.005Z | Checking array-init v0.0.4 |
2235 | 2024-12-17T07:28:00.243Z | Checking vte v0.11.1 |
2236 | 2024-12-17T07:28:00.829Z | Checking const_format v0.2.33 |
2237 | 2024-12-17T07:28:01.036Z | Checking smallvec v0.6.14 |
2238 | 2024-12-17T07:28:01.312Z | Checking fd-lock v4.0.2 |
2239 | 2024-12-17T07:28:01.429Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2240 | 2024-12-17T07:28:01.522Z | Compiling bitfield-struct v0.6.2 |
2241 | 2024-12-17T07:28:01.582Z | Checking hashbrown v0.12.3 |
2242 | 2024-12-17T07:28:01.716Z | Checking bitfield v0.14.0 |
2243 | 2024-12-17T07:28:01.761Z | Checking strip-ansi-escapes v0.2.0 |
2244 | 2024-12-17T07:28:01.925Z | Checking serde-hex v0.1.0 |
2245 | 2024-12-17T07:28:02.012Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2246 | 2024-12-17T07:28:02.293Z | Checking env_logger v0.10.2 |
2247 | 2024-12-17T07:28:02.355Z | Checking ron v0.8.1 |
2248 | 2024-12-17T07:28:02.730Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2249 | 2024-12-17T07:28:02.991Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2250 | 2024-12-17T07:28:03.055Z | Checking itertools v0.12.1 |
2251 | 2024-12-17T07:28:03.333Z | Checking hashbrown v0.13.2 |
2252 | 2024-12-17T07:28:03.641Z | Checking crc-any v2.5.0 |
2253 | 2024-12-17T07:28:03.672Z | Checking nu-ansi-term v0.50.1 |
2254 | 2024-12-17T07:28:04.044Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2255 | 2024-12-17T07:28:04.106Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2256 | 2024-12-17T07:28:04.170Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2257 | 2024-12-17T07:28:04.441Z | Checking object v0.30.4 |
2258 | 2024-12-17T07:28:04.587Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2259 | 2024-12-17T07:28:04.622Z | Compiling parking_lot_core v0.8.6 |
2260 | 2024-12-17T07:28:04.644Z | Checking path-slash v0.1.5 |
2261 | 2024-12-17T07:28:04.812Z | Compiling phf_generator v0.11.2 |
2262 | 2024-12-17T07:28:04.834Z | Checking glob v0.3.1 |
2263 | 2024-12-17T07:28:04.993Z | Checking bytecount v0.6.8 |
2264 | 2024-12-17T07:28:05.155Z | Checking papergrid v0.11.0 |
2265 | 2024-12-17T07:28:05.176Z | Compiling phf_codegen v0.11.2 |
2266 | 2024-12-17T07:28:05.395Z | Compiling tabled_derive v0.7.0 |
2267 | 2024-12-17T07:28:05.491Z | Checking parking_lot v0.11.2 |
2268 | 2024-12-17T07:28:05.672Z | Checking reedline v0.35.0 |
2269 | 2024-12-17T07:28:05.856Z | Compiling parse-zoneinfo v0.3.1 |
2270 | 2024-12-17T07:28:05.887Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2271 | 2024-12-17T07:28:05.948Z | Compiling cfg_aliases v0.1.1 |
2272 | 2024-12-17T07:28:06.066Z | Compiling nix v0.28.0 |
2273 | 2024-12-17T07:28:06.716Z | Compiling chrono-tz-build v0.4.0 |
2274 | 2024-12-17T07:28:06.934Z | Checking sled v0.34.7 |
2275 | 2024-12-17T07:28:07.923Z | Checking hickory-client v0.24.1 |
2276 | 2024-12-17T07:28:07.994Z | Checking tabled v0.15.0 |
2277 | 2024-12-17T07:28:08.143Z | Checking hickory-server v0.24.1 |
2278 | 2024-12-17T07:28:08.413Z | Compiling chrono-tz v0.10.0 |
2279 | 2024-12-17T07:28:08.701Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2280 | 2024-12-17T07:28:09.101Z | Compiling buf-list v1.0.3 |
2281 | 2024-12-17T07:28:09.925Z | Compiling peg-macros v0.8.4 |
2282 | 2024-12-17T07:28:10.586Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2283 | 2024-12-17T07:28:10.991Z | Compiling sqlparser_derive v0.2.2 |
2284 | 2024-12-17T07:28:11.014Z | Checking unicode_categories v0.1.1 |
2285 | 2024-12-17T07:28:11.322Z | Checking sqlformat v0.2.6 |
2286 | 2024-12-17T07:28:12.072Z | Checking sqlparser v0.45.0 |
2287 | 2024-12-17T07:28:12.150Z | Checking bcs v0.1.6 |
2288 | 2024-12-17T07:28:12.320Z | Checking progenitor v0.8.0 |
2289 | 2024-12-17T07:28:12.564Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2290 | 2024-12-17T07:28:12.591Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2291 | 2024-12-17T07:28:12.686Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2292 | 2024-12-17T07:28:15.871Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2293 | 2024-12-17T07:28:17.026Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2294 | 2024-12-17T07:28:17.467Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2295 | 2024-12-17T07:28:17.489Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2296 | 2024-12-17T07:28:19.581Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2297 | 2024-12-17T07:28:21.575Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2298 | 2024-12-17T07:28:21.691Z | Checking peg v0.8.4 |
2299 | 2024-12-17T07:28:21.749Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2300 | 2024-12-17T07:28:21.799Z | Checking rustyline v14.0.0 |
2301 | 2024-12-17T07:28:22.015Z | Checking primeorder v0.13.6 |
2302 | 2024-12-17T07:28:22.370Z | Compiling unicase v2.7.0 |
2303 | 2024-12-17T07:28:22.467Z | Checking nanorand v0.7.0 |
2304 | 2024-12-17T07:28:22.537Z | Checking atty v0.2.14 |
2305 | 2024-12-17T07:28:22.681Z | Compiling salty v0.3.0 |
2306 | 2024-12-17T07:28:22.731Z | Checking p384 v0.13.0 |
2307 | 2024-12-17T07:28:22.834Z | Checking flume v0.11.1 |
2308 | 2024-12-17T07:28:23.134Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2309 | 2024-12-17T07:28:23.303Z | Compiling mime_guess v2.0.5 |
2310 | 2024-12-17T07:28:23.519Z | Checking env_filter v0.1.2 |
2311 | 2024-12-17T07:28:23.777Z | Checking http-range v0.1.5 |
2312 | 2024-12-17T07:28:23.928Z | Checking env_logger v0.11.5 |
2313 | 2024-12-17T07:28:23.952Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2314 | 2024-12-17T07:28:24.266Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2315 | 2024-12-17T07:28:24.289Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2316 | 2024-12-17T07:28:24.292Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2317 | 2024-12-17T07:28:24.606Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2318 | 2024-12-17T07:28:24.650Z | Compiling dsl_auto_type v0.1.2 |
2319 | 2024-12-17T07:28:24.652Z | Checking scheduled-thread-pool v0.2.7 |
2320 | 2024-12-17T07:28:24.898Z | Compiling diesel_table_macro_syntax v0.2.0 |
2321 | 2024-12-17T07:28:24.923Z | Compiling crunchy v0.2.2 |
2322 | 2024-12-17T07:28:25.337Z | Checking r2d2 v0.8.10 |
2323 | 2024-12-17T07:28:25.370Z | Checking hyper-staticfile v0.10.1 |
2324 | 2024-12-17T07:28:25.435Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2325 | 2024-12-17T07:28:25.657Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2326 | 2024-12-17T07:28:25.660Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2327 | 2024-12-17T07:28:25.909Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2328 | 2024-12-17T07:28:26.169Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2329 | 2024-12-17T07:28:26.351Z | Compiling diesel_derives v2.2.3 |
2330 | 2024-12-17T07:28:26.523Z | Compiling tiny-keccak v2.0.2 |
2331 | 2024-12-17T07:28:26.707Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2332 | 2024-12-17T07:28:26.865Z | Compiling pin-project-internal v1.1.6 |
2333 | 2024-12-17T07:28:26.980Z | Compiling ref-cast v1.0.23 |
2334 | 2024-12-17T07:28:28.091Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2335 | 2024-12-17T07:28:28.287Z | Compiling ascii-canvas v3.0.0 |
2336 | 2024-12-17T07:28:28.401Z | Compiling ena v0.14.3 |
2337 | 2024-12-17T07:28:28.878Z | Compiling ref-cast-impl v1.0.23 |
2338 | 2024-12-17T07:28:28.908Z | Compiling diff v0.1.13 |
2339 | 2024-12-17T07:28:29.605Z | Compiling regex-syntax v0.6.29 |
2340 | 2024-12-17T07:28:30.067Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2341 | 2024-12-17T07:28:30.088Z | Checking pin-project v1.1.6 |
2342 | 2024-12-17T07:28:30.222Z | Checking signal-hook-tokio v0.3.1 |
2343 | 2024-12-17T07:28:30.246Z | Compiling snafu-derive v0.8.5 |
2344 | 2024-12-17T07:28:30.416Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2345 | 2024-12-17T07:28:30.703Z | Compiling derive_builder_core v0.20.2 |
2346 | 2024-12-17T07:28:33.154Z | Compiling lalrpop v0.19.12 |
2347 | 2024-12-17T07:28:34.270Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2348 | 2024-12-17T07:28:35.499Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2349 | 2024-12-17T07:28:35.932Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2350 | 2024-12-17T07:28:38.128Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2351 | 2024-12-17T07:28:39.123Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2352 | 2024-12-17T07:28:39.753Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2353 | 2024-12-17T07:28:40.676Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2354 | 2024-12-17T07:28:40.701Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2355 | 2024-12-17T07:28:41.144Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2356 | 2024-12-17T07:28:41.331Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2357 | 2024-12-17T07:28:42.311Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2358 | 2024-12-17T07:28:42.601Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2359 | 2024-12-17T07:28:42.827Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2360 | 2024-12-17T07:28:43.414Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2361 | 2024-12-17T07:28:43.638Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2362 | 2024-12-17T07:28:43.767Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2363 | 2024-12-17T07:28:43.914Z | Checking diesel v2.2.6 |
2364 | 2024-12-17T07:28:44.062Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2365 | 2024-12-17T07:28:44.336Z | Checking snafu v0.8.5 |
2366 | 2024-12-17T07:28:44.520Z | Checking globset v0.4.15 |
2367 | 2024-12-17T07:28:45.075Z | Checking olpc-cjson v0.1.4 |
2368 | 2024-12-17T07:28:45.315Z | Checking serde_plain v1.0.2 |
2369 | 2024-12-17T07:28:45.584Z | Compiling libxml v0.3.3 |
2370 | 2024-12-17T07:28:45.960Z | Compiling memoffset v0.9.1 |
2371 | 2024-12-17T07:28:46.280Z | Checking typed-path v0.9.3 |
2372 | 2024-12-17T07:28:47.009Z | Compiling derive_builder_macro v0.20.2 |
2373 | 2024-12-17T07:28:47.957Z | Checking tungstenite v0.23.0 |
2374 | 2024-12-17T07:28:48.168Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2375 | 2024-12-17T07:28:48.283Z | Checking tough v0.19.0 |
2376 | 2024-12-17T07:28:48.604Z | Compiling strum_macros v0.24.3 |
2377 | 2024-12-17T07:28:48.628Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2378 | 2024-12-17T07:28:48.915Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2379 | 2024-12-17T07:28:49.433Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2380 | 2024-12-17T07:28:49.497Z | Compiling samael v0.0.17 |
2381 | 2024-12-17T07:28:49.565Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2382 | 2024-12-17T07:28:51.305Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2383 | 2024-12-17T07:28:51.846Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2384 | 2024-12-17T07:28:52.438Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2385 | 2024-12-17T07:28:53.158Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2386 | 2024-12-17T07:28:53.307Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2387 | 2024-12-17T07:28:54.223Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2388 | 2024-12-17T07:28:54.256Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2389 | 2024-12-17T07:28:54.392Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2390 | 2024-12-17T07:28:54.865Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2391 | 2024-12-17T07:28:57.193Z | Compiling indoc v1.0.9 |
2392 | 2024-12-17T07:28:57.309Z | Checking parse-size v1.1.0 |
2393 | 2024-12-17T07:28:58.183Z | Checking tokio-tungstenite v0.23.1 |
2394 | 2024-12-17T07:28:58.728Z | Checking derive_builder v0.20.2 |
2395 | 2024-12-17T07:29:00.062Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2396 | 2024-12-17T07:29:00.128Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2397 | 2024-12-17T07:29:00.794Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2398 | 2024-12-17T07:29:01.052Z | Checking quick-xml v0.33.0 |
2399 | 2024-12-17T07:29:01.075Z | Compiling oso-derive v0.27.3 |
2400 | 2024-12-17T07:29:02.136Z | Compiling impl-trait-for-tuples v0.2.2 |
2401 | 2024-12-17T07:29:02.338Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2402 | 2024-12-17T07:29:02.766Z | Checking nix v0.27.1 |
2403 | 2024-12-17T07:29:04.128Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2404 | 2024-12-17T07:29:06.267Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2405 | 2024-12-17T07:29:06.388Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2406 | 2024-12-17T07:29:06.633Z | Compiling diesel-dtrace v0.4.2 |
2407 | 2024-12-17T07:29:07.005Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2408 | 2024-12-17T07:29:08.119Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2409 | 2024-12-17T07:29:08.460Z | Checking bb8 v0.8.5 |
2410 | 2024-12-17T07:29:08.980Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2411 | 2024-12-17T07:29:09.008Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2412 | 2024-12-17T07:29:09.366Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2413 | 2024-12-17T07:29:09.796Z | Checking rand_seeder v0.3.0 |
2414 | 2024-12-17T07:29:10.025Z | Checking assert_matches v1.5.0 |
2415 | 2024-12-17T07:29:10.086Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2416 | 2024-12-17T07:29:10.136Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2417 | 2024-12-17T07:29:10.404Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2418 | 2024-12-17T07:29:10.456Z | Compiling libz-sys v1.1.20 |
2419 | 2024-12-17T07:29:10.560Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2420 | 2024-12-17T07:29:10.649Z | Checking is_ci v1.2.0 |
2421 | 2024-12-17T07:29:10.810Z | Checking supports-color v3.0.1 |
2422 | 2024-12-17T07:29:11.028Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2423 | 2024-12-17T07:29:11.483Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2424 | 2024-12-17T07:29:11.671Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2425 | 2024-12-17T07:29:12.332Z | Compiling vergen v8.3.2 |
2426 | 2024-12-17T07:29:12.609Z | Compiling cargo-platform v0.1.8 |
2427 | 2024-12-17T07:29:12.637Z | Checking smawk v0.3.2 |
2428 | 2024-12-17T07:29:12.859Z | Checking unicode-linebreak v0.1.5 |
2429 | 2024-12-17T07:29:13.166Z | Compiling cargo_metadata v0.18.1 |
2430 | 2024-12-17T07:29:13.242Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2431 | 2024-12-17T07:29:13.291Z | Checking textwrap v0.16.1 |
2432 | 2024-12-17T07:29:13.707Z | Checking castaway v0.2.3 |
2433 | 2024-12-17T07:29:13.863Z | Compiling libsqlite3-sys v0.30.1 |
2434 | 2024-12-17T07:29:13.887Z | Compiling cfg_aliases v0.2.1 |
2435 | 2024-12-17T07:29:14.016Z | Compiling rustls v0.21.12 |
2436 | 2024-12-17T07:29:14.178Z | Compiling nix v0.29.0 |
2437 | 2024-12-17T07:29:14.331Z | Checking compact_str v0.8.0 |
2438 | 2024-12-17T07:29:15.082Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2439 | 2024-12-17T07:29:15.200Z | Checking unicode-truncate v1.1.0 |
2440 | 2024-12-17T07:29:15.380Z | Checking rustls-webpki v0.101.7 |
2441 | 2024-12-17T07:29:15.450Z | Checking sct v0.7.1 |
2442 | 2024-12-17T07:29:15.655Z | Checking lru v0.12.5 |
2443 | 2024-12-17T07:29:15.967Z | Compiling instability v0.3.2 |
2444 | 2024-12-17T07:29:16.018Z | Checking cassowary v0.3.0 |
2445 | 2024-12-17T07:29:16.659Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2446 | 2024-12-17T07:29:16.932Z | Checking hashlink v0.9.1 |
2447 | 2024-12-17T07:29:16.954Z | Checking ratatui v0.28.1 |
2448 | 2024-12-17T07:29:16.957Z | Checking concurrent-queue v2.5.0 |
2449 | 2024-12-17T07:29:17.121Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2450 | 2024-12-17T07:29:17.305Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2451 | 2024-12-17T07:29:17.537Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2452 | 2024-12-17T07:29:18.224Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2453 | 2024-12-17T07:29:18.580Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2454 | 2024-12-17T07:29:19.323Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2455 | 2024-12-17T07:29:20.045Z | Checking async-bb8-diesel v0.2.1 |
2456 | 2024-12-17T07:29:20.312Z | Checking fallible-iterator v0.3.0 |
2457 | 2024-12-17T07:29:20.821Z | Checking parking v2.2.1 |
2458 | 2024-12-17T07:29:20.970Z | Checking fallible-streaming-iterator v0.1.9 |
2459 | 2024-12-17T07:29:21.019Z | Checking plotters-backend v0.3.7 |
2460 | 2024-12-17T07:29:21.206Z | Checking rusqlite v0.32.1 |
2461 | 2024-12-17T07:29:21.268Z | Checking tokio-rustls v0.24.1 |
2462 | 2024-12-17T07:29:21.409Z | Checking plotters-svg v0.3.7 |
2463 | 2024-12-17T07:29:21.699Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2464 | 2024-12-17T07:29:21.866Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2465 | 2024-12-17T07:29:22.178Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2466 | 2024-12-17T07:29:22.473Z | Checking rustls-pemfile v1.0.4 |
2467 | 2024-12-17T07:29:22.694Z | Checking twox-hash v1.6.3 |
2468 | 2024-12-17T07:29:22.716Z | Checking cast v0.3.0 |
2469 | 2024-12-17T07:29:22.859Z | Checking plotters v0.3.7 |
2470 | 2024-12-17T07:29:23.038Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2471 | 2024-12-17T07:29:23.059Z | Checking criterion-plot v0.5.0 |
2472 | 2024-12-17T07:29:23.190Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2473 | 2024-12-17T07:29:23.555Z | Checking fatfs v0.3.6 |
2474 | 2024-12-17T07:29:24.635Z | Checking tinytemplate v1.2.1 |
2475 | 2024-12-17T07:29:24.677Z | Checking csv-core v0.1.11 |
2476 | 2024-12-17T07:29:24.989Z | Checking hex-literal v0.4.1 |
2477 | 2024-12-17T07:29:25.042Z | Checking oorandom v11.1.4 |
2478 | 2024-12-17T07:29:25.065Z | Checking anes v0.1.6 |
2479 | 2024-12-17T07:29:25.125Z | Checking shell-words v1.1.0 |
2480 | 2024-12-17T07:29:25.219Z | Checking csv v1.3.0 |
2481 | 2024-12-17T07:29:25.315Z | Checking event-listener v5.3.1 |
2482 | 2024-12-17T07:29:25.428Z | Checking criterion v0.5.1 |
2483 | 2024-12-17T07:29:25.763Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2484 | 2024-12-17T07:29:26.099Z | Checking rtoolbox v0.0.2 |
2485 | 2024-12-17T07:29:26.328Z | Checking rpassword v7.3.1 |
2486 | 2024-12-17T07:29:26.496Z | Checking event-listener-strategy v0.5.2 |
2487 | 2024-12-17T07:29:26.681Z | Checking tui-tree-widget v0.22.0 |
2488 | 2024-12-17T07:29:27.026Z | Checking polyval v0.6.2 |
2489 | 2024-12-17T07:29:27.329Z | Checking ghash v0.5.1 |
2490 | 2024-12-17T07:29:27.518Z | Checking futures-lite v2.3.0 |
2491 | 2024-12-17T07:29:28.280Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2492 | 2024-12-17T07:29:28.967Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2493 | 2024-12-17T07:29:29.476Z | Checking ctr v0.9.2 |
2494 | 2024-12-17T07:29:29.768Z | Checking yansi v1.0.1 |
2495 | 2024-12-17T07:29:30.291Z | Checking pretty_assertions v1.4.1 |
2496 | 2024-12-17T07:29:30.347Z | Checking aes-gcm v0.10.3 |
2497 | 2024-12-17T07:29:30.492Z | Checking ssh-encoding v0.2.0 |
2498 | 2024-12-17T07:29:30.610Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2499 | 2024-12-17T07:29:30.628Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2500 | 2024-12-17T07:29:30.818Z | Checking blowfish v0.9.1 |
2501 | 2024-12-17T07:29:31.049Z | Checking bcrypt-pbkdf v0.10.0 |
2502 | 2024-12-17T07:29:31.320Z | Checking ssh-cipher v0.2.0 |
2503 | 2024-12-17T07:29:31.641Z | Checking async-lock v3.4.0 |
2504 | 2024-12-17T07:29:31.931Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2505 | 2024-12-17T07:29:32.471Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2506 | 2024-12-17T07:29:32.756Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2507 | 2024-12-17T07:29:33.791Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2508 | 2024-12-17T07:29:34.778Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2509 | 2024-12-17T07:29:36.309Z | Checking polling v3.7.3 |
2510 | 2024-12-17T07:29:36.754Z | Checking password-hash v0.4.2 |
2511 | 2024-12-17T07:29:37.188Z | Checking matches v0.1.10 |
2512 | 2024-12-17T07:29:37.306Z | Checking idna v0.2.3 |
2513 | 2024-12-17T07:29:37.459Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2514 | 2024-12-17T07:29:38.164Z | Checking pbkdf2 v0.11.0 |
2515 | 2024-12-17T07:29:38.471Z | Checking async-io v2.3.4 |
2516 | 2024-12-17T07:29:38.613Z | Checking ssh-key v0.6.6 |
2517 | 2024-12-17T07:29:39.375Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2518 | 2024-12-17T07:29:40.188Z | Checking p256 v0.13.2 |
2519 | 2024-12-17T07:29:40.211Z | Checking p521 v0.13.3 |
2520 | 2024-12-17T07:29:40.256Z | Checking russh-cryptovec v0.7.3 |
2521 | 2024-12-17T07:29:40.485Z | Compiling enum-as-inner v0.5.1 |
2522 | 2024-12-17T07:29:40.705Z | Compiling target-lexicon v0.12.16 |
2523 | 2024-12-17T07:29:41.468Z | Checking md5 v0.7.0 |
2524 | 2024-12-17T07:29:41.615Z | Compiling doc-comment v0.3.3 |
2525 | 2024-12-17T07:29:41.713Z | Checking async-task v4.7.1 |
2526 | 2024-12-17T07:29:41.737Z | Checking russh-keys v0.45.0 |
2527 | 2024-12-17T07:29:42.169Z | Checking trust-dns-proto v0.22.0 |
2528 | 2024-12-17T07:29:42.368Z | Checking async-channel v2.3.1 |
2529 | 2024-12-17T07:29:42.686Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2530 | 2024-12-17T07:29:43.199Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2531 | 2024-12-17T07:29:44.103Z | Checking piper v0.2.4 |
2532 | 2024-12-17T07:29:44.280Z | Checking num-bigint v0.4.6 |
2533 | 2024-12-17T07:29:44.534Z | Checking des v0.8.1 |
2534 | 2024-12-17T07:29:44.829Z | Compiling assert_cmd v2.0.16 |
2535 | 2024-12-17T07:29:45.263Z | Compiling dhcproto-macros v0.1.0 |
2536 | 2024-12-17T07:29:45.840Z | Checking futures-timer v3.0.3 |
2537 | 2024-12-17T07:29:46.160Z | Compiling guppy-workspace-hack v0.1.0 |
2538 | 2024-12-17T07:29:46.163Z | Checking dhcproto v0.12.0 |
2539 | 2024-12-17T07:29:46.536Z | Checking blocking v1.6.1 |
2540 | 2024-12-17T07:29:46.802Z | Checking russh v0.45.0 |
2541 | 2024-12-17T07:29:47.503Z | Checking async-executor v1.13.1 |
2542 | 2024-12-17T07:29:47.754Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2543 | 2024-12-17T07:29:47.881Z | Checking async-signal v0.2.10 |
2544 | 2024-12-17T07:29:48.180Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2545 | 2024-12-17T07:29:48.593Z | Checking event-listener v2.5.3 |
2546 | 2024-12-17T07:29:48.686Z | Compiling target-spec v3.2.2 |
2547 | 2024-12-17T07:29:48.802Z | Checking internet-checksum v0.2.1 |
2548 | 2024-12-17T07:29:49.287Z | Checking async-channel v1.9.0 |
2549 | 2024-12-17T07:29:50.105Z | Checking async-process v2.3.0 |
2550 | 2024-12-17T07:29:50.535Z | Checking async-global-executor v2.4.1 |
2551 | 2024-12-17T07:29:50.826Z | Checking cfg-expr v0.17.0 |
2552 | 2024-12-17T07:29:51.381Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2553 | 2024-12-17T07:29:51.520Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2554 | 2024-12-17T07:29:51.624Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2555 | 2024-12-17T07:29:52.178Z | Checking httptest v0.16.1 |
2556 | 2024-12-17T07:29:52.913Z | Checking rustls-native-certs v0.7.3 |
2557 | 2024-12-17T07:29:52.946Z | Compiling petname v2.0.2 |
2558 | 2024-12-17T07:29:53.097Z | Checking num_cpus v1.16.0 |
2559 | 2024-12-17T07:29:53.202Z | Checking kv-log-macro v1.0.7 |
2560 | 2024-12-17T07:29:53.352Z | Compiling async-attributes v1.1.2 |
2561 | 2024-12-17T07:29:54.210Z | Checking async-std v1.13.0 |
2562 | 2024-12-17T07:29:56.187Z | Checking threadpool v1.8.1 |
2563 | 2024-12-17T07:29:56.395Z | Checking hyper-rustls v0.26.0 |
2564 | 2024-12-17T07:29:56.762Z | Checking pathdiff v0.2.2 |
2565 | 2024-12-17T07:29:56.824Z | Compiling rstest_macros v0.23.0 |
2566 | 2024-12-17T07:29:56.919Z | Checking escape8259 v0.5.3 |
2567 | 2024-12-17T07:29:57.122Z | Compiling target-triple v0.1.3 |
2568 | 2024-12-17T07:29:57.351Z | Checking nested v0.1.1 |
2569 | 2024-12-17T07:29:57.578Z | Checking guppy v0.17.8 |
2570 | 2024-12-17T07:29:57.827Z | Checking libtest-mimic v0.7.3 |
2571 | 2024-12-17T07:29:57.903Z | Checking async-object-pool v0.1.5 |
2572 | 2024-12-17T07:29:58.297Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2573 | 2024-12-17T07:29:58.866Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2574 | 2024-12-17T07:29:59.161Z | Checking similar-asserts v1.6.0 |
2575 | 2024-12-17T07:29:59.427Z | Checking fancy-regex v0.13.0 |
2576 | 2024-12-17T07:29:59.725Z | Checking serde_regex v1.1.0 |
2577 | 2024-12-17T07:29:59.986Z | Checking assert-json-diff v2.0.2 |
2578 | 2024-12-17T07:30:00.202Z | Compiling proc-macro-crate v3.2.0 |
2579 | 2024-12-17T07:30:00.289Z | Checking path-tree v0.8.1 |
2580 | 2024-12-17T07:30:00.588Z | Compiling relative-path v1.9.3 |
2581 | 2024-12-17T07:30:01.271Z | Checking stringmetrics v2.2.2 |
2582 | 2024-12-17T07:30:01.296Z | Checking sync-ptr v0.1.1 |
2583 | 2024-12-17T07:30:01.454Z | Checking datatest-stable v0.2.9 |
2584 | 2024-12-17T07:30:01.530Z | Checking httpmock v0.8.0-alpha.1 |
2585 | 2024-12-17T07:30:01.718Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2586 | 2024-12-17T07:30:01.743Z | Checking blake2b_simd v1.0.2 |
2587 | 2024-12-17T07:30:02.565Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2588 | 2024-12-17T07:30:03.147Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2589 | 2024-12-17T07:30:03.477Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2590 | 2024-12-17T07:30:03.797Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2591 | 2024-12-17T07:30:04.087Z | Compiling git2 v0.19.0 |
2592 | 2024-12-17T07:30:04.112Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2593 | 2024-12-17T07:30:04.663Z | Checking serde_tokenstream v0.2.2 |
2594 | 2024-12-17T07:30:05.100Z | Checking uzers v0.12.1 |
2595 | 2024-12-17T07:30:05.649Z | Checking rust-argon2 v2.1.0 |
2596 | 2024-12-17T07:30:06.137Z | Checking trybuild v1.0.101 |
2597 | 2024-12-17T07:30:06.947Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2598 | 2024-12-17T07:30:07.558Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2599 | 2024-12-17T07:30:08.266Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2600 | 2024-12-17T07:30:09.623Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2601 | 2024-12-17T07:30:12.007Z | Checking rand_distr v0.4.3 |
2602 | 2024-12-17T07:30:12.829Z | Checking rstest v0.23.0 |
2603 | 2024-12-17T07:30:12.852Z | Checking multimap v0.10.0 |
2604 | 2024-12-17T07:30:13.102Z | Checking approx v0.5.1 |
2605 | 2024-12-17T07:30:13.125Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2606 | 2024-12-17T07:30:13.217Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2607 | 2024-12-17T07:30:13.969Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2608 | 2024-12-17T07:30:14.344Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2609 | 2024-12-17T07:30:14.581Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2610 | 2024-12-17T07:30:14.688Z | Checking partial-io v0.5.4 |
2611 | 2024-12-17T07:30:14.903Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2612 | 2024-12-17T07:30:14.960Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2613 | 2024-12-17T07:30:15.063Z | Checking cargo_toml v0.20.5 |
2614 | 2024-12-17T07:30:15.195Z | Checking termios v0.3.3 |
2615 | 2024-12-17T07:30:15.440Z | Compiling indoc v2.0.5 |
2616 | 2024-12-17T07:30:16.240Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2617 | 2024-12-17T07:30:17.070Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2618 | 2024-12-17T07:30:18.810Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2619 | 2024-12-17T07:30:37.225Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2620 | 2024-12-17T07:30:40.372Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2621 | 2024-12-17T07:30:42.929Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2622 | 2024-12-17T07:31:00.883Z | Compiling polar-core v0.27.3 |
2623 | 2024-12-17T07:31:11.789Z | Checking oso v0.27.3 |
2624 | 2024-12-17T07:31:17.412Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2625 | 2024-12-17T07:31:17.740Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2626 | 2024-12-17T07:31:19.966Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2627 | 2024-12-17T07:32:02.247Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2628 | 2024-12-17T07:32:02.247Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2629 | 2024-12-17T07:32:02.250Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2630 | 2024-12-17T07:33:31.634Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 47s |
2631 | 2024-12-17T07:33:32.034Z | |
2632 | 2024-12-17T07:33:32.034Z | real 6:52.854067557 |
2633 | 2024-12-17T07:33:32.034Z | user 36:29.496291633 |
2634 | 2024-12-17T07:33:32.034Z | sys 6:49.603216211 |
2635 | 2024-12-17T07:33:32.034Z | trap 1.000479313 |
2636 | 2024-12-17T07:33:32.034Z | tflt 2.141338063 |
2637 | 2024-12-17T07:33:32.034Z | dflt 0.852037687 |
2638 | 2024-12-17T07:33:32.034Z | kflt 0.000812902 |
2639 | 2024-12-17T07:33:32.037Z | lock 53:11.346906703 |
2640 | 2024-12-17T07:33:32.037Z | slp 2:06:21.910031346 |
2641 | 2024-12-17T07:33:32.038Z | lat 1:41.500887299 |
2642 | 2024-12-17T07:33:32.038Z | stop 6:18.440978099 |
2643 | 2024-12-17T07:33:32.038Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2644 | 2024-12-17T07:33:32.038Z | + ptime -m cargo doc --workspace --no-deps |
2645 | 2024-12-17T07:33:33.247Z | warning: output filename collision. |
2646 | 2024-12-17T07:33:33.247Z | 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)`. |
2647 | 2024-12-17T07:33:33.247Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2648 | 2024-12-17T07:33:33.247Z | The targets should have unique names. |
2649 | 2024-12-17T07:33:33.247Z | This is a known bug where multiple crates with the same name use |
2650 | 2024-12-17T07:33:33.247Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2651 | 2024-12-17T07:33:33.704Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2652 | 2024-12-17T07:33:33.775Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2653 | 2024-12-17T07:33:33.796Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2654 | 2024-12-17T07:33:33.834Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2655 | 2024-12-17T07:33:33.860Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2656 | 2024-12-17T07:33:33.888Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2657 | 2024-12-17T07:33:33.888Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2658 | 2024-12-17T07:33:34.070Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2659 | 2024-12-17T07:33:34.115Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2660 | 2024-12-17T07:33:34.140Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2661 | 2024-12-17T07:33:34.160Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2662 | 2024-12-17T07:33:34.375Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2663 | 2024-12-17T07:33:34.497Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2664 | 2024-12-17T07:33:34.687Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2665 | 2024-12-17T07:33:34.884Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2666 | 2024-12-17T07:33:37.579Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2667 | 2024-12-17T07:33:38.757Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2668 | 2024-12-17T07:33:39.088Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2669 | 2024-12-17T07:33:39.280Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2670 | 2024-12-17T07:33:39.327Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2671 | 2024-12-17T07:33:39.348Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2672 | 2024-12-17T07:33:39.601Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2673 | 2024-12-17T07:33:39.664Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2674 | 2024-12-17T07:33:39.955Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2675 | 2024-12-17T07:33:40.273Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2676 | 2024-12-17T07:33:40.293Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2677 | 2024-12-17T07:33:40.598Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2678 | 2024-12-17T07:33:40.879Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2679 | 2024-12-17T07:33:41.043Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2680 | 2024-12-17T07:33:41.096Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2681 | 2024-12-17T07:33:41.319Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2682 | 2024-12-17T07:33:41.363Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2683 | 2024-12-17T07:33:41.459Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2684 | 2024-12-17T07:33:41.507Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2685 | 2024-12-17T07:33:41.625Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2686 | 2024-12-17T07:33:41.828Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2687 | 2024-12-17T07:33:42.153Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2688 | 2024-12-17T07:33:42.420Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2689 | 2024-12-17T07:33:42.482Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2690 | 2024-12-17T07:33:42.827Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2691 | 2024-12-17T07:33:42.855Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2692 | 2024-12-17T07:33:42.891Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2693 | 2024-12-17T07:33:43.746Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2694 | 2024-12-17T07:33:43.948Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2695 | 2024-12-17T07:33:46.035Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2696 | 2024-12-17T07:33:48.460Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2697 | 2024-12-17T07:33:48.736Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2698 | 2024-12-17T07:33:49.282Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2699 | 2024-12-17T07:33:49.596Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2700 | 2024-12-17T07:33:50.137Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2701 | 2024-12-17T07:33:50.626Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2702 | 2024-12-17T07:33:50.973Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2703 | 2024-12-17T07:33:51.301Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2704 | 2024-12-17T07:33:51.713Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2705 | 2024-12-17T07:33:51.735Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2706 | 2024-12-17T07:33:53.625Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2707 | 2024-12-17T07:33:58.581Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2708 | 2024-12-17T07:33:59.690Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2709 | 2024-12-17T07:33:59.978Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2710 | 2024-12-17T07:34:00.585Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2711 | 2024-12-17T07:34:00.792Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2712 | 2024-12-17T07:34:00.965Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2713 | 2024-12-17T07:34:01.050Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2714 | 2024-12-17T07:34:01.506Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2715 | 2024-12-17T07:34:01.753Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2716 | 2024-12-17T07:34:02.771Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2717 | 2024-12-17T07:34:03.335Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2718 | 2024-12-17T07:34:03.435Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2719 | 2024-12-17T07:34:04.238Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2720 | 2024-12-17T07:34:04.642Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2721 | 2024-12-17T07:34:04.664Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2722 | 2024-12-17T07:34:04.710Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2723 | 2024-12-17T07:34:04.794Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2724 | 2024-12-17T07:34:04.877Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2725 | 2024-12-17T07:34:05.019Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2726 | 2024-12-17T07:34:05.395Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2727 | 2024-12-17T07:34:05.630Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2728 | 2024-12-17T07:34:06.350Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2729 | 2024-12-17T07:34:06.718Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2730 | 2024-12-17T07:34:06.945Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2731 | 2024-12-17T07:34:06.999Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2732 | 2024-12-17T07:34:07.848Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2733 | 2024-12-17T07:34:08.549Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2734 | 2024-12-17T07:34:08.900Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2735 | 2024-12-17T07:34:08.933Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2736 | 2024-12-17T07:34:09.003Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2737 | 2024-12-17T07:34:09.026Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2738 | 2024-12-17T07:34:09.399Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2739 | 2024-12-17T07:34:09.491Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2740 | 2024-12-17T07:34:09.794Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2741 | 2024-12-17T07:34:09.965Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2742 | 2024-12-17T07:34:10.654Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2743 | 2024-12-17T07:34:10.889Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2744 | 2024-12-17T07:34:11.126Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2745 | 2024-12-17T07:34:11.839Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2746 | 2024-12-17T07:34:12.582Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2747 | 2024-12-17T07:34:12.651Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2748 | 2024-12-17T07:34:12.915Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2749 | 2024-12-17T07:34:13.130Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2750 | 2024-12-17T07:34:13.151Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2751 | 2024-12-17T07:34:14.174Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2752 | 2024-12-17T07:34:14.701Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2753 | 2024-12-17T07:34:14.906Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2754 | 2024-12-17T07:34:15.784Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2755 | 2024-12-17T07:34:16.006Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2756 | 2024-12-17T07:34:16.710Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2757 | 2024-12-17T07:34:18.817Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2758 | 2024-12-17T07:34:20.026Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2759 | 2024-12-17T07:34:20.046Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2760 | 2024-12-17T07:34:20.915Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2761 | 2024-12-17T07:34:23.487Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2762 | 2024-12-17T07:34:23.739Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2763 | 2024-12-17T07:34:24.826Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2764 | 2024-12-17T07:34:26.080Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2765 | 2024-12-17T07:34:34.659Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2766 | 2024-12-17T07:34:36.819Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2767 | 2024-12-17T07:34:37.275Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2768 | 2024-12-17T07:34:41.163Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2769 | 2024-12-17T07:34:43.163Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2770 | 2024-12-17T07:35:28.768Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2771 | 2024-12-17T07:35:34.026Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2772 | 2024-12-17T07:35:36.213Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2773 | 2024-12-17T07:35:49.045Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2774 | 2024-12-17T07:36:11.916Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2775 | 2024-12-17T07:36:13.540Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2776 | 2024-12-17T07:36:14.157Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2777 | 2024-12-17T07:36:14.664Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2778 | 2024-12-17T07:36:16.824Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2779 | 2024-12-17T07:36:17.314Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2780 | 2024-12-17T07:36:23.194Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2781 | 2024-12-17T07:36:25.539Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2782 | 2024-12-17T07:36:35.764Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2783 | 2024-12-17T07:36:52.768Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2784 | 2024-12-17T07:37:19.117Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2785 | 2024-12-17T07:37:19.298Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2786 | 2024-12-17T07:37:20.225Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2787 | 2024-12-17T07:37:21.723Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2788 | 2024-12-17T07:37:34.082Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2789 | 2024-12-17T07:37:44.739Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2790 | 2024-12-17T07:37:53.509Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2791 | 2024-12-17T07:37:57.972Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2792 | 2024-12-17T07:38:01.667Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2793 | 2024-12-17T07:38:03.513Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2794 | 2024-12-17T07:38:15.538Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2795 | 2024-12-17T07:38:16.268Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2796 | 2024-12-17T07:38:25.705Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2797 | 2024-12-17T07:38:32.046Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2798 | 2024-12-17T07:38:36.518Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2799 | 2024-12-17T07:38:37.181Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2800 | 2024-12-17T07:38:38.447Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2801 | 2024-12-17T07:38:42.652Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2802 | 2024-12-17T07:38:43.827Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2803 | 2024-12-17T07:38:45.070Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2804 | 2024-12-17T07:39:04.212Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2805 | 2024-12-17T07:39:05.038Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2806 | 2024-12-17T07:39:06.292Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2807 | 2024-12-17T07:39:06.415Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2808 | 2024-12-17T07:39:07.586Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2809 | 2024-12-17T07:39:15.128Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2810 | 2024-12-17T07:39:25.194Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2811 | 2024-12-17T07:39:26.449Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2812 | 2024-12-17T07:39:27.487Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2813 | 2024-12-17T07:39:28.241Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2814 | 2024-12-17T07:39:34.660Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2815 | 2024-12-17T07:39:37.078Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2816 | 2024-12-17T07:39:42.168Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2817 | 2024-12-17T07:39:43.162Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2818 | 2024-12-17T07:39:43.431Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2819 | 2024-12-17T07:39:48.147Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2820 | 2024-12-17T07:39:55.506Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2821 | 2024-12-17T07:39:58.212Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2822 | 2024-12-17T07:39:59.309Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2823 | 2024-12-17T07:40:02.113Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2824 | 2024-12-17T07:40:02.284Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2825 | 2024-12-17T07:40:10.137Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2826 | 2024-12-17T07:40:10.830Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2827 | 2024-12-17T07:40:17.804Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2828 | 2024-12-17T07:40:18.201Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2829 | 2024-12-17T07:40:19.640Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2830 | 2024-12-17T07:40:20.380Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2831 | 2024-12-17T07:40:24.834Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2832 | 2024-12-17T07:40:25.672Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2833 | 2024-12-17T07:40:26.786Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2834 | 2024-12-17T07:40:34.756Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2835 | 2024-12-17T07:40:36.197Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2836 | 2024-12-17T07:40:38.683Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2837 | 2024-12-17T07:40:40.774Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2838 | 2024-12-17T07:40:46.731Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2839 | 2024-12-17T07:40:51.557Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2840 | 2024-12-17T07:40:54.175Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2841 | 2024-12-17T07:40:55.088Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2842 | 2024-12-17T07:40:56.421Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2843 | 2024-12-17T07:40:56.558Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2844 | 2024-12-17T07:40:59.104Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2845 | 2024-12-17T07:41:01.423Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2846 | 2024-12-17T07:41:04.567Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2847 | 2024-12-17T07:41:07.540Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2848 | 2024-12-17T07:41:09.897Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2849 | 2024-12-17T07:41:12.701Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2850 | 2024-12-17T07:41:13.271Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2851 | 2024-12-17T07:41:15.388Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2852 | 2024-12-17T07:41:15.850Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2853 | 2024-12-17T07:41:18.663Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2854 | 2024-12-17T07:41:22.172Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2855 | 2024-12-17T07:41:26.522Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2856 | 2024-12-17T07:41:26.813Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2857 | 2024-12-17T07:41:27.623Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2858 | 2024-12-17T07:41:31.425Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2859 | 2024-12-17T07:41:33.515Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2860 | 2024-12-17T07:41:34.213Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2861 | 2024-12-17T07:41:35.647Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2862 | 2024-12-17T07:41:37.419Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2863 | 2024-12-17T07:41:40.805Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2864 | 2024-12-17T07:41:45.467Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2865 | 2024-12-17T07:41:48.481Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2866 | 2024-12-17T07:41:50.692Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2867 | 2024-12-17T07:41:53.600Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2868 | 2024-12-17T07:41:54.388Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2869 | 2024-12-17T07:41:54.533Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2870 | 2024-12-17T07:41:54.792Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2871 | 2024-12-17T07:41:56.869Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2872 | 2024-12-17T07:41:57.520Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2873 | 2024-12-17T07:42:00.332Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2874 | 2024-12-17T07:42:01.093Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2875 | 2024-12-17T07:42:02.393Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2876 | 2024-12-17T07:42:03.712Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2877 | 2024-12-17T07:42:05.010Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2878 | 2024-12-17T07:42:05.029Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2879 | 2024-12-17T07:42:06.290Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2880 | 2024-12-17T07:42:07.458Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2881 | 2024-12-17T07:42:07.560Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2882 | 2024-12-17T07:42:43.072Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9m 10s |
2883 | 2024-12-17T07:42:43.252Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 141 other files |
2884 | 2024-12-17T07:42:43.319Z | |
2885 | 2024-12-17T07:42:43.322Z | real 9:11.076731609 |
2886 | 2024-12-17T07:42:43.322Z | user 27:06.628151941 |
2887 | 2024-12-17T07:42:43.322Z | sys 41:48.540748740 |
2888 | 2024-12-17T07:42:43.322Z | trap 0.430694128 |
2889 | 2024-12-17T07:42:43.322Z | tflt 0.151310129 |
2890 | 2024-12-17T07:42:43.322Z | dflt 0.166421830 |
2891 | 2024-12-17T07:42:43.322Z | kflt 0.000000000 |
2892 | 2024-12-17T07:42:43.322Z | lock 1:31:52.527493430 |
2893 | 2024-12-17T07:42:43.322Z | slp 2:34:50.667453709 |
2894 | 2024-12-17T07:42:43.322Z | lat 1:20.060656104 |
2895 | 2024-12-17T07:42:43.322Z | stop 1:13.065909035 |
2896 | 2024-12-17T07:42:43.322Z | process exited: duration 1290119 ms, exit code 0 |
|
2897 | 2024-12-17T07:42:43.329Z | found 0 output files |