|
|
|
1 | 2025-01-06T18:28:12.234Z | job assigned to worker 01JGYDYDF5033V9B9W396AVZ2M [factory aws, i-0da4de3fc30ff7ae5] (queued for 6 m 39 s) |
|
2 | 2025-01-06T18:28:20.324Z | starting task 0: "setup" |
3 | 2025-01-06T18:28:20.336Z | ++ uname -s |
4 | 2025-01-06T18:28:20.339Z | + kern=SunOS |
5 | 2025-01-06T18:28:20.339Z | + case "$kern" in |
6 | 2025-01-06T18:28:20.339Z | + groupadd -g 12345 build |
7 | 2025-01-06T18:28:20.342Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-06T18:28:22.352Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-06T18:28:22.476Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-06T18:28:22.479Z | + home_fs=zfs |
11 | 2025-01-06T18:28:22.479Z | + [[ zfs == autofs ]] |
12 | 2025-01-06T18:28:22.479Z | + mkdir -p /home/build |
13 | 2025-01-06T18:28:22.481Z | + chown build:build /home/build /work |
14 | 2025-01-06T18:28:24.483Z | + chmod 0700 /home/build /work |
15 | 2025-01-06T18:28:24.485Z | process exited: duration 4163 ms, exit code 0 |
|
16 | 2025-01-06T18:28:24.491Z | starting task 1: "rust-toolchain" |
17 | 2025-01-06T18:28:24.496Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-06T18:28:24.496Z | ' 1.81.0 |
19 | 2025-01-06T18:28:24.496Z | + printf ' * toolchain profile = "%s" |
20 | 2025-01-06T18:28:24.496Z | ' default |
21 | 2025-01-06T18:28:24.496Z | * toolchain channel = "1.81.0" |
22 | 2025-01-06T18:28:24.497Z | * toolchain profile = "default" |
23 | 2025-01-06T18:28:24.500Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-06T18:28:24.500Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2025-01-06T18:28:24.623Z | info: downloading installer |
26 | 2025-01-06T18:28:26.146Z | info: profile set to 'default' |
27 | 2025-01-06T18:28:26.146Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-06T18:28:26.148Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2025-01-06T18:28:26.295Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2025-01-06T18:28:26.295Z | info: downloading component 'cargo' |
31 | 2025-01-06T18:28:27.129Z | info: downloading component 'clippy' |
32 | 2025-01-06T18:28:27.438Z | info: downloading component 'rust-docs' |
33 | 2025-01-06T18:28:28.595Z | info: downloading component 'rust-std' |
34 | 2025-01-06T18:28:30.400Z | info: downloading component 'rustc' |
35 | 2025-01-06T18:28:36.869Z | info: downloading component 'rustfmt' |
36 | 2025-01-06T18:28:37.111Z | info: installing component 'cargo' |
37 | 2025-01-06T18:28:37.912Z | info: installing component 'clippy' |
38 | 2025-01-06T18:28:38.271Z | info: installing component 'rust-docs' |
39 | 2025-01-06T18:28:39.895Z | info: installing component 'rust-std' |
40 | 2025-01-06T18:28:41.627Z | info: installing component 'rustc' |
41 | 2025-01-06T18:28:47.299Z | info: installing component 'rustfmt' |
42 | 2025-01-06T18:28:47.617Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2025-01-06T18:28:47.617Z | |
44 | 2025-01-06T18:28:47.981Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2025-01-06T18:28:47.981Z | |
46 | 2025-01-06T18:28:47.984Z | |
47 | 2025-01-06T18:28:47.984Z | Rust is installed now. Great! |
48 | 2025-01-06T18:28:47.984Z | |
49 | 2025-01-06T18:28:47.985Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-06T18:28:47.985Z | environment variable. This has not been done automatically. |
51 | 2025-01-06T18:28:47.985Z | |
52 | 2025-01-06T18:28:47.985Z | To configure your current shell, you need to source |
53 | 2025-01-06T18:28:47.985Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-06T18:28:47.985Z | |
55 | 2025-01-06T18:28:47.985Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-06T18:28:47.985Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-06T18:28:47.986Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-06T18:28:48.053Z | + rustc --version |
59 | 2025-01-06T18:28:48.118Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2025-01-06T18:28:48.121Z | process exited: duration 23626 ms, exit code 0 |
|
61 | 2025-01-06T18:28:48.129Z | starting task 2: "authentication" |
62 | 2025-01-06T18:28:48.148Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2025-01-06T18:28:48.154Z | starting task 3: "clone repository" |
64 | 2025-01-06T18:28:48.160Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-06T18:28:48.163Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-06T18:28:48.203Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-06T18:28:55.627Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-06T18:28:55.627Z | + git fetch origin 8c107d34caa414084a3b50107676e82ba731ab2a |
69 | 2025-01-06T18:28:55.969Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-06T18:28:55.969Z | * branch 8c107d34caa414084a3b50107676e82ba731ab2a -> FETCH_HEAD |
71 | 2025-01-06T18:28:55.978Z | + [[ -n spr/papertigers/add-support-for-finding-oxide-processes-on-a-sled ]] |
72 | 2025-01-06T18:28:55.982Z | ++ git branch --show-current |
73 | 2025-01-06T18:28:55.984Z | + current=main |
74 | 2025-01-06T18:28:55.984Z | + [[ main != spr/papertigers/add-support-for-finding-oxide-processes-on-a-sled ]] |
75 | 2025-01-06T18:28:55.984Z | + git branch -f spr/papertigers/add-support-for-finding-oxide-processes-on-a-sled 8c107d34caa414084a3b50107676e82ba731ab2a |
76 | 2025-01-06T18:28:55.987Z | + git checkout -f spr/papertigers/add-support-for-finding-oxide-processes-on-a-sled |
77 | 2025-01-06T18:28:56.038Z | Switched to branch 'spr/papertigers/add-support-for-finding-oxide-processes-on-a-sled' |
78 | 2025-01-06T18:28:56.040Z | + git reset --hard 8c107d34caa414084a3b50107676e82ba731ab2a |
79 | 2025-01-06T18:28:56.091Z | HEAD is now at 8c107d34c rebase main |
80 | 2025-01-06T18:28:56.094Z | process exited: duration 7936 ms, exit code 0 |
|
81 | 2025-01-06T18:28:56.099Z | starting task 4: "build" |
82 | 2025-01-06T18:28:56.104Z | + source ./env.sh |
83 | 2025-01-06T18:28:56.104Z | ++ OLD_SHELL_OPTS=ehxB |
84 | 2025-01-06T18:28:56.104Z | ++ set -o xtrace |
85 | 2025-01-06T18:28:56.109Z | ++++ dirname ./env.sh |
86 | 2025-01-06T18:28:56.112Z | +++ readlink -f . |
87 | 2025-01-06T18:28:56.115Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2025-01-06T18:28:56.115Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
89 | 2025-01-06T18:28:56.115Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
90 | 2025-01-06T18:28:56.115Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
91 | 2025-01-06T18:28:56.115Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
92 | 2025-01-06T18:28:56.115Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2025-01-06T18:28:56.115Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2025-01-06T18:28:56.115Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
95 | 2025-01-06T18:28:56.115Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2025-01-06T18:28:56.115Z | ++ case $OLD_SHELL_OPTS in |
97 | 2025-01-06T18:28:56.115Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
98 | 2025-01-06T18:28:56.115Z | + source .github/buildomat/ci-env.sh |
99 | 2025-01-06T18:28:56.115Z | ++ export CARGO_TERM_COLOR=always |
100 | 2025-01-06T18:28:56.115Z | ++ CARGO_TERM_COLOR=always |
101 | 2025-01-06T18:28:56.115Z | + cargo --version |
102 | 2025-01-06T18:28:56.170Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
103 | 2025-01-06T18:28:56.172Z | + rustc --version |
104 | 2025-01-06T18:28:56.233Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
105 | 2025-01-06T18:28:56.235Z | + banner prerequisites |
106 | 2025-01-06T18:28:56.239Z | |
107 | 2025-01-06T18:28:56.241Z | ##### ##### ###### ##### ###### #### # # # #### # |
108 | 2025-01-06T18:28:56.241Z | # # # # # # # # # # # # # # # |
109 | 2025-01-06T18:28:56.241Z | # # # # ##### # # ##### # # # # # #### # |
110 | 2025-01-06T18:28:56.241Z | ##### ##### # ##### # # # # # # # # # |
111 | 2025-01-06T18:28:56.241Z | # # # # # # # # # # # # # # # |
112 | 2025-01-06T18:28:56.241Z | # # # ###### # # ###### ### # #### # #### # |
113 | 2025-01-06T18:28:56.241Z | |
114 | 2025-01-06T18:28:56.241Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
115 | 2025-01-06T18:29:05.117Z | Startup: Refreshing catalog 'helios-dev' ... Done |
116 | 2025-01-06T18:29:08.987Z | Startup: Caching catalogs ... Done |
117 | 2025-01-06T18:29:19.693Z | Planning: Solver setup ... Done (9.729s) |
118 | 2025-01-06T18:29:19.824Z | Planning: Running solver ... Done (0.132s) |
119 | 2025-01-06T18:29:19.930Z | Planning: Finding local manifests ... Done (0.004s) |
120 | 2025-01-06T18:29:19.941Z | Planning: Fetching manifests: 0/5 0% complete |
121 | 2025-01-06T18:29:20.579Z | Planning: Fetching manifests: 5/5 100% complete |
122 | 2025-01-06T18:29:20.678Z | Planning: Package planning ... Done (0.099s) |
123 | 2025-01-06T18:29:20.735Z | Planning: Merging actions ... Done (0.057s) |
124 | 2025-01-06T18:29:21.110Z | Planning: Checking for conflicting actions ... Done (0.375s) |
125 | 2025-01-06T18:29:23.273Z | Planning: Consolidating action changes ... Done (2.162s) |
126 | 2025-01-06T18:29:23.713Z | Planning: Evaluating mediators ... Done (0.439s) |
127 | 2025-01-06T18:29:23.793Z | Planning: Planning completed in 14.70 seconds |
128 | 2025-01-06T18:29:23.810Z | Packages to install: 4 |
129 | 2025-01-06T18:29:23.810Z | Packages to update: 1 |
130 | 2025-01-06T18:29:23.813Z | Mediators to change: 2 |
131 | 2025-01-06T18:29:23.813Z | Services to change: 1 |
132 | 2025-01-06T18:29:23.813Z | Estimated space available: 155.63 GB |
133 | 2025-01-06T18:29:23.813Z | Estimated space to be consumed: 1.62 GB |
134 | 2025-01-06T18:29:23.813Z | Create boot environment: No |
135 | 2025-01-06T18:29:23.813Z | Create backup boot environment: Yes |
136 | 2025-01-06T18:29:23.813Z | Rebuild boot archive: No |
137 | 2025-01-06T18:29:23.813Z | |
138 | 2025-01-06T18:29:23.813Z | Changed mediators: |
139 | 2025-01-06T18:29:23.813Z | mediator clang: |
140 | 2025-01-06T18:29:23.813Z | version: None -> 15 (system default) |
141 | 2025-01-06T18:29:23.813Z | |
142 | 2025-01-06T18:29:23.813Z | mediator llvm: |
143 | 2025-01-06T18:29:23.813Z | version: 14 (system default) -> 15 (system default) |
144 | 2025-01-06T18:29:23.813Z | |
145 | 2025-01-06T18:29:23.813Z | Changed packages: |
146 | 2025-01-06T18:29:23.813Z | helios-dev |
147 | 2025-01-06T18:29:23.813Z | developer/build-essential |
148 | 2025-01-06T18:29:23.813Z | None -> 11-2.0 |
149 | 2025-01-06T18:29:23.813Z | library/libxmlsec1 |
150 | 2025-01-06T18:29:23.813Z | None -> 1.2.35-2.0 |
151 | 2025-01-06T18:29:23.813Z | ooce/developer/clang-15 |
152 | 2025-01-06T18:29:23.813Z | None -> 15.0.7-2.0 |
153 | 2025-01-06T18:29:23.813Z | ooce/developer/llvm-15 |
154 | 2025-01-06T18:29:23.813Z | None -> 15.0.7-2.0 |
155 | 2025-01-06T18:29:23.813Z | package/pkg |
156 | 2025-01-06T18:29:23.814Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
157 | 2025-01-06T18:29:23.814Z | |
158 | 2025-01-06T18:29:23.814Z | Services: |
159 | 2025-01-06T18:29:23.814Z | restart_fmri: |
160 | 2025-01-06T18:29:23.814Z | svc:/system/update-man-index:default |
161 | 2025-01-06T18:29:23.814Z | |
162 | 2025-01-06T18:29:23.814Z | Editable files to change: |
163 | 2025-01-06T18:29:23.814Z | Update: |
164 | 2025-01-06T18:29:23.814Z | usr/share/lib/pkg/web/config.shtml |
165 | 2025-01-06T18:29:23.890Z | |
166 | 2025-01-06T18:29:23.890Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
167 | 2025-01-06T18:29:28.893Z | Download: 501/4281 items 2.6/220.6MB 1% complete (539k/s) |
168 | 2025-01-06T18:29:35.823Z | Download: 1192/4281 items 83.5/220.6MB 37% complete (9.2M/s) |
169 | 2025-01-06T18:29:42.231Z | Download: 1198/4281 items 83.5/220.6MB 37% complete (9.0M/s) |
170 | 2025-01-06T18:29:47.246Z | Download: 1981/4281 items 118.7/220.6MB 53% complete (7.2M/s) |
171 | 2025-01-06T18:29:52.252Z | Download: 2224/4281 items 119.2/220.6MB 54% complete (5.5M/s) |
172 | 2025-01-06T18:29:57.257Z | Download: 3127/4281 items 143.6/220.6MB 65% complete (2.4M/s) |
173 | 2025-01-06T18:30:05.399Z | Download: 3248/4281 items 203.1/220.6MB 92% complete (8.4M/s) |
174 | 2025-01-06T18:30:10.397Z | Download: 4075/4281 items 219.7/220.6MB 99% complete (3.4M/s) |
175 | 2025-01-06T18:30:14.005Z | Download: Completed 220.60 MB in 50.11 seconds (4.4M/s) |
176 | 2025-01-06T18:30:16.114Z | Actions: 1/5063 actions (Removing old actions) |
177 | 2025-01-06T18:30:16.163Z | Actions: 194/5063 actions (Installing new actions) |
178 | 2025-01-06T18:30:20.816Z | Actions: 4226/5063 actions (Updating modified actions) |
179 | 2025-01-06T18:30:21.165Z | Actions: Completed 5063 actions in 5.05 seconds. |
180 | 2025-01-06T18:30:21.544Z | Done (0.397s) |
181 | 2025-01-06T18:30:21.547Z | Done (0.000s) |
182 | 2025-01-06T18:30:22.291Z | Done (0.577s) |
183 | 2025-01-06T18:30:26.547Z | Done (4.175s) |
184 | 2025-01-06T18:30:26.625Z | Done (0.018s) |
185 | 2025-01-06T18:30:26.644Z | Done (0.000s) |
186 | 2025-01-06T18:30:26.856Z | Done (0.000s) |
187 | 2025-01-06T18:30:27.540Z | Planning: Evaluating mediator changes ... Done |
188 | 2025-01-06T18:30:27.700Z | Planning: Checking for conflicting actions ... Done |
189 | 2025-01-06T18:30:27.702Z | Planning: Consolidating action changes ... Done |
190 | 2025-01-06T18:30:27.976Z | Planning: Evaluating mediators ... Done |
191 | 2025-01-06T18:30:27.979Z | Planning: Planning completed in 0.44 seconds |
192 | 2025-01-06T18:30:28.015Z | Mediators to change: 2 |
193 | 2025-01-06T18:30:28.015Z | Create boot environment: No |
194 | 2025-01-06T18:30:28.018Z | Create backup boot environment: No |
195 | 2025-01-06T18:30:28.114Z | Done |
196 | 2025-01-06T18:30:28.114Z | Done |
197 | 2025-01-06T18:30:28.480Z | Done |
198 | 2025-01-06T18:30:32.138Z | Done |
199 | 2025-01-06T18:30:32.226Z | Done |
200 | 2025-01-06T18:30:32.230Z | Done |
201 | 2025-01-06T18:30:32.354Z | Done |
202 | 2025-01-06T18:30:32.970Z | Planning: Evaluating mediator changes ... Done |
203 | 2025-01-06T18:30:32.973Z | Planning: Merging actions ... Done |
204 | 2025-01-06T18:30:33.158Z | Planning: Checking for conflicting actions ... Done |
205 | 2025-01-06T18:30:33.162Z | Planning: Consolidating action changes ... Done |
206 | 2025-01-06T18:30:33.426Z | Planning: Evaluating mediators ... Done |
207 | 2025-01-06T18:30:33.481Z | Planning: Planning completed in 0.75 seconds |
208 | 2025-01-06T18:30:33.524Z | Packages to change: 1 |
209 | 2025-01-06T18:30:33.527Z | Mediators to change: 1 |
210 | 2025-01-06T18:30:33.527Z | Services to change: 1 |
211 | 2025-01-06T18:30:33.527Z | Create boot environment: No |
212 | 2025-01-06T18:30:33.527Z | Create backup boot environment: Yes |
213 | 2025-01-06T18:30:35.815Z | Actions: 1/6 actions (Updating modified actions) |
214 | 2025-01-06T18:30:35.817Z | Actions: Completed 6 actions in 0.00 seconds. |
215 | 2025-01-06T18:30:35.817Z | Done |
216 | 2025-01-06T18:30:35.817Z | Done |
217 | 2025-01-06T18:30:35.933Z | Done |
218 | 2025-01-06T18:30:39.582Z | Done |
219 | 2025-01-06T18:30:39.680Z | Done |
220 | 2025-01-06T18:30:39.683Z | Done |
221 | 2025-01-06T18:30:39.795Z | Done |
222 | 2025-01-06T18:30:40.360Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
223 | 2025-01-06T18:30:40.360Z | clang system 15 system |
224 | 2025-01-06T18:30:40.360Z | csh system system illumos |
225 | 2025-01-06T18:30:40.361Z | ctags system system illumos |
226 | 2025-01-06T18:30:40.361Z | gcc vendor 12 vendor |
227 | 2025-01-06T18:30:40.361Z | gcc system 10 system |
228 | 2025-01-06T18:30:40.361Z | gcc system 7 system |
229 | 2025-01-06T18:30:40.361Z | go system 1.20 system |
230 | 2025-01-06T18:30:40.361Z | go system 1.19 system |
231 | 2025-01-06T18:30:40.362Z | llvm system 15 system |
232 | 2025-01-06T18:30:40.362Z | llvm system 14 system |
233 | 2025-01-06T18:30:40.362Z | mariadb system 10.6 system |
234 | 2025-01-06T18:30:40.362Z | mta vendor vendor dma |
235 | 2025-01-06T18:30:40.362Z | openjdk system 17 system |
236 | 2025-01-06T18:30:40.362Z | openjdk system 11 system |
237 | 2025-01-06T18:30:40.362Z | openjdk system 1.8 system |
238 | 2025-01-06T18:30:40.362Z | openssl vendor 3 vendor |
239 | 2025-01-06T18:30:40.362Z | perl system 5.36 system |
240 | 2025-01-06T18:30:40.362Z | postgresql system 15 system |
241 | 2025-01-06T18:30:40.362Z | postgresql system 13 system |
242 | 2025-01-06T18:30:40.362Z | python vendor 3 vendor |
243 | 2025-01-06T18:30:40.362Z | python system 2 system |
244 | 2025-01-06T18:30:40.363Z | python3 system 3.11 system |
245 | 2025-01-06T18:30:40.363Z | ruby system 3.0 system |
246 | 2025-01-06T18:30:40.363Z | words vendor vendor american-english |
247 | 2025-01-06T18:30:40.363Z | words system system australian-english |
248 | 2025-01-06T18:30:40.363Z | words system system british-english |
249 | 2025-01-06T18:30:40.363Z | words system system canadian-english |
250 | 2025-01-06T18:30:40.363Z | words system system french |
251 | 2025-01-06T18:30:40.363Z | words system system italian |
252 | 2025-01-06T18:30:40.363Z | words system system ngerman |
253 | 2025-01-06T18:30:40.364Z | words system system ogerman |
254 | 2025-01-06T18:30:40.364Z | words system system spanish |
255 | 2025-01-06T18:30:40.760Z | PUBLISHER TYPE STATUS P LOCATION |
256 | 2025-01-06T18:30:40.760Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
257 | 2025-01-06T18:30:43.308Z | FMRI IFO |
258 | 2025-01-06T18:30:43.308Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
259 | 2025-01-06T18:30:43.308Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
260 | 2025-01-06T18:30:43.308Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
261 | 2025-01-06T18:30:43.308Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
262 | 2025-01-06T18:30:43.308Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
263 | 2025-01-06T18:30:43.308Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
264 | 2025-01-06T18:30:43.308Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
265 | 2025-01-06T18:30:43.308Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
266 | 2025-01-06T18:30:43.308Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
267 | 2025-01-06T18:30:43.308Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
268 | 2025-01-06T18:30:43.308Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
269 | 2025-01-06T18:30:43.308Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
270 | 2025-01-06T18:30:43.308Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
271 | 2025-01-06T18:30:43.308Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
272 | 2025-01-06T18:30:43.308Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
273 | 2025-01-06T18:30:44.073Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
274 | 2025-01-06T18:30:44.388Z | Updating crates.io index |
275 | 2025-01-06T18:30:44.394Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
276 | 2025-01-06T18:30:44.729Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
277 | 2025-01-06T18:30:45.271Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
278 | 2025-01-06T18:30:45.581Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
279 | 2025-01-06T18:30:45.833Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
280 | 2025-01-06T18:30:46.108Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
281 | 2025-01-06T18:30:47.052Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
282 | 2025-01-06T18:30:48.630Z | Updating git repository `https://github.com/oxidecomputer/opte` |
283 | 2025-01-06T18:30:49.236Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
284 | 2025-01-06T18:30:50.001Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
285 | 2025-01-06T18:30:50.306Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
286 | 2025-01-06T18:30:50.607Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
287 | 2025-01-06T18:30:51.270Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
288 | 2025-01-06T18:30:51.581Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
289 | 2025-01-06T18:30:52.032Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
290 | 2025-01-06T18:30:52.374Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
291 | 2025-01-06T18:30:52.661Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
292 | 2025-01-06T18:30:52.929Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
293 | 2025-01-06T18:30:53.278Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
294 | 2025-01-06T18:30:53.527Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
295 | 2025-01-06T18:30:54.519Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
296 | 2025-01-06T18:30:54.822Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
297 | 2025-01-06T18:30:55.344Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
298 | 2025-01-06T18:30:55.704Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
299 | 2025-01-06T18:30:56.116Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
300 | 2025-01-06T18:30:56.536Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
301 | 2025-01-06T18:30:56.901Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
302 | 2025-01-06T18:30:57.201Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
303 | 2025-01-06T18:30:57.478Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
304 | 2025-01-06T18:30:58.750Z | Downloading crates ... |
305 | 2025-01-06T18:30:58.826Z | Downloaded anstream v0.6.15 |
306 | 2025-01-06T18:30:58.866Z | Downloaded anstyle-parse v0.2.5 |
307 | 2025-01-06T18:30:58.869Z | Downloaded bytecount v0.6.8 |
308 | 2025-01-06T18:30:58.871Z | Downloaded block-buffer v0.10.4 |
309 | 2025-01-06T18:30:58.887Z | Downloaded anstyle-query v1.1.1 |
310 | 2025-01-06T18:30:58.891Z | Downloaded byteorder v1.5.0 |
311 | 2025-01-06T18:30:58.894Z | Downloaded clap_lex v0.7.2 |
312 | 2025-01-06T18:30:58.903Z | Downloaded cfg-if v1.0.0 |
313 | 2025-01-06T18:30:58.903Z | Downloaded autocfg v1.4.0 |
314 | 2025-01-06T18:30:58.905Z | Downloaded equivalent v1.0.1 |
315 | 2025-01-06T18:30:58.905Z | Downloaded camino v1.1.9 |
316 | 2025-01-06T18:30:58.905Z | Downloaded colorchoice v1.0.2 |
317 | 2025-01-06T18:30:58.905Z | Downloaded cargo-platform v0.1.8 |
318 | 2025-01-06T18:30:58.908Z | Downloaded bitflags v2.6.0 |
319 | 2025-01-06T18:30:58.911Z | Downloaded anyhow v1.0.93 |
320 | 2025-01-06T18:30:58.913Z | Downloaded fnv v1.0.7 |
321 | 2025-01-06T18:30:58.913Z | Downloaded cargo_metadata v0.18.1 |
322 | 2025-01-06T18:30:58.916Z | Downloaded camino-tempfile v1.1.1 |
323 | 2025-01-06T18:30:58.918Z | Downloaded fastrand v2.1.1 |
324 | 2025-01-06T18:30:58.918Z | Downloaded dof v0.3.0 |
325 | 2025-01-06T18:30:58.921Z | Downloaded digest v0.10.7 |
326 | 2025-01-06T18:30:58.921Z | Downloaded clap_derive v4.5.18 |
327 | 2025-01-06T18:30:58.924Z | Downloaded generic-array v0.14.7 |
328 | 2025-01-06T18:30:58.924Z | Downloaded clap v4.5.21 |
329 | 2025-01-06T18:30:58.932Z | Downloaded macaddr v1.0.1 |
330 | 2025-01-06T18:30:58.935Z | Downloaded cargo_toml v0.20.5 |
331 | 2025-01-06T18:30:58.935Z | Downloaded anstyle v1.0.10 |
332 | 2025-01-06T18:30:58.937Z | Downloaded heck v0.5.0 |
333 | 2025-01-06T18:30:58.940Z | Downloaded scroll_derive v0.12.0 |
334 | 2025-01-06T18:30:58.940Z | Downloaded errno v0.3.9 |
335 | 2025-01-06T18:30:58.940Z | Downloaded dtrace-parser v0.2.0 |
336 | 2025-01-06T18:30:58.943Z | Downloaded crypto-common v0.1.6 |
337 | 2025-01-06T18:30:58.943Z | Downloaded cpufeatures v0.2.14 |
338 | 2025-01-06T18:30:58.943Z | Downloaded clap_builder v4.5.21 |
339 | 2025-01-06T18:30:58.948Z | Downloaded pretty-hex v0.4.1 |
340 | 2025-01-06T18:30:58.951Z | Downloaded swrite v0.1.0 |
341 | 2025-01-06T18:30:58.955Z | Downloaded usdt-attr-macro v0.5.0 |
342 | 2025-01-06T18:30:58.960Z | Downloaded usdt-macro v0.5.0 |
343 | 2025-01-06T18:30:58.968Z | Downloaded itoa v1.0.11 |
344 | 2025-01-06T18:30:58.970Z | Downloaded is_terminal_polyfill v1.70.1 |
345 | 2025-01-06T18:30:58.970Z | Downloaded heck v0.4.1 |
346 | 2025-01-06T18:30:58.970Z | Downloaded smawk v0.3.2 |
347 | 2025-01-06T18:30:58.972Z | Downloaded fs-err v2.11.0 |
348 | 2025-01-06T18:30:58.976Z | Downloaded memmap v0.7.0 |
349 | 2025-01-06T18:30:58.979Z | Downloaded proc-macro-error-attr v1.0.4 |
350 | 2025-01-06T18:30:58.987Z | Downloaded usdt v0.5.0 |
351 | 2025-01-06T18:30:58.990Z | Downloaded strsim v0.11.1 |
352 | 2025-01-06T18:30:58.990Z | Downloaded serde_spanned v0.6.8 |
353 | 2025-01-06T18:30:58.993Z | Downloaded terminal_size v0.4.0 |
354 | 2025-01-06T18:30:58.993Z | Downloaded pest_generator v2.7.14 |
355 | 2025-01-06T18:30:58.993Z | Downloaded plain v0.2.3 |
356 | 2025-01-06T18:30:58.997Z | Downloaded thiserror-impl v1.0.69 |
357 | 2025-01-06T18:30:58.997Z | Downloaded serde_tokenstream v0.2.2 |
358 | 2025-01-06T18:30:58.999Z | Downloaded toml_datetime v0.6.8 |
359 | 2025-01-06T18:30:59.002Z | Downloaded unicode-linebreak v0.1.5 |
360 | 2025-01-06T18:30:59.002Z | Downloaded tabled_derive v0.7.0 |
361 | 2025-01-06T18:30:59.002Z | Downloaded thread-id v4.2.2 |
362 | 2025-01-06T18:30:59.004Z | Downloaded utf8parse v0.2.2 |
363 | 2025-01-06T18:30:59.007Z | Downloaded papergrid v0.11.0 |
364 | 2025-01-06T18:30:59.010Z | Downloaded version_check v0.9.5 |
365 | 2025-01-06T18:30:59.013Z | Downloaded semver v1.0.23 |
366 | 2025-01-06T18:30:59.015Z | Downloaded once_cell v1.20.2 |
367 | 2025-01-06T18:30:59.026Z | Downloaded thiserror v1.0.69 |
368 | 2025-01-06T18:30:59.029Z | Downloaded sha2 v0.10.8 |
369 | 2025-01-06T18:30:59.032Z | Downloaded usdt-impl v0.5.0 |
370 | 2025-01-06T18:30:59.035Z | Downloaded tempfile v3.13.0 |
371 | 2025-01-06T18:30:59.037Z | Downloaded scroll v0.12.0 |
372 | 2025-01-06T18:30:59.041Z | Downloaded proc-macro-error v1.0.4 |
373 | 2025-01-06T18:30:59.045Z | Downloaded zerocopy-derive v0.7.35 |
374 | 2025-01-06T18:30:59.048Z | Downloaded pest_meta v2.7.14 |
375 | 2025-01-06T18:30:59.048Z | Downloaded pest_derive v2.7.14 |
376 | 2025-01-06T18:30:59.051Z | Downloaded log v0.4.22 |
377 | 2025-01-06T18:30:59.054Z | Downloaded ryu v1.0.18 |
378 | 2025-01-06T18:30:59.057Z | Downloaded textwrap v0.16.1 |
379 | 2025-01-06T18:30:59.057Z | Downloaded toml v0.8.19 |
380 | 2025-01-06T18:30:59.066Z | Downloaded unicode-ident v1.0.13 |
381 | 2025-01-06T18:30:59.066Z | Downloaded quote v1.0.37 |
382 | 2025-01-06T18:30:59.068Z | Downloaded proc-macro2 v1.0.89 |
383 | 2025-01-06T18:30:59.068Z | Downloaded ucd-trie v0.1.7 |
384 | 2025-01-06T18:30:59.068Z | Downloaded indexmap v2.6.0 |
385 | 2025-01-06T18:30:59.071Z | Downloaded typenum v1.17.0 |
386 | 2025-01-06T18:30:59.076Z | Downloaded serde_derive v1.0.215 |
387 | 2025-01-06T18:30:59.086Z | Downloaded serde v1.0.215 |
388 | 2025-01-06T18:30:59.093Z | Downloaded memchr v2.7.4 |
389 | 2025-01-06T18:30:59.110Z | Downloaded toml_edit v0.22.22 |
390 | 2025-01-06T18:30:59.140Z | Downloaded pest v2.7.14 |
391 | 2025-01-06T18:30:59.149Z | Downloaded hashbrown v0.15.1 |
392 | 2025-01-06T18:30:59.165Z | Downloaded zerocopy v0.7.35 |
393 | 2025-01-06T18:30:59.179Z | Downloaded winnow v0.6.20 |
394 | 2025-01-06T18:30:59.187Z | Downloaded goblin v0.8.2 |
395 | 2025-01-06T18:30:59.192Z | Downloaded tabled v0.15.0 |
396 | 2025-01-06T18:30:59.207Z | Downloaded serde_json v1.0.133 |
397 | 2025-01-06T18:30:59.213Z | Downloaded syn v1.0.109 |
398 | 2025-01-06T18:30:59.222Z | Downloaded unicode-width v0.1.14 |
399 | 2025-01-06T18:30:59.227Z | Downloaded syn v2.0.87 |
400 | 2025-01-06T18:30:59.239Z | Downloaded rustix v0.38.37 |
401 | 2025-01-06T18:30:59.284Z | Downloaded libc v0.2.162 |
402 | 2025-01-06T18:30:59.595Z | Compiling proc-macro2 v1.0.89 |
403 | 2025-01-06T18:30:59.595Z | Compiling unicode-ident v1.0.13 |
404 | 2025-01-06T18:30:59.599Z | Compiling version_check v0.9.5 |
405 | 2025-01-06T18:30:59.599Z | Compiling serde v1.0.215 |
406 | 2025-01-06T18:30:59.599Z | Compiling thiserror v1.0.69 |
407 | 2025-01-06T18:30:59.599Z | Compiling memchr v2.7.4 |
408 | 2025-01-06T18:30:59.599Z | Compiling libc v0.2.162 |
409 | 2025-01-06T18:30:59.600Z | Compiling ryu v1.0.18 |
410 | 2025-01-06T18:30:59.879Z | Compiling itoa v1.0.11 |
411 | 2025-01-06T18:31:00.099Z | Compiling ucd-trie v0.1.7 |
412 | 2025-01-06T18:31:00.425Z | Compiling once_cell v1.20.2 |
413 | 2025-01-06T18:31:00.544Z | Compiling byteorder v1.5.0 |
414 | 2025-01-06T18:31:00.743Z | Compiling rustix v0.38.37 |
415 | 2025-01-06T18:31:00.746Z | Compiling serde_json v1.0.133 |
416 | 2025-01-06T18:31:00.979Z | Compiling bitflags v2.6.0 |
417 | 2025-01-06T18:31:01.104Z | Compiling usdt-impl v0.5.0 |
418 | 2025-01-06T18:31:01.199Z | Compiling proc-macro-error-attr v1.0.4 |
419 | 2025-01-06T18:31:01.419Z | Compiling syn v1.0.109 |
420 | 2025-01-06T18:31:01.446Z | Compiling proc-macro-error v1.0.4 |
421 | 2025-01-06T18:31:01.491Z | Compiling quote v1.0.37 |
422 | 2025-01-06T18:31:01.659Z | Compiling hashbrown v0.15.1 |
423 | 2025-01-06T18:31:01.685Z | Compiling equivalent v1.0.1 |
424 | 2025-01-06T18:31:01.720Z | Compiling plain v0.2.3 |
425 | 2025-01-06T18:31:01.806Z | Compiling errno v0.3.9 |
426 | 2025-01-06T18:31:01.885Z | Compiling syn v2.0.87 |
427 | 2025-01-06T18:31:02.078Z | Compiling camino v1.1.9 |
428 | 2025-01-06T18:31:02.128Z | Compiling log v0.4.22 |
429 | 2025-01-06T18:31:02.245Z | Compiling utf8parse v0.2.2 |
430 | 2025-01-06T18:31:02.365Z | Compiling thread-id v4.2.2 |
431 | 2025-01-06T18:31:02.414Z | Compiling anstyle-parse v0.2.5 |
432 | 2025-01-06T18:31:02.738Z | Compiling anstyle v1.0.10 |
433 | 2025-01-06T18:31:02.817Z | Compiling unicode-width v0.1.14 |
434 | 2025-01-06T18:31:02.997Z | Compiling indexmap v2.6.0 |
435 | 2025-01-06T18:31:03.006Z | Compiling anstyle-query v1.1.1 |
436 | 2025-01-06T18:31:03.167Z | Compiling semver v1.0.23 |
437 | 2025-01-06T18:31:03.226Z | Compiling pretty-hex v0.4.1 |
438 | 2025-01-06T18:31:03.293Z | Compiling is_terminal_polyfill v1.70.1 |
439 | 2025-01-06T18:31:03.339Z | Compiling autocfg v1.4.0 |
440 | 2025-01-06T18:31:03.433Z | Compiling winnow v0.6.20 |
441 | 2025-01-06T18:31:03.464Z | Compiling colorchoice v1.0.2 |
442 | 2025-01-06T18:31:03.636Z | Compiling anstream v0.6.15 |
443 | 2025-01-06T18:31:04.387Z | Compiling terminal_size v0.4.0 |
444 | 2025-01-06T18:31:04.414Z | Compiling heck v0.4.1 |
445 | 2025-01-06T18:31:04.475Z | Compiling fnv v1.0.7 |
446 | 2025-01-06T18:31:04.556Z | Compiling fs-err v2.11.0 |
447 | 2025-01-06T18:31:04.602Z | Compiling strsim v0.11.1 |
448 | 2025-01-06T18:31:04.630Z | Compiling bytecount v0.6.8 |
449 | 2025-01-06T18:31:04.890Z | Compiling cfg-if v1.0.0 |
450 | 2025-01-06T18:31:04.915Z | Compiling fastrand v2.1.1 |
451 | 2025-01-06T18:31:04.942Z | Compiling anyhow v1.0.93 |
452 | 2025-01-06T18:31:04.994Z | Compiling clap_lex v0.7.2 |
453 | 2025-01-06T18:31:05.026Z | Compiling heck v0.5.0 |
454 | 2025-01-06T18:31:05.527Z | Compiling clap_builder v4.5.21 |
455 | 2025-01-06T18:31:05.580Z | Compiling tempfile v3.13.0 |
456 | 2025-01-06T18:31:05.749Z | Compiling papergrid v0.11.0 |
457 | 2025-01-06T18:31:06.004Z | Compiling memmap v0.7.0 |
458 | 2025-01-06T18:31:06.159Z | Compiling unicode-linebreak v0.1.5 |
459 | 2025-01-06T18:31:06.389Z | Compiling smawk v0.3.2 |
460 | 2025-01-06T18:31:06.613Z | Compiling textwrap v0.16.1 |
461 | 2025-01-06T18:31:07.223Z | Compiling swrite v0.1.0 |
462 | 2025-01-06T18:31:08.226Z | Compiling tabled_derive v0.7.0 |
463 | 2025-01-06T18:31:09.785Z | Compiling tabled v0.15.0 |
464 | 2025-01-06T18:31:11.035Z | Compiling serde_derive v1.0.215 |
465 | 2025-01-06T18:31:11.035Z | Compiling thiserror-impl v1.0.69 |
466 | 2025-01-06T18:31:11.041Z | Compiling zerocopy-derive v0.7.35 |
467 | 2025-01-06T18:31:11.041Z | Compiling scroll_derive v0.12.0 |
468 | 2025-01-06T18:31:11.077Z | Compiling clap_derive v4.5.18 |
469 | 2025-01-06T18:31:12.406Z | Compiling scroll v0.12.0 |
470 | 2025-01-06T18:31:12.949Z | Compiling zerocopy v0.7.35 |
471 | 2025-01-06T18:31:12.977Z | Compiling goblin v0.8.2 |
472 | 2025-01-06T18:31:14.675Z | Compiling clap v4.5.21 |
473 | 2025-01-06T18:31:16.399Z | Compiling pest v2.7.14 |
474 | 2025-01-06T18:31:18.196Z | Compiling pest_meta v2.7.14 |
475 | 2025-01-06T18:31:19.376Z | Compiling pest_generator v2.7.14 |
476 | 2025-01-06T18:31:20.933Z | Compiling pest_derive v2.7.14 |
477 | 2025-01-06T18:31:20.995Z | Compiling serde_tokenstream v0.2.2 |
478 | 2025-01-06T18:31:21.066Z | Compiling toml_datetime v0.6.8 |
479 | 2025-01-06T18:31:21.147Z | Compiling serde_spanned v0.6.8 |
480 | 2025-01-06T18:31:21.400Z | Compiling toml_edit v0.22.22 |
481 | 2025-01-06T18:31:21.607Z | Compiling cargo-platform v0.1.8 |
482 | 2025-01-06T18:31:21.610Z | Compiling macaddr v1.0.1 |
483 | 2025-01-06T18:31:21.709Z | Compiling dtrace-parser v0.2.0 |
484 | 2025-01-06T18:31:22.098Z | Compiling camino-tempfile v1.1.1 |
485 | 2025-01-06T18:31:22.582Z | Compiling dof v0.3.0 |
486 | 2025-01-06T18:31:22.810Z | Compiling cargo_metadata v0.18.1 |
487 | 2025-01-06T18:31:24.522Z | Compiling usdt-macro v0.5.0 |
488 | 2025-01-06T18:31:24.522Z | Compiling usdt-attr-macro v0.5.0 |
489 | 2025-01-06T18:31:24.567Z | Compiling toml v0.8.19 |
490 | 2025-01-06T18:31:25.628Z | Compiling cargo_toml v0.20.5 |
491 | 2025-01-06T18:31:25.974Z | Compiling usdt v0.5.0 |
492 | 2025-01-06T18:31:30.387Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
493 | 2025-01-06T18:31:33.445Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.58s |
494 | 2025-01-06T18:31:33.773Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
495 | 2025-01-06T18:31:34.255Z | Downloading crates ... |
496 | 2025-01-06T18:31:34.429Z | Downloaded aead v0.5.2 |
497 | 2025-01-06T18:31:38.370Z | Downloaded addr2line v0.24.2 |
498 | 2025-01-06T18:31:38.370Z | Downloaded crunchy v0.2.2 |
499 | 2025-01-06T18:31:38.370Z | Downloaded ciborium-io v0.2.2 |
500 | 2025-01-06T18:31:38.370Z | Downloaded cfg_aliases v0.1.1 |
501 | 2025-01-06T18:31:38.370Z | Downloaded cfg_aliases v0.2.1 |
502 | 2025-01-06T18:31:38.370Z | Downloaded atomicwrites v0.4.4 |
503 | 2025-01-06T18:31:38.370Z | Downloaded cstr-argument v0.1.2 |
504 | 2025-01-06T18:31:38.370Z | Downloaded async-stream-impl v0.3.6 |
505 | 2025-01-06T18:31:38.370Z | Downloaded atty v0.2.14 |
506 | 2025-01-06T18:31:38.370Z | Downloaded headers-core v0.3.0 |
507 | 2025-01-06T18:31:38.370Z | Downloaded crucible-workspace-hack v0.1.0 |
508 | 2025-01-06T18:31:38.371Z | Downloaded crc-catalog v2.4.0 |
509 | 2025-01-06T18:31:38.371Z | Downloaded darling v0.20.10 |
510 | 2025-01-06T18:31:38.371Z | Downloaded crossbeam-deque v0.8.5 |
511 | 2025-01-06T18:31:38.371Z | Downloaded crc v3.2.1 |
512 | 2025-01-06T18:31:38.371Z | Downloaded cobs v0.2.3 |
513 | 2025-01-06T18:31:38.371Z | Downloaded chacha20 v0.9.1 |
514 | 2025-01-06T18:31:38.371Z | Downloaded bitfield-struct v0.6.2 |
515 | 2025-01-06T18:31:38.371Z | Downloaded bitfield v0.14.0 |
516 | 2025-01-06T18:31:38.371Z | Downloaded heapless v0.7.17 |
517 | 2025-01-06T18:31:38.371Z | Downloaded home v0.5.9 |
518 | 2025-01-06T18:31:38.371Z | Downloaded constant_time_eq v0.3.1 |
519 | 2025-01-06T18:31:38.371Z | Downloaded bb8 v0.8.5 |
520 | 2025-01-06T18:31:38.371Z | Downloaded hostname v0.3.1 |
521 | 2025-01-06T18:31:38.371Z | Downloaded cbc v0.1.2 |
522 | 2025-01-06T18:31:38.371Z | Downloaded icu_provider_macros v1.5.0 |
523 | 2025-01-06T18:31:38.371Z | Downloaded http-range v0.1.5 |
524 | 2025-01-06T18:31:38.371Z | Downloaded cipher v0.4.4 |
525 | 2025-01-06T18:31:38.371Z | Downloaded async-stream v0.3.6 |
526 | 2025-01-06T18:31:38.371Z | Downloaded convert_case v0.4.0 |
527 | 2025-01-06T18:31:38.371Z | Downloaded http-body v1.0.1 |
528 | 2025-01-06T18:31:38.371Z | Downloaded ciborium-ll v0.2.2 |
529 | 2025-01-06T18:31:38.371Z | Downloaded instant v0.1.13 |
530 | 2025-01-06T18:31:38.372Z | Downloaded curve25519-dalek-derive v0.1.1 |
531 | 2025-01-06T18:31:38.372Z | Downloaded arrayref v0.3.9 |
532 | 2025-01-06T18:31:38.372Z | Downloaded ident_case v1.0.1 |
533 | 2025-01-06T18:31:38.372Z | Downloaded hubpack_derive v0.1.1 |
534 | 2025-01-06T18:31:38.372Z | Downloaded bitflags v1.3.2 |
535 | 2025-01-06T18:31:38.372Z | Downloaded buf-list v1.0.3 |
536 | 2025-01-06T18:31:38.372Z | Downloaded hickory-client v0.24.1 |
537 | 2025-01-06T18:31:38.372Z | Downloaded hostname v0.4.0 |
538 | 2025-01-06T18:31:38.372Z | Downloaded bit-vec v0.6.3 |
539 | 2025-01-06T18:31:38.372Z | Downloaded cmake v0.1.51 |
540 | 2025-01-06T18:31:38.372Z | Downloaded bcrypt-pbkdf v0.10.0 |
541 | 2025-01-06T18:31:38.372Z | Downloaded chrono-tz-build v0.4.0 |
542 | 2025-01-06T18:31:38.372Z | Downloaded bit-set v0.5.3 |
543 | 2025-01-06T18:31:38.372Z | Downloaded async-recursion v1.1.1 |
544 | 2025-01-06T18:31:38.372Z | Downloaded is_ci v1.2.0 |
545 | 2025-01-06T18:31:38.372Z | Downloaded array-init v0.0.4 |
546 | 2025-01-06T18:31:38.372Z | Downloaded matches v0.1.10 |
547 | 2025-01-06T18:31:38.372Z | Downloaded hex-literal v0.4.1 |
548 | 2025-01-06T18:31:38.372Z | Downloaded hex v0.4.3 |
549 | 2025-01-06T18:31:38.372Z | Downloaded md5 v0.7.0 |
550 | 2025-01-06T18:31:38.372Z | Downloaded match_cfg v0.1.0 |
551 | 2025-01-06T18:31:38.372Z | Downloaded heck v0.3.3 |
552 | 2025-01-06T18:31:38.372Z | Downloaded cexpr v0.6.0 |
553 | 2025-01-06T18:31:38.374Z | Downloaded httpdate v1.0.3 |
554 | 2025-01-06T18:31:38.374Z | Downloaded ctr v0.9.2 |
555 | 2025-01-06T18:31:38.374Z | Downloaded humantime v2.1.0 |
556 | 2025-01-06T18:31:38.374Z | Downloaded http-body-util v0.1.2 |
557 | 2025-01-06T18:31:38.374Z | Downloaded castaway v0.2.3 |
558 | 2025-01-06T18:31:38.374Z | Downloaded indoc v1.0.9 |
559 | 2025-01-06T18:31:38.374Z | Downloaded lalrpop-util v0.19.12 |
560 | 2025-01-06T18:31:38.374Z | Downloaded impl-trait-for-tuples v0.2.2 |
561 | 2025-01-06T18:31:38.374Z | Downloaded idna_adapter v1.2.0 |
562 | 2025-01-06T18:31:38.374Z | Downloaded inout v0.1.3 |
563 | 2025-01-06T18:31:38.374Z | Downloaded ipnetwork v0.20.0 |
564 | 2025-01-06T18:31:38.374Z | Downloaded ciborium v0.2.2 |
565 | 2025-01-06T18:31:38.374Z | Downloaded bzip2 v0.4.4 |
566 | 2025-01-06T18:31:38.374Z | Downloaded libefi-sys v0.1.0 |
567 | 2025-01-06T18:31:38.375Z | Downloaded keccak v0.1.5 |
568 | 2025-01-06T18:31:38.375Z | Downloaded bcs v0.1.6 |
569 | 2025-01-06T18:31:38.375Z | Downloaded base16ct v0.2.0 |
570 | 2025-01-06T18:31:38.375Z | Downloaded async-trait v0.1.83 |
571 | 2025-01-06T18:31:38.375Z | Downloaded sqlparser_derive v0.2.2 |
572 | 2025-01-06T18:31:38.375Z | Downloaded crc32fast v1.4.2 |
573 | 2025-01-06T18:31:38.375Z | Downloaded lazycell v1.3.0 |
574 | 2025-01-06T18:31:38.375Z | Downloaded cancel-safe-futures v0.1.5 |
575 | 2025-01-06T18:31:38.375Z | Downloaded managed v0.8.0 |
576 | 2025-01-06T18:31:38.375Z | Downloaded lockfree-object-pool v0.1.6 |
577 | 2025-01-06T18:31:38.375Z | Downloaded linear-map v1.2.0 |
578 | 2025-01-06T18:31:38.375Z | Downloaded ascii-canvas v3.0.0 |
579 | 2025-01-06T18:31:38.375Z | Downloaded mime v0.3.17 |
580 | 2025-01-06T18:31:38.375Z | Downloaded memoffset v0.9.1 |
581 | 2025-01-06T18:31:38.375Z | Downloaded md-5 v0.10.6 |
582 | 2025-01-06T18:31:38.375Z | Downloaded maplit v1.0.2 |
583 | 2025-01-06T18:31:38.375Z | Downloaded colored v2.1.0 |
584 | 2025-01-06T18:31:38.375Z | Downloaded maybe-uninit v2.0.0 |
585 | 2025-01-06T18:31:38.375Z | Downloaded hyper-staticfile v0.10.1 |
586 | 2025-01-06T18:31:38.375Z | Downloaded lru-cache v0.1.2 |
587 | 2025-01-06T18:31:38.375Z | Downloaded lru v0.12.5 |
588 | 2025-01-06T18:31:38.375Z | Downloaded linked-hash-map v0.5.6 |
589 | 2025-01-06T18:31:38.375Z | Downloaded ref-cast-impl v1.0.23 |
590 | 2025-01-06T18:31:38.375Z | Downloaded rand_xorshift v0.3.0 |
591 | 2025-01-06T18:31:38.375Z | Downloaded r2d2 v0.8.10 |
592 | 2025-01-06T18:31:38.375Z | Downloaded sync-ptr v0.1.1 |
593 | 2025-01-06T18:31:38.375Z | Downloaded icu_locid_transform v1.5.0 |
594 | 2025-01-06T18:31:38.375Z | Downloaded httparse v1.9.5 |
595 | 2025-01-06T18:31:38.375Z | Downloaded zone_cfg_derive v0.1.2 |
596 | 2025-01-06T18:31:38.375Z | Downloaded write16 v1.0.0 |
597 | 2025-01-06T18:31:38.422Z | Downloaded ahash v0.8.11 |
598 | 2025-01-06T18:31:38.422Z | Downloaded sync_wrapper v1.0.1 |
599 | 2025-01-06T18:31:38.422Z | Downloaded libsw v3.3.1 |
600 | 2025-01-06T18:31:38.422Z | Downloaded ipnet v2.10.1 |
601 | 2025-01-06T18:31:38.422Z | Downloaded csv-core v0.1.11 |
602 | 2025-01-06T18:31:38.422Z | Downloaded iana-time-zone v0.1.61 |
603 | 2025-01-06T18:31:38.422Z | Downloaded hmac v0.12.1 |
604 | 2025-01-06T18:31:38.423Z | Downloaded lazy_static v1.5.0 |
605 | 2025-01-06T18:31:38.423Z | Downloaded crossbeam-epoch v0.9.18 |
606 | 2025-01-06T18:31:38.423Z | Downloaded const-oid v0.9.6 |
607 | 2025-01-06T18:31:38.423Z | Downloaded lock_api v0.4.12 |
608 | 2025-01-06T18:31:38.423Z | Downloaded ssh-cipher v0.2.0 |
609 | 2025-01-06T18:31:38.423Z | Downloaded rustversion v1.0.17 |
610 | 2025-01-06T18:31:38.423Z | Downloaded kstat-rs v0.2.4 |
611 | 2025-01-06T18:31:38.423Z | Downloaded libloading v0.8.5 |
612 | 2025-01-06T18:31:38.423Z | Downloaded mime_guess v2.0.5 |
613 | 2025-01-06T18:31:38.423Z | Downloaded litemap v0.7.3 |
614 | 2025-01-06T18:31:38.423Z | Downloaded blake2 v0.10.6 |
615 | 2025-01-06T18:31:38.423Z | Downloaded console v0.15.8 |
616 | 2025-01-06T18:31:38.423Z | Downloaded universal-hash v0.5.1 |
617 | 2025-01-06T18:31:38.423Z | Downloaded memmap2 v0.9.5 |
618 | 2025-01-06T18:31:38.423Z | Downloaded slog-dtrace v0.3.0 |
619 | 2025-01-06T18:31:38.423Z | Downloaded signal-hook-registry v1.4.2 |
620 | 2025-01-06T18:31:38.423Z | Downloaded icu_normalizer v1.5.0 |
621 | 2025-01-06T18:31:38.423Z | Downloaded spki v0.7.3 |
622 | 2025-01-06T18:31:38.423Z | Downloaded zeroize v1.8.1 |
623 | 2025-01-06T18:31:38.423Z | Downloaded icu_locid v1.5.0 |
624 | 2025-01-06T18:31:38.423Z | Downloaded tls_codec v0.4.1 |
625 | 2025-01-06T18:31:38.423Z | Downloaded fallible-iterator v0.2.0 |
626 | 2025-01-06T18:31:38.423Z | Downloaded oso-derive v0.27.3 |
627 | 2025-01-06T18:31:38.423Z | Downloaded thiserror-impl-no-std v2.0.2 |
628 | 2025-01-06T18:31:38.423Z | Downloaded heapless v0.8.0 |
629 | 2025-01-06T18:31:38.423Z | Downloaded serde-big-array v0.5.1 |
630 | 2025-01-06T18:31:38.423Z | Downloaded icu_provider v1.5.0 |
631 | 2025-01-06T18:31:38.423Z | Downloaded tui-tree-widget v0.22.0 |
632 | 2025-01-06T18:31:38.423Z | Downloaded foldhash v0.1.3 |
633 | 2025-01-06T18:31:38.423Z | Downloaded float-ord v0.3.2 |
634 | 2025-01-06T18:31:38.423Z | Downloaded sqlformat v0.2.6 |
635 | 2025-01-06T18:31:38.423Z | Downloaded float-cmp v0.9.0 |
636 | 2025-01-06T18:31:38.423Z | Downloaded progenitor-impl v0.8.0 |
637 | 2025-01-06T18:31:38.423Z | Downloaded num v0.4.3 |
638 | 2025-01-06T18:31:38.424Z | Downloaded icu_properties v1.5.1 |
639 | 2025-01-06T18:31:38.424Z | Downloaded base64 v0.13.1 |
640 | 2025-01-06T18:31:38.424Z | Downloaded num_enum_derive v0.5.11 |
641 | 2025-01-06T18:31:38.424Z | Downloaded icu_normalizer_data v1.5.0 |
642 | 2025-01-06T18:31:38.424Z | Downloaded icu_locid_transform_data v1.5.0 |
643 | 2025-01-06T18:31:38.424Z | Downloaded hyper-util v0.1.10 |
644 | 2025-01-06T18:31:38.424Z | Downloaded hickory-server v0.24.1 |
645 | 2025-01-06T18:31:38.424Z | Downloaded indicatif v0.17.9 |
646 | 2025-01-06T18:31:38.424Z | Downloaded want v0.3.1 |
647 | 2025-01-06T18:31:38.424Z | Downloaded paste v1.0.15 |
648 | 2025-01-06T18:31:38.424Z | Downloaded icu_collections v1.5.0 |
649 | 2025-01-06T18:31:38.424Z | Downloaded quick-error v1.2.3 |
650 | 2025-01-06T18:31:38.424Z | Downloaded powerfmt v0.2.0 |
651 | 2025-01-06T18:31:38.424Z | Downloaded multimap v0.10.0 |
652 | 2025-01-06T18:31:38.424Z | Downloaded hickory-resolver v0.24.1 |
653 | 2025-01-06T18:31:38.424Z | Downloaded downcast v0.11.0 |
654 | 2025-01-06T18:31:38.424Z | Downloaded darling_macro v0.20.10 |
655 | 2025-01-06T18:31:38.424Z | Downloaded nanorand v0.7.0 |
656 | 2025-01-06T18:31:38.424Z | Downloaded vergen v8.3.2 |
657 | 2025-01-06T18:31:38.424Z | Downloaded shell-words v1.1.0 |
658 | 2025-01-06T18:31:38.425Z | Downloaded rtoolbox v0.0.2 |
659 | 2025-01-06T18:31:38.425Z | Downloaded rpassword v7.3.1 |
660 | 2025-01-06T18:31:38.425Z | Downloaded synstructure v0.13.1 |
661 | 2025-01-06T18:31:38.425Z | Downloaded zone_cfg_derive v0.3.0 |
662 | 2025-01-06T18:31:38.425Z | Downloaded allocator-api2 v0.2.18 |
663 | 2025-01-06T18:31:38.425Z | Downloaded futures-sink v0.3.31 |
664 | 2025-01-06T18:31:38.425Z | Downloaded num_enum v0.5.11 |
665 | 2025-01-06T18:31:38.425Z | Downloaded hashlink v0.9.1 |
666 | 2025-01-06T18:31:38.425Z | Downloaded ghash v0.5.1 |
667 | 2025-01-06T18:31:38.425Z | Downloaded termcolor v1.4.1 |
668 | 2025-01-06T18:31:38.425Z | Downloaded static_assertions v1.1.0 |
669 | 2025-01-06T18:31:38.425Z | Downloaded writeable v0.5.5 |
670 | 2025-01-06T18:31:38.425Z | Downloaded prettyplease v0.2.25 |
671 | 2025-01-06T18:31:38.425Z | Downloaded newtype_derive v0.1.6 |
672 | 2025-01-06T18:31:38.425Z | Downloaded cc v1.1.30 |
673 | 2025-01-06T18:31:38.425Z | Downloaded const_format v0.2.33 |
674 | 2025-01-06T18:31:38.425Z | Downloaded diff v0.1.13 |
675 | 2025-01-06T18:31:38.425Z | Downloaded http v1.1.0 |
676 | 2025-01-06T18:31:38.425Z | Downloaded bumpalo v3.16.0 |
677 | 2025-01-06T18:31:38.425Z | Downloaded utf16_iter v1.0.5 |
678 | 2025-01-06T18:31:38.425Z | Downloaded aes v0.8.4 |
679 | 2025-01-06T18:31:38.425Z | Downloaded sha1 v0.10.6 |
680 | 2025-01-06T18:31:38.425Z | Downloaded postgres-types v0.2.8 |
681 | 2025-01-06T18:31:38.425Z | Downloaded slog-term v2.9.1 |
682 | 2025-01-06T18:31:38.425Z | Downloaded postgres-protocol v0.6.7 |
683 | 2025-01-06T18:31:38.425Z | Downloaded enum-as-inner v0.5.1 |
684 | 2025-01-06T18:31:38.425Z | Downloaded sigpipe v0.1.3 |
685 | 2025-01-06T18:31:38.425Z | Downloaded chacha20poly1305 v0.10.1 |
686 | 2025-01-06T18:31:38.425Z | Downloaded password-hash v0.5.0 |
687 | 2025-01-06T18:31:38.425Z | Downloaded tinystr v0.7.6 |
688 | 2025-01-06T18:31:38.425Z | Downloaded debug-ignore v1.0.5 |
689 | 2025-01-06T18:31:38.425Z | Downloaded native-tls v0.2.12 |
690 | 2025-01-06T18:31:38.425Z | Downloaded crc-any v2.5.0 |
691 | 2025-01-06T18:31:38.425Z | Downloaded password-hash v0.4.2 |
692 | 2025-01-06T18:31:38.425Z | Downloaded spin v0.9.8 |
693 | 2025-01-06T18:31:38.425Z | Downloaded toml v0.7.8 |
694 | 2025-01-06T18:31:38.425Z | Downloaded num-rational v0.4.2 |
695 | 2025-01-06T18:31:38.426Z | Downloaded russh-keys v0.45.0 |
696 | 2025-01-06T18:31:38.426Z | Downloaded either v1.13.0 |
697 | 2025-01-06T18:31:38.477Z | Downloaded term v0.7.0 |
698 | 2025-01-06T18:31:38.477Z | Downloaded zerovec-derive v0.10.3 |
699 | 2025-01-06T18:31:38.477Z | Downloaded stable_deref_trait v1.2.0 |
700 | 2025-01-06T18:31:38.477Z | Downloaded gethostname v0.5.0 |
701 | 2025-01-06T18:31:38.477Z | Downloaded ff v0.13.0 |
702 | 2025-01-06T18:31:38.477Z | Downloaded parking_lot_core v0.8.6 |
703 | 2025-01-06T18:31:38.477Z | Downloaded funty v2.0.0 |
704 | 2025-01-06T18:31:38.477Z | Downloaded pin-project-internal v1.1.6 |
705 | 2025-01-06T18:31:38.477Z | Downloaded fd-lock v4.0.2 |
706 | 2025-01-06T18:31:38.477Z | Downloaded tower-service v0.3.3 |
707 | 2025-01-06T18:31:38.477Z | Downloaded num-derive v0.4.2 |
708 | 2025-01-06T18:31:38.477Z | Downloaded dhcproto v0.12.0 |
709 | 2025-01-06T18:31:38.477Z | Downloaded num-integer v0.1.46 |
710 | 2025-01-06T18:31:38.477Z | Downloaded parse-display-derive v0.10.0 |
711 | 2025-01-06T18:31:38.477Z | Downloaded pin-project-lite v0.2.14 |
712 | 2025-01-06T18:31:38.477Z | Downloaded crossbeam-channel v0.5.13 |
713 | 2025-01-06T18:31:38.477Z | Downloaded toolchain_find v0.4.0 |
714 | 2025-01-06T18:31:38.477Z | Downloaded walkdir v2.5.0 |
715 | 2025-01-06T18:31:38.477Z | Downloaded nodrop v0.1.14 |
716 | 2025-01-06T18:31:38.477Z | Downloaded smf v0.2.3 |
717 | 2025-01-06T18:31:38.477Z | Downloaded mirai-annotations v1.12.0 |
718 | 2025-01-06T18:31:38.477Z | Downloaded foreign-types v0.3.2 |
719 | 2025-01-06T18:31:38.477Z | Downloaded yoke-derive v0.7.4 |
720 | 2025-01-06T18:31:38.477Z | Downloaded qorb v0.2.1 |
721 | 2025-01-06T18:31:38.477Z | Downloaded packed_struct v0.10.1 |
722 | 2025-01-06T18:31:38.477Z | Downloaded signature v2.2.0 |
723 | 2025-01-06T18:31:38.477Z | Downloaded progenitor v0.8.0 |
724 | 2025-01-06T18:31:38.477Z | Downloaded proc-macro-crate v1.3.1 |
725 | 2025-01-06T18:31:38.478Z | Downloaded packed_struct_codegen v0.10.1 |
726 | 2025-01-06T18:31:38.478Z | Downloaded tokio-tungstenite v0.21.0 |
727 | 2025-01-06T18:31:38.478Z | Downloaded tokio-rustls v0.26.0 |
728 | 2025-01-06T18:31:38.479Z | Downloaded schemars v0.8.21 |
729 | 2025-01-06T18:31:38.479Z | Downloaded smallvec v0.6.14 |
730 | 2025-01-06T18:31:38.479Z | Downloaded num-conv v0.1.0 |
731 | 2025-01-06T18:31:38.479Z | Downloaded structmeta v0.3.0 |
732 | 2025-01-06T18:31:38.479Z | Downloaded rand_seeder v0.3.0 |
733 | 2025-01-06T18:31:38.479Z | Downloaded strip-ansi-escapes v0.2.0 |
734 | 2025-01-06T18:31:38.479Z | Downloaded getrandom v0.2.15 |
735 | 2025-01-06T18:31:38.479Z | Downloaded thiserror-impl v2.0.3 |
736 | 2025-01-06T18:31:38.479Z | Downloaded thread_local v1.1.8 |
737 | 2025-01-06T18:31:38.479Z | Downloaded parse-display v0.10.0 |
738 | 2025-01-06T18:31:38.479Z | Downloaded pin-project v1.1.6 |
739 | 2025-01-06T18:31:38.479Z | Downloaded topological-sort v0.2.2 |
740 | 2025-01-06T18:31:38.479Z | Downloaded russh-cryptovec v0.7.3 |
741 | 2025-01-06T18:31:38.479Z | Downloaded derive_builder_macro v0.20.2 |
742 | 2025-01-06T18:31:38.479Z | Downloaded utf8_iter v1.0.4 |
743 | 2025-01-06T18:31:38.479Z | Downloaded utf-8 v0.7.6 |
744 | 2025-01-06T18:31:38.479Z | Downloaded ron v0.8.1 |
745 | 2025-01-06T18:31:38.479Z | Downloaded vte_generate_state_changes v0.1.2 |
746 | 2025-01-06T18:31:38.479Z | Downloaded fallible-streaming-iterator v0.1.9 |
747 | 2025-01-06T18:31:38.479Z | Downloaded try-lock v0.2.5 |
748 | 2025-01-06T18:31:38.479Z | Downloaded zone v0.1.8 |
749 | 2025-01-06T18:31:38.479Z | Downloaded rusty-fork v0.3.0 |
750 | 2025-01-06T18:31:38.479Z | Downloaded poly1305 v0.8.0 |
751 | 2025-01-06T18:31:38.479Z | Downloaded foreign-types v0.5.0 |
752 | 2025-01-06T18:31:38.479Z | Downloaded ed25519 v2.2.3 |
753 | 2025-01-06T18:31:38.479Z | Downloaded tungstenite v0.23.0 |
754 | 2025-01-06T18:31:38.479Z | Downloaded parking_lot v0.11.2 |
755 | 2025-01-06T18:31:38.479Z | Downloaded zerofrom v0.1.4 |
756 | 2025-01-06T18:31:38.479Z | Downloaded tar v0.4.42 |
757 | 2025-01-06T18:31:38.479Z | Downloaded unicode-properties v0.1.3 |
758 | 2025-01-06T18:31:38.479Z | Downloaded fs_extra v1.3.0 |
759 | 2025-01-06T18:31:38.479Z | Downloaded futures-task v0.3.31 |
760 | 2025-01-06T18:31:38.479Z | Downloaded unicode_categories v0.1.1 |
761 | 2025-01-06T18:31:38.479Z | Downloaded tungstenite v0.21.0 |
762 | 2025-01-06T18:31:38.479Z | Downloaded precomputed-hash v0.1.1 |
763 | 2025-01-06T18:31:38.479Z | Downloaded itertools v0.10.5 |
764 | 2025-01-06T18:31:38.479Z | Downloaded foreign-types-shared v0.1.1 |
765 | 2025-01-06T18:31:38.480Z | Downloaded whoami v1.5.2 |
766 | 2025-01-06T18:31:38.480Z | Downloaded diesel_table_macro_syntax v0.2.0 |
767 | 2025-01-06T18:31:38.480Z | Downloaded predicates-tree v1.0.11 |
768 | 2025-01-06T18:31:38.480Z | Downloaded opaque-debug v0.3.1 |
769 | 2025-01-06T18:31:38.480Z | Downloaded foreign-types-shared v0.3.1 |
770 | 2025-01-06T18:31:38.480Z | Downloaded phf v0.11.2 |
771 | 2025-01-06T18:31:38.480Z | Downloaded quinn v0.11.5 |
772 | 2025-01-06T18:31:38.480Z | Downloaded zerocopy v0.6.6 |
773 | 2025-01-06T18:31:38.480Z | Downloaded predicates-core v1.0.8 |
774 | 2025-01-06T18:31:38.480Z | Downloaded tinyvec_macros v0.1.1 |
775 | 2025-01-06T18:31:38.480Z | Downloaded path-slash v0.1.5 |
776 | 2025-01-06T18:31:38.480Z | Downloaded parse-size v1.1.0 |
777 | 2025-01-06T18:31:38.480Z | Downloaded new_debug_unreachable v1.0.6 |
778 | 2025-01-06T18:31:38.480Z | Downloaded pkg-config v0.3.31 |
779 | 2025-01-06T18:31:38.480Z | Downloaded slog-async v2.8.0 |
780 | 2025-01-06T18:31:38.480Z | Downloaded miniz_oxide v0.8.0 |
781 | 2025-01-06T18:31:38.480Z | Downloaded tiny-keccak v2.0.2 |
782 | 2025-01-06T18:31:38.480Z | Downloaded rustc-hash v1.1.0 |
783 | 2025-01-06T18:31:38.480Z | Downloaded slab v0.4.9 |
784 | 2025-01-06T18:31:38.480Z | Downloaded siphasher v0.3.11 |
785 | 2025-01-06T18:31:38.480Z | Downloaded ecdsa v0.16.9 |
786 | 2025-01-06T18:31:38.480Z | Downloaded derive_builder_core v0.20.2 |
787 | 2025-01-06T18:31:38.480Z | Downloaded expectorate v1.1.0 |
788 | 2025-01-06T18:31:38.480Z | Downloaded minimal-lexical v0.2.1 |
789 | 2025-01-06T18:31:38.480Z | Downloaded dhcproto-macros v0.1.0 |
790 | 2025-01-06T18:31:38.480Z | Downloaded toml_edit v0.19.15 |
791 | 2025-01-06T18:31:38.480Z | Downloaded phf_shared v0.10.0 |
792 | 2025-01-06T18:31:38.480Z | Downloaded display-error-chain v0.2.2 |
793 | 2025-01-06T18:31:38.480Z | Downloaded defmt-macros v0.3.9 |
794 | 2025-01-06T18:31:38.480Z | Downloaded tracing-attributes v0.1.27 |
795 | 2025-01-06T18:31:38.480Z | Downloaded tabwriter v1.4.0 |
796 | 2025-01-06T18:31:38.480Z | Downloaded number_prefix v0.4.0 |
797 | 2025-01-06T18:31:38.500Z | Downloaded num_threads v0.1.7 |
798 | 2025-01-06T18:31:38.500Z | Downloaded dirs-next v2.0.0 |
799 | 2025-01-06T18:31:38.500Z | Downloaded difflib v0.4.0 |
800 | 2025-01-06T18:31:38.500Z | Downloaded newline-converter v0.3.0 |
801 | 2025-01-06T18:31:38.500Z | Downloaded ppv-lite86 v0.2.20 |
802 | 2025-01-06T18:31:38.500Z | Downloaded elliptic-curve v0.13.8 |
803 | 2025-01-06T18:31:38.500Z | Downloaded form_urlencoded v1.2.1 |
804 | 2025-01-06T18:31:38.500Z | Downloaded foreign-types-macros v0.2.3 |
805 | 2025-01-06T18:31:38.500Z | Downloaded rand_chacha v0.3.1 |
806 | 2025-01-06T18:31:38.500Z | Downloaded rcgen v0.12.1 |
807 | 2025-01-06T18:31:38.500Z | Downloaded percent-encoding v2.3.1 |
808 | 2025-01-06T18:31:38.500Z | Downloaded serde_path_to_error v0.1.16 |
809 | 2025-01-06T18:31:38.500Z | Downloaded rustc-hash v2.0.0 |
810 | 2025-01-06T18:31:38.500Z | Downloaded sec1 v0.7.3 |
811 | 2025-01-06T18:31:38.500Z | Downloaded xz2 v0.1.7 |
812 | 2025-01-06T18:31:38.500Z | Downloaded tokio-native-tls v0.3.1 |
813 | 2025-01-06T18:31:38.500Z | Downloaded take_mut v0.2.2 |
814 | 2025-01-06T18:31:38.500Z | Downloaded resolv-conf v0.7.0 |
815 | 2025-01-06T18:31:38.500Z | Downloaded supports-color v3.0.1 |
816 | 2025-01-06T18:31:38.500Z | Downloaded value-bag v1.9.0 |
817 | 2025-01-06T18:31:38.500Z | Downloaded dropshot_endpoint v0.12.0 |
818 | 2025-01-06T18:31:38.500Z | Downloaded shlex v1.3.0 |
819 | 2025-01-06T18:31:38.500Z | Downloaded derive_more v0.99.18 |
820 | 2025-01-06T18:31:38.500Z | Downloaded strum_macros v0.24.3 |
821 | 2025-01-06T18:31:38.500Z | Downloaded stringprep v0.1.5 |
822 | 2025-01-06T18:31:38.500Z | Downloaded dirs-sys-next v0.1.2 |
823 | 2025-01-06T18:31:38.500Z | Downloaded progenitor-client v0.8.0 |
824 | 2025-01-06T18:31:38.501Z | Downloaded openssl-probe v0.1.5 |
825 | 2025-01-06T18:31:38.501Z | Downloaded openssl-macros v0.1.1 |
826 | 2025-01-06T18:31:38.501Z | Downloaded des v0.8.1 |
827 | 2025-01-06T18:31:38.501Z | Downloaded unicode-xid v0.2.6 |
828 | 2025-01-06T18:31:38.501Z | Downloaded socket2 v0.5.7 |
829 | 2025-01-06T18:31:38.501Z | Downloaded fragile v2.0.0 |
830 | 2025-01-06T18:31:38.501Z | Downloaded fallible-iterator v0.3.0 |
831 | 2025-01-06T18:31:38.501Z | Downloaded simd-adler32 v0.3.7 |
832 | 2025-01-06T18:31:38.501Z | Downloaded xattr v1.3.1 |
833 | 2025-01-06T18:31:38.501Z | Downloaded multer v3.1.0 |
834 | 2025-01-06T18:31:38.501Z | Downloaded phf_generator v0.11.2 |
835 | 2025-01-06T18:31:38.501Z | Downloaded ed25519-dalek v2.1.1 |
836 | 2025-01-06T18:31:38.501Z | Downloaded predicates v3.1.2 |
837 | 2025-01-06T18:31:38.501Z | Downloaded postcard v1.0.10 |
838 | 2025-01-06T18:31:38.501Z | Downloaded mockall v0.13.0 |
839 | 2025-01-06T18:31:38.501Z | Downloaded itertools v0.12.1 |
840 | 2025-01-06T18:31:38.501Z | Downloaded radium v0.7.0 |
841 | 2025-01-06T18:31:38.501Z | Downloaded rayon-core v1.12.1 |
842 | 2025-01-06T18:31:38.501Z | Downloaded tap v1.0.1 |
843 | 2025-01-06T18:31:38.501Z | Downloaded ssh-encoding v0.2.0 |
844 | 2025-01-06T18:31:38.501Z | Downloaded slog-scope v4.4.0 |
845 | 2025-01-06T18:31:38.501Z | Downloaded tokio-rustls v0.25.0 |
846 | 2025-01-06T18:31:38.501Z | Downloaded serde_repr v0.1.19 |
847 | 2025-01-06T18:31:38.501Z | Downloaded rustfmt-wrapper v0.2.1 |
848 | 2025-01-06T18:31:38.501Z | Downloaded fxhash v0.2.1 |
849 | 2025-01-06T18:31:38.501Z | Downloaded yasna v0.5.2 |
850 | 2025-01-06T18:31:38.501Z | Downloaded hash32 v0.2.1 |
851 | 2025-01-06T18:31:38.501Z | Downloaded twox-hash v1.6.3 |
852 | 2025-01-06T18:31:38.501Z | Downloaded snafu-derive v0.8.5 |
853 | 2025-01-06T18:31:38.501Z | Downloaded itertools v0.13.0 |
854 | 2025-01-06T18:31:38.501Z | Downloaded embedded-io v0.6.1 |
855 | 2025-01-06T18:31:38.501Z | Downloaded typify v0.2.0 |
856 | 2025-01-06T18:31:38.501Z | Downloaded secrecy v0.8.0 |
857 | 2025-01-06T18:31:38.501Z | Downloaded rustc_version v0.4.1 |
858 | 2025-01-06T18:31:38.501Z | Downloaded futures-channel v0.3.31 |
859 | 2025-01-06T18:31:38.501Z | Downloaded unicase v2.7.0 |
860 | 2025-01-06T18:31:38.502Z | Downloaded unarray v0.1.4 |
861 | 2025-01-06T18:31:38.502Z | Downloaded fixedbitset v0.4.2 |
862 | 2025-01-06T18:31:38.502Z | Downloaded untrusted v0.9.0 |
863 | 2025-01-06T18:31:38.502Z | Downloaded untrusted v0.7.1 |
864 | 2025-01-06T18:31:38.502Z | Downloaded uzers v0.12.1 |
865 | 2025-01-06T18:31:38.502Z | Downloaded env_filter v0.1.2 |
866 | 2025-01-06T18:31:38.502Z | Downloaded tracing v0.1.40 |
867 | 2025-01-06T18:31:38.502Z | Downloaded derive_builder v0.20.2 |
868 | 2025-01-06T18:31:38.502Z | Downloaded typify-macro v0.2.0 |
869 | 2025-01-06T18:31:38.502Z | Downloaded hyper v1.5.0 |
870 | 2025-01-06T18:31:38.502Z | Downloaded time-core v0.1.2 |
871 | 2025-01-06T18:31:38.502Z | Downloaded termtree v0.4.1 |
872 | 2025-01-06T18:31:38.502Z | Downloaded hash32 v0.3.1 |
873 | 2025-01-06T18:31:38.502Z | Downloaded group v0.13.0 |
874 | 2025-01-06T18:31:38.502Z | Downloaded mockall_derive v0.13.0 |
875 | 2025-01-06T18:31:38.502Z | Downloaded headers v0.4.0 |
876 | 2025-01-06T18:31:38.502Z | Downloaded zone v0.3.0 |
877 | 2025-01-06T18:31:38.502Z | Downloaded structmeta-derive v0.2.0 |
878 | 2025-01-06T18:31:38.502Z | Downloaded mio v1.0.2 |
879 | 2025-01-06T18:31:38.502Z | Downloaded similar v2.6.0 |
880 | 2025-01-06T18:31:38.502Z | Downloaded serde_urlencoded v0.7.1 |
881 | 2025-01-06T18:31:38.502Z | Downloaded flagset v0.4.6 |
882 | 2025-01-06T18:31:38.502Z | Downloaded subprocess v0.2.9 |
883 | 2025-01-06T18:31:38.502Z | Downloaded rustc_version v0.1.7 |
884 | 2025-01-06T18:31:38.502Z | Downloaded peg-runtime v0.8.3 |
885 | 2025-01-06T18:31:38.502Z | Downloaded glob v0.3.1 |
886 | 2025-01-06T18:31:38.502Z | Downloaded newtype-uuid v1.1.3 |
887 | 2025-01-06T18:31:38.502Z | Downloaded vte v0.11.1 |
888 | 2025-01-06T18:31:38.502Z | Downloaded futures-core v0.3.31 |
889 | 2025-01-06T18:31:38.502Z | Downloaded normalize-line-endings v0.3.0 |
890 | 2025-01-06T18:31:38.502Z | Downloaded pkcs1 v0.7.5 |
891 | 2025-01-06T18:31:38.502Z | Downloaded defmt-parser v0.3.4 |
892 | 2025-01-06T18:31:38.502Z | Downloaded time-macros v0.2.18 |
893 | 2025-01-06T18:31:38.502Z | Downloaded tracing-core v0.1.32 |
894 | 2025-01-06T18:31:38.502Z | Downloaded scrypt v0.11.0 |
895 | 2025-01-06T18:31:38.502Z | Downloaded scopeguard v1.2.0 |
896 | 2025-01-06T18:31:38.502Z | Downloaded rustls-pemfile v1.0.4 |
897 | 2025-01-06T18:31:38.508Z | Downloaded wyz v0.5.1 |
898 | 2025-01-06T18:31:38.508Z | Downloaded salsa20 v0.10.2 |
899 | 2025-01-06T18:31:38.508Z | Downloaded env_logger v0.11.5 |
900 | 2025-01-06T18:31:38.508Z | Downloaded hkdf v0.12.4 |
901 | 2025-01-06T18:31:38.508Z | Downloaded slog v2.7.0 |
902 | 2025-01-06T18:31:38.508Z | Downloaded endian-type v0.1.2 |
903 | 2025-01-06T18:31:38.508Z | Downloaded diesel-dtrace v0.4.2 |
904 | 2025-01-06T18:31:38.508Z | Downloaded peg v0.8.4 |
905 | 2025-01-06T18:31:38.508Z | Downloaded tokio-rustls v0.24.1 |
906 | 2025-01-06T18:31:38.508Z | Downloaded strum v0.26.3 |
907 | 2025-01-06T18:31:38.509Z | Downloaded aho-corasick v1.1.3 |
908 | 2025-01-06T18:31:38.509Z | Downloaded string_cache v0.8.7 |
909 | 2025-01-06T18:31:38.509Z | Downloaded rustls-pemfile v2.2.0 |
910 | 2025-01-06T18:31:38.509Z | Downloaded pretty-hex v0.2.1 |
911 | 2025-01-06T18:31:38.509Z | Downloaded termios v0.3.3 |
912 | 2025-01-06T18:31:38.509Z | Downloaded pin-utils v0.1.0 |
913 | 2025-01-06T18:31:38.509Z | Downloaded olpc-cjson v0.1.4 |
914 | 2025-01-06T18:31:38.509Z | Downloaded rfc6979 v0.4.0 |
915 | 2025-01-06T18:31:38.509Z | Downloaded structmeta-derive v0.3.0 |
916 | 2025-01-06T18:31:38.509Z | Downloaded sct v0.7.1 |
917 | 2025-01-06T18:31:38.509Z | Downloaded blake3 v1.5.4 |
918 | 2025-01-06T18:31:38.509Z | Downloaded p256 v0.13.2 |
919 | 2025-01-06T18:31:38.509Z | Downloaded serde-hex v0.1.0 |
920 | 2025-01-06T18:31:38.509Z | Downloaded unicode-truncate v1.1.0 |
921 | 2025-01-06T18:31:38.509Z | Downloaded slog-bunyan v2.5.0 |
922 | 2025-01-06T18:31:38.509Z | Downloaded semver v0.1.20 |
923 | 2025-01-06T18:31:38.509Z | Downloaded ena v0.14.3 |
924 | 2025-01-06T18:31:38.509Z | Downloaded waitgroup v0.1.2 |
925 | 2025-01-06T18:31:38.509Z | Downloaded der_derive v0.7.3 |
926 | 2025-01-06T18:31:38.509Z | Downloaded dsl_auto_type v0.1.2 |
927 | 2025-01-06T18:31:38.509Z | Downloaded progenitor-macro v0.8.0 |
928 | 2025-01-06T18:31:38.509Z | Downloaded nibble_vec v0.1.0 |
929 | 2025-01-06T18:31:38.509Z | Downloaded slog-envlogger v2.2.0 |
930 | 2025-01-06T18:31:38.509Z | Downloaded enum-as-inner v0.6.1 |
931 | 2025-01-06T18:31:38.509Z | Downloaded globset v0.4.15 |
932 | 2025-01-06T18:31:38.509Z | Downloaded futures v0.3.31 |
933 | 2025-01-06T18:31:38.509Z | Downloaded ssh-key v0.6.6 |
934 | 2025-01-06T18:31:38.509Z | Downloaded thiserror v2.0.3 |
935 | 2025-01-06T18:31:38.509Z | Downloaded num-iter v0.1.45 |
936 | 2025-01-06T18:31:38.509Z | Downloaded yoke v0.7.4 |
937 | 2025-01-06T18:31:38.509Z | Downloaded derive-where v1.2.7 |
938 | 2025-01-06T18:31:38.509Z | Downloaded dunce v1.0.5 |
939 | 2025-01-06T18:31:38.509Z | Downloaded dyn-clone v1.0.17 |
940 | 2025-01-06T18:31:38.509Z | Downloaded zeroize_derive v1.4.2 |
941 | 2025-01-06T18:31:38.509Z | Downloaded env_logger v0.10.2 |
942 | 2025-01-06T18:31:38.509Z | Downloaded hashbrown v0.13.2 |
943 | 2025-01-06T18:31:38.509Z | Downloaded subtle v2.6.1 |
944 | 2025-01-06T18:31:38.510Z | Downloaded spin v0.5.2 |
945 | 2025-01-06T18:31:38.510Z | Downloaded polyval v0.6.2 |
946 | 2025-01-06T18:31:38.510Z | Downloaded pkcs8 v0.10.2 |
947 | 2025-01-06T18:31:38.510Z | Downloaded slog-stdlog v4.1.1 |
948 | 2025-01-06T18:31:38.510Z | Downloaded slog-json v2.6.1 |
949 | 2025-01-06T18:31:38.510Z | Downloaded psl-types v2.0.11 |
950 | 2025-01-06T18:31:38.510Z | Downloaded pem v3.0.4 |
951 | 2025-01-06T18:31:38.510Z | Downloaded fatfs v0.3.6 |
952 | 2025-01-06T18:31:38.510Z | Downloaded phf_shared v0.11.2 |
953 | 2025-01-06T18:31:38.510Z | Downloaded russh v0.45.0 |
954 | 2025-01-06T18:31:38.510Z | Downloaded pem-rfc7468 v0.7.0 |
955 | 2025-01-06T18:31:38.510Z | Downloaded zip v2.1.3 |
956 | 2025-01-06T18:31:38.510Z | Downloaded rustls-pki-types v1.10.0 |
957 | 2025-01-06T18:31:38.510Z | Downloaded time v0.3.36 |
958 | 2025-01-06T18:31:38.510Z | Downloaded oso v0.27.3 |
959 | 2025-01-06T18:31:38.510Z | Downloaded zip v0.6.6 |
960 | 2025-01-06T18:31:38.510Z | Downloaded test-strategy v0.3.1 |
961 | 2025-01-06T18:31:38.510Z | Downloaded reedline v0.35.0 |
962 | 2025-01-06T18:31:38.510Z | Downloaded ref-cast v1.0.23 |
963 | 2025-01-06T18:31:38.510Z | Downloaded rand_core v0.6.4 |
964 | 2025-01-06T18:31:38.510Z | Downloaded which v4.4.2 |
965 | 2025-01-06T18:31:38.510Z | Downloaded tokio-postgres v0.7.12 |
966 | 2025-01-06T18:31:38.510Z | Downloaded peg-macros v0.8.4 |
967 | 2025-01-06T18:31:38.510Z | Downloaded serde_derive_internals v0.29.1 |
968 | 2025-01-06T18:31:38.510Z | Downloaded omicron-zone-package v0.11.1 |
969 | 2025-01-06T18:31:38.510Z | Downloaded pkcs5 v0.7.1 |
970 | 2025-01-06T18:31:38.510Z | Downloaded quick-xml v0.33.0 |
971 | 2025-01-06T18:31:38.510Z | Downloaded tough v0.19.0 |
972 | 2025-01-06T18:31:38.510Z | Downloaded tokio-tungstenite v0.23.1 |
973 | 2025-01-06T18:31:38.510Z | Downloaded smallvec v1.13.2 |
974 | 2025-01-06T18:31:38.510Z | Downloaded uuid v1.11.0 |
975 | 2025-01-06T18:31:38.510Z | Downloaded icu_properties_data v1.5.0 |
976 | 2025-01-06T18:31:38.510Z | Downloaded wait-timeout v0.2.0 |
977 | 2025-01-06T18:31:38.510Z | Downloaded hashbrown v0.14.5 |
978 | 2025-01-06T18:31:38.510Z | Downloaded der v0.7.9 |
979 | 2025-01-06T18:31:38.510Z | Downloaded dropshot_endpoint v0.13.0 |
980 | 2025-01-06T18:31:38.510Z | Downloaded hashbrown v0.12.3 |
981 | 2025-01-06T18:31:38.510Z | Downloaded diesel_derives v2.2.3 |
982 | 2025-01-06T18:31:38.510Z | Downloaded tinyvec v1.8.0 |
983 | 2025-01-06T18:31:38.511Z | Downloaded openssl-sys v0.9.103 |
984 | 2025-01-06T18:31:38.511Z | Downloaded unicode-segmentation v1.12.0 |
985 | 2025-01-06T18:31:38.511Z | Downloaded rustyline v14.0.0 |
986 | 2025-01-06T18:31:38.511Z | Downloaded url v2.5.3 |
987 | 2025-01-06T18:31:38.511Z | Downloaded bitvec v1.0.1 |
988 | 2025-01-06T18:31:38.511Z | Downloaded lalrpop v0.19.12 |
989 | 2025-01-06T18:31:38.511Z | Downloaded bindgen v0.69.5 |
990 | 2025-01-06T18:31:38.511Z | Downloaded typed-path v0.9.3 |
991 | 2025-01-06T18:31:38.511Z | Downloaded chrono v0.4.38 |
992 | 2025-01-06T18:31:38.511Z | Downloaded aws-lc-rs v1.10.0 |
993 | 2025-01-06T18:31:38.511Z | Downloaded rustls-webpki v0.101.7 |
994 | 2025-01-06T18:31:38.511Z | Downloaded zerocopy-derive v0.8.10 |
995 | 2025-01-06T18:31:38.511Z | Downloaded idna v0.5.0 |
996 | 2025-01-06T18:31:38.511Z | Downloaded idna v0.3.0 |
997 | 2025-01-06T18:31:38.520Z | Downloaded tokio-util v0.7.12 |
998 | 2025-01-06T18:31:38.520Z | Downloaded futures-util v0.3.31 |
999 | 2025-01-06T18:31:38.520Z | Downloaded steno v0.4.1 |
1000 | 2025-01-06T18:31:38.520Z | Downloaded nom v7.1.3 |
1001 | 2025-01-06T18:31:38.520Z | Downloaded x509-cert v0.2.5 |
1002 | 2025-01-06T18:31:38.520Z | Downloaded p521 v0.13.3 |
1003 | 2025-01-06T18:31:38.520Z | Downloaded zerovec v0.10.4 |
1004 | 2025-01-06T18:31:38.520Z | Downloaded idna v0.4.0 |
1005 | 2025-01-06T18:31:38.520Z | Downloaded vcpkg v0.2.15 |
1006 | 2025-01-06T18:31:38.520Z | Downloaded h2 v0.4.6 |
1007 | 2025-01-06T18:31:38.520Z | Downloaded serde_with v3.11.0 |
1008 | 2025-01-06T18:31:38.520Z | Downloaded webpki-roots v0.26.6 |
1009 | 2025-01-06T18:31:38.520Z | Downloaded petname v2.0.2 |
1010 | 2025-01-06T18:31:38.520Z | Downloaded reqwest v0.12.9 |
1011 | 2025-01-06T18:31:38.520Z | Downloaded rustls-webpki v0.102.8 |
1012 | 2025-01-06T18:31:38.520Z | Downloaded rand v0.8.5 |
1013 | 2025-01-06T18:31:38.520Z | Downloaded hickory-proto v0.24.1 |
1014 | 2025-01-06T18:31:38.520Z | Downloaded flate2 v1.0.34 |
1015 | 2025-01-06T18:31:38.520Z | Downloaded dropshot v0.12.0 |
1016 | 2025-01-06T18:31:38.520Z | Downloaded p384 v0.13.0 |
1017 | 2025-01-06T18:31:38.520Z | Downloaded smoltcp v0.11.0 |
1018 | 2025-01-06T18:31:38.520Z | Downloaded portable-atomic v1.9.0 |
1019 | 2025-01-06T18:31:38.520Z | Downloaded winnow v0.5.40 |
1020 | 2025-01-06T18:31:38.520Z | Downloaded proptest v1.5.0 |
1021 | 2025-01-06T18:31:38.520Z | Downloaded object v0.30.4 |
1022 | 2025-01-06T18:31:38.520Z | Downloaded quinn-proto v0.11.8 |
1023 | 2025-01-06T18:31:38.520Z | Downloaded radix_trie v0.2.1 |
1024 | 2025-01-06T18:31:38.520Z | Downloaded regex-syntax v0.6.29 |
1025 | 2025-01-06T18:31:38.520Z | Downloaded trust-dns-proto v0.22.0 |
1026 | 2025-01-06T18:31:38.520Z | Downloaded chrono-tz v0.10.0 |
1027 | 2025-01-06T18:31:38.520Z | Downloaded zerocopy v0.8.10 |
1028 | 2025-01-06T18:31:38.521Z | Downloaded unicode-width v0.2.0 |
1029 | 2025-01-06T18:31:38.521Z | Downloaded git2 v0.19.0 |
1030 | 2025-01-06T18:31:38.521Z | Downloaded smoltcp v0.9.1 |
1031 | 2025-01-06T18:31:38.521Z | Downloaded bstr v1.10.0 |
1032 | 2025-01-06T18:31:38.521Z | Downloaded regex v1.11.1 |
1033 | 2025-01-06T18:31:38.521Z | Downloaded nix v0.27.1 |
1034 | 2025-01-06T18:31:38.521Z | Downloaded gimli v0.31.1 |
1035 | 2025-01-06T18:31:38.521Z | Downloaded openapiv3 v2.0.0 |
1036 | 2025-01-06T18:31:38.521Z | Downloaded nix v0.28.0 |
1037 | 2025-01-06T18:31:38.521Z | Downloaded object v0.36.5 |
1038 | 2025-01-06T18:31:38.521Z | Downloaded typify-impl v0.2.0 |
1039 | 2025-01-06T18:31:38.521Z | Downloaded nix v0.29.0 |
1040 | 2025-01-06T18:31:38.521Z | Downloaded diesel v2.2.6 |
1041 | 2025-01-06T18:31:38.521Z | Downloaded sled v0.34.7 |
1042 | 2025-01-06T18:31:38.521Z | Downloaded regress v0.10.1 |
1043 | 2025-01-06T18:31:38.521Z | Downloaded rustls v0.23.19 |
1044 | 2025-01-06T18:31:38.521Z | Downloaded ratatui v0.28.1 |
1045 | 2025-01-06T18:31:38.521Z | Downloaded zerocopy-derive v0.6.6 |
1046 | 2025-01-06T18:31:38.521Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1047 | 2025-01-06T18:31:38.521Z | Downloaded regex-syntax v0.8.5 |
1048 | 2025-01-06T18:31:38.521Z | Downloaded rustls v0.21.12 |
1049 | 2025-01-06T18:31:38.521Z | Downloaded rustls v0.22.4 |
1050 | 2025-01-06T18:31:38.521Z | Downloaded openssl v0.10.66 |
1051 | 2025-01-06T18:31:38.521Z | Downloaded regress v0.9.1 |
1052 | 2025-01-06T18:31:38.521Z | Downloaded polar-core v0.27.3 |
1053 | 2025-01-06T18:31:38.521Z | Downloaded dropshot v0.13.0 |
1054 | 2025-01-06T18:31:38.521Z | Downloaded curve25519-dalek v4.1.3 |
1055 | 2025-01-06T18:31:38.521Z | Downloaded idna v0.2.3 |
1056 | 2025-01-06T18:31:38.521Z | Downloaded rayon v1.10.0 |
1057 | 2025-01-06T18:31:38.521Z | Downloaded num-bigint-dig v0.8.4 |
1058 | 2025-01-06T18:31:38.521Z | Downloaded regex-automata v0.4.8 |
1059 | 2025-01-06T18:31:38.521Z | Downloaded lzma-sys v0.1.20 |
1060 | 2025-01-06T18:31:38.521Z | Downloaded tokio v1.40.0 |
1061 | 2025-01-06T18:31:38.521Z | Downloaded tokio-tungstenite v0.24.0 |
1062 | 2025-01-06T18:31:38.521Z | Downloaded csv v1.3.0 |
1063 | 2025-01-06T18:31:38.521Z | Downloaded petgraph v0.6.5 |
1064 | 2025-01-06T18:31:38.521Z | Downloaded libz-sys v1.1.20 |
1065 | 2025-01-06T18:31:38.521Z | Downloaded unicode-bidi v0.3.17 |
1066 | 2025-01-06T18:31:38.522Z | Downloaded num-bigint v0.4.6 |
1067 | 2025-01-06T18:31:38.522Z | Downloaded sqlparser v0.45.0 |
1068 | 2025-01-06T18:31:38.522Z | Downloaded snafu v0.8.5 |
1069 | 2025-01-06T18:31:38.522Z | Downloaded sha3 v0.10.8 |
1070 | 2025-01-06T18:31:38.522Z | Downloaded unicode-normalization v0.1.24 |
1071 | 2025-01-06T18:31:38.522Z | Downloaded rusqlite v0.32.1 |
1072 | 2025-01-06T18:31:38.522Z | Downloaded parse-zoneinfo v0.3.1 |
1073 | 2025-01-06T18:31:38.522Z | Downloaded salty v0.3.0 |
1074 | 2025-01-06T18:31:38.522Z | Downloaded num-complex v0.4.6 |
1075 | 2025-01-06T18:31:38.522Z | Downloaded tokio-macros v2.4.0 |
1076 | 2025-01-06T18:31:38.522Z | Downloaded strum_macros v0.25.3 |
1077 | 2025-01-06T18:31:38.522Z | Downloaded serde_yaml v0.9.34+deprecated |
1078 | 2025-01-06T18:31:38.522Z | Downloaded publicsuffix v2.2.3 |
1079 | 2025-01-06T18:31:38.522Z | Downloaded crossterm v0.28.1 |
1080 | 2025-01-06T18:31:38.522Z | Downloaded futures-executor v0.3.31 |
1081 | 2025-01-06T18:31:38.522Z | Downloaded primeorder v0.13.6 |
1082 | 2025-01-06T18:31:38.522Z | Downloaded darling_core v0.20.10 |
1083 | 2025-01-06T18:31:38.522Z | Downloaded zopfli v0.8.1 |
1084 | 2025-01-06T18:31:38.522Z | Downloaded idna v1.0.3 |
1085 | 2025-01-06T18:31:38.522Z | Downloaded libxml v0.3.3 |
1086 | 2025-01-06T18:31:38.522Z | Downloaded libm v0.2.8 |
1087 | 2025-01-06T18:31:38.522Z | Downloaded phf_codegen v0.11.2 |
1088 | 2025-01-06T18:31:38.522Z | Downloaded pbkdf2 v0.12.2 |
1089 | 2025-01-06T18:31:38.522Z | Downloaded pbkdf2 v0.11.0 |
1090 | 2025-01-06T18:31:38.522Z | Downloaded parking_lot v0.12.3 |
1091 | 2025-01-06T18:31:38.522Z | Downloaded structmeta v0.2.0 |
1092 | 2025-01-06T18:31:38.522Z | Downloaded parking_lot_core v0.9.10 |
1093 | 2025-01-06T18:31:38.522Z | Downloaded unsafe-libyaml v0.2.11 |
1094 | 2025-01-06T18:31:38.524Z | Downloaded num-traits v0.2.19 |
1095 | 2025-01-06T18:31:38.524Z | Downloaded tungstenite v0.24.0 |
1096 | 2025-01-06T18:31:38.524Z | Downloaded rsa v0.9.6 |
1097 | 2025-01-06T18:31:38.527Z | Downloaded tokio-stream v0.1.16 |
1098 | 2025-01-06T18:31:38.527Z | Downloaded strum_macros v0.26.4 |
1099 | 2025-01-06T18:31:38.527Z | Downloaded signal-hook-tokio v0.3.1 |
1100 | 2025-01-06T18:31:38.527Z | Downloaded serde_plain v1.0.2 |
1101 | 2025-01-06T18:31:38.527Z | Downloaded flume v0.11.1 |
1102 | 2025-01-06T18:31:38.527Z | Downloaded filetime v0.2.25 |
1103 | 2025-01-06T18:31:38.527Z | Downloaded displaydoc v0.2.5 |
1104 | 2025-01-06T18:31:38.527Z | Downloaded defmt v0.3.8 |
1105 | 2025-01-06T18:31:38.527Z | Downloaded crypto-bigint v0.5.5 |
1106 | 2025-01-06T18:31:38.527Z | Downloaded ron v0.7.1 |
1107 | 2025-01-06T18:31:38.527Z | Downloaded serde_with_macros v3.11.0 |
1108 | 2025-01-06T18:31:38.528Z | Downloaded encoding_rs v0.8.34 |
1109 | 2025-01-06T18:31:38.528Z | Downloaded aes-gcm v0.10.3 |
1110 | 2025-01-06T18:31:38.528Z | Downloaded signal-hook v0.3.17 |
1111 | 2025-01-06T18:31:38.528Z | Downloaded samael v0.0.17 |
1112 | 2025-01-06T18:31:38.528Z | Downloaded base64 v0.22.1 |
1113 | 2025-01-06T18:31:38.528Z | Downloaded owo-colors v4.1.0 |
1114 | 2025-01-06T18:31:38.528Z | Downloaded nu-ansi-term v0.50.1 |
1115 | 2025-01-06T18:31:38.528Z | Downloaded half v2.4.1 |
1116 | 2025-01-06T18:31:38.528Z | Downloaded base64 v0.21.7 |
1117 | 2025-01-06T18:31:38.528Z | Downloaded backtrace v0.3.74 |
1118 | 2025-01-06T18:31:38.528Z | Downloaded vsss-rs v3.3.4 |
1119 | 2025-01-06T18:31:38.528Z | Downloaded compact_str v0.8.0 |
1120 | 2025-01-06T18:31:38.528Z | Downloaded futures-macro v0.3.31 |
1121 | 2025-01-06T18:31:38.528Z | Downloaded futures-io v0.3.31 |
1122 | 2025-01-06T18:31:38.528Z | Downloaded thiserror-no-std v2.0.2 |
1123 | 2025-01-06T18:31:38.528Z | Downloaded arc-swap v1.7.1 |
1124 | 2025-01-06T18:31:38.528Z | Downloaded clang-sys v1.8.1 |
1125 | 2025-01-06T18:31:38.528Z | Downloaded bytes v1.8.0 |
1126 | 2025-01-06T18:31:38.528Z | Downloaded embedded-io v0.4.0 |
1127 | 2025-01-06T18:31:38.528Z | Downloaded deranged v0.3.11 |
1128 | 2025-01-06T18:31:38.528Z | Downloaded data-encoding v2.6.0 |
1129 | 2025-01-06T18:31:38.528Z | Downloaded zerofrom-derive v0.1.4 |
1130 | 2025-01-06T18:31:38.528Z | Downloaded rustc-demangle v0.1.24 |
1131 | 2025-01-06T18:31:38.528Z | Downloaded crossbeam-utils v0.8.20 |
1132 | 2025-01-06T18:31:38.528Z | Downloaded quinn-udp v0.5.5 |
1133 | 2025-01-06T18:31:38.528Z | Downloaded base64ct v1.6.0 |
1134 | 2025-01-06T18:31:38.528Z | Downloaded argon2 v0.5.3 |
1135 | 2025-01-06T18:31:38.528Z | Downloaded signal-hook-mio v0.2.4 |
1136 | 2025-01-06T18:31:38.528Z | Downloaded indexmap v1.9.3 |
1137 | 2025-01-06T18:31:38.528Z | Downloaded tls_codec_derive v0.4.1 |
1138 | 2025-01-06T18:31:38.528Z | Downloaded schemars_derive v0.8.21 |
1139 | 2025-01-06T18:31:38.528Z | Downloaded scheduled-thread-pool v0.2.7 |
1140 | 2025-01-06T18:31:38.528Z | Downloaded same-file v1.0.6 |
1141 | 2025-01-06T18:31:38.528Z | Downloaded hyper-rustls v0.27.3 |
1142 | 2025-01-06T18:31:38.528Z | Downloaded jobserver v0.1.32 |
1143 | 2025-01-06T18:31:38.528Z | Downloaded cookie v0.18.1 |
1144 | 2025-01-06T18:31:38.529Z | Downloaded async-bb8-diesel v0.2.1 |
1145 | 2025-01-06T18:31:38.529Z | Downloaded internet-checksum v0.2.1 |
1146 | 2025-01-06T18:31:38.529Z | Downloaded arrayvec v0.7.6 |
1147 | 2025-01-06T18:31:38.529Z | Downloaded highway v1.2.0 |
1148 | 2025-01-06T18:31:38.529Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1149 | 2025-01-06T18:31:38.529Z | Downloaded instability v0.3.2 |
1150 | 2025-01-06T18:31:38.529Z | Downloaded cassowary v0.3.0 |
1151 | 2025-01-06T18:31:38.529Z | Downloaded atomic-waker v1.1.2 |
1152 | 2025-01-06T18:31:38.529Z | Downloaded is-terminal v0.4.13 |
1153 | 2025-01-06T18:31:38.529Z | Downloaded backoff v0.4.0 |
1154 | 2025-01-06T18:31:38.529Z | Downloaded cookie_store v0.21.0 |
1155 | 2025-01-06T18:31:38.529Z | Downloaded indent_write v2.2.0 |
1156 | 2025-01-06T18:31:38.529Z | Downloaded hyper-tls v0.6.0 |
1157 | 2025-01-06T18:31:38.529Z | Downloaded hubpack v0.1.2 |
1158 | 2025-01-06T18:31:38.529Z | Downloaded block-padding v0.3.3 |
1159 | 2025-01-06T18:31:38.529Z | Downloaded const_format_proc_macros v0.2.33 |
1160 | 2025-01-06T18:31:38.529Z | Downloaded blowfish v0.9.1 |
1161 | 2025-01-06T18:31:38.529Z | Downloaded assert_matches v1.5.0 |
1162 | 2025-01-06T18:31:38.529Z | Downloaded adler2 v2.0.0 |
1163 | 2025-01-06T18:31:38.529Z | Downloaded ring v0.17.8 |
1164 | 2025-01-06T18:31:38.529Z | Downloaded libsqlite3-sys v0.30.1 |
1165 | 2025-01-06T18:31:38.529Z | Downloaded ring v0.16.20 |
1166 | 2025-01-06T18:31:38.529Z | Downloaded aws-lc-sys v0.22.0 |
1167 | 2025-01-06T18:31:38.529Z | Compiling serde v1.0.215 |
1168 | 2025-01-06T18:31:38.529Z | Compiling lock_api v0.4.12 |
1169 | 2025-01-06T18:31:38.529Z | Compiling scopeguard v1.2.0 |
1170 | 2025-01-06T18:31:38.529Z | Compiling value-bag v1.9.0 |
1171 | 2025-01-06T18:31:38.529Z | Compiling typenum v1.17.0 |
1172 | 2025-01-06T18:31:38.529Z | Compiling generic-array v0.14.7 |
1173 | 2025-01-06T18:31:38.529Z | Compiling syn v2.0.87 |
1174 | 2025-01-06T18:31:38.529Z | Compiling getrandom v0.2.15 |
1175 | 2025-01-06T18:31:38.529Z | Compiling subtle v2.6.1 |
1176 | 2025-01-06T18:31:38.624Z | Compiling rand_core v0.6.4 |
1177 | 2025-01-06T18:31:38.726Z | Compiling log v0.4.22 |
1178 | 2025-01-06T18:31:38.747Z | Compiling shlex v1.3.0 |
1179 | 2025-01-06T18:31:38.855Z | Compiling jobserver v0.1.32 |
1180 | 2025-01-06T18:31:38.889Z | Compiling const-oid v0.9.6 |
1181 | 2025-01-06T18:31:39.204Z | Compiling smallvec v1.13.2 |
1182 | 2025-01-06T18:31:39.227Z | Compiling pin-project-lite v0.2.14 |
1183 | 2025-01-06T18:31:39.259Z | Compiling spin v0.9.8 |
1184 | 2025-01-06T18:31:39.353Z | Compiling cc v1.1.30 |
1185 | 2025-01-06T18:31:39.608Z | Compiling rustix v0.38.37 |
1186 | 2025-01-06T18:31:39.625Z | Compiling parking_lot_core v0.9.10 |
1187 | 2025-01-06T18:31:39.645Z | Compiling futures-core v0.3.31 |
1188 | 2025-01-06T18:31:39.830Z | Compiling signal-hook-registry v1.4.2 |
1189 | 2025-01-06T18:31:40.048Z | Compiling mio v1.0.2 |
1190 | 2025-01-06T18:31:40.761Z | Compiling parking_lot v0.12.3 |
1191 | 2025-01-06T18:31:40.860Z | Compiling aho-corasick v1.1.3 |
1192 | 2025-01-06T18:31:40.954Z | Compiling cpufeatures v0.2.14 |
1193 | 2025-01-06T18:31:40.993Z | Compiling regex-syntax v0.8.5 |
1194 | 2025-01-06T18:31:41.053Z | Compiling lazy_static v1.5.0 |
1195 | 2025-01-06T18:31:41.169Z | Compiling either v1.13.0 |
1196 | 2025-01-06T18:31:41.274Z | Compiling stable_deref_trait v1.2.0 |
1197 | 2025-01-06T18:31:41.365Z | Compiling glob v0.3.1 |
1198 | 2025-01-06T18:31:41.381Z | Compiling futures-sink v0.3.31 |
1199 | 2025-01-06T18:31:41.555Z | Compiling socket2 v0.5.7 |
1200 | 2025-01-06T18:31:41.629Z | Compiling slab v0.4.9 |
1201 | 2025-01-06T18:31:41.750Z | Compiling prettyplease v0.2.25 |
1202 | 2025-01-06T18:31:42.080Z | Compiling minimal-lexical v0.2.1 |
1203 | 2025-01-06T18:31:42.132Z | Compiling serde_json v1.0.133 |
1204 | 2025-01-06T18:31:42.406Z | Compiling clang-sys v1.8.1 |
1205 | 2025-01-06T18:31:42.579Z | Compiling nom v7.1.3 |
1206 | 2025-01-06T18:31:42.600Z | Compiling libloading v0.8.5 |
1207 | 2025-01-06T18:31:42.774Z | Compiling home v0.5.9 |
1208 | 2025-01-06T18:31:43.059Z | Compiling bindgen v0.69.5 |
1209 | 2025-01-06T18:31:43.062Z | Compiling itertools v0.10.5 |
1210 | 2025-01-06T18:31:43.903Z | Compiling futures-channel v0.3.31 |
1211 | 2025-01-06T18:31:43.933Z | Compiling futures-task v0.3.31 |
1212 | 2025-01-06T18:31:44.255Z | Compiling rustc-hash v1.1.0 |
1213 | 2025-01-06T18:31:44.337Z | Compiling foldhash v0.1.3 |
1214 | 2025-01-06T18:31:44.410Z | Compiling lazycell v1.3.0 |
1215 | 2025-01-06T18:31:44.582Z | Compiling libm v0.2.8 |
1216 | 2025-01-06T18:31:44.634Z | Compiling pin-utils v0.1.0 |
1217 | 2025-01-06T18:31:44.759Z | Compiling futures-io v0.3.31 |
1218 | 2025-01-06T18:31:44.920Z | Compiling regex-automata v0.4.8 |
1219 | 2025-01-06T18:31:45.096Z | Compiling allocator-api2 v0.2.18 |
1220 | 2025-01-06T18:31:45.941Z | Compiling hashbrown v0.15.1 |
1221 | 2025-01-06T18:31:46.019Z | Compiling cexpr v0.6.0 |
1222 | 2025-01-06T18:31:46.428Z | Compiling synstructure v0.13.1 |
1223 | 2025-01-06T18:31:47.296Z | Compiling cmake v0.1.51 |
1224 | 2025-01-06T18:31:47.845Z | Compiling num-traits v0.2.19 |
1225 | 2025-01-06T18:31:48.035Z | Compiling pkg-config v0.3.31 |
1226 | 2025-01-06T18:31:48.121Z | Compiling fs_extra v1.3.0 |
1227 | 2025-01-06T18:31:48.188Z | Compiling tinyvec_macros v0.1.1 |
1228 | 2025-01-06T18:31:48.290Z | Compiling dunce v1.0.5 |
1229 | 2025-01-06T18:31:48.381Z | Compiling tinyvec v1.8.0 |
1230 | 2025-01-06T18:31:48.726Z | Compiling ring v0.17.8 |
1231 | 2025-01-06T18:31:49.598Z | Compiling paste v1.0.15 |
1232 | 2025-01-06T18:31:49.925Z | Compiling unicode-normalization v0.1.24 |
1233 | 2025-01-06T18:31:49.971Z | Compiling litemap v0.7.3 |
1234 | 2025-01-06T18:31:50.103Z | Compiling writeable v0.5.5 |
1235 | 2025-01-06T18:31:50.127Z | Compiling base64ct v1.6.0 |
1236 | 2025-01-06T18:31:50.380Z | Compiling unicode-bidi v0.3.17 |
1237 | 2025-01-06T18:31:50.695Z | Compiling regex v1.11.1 |
1238 | 2025-01-06T18:31:50.717Z | Compiling pem-rfc7468 v0.7.0 |
1239 | 2025-01-06T18:31:51.498Z | Compiling httparse v1.9.5 |
1240 | 2025-01-06T18:31:51.775Z | Compiling aws-lc-rs v1.10.0 |
1241 | 2025-01-06T18:31:51.777Z | Compiling flagset v0.4.6 |
1242 | 2025-01-06T18:31:52.020Z | Compiling tracing-core v0.1.32 |
1243 | 2025-01-06T18:31:52.210Z | Compiling percent-encoding v2.3.1 |
1244 | 2025-01-06T18:31:52.316Z | Compiling rustls-pki-types v1.10.0 |
1245 | 2025-01-06T18:31:52.566Z | Compiling icu_locid_transform_data v1.5.0 |
1246 | 2025-01-06T18:31:52.677Z | Compiling crossbeam-utils v0.8.20 |
1247 | 2025-01-06T18:31:53.298Z | Compiling untrusted v0.7.1 |
1248 | 2025-01-06T18:31:53.319Z | Compiling serde_derive v1.0.215 |
1249 | 2025-01-06T18:31:53.409Z | Compiling zeroize_derive v1.4.2 |
1250 | 2025-01-06T18:31:53.445Z | Compiling zerocopy-derive v0.7.35 |
1251 | 2025-01-06T18:31:53.475Z | Compiling tokio-macros v2.4.0 |
1252 | 2025-01-06T18:31:53.774Z | Compiling zerofrom-derive v0.1.4 |
1253 | 2025-01-06T18:31:55.046Z | Compiling zeroize v1.8.1 |
1254 | 2025-01-06T18:31:55.157Z | Compiling thiserror-impl v1.0.69 |
1255 | 2025-01-06T18:31:55.681Z | Compiling yoke-derive v0.7.4 |
1256 | 2025-01-06T18:31:55.787Z | Compiling zerocopy v0.7.35 |
1257 | 2025-01-06T18:31:56.902Z | Compiling crypto-common v0.1.6 |
1258 | 2025-01-06T18:31:57.153Z | Compiling block-buffer v0.10.4 |
1259 | 2025-01-06T18:31:57.175Z | Compiling zerovec-derive v0.10.3 |
1260 | 2025-01-06T18:31:57.412Z | Compiling digest v0.10.7 |
1261 | 2025-01-06T18:31:57.438Z | Compiling futures-macro v0.3.31 |
1262 | 2025-01-06T18:31:57.910Z | Compiling hmac v0.12.1 |
1263 | 2025-01-06T18:31:58.146Z | Compiling zerofrom v0.1.4 |
1264 | 2025-01-06T18:31:58.332Z | Compiling block-padding v0.3.3 |
1265 | 2025-01-06T18:31:58.332Z | Compiling displaydoc v0.2.5 |
1266 | 2025-01-06T18:31:58.410Z | Compiling inout v0.1.3 |
1267 | 2025-01-06T18:31:58.410Z | Compiling sha2 v0.10.8 |
1268 | 2025-01-06T18:31:58.583Z | Compiling cipher v0.4.4 |
1269 | 2025-01-06T18:31:58.736Z | Compiling thiserror v1.0.69 |
1270 | 2025-01-06T18:31:58.764Z | Compiling yoke v0.7.4 |
1271 | 2025-01-06T18:31:58.894Z | Compiling ppv-lite86 v0.2.20 |
1272 | 2025-01-06T18:31:59.108Z | Compiling icu_provider_macros v1.5.0 |
1273 | 2025-01-06T18:31:59.136Z | Compiling der_derive v0.7.3 |
1274 | 2025-01-06T18:31:59.388Z | Compiling futures-util v0.3.31 |
1275 | 2025-01-06T18:31:59.743Z | Compiling rand_chacha v0.3.1 |
1276 | 2025-01-06T18:31:59.965Z | Compiling zerovec v0.10.4 |
1277 | 2025-01-06T18:31:59.988Z | Compiling tracing-attributes v0.1.27 |
1278 | 2025-01-06T18:32:00.350Z | Compiling rand v0.8.5 |
1279 | 2025-01-06T18:32:01.819Z | Compiling der v0.7.9 |
1280 | 2025-01-06T18:32:01.916Z | Compiling tinystr v0.7.6 |
1281 | 2025-01-06T18:32:02.161Z | Compiling icu_collections v1.5.0 |
1282 | 2025-01-06T18:32:02.327Z | Compiling icu_locid v1.5.0 |
1283 | 2025-01-06T18:32:02.378Z | Compiling salsa20 v0.10.2 |
1284 | 2025-01-06T18:32:02.591Z | Compiling pest v2.7.14 |
1285 | 2025-01-06T18:32:02.614Z | Compiling pbkdf2 v0.12.2 |
1286 | 2025-01-06T18:32:02.786Z | Compiling mirai-annotations v1.12.0 |
1287 | 2025-01-06T18:32:02.991Z | Compiling icu_properties_data v1.5.0 |
1288 | 2025-01-06T18:32:03.258Z | Compiling vcpkg v0.2.15 |
1289 | 2025-01-06T18:32:03.701Z | Compiling icu_provider v1.5.0 |
1290 | 2025-01-06T18:32:03.911Z | Compiling tracing v0.1.40 |
1291 | 2025-01-06T18:32:04.474Z | Compiling icu_locid_transform v1.5.0 |
1292 | 2025-01-06T18:32:04.771Z | Compiling spki v0.7.3 |
1293 | 2025-01-06T18:32:04.863Z | Compiling powerfmt v0.2.0 |
1294 | 2025-01-06T18:32:05.182Z | Compiling time-core v0.1.2 |
1295 | 2025-01-06T18:32:05.253Z | Compiling untrusted v0.9.0 |
1296 | 2025-01-06T18:32:05.284Z | Compiling num-conv v0.1.0 |
1297 | 2025-01-06T18:32:05.377Z | Compiling pest_meta v2.7.14 |
1298 | 2025-01-06T18:32:05.538Z | Compiling openssl-sys v0.9.103 |
1299 | 2025-01-06T18:32:05.582Z | Compiling time-macros v0.2.18 |
1300 | 2025-01-06T18:32:05.711Z | Compiling icu_properties v1.5.1 |
1301 | 2025-01-06T18:32:05.829Z | Compiling deranged v0.3.11 |
1302 | 2025-01-06T18:32:06.691Z | Compiling scrypt v0.11.0 |
1303 | 2025-01-06T18:32:07.292Z | Compiling aes v0.8.4 |
1304 | 2025-01-06T18:32:07.313Z | Compiling cbc v0.1.2 |
1305 | 2025-01-06T18:32:07.550Z | Compiling scroll_derive v0.12.0 |
1306 | 2025-01-06T18:32:07.826Z | Compiling bitflags v2.6.0 |
1307 | 2025-01-06T18:32:08.209Z | Compiling bytes v1.8.0 |
1308 | 2025-01-06T18:32:09.051Z | Compiling indexmap v2.6.0 |
1309 | 2025-01-06T18:32:09.320Z | Compiling tokio v1.40.0 |
1310 | 2025-01-06T18:32:09.559Z | Compiling http v1.1.0 |
1311 | 2025-01-06T18:32:10.273Z | Compiling semver v1.0.23 |
1312 | 2025-01-06T18:32:10.690Z | Compiling utf8_iter v1.0.4 |
1313 | 2025-01-06T18:32:10.858Z | Compiling rustc_version v0.4.1 |
1314 | 2025-01-06T18:32:10.924Z | Compiling num_threads v0.1.7 |
1315 | 2025-01-06T18:32:11.036Z | Compiling write16 v1.0.0 |
1316 | 2025-01-06T18:32:11.064Z | Compiling utf16_iter v1.0.5 |
1317 | 2025-01-06T18:32:11.180Z | Compiling atomic-waker v1.1.2 |
1318 | 2025-01-06T18:32:11.283Z | Compiling icu_normalizer_data v1.5.0 |
1319 | 2025-01-06T18:32:11.387Z | Compiling icu_normalizer v1.5.0 |
1320 | 2025-01-06T18:32:11.413Z | Compiling http-body v1.0.1 |
1321 | 2025-01-06T18:32:11.665Z | Compiling time v0.3.36 |
1322 | 2025-01-06T18:32:11.692Z | Compiling scroll v0.12.0 |
1323 | 2025-01-06T18:32:11.994Z | Compiling pkcs5 v0.7.1 |
1324 | 2025-01-06T18:32:12.237Z | Compiling pest_generator v2.7.14 |
1325 | 2025-01-06T18:32:12.283Z | Compiling form_urlencoded v1.2.1 |
1326 | 2025-01-06T18:32:12.315Z | Compiling slog v2.7.0 |
1327 | 2025-01-06T18:32:12.652Z | Compiling which v4.4.2 |
1328 | 2025-01-06T18:32:12.876Z | Compiling try-lock v0.2.5 |
1329 | 2025-01-06T18:32:13.273Z | Compiling want v0.3.1 |
1330 | 2025-01-06T18:32:13.376Z | Compiling pkcs8 v0.10.2 |
1331 | 2025-01-06T18:32:13.500Z | Compiling goblin v0.8.2 |
1332 | 2025-01-06T18:32:13.567Z | Compiling idna_adapter v1.2.0 |
1333 | 2025-01-06T18:32:13.810Z | Compiling uuid v1.11.0 |
1334 | 2025-01-06T18:32:13.863Z | Compiling iana-time-zone v0.1.61 |
1335 | 2025-01-06T18:32:14.111Z | Compiling httpdate v1.0.3 |
1336 | 2025-01-06T18:32:14.347Z | Compiling pest_derive v2.7.14 |
1337 | 2025-01-06T18:32:14.368Z | Compiling chrono v0.4.38 |
1338 | 2025-01-06T18:32:14.600Z | Compiling idna v1.0.3 |
1339 | 2025-01-06T18:32:15.215Z | Compiling dtrace-parser v0.2.0 |
1340 | 2025-01-06T18:32:16.156Z | Compiling serde_spanned v0.6.8 |
1341 | 2025-01-06T18:32:16.388Z | Compiling toml_datetime v0.6.8 |
1342 | 2025-01-06T18:32:16.602Z | Compiling serde_tokenstream v0.2.2 |
1343 | 2025-01-06T18:32:16.927Z | Compiling openssl v0.10.66 |
1344 | 2025-01-06T18:32:17.124Z | Compiling tower-service v0.3.3 |
1345 | 2025-01-06T18:32:17.230Z | Compiling adler2 v2.0.0 |
1346 | 2025-01-06T18:32:17.254Z | Compiling match_cfg v0.1.0 |
1347 | 2025-01-06T18:32:17.350Z | Compiling rustversion v1.0.17 |
1348 | 2025-01-06T18:32:17.371Z | Compiling base64 v0.22.1 |
1349 | 2025-01-06T18:32:17.443Z | Compiling foreign-types-shared v0.1.1 |
1350 | 2025-01-06T18:32:17.465Z | Compiling miniz_oxide v0.8.0 |
1351 | 2025-01-06T18:32:17.565Z | Compiling foreign-types v0.3.2 |
1352 | 2025-01-06T18:32:17.700Z | Compiling hostname v0.3.1 |
1353 | 2025-01-06T18:32:17.968Z | Compiling url v2.5.3 |
1354 | 2025-01-06T18:32:18.074Z | Compiling tokio-util v0.7.12 |
1355 | 2025-01-06T18:32:18.300Z | Compiling async-trait v0.1.83 |
1356 | 2025-01-06T18:32:19.056Z | Compiling openssl-macros v0.1.1 |
1357 | 2025-01-06T18:32:19.576Z | Compiling h2 v0.4.6 |
1358 | 2025-01-06T18:32:19.671Z | Compiling dof v0.3.0 |
1359 | 2025-01-06T18:32:19.832Z | Compiling serde_derive_internals v0.29.1 |
1360 | 2025-01-06T18:32:20.075Z | Compiling dirs-sys-next v0.1.2 |
1361 | 2025-01-06T18:32:20.788Z | Compiling usdt-impl v0.5.0 |
1362 | 2025-01-06T18:32:21.209Z | Compiling rustls v0.22.4 |
1363 | 2025-01-06T18:32:21.489Z | Compiling schemars v0.8.21 |
1364 | 2025-01-06T18:32:21.833Z | Compiling rustls v0.23.19 |
1365 | 2025-01-06T18:32:21.939Z | Compiling data-encoding v2.6.0 |
1366 | 2025-01-06T18:32:22.107Z | Compiling siphasher v0.3.11 |
1367 | 2025-01-06T18:32:22.415Z | Compiling native-tls v0.2.12 |
1368 | 2025-01-06T18:32:22.506Z | Compiling syn v1.0.109 |
1369 | 2025-01-06T18:32:22.647Z | Compiling schemars_derive v0.8.21 |
1370 | 2025-01-06T18:32:22.847Z | Compiling dirs-next v2.0.0 |
1371 | 2025-01-06T18:32:24.373Z | Compiling heapless v0.7.17 |
1372 | 2025-01-06T18:32:24.377Z | Compiling http-body-util v0.1.2 |
1373 | 2025-01-06T18:32:24.653Z | Compiling crossbeam-epoch v0.9.18 |
1374 | 2025-01-06T18:32:24.840Z | Compiling sha1 v0.10.6 |
1375 | 2025-01-06T18:32:24.953Z | Compiling signature v2.2.0 |
1376 | 2025-01-06T18:32:25.276Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1377 | 2025-01-06T18:32:25.298Z | Compiling thread_local v1.1.8 |
1378 | 2025-01-06T18:32:25.465Z | Compiling encoding_rs v0.8.34 |
1379 | 2025-01-06T18:32:25.499Z | Compiling cookie v0.18.1 |
1380 | 2025-01-06T18:32:25.773Z | Compiling multer v3.1.0 |
1381 | 2025-01-06T18:32:25.793Z | Compiling signal-hook v0.3.17 |
1382 | 2025-01-06T18:32:25.848Z | Compiling gimli v0.31.1 |
1383 | 2025-01-06T18:32:26.044Z | Compiling ipnet v2.10.1 |
1384 | 2025-01-06T18:32:26.065Z | Compiling mime v0.3.17 |
1385 | 2025-01-06T18:32:26.159Z | Compiling dyn-clone v1.0.17 |
1386 | 2025-01-06T18:32:26.378Z | Compiling openssl-probe v0.1.5 |
1387 | 2025-01-06T18:32:26.640Z | Compiling slog-async v2.8.0 |
1388 | 2025-01-06T18:32:26.747Z | Compiling unicode-properties v0.1.3 |
1389 | 2025-01-06T18:32:27.180Z | Compiling hyper v1.5.0 |
1390 | 2025-01-06T18:32:27.201Z | Compiling rayon-core v1.12.1 |
1391 | 2025-01-06T18:32:27.385Z | Compiling stringprep v0.1.5 |
1392 | 2025-01-06T18:32:28.785Z | Compiling toml_edit v0.22.22 |
1393 | 2025-01-06T18:32:30.061Z | Compiling hyper-util v0.1.10 |
1394 | 2025-01-06T18:32:30.676Z | Compiling addr2line v0.24.2 |
1395 | 2025-01-06T18:32:31.491Z | Compiling crossbeam-deque v0.8.5 |
1396 | 2025-01-06T18:32:31.602Z | Compiling usdt-attr-macro v0.5.0 |
1397 | 2025-01-06T18:32:31.871Z | Compiling usdt-macro v0.5.0 |
1398 | 2025-01-06T18:32:32.002Z | Compiling term v0.7.0 |
1399 | 2025-01-06T18:32:32.926Z | Compiling slog-json v2.6.1 |
1400 | 2025-01-06T18:32:33.257Z | Compiling serde_urlencoded v0.7.1 |
1401 | 2025-01-06T18:32:33.288Z | Compiling curve25519-dalek v4.1.3 |
1402 | 2025-01-06T18:32:33.316Z | Compiling crossbeam-channel v0.5.13 |
1403 | 2025-01-06T18:32:33.350Z | Compiling enum-as-inner v0.6.1 |
1404 | 2025-01-06T18:32:33.446Z | Compiling futures-executor v0.3.31 |
1405 | 2025-01-06T18:32:33.805Z | Compiling md-5 v0.10.6 |
1406 | 2025-01-06T18:32:33.933Z | Compiling async-stream-impl v0.3.6 |
1407 | 2025-01-06T18:32:34.067Z | Compiling rustls-pemfile v2.2.0 |
1408 | 2025-01-06T18:32:34.089Z | Compiling num-integer v0.1.46 |
1409 | 2025-01-06T18:32:34.386Z | Compiling idna v0.4.0 |
1410 | 2025-01-06T18:32:34.452Z | Compiling idna v0.3.0 |
1411 | 2025-01-06T18:32:34.485Z | Compiling hash32 v0.2.1 |
1412 | 2025-01-06T18:32:34.901Z | Compiling ff v0.13.0 |
1413 | 2025-01-06T18:32:34.924Z | Compiling is-terminal v0.4.13 |
1414 | 2025-01-06T18:32:35.069Z | Compiling dropshot v0.12.0 |
1415 | 2025-01-06T18:32:35.132Z | Compiling object v0.36.5 |
1416 | 2025-01-06T18:32:35.344Z | Compiling utf-8 v0.7.6 |
1417 | 2025-01-06T18:32:35.364Z | Compiling portable-atomic v1.9.0 |
1418 | 2025-01-06T18:32:35.705Z | Compiling num-bigint-dig v0.8.4 |
1419 | 2025-01-06T18:32:36.005Z | Compiling anyhow v1.0.93 |
1420 | 2025-01-06T18:32:36.161Z | Compiling base16ct v0.2.0 |
1421 | 2025-01-06T18:32:36.299Z | Compiling rustc-demangle v0.1.24 |
1422 | 2025-01-06T18:32:36.469Z | Compiling linked-hash-map v0.5.6 |
1423 | 2025-01-06T18:32:36.490Z | Compiling psl-types v2.0.11 |
1424 | 2025-01-06T18:32:36.674Z | Compiling fallible-iterator v0.2.0 |
1425 | 2025-01-06T18:32:36.696Z | Compiling smoltcp v0.9.1 |
1426 | 2025-01-06T18:32:36.846Z | Compiling take_mut v0.2.2 |
1427 | 2025-01-06T18:32:37.019Z | Compiling quick-error v1.2.3 |
1428 | 2025-01-06T18:32:37.184Z | Compiling resolv-conf v0.7.0 |
1429 | 2025-01-06T18:32:37.379Z | Compiling postgres-protocol v0.6.7 |
1430 | 2025-01-06T18:32:37.508Z | Compiling lru-cache v0.1.2 |
1431 | 2025-01-06T18:32:37.701Z | Compiling publicsuffix v2.2.3 |
1432 | 2025-01-06T18:32:37.973Z | Compiling sec1 v0.7.3 |
1433 | 2025-01-06T18:32:37.997Z | Compiling tungstenite v0.24.0 |
1434 | 2025-01-06T18:32:38.047Z | Compiling async-stream v0.3.6 |
1435 | 2025-01-06T18:32:38.442Z | Compiling hickory-proto v0.24.1 |
1436 | 2025-01-06T18:32:38.536Z | Compiling group v0.13.0 |
1437 | 2025-01-06T18:32:38.566Z | Compiling slog-term v2.9.1 |
1438 | 2025-01-06T18:32:38.740Z | Compiling usdt v0.5.0 |
1439 | 2025-01-06T18:32:39.280Z | Compiling num-iter v0.1.45 |
1440 | 2025-01-06T18:32:39.595Z | Compiling futures v0.3.31 |
1441 | 2025-01-06T18:32:39.767Z | Compiling slog-bunyan v2.5.0 |
1442 | 2025-01-06T18:32:39.991Z | Compiling toml v0.8.19 |
1443 | 2025-01-06T18:32:40.181Z | Compiling tokio-native-tls v0.3.1 |
1444 | 2025-01-06T18:32:41.707Z | Compiling camino v1.1.9 |
1445 | 2025-01-06T18:32:41.814Z | Compiling phf_shared v0.11.2 |
1446 | 2025-01-06T18:32:41.923Z | Compiling dropshot_endpoint v0.12.0 |
1447 | 2025-01-06T18:32:42.228Z | Compiling terminal_size v0.4.0 |
1448 | 2025-01-06T18:32:42.443Z | Compiling waitgroup v0.1.2 |
1449 | 2025-01-06T18:32:43.089Z | Compiling backtrace v0.3.74 |
1450 | 2025-01-06T18:32:43.139Z | Compiling openapiv3 v2.0.0 |
1451 | 2025-01-06T18:32:43.139Z | Compiling serde_path_to_error v0.1.16 |
1452 | 2025-01-06T18:32:43.466Z | Compiling hkdf v0.12.4 |
1453 | 2025-01-06T18:32:43.585Z | Compiling crypto-bigint v0.5.5 |
1454 | 2025-01-06T18:32:43.720Z | Compiling curve25519-dalek-derive v0.1.1 |
1455 | 2025-01-06T18:32:45.348Z | Compiling zerocopy-derive v0.6.6 |
1456 | 2025-01-06T18:32:46.532Z | Compiling hubpack_derive v0.1.1 |
1457 | 2025-01-06T18:32:46.559Z | Compiling webpki-roots v0.26.6 |
1458 | 2025-01-06T18:32:46.703Z | Compiling idna v0.5.0 |
1459 | 2025-01-06T18:32:46.787Z | Compiling hostname v0.4.0 |
1460 | 2025-01-06T18:32:47.070Z | Compiling fs-err v2.11.0 |
1461 | 2025-01-06T18:32:47.266Z | Compiling crc32fast v1.4.2 |
1462 | 2025-01-06T18:32:47.354Z | Compiling ahash v0.8.11 |
1463 | 2025-01-06T18:32:47.453Z | Compiling winnow v0.5.40 |
1464 | 2025-01-06T18:32:47.596Z | Compiling bitflags v1.3.2 |
1465 | 2025-01-06T18:32:47.667Z | Compiling debug-ignore v1.0.5 |
1466 | 2025-01-06T18:32:47.690Z | Compiling newtype-uuid v1.1.3 |
1467 | 2025-01-06T18:32:47.712Z | Compiling managed v0.8.0 |
1468 | 2025-01-06T18:32:47.822Z | Compiling strum_macros v0.25.3 |
1469 | 2025-01-06T18:32:48.001Z | Compiling clap_builder v4.5.21 |
1470 | 2025-01-06T18:32:48.351Z | Compiling console v0.15.8 |
1471 | 2025-01-06T18:32:49.453Z | Compiling zerocopy v0.6.6 |
1472 | 2025-01-06T18:32:49.947Z | Compiling cookie_store v0.21.0 |
1473 | 2025-01-06T18:32:49.994Z | Compiling flate2 v1.0.34 |
1474 | 2025-01-06T18:32:50.383Z | Compiling hubpack v0.1.2 |
1475 | 2025-01-06T18:32:50.557Z | Compiling elliptic-curve v0.13.8 |
1476 | 2025-01-06T18:32:50.999Z | Compiling hickory-resolver v0.24.1 |
1477 | 2025-01-06T18:32:51.467Z | Compiling toml_edit v0.19.15 |
1478 | 2025-01-06T18:32:51.595Z | Compiling phf v0.11.2 |
1479 | 2025-01-06T18:32:51.884Z | Compiling signal-hook-mio v0.2.4 |
1480 | 2025-01-06T18:32:52.055Z | Compiling rayon v1.10.0 |
1481 | 2025-01-06T18:32:52.241Z | Compiling hyper-tls v0.6.0 |
1482 | 2025-01-06T18:32:52.468Z | Compiling bzip2 v0.4.4 |
1483 | 2025-01-06T18:32:52.877Z | Compiling tokio-tungstenite v0.24.0 |
1484 | 2025-01-06T18:32:53.435Z | Compiling postgres-types v0.2.8 |
1485 | 2025-01-06T18:32:56.455Z | Compiling ed25519 v2.2.3 |
1486 | 2025-01-06T18:32:57.105Z | Compiling phf_shared v0.10.0 |
1487 | 2025-01-06T18:32:57.542Z | Compiling tokio-stream v0.1.16 |
1488 | 2025-01-06T18:32:57.958Z | Compiling pkcs1 v0.7.5 |
1489 | 2025-01-06T18:32:58.107Z | Compiling serde-big-array v0.5.1 |
1490 | 2025-01-06T18:32:58.365Z | Compiling clap_derive v4.5.18 |
1491 | 2025-01-06T18:32:58.435Z | Compiling rfc6979 v0.4.0 |
1492 | 2025-01-06T18:32:58.648Z | Compiling serde_repr v0.1.19 |
1493 | 2025-01-06T18:32:58.671Z | Compiling derive-where v1.2.7 |
1494 | 2025-01-06T18:32:59.007Z | Compiling float-cmp v0.9.0 |
1495 | 2025-01-06T18:32:59.136Z | Compiling bstr v1.10.0 |
1496 | 2025-01-06T18:32:59.237Z | Compiling sync_wrapper v1.0.1 |
1497 | 2025-01-06T18:32:59.399Z | Compiling whoami v1.5.2 |
1498 | 2025-01-06T18:32:59.734Z | Compiling unicode-segmentation v1.12.0 |
1499 | 2025-01-06T18:32:59.868Z | Compiling static_assertions v1.1.0 |
1500 | 2025-01-06T18:32:59.986Z | Compiling precomputed-hash v0.1.1 |
1501 | 2025-01-06T18:33:00.100Z | Compiling number_prefix v0.4.0 |
1502 | 2025-01-06T18:33:00.121Z | Compiling predicates-core v1.0.8 |
1503 | 2025-01-06T18:33:00.344Z | Compiling unicode-width v0.2.0 |
1504 | 2025-01-06T18:33:00.493Z | Compiling new_debug_unreachable v1.0.6 |
1505 | 2025-01-06T18:33:00.601Z | Compiling fixedbitset v0.4.2 |
1506 | 2025-01-06T18:33:00.680Z | Compiling bit-vec v0.6.3 |
1507 | 2025-01-06T18:33:00.877Z | Compiling difflib v0.4.0 |
1508 | 2025-01-06T18:33:01.007Z | Compiling normalize-line-endings v0.3.0 |
1509 | 2025-01-06T18:33:01.095Z | Compiling bit-set v0.5.3 |
1510 | 2025-01-06T18:33:01.145Z | Compiling petgraph v0.6.5 |
1511 | 2025-01-06T18:33:01.175Z | Compiling indicatif v0.17.9 |
1512 | 2025-01-06T18:33:01.399Z | Compiling predicates v3.1.2 |
1513 | 2025-01-06T18:33:02.393Z | Compiling string_cache v0.8.7 |
1514 | 2025-01-06T18:33:02.625Z | Compiling similar v2.6.0 |
1515 | 2025-01-06T18:33:02.885Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1516 | 2025-01-06T18:33:03.246Z | Compiling tokio-postgres v0.7.12 |
1517 | 2025-01-06T18:33:03.492Z | Compiling ecdsa v0.16.9 |
1518 | 2025-01-06T18:33:03.617Z | Compiling clap v4.5.21 |
1519 | 2025-01-06T18:33:03.753Z | Compiling rsa v0.9.6 |
1520 | 2025-01-06T18:33:04.383Z | Compiling ed25519-dalek v2.1.1 |
1521 | 2025-01-06T18:33:05.200Z | Compiling toml v0.7.8 |
1522 | 2025-01-06T18:33:05.404Z | Compiling zip v0.6.6 |
1523 | 2025-01-06T18:33:05.819Z | Compiling crossterm v0.28.1 |
1524 | 2025-01-06T18:33:07.763Z | Compiling hex v0.4.3 |
1525 | 2025-01-06T18:33:07.854Z | Compiling x509-cert v0.2.5 |
1526 | 2025-01-06T18:33:07.997Z | Compiling unicode-xid v0.2.6 |
1527 | 2025-01-06T18:33:08.182Z | Compiling lalrpop-util v0.19.12 |
1528 | 2025-01-06T18:33:08.372Z | Compiling peg-runtime v0.8.3 |
1529 | 2025-01-06T18:33:08.571Z | Compiling strum_macros v0.26.4 |
1530 | 2025-01-06T18:33:09.057Z | Compiling xattr v1.3.1 |
1531 | 2025-01-06T18:33:09.347Z | Compiling filetime v0.2.25 |
1532 | 2025-01-06T18:33:09.688Z | Compiling tar v0.4.42 |
1533 | 2025-01-06T18:33:13.730Z | Compiling strum v0.26.3 |
1534 | 2025-01-06T18:33:17.200Z | Compiling aws-lc-sys v0.22.0 |
1535 | 2025-01-06T18:33:46.474Z | Compiling rustls-webpki v0.102.8 |
1536 | 2025-01-06T18:33:50.028Z | Compiling tokio-rustls v0.25.0 |
1537 | 2025-01-06T18:33:51.751Z | Compiling tokio-rustls v0.26.0 |
1538 | 2025-01-06T18:33:52.182Z | Compiling hyper-rustls v0.27.3 |
1539 | 2025-01-06T18:33:52.496Z | Compiling reqwest v0.12.9 |
1540 | 2025-01-06T18:33:53.654Z | Compiling qorb v0.2.1 |
1541 | 2025-01-06T18:33:58.823Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1542 | 2025-01-06T18:33:59.071Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1543 | 2025-01-06T18:34:05.223Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 31s |
1544 | 2025-01-06T18:34:05.388Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1545 | 2025-01-06T18:34:05.443Z | Jan 06 18:34:03.825 INFO Starting download, target: Cockroach |
1546 | 2025-01-06T18:34:05.443Z | Jan 06 18:34:03.825 INFO Starting download, target: Clickhouse |
1547 | 2025-01-06T18:34:05.443Z | Jan 06 18:34:03.825 INFO Starting download, target: DendriteStub |
1548 | 2025-01-06T18:34:05.443Z | Jan 06 18:34:03.825 INFO Starting download, target: MaghemiteMgd |
1549 | 2025-01-06T18:34:05.446Z | Jan 06 18:34:03.825 INFO Starting download, target: Console |
1550 | 2025-01-06T18:34:05.446Z | Jan 06 18:34:03.825 INFO Starting download, target: DendriteOpenapi |
1551 | 2025-01-06T18:34:05.446Z | Jan 06 18:34:03.825 INFO Starting download, target: TransceiverControl |
1552 | 2025-01-06T18:34:05.446Z | Jan 06 18:34:03.825 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1553 | 2025-01-06T18:34:05.446Z | Jan 06 18:34:03.825 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1554 | 2025-01-06T18:34:05.446Z | Jan 06 18:34:03.825 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1555 | 2025-01-06T18:34:05.446Z | Jan 06 18:34:03.826 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1556 | 2025-01-06T18:34:05.446Z | Jan 06 18:34:03.826 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1557 | 2025-01-06T18:34:05.446Z | Jan 06 18:34:03.826 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1558 | 2025-01-06T18:34:05.446Z | Jan 06 18:34:03.826 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1559 | 2025-01-06T18:34:05.645Z | Jan 06 18:34:04.027 INFO Download complete, target: DendriteOpenapi |
1560 | 2025-01-06T18:34:05.904Z | Jan 06 18:34:04.249 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1561 | 2025-01-06T18:34:06.070Z | Jan 06 18:34:04.419 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1562 | 2025-01-06T18:34:06.367Z | Jan 06 18:34:04.744 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1563 | 2025-01-06T18:34:06.398Z | Jan 06 18:34:04.770 INFO Download complete, target: Console |
1564 | 2025-01-06T18:34:06.555Z | Jan 06 18:34:04.935 INFO Download complete, target: TransceiverControl |
1565 | 2025-01-06T18:34:06.562Z | Jan 06 18:34:04.941 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1566 | 2025-01-06T18:34:06.829Z | Jan 06 18:34:05.212 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1567 | 2025-01-06T18:34:06.829Z | Jan 06 18:34:05.212 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1568 | 2025-01-06T18:34:07.626Z | Jan 06 18:34:06.008 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1569 | 2025-01-06T18:34:09.368Z | Jan 06 18:34:07.750 INFO Download complete, target: DendriteStub |
1570 | 2025-01-06T18:34:09.549Z | Jan 06 18:34:07.931 INFO Download complete, target: MaghemiteMgd |
1571 | 2025-01-06T18:34:14.456Z | Jan 06 18:34:12.836 INFO Checking that binary works, target: Cockroach |
1572 | 2025-01-06T18:34:14.664Z | Jan 06 18:34:13.046 INFO Download complete, target: Cockroach |
1573 | 2025-01-06T18:34:20.366Z | Jan 06 18:34:18.746 INFO Checking that binary works, target: Clickhouse |
1574 | 2025-01-06T18:34:20.478Z | Jan 06 18:34:18.857 INFO Download complete, target: Clickhouse |
1575 | 2025-01-06T18:34:20.497Z | All builder prerequisites installed successfully, and PATH looks valid |
1576 | 2025-01-06T18:34:20.500Z | |
1577 | 2025-01-06T18:34:20.500Z | real 5:24.199696007 |
1578 | 2025-01-06T18:34:20.500Z | user 16:52.519377063 |
1579 | 2025-01-06T18:34:20.500Z | sys 3:18.948500768 |
1580 | 2025-01-06T18:34:20.500Z | trap 0.579168168 |
1581 | 2025-01-06T18:34:20.500Z | tflt 1.511578603 |
1582 | 2025-01-06T18:34:20.500Z | dflt 2.130644369 |
1583 | 2025-01-06T18:34:20.500Z | kflt 0.027417228 |
1584 | 2025-01-06T18:34:20.500Z | lock 30:10.922567346 |
1585 | 2025-01-06T18:34:20.500Z | slp 1:03:42.566770298 |
1586 | 2025-01-06T18:34:20.500Z | lat 58.951501686 |
1587 | 2025-01-06T18:34:20.500Z | stop 2:26.518851894 |
1588 | 2025-01-06T18:34:20.500Z | + banner clippy |
1589 | 2025-01-06T18:34:20.503Z | |
1590 | 2025-01-06T18:34:20.503Z | #### # # ##### ##### # # |
1591 | 2025-01-06T18:34:20.503Z | # # # # # # # # # # |
1592 | 2025-01-06T18:34:20.503Z | # # # # # # # # |
1593 | 2025-01-06T18:34:20.503Z | # # # ##### ##### # |
1594 | 2025-01-06T18:34:20.503Z | # # # # # # # |
1595 | 2025-01-06T18:34:20.503Z | #### ###### # # # # |
1596 | 2025-01-06T18:34:20.503Z | |
1597 | 2025-01-06T18:34:20.503Z | + export CARGO_INCREMENTAL=0 |
1598 | 2025-01-06T18:34:20.503Z | + CARGO_INCREMENTAL=0 |
1599 | 2025-01-06T18:34:20.503Z | + ptime -m cargo xtask clippy |
1600 | 2025-01-06T18:34:21.068Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1601 | 2025-01-06T18:34:24.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.41s |
1602 | 2025-01-06T18:34:25.035Z | Running `target/debug/xtask clippy` |
1603 | 2025-01-06T18:34:25.059Z | running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1604 | 2025-01-06T18:34:25.760Z | Downloading crates ... |
1605 | 2025-01-06T18:34:26.118Z | Downloaded anes v0.1.6 |
1606 | 2025-01-06T18:34:26.122Z | Downloaded async-channel v1.9.0 |
1607 | 2025-01-06T18:34:26.125Z | Downloaded cast v0.3.0 |
1608 | 2025-01-06T18:34:26.127Z | Downloaded approx v0.5.1 |
1609 | 2025-01-06T18:34:26.130Z | Downloaded guppy-workspace-hack v0.1.0 |
1610 | 2025-01-06T18:34:26.130Z | Downloaded criterion-plot v0.5.0 |
1611 | 2025-01-06T18:34:26.136Z | Downloaded async-object-pool v0.1.5 |
1612 | 2025-01-06T18:34:26.144Z | Downloaded pathdiff v0.2.2 |
1613 | 2025-01-06T18:34:26.148Z | Downloaded escape8259 v0.5.3 |
1614 | 2025-01-06T18:34:26.148Z | Downloaded doc-comment v0.3.3 |
1615 | 2025-01-06T18:34:26.170Z | Downloaded plotters-svg v0.3.7 |
1616 | 2025-01-06T18:34:26.172Z | Downloaded nested v0.1.1 |
1617 | 2025-01-06T18:34:26.172Z | Downloaded event-listener-strategy v0.5.2 |
1618 | 2025-01-06T18:34:26.175Z | Downloaded event-listener v2.5.3 |
1619 | 2025-01-06T18:34:26.175Z | Downloaded async-global-executor v2.4.1 |
1620 | 2025-01-06T18:34:26.180Z | Downloaded datatest-stable v0.2.9 |
1621 | 2025-01-06T18:34:26.182Z | Downloaded concurrent-queue v2.5.0 |
1622 | 2025-01-06T18:34:26.188Z | Downloaded async-channel v2.3.1 |
1623 | 2025-01-06T18:34:26.191Z | Downloaded target-spec v3.2.2 |
1624 | 2025-01-06T18:34:26.194Z | Downloaded indoc v2.0.5 |
1625 | 2025-01-06T18:34:26.197Z | Downloaded async-signal v0.2.10 |
1626 | 2025-01-06T18:34:26.199Z | Downloaded proc-macro-crate v3.2.0 |
1627 | 2025-01-06T18:34:26.201Z | Downloaded async-attributes v1.1.2 |
1628 | 2025-01-06T18:34:26.201Z | Downloaded assert-json-diff v2.0.2 |
1629 | 2025-01-06T18:34:26.204Z | Downloaded piper v0.2.4 |
1630 | 2025-01-06T18:34:26.204Z | Downloaded num_cpus v1.16.0 |
1631 | 2025-01-06T18:34:26.206Z | Downloaded threadpool v1.8.1 |
1632 | 2025-01-06T18:34:26.209Z | Downloaded stringmetrics v2.2.2 |
1633 | 2025-01-06T18:34:26.209Z | Downloaded plotters-backend v0.3.7 |
1634 | 2025-01-06T18:34:26.212Z | Downloaded path-tree v0.8.1 |
1635 | 2025-01-06T18:34:26.212Z | Downloaded kv-log-macro v1.0.7 |
1636 | 2025-01-06T18:34:26.215Z | Downloaded similar-asserts v1.6.0 |
1637 | 2025-01-06T18:34:26.215Z | Downloaded futures-timer v3.0.3 |
1638 | 2025-01-06T18:34:26.217Z | Downloaded serde_regex v1.1.0 |
1639 | 2025-01-06T18:34:26.219Z | Downloaded relative-path v1.9.3 |
1640 | 2025-01-06T18:34:26.219Z | Downloaded oorandom v11.1.4 |
1641 | 2025-01-06T18:34:26.221Z | Downloaded blake2b_simd v1.0.2 |
1642 | 2025-01-06T18:34:26.221Z | Downloaded async-process v2.3.0 |
1643 | 2025-01-06T18:34:26.223Z | Downloaded async-executor v1.13.1 |
1644 | 2025-01-06T18:34:26.226Z | Downloaded tinytemplate v1.2.1 |
1645 | 2025-01-06T18:34:26.229Z | Downloaded async-lock v3.4.0 |
1646 | 2025-01-06T18:34:26.232Z | Downloaded target-lexicon v0.12.16 |
1647 | 2025-01-06T18:34:26.232Z | Downloaded blocking v1.6.1 |
1648 | 2025-01-06T18:34:26.234Z | Downloaded assert_cmd v2.0.16 |
1649 | 2025-01-06T18:34:26.234Z | Downloaded rust-argon2 v2.1.0 |
1650 | 2025-01-06T18:34:26.237Z | Downloaded target-triple v0.1.3 |
1651 | 2025-01-06T18:34:26.240Z | Downloaded partial-io v0.5.4 |
1652 | 2025-01-06T18:34:26.240Z | Downloaded httptest v0.16.1 |
1653 | 2025-01-06T18:34:26.242Z | Downloaded parking v2.2.1 |
1654 | 2025-01-06T18:34:26.242Z | Downloaded async-task v4.7.1 |
1655 | 2025-01-06T18:34:26.244Z | Downloaded rustls-native-certs v0.7.3 |
1656 | 2025-01-06T18:34:26.247Z | Downloaded libtest-mimic v0.7.3 |
1657 | 2025-01-06T18:34:26.249Z | Downloaded event-listener v5.3.1 |
1658 | 2025-01-06T18:34:26.251Z | Downloaded rstest v0.23.0 |
1659 | 2025-01-06T18:34:26.255Z | Downloaded hyper-rustls v0.26.0 |
1660 | 2025-01-06T18:34:26.258Z | Downloaded cfg-expr v0.17.0 |
1661 | 2025-01-06T18:34:26.260Z | Downloaded async-io v2.3.4 |
1662 | 2025-01-06T18:34:26.270Z | Downloaded trybuild v1.0.101 |
1663 | 2025-01-06T18:34:26.273Z | Downloaded rand_distr v0.4.3 |
1664 | 2025-01-06T18:34:26.276Z | Downloaded futures-lite v2.3.0 |
1665 | 2025-01-06T18:34:26.279Z | Downloaded fancy-regex v0.13.0 |
1666 | 2025-01-06T18:34:26.282Z | Downloaded yansi v1.0.1 |
1667 | 2025-01-06T18:34:26.284Z | Downloaded rstest_macros v0.23.0 |
1668 | 2025-01-06T18:34:26.287Z | Downloaded polling v3.7.3 |
1669 | 2025-01-06T18:34:26.289Z | Downloaded pretty_assertions v1.4.1 |
1670 | 2025-01-06T18:34:26.291Z | Downloaded criterion v0.5.1 |
1671 | 2025-01-06T18:34:26.297Z | Downloaded guppy v0.17.8 |
1672 | 2025-01-06T18:34:26.302Z | Downloaded plotters v0.3.7 |
1673 | 2025-01-06T18:34:26.311Z | Downloaded async-std v1.13.0 |
1674 | 2025-01-06T18:34:26.402Z | Downloaded httpmock v0.8.0-alpha.1 |
1675 | 2025-01-06T18:34:27.228Z | Checking cfg-if v1.0.0 |
1676 | 2025-01-06T18:34:27.308Z | Checking libc v0.2.162 |
1677 | 2025-01-06T18:34:27.329Z | Checking serde v1.0.215 |
1678 | 2025-01-06T18:34:27.353Z | Checking memchr v2.7.4 |
1679 | 2025-01-06T18:34:27.376Z | Checking value-bag v1.9.0 |
1680 | 2025-01-06T18:34:27.397Z | Checking scopeguard v1.2.0 |
1681 | 2025-01-06T18:34:27.419Z | Checking zeroize v1.8.1 |
1682 | 2025-01-06T18:34:27.449Z | Checking smallvec v1.13.2 |
1683 | 2025-01-06T18:34:27.477Z | Checking itoa v1.0.11 |
1684 | 2025-01-06T18:34:27.535Z | Checking lock_api v0.4.12 |
1685 | 2025-01-06T18:34:27.686Z | Checking byteorder v1.5.0 |
1686 | 2025-01-06T18:34:27.711Z | Checking pin-project-lite v0.2.14 |
1687 | 2025-01-06T18:34:27.806Z | Checking log v0.4.22 |
1688 | 2025-01-06T18:34:27.810Z | Checking subtle v2.6.1 |
1689 | 2025-01-06T18:34:27.853Z | Checking once_cell v1.20.2 |
1690 | 2025-01-06T18:34:27.993Z | Checking typenum v1.17.0 |
1691 | 2025-01-06T18:34:28.099Z | Checking futures-core v0.3.31 |
1692 | 2025-01-06T18:34:28.146Z | Checking libm v0.2.8 |
1693 | 2025-01-06T18:34:28.155Z | Checking thiserror v1.0.69 |
1694 | 2025-01-06T18:34:28.242Z | Checking zerocopy v0.7.35 |
1695 | 2025-01-06T18:34:28.294Z | Checking ryu v1.0.18 |
1696 | 2025-01-06T18:34:28.330Z | Checking spin v0.9.8 |
1697 | 2025-01-06T18:34:28.358Z | Checking const-oid v0.9.6 |
1698 | 2025-01-06T18:34:28.433Z | Checking getrandom v0.2.15 |
1699 | 2025-01-06T18:34:28.523Z | Checking parking_lot_core v0.9.10 |
1700 | 2025-01-06T18:34:28.662Z | Checking rand_core v0.6.4 |
1701 | 2025-01-06T18:34:28.695Z | Checking signal-hook-registry v1.4.2 |
1702 | 2025-01-06T18:34:28.882Z | Checking parking_lot v0.12.3 |
1703 | 2025-01-06T18:34:28.955Z | Checking mio v1.0.2 |
1704 | 2025-01-06T18:34:29.001Z | Checking socket2 v0.5.7 |
1705 | 2025-01-06T18:34:29.057Z | Checking num-traits v0.2.19 |
1706 | 2025-01-06T18:34:29.265Z | Checking futures-io v0.3.31 |
1707 | 2025-01-06T18:34:29.422Z | Checking generic-array v0.14.7 |
1708 | 2025-01-06T18:34:29.470Z | Checking slab v0.4.9 |
1709 | 2025-01-06T18:34:29.548Z | Checking allocator-api2 v0.2.18 |
1710 | 2025-01-06T18:34:29.645Z | Checking cpufeatures v0.2.14 |
1711 | 2025-01-06T18:34:29.765Z | Checking futures-sink v0.3.31 |
1712 | 2025-01-06T18:34:29.802Z | Checking pin-utils v0.1.0 |
1713 | 2025-01-06T18:34:29.830Z | Checking foldhash v0.1.3 |
1714 | 2025-01-06T18:34:29.911Z | Checking equivalent v1.0.1 |
1715 | 2025-01-06T18:34:29.939Z | Checking futures-channel v0.3.31 |
1716 | 2025-01-06T18:34:30.039Z | Checking futures-task v0.3.31 |
1717 | 2025-01-06T18:34:30.072Z | Checking stable_deref_trait v1.2.0 |
1718 | 2025-01-06T18:34:30.193Z | Checking iana-time-zone v0.1.61 |
1719 | 2025-01-06T18:34:30.257Z | Checking hashbrown v0.15.1 |
1720 | 2025-01-06T18:34:30.283Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1721 | 2025-01-06T18:34:30.310Z | Checking fnv v1.0.7 |
1722 | 2025-01-06T18:34:30.339Z | Checking futures-util v0.3.31 |
1723 | 2025-01-06T18:34:30.365Z | Checking ppv-lite86 v0.2.20 |
1724 | 2025-01-06T18:34:30.442Z | Checking tracing-core v0.1.32 |
1725 | 2025-01-06T18:34:30.619Z | Checking errno v0.3.9 |
1726 | 2025-01-06T18:34:30.643Z | Checking crypto-common v0.1.6 |
1727 | 2025-01-06T18:34:30.770Z | Checking block-buffer v0.10.4 |
1728 | 2025-01-06T18:34:30.802Z | Checking zerofrom v0.1.4 |
1729 | 2025-01-06T18:34:30.845Z | Checking dyn-clone v1.0.17 |
1730 | 2025-01-06T18:34:31.004Z | Checking block-padding v0.3.3 |
1731 | 2025-01-06T18:34:31.032Z | Checking yoke v0.7.4 |
1732 | 2025-01-06T18:34:31.034Z | Checking digest v0.10.7 |
1733 | 2025-01-06T18:34:31.101Z | Checking tracing v0.1.40 |
1734 | 2025-01-06T18:34:31.134Z | Checking rand_chacha v0.3.1 |
1735 | 2025-01-06T18:34:31.204Z | Checking inout v0.1.3 |
1736 | 2025-01-06T18:34:31.382Z | Checking zerovec v0.10.4 |
1737 | 2025-01-06T18:34:31.442Z | Checking crossbeam-utils v0.8.20 |
1738 | 2025-01-06T18:34:31.470Z | Checking percent-encoding v2.3.1 |
1739 | 2025-01-06T18:34:31.473Z | Checking cipher v0.4.4 |
1740 | 2025-01-06T18:34:31.473Z | Checking litemap v0.7.3 |
1741 | 2025-01-06T18:34:31.538Z | Checking rand v0.8.5 |
1742 | 2025-01-06T18:34:31.682Z | Checking writeable v0.5.5 |
1743 | 2025-01-06T18:34:31.883Z | Checking tinyvec_macros v0.1.1 |
1744 | 2025-01-06T18:34:31.908Z | Checking form_urlencoded v1.2.1 |
1745 | 2025-01-06T18:34:31.985Z | Checking tinyvec v1.8.0 |
1746 | 2025-01-06T18:34:32.022Z | Checking httparse v1.9.5 |
1747 | 2025-01-06T18:34:32.107Z | Checking atomic-waker v1.1.2 |
1748 | 2025-01-06T18:34:32.194Z | Checking icu_locid_transform_data v1.5.0 |
1749 | 2025-01-06T18:34:32.260Z | Checking regex-syntax v0.8.5 |
1750 | 2025-01-06T18:34:32.302Z | Checking base64ct v1.6.0 |
1751 | 2025-01-06T18:34:32.458Z | Checking hmac v0.12.1 |
1752 | 2025-01-06T18:34:32.489Z | Checking bytes v1.8.0 |
1753 | 2025-01-06T18:34:32.692Z | Checking bitflags v2.6.0 |
1754 | 2025-01-06T18:34:32.766Z | Checking serde_json v1.0.133 |
1755 | 2025-01-06T18:34:32.859Z | Checking indexmap v2.6.0 |
1756 | 2025-01-06T18:34:33.000Z | Checking chrono v0.4.38 |
1757 | 2025-01-06T18:34:33.069Z | Checking uuid v1.11.0 |
1758 | 2025-01-06T18:34:33.307Z | Checking tokio v1.40.0 |
1759 | 2025-01-06T18:34:33.345Z | Checking rustix v0.38.37 |
1760 | 2025-01-06T18:34:33.699Z | Checking http v1.1.0 |
1761 | 2025-01-06T18:34:34.216Z | Checking tinystr v0.7.6 |
1762 | 2025-01-06T18:34:34.591Z | Checking unicode-normalization v0.1.24 |
1763 | 2025-01-06T18:34:34.621Z | Checking icu_locid v1.5.0 |
1764 | 2025-01-06T18:34:35.179Z | Checking icu_collections v1.5.0 |
1765 | 2025-01-06T18:34:35.211Z | Checking schemars v0.8.21 |
1766 | 2025-01-06T18:34:35.564Z | Checking untrusted v0.9.0 |
1767 | 2025-01-06T18:34:35.594Z | Checking icu_properties_data v1.5.0 |
1768 | 2025-01-06T18:34:35.621Z | Checking icu_provider v1.5.0 |
1769 | 2025-01-06T18:34:35.702Z | Checking sha2 v0.10.8 |
1770 | 2025-01-06T18:34:35.735Z | Checking ring v0.17.8 |
1771 | 2025-01-06T18:34:35.860Z | Checking aho-corasick v1.1.3 |
1772 | 2025-01-06T18:34:35.862Z | Checking icu_normalizer_data v1.5.0 |
1773 | 2025-01-06T18:34:35.998Z | Checking utf8_iter v1.0.4 |
1774 | 2025-01-06T18:34:36.211Z | Checking unicode-bidi v0.3.17 |
1775 | 2025-01-06T18:34:36.292Z | Checking write16 v1.0.0 |
1776 | 2025-01-06T18:34:36.319Z | Checking icu_locid_transform v1.5.0 |
1777 | 2025-01-06T18:34:36.432Z | Checking utf16_iter v1.0.5 |
1778 | 2025-01-06T18:34:36.623Z | Checking unicode-ident v1.0.13 |
1779 | 2025-01-06T18:34:36.809Z | Checking lazy_static v1.5.0 |
1780 | 2025-01-06T18:34:36.859Z | Checking powerfmt v0.2.0 |
1781 | 2025-01-06T18:34:36.888Z | Checking adler2 v2.0.0 |
1782 | 2025-01-06T18:34:36.947Z | Checking time-core v0.1.2 |
1783 | 2025-01-06T18:34:37.058Z | Checking miniz_oxide v0.8.0 |
1784 | 2025-01-06T18:34:37.119Z | Checking num-conv v0.1.0 |
1785 | 2025-01-06T18:34:37.145Z | Checking deranged v0.3.11 |
1786 | 2025-01-06T18:34:37.173Z | Checking rustls-pki-types v1.10.0 |
1787 | 2025-01-06T18:34:37.322Z | Checking icu_properties v1.5.1 |
1788 | 2025-01-06T18:34:37.392Z | Checking num_threads v0.1.7 |
1789 | 2025-01-06T18:34:37.519Z | Checking proc-macro2 v1.0.89 |
1790 | 2025-01-06T18:34:37.522Z | Checking regex-automata v0.4.8 |
1791 | 2025-01-06T18:34:37.577Z | Checking pem-rfc7468 v0.7.0 |
1792 | 2025-01-06T18:34:37.772Z | Checking untrusted v0.7.1 |
1793 | 2025-01-06T18:34:37.832Z | Checking http-body v1.0.1 |
1794 | 2025-01-06T18:34:37.862Z | Checking aws-lc-sys v0.22.0 |
1795 | 2025-01-06T18:34:37.942Z | Checking base64 v0.22.1 |
1796 | 2025-01-06T18:34:38.062Z | Checking try-lock v0.2.5 |
1797 | 2025-01-06T18:34:38.224Z | Checking mirai-annotations v1.12.0 |
1798 | 2025-01-06T18:34:38.252Z | Checking quote v1.0.37 |
1799 | 2025-01-06T18:34:38.417Z | Checking httpdate v1.0.3 |
1800 | 2025-01-06T18:34:38.446Z | Checking want v0.3.1 |
1801 | 2025-01-06T18:34:38.609Z | Checking syn v2.0.87 |
1802 | 2025-01-06T18:34:38.639Z | Checking flagset v0.4.6 |
1803 | 2025-01-06T18:34:38.689Z | Checking pbkdf2 v0.12.2 |
1804 | 2025-01-06T18:34:38.842Z | Checking der v0.7.9 |
1805 | 2025-01-06T18:34:38.872Z | Checking aes v0.8.4 |
1806 | 2025-01-06T18:34:38.903Z | Checking time v0.3.36 |
1807 | 2025-01-06T18:34:39.851Z | Checking salsa20 v0.10.2 |
1808 | 2025-01-06T18:34:40.095Z | Checking cbc v0.1.2 |
1809 | 2025-01-06T18:34:40.332Z | Checking ahash v0.8.11 |
1810 | 2025-01-06T18:34:40.667Z | Checking aws-lc-rs v1.10.0 |
1811 | 2025-01-06T18:34:40.806Z | Checking icu_normalizer v1.5.0 |
1812 | 2025-01-06T18:34:40.835Z | Checking spki v0.7.3 |
1813 | 2025-01-06T18:34:40.911Z | Checking slog v2.7.0 |
1814 | 2025-01-06T18:34:40.944Z | Checking tokio-util v0.7.12 |
1815 | 2025-01-06T18:34:41.131Z | Checking tower-service v0.3.3 |
1816 | 2025-01-06T18:34:41.267Z | Checking scrypt v0.11.0 |
1817 | 2025-01-06T18:34:41.425Z | Checking mime v0.3.17 |
1818 | 2025-01-06T18:34:41.453Z | Checking gimli v0.31.1 |
1819 | 2025-01-06T18:34:41.512Z | Checking pkcs5 v0.7.1 |
1820 | 2025-01-06T18:34:41.598Z | Checking idna_adapter v1.2.0 |
1821 | 2025-01-06T18:34:41.750Z | Checking object v0.36.5 |
1822 | 2025-01-06T18:34:41.802Z | Checking idna v1.0.3 |
1823 | 2025-01-06T18:34:41.858Z | Checking h2 v0.4.6 |
1824 | 2025-01-06T18:34:42.067Z | Checking rustc-demangle v0.1.24 |
1825 | 2025-01-06T18:34:42.333Z | Checking url v2.5.3 |
1826 | 2025-01-06T18:34:42.386Z | Checking utf8parse v0.2.2 |
1827 | 2025-01-06T18:34:42.520Z | Checking regex v1.11.1 |
1828 | 2025-01-06T18:34:42.551Z | Checking rustls-webpki v0.102.8 |
1829 | 2025-01-06T18:34:42.554Z | Checking pkcs8 v0.10.2 |
1830 | 2025-01-06T18:34:42.889Z | Checking http-body-util v0.1.2 |
1831 | 2025-01-06T18:34:43.167Z | Checking futures-executor v0.3.31 |
1832 | 2025-01-06T18:34:43.199Z | Checking serde_spanned v0.6.8 |
1833 | 2025-01-06T18:34:43.383Z | Checking toml_datetime v0.6.8 |
1834 | 2025-01-06T18:34:43.413Z | Checking ipnet v2.10.1 |
1835 | 2025-01-06T18:34:43.416Z | Checking data-encoding v2.6.0 |
1836 | 2025-01-06T18:34:43.464Z | Checking unicode-width v0.1.14 |
1837 | 2025-01-06T18:34:43.691Z | Checking futures v0.3.31 |
1838 | 2025-01-06T18:34:43.825Z | Checking rustls-pemfile v2.2.0 |
1839 | 2025-01-06T18:34:43.892Z | Checking either v1.13.0 |
1840 | 2025-01-06T18:34:43.969Z | Checking openssl-probe v0.1.5 |
1841 | 2025-01-06T18:34:44.051Z | Checking anstyle v1.0.10 |
1842 | 2025-01-06T18:34:44.127Z | Checking foreign-types-shared v0.1.1 |
1843 | 2025-01-06T18:34:44.156Z | Checking semver v1.0.23 |
1844 | 2025-01-06T18:34:44.264Z | Checking foreign-types v0.3.2 |
1845 | 2025-01-06T18:34:44.298Z | Checking serde_urlencoded v0.7.1 |
1846 | 2025-01-06T18:34:44.379Z | Checking sha1 v0.10.6 |
1847 | 2025-01-06T18:34:44.430Z | Checking openssl-sys v0.9.103 |
1848 | 2025-01-06T18:34:44.588Z | Checking encoding_rs v0.8.34 |
1849 | 2025-01-06T18:34:44.653Z | Checking rustls v0.23.19 |
1850 | 2025-01-06T18:34:44.769Z | Checking anstyle-parse v0.2.5 |
1851 | 2025-01-06T18:34:45.053Z | Checking camino v1.1.9 |
1852 | 2025-01-06T18:34:45.148Z | Checking anstyle-query v1.1.1 |
1853 | 2025-01-06T18:34:45.300Z | Checking colorchoice v1.0.2 |
1854 | 2025-01-06T18:34:45.455Z | Checking is_terminal_polyfill v1.70.1 |
1855 | 2025-01-06T18:34:45.573Z | Checking addr2line v0.24.2 |
1856 | 2025-01-06T18:34:45.600Z | Checking winnow v0.6.20 |
1857 | 2025-01-06T18:34:45.677Z | Checking anstream v0.6.15 |
1858 | 2025-01-06T18:34:45.728Z | Checking openssl v0.10.66 |
1859 | 2025-01-06T18:34:46.083Z | Checking terminal_size v0.4.0 |
1860 | 2025-01-06T18:34:46.114Z | Checking idna v0.3.0 |
1861 | 2025-01-06T18:34:46.283Z | Checking openapiv3 v2.0.0 |
1862 | 2025-01-06T18:34:47.023Z | Checking signature v2.2.0 |
1863 | 2025-01-06T18:34:47.055Z | Checking psl-types v2.0.11 |
1864 | 2025-01-06T18:34:47.239Z | Checking strsim v0.11.1 |
1865 | 2025-01-06T18:34:47.267Z | Checking clap_lex v0.7.2 |
1866 | 2025-01-06T18:34:47.526Z | Checking publicsuffix v2.2.3 |
1867 | 2025-01-06T18:34:47.554Z | Checking clap_builder v4.5.21 |
1868 | 2025-01-06T18:34:47.771Z | Checking cookie v0.18.1 |
1869 | 2025-01-06T18:34:48.241Z | Checking hyper v1.5.0 |
1870 | 2025-01-06T18:34:48.289Z | Checking webpki-roots v0.26.6 |
1871 | 2025-01-06T18:34:48.433Z | Checking backtrace v0.3.74 |
1872 | 2025-01-06T18:34:48.519Z | Checking idna v0.5.0 |
1873 | 2025-01-06T18:34:48.810Z | Checking is-terminal v0.4.13 |
1874 | 2025-01-06T18:34:48.951Z | Checking scroll v0.12.0 |
1875 | 2025-01-06T18:34:49.053Z | Checking anyhow v1.0.93 |
1876 | 2025-01-06T18:34:49.434Z | Checking ucd-trie v0.1.7 |
1877 | 2025-01-06T18:34:49.486Z | Checking plain v0.2.3 |
1878 | 2025-01-06T18:34:49.516Z | Checking cookie_store v0.21.0 |
1879 | 2025-01-06T18:34:49.656Z | Checking goblin v0.8.2 |
1880 | 2025-01-06T18:34:49.683Z | Checking pest v2.7.14 |
1881 | 2025-01-06T18:34:49.880Z | Checking sync_wrapper v1.0.1 |
1882 | 2025-01-06T18:34:50.035Z | Checking base16ct v0.2.0 |
1883 | 2025-01-06T18:34:50.228Z | Checking pretty-hex v0.4.1 |
1884 | 2025-01-06T18:34:50.257Z | Checking sec1 v0.7.3 |
1885 | 2025-01-06T18:34:50.293Z | Checking hyper-util v0.1.10 |
1886 | 2025-01-06T18:34:50.347Z | Checking tokio-rustls v0.26.0 |
1887 | 2025-01-06T18:34:50.417Z | Checking num-integer v0.1.46 |
1888 | 2025-01-06T18:34:50.660Z | Checking ff v0.13.0 |
1889 | 2025-01-06T18:34:50.723Z | Checking clap v4.5.21 |
1890 | 2025-01-06T18:34:50.780Z | Checking thread-id v4.2.2 |
1891 | 2025-01-06T18:34:50.856Z | Checking toml_edit v0.22.22 |
1892 | 2025-01-06T18:34:50.886Z | Checking group v0.13.0 |
1893 | 2025-01-06T18:34:50.916Z | Checking hkdf v0.12.4 |
1894 | 2025-01-06T18:34:50.951Z | Checking crypto-bigint v0.5.5 |
1895 | 2025-01-06T18:34:51.148Z | Checking dirs-sys-next v0.1.2 |
1896 | 2025-01-06T18:34:51.175Z | Checking memmap v0.7.0 |
1897 | 2025-01-06T18:34:51.341Z | Checking native-tls v0.2.12 |
1898 | 2025-01-06T18:34:51.370Z | Checking crc32fast v1.4.2 |
1899 | 2025-01-06T18:34:51.405Z | Checking static_assertions v1.1.0 |
1900 | 2025-01-06T18:34:51.525Z | Checking bitflags v1.3.2 |
1901 | 2025-01-06T18:34:51.626Z | Checking utf-8 v0.7.6 |
1902 | 2025-01-06T18:34:51.658Z | Checking dirs-next v2.0.0 |
1903 | 2025-01-06T18:34:51.689Z | Checking tokio-native-tls v0.3.1 |
1904 | 2025-01-06T18:34:51.819Z | Checking crossbeam-channel v0.5.13 |
1905 | 2025-01-06T18:34:51.854Z | Checking thread_local v1.1.8 |
1906 | 2025-01-06T18:34:51.975Z | Checking unicode-segmentation v1.12.0 |
1907 | 2025-01-06T18:34:52.170Z | Checking term v0.7.0 |
1908 | 2025-01-06T18:34:52.215Z | Checking dtrace-parser v0.2.0 |
1909 | 2025-01-06T18:34:52.417Z | Checking hyper-tls v0.6.0 |
1910 | 2025-01-06T18:34:52.595Z | Checking hyper-rustls v0.27.3 |
1911 | 2025-01-06T18:34:52.654Z | Checking num-iter v0.1.45 |
1912 | 2025-01-06T18:34:52.657Z | Checking crossbeam-epoch v0.9.18 |
1913 | 2025-01-06T18:34:52.727Z | Checking match_cfg v0.1.0 |
1914 | 2025-01-06T18:34:52.729Z | Checking take_mut v0.2.2 |
1915 | 2025-01-06T18:34:52.830Z | Checking slog-term v2.9.1 |
1916 | 2025-01-06T18:34:52.854Z | Checking hostname v0.3.1 |
1917 | 2025-01-06T18:34:52.912Z | Checking slog-async v2.8.0 |
1918 | 2025-01-06T18:34:52.971Z | Checking reqwest v0.12.9 |
1919 | 2025-01-06T18:34:52.999Z | Checking itertools v0.10.5 |
1920 | 2025-01-06T18:34:53.152Z | Checking bstr v1.10.0 |
1921 | 2025-01-06T18:34:53.217Z | Checking rfc6979 v0.4.0 |
1922 | 2025-01-06T18:34:53.329Z | Checking hex v0.4.3 |
1923 | 2025-01-06T18:34:53.407Z | Checking managed v0.8.0 |
1924 | 2025-01-06T18:34:53.605Z | Checking toml v0.8.19 |
1925 | 2025-01-06T18:34:53.830Z | Checking winnow v0.5.40 |
1926 | 2025-01-06T18:34:53.867Z | Checking elliptic-curve v0.13.8 |
1927 | 2025-01-06T18:34:53.895Z | Checking crossbeam-deque v0.8.5 |
1928 | 2025-01-06T18:34:54.100Z | Checking num-bigint-dig v0.8.4 |
1929 | 2025-01-06T18:34:54.238Z | Checking flate2 v1.0.34 |
1930 | 2025-01-06T18:34:54.446Z | Checking rustls v0.22.4 |
1931 | 2025-01-06T18:34:54.586Z | Checking ecdsa v0.16.9 |
1932 | 2025-01-06T18:34:54.840Z | Checking dof v0.3.0 |
1933 | 2025-01-06T18:34:54.941Z | Checking pkcs1 v0.7.5 |
1934 | 2025-01-06T18:34:54.992Z | Checking curve25519-dalek v4.1.3 |
1935 | 2025-01-06T18:34:55.390Z | Checking zerocopy v0.6.6 |
1936 | 2025-01-06T18:34:55.398Z | Checking siphasher v0.3.11 |
1937 | 2025-01-06T18:34:55.441Z | Checking rayon-core v1.12.1 |
1938 | 2025-01-06T18:34:55.501Z | Checking usdt-impl v0.5.0 |
1939 | 2025-01-06T18:34:55.753Z | Checking ed25519 v2.2.3 |
1940 | 2025-01-06T18:34:56.089Z | Checking slog-json v2.6.1 |
1941 | 2025-01-06T18:34:56.117Z | Checking usdt v0.5.0 |
1942 | 2025-01-06T18:34:56.204Z | Checking signal-hook v0.3.17 |
1943 | 2025-01-06T18:34:56.207Z | Checking debug-ignore v1.0.5 |
1944 | 2025-01-06T18:34:56.318Z | Checking rsa v0.9.6 |
1945 | 2025-01-06T18:34:56.360Z | Checking quick-error v1.2.3 |
1946 | 2025-01-06T18:34:56.388Z | Checking slog-bunyan v2.5.0 |
1947 | 2025-01-06T18:34:56.418Z | Checking multer v3.1.0 |
1948 | 2025-01-06T18:34:56.522Z | Checking x509-cert v0.2.5 |
1949 | 2025-01-06T18:34:56.555Z | Checking idna v0.4.0 |
1950 | 2025-01-06T18:34:56.583Z | Checking hubpack v0.1.2 |
1951 | 2025-01-06T18:34:56.863Z | Checking serde_path_to_error v0.1.16 |
1952 | 2025-01-06T18:34:56.911Z | Checking toml_edit v0.19.15 |
1953 | 2025-01-06T18:34:56.938Z | Checking waitgroup v0.1.2 |
1954 | 2025-01-06T18:34:56.940Z | Checking ed25519-dalek v2.1.1 |
1955 | 2025-01-06T18:34:57.090Z | Checking bzip2-sys v0.1.11+1.0.8 |
1956 | 2025-01-06T18:34:57.239Z | Checking async-stream v0.3.6 |
1957 | 2025-01-06T18:34:57.386Z | Checking hostname v0.4.0 |
1958 | 2025-01-06T18:34:57.422Z | Checking bit-vec v0.6.3 |
1959 | 2025-01-06T18:34:57.449Z | Checking hickory-proto v0.24.1 |
1960 | 2025-01-06T18:34:57.452Z | Checking bzip2 v0.4.4 |
1961 | 2025-01-06T18:34:57.493Z | Checking signal-hook-mio v0.2.4 |
1962 | 2025-01-06T18:34:57.537Z | Checking console v0.15.8 |
1963 | 2025-01-06T18:34:57.643Z | Checking hash32 v0.2.1 |
1964 | 2025-01-06T18:34:57.760Z | Checking linked-hash-map v0.5.6 |
1965 | 2025-01-06T18:34:57.788Z | Checking bit-set v0.5.3 |
1966 | 2025-01-06T18:34:57.985Z | Checking unicode-properties v0.1.3 |
1967 | 2025-01-06T18:34:58.063Z | Checking predicates-core v1.0.8 |
1968 | 2025-01-06T18:34:58.124Z | Checking lru-cache v0.1.2 |
1969 | 2025-01-06T18:34:58.126Z | Checking heapless v0.7.17 |
1970 | 2025-01-06T18:34:58.211Z | Checking crossterm v0.28.1 |
1971 | 2025-01-06T18:34:58.259Z | Checking tokio-rustls v0.25.0 |
1972 | 2025-01-06T18:34:58.261Z | Checking rayon v1.10.0 |
1973 | 2025-01-06T18:34:58.311Z | Checking phf_shared v0.11.2 |
1974 | 2025-01-06T18:34:58.352Z | Checking stringprep v0.1.5 |
1975 | 2025-01-06T18:34:58.622Z | Checking similar v2.6.0 |
1976 | 2025-01-06T18:34:58.649Z | Checking tokio-stream v0.1.16 |
1977 | 2025-01-06T18:34:58.676Z | Checking dropshot v0.12.0 |
1978 | 2025-01-06T18:34:59.236Z | Checking newtype-uuid v1.1.3 |
1979 | 2025-01-06T18:34:59.378Z | Checking toml v0.7.8 |
1980 | 2025-01-06T18:34:59.533Z | Checking md-5 v0.10.6 |
1981 | 2025-01-06T18:34:59.577Z | Checking float-cmp v0.9.0 |
1982 | 2025-01-06T18:34:59.579Z | Checking difflib v0.4.0 |
1983 | 2025-01-06T18:34:59.784Z | Checking normalize-line-endings v0.3.0 |
1984 | 2025-01-06T18:34:59.813Z | Checking fixedbitset v0.4.2 |
1985 | 2025-01-06T18:34:59.923Z | Checking fallible-iterator v0.2.0 |
1986 | 2025-01-06T18:34:59.963Z | Checking predicates v3.1.2 |
1987 | 2025-01-06T18:35:00.118Z | Checking petgraph v0.6.5 |
1988 | 2025-01-06T18:35:00.147Z | Checking smoltcp v0.9.1 |
1989 | 2025-01-06T18:35:00.175Z | Checking phf v0.11.2 |
1990 | 2025-01-06T18:35:00.458Z | Checking zip v0.6.6 |
1991 | 2025-01-06T18:35:00.546Z | Checking postgres-protocol v0.6.7 |
1992 | 2025-01-06T18:35:00.708Z | Checking resolv-conf v0.7.0 |
1993 | 2025-01-06T18:35:01.091Z | Checking phf_shared v0.10.0 |
1994 | 2025-01-06T18:35:01.157Z | Checking tungstenite v0.24.0 |
1995 | 2025-01-06T18:35:01.281Z | Checking fs-err v2.11.0 |
1996 | 2025-01-06T18:35:01.365Z | Checking serde-big-array v0.5.1 |
1997 | 2025-01-06T18:35:01.605Z | Checking portable-atomic v1.9.0 |
1998 | 2025-01-06T18:35:01.685Z | Checking lalrpop-util v0.19.12 |
1999 | 2025-01-06T18:35:01.886Z | Checking unicode-width v0.2.0 |
2000 | 2025-01-06T18:35:01.984Z | Checking number_prefix v0.4.0 |
2001 | 2025-01-06T18:35:02.121Z | Checking minimal-lexical v0.2.1 |
2002 | 2025-01-06T18:35:02.176Z | Checking precomputed-hash v0.1.1 |
2003 | 2025-01-06T18:35:02.262Z | Checking new_debug_unreachable v1.0.6 |
2004 | 2025-01-06T18:35:02.304Z | Checking tokio-tungstenite v0.24.0 |
2005 | 2025-01-06T18:35:02.354Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2006 | 2025-01-06T18:35:02.382Z | Checking string_cache v0.8.7 |
2007 | 2025-01-06T18:35:02.512Z | Checking hickory-resolver v0.24.1 |
2008 | 2025-01-06T18:35:02.536Z | Checking nom v7.1.3 |
2009 | 2025-01-06T18:35:02.580Z | Checking postgres-types v0.2.8 |
2010 | 2025-01-06T18:35:02.648Z | Checking indicatif v0.17.9 |
2011 | 2025-01-06T18:35:02.698Z | Checking heck v0.4.1 |
2012 | 2025-01-06T18:35:02.779Z | Checking peg-runtime v0.8.3 |
2013 | 2025-01-06T18:35:02.929Z | Checking whoami v1.5.2 |
2014 | 2025-01-06T18:35:03.163Z | Compiling hashbrown v0.14.5 |
2015 | 2025-01-06T18:35:03.265Z | Compiling ident_case v1.0.1 |
2016 | 2025-01-06T18:35:03.346Z | Checking tokio-postgres v0.7.12 |
2017 | 2025-01-06T18:35:03.434Z | Compiling darling_core v0.20.10 |
2018 | 2025-01-06T18:35:03.472Z | Compiling unsafe-libyaml v0.2.11 |
2019 | 2025-01-06T18:35:04.156Z | Checking qorb v0.2.1 |
2020 | 2025-01-06T18:35:04.609Z | Compiling regress v0.10.1 |
2021 | 2025-01-06T18:35:04.911Z | Compiling serde_yaml v0.9.34+deprecated |
2022 | 2025-01-06T18:35:05.600Z | Checking heck v0.5.0 |
2023 | 2025-01-06T18:35:05.670Z | Checking progenitor-client v0.8.0 |
2024 | 2025-01-06T18:35:06.069Z | Checking fastrand v2.1.1 |
2025 | 2025-01-06T18:35:06.407Z | Checking ipnetwork v0.20.0 |
2026 | 2025-01-06T18:35:06.697Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2027 | 2025-01-06T18:35:06.782Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2028 | 2025-01-06T18:35:06.858Z | Compiling structmeta-derive v0.3.0 |
2029 | 2025-01-06T18:35:07.147Z | Checking strum v0.26.3 |
2030 | 2025-01-06T18:35:07.320Z | Compiling dropshot v0.13.0 |
2031 | 2025-01-06T18:35:07.766Z | Checking macaddr v1.0.1 |
2032 | 2025-01-06T18:35:07.906Z | Compiling dropshot_endpoint v0.13.0 |
2033 | 2025-01-06T18:35:07.993Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2034 | 2025-01-06T18:35:08.076Z | Checking tempfile v3.13.0 |
2035 | 2025-01-06T18:35:08.480Z | Checking instant v0.1.13 |
2036 | 2025-01-06T18:35:08.624Z | Compiling typify-impl v0.2.0 |
2037 | 2025-01-06T18:35:08.794Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
2038 | 2025-01-06T18:35:09.336Z | Checking regress v0.9.1 |
2039 | 2025-01-06T18:35:09.403Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2040 | 2025-01-06T18:35:09.898Z | Compiling structmeta v0.3.0 |
2041 | 2025-01-06T18:35:09.961Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2042 | 2025-01-06T18:35:10.243Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2043 | 2025-01-06T18:35:10.356Z | Compiling parse-display-derive v0.10.0 |
2044 | 2025-01-06T18:35:10.407Z | Checking backoff v0.4.0 |
2045 | 2025-01-06T18:35:10.431Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2046 | 2025-01-06T18:35:10.600Z | Checking wait-timeout v0.2.0 |
2047 | 2025-01-06T18:35:10.666Z | Compiling darling_macro v0.20.10 |
2048 | 2025-01-06T18:35:10.737Z | Checking rand_xorshift v0.3.0 |
2049 | 2025-01-06T18:35:10.790Z | Checking rusty-fork v0.3.0 |
2050 | 2025-01-06T18:35:10.944Z | Checking unarray v0.1.4 |
2051 | 2025-01-06T18:35:11.109Z | Compiling structmeta-derive v0.2.0 |
2052 | 2025-01-06T18:35:11.137Z | Checking proptest v1.5.0 |
2053 | 2025-01-06T18:35:11.640Z | Compiling darling v0.20.10 |
2054 | 2025-01-06T18:35:11.780Z | Compiling serde_with_macros v3.11.0 |
2055 | 2025-01-06T18:35:11.812Z | Checking camino-tempfile v1.1.1 |
2056 | 2025-01-06T18:35:12.118Z | Compiling proc-macro-error v1.0.4 |
2057 | 2025-01-06T18:35:12.811Z | Compiling proc-macro-crate v1.3.1 |
2058 | 2025-01-06T18:35:12.980Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2059 | 2025-01-06T18:35:13.383Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2060 | 2025-01-06T18:35:13.705Z | Compiling foreign-types-macros v0.2.3 |
2061 | 2025-01-06T18:35:14.006Z | Compiling num_enum_derive v0.5.11 |
2062 | 2025-01-06T18:35:14.163Z | Compiling structmeta v0.2.0 |
2063 | 2025-01-06T18:35:14.679Z | Compiling test-strategy v0.3.1 |
2064 | 2025-01-06T18:35:14.716Z | Checking serde_with v3.11.0 |
2065 | 2025-01-06T18:35:15.086Z | Checking foreign-types-shared v0.3.1 |
2066 | 2025-01-06T18:35:15.212Z | Checking foreign-types v0.5.0 |
2067 | 2025-01-06T18:35:15.255Z | Checking parse-display v0.10.0 |
2068 | 2025-01-06T18:35:15.529Z | Checking tabwriter v1.4.0 |
2069 | 2025-01-06T18:35:15.704Z | Checking cstr-argument v0.1.2 |
2070 | 2025-01-06T18:35:15.790Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2071 | 2025-01-06T18:35:15.906Z | Checking pretty-hex v0.2.1 |
2072 | 2025-01-06T18:35:16.070Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2073 | 2025-01-06T18:35:16.095Z | Checking colored v2.1.0 |
2074 | 2025-01-06T18:35:16.423Z | Checking smf v0.2.3 |
2075 | 2025-01-06T18:35:16.425Z | Checking itertools v0.13.0 |
2076 | 2025-01-06T18:35:16.672Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2077 | 2025-01-06T18:35:16.745Z | Checking num_enum v0.5.11 |
2078 | 2025-01-06T18:35:16.859Z | Checking base64 v0.21.7 |
2079 | 2025-01-06T18:35:16.896Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2080 | 2025-01-06T18:35:16.933Z | Compiling crucible-workspace-hack v0.1.0 |
2081 | 2025-01-06T18:35:17.052Z | Compiling zerocopy v0.8.10 |
2082 | 2025-01-06T18:35:17.194Z | Checking atomicwrites v0.4.4 |
2083 | 2025-01-06T18:35:17.388Z | Compiling zerocopy-derive v0.8.10 |
2084 | 2025-01-06T18:35:17.418Z | Checking termtree v0.4.1 |
2085 | 2025-01-06T18:35:17.647Z | Compiling heapless v0.8.0 |
2086 | 2025-01-06T18:35:18.011Z | Checking predicates-tree v1.0.11 |
2087 | 2025-01-06T18:35:18.181Z | Checking hash32 v0.3.1 |
2088 | 2025-01-06T18:35:18.379Z | Compiling smoltcp v0.11.0 |
2089 | 2025-01-06T18:35:18.406Z | Checking cobs v0.2.3 |
2090 | 2025-01-06T18:35:18.600Z | Checking postcard v1.0.10 |
2091 | 2025-01-06T18:35:18.867Z | Checking sigpipe v0.1.3 |
2092 | 2025-01-06T18:35:18.990Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2093 | 2025-01-06T18:35:19.226Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2094 | 2025-01-06T18:35:19.228Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2095 | 2025-01-06T18:35:19.275Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2096 | 2025-01-06T18:35:19.387Z | Compiling mockall_derive v0.13.0 |
2097 | 2025-01-06T18:35:19.421Z | Compiling thiserror v2.0.3 |
2098 | 2025-01-06T18:35:19.590Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2099 | 2025-01-06T18:35:19.716Z | Compiling thiserror-impl v2.0.3 |
2100 | 2025-01-06T18:35:19.927Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2101 | 2025-01-06T18:35:20.429Z | Compiling zone_cfg_derive v0.3.0 |
2102 | 2025-01-06T18:35:20.593Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2103 | 2025-01-06T18:35:21.975Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2104 | 2025-01-06T18:35:22.250Z | Compiling num-derive v0.4.2 |
2105 | 2025-01-06T18:35:22.361Z | Checking downcast v0.11.0 |
2106 | 2025-01-06T18:35:22.590Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2107 | 2025-01-06T18:35:22.774Z | Checking fragile v2.0.0 |
2108 | 2025-01-06T18:35:22.949Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2109 | 2025-01-06T18:35:23.060Z | Checking zone v0.3.0 |
2110 | 2025-01-06T18:35:23.213Z | Compiling convert_case v0.4.0 |
2111 | 2025-01-06T18:35:23.692Z | Checking tungstenite v0.21.0 |
2112 | 2025-01-06T18:35:23.718Z | Checking newline-converter v0.3.0 |
2113 | 2025-01-06T18:35:23.863Z | Checking same-file v1.0.6 |
2114 | 2025-01-06T18:35:23.889Z | Checking expectorate v1.1.0 |
2115 | 2025-01-06T18:35:24.058Z | Checking arc-swap v1.7.1 |
2116 | 2025-01-06T18:35:24.061Z | Checking walkdir v2.5.0 |
2117 | 2025-01-06T18:35:24.202Z | Compiling derive_more v0.99.18 |
2118 | 2025-01-06T18:35:24.437Z | Checking xattr v1.3.1 |
2119 | 2025-01-06T18:35:24.559Z | Checking slog-scope v4.4.0 |
2120 | 2025-01-06T18:35:24.665Z | Checking filetime v0.2.25 |
2121 | 2025-01-06T18:35:24.736Z | Checking tokio-tungstenite v0.21.0 |
2122 | 2025-01-06T18:35:24.760Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2123 | 2025-01-06T18:35:24.786Z | Checking slog-stdlog v4.1.1 |
2124 | 2025-01-06T18:35:24.887Z | Checking tar v0.4.42 |
2125 | 2025-01-06T18:35:24.980Z | Checking slog-envlogger v2.2.0 |
2126 | 2025-01-06T18:35:25.231Z | Checking num-rational v0.4.2 |
2127 | 2025-01-06T18:35:25.255Z | Checking num-complex v0.4.6 |
2128 | 2025-01-06T18:35:25.278Z | Checking float-ord v0.3.2 |
2129 | 2025-01-06T18:35:25.450Z | Compiling owo-colors v4.1.0 |
2130 | 2025-01-06T18:35:25.750Z | Checking swrite v0.1.0 |
2131 | 2025-01-06T18:35:25.776Z | Compiling cancel-safe-futures v0.1.5 |
2132 | 2025-01-06T18:35:25.954Z | Checking libsw v3.3.1 |
2133 | 2025-01-06T18:35:26.169Z | Checking num v0.4.3 |
2134 | 2025-01-06T18:35:26.238Z | Checking password-hash v0.5.0 |
2135 | 2025-01-06T18:35:26.277Z | Checking blake2 v0.10.6 |
2136 | 2025-01-06T18:35:26.661Z | Checking linear-map v1.2.0 |
2137 | 2025-01-06T18:35:26.735Z | Checking indent_write v2.2.0 |
2138 | 2025-01-06T18:35:26.773Z | Checking argon2 v0.5.3 |
2139 | 2025-01-06T18:35:26.954Z | Checking pem v3.0.4 |
2140 | 2025-01-06T18:35:27.013Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2141 | 2025-01-06T18:35:27.401Z | Compiling lzma-sys v0.1.20 |
2142 | 2025-01-06T18:35:27.515Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2143 | 2025-01-06T18:35:27.642Z | Compiling typify-macro v0.2.0 |
2144 | 2025-01-06T18:35:27.738Z | Checking headers-core v0.3.0 |
2145 | 2025-01-06T18:35:27.802Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2146 | 2025-01-06T18:35:27.887Z | Compiling heck v0.3.3 |
2147 | 2025-01-06T18:35:27.912Z | Checking highway v1.2.0 |
2148 | 2025-01-06T18:35:27.942Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2149 | 2025-01-06T18:35:28.245Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2150 | 2025-01-06T18:35:28.247Z | Checking mockall v0.13.0 |
2151 | 2025-01-06T18:35:28.339Z | Compiling zone_cfg_derive v0.1.2 |
2152 | 2025-01-06T18:35:28.517Z | Checking headers v0.4.0 |
2153 | 2025-01-06T18:35:28.569Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2154 | 2025-01-06T18:35:28.595Z | Checking yasna v0.5.2 |
2155 | 2025-01-06T18:35:28.739Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2156 | 2025-01-06T18:35:28.873Z | Checking base64 v0.13.1 |
2157 | 2025-01-06T18:35:29.375Z | Checking ron v0.7.1 |
2158 | 2025-01-06T18:35:29.575Z | Checking rcgen v0.12.1 |
2159 | 2025-01-06T18:35:29.683Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2160 | 2025-01-06T18:35:29.949Z | Checking zone v0.1.8 |
2161 | 2025-01-06T18:35:30.289Z | Checking xz2 v0.1.7 |
2162 | 2025-01-06T18:35:30.548Z | Checking subprocess v0.2.9 |
2163 | 2025-01-06T18:35:30.616Z | Checking humantime v2.1.0 |
2164 | 2025-01-06T18:35:30.674Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2165 | 2025-01-06T18:35:30.931Z | Compiling semver v0.1.20 |
2166 | 2025-01-06T18:35:31.139Z | Checking half v2.4.1 |
2167 | 2025-01-06T18:35:31.176Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2168 | 2025-01-06T18:35:31.558Z | Compiling rustc_version v0.1.7 |
2169 | 2025-01-06T18:35:31.619Z | Checking ciborium-io v0.2.2 |
2170 | 2025-01-06T18:35:31.641Z | Checking prettyplease v0.2.25 |
2171 | 2025-01-06T18:35:31.742Z | Checking ciborium-ll v0.2.2 |
2172 | 2025-01-06T18:35:32.079Z | Checking ciborium v0.2.2 |
2173 | 2025-01-06T18:35:32.104Z | Compiling newtype_derive v0.1.6 |
2174 | 2025-01-06T18:35:32.189Z | Compiling typify v0.2.0 |
2175 | 2025-01-06T18:35:32.345Z | Compiling progenitor-impl v0.8.0 |
2176 | 2025-01-06T18:35:32.584Z | Checking steno v0.4.1 |
2177 | 2025-01-06T18:35:32.668Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2178 | 2025-01-06T18:35:34.553Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2179 | 2025-01-06T18:35:34.985Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2180 | 2025-01-06T18:35:35.391Z | Compiling slog-dtrace v0.3.0 |
2181 | 2025-01-06T18:35:35.956Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2182 | 2025-01-06T18:35:36.280Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2183 | 2025-01-06T18:35:36.351Z | Checking display-error-chain v0.2.2 |
2184 | 2025-01-06T18:35:36.380Z | Checking gethostname v0.5.0 |
2185 | 2025-01-06T18:35:36.404Z | Checking nibble_vec v0.1.0 |
2186 | 2025-01-06T18:35:36.518Z | Compiling blake3 v1.5.4 |
2187 | 2025-01-06T18:35:36.542Z | Compiling ring v0.16.20 |
2188 | 2025-01-06T18:35:36.618Z | Checking keccak v0.1.5 |
2189 | 2025-01-06T18:35:36.896Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2190 | 2025-01-06T18:35:36.949Z | Checking endian-type v0.1.2 |
2191 | 2025-01-06T18:35:37.185Z | Checking radix_trie v0.2.1 |
2192 | 2025-01-06T18:35:37.439Z | Checking sha3 v0.10.8 |
2193 | 2025-01-06T18:35:37.589Z | Checking universal-hash v0.5.1 |
2194 | 2025-01-06T18:35:37.787Z | Checking secrecy v0.8.0 |
2195 | 2025-01-06T18:35:37.834Z | Checking opaque-debug v0.3.1 |
2196 | 2025-01-06T18:35:37.865Z | Checking aead v0.5.2 |
2197 | 2025-01-06T18:35:37.949Z | Checking poly1305 v0.8.0 |
2198 | 2025-01-06T18:35:38.011Z | Checking chacha20 v0.9.1 |
2199 | 2025-01-06T18:35:38.494Z | Compiling memmap2 v0.9.5 |
2200 | 2025-01-06T18:35:38.994Z | Compiling spin v0.5.2 |
2201 | 2025-01-06T18:35:39.183Z | Compiling constant_time_eq v0.3.1 |
2202 | 2025-01-06T18:35:39.261Z | Compiling arrayref v0.3.9 |
2203 | 2025-01-06T18:35:39.377Z | Compiling arrayvec v0.7.6 |
2204 | 2025-01-06T18:35:39.424Z | Compiling toolchain_find v0.4.0 |
2205 | 2025-01-06T18:35:39.627Z | Compiling thiserror-impl-no-std v2.0.2 |
2206 | 2025-01-06T18:35:39.686Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2207 | 2025-01-06T18:35:39.885Z | Compiling topological-sort v0.2.2 |
2208 | 2025-01-06T18:35:40.024Z | Compiling rustfmt-wrapper v0.2.1 |
2209 | 2025-01-06T18:35:40.123Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2210 | 2025-01-06T18:35:40.373Z | Checking chacha20poly1305 v0.10.1 |
2211 | 2025-01-06T18:35:40.464Z | Compiling async-recursion v1.1.1 |
2212 | 2025-01-06T18:35:40.582Z | Checking fxhash v0.2.1 |
2213 | 2025-01-06T18:35:40.638Z | Checking bumpalo v3.16.0 |
2214 | 2025-01-06T18:35:40.770Z | Compiling progenitor-macro v0.8.0 |
2215 | 2025-01-06T18:35:40.796Z | Checking simd-adler32 v0.3.7 |
2216 | 2025-01-06T18:35:41.002Z | Checking lockfree-object-pool v0.1.6 |
2217 | 2025-01-06T18:35:41.139Z | Compiling zip v2.1.3 |
2218 | 2025-01-06T18:35:41.172Z | Checking termcolor v1.4.1 |
2219 | 2025-01-06T18:35:41.279Z | Checking zopfli v0.8.1 |
2220 | 2025-01-06T18:35:41.498Z | Compiling radium v0.7.0 |
2221 | 2025-01-06T18:35:41.626Z | Checking maplit v1.0.2 |
2222 | 2025-01-06T18:35:41.756Z | Compiling maybe-uninit v2.0.0 |
2223 | 2025-01-06T18:35:42.045Z | Checking tap v1.0.1 |
2224 | 2025-01-06T18:35:42.224Z | Checking wyz v0.5.1 |
2225 | 2025-01-06T18:35:42.301Z | Compiling omicron-zone-package v0.11.1 |
2226 | 2025-01-06T18:35:42.643Z | Checking funty v2.0.0 |
2227 | 2025-01-06T18:35:42.666Z | Checking home v0.5.9 |
2228 | 2025-01-06T18:35:42.824Z | Compiling packed_struct v0.10.1 |
2229 | 2025-01-06T18:35:42.949Z | Checking thiserror-no-std v2.0.2 |
2230 | 2025-01-06T18:35:43.080Z | Checking vsss-rs v3.3.4 |
2231 | 2025-01-06T18:35:43.206Z | Checking crc-catalog v2.4.0 |
2232 | 2025-01-06T18:35:43.385Z | Checking crc v3.2.1 |
2233 | 2025-01-06T18:35:43.465Z | Compiling const_format_proc_macros v0.2.33 |
2234 | 2025-01-06T18:35:43.511Z | Checking kstat-rs v0.2.4 |
2235 | 2025-01-06T18:35:43.570Z | Checking bitvec v1.0.1 |
2236 | 2025-01-06T18:35:43.828Z | Compiling packed_struct_codegen v0.10.1 |
2237 | 2025-01-06T18:35:43.879Z | Compiling vte_generate_state_changes v0.1.2 |
2238 | 2025-01-06T18:35:43.981Z | Compiling indexmap v1.9.3 |
2239 | 2025-01-06T18:35:44.321Z | Compiling libefi-sys v0.1.0 |
2240 | 2025-01-06T18:35:44.592Z | Checking nodrop v0.1.14 |
2241 | 2025-01-06T18:35:44.656Z | Checking vte v0.11.1 |
2242 | 2025-01-06T18:35:44.743Z | Checking array-init v0.0.4 |
2243 | 2025-01-06T18:35:45.755Z | Checking const_format v0.2.33 |
2244 | 2025-01-06T18:35:45.829Z | Checking smallvec v0.6.14 |
2245 | 2025-01-06T18:35:46.170Z | Checking fd-lock v4.0.2 |
2246 | 2025-01-06T18:35:46.254Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2247 | 2025-01-06T18:35:46.277Z | Compiling bitfield-struct v0.6.2 |
2248 | 2025-01-06T18:35:46.375Z | Checking bitfield v0.14.0 |
2249 | 2025-01-06T18:35:46.470Z | Checking hashbrown v0.12.3 |
2250 | 2025-01-06T18:35:46.668Z | Checking serde-hex v0.1.0 |
2251 | 2025-01-06T18:35:46.775Z | Checking strip-ansi-escapes v0.2.0 |
2252 | 2025-01-06T18:35:46.957Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2253 | 2025-01-06T18:35:47.210Z | Checking env_logger v0.10.2 |
2254 | 2025-01-06T18:35:47.233Z | Checking ron v0.8.1 |
2255 | 2025-01-06T18:35:47.652Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2256 | 2025-01-06T18:35:47.763Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2257 | 2025-01-06T18:35:47.981Z | Checking itertools v0.12.1 |
2258 | 2025-01-06T18:35:48.283Z | Checking hashbrown v0.13.2 |
2259 | 2025-01-06T18:35:48.416Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2260 | 2025-01-06T18:35:48.510Z | Checking nu-ansi-term v0.50.1 |
2261 | 2025-01-06T18:35:48.548Z | Checking crc-any v2.5.0 |
2262 | 2025-01-06T18:35:48.945Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2263 | 2025-01-06T18:35:48.969Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2264 | 2025-01-06T18:35:49.265Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2265 | 2025-01-06T18:35:49.329Z | Compiling parking_lot_core v0.8.6 |
2266 | 2025-01-06T18:35:49.436Z | Checking path-slash v0.1.5 |
2267 | 2025-01-06T18:35:49.462Z | Checking object v0.30.4 |
2268 | 2025-01-06T18:35:49.514Z | Compiling phf_generator v0.11.2 |
2269 | 2025-01-06T18:35:49.604Z | Checking bytecount v0.6.8 |
2270 | 2025-01-06T18:35:49.710Z | Checking glob v0.3.1 |
2271 | 2025-01-06T18:35:49.781Z | Checking papergrid v0.11.0 |
2272 | 2025-01-06T18:35:50.058Z | Compiling phf_codegen v0.11.2 |
2273 | 2025-01-06T18:35:50.190Z | Checking parking_lot v0.11.2 |
2274 | 2025-01-06T18:35:50.294Z | Compiling tabled_derive v0.7.0 |
2275 | 2025-01-06T18:35:50.488Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2276 | 2025-01-06T18:35:50.537Z | Compiling parse-zoneinfo v0.3.1 |
2277 | 2025-01-06T18:35:50.718Z | Checking reedline v0.35.0 |
2278 | 2025-01-06T18:35:50.871Z | Compiling cfg_aliases v0.1.1 |
2279 | 2025-01-06T18:35:50.999Z | Compiling nix v0.28.0 |
2280 | 2025-01-06T18:35:51.353Z | Compiling chrono-tz-build v0.4.0 |
2281 | 2025-01-06T18:35:51.859Z | Checking sled v0.34.7 |
2282 | 2025-01-06T18:35:52.967Z | Checking hickory-client v0.24.1 |
2283 | 2025-01-06T18:35:53.286Z | Checking tabled v0.15.0 |
2284 | 2025-01-06T18:35:53.286Z | Checking hickory-server v0.24.1 |
2285 | 2025-01-06T18:35:53.404Z | Compiling chrono-tz v0.10.0 |
2286 | 2025-01-06T18:35:53.660Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2287 | 2025-01-06T18:35:54.112Z | Compiling buf-list v1.0.3 |
2288 | 2025-01-06T18:35:54.916Z | Compiling peg-macros v0.8.4 |
2289 | 2025-01-06T18:35:55.778Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2290 | 2025-01-06T18:35:55.834Z | Compiling sqlparser_derive v0.2.2 |
2291 | 2025-01-06T18:35:55.931Z | Checking unicode_categories v0.1.1 |
2292 | 2025-01-06T18:35:56.252Z | Checking sqlformat v0.2.6 |
2293 | 2025-01-06T18:35:56.372Z | Checking progenitor v0.8.0 |
2294 | 2025-01-06T18:35:56.651Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2295 | 2025-01-06T18:35:57.044Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2296 | 2025-01-06T18:35:57.300Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2297 | 2025-01-06T18:35:58.651Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2298 | 2025-01-06T18:36:01.129Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2299 | 2025-01-06T18:36:01.781Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2300 | 2025-01-06T18:36:01.815Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2301 | 2025-01-06T18:36:02.064Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2302 | 2025-01-06T18:36:02.821Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2303 | 2025-01-06T18:36:04.161Z | Checking peg v0.8.4 |
2304 | 2025-01-06T18:36:04.287Z | Checking rustyline v14.0.0 |
2305 | 2025-01-06T18:36:04.308Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2306 | 2025-01-06T18:36:04.406Z | Checking sqlparser v0.45.0 |
2307 | 2025-01-06T18:36:05.363Z | Checking bcs v0.1.6 |
2308 | 2025-01-06T18:36:05.874Z | Checking primeorder v0.13.6 |
2309 | 2025-01-06T18:36:05.919Z | Compiling unicase v2.7.0 |
2310 | 2025-01-06T18:36:06.072Z | Checking nanorand v0.7.0 |
2311 | 2025-01-06T18:36:06.379Z | Checking atty v0.2.14 |
2312 | 2025-01-06T18:36:06.442Z | Compiling salty v0.3.0 |
2313 | 2025-01-06T18:36:06.463Z | Checking flume v0.11.1 |
2314 | 2025-01-06T18:36:06.929Z | Checking p384 v0.13.0 |
2315 | 2025-01-06T18:36:06.960Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2316 | 2025-01-06T18:36:07.004Z | Compiling mime_guess v2.0.5 |
2317 | 2025-01-06T18:36:08.151Z | Checking env_filter v0.1.2 |
2318 | 2025-01-06T18:36:08.176Z | Checking http-range v0.1.5 |
2319 | 2025-01-06T18:36:08.180Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2320 | 2025-01-06T18:36:08.395Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2321 | 2025-01-06T18:36:08.398Z | Checking env_logger v0.11.5 |
2322 | 2025-01-06T18:36:08.755Z | Compiling dsl_auto_type v0.1.2 |
2323 | 2025-01-06T18:36:08.789Z | Checking scheduled-thread-pool v0.2.7 |
2324 | 2025-01-06T18:36:08.870Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2325 | 2025-01-06T18:36:09.034Z | Compiling diesel_table_macro_syntax v0.2.0 |
2326 | 2025-01-06T18:36:09.227Z | Compiling crunchy v0.2.2 |
2327 | 2025-01-06T18:36:09.400Z | Checking hyper-staticfile v0.10.1 |
2328 | 2025-01-06T18:36:09.830Z | Checking r2d2 v0.8.10 |
2329 | 2025-01-06T18:36:09.958Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2330 | 2025-01-06T18:36:10.165Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2331 | 2025-01-06T18:36:10.284Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2332 | 2025-01-06T18:36:10.452Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2333 | 2025-01-06T18:36:10.477Z | Compiling diesel_derives v2.2.3 |
2334 | 2025-01-06T18:36:10.931Z | Compiling tiny-keccak v2.0.2 |
2335 | 2025-01-06T18:36:11.082Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2336 | 2025-01-06T18:36:11.289Z | Compiling pin-project-internal v1.1.6 |
2337 | 2025-01-06T18:36:11.378Z | Compiling ref-cast v1.0.23 |
2338 | 2025-01-06T18:36:12.739Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2339 | 2025-01-06T18:36:13.065Z | Compiling ascii-canvas v3.0.0 |
2340 | 2025-01-06T18:36:13.672Z | Compiling ena v0.14.3 |
2341 | 2025-01-06T18:36:14.080Z | Compiling ref-cast-impl v1.0.23 |
2342 | 2025-01-06T18:36:14.151Z | Compiling diff v0.1.13 |
2343 | 2025-01-06T18:36:14.361Z | Compiling regex-syntax v0.6.29 |
2344 | 2025-01-06T18:36:14.508Z | Checking pin-project v1.1.6 |
2345 | 2025-01-06T18:36:14.694Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2346 | 2025-01-06T18:36:14.877Z | Checking signal-hook-tokio v0.3.1 |
2347 | 2025-01-06T18:36:15.095Z | Compiling snafu-derive v0.8.5 |
2348 | 2025-01-06T18:36:15.518Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2349 | 2025-01-06T18:36:15.824Z | Compiling derive_builder_core v0.20.2 |
2350 | 2025-01-06T18:36:18.417Z | Compiling lalrpop v0.19.12 |
2351 | 2025-01-06T18:36:18.824Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2352 | 2025-01-06T18:36:20.452Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2353 | 2025-01-06T18:36:20.963Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2354 | 2025-01-06T18:36:22.807Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2355 | 2025-01-06T18:36:23.456Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2356 | 2025-01-06T18:36:25.025Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2357 | 2025-01-06T18:36:25.833Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2358 | 2025-01-06T18:36:25.932Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2359 | 2025-01-06T18:36:26.048Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2360 | 2025-01-06T18:36:26.342Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2361 | 2025-01-06T18:36:27.343Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2362 | 2025-01-06T18:36:27.688Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2363 | 2025-01-06T18:36:28.159Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2364 | 2025-01-06T18:36:28.495Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2365 | 2025-01-06T18:36:28.948Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2366 | 2025-01-06T18:36:29.065Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2367 | 2025-01-06T18:36:29.154Z | Checking diesel v2.2.6 |
2368 | 2025-01-06T18:36:29.707Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2369 | 2025-01-06T18:36:30.195Z | Checking snafu v0.8.5 |
2370 | 2025-01-06T18:36:30.724Z | Checking globset v0.4.15 |
2371 | 2025-01-06T18:36:31.304Z | Checking olpc-cjson v0.1.4 |
2372 | 2025-01-06T18:36:31.563Z | Checking serde_plain v1.0.2 |
2373 | 2025-01-06T18:36:31.849Z | Compiling libxml v0.3.3 |
2374 | 2025-01-06T18:36:32.259Z | Compiling memoffset v0.9.1 |
2375 | 2025-01-06T18:36:32.489Z | Checking typed-path v0.9.3 |
2376 | 2025-01-06T18:36:32.817Z | Compiling derive_builder_macro v0.20.2 |
2377 | 2025-01-06T18:36:33.699Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2378 | 2025-01-06T18:36:33.802Z | Checking tungstenite v0.23.0 |
2379 | 2025-01-06T18:36:33.873Z | Compiling strum_macros v0.24.3 |
2380 | 2025-01-06T18:36:34.419Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2381 | 2025-01-06T18:36:34.578Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2382 | 2025-01-06T18:36:34.732Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2383 | 2025-01-06T18:36:34.859Z | Checking tough v0.19.0 |
2384 | 2025-01-06T18:36:35.047Z | Compiling samael v0.0.17 |
2385 | 2025-01-06T18:36:35.439Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2386 | 2025-01-06T18:36:37.036Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2387 | 2025-01-06T18:36:37.634Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2388 | 2025-01-06T18:36:37.909Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2389 | 2025-01-06T18:36:39.110Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2390 | 2025-01-06T18:36:39.878Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2391 | 2025-01-06T18:36:40.126Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2392 | 2025-01-06T18:36:40.152Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2393 | 2025-01-06T18:36:40.896Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2394 | 2025-01-06T18:36:42.303Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2395 | 2025-01-06T18:36:42.687Z | Checking parse-size v1.1.0 |
2396 | 2025-01-06T18:36:42.890Z | Compiling indoc v1.0.9 |
2397 | 2025-01-06T18:36:45.592Z | Checking tokio-tungstenite v0.23.1 |
2398 | 2025-01-06T18:36:46.157Z | Checking derive_builder v0.20.2 |
2399 | 2025-01-06T18:36:46.207Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2400 | 2025-01-06T18:36:47.323Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2401 | 2025-01-06T18:36:48.241Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2402 | 2025-01-06T18:36:48.313Z | Checking quick-xml v0.33.0 |
2403 | 2025-01-06T18:36:48.382Z | Compiling oso-derive v0.27.3 |
2404 | 2025-01-06T18:36:48.388Z | Compiling impl-trait-for-tuples v0.2.2 |
2405 | 2025-01-06T18:36:49.490Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2406 | 2025-01-06T18:36:49.947Z | Checking nix v0.27.1 |
2407 | 2025-01-06T18:36:50.438Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2408 | 2025-01-06T18:36:54.546Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2409 | 2025-01-06T18:36:54.588Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2410 | 2025-01-06T18:36:54.588Z | Compiling diesel-dtrace v0.4.2 |
2411 | 2025-01-06T18:36:54.588Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2412 | 2025-01-06T18:36:54.588Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2413 | 2025-01-06T18:36:54.588Z | Checking bb8 v0.8.5 |
2414 | 2025-01-06T18:36:54.588Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2415 | 2025-01-06T18:36:55.652Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2416 | 2025-01-06T18:36:56.375Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2417 | 2025-01-06T18:36:56.755Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2418 | 2025-01-06T18:36:56.813Z | Checking rand_seeder v0.3.0 |
2419 | 2025-01-06T18:36:56.975Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2420 | 2025-01-06T18:36:57.076Z | Checking assert_matches v1.5.0 |
2421 | 2025-01-06T18:36:57.162Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2422 | 2025-01-06T18:36:57.187Z | Compiling libz-sys v1.1.20 |
2423 | 2025-01-06T18:36:57.282Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2424 | 2025-01-06T18:36:57.412Z | Checking castaway v0.2.3 |
2425 | 2025-01-06T18:36:57.517Z | Checking is_ci v1.2.0 |
2426 | 2025-01-06T18:36:57.592Z | Checking compact_str v0.8.0 |
2427 | 2025-01-06T18:36:57.672Z | Checking supports-color v3.0.1 |
2428 | 2025-01-06T18:36:57.875Z | Checking unicode-truncate v1.1.0 |
2429 | 2025-01-06T18:36:58.065Z | Checking lru v0.12.5 |
2430 | 2025-01-06T18:36:58.124Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2431 | 2025-01-06T18:36:58.400Z | Compiling instability v0.3.2 |
2432 | 2025-01-06T18:36:58.533Z | Checking cassowary v0.3.0 |
2433 | 2025-01-06T18:36:59.160Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2434 | 2025-01-06T18:36:59.350Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2435 | 2025-01-06T18:36:59.515Z | Checking ratatui v0.28.1 |
2436 | 2025-01-06T18:36:59.592Z | Compiling vergen v8.3.2 |
2437 | 2025-01-06T18:36:59.851Z | Compiling cargo-platform v0.1.8 |
2438 | 2025-01-06T18:37:00.430Z | Checking smawk v0.3.2 |
2439 | 2025-01-06T18:37:00.639Z | Checking unicode-linebreak v0.1.5 |
2440 | 2025-01-06T18:37:00.982Z | Compiling cargo_metadata v0.18.1 |
2441 | 2025-01-06T18:37:01.073Z | Checking textwrap v0.16.1 |
2442 | 2025-01-06T18:37:01.103Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2443 | 2025-01-06T18:37:01.460Z | Compiling libsqlite3-sys v0.30.1 |
2444 | 2025-01-06T18:37:01.737Z | Checking shell-words v1.1.0 |
2445 | 2025-01-06T18:37:01.927Z | Compiling rustls v0.21.12 |
2446 | 2025-01-06T18:37:01.996Z | Compiling cfg_aliases v0.2.1 |
2447 | 2025-01-06T18:37:02.122Z | Compiling nix v0.29.0 |
2448 | 2025-01-06T18:37:02.701Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2449 | 2025-01-06T18:37:02.977Z | Checking sct v0.7.1 |
2450 | 2025-01-06T18:37:03.002Z | Checking rustls-webpki v0.101.7 |
2451 | 2025-01-06T18:37:03.704Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2452 | 2025-01-06T18:37:03.955Z | Checking hashlink v0.9.1 |
2453 | 2025-01-06T18:37:04.006Z | Checking concurrent-queue v2.5.0 |
2454 | 2025-01-06T18:37:04.389Z | Checking plotters-backend v0.3.7 |
2455 | 2025-01-06T18:37:04.484Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2456 | 2025-01-06T18:37:04.608Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2457 | 2025-01-06T18:37:04.687Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2458 | 2025-01-06T18:37:04.809Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2459 | 2025-01-06T18:37:05.551Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2460 | 2025-01-06T18:37:05.912Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2461 | 2025-01-06T18:37:05.995Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2462 | 2025-01-06T18:37:07.461Z | Checking async-bb8-diesel v0.2.1 |
2463 | 2025-01-06T18:37:07.762Z | Checking parking v2.2.1 |
2464 | 2025-01-06T18:37:07.971Z | Checking fallible-streaming-iterator v0.1.9 |
2465 | 2025-01-06T18:37:08.069Z | Checking fallible-iterator v0.3.0 |
2466 | 2025-01-06T18:37:08.214Z | Checking tokio-rustls v0.24.1 |
2467 | 2025-01-06T18:37:08.239Z | Checking plotters-svg v0.3.7 |
2468 | 2025-01-06T18:37:08.607Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2469 | 2025-01-06T18:37:08.733Z | Checking rusqlite v0.32.1 |
2470 | 2025-01-06T18:37:08.845Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2471 | 2025-01-06T18:37:09.062Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2472 | 2025-01-06T18:37:09.372Z | Checking rustls-pemfile v1.0.4 |
2473 | 2025-01-06T18:37:09.532Z | Checking twox-hash v1.6.3 |
2474 | 2025-01-06T18:37:09.611Z | Checking cast v0.3.0 |
2475 | 2025-01-06T18:37:09.968Z | Checking criterion-plot v0.5.0 |
2476 | 2025-01-06T18:37:10.053Z | Checking plotters v0.3.7 |
2477 | 2025-01-06T18:37:10.222Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2478 | 2025-01-06T18:37:10.352Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2479 | 2025-01-06T18:37:10.497Z | Checking fatfs v0.3.6 |
2480 | 2025-01-06T18:37:11.530Z | Checking tinytemplate v1.2.1 |
2481 | 2025-01-06T18:37:11.958Z | Checking csv-core v0.1.11 |
2482 | 2025-01-06T18:37:12.028Z | Checking hex-literal v0.4.1 |
2483 | 2025-01-06T18:37:12.148Z | Checking oorandom v11.1.4 |
2484 | 2025-01-06T18:37:12.179Z | Checking anes v0.1.6 |
2485 | 2025-01-06T18:37:12.309Z | Checking event-listener v5.3.1 |
2486 | 2025-01-06T18:37:12.340Z | Checking csv v1.3.0 |
2487 | 2025-01-06T18:37:12.588Z | Checking criterion v0.5.1 |
2488 | 2025-01-06T18:37:12.776Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2489 | 2025-01-06T18:37:13.210Z | Checking rtoolbox v0.0.2 |
2490 | 2025-01-06T18:37:13.444Z | Checking rpassword v7.3.1 |
2491 | 2025-01-06T18:37:13.630Z | Checking event-listener-strategy v0.5.2 |
2492 | 2025-01-06T18:37:13.829Z | Checking tui-tree-widget v0.22.0 |
2493 | 2025-01-06T18:37:14.186Z | Checking polyval v0.6.2 |
2494 | 2025-01-06T18:37:14.510Z | Checking ghash v0.5.1 |
2495 | 2025-01-06T18:37:14.708Z | Checking futures-lite v2.3.0 |
2496 | 2025-01-06T18:37:15.518Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2497 | 2025-01-06T18:37:16.156Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2498 | 2025-01-06T18:37:16.785Z | Checking ctr v0.9.2 |
2499 | 2025-01-06T18:37:16.951Z | Checking yansi v1.0.1 |
2500 | 2025-01-06T18:37:17.665Z | Checking aes-gcm v0.10.3 |
2501 | 2025-01-06T18:37:17.819Z | Checking pretty_assertions v1.4.1 |
2502 | 2025-01-06T18:37:17.925Z | Checking ssh-encoding v0.2.0 |
2503 | 2025-01-06T18:37:18.047Z | Checking blowfish v0.9.1 |
2504 | 2025-01-06T18:37:18.304Z | Checking ssh-cipher v0.2.0 |
2505 | 2025-01-06T18:37:18.327Z | Checking bcrypt-pbkdf v0.10.0 |
2506 | 2025-01-06T18:37:18.395Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2507 | 2025-01-06T18:37:18.600Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2508 | 2025-01-06T18:37:18.623Z | Checking async-lock v3.4.0 |
2509 | 2025-01-06T18:37:19.527Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2510 | 2025-01-06T18:37:19.797Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2511 | 2025-01-06T18:37:20.463Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2512 | 2025-01-06T18:37:20.695Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2513 | 2025-01-06T18:37:21.916Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2514 | 2025-01-06T18:37:23.519Z | Checking polling v3.7.3 |
2515 | 2025-01-06T18:37:23.942Z | Checking password-hash v0.4.2 |
2516 | 2025-01-06T18:37:24.427Z | Checking matches v0.1.10 |
2517 | 2025-01-06T18:37:24.540Z | Checking idna v0.2.3 |
2518 | 2025-01-06T18:37:25.487Z | Checking pbkdf2 v0.11.0 |
2519 | 2025-01-06T18:37:25.547Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2520 | 2025-01-06T18:37:25.810Z | Checking async-io v2.3.4 |
2521 | 2025-01-06T18:37:26.676Z | Checking ssh-key v0.6.6 |
2522 | 2025-01-06T18:37:26.767Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2523 | 2025-01-06T18:37:27.643Z | Checking p521 v0.13.3 |
2524 | 2025-01-06T18:37:28.383Z | Checking p256 v0.13.2 |
2525 | 2025-01-06T18:37:28.526Z | Checking russh-cryptovec v0.7.3 |
2526 | 2025-01-06T18:37:28.716Z | Compiling enum-as-inner v0.5.1 |
2527 | 2025-01-06T18:37:28.919Z | Compiling target-lexicon v0.12.16 |
2528 | 2025-01-06T18:37:29.104Z | Compiling doc-comment v0.3.3 |
2529 | 2025-01-06T18:37:29.782Z | Checking async-task v4.7.1 |
2530 | 2025-01-06T18:37:29.831Z | Checking md5 v0.7.0 |
2531 | 2025-01-06T18:37:30.085Z | Checking trust-dns-proto v0.22.0 |
2532 | 2025-01-06T18:37:30.110Z | Checking russh-keys v0.45.0 |
2533 | 2025-01-06T18:37:30.312Z | Checking async-channel v2.3.1 |
2534 | 2025-01-06T18:37:30.669Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2535 | 2025-01-06T18:37:31.479Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2536 | 2025-01-06T18:37:32.502Z | Checking piper v0.2.4 |
2537 | 2025-01-06T18:37:32.613Z | Checking num-bigint v0.4.6 |
2538 | 2025-01-06T18:37:32.740Z | Checking des v0.8.1 |
2539 | 2025-01-06T18:37:33.000Z | Compiling dhcproto-macros v0.1.0 |
2540 | 2025-01-06T18:37:33.927Z | Compiling guppy-workspace-hack v0.1.0 |
2541 | 2025-01-06T18:37:34.041Z | Checking futures-timer v3.0.3 |
2542 | 2025-01-06T18:37:34.242Z | Compiling assert_cmd v2.0.16 |
2543 | 2025-01-06T18:37:34.466Z | Checking dhcproto v0.12.0 |
2544 | 2025-01-06T18:37:34.737Z | Checking blocking v1.6.1 |
2545 | 2025-01-06T18:37:35.205Z | Checking async-executor v1.13.1 |
2546 | 2025-01-06T18:37:35.285Z | Checking russh v0.45.0 |
2547 | 2025-01-06T18:37:36.078Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2548 | 2025-01-06T18:37:36.080Z | Checking async-signal v0.2.10 |
2549 | 2025-01-06T18:37:36.432Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2550 | 2025-01-06T18:37:37.044Z | Checking internet-checksum v0.2.1 |
2551 | 2025-01-06T18:37:37.110Z | Checking event-listener v2.5.3 |
2552 | 2025-01-06T18:37:37.257Z | Compiling target-spec v3.2.2 |
2553 | 2025-01-06T18:37:37.353Z | Checking async-channel v1.9.0 |
2554 | 2025-01-06T18:37:38.536Z | Checking async-process v2.3.0 |
2555 | 2025-01-06T18:37:39.006Z | Checking cfg-expr v0.17.0 |
2556 | 2025-01-06T18:37:39.618Z | Checking async-global-executor v2.4.1 |
2557 | 2025-01-06T18:37:39.955Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2558 | 2025-01-06T18:37:39.957Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2559 | 2025-01-06T18:37:40.195Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2560 | 2025-01-06T18:37:40.706Z | Checking httptest v0.16.1 |
2561 | 2025-01-06T18:37:41.472Z | Checking rustls-native-certs v0.7.3 |
2562 | 2025-01-06T18:37:41.630Z | Compiling petname v2.0.2 |
2563 | 2025-01-06T18:37:41.682Z | Checking num_cpus v1.16.0 |
2564 | 2025-01-06T18:37:41.830Z | Checking kv-log-macro v1.0.7 |
2565 | 2025-01-06T18:37:41.981Z | Compiling async-attributes v1.1.2 |
2566 | 2025-01-06T18:37:42.949Z | Checking async-std v1.13.0 |
2567 | 2025-01-06T18:37:45.047Z | Checking threadpool v1.8.1 |
2568 | 2025-01-06T18:37:45.246Z | Checking hyper-rustls v0.26.0 |
2569 | 2025-01-06T18:37:45.647Z | Checking pathdiff v0.2.2 |
2570 | 2025-01-06T18:37:45.657Z | Compiling rstest_macros v0.23.0 |
2571 | 2025-01-06T18:37:45.778Z | Checking nested v0.1.1 |
2572 | 2025-01-06T18:37:46.019Z | Compiling target-triple v0.1.3 |
2573 | 2025-01-06T18:37:46.134Z | Checking escape8259 v0.5.3 |
2574 | 2025-01-06T18:37:46.343Z | Checking libtest-mimic v0.7.3 |
2575 | 2025-01-06T18:37:46.698Z | Checking async-object-pool v0.1.5 |
2576 | 2025-01-06T18:37:46.743Z | Checking guppy v0.17.8 |
2577 | 2025-01-06T18:37:46.911Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2578 | 2025-01-06T18:37:47.635Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2579 | 2025-01-06T18:37:47.928Z | Checking similar-asserts v1.6.0 |
2580 | 2025-01-06T18:37:48.229Z | Checking fancy-regex v0.13.0 |
2581 | 2025-01-06T18:37:48.968Z | Checking serde_regex v1.1.0 |
2582 | 2025-01-06T18:37:49.052Z | Checking assert-json-diff v2.0.2 |
2583 | 2025-01-06T18:37:49.281Z | Compiling proc-macro-crate v3.2.0 |
2584 | 2025-01-06T18:37:49.386Z | Checking path-tree v0.8.1 |
2585 | 2025-01-06T18:37:49.697Z | Checking stringmetrics v2.2.2 |
2586 | 2025-01-06T18:37:49.994Z | Checking sync-ptr v0.1.1 |
2587 | 2025-01-06T18:37:50.217Z | Compiling relative-path v1.9.3 |
2588 | 2025-01-06T18:37:50.323Z | Checking httpmock v0.8.0-alpha.1 |
2589 | 2025-01-06T18:37:50.880Z | Checking datatest-stable v0.2.9 |
2590 | 2025-01-06T18:37:51.327Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2591 | 2025-01-06T18:37:52.216Z | Checking blake2b_simd v1.0.2 |
2592 | 2025-01-06T18:37:52.568Z | Compiling git2 v0.19.0 |
2593 | 2025-01-06T18:37:53.015Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2594 | 2025-01-06T18:37:53.562Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2595 | 2025-01-06T18:37:53.845Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2596 | 2025-01-06T18:37:58.325Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2597 | 2025-01-06T18:37:58.438Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2598 | 2025-01-06T18:37:58.438Z | Checking serde_tokenstream v0.2.2 |
2599 | 2025-01-06T18:37:58.508Z | Checking uzers v0.12.1 |
2600 | 2025-01-06T18:37:58.508Z | Checking rust-argon2 v2.1.0 |
2601 | 2025-01-06T18:37:58.508Z | Checking trybuild v1.0.101 |
2602 | 2025-01-06T18:37:58.508Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2603 | 2025-01-06T18:37:58.508Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2604 | 2025-01-06T18:37:58.508Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2605 | 2025-01-06T18:38:01.591Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2606 | 2025-01-06T18:38:01.913Z | Checking rand_distr v0.4.3 |
2607 | 2025-01-06T18:38:01.948Z | Checking rstest v0.23.0 |
2608 | 2025-01-06T18:38:02.185Z | Checking multimap v0.10.0 |
2609 | 2025-01-06T18:38:02.481Z | Checking approx v0.5.1 |
2610 | 2025-01-06T18:38:02.742Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2611 | 2025-01-06T18:38:02.854Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2612 | 2025-01-06T18:38:02.894Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2613 | 2025-01-06T18:38:03.430Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2614 | 2025-01-06T18:38:03.987Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2615 | 2025-01-06T18:38:04.577Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2616 | 2025-01-06T18:38:04.793Z | Checking partial-io v0.5.4 |
2617 | 2025-01-06T18:38:05.053Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2618 | 2025-01-06T18:38:05.198Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2619 | 2025-01-06T18:38:05.355Z | Checking cargo_toml v0.20.5 |
2620 | 2025-01-06T18:38:05.562Z | Checking termios v0.3.3 |
2621 | 2025-01-06T18:38:05.757Z | Compiling indoc v2.0.5 |
2622 | 2025-01-06T18:38:05.871Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2623 | 2025-01-06T18:38:06.701Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2624 | 2025-01-06T18:38:07.324Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2625 | 2025-01-06T18:38:27.164Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2626 | 2025-01-06T18:38:30.268Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2627 | 2025-01-06T18:38:33.276Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2628 | 2025-01-06T18:38:51.368Z | Compiling polar-core v0.27.3 |
2629 | 2025-01-06T18:39:02.542Z | Checking oso v0.27.3 |
2630 | 2025-01-06T18:39:08.147Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2631 | 2025-01-06T18:39:10.540Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2632 | 2025-01-06T18:39:10.847Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2633 | 2025-01-06T18:39:53.261Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2634 | 2025-01-06T18:39:53.261Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2635 | 2025-01-06T18:39:53.261Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2636 | 2025-01-06T18:41:18.556Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 53s |
2637 | 2025-01-06T18:41:18.966Z | |
2638 | 2025-01-06T18:41:18.967Z | real 6:58.389571515 |
2639 | 2025-01-06T18:41:18.967Z | user 37:18.510494347 |
2640 | 2025-01-06T18:41:18.967Z | sys 7:01.394051165 |
2641 | 2025-01-06T18:41:18.967Z | trap 1.021836974 |
2642 | 2025-01-06T18:41:18.967Z | tflt 2.195720370 |
2643 | 2025-01-06T18:41:18.967Z | dflt 0.660805856 |
2644 | 2025-01-06T18:41:18.967Z | kflt 0.000684241 |
2645 | 2025-01-06T18:41:18.971Z | lock 54:05.764023807 |
2646 | 2025-01-06T18:41:18.971Z | slp 2:09:16.033817835 |
2647 | 2025-01-06T18:41:18.971Z | lat 1:43.800099899 |
2648 | 2025-01-06T18:41:18.971Z | stop 6:42.116600495 |
2649 | 2025-01-06T18:41:18.971Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2650 | 2025-01-06T18:41:18.971Z | + ptime -m cargo doc --workspace --no-deps |
2651 | 2025-01-06T18:41:20.174Z | warning: output filename collision. |
2652 | 2025-01-06T18:41:20.174Z | 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)`. |
2653 | 2025-01-06T18:41:20.174Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2654 | 2025-01-06T18:41:20.174Z | The targets should have unique names. |
2655 | 2025-01-06T18:41:20.174Z | This is a known bug where multiple crates with the same name use |
2656 | 2025-01-06T18:41:20.174Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2657 | 2025-01-06T18:41:20.623Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2658 | 2025-01-06T18:41:20.693Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2659 | 2025-01-06T18:41:20.713Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2660 | 2025-01-06T18:41:20.753Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2661 | 2025-01-06T18:41:20.779Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2662 | 2025-01-06T18:41:20.810Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2663 | 2025-01-06T18:41:20.810Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2664 | 2025-01-06T18:41:21.026Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2665 | 2025-01-06T18:41:21.053Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2666 | 2025-01-06T18:41:21.093Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2667 | 2025-01-06T18:41:21.162Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2668 | 2025-01-06T18:41:21.285Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2669 | 2025-01-06T18:41:21.460Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2670 | 2025-01-06T18:41:21.614Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2671 | 2025-01-06T18:41:21.869Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2672 | 2025-01-06T18:41:24.540Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2673 | 2025-01-06T18:41:25.755Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2674 | 2025-01-06T18:41:26.091Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2675 | 2025-01-06T18:41:26.243Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2676 | 2025-01-06T18:41:26.322Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2677 | 2025-01-06T18:41:26.391Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2678 | 2025-01-06T18:41:26.552Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2679 | 2025-01-06T18:41:26.709Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2680 | 2025-01-06T18:41:26.898Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2681 | 2025-01-06T18:41:27.228Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2682 | 2025-01-06T18:41:27.968Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2683 | 2025-01-06T18:41:28.186Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2684 | 2025-01-06T18:41:28.258Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2685 | 2025-01-06T18:41:28.296Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2686 | 2025-01-06T18:41:28.372Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2687 | 2025-01-06T18:41:28.407Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2688 | 2025-01-06T18:41:28.520Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2689 | 2025-01-06T18:41:28.728Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2690 | 2025-01-06T18:41:28.747Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2691 | 2025-01-06T18:41:28.767Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2692 | 2025-01-06T18:41:29.067Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2693 | 2025-01-06T18:41:29.431Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2694 | 2025-01-06T18:41:29.716Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2695 | 2025-01-06T18:41:29.736Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2696 | 2025-01-06T18:41:30.060Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2697 | 2025-01-06T18:41:30.079Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2698 | 2025-01-06T18:41:30.096Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2699 | 2025-01-06T18:41:30.953Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2700 | 2025-01-06T18:41:31.722Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2701 | 2025-01-06T18:41:32.905Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2702 | 2025-01-06T18:41:35.771Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2703 | 2025-01-06T18:41:36.204Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2704 | 2025-01-06T18:41:36.433Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2705 | 2025-01-06T18:41:36.567Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2706 | 2025-01-06T18:41:36.995Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2707 | 2025-01-06T18:41:37.518Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2708 | 2025-01-06T18:41:38.434Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2709 | 2025-01-06T18:41:38.535Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2710 | 2025-01-06T18:41:38.662Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2711 | 2025-01-06T18:41:38.883Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2712 | 2025-01-06T18:41:41.221Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2713 | 2025-01-06T18:41:45.528Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2714 | 2025-01-06T18:41:46.917Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2715 | 2025-01-06T18:41:47.311Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2716 | 2025-01-06T18:41:47.531Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2717 | 2025-01-06T18:41:48.002Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2718 | 2025-01-06T18:41:48.041Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2719 | 2025-01-06T18:41:48.404Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2720 | 2025-01-06T18:41:48.526Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2721 | 2025-01-06T18:41:48.826Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2722 | 2025-01-06T18:41:50.226Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2723 | 2025-01-06T18:41:50.363Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2724 | 2025-01-06T18:41:50.925Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2725 | 2025-01-06T18:41:51.132Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2726 | 2025-01-06T18:41:51.699Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2727 | 2025-01-06T18:41:52.007Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2728 | 2025-01-06T18:41:52.301Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2729 | 2025-01-06T18:41:52.468Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2730 | 2025-01-06T18:41:52.499Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2731 | 2025-01-06T18:41:52.903Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2732 | 2025-01-06T18:41:52.925Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2733 | 2025-01-06T18:41:52.969Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2734 | 2025-01-06T18:41:53.839Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2735 | 2025-01-06T18:41:54.533Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2736 | 2025-01-06T18:41:54.556Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2737 | 2025-01-06T18:41:54.679Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2738 | 2025-01-06T18:41:55.193Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2739 | 2025-01-06T18:41:55.258Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2740 | 2025-01-06T18:41:56.159Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2741 | 2025-01-06T18:41:56.291Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2742 | 2025-01-06T18:41:56.474Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2743 | 2025-01-06T18:41:56.602Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2744 | 2025-01-06T18:41:56.848Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2745 | 2025-01-06T18:41:56.939Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2746 | 2025-01-06T18:41:57.170Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2747 | 2025-01-06T18:41:57.191Z | Checking nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2748 | 2025-01-06T18:41:58.089Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2749 | 2025-01-06T18:41:58.194Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2750 | 2025-01-06T18:41:58.298Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2751 | 2025-01-06T18:41:58.401Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2752 | 2025-01-06T18:41:58.812Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2753 | 2025-01-06T18:41:59.525Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2754 | 2025-01-06T18:41:59.855Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2755 | 2025-01-06T18:42:00.082Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2756 | 2025-01-06T18:42:00.288Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2757 | 2025-01-06T18:42:00.897Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2758 | 2025-01-06T18:42:01.452Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2759 | 2025-01-06T18:42:01.778Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2760 | 2025-01-06T18:42:02.480Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2761 | 2025-01-06T18:42:03.149Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2762 | 2025-01-06T18:42:04.059Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2763 | 2025-01-06T18:42:05.185Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2764 | 2025-01-06T18:42:06.408Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2765 | 2025-01-06T18:42:07.455Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2766 | 2025-01-06T18:42:07.649Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2767 | 2025-01-06T18:42:10.053Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2768 | 2025-01-06T18:42:10.165Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2769 | 2025-01-06T18:42:13.807Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2770 | 2025-01-06T18:42:14.926Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2771 | 2025-01-06T18:42:16.174Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2772 | 2025-01-06T18:42:24.155Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2773 | 2025-01-06T18:42:25.096Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2774 | 2025-01-06T18:42:25.564Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2775 | 2025-01-06T18:42:28.778Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2776 | 2025-01-06T18:42:30.054Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2777 | 2025-01-06T18:43:15.073Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2778 | 2025-01-06T18:43:24.799Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2779 | 2025-01-06T18:43:26.128Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2780 | 2025-01-06T18:43:35.362Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2781 | 2025-01-06T18:43:59.344Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2782 | 2025-01-06T18:44:00.999Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2783 | 2025-01-06T18:44:02.555Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2784 | 2025-01-06T18:44:02.666Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2785 | 2025-01-06T18:44:04.231Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2786 | 2025-01-06T18:44:05.697Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2787 | 2025-01-06T18:44:06.492Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2788 | 2025-01-06T18:44:12.560Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2789 | 2025-01-06T18:44:14.177Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2790 | 2025-01-06T18:44:48.494Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2791 | 2025-01-06T18:45:07.976Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2792 | 2025-01-06T18:45:11.941Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2793 | 2025-01-06T18:45:13.792Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2794 | 2025-01-06T18:45:18.511Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2795 | 2025-01-06T18:45:24.035Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2796 | 2025-01-06T18:45:37.064Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2797 | 2025-01-06T18:45:37.432Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2798 | 2025-01-06T18:45:51.446Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2799 | 2025-01-06T18:45:56.322Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2800 | 2025-01-06T18:45:59.118Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2801 | 2025-01-06T18:46:00.849Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2802 | 2025-01-06T18:46:02.730Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2803 | 2025-01-06T18:46:08.773Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2804 | 2025-01-06T18:46:14.322Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2805 | 2025-01-06T18:46:20.727Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2806 | 2025-01-06T18:46:22.262Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2807 | 2025-01-06T18:46:26.069Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2808 | 2025-01-06T18:46:28.151Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2809 | 2025-01-06T18:46:30.932Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2810 | 2025-01-06T18:46:39.910Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2811 | 2025-01-06T18:46:41.285Z | Documenting nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
2812 | 2025-01-06T18:46:49.129Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2813 | 2025-01-06T18:46:52.368Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2814 | 2025-01-06T18:46:54.227Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2815 | 2025-01-06T18:46:54.687Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2816 | 2025-01-06T18:47:02.693Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2817 | 2025-01-06T18:47:10.329Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2818 | 2025-01-06T18:47:15.357Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2819 | 2025-01-06T18:47:16.214Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2820 | 2025-01-06T18:47:20.358Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2821 | 2025-01-06T18:47:23.569Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2822 | 2025-01-06T18:47:24.273Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2823 | 2025-01-06T18:47:24.334Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2824 | 2025-01-06T18:47:26.744Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2825 | 2025-01-06T18:47:36.956Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2826 | 2025-01-06T18:47:37.210Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2827 | 2025-01-06T18:47:43.751Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2828 | 2025-01-06T18:47:44.084Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2829 | 2025-01-06T18:47:45.903Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2830 | 2025-01-06T18:47:46.504Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2831 | 2025-01-06T18:47:52.194Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2832 | 2025-01-06T18:47:52.786Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2833 | 2025-01-06T18:47:53.895Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2834 | 2025-01-06T18:48:05.188Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2835 | 2025-01-06T18:48:10.570Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2836 | 2025-01-06T18:48:11.354Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2837 | 2025-01-06T18:48:12.075Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2838 | 2025-01-06T18:48:14.493Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2839 | 2025-01-06T18:48:15.085Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2840 | 2025-01-06T18:48:15.665Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2841 | 2025-01-06T18:48:21.609Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2842 | 2025-01-06T18:48:25.115Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2843 | 2025-01-06T18:48:31.185Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2844 | 2025-01-06T18:48:33.451Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2845 | 2025-01-06T18:48:36.183Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2846 | 2025-01-06T18:48:36.292Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2847 | 2025-01-06T18:48:37.009Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2848 | 2025-01-06T18:48:46.117Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2849 | 2025-01-06T18:48:46.588Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2850 | 2025-01-06T18:48:46.657Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2851 | 2025-01-06T18:48:51.681Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2852 | 2025-01-06T18:48:51.723Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2853 | 2025-01-06T18:48:56.145Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2854 | 2025-01-06T18:48:57.653Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2855 | 2025-01-06T18:49:02.843Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2856 | 2025-01-06T18:49:05.643Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2857 | 2025-01-06T18:49:09.565Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2858 | 2025-01-06T18:49:10.082Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2859 | 2025-01-06T18:49:11.266Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2860 | 2025-01-06T18:49:12.136Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2861 | 2025-01-06T18:49:13.748Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2862 | 2025-01-06T18:49:15.602Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2863 | 2025-01-06T18:49:21.748Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2864 | 2025-01-06T18:49:25.554Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2865 | 2025-01-06T18:49:25.758Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2866 | 2025-01-06T18:49:26.146Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2867 | 2025-01-06T18:49:29.553Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2868 | 2025-01-06T18:49:30.605Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2869 | 2025-01-06T18:49:32.356Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2870 | 2025-01-06T18:49:34.011Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2871 | 2025-01-06T18:49:41.530Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2872 | 2025-01-06T18:49:41.532Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2873 | 2025-01-06T18:49:45.525Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2874 | 2025-01-06T18:49:47.807Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2875 | 2025-01-06T18:49:49.598Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2876 | 2025-01-06T18:49:52.455Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2877 | 2025-01-06T18:49:52.705Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2878 | 2025-01-06T18:49:54.740Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2879 | 2025-01-06T18:49:56.345Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2880 | 2025-01-06T18:49:57.188Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2881 | 2025-01-06T18:49:57.462Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2882 | 2025-01-06T18:49:58.102Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2883 | 2025-01-06T18:49:58.186Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2884 | 2025-01-06T18:50:00.104Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2885 | 2025-01-06T18:50:00.451Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2886 | 2025-01-06T18:50:01.507Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2887 | 2025-01-06T18:50:02.356Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2888 | 2025-01-06T18:50:02.837Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2889 | 2025-01-06T18:50:04.798Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2890 | 2025-01-06T18:50:06.921Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2891 | 2025-01-06T18:50:41.551Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9m 22s |
2892 | 2025-01-06T18:50:41.731Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 143 other files |
2893 | 2025-01-06T18:50:41.797Z | |
2894 | 2025-01-06T18:50:41.797Z | real 9:22.690341954 |
2895 | 2025-01-06T18:50:41.797Z | user 27:43.025102634 |
2896 | 2025-01-06T18:50:41.797Z | sys 42:55.801068609 |
2897 | 2025-01-06T18:50:41.799Z | trap 0.427124403 |
2898 | 2025-01-06T18:50:41.799Z | tflt 0.199788389 |
2899 | 2025-01-06T18:50:41.799Z | dflt 0.171774194 |
2900 | 2025-01-06T18:50:41.799Z | kflt 0.000043901 |
2901 | 2025-01-06T18:50:41.799Z | lock 1:34:04.841641306 |
2902 | 2025-01-06T18:50:41.799Z | slp 2:38:34.108872963 |
2903 | 2025-01-06T18:50:41.799Z | lat 1:16.500619410 |
2904 | 2025-01-06T18:50:41.799Z | stop 1:13.392759615 |
2905 | 2025-01-06T18:50:41.799Z | process exited: duration 1305472 ms, exit code 0 |
|
2906 | 2025-01-06T18:50:41.806Z | found 0 output files |