|
|
|
1 | 2024-12-19T21:36:22.980Z | job assigned to worker 01JFGDHWTY1CH9MMK3C7NWVTJ8 [factory aws, i-07233757bca335280] (queued for 49 s) |
|
2 | 2024-12-19T21:36:30.341Z | starting task 0: "setup" |
3 | 2024-12-19T21:36:30.351Z | ++ uname -s |
4 | 2024-12-19T21:36:30.354Z | + kern=SunOS |
5 | 2024-12-19T21:36:30.354Z | + case "$kern" in |
6 | 2024-12-19T21:36:30.354Z | + groupadd -g 12345 build |
7 | 2024-12-19T21:36:30.356Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-19T21:36:32.364Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-19T21:36:32.490Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-19T21:36:32.493Z | + home_fs=zfs |
11 | 2024-12-19T21:36:32.493Z | + [[ zfs == autofs ]] |
12 | 2024-12-19T21:36:32.493Z | + mkdir -p /home/build |
13 | 2024-12-19T21:36:32.497Z | + chown build:build /home/build /work |
14 | 2024-12-19T21:36:34.496Z | + chmod 0700 /home/build /work |
15 | 2024-12-19T21:36:34.501Z | process exited: duration 4159 ms, exit code 0 |
|
16 | 2024-12-19T21:36:34.505Z | starting task 1: "rust-toolchain" |
17 | 2024-12-19T21:36:34.511Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-19T21:36:34.511Z | ' 1.81.0 |
19 | 2024-12-19T21:36:34.511Z | * toolchain channel = "1.81.0" |
20 | 2024-12-19T21:36:34.511Z | * toolchain profile = "default" |
21 | 2024-12-19T21:36:34.514Z | + printf ' * toolchain profile = "%s" |
22 | 2024-12-19T21:36:34.514Z | ' default |
23 | 2024-12-19T21:36:34.514Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-19T21:36:34.514Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-19T21:36:34.634Z | info: downloading installer |
26 | 2024-12-19T21:36:35.807Z | info: profile set to 'default' |
27 | 2024-12-19T21:36:35.807Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-19T21:36:35.809Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-19T21:36:35.960Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-19T21:36:35.960Z | info: downloading component 'cargo' |
31 | 2024-12-19T21:36:36.819Z | info: downloading component 'clippy' |
32 | 2024-12-19T21:36:37.223Z | info: downloading component 'rust-docs' |
33 | 2024-12-19T21:36:38.367Z | info: downloading component 'rust-std' |
34 | 2024-12-19T21:36:40.143Z | info: downloading component 'rustc' |
35 | 2024-12-19T21:36:46.644Z | info: downloading component 'rustfmt' |
36 | 2024-12-19T21:36:46.885Z | info: installing component 'cargo' |
37 | 2024-12-19T21:36:47.733Z | info: installing component 'clippy' |
38 | 2024-12-19T21:36:48.113Z | info: installing component 'rust-docs' |
39 | 2024-12-19T21:36:49.781Z | info: installing component 'rust-std' |
40 | 2024-12-19T21:36:51.621Z | info: installing component 'rustc' |
41 | 2024-12-19T21:36:57.532Z | info: installing component 'rustfmt' |
42 | 2024-12-19T21:36:57.860Z | |
43 | 2024-12-19T21:36:57.860Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
44 | 2024-12-19T21:36:58.231Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-19T21:36:58.231Z | |
46 | 2024-12-19T21:36:58.235Z | |
47 | 2024-12-19T21:36:58.235Z | Rust is installed now. Great! |
48 | 2024-12-19T21:36:58.235Z | |
49 | 2024-12-19T21:36:58.235Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-19T21:36:58.235Z | environment variable. This has not been done automatically. |
51 | 2024-12-19T21:36:58.235Z | |
52 | 2024-12-19T21:36:58.235Z | To configure your current shell, you need to source |
53 | 2024-12-19T21:36:58.235Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-19T21:36:58.235Z | |
55 | 2024-12-19T21:36:58.235Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-19T21:36:58.235Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-19T21:36:58.235Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-19T21:36:58.308Z | + rustc --version |
59 | 2024-12-19T21:36:58.376Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-19T21:36:58.379Z | process exited: duration 23868 ms, exit code 0 |
|
61 | 2024-12-19T21:36:58.385Z | starting task 2: "authentication" |
62 | 2024-12-19T21:36:58.406Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-12-19T21:36:58.412Z | starting task 3: "clone repository" |
64 | 2024-12-19T21:36:58.417Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-19T21:36:58.420Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-19T21:36:58.454Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-19T21:37:04.740Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-19T21:37:04.741Z | + git fetch origin 6c76593747facb9105989da7bec1e2b292ad3748 |
69 | 2024-12-19T21:37:05.164Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-19T21:37:05.164Z | * branch 6c76593747facb9105989da7bec1e2b292ad3748 -> FETCH_HEAD |
71 | 2024-12-19T21:37:05.173Z | + [[ -n '' ]] |
72 | 2024-12-19T21:37:05.173Z | + git reset --hard 6c76593747facb9105989da7bec1e2b292ad3748 |
73 | 2024-12-19T21:37:05.350Z | HEAD is now at 6c7659374 Merge branch 'main' into pick_non_expunged_clone_source |
74 | 2024-12-19T21:37:05.353Z | process exited: duration 6938 ms, exit code 0 |
|
75 | 2024-12-19T21:37:05.358Z | starting task 4: "build" |
76 | 2024-12-19T21:37:05.363Z | + source ./env.sh |
77 | 2024-12-19T21:37:05.364Z | ++ OLD_SHELL_OPTS=ehxB |
78 | 2024-12-19T21:37:05.364Z | ++ set -o xtrace |
79 | 2024-12-19T21:37:05.366Z | ++++ dirname ./env.sh |
80 | 2024-12-19T21:37:05.369Z | +++ readlink -f . |
81 | 2024-12-19T21:37:05.373Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
82 | 2024-12-19T21:37:05.376Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
83 | 2024-12-19T21:37:05.376Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
84 | 2024-12-19T21:37:05.376Z | ++ 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 |
85 | 2024-12-19T21:37:05.376Z | ++ 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 |
86 | 2024-12-19T21:37:05.376Z | ++ 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 |
87 | 2024-12-19T21:37:05.376Z | ++ 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 |
88 | 2024-12-19T21:37:05.376Z | ++ 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 |
89 | 2024-12-19T21:37:05.376Z | ++ 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 |
90 | 2024-12-19T21:37:05.376Z | ++ case $OLD_SHELL_OPTS in |
91 | 2024-12-19T21:37:05.376Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
92 | 2024-12-19T21:37:05.376Z | + source .github/buildomat/ci-env.sh |
93 | 2024-12-19T21:37:05.376Z | ++ export CARGO_TERM_COLOR=always |
94 | 2024-12-19T21:37:05.376Z | ++ CARGO_TERM_COLOR=always |
95 | 2024-12-19T21:37:05.376Z | + cargo --version |
96 | 2024-12-19T21:37:05.431Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
97 | 2024-12-19T21:37:05.434Z | + rustc --version |
98 | 2024-12-19T21:37:05.495Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
99 | 2024-12-19T21:37:05.498Z | + banner prerequisites |
100 | 2024-12-19T21:37:05.501Z | |
101 | 2024-12-19T21:37:05.501Z | ##### ##### ###### ##### ###### #### # # # #### # |
102 | 2024-12-19T21:37:05.501Z | # # # # # # # # # # # # # # # |
103 | 2024-12-19T21:37:05.501Z | # # # # ##### # # ##### # # # # # #### # |
104 | 2024-12-19T21:37:05.501Z | ##### ##### # ##### # # # # # # # # # |
105 | 2024-12-19T21:37:05.501Z | # # # # # # # # # # # # # # # |
106 | 2024-12-19T21:37:05.501Z | # # # ###### # # ###### ### # #### # #### # |
107 | 2024-12-19T21:37:05.501Z | |
108 | 2024-12-19T21:37:05.501Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
109 | 2024-12-19T21:37:13.910Z | Startup: Refreshing catalog 'helios-dev' ... Done |
110 | 2024-12-19T21:37:17.832Z | Startup: Caching catalogs ... Done |
111 | 2024-12-19T21:37:29.039Z | Planning: Solver setup ... Done (10.316s) |
112 | 2024-12-19T21:37:29.170Z | Planning: Running solver ... Done (0.139s) |
113 | 2024-12-19T21:37:29.282Z | Planning: Finding local manifests ... Done (0.004s) |
114 | 2024-12-19T21:37:29.300Z | Planning: Fetching manifests: 0/5 0% complete |
115 | 2024-12-19T21:37:29.558Z | Planning: Fetching manifests: 5/5 100% complete |
116 | 2024-12-19T21:37:29.660Z | Planning: Package planning ... Done (0.102s) |
117 | 2024-12-19T21:37:29.715Z | Planning: Merging actions ... Done (0.056s) |
118 | 2024-12-19T21:37:29.909Z | Planning: Checking for conflicting actions ... Done (0.194s) |
119 | 2024-12-19T21:37:31.941Z | Planning: Consolidating action changes ... Done (2.030s) |
120 | 2024-12-19T21:37:32.378Z | Planning: Evaluating mediators ... Done (0.435s) |
121 | 2024-12-19T21:37:32.460Z | Planning: Planning completed in 14.53 seconds |
122 | 2024-12-19T21:37:32.476Z | Packages to install: 4 |
123 | 2024-12-19T21:37:32.476Z | Packages to update: 1 |
124 | 2024-12-19T21:37:32.476Z | Mediators to change: 2 |
125 | 2024-12-19T21:37:32.476Z | Services to change: 1 |
126 | 2024-12-19T21:37:32.480Z | Estimated space available: 155.64 GB |
127 | 2024-12-19T21:37:32.480Z | Estimated space to be consumed: 1.61 GB |
128 | 2024-12-19T21:37:32.480Z | Create boot environment: No |
129 | 2024-12-19T21:37:32.480Z | Create backup boot environment: Yes |
130 | 2024-12-19T21:37:32.480Z | Rebuild boot archive: No |
131 | 2024-12-19T21:37:32.480Z | |
132 | 2024-12-19T21:37:32.480Z | Changed mediators: |
133 | 2024-12-19T21:37:32.480Z | mediator clang: |
134 | 2024-12-19T21:37:32.480Z | version: None -> 15 (system default) |
135 | 2024-12-19T21:37:32.480Z | |
136 | 2024-12-19T21:37:32.480Z | mediator llvm: |
137 | 2024-12-19T21:37:32.480Z | version: 14 (system default) -> 15 (system default) |
138 | 2024-12-19T21:37:32.480Z | |
139 | 2024-12-19T21:37:32.480Z | Changed packages: |
140 | 2024-12-19T21:37:32.481Z | helios-dev |
141 | 2024-12-19T21:37:32.481Z | developer/build-essential |
142 | 2024-12-19T21:37:32.481Z | None -> 11-2.0 |
143 | 2024-12-19T21:37:32.481Z | library/libxmlsec1 |
144 | 2024-12-19T21:37:32.481Z | None -> 1.2.35-2.0 |
145 | 2024-12-19T21:37:32.481Z | ooce/developer/clang-15 |
146 | 2024-12-19T21:37:32.481Z | None -> 15.0.7-2.0 |
147 | 2024-12-19T21:37:32.481Z | ooce/developer/llvm-15 |
148 | 2024-12-19T21:37:32.481Z | None -> 15.0.7-2.0 |
149 | 2024-12-19T21:37:32.481Z | package/pkg |
150 | 2024-12-19T21:37:32.481Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
151 | 2024-12-19T21:37:32.481Z | |
152 | 2024-12-19T21:37:32.481Z | Services: |
153 | 2024-12-19T21:37:32.481Z | restart_fmri: |
154 | 2024-12-19T21:37:32.481Z | svc:/system/update-man-index:default |
155 | 2024-12-19T21:37:32.481Z | |
156 | 2024-12-19T21:37:32.481Z | Editable files to change: |
157 | 2024-12-19T21:37:32.481Z | Update: |
158 | 2024-12-19T21:37:32.481Z | usr/share/lib/pkg/web/config.shtml |
159 | 2024-12-19T21:37:32.576Z | |
160 | 2024-12-19T21:37:32.576Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
161 | 2024-12-19T21:37:37.695Z | Download: 817/4281 items 18.7/220.6MB 8% complete (4.0M/s) |
162 | 2024-12-19T21:37:43.127Z | Download: 1196/4281 items 83.5/220.6MB 37% complete (9.5M/s) |
163 | 2024-12-19T21:37:48.161Z | Download: 1199/4281 items 83.5/220.6MB 37% complete (6.5M/s) |
164 | 2024-12-19T21:37:53.172Z | Download: 1377/4281 items 114.6/220.6MB 51% complete (3.7M/s) |
165 | 2024-12-19T21:37:58.204Z | Download: 1605/4281 items 116.0/220.6MB 52% complete (3.4M/s) |
166 | 2024-12-19T21:38:13.571Z | Download: 2215/4281 items 117.4/220.6MB 53% complete |
167 | 2024-12-19T21:38:18.575Z | Download: 2225/4281 items 119.2/220.6MB 54% complete (271k/s) |
168 | 2024-12-19T21:38:23.579Z | Download: 3702/4281 items 216.4/220.6MB 98% complete (9.9M/s) |
169 | 2024-12-19T21:38:25.647Z | Download: Completed 220.60 MB in 53.08 seconds (4.2M/s) |
170 | 2024-12-19T21:38:27.677Z | Actions: 1/5063 actions (Removing old actions) |
171 | 2024-12-19T21:38:27.699Z | Actions: 194/5063 actions (Installing new actions) |
172 | 2024-12-19T21:38:32.447Z | Actions: 4226/5063 actions (Updating modified actions) |
173 | 2024-12-19T21:38:32.764Z | Actions: Completed 5063 actions in 5.09 seconds. |
174 | 2024-12-19T21:38:33.185Z | Done (0.412s) |
175 | 2024-12-19T21:38:33.187Z | Done (0.000s) |
176 | 2024-12-19T21:38:33.766Z | Done (0.580s) |
177 | 2024-12-19T21:38:38.206Z | Done (4.210s) |
178 | 2024-12-19T21:38:38.301Z | Done (0.017s) |
179 | 2024-12-19T21:38:38.304Z | Done (0.000s) |
180 | 2024-12-19T21:38:38.460Z | Done (0.000s) |
181 | 2024-12-19T21:38:39.173Z | Planning: Evaluating mediator changes ... Done |
182 | 2024-12-19T21:38:39.339Z | Planning: Checking for conflicting actions ... Done |
183 | 2024-12-19T21:38:39.342Z | Planning: Consolidating action changes ... Done |
184 | 2024-12-19T21:38:39.614Z | Planning: Evaluating mediators ... Done |
185 | 2024-12-19T21:38:39.617Z | Planning: Planning completed in 0.44 seconds |
186 | 2024-12-19T21:38:39.655Z | Mediators to change: 2 |
187 | 2024-12-19T21:38:39.655Z | Create boot environment: No |
188 | 2024-12-19T21:38:39.657Z | Create backup boot environment: No |
189 | 2024-12-19T21:38:39.742Z | Done |
190 | 2024-12-19T21:38:39.742Z | Done |
191 | 2024-12-19T21:38:40.112Z | Done |
192 | 2024-12-19T21:38:44.004Z | Done |
193 | 2024-12-19T21:38:44.101Z | Done |
194 | 2024-12-19T21:38:44.104Z | Done |
195 | 2024-12-19T21:38:44.215Z | Done |
196 | 2024-12-19T21:38:44.862Z | Planning: Evaluating mediator changes ... Done |
197 | 2024-12-19T21:38:44.864Z | Planning: Merging actions ... Done |
198 | 2024-12-19T21:38:45.059Z | Planning: Checking for conflicting actions ... Done |
199 | 2024-12-19T21:38:45.063Z | Planning: Consolidating action changes ... Done |
200 | 2024-12-19T21:38:45.339Z | Planning: Evaluating mediators ... Done |
201 | 2024-12-19T21:38:45.398Z | Planning: Planning completed in 0.79 seconds |
202 | 2024-12-19T21:38:45.441Z | Packages to change: 1 |
203 | 2024-12-19T21:38:45.444Z | Mediators to change: 1 |
204 | 2024-12-19T21:38:45.444Z | Services to change: 1 |
205 | 2024-12-19T21:38:45.444Z | Create boot environment: No |
206 | 2024-12-19T21:38:45.444Z | Create backup boot environment: Yes |
207 | 2024-12-19T21:38:47.786Z | Actions: 1/6 actions (Updating modified actions) |
208 | 2024-12-19T21:38:47.790Z | Actions: Completed 6 actions in 0.00 seconds. |
209 | 2024-12-19T21:38:47.790Z | Done |
210 | 2024-12-19T21:38:47.790Z | Done |
211 | 2024-12-19T21:38:47.906Z | Done |
212 | 2024-12-19T21:38:51.807Z | Done |
213 | 2024-12-19T21:38:51.900Z | Done |
214 | 2024-12-19T21:38:51.903Z | Done |
215 | 2024-12-19T21:38:52.034Z | Done |
216 | 2024-12-19T21:38:52.484Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
217 | 2024-12-19T21:38:52.484Z | clang system 15 system |
218 | 2024-12-19T21:38:52.484Z | csh system system illumos |
219 | 2024-12-19T21:38:52.484Z | ctags system system illumos |
220 | 2024-12-19T21:38:52.484Z | gcc vendor 12 vendor |
221 | 2024-12-19T21:38:52.484Z | gcc system 10 system |
222 | 2024-12-19T21:38:52.484Z | gcc system 7 system |
223 | 2024-12-19T21:38:52.485Z | go system 1.20 system |
224 | 2024-12-19T21:38:52.485Z | go system 1.19 system |
225 | 2024-12-19T21:38:52.485Z | llvm system 15 system |
226 | 2024-12-19T21:38:52.485Z | llvm system 14 system |
227 | 2024-12-19T21:38:52.485Z | mariadb system 10.6 system |
228 | 2024-12-19T21:38:52.485Z | mta vendor vendor dma |
229 | 2024-12-19T21:38:52.485Z | openjdk system 17 system |
230 | 2024-12-19T21:38:52.485Z | openjdk system 11 system |
231 | 2024-12-19T21:38:52.485Z | openjdk system 1.8 system |
232 | 2024-12-19T21:38:52.485Z | openssl vendor 3 vendor |
233 | 2024-12-19T21:38:52.486Z | perl system 5.36 system |
234 | 2024-12-19T21:38:52.486Z | postgresql system 15 system |
235 | 2024-12-19T21:38:52.486Z | postgresql system 13 system |
236 | 2024-12-19T21:38:52.486Z | python vendor 3 vendor |
237 | 2024-12-19T21:38:52.486Z | python system 2 system |
238 | 2024-12-19T21:38:52.486Z | python3 system 3.11 system |
239 | 2024-12-19T21:38:52.486Z | ruby system 3.0 system |
240 | 2024-12-19T21:38:52.486Z | words vendor vendor american-english |
241 | 2024-12-19T21:38:52.486Z | words system system australian-english |
242 | 2024-12-19T21:38:52.486Z | words system system british-english |
243 | 2024-12-19T21:38:52.486Z | words system system canadian-english |
244 | 2024-12-19T21:38:52.486Z | words system system french |
245 | 2024-12-19T21:38:52.486Z | words system system italian |
246 | 2024-12-19T21:38:52.486Z | words system system ngerman |
247 | 2024-12-19T21:38:52.486Z | words system system ogerman |
248 | 2024-12-19T21:38:52.486Z | words system system spanish |
249 | 2024-12-19T21:38:52.835Z | PUBLISHER TYPE STATUS P LOCATION |
250 | 2024-12-19T21:38:52.835Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
251 | 2024-12-19T21:38:55.616Z | FMRI IFO |
252 | 2024-12-19T21:38:55.616Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
253 | 2024-12-19T21:38:55.616Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
254 | 2024-12-19T21:38:55.616Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
255 | 2024-12-19T21:38:55.616Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
256 | 2024-12-19T21:38:55.616Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
257 | 2024-12-19T21:38:55.616Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
258 | 2024-12-19T21:38:55.616Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
259 | 2024-12-19T21:38:55.616Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
260 | 2024-12-19T21:38:55.617Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
261 | 2024-12-19T21:38:55.617Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
262 | 2024-12-19T21:38:55.617Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
263 | 2024-12-19T21:38:55.617Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
264 | 2024-12-19T21:38:55.617Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
265 | 2024-12-19T21:38:55.617Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
266 | 2024-12-19T21:38:55.617Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
267 | 2024-12-19T21:38:56.412Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
268 | 2024-12-19T21:38:56.844Z | Updating crates.io index |
269 | 2024-12-19T21:38:56.848Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
270 | 2024-12-19T21:38:57.468Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
271 | 2024-12-19T21:38:57.764Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
272 | 2024-12-19T21:38:58.106Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
273 | 2024-12-19T21:38:58.360Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
274 | 2024-12-19T21:38:59.225Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
275 | 2024-12-19T21:39:00.789Z | Updating git repository `https://github.com/oxidecomputer/opte` |
276 | 2024-12-19T21:39:01.364Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
277 | 2024-12-19T21:39:02.110Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
278 | 2024-12-19T21:39:02.480Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
279 | 2024-12-19T21:39:02.780Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
280 | 2024-12-19T21:39:03.391Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
281 | 2024-12-19T21:39:03.726Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
282 | 2024-12-19T21:39:04.093Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
283 | 2024-12-19T21:39:04.375Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
284 | 2024-12-19T21:39:04.634Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
285 | 2024-12-19T21:39:04.868Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
286 | 2024-12-19T21:39:05.173Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
287 | 2024-12-19T21:39:05.427Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
288 | 2024-12-19T21:39:05.764Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
289 | 2024-12-19T21:39:06.108Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
290 | 2024-12-19T21:39:06.586Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
291 | 2024-12-19T21:39:06.892Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
292 | 2024-12-19T21:39:07.300Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
293 | 2024-12-19T21:39:07.691Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
294 | 2024-12-19T21:39:08.140Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
295 | 2024-12-19T21:39:08.378Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
296 | 2024-12-19T21:39:08.635Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
297 | 2024-12-19T21:39:10.166Z | Downloading crates ... |
298 | 2024-12-19T21:39:10.258Z | Downloaded anstyle-parse v0.2.5 |
299 | 2024-12-19T21:39:10.261Z | Downloaded anstyle v1.0.10 |
300 | 2024-12-19T21:39:10.263Z | Downloaded cfg-if v1.0.0 |
301 | 2024-12-19T21:39:10.266Z | Downloaded cargo_metadata v0.18.1 |
302 | 2024-12-19T21:39:10.266Z | Downloaded camino v1.1.9 |
303 | 2024-12-19T21:39:10.270Z | Downloaded block-buffer v0.10.4 |
304 | 2024-12-19T21:39:10.270Z | Downloaded autocfg v1.4.0 |
305 | 2024-12-19T21:39:10.277Z | Downloaded scroll_derive v0.12.0 |
306 | 2024-12-19T21:39:10.280Z | Downloaded equivalent v1.0.1 |
307 | 2024-12-19T21:39:10.283Z | Downloaded clap_lex v0.7.2 |
308 | 2024-12-19T21:39:10.283Z | Downloaded cargo-platform v0.1.8 |
309 | 2024-12-19T21:39:10.288Z | Downloaded usdt-attr-macro v0.5.0 |
310 | 2024-12-19T21:39:10.291Z | Downloaded pretty-hex v0.4.1 |
311 | 2024-12-19T21:39:10.294Z | Downloaded usdt-macro v0.5.0 |
312 | 2024-12-19T21:39:10.301Z | Downloaded swrite v0.1.0 |
313 | 2024-12-19T21:39:10.307Z | Downloaded byteorder v1.5.0 |
314 | 2024-12-19T21:39:10.311Z | Downloaded bytecount v0.6.8 |
315 | 2024-12-19T21:39:10.315Z | Downloaded terminal_size v0.4.0 |
316 | 2024-12-19T21:39:10.323Z | Downloaded proc-macro-error-attr v1.0.4 |
317 | 2024-12-19T21:39:10.323Z | Downloaded macaddr v1.0.1 |
318 | 2024-12-19T21:39:10.326Z | Downloaded thiserror v1.0.69 |
319 | 2024-12-19T21:39:10.326Z | Downloaded plain v0.2.3 |
320 | 2024-12-19T21:39:10.326Z | Downloaded utf8parse v0.2.2 |
321 | 2024-12-19T21:39:10.326Z | Downloaded usdt v0.5.0 |
322 | 2024-12-19T21:39:10.329Z | Downloaded thread-id v4.2.2 |
323 | 2024-12-19T21:39:10.329Z | Downloaded dtrace-parser v0.2.0 |
324 | 2024-12-19T21:39:10.329Z | Downloaded dof v0.3.0 |
325 | 2024-12-19T21:39:10.332Z | Downloaded cargo_toml v0.20.5 |
326 | 2024-12-19T21:39:10.332Z | Downloaded serde_spanned v0.6.8 |
327 | 2024-12-19T21:39:10.335Z | Downloaded tabled_derive v0.7.0 |
328 | 2024-12-19T21:39:10.335Z | Downloaded serde_tokenstream v0.2.2 |
329 | 2024-12-19T21:39:10.335Z | Downloaded generic-array v0.14.7 |
330 | 2024-12-19T21:39:10.337Z | Downloaded digest v0.10.7 |
331 | 2024-12-19T21:39:10.337Z | Downloaded itoa v1.0.11 |
332 | 2024-12-19T21:39:10.340Z | Downloaded is_terminal_polyfill v1.70.1 |
333 | 2024-12-19T21:39:10.340Z | Downloaded fs-err v2.11.0 |
334 | 2024-12-19T21:39:10.343Z | Downloaded crypto-common v0.1.6 |
335 | 2024-12-19T21:39:10.343Z | Downloaded fnv v1.0.7 |
336 | 2024-12-19T21:39:10.347Z | Downloaded cpufeatures v0.2.14 |
337 | 2024-12-19T21:39:10.347Z | Downloaded colorchoice v1.0.2 |
338 | 2024-12-19T21:39:10.347Z | Downloaded heck v0.4.1 |
339 | 2024-12-19T21:39:10.354Z | Downloaded fastrand v2.1.1 |
340 | 2024-12-19T21:39:10.367Z | Downloaded strsim v0.11.1 |
341 | 2024-12-19T21:39:10.367Z | Downloaded version_check v0.9.5 |
342 | 2024-12-19T21:39:10.367Z | Downloaded camino-tempfile v1.1.1 |
343 | 2024-12-19T21:39:10.367Z | Downloaded clap_derive v4.5.18 |
344 | 2024-12-19T21:39:10.379Z | Downloaded anstream v0.6.15 |
345 | 2024-12-19T21:39:10.379Z | Downloaded smawk v0.3.2 |
346 | 2024-12-19T21:39:10.380Z | Downloaded once_cell v1.20.2 |
347 | 2024-12-19T21:39:10.380Z | Downloaded thiserror-impl v1.0.69 |
348 | 2024-12-19T21:39:10.380Z | Downloaded sha2 v0.10.8 |
349 | 2024-12-19T21:39:10.380Z | Downloaded semver v1.0.23 |
350 | 2024-12-19T21:39:10.397Z | Downloaded unicode-linebreak v0.1.5 |
351 | 2024-12-19T21:39:10.397Z | Downloaded anstyle-query v1.1.1 |
352 | 2024-12-19T21:39:10.397Z | Downloaded pest_derive v2.7.14 |
353 | 2024-12-19T21:39:10.398Z | Downloaded toml_datetime v0.6.8 |
354 | 2024-12-19T21:39:10.398Z | Downloaded memmap v0.7.0 |
355 | 2024-12-19T21:39:10.398Z | Downloaded pest_generator v2.7.14 |
356 | 2024-12-19T21:39:10.398Z | Downloaded heck v0.5.0 |
357 | 2024-12-19T21:39:10.398Z | Downloaded errno v0.3.9 |
358 | 2024-12-19T21:39:10.398Z | Downloaded zerocopy-derive v0.7.35 |
359 | 2024-12-19T21:39:10.398Z | Downloaded tempfile v3.13.0 |
360 | 2024-12-19T21:39:10.403Z | Downloaded usdt-impl v0.5.0 |
361 | 2024-12-19T21:39:10.403Z | Downloaded scroll v0.12.0 |
362 | 2024-12-19T21:39:10.403Z | Downloaded proc-macro-error v1.0.4 |
363 | 2024-12-19T21:39:10.403Z | Downloaded anyhow v1.0.93 |
364 | 2024-12-19T21:39:10.403Z | Downloaded bitflags v2.6.0 |
365 | 2024-12-19T21:39:10.403Z | Downloaded unicode-ident v1.0.13 |
366 | 2024-12-19T21:39:10.407Z | Downloaded ucd-trie v0.1.7 |
367 | 2024-12-19T21:39:10.407Z | Downloaded clap v4.5.21 |
368 | 2024-12-19T21:39:10.415Z | Downloaded typenum v1.17.0 |
369 | 2024-12-19T21:39:10.422Z | Downloaded quote v1.0.37 |
370 | 2024-12-19T21:39:10.431Z | Downloaded pest_meta v2.7.14 |
371 | 2024-12-19T21:39:10.431Z | Downloaded ryu v1.0.18 |
372 | 2024-12-19T21:39:10.431Z | Downloaded proc-macro2 v1.0.89 |
373 | 2024-12-19T21:39:10.442Z | Downloaded toml v0.8.19 |
374 | 2024-12-19T21:39:10.443Z | Downloaded serde_derive v1.0.215 |
375 | 2024-12-19T21:39:10.443Z | Downloaded textwrap v0.16.1 |
376 | 2024-12-19T21:39:10.443Z | Downloaded serde v1.0.215 |
377 | 2024-12-19T21:39:10.448Z | Downloaded papergrid v0.11.0 |
378 | 2024-12-19T21:39:10.448Z | Downloaded log v0.4.22 |
379 | 2024-12-19T21:39:10.452Z | Downloaded indexmap v2.6.0 |
380 | 2024-12-19T21:39:10.466Z | Downloaded toml_edit v0.22.22 |
381 | 2024-12-19T21:39:10.486Z | Downloaded memchr v2.7.4 |
382 | 2024-12-19T21:39:10.508Z | Downloaded zerocopy v0.7.35 |
383 | 2024-12-19T21:39:10.522Z | Downloaded winnow v0.6.20 |
384 | 2024-12-19T21:39:10.530Z | Downloaded hashbrown v0.15.1 |
385 | 2024-12-19T21:39:10.534Z | Downloaded clap_builder v4.5.21 |
386 | 2024-12-19T21:39:10.541Z | Downloaded goblin v0.8.2 |
387 | 2024-12-19T21:39:10.547Z | Downloaded tabled v0.15.0 |
388 | 2024-12-19T21:39:10.561Z | Downloaded syn v1.0.109 |
389 | 2024-12-19T21:39:10.571Z | Downloaded serde_json v1.0.132 |
390 | 2024-12-19T21:39:10.579Z | Downloaded syn v2.0.87 |
391 | 2024-12-19T21:39:10.588Z | Downloaded unicode-width v0.1.14 |
392 | 2024-12-19T21:39:10.594Z | Downloaded pest v2.7.14 |
393 | 2024-12-19T21:39:10.609Z | Downloaded rustix v0.38.37 |
394 | 2024-12-19T21:39:10.645Z | Downloaded libc v0.2.162 |
395 | 2024-12-19T21:39:10.957Z | Compiling proc-macro2 v1.0.89 |
396 | 2024-12-19T21:39:10.957Z | Compiling unicode-ident v1.0.13 |
397 | 2024-12-19T21:39:10.957Z | Compiling version_check v0.9.5 |
398 | 2024-12-19T21:39:10.957Z | Compiling serde v1.0.215 |
399 | 2024-12-19T21:39:10.962Z | Compiling memchr v2.7.4 |
400 | 2024-12-19T21:39:10.962Z | Compiling thiserror v1.0.69 |
401 | 2024-12-19T21:39:10.962Z | Compiling libc v0.2.162 |
402 | 2024-12-19T21:39:10.962Z | Compiling itoa v1.0.11 |
403 | 2024-12-19T21:39:11.206Z | Compiling ryu v1.0.18 |
404 | 2024-12-19T21:39:11.359Z | Compiling ucd-trie v0.1.7 |
405 | 2024-12-19T21:39:11.706Z | Compiling once_cell v1.20.2 |
406 | 2024-12-19T21:39:11.859Z | Compiling byteorder v1.5.0 |
407 | 2024-12-19T21:39:12.015Z | Compiling rustix v0.38.37 |
408 | 2024-12-19T21:39:12.017Z | Compiling serde_json v1.0.132 |
409 | 2024-12-19T21:39:12.197Z | Compiling bitflags v2.6.0 |
410 | 2024-12-19T21:39:12.413Z | Compiling proc-macro-error-attr v1.0.4 |
411 | 2024-12-19T21:39:12.677Z | Compiling usdt-impl v0.5.0 |
412 | 2024-12-19T21:39:12.742Z | Compiling syn v1.0.109 |
413 | 2024-12-19T21:39:12.869Z | Compiling proc-macro-error v1.0.4 |
414 | 2024-12-19T21:39:12.920Z | Compiling utf8parse v0.2.2 |
415 | 2024-12-19T21:39:12.990Z | Compiling quote v1.0.37 |
416 | 2024-12-19T21:39:13.159Z | Compiling camino v1.1.9 |
417 | 2024-12-19T21:39:13.175Z | Compiling hashbrown v0.15.1 |
418 | 2024-12-19T21:39:13.225Z | Compiling plain v0.2.3 |
419 | 2024-12-19T21:39:13.363Z | Compiling errno v0.3.9 |
420 | 2024-12-19T21:39:13.393Z | Compiling syn v2.0.87 |
421 | 2024-12-19T21:39:13.711Z | Compiling log v0.4.22 |
422 | 2024-12-19T21:39:13.807Z | Compiling equivalent v1.0.1 |
423 | 2024-12-19T21:39:13.828Z | Compiling thread-id v4.2.2 |
424 | 2024-12-19T21:39:13.935Z | Compiling anstyle-parse v0.2.5 |
425 | 2024-12-19T21:39:14.155Z | Compiling anstyle v1.0.10 |
426 | 2024-12-19T21:39:14.299Z | Compiling indexmap v2.6.0 |
427 | 2024-12-19T21:39:14.374Z | Compiling autocfg v1.4.0 |
428 | 2024-12-19T21:39:14.409Z | Compiling pretty-hex v0.4.1 |
429 | 2024-12-19T21:39:14.521Z | Compiling unicode-width v0.1.14 |
430 | 2024-12-19T21:39:14.603Z | Compiling is_terminal_polyfill v1.70.1 |
431 | 2024-12-19T21:39:14.728Z | Compiling winnow v0.6.20 |
432 | 2024-12-19T21:39:14.756Z | Compiling colorchoice v1.0.2 |
433 | 2024-12-19T21:39:14.938Z | Compiling semver v1.0.23 |
434 | 2024-12-19T21:39:15.055Z | Compiling anstyle-query v1.1.1 |
435 | 2024-12-19T21:39:15.228Z | Compiling anstream v0.6.15 |
436 | 2024-12-19T21:39:15.522Z | Compiling fs-err v2.11.0 |
437 | 2024-12-19T21:39:15.721Z | Compiling terminal_size v0.4.0 |
438 | 2024-12-19T21:39:15.818Z | Compiling bytecount v0.6.8 |
439 | 2024-12-19T21:39:15.873Z | Compiling heck v0.4.1 |
440 | 2024-12-19T21:39:15.942Z | Compiling strsim v0.11.1 |
441 | 2024-12-19T21:39:16.056Z | Compiling anyhow v1.0.93 |
442 | 2024-12-19T21:39:16.397Z | Compiling cfg-if v1.0.0 |
443 | 2024-12-19T21:39:16.421Z | Compiling clap_lex v0.7.2 |
444 | 2024-12-19T21:39:16.452Z | Compiling fastrand v2.1.1 |
445 | 2024-12-19T21:39:16.492Z | Compiling heck v0.5.0 |
446 | 2024-12-19T21:39:16.917Z | Compiling fnv v1.0.7 |
447 | 2024-12-19T21:39:16.941Z | Compiling tempfile v3.13.0 |
448 | 2024-12-19T21:39:17.082Z | Compiling papergrid v0.11.0 |
449 | 2024-12-19T21:39:17.109Z | Compiling clap_builder v4.5.21 |
450 | 2024-12-19T21:39:17.464Z | Compiling memmap v0.7.0 |
451 | 2024-12-19T21:39:17.557Z | Compiling unicode-linebreak v0.1.5 |
452 | 2024-12-19T21:39:17.845Z | Compiling smawk v0.3.2 |
453 | 2024-12-19T21:39:18.074Z | Compiling textwrap v0.16.1 |
454 | 2024-12-19T21:39:18.539Z | Compiling swrite v0.1.0 |
455 | 2024-12-19T21:39:19.692Z | Compiling tabled_derive v0.7.0 |
456 | 2024-12-19T21:39:21.233Z | Compiling tabled v0.15.0 |
457 | 2024-12-19T21:39:22.488Z | Compiling serde_derive v1.0.215 |
458 | 2024-12-19T21:39:22.488Z | Compiling thiserror-impl v1.0.69 |
459 | 2024-12-19T21:39:22.496Z | Compiling zerocopy-derive v0.7.35 |
460 | 2024-12-19T21:39:22.496Z | Compiling scroll_derive v0.12.0 |
461 | 2024-12-19T21:39:22.771Z | Compiling clap_derive v4.5.18 |
462 | 2024-12-19T21:39:23.980Z | Compiling scroll v0.12.0 |
463 | 2024-12-19T21:39:24.520Z | Compiling zerocopy v0.7.35 |
464 | 2024-12-19T21:39:24.544Z | Compiling goblin v0.8.2 |
465 | 2024-12-19T21:39:25.291Z | Compiling pest v2.7.14 |
466 | 2024-12-19T21:39:26.591Z | Compiling clap v4.5.21 |
467 | 2024-12-19T21:39:27.672Z | Compiling pest_meta v2.7.14 |
468 | 2024-12-19T21:39:28.547Z | Compiling pest_generator v2.7.14 |
469 | 2024-12-19T21:39:30.217Z | Compiling pest_derive v2.7.14 |
470 | 2024-12-19T21:39:30.870Z | Compiling dtrace-parser v0.2.0 |
471 | 2024-12-19T21:39:32.967Z | Compiling serde_tokenstream v0.2.2 |
472 | 2024-12-19T21:39:33.024Z | Compiling toml_datetime v0.6.8 |
473 | 2024-12-19T21:39:33.024Z | Compiling serde_spanned v0.6.8 |
474 | 2024-12-19T21:39:33.272Z | Compiling cargo-platform v0.1.8 |
475 | 2024-12-19T21:39:33.434Z | Compiling toml_edit v0.22.22 |
476 | 2024-12-19T21:39:33.580Z | Compiling macaddr v1.0.1 |
477 | 2024-12-19T21:39:33.771Z | Compiling camino-tempfile v1.1.1 |
478 | 2024-12-19T21:39:34.535Z | Compiling dof v0.3.0 |
479 | 2024-12-19T21:39:34.609Z | Compiling cargo_metadata v0.18.1 |
480 | 2024-12-19T21:39:36.292Z | Compiling toml v0.8.19 |
481 | 2024-12-19T21:39:36.348Z | Compiling usdt-macro v0.5.0 |
482 | 2024-12-19T21:39:36.348Z | Compiling usdt-attr-macro v0.5.0 |
483 | 2024-12-19T21:39:37.209Z | Compiling cargo_toml v0.20.5 |
484 | 2024-12-19T21:39:37.775Z | Compiling usdt v0.5.0 |
485 | 2024-12-19T21:39:40.767Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
486 | 2024-12-19T21:39:45.020Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.85s |
487 | 2024-12-19T21:39:45.295Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
488 | 2024-12-19T21:39:45.849Z | Downloading crates ... |
489 | 2024-12-19T21:39:46.053Z | Downloaded adler2 v2.0.0 |
490 | 2024-12-19T21:39:46.062Z | Downloaded addr2line v0.24.2 |
491 | 2024-12-19T21:39:46.066Z | Downloaded aead v0.5.2 |
492 | 2024-12-19T21:39:46.069Z | Downloaded ascii-canvas v3.0.0 |
493 | 2024-12-19T21:39:46.072Z | Downloaded cfg_aliases v0.2.1 |
494 | 2024-12-19T21:39:46.080Z | Downloaded crucible-workspace-hack v0.1.0 |
495 | 2024-12-19T21:39:46.085Z | Downloaded ciborium-io v0.2.2 |
496 | 2024-12-19T21:39:46.098Z | Downloaded async-stream-impl v0.3.6 |
497 | 2024-12-19T21:39:46.103Z | Downloaded hubpack_derive v0.1.1 |
498 | 2024-12-19T21:39:46.105Z | Downloaded atty v0.2.14 |
499 | 2024-12-19T21:39:46.108Z | Downloaded atomicwrites v0.4.4 |
500 | 2024-12-19T21:39:46.110Z | Downloaded http-body v1.0.1 |
501 | 2024-12-19T21:39:46.113Z | Downloaded cobs v0.2.3 |
502 | 2024-12-19T21:39:46.115Z | Downloaded async-stream v0.3.6 |
503 | 2024-12-19T21:39:46.117Z | Downloaded colored v2.1.0 |
504 | 2024-12-19T21:39:46.120Z | Downloaded instant v0.1.13 |
505 | 2024-12-19T21:39:46.123Z | Downloaded http-range v0.1.5 |
506 | 2024-12-19T21:39:46.123Z | Downloaded cstr-argument v0.1.2 |
507 | 2024-12-19T21:39:46.123Z | Downloaded bit-vec v0.6.3 |
508 | 2024-12-19T21:39:46.126Z | Downloaded headers-core v0.3.0 |
509 | 2024-12-19T21:39:46.126Z | Downloaded icu_provider_macros v1.5.0 |
510 | 2024-12-19T21:39:46.129Z | Downloaded convert_case v0.4.0 |
511 | 2024-12-19T21:39:46.132Z | Downloaded constant_time_eq v0.3.1 |
512 | 2024-12-19T21:39:46.136Z | Downloaded cassowary v0.3.0 |
513 | 2024-12-19T21:39:46.140Z | Downloaded is_ci v1.2.0 |
514 | 2024-12-19T21:39:46.140Z | Downloaded ident_case v1.0.1 |
515 | 2024-12-19T21:39:46.140Z | Downloaded cfg_aliases v0.1.1 |
516 | 2024-12-19T21:39:46.145Z | Downloaded md5 v0.7.0 |
517 | 2024-12-19T21:39:46.145Z | Downloaded match_cfg v0.1.0 |
518 | 2024-12-19T21:39:46.145Z | Downloaded bitfield v0.14.0 |
519 | 2024-12-19T21:39:46.153Z | Downloaded new_debug_unreachable v1.0.6 |
520 | 2024-12-19T21:39:46.153Z | Downloaded matches v0.1.10 |
521 | 2024-12-19T21:39:46.153Z | Downloaded arrayref v0.3.9 |
522 | 2024-12-19T21:39:46.153Z | Downloaded cexpr v0.6.0 |
523 | 2024-12-19T21:39:46.161Z | Downloaded humantime v2.1.0 |
524 | 2024-12-19T21:39:46.162Z | Downloaded http-body-util v0.1.2 |
525 | 2024-12-19T21:39:46.162Z | Downloaded chrono-tz-build v0.4.0 |
526 | 2024-12-19T21:39:46.171Z | Downloaded crunchy v0.2.2 |
527 | 2024-12-19T21:39:46.171Z | Downloaded hubpack v0.1.2 |
528 | 2024-12-19T21:39:46.171Z | Downloaded darling v0.20.10 |
529 | 2024-12-19T21:39:46.171Z | Downloaded cbc v0.1.2 |
530 | 2024-12-19T21:39:46.171Z | Downloaded ctr v0.9.2 |
531 | 2024-12-19T21:39:46.174Z | Downloaded indoc v1.0.9 |
532 | 2024-12-19T21:39:46.174Z | Downloaded curve25519-dalek-derive v0.1.1 |
533 | 2024-12-19T21:39:46.174Z | Downloaded crc v3.2.1 |
534 | 2024-12-19T21:39:46.178Z | Downloaded ciborium-ll v0.2.2 |
535 | 2024-12-19T21:39:46.178Z | Downloaded mirai-annotations v1.12.0 |
536 | 2024-12-19T21:39:46.181Z | Downloaded lockfree-object-pool v0.1.6 |
537 | 2024-12-19T21:39:46.184Z | Downloaded memoffset v0.9.1 |
538 | 2024-12-19T21:39:46.184Z | Downloaded idna_adapter v1.2.0 |
539 | 2024-12-19T21:39:46.186Z | Downloaded crc32fast v1.4.2 |
540 | 2024-12-19T21:39:46.186Z | Downloaded cmake v0.1.51 |
541 | 2024-12-19T21:39:46.190Z | Downloaded managed v0.8.0 |
542 | 2024-12-19T21:39:46.193Z | Downloaded md-5 v0.10.6 |
543 | 2024-12-19T21:39:46.193Z | Downloaded maplit v1.0.2 |
544 | 2024-12-19T21:39:46.193Z | Downloaded russh-cryptovec v0.7.3 |
545 | 2024-12-19T21:39:46.196Z | Downloaded internet-checksum v0.2.1 |
546 | 2024-12-19T21:39:46.196Z | Downloaded lazy_static v1.5.0 |
547 | 2024-12-19T21:39:46.200Z | Downloaded mime v0.3.17 |
548 | 2024-12-19T21:39:46.200Z | Downloaded inout v0.1.3 |
549 | 2024-12-19T21:39:46.203Z | Downloaded kstat-rs v0.2.4 |
550 | 2024-12-19T21:39:46.203Z | Downloaded buf-list v1.0.3 |
551 | 2024-12-19T21:39:46.205Z | Downloaded array-init v0.0.4 |
552 | 2024-12-19T21:39:46.205Z | Downloaded lazycell v1.3.0 |
553 | 2024-12-19T21:39:46.208Z | Downloaded lalrpop-util v0.19.12 |
554 | 2024-12-19T21:39:46.211Z | Downloaded maybe-uninit v2.0.0 |
555 | 2024-12-19T21:39:46.211Z | Downloaded lru v0.12.5 |
556 | 2024-12-19T21:39:46.213Z | Downloaded libefi-sys v0.1.0 |
557 | 2024-12-19T21:39:46.213Z | Downloaded hex-literal v0.4.1 |
558 | 2024-12-19T21:39:46.216Z | Downloaded hyper-staticfile v0.10.1 |
559 | 2024-12-19T21:39:46.222Z | Downloaded linear-map v1.2.0 |
560 | 2024-12-19T21:39:46.222Z | Downloaded async-bb8-diesel v0.2.1 |
561 | 2024-12-19T21:39:46.225Z | Downloaded backoff v0.4.0 |
562 | 2024-12-19T21:39:46.225Z | Downloaded arrayvec v0.7.6 |
563 | 2024-12-19T21:39:46.229Z | Downloaded multimap v0.10.0 |
564 | 2024-12-19T21:39:46.232Z | Downloaded const_format_proc_macros v0.2.33 |
565 | 2024-12-19T21:39:46.232Z | Downloaded console v0.15.8 |
566 | 2024-12-19T21:39:46.235Z | Downloaded take_mut v0.2.2 |
567 | 2024-12-19T21:39:46.239Z | Downloaded icu_locid_transform v1.5.0 |
568 | 2024-12-19T21:39:46.239Z | Downloaded cookie_store v0.21.0 |
569 | 2024-12-19T21:39:46.250Z | Downloaded httparse v1.9.5 |
570 | 2024-12-19T21:39:46.250Z | Downloaded cookie v0.18.1 |
571 | 2024-12-19T21:39:46.250Z | Downloaded csv-core v0.1.11 |
572 | 2024-12-19T21:39:46.252Z | Downloaded async-trait v0.1.83 |
573 | 2024-12-19T21:39:46.256Z | Downloaded native-tls v0.2.12 |
574 | 2024-12-19T21:39:46.256Z | Downloaded ref-cast-impl v1.0.23 |
575 | 2024-12-19T21:39:46.259Z | Downloaded rand_chacha v0.3.1 |
576 | 2024-12-19T21:39:46.259Z | Downloaded nanorand v0.7.0 |
577 | 2024-12-19T21:39:46.262Z | Downloaded vte_generate_state_changes v0.1.2 |
578 | 2024-12-19T21:39:46.265Z | Downloaded mockall v0.13.0 |
579 | 2024-12-19T21:39:46.265Z | Downloaded dhcproto-macros v0.1.0 |
580 | 2024-12-19T21:39:46.267Z | Downloaded darling_macro v0.20.10 |
581 | 2024-12-19T21:39:46.267Z | Downloaded lru-cache v0.1.2 |
582 | 2024-12-19T21:39:46.268Z | Downloaded libloading v0.8.5 |
583 | 2024-12-19T21:39:46.270Z | Downloaded memmap2 v0.9.5 |
584 | 2024-12-19T21:39:46.273Z | Downloaded rpassword v7.3.1 |
585 | 2024-12-19T21:39:46.278Z | Downloaded rustls-pemfile v1.0.4 |
586 | 2024-12-19T21:39:46.278Z | Downloaded highway v1.2.0 |
587 | 2024-12-19T21:39:46.281Z | Downloaded endian-type v0.1.2 |
588 | 2024-12-19T21:39:46.281Z | Downloaded foreign-types-shared v0.3.1 |
589 | 2024-12-19T21:39:46.283Z | Downloaded ciborium v0.2.2 |
590 | 2024-12-19T21:39:46.286Z | Downloaded ahash v0.8.11 |
591 | 2024-12-19T21:39:46.289Z | Downloaded signature v2.2.0 |
592 | 2024-12-19T21:39:46.292Z | Downloaded tap v1.0.1 |
593 | 2024-12-19T21:39:46.292Z | Downloaded structmeta v0.3.0 |
594 | 2024-12-19T21:39:46.295Z | Downloaded string_cache v0.8.7 |
595 | 2024-12-19T21:39:46.295Z | Downloaded secrecy v0.8.0 |
596 | 2024-12-19T21:39:46.297Z | Downloaded crossbeam-epoch v0.9.18 |
597 | 2024-12-19T21:39:46.300Z | Downloaded newline-converter v0.3.0 |
598 | 2024-12-19T21:39:46.303Z | Downloaded oso-derive v0.27.3 |
599 | 2024-12-19T21:39:46.303Z | Downloaded blake2 v0.10.6 |
600 | 2024-12-19T21:39:46.306Z | Downloaded foreign-types-macros v0.2.3 |
601 | 2024-12-19T21:39:46.306Z | Downloaded unicode-xid v0.2.6 |
602 | 2024-12-19T21:39:46.309Z | Downloaded path-slash v0.1.5 |
603 | 2024-12-19T21:39:46.309Z | Downloaded multer v3.1.0 |
604 | 2024-12-19T21:39:46.312Z | Downloaded icu_provider v1.5.0 |
605 | 2024-12-19T21:39:46.315Z | Downloaded indexmap v1.9.3 |
606 | 2024-12-19T21:39:46.319Z | Downloaded number_prefix v0.4.0 |
607 | 2024-12-19T21:39:46.322Z | Downloaded miniz_oxide v0.8.0 |
608 | 2024-12-19T21:39:46.327Z | Downloaded strum_macros v0.25.3 |
609 | 2024-12-19T21:39:46.331Z | Downloaded diesel-dtrace v0.4.2 |
610 | 2024-12-19T21:39:46.331Z | Downloaded thread_local v1.1.8 |
611 | 2024-12-19T21:39:46.331Z | Downloaded unicode-truncate v1.1.0 |
612 | 2024-12-19T21:39:46.337Z | Downloaded xattr v1.3.1 |
613 | 2024-12-19T21:39:46.337Z | Downloaded xz2 v0.1.7 |
614 | 2024-12-19T21:39:46.341Z | Downloaded data-encoding v2.6.0 |
615 | 2024-12-19T21:39:46.341Z | Downloaded mockall_derive v0.13.0 |
616 | 2024-12-19T21:39:46.343Z | Downloaded phf_shared v0.10.0 |
617 | 2024-12-19T21:39:46.343Z | Downloaded wait-timeout v0.2.0 |
618 | 2024-12-19T21:39:46.343Z | Downloaded icu_properties v1.5.1 |
619 | 2024-12-19T21:39:46.356Z | Downloaded unarray v0.1.4 |
620 | 2024-12-19T21:39:46.356Z | Downloaded tui-tree-widget v0.22.0 |
621 | 2024-12-19T21:39:46.356Z | Downloaded thiserror-no-std v2.0.2 |
622 | 2024-12-19T21:39:46.356Z | Downloaded fd-lock v4.0.2 |
623 | 2024-12-19T21:39:46.356Z | Downloaded fallible-streaming-iterator v0.1.9 |
624 | 2024-12-19T21:39:46.360Z | Downloaded tokio-tungstenite v0.23.1 |
625 | 2024-12-19T21:39:46.368Z | Downloaded tokio-tungstenite v0.21.0 |
626 | 2024-12-19T21:39:46.376Z | Downloaded tower-service v0.3.3 |
627 | 2024-12-19T21:39:46.381Z | Downloaded icu_normalizer_data v1.5.0 |
628 | 2024-12-19T21:39:46.381Z | Downloaded termtree v0.4.1 |
629 | 2024-12-19T21:39:46.381Z | Downloaded sigpipe v0.1.3 |
630 | 2024-12-19T21:39:46.381Z | Downloaded num-iter v0.1.45 |
631 | 2024-12-19T21:39:46.384Z | Downloaded newtype-uuid v1.1.3 |
632 | 2024-12-19T21:39:46.384Z | Downloaded hash32 v0.3.1 |
633 | 2024-12-19T21:39:46.387Z | Downloaded hash32 v0.2.1 |
634 | 2024-12-19T21:39:46.387Z | Downloaded crc-any v2.5.0 |
635 | 2024-12-19T21:39:46.393Z | Downloaded chacha20poly1305 v0.10.1 |
636 | 2024-12-19T21:39:46.393Z | Downloaded smallvec v0.6.14 |
637 | 2024-12-19T21:39:46.396Z | Downloaded want v0.3.1 |
638 | 2024-12-19T21:39:46.396Z | Downloaded derive_builder_macro v0.20.2 |
639 | 2024-12-19T21:39:46.396Z | Downloaded waitgroup v0.1.2 |
640 | 2024-12-19T21:39:46.400Z | Downloaded simd-adler32 v0.3.7 |
641 | 2024-12-19T21:39:46.401Z | Downloaded bytes v1.8.0 |
642 | 2024-12-19T21:39:46.403Z | Downloaded downcast v0.11.0 |
643 | 2024-12-19T21:39:46.403Z | Downloaded powerfmt v0.2.0 |
644 | 2024-12-19T21:39:46.410Z | Downloaded phf_shared v0.11.2 |
645 | 2024-12-19T21:39:46.410Z | Downloaded strum_macros v0.26.4 |
646 | 2024-12-19T21:39:46.422Z | Downloaded futures-task v0.3.31 |
647 | 2024-12-19T21:39:46.422Z | Downloaded serde-hex v0.1.0 |
648 | 2024-12-19T21:39:46.422Z | Downloaded display-error-chain v0.2.2 |
649 | 2024-12-19T21:39:46.422Z | Downloaded fxhash v0.2.1 |
650 | 2024-12-19T21:39:46.422Z | Downloaded signal-hook-tokio v0.3.1 |
651 | 2024-12-19T21:39:46.422Z | Downloaded signal-hook-registry v1.4.2 |
652 | 2024-12-19T21:39:46.422Z | Downloaded progenitor-client v0.8.0 |
653 | 2024-12-19T21:39:46.429Z | Downloaded progenitor v0.8.0 |
654 | 2024-12-19T21:39:46.429Z | Downloaded openssl-macros v0.1.1 |
655 | 2024-12-19T21:39:46.429Z | Downloaded radium v0.7.0 |
656 | 2024-12-19T21:39:46.429Z | Downloaded r2d2 v0.8.10 |
657 | 2024-12-19T21:39:46.429Z | Downloaded yasna v0.5.2 |
658 | 2024-12-19T21:39:46.440Z | Downloaded futures-sink v0.3.31 |
659 | 2024-12-19T21:39:46.440Z | Downloaded uzers v0.12.1 |
660 | 2024-12-19T21:39:46.440Z | Downloaded siphasher v0.3.11 |
661 | 2024-12-19T21:39:46.440Z | Downloaded signal-hook-mio v0.2.4 |
662 | 2024-12-19T21:39:46.446Z | Downloaded serde_urlencoded v0.7.1 |
663 | 2024-12-19T21:39:46.446Z | Downloaded tokio-stream v0.1.16 |
664 | 2024-12-19T21:39:46.446Z | Downloaded openssl-probe v0.1.5 |
665 | 2024-12-19T21:39:46.446Z | Downloaded paste v1.0.15 |
666 | 2024-12-19T21:39:46.446Z | Downloaded owo-colors v4.1.0 |
667 | 2024-12-19T21:39:46.449Z | Downloaded termios v0.3.3 |
668 | 2024-12-19T21:39:46.455Z | Downloaded password-hash v0.5.0 |
669 | 2024-12-19T21:39:46.461Z | Downloaded indicatif v0.17.9 |
670 | 2024-12-19T21:39:46.461Z | Downloaded supports-color v3.0.1 |
671 | 2024-12-19T21:39:46.461Z | Downloaded subtle v2.6.1 |
672 | 2024-12-19T21:39:46.461Z | Downloaded static_assertions v1.1.0 |
673 | 2024-12-19T21:39:46.464Z | Downloaded stable_deref_trait v1.2.0 |
674 | 2024-12-19T21:39:46.464Z | Downloaded scopeguard v1.2.0 |
675 | 2024-12-19T21:39:46.467Z | Downloaded zone v0.1.8 |
676 | 2024-12-19T21:39:46.467Z | Downloaded tokio-macros v2.4.0 |
677 | 2024-12-19T21:39:46.472Z | Downloaded ppv-lite86 v0.2.20 |
678 | 2024-12-19T21:39:46.472Z | Downloaded pin-project-internal v1.1.6 |
679 | 2024-12-19T21:39:46.472Z | Downloaded slog v2.7.0 |
680 | 2024-12-19T21:39:46.477Z | Downloaded zerovec-derive v0.10.3 |
681 | 2024-12-19T21:39:46.480Z | Downloaded untrusted v0.7.1 |
682 | 2024-12-19T21:39:46.480Z | Downloaded twox-hash v1.6.3 |
683 | 2024-12-19T21:39:46.480Z | Downloaded quinn-udp v0.5.5 |
684 | 2024-12-19T21:39:46.483Z | Downloaded zopfli v0.8.1 |
685 | 2024-12-19T21:39:46.488Z | Downloaded try-lock v0.2.5 |
686 | 2024-12-19T21:39:46.488Z | Downloaded form_urlencoded v1.2.1 |
687 | 2024-12-19T21:39:46.492Z | Downloaded foreign-types v0.5.0 |
688 | 2024-12-19T21:39:46.492Z | Downloaded zerofrom v0.1.4 |
689 | 2024-12-19T21:39:46.492Z | Downloaded env_filter v0.1.2 |
690 | 2024-12-19T21:39:46.492Z | Downloaded resolv-conf v0.7.0 |
691 | 2024-12-19T21:39:46.494Z | Downloaded sqlparser_derive v0.2.2 |
692 | 2024-12-19T21:39:46.495Z | Downloaded nodrop v0.1.14 |
693 | 2024-12-19T21:39:46.497Z | Downloaded futures-macro v0.3.31 |
694 | 2024-12-19T21:39:46.497Z | Downloaded futures-io v0.3.31 |
695 | 2024-12-19T21:39:46.502Z | Downloaded percent-encoding v2.3.1 |
696 | 2024-12-19T21:39:46.503Z | Downloaded samael v0.0.17 |
697 | 2024-12-19T21:39:46.506Z | Downloaded fatfs v0.3.6 |
698 | 2024-12-19T21:39:46.509Z | Downloaded backtrace v0.3.74 |
699 | 2024-12-19T21:39:46.516Z | Downloaded write16 v1.0.0 |
700 | 2024-12-19T21:39:46.519Z | Downloaded olpc-cjson v0.1.4 |
701 | 2024-12-19T21:39:46.519Z | Downloaded crossbeam-channel v0.5.13 |
702 | 2024-12-19T21:39:46.524Z | Downloaded polyval v0.6.2 |
703 | 2024-12-19T21:39:46.527Z | Downloaded pin-project v1.1.6 |
704 | 2024-12-19T21:39:46.537Z | Downloaded foreign-types v0.3.2 |
705 | 2024-12-19T21:39:46.541Z | Downloaded walkdir v2.5.0 |
706 | 2024-12-19T21:39:46.544Z | Downloaded untrusted v0.9.0 |
707 | 2024-12-19T21:39:46.544Z | Downloaded typify v0.2.0 |
708 | 2024-12-19T21:39:46.552Z | Downloaded rusty-fork v0.3.0 |
709 | 2024-12-19T21:39:46.552Z | Downloaded num_threads v0.1.7 |
710 | 2024-12-19T21:39:46.552Z | Downloaded slog-bunyan v2.5.0 |
711 | 2024-12-19T21:39:46.552Z | Downloaded slog-async v2.8.0 |
712 | 2024-12-19T21:39:46.555Z | Downloaded salsa20 v0.10.2 |
713 | 2024-12-19T21:39:46.555Z | Downloaded rustversion v1.0.17 |
714 | 2024-12-19T21:39:46.559Z | Downloaded peg-runtime v0.8.3 |
715 | 2024-12-19T21:39:46.559Z | Downloaded env_logger v0.10.2 |
716 | 2024-12-19T21:39:46.563Z | Downloaded darling_core v0.20.10 |
717 | 2024-12-19T21:39:46.567Z | Downloaded spki v0.7.3 |
718 | 2024-12-19T21:39:46.570Z | Downloaded spin v0.5.2 |
719 | 2024-12-19T21:39:46.570Z | Downloaded slog-dtrace v0.3.0 |
720 | 2024-12-19T21:39:46.570Z | Downloaded same-file v1.0.6 |
721 | 2024-12-19T21:39:46.573Z | Downloaded bumpalo v3.16.0 |
722 | 2024-12-19T21:39:46.577Z | Downloaded deranged v0.3.11 |
723 | 2024-12-19T21:39:46.583Z | Downloaded ssh-cipher v0.2.0 |
724 | 2024-12-19T21:39:46.583Z | Downloaded password-hash v0.4.2 |
725 | 2024-12-19T21:39:46.587Z | Downloaded env_logger v0.11.5 |
726 | 2024-12-19T21:39:46.587Z | Downloaded snafu v0.8.5 |
727 | 2024-12-19T21:39:46.590Z | Downloaded cc v1.1.30 |
728 | 2024-12-19T21:39:46.595Z | Downloaded test-strategy v0.3.1 |
729 | 2024-12-19T21:39:46.599Z | Downloaded icu_collections v1.5.0 |
730 | 2024-12-19T21:39:46.605Z | Downloaded displaydoc v0.2.5 |
731 | 2024-12-19T21:39:46.611Z | Downloaded num_enum v0.5.11 |
732 | 2024-12-19T21:39:46.616Z | Downloaded glob v0.3.1 |
733 | 2024-12-19T21:39:46.616Z | Downloaded ena v0.14.3 |
734 | 2024-12-19T21:39:46.619Z | Downloaded openssl-sys v0.9.103 |
735 | 2024-12-19T21:39:46.624Z | Downloaded num_enum_derive v0.5.11 |
736 | 2024-12-19T21:39:46.627Z | Downloaded similar v2.6.0 |
737 | 2024-12-19T21:39:46.635Z | Downloaded parse-size v1.1.0 |
738 | 2024-12-19T21:39:46.640Z | Downloaded rustfmt-wrapper v0.2.1 |
739 | 2024-12-19T21:39:46.640Z | Downloaded rustc_version v0.4.1 |
740 | 2024-12-19T21:39:46.641Z | Downloaded slog-stdlog v4.1.1 |
741 | 2024-12-19T21:39:46.641Z | Downloaded tokio-rustls v0.25.0 |
742 | 2024-12-19T21:39:46.645Z | Downloaded spin v0.9.8 |
743 | 2024-12-19T21:39:46.645Z | Downloaded der_derive v0.7.3 |
744 | 2024-12-19T21:39:46.649Z | Downloaded sqlformat v0.2.6 |
745 | 2024-12-19T21:39:46.649Z | Downloaded rustc-hash v2.0.0 |
746 | 2024-12-19T21:39:46.652Z | Downloaded aes v0.8.4 |
747 | 2024-12-19T21:39:46.655Z | Downloaded rustc-hash v1.1.0 |
748 | 2024-12-19T21:39:46.655Z | Downloaded precomputed-hash v0.1.1 |
749 | 2024-12-19T21:39:46.655Z | Downloaded rand_xorshift v0.3.0 |
750 | 2024-12-19T21:39:46.661Z | Downloaded rand_seeder v0.3.0 |
751 | 2024-12-19T21:39:46.661Z | Downloaded phf_codegen v0.11.2 |
752 | 2024-12-19T21:39:46.661Z | Downloaded phf v0.11.2 |
753 | 2024-12-19T21:39:46.665Z | Downloaded pem-rfc7468 v0.7.0 |
754 | 2024-12-19T21:39:46.665Z | Downloaded thiserror-impl v2.0.3 |
755 | 2024-12-19T21:39:46.669Z | Downloaded universal-hash v0.5.1 |
756 | 2024-12-19T21:39:46.669Z | Downloaded thiserror-impl-no-std v2.0.2 |
757 | 2024-12-19T21:39:46.669Z | Downloaded smf v0.2.3 |
758 | 2024-12-19T21:39:46.672Z | Downloaded minimal-lexical v0.2.1 |
759 | 2024-12-19T21:39:46.687Z | Downloaded tinyvec_macros v0.1.1 |
760 | 2024-12-19T21:39:46.696Z | Downloaded serde-big-array v0.5.1 |
761 | 2024-12-19T21:39:46.696Z | Downloaded zone_cfg_derive v0.3.0 |
762 | 2024-12-19T21:39:46.696Z | Downloaded progenitor-impl v0.8.0 |
763 | 2024-12-19T21:39:46.696Z | Downloaded nu-ansi-term v0.50.1 |
764 | 2024-12-19T21:39:46.696Z | Downloaded dsl_auto_type v0.1.2 |
765 | 2024-12-19T21:39:46.696Z | Downloaded globset v0.4.15 |
766 | 2024-12-19T21:39:46.696Z | Downloaded libm v0.2.8 |
767 | 2024-12-19T21:39:46.699Z | Downloaded ghash v0.5.1 |
768 | 2024-12-19T21:39:46.699Z | Downloaded zone_cfg_derive v0.1.2 |
769 | 2024-12-19T21:39:46.702Z | Downloaded futures-executor v0.3.31 |
770 | 2024-12-19T21:39:46.702Z | Downloaded futures-core v0.3.31 |
771 | 2024-12-19T21:39:46.705Z | Downloaded peg-macros v0.8.4 |
772 | 2024-12-19T21:39:46.705Z | Downloaded num-integer v0.1.46 |
773 | 2024-12-19T21:39:46.707Z | Downloaded predicates-core v1.0.8 |
774 | 2024-12-19T21:39:46.710Z | Downloaded parse-display-derive v0.10.0 |
775 | 2024-12-19T21:39:46.710Z | Downloaded parse-display v0.10.0 |
776 | 2024-12-19T21:39:46.713Z | Downloaded rustls-pemfile v2.2.0 |
777 | 2024-12-19T21:39:46.716Z | Downloaded rustc-demangle v0.1.24 |
778 | 2024-12-19T21:39:46.717Z | Downloaded itertools v0.10.5 |
779 | 2024-12-19T21:39:46.722Z | Downloaded p256 v0.13.2 |
780 | 2024-12-19T21:39:46.726Z | Downloaded opaque-debug v0.3.1 |
781 | 2024-12-19T21:39:46.735Z | Downloaded ref-cast v1.0.23 |
782 | 2024-12-19T21:39:46.735Z | Downloaded time-macros v0.2.18 |
783 | 2024-12-19T21:39:46.742Z | Downloaded predicates v3.1.2 |
784 | 2024-12-19T21:39:46.742Z | Downloaded thiserror v2.0.3 |
785 | 2024-12-19T21:39:46.744Z | Downloaded semver v0.1.20 |
786 | 2024-12-19T21:39:46.747Z | Downloaded scrypt v0.11.0 |
787 | 2024-12-19T21:39:46.747Z | Downloaded typify-macro v0.2.0 |
788 | 2024-12-19T21:39:46.753Z | Downloaded serde_path_to_error v0.1.16 |
789 | 2024-12-19T21:39:46.753Z | Downloaded libxml v0.3.3 |
790 | 2024-12-19T21:39:46.760Z | Downloaded unicase v2.7.0 |
791 | 2024-12-19T21:39:46.763Z | Downloaded schemars_derive v0.8.21 |
792 | 2024-12-19T21:39:46.768Z | Downloaded normalize-line-endings v0.3.0 |
793 | 2024-12-19T21:39:46.771Z | Downloaded defmt-macros v0.3.9 |
794 | 2024-12-19T21:39:46.777Z | Downloaded enum-as-inner v0.5.1 |
795 | 2024-12-19T21:39:46.781Z | Downloaded num-rational v0.4.2 |
796 | 2024-12-19T21:39:46.781Z | Downloaded smallvec v1.13.2 |
797 | 2024-12-19T21:39:46.781Z | Downloaded either v1.13.0 |
798 | 2024-12-19T21:39:46.785Z | Downloaded zone v0.3.0 |
799 | 2024-12-19T21:39:46.785Z | Downloaded unsafe-libyaml v0.2.11 |
800 | 2024-12-19T21:39:46.789Z | Downloaded tungstenite v0.23.0 |
801 | 2024-12-19T21:39:46.791Z | Downloaded derive-where v1.2.7 |
802 | 2024-12-19T21:39:46.796Z | Downloaded serde_plain v1.0.2 |
803 | 2024-12-19T21:39:46.799Z | Downloaded rayon-core v1.12.1 |
804 | 2024-12-19T21:39:46.801Z | Downloaded serde_derive_internals v0.29.1 |
805 | 2024-12-19T21:39:46.805Z | Downloaded hyper v1.5.0 |
806 | 2024-12-19T21:39:46.811Z | Downloaded toolchain_find v0.4.0 |
807 | 2024-12-19T21:39:46.814Z | Downloaded predicates-tree v1.0.11 |
808 | 2024-12-19T21:39:46.814Z | Downloaded idna v1.0.3 |
809 | 2024-12-19T21:39:46.819Z | Downloaded psl-types v2.0.11 |
810 | 2024-12-19T21:39:46.821Z | Downloaded hkdf v0.12.4 |
811 | 2024-12-19T21:39:46.824Z | Downloaded tinystr v0.7.6 |
812 | 2024-12-19T21:39:46.827Z | Downloaded unicode-properties v0.1.3 |
813 | 2024-12-19T21:39:46.832Z | Downloaded serde_repr v0.1.19 |
814 | 2024-12-19T21:39:46.832Z | Downloaded scheduled-thread-pool v0.2.7 |
815 | 2024-12-19T21:39:46.835Z | Downloaded rfc6979 v0.4.0 |
816 | 2024-12-19T21:39:46.836Z | Downloaded rtoolbox v0.0.2 |
817 | 2024-12-19T21:39:46.836Z | Downloaded elliptic-curve v0.13.8 |
818 | 2024-12-19T21:39:46.839Z | Downloaded strum v0.26.3 |
819 | 2024-12-19T21:39:46.841Z | Downloaded tracing-attributes v0.1.27 |
820 | 2024-12-19T21:39:46.845Z | Downloaded utf8_iter v1.0.4 |
821 | 2024-12-19T21:39:46.845Z | Downloaded rcgen v0.12.1 |
822 | 2024-12-19T21:39:46.849Z | Downloaded num v0.4.3 |
823 | 2024-12-19T21:39:46.853Z | Downloaded nibble_vec v0.1.0 |
824 | 2024-12-19T21:39:46.853Z | Downloaded fallible-iterator v0.2.0 |
825 | 2024-12-19T21:39:46.853Z | Downloaded dyn-clone v1.0.17 |
826 | 2024-12-19T21:39:46.859Z | Downloaded zerocopy-derive v0.8.10 |
827 | 2024-12-19T21:39:46.862Z | Downloaded parse-zoneinfo v0.3.1 |
828 | 2024-12-19T21:39:46.865Z | Downloaded shell-words v1.1.0 |
829 | 2024-12-19T21:39:46.868Z | Downloaded pkg-config v0.3.31 |
830 | 2024-12-19T21:39:46.870Z | Downloaded typed-path v0.9.3 |
831 | 2024-12-19T21:39:46.875Z | Downloaded strip-ansi-escapes v0.2.0 |
832 | 2024-12-19T21:39:46.877Z | Downloaded hashlink v0.9.1 |
833 | 2024-12-19T21:39:46.880Z | Downloaded serde_with v3.11.0 |
834 | 2024-12-19T21:39:46.888Z | Downloaded sync_wrapper v1.0.1 |
835 | 2024-12-19T21:39:46.890Z | Downloaded stringprep v0.1.5 |
836 | 2024-12-19T21:39:46.894Z | Downloaded url v2.5.3 |
837 | 2024-12-19T21:39:46.898Z | Downloaded float-cmp v0.9.0 |
838 | 2024-12-19T21:39:46.898Z | Downloaded flagset v0.4.6 |
839 | 2024-12-19T21:39:46.898Z | Downloaded fixedbitset v0.4.2 |
840 | 2024-12-19T21:39:46.901Z | Downloaded tokio-native-tls v0.3.1 |
841 | 2024-12-19T21:39:46.903Z | Downloaded yoke-derive v0.7.4 |
842 | 2024-12-19T21:39:46.903Z | Downloaded pin-utils v0.1.0 |
843 | 2024-12-19T21:39:46.910Z | Downloaded phf_generator v0.11.2 |
844 | 2024-12-19T21:39:46.910Z | Downloaded tinyvec v1.8.0 |
845 | 2024-12-19T21:39:46.914Z | Downloaded utf16_iter v1.0.5 |
846 | 2024-12-19T21:39:46.914Z | Downloaded getrandom v0.2.15 |
847 | 2024-12-19T21:39:46.917Z | Downloaded pin-project-lite v0.2.14 |
848 | 2024-12-19T21:39:46.920Z | Downloaded strum_macros v0.24.3 |
849 | 2024-12-19T21:39:46.923Z | Downloaded topological-sort v0.2.2 |
850 | 2024-12-19T21:39:46.923Z | Downloaded hashbrown v0.12.3 |
851 | 2024-12-19T21:39:46.927Z | Downloaded difflib v0.4.0 |
852 | 2024-12-19T21:39:46.930Z | Downloaded steno v0.4.1 |
853 | 2024-12-19T21:39:46.934Z | Downloaded futures-channel v0.3.31 |
854 | 2024-12-19T21:39:46.936Z | Downloaded wyz v0.5.1 |
855 | 2024-12-19T21:39:46.940Z | Downloaded writeable v0.5.5 |
856 | 2024-12-19T21:39:46.940Z | Downloaded blake3 v1.5.4 |
857 | 2024-12-19T21:39:46.960Z | Downloaded pretty-hex v0.2.1 |
858 | 2024-12-19T21:39:46.965Z | Downloaded newtype_derive v0.1.6 |
859 | 2024-12-19T21:39:46.965Z | Downloaded quick-error v1.2.3 |
860 | 2024-12-19T21:39:46.972Z | Downloaded group v0.13.0 |
861 | 2024-12-19T21:39:46.972Z | Downloaded funty v2.0.0 |
862 | 2024-12-19T21:39:46.972Z | Downloaded filetime v0.2.25 |
863 | 2024-12-19T21:39:46.972Z | Downloaded sync-ptr v0.1.1 |
864 | 2024-12-19T21:39:46.972Z | Downloaded tls_codec_derive v0.4.1 |
865 | 2024-12-19T21:39:46.974Z | Downloaded tabwriter v1.4.0 |
866 | 2024-12-19T21:39:46.974Z | Downloaded itertools v0.13.0 |
867 | 2024-12-19T21:39:46.984Z | Downloaded synstructure v0.13.1 |
868 | 2024-12-19T21:39:46.987Z | Downloaded poly1305 v0.8.0 |
869 | 2024-12-19T21:39:46.990Z | Downloaded russh-keys v0.45.0 |
870 | 2024-12-19T21:39:46.993Z | Downloaded ron v0.7.1 |
871 | 2024-12-19T21:39:46.999Z | Downloaded ff v0.13.0 |
872 | 2024-12-19T21:39:47.001Z | Downloaded uuid v1.11.0 |
873 | 2024-12-19T21:39:47.005Z | Downloaded pkcs1 v0.7.5 |
874 | 2024-12-19T21:39:47.010Z | Downloaded defmt-parser v0.3.4 |
875 | 2024-12-19T21:39:47.010Z | Downloaded structmeta v0.2.0 |
876 | 2024-12-19T21:39:47.010Z | Downloaded proc-macro-crate v1.3.1 |
877 | 2024-12-19T21:39:47.010Z | Downloaded derive_builder_core v0.20.2 |
878 | 2024-12-19T21:39:47.013Z | Downloaded value-bag v1.9.0 |
879 | 2024-12-19T21:39:47.016Z | Downloaded salty v0.3.0 |
880 | 2024-12-19T21:39:47.021Z | Downloaded nom v7.1.3 |
881 | 2024-12-19T21:39:47.027Z | Downloaded packed_struct v0.10.1 |
882 | 2024-12-19T21:39:47.030Z | Downloaded headers v0.4.0 |
883 | 2024-12-19T21:39:47.036Z | Downloaded zeroize_derive v1.4.2 |
884 | 2024-12-19T21:39:47.039Z | Downloaded pbkdf2 v0.11.0 |
885 | 2024-12-19T21:39:47.039Z | Downloaded structmeta-derive v0.3.0 |
886 | 2024-12-19T21:39:47.042Z | Downloaded snafu-derive v0.8.5 |
887 | 2024-12-19T21:39:47.050Z | Downloaded sha1 v0.10.6 |
888 | 2024-12-19T21:39:47.050Z | Downloaded num-conv v0.1.0 |
889 | 2024-12-19T21:39:47.050Z | Downloaded fs_extra v1.3.0 |
890 | 2024-12-19T21:39:47.050Z | Downloaded socket2 v0.5.7 |
891 | 2024-12-19T21:39:47.053Z | Downloaded diesel_table_macro_syntax v0.2.0 |
892 | 2024-12-19T21:39:47.053Z | Downloaded des v0.8.1 |
893 | 2024-12-19T21:39:47.056Z | Downloaded toml v0.7.8 |
894 | 2024-12-19T21:39:47.059Z | Downloaded enum-as-inner v0.6.1 |
895 | 2024-12-19T21:39:47.059Z | Downloaded slog-scope v4.4.0 |
896 | 2024-12-19T21:39:47.063Z | Downloaded tracing-core v0.1.32 |
897 | 2024-12-19T21:39:47.067Z | Downloaded fallible-iterator v0.3.0 |
898 | 2024-12-19T21:39:47.067Z | Downloaded postgres-protocol v0.6.7 |
899 | 2024-12-19T21:39:47.070Z | Downloaded hex v0.4.3 |
900 | 2024-12-19T21:39:47.070Z | Downloaded derive_builder v0.20.2 |
901 | 2024-12-19T21:39:47.075Z | Downloaded schemars v0.8.21 |
902 | 2024-12-19T21:39:47.089Z | Downloaded slog-envlogger v2.2.0 |
903 | 2024-12-19T21:39:47.094Z | Downloaded rand_core v0.6.4 |
904 | 2024-12-19T21:39:47.094Z | Downloaded which v4.4.2 |
905 | 2024-12-19T21:39:47.094Z | Downloaded whoami v1.5.2 |
906 | 2024-12-19T21:39:47.097Z | Downloaded diff v0.1.13 |
907 | 2024-12-19T21:39:47.102Z | Downloaded num-bigint v0.4.6 |
908 | 2024-12-19T21:39:47.105Z | Downloaded utf-8 v0.7.6 |
909 | 2024-12-19T21:39:47.105Z | Downloaded slog-json v2.6.1 |
910 | 2024-12-19T21:39:47.111Z | Downloaded ed25519 v2.2.3 |
911 | 2024-12-19T21:39:47.111Z | Downloaded quinn-proto v0.11.8 |
912 | 2024-12-19T21:39:47.116Z | Downloaded term v0.7.0 |
913 | 2024-12-19T21:39:47.119Z | Downloaded packed_struct_codegen v0.10.1 |
914 | 2024-12-19T21:39:47.122Z | Downloaded num-derive v0.4.2 |
915 | 2024-12-19T21:39:47.122Z | Downloaded zeroize v1.8.1 |
916 | 2024-12-19T21:39:47.125Z | Downloaded publicsuffix v2.2.3 |
917 | 2024-12-19T21:39:47.128Z | Downloaded parking_lot_core v0.9.10 |
918 | 2024-12-19T21:39:47.130Z | Downloaded rsa v0.9.6 |
919 | 2024-12-19T21:39:47.134Z | Downloaded parking_lot_core v0.8.6 |
920 | 2024-12-19T21:39:47.137Z | Downloaded yoke v0.7.4 |
921 | 2024-12-19T21:39:47.140Z | Downloaded russh v0.45.0 |
922 | 2024-12-19T21:39:47.145Z | Downloaded dhcproto v0.12.0 |
923 | 2024-12-19T21:39:47.148Z | Downloaded unicode-segmentation v1.12.0 |
924 | 2024-12-19T21:39:47.151Z | Downloaded half v2.4.1 |
925 | 2024-12-19T21:39:47.154Z | Downloaded slab v0.4.9 |
926 | 2024-12-19T21:39:47.158Z | Downloaded num-complex v0.4.6 |
927 | 2024-12-19T21:39:47.158Z | Downloaded aws-lc-rs v1.10.0 |
928 | 2024-12-19T21:39:47.168Z | Downloaded ecdsa v0.16.9 |
929 | 2024-12-19T21:39:47.171Z | Downloaded vergen v8.3.2 |
930 | 2024-12-19T21:39:47.174Z | Downloaded bitvec v1.0.1 |
931 | 2024-12-19T21:39:47.187Z | Downloaded tokio-postgres v0.7.12 |
932 | 2024-12-19T21:39:47.194Z | Downloaded subprocess v0.2.9 |
933 | 2024-12-19T21:39:47.196Z | Downloaded reqwest v0.12.9 |
934 | 2024-12-19T21:39:47.204Z | Downloaded signal-hook v0.3.17 |
935 | 2024-12-19T21:39:47.209Z | Downloaded zerocopy v0.6.6 |
936 | 2024-12-19T21:39:47.213Z | Downloaded diesel_derives v2.2.3 |
937 | 2024-12-19T21:39:47.216Z | Downloaded omicron-zone-package v0.11.1 |
938 | 2024-12-19T21:39:47.219Z | Downloaded heapless v0.8.0 |
939 | 2024-12-19T21:39:47.223Z | Downloaded prettyplease v0.2.25 |
940 | 2024-12-19T21:39:47.226Z | Downloaded parking_lot v0.12.3 |
941 | 2024-12-19T21:39:47.229Z | Downloaded serde_yaml v0.9.34+deprecated |
942 | 2024-12-19T21:39:47.232Z | Downloaded rustls-webpki v0.102.8 |
943 | 2024-12-19T21:39:47.253Z | Downloaded tar v0.4.42 |
944 | 2024-12-19T21:39:47.256Z | Downloaded qorb v0.2.1 |
945 | 2024-12-19T21:39:47.260Z | Downloaded flate2 v1.0.34 |
946 | 2024-12-19T21:39:47.266Z | Downloaded tracing v0.1.40 |
947 | 2024-12-19T21:39:47.270Z | Downloaded reedline v0.35.0 |
948 | 2024-12-19T21:39:47.278Z | Downloaded winnow v0.5.40 |
949 | 2024-12-19T21:39:47.287Z | Downloaded ed25519-dalek v2.1.1 |
950 | 2024-12-19T21:39:47.292Z | Downloaded rand v0.8.5 |
951 | 2024-12-19T21:39:47.295Z | Downloaded num-bigint-dig v0.8.4 |
952 | 2024-12-19T21:39:47.299Z | Downloaded sqlparser v0.45.0 |
953 | 2024-12-19T21:39:47.306Z | Downloaded hashbrown v0.14.5 |
954 | 2024-12-19T21:39:47.310Z | Downloaded unicode-bidi v0.3.17 |
955 | 2024-12-19T21:39:47.314Z | Downloaded idna v0.2.3 |
956 | 2024-12-19T21:39:47.319Z | Downloaded rusqlite v0.32.1 |
957 | 2024-12-19T21:39:47.326Z | Downloaded p521 v0.13.3 |
958 | 2024-12-19T21:39:47.330Z | Downloaded toml_edit v0.19.15 |
959 | 2024-12-19T21:39:47.349Z | Downloaded expectorate v1.1.0 |
960 | 2024-12-19T21:39:47.352Z | Downloaded petname v2.0.2 |
961 | 2024-12-19T21:39:47.355Z | Downloaded flume v0.11.1 |
962 | 2024-12-19T21:39:47.363Z | Downloaded tokio-util v0.7.12 |
963 | 2024-12-19T21:39:47.366Z | Downloaded ssh-key v0.6.6 |
964 | 2024-12-19T21:39:47.374Z | Downloaded proptest v1.5.0 |
965 | 2024-12-19T21:39:47.385Z | Downloaded object v0.30.4 |
966 | 2024-12-19T21:39:47.395Z | Downloaded idna v0.4.0 |
967 | 2024-12-19T21:39:47.401Z | Downloaded idna v0.3.0 |
968 | 2024-12-19T21:39:47.407Z | Downloaded unicode-normalization v0.1.24 |
969 | 2024-12-19T21:39:47.412Z | Downloaded unicode-width v0.2.0 |
970 | 2024-12-19T21:39:47.418Z | Downloaded portable-atomic v1.9.0 |
971 | 2024-12-19T21:39:47.425Z | Downloaded chrono v0.4.38 |
972 | 2024-12-19T21:39:47.432Z | Downloaded rustls-webpki v0.101.7 |
973 | 2024-12-19T21:39:47.448Z | Downloaded h2 v0.4.6 |
974 | 2024-12-19T21:39:47.453Z | Downloaded webpki-roots v0.26.6 |
975 | 2024-12-19T21:39:47.463Z | Downloaded git2 v0.19.0 |
976 | 2024-12-19T21:39:47.467Z | Downloaded chrono-tz v0.10.0 |
977 | 2024-12-19T21:39:47.476Z | Downloaded bstr v1.10.0 |
978 | 2024-12-19T21:39:47.487Z | Downloaded smoltcp v0.11.0 |
979 | 2024-12-19T21:39:47.501Z | Downloaded quick-xml v0.33.0 |
980 | 2024-12-19T21:39:47.509Z | Downloaded regex v1.11.1 |
981 | 2024-12-19T21:39:47.522Z | Downloaded p384 v0.13.0 |
982 | 2024-12-19T21:39:47.531Z | Downloaded regress v0.10.1 |
983 | 2024-12-19T21:39:47.538Z | Downloaded zerocopy v0.8.10 |
984 | 2024-12-19T21:39:47.565Z | Downloaded gimli v0.31.1 |
985 | 2024-12-19T21:39:47.574Z | Downloaded openssl v0.10.66 |
986 | 2024-12-19T21:39:47.585Z | Downloaded vcpkg v0.2.15 |
987 | 2024-12-19T21:39:47.630Z | Downloaded smoltcp v0.9.1 |
988 | 2024-12-19T21:39:47.637Z | Downloaded radix_trie v0.2.1 |
989 | 2024-12-19T21:39:47.642Z | Downloaded polar-core v0.27.3 |
990 | 2024-12-19T21:39:47.651Z | Downloaded nix v0.27.1 |
991 | 2024-12-19T21:39:47.663Z | Downloaded object v0.36.5 |
992 | 2024-12-19T21:39:47.676Z | Downloaded hickory-proto v0.24.1 |
993 | 2024-12-19T21:39:47.695Z | Downloaded rustls v0.23.19 |
994 | 2024-12-19T21:39:47.706Z | Downloaded regex-syntax v0.6.29 |
995 | 2024-12-19T21:39:47.714Z | Downloaded openapiv3 v2.0.0 |
996 | 2024-12-19T21:39:47.728Z | Downloaded sled v0.34.7 |
997 | 2024-12-19T21:39:47.739Z | Downloaded nix v0.29.0 |
998 | 2024-12-19T21:39:47.753Z | Downloaded ratatui v0.28.1 |
999 | 2024-12-19T21:39:47.773Z | Downloaded nix v0.28.0 |
1000 | 2024-12-19T21:39:47.785Z | Downloaded rustls v0.22.4 |
1001 | 2024-12-19T21:39:47.800Z | Downloaded regex-syntax v0.8.5 |
1002 | 2024-12-19T21:39:47.809Z | Downloaded typify-impl v0.2.0 |
1003 | 2024-12-19T21:39:47.829Z | Downloaded dropshot v0.13.0 |
1004 | 2024-12-19T21:39:47.851Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1005 | 2024-12-19T21:39:47.863Z | Downloaded diesel v2.2.6 |
1006 | 2024-12-19T21:39:47.884Z | Downloaded zerocopy-derive v0.6.6 |
1007 | 2024-12-19T21:39:47.894Z | Downloaded trust-dns-proto v0.22.0 |
1008 | 2024-12-19T21:39:47.907Z | Downloaded dropshot v0.12.0 |
1009 | 2024-12-19T21:39:47.929Z | Downloaded regress v0.9.1 |
1010 | 2024-12-19T21:39:47.938Z | Downloaded rustls v0.21.12 |
1011 | 2024-12-19T21:39:47.951Z | Downloaded lzma-sys v0.1.20 |
1012 | 2024-12-19T21:39:47.981Z | Downloaded idna v0.5.0 |
1013 | 2024-12-19T21:39:47.991Z | Downloaded regex-automata v0.4.8 |
1014 | 2024-12-19T21:39:48.011Z | Downloaded curve25519-dalek v4.1.3 |
1015 | 2024-12-19T21:39:48.014Z | Downloaded petgraph v0.6.5 |
1016 | 2024-12-19T21:39:48.034Z | Downloaded lalrpop v0.19.12 |
1017 | 2024-12-19T21:39:48.043Z | Downloaded libz-sys v1.1.20 |
1018 | 2024-12-19T21:39:48.066Z | Downloaded bindgen v0.69.5 |
1019 | 2024-12-19T21:39:48.074Z | Downloaded tokio v1.40.0 |
1020 | 2024-12-19T21:39:48.135Z | Downloaded icu_properties_data v1.5.0 |
1021 | 2024-12-19T21:39:48.145Z | Downloaded csv v1.3.0 |
1022 | 2024-12-19T21:39:48.165Z | Downloaded heck v0.3.3 |
1023 | 2024-12-19T21:39:48.168Z | Downloaded structmeta-derive v0.2.0 |
1024 | 2024-12-19T21:39:48.168Z | Downloaded heapless v0.7.17 |
1025 | 2024-12-19T21:39:48.171Z | Downloaded hashbrown v0.13.2 |
1026 | 2024-12-19T21:39:48.174Z | Downloaded rustyline v14.0.0 |
1027 | 2024-12-19T21:39:48.184Z | Downloaded rustls-pki-types v1.10.0 |
1028 | 2024-12-19T21:39:48.189Z | Downloaded zerovec v0.10.4 |
1029 | 2024-12-19T21:39:48.193Z | Downloaded ron v0.8.1 |
1030 | 2024-12-19T21:39:48.196Z | Downloaded sha3 v0.10.8 |
1031 | 2024-12-19T21:39:48.199Z | Downloaded rayon v1.10.0 |
1032 | 2024-12-19T21:39:48.209Z | Downloaded primeorder v0.13.6 |
1033 | 2024-12-19T21:39:48.212Z | Downloaded tokio-rustls v0.24.1 |
1034 | 2024-12-19T21:39:48.215Z | Downloaded pkcs8 v0.10.2 |
1035 | 2024-12-19T21:39:48.217Z | Downloaded pkcs5 v0.7.1 |
1036 | 2024-12-19T21:39:48.220Z | Downloaded futures-util v0.3.31 |
1037 | 2024-12-19T21:39:48.233Z | Downloaded parking_lot v0.11.2 |
1038 | 2024-12-19T21:39:48.238Z | Downloaded tokio-tungstenite v0.24.0 |
1039 | 2024-12-19T21:39:48.241Z | Downloaded tungstenite v0.24.0 |
1040 | 2024-12-19T21:39:48.241Z | Downloaded unicode_categories v0.1.1 |
1041 | 2024-12-19T21:39:48.246Z | Downloaded der v0.7.9 |
1042 | 2024-12-19T21:39:48.246Z | Downloaded tough v0.19.0 |
1043 | 2024-12-19T21:39:48.255Z | Downloaded aho-corasick v1.1.3 |
1044 | 2024-12-19T21:39:48.261Z | Downloaded futures v0.3.31 |
1045 | 2024-12-19T21:39:48.265Z | Downloaded time v0.3.36 |
1046 | 2024-12-19T21:39:48.272Z | Downloaded zerofrom-derive v0.1.4 |
1047 | 2024-12-19T21:39:48.274Z | Downloaded serde_with_macros v3.11.0 |
1048 | 2024-12-19T21:39:48.278Z | Downloaded tls_codec v0.4.1 |
1049 | 2024-12-19T21:39:48.278Z | Downloaded tiny-keccak v2.0.2 |
1050 | 2024-12-19T21:39:48.292Z | Downloaded num-traits v0.2.19 |
1051 | 2024-12-19T21:39:48.292Z | Downloaded sct v0.7.1 |
1052 | 2024-12-19T21:39:48.292Z | Downloaded crossterm v0.28.1 |
1053 | 2024-12-19T21:39:48.295Z | Downloaded aes-gcm v0.10.3 |
1054 | 2024-12-19T21:39:48.296Z | Downloaded postgres-types v0.2.8 |
1055 | 2024-12-19T21:39:48.298Z | Downloaded postcard v1.0.10 |
1056 | 2024-12-19T21:39:48.301Z | Downloaded zip v0.6.6 |
1057 | 2024-12-19T21:39:48.307Z | Downloaded encoding_rs v0.8.34 |
1058 | 2024-12-19T21:39:48.327Z | Downloaded itertools v0.12.1 |
1059 | 2024-12-19T21:39:48.333Z | Downloaded slog-term v2.9.1 |
1060 | 2024-12-19T21:39:48.336Z | Downloaded hickory-resolver v0.24.1 |
1061 | 2024-12-19T21:39:48.339Z | Downloaded gethostname v0.5.0 |
1062 | 2024-12-19T21:39:48.343Z | Downloaded float-ord v0.3.2 |
1063 | 2024-12-19T21:39:48.343Z | Downloaded dunce v1.0.5 |
1064 | 2024-12-19T21:39:48.343Z | Downloaded dirs-sys-next v0.1.2 |
1065 | 2024-12-19T21:39:48.343Z | Downloaded dirs-next v2.0.0 |
1066 | 2024-12-19T21:39:48.346Z | Downloaded defmt v0.3.8 |
1067 | 2024-12-19T21:39:48.349Z | Downloaded debug-ignore v1.0.5 |
1068 | 2024-12-19T21:39:48.349Z | Downloaded quinn v0.11.5 |
1069 | 2024-12-19T21:39:48.353Z | Downloaded zip v2.1.3 |
1070 | 2024-12-19T21:39:48.356Z | Downloaded x509-cert v0.2.5 |
1071 | 2024-12-19T21:39:48.362Z | Downloaded embedded-io v0.6.1 |
1072 | 2024-12-19T21:39:48.368Z | Downloaded termcolor v1.4.1 |
1073 | 2024-12-19T21:39:48.368Z | Downloaded pem v3.0.4 |
1074 | 2024-12-19T21:39:48.368Z | Downloaded peg v0.8.4 |
1075 | 2024-12-19T21:39:48.374Z | Downloaded pbkdf2 v0.12.2 |
1076 | 2024-12-19T21:39:48.375Z | Downloaded derive_more v0.99.18 |
1077 | 2024-12-19T21:39:48.378Z | Downloaded vsss-rs v3.3.4 |
1078 | 2024-12-19T21:39:48.378Z | Downloaded http v1.1.0 |
1079 | 2024-12-19T21:39:48.382Z | Downloaded fragile v2.0.0 |
1080 | 2024-12-19T21:39:48.395Z | Downloaded foldhash v0.1.3 |
1081 | 2024-12-19T21:39:48.395Z | Downloaded embedded-io v0.4.0 |
1082 | 2024-12-19T21:39:48.399Z | Downloaded oso v0.27.3 |
1083 | 2024-12-19T21:39:48.399Z | Downloaded progenitor-macro v0.8.0 |
1084 | 2024-12-19T21:39:48.399Z | Downloaded mio v1.0.2 |
1085 | 2024-12-19T21:39:48.399Z | Downloaded hickory-client v0.24.1 |
1086 | 2024-12-19T21:39:48.399Z | Downloaded dropshot_endpoint v0.13.0 |
1087 | 2024-12-19T21:39:48.402Z | Downloaded dropshot_endpoint v0.12.0 |
1088 | 2024-12-19T21:39:48.405Z | Downloaded tungstenite v0.21.0 |
1089 | 2024-12-19T21:39:48.408Z | Downloaded hickory-server v0.24.1 |
1090 | 2024-12-19T21:39:48.413Z | Downloaded arc-swap v1.7.1 |
1091 | 2024-12-19T21:39:48.417Z | Downloaded vte v0.11.1 |
1092 | 2024-12-19T21:39:48.420Z | Downloaded crypto-bigint v0.5.5 |
1093 | 2024-12-19T21:39:48.425Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1094 | 2024-12-19T21:39:48.484Z | Downloaded const_format v0.2.33 |
1095 | 2024-12-19T21:39:48.489Z | Downloaded compact_str v0.8.0 |
1096 | 2024-12-19T21:39:48.492Z | Downloaded base64 v0.22.1 |
1097 | 2024-12-19T21:39:48.496Z | Downloaded base64 v0.21.7 |
1098 | 2024-12-19T21:39:48.499Z | Downloaded base64 v0.13.1 |
1099 | 2024-12-19T21:39:48.503Z | Downloaded allocator-api2 v0.2.18 |
1100 | 2024-12-19T21:39:48.506Z | Downloaded tokio-rustls v0.26.0 |
1101 | 2024-12-19T21:39:48.510Z | Downloaded const-oid v0.9.6 |
1102 | 2024-12-19T21:39:48.510Z | Downloaded ssh-encoding v0.2.0 |
1103 | 2024-12-19T21:39:48.513Z | Downloaded libsw v3.3.1 |
1104 | 2024-12-19T21:39:48.513Z | Downloaded icu_locid_transform_data v1.5.0 |
1105 | 2024-12-19T21:39:48.515Z | Downloaded clang-sys v1.8.1 |
1106 | 2024-12-19T21:39:48.518Z | Downloaded sec1 v0.7.3 |
1107 | 2024-12-19T21:39:48.518Z | Downloaded crossbeam-utils v0.8.20 |
1108 | 2024-12-19T21:39:48.521Z | Downloaded foreign-types-shared v0.1.1 |
1109 | 2024-12-19T21:39:48.523Z | Downloaded rustc_version v0.1.7 |
1110 | 2024-12-19T21:39:48.524Z | Downloaded hyper-util v0.1.10 |
1111 | 2024-12-19T21:39:48.531Z | Downloaded shlex v1.3.0 |
1112 | 2024-12-19T21:39:48.536Z | Downloaded icu_locid v1.5.0 |
1113 | 2024-12-19T21:39:48.542Z | Downloaded hmac v0.12.1 |
1114 | 2024-12-19T21:39:48.542Z | Downloaded bcs v0.1.6 |
1115 | 2024-12-19T21:39:48.542Z | Downloaded icu_normalizer v1.5.0 |
1116 | 2024-12-19T21:39:48.552Z | Downloaded iana-time-zone v0.1.61 |
1117 | 2024-12-19T21:39:48.552Z | Downloaded instability v0.3.2 |
1118 | 2024-12-19T21:39:48.562Z | Downloaded time-core v0.1.2 |
1119 | 2024-12-19T21:39:48.562Z | Downloaded mime_guess v2.0.5 |
1120 | 2024-12-19T21:39:48.562Z | Downloaded lock_api v0.4.12 |
1121 | 2024-12-19T21:39:48.562Z | Downloaded litemap v0.7.3 |
1122 | 2024-12-19T21:39:48.563Z | Downloaded jobserver v0.1.32 |
1123 | 2024-12-19T21:39:48.563Z | Downloaded ipnet v2.10.1 |
1124 | 2024-12-19T21:39:48.563Z | Downloaded async-recursion v1.1.1 |
1125 | 2024-12-19T21:39:48.563Z | Downloaded keccak v0.1.5 |
1126 | 2024-12-19T21:39:48.563Z | Downloaded ipnetwork v0.20.0 |
1127 | 2024-12-19T21:39:48.563Z | Downloaded hyper-tls v0.6.0 |
1128 | 2024-12-19T21:39:48.565Z | Downloaded hyper-rustls v0.27.3 |
1129 | 2024-12-19T21:39:48.565Z | Downloaded bzip2 v0.4.4 |
1130 | 2024-12-19T21:39:48.568Z | Downloaded base64ct v1.6.0 |
1131 | 2024-12-19T21:39:48.571Z | Downloaded cipher v0.4.4 |
1132 | 2024-12-19T21:39:48.571Z | Downloaded impl-trait-for-tuples v0.2.2 |
1133 | 2024-12-19T21:39:48.574Z | Downloaded cancel-safe-futures v0.1.5 |
1134 | 2024-12-19T21:39:48.576Z | Downloaded argon2 v0.5.3 |
1135 | 2024-12-19T21:39:48.580Z | Downloaded is-terminal v0.4.13 |
1136 | 2024-12-19T21:39:48.580Z | Downloaded indent_write v2.2.0 |
1137 | 2024-12-19T21:39:48.580Z | Downloaded bcrypt-pbkdf v0.10.0 |
1138 | 2024-12-19T21:39:48.583Z | Downloaded linked-hash-map v0.5.6 |
1139 | 2024-12-19T21:39:48.583Z | Downloaded chacha20 v0.9.1 |
1140 | 2024-12-19T21:39:48.586Z | Downloaded assert_matches v1.5.0 |
1141 | 2024-12-19T21:39:48.586Z | Downloaded base16ct v0.2.0 |
1142 | 2024-12-19T21:39:48.586Z | Downloaded atomic-waker v1.1.2 |
1143 | 2024-12-19T21:39:48.589Z | Downloaded crossbeam-deque v0.8.5 |
1144 | 2024-12-19T21:39:48.589Z | Downloaded blowfish v0.9.1 |
1145 | 2024-12-19T21:39:48.591Z | Downloaded bitflags v1.3.2 |
1146 | 2024-12-19T21:39:48.593Z | Downloaded block-padding v0.3.3 |
1147 | 2024-12-19T21:39:48.594Z | Downloaded bitfield-struct v0.6.2 |
1148 | 2024-12-19T21:39:48.596Z | Downloaded hostname v0.4.0 |
1149 | 2024-12-19T21:39:48.596Z | Downloaded crc-catalog v2.4.0 |
1150 | 2024-12-19T21:39:48.599Z | Downloaded httpdate v1.0.3 |
1151 | 2024-12-19T21:39:48.599Z | Downloaded hostname v0.3.1 |
1152 | 2024-12-19T21:39:48.600Z | Downloaded home v0.5.9 |
1153 | 2024-12-19T21:39:48.603Z | Downloaded castaway v0.2.3 |
1154 | 2024-12-19T21:39:48.603Z | Downloaded bit-set v0.5.3 |
1155 | 2024-12-19T21:39:48.603Z | Downloaded bb8 v0.8.5 |
1156 | 2024-12-19T21:39:48.820Z | Downloaded ring v0.17.8 |
1157 | 2024-12-19T21:39:49.027Z | Downloaded ring v0.16.20 |
1158 | 2024-12-19T21:39:49.109Z | Downloaded libsqlite3-sys v0.30.1 |
1159 | 2024-12-19T21:39:49.288Z | Downloaded aws-lc-sys v0.22.0 |
1160 | 2024-12-19T21:39:49.597Z | Compiling serde v1.0.215 |
1161 | 2024-12-19T21:39:49.601Z | Compiling lock_api v0.4.12 |
1162 | 2024-12-19T21:39:49.601Z | Compiling scopeguard v1.2.0 |
1163 | 2024-12-19T21:39:49.601Z | Compiling value-bag v1.9.0 |
1164 | 2024-12-19T21:39:49.601Z | Compiling typenum v1.17.0 |
1165 | 2024-12-19T21:39:49.601Z | Compiling generic-array v0.14.7 |
1166 | 2024-12-19T21:39:49.773Z | Compiling syn v2.0.87 |
1167 | 2024-12-19T21:39:49.785Z | Compiling getrandom v0.2.15 |
1168 | 2024-12-19T21:39:49.949Z | Compiling subtle v2.6.1 |
1169 | 2024-12-19T21:39:50.037Z | Compiling rand_core v0.6.4 |
1170 | 2024-12-19T21:39:50.216Z | Compiling log v0.4.22 |
1171 | 2024-12-19T21:39:50.343Z | Compiling shlex v1.3.0 |
1172 | 2024-12-19T21:39:50.363Z | Compiling jobserver v0.1.32 |
1173 | 2024-12-19T21:39:50.366Z | Compiling smallvec v1.13.2 |
1174 | 2024-12-19T21:39:50.597Z | Compiling const-oid v0.9.6 |
1175 | 2024-12-19T21:39:50.723Z | Compiling cc v1.1.30 |
1176 | 2024-12-19T21:39:50.761Z | Compiling spin v0.9.8 |
1177 | 2024-12-19T21:39:50.784Z | Compiling pin-project-lite v0.2.14 |
1178 | 2024-12-19T21:39:50.908Z | Compiling rustix v0.38.37 |
1179 | 2024-12-19T21:39:51.059Z | Compiling parking_lot_core v0.9.10 |
1180 | 2024-12-19T21:39:51.193Z | Compiling futures-core v0.3.31 |
1181 | 2024-12-19T21:39:51.320Z | Compiling signal-hook-registry v1.4.2 |
1182 | 2024-12-19T21:39:51.451Z | Compiling mio v1.0.2 |
1183 | 2024-12-19T21:39:51.848Z | Compiling aho-corasick v1.1.3 |
1184 | 2024-12-19T21:39:52.260Z | Compiling parking_lot v0.12.3 |
1185 | 2024-12-19T21:39:52.369Z | Compiling cpufeatures v0.2.14 |
1186 | 2024-12-19T21:39:52.477Z | Compiling regex-syntax v0.8.5 |
1187 | 2024-12-19T21:39:52.608Z | Compiling lazy_static v1.5.0 |
1188 | 2024-12-19T21:39:52.640Z | Compiling stable_deref_trait v1.2.0 |
1189 | 2024-12-19T21:39:52.735Z | Compiling glob v0.3.1 |
1190 | 2024-12-19T21:39:52.756Z | Compiling futures-sink v0.3.31 |
1191 | 2024-12-19T21:39:52.828Z | Compiling either v1.13.0 |
1192 | 2024-12-19T21:39:52.909Z | Compiling socket2 v0.5.7 |
1193 | 2024-12-19T21:39:53.269Z | Compiling slab v0.4.9 |
1194 | 2024-12-19T21:39:53.302Z | Compiling prettyplease v0.2.25 |
1195 | 2024-12-19T21:39:53.664Z | Compiling minimal-lexical v0.2.1 |
1196 | 2024-12-19T21:39:53.772Z | Compiling clang-sys v1.8.1 |
1197 | 2024-12-19T21:39:53.968Z | Compiling libloading v0.8.5 |
1198 | 2024-12-19T21:39:54.048Z | Compiling home v0.5.9 |
1199 | 2024-12-19T21:39:54.230Z | Compiling nom v7.1.3 |
1200 | 2024-12-19T21:39:54.330Z | Compiling serde_json v1.0.132 |
1201 | 2024-12-19T21:39:54.422Z | Compiling bindgen v0.69.5 |
1202 | 2024-12-19T21:39:54.694Z | Compiling itertools v0.10.5 |
1203 | 2024-12-19T21:39:55.299Z | Compiling futures-channel v0.3.31 |
1204 | 2024-12-19T21:39:55.334Z | Compiling lazycell v1.3.0 |
1205 | 2024-12-19T21:39:55.463Z | Compiling futures-io v0.3.31 |
1206 | 2024-12-19T21:39:55.744Z | Compiling foldhash v0.1.3 |
1207 | 2024-12-19T21:39:55.816Z | Compiling pin-utils v0.1.0 |
1208 | 2024-12-19T21:39:55.924Z | Compiling allocator-api2 v0.2.18 |
1209 | 2024-12-19T21:39:56.008Z | Compiling rustc-hash v1.1.0 |
1210 | 2024-12-19T21:39:56.163Z | Compiling futures-task v0.3.31 |
1211 | 2024-12-19T21:39:56.471Z | Compiling regex-automata v0.4.8 |
1212 | 2024-12-19T21:39:56.748Z | Compiling hashbrown v0.15.1 |
1213 | 2024-12-19T21:39:57.563Z | Compiling cmake v0.1.51 |
1214 | 2024-12-19T21:39:57.925Z | Compiling synstructure v0.13.1 |
1215 | 2024-12-19T21:39:58.110Z | Compiling cexpr v0.6.0 |
1216 | 2024-12-19T21:39:58.653Z | Compiling tinyvec_macros v0.1.1 |
1217 | 2024-12-19T21:39:58.741Z | Compiling libm v0.2.8 |
1218 | 2024-12-19T21:39:59.082Z | Compiling dunce v1.0.5 |
1219 | 2024-12-19T21:39:59.218Z | Compiling pkg-config v0.3.31 |
1220 | 2024-12-19T21:39:59.600Z | Compiling fs_extra v1.3.0 |
1221 | 2024-12-19T21:39:59.711Z | Compiling tinyvec v1.8.0 |
1222 | 2024-12-19T21:39:59.937Z | Compiling num-traits v0.2.19 |
1223 | 2024-12-19T21:40:00.464Z | Compiling ring v0.17.8 |
1224 | 2024-12-19T21:40:00.778Z | Compiling base64ct v1.6.0 |
1225 | 2024-12-19T21:40:01.303Z | Compiling unicode-normalization v0.1.24 |
1226 | 2024-12-19T21:40:01.318Z | Compiling litemap v0.7.3 |
1227 | 2024-12-19T21:40:01.372Z | Compiling writeable v0.5.5 |
1228 | 2024-12-19T21:40:01.626Z | Compiling paste v1.0.15 |
1229 | 2024-12-19T21:40:01.671Z | Compiling unicode-bidi v0.3.17 |
1230 | 2024-12-19T21:40:02.146Z | Compiling regex v1.11.1 |
1231 | 2024-12-19T21:40:02.510Z | Compiling pem-rfc7468 v0.7.0 |
1232 | 2024-12-19T21:40:03.135Z | Compiling flagset v0.4.6 |
1233 | 2024-12-19T21:40:03.234Z | Compiling aws-lc-rs v1.10.0 |
1234 | 2024-12-19T21:40:03.254Z | Compiling httparse v1.9.5 |
1235 | 2024-12-19T21:40:03.647Z | Compiling tracing-core v0.1.32 |
1236 | 2024-12-19T21:40:03.950Z | Compiling percent-encoding v2.3.1 |
1237 | 2024-12-19T21:40:04.090Z | Compiling rustls-pki-types v1.10.0 |
1238 | 2024-12-19T21:40:04.312Z | Compiling crossbeam-utils v0.8.20 |
1239 | 2024-12-19T21:40:04.498Z | Compiling icu_locid_transform_data v1.5.0 |
1240 | 2024-12-19T21:40:04.966Z | Compiling untrusted v0.7.1 |
1241 | 2024-12-19T21:40:05.026Z | Compiling mirai-annotations v1.12.0 |
1242 | 2024-12-19T21:40:05.089Z | Compiling serde_derive v1.0.215 |
1243 | 2024-12-19T21:40:05.156Z | Compiling zeroize_derive v1.4.2 |
1244 | 2024-12-19T21:40:05.188Z | Compiling zerocopy-derive v0.7.35 |
1245 | 2024-12-19T21:40:05.219Z | Compiling tokio-macros v2.4.0 |
1246 | 2024-12-19T21:40:05.317Z | Compiling zerofrom-derive v0.1.4 |
1247 | 2024-12-19T21:40:06.802Z | Compiling zeroize v1.8.1 |
1248 | 2024-12-19T21:40:06.823Z | Compiling yoke-derive v0.7.4 |
1249 | 2024-12-19T21:40:06.881Z | Compiling thiserror-impl v1.0.69 |
1250 | 2024-12-19T21:40:07.414Z | Compiling futures-macro v0.3.31 |
1251 | 2024-12-19T21:40:07.507Z | Compiling zerocopy v0.7.35 |
1252 | 2024-12-19T21:40:08.741Z | Compiling crypto-common v0.1.6 |
1253 | 2024-12-19T21:40:08.992Z | Compiling block-buffer v0.10.4 |
1254 | 2024-12-19T21:40:09.238Z | Compiling digest v0.10.7 |
1255 | 2024-12-19T21:40:09.254Z | Compiling zerovec-derive v0.10.3 |
1256 | 2024-12-19T21:40:09.426Z | Compiling futures-util v0.3.31 |
1257 | 2024-12-19T21:40:09.639Z | Compiling zerofrom v0.1.4 |
1258 | 2024-12-19T21:40:09.741Z | Compiling hmac v0.12.1 |
1259 | 2024-12-19T21:40:09.764Z | Compiling block-padding v0.3.3 |
1260 | 2024-12-19T21:40:09.882Z | Compiling displaydoc v0.2.5 |
1261 | 2024-12-19T21:40:09.984Z | Compiling inout v0.1.3 |
1262 | 2024-12-19T21:40:10.009Z | Compiling sha2 v0.10.8 |
1263 | 2024-12-19T21:40:10.103Z | Compiling yoke v0.7.4 |
1264 | 2024-12-19T21:40:10.263Z | Compiling cipher v0.4.4 |
1265 | 2024-12-19T21:40:10.441Z | Compiling thiserror v1.0.69 |
1266 | 2024-12-19T21:40:10.489Z | Compiling ppv-lite86 v0.2.20 |
1267 | 2024-12-19T21:40:10.591Z | Compiling der_derive v0.7.3 |
1268 | 2024-12-19T21:40:10.800Z | Compiling icu_provider_macros v1.5.0 |
1269 | 2024-12-19T21:40:11.375Z | Compiling rand_chacha v0.3.1 |
1270 | 2024-12-19T21:40:11.707Z | Compiling tracing-attributes v0.1.27 |
1271 | 2024-12-19T21:40:12.047Z | Compiling rand v0.8.5 |
1272 | 2024-12-19T21:40:12.073Z | Compiling zerovec v0.10.4 |
1273 | 2024-12-19T21:40:13.282Z | Compiling der v0.7.9 |
1274 | 2024-12-19T21:40:13.627Z | Compiling salsa20 v0.10.2 |
1275 | 2024-12-19T21:40:13.818Z | Compiling pest v2.7.14 |
1276 | 2024-12-19T21:40:13.861Z | Compiling pbkdf2 v0.12.2 |
1277 | 2024-12-19T21:40:14.035Z | Compiling tinystr v0.7.6 |
1278 | 2024-12-19T21:40:14.281Z | Compiling icu_collections v1.5.0 |
1279 | 2024-12-19T21:40:14.382Z | Compiling icu_properties_data v1.5.0 |
1280 | 2024-12-19T21:40:14.460Z | Compiling icu_locid v1.5.0 |
1281 | 2024-12-19T21:40:14.635Z | Compiling untrusted v0.9.0 |
1282 | 2024-12-19T21:40:14.823Z | Compiling num-conv v0.1.0 |
1283 | 2024-12-19T21:40:15.124Z | Compiling time-core v0.1.2 |
1284 | 2024-12-19T21:40:15.307Z | Compiling vcpkg v0.2.15 |
1285 | 2024-12-19T21:40:15.667Z | Compiling icu_provider v1.5.0 |
1286 | 2024-12-19T21:40:15.766Z | Compiling tracing v0.1.40 |
1287 | 2024-12-19T21:40:15.839Z | Compiling spki v0.7.3 |
1288 | 2024-12-19T21:40:16.232Z | Compiling powerfmt v0.2.0 |
1289 | 2024-12-19T21:40:16.283Z | Compiling time-macros v0.2.18 |
1290 | 2024-12-19T21:40:16.644Z | Compiling icu_locid_transform v1.5.0 |
1291 | 2024-12-19T21:40:16.726Z | Compiling deranged v0.3.11 |
1292 | 2024-12-19T21:40:16.772Z | Compiling pest_meta v2.7.14 |
1293 | 2024-12-19T21:40:16.942Z | Compiling scrypt v0.11.0 |
1294 | 2024-12-19T21:40:17.592Z | Compiling cbc v0.1.2 |
1295 | 2024-12-19T21:40:17.650Z | Compiling openssl-sys v0.9.103 |
1296 | 2024-12-19T21:40:17.845Z | Compiling aes v0.8.4 |
1297 | 2024-12-19T21:40:18.776Z | Compiling icu_properties v1.5.1 |
1298 | 2024-12-19T21:40:18.779Z | Compiling scroll_derive v0.12.0 |
1299 | 2024-12-19T21:40:19.684Z | Compiling num_threads v0.1.7 |
1300 | 2024-12-19T21:40:19.822Z | Compiling bitflags v2.6.0 |
1301 | 2024-12-19T21:40:20.195Z | Compiling bytes v1.8.0 |
1302 | 2024-12-19T21:40:20.744Z | Compiling indexmap v2.6.0 |
1303 | 2024-12-19T21:40:20.765Z | Compiling semver v1.0.23 |
1304 | 2024-12-19T21:40:20.796Z | Compiling atomic-waker v1.1.2 |
1305 | 2024-12-19T21:40:20.996Z | Compiling utf8_iter v1.0.4 |
1306 | 2024-12-19T21:40:21.250Z | Compiling tokio v1.40.0 |
1307 | 2024-12-19T21:40:21.509Z | Compiling http v1.1.0 |
1308 | 2024-12-19T21:40:21.532Z | Compiling rustc_version v0.4.1 |
1309 | 2024-12-19T21:40:21.988Z | Compiling icu_normalizer_data v1.5.0 |
1310 | 2024-12-19T21:40:22.111Z | Compiling utf16_iter v1.0.5 |
1311 | 2024-12-19T21:40:22.297Z | Compiling write16 v1.0.0 |
1312 | 2024-12-19T21:40:22.323Z | Compiling scroll v0.12.0 |
1313 | 2024-12-19T21:40:22.347Z | Compiling time v0.3.36 |
1314 | 2024-12-19T21:40:26.286Z | Compiling pkcs5 v0.7.1 |
1315 | 2024-12-19T21:40:26.361Z | Compiling icu_normalizer v1.5.0 |
1316 | 2024-12-19T21:40:26.361Z | Compiling http-body v1.0.1 |
1317 | 2024-12-19T21:40:26.361Z | Compiling pest_generator v2.7.14 |
1318 | 2024-12-19T21:40:26.361Z | Compiling form_urlencoded v1.2.1 |
1319 | 2024-12-19T21:40:26.361Z | Compiling slog v2.7.0 |
1320 | 2024-12-19T21:40:26.361Z | Compiling try-lock v0.2.5 |
1321 | 2024-12-19T21:40:26.361Z | Compiling goblin v0.8.2 |
1322 | 2024-12-19T21:40:26.361Z | Compiling want v0.3.1 |
1323 | 2024-12-19T21:40:26.361Z | Compiling which v4.4.2 |
1324 | 2024-12-19T21:40:26.361Z | Compiling idna_adapter v1.2.0 |
1325 | 2024-12-19T21:40:26.361Z | Compiling pkcs8 v0.10.2 |
1326 | 2024-12-19T21:40:26.361Z | Compiling httpdate v1.0.3 |
1327 | 2024-12-19T21:40:26.444Z | Compiling idna v1.0.3 |
1328 | 2024-12-19T21:40:26.444Z | Compiling serde_tokenstream v0.2.2 |
1329 | 2024-12-19T21:40:26.444Z | Compiling pest_derive v2.7.14 |
1330 | 2024-12-19T21:40:26.466Z | Compiling uuid v1.11.0 |
1331 | 2024-12-19T21:40:26.610Z | Compiling serde_spanned v0.6.8 |
1332 | 2024-12-19T21:40:26.733Z | Compiling dtrace-parser v0.2.0 |
1333 | 2024-12-19T21:40:26.835Z | Compiling toml_datetime v0.6.8 |
1334 | 2024-12-19T21:40:27.406Z | Compiling tower-service v0.3.3 |
1335 | 2024-12-19T21:40:27.516Z | Compiling match_cfg v0.1.0 |
1336 | 2024-12-19T21:40:27.546Z | Compiling foreign-types-shared v0.1.1 |
1337 | 2024-12-19T21:40:27.618Z | Compiling openssl v0.10.66 |
1338 | 2024-12-19T21:40:27.678Z | Compiling rustversion v1.0.17 |
1339 | 2024-12-19T21:40:27.724Z | Compiling base64 v0.22.1 |
1340 | 2024-12-19T21:40:27.958Z | Compiling iana-time-zone v0.1.61 |
1341 | 2024-12-19T21:40:28.032Z | Compiling adler2 v2.0.0 |
1342 | 2024-12-19T21:40:28.248Z | Compiling miniz_oxide v0.8.0 |
1343 | 2024-12-19T21:40:28.451Z | Compiling chrono v0.4.38 |
1344 | 2024-12-19T21:40:28.501Z | Compiling foreign-types v0.3.2 |
1345 | 2024-12-19T21:40:28.527Z | Compiling hostname v0.3.1 |
1346 | 2024-12-19T21:40:28.601Z | Compiling url v2.5.3 |
1347 | 2024-12-19T21:40:29.037Z | Compiling openssl-macros v0.1.1 |
1348 | 2024-12-19T21:40:29.849Z | Compiling tokio-util v0.7.12 |
1349 | 2024-12-19T21:40:29.857Z | Compiling async-trait v0.1.83 |
1350 | 2024-12-19T21:40:30.171Z | Compiling dof v0.3.0 |
1351 | 2024-12-19T21:40:30.692Z | Compiling dirs-sys-next v0.1.2 |
1352 | 2024-12-19T21:40:31.319Z | Compiling h2 v0.4.6 |
1353 | 2024-12-19T21:40:31.324Z | Compiling usdt-impl v0.5.0 |
1354 | 2024-12-19T21:40:32.378Z | Compiling rustls v0.22.4 |
1355 | 2024-12-19T21:40:32.456Z | Compiling native-tls v0.2.12 |
1356 | 2024-12-19T21:40:32.638Z | Compiling siphasher v0.3.11 |
1357 | 2024-12-19T21:40:32.739Z | Compiling data-encoding v2.6.0 |
1358 | 2024-12-19T21:40:32.779Z | Compiling rustls v0.23.19 |
1359 | 2024-12-19T21:40:32.980Z | Compiling syn v1.0.109 |
1360 | 2024-12-19T21:40:33.057Z | Compiling dirs-next v2.0.0 |
1361 | 2024-12-19T21:40:33.694Z | Compiling http-body-util v0.1.2 |
1362 | 2024-12-19T21:40:34.262Z | Compiling heapless v0.7.17 |
1363 | 2024-12-19T21:40:34.719Z | Compiling crossbeam-epoch v0.9.18 |
1364 | 2024-12-19T21:40:34.739Z | Compiling sha1 v0.10.6 |
1365 | 2024-12-19T21:40:34.796Z | Compiling signature v2.2.0 |
1366 | 2024-12-19T21:40:35.117Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1367 | 2024-12-19T21:40:35.185Z | Compiling serde_derive_internals v0.29.1 |
1368 | 2024-12-19T21:40:35.220Z | Compiling thread_local v1.1.8 |
1369 | 2024-12-19T21:40:35.472Z | Compiling multer v3.1.0 |
1370 | 2024-12-19T21:40:35.602Z | Compiling cookie v0.18.1 |
1371 | 2024-12-19T21:40:35.754Z | Compiling encoding_rs v0.8.34 |
1372 | 2024-12-19T21:40:35.786Z | Compiling slog-async v2.8.0 |
1373 | 2024-12-19T21:40:35.893Z | Compiling openssl-probe v0.1.5 |
1374 | 2024-12-19T21:40:36.263Z | Compiling schemars v0.8.21 |
1375 | 2024-12-19T21:40:36.317Z | Compiling rayon-core v1.12.1 |
1376 | 2024-12-19T21:40:36.582Z | Compiling gimli v0.31.1 |
1377 | 2024-12-19T21:40:36.628Z | Compiling ipnet v2.10.1 |
1378 | 2024-12-19T21:40:37.227Z | Compiling unicode-properties v0.1.3 |
1379 | 2024-12-19T21:40:37.653Z | Compiling mime v0.3.17 |
1380 | 2024-12-19T21:40:37.988Z | Compiling signal-hook v0.3.17 |
1381 | 2024-12-19T21:40:38.014Z | Compiling toml_edit v0.22.22 |
1382 | 2024-12-19T21:40:38.266Z | Compiling schemars_derive v0.8.21 |
1383 | 2024-12-19T21:40:38.294Z | Compiling stringprep v0.1.5 |
1384 | 2024-12-19T21:40:39.617Z | Compiling hyper v1.5.0 |
1385 | 2024-12-19T21:40:41.231Z | Compiling addr2line v0.24.2 |
1386 | 2024-12-19T21:40:41.942Z | Compiling crossbeam-deque v0.8.5 |
1387 | 2024-12-19T21:40:41.990Z | Compiling usdt-attr-macro v0.5.0 |
1388 | 2024-12-19T21:40:42.180Z | Compiling hyper-util v0.1.10 |
1389 | 2024-12-19T21:40:42.248Z | Compiling usdt-macro v0.5.0 |
1390 | 2024-12-19T21:40:43.144Z | Compiling term v0.7.0 |
1391 | 2024-12-19T21:40:43.648Z | Compiling slog-json v2.6.1 |
1392 | 2024-12-19T21:40:43.753Z | Compiling serde_urlencoded v0.7.1 |
1393 | 2024-12-19T21:40:43.862Z | Compiling curve25519-dalek v4.1.3 |
1394 | 2024-12-19T21:40:44.043Z | Compiling crossbeam-channel v0.5.13 |
1395 | 2024-12-19T21:40:44.291Z | Compiling enum-as-inner v0.6.1 |
1396 | 2024-12-19T21:40:44.506Z | Compiling futures-executor v0.3.31 |
1397 | 2024-12-19T21:40:44.678Z | Compiling md-5 v0.10.6 |
1398 | 2024-12-19T21:40:44.956Z | Compiling async-stream-impl v0.3.6 |
1399 | 2024-12-19T21:40:45.092Z | Compiling rustls-pemfile v2.2.0 |
1400 | 2024-12-19T21:40:45.192Z | Compiling num-integer v0.1.46 |
1401 | 2024-12-19T21:40:45.398Z | Compiling idna v0.3.0 |
1402 | 2024-12-19T21:40:45.425Z | Compiling idna v0.4.0 |
1403 | 2024-12-19T21:40:45.447Z | Compiling hash32 v0.2.1 |
1404 | 2024-12-19T21:40:45.848Z | Compiling ff v0.13.0 |
1405 | 2024-12-19T21:40:45.987Z | Compiling is-terminal v0.4.13 |
1406 | 2024-12-19T21:40:46.085Z | Compiling dropshot v0.12.0 |
1407 | 2024-12-19T21:40:46.124Z | Compiling object v0.36.5 |
1408 | 2024-12-19T21:40:46.366Z | Compiling smoltcp v0.9.1 |
1409 | 2024-12-19T21:40:46.386Z | Compiling fallible-iterator v0.2.0 |
1410 | 2024-12-19T21:40:46.662Z | Compiling utf-8 v0.7.6 |
1411 | 2024-12-19T21:40:47.043Z | Compiling rustc-demangle v0.1.24 |
1412 | 2024-12-19T21:40:47.087Z | Compiling linked-hash-map v0.5.6 |
1413 | 2024-12-19T21:40:47.153Z | Compiling anyhow v1.0.93 |
1414 | 2024-12-19T21:40:47.175Z | Compiling take_mut v0.2.2 |
1415 | 2024-12-19T21:40:47.200Z | Compiling portable-atomic v1.9.0 |
1416 | 2024-12-19T21:40:47.347Z | Compiling psl-types v2.0.11 |
1417 | 2024-12-19T21:40:47.464Z | Compiling num-bigint-dig v0.8.4 |
1418 | 2024-12-19T21:40:47.560Z | Compiling quick-error v1.2.3 |
1419 | 2024-12-19T21:40:47.708Z | Compiling base16ct v0.2.0 |
1420 | 2024-12-19T21:40:47.763Z | Compiling dyn-clone v1.0.17 |
1421 | 2024-12-19T21:40:47.993Z | Compiling sec1 v0.7.3 |
1422 | 2024-12-19T21:40:48.080Z | Compiling resolv-conf v0.7.0 |
1423 | 2024-12-19T21:40:48.150Z | Compiling publicsuffix v2.2.3 |
1424 | 2024-12-19T21:40:48.428Z | Compiling lru-cache v0.1.2 |
1425 | 2024-12-19T21:40:48.590Z | Compiling postgres-protocol v0.6.7 |
1426 | 2024-12-19T21:40:48.636Z | Compiling tungstenite v0.24.0 |
1427 | 2024-12-19T21:40:48.972Z | Compiling async-stream v0.3.6 |
1428 | 2024-12-19T21:40:49.305Z | Compiling hickory-proto v0.24.1 |
1429 | 2024-12-19T21:40:49.729Z | Compiling slog-term v2.9.1 |
1430 | 2024-12-19T21:40:49.998Z | Compiling group v0.13.0 |
1431 | 2024-12-19T21:40:50.339Z | Compiling usdt v0.5.0 |
1432 | 2024-12-19T21:40:51.025Z | Compiling num-iter v0.1.45 |
1433 | 2024-12-19T21:40:51.063Z | Compiling futures v0.3.31 |
1434 | 2024-12-19T21:40:51.228Z | Compiling slog-bunyan v2.5.0 |
1435 | 2024-12-19T21:40:51.455Z | Compiling toml v0.8.19 |
1436 | 2024-12-19T21:40:53.117Z | Compiling camino v1.1.9 |
1437 | 2024-12-19T21:40:53.254Z | Compiling tokio-native-tls v0.3.1 |
1438 | 2024-12-19T21:40:53.386Z | Compiling phf_shared v0.11.2 |
1439 | 2024-12-19T21:40:53.552Z | Compiling dropshot_endpoint v0.12.0 |
1440 | 2024-12-19T21:40:53.777Z | Compiling backtrace v0.3.74 |
1441 | 2024-12-19T21:40:54.081Z | Compiling terminal_size v0.4.0 |
1442 | 2024-12-19T21:40:54.312Z | Compiling openapiv3 v2.0.0 |
1443 | 2024-12-19T21:40:54.315Z | Compiling waitgroup v0.1.2 |
1444 | 2024-12-19T21:40:54.471Z | Compiling serde_path_to_error v0.1.16 |
1445 | 2024-12-19T21:40:54.577Z | Compiling hkdf v0.12.4 |
1446 | 2024-12-19T21:40:54.849Z | Compiling crypto-bigint v0.5.5 |
1447 | 2024-12-19T21:40:55.340Z | Compiling curve25519-dalek-derive v0.1.1 |
1448 | 2024-12-19T21:40:56.974Z | Compiling zerocopy-derive v0.6.6 |
1449 | 2024-12-19T21:40:57.258Z | Compiling hubpack_derive v0.1.1 |
1450 | 2024-12-19T21:40:57.670Z | Compiling webpki-roots v0.26.6 |
1451 | 2024-12-19T21:40:57.881Z | Compiling idna v0.5.0 |
1452 | 2024-12-19T21:40:58.221Z | Compiling hostname v0.4.0 |
1453 | 2024-12-19T21:40:58.387Z | Compiling fs-err v2.11.0 |
1454 | 2024-12-19T21:40:58.480Z | Compiling crc32fast v1.4.2 |
1455 | 2024-12-19T21:40:58.883Z | Compiling ahash v0.8.11 |
1456 | 2024-12-19T21:40:58.890Z | Compiling debug-ignore v1.0.5 |
1457 | 2024-12-19T21:40:58.907Z | Compiling winnow v0.5.40 |
1458 | 2024-12-19T21:40:58.984Z | Compiling bitflags v1.3.2 |
1459 | 2024-12-19T21:40:59.019Z | Compiling managed v0.8.0 |
1460 | 2024-12-19T21:40:59.099Z | Compiling console v0.15.8 |
1461 | 2024-12-19T21:40:59.341Z | Compiling zerocopy v0.6.6 |
1462 | 2024-12-19T21:40:59.649Z | Compiling strum_macros v0.25.3 |
1463 | 2024-12-19T21:41:00.123Z | Compiling clap_builder v4.5.21 |
1464 | 2024-12-19T21:41:00.223Z | Compiling cookie_store v0.21.0 |
1465 | 2024-12-19T21:41:00.803Z | Compiling flate2 v1.0.34 |
1466 | 2024-12-19T21:41:01.375Z | Compiling hubpack v0.1.2 |
1467 | 2024-12-19T21:41:01.740Z | Compiling elliptic-curve v0.13.8 |
1468 | 2024-12-19T21:41:01.865Z | Compiling hickory-resolver v0.24.1 |
1469 | 2024-12-19T21:41:02.612Z | Compiling toml_edit v0.19.15 |
1470 | 2024-12-19T21:41:02.868Z | Compiling signal-hook-mio v0.2.4 |
1471 | 2024-12-19T21:41:02.894Z | Compiling phf v0.11.2 |
1472 | 2024-12-19T21:41:03.043Z | Compiling hyper-tls v0.6.0 |
1473 | 2024-12-19T21:41:03.202Z | Compiling rayon v1.10.0 |
1474 | 2024-12-19T21:41:03.491Z | Compiling bzip2 v0.4.4 |
1475 | 2024-12-19T21:41:03.979Z | Compiling tokio-tungstenite v0.24.0 |
1476 | 2024-12-19T21:41:04.572Z | Compiling postgres-types v0.2.8 |
1477 | 2024-12-19T21:41:07.664Z | Compiling ed25519 v2.2.3 |
1478 | 2024-12-19T21:41:08.213Z | Compiling phf_shared v0.10.0 |
1479 | 2024-12-19T21:41:08.630Z | Compiling tokio-stream v0.1.16 |
1480 | 2024-12-19T21:41:08.928Z | Compiling pkcs1 v0.7.5 |
1481 | 2024-12-19T21:41:09.589Z | Compiling serde-big-array v0.5.1 |
1482 | 2024-12-19T21:41:09.764Z | Compiling clap_derive v4.5.18 |
1483 | 2024-12-19T21:41:09.841Z | Compiling rfc6979 v0.4.0 |
1484 | 2024-12-19T21:41:09.982Z | Compiling derive-where v1.2.7 |
1485 | 2024-12-19T21:41:10.003Z | Compiling serde_repr v0.1.19 |
1486 | 2024-12-19T21:41:10.031Z | Compiling float-cmp v0.9.0 |
1487 | 2024-12-19T21:41:10.155Z | Compiling bstr v1.10.0 |
1488 | 2024-12-19T21:41:10.257Z | Compiling sync_wrapper v1.0.1 |
1489 | 2024-12-19T21:41:10.417Z | Compiling bit-vec v0.6.3 |
1490 | 2024-12-19T21:41:10.932Z | Compiling number_prefix v0.4.0 |
1491 | 2024-12-19T21:41:11.070Z | Compiling fixedbitset v0.4.2 |
1492 | 2024-12-19T21:41:11.169Z | Compiling precomputed-hash v0.1.1 |
1493 | 2024-12-19T21:41:11.201Z | Compiling whoami v1.5.2 |
1494 | 2024-12-19T21:41:11.294Z | Compiling predicates-core v1.0.8 |
1495 | 2024-12-19T21:41:11.562Z | Compiling normalize-line-endings v0.3.0 |
1496 | 2024-12-19T21:41:11.669Z | Compiling unicode-segmentation v1.12.0 |
1497 | 2024-12-19T21:41:11.696Z | Compiling unicode-width v0.2.0 |
1498 | 2024-12-19T21:41:11.850Z | Compiling new_debug_unreachable v1.0.6 |
1499 | 2024-12-19T21:41:11.954Z | Compiling static_assertions v1.1.0 |
1500 | 2024-12-19T21:41:12.075Z | Compiling difflib v0.4.0 |
1501 | 2024-12-19T21:41:12.078Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1502 | 2024-12-19T21:41:12.240Z | Compiling indicatif v0.17.9 |
1503 | 2024-12-19T21:41:12.609Z | Compiling predicates v3.1.2 |
1504 | 2024-12-19T21:41:13.766Z | Compiling similar v2.6.0 |
1505 | 2024-12-19T21:41:13.822Z | Compiling string_cache v0.8.7 |
1506 | 2024-12-19T21:41:14.333Z | Compiling tokio-postgres v0.7.12 |
1507 | 2024-12-19T21:41:14.443Z | Compiling petgraph v0.6.5 |
1508 | 2024-12-19T21:41:14.617Z | Compiling bit-set v0.5.3 |
1509 | 2024-12-19T21:41:14.893Z | Compiling ecdsa v0.16.9 |
1510 | 2024-12-19T21:41:15.029Z | Compiling clap v4.5.21 |
1511 | 2024-12-19T21:41:15.165Z | Compiling rsa v0.9.6 |
1512 | 2024-12-19T21:41:15.774Z | Compiling ed25519-dalek v2.1.1 |
1513 | 2024-12-19T21:41:16.312Z | Compiling toml v0.7.8 |
1514 | 2024-12-19T21:41:17.153Z | Compiling zip v0.6.6 |
1515 | 2024-12-19T21:41:18.141Z | Compiling crossterm v0.28.1 |
1516 | 2024-12-19T21:41:19.064Z | Compiling hex v0.4.3 |
1517 | 2024-12-19T21:41:19.410Z | Compiling x509-cert v0.2.5 |
1518 | 2024-12-19T21:41:19.434Z | Compiling peg-runtime v0.8.3 |
1519 | 2024-12-19T21:41:19.518Z | Compiling lalrpop-util v0.19.12 |
1520 | 2024-12-19T21:41:19.701Z | Compiling unicode-xid v0.2.6 |
1521 | 2024-12-19T21:41:19.896Z | Compiling strum_macros v0.26.4 |
1522 | 2024-12-19T21:41:19.916Z | Compiling xattr v1.3.1 |
1523 | 2024-12-19T21:41:20.130Z | Compiling filetime v0.2.25 |
1524 | 2024-12-19T21:41:20.424Z | Compiling tar v0.4.42 |
1525 | 2024-12-19T21:41:25.276Z | Compiling strum v0.26.3 |
1526 | 2024-12-19T21:41:28.280Z | Compiling aws-lc-sys v0.22.0 |
1527 | 2024-12-19T21:41:57.225Z | Compiling rustls-webpki v0.102.8 |
1528 | 2024-12-19T21:42:00.791Z | Compiling tokio-rustls v0.25.0 |
1529 | 2024-12-19T21:42:02.550Z | Compiling tokio-rustls v0.26.0 |
1530 | 2024-12-19T21:42:02.963Z | Compiling hyper-rustls v0.27.3 |
1531 | 2024-12-19T21:42:03.318Z | Compiling reqwest v0.12.9 |
1532 | 2024-12-19T21:42:04.490Z | Compiling qorb v0.2.1 |
1533 | 2024-12-19T21:42:09.497Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1534 | 2024-12-19T21:42:09.744Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1535 | 2024-12-19T21:42:15.722Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 30s |
1536 | 2024-12-19T21:42:15.883Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1537 | 2024-12-19T21:42:15.937Z | Dec 19 21:42:14.834 INFO Starting download, target: Console |
1538 | 2024-12-19T21:42:15.937Z | Dec 19 21:42:14.834 INFO Starting download, target: DendriteOpenapi |
1539 | 2024-12-19T21:42:15.940Z | Dec 19 21:42:14.834 INFO Starting download, target: Clickhouse |
1540 | 2024-12-19T21:42:15.940Z | Dec 19 21:42:14.834 INFO Starting download, target: Cockroach |
1541 | 2024-12-19T21:42:15.940Z | Dec 19 21:42:14.834 INFO Starting download, target: DendriteStub |
1542 | 2024-12-19T21:42:15.940Z | Dec 19 21:42:14.834 INFO Starting download, target: MaghemiteMgd |
1543 | 2024-12-19T21:42:15.940Z | Dec 19 21:42:14.834 INFO Starting download, target: TransceiverControl |
1544 | 2024-12-19T21:42:15.940Z | Dec 19 21:42:14.835 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1545 | 2024-12-19T21:42:15.940Z | Dec 19 21:42:14.835 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1546 | 2024-12-19T21:42:15.940Z | Dec 19 21:42:14.835 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1547 | 2024-12-19T21:42:15.940Z | Dec 19 21:42:14.835 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1548 | 2024-12-19T21:42:15.940Z | Dec 19 21:42:14.835 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1549 | 2024-12-19T21:42:15.940Z | Dec 19 21:42:14.835 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1550 | 2024-12-19T21:42:15.940Z | Dec 19 21:42:14.835 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1551 | 2024-12-19T21:42:16.192Z | Dec 19 21:42:15.065 INFO Download complete, target: DendriteOpenapi |
1552 | 2024-12-19T21:42:16.336Z | Dec 19 21:42:15.203 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1553 | 2024-12-19T21:42:16.469Z | Dec 19 21:42:15.354 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1554 | 2024-12-19T21:42:16.801Z | Dec 19 21:42:15.693 INFO Download complete, target: Console |
1555 | 2024-12-19T21:42:16.875Z | Dec 19 21:42:15.771 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1556 | 2024-12-19T21:42:16.931Z | Dec 19 21:42:15.827 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1557 | 2024-12-19T21:42:16.988Z | Dec 19 21:42:15.883 INFO Download complete, target: TransceiverControl |
1558 | 2024-12-19T21:42:17.752Z | Dec 19 21:42:16.647 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1559 | 2024-12-19T21:42:17.752Z | Dec 19 21:42:16.647 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1560 | 2024-12-19T21:42:17.895Z | Dec 19 21:42:16.791 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1561 | 2024-12-19T21:42:19.895Z | Dec 19 21:42:18.791 INFO Download complete, target: DendriteStub |
1562 | 2024-12-19T21:42:20.010Z | Dec 19 21:42:18.905 INFO Download complete, target: MaghemiteMgd |
1563 | 2024-12-19T21:42:25.328Z | Dec 19 21:42:24.223 INFO Checking that binary works, target: Cockroach |
1564 | 2024-12-19T21:42:25.491Z | Dec 19 21:42:24.386 INFO Download complete, target: Cockroach |
1565 | 2024-12-19T21:42:30.650Z | Dec 19 21:42:29.541 INFO Checking that binary works, target: Clickhouse |
1566 | 2024-12-19T21:42:30.787Z | Dec 19 21:42:29.681 INFO Download complete, target: Clickhouse |
1567 | 2024-12-19T21:42:30.808Z | All builder prerequisites installed successfully, and PATH looks valid |
1568 | 2024-12-19T21:42:30.810Z | |
1569 | 2024-12-19T21:42:30.811Z | real 5:25.241787314 |
1570 | 2024-12-19T21:42:30.811Z | user 16:56.470716213 |
1571 | 2024-12-19T21:42:30.811Z | sys 3:19.112574000 |
1572 | 2024-12-19T21:42:30.811Z | trap 0.612834572 |
1573 | 2024-12-19T21:42:30.811Z | tflt 1.596057229 |
1574 | 2024-12-19T21:42:30.811Z | dflt 2.203987852 |
1575 | 2024-12-19T21:42:30.811Z | kflt 0.024996011 |
1576 | 2024-12-19T21:42:30.811Z | lock 30:12.643214810 |
1577 | 2024-12-19T21:42:30.811Z | slp 1:03:45.836513873 |
1578 | 2024-12-19T21:42:30.811Z | lat 57.877483292 |
1579 | 2024-12-19T21:42:30.812Z | stop 2:21.104488395 |
1580 | 2024-12-19T21:42:30.812Z | + banner clippy |
1581 | 2024-12-19T21:42:30.815Z | |
1582 | 2024-12-19T21:42:30.815Z | #### # # ##### ##### # # |
1583 | 2024-12-19T21:42:30.815Z | # # # # # # # # # # |
1584 | 2024-12-19T21:42:30.815Z | # # # # # # # # |
1585 | 2024-12-19T21:42:30.815Z | # # # ##### ##### # |
1586 | 2024-12-19T21:42:30.815Z | # # # # # # # |
1587 | 2024-12-19T21:42:30.815Z | #### ###### # # # # |
1588 | 2024-12-19T21:42:30.815Z | |
1589 | 2024-12-19T21:42:30.815Z | + export CARGO_INCREMENTAL=0 |
1590 | 2024-12-19T21:42:30.815Z | + CARGO_INCREMENTAL=0 |
1591 | 2024-12-19T21:42:30.815Z | + ptime -m cargo xtask clippy |
1592 | 2024-12-19T21:42:31.368Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1593 | 2024-12-19T21:42:34.923Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.05s |
1594 | 2024-12-19T21:42:34.991Z | Running `target/debug/xtask clippy` |
1595 | 2024-12-19T21:42:35.014Z | running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1596 | 2024-12-19T21:42:35.700Z | Downloading crates ... |
1597 | 2024-12-19T21:42:36.157Z | Downloaded anes v0.1.6 |
1598 | 2024-12-19T21:42:36.161Z | Downloaded async-object-pool v0.1.5 |
1599 | 2024-12-19T21:42:36.166Z | Downloaded doc-comment v0.3.3 |
1600 | 2024-12-19T21:42:36.186Z | Downloaded pathdiff v0.2.2 |
1601 | 2024-12-19T21:42:36.191Z | Downloaded event-listener v2.5.3 |
1602 | 2024-12-19T21:42:36.194Z | Downloaded async-channel v1.9.0 |
1603 | 2024-12-19T21:42:36.194Z | Downloaded async-attributes v1.1.2 |
1604 | 2024-12-19T21:42:36.196Z | Downloaded criterion-plot v0.5.0 |
1605 | 2024-12-19T21:42:36.200Z | Downloaded guppy-workspace-hack v0.1.0 |
1606 | 2024-12-19T21:42:36.203Z | Downloaded nested v0.1.1 |
1607 | 2024-12-19T21:42:36.206Z | Downloaded datatest-stable v0.2.9 |
1608 | 2024-12-19T21:42:36.209Z | Downloaded cast v0.3.0 |
1609 | 2024-12-19T21:42:36.213Z | Downloaded concurrent-queue v2.5.0 |
1610 | 2024-12-19T21:42:36.216Z | Downloaded async-global-executor v2.4.1 |
1611 | 2024-12-19T21:42:36.216Z | Downloaded async-channel v2.3.1 |
1612 | 2024-12-19T21:42:36.219Z | Downloaded target-triple v0.1.3 |
1613 | 2024-12-19T21:42:36.219Z | Downloaded proc-macro-crate v3.2.0 |
1614 | 2024-12-19T21:42:36.222Z | Downloaded piper v0.2.4 |
1615 | 2024-12-19T21:42:36.222Z | Downloaded oorandom v11.1.4 |
1616 | 2024-12-19T21:42:36.222Z | Downloaded num_cpus v1.16.0 |
1617 | 2024-12-19T21:42:36.225Z | Downloaded relative-path v1.9.3 |
1618 | 2024-12-19T21:42:36.227Z | Downloaded path-tree v0.8.1 |
1619 | 2024-12-19T21:42:36.227Z | Downloaded assert-json-diff v2.0.2 |
1620 | 2024-12-19T21:42:36.231Z | Downloaded escape8259 v0.5.3 |
1621 | 2024-12-19T21:42:36.234Z | Downloaded approx v0.5.1 |
1622 | 2024-12-19T21:42:36.234Z | Downloaded blake2b_simd v1.0.2 |
1623 | 2024-12-19T21:42:36.237Z | Downloaded async-executor v1.13.1 |
1624 | 2024-12-19T21:42:36.239Z | Downloaded threadpool v1.8.1 |
1625 | 2024-12-19T21:42:36.239Z | Downloaded target-spec v3.2.2 |
1626 | 2024-12-19T21:42:36.242Z | Downloaded event-listener-strategy v0.5.2 |
1627 | 2024-12-19T21:42:36.242Z | Downloaded serde_regex v1.1.0 |
1628 | 2024-12-19T21:42:36.242Z | Downloaded plotters-svg v0.3.7 |
1629 | 2024-12-19T21:42:36.244Z | Downloaded stringmetrics v2.2.2 |
1630 | 2024-12-19T21:42:36.244Z | Downloaded futures-timer v3.0.3 |
1631 | 2024-12-19T21:42:36.247Z | Downloaded async-signal v0.2.10 |
1632 | 2024-12-19T21:42:36.247Z | Downloaded plotters-backend v0.3.7 |
1633 | 2024-12-19T21:42:36.250Z | Downloaded blocking v1.6.1 |
1634 | 2024-12-19T21:42:36.253Z | Downloaded async-lock v3.4.0 |
1635 | 2024-12-19T21:42:36.258Z | Downloaded indoc v2.0.5 |
1636 | 2024-12-19T21:42:36.260Z | Downloaded async-task v4.7.1 |
1637 | 2024-12-19T21:42:36.263Z | Downloaded rustls-native-certs v0.7.3 |
1638 | 2024-12-19T21:42:36.266Z | Downloaded partial-io v0.5.4 |
1639 | 2024-12-19T21:42:36.269Z | Downloaded rust-argon2 v2.1.0 |
1640 | 2024-12-19T21:42:36.272Z | Downloaded httptest v0.16.1 |
1641 | 2024-12-19T21:42:36.272Z | Downloaded target-lexicon v0.12.16 |
1642 | 2024-12-19T21:42:36.274Z | Downloaded similar-asserts v1.6.0 |
1643 | 2024-12-19T21:42:36.276Z | Downloaded parking v2.2.1 |
1644 | 2024-12-19T21:42:36.276Z | Downloaded tinytemplate v1.2.1 |
1645 | 2024-12-19T21:42:36.279Z | Downloaded kv-log-macro v1.0.7 |
1646 | 2024-12-19T21:42:36.279Z | Downloaded event-listener v5.3.1 |
1647 | 2024-12-19T21:42:36.282Z | Downloaded cfg-expr v0.17.0 |
1648 | 2024-12-19T21:42:36.284Z | Downloaded async-io v2.3.4 |
1649 | 2024-12-19T21:42:36.287Z | Downloaded rstest v0.23.0 |
1650 | 2024-12-19T21:42:36.292Z | Downloaded trybuild v1.0.101 |
1651 | 2024-12-19T21:42:36.296Z | Downloaded rstest_macros v0.23.0 |
1652 | 2024-12-19T21:42:36.299Z | Downloaded rand_distr v0.4.3 |
1653 | 2024-12-19T21:42:36.303Z | Downloaded polling v3.7.3 |
1654 | 2024-12-19T21:42:36.305Z | Downloaded pretty_assertions v1.4.1 |
1655 | 2024-12-19T21:42:36.308Z | Downloaded yansi v1.0.1 |
1656 | 2024-12-19T21:42:36.311Z | Downloaded libtest-mimic v0.7.3 |
1657 | 2024-12-19T21:42:36.314Z | Downloaded futures-lite v2.3.0 |
1658 | 2024-12-19T21:42:36.314Z | Downloaded async-process v2.3.0 |
1659 | 2024-12-19T21:42:36.316Z | Downloaded fancy-regex v0.13.0 |
1660 | 2024-12-19T21:42:36.319Z | Downloaded criterion v0.5.1 |
1661 | 2024-12-19T21:42:36.324Z | Downloaded assert_cmd v2.0.16 |
1662 | 2024-12-19T21:42:36.327Z | Downloaded guppy v0.17.8 |
1663 | 2024-12-19T21:42:36.332Z | Downloaded plotters v0.3.7 |
1664 | 2024-12-19T21:42:36.340Z | Downloaded hyper-rustls v0.26.0 |
1665 | 2024-12-19T21:42:36.343Z | Downloaded async-std v1.13.0 |
1666 | 2024-12-19T21:42:36.433Z | Downloaded httpmock v0.8.0-alpha.1 |
1667 | 2024-12-19T21:42:37.234Z | Checking cfg-if v1.0.0 |
1668 | 2024-12-19T21:42:37.318Z | Checking libc v0.2.162 |
1669 | 2024-12-19T21:42:37.335Z | Checking serde v1.0.215 |
1670 | 2024-12-19T21:42:37.369Z | Checking memchr v2.7.4 |
1671 | 2024-12-19T21:42:37.380Z | Checking value-bag v1.9.0 |
1672 | 2024-12-19T21:42:37.400Z | Checking scopeguard v1.2.0 |
1673 | 2024-12-19T21:42:37.427Z | Checking zeroize v1.8.1 |
1674 | 2024-12-19T21:42:37.453Z | Checking smallvec v1.13.2 |
1675 | 2024-12-19T21:42:37.487Z | Checking itoa v1.0.11 |
1676 | 2024-12-19T21:42:37.560Z | Checking lock_api v0.4.12 |
1677 | 2024-12-19T21:42:37.697Z | Checking byteorder v1.5.0 |
1678 | 2024-12-19T21:42:37.727Z | Checking pin-project-lite v0.2.14 |
1679 | 2024-12-19T21:42:37.803Z | Checking subtle v2.6.1 |
1680 | 2024-12-19T21:42:37.831Z | Checking log v0.4.22 |
1681 | 2024-12-19T21:42:37.859Z | Checking once_cell v1.20.2 |
1682 | 2024-12-19T21:42:37.972Z | Checking typenum v1.17.0 |
1683 | 2024-12-19T21:42:38.098Z | Checking futures-core v0.3.31 |
1684 | 2024-12-19T21:42:38.131Z | Checking libm v0.2.8 |
1685 | 2024-12-19T21:42:38.169Z | Checking thiserror v1.0.69 |
1686 | 2024-12-19T21:42:38.201Z | Checking zerocopy v0.7.35 |
1687 | 2024-12-19T21:42:38.286Z | Checking ryu v1.0.18 |
1688 | 2024-12-19T21:42:38.315Z | Checking spin v0.9.8 |
1689 | 2024-12-19T21:42:38.350Z | Checking const-oid v0.9.6 |
1690 | 2024-12-19T21:42:38.459Z | Checking getrandom v0.2.15 |
1691 | 2024-12-19T21:42:38.501Z | Checking signal-hook-registry v1.4.2 |
1692 | 2024-12-19T21:42:38.672Z | Checking parking_lot_core v0.9.10 |
1693 | 2024-12-19T21:42:38.711Z | Checking rand_core v0.6.4 |
1694 | 2024-12-19T21:42:38.765Z | Checking mio v1.0.2 |
1695 | 2024-12-19T21:42:39.111Z | Checking socket2 v0.5.7 |
1696 | 2024-12-19T21:42:39.318Z | Checking parking_lot v0.12.3 |
1697 | 2024-12-19T21:42:39.318Z | Checking num-traits v0.2.19 |
1698 | 2024-12-19T21:42:39.455Z | Checking generic-array v0.14.7 |
1699 | 2024-12-19T21:42:39.689Z | Checking futures-io v0.3.31 |
1700 | 2024-12-19T21:42:39.689Z | Checking slab v0.4.9 |
1701 | 2024-12-19T21:42:39.689Z | Checking allocator-api2 v0.2.18 |
1702 | 2024-12-19T21:42:39.833Z | Checking cpufeatures v0.2.14 |
1703 | 2024-12-19T21:42:39.833Z | Checking futures-sink v0.3.31 |
1704 | 2024-12-19T21:42:39.833Z | Checking pin-utils v0.1.0 |
1705 | 2024-12-19T21:42:39.958Z | Checking equivalent v1.0.1 |
1706 | 2024-12-19T21:42:39.958Z | Checking foldhash v0.1.3 |
1707 | 2024-12-19T21:42:39.959Z | Checking futures-channel v0.3.31 |
1708 | 2024-12-19T21:42:40.074Z | Checking futures-task v0.3.31 |
1709 | 2024-12-19T21:42:40.156Z | Checking stable_deref_trait v1.2.0 |
1710 | 2024-12-19T21:42:40.222Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1711 | 2024-12-19T21:42:40.223Z | Checking hashbrown v0.15.1 |
1712 | 2024-12-19T21:42:40.293Z | Checking fnv v1.0.7 |
1713 | 2024-12-19T21:42:40.293Z | Checking iana-time-zone v0.1.61 |
1714 | 2024-12-19T21:42:40.293Z | Checking futures-util v0.3.31 |
1715 | 2024-12-19T21:42:40.360Z | Checking ppv-lite86 v0.2.20 |
1716 | 2024-12-19T21:42:40.415Z | Checking tracing-core v0.1.32 |
1717 | 2024-12-19T21:42:40.517Z | Checking errno v0.3.9 |
1718 | 2024-12-19T21:42:40.556Z | Checking crypto-common v0.1.6 |
1719 | 2024-12-19T21:42:40.637Z | Checking block-buffer v0.10.4 |
1720 | 2024-12-19T21:42:40.680Z | Checking zerofrom v0.1.4 |
1721 | 2024-12-19T21:42:40.779Z | Checking dyn-clone v1.0.17 |
1722 | 2024-12-19T21:42:40.891Z | Checking digest v0.10.7 |
1723 | 2024-12-19T21:42:40.941Z | Checking block-padding v0.3.3 |
1724 | 2024-12-19T21:42:40.960Z | Checking yoke v0.7.4 |
1725 | 2024-12-19T21:42:41.018Z | Checking tracing v0.1.40 |
1726 | 2024-12-19T21:42:41.129Z | Checking rand_chacha v0.3.1 |
1727 | 2024-12-19T21:42:41.155Z | Checking inout v0.1.3 |
1728 | 2024-12-19T21:42:41.268Z | Checking crossbeam-utils v0.8.20 |
1729 | 2024-12-19T21:42:41.300Z | Checking zerovec v0.10.4 |
1730 | 2024-12-19T21:42:41.372Z | Checking percent-encoding v2.3.1 |
1731 | 2024-12-19T21:42:41.397Z | Checking cipher v0.4.4 |
1732 | 2024-12-19T21:42:41.399Z | Checking litemap v0.7.3 |
1733 | 2024-12-19T21:42:41.542Z | Checking rand v0.8.5 |
1734 | 2024-12-19T21:42:41.585Z | Checking writeable v0.5.5 |
1735 | 2024-12-19T21:42:41.750Z | Checking tinyvec_macros v0.1.1 |
1736 | 2024-12-19T21:42:41.850Z | Checking form_urlencoded v1.2.1 |
1737 | 2024-12-19T21:42:41.876Z | Checking tinyvec v1.8.0 |
1738 | 2024-12-19T21:42:41.900Z | Checking httparse v1.9.5 |
1739 | 2024-12-19T21:42:41.970Z | Checking base64ct v1.6.0 |
1740 | 2024-12-19T21:42:42.066Z | Checking icu_locid_transform_data v1.5.0 |
1741 | 2024-12-19T21:42:42.176Z | Checking atomic-waker v1.1.2 |
1742 | 2024-12-19T21:42:42.319Z | Checking regex-syntax v0.8.5 |
1743 | 2024-12-19T21:42:42.355Z | Checking hmac v0.12.1 |
1744 | 2024-12-19T21:42:42.384Z | Checking bytes v1.8.0 |
1745 | 2024-12-19T21:42:42.412Z | Checking bitflags v2.6.0 |
1746 | 2024-12-19T21:42:42.593Z | Checking serde_json v1.0.132 |
1747 | 2024-12-19T21:42:42.726Z | Checking indexmap v2.6.0 |
1748 | 2024-12-19T21:42:42.814Z | Checking chrono v0.4.38 |
1749 | 2024-12-19T21:42:42.985Z | Checking rustix v0.38.37 |
1750 | 2024-12-19T21:42:43.171Z | Checking tokio v1.40.0 |
1751 | 2024-12-19T21:42:43.236Z | Checking uuid v1.11.0 |
1752 | 2024-12-19T21:42:43.896Z | Checking http v1.1.0 |
1753 | 2024-12-19T21:42:44.039Z | Checking tinystr v0.7.6 |
1754 | 2024-12-19T21:42:44.385Z | Checking unicode-normalization v0.1.24 |
1755 | 2024-12-19T21:42:44.420Z | Checking icu_locid v1.5.0 |
1756 | 2024-12-19T21:42:44.989Z | Checking schemars v0.8.21 |
1757 | 2024-12-19T21:42:45.300Z | Checking icu_collections v1.5.0 |
1758 | 2024-12-19T21:42:45.330Z | Checking icu_properties_data v1.5.0 |
1759 | 2024-12-19T21:42:45.333Z | Checking untrusted v0.9.0 |
1760 | 2024-12-19T21:42:45.484Z | Checking icu_provider v1.5.0 |
1761 | 2024-12-19T21:42:45.526Z | Checking ring v0.17.8 |
1762 | 2024-12-19T21:42:45.588Z | Checking sha2 v0.10.8 |
1763 | 2024-12-19T21:42:45.700Z | Checking aho-corasick v1.1.3 |
1764 | 2024-12-19T21:42:45.999Z | Checking utf16_iter v1.0.5 |
1765 | 2024-12-19T21:42:46.164Z | Checking unicode-bidi v0.3.17 |
1766 | 2024-12-19T21:42:46.168Z | Checking icu_locid_transform v1.5.0 |
1767 | 2024-12-19T21:42:46.168Z | Checking icu_normalizer_data v1.5.0 |
1768 | 2024-12-19T21:42:46.319Z | Checking write16 v1.0.0 |
1769 | 2024-12-19T21:42:46.456Z | Checking unicode-ident v1.0.13 |
1770 | 2024-12-19T21:42:46.555Z | Checking utf8_iter v1.0.4 |
1771 | 2024-12-19T21:42:46.637Z | Checking lazy_static v1.5.0 |
1772 | 2024-12-19T21:42:46.742Z | Checking adler2 v2.0.0 |
1773 | 2024-12-19T21:42:46.771Z | Checking powerfmt v0.2.0 |
1774 | 2024-12-19T21:42:46.775Z | Checking num-conv v0.1.0 |
1775 | 2024-12-19T21:42:46.835Z | Checking rustls-pki-types v1.10.0 |
1776 | 2024-12-19T21:42:46.889Z | Checking miniz_oxide v0.8.0 |
1777 | 2024-12-19T21:42:47.058Z | Checking deranged v0.3.11 |
1778 | 2024-12-19T21:42:47.084Z | Checking time-core v0.1.2 |
1779 | 2024-12-19T21:42:47.167Z | Checking icu_properties v1.5.1 |
1780 | 2024-12-19T21:42:47.260Z | Checking num_threads v0.1.7 |
1781 | 2024-12-19T21:42:47.385Z | Checking proc-macro2 v1.0.89 |
1782 | 2024-12-19T21:42:47.416Z | Checking regex-automata v0.4.8 |
1783 | 2024-12-19T21:42:47.419Z | Checking pem-rfc7468 v0.7.0 |
1784 | 2024-12-19T21:42:47.465Z | Checking untrusted v0.7.1 |
1785 | 2024-12-19T21:42:47.634Z | Checking http-body v1.0.1 |
1786 | 2024-12-19T21:42:47.662Z | Checking aws-lc-sys v0.22.0 |
1787 | 2024-12-19T21:42:47.735Z | Checking mirai-annotations v1.12.0 |
1788 | 2024-12-19T21:42:47.862Z | Checking httpdate v1.0.3 |
1789 | 2024-12-19T21:42:47.939Z | Checking try-lock v0.2.5 |
1790 | 2024-12-19T21:42:48.078Z | Checking quote v1.0.37 |
1791 | 2024-12-19T21:42:48.105Z | Checking base64 v0.22.1 |
1792 | 2024-12-19T21:42:48.129Z | Checking want v0.3.1 |
1793 | 2024-12-19T21:42:48.331Z | Checking flagset v0.4.6 |
1794 | 2024-12-19T21:42:48.421Z | Checking syn v2.0.87 |
1795 | 2024-12-19T21:42:48.547Z | Checking der v0.7.9 |
1796 | 2024-12-19T21:42:48.624Z | Checking pbkdf2 v0.12.2 |
1797 | 2024-12-19T21:42:48.816Z | Checking aes v0.8.4 |
1798 | 2024-12-19T21:42:48.818Z | Checking time v0.3.36 |
1799 | 2024-12-19T21:42:49.782Z | Checking cbc v0.1.2 |
1800 | 2024-12-19T21:42:49.998Z | Checking salsa20 v0.10.2 |
1801 | 2024-12-19T21:42:50.228Z | Checking ahash v0.8.11 |
1802 | 2024-12-19T21:42:50.328Z | Checking aws-lc-rs v1.10.0 |
1803 | 2024-12-19T21:42:50.401Z | Checking icu_normalizer v1.5.0 |
1804 | 2024-12-19T21:42:50.542Z | Checking tokio-util v0.7.12 |
1805 | 2024-12-19T21:42:50.571Z | Checking spki v0.7.3 |
1806 | 2024-12-19T21:42:50.804Z | Checking slog v2.7.0 |
1807 | 2024-12-19T21:42:50.886Z | Checking tower-service v0.3.3 |
1808 | 2024-12-19T21:42:51.022Z | Checking scrypt v0.11.0 |
1809 | 2024-12-19T21:42:51.234Z | Checking idna_adapter v1.2.0 |
1810 | 2024-12-19T21:42:51.273Z | Checking mime v0.3.17 |
1811 | 2024-12-19T21:42:51.304Z | Checking gimli v0.31.1 |
1812 | 2024-12-19T21:42:51.439Z | Checking idna v1.0.3 |
1813 | 2024-12-19T21:42:51.468Z | Checking pkcs5 v0.7.1 |
1814 | 2024-12-19T21:42:51.549Z | Checking h2 v0.4.6 |
1815 | 2024-12-19T21:42:51.596Z | Checking object v0.36.5 |
1816 | 2024-12-19T21:42:51.928Z | Checking url v2.5.3 |
1817 | 2024-12-19T21:42:52.003Z | Checking rustc-demangle v0.1.24 |
1818 | 2024-12-19T21:42:52.181Z | Checking rustls-webpki v0.102.8 |
1819 | 2024-12-19T21:42:52.200Z | Checking utf8parse v0.2.2 |
1820 | 2024-12-19T21:42:52.357Z | Checking regex v1.11.1 |
1821 | 2024-12-19T21:42:52.423Z | Checking pkcs8 v0.10.2 |
1822 | 2024-12-19T21:42:52.763Z | Checking http-body-util v0.1.2 |
1823 | 2024-12-19T21:42:52.794Z | Checking futures-executor v0.3.31 |
1824 | 2024-12-19T21:42:52.993Z | Checking toml_datetime v0.6.8 |
1825 | 2024-12-19T21:42:52.997Z | Checking serde_spanned v0.6.8 |
1826 | 2024-12-19T21:42:53.041Z | Checking ipnet v2.10.1 |
1827 | 2024-12-19T21:42:53.202Z | Checking data-encoding v2.6.0 |
1828 | 2024-12-19T21:42:53.239Z | Checking unicode-width v0.1.14 |
1829 | 2024-12-19T21:42:53.311Z | Checking futures v0.3.31 |
1830 | 2024-12-19T21:42:53.430Z | Checking rustls-pemfile v2.2.0 |
1831 | 2024-12-19T21:42:53.521Z | Checking anstyle v1.0.10 |
1832 | 2024-12-19T21:42:53.659Z | Checking openssl-probe v0.1.5 |
1833 | 2024-12-19T21:42:53.735Z | Checking foreign-types-shared v0.1.1 |
1834 | 2024-12-19T21:42:53.832Z | Checking semver v1.0.23 |
1835 | 2024-12-19T21:42:53.860Z | Checking foreign-types v0.3.2 |
1836 | 2024-12-19T21:42:53.887Z | Checking serde_urlencoded v0.7.1 |
1837 | 2024-12-19T21:42:53.910Z | Checking sha1 v0.10.6 |
1838 | 2024-12-19T21:42:53.964Z | Checking openssl-sys v0.9.103 |
1839 | 2024-12-19T21:42:54.205Z | Checking encoding_rs v0.8.34 |
1840 | 2024-12-19T21:42:54.263Z | Checking rustls v0.23.19 |
1841 | 2024-12-19T21:42:54.302Z | Checking anstyle-parse v0.2.5 |
1842 | 2024-12-19T21:42:54.575Z | Checking camino v1.1.9 |
1843 | 2024-12-19T21:42:54.904Z | Checking either v1.13.0 |
1844 | 2024-12-19T21:42:55.136Z | Checking is_terminal_polyfill v1.70.1 |
1845 | 2024-12-19T21:42:55.272Z | Checking colorchoice v1.0.2 |
1846 | 2024-12-19T21:42:55.298Z | Checking winnow v0.6.20 |
1847 | 2024-12-19T21:42:55.343Z | Checking openssl v0.10.66 |
1848 | 2024-12-19T21:42:55.404Z | Checking addr2line v0.24.2 |
1849 | 2024-12-19T21:42:55.431Z | Checking anstyle-query v1.1.1 |
1850 | 2024-12-19T21:42:55.562Z | Checking anstream v0.6.15 |
1851 | 2024-12-19T21:42:55.944Z | Checking idna v0.3.0 |
1852 | 2024-12-19T21:42:55.977Z | Checking terminal_size v0.4.0 |
1853 | 2024-12-19T21:42:56.190Z | Checking openapiv3 v2.0.0 |
1854 | 2024-12-19T21:42:56.700Z | Checking signature v2.2.0 |
1855 | 2024-12-19T21:42:56.845Z | Checking strsim v0.11.1 |
1856 | 2024-12-19T21:42:56.899Z | Checking clap_lex v0.7.2 |
1857 | 2024-12-19T21:42:57.145Z | Checking psl-types v2.0.11 |
1858 | 2024-12-19T21:42:57.148Z | Checking clap_builder v4.5.21 |
1859 | 2024-12-19T21:42:57.330Z | Checking publicsuffix v2.2.3 |
1860 | 2024-12-19T21:42:57.573Z | Checking cookie v0.18.1 |
1861 | 2024-12-19T21:42:57.775Z | Checking hyper v1.5.0 |
1862 | 2024-12-19T21:42:58.004Z | Checking webpki-roots v0.26.6 |
1863 | 2024-12-19T21:42:58.149Z | Checking backtrace v0.3.74 |
1864 | 2024-12-19T21:42:58.227Z | Checking idna v0.5.0 |
1865 | 2024-12-19T21:42:58.362Z | Checking is-terminal v0.4.13 |
1866 | 2024-12-19T21:42:58.501Z | Checking scroll v0.12.0 |
1867 | 2024-12-19T21:42:58.744Z | Checking anyhow v1.0.93 |
1868 | 2024-12-19T21:42:59.010Z | Checking plain v0.2.3 |
1869 | 2024-12-19T21:42:59.119Z | Checking ucd-trie v0.1.7 |
1870 | 2024-12-19T21:42:59.154Z | Checking cookie_store v0.21.0 |
1871 | 2024-12-19T21:42:59.180Z | Checking goblin v0.8.2 |
1872 | 2024-12-19T21:42:59.340Z | Checking pest v2.7.14 |
1873 | 2024-12-19T21:42:59.667Z | Checking sync_wrapper v1.0.1 |
1874 | 2024-12-19T21:42:59.817Z | Checking base16ct v0.2.0 |
1875 | 2024-12-19T21:42:59.847Z | Checking pretty-hex v0.4.1 |
1876 | 2024-12-19T21:42:59.852Z | Checking hyper-util v0.1.10 |
1877 | 2024-12-19T21:42:59.917Z | Checking tokio-rustls v0.26.0 |
1878 | 2024-12-19T21:43:00.018Z | Checking sec1 v0.7.3 |
1879 | 2024-12-19T21:43:00.045Z | Checking num-integer v0.1.46 |
1880 | 2024-12-19T21:43:00.184Z | Checking clap v4.5.21 |
1881 | 2024-12-19T21:43:00.316Z | Checking ff v0.13.0 |
1882 | 2024-12-19T21:43:00.318Z | Checking thread-id v4.2.2 |
1883 | 2024-12-19T21:43:00.394Z | Checking toml_edit v0.22.22 |
1884 | 2024-12-19T21:43:00.487Z | Checking hkdf v0.12.4 |
1885 | 2024-12-19T21:43:00.530Z | Checking crypto-bigint v0.5.5 |
1886 | 2024-12-19T21:43:00.555Z | Checking group v0.13.0 |
1887 | 2024-12-19T21:43:00.710Z | Checking dirs-sys-next v0.1.2 |
1888 | 2024-12-19T21:43:00.827Z | Checking memmap v0.7.0 |
1889 | 2024-12-19T21:43:00.907Z | Checking crc32fast v1.4.2 |
1890 | 2024-12-19T21:43:01.054Z | Checking native-tls v0.2.12 |
1891 | 2024-12-19T21:43:01.076Z | Checking utf-8 v0.7.6 |
1892 | 2024-12-19T21:43:01.165Z | Checking static_assertions v1.1.0 |
1893 | 2024-12-19T21:43:01.278Z | Checking bitflags v1.3.2 |
1894 | 2024-12-19T21:43:01.305Z | Checking dirs-next v2.0.0 |
1895 | 2024-12-19T21:43:01.375Z | Checking tokio-native-tls v0.3.1 |
1896 | 2024-12-19T21:43:01.403Z | Checking crossbeam-channel v0.5.13 |
1897 | 2024-12-19T21:43:01.445Z | Checking thread_local v1.1.8 |
1898 | 2024-12-19T21:43:01.658Z | Checking unicode-segmentation v1.12.0 |
1899 | 2024-12-19T21:43:01.757Z | Checking term v0.7.0 |
1900 | 2024-12-19T21:43:01.813Z | Checking dtrace-parser v0.2.0 |
1901 | 2024-12-19T21:43:01.897Z | Checking hyper-rustls v0.27.3 |
1902 | 2024-12-19T21:43:02.143Z | Checking hyper-tls v0.6.0 |
1903 | 2024-12-19T21:43:02.178Z | Checking num-iter v0.1.45 |
1904 | 2024-12-19T21:43:02.245Z | Checking crossbeam-epoch v0.9.18 |
1905 | 2024-12-19T21:43:02.325Z | Checking match_cfg v0.1.0 |
1906 | 2024-12-19T21:43:02.354Z | Checking take_mut v0.2.2 |
1907 | 2024-12-19T21:43:02.379Z | Checking slog-term v2.9.1 |
1908 | 2024-12-19T21:43:02.422Z | Checking reqwest v0.12.9 |
1909 | 2024-12-19T21:43:02.451Z | Checking hostname v0.3.1 |
1910 | 2024-12-19T21:43:02.512Z | Checking slog-async v2.8.0 |
1911 | 2024-12-19T21:43:02.598Z | Checking bstr v1.10.0 |
1912 | 2024-12-19T21:43:02.670Z | Checking rfc6979 v0.4.0 |
1913 | 2024-12-19T21:43:02.819Z | Checking hex v0.4.3 |
1914 | 2024-12-19T21:43:02.865Z | Checking winnow v0.5.40 |
1915 | 2024-12-19T21:43:02.903Z | Checking managed v0.8.0 |
1916 | 2024-12-19T21:43:03.008Z | Checking toml v0.8.19 |
1917 | 2024-12-19T21:43:03.295Z | Checking crossbeam-deque v0.8.5 |
1918 | 2024-12-19T21:43:03.346Z | Checking num-bigint-dig v0.8.4 |
1919 | 2024-12-19T21:43:03.515Z | Checking elliptic-curve v0.13.8 |
1920 | 2024-12-19T21:43:03.543Z | Checking flate2 v1.0.34 |
1921 | 2024-12-19T21:43:03.625Z | Checking rustls v0.22.4 |
1922 | 2024-12-19T21:43:03.770Z | Checking pkcs1 v0.7.5 |
1923 | 2024-12-19T21:43:04.186Z | Checking curve25519-dalek v4.1.3 |
1924 | 2024-12-19T21:43:04.189Z | Checking zerocopy v0.6.6 |
1925 | 2024-12-19T21:43:04.234Z | Checking ecdsa v0.16.9 |
1926 | 2024-12-19T21:43:04.317Z | Checking siphasher v0.3.11 |
1927 | 2024-12-19T21:43:04.319Z | Checking dof v0.3.0 |
1928 | 2024-12-19T21:43:04.625Z | Checking rayon-core v1.12.1 |
1929 | 2024-12-19T21:43:04.961Z | Checking usdt-impl v0.5.0 |
1930 | 2024-12-19T21:43:04.990Z | Checking ed25519 v2.2.3 |
1931 | 2024-12-19T21:43:04.993Z | Checking slog-json v2.6.1 |
1932 | 2024-12-19T21:43:05.289Z | Checking signal-hook v0.3.17 |
1933 | 2024-12-19T21:43:05.322Z | Checking debug-ignore v1.0.5 |
1934 | 2024-12-19T21:43:05.325Z | Checking quick-error v1.2.3 |
1935 | 2024-12-19T21:43:05.470Z | Checking slog-bunyan v2.5.0 |
1936 | 2024-12-19T21:43:05.497Z | Checking multer v3.1.0 |
1937 | 2024-12-19T21:43:05.526Z | Checking rsa v0.9.6 |
1938 | 2024-12-19T21:43:05.551Z | Checking usdt v0.5.0 |
1939 | 2024-12-19T21:43:05.638Z | Checking itertools v0.10.5 |
1940 | 2024-12-19T21:43:05.641Z | Checking x509-cert v0.2.5 |
1941 | 2024-12-19T21:43:05.824Z | Checking idna v0.4.0 |
1942 | 2024-12-19T21:43:05.907Z | Checking serde_path_to_error v0.1.16 |
1943 | 2024-12-19T21:43:05.965Z | Checking toml_edit v0.19.15 |
1944 | 2024-12-19T21:43:06.133Z | Checking ed25519-dalek v2.1.1 |
1945 | 2024-12-19T21:43:06.536Z | Checking hubpack v0.1.2 |
1946 | 2024-12-19T21:43:06.572Z | Checking waitgroup v0.1.2 |
1947 | 2024-12-19T21:43:06.663Z | Checking bzip2-sys v0.1.11+1.0.8 |
1948 | 2024-12-19T21:43:06.704Z | Checking async-stream v0.3.6 |
1949 | 2024-12-19T21:43:06.730Z | Checking hostname v0.4.0 |
1950 | 2024-12-19T21:43:06.794Z | Checking bit-vec v0.6.3 |
1951 | 2024-12-19T21:43:06.848Z | Checking bzip2 v0.4.4 |
1952 | 2024-12-19T21:43:06.883Z | Checking hickory-proto v0.24.1 |
1953 | 2024-12-19T21:43:06.910Z | Checking signal-hook-mio v0.2.4 |
1954 | 2024-12-19T21:43:07.067Z | Checking console v0.15.8 |
1955 | 2024-12-19T21:43:07.148Z | Checking bit-set v0.5.3 |
1956 | 2024-12-19T21:43:07.151Z | Checking hash32 v0.2.1 |
1957 | 2024-12-19T21:43:07.380Z | Checking linked-hash-map v0.5.6 |
1958 | 2024-12-19T21:43:07.409Z | Checking tokio-rustls v0.25.0 |
1959 | 2024-12-19T21:43:07.435Z | Checking predicates-core v1.0.8 |
1960 | 2024-12-19T21:43:07.503Z | Checking unicode-properties v0.1.3 |
1961 | 2024-12-19T21:43:07.629Z | Checking heapless v0.7.17 |
1962 | 2024-12-19T21:43:07.662Z | Checking crossterm v0.28.1 |
1963 | 2024-12-19T21:43:07.727Z | Checking lru-cache v0.1.2 |
1964 | 2024-12-19T21:43:07.784Z | Checking dropshot v0.12.0 |
1965 | 2024-12-19T21:43:07.860Z | Checking stringprep v0.1.5 |
1966 | 2024-12-19T21:43:07.863Z | Checking rayon v1.10.0 |
1967 | 2024-12-19T21:43:07.917Z | Checking phf_shared v0.11.2 |
1968 | 2024-12-19T21:43:08.151Z | Checking similar v2.6.0 |
1969 | 2024-12-19T21:43:08.216Z | Checking tokio-stream v0.1.16 |
1970 | 2024-12-19T21:43:08.471Z | Checking toml v0.7.8 |
1971 | 2024-12-19T21:43:08.643Z | Checking md-5 v0.10.6 |
1972 | 2024-12-19T21:43:08.884Z | Checking float-cmp v0.9.0 |
1973 | 2024-12-19T21:43:09.078Z | Checking normalize-line-endings v0.3.0 |
1974 | 2024-12-19T21:43:09.106Z | Checking difflib v0.4.0 |
1975 | 2024-12-19T21:43:09.132Z | Checking fallible-iterator v0.2.0 |
1976 | 2024-12-19T21:43:09.205Z | Checking fixedbitset v0.4.2 |
1977 | 2024-12-19T21:43:09.209Z | Checking smoltcp v0.9.1 |
1978 | 2024-12-19T21:43:09.446Z | Checking predicates v3.1.2 |
1979 | 2024-12-19T21:43:09.488Z | Checking petgraph v0.6.5 |
1980 | 2024-12-19T21:43:09.552Z | Checking phf v0.11.2 |
1981 | 2024-12-19T21:43:09.762Z | Checking postgres-protocol v0.6.7 |
1982 | 2024-12-19T21:43:09.846Z | Checking zip v0.6.6 |
1983 | 2024-12-19T21:43:10.164Z | Checking resolv-conf v0.7.0 |
1984 | 2024-12-19T21:43:10.455Z | Checking phf_shared v0.10.0 |
1985 | 2024-12-19T21:43:10.521Z | Checking tungstenite v0.24.0 |
1986 | 2024-12-19T21:43:10.589Z | Checking fs-err v2.11.0 |
1987 | 2024-12-19T21:43:10.717Z | Checking serde-big-array v0.5.1 |
1988 | 2024-12-19T21:43:10.753Z | Checking portable-atomic v1.9.0 |
1989 | 2024-12-19T21:43:10.951Z | Checking minimal-lexical v0.2.1 |
1990 | 2024-12-19T21:43:11.172Z | Checking precomputed-hash v0.1.1 |
1991 | 2024-12-19T21:43:11.296Z | Checking lalrpop-util v0.19.12 |
1992 | 2024-12-19T21:43:11.343Z | Checking new_debug_unreachable v1.0.6 |
1993 | 2024-12-19T21:43:11.453Z | Checking unicode-width v0.2.0 |
1994 | 2024-12-19T21:43:11.485Z | Checking number_prefix v0.4.0 |
1995 | 2024-12-19T21:43:11.517Z | Checking tokio-tungstenite v0.24.0 |
1996 | 2024-12-19T21:43:11.588Z | Checking string_cache v0.8.7 |
1997 | 2024-12-19T21:43:11.687Z | Checking nom v7.1.3 |
1998 | 2024-12-19T21:43:11.754Z | Checking hickory-resolver v0.24.1 |
1999 | 2024-12-19T21:43:11.785Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2000 | 2024-12-19T21:43:11.815Z | Checking postgres-types v0.2.8 |
2001 | 2024-12-19T21:43:11.858Z | Checking heck v0.4.1 |
2002 | 2024-12-19T21:43:11.919Z | Checking indicatif v0.17.9 |
2003 | 2024-12-19T21:43:11.973Z | Checking peg-runtime v0.8.3 |
2004 | 2024-12-19T21:43:12.084Z | Checking whoami v1.5.2 |
2005 | 2024-12-19T21:43:12.336Z | Compiling hashbrown v0.14.5 |
2006 | 2024-12-19T21:43:12.378Z | Compiling ident_case v1.0.1 |
2007 | 2024-12-19T21:43:12.535Z | Checking tokio-postgres v0.7.12 |
2008 | 2024-12-19T21:43:12.566Z | Compiling darling_core v0.20.10 |
2009 | 2024-12-19T21:43:12.716Z | Compiling unsafe-libyaml v0.2.11 |
2010 | 2024-12-19T21:43:13.490Z | Checking qorb v0.2.1 |
2011 | 2024-12-19T21:43:13.725Z | Compiling regress v0.10.1 |
2012 | 2024-12-19T21:43:14.112Z | Compiling serde_yaml v0.9.34+deprecated |
2013 | 2024-12-19T21:43:14.668Z | Checking heck v0.5.0 |
2014 | 2024-12-19T21:43:14.876Z | Checking progenitor-client v0.8.0 |
2015 | 2024-12-19T21:43:15.291Z | Checking fastrand v2.1.1 |
2016 | 2024-12-19T21:43:15.637Z | Compiling newtype-uuid v1.1.3 |
2017 | 2024-12-19T21:43:15.746Z | Checking ipnetwork v0.20.0 |
2018 | 2024-12-19T21:43:15.960Z | Compiling structmeta-derive v0.3.0 |
2019 | 2024-12-19T21:43:16.128Z | Checking strum v0.26.3 |
2020 | 2024-12-19T21:43:16.240Z | Compiling dropshot v0.13.0 |
2021 | 2024-12-19T21:43:16.296Z | Checking macaddr v1.0.1 |
2022 | 2024-12-19T21:43:16.655Z | Compiling dropshot_endpoint v0.13.0 |
2023 | 2024-12-19T21:43:16.662Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2024 | 2024-12-19T21:43:17.419Z | Compiling typify-impl v0.2.0 |
2025 | 2024-12-19T21:43:17.661Z | Checking tempfile v3.13.0 |
2026 | 2024-12-19T21:43:18.060Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2027 | 2024-12-19T21:43:18.414Z | Checking instant v0.1.13 |
2028 | 2024-12-19T21:43:18.486Z | Checking regress v0.9.1 |
2029 | 2024-12-19T21:43:18.538Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2030 | 2024-12-19T21:43:18.789Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2031 | 2024-12-19T21:43:18.930Z | Compiling structmeta v0.3.0 |
2032 | 2024-12-19T21:43:19.093Z | Checking backoff v0.4.0 |
2033 | 2024-12-19T21:43:19.325Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2034 | 2024-12-19T21:43:19.388Z | Compiling parse-display-derive v0.10.0 |
2035 | 2024-12-19T21:43:19.414Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2036 | 2024-12-19T21:43:19.478Z | Checking wait-timeout v0.2.0 |
2037 | 2024-12-19T21:43:19.573Z | Checking rand_xorshift v0.3.0 |
2038 | 2024-12-19T21:43:19.667Z | Checking rusty-fork v0.3.0 |
2039 | 2024-12-19T21:43:19.762Z | Checking unarray v0.1.4 |
2040 | 2024-12-19T21:43:19.863Z | Compiling darling_macro v0.20.10 |
2041 | 2024-12-19T21:43:19.930Z | Compiling structmeta-derive v0.2.0 |
2042 | 2024-12-19T21:43:19.990Z | Checking proptest v1.5.0 |
2043 | 2024-12-19T21:43:20.865Z | Compiling darling v0.20.10 |
2044 | 2024-12-19T21:43:20.901Z | Checking camino-tempfile v1.1.1 |
2045 | 2024-12-19T21:43:20.995Z | Compiling serde_with_macros v3.11.0 |
2046 | 2024-12-19T21:43:21.190Z | Compiling proc-macro-error v1.0.4 |
2047 | 2024-12-19T21:43:21.855Z | Compiling proc-macro-crate v1.3.1 |
2048 | 2024-12-19T21:43:22.103Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2049 | 2024-12-19T21:43:22.498Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2050 | 2024-12-19T21:43:22.825Z | Compiling foreign-types-macros v0.2.3 |
2051 | 2024-12-19T21:43:22.969Z | Compiling num_enum_derive v0.5.11 |
2052 | 2024-12-19T21:43:22.999Z | Compiling structmeta v0.2.0 |
2053 | 2024-12-19T21:43:23.457Z | Compiling test-strategy v0.3.1 |
2054 | 2024-12-19T21:43:24.030Z | Checking serde_with v3.11.0 |
2055 | 2024-12-19T21:43:24.090Z | Checking parse-display v0.10.0 |
2056 | 2024-12-19T21:43:24.116Z | Checking foreign-types-shared v0.3.1 |
2057 | 2024-12-19T21:43:24.246Z | Checking foreign-types v0.5.0 |
2058 | 2024-12-19T21:43:24.526Z | Checking tabwriter v1.4.0 |
2059 | 2024-12-19T21:43:24.563Z | Checking cstr-argument v0.1.2 |
2060 | 2024-12-19T21:43:24.756Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2061 | 2024-12-19T21:43:24.782Z | Checking pretty-hex v0.2.1 |
2062 | 2024-12-19T21:43:24.877Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2063 | 2024-12-19T21:43:24.951Z | Checking colored v2.1.0 |
2064 | 2024-12-19T21:43:25.216Z | Checking smf v0.2.3 |
2065 | 2024-12-19T21:43:25.278Z | Checking itertools v0.13.0 |
2066 | 2024-12-19T21:43:25.481Z | Checking base64 v0.21.7 |
2067 | 2024-12-19T21:43:25.622Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2068 | 2024-12-19T21:43:25.624Z | Checking num_enum v0.5.11 |
2069 | 2024-12-19T21:43:25.668Z | Compiling zerocopy v0.8.10 |
2070 | 2024-12-19T21:43:25.859Z | Compiling crucible-workspace-hack v0.1.0 |
2071 | 2024-12-19T21:43:25.885Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2072 | 2024-12-19T21:43:25.986Z | Checking atomicwrites v0.4.4 |
2073 | 2024-12-19T21:43:26.206Z | Compiling zerocopy-derive v0.8.10 |
2074 | 2024-12-19T21:43:26.209Z | Checking termtree v0.4.1 |
2075 | 2024-12-19T21:43:26.448Z | Compiling heapless v0.8.0 |
2076 | 2024-12-19T21:43:26.716Z | Checking predicates-tree v1.0.11 |
2077 | 2024-12-19T21:43:26.987Z | Checking hash32 v0.3.1 |
2078 | 2024-12-19T21:43:27.191Z | Compiling smoltcp v0.11.0 |
2079 | 2024-12-19T21:43:27.640Z | Checking cobs v0.2.3 |
2080 | 2024-12-19T21:43:27.707Z | Checking sigpipe v0.1.3 |
2081 | 2024-12-19T21:43:27.826Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2082 | 2024-12-19T21:43:27.853Z | Checking postcard v1.0.10 |
2083 | 2024-12-19T21:43:27.937Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2084 | 2024-12-19T21:43:27.968Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2085 | 2024-12-19T21:43:28.096Z | Compiling mockall_derive v0.13.0 |
2086 | 2024-12-19T21:43:28.197Z | Compiling thiserror v2.0.3 |
2087 | 2024-12-19T21:43:28.378Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2088 | 2024-12-19T21:43:28.497Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2089 | 2024-12-19T21:43:28.683Z | Compiling thiserror-impl v2.0.3 |
2090 | 2024-12-19T21:43:28.808Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2091 | 2024-12-19T21:43:29.197Z | Compiling zone_cfg_derive v0.3.0 |
2092 | 2024-12-19T21:43:29.403Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2093 | 2024-12-19T21:43:30.829Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2094 | 2024-12-19T21:43:30.854Z | Compiling num-derive v0.4.2 |
2095 | 2024-12-19T21:43:31.202Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2096 | 2024-12-19T21:43:31.399Z | Checking downcast v0.11.0 |
2097 | 2024-12-19T21:43:31.503Z | Checking fragile v2.0.0 |
2098 | 2024-12-19T21:43:31.660Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2099 | 2024-12-19T21:43:31.763Z | Checking zone v0.3.0 |
2100 | 2024-12-19T21:43:31.932Z | Compiling convert_case v0.4.0 |
2101 | 2024-12-19T21:43:32.320Z | Checking newline-converter v0.3.0 |
2102 | 2024-12-19T21:43:32.491Z | Checking expectorate v1.1.0 |
2103 | 2024-12-19T21:43:32.577Z | Checking tungstenite v0.21.0 |
2104 | 2024-12-19T21:43:32.610Z | Checking same-file v1.0.6 |
2105 | 2024-12-19T21:43:32.672Z | Checking arc-swap v1.7.1 |
2106 | 2024-12-19T21:43:32.798Z | Checking walkdir v2.5.0 |
2107 | 2024-12-19T21:43:32.920Z | Compiling derive_more v0.99.18 |
2108 | 2024-12-19T21:43:33.095Z | Checking xattr v1.3.1 |
2109 | 2024-12-19T21:43:33.130Z | Checking slog-scope v4.4.0 |
2110 | 2024-12-19T21:43:33.271Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2111 | 2024-12-19T21:43:33.296Z | Checking filetime v0.2.25 |
2112 | 2024-12-19T21:43:33.327Z | Checking slog-stdlog v4.1.1 |
2113 | 2024-12-19T21:43:33.503Z | Checking slog-envlogger v2.2.0 |
2114 | 2024-12-19T21:43:33.526Z | Checking tar v0.4.42 |
2115 | 2024-12-19T21:43:33.554Z | Checking tokio-tungstenite v0.21.0 |
2116 | 2024-12-19T21:43:33.721Z | Checking num-rational v0.4.2 |
2117 | 2024-12-19T21:43:33.747Z | Checking num-complex v0.4.6 |
2118 | 2024-12-19T21:43:34.093Z | Checking float-ord v0.3.2 |
2119 | 2024-12-19T21:43:34.253Z | Compiling cancel-safe-futures v0.1.5 |
2120 | 2024-12-19T21:43:34.355Z | Checking swrite v0.1.0 |
2121 | 2024-12-19T21:43:34.406Z | Compiling owo-colors v4.1.0 |
2122 | 2024-12-19T21:43:34.490Z | Checking libsw v3.3.1 |
2123 | 2024-12-19T21:43:34.701Z | Checking num v0.4.3 |
2124 | 2024-12-19T21:43:34.762Z | Checking pem v3.0.4 |
2125 | 2024-12-19T21:43:34.807Z | Checking password-hash v0.5.0 |
2126 | 2024-12-19T21:43:35.048Z | Checking blake2 v0.10.6 |
2127 | 2024-12-19T21:43:35.085Z | Checking linear-map v1.2.0 |
2128 | 2024-12-19T21:43:35.278Z | Checking indent_write v2.2.0 |
2129 | 2024-12-19T21:43:35.426Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2130 | 2024-12-19T21:43:35.532Z | Checking argon2 v0.5.3 |
2131 | 2024-12-19T21:43:35.829Z | Compiling lzma-sys v0.1.20 |
2132 | 2024-12-19T21:43:36.040Z | Checking headers-core v0.3.0 |
2133 | 2024-12-19T21:43:36.169Z | Compiling typify-macro v0.2.0 |
2134 | 2024-12-19T21:43:36.195Z | Compiling heck v0.3.3 |
2135 | 2024-12-19T21:43:36.250Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2136 | 2024-12-19T21:43:36.611Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2137 | 2024-12-19T21:43:36.637Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2138 | 2024-12-19T21:43:36.658Z | Compiling zone_cfg_derive v0.1.2 |
2139 | 2024-12-19T21:43:36.754Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2140 | 2024-12-19T21:43:36.907Z | Checking headers v0.4.0 |
2141 | 2024-12-19T21:43:36.934Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2142 | 2024-12-19T21:43:37.231Z | Checking yasna v0.5.2 |
2143 | 2024-12-19T21:43:37.546Z | Checking mockall v0.13.0 |
2144 | 2024-12-19T21:43:37.590Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2145 | 2024-12-19T21:43:37.811Z | Checking highway v1.2.0 |
2146 | 2024-12-19T21:43:38.052Z | Checking base64 v0.13.1 |
2147 | 2024-12-19T21:43:38.101Z | Checking rcgen v0.12.1 |
2148 | 2024-12-19T21:43:38.180Z | Checking zone v0.1.8 |
2149 | 2024-12-19T21:43:38.220Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2150 | 2024-12-19T21:43:38.497Z | Checking ron v0.7.1 |
2151 | 2024-12-19T21:43:38.768Z | Checking xz2 v0.1.7 |
2152 | 2024-12-19T21:43:38.858Z | Checking subprocess v0.2.9 |
2153 | 2024-12-19T21:43:39.080Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2154 | 2024-12-19T21:43:39.406Z | Checking humantime v2.1.0 |
2155 | 2024-12-19T21:43:39.707Z | Compiling semver v0.1.20 |
2156 | 2024-12-19T21:43:39.729Z | Checking half v2.4.1 |
2157 | 2024-12-19T21:43:39.895Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2158 | 2024-12-19T21:43:39.983Z | Checking ciborium-io v0.2.2 |
2159 | 2024-12-19T21:43:40.125Z | Compiling rustc_version v0.1.7 |
2160 | 2024-12-19T21:43:40.204Z | Checking ciborium-ll v0.2.2 |
2161 | 2024-12-19T21:43:40.382Z | Checking prettyplease v0.2.25 |
2162 | 2024-12-19T21:43:40.501Z | Compiling typify v0.2.0 |
2163 | 2024-12-19T21:43:40.641Z | Compiling progenitor-impl v0.8.0 |
2164 | 2024-12-19T21:43:40.664Z | Compiling newtype_derive v0.1.6 |
2165 | 2024-12-19T21:43:40.770Z | Checking ciborium v0.2.2 |
2166 | 2024-12-19T21:43:41.360Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2167 | 2024-12-19T21:43:43.164Z | Checking steno v0.4.1 |
2168 | 2024-12-19T21:43:43.205Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2169 | 2024-12-19T21:43:43.570Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2170 | 2024-12-19T21:43:43.843Z | Compiling slog-dtrace v0.3.0 |
2171 | 2024-12-19T21:43:44.358Z | Checking display-error-chain v0.2.2 |
2172 | 2024-12-19T21:43:44.546Z | Checking gethostname v0.5.0 |
2173 | 2024-12-19T21:43:44.691Z | Checking nibble_vec v0.1.0 |
2174 | 2024-12-19T21:43:44.777Z | Compiling ring v0.16.20 |
2175 | 2024-12-19T21:43:44.813Z | Compiling blake3 v1.5.4 |
2176 | 2024-12-19T21:43:44.899Z | Checking endian-type v0.1.2 |
2177 | 2024-12-19T21:43:45.130Z | Checking keccak v0.1.5 |
2178 | 2024-12-19T21:43:45.445Z | Checking radix_trie v0.2.1 |
2179 | 2024-12-19T21:43:45.467Z | Checking sha3 v0.10.8 |
2180 | 2024-12-19T21:43:45.879Z | Checking universal-hash v0.5.1 |
2181 | 2024-12-19T21:43:45.903Z | Checking secrecy v0.8.0 |
2182 | 2024-12-19T21:43:45.946Z | Checking opaque-debug v0.3.1 |
2183 | 2024-12-19T21:43:46.044Z | Checking aead v0.5.2 |
2184 | 2024-12-19T21:43:46.068Z | Checking poly1305 v0.8.0 |
2185 | 2024-12-19T21:43:46.114Z | Checking chacha20 v0.9.1 |
2186 | 2024-12-19T21:43:46.477Z | Compiling memmap2 v0.9.5 |
2187 | 2024-12-19T21:43:46.571Z | Compiling spin v0.5.2 |
2188 | 2024-12-19T21:43:46.817Z | Compiling constant_time_eq v0.3.1 |
2189 | 2024-12-19T21:43:46.954Z | Compiling arrayref v0.3.9 |
2190 | 2024-12-19T21:43:47.004Z | Compiling arrayvec v0.7.6 |
2191 | 2024-12-19T21:43:47.065Z | Compiling toolchain_find v0.4.0 |
2192 | 2024-12-19T21:43:47.224Z | Compiling thiserror-impl-no-std v2.0.2 |
2193 | 2024-12-19T21:43:47.563Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2194 | 2024-12-19T21:43:47.652Z | Compiling topological-sort v0.2.2 |
2195 | 2024-12-19T21:43:47.760Z | Compiling rustfmt-wrapper v0.2.1 |
2196 | 2024-12-19T21:43:47.877Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2197 | 2024-12-19T21:43:48.121Z | Checking chacha20poly1305 v0.10.1 |
2198 | 2024-12-19T21:43:48.227Z | Compiling async-recursion v1.1.1 |
2199 | 2024-12-19T21:43:48.324Z | Checking fxhash v0.2.1 |
2200 | 2024-12-19T21:43:48.346Z | Checking lockfree-object-pool v0.1.6 |
2201 | 2024-12-19T21:43:48.506Z | Checking bumpalo v3.16.0 |
2202 | 2024-12-19T21:43:48.602Z | Checking simd-adler32 v0.3.7 |
2203 | 2024-12-19T21:43:48.740Z | Compiling zip v2.1.3 |
2204 | 2024-12-19T21:43:48.839Z | Checking termcolor v1.4.1 |
2205 | 2024-12-19T21:43:48.945Z | Compiling progenitor-macro v0.8.0 |
2206 | 2024-12-19T21:43:48.970Z | Checking zopfli v0.8.1 |
2207 | 2024-12-19T21:43:49.080Z | Checking maplit v1.0.2 |
2208 | 2024-12-19T21:43:49.203Z | Compiling radium v0.7.0 |
2209 | 2024-12-19T21:43:49.290Z | Checking tap v1.0.1 |
2210 | 2024-12-19T21:43:49.467Z | Compiling maybe-uninit v2.0.0 |
2211 | 2024-12-19T21:43:49.919Z | Checking wyz v0.5.1 |
2212 | 2024-12-19T21:43:50.058Z | Compiling packed_struct v0.10.1 |
2213 | 2024-12-19T21:43:50.086Z | Checking crc-catalog v2.4.0 |
2214 | 2024-12-19T21:43:50.227Z | Checking home v0.5.9 |
2215 | 2024-12-19T21:43:50.329Z | Checking funty v2.0.0 |
2216 | 2024-12-19T21:43:50.383Z | Checking crc v3.2.1 |
2217 | 2024-12-19T21:43:50.424Z | Checking thiserror-no-std v2.0.2 |
2218 | 2024-12-19T21:43:50.559Z | Compiling omicron-zone-package v0.11.1 |
2219 | 2024-12-19T21:43:50.590Z | Checking vsss-rs v3.3.4 |
2220 | 2024-12-19T21:43:50.907Z | Compiling const_format_proc_macros v0.2.33 |
2221 | 2024-12-19T21:43:50.940Z | Checking kstat-rs v0.2.4 |
2222 | 2024-12-19T21:43:51.297Z | Compiling packed_struct_codegen v0.10.1 |
2223 | 2024-12-19T21:43:51.409Z | Checking bitvec v1.0.1 |
2224 | 2024-12-19T21:43:51.647Z | Compiling vte_generate_state_changes v0.1.2 |
2225 | 2024-12-19T21:43:52.316Z | Compiling indexmap v1.9.3 |
2226 | 2024-12-19T21:43:52.319Z | Compiling libefi-sys v0.1.0 |
2227 | 2024-12-19T21:43:52.619Z | Checking nodrop v0.1.14 |
2228 | 2024-12-19T21:43:52.716Z | Checking vte v0.11.1 |
2229 | 2024-12-19T21:43:52.751Z | Checking array-init v0.0.4 |
2230 | 2024-12-19T21:43:53.026Z | Checking const_format v0.2.33 |
2231 | 2024-12-19T21:43:53.551Z | Checking smallvec v0.6.14 |
2232 | 2024-12-19T21:43:53.804Z | Checking fd-lock v4.0.2 |
2233 | 2024-12-19T21:43:53.962Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2234 | 2024-12-19T21:43:53.986Z | Compiling bitfield-struct v0.6.2 |
2235 | 2024-12-19T21:43:54.007Z | Checking hashbrown v0.12.3 |
2236 | 2024-12-19T21:43:54.171Z | Checking bitfield v0.14.0 |
2237 | 2024-12-19T21:43:54.214Z | Checking strip-ansi-escapes v0.2.0 |
2238 | 2024-12-19T21:43:54.385Z | Checking serde-hex v0.1.0 |
2239 | 2024-12-19T21:43:54.497Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2240 | 2024-12-19T21:43:54.756Z | Checking env_logger v0.10.2 |
2241 | 2024-12-19T21:43:54.859Z | Checking ron v0.8.1 |
2242 | 2024-12-19T21:43:55.169Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2243 | 2024-12-19T21:43:55.436Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2244 | 2024-12-19T21:43:55.475Z | Checking itertools v0.12.1 |
2245 | 2024-12-19T21:43:55.787Z | Checking hashbrown v0.13.2 |
2246 | 2024-12-19T21:43:56.066Z | Checking crc-any v2.5.0 |
2247 | 2024-12-19T21:43:56.159Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2248 | 2024-12-19T21:43:56.309Z | Checking nu-ansi-term v0.50.1 |
2249 | 2024-12-19T21:43:56.484Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2250 | 2024-12-19T21:43:56.730Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2251 | 2024-12-19T21:43:56.998Z | Checking object v0.30.4 |
2252 | 2024-12-19T21:43:57.104Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2253 | 2024-12-19T21:43:57.172Z | Compiling parking_lot_core v0.8.6 |
2254 | 2024-12-19T21:43:57.206Z | Checking path-slash v0.1.5 |
2255 | 2024-12-19T21:43:57.251Z | Compiling phf_generator v0.11.2 |
2256 | 2024-12-19T21:43:57.379Z | Checking bytecount v0.6.8 |
2257 | 2024-12-19T21:43:57.459Z | Checking glob v0.3.1 |
2258 | 2024-12-19T21:43:57.496Z | Checking papergrid v0.11.0 |
2259 | 2024-12-19T21:43:57.801Z | Compiling phf_codegen v0.11.2 |
2260 | 2024-12-19T21:43:57.990Z | Checking parking_lot v0.11.2 |
2261 | 2024-12-19T21:43:58.044Z | Compiling tabled_derive v0.7.0 |
2262 | 2024-12-19T21:43:58.181Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2263 | 2024-12-19T21:43:58.221Z | Checking reedline v0.35.0 |
2264 | 2024-12-19T21:43:58.317Z | Compiling parse-zoneinfo v0.3.1 |
2265 | 2024-12-19T21:43:58.521Z | Compiling cfg_aliases v0.1.1 |
2266 | 2024-12-19T21:43:58.643Z | Compiling nix v0.28.0 |
2267 | 2024-12-19T21:43:59.020Z | Compiling chrono-tz-build v0.4.0 |
2268 | 2024-12-19T21:43:59.487Z | Checking sled v0.34.7 |
2269 | 2024-12-19T21:44:00.524Z | Checking hickory-client v0.24.1 |
2270 | 2024-12-19T21:44:00.598Z | Checking hickory-server v0.24.1 |
2271 | 2024-12-19T21:44:00.708Z | Checking tabled v0.15.0 |
2272 | 2024-12-19T21:44:01.090Z | Compiling chrono-tz v0.10.0 |
2273 | 2024-12-19T21:44:01.186Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2274 | 2024-12-19T21:44:01.762Z | Compiling buf-list v1.0.3 |
2275 | 2024-12-19T21:44:02.521Z | Compiling peg-macros v0.8.4 |
2276 | 2024-12-19T21:44:03.319Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2277 | 2024-12-19T21:44:03.398Z | Compiling sqlparser_derive v0.2.2 |
2278 | 2024-12-19T21:44:03.464Z | Checking unicode_categories v0.1.1 |
2279 | 2024-12-19T21:44:03.792Z | Checking sqlformat v0.2.6 |
2280 | 2024-12-19T21:44:04.481Z | Checking sqlparser v0.45.0 |
2281 | 2024-12-19T21:44:04.690Z | Checking progenitor v0.8.0 |
2282 | 2024-12-19T21:44:04.956Z | Checking rustyline v14.0.0 |
2283 | 2024-12-19T21:44:04.982Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2284 | 2024-12-19T21:44:05.188Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2285 | 2024-12-19T21:44:06.226Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2286 | 2024-12-19T21:44:08.462Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2287 | 2024-12-19T21:44:09.853Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2288 | 2024-12-19T21:44:10.162Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2289 | 2024-12-19T21:44:10.645Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2290 | 2024-12-19T21:44:12.044Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2291 | 2024-12-19T21:44:13.681Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2292 | 2024-12-19T21:44:14.189Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2293 | 2024-12-19T21:44:14.454Z | Checking peg v0.8.4 |
2294 | 2024-12-19T21:44:14.574Z | Checking bcs v0.1.6 |
2295 | 2024-12-19T21:44:14.815Z | Checking primeorder v0.13.6 |
2296 | 2024-12-19T21:44:14.923Z | Compiling unicase v2.7.0 |
2297 | 2024-12-19T21:44:15.048Z | Checking nanorand v0.7.0 |
2298 | 2024-12-19T21:44:15.075Z | Checking atty v0.2.14 |
2299 | 2024-12-19T21:44:15.214Z | Compiling salty v0.3.0 |
2300 | 2024-12-19T21:44:15.262Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2301 | 2024-12-19T21:44:15.316Z | Checking p384 v0.13.0 |
2302 | 2024-12-19T21:44:15.401Z | Checking flume v0.11.1 |
2303 | 2024-12-19T21:44:15.811Z | Compiling mime_guess v2.0.5 |
2304 | 2024-12-19T21:44:15.951Z | Checking env_filter v0.1.2 |
2305 | 2024-12-19T21:44:16.208Z | Checking http-range v0.1.5 |
2306 | 2024-12-19T21:44:16.295Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2307 | 2024-12-19T21:44:16.391Z | Checking env_logger v0.11.5 |
2308 | 2024-12-19T21:44:16.434Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2309 | 2024-12-19T21:44:16.706Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2310 | 2024-12-19T21:44:16.730Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2311 | 2024-12-19T21:44:16.847Z | Compiling dsl_auto_type v0.1.2 |
2312 | 2024-12-19T21:44:16.953Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2313 | 2024-12-19T21:44:17.047Z | Checking scheduled-thread-pool v0.2.7 |
2314 | 2024-12-19T21:44:17.277Z | Compiling diesel_table_macro_syntax v0.2.0 |
2315 | 2024-12-19T21:44:17.302Z | Compiling crunchy v0.2.2 |
2316 | 2024-12-19T21:44:17.305Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2317 | 2024-12-19T21:44:17.735Z | Checking r2d2 v0.8.10 |
2318 | 2024-12-19T21:44:17.951Z | Checking hyper-staticfile v0.10.1 |
2319 | 2024-12-19T21:44:18.079Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=220a6f367c18f2452dbc4fa9086f3fe73b961739#220a6f36) |
2320 | 2024-12-19T21:44:18.507Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2321 | 2024-12-19T21:44:18.543Z | Compiling diesel_derives v2.2.3 |
2322 | 2024-12-19T21:44:18.567Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2323 | 2024-12-19T21:44:19.024Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2324 | 2024-12-19T21:44:19.216Z | Compiling tiny-keccak v2.0.2 |
2325 | 2024-12-19T21:44:19.508Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2326 | 2024-12-19T21:44:19.565Z | Compiling pin-project-internal v1.1.6 |
2327 | 2024-12-19T21:44:19.763Z | Compiling ref-cast v1.0.23 |
2328 | 2024-12-19T21:44:20.409Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2329 | 2024-12-19T21:44:20.744Z | Compiling ascii-canvas v3.0.0 |
2330 | 2024-12-19T21:44:20.767Z | Compiling ena v0.14.3 |
2331 | 2024-12-19T21:44:21.202Z | Compiling ref-cast-impl v1.0.23 |
2332 | 2024-12-19T21:44:21.327Z | Compiling diff v0.1.13 |
2333 | 2024-12-19T21:44:22.046Z | Compiling regex-syntax v0.6.29 |
2334 | 2024-12-19T21:44:22.482Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2335 | 2024-12-19T21:44:22.544Z | Checking signal-hook-tokio v0.3.1 |
2336 | 2024-12-19T21:44:22.726Z | Compiling snafu-derive v0.8.5 |
2337 | 2024-12-19T21:44:22.755Z | Checking pin-project v1.1.6 |
2338 | 2024-12-19T21:44:22.893Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2339 | 2024-12-19T21:44:23.175Z | Compiling derive_builder_core v0.20.2 |
2340 | 2024-12-19T21:44:25.798Z | Compiling lalrpop v0.19.12 |
2341 | 2024-12-19T21:44:26.680Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2342 | 2024-12-19T21:44:28.061Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2343 | 2024-12-19T21:44:28.448Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2344 | 2024-12-19T21:44:30.607Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2345 | 2024-12-19T21:44:31.524Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2346 | 2024-12-19T21:44:32.312Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2347 | 2024-12-19T21:44:33.264Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2348 | 2024-12-19T21:44:33.544Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2349 | 2024-12-19T21:44:33.770Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2350 | 2024-12-19T21:44:33.942Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2351 | 2024-12-19T21:44:34.938Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2352 | 2024-12-19T21:44:35.366Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2353 | 2024-12-19T21:44:35.642Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2354 | 2024-12-19T21:44:36.269Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2355 | 2024-12-19T21:44:36.434Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2356 | 2024-12-19T21:44:36.584Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2357 | 2024-12-19T21:44:36.900Z | Checking diesel v2.2.6 |
2358 | 2024-12-19T21:44:37.109Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2359 | 2024-12-19T21:44:37.215Z | Checking snafu v0.8.5 |
2360 | 2024-12-19T21:44:37.686Z | Checking globset v0.4.15 |
2361 | 2024-12-19T21:44:38.221Z | Checking olpc-cjson v0.1.4 |
2362 | 2024-12-19T21:44:38.469Z | Checking serde_plain v1.0.2 |
2363 | 2024-12-19T21:44:38.749Z | Compiling libxml v0.3.3 |
2364 | 2024-12-19T21:44:39.125Z | Compiling memoffset v0.9.1 |
2365 | 2024-12-19T21:44:39.446Z | Checking typed-path v0.9.3 |
2366 | 2024-12-19T21:44:40.526Z | Compiling derive_builder_macro v0.20.2 |
2367 | 2024-12-19T21:44:41.181Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2368 | 2024-12-19T21:44:41.454Z | Checking tungstenite v0.23.0 |
2369 | 2024-12-19T21:44:41.476Z | Compiling strum_macros v0.24.3 |
2370 | 2024-12-19T21:44:41.551Z | Checking tough v0.19.0 |
2371 | 2024-12-19T21:44:42.152Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2372 | 2024-12-19T21:44:42.403Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2373 | 2024-12-19T21:44:42.457Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2374 | 2024-12-19T21:44:42.531Z | Compiling samael v0.0.17 |
2375 | 2024-12-19T21:44:43.116Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2376 | 2024-12-19T21:44:44.438Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2377 | 2024-12-19T21:44:45.267Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2378 | 2024-12-19T21:44:45.405Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2379 | 2024-12-19T21:44:46.509Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2380 | 2024-12-19T21:44:46.563Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2381 | 2024-12-19T21:44:47.547Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2382 | 2024-12-19T21:44:47.611Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2383 | 2024-12-19T21:44:47.828Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2384 | 2024-12-19T21:44:48.133Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2385 | 2024-12-19T21:44:50.199Z | Compiling indoc v1.0.9 |
2386 | 2024-12-19T21:44:50.653Z | Checking parse-size v1.1.0 |
2387 | 2024-12-19T21:44:51.267Z | Checking tokio-tungstenite v0.23.1 |
2388 | 2024-12-19T21:44:51.785Z | Checking derive_builder v0.20.2 |
2389 | 2024-12-19T21:44:53.554Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2390 | 2024-12-19T21:44:53.576Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2391 | 2024-12-19T21:44:53.867Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2392 | 2024-12-19T21:44:54.175Z | Checking quick-xml v0.33.0 |
2393 | 2024-12-19T21:44:54.462Z | Compiling oso-derive v0.27.3 |
2394 | 2024-12-19T21:44:55.603Z | Compiling impl-trait-for-tuples v0.2.2 |
2395 | 2024-12-19T21:44:55.692Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2396 | 2024-12-19T21:44:56.144Z | Checking nix v0.27.1 |
2397 | 2024-12-19T21:44:57.486Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2398 | 2024-12-19T21:44:59.562Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2399 | 2024-12-19T21:44:59.749Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2400 | 2024-12-19T21:45:00.055Z | Compiling diesel-dtrace v0.4.2 |
2401 | 2024-12-19T21:45:00.412Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2402 | 2024-12-19T21:45:01.437Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2403 | 2024-12-19T21:45:01.737Z | Checking bb8 v0.8.5 |
2404 | 2024-12-19T21:45:02.310Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2405 | 2024-12-19T21:45:02.470Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2406 | 2024-12-19T21:45:02.675Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2407 | 2024-12-19T21:45:03.848Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2408 | 2024-12-19T21:45:03.900Z | Checking rand_seeder v0.3.0 |
2409 | 2024-12-19T21:45:03.934Z | Checking assert_matches v1.5.0 |
2410 | 2024-12-19T21:45:04.015Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2411 | 2024-12-19T21:45:04.040Z | Compiling libz-sys v1.1.20 |
2412 | 2024-12-19T21:45:04.145Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2413 | 2024-12-19T21:45:04.294Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2414 | 2024-12-19T21:45:04.410Z | Checking castaway v0.2.3 |
2415 | 2024-12-19T21:45:04.588Z | Checking is_ci v1.2.0 |
2416 | 2024-12-19T21:45:04.737Z | Checking supports-color v3.0.1 |
2417 | 2024-12-19T21:45:04.792Z | Checking compact_str v0.8.0 |
2418 | 2024-12-19T21:45:04.901Z | Checking unicode-truncate v1.1.0 |
2419 | 2024-12-19T21:45:04.939Z | Checking lru v0.12.5 |
2420 | 2024-12-19T21:45:05.155Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2421 | 2024-12-19T21:45:05.252Z | Compiling instability v0.3.2 |
2422 | 2024-12-19T21:45:05.714Z | Checking cassowary v0.3.0 |
2423 | 2024-12-19T21:45:06.307Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2424 | 2024-12-19T21:45:06.425Z | Checking ratatui v0.28.1 |
2425 | 2024-12-19T21:45:06.446Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2426 | 2024-12-19T21:45:06.595Z | Compiling vergen v8.3.2 |
2427 | 2024-12-19T21:45:06.851Z | Compiling cargo-platform v0.1.8 |
2428 | 2024-12-19T21:45:07.419Z | Checking unicode-linebreak v0.1.5 |
2429 | 2024-12-19T21:45:07.845Z | Checking smawk v0.3.2 |
2430 | 2024-12-19T21:45:07.910Z | Compiling cargo_metadata v0.18.1 |
2431 | 2024-12-19T21:45:08.010Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2432 | 2024-12-19T21:45:08.111Z | Checking textwrap v0.16.1 |
2433 | 2024-12-19T21:45:08.519Z | Compiling libsqlite3-sys v0.30.1 |
2434 | 2024-12-19T21:45:08.599Z | Compiling rustls v0.21.12 |
2435 | 2024-12-19T21:45:08.877Z | Compiling cfg_aliases v0.2.1 |
2436 | 2024-12-19T21:45:09.002Z | Checking shell-words v1.1.0 |
2437 | 2024-12-19T21:45:09.103Z | Compiling nix v0.29.0 |
2438 | 2024-12-19T21:45:09.611Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2439 | 2024-12-19T21:45:09.904Z | Checking rustls-webpki v0.101.7 |
2440 | 2024-12-19T21:45:09.981Z | Checking sct v0.7.1 |
2441 | 2024-12-19T21:45:10.705Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2442 | 2024-12-19T21:45:10.902Z | Checking hashlink v0.9.1 |
2443 | 2024-12-19T21:45:11.009Z | Checking concurrent-queue v2.5.0 |
2444 | 2024-12-19T21:45:11.336Z | Checking parking v2.2.1 |
2445 | 2024-12-19T21:45:11.528Z | Checking fallible-streaming-iterator v0.1.9 |
2446 | 2024-12-19T21:45:11.552Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2447 | 2024-12-19T21:45:11.554Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2448 | 2024-12-19T21:45:11.626Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2449 | 2024-12-19T21:45:11.743Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2450 | 2024-12-19T21:45:12.342Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2451 | 2024-12-19T21:45:12.887Z | Checking async-bb8-diesel v0.2.1 |
2452 | 2024-12-19T21:45:13.885Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2453 | 2024-12-19T21:45:14.051Z | Checking fallible-iterator v0.3.0 |
2454 | 2024-12-19T21:45:14.180Z | Checking plotters-backend v0.3.7 |
2455 | 2024-12-19T21:45:14.244Z | Checking tokio-rustls v0.24.1 |
2456 | 2024-12-19T21:45:14.564Z | Checking plotters-svg v0.3.7 |
2457 | 2024-12-19T21:45:14.683Z | Checking rusqlite v0.32.1 |
2458 | 2024-12-19T21:45:14.784Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2459 | 2024-12-19T21:45:15.202Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2460 | 2024-12-19T21:45:15.687Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2461 | 2024-12-19T21:45:15.999Z | Checking rustls-pemfile v1.0.4 |
2462 | 2024-12-19T21:45:16.216Z | Checking twox-hash v1.6.3 |
2463 | 2024-12-19T21:45:16.318Z | Checking cast v0.3.0 |
2464 | 2024-12-19T21:45:16.579Z | Checking criterion-plot v0.5.0 |
2465 | 2024-12-19T21:45:16.610Z | Checking plotters v0.3.7 |
2466 | 2024-12-19T21:45:16.681Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2467 | 2024-12-19T21:45:16.760Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2468 | 2024-12-19T21:45:17.103Z | Checking fatfs v0.3.6 |
2469 | 2024-12-19T21:45:18.180Z | Checking tinytemplate v1.2.1 |
2470 | 2024-12-19T21:45:18.283Z | Checking csv-core v0.1.11 |
2471 | 2024-12-19T21:45:18.549Z | Checking hex-literal v0.4.1 |
2472 | 2024-12-19T21:45:18.572Z | Checking oorandom v11.1.4 |
2473 | 2024-12-19T21:45:18.618Z | Checking anes v0.1.6 |
2474 | 2024-12-19T21:45:18.685Z | Checking csv v1.3.0 |
2475 | 2024-12-19T21:45:18.720Z | Checking event-listener v5.3.1 |
2476 | 2024-12-19T21:45:18.980Z | Checking criterion v0.5.1 |
2477 | 2024-12-19T21:45:19.158Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2478 | 2024-12-19T21:45:19.549Z | Checking rtoolbox v0.0.2 |
2479 | 2024-12-19T21:45:19.757Z | Checking rpassword v7.3.1 |
2480 | 2024-12-19T21:45:19.929Z | Checking event-listener-strategy v0.5.2 |
2481 | 2024-12-19T21:45:20.169Z | Checking tui-tree-widget v0.22.0 |
2482 | 2024-12-19T21:45:20.507Z | Checking polyval v0.6.2 |
2483 | 2024-12-19T21:45:20.804Z | Checking ghash v0.5.1 |
2484 | 2024-12-19T21:45:20.987Z | Checking futures-lite v2.3.0 |
2485 | 2024-12-19T21:45:21.931Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2486 | 2024-12-19T21:45:22.394Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2487 | 2024-12-19T21:45:22.969Z | Checking ctr v0.9.2 |
2488 | 2024-12-19T21:45:23.166Z | Checking yansi v1.0.1 |
2489 | 2024-12-19T21:45:23.734Z | Checking pretty_assertions v1.4.1 |
2490 | 2024-12-19T21:45:23.948Z | Checking aes-gcm v0.10.3 |
2491 | 2024-12-19T21:45:24.096Z | Checking ssh-encoding v0.2.0 |
2492 | 2024-12-19T21:45:24.206Z | Checking blowfish v0.9.1 |
2493 | 2024-12-19T21:45:24.433Z | Checking ssh-cipher v0.2.0 |
2494 | 2024-12-19T21:45:24.463Z | Checking bcrypt-pbkdf v0.10.0 |
2495 | 2024-12-19T21:45:24.719Z | Checking async-lock v3.4.0 |
2496 | 2024-12-19T21:45:24.721Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2497 | 2024-12-19T21:45:25.317Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2498 | 2024-12-19T21:45:25.623Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2499 | 2024-12-19T21:45:25.758Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2500 | 2024-12-19T21:45:26.734Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2501 | 2024-12-19T21:45:26.881Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2502 | 2024-12-19T21:45:27.105Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2503 | 2024-12-19T21:45:28.896Z | Checking polling v3.7.3 |
2504 | 2024-12-19T21:45:29.302Z | Checking password-hash v0.4.2 |
2505 | 2024-12-19T21:45:29.740Z | Checking matches v0.1.10 |
2506 | 2024-12-19T21:45:29.850Z | Checking idna v0.2.3 |
2507 | 2024-12-19T21:45:30.707Z | Checking pbkdf2 v0.11.0 |
2508 | 2024-12-19T21:45:31.007Z | Checking async-io v2.3.4 |
2509 | 2024-12-19T21:45:31.741Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2510 | 2024-12-19T21:45:31.961Z | Checking ssh-key v0.6.6 |
2511 | 2024-12-19T21:45:32.883Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2512 | 2024-12-19T21:45:33.736Z | Checking p256 v0.13.2 |
2513 | 2024-12-19T21:45:33.763Z | Checking p521 v0.13.3 |
2514 | 2024-12-19T21:45:34.211Z | Checking russh-cryptovec v0.7.3 |
2515 | 2024-12-19T21:45:34.436Z | Compiling enum-as-inner v0.5.1 |
2516 | 2024-12-19T21:45:34.715Z | Compiling doc-comment v0.3.3 |
2517 | 2024-12-19T21:45:35.153Z | Checking md5 v0.7.0 |
2518 | 2024-12-19T21:45:35.326Z | Compiling target-lexicon v0.12.16 |
2519 | 2024-12-19T21:45:35.472Z | Checking async-task v4.7.1 |
2520 | 2024-12-19T21:45:35.495Z | Checking trust-dns-proto v0.22.0 |
2521 | 2024-12-19T21:45:35.831Z | Checking russh-keys v0.45.0 |
2522 | 2024-12-19T21:45:36.582Z | Checking async-channel v2.3.1 |
2523 | 2024-12-19T21:45:36.933Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2524 | 2024-12-19T21:45:37.230Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2525 | 2024-12-19T21:45:38.043Z | Checking piper v0.2.4 |
2526 | 2024-12-19T21:45:38.288Z | Checking num-bigint v0.4.6 |
2527 | 2024-12-19T21:45:38.786Z | Checking des v0.8.1 |
2528 | 2024-12-19T21:45:39.061Z | Checking futures-timer v3.0.3 |
2529 | 2024-12-19T21:45:39.270Z | Compiling guppy-workspace-hack v0.1.0 |
2530 | 2024-12-19T21:45:39.400Z | Compiling assert_cmd v2.0.16 |
2531 | 2024-12-19T21:45:39.537Z | Compiling dhcproto-macros v0.1.0 |
2532 | 2024-12-19T21:45:39.911Z | Checking blocking v1.6.1 |
2533 | 2024-12-19T21:45:40.429Z | Checking dhcproto v0.12.0 |
2534 | 2024-12-19T21:45:40.878Z | Checking async-executor v1.13.1 |
2535 | 2024-12-19T21:45:40.900Z | Checking russh v0.45.0 |
2536 | 2024-12-19T21:45:41.237Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2537 | 2024-12-19T21:45:41.889Z | Checking async-signal v0.2.10 |
2538 | 2024-12-19T21:45:41.959Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2539 | 2024-12-19T21:45:42.380Z | Compiling target-spec v3.2.2 |
2540 | 2024-12-19T21:45:42.532Z | Checking internet-checksum v0.2.1 |
2541 | 2024-12-19T21:45:42.725Z | Checking event-listener v2.5.3 |
2542 | 2024-12-19T21:45:43.017Z | Checking async-channel v1.9.0 |
2543 | 2024-12-19T21:45:43.917Z | Checking async-process v2.3.0 |
2544 | 2024-12-19T21:45:44.344Z | Checking async-global-executor v2.4.1 |
2545 | 2024-12-19T21:45:44.636Z | Checking cfg-expr v0.17.0 |
2546 | 2024-12-19T21:45:45.467Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2547 | 2024-12-19T21:45:45.500Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2548 | 2024-12-19T21:45:45.553Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2549 | 2024-12-19T21:45:46.025Z | Checking httptest v0.16.1 |
2550 | 2024-12-19T21:45:46.821Z | Checking rustls-native-certs v0.7.3 |
2551 | 2024-12-19T21:45:47.026Z | Compiling petname v2.0.2 |
2552 | 2024-12-19T21:45:47.096Z | Checking num_cpus v1.16.0 |
2553 | 2024-12-19T21:45:47.242Z | Checking kv-log-macro v1.0.7 |
2554 | 2024-12-19T21:45:47.397Z | Compiling async-attributes v1.1.2 |
2555 | 2024-12-19T21:45:48.257Z | Checking async-std v1.13.0 |
2556 | 2024-12-19T21:45:50.354Z | Checking threadpool v1.8.1 |
2557 | 2024-12-19T21:45:50.473Z | Checking hyper-rustls v0.26.0 |
2558 | 2024-12-19T21:45:50.865Z | Checking pathdiff v0.2.2 |
2559 | 2024-12-19T21:45:50.940Z | Compiling rstest_macros v0.23.0 |
2560 | 2024-12-19T21:45:51.038Z | Compiling target-triple v0.1.3 |
2561 | 2024-12-19T21:45:51.463Z | Checking nested v0.1.1 |
2562 | 2024-12-19T21:45:51.579Z | Checking escape8259 v0.5.3 |
2563 | 2024-12-19T21:45:51.687Z | Checking guppy v0.17.8 |
2564 | 2024-12-19T21:45:51.764Z | Checking libtest-mimic v0.7.3 |
2565 | 2024-12-19T21:45:52.082Z | Checking async-object-pool v0.1.5 |
2566 | 2024-12-19T21:45:52.391Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2567 | 2024-12-19T21:45:53.061Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2568 | 2024-12-19T21:45:53.366Z | Checking similar-asserts v1.6.0 |
2569 | 2024-12-19T21:45:53.628Z | Checking fancy-regex v0.13.0 |
2570 | 2024-12-19T21:45:53.688Z | Checking serde_regex v1.1.0 |
2571 | 2024-12-19T21:45:53.968Z | Checking assert-json-diff v2.0.2 |
2572 | 2024-12-19T21:45:54.263Z | Compiling proc-macro-crate v3.2.0 |
2573 | 2024-12-19T21:45:54.412Z | Checking path-tree v0.8.1 |
2574 | 2024-12-19T21:45:54.778Z | Checking stringmetrics v2.2.2 |
2575 | 2024-12-19T21:45:55.034Z | Checking sync-ptr v0.1.1 |
2576 | 2024-12-19T21:45:55.259Z | Compiling relative-path v1.9.3 |
2577 | 2024-12-19T21:45:55.665Z | Checking httpmock v0.8.0-alpha.1 |
2578 | 2024-12-19T21:45:55.832Z | Checking datatest-stable v0.2.9 |
2579 | 2024-12-19T21:45:56.281Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2580 | 2024-12-19T21:45:57.893Z | Checking blake2b_simd v1.0.2 |
2581 | 2024-12-19T21:45:58.253Z | Compiling git2 v0.19.0 |
2582 | 2024-12-19T21:45:58.790Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2583 | 2024-12-19T21:45:59.330Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2584 | 2024-12-19T21:45:59.645Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2585 | 2024-12-19T21:45:59.949Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2586 | 2024-12-19T21:46:00.263Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2587 | 2024-12-19T21:46:00.798Z | Checking serde_tokenstream v0.2.2 |
2588 | 2024-12-19T21:46:01.227Z | Checking uzers v0.12.1 |
2589 | 2024-12-19T21:46:01.468Z | Checking rust-argon2 v2.1.0 |
2590 | 2024-12-19T21:46:01.674Z | Checking trybuild v1.0.101 |
2591 | 2024-12-19T21:46:01.928Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2592 | 2024-12-19T21:46:03.090Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2593 | 2024-12-19T21:46:03.313Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2594 | 2024-12-19T21:46:06.696Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2595 | 2024-12-19T21:46:07.037Z | Checking rand_distr v0.4.3 |
2596 | 2024-12-19T21:46:07.088Z | Checking rstest v0.23.0 |
2597 | 2024-12-19T21:46:07.333Z | Checking multimap v0.10.0 |
2598 | 2024-12-19T21:46:07.488Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2599 | 2024-12-19T21:46:07.649Z | Checking approx v0.5.1 |
2600 | 2024-12-19T21:46:07.899Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2601 | 2024-12-19T21:46:08.574Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2602 | 2024-12-19T21:46:08.595Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2603 | 2024-12-19T21:46:09.075Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2604 | 2024-12-19T21:46:09.097Z | Checking clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2605 | 2024-12-19T21:46:09.842Z | Checking partial-io v0.5.4 |
2606 | 2024-12-19T21:46:10.100Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2607 | 2024-12-19T21:46:10.245Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2608 | 2024-12-19T21:46:10.414Z | Checking cargo_toml v0.20.5 |
2609 | 2024-12-19T21:46:10.507Z | Checking termios v0.3.3 |
2610 | 2024-12-19T21:46:10.624Z | Compiling indoc v2.0.5 |
2611 | 2024-12-19T21:46:10.757Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2612 | 2024-12-19T21:46:11.998Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2613 | 2024-12-19T21:46:12.586Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2614 | 2024-12-19T21:46:32.166Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2615 | 2024-12-19T21:46:35.387Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2616 | 2024-12-19T21:46:38.445Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2617 | 2024-12-19T21:46:59.371Z | Compiling polar-core v0.27.3 |
2618 | 2024-12-19T21:47:10.867Z | Checking oso v0.27.3 |
2619 | 2024-12-19T21:47:12.656Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2620 | 2024-12-19T21:47:13.567Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2621 | 2024-12-19T21:47:14.674Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2622 | 2024-12-19T21:48:01.535Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2623 | 2024-12-19T21:48:01.535Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2624 | 2024-12-19T21:48:01.538Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2625 | 2024-12-19T21:49:31.270Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 56s |
2626 | 2024-12-19T21:49:31.679Z | |
2627 | 2024-12-19T21:49:31.682Z | real 7:00.784160396 |
2628 | 2024-12-19T21:49:31.682Z | user 37:15.516392377 |
2629 | 2024-12-19T21:49:31.682Z | sys 6:43.416299641 |
2630 | 2024-12-19T21:49:31.682Z | trap 1.058904370 |
2631 | 2024-12-19T21:49:31.682Z | tflt 2.291877179 |
2632 | 2024-12-19T21:49:31.682Z | dflt 0.785249059 |
2633 | 2024-12-19T21:49:31.682Z | kflt 0.000971539 |
2634 | 2024-12-19T21:49:31.682Z | lock 54:16.576205502 |
2635 | 2024-12-19T21:49:31.683Z | slp 2:08:29.805041639 |
2636 | 2024-12-19T21:49:31.683Z | lat 1:42.264057042 |
2637 | 2024-12-19T21:49:31.683Z | stop 6:25.356108624 |
2638 | 2024-12-19T21:49:31.683Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2639 | 2024-12-19T21:49:31.683Z | + ptime -m cargo doc --workspace --no-deps |
2640 | 2024-12-19T21:49:32.912Z | warning: output filename collision. |
2641 | 2024-12-19T21:49:32.912Z | 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)`. |
2642 | 2024-12-19T21:49:32.912Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2643 | 2024-12-19T21:49:32.912Z | The targets should have unique names. |
2644 | 2024-12-19T21:49:32.912Z | This is a known bug where multiple crates with the same name use |
2645 | 2024-12-19T21:49:32.912Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2646 | 2024-12-19T21:49:33.378Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2647 | 2024-12-19T21:49:33.448Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2648 | 2024-12-19T21:49:33.470Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2649 | 2024-12-19T21:49:33.512Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2650 | 2024-12-19T21:49:33.536Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2651 | 2024-12-19T21:49:33.565Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2652 | 2024-12-19T21:49:33.566Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2653 | 2024-12-19T21:49:33.754Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2654 | 2024-12-19T21:49:33.805Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2655 | 2024-12-19T21:49:33.827Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2656 | 2024-12-19T21:49:33.847Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2657 | 2024-12-19T21:49:34.090Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2658 | 2024-12-19T21:49:34.140Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2659 | 2024-12-19T21:49:34.388Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2660 | 2024-12-19T21:49:34.557Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2661 | 2024-12-19T21:49:37.252Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2662 | 2024-12-19T21:49:38.510Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2663 | 2024-12-19T21:49:38.832Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2664 | 2024-12-19T21:49:38.871Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2665 | 2024-12-19T21:49:39.011Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2666 | 2024-12-19T21:49:39.051Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2667 | 2024-12-19T21:49:39.189Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2668 | 2024-12-19T21:49:39.325Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2669 | 2024-12-19T21:49:39.542Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2670 | 2024-12-19T21:49:39.869Z | Checking range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2671 | 2024-12-19T21:49:39.886Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2672 | 2024-12-19T21:49:40.323Z | Checking sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2673 | 2024-12-19T21:49:40.443Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2674 | 2024-12-19T21:49:40.639Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2675 | 2024-12-19T21:49:40.659Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2676 | 2024-12-19T21:49:40.937Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2677 | 2024-12-19T21:49:40.966Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2678 | 2024-12-19T21:49:41.140Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2679 | 2024-12-19T21:49:41.161Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2680 | 2024-12-19T21:49:41.268Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2681 | 2024-12-19T21:49:41.488Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2682 | 2024-12-19T21:49:41.812Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2683 | 2024-12-19T21:49:42.092Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2684 | 2024-12-19T21:49:42.159Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2685 | 2024-12-19T21:49:42.527Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2686 | 2024-12-19T21:49:42.554Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2687 | 2024-12-19T21:49:42.574Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2688 | 2024-12-19T21:49:43.393Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2689 | 2024-12-19T21:49:44.164Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2690 | 2024-12-19T21:49:46.401Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2691 | 2024-12-19T21:49:48.478Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2692 | 2024-12-19T21:49:48.708Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2693 | 2024-12-19T21:49:49.442Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2694 | 2024-12-19T21:49:49.581Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2695 | 2024-12-19T21:49:50.062Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2696 | 2024-12-19T21:49:50.526Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2697 | 2024-12-19T21:49:51.146Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2698 | 2024-12-19T21:49:51.385Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2699 | 2024-12-19T21:49:51.689Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2700 | 2024-12-19T21:49:51.711Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2701 | 2024-12-19T21:49:57.518Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2702 | 2024-12-19T21:49:58.352Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2703 | 2024-12-19T21:49:59.223Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2704 | 2024-12-19T21:50:00.708Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2705 | 2024-12-19T21:50:01.265Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2706 | 2024-12-19T21:50:01.287Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2707 | 2024-12-19T21:50:01.349Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2708 | 2024-12-19T21:50:01.727Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2709 | 2024-12-19T21:50:02.158Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2710 | 2024-12-19T21:50:02.206Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2711 | 2024-12-19T21:50:03.002Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2712 | 2024-12-19T21:50:03.450Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2713 | 2024-12-19T21:50:03.710Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2714 | 2024-12-19T21:50:03.829Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2715 | 2024-12-19T21:50:03.964Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2716 | 2024-12-19T21:50:05.104Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2717 | 2024-12-19T21:50:05.185Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2718 | 2024-12-19T21:50:05.260Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2719 | 2024-12-19T21:50:05.501Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2720 | 2024-12-19T21:50:05.991Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2721 | 2024-12-19T21:50:06.042Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2722 | 2024-12-19T21:50:06.652Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2723 | 2024-12-19T21:50:07.058Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2724 | 2024-12-19T21:50:07.726Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2725 | 2024-12-19T21:50:08.389Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2726 | 2024-12-19T21:50:08.412Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2727 | 2024-12-19T21:50:09.208Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2728 | 2024-12-19T21:50:09.995Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2729 | 2024-12-19T21:50:10.295Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2730 | 2024-12-19T21:50:10.339Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2731 | 2024-12-19T21:50:10.459Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2732 | 2024-12-19T21:50:10.830Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2733 | 2024-12-19T21:50:11.237Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2734 | 2024-12-19T21:50:11.292Z | Checking clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2735 | 2024-12-19T21:50:11.474Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2736 | 2024-12-19T21:50:11.505Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2737 | 2024-12-19T21:50:12.006Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2738 | 2024-12-19T21:50:12.028Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2739 | 2024-12-19T21:50:12.100Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2740 | 2024-12-19T21:50:13.305Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2741 | 2024-12-19T21:50:13.553Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2742 | 2024-12-19T21:50:13.651Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2743 | 2024-12-19T21:50:14.093Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2744 | 2024-12-19T21:50:14.114Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2745 | 2024-12-19T21:50:15.048Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2746 | 2024-12-19T21:50:15.070Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2747 | 2024-12-19T21:50:15.376Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2748 | 2024-12-19T21:50:15.536Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2749 | 2024-12-19T21:50:16.856Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2750 | 2024-12-19T21:50:17.572Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2751 | 2024-12-19T21:50:17.729Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2752 | 2024-12-19T21:50:19.559Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2753 | 2024-12-19T21:50:20.887Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2754 | 2024-12-19T21:50:21.127Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2755 | 2024-12-19T21:50:22.533Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2756 | 2024-12-19T21:50:24.912Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2757 | 2024-12-19T21:50:25.087Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2758 | 2024-12-19T21:50:26.004Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2759 | 2024-12-19T21:50:27.315Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2760 | 2024-12-19T21:50:32.433Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2761 | 2024-12-19T21:50:36.751Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2762 | 2024-12-19T21:50:37.194Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2763 | 2024-12-19T21:50:42.983Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2764 | 2024-12-19T21:50:46.745Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2765 | 2024-12-19T21:51:28.587Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2766 | 2024-12-19T21:51:30.781Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2767 | 2024-12-19T21:51:35.484Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2768 | 2024-12-19T21:51:51.269Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2769 | 2024-12-19T21:52:16.593Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2770 | 2024-12-19T21:52:19.250Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2771 | 2024-12-19T21:52:19.290Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2772 | 2024-12-19T21:52:19.921Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2773 | 2024-12-19T21:52:20.917Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2774 | 2024-12-19T21:52:22.473Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2775 | 2024-12-19T21:52:35.650Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2776 | 2024-12-19T21:52:36.215Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2777 | 2024-12-19T21:52:41.050Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2778 | 2024-12-19T21:53:10.754Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2779 | 2024-12-19T21:53:14.928Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2780 | 2024-12-19T21:53:24.375Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2781 | 2024-12-19T21:53:29.017Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2782 | 2024-12-19T21:53:29.741Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2783 | 2024-12-19T21:53:31.642Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2784 | 2024-12-19T21:53:51.900Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2785 | 2024-12-19T21:53:59.264Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2786 | 2024-12-19T21:54:03.639Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2787 | 2024-12-19T21:54:06.617Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2788 | 2024-12-19T21:54:09.216Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2789 | 2024-12-19T21:54:13.067Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2790 | 2024-12-19T21:54:22.514Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2791 | 2024-12-19T21:54:24.484Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2792 | 2024-12-19T21:54:31.579Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2793 | 2024-12-19T21:54:36.678Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2794 | 2024-12-19T21:54:41.260Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2795 | 2024-12-19T21:54:44.711Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2796 | 2024-12-19T21:54:49.958Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2797 | 2024-12-19T21:54:50.790Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2798 | 2024-12-19T21:54:51.395Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2799 | 2024-12-19T21:54:56.956Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2800 | 2024-12-19T21:55:02.610Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2801 | 2024-12-19T21:55:04.467Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2802 | 2024-12-19T21:55:05.497Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2803 | 2024-12-19T21:55:10.487Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2804 | 2024-12-19T21:55:11.066Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2805 | 2024-12-19T21:55:17.545Z | Documenting clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2806 | 2024-12-19T21:55:20.019Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2807 | 2024-12-19T21:55:20.036Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2808 | 2024-12-19T21:55:23.707Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2809 | 2024-12-19T21:55:26.278Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2810 | 2024-12-19T21:55:33.159Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2811 | 2024-12-19T21:55:37.718Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2812 | 2024-12-19T21:55:38.282Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2813 | 2024-12-19T21:55:39.490Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2814 | 2024-12-19T21:55:48.198Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2815 | 2024-12-19T21:55:48.534Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2816 | 2024-12-19T21:55:49.396Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2817 | 2024-12-19T21:55:52.608Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2818 | 2024-12-19T21:55:55.019Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2819 | 2024-12-19T21:55:55.377Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2820 | 2024-12-19T21:56:00.616Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2821 | 2024-12-19T21:56:10.890Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2822 | 2024-12-19T21:56:13.306Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2823 | 2024-12-19T21:56:14.840Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2824 | 2024-12-19T21:56:15.655Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2825 | 2024-12-19T21:56:16.686Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2826 | 2024-12-19T21:56:17.526Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2827 | 2024-12-19T21:56:17.656Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2828 | 2024-12-19T21:56:26.079Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2829 | 2024-12-19T21:56:32.458Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2830 | 2024-12-19T21:56:33.237Z | Documenting clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2831 | 2024-12-19T21:56:35.500Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2832 | 2024-12-19T21:56:37.779Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2833 | 2024-12-19T21:56:44.875Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2834 | 2024-12-19T21:56:49.123Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2835 | 2024-12-19T21:56:49.131Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2836 | 2024-12-19T21:56:49.131Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2837 | 2024-12-19T21:56:50.253Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2838 | 2024-12-19T21:56:52.828Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2839 | 2024-12-19T21:56:53.529Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2840 | 2024-12-19T21:57:02.543Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2841 | 2024-12-19T21:57:03.894Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2842 | 2024-12-19T21:57:07.074Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2843 | 2024-12-19T21:57:12.098Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2844 | 2024-12-19T21:57:13.826Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2845 | 2024-12-19T21:57:14.625Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2846 | 2024-12-19T21:57:17.891Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2847 | 2024-12-19T21:57:20.108Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2848 | 2024-12-19T21:57:27.068Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2849 | 2024-12-19T21:57:27.630Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2850 | 2024-12-19T21:57:31.680Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2851 | 2024-12-19T21:57:34.182Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2852 | 2024-12-19T21:57:34.293Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2853 | 2024-12-19T21:57:34.351Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2854 | 2024-12-19T21:57:35.224Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2855 | 2024-12-19T21:57:36.247Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2856 | 2024-12-19T21:57:41.116Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2857 | 2024-12-19T21:57:48.371Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2858 | 2024-12-19T21:57:48.506Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2859 | 2024-12-19T21:57:48.533Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2860 | 2024-12-19T21:57:50.500Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2861 | 2024-12-19T21:57:51.273Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2862 | 2024-12-19T21:57:52.197Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2863 | 2024-12-19T21:57:53.216Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2864 | 2024-12-19T21:57:56.531Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2865 | 2024-12-19T21:57:57.050Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2866 | 2024-12-19T21:57:58.919Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2867 | 2024-12-19T21:58:00.187Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2868 | 2024-12-19T21:58:00.735Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2869 | 2024-12-19T21:58:01.640Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2870 | 2024-12-19T21:58:03.667Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2871 | 2024-12-19T21:58:03.803Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2872 | 2024-12-19T21:58:05.509Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2873 | 2024-12-19T21:58:07.120Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2874 | 2024-12-19T21:58:09.110Z | Documenting sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2875 | 2024-12-19T21:58:09.538Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2876 | 2024-12-19T21:58:09.808Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2877 | 2024-12-19T21:58:12.245Z | Documenting range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2878 | 2024-12-19T21:58:44.144Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9m 12s |
2879 | 2024-12-19T21:58:44.325Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 142 other files |
2880 | 2024-12-19T21:58:44.395Z | |
2881 | 2024-12-19T21:58:44.395Z | real 9:12.562223718 |
2882 | 2024-12-19T21:58:44.395Z | user 27:38.299579480 |
2883 | 2024-12-19T21:58:44.395Z | sys 41:51.079590114 |
2884 | 2024-12-19T21:58:44.395Z | trap 0.458341595 |
2885 | 2024-12-19T21:58:44.395Z | tflt 0.204796954 |
2886 | 2024-12-19T21:58:44.395Z | dflt 0.244194148 |
2887 | 2024-12-19T21:58:44.395Z | kflt 0.000003908 |
2888 | 2024-12-19T21:58:44.397Z | lock 1:32:05.805042390 |
2889 | 2024-12-19T21:58:44.397Z | slp 2:36:27.638098137 |
2890 | 2024-12-19T21:58:44.397Z | lat 1:16.478674718 |
2891 | 2024-12-19T21:58:44.397Z | stop 1:11.848977178 |
2892 | 2024-12-19T21:58:44.397Z | process exited: duration 1298788 ms, exit code 0 |
|
2893 | 2024-12-19T21:58:44.403Z | found 0 output files |