|
|
|
1 | 2024-11-18T21:35:29.792Z | job assigned to worker 01JD0K651TH3GJT685CS0R1EAT [factory aws, i-04b6afafc948758b1] (queued for 51 s) |
|
2 | 2024-11-18T21:35:37.796Z | starting task 0: "setup" |
3 | 2024-11-18T21:35:37.806Z | ++ uname -s |
4 | 2024-11-18T21:35:37.808Z | + kern=SunOS |
5 | 2024-11-18T21:35:37.808Z | + case "$kern" in |
6 | 2024-11-18T21:35:37.808Z | + groupadd -g 12345 build |
7 | 2024-11-18T21:35:37.811Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-18T21:35:39.819Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-18T21:35:39.921Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-18T21:35:39.923Z | + home_fs=zfs |
11 | 2024-11-18T21:35:39.923Z | + [[ zfs == autofs ]] |
12 | 2024-11-18T21:35:39.923Z | + mkdir -p /home/build |
13 | 2024-11-18T21:35:39.925Z | + chown build:build /home/build /work |
14 | 2024-11-18T21:35:41.928Z | + chmod 0700 /home/build /work |
15 | 2024-11-18T21:35:41.931Z | process exited: duration 4135 ms, exit code 0 |
|
16 | 2024-11-18T21:35:41.936Z | starting task 1: "rust-toolchain" |
17 | 2024-11-18T21:35:41.942Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-18T21:35:41.942Z | ' 1.81.0 |
19 | 2024-11-18T21:35:41.942Z | + printf ' * toolchain profile = "%s" |
20 | 2024-11-18T21:35:41.942Z | ' default |
21 | 2024-11-18T21:35:41.944Z | * toolchain channel = "1.81.0" |
22 | 2024-11-18T21:35:41.944Z | * toolchain profile = "default" |
23 | 2024-11-18T21:35:41.944Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-18T21:35:41.944Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-11-18T21:35:42.065Z | info: downloading installer |
26 | 2024-11-18T21:35:43.350Z | info: profile set to 'default' |
27 | 2024-11-18T21:35:43.350Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-18T21:35:43.352Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-11-18T21:35:43.497Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-11-18T21:35:43.497Z | info: downloading component 'cargo' |
31 | 2024-11-18T21:35:44.290Z | info: downloading component 'clippy' |
32 | 2024-11-18T21:35:44.584Z | info: downloading component 'rust-docs' |
33 | 2024-11-18T21:35:45.687Z | info: downloading component 'rust-std' |
34 | 2024-11-18T21:35:47.407Z | info: downloading component 'rustc' |
35 | 2024-11-18T21:35:53.604Z | info: downloading component 'rustfmt' |
36 | 2024-11-18T21:35:53.840Z | info: installing component 'cargo' |
37 | 2024-11-18T21:35:54.657Z | info: installing component 'clippy' |
38 | 2024-11-18T21:35:55.039Z | info: installing component 'rust-docs' |
39 | 2024-11-18T21:35:56.660Z | info: installing component 'rust-std' |
40 | 2024-11-18T21:35:58.497Z | info: installing component 'rustc' |
41 | 2024-11-18T21:36:04.199Z | info: installing component 'rustfmt' |
42 | 2024-11-18T21:36:04.515Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-11-18T21:36:04.516Z | |
44 | 2024-11-18T21:36:04.880Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-11-18T21:36:04.880Z | |
46 | 2024-11-18T21:36:04.882Z | |
47 | 2024-11-18T21:36:04.882Z | Rust is installed now. Great! |
48 | 2024-11-18T21:36:04.882Z | |
49 | 2024-11-18T21:36:04.883Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-18T21:36:04.883Z | environment variable. This has not been done automatically. |
51 | 2024-11-18T21:36:04.883Z | |
52 | 2024-11-18T21:36:04.883Z | To configure your current shell, you need to source |
53 | 2024-11-18T21:36:04.883Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-18T21:36:04.883Z | |
55 | 2024-11-18T21:36:04.883Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-18T21:36:04.883Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-18T21:36:04.883Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-18T21:36:04.954Z | + rustc --version |
59 | 2024-11-18T21:36:05.018Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-11-18T21:36:05.021Z | process exited: duration 23081 ms, exit code 0 |
|
61 | 2024-11-18T21:36:05.027Z | starting task 2: "authentication" |
62 | 2024-11-18T21:36:05.047Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-11-18T21:36:05.053Z | starting task 3: "clone repository" |
64 | 2024-11-18T21:36:05.058Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-18T21:36:05.060Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-18T21:36:05.103Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-18T21:36:12.207Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-18T21:36:12.207Z | + git fetch origin 27527e868cf2ba3514fd276422b641fc0d6051d6 |
69 | 2024-11-18T21:36:12.755Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-18T21:36:12.755Z | * branch 27527e868cf2ba3514fd276422b641fc0d6051d6 -> FETCH_HEAD |
71 | 2024-11-18T21:36:12.764Z | + [[ -n '' ]] |
72 | 2024-11-18T21:36:12.764Z | + git reset --hard 27527e868cf2ba3514fd276422b641fc0d6051d6 |
73 | 2024-11-18T21:36:12.931Z | HEAD is now at 27527e868 Merge branch 'main' into dataset_typed_uuid |
74 | 2024-11-18T21:36:12.934Z | process exited: duration 7878 ms, exit code 0 |
|
75 | 2024-11-18T21:36:12.941Z | starting task 4: "build" |
76 | 2024-11-18T21:36:12.944Z | + source ./env.sh |
77 | 2024-11-18T21:36:12.945Z | ++ OLD_SHELL_OPTS=ehxB |
78 | 2024-11-18T21:36:12.945Z | ++ set -o xtrace |
79 | 2024-11-18T21:36:12.947Z | ++++ dirname ./env.sh |
80 | 2024-11-18T21:36:12.950Z | +++ readlink -f . |
81 | 2024-11-18T21:36:12.955Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
82 | 2024-11-18T21:36:12.955Z | ++ 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-11-18T21:36:12.955Z | ++ 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-11-18T21:36:12.955Z | ++ 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-11-18T21:36:12.955Z | ++ 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-11-18T21:36:12.955Z | ++ 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-11-18T21:36:12.955Z | ++ 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-11-18T21:36:12.956Z | ++ 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-11-18T21:36:12.956Z | ++ 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-11-18T21:36:12.956Z | ++ case $OLD_SHELL_OPTS in |
91 | 2024-11-18T21:36:12.956Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
92 | 2024-11-18T21:36:12.956Z | + source .github/buildomat/ci-env.sh |
93 | 2024-11-18T21:36:12.956Z | ++ export CARGO_TERM_COLOR=always |
94 | 2024-11-18T21:36:12.956Z | ++ CARGO_TERM_COLOR=always |
95 | 2024-11-18T21:36:12.957Z | + cargo --version |
96 | 2024-11-18T21:36:13.009Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
97 | 2024-11-18T21:36:13.012Z | + rustc --version |
98 | 2024-11-18T21:36:13.072Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
99 | 2024-11-18T21:36:13.074Z | + banner prerequisites |
100 | 2024-11-18T21:36:13.077Z | |
101 | 2024-11-18T21:36:13.077Z | ##### ##### ###### ##### ###### #### # # # #### # |
102 | 2024-11-18T21:36:13.077Z | # # # # # # # # # # # # # # # |
103 | 2024-11-18T21:36:13.078Z | # # # # ##### # # ##### # # # # # #### # |
104 | 2024-11-18T21:36:13.078Z | ##### ##### # ##### # # # # # # # # # |
105 | 2024-11-18T21:36:13.078Z | # # # # # # # # # # # # # # # |
106 | 2024-11-18T21:36:13.078Z | # # # ###### # # ###### ### # #### # #### # |
107 | 2024-11-18T21:36:13.079Z | |
108 | 2024-11-18T21:36:13.082Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
109 | 2024-11-18T21:36:20.939Z | Startup: Refreshing catalog 'helios-dev' ... Done |
110 | 2024-11-18T21:36:24.469Z | Startup: Caching catalogs ... Done |
111 | 2024-11-18T21:36:33.119Z | Planning: Solver setup ... Done (7.750s) |
112 | 2024-11-18T21:36:33.230Z | Planning: Running solver ... Done (0.110s) |
113 | 2024-11-18T21:36:33.322Z | Planning: Finding local manifests ... Done (0.004s) |
114 | 2024-11-18T21:36:33.756Z | Planning: Fetching manifests: 0/5 0% complete |
115 | 2024-11-18T21:36:34.603Z | Planning: Fetching manifests: 5/5 100% complete |
116 | 2024-11-18T21:36:34.701Z | Planning: Package planning ... Done (0.098s) |
117 | 2024-11-18T21:36:34.758Z | Planning: Merging actions ... Done (0.056s) |
118 | 2024-11-18T21:36:34.951Z | Planning: Checking for conflicting actions ... Done (0.192s) |
119 | 2024-11-18T21:36:36.838Z | Planning: Consolidating action changes ... Done (1.887s) |
120 | 2024-11-18T21:36:37.253Z | Planning: Evaluating mediators ... Done (0.415s) |
121 | 2024-11-18T21:36:37.333Z | Planning: Planning completed in 12.77 seconds |
122 | 2024-11-18T21:36:37.348Z | Packages to install: 4 |
123 | 2024-11-18T21:36:37.348Z | Packages to update: 1 |
124 | 2024-11-18T21:36:37.351Z | Mediators to change: 2 |
125 | 2024-11-18T21:36:37.351Z | Services to change: 1 |
126 | 2024-11-18T21:36:37.351Z | Estimated space available: 155.64 GB |
127 | 2024-11-18T21:36:37.351Z | Estimated space to be consumed: 1.60 GB |
128 | 2024-11-18T21:36:37.351Z | Create boot environment: No |
129 | 2024-11-18T21:36:37.351Z | Create backup boot environment: Yes |
130 | 2024-11-18T21:36:37.351Z | Rebuild boot archive: No |
131 | 2024-11-18T21:36:37.351Z | |
132 | 2024-11-18T21:36:37.351Z | Changed mediators: |
133 | 2024-11-18T21:36:37.351Z | mediator clang: |
134 | 2024-11-18T21:36:37.351Z | version: None -> 15 (system default) |
135 | 2024-11-18T21:36:37.351Z | |
136 | 2024-11-18T21:36:37.351Z | mediator llvm: |
137 | 2024-11-18T21:36:37.351Z | version: 14 (system default) -> 15 (system default) |
138 | 2024-11-18T21:36:37.351Z | |
139 | 2024-11-18T21:36:37.352Z | Changed packages: |
140 | 2024-11-18T21:36:37.352Z | helios-dev |
141 | 2024-11-18T21:36:37.352Z | developer/build-essential |
142 | 2024-11-18T21:36:37.352Z | None -> 11-2.0 |
143 | 2024-11-18T21:36:37.352Z | library/libxmlsec1 |
144 | 2024-11-18T21:36:37.352Z | None -> 1.2.35-2.0 |
145 | 2024-11-18T21:36:37.352Z | ooce/developer/clang-15 |
146 | 2024-11-18T21:36:37.352Z | None -> 15.0.7-2.0 |
147 | 2024-11-18T21:36:37.352Z | ooce/developer/llvm-15 |
148 | 2024-11-18T21:36:37.352Z | None -> 15.0.7-2.0 |
149 | 2024-11-18T21:36:37.352Z | package/pkg |
150 | 2024-11-18T21:36:37.352Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
151 | 2024-11-18T21:36:37.352Z | |
152 | 2024-11-18T21:36:37.352Z | Services: |
153 | 2024-11-18T21:36:37.352Z | restart_fmri: |
154 | 2024-11-18T21:36:37.352Z | svc:/system/update-man-index:default |
155 | 2024-11-18T21:36:37.352Z | |
156 | 2024-11-18T21:36:37.352Z | Editable files to change: |
157 | 2024-11-18T21:36:37.352Z | Update: |
158 | 2024-11-18T21:36:37.352Z | usr/share/lib/pkg/web/config.shtml |
159 | 2024-11-18T21:36:37.589Z | |
160 | 2024-11-18T21:36:37.589Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
161 | 2024-11-18T21:36:43.727Z | Download: 211/4281 items 1.3/220.6MB 0% complete (454k/s) |
162 | 2024-11-18T21:36:48.730Z | Download: 501/4281 items 17.2/220.6MB 7% complete (1.7M/s) |
163 | 2024-11-18T21:36:53.731Z | Download: 1134/4281 items 65.4/220.6MB 29% complete (6.4M/s) |
164 | 2024-11-18T21:36:59.173Z | Download: 1198/4281 items 80.4/220.6MB 36% complete (7.8M/s) |
165 | 2024-11-18T21:37:04.210Z | Download: 1429/4281 items 117.2/220.6MB 53% complete (5.8M/s) |
166 | 2024-11-18T21:37:09.213Z | Download: 2073/4281 items 118.8/220.6MB 53% complete (3.8M/s) |
167 | 2024-11-18T21:37:14.214Z | Download: 2225/4281 items 119.2/220.6MB 54% complete (3.0M/s) |
168 | 2024-11-18T21:37:19.227Z | Download: 2869/4281 items 121.1/220.6MB 54% complete (243k/s) |
169 | 2024-11-18T21:37:24.270Z | Download: 3232/4281 items 198.5/220.6MB 89% complete (8.0M/s) |
170 | 2024-11-18T21:37:35.320Z | Download: 3248/4281 items 203.1/220.6MB 92% complete (8.0M/s) |
171 | 2024-11-18T21:37:40.322Z | Download: 3508/4281 items 215.5/220.6MB 97% complete (2.5M/s) |
172 | 2024-11-18T21:37:45.358Z | Download: 4057/4281 items 219.5/220.6MB 99% complete (1.7M/s) |
173 | 2024-11-18T21:37:52.967Z | Download: 4208/4281 items 220.6/220.6MB 99% complete (878k/s) |
174 | 2024-11-18T21:37:53.067Z | Download: Completed 220.60 MB in 75.47 seconds (2.9M/s) |
175 | 2024-11-18T21:37:55.168Z | Actions: 1/5063 actions (Removing old actions) |
176 | 2024-11-18T21:37:55.188Z | Actions: 194/5063 actions (Installing new actions) |
177 | 2024-11-18T21:37:59.814Z | Actions: 4226/5063 actions (Updating modified actions) |
178 | 2024-11-18T21:38:00.122Z | Actions: Completed 5063 actions in 4.95 seconds. |
179 | 2024-11-18T21:38:00.339Z | Done (0.209s) |
180 | 2024-11-18T21:38:00.342Z | Done (0.000s) |
181 | 2024-11-18T21:38:00.871Z | Done (0.530s) |
182 | 2024-11-18T21:38:05.406Z | Done (4.319s) |
183 | 2024-11-18T21:38:05.494Z | Done (0.017s) |
184 | 2024-11-18T21:38:05.497Z | Done (0.000s) |
185 | 2024-11-18T21:38:05.654Z | Done (0.000s) |
186 | 2024-11-18T21:38:06.318Z | Planning: Evaluating mediator changes ... Done |
187 | 2024-11-18T21:38:06.478Z | Planning: Checking for conflicting actions ... Done |
188 | 2024-11-18T21:38:06.481Z | Planning: Consolidating action changes ... Done |
189 | 2024-11-18T21:38:06.748Z | Planning: Evaluating mediators ... Done |
190 | 2024-11-18T21:38:06.751Z | Planning: Planning completed in 0.43 seconds |
191 | 2024-11-18T21:38:06.788Z | Mediators to change: 2 |
192 | 2024-11-18T21:38:06.791Z | Create boot environment: No |
193 | 2024-11-18T21:38:06.791Z | Create backup boot environment: No |
194 | 2024-11-18T21:38:06.872Z | Done |
195 | 2024-11-18T21:38:06.872Z | Done |
196 | 2024-11-18T21:38:07.207Z | Done |
197 | 2024-11-18T21:38:10.799Z | Done |
198 | 2024-11-18T21:38:10.886Z | Done |
199 | 2024-11-18T21:38:10.889Z | Done |
200 | 2024-11-18T21:38:11.004Z | Done |
201 | 2024-11-18T21:38:11.615Z | Planning: Evaluating mediator changes ... Done |
202 | 2024-11-18T21:38:11.617Z | Planning: Merging actions ... Done |
203 | 2024-11-18T21:38:11.803Z | Planning: Checking for conflicting actions ... Done |
204 | 2024-11-18T21:38:11.806Z | Planning: Consolidating action changes ... Done |
205 | 2024-11-18T21:38:12.064Z | Planning: Evaluating mediators ... Done |
206 | 2024-11-18T21:38:12.118Z | Planning: Planning completed in 0.74 seconds |
207 | 2024-11-18T21:38:12.162Z | Packages to change: 1 |
208 | 2024-11-18T21:38:12.162Z | Mediators to change: 1 |
209 | 2024-11-18T21:38:12.165Z | Services to change: 1 |
210 | 2024-11-18T21:38:12.165Z | Create boot environment: No |
211 | 2024-11-18T21:38:12.165Z | Create backup boot environment: Yes |
212 | 2024-11-18T21:38:14.302Z | Actions: 1/6 actions (Updating modified actions) |
213 | 2024-11-18T21:38:14.304Z | Actions: Completed 6 actions in 0.00 seconds. |
214 | 2024-11-18T21:38:14.304Z | Done |
215 | 2024-11-18T21:38:14.304Z | Done |
216 | 2024-11-18T21:38:14.414Z | Done |
217 | 2024-11-18T21:38:17.992Z | Done |
218 | 2024-11-18T21:38:18.083Z | Done |
219 | 2024-11-18T21:38:18.085Z | Done |
220 | 2024-11-18T21:38:18.203Z | Done |
221 | 2024-11-18T21:38:18.633Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
222 | 2024-11-18T21:38:18.633Z | clang system 15 system |
223 | 2024-11-18T21:38:18.633Z | csh system system illumos |
224 | 2024-11-18T21:38:18.633Z | ctags system system illumos |
225 | 2024-11-18T21:38:18.633Z | gcc vendor 12 vendor |
226 | 2024-11-18T21:38:18.633Z | gcc system 10 system |
227 | 2024-11-18T21:38:18.634Z | gcc system 7 system |
228 | 2024-11-18T21:38:18.634Z | go system 1.20 system |
229 | 2024-11-18T21:38:18.634Z | go system 1.19 system |
230 | 2024-11-18T21:38:18.634Z | llvm system 15 system |
231 | 2024-11-18T21:38:18.634Z | llvm system 14 system |
232 | 2024-11-18T21:38:18.634Z | mariadb system 10.6 system |
233 | 2024-11-18T21:38:18.634Z | mta vendor vendor dma |
234 | 2024-11-18T21:38:18.634Z | openjdk system 17 system |
235 | 2024-11-18T21:38:18.634Z | openjdk system 11 system |
236 | 2024-11-18T21:38:18.634Z | openjdk system 1.8 system |
237 | 2024-11-18T21:38:18.634Z | openssl vendor 3 vendor |
238 | 2024-11-18T21:38:18.634Z | perl system 5.36 system |
239 | 2024-11-18T21:38:18.634Z | postgresql system 15 system |
240 | 2024-11-18T21:38:18.634Z | postgresql system 13 system |
241 | 2024-11-18T21:38:18.634Z | python vendor 3 vendor |
242 | 2024-11-18T21:38:18.634Z | python system 2 system |
243 | 2024-11-18T21:38:18.634Z | python3 system 3.11 system |
244 | 2024-11-18T21:38:18.634Z | ruby system 3.0 system |
245 | 2024-11-18T21:38:18.634Z | words vendor vendor american-english |
246 | 2024-11-18T21:38:18.634Z | words system system australian-english |
247 | 2024-11-18T21:38:18.634Z | words system system british-english |
248 | 2024-11-18T21:38:18.634Z | words system system canadian-english |
249 | 2024-11-18T21:38:18.634Z | words system system french |
250 | 2024-11-18T21:38:18.634Z | words system system italian |
251 | 2024-11-18T21:38:18.634Z | words system system ngerman |
252 | 2024-11-18T21:38:18.634Z | words system system ogerman |
253 | 2024-11-18T21:38:18.634Z | words system system spanish |
254 | 2024-11-18T21:38:18.958Z | PUBLISHER TYPE STATUS P LOCATION |
255 | 2024-11-18T21:38:18.959Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
256 | 2024-11-18T21:38:21.504Z | FMRI IFO |
257 | 2024-11-18T21:38:21.504Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
258 | 2024-11-18T21:38:21.504Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
259 | 2024-11-18T21:38:21.504Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
260 | 2024-11-18T21:38:21.504Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
261 | 2024-11-18T21:38:21.504Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
262 | 2024-11-18T21:38:21.504Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
263 | 2024-11-18T21:38:21.504Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
264 | 2024-11-18T21:38:21.504Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
265 | 2024-11-18T21:38:21.504Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
266 | 2024-11-18T21:38:21.504Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
267 | 2024-11-18T21:38:21.504Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
268 | 2024-11-18T21:38:21.504Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
269 | 2024-11-18T21:38:21.504Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
270 | 2024-11-18T21:38:21.505Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
271 | 2024-11-18T21:38:21.505Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
272 | 2024-11-18T21:38:22.223Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
273 | 2024-11-18T21:38:22.501Z | Updating crates.io index |
274 | 2024-11-18T21:38:22.504Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
275 | 2024-11-18T21:38:23.325Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
276 | 2024-11-18T21:38:23.566Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
277 | 2024-11-18T21:38:23.798Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
278 | 2024-11-18T21:38:24.063Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
279 | 2024-11-18T21:38:24.879Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
280 | 2024-11-18T21:38:27.224Z | Updating git repository `https://github.com/oxidecomputer/opte` |
281 | 2024-11-18T21:38:28.332Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
282 | 2024-11-18T21:38:29.079Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
283 | 2024-11-18T21:38:29.353Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
284 | 2024-11-18T21:38:29.676Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
285 | 2024-11-18T21:38:30.229Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
286 | 2024-11-18T21:38:30.647Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
287 | 2024-11-18T21:38:31.095Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
288 | 2024-11-18T21:38:31.361Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
289 | 2024-11-18T21:38:31.617Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
290 | 2024-11-18T21:38:31.868Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
291 | 2024-11-18T21:38:32.131Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
292 | 2024-11-18T21:38:32.569Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
293 | 2024-11-18T21:38:32.887Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
294 | 2024-11-18T21:38:33.236Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
295 | 2024-11-18T21:38:33.714Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
296 | 2024-11-18T21:38:34.030Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
297 | 2024-11-18T21:38:34.441Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
298 | 2024-11-18T21:38:34.960Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
299 | 2024-11-18T21:38:35.298Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
300 | 2024-11-18T21:38:35.610Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
301 | 2024-11-18T21:38:37.069Z | Downloading crates ... |
302 | 2024-11-18T21:38:37.158Z | Downloaded anstyle-query v1.1.1 |
303 | 2024-11-18T21:38:37.160Z | Downloaded autocfg v1.4.0 |
304 | 2024-11-18T21:38:37.168Z | Downloaded anstyle-parse v0.2.5 |
305 | 2024-11-18T21:38:37.170Z | Downloaded anstream v0.6.15 |
306 | 2024-11-18T21:38:37.174Z | Downloaded bitflags v2.6.0 |
307 | 2024-11-18T21:38:37.178Z | Downloaded anstyle v1.0.10 |
308 | 2024-11-18T21:38:37.181Z | Downloaded anyhow v1.0.93 |
309 | 2024-11-18T21:38:37.187Z | Downloaded bytecount v0.6.8 |
310 | 2024-11-18T21:38:37.189Z | Downloaded colorchoice v1.0.2 |
311 | 2024-11-18T21:38:37.192Z | Downloaded crypto-common v0.1.6 |
312 | 2024-11-18T21:38:37.192Z | Downloaded clap_lex v0.7.2 |
313 | 2024-11-18T21:38:37.194Z | Downloaded clap_derive v4.5.18 |
314 | 2024-11-18T21:38:37.194Z | Downloaded cargo-platform v0.1.8 |
315 | 2024-11-18T21:38:37.197Z | Downloaded fastrand v2.1.1 |
316 | 2024-11-18T21:38:37.197Z | Downloaded equivalent v1.0.1 |
317 | 2024-11-18T21:38:37.199Z | Downloaded byteorder v1.5.0 |
318 | 2024-11-18T21:38:37.199Z | Downloaded cpufeatures v0.2.14 |
319 | 2024-11-18T21:38:37.201Z | Downloaded cargo_metadata v0.18.1 |
320 | 2024-11-18T21:38:37.202Z | Downloaded camino v1.1.9 |
321 | 2024-11-18T21:38:37.204Z | Downloaded heck v0.4.1 |
322 | 2024-11-18T21:38:37.206Z | Downloaded block-buffer v0.10.4 |
323 | 2024-11-18T21:38:37.206Z | Downloaded generic-array v0.14.7 |
324 | 2024-11-18T21:38:37.206Z | Downloaded cfg-if v1.0.0 |
325 | 2024-11-18T21:38:37.209Z | Downloaded cargo_toml v0.20.5 |
326 | 2024-11-18T21:38:37.209Z | Downloaded is_terminal_polyfill v1.70.1 |
327 | 2024-11-18T21:38:37.211Z | Downloaded errno v0.3.9 |
328 | 2024-11-18T21:38:37.212Z | Downloaded camino-tempfile v1.1.1 |
329 | 2024-11-18T21:38:37.216Z | Downloaded clap v4.5.21 |
330 | 2024-11-18T21:38:37.223Z | Downloaded dof v0.3.0 |
331 | 2024-11-18T21:38:37.225Z | Downloaded fnv v1.0.7 |
332 | 2024-11-18T21:38:37.225Z | Downloaded dtrace-parser v0.2.0 |
333 | 2024-11-18T21:38:37.228Z | Downloaded digest v0.10.7 |
334 | 2024-11-18T21:38:37.230Z | Downloaded heck v0.5.0 |
335 | 2024-11-18T21:38:37.233Z | Downloaded fs-err v2.11.0 |
336 | 2024-11-18T21:38:37.238Z | Downloaded scroll_derive v0.12.0 |
337 | 2024-11-18T21:38:37.244Z | Downloaded swrite v0.1.0 |
338 | 2024-11-18T21:38:37.250Z | Downloaded hashbrown v0.15.0 |
339 | 2024-11-18T21:38:37.255Z | Downloaded proc-macro-error-attr v1.0.4 |
340 | 2024-11-18T21:38:37.257Z | Downloaded itoa v1.0.11 |
341 | 2024-11-18T21:38:37.263Z | Downloaded usdt-macro v0.5.0 |
342 | 2024-11-18T21:38:37.266Z | Downloaded pretty-hex v0.4.1 |
343 | 2024-11-18T21:38:37.266Z | Downloaded serde_spanned v0.6.8 |
344 | 2024-11-18T21:38:37.268Z | Downloaded usdt-attr-macro v0.5.0 |
345 | 2024-11-18T21:38:37.268Z | Downloaded pest_generator v2.7.14 |
346 | 2024-11-18T21:38:37.271Z | Downloaded serde_tokenstream v0.2.2 |
347 | 2024-11-18T21:38:37.274Z | Downloaded thread-id v4.2.2 |
348 | 2024-11-18T21:38:37.274Z | Downloaded thiserror v1.0.69 |
349 | 2024-11-18T21:38:37.278Z | Downloaded memmap v0.7.0 |
350 | 2024-11-18T21:38:37.280Z | Downloaded toml_datetime v0.6.8 |
351 | 2024-11-18T21:38:37.280Z | Downloaded thiserror-impl v1.0.69 |
352 | 2024-11-18T21:38:37.283Z | Downloaded terminal_size v0.4.0 |
353 | 2024-11-18T21:38:37.283Z | Downloaded strsim v0.11.1 |
354 | 2024-11-18T21:38:37.283Z | Downloaded smawk v0.3.2 |
355 | 2024-11-18T21:38:37.286Z | Downloaded utf8parse v0.2.2 |
356 | 2024-11-18T21:38:37.286Z | Downloaded usdt v0.5.0 |
357 | 2024-11-18T21:38:37.288Z | Downloaded tabled_derive v0.7.0 |
358 | 2024-11-18T21:38:37.288Z | Downloaded plain v0.2.3 |
359 | 2024-11-18T21:38:37.288Z | Downloaded macaddr v1.0.1 |
360 | 2024-11-18T21:38:37.291Z | Downloaded quote v1.0.37 |
361 | 2024-11-18T21:38:37.294Z | Downloaded once_cell v1.20.2 |
362 | 2024-11-18T21:38:37.296Z | Downloaded scroll v0.12.0 |
363 | 2024-11-18T21:38:37.298Z | Downloaded semver v1.0.23 |
364 | 2024-11-18T21:38:37.301Z | Downloaded version_check v0.9.5 |
365 | 2024-11-18T21:38:37.303Z | Downloaded pest_derive v2.7.14 |
366 | 2024-11-18T21:38:37.306Z | Downloaded tempfile v3.13.0 |
367 | 2024-11-18T21:38:37.308Z | Downloaded sha2 v0.10.8 |
368 | 2024-11-18T21:38:37.311Z | Downloaded proc-macro-error v1.0.4 |
369 | 2024-11-18T21:38:37.313Z | Downloaded log v0.4.22 |
370 | 2024-11-18T21:38:37.319Z | Downloaded zerocopy-derive v0.7.35 |
371 | 2024-11-18T21:38:37.323Z | Downloaded usdt-impl v0.5.0 |
372 | 2024-11-18T21:38:37.325Z | Downloaded unicode-linebreak v0.1.5 |
373 | 2024-11-18T21:38:37.327Z | Downloaded ryu v1.0.18 |
374 | 2024-11-18T21:38:37.330Z | Downloaded toml v0.8.19 |
375 | 2024-11-18T21:38:37.332Z | Downloaded unicode-ident v1.0.13 |
376 | 2024-11-18T21:38:37.335Z | Downloaded pest_meta v2.7.14 |
377 | 2024-11-18T21:38:37.335Z | Downloaded indexmap v2.6.0 |
378 | 2024-11-18T21:38:37.339Z | Downloaded typenum v1.17.0 |
379 | 2024-11-18T21:38:37.342Z | Downloaded ucd-trie v0.1.7 |
380 | 2024-11-18T21:38:37.344Z | Downloaded serde_derive v1.0.215 |
381 | 2024-11-18T21:38:37.347Z | Downloaded proc-macro2 v1.0.89 |
382 | 2024-11-18T21:38:37.349Z | Downloaded textwrap v0.16.1 |
383 | 2024-11-18T21:38:37.352Z | Downloaded papergrid v0.11.0 |
384 | 2024-11-18T21:38:37.354Z | Downloaded serde v1.0.215 |
385 | 2024-11-18T21:38:37.368Z | Downloaded memchr v2.7.4 |
386 | 2024-11-18T21:38:37.372Z | Downloaded goblin v0.8.2 |
387 | 2024-11-18T21:38:37.378Z | Downloaded toml_edit v0.22.22 |
388 | 2024-11-18T21:38:37.397Z | Downloaded pest v2.7.14 |
389 | 2024-11-18T21:38:37.402Z | Downloaded clap_builder v4.5.21 |
390 | 2024-11-18T21:38:37.412Z | Downloaded serde_json v1.0.132 |
391 | 2024-11-18T21:38:37.425Z | Downloaded zerocopy v0.7.35 |
392 | 2024-11-18T21:38:37.440Z | Downloaded winnow v0.6.20 |
393 | 2024-11-18T21:38:37.447Z | Downloaded tabled v0.15.0 |
394 | 2024-11-18T21:38:37.460Z | Downloaded syn v1.0.109 |
395 | 2024-11-18T21:38:37.469Z | Downloaded syn v2.0.87 |
396 | 2024-11-18T21:38:37.479Z | Downloaded unicode-width v0.1.14 |
397 | 2024-11-18T21:38:37.488Z | Downloaded rustix v0.38.37 |
398 | 2024-11-18T21:38:37.522Z | Downloaded libc v0.2.162 |
399 | 2024-11-18T21:38:37.825Z | Compiling proc-macro2 v1.0.89 |
400 | 2024-11-18T21:38:37.828Z | Compiling unicode-ident v1.0.13 |
401 | 2024-11-18T21:38:37.828Z | Compiling version_check v0.9.5 |
402 | 2024-11-18T21:38:37.828Z | Compiling serde v1.0.215 |
403 | 2024-11-18T21:38:37.828Z | Compiling memchr v2.7.4 |
404 | 2024-11-18T21:38:37.828Z | Compiling thiserror v1.0.69 |
405 | 2024-11-18T21:38:37.828Z | Compiling libc v0.2.162 |
406 | 2024-11-18T21:38:37.828Z | Compiling ucd-trie v0.1.7 |
407 | 2024-11-18T21:38:38.077Z | Compiling ryu v1.0.18 |
408 | 2024-11-18T21:38:38.499Z | Compiling itoa v1.0.11 |
409 | 2024-11-18T21:38:38.606Z | Compiling once_cell v1.20.2 |
410 | 2024-11-18T21:38:38.733Z | Compiling byteorder v1.5.0 |
411 | 2024-11-18T21:38:38.755Z | Compiling serde_json v1.0.132 |
412 | 2024-11-18T21:38:39.028Z | Compiling rustix v0.38.37 |
413 | 2024-11-18T21:38:39.183Z | Compiling bitflags v2.6.0 |
414 | 2024-11-18T21:38:39.208Z | Compiling usdt-impl v0.5.0 |
415 | 2024-11-18T21:38:39.464Z | Compiling proc-macro-error-attr v1.0.4 |
416 | 2024-11-18T21:38:39.535Z | Compiling syn v1.0.109 |
417 | 2024-11-18T21:38:39.702Z | Compiling quote v1.0.37 |
418 | 2024-11-18T21:38:39.732Z | Compiling proc-macro-error v1.0.4 |
419 | 2024-11-18T21:38:39.851Z | Compiling log v0.4.22 |
420 | 2024-11-18T21:38:39.940Z | Compiling hashbrown v0.15.0 |
421 | 2024-11-18T21:38:39.990Z | Compiling errno v0.3.9 |
422 | 2024-11-18T21:38:40.125Z | Compiling syn v2.0.87 |
423 | 2024-11-18T21:38:40.283Z | Compiling equivalent v1.0.1 |
424 | 2024-11-18T21:38:40.333Z | Compiling utf8parse v0.2.2 |
425 | 2024-11-18T21:38:40.405Z | Compiling camino v1.1.9 |
426 | 2024-11-18T21:38:40.433Z | Compiling thread-id v4.2.2 |
427 | 2024-11-18T21:38:40.498Z | Compiling plain v0.2.3 |
428 | 2024-11-18T21:38:40.530Z | Compiling anstyle-parse v0.2.5 |
429 | 2024-11-18T21:38:40.866Z | Compiling autocfg v1.4.0 |
430 | 2024-11-18T21:38:41.122Z | Compiling indexmap v2.6.0 |
431 | 2024-11-18T21:38:41.149Z | Compiling semver v1.0.23 |
432 | 2024-11-18T21:38:41.149Z | Compiling anstyle-query v1.1.1 |
433 | 2024-11-18T21:38:41.350Z | Compiling winnow v0.6.20 |
434 | 2024-11-18T21:38:41.419Z | Compiling unicode-width v0.1.14 |
435 | 2024-11-18T21:38:41.708Z | Compiling is_terminal_polyfill v1.70.1 |
436 | 2024-11-18T21:38:41.836Z | Compiling pretty-hex v0.4.1 |
437 | 2024-11-18T21:38:41.952Z | Compiling anstyle v1.0.10 |
438 | 2024-11-18T21:38:42.030Z | Compiling colorchoice v1.0.2 |
439 | 2024-11-18T21:38:42.058Z | Compiling fs-err v2.11.0 |
440 | 2024-11-18T21:38:42.329Z | Compiling terminal_size v0.4.0 |
441 | 2024-11-18T21:38:42.414Z | Compiling anstream v0.6.15 |
442 | 2024-11-18T21:38:42.512Z | Compiling clap_lex v0.7.2 |
443 | 2024-11-18T21:38:42.542Z | Compiling heck v0.4.1 |
444 | 2024-11-18T21:38:42.568Z | Compiling fnv v1.0.7 |
445 | 2024-11-18T21:38:42.714Z | Compiling fastrand v2.1.1 |
446 | 2024-11-18T21:38:43.007Z | Compiling heck v0.5.0 |
447 | 2024-11-18T21:38:43.045Z | Compiling anyhow v1.0.93 |
448 | 2024-11-18T21:38:43.214Z | Compiling cfg-if v1.0.0 |
449 | 2024-11-18T21:38:43.240Z | Compiling strsim v0.11.1 |
450 | 2024-11-18T21:38:43.553Z | Compiling bytecount v0.6.8 |
451 | 2024-11-18T21:38:43.771Z | Compiling papergrid v0.11.0 |
452 | 2024-11-18T21:38:43.796Z | Compiling tempfile v3.13.0 |
453 | 2024-11-18T21:38:43.979Z | Compiling clap_builder v4.5.21 |
454 | 2024-11-18T21:38:44.176Z | Compiling memmap v0.7.0 |
455 | 2024-11-18T21:38:44.273Z | Compiling smawk v0.3.2 |
456 | 2024-11-18T21:38:44.503Z | Compiling unicode-linebreak v0.1.5 |
457 | 2024-11-18T21:38:44.990Z | Compiling textwrap v0.16.1 |
458 | 2024-11-18T21:38:45.113Z | Compiling swrite v0.1.0 |
459 | 2024-11-18T21:38:46.175Z | Compiling tabled_derive v0.7.0 |
460 | 2024-11-18T21:38:47.675Z | Compiling tabled v0.15.0 |
461 | 2024-11-18T21:38:49.056Z | Compiling serde_derive v1.0.215 |
462 | 2024-11-18T21:38:49.056Z | Compiling thiserror-impl v1.0.69 |
463 | 2024-11-18T21:38:49.058Z | Compiling zerocopy-derive v0.7.35 |
464 | 2024-11-18T21:38:49.058Z | Compiling scroll_derive v0.12.0 |
465 | 2024-11-18T21:38:49.349Z | Compiling clap_derive v4.5.18 |
466 | 2024-11-18T21:38:50.432Z | Compiling scroll v0.12.0 |
467 | 2024-11-18T21:38:50.925Z | Compiling goblin v0.8.2 |
468 | 2024-11-18T21:38:51.149Z | Compiling zerocopy v0.7.35 |
469 | 2024-11-18T21:38:51.878Z | Compiling pest v2.7.14 |
470 | 2024-11-18T21:38:52.943Z | Compiling clap v4.5.21 |
471 | 2024-11-18T21:38:54.069Z | Compiling pest_meta v2.7.14 |
472 | 2024-11-18T21:38:54.892Z | Compiling pest_generator v2.7.14 |
473 | 2024-11-18T21:38:56.748Z | Compiling pest_derive v2.7.14 |
474 | 2024-11-18T21:38:57.482Z | Compiling dtrace-parser v0.2.0 |
475 | 2024-11-18T21:38:59.342Z | Compiling serde_spanned v0.6.8 |
476 | 2024-11-18T21:38:59.343Z | Compiling toml_datetime v0.6.8 |
477 | 2024-11-18T21:38:59.345Z | Compiling cargo-platform v0.1.8 |
478 | 2024-11-18T21:38:59.720Z | Compiling serde_tokenstream v0.2.2 |
479 | 2024-11-18T21:38:59.854Z | Compiling toml_edit v0.22.22 |
480 | 2024-11-18T21:38:59.918Z | Compiling macaddr v1.0.1 |
481 | 2024-11-18T21:39:00.028Z | Compiling camino-tempfile v1.1.1 |
482 | 2024-11-18T21:39:00.819Z | Compiling dof v0.3.0 |
483 | 2024-11-18T21:39:00.819Z | Compiling cargo_metadata v0.18.1 |
484 | 2024-11-18T21:39:02.542Z | Compiling toml v0.8.19 |
485 | 2024-11-18T21:39:02.890Z | Compiling usdt-macro v0.5.0 |
486 | 2024-11-18T21:39:02.891Z | Compiling usdt-attr-macro v0.5.0 |
487 | 2024-11-18T21:39:03.440Z | Compiling cargo_toml v0.20.5 |
488 | 2024-11-18T21:39:04.331Z | Compiling usdt v0.5.0 |
489 | 2024-11-18T21:39:06.990Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
490 | 2024-11-18T21:39:11.118Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.12s |
491 | 2024-11-18T21:39:11.382Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
492 | 2024-11-18T21:39:11.894Z | Downloading crates ... |
493 | 2024-11-18T21:39:12.038Z | Downloaded headers-core v0.3.0 |
494 | 2024-11-18T21:39:12.045Z | Downloaded hex-literal v0.4.1 |
495 | 2024-11-18T21:39:12.047Z | Downloaded darling v0.20.10 |
496 | 2024-11-18T21:39:12.077Z | Downloaded heapless v0.7.17 |
497 | 2024-11-18T21:39:12.082Z | Downloaded home v0.5.9 |
498 | 2024-11-18T21:39:12.084Z | Downloaded arrayref v0.3.9 |
499 | 2024-11-18T21:39:12.093Z | Downloaded heapless v0.8.0 |
500 | 2024-11-18T21:39:12.097Z | Downloaded hickory-resolver v0.24.1 |
501 | 2024-11-18T21:39:12.110Z | Downloaded hostname v0.3.1 |
502 | 2024-11-18T21:39:12.110Z | Downloaded hickory-client v0.24.1 |
503 | 2024-11-18T21:39:12.112Z | Downloaded hmac v0.12.1 |
504 | 2024-11-18T21:39:12.112Z | Downloaded http-range v0.1.5 |
505 | 2024-11-18T21:39:12.112Z | Downloaded hickory-server v0.24.1 |
506 | 2024-11-18T21:39:12.119Z | Downloaded http-body-util v0.1.2 |
507 | 2024-11-18T21:39:13.124Z | Downloaded http-body v1.0.1 |
508 | 2024-11-18T21:39:13.127Z | Downloaded http v1.1.0 |
509 | 2024-11-18T21:39:13.128Z | Downloaded httparse v1.9.5 |
510 | 2024-11-18T21:39:13.128Z | Downloaded ascii-canvas v3.0.0 |
511 | 2024-11-18T21:39:13.128Z | Downloaded array-init v0.0.4 |
512 | 2024-11-18T21:39:13.128Z | Downloaded adler2 v2.0.0 |
513 | 2024-11-18T21:39:13.128Z | Downloaded cfg_aliases v0.1.1 |
514 | 2024-11-18T21:39:13.128Z | Downloaded heck v0.3.3 |
515 | 2024-11-18T21:39:13.128Z | Downloaded async-stream v0.3.6 |
516 | 2024-11-18T21:39:13.128Z | Downloaded async-recursion v1.1.1 |
517 | 2024-11-18T21:39:13.128Z | Downloaded aes v0.8.4 |
518 | 2024-11-18T21:39:13.128Z | Downloaded ident_case v1.0.1 |
519 | 2024-11-18T21:39:13.128Z | Downloaded icu_provider_macros v1.5.0 |
520 | 2024-11-18T21:39:13.128Z | Downloaded instant v0.1.13 |
521 | 2024-11-18T21:39:13.128Z | Downloaded hubpack_derive v0.1.1 |
522 | 2024-11-18T21:39:13.128Z | Downloaded cfg_aliases v0.2.1 |
523 | 2024-11-18T21:39:13.128Z | Downloaded aead v0.5.2 |
524 | 2024-11-18T21:39:13.128Z | Downloaded ciborium-io v0.2.2 |
525 | 2024-11-18T21:39:13.128Z | Downloaded hostname v0.4.0 |
526 | 2024-11-18T21:39:13.128Z | Downloaded cstr-argument v0.1.2 |
527 | 2024-11-18T21:39:13.128Z | Downloaded atty v0.2.14 |
528 | 2024-11-18T21:39:13.128Z | Downloaded atomicwrites v0.4.4 |
529 | 2024-11-18T21:39:13.128Z | Downloaded assert_matches v1.5.0 |
530 | 2024-11-18T21:39:13.128Z | Downloaded crunchy v0.2.2 |
531 | 2024-11-18T21:39:13.128Z | Downloaded crucible-workspace-hack v0.1.0 |
532 | 2024-11-18T21:39:13.128Z | Downloaded matches v0.1.10 |
533 | 2024-11-18T21:39:13.128Z | Downloaded is_ci v1.2.0 |
534 | 2024-11-18T21:39:13.128Z | Downloaded highway v1.2.0 |
535 | 2024-11-18T21:39:13.128Z | Downloaded async-stream-impl v0.3.6 |
536 | 2024-11-18T21:39:13.128Z | Downloaded hex v0.4.3 |
537 | 2024-11-18T21:39:13.128Z | Downloaded md5 v0.7.0 |
538 | 2024-11-18T21:39:13.128Z | Downloaded match_cfg v0.1.0 |
539 | 2024-11-18T21:39:13.128Z | Downloaded atomic-waker v1.1.2 |
540 | 2024-11-18T21:39:13.128Z | Downloaded bit-set v0.5.3 |
541 | 2024-11-18T21:39:13.128Z | Downloaded bcrypt-pbkdf v0.10.0 |
542 | 2024-11-18T21:39:13.128Z | Downloaded argon2 v0.5.3 |
543 | 2024-11-18T21:39:13.128Z | Downloaded hyper-tls v0.6.0 |
544 | 2024-11-18T21:39:13.128Z | Downloaded arrayvec v0.7.6 |
545 | 2024-11-18T21:39:13.129Z | Downloaded block-padding v0.3.3 |
546 | 2024-11-18T21:39:13.129Z | Downloaded bb8 v0.8.5 |
547 | 2024-11-18T21:39:13.129Z | Downloaded async-trait v0.1.83 |
548 | 2024-11-18T21:39:13.129Z | Downloaded indoc v1.0.9 |
549 | 2024-11-18T21:39:13.129Z | Downloaded indent_write v2.2.0 |
550 | 2024-11-18T21:39:13.129Z | Downloaded httpdate v1.0.3 |
551 | 2024-11-18T21:39:13.129Z | Downloaded bitfield-struct v0.6.2 |
552 | 2024-11-18T21:39:13.129Z | Downloaded bitfield v0.14.0 |
553 | 2024-11-18T21:39:13.129Z | Downloaded kstat-rs v0.2.4 |
554 | 2024-11-18T21:39:13.129Z | Downloaded chacha20 v0.9.1 |
555 | 2024-11-18T21:39:13.129Z | Downloaded base16ct v0.2.0 |
556 | 2024-11-18T21:39:13.129Z | Downloaded addr2line v0.24.2 |
557 | 2024-11-18T21:39:13.129Z | Downloaded internet-checksum v0.2.1 |
558 | 2024-11-18T21:39:13.129Z | Downloaded humantime v2.1.0 |
559 | 2024-11-18T21:39:13.129Z | Downloaded cipher v0.4.4 |
560 | 2024-11-18T21:39:13.129Z | Downloaded ciborium-ll v0.2.2 |
561 | 2024-11-18T21:39:13.129Z | Downloaded keccak v0.1.5 |
562 | 2024-11-18T21:39:13.129Z | Downloaded linked-hash-map v0.5.6 |
563 | 2024-11-18T21:39:13.129Z | Downloaded linear-map v1.2.0 |
564 | 2024-11-18T21:39:13.129Z | Downloaded maybe-uninit v2.0.0 |
565 | 2024-11-18T21:39:13.129Z | Downloaded chrono-tz-build v0.4.0 |
566 | 2024-11-18T21:39:13.129Z | Downloaded cexpr v0.6.0 |
567 | 2024-11-18T21:39:13.129Z | Downloaded mime v0.3.17 |
568 | 2024-11-18T21:39:13.129Z | Downloaded lru-cache v0.1.2 |
569 | 2024-11-18T21:39:13.129Z | Downloaded lru v0.12.5 |
570 | 2024-11-18T21:39:13.129Z | Downloaded ctr v0.9.2 |
571 | 2024-11-18T21:39:13.129Z | Downloaded memoffset v0.9.1 |
572 | 2024-11-18T21:39:13.129Z | Downloaded progenitor-macro v0.8.0 |
573 | 2024-11-18T21:39:13.129Z | Downloaded serde-big-array v0.5.1 |
574 | 2024-11-18T21:39:13.129Z | Downloaded convert_case v0.4.0 |
575 | 2024-11-18T21:39:13.129Z | Downloaded constant_time_eq v0.3.1 |
576 | 2024-11-18T21:39:13.129Z | Downloaded quinn-udp v0.5.5 |
577 | 2024-11-18T21:39:13.129Z | Downloaded scheduled-thread-pool v0.2.7 |
578 | 2024-11-18T21:39:13.129Z | Downloaded rustls-pemfile v1.0.4 |
579 | 2024-11-18T21:39:13.129Z | Downloaded serde_path_to_error v0.1.16 |
580 | 2024-11-18T21:39:13.129Z | Downloaded serde_plain v1.0.2 |
581 | 2024-11-18T21:39:13.129Z | Downloaded iana-time-zone v0.1.61 |
582 | 2024-11-18T21:39:13.129Z | Downloaded strum v0.26.3 |
583 | 2024-11-18T21:39:13.130Z | Downloaded backoff v0.4.0 |
584 | 2024-11-18T21:39:13.130Z | Downloaded inout v0.1.3 |
585 | 2024-11-18T21:39:13.130Z | Downloaded async-bb8-diesel v0.2.1 |
586 | 2024-11-18T21:39:13.130Z | Downloaded ahash v0.8.11 |
587 | 2024-11-18T21:39:13.130Z | Downloaded want v0.3.1 |
588 | 2024-11-18T21:39:13.130Z | Downloaded lock_api v0.4.12 |
589 | 2024-11-18T21:39:13.130Z | Downloaded impl-trait-for-tuples v0.2.2 |
590 | 2024-11-18T21:39:13.130Z | Downloaded libsw v3.3.1 |
591 | 2024-11-18T21:39:13.130Z | Downloaded libloading v0.8.5 |
592 | 2024-11-18T21:39:13.130Z | Downloaded semver v0.1.20 |
593 | 2024-11-18T21:39:13.130Z | Downloaded same-file v1.0.6 |
594 | 2024-11-18T21:39:13.130Z | Downloaded mime_guess v2.0.5 |
595 | 2024-11-18T21:39:13.130Z | Downloaded lazy_static v1.5.0 |
596 | 2024-11-18T21:39:13.130Z | Downloaded slog-dtrace v0.3.0 |
597 | 2024-11-18T21:39:13.131Z | Downloaded litemap v0.7.3 |
598 | 2024-11-18T21:39:13.131Z | Downloaded ipnet v2.10.1 |
599 | 2024-11-18T21:39:13.131Z | Downloaded openssl-macros v0.1.1 |
600 | 2024-11-18T21:39:13.131Z | Downloaded endian-type v0.1.2 |
601 | 2024-11-18T21:39:13.131Z | Downloaded hyper-staticfile v0.10.1 |
602 | 2024-11-18T21:39:13.131Z | Downloaded curve25519-dalek-derive v0.1.1 |
603 | 2024-11-18T21:39:13.131Z | Downloaded jobserver v0.1.32 |
604 | 2024-11-18T21:39:13.131Z | Downloaded openssl-probe v0.1.5 |
605 | 2024-11-18T21:39:13.131Z | Downloaded unicase v2.7.0 |
606 | 2024-11-18T21:39:13.131Z | Downloaded tokio-macros v2.4.0 |
607 | 2024-11-18T21:39:13.131Z | Downloaded termios v0.3.3 |
608 | 2024-11-18T21:39:13.138Z | Downloaded zeroize_derive v1.4.2 |
609 | 2024-11-18T21:39:13.138Z | Downloaded icu_locid v1.5.0 |
610 | 2024-11-18T21:39:13.139Z | Downloaded const_format_proc_macros v0.2.33 |
611 | 2024-11-18T21:39:13.139Z | Downloaded slog-bunyan v2.5.0 |
612 | 2024-11-18T21:39:13.139Z | Downloaded crc32fast v1.4.2 |
613 | 2024-11-18T21:39:13.139Z | Downloaded allocator-api2 v0.2.18 |
614 | 2024-11-18T21:39:13.139Z | Downloaded icu_locid_transform_data v1.5.0 |
615 | 2024-11-18T21:39:13.139Z | Downloaded structmeta-derive v0.3.0 |
616 | 2024-11-18T21:39:13.139Z | Downloaded icu_normalizer v1.5.0 |
617 | 2024-11-18T21:39:13.139Z | Downloaded blake2 v0.10.6 |
618 | 2024-11-18T21:39:13.139Z | Downloaded synstructure v0.13.1 |
619 | 2024-11-18T21:39:13.139Z | Downloaded memmap2 v0.9.5 |
620 | 2024-11-18T21:39:13.139Z | Downloaded foreign-types v0.5.0 |
621 | 2024-11-18T21:39:13.139Z | Downloaded foreign-types v0.3.2 |
622 | 2024-11-18T21:39:13.139Z | Downloaded stringprep v0.1.5 |
623 | 2024-11-18T21:39:13.139Z | Downloaded progenitor-client v0.8.0 |
624 | 2024-11-18T21:39:13.139Z | Downloaded num-conv v0.1.0 |
625 | 2024-11-18T21:39:13.139Z | Downloaded progenitor-impl v0.8.0 |
626 | 2024-11-18T21:39:13.139Z | Downloaded topological-sort v0.2.2 |
627 | 2024-11-18T21:39:13.139Z | Downloaded ff v0.13.0 |
628 | 2024-11-18T21:39:13.139Z | Downloaded fd-lock v4.0.2 |
629 | 2024-11-18T21:39:13.139Z | Downloaded dirs-next v2.0.0 |
630 | 2024-11-18T21:39:13.139Z | Downloaded ciborium v0.2.2 |
631 | 2024-11-18T21:39:13.139Z | Downloaded termtree v0.4.1 |
632 | 2024-11-18T21:39:13.139Z | Downloaded num-integer v0.1.46 |
633 | 2024-11-18T21:39:13.139Z | Downloaded hash32 v0.3.1 |
634 | 2024-11-18T21:39:13.139Z | Downloaded cookie v0.18.1 |
635 | 2024-11-18T21:39:13.139Z | Downloaded try-lock v0.2.5 |
636 | 2024-11-18T21:39:13.139Z | Downloaded clang-sys v1.8.1 |
637 | 2024-11-18T21:39:13.139Z | Downloaded zone v0.1.8 |
638 | 2024-11-18T21:39:13.139Z | Downloaded which v4.4.2 |
639 | 2024-11-18T21:39:13.139Z | Downloaded indexmap v1.9.3 |
640 | 2024-11-18T21:39:13.139Z | Downloaded const-oid v0.9.6 |
641 | 2024-11-18T21:39:13.139Z | Downloaded icu_properties v1.5.1 |
642 | 2024-11-18T21:39:13.139Z | Downloaded serde_repr v0.1.19 |
643 | 2024-11-18T21:39:13.139Z | Downloaded indicatif v0.17.9 |
644 | 2024-11-18T21:39:13.139Z | Downloaded crossbeam-utils v0.8.20 |
645 | 2024-11-18T21:39:13.139Z | Downloaded slog-async v2.8.0 |
646 | 2024-11-18T21:39:13.139Z | Downloaded arc-swap v1.7.1 |
647 | 2024-11-18T21:39:13.140Z | Downloaded polyval v0.6.2 |
648 | 2024-11-18T21:39:13.140Z | Downloaded percent-encoding v2.3.1 |
649 | 2024-11-18T21:39:13.140Z | Downloaded crc-any v2.5.0 |
650 | 2024-11-18T21:39:13.140Z | Downloaded term v0.7.0 |
651 | 2024-11-18T21:39:13.140Z | Downloaded aes-gcm v0.10.3 |
652 | 2024-11-18T21:39:13.140Z | Downloaded resolv-conf v0.7.0 |
653 | 2024-11-18T21:39:13.140Z | Downloaded darling_macro v0.20.10 |
654 | 2024-11-18T21:39:13.140Z | Downloaded zone_cfg_derive v0.3.0 |
655 | 2024-11-18T21:39:13.140Z | Downloaded zone_cfg_derive v0.1.2 |
656 | 2024-11-18T21:39:13.140Z | Downloaded proc-macro-crate v1.3.1 |
657 | 2024-11-18T21:39:13.140Z | Downloaded peg v0.8.4 |
658 | 2024-11-18T21:39:13.140Z | Downloaded hashlink v0.9.1 |
659 | 2024-11-18T21:39:13.140Z | Downloaded num-derive v0.4.2 |
660 | 2024-11-18T21:39:13.140Z | Downloaded des v0.8.1 |
661 | 2024-11-18T21:39:13.140Z | Downloaded thiserror-impl-no-std v2.0.2 |
662 | 2024-11-18T21:39:13.140Z | Downloaded subtle v2.6.1 |
663 | 2024-11-18T21:39:13.140Z | Downloaded chacha20poly1305 v0.10.1 |
664 | 2024-11-18T21:39:13.140Z | Downloaded bytes v1.8.0 |
665 | 2024-11-18T21:39:13.140Z | Downloaded base64 v0.13.1 |
666 | 2024-11-18T21:39:13.140Z | Downloaded structmeta v0.2.0 |
667 | 2024-11-18T21:39:13.140Z | Downloaded siphasher v0.3.11 |
668 | 2024-11-18T21:39:13.140Z | Downloaded der_derive v0.7.3 |
669 | 2024-11-18T21:39:13.140Z | Downloaded backtrace v0.3.74 |
670 | 2024-11-18T21:39:13.140Z | Downloaded phf_shared v0.10.0 |
671 | 2024-11-18T21:39:13.140Z | Downloaded parse-size v1.1.0 |
672 | 2024-11-18T21:39:13.140Z | Downloaded untrusted v0.9.0 |
673 | 2024-11-18T21:39:13.140Z | Downloaded phf v0.11.2 |
674 | 2024-11-18T21:39:13.140Z | Downloaded rpassword v7.3.1 |
675 | 2024-11-18T21:39:13.140Z | Downloaded socket2 v0.5.7 |
676 | 2024-11-18T21:39:13.140Z | Downloaded tinyvec v1.8.0 |
677 | 2024-11-18T21:39:13.140Z | Downloaded debug-ignore v1.0.5 |
678 | 2024-11-18T21:39:13.140Z | Downloaded either v1.13.0 |
679 | 2024-11-18T21:39:13.140Z | Downloaded progenitor v0.8.0 |
680 | 2024-11-18T21:39:13.140Z | Downloaded primeorder v0.13.6 |
681 | 2024-11-18T21:39:13.140Z | Downloaded poly1305 v0.8.0 |
682 | 2024-11-18T21:39:13.140Z | Downloaded dhcproto v0.12.0 |
683 | 2024-11-18T21:39:13.140Z | Downloaded futures-executor v0.3.31 |
684 | 2024-11-18T21:39:13.141Z | Downloaded futures-core v0.3.31 |
685 | 2024-11-18T21:39:13.141Z | Downloaded tower-service v0.3.3 |
686 | 2024-11-18T21:39:13.141Z | Downloaded bumpalo v3.16.0 |
687 | 2024-11-18T21:39:13.141Z | Downloaded num-iter v0.1.45 |
688 | 2024-11-18T21:39:13.141Z | Downloaded multimap v0.10.0 |
689 | 2024-11-18T21:39:13.141Z | Downloaded futures-task v0.3.31 |
690 | 2024-11-18T21:39:13.141Z | Downloaded futures-sink v0.3.31 |
691 | 2024-11-18T21:39:13.141Z | Downloaded zerocopy v0.6.6 |
692 | 2024-11-18T21:39:13.141Z | Downloaded const_format v0.2.33 |
693 | 2024-11-18T21:39:13.141Z | Downloaded tokio-tungstenite v0.21.0 |
694 | 2024-11-18T21:39:13.141Z | Downloaded tokio-stream v0.1.16 |
695 | 2024-11-18T21:39:13.141Z | Downloaded smallvec v1.13.2 |
696 | 2024-11-18T21:39:13.141Z | Downloaded smallvec v0.6.14 |
697 | 2024-11-18T21:39:13.141Z | Downloaded icu_collections v1.5.0 |
698 | 2024-11-18T21:39:13.141Z | Downloaded hickory-proto v0.24.1 |
699 | 2024-11-18T21:39:13.141Z | Downloaded foreign-types-shared v0.3.1 |
700 | 2024-11-18T21:39:13.141Z | Downloaded half v2.4.1 |
701 | 2024-11-18T21:39:13.141Z | Downloaded hkdf v0.12.4 |
702 | 2024-11-18T21:39:13.141Z | Downloaded foreign-types-shared v0.1.1 |
703 | 2024-11-18T21:39:13.141Z | Downloaded derive_builder_macro v0.20.2 |
704 | 2024-11-18T21:39:13.141Z | Downloaded signal-hook-registry v1.4.2 |
705 | 2024-11-18T21:39:13.141Z | Downloaded mirai-annotations v1.12.0 |
706 | 2024-11-18T21:39:13.141Z | Downloaded defmt-parser v0.3.4 |
707 | 2024-11-18T21:39:13.141Z | Downloaded secrecy v0.8.0 |
708 | 2024-11-18T21:39:13.145Z | Downloaded sec1 v0.7.3 |
709 | 2024-11-18T21:39:13.145Z | Downloaded ref-cast v1.0.23 |
710 | 2024-11-18T21:39:13.145Z | Downloaded sync-ptr v0.1.1 |
711 | 2024-11-18T21:39:13.145Z | Downloaded slog-json v2.6.1 |
712 | 2024-11-18T21:39:13.145Z | Downloaded slog-envlogger v2.2.0 |
713 | 2024-11-18T21:39:13.145Z | Downloaded nanorand v0.7.0 |
714 | 2024-11-18T21:39:13.145Z | Downloaded slog-stdlog v4.1.1 |
715 | 2024-11-18T21:39:13.145Z | Downloaded slog-scope v4.4.0 |
716 | 2024-11-18T21:39:13.145Z | Downloaded supports-color v3.0.1 |
717 | 2024-11-18T21:39:13.145Z | Downloaded num-rational v0.4.2 |
718 | 2024-11-18T21:39:13.145Z | Downloaded nu-ansi-term v0.50.1 |
719 | 2024-11-18T21:39:13.145Z | Downloaded env_logger v0.10.2 |
720 | 2024-11-18T21:39:13.145Z | Downloaded cc v1.1.30 |
721 | 2024-11-18T21:39:13.146Z | Downloaded url v2.5.3 |
722 | 2024-11-18T21:39:13.146Z | Downloaded unicode-bidi v0.3.17 |
723 | 2024-11-18T21:39:13.146Z | Downloaded path-slash v0.1.5 |
724 | 2024-11-18T21:39:13.146Z | Downloaded rtoolbox v0.0.2 |
725 | 2024-11-18T21:39:13.146Z | Downloaded tokio-native-tls v0.3.1 |
726 | 2024-11-18T21:39:13.146Z | Downloaded test-strategy v0.3.1 |
727 | 2024-11-18T21:39:13.146Z | Downloaded utf8_iter v1.0.4 |
728 | 2024-11-18T21:39:13.146Z | Downloaded phf_shared v0.11.2 |
729 | 2024-11-18T21:39:13.146Z | Downloaded snafu v0.8.5 |
730 | 2024-11-18T21:39:13.146Z | Downloaded fallible-iterator v0.2.0 |
731 | 2024-11-18T21:39:13.146Z | Downloaded password-hash v0.4.2 |
732 | 2024-11-18T21:39:13.146Z | Downloaded tracing-attributes v0.1.27 |
733 | 2024-11-18T21:39:13.146Z | Downloaded float-cmp v0.9.0 |
734 | 2024-11-18T21:39:13.146Z | Downloaded ron v0.8.1 |
735 | 2024-11-18T21:39:13.146Z | Downloaded zerofrom v0.1.4 |
736 | 2024-11-18T21:39:13.146Z | Downloaded pbkdf2 v0.12.2 |
737 | 2024-11-18T21:39:13.146Z | Downloaded pbkdf2 v0.11.0 |
738 | 2024-11-18T21:39:13.146Z | Downloaded mockall v0.13.0 |
739 | 2024-11-18T21:39:13.146Z | Downloaded radium v0.7.0 |
740 | 2024-11-18T21:39:13.146Z | Downloaded samael v0.0.17 |
741 | 2024-11-18T21:39:13.146Z | Downloaded zerofrom-derive v0.1.4 |
742 | 2024-11-18T21:39:13.146Z | Downloaded num v0.4.3 |
743 | 2024-11-18T21:39:13.146Z | Downloaded strum_macros v0.26.4 |
744 | 2024-11-18T21:39:13.146Z | Downloaded strum_macros v0.25.3 |
745 | 2024-11-18T21:39:13.146Z | Downloaded newline-converter v0.3.0 |
746 | 2024-11-18T21:39:13.146Z | Downloaded darling_core v0.20.10 |
747 | 2024-11-18T21:39:13.146Z | Downloaded crossbeam-channel v0.5.13 |
748 | 2024-11-18T21:39:13.146Z | Downloaded newtype_derive v0.1.6 |
749 | 2024-11-18T21:39:13.146Z | Downloaded new_debug_unreachable v1.0.6 |
750 | 2024-11-18T21:39:13.146Z | Downloaded openssl-sys v0.9.104 |
751 | 2024-11-18T21:39:13.146Z | Downloaded spki v0.7.3 |
752 | 2024-11-18T21:39:13.146Z | Downloaded shlex v1.3.0 |
753 | 2024-11-18T21:39:13.146Z | Downloaded tokio-rustls v0.25.0 |
754 | 2024-11-18T21:39:13.146Z | Downloaded tinyvec_macros v0.1.1 |
755 | 2024-11-18T21:39:13.146Z | Downloaded utf16_iter v1.0.5 |
756 | 2024-11-18T21:39:13.146Z | Downloaded untrusted v0.7.1 |
757 | 2024-11-18T21:39:13.146Z | Downloaded display-error-chain v0.2.2 |
758 | 2024-11-18T21:39:13.147Z | Downloaded subprocess v0.2.9 |
759 | 2024-11-18T21:39:13.147Z | Downloaded enum-as-inner v0.6.1 |
760 | 2024-11-18T21:39:13.147Z | Downloaded dirs-sys-next v0.1.2 |
761 | 2024-11-18T21:39:13.147Z | Downloaded difflib v0.4.0 |
762 | 2024-11-18T21:39:13.147Z | Downloaded wait-timeout v0.2.0 |
763 | 2024-11-18T21:39:13.147Z | Downloaded diesel_table_macro_syntax v0.2.0 |
764 | 2024-11-18T21:39:13.147Z | Downloaded peg-macros v0.8.4 |
765 | 2024-11-18T21:39:13.147Z | Downloaded sct v0.7.1 |
766 | 2024-11-18T21:39:13.147Z | Downloaded strum_macros v0.24.3 |
767 | 2024-11-18T21:39:13.147Z | Downloaded tls_codec_derive v0.4.1 |
768 | 2024-11-18T21:39:13.147Z | Downloaded structmeta-derive v0.2.0 |
769 | 2024-11-18T21:39:13.147Z | Downloaded derive_builder_core v0.20.2 |
770 | 2024-11-18T21:39:13.147Z | Downloaded derive_builder v0.20.2 |
771 | 2024-11-18T21:39:13.147Z | Downloaded owo-colors v4.1.0 |
772 | 2024-11-18T21:39:13.147Z | Downloaded hyper v1.5.0 |
773 | 2024-11-18T21:39:13.148Z | Downloaded ena v0.14.3 |
774 | 2024-11-18T21:39:13.148Z | Downloaded nibble_vec v0.1.0 |
775 | 2024-11-18T21:39:13.148Z | Downloaded rand_xorshift v0.3.0 |
776 | 2024-11-18T21:39:13.148Z | Downloaded predicates-core v1.0.8 |
777 | 2024-11-18T21:39:13.148Z | Downloaded enum-as-inner v0.5.1 |
778 | 2024-11-18T21:39:13.148Z | Downloaded slog-term v2.9.1 |
779 | 2024-11-18T21:39:13.148Z | Downloaded sqlparser_derive v0.2.2 |
780 | 2024-11-18T21:39:13.148Z | Downloaded foldhash v0.1.3 |
781 | 2024-11-18T21:39:13.148Z | Downloaded password-hash v0.5.0 |
782 | 2024-11-18T21:39:13.148Z | Downloaded paste v1.0.15 |
783 | 2024-11-18T21:39:13.148Z | Downloaded sigpipe v0.1.3 |
784 | 2024-11-18T21:39:13.148Z | Downloaded xz2 v0.1.7 |
785 | 2024-11-18T21:39:13.148Z | Downloaded xattr v1.3.1 |
786 | 2024-11-18T21:39:13.148Z | Downloaded unicode-properties v0.1.3 |
787 | 2024-11-18T21:39:13.148Z | Downloaded predicates v3.1.2 |
788 | 2024-11-18T21:39:13.148Z | Downloaded rustc_version v0.4.1 |
789 | 2024-11-18T21:39:13.148Z | Downloaded rustc_version v0.1.7 |
790 | 2024-11-18T21:39:13.148Z | Downloaded group v0.13.0 |
791 | 2024-11-18T21:39:13.148Z | Downloaded dunce v1.0.5 |
792 | 2024-11-18T21:39:13.149Z | Downloaded dsl_auto_type v0.1.2 |
793 | 2024-11-18T21:39:13.149Z | Downloaded spin v0.9.8 |
794 | 2024-11-18T21:39:13.149Z | Downloaded vergen v8.3.2 |
795 | 2024-11-18T21:39:13.149Z | Downloaded string_cache v0.8.7 |
796 | 2024-11-18T21:39:13.149Z | Downloaded dhcproto-macros v0.1.0 |
797 | 2024-11-18T21:39:13.149Z | Downloaded rustfmt-wrapper v0.2.1 |
798 | 2024-11-18T21:39:13.149Z | Downloaded uuid v1.11.0 |
799 | 2024-11-18T21:39:13.149Z | Downloaded typed-path v0.9.3 |
800 | 2024-11-18T21:39:13.149Z | Downloaded num_threads v0.1.7 |
801 | 2024-11-18T21:39:13.149Z | Downloaded unarray v0.1.4 |
802 | 2024-11-18T21:39:13.149Z | Downloaded typify-macro v0.2.0 |
803 | 2024-11-18T21:39:13.149Z | Downloaded mockall_derive v0.13.0 |
804 | 2024-11-18T21:39:13.149Z | Downloaded pin-utils v0.1.0 |
805 | 2024-11-18T21:39:13.149Z | Downloaded filetime v0.2.25 |
806 | 2024-11-18T21:39:13.149Z | Downloaded publicsuffix v2.2.3 |
807 | 2024-11-18T21:39:13.149Z | Downloaded embedded-io v0.6.1 |
808 | 2024-11-18T21:39:13.157Z | Downloaded tokio-rustls v0.24.1 |
809 | 2024-11-18T21:39:13.157Z | Downloaded toolchain_find v0.4.0 |
810 | 2024-11-18T21:39:13.157Z | Downloaded sync_wrapper v1.0.1 |
811 | 2024-11-18T21:39:13.157Z | Downloaded derive-where v1.2.7 |
812 | 2024-11-18T21:39:13.157Z | Downloaded tls_codec v0.4.1 |
813 | 2024-11-18T21:39:13.157Z | Downloaded ssh-cipher v0.2.0 |
814 | 2024-11-18T21:39:13.157Z | Downloaded r2d2 v0.8.10 |
815 | 2024-11-18T21:39:13.157Z | Downloaded yasna v0.5.2 |
816 | 2024-11-18T21:39:13.157Z | Downloaded crossterm v0.28.1 |
817 | 2024-11-18T21:39:13.157Z | Downloaded pretty-hex v0.2.1 |
818 | 2024-11-18T21:39:13.157Z | Downloaded peg-runtime v0.8.3 |
819 | 2024-11-18T21:39:13.157Z | Downloaded opaque-debug v0.3.1 |
820 | 2024-11-18T21:39:13.158Z | Downloaded packed_struct_codegen v0.10.1 |
821 | 2024-11-18T21:39:13.158Z | Downloaded signature v2.2.0 |
822 | 2024-11-18T21:39:13.158Z | Downloaded packed_struct v0.10.1 |
823 | 2024-11-18T21:39:13.158Z | Downloaded nodrop v0.1.14 |
824 | 2024-11-18T21:39:13.158Z | Downloaded itertools v0.13.0 |
825 | 2024-11-18T21:39:13.158Z | Downloaded rustls-pemfile v2.2.0 |
826 | 2024-11-18T21:39:13.158Z | Downloaded embedded-io v0.4.0 |
827 | 2024-11-18T21:39:13.158Z | Downloaded time-core v0.1.2 |
828 | 2024-11-18T21:39:13.158Z | Downloaded tracing v0.1.40 |
829 | 2024-11-18T21:39:13.158Z | Downloaded russh-cryptovec v0.7.3 |
830 | 2024-11-18T21:39:13.158Z | Downloaded phf_generator v0.11.2 |
831 | 2024-11-18T21:39:13.158Z | Downloaded phf_codegen v0.11.2 |
832 | 2024-11-18T21:39:13.158Z | Downloaded glob v0.3.1 |
833 | 2024-11-18T21:39:13.158Z | Downloaded rustc-hash v2.0.0 |
834 | 2024-11-18T21:39:13.158Z | Downloaded number_prefix v0.4.0 |
835 | 2024-11-18T21:39:13.158Z | Downloaded pkcs1 v0.7.5 |
836 | 2024-11-18T21:39:13.158Z | Downloaded pin-project-lite v0.2.14 |
837 | 2024-11-18T21:39:13.158Z | Downloaded normalize-line-endings v0.3.0 |
838 | 2024-11-18T21:39:13.158Z | Downloaded fxhash v0.2.1 |
839 | 2024-11-18T21:39:13.158Z | Downloaded slog v2.7.0 |
840 | 2024-11-18T21:39:13.158Z | Downloaded tokio-postgres v0.7.12 |
841 | 2024-11-18T21:39:13.158Z | Downloaded waitgroup v0.1.2 |
842 | 2024-11-18T21:39:13.158Z | Downloaded rand_seeder v0.3.0 |
843 | 2024-11-18T21:39:13.158Z | Downloaded rcgen v0.12.1 |
844 | 2024-11-18T21:39:13.158Z | Downloaded globset v0.4.15 |
845 | 2024-11-18T21:39:13.158Z | Downloaded rsa v0.9.6 |
846 | 2024-11-18T21:39:13.158Z | Downloaded quick-error v1.2.3 |
847 | 2024-11-18T21:39:13.158Z | Downloaded rand_core v0.6.4 |
848 | 2024-11-18T21:39:13.158Z | Downloaded signal-hook-tokio v0.3.1 |
849 | 2024-11-18T21:39:13.158Z | Downloaded parking_lot v0.11.2 |
850 | 2024-11-18T21:39:13.158Z | Downloaded native-tls v0.2.12 |
851 | 2024-11-18T21:39:13.158Z | Downloaded static_assertions v1.1.0 |
852 | 2024-11-18T21:39:13.158Z | Downloaded fragile v2.0.0 |
853 | 2024-11-18T21:39:13.158Z | Downloaded parse-display-derive v0.10.0 |
854 | 2024-11-18T21:39:13.158Z | Downloaded form_urlencoded v1.2.1 |
855 | 2024-11-18T21:39:13.158Z | Downloaded flagset v0.4.6 |
856 | 2024-11-18T21:39:13.158Z | Downloaded diesel-dtrace v0.3.0 |
857 | 2024-11-18T21:39:13.158Z | Downloaded miniz_oxide v0.8.0 |
858 | 2024-11-18T21:39:13.159Z | Downloaded smf v0.2.3 |
859 | 2024-11-18T21:39:13.159Z | Downloaded aho-corasick v1.1.3 |
860 | 2024-11-18T21:39:13.159Z | Downloaded tiny-keccak v2.0.2 |
861 | 2024-11-18T21:39:13.159Z | Downloaded yoke-derive v0.7.4 |
862 | 2024-11-18T21:39:13.159Z | Downloaded oso-derive v0.27.3 |
863 | 2024-11-18T21:39:13.159Z | Downloaded rustc-demangle v0.1.24 |
864 | 2024-11-18T21:39:13.159Z | Downloaded pem-rfc7468 v0.7.0 |
865 | 2024-11-18T21:39:13.159Z | Downloaded num_enum_derive v0.5.11 |
866 | 2024-11-18T21:39:13.159Z | Downloaded parking_lot_core v0.9.10 |
867 | 2024-11-18T21:39:13.159Z | Downloaded ed25519 v2.2.3 |
868 | 2024-11-18T21:39:13.159Z | Downloaded p256 v0.13.2 |
869 | 2024-11-18T21:39:13.159Z | Downloaded precomputed-hash v0.1.1 |
870 | 2024-11-18T21:39:13.159Z | Downloaded time-macros v0.2.18 |
871 | 2024-11-18T21:39:13.159Z | Downloaded rustversion v1.0.17 |
872 | 2024-11-18T21:39:13.159Z | Downloaded twox-hash v1.6.3 |
873 | 2024-11-18T21:39:13.159Z | Downloaded scopeguard v1.2.0 |
874 | 2024-11-18T21:39:13.159Z | Downloaded qorb v0.2.0 |
875 | 2024-11-18T21:39:13.159Z | Downloaded hashbrown v0.14.5 |
876 | 2024-11-18T21:39:13.159Z | Downloaded steno v0.4.1 |
877 | 2024-11-18T21:39:13.159Z | Downloaded tabwriter v1.4.0 |
878 | 2024-11-18T21:39:13.159Z | Downloaded unicode-xid v0.2.6 |
879 | 2024-11-18T21:39:13.159Z | Downloaded unicode-truncate v1.1.0 |
880 | 2024-11-18T21:39:13.159Z | Downloaded sqlformat v0.2.6 |
881 | 2024-11-18T21:39:13.159Z | Downloaded write16 v1.0.0 |
882 | 2024-11-18T21:39:13.159Z | Downloaded downcast v0.11.0 |
883 | 2024-11-18T21:39:13.159Z | Downloaded olpc-cjson v0.1.4 |
884 | 2024-11-18T21:39:13.159Z | Downloaded spin v0.5.2 |
885 | 2024-11-18T21:39:13.159Z | Downloaded schemars_derive v0.8.21 |
886 | 2024-11-18T21:39:13.159Z | Downloaded postgres-types v0.2.8 |
887 | 2024-11-18T21:39:13.159Z | Downloaded take_mut v0.2.2 |
888 | 2024-11-18T21:39:13.159Z | Downloaded ssh-encoding v0.2.0 |
889 | 2024-11-18T21:39:13.159Z | Downloaded simd-adler32 v0.3.7 |
890 | 2024-11-18T21:39:13.159Z | Downloaded signal-hook-mio v0.2.4 |
891 | 2024-11-18T21:39:13.159Z | Downloaded predicates-tree v1.0.11 |
892 | 2024-11-18T21:39:13.159Z | Downloaded unicode_categories v0.1.1 |
893 | 2024-11-18T21:39:13.159Z | Downloaded scrypt v0.11.0 |
894 | 2024-11-18T21:39:13.159Z | Downloaded yoke v0.7.4 |
895 | 2024-11-18T21:39:13.160Z | Downloaded aws-lc-rs v1.10.0 |
896 | 2024-11-18T21:39:13.160Z | Downloaded num_enum v0.5.11 |
897 | 2024-11-18T21:39:13.160Z | Downloaded zerovec-derive v0.10.3 |
898 | 2024-11-18T21:39:13.160Z | Downloaded num-complex v0.4.6 |
899 | 2024-11-18T21:39:13.160Z | Downloaded displaydoc v0.2.5 |
900 | 2024-11-18T21:39:13.160Z | Downloaded fs_extra v1.3.0 |
901 | 2024-11-18T21:39:13.160Z | Downloaded russh-keys v0.45.0 |
902 | 2024-11-18T21:39:13.160Z | Downloaded universal-hash v0.5.1 |
903 | 2024-11-18T21:39:13.160Z | Downloaded fatfs v0.3.6 |
904 | 2024-11-18T21:39:13.160Z | Downloaded expectorate v1.1.0 |
905 | 2024-11-18T21:39:13.160Z | Downloaded tokio-tungstenite v0.24.0 |
906 | 2024-11-18T21:39:13.160Z | Downloaded signal-hook v0.3.17 |
907 | 2024-11-18T21:39:13.160Z | Downloaded powerfmt v0.2.0 |
908 | 2024-11-18T21:39:13.163Z | Downloaded parse-zoneinfo v0.3.1 |
909 | 2024-11-18T21:39:13.163Z | Downloaded salsa20 v0.10.2 |
910 | 2024-11-18T21:39:13.163Z | Downloaded pem v3.0.4 |
911 | 2024-11-18T21:39:13.163Z | Downloaded parse-display v0.10.0 |
912 | 2024-11-18T21:39:13.163Z | Downloaded thiserror-no-std v2.0.2 |
913 | 2024-11-18T21:39:13.163Z | Downloaded thread_local v1.1.8 |
914 | 2024-11-18T21:39:13.163Z | Downloaded shell-words v1.1.0 |
915 | 2024-11-18T21:39:13.163Z | Downloaded ghash v0.5.1 |
916 | 2024-11-18T21:39:13.163Z | Downloaded tough v0.19.0 |
917 | 2024-11-18T21:39:13.163Z | Downloaded dyn-clone v1.0.17 |
918 | 2024-11-18T21:39:13.163Z | Downloaded diff v0.1.13 |
919 | 2024-11-18T21:39:13.163Z | Downloaded similar v2.6.0 |
920 | 2024-11-18T21:39:13.163Z | Downloaded headers v0.4.0 |
921 | 2024-11-18T21:39:13.163Z | Downloaded whoami v1.5.2 |
922 | 2024-11-18T21:39:13.163Z | Downloaded tungstenite v0.23.0 |
923 | 2024-11-18T21:39:13.163Z | Downloaded typify v0.2.0 |
924 | 2024-11-18T21:39:13.163Z | Downloaded num-bigint v0.4.6 |
925 | 2024-11-18T21:39:13.163Z | Downloaded fallible-iterator v0.3.0 |
926 | 2024-11-18T21:39:13.163Z | Downloaded sha1 v0.10.6 |
927 | 2024-11-18T21:39:13.163Z | Downloaded funty v2.0.0 |
928 | 2024-11-18T21:39:13.163Z | Downloaded omicron-zone-package v0.11.1 |
929 | 2024-11-18T21:39:13.163Z | Downloaded pin-project-internal v1.1.6 |
930 | 2024-11-18T21:39:13.163Z | Downloaded fallible-streaming-iterator v0.1.9 |
931 | 2024-11-18T21:39:13.163Z | Downloaded fixedbitset v0.4.2 |
932 | 2024-11-18T21:39:13.163Z | Downloaded postgres-protocol v0.6.7 |
933 | 2024-11-18T21:39:13.163Z | Downloaded p521 v0.13.3 |
934 | 2024-11-18T21:39:13.163Z | Downloaded getrandom v0.2.15 |
935 | 2024-11-18T21:39:13.163Z | Downloaded lalrpop v0.19.12 |
936 | 2024-11-18T21:39:13.163Z | Downloaded walkdir v2.5.0 |
937 | 2024-11-18T21:39:13.163Z | Downloaded parking_lot_core v0.8.6 |
938 | 2024-11-18T21:39:13.167Z | Downloaded unsafe-libyaml v0.2.11 |
939 | 2024-11-18T21:39:13.170Z | Downloaded pkcs8 v0.10.2 |
940 | 2024-11-18T21:39:13.173Z | Downloaded russh v0.45.0 |
941 | 2024-11-18T21:39:13.180Z | Downloaded quinn v0.11.5 |
942 | 2024-11-18T21:39:13.183Z | Downloaded schemars v0.8.21 |
943 | 2024-11-18T21:39:13.195Z | Downloaded toml v0.7.8 |
944 | 2024-11-18T21:39:13.199Z | Downloaded x509-cert v0.2.5 |
945 | 2024-11-18T21:39:13.205Z | Downloaded rayon v1.10.0 |
946 | 2024-11-18T21:39:13.215Z | Downloaded salty v0.3.0 |
947 | 2024-11-18T21:39:13.222Z | Downloaded serde_yaml v0.9.34+deprecated |
948 | 2024-11-18T21:39:13.226Z | Downloaded pin-project v1.1.6 |
949 | 2024-11-18T21:39:13.237Z | Downloaded nom v7.1.3 |
950 | 2024-11-18T21:39:13.243Z | Downloaded rusqlite v0.32.1 |
951 | 2024-11-18T21:39:13.250Z | Downloaded toml_edit v0.19.15 |
952 | 2024-11-18T21:39:13.268Z | Downloaded tar v0.4.43 |
953 | 2024-11-18T21:39:13.271Z | Downloaded time v0.3.36 |
954 | 2024-11-18T21:39:13.277Z | Downloaded idna v0.3.0 |
955 | 2024-11-18T21:39:13.284Z | Downloaded zerovec v0.10.4 |
956 | 2024-11-18T21:39:13.291Z | Downloaded bindgen v0.69.5 |
957 | 2024-11-18T21:39:13.298Z | Downloaded proptest v1.5.0 |
958 | 2024-11-18T21:39:13.307Z | Downloaded reedline v0.35.0 |
959 | 2024-11-18T21:39:13.314Z | Downloaded vcpkg v0.2.15 |
960 | 2024-11-18T21:39:13.350Z | Downloaded petname v2.0.2 |
961 | 2024-11-18T21:39:13.355Z | Downloaded tokio-util v0.7.12 |
962 | 2024-11-18T21:39:13.362Z | Downloaded rustyline v14.0.0 |
963 | 2024-11-18T21:39:13.367Z | Downloaded idna v0.2.3 |
964 | 2024-11-18T21:39:13.373Z | Downloaded futures-util v0.3.31 |
965 | 2024-11-18T21:39:13.386Z | Downloaded openssl v0.10.68 |
966 | 2024-11-18T21:39:13.396Z | Downloaded webpki-roots v0.26.6 |
967 | 2024-11-18T21:39:13.401Z | Downloaded gimli v0.31.1 |
968 | 2024-11-18T21:39:13.409Z | Downloaded curve25519-dalek v4.1.3 |
969 | 2024-11-18T21:39:13.417Z | Downloaded rustls-webpki v0.101.7 |
970 | 2024-11-18T21:39:13.430Z | Downloaded quick-xml v0.33.0 |
971 | 2024-11-18T21:39:13.436Z | Downloaded p384 v0.13.0 |
972 | 2024-11-18T21:39:13.442Z | Downloaded trust-dns-proto v0.22.0 |
973 | 2024-11-18T21:39:13.456Z | Downloaded winnow v0.5.40 |
974 | 2024-11-18T21:39:13.466Z | Downloaded regex-syntax v0.6.29 |
975 | 2024-11-18T21:39:13.473Z | Downloaded regress v0.10.1 |
976 | 2024-11-18T21:39:13.482Z | Downloaded regex-syntax v0.8.5 |
977 | 2024-11-18T21:39:13.492Z | Downloaded quinn-proto v0.11.8 |
978 | 2024-11-18T21:39:13.499Z | Downloaded nix v0.27.1 |
979 | 2024-11-18T21:39:13.510Z | Downloaded regex v1.11.1 |
980 | 2024-11-18T21:39:13.525Z | Downloaded radix_trie v0.2.1 |
981 | 2024-11-18T21:39:13.530Z | Downloaded nix v0.29.0 |
982 | 2024-11-18T21:39:13.542Z | Downloaded chrono-tz v0.10.0 |
983 | 2024-11-18T21:39:13.549Z | Downloaded regress v0.9.1 |
984 | 2024-11-18T21:39:13.558Z | Downloaded polar-core v0.27.3 |
985 | 2024-11-18T21:39:13.567Z | Downloaded smoltcp v0.11.0 |
986 | 2024-11-18T21:39:13.580Z | Downloaded git2 v0.19.0 |
987 | 2024-11-18T21:39:13.590Z | Downloaded object v0.30.4 |
988 | 2024-11-18T21:39:13.598Z | Downloaded bstr v1.10.0 |
989 | 2024-11-18T21:39:13.610Z | Downloaded rustls v0.21.12 |
990 | 2024-11-18T21:39:13.620Z | Downloaded unicode-width v0.2.0 |
991 | 2024-11-18T21:39:13.626Z | Downloaded dropshot v0.13.0 |
992 | 2024-11-18T21:39:13.648Z | Downloaded dropshot v0.12.0 |
993 | 2024-11-18T21:39:13.667Z | Downloaded object v0.36.5 |
994 | 2024-11-18T21:39:13.679Z | Downloaded diesel v2.2.4 |
995 | 2024-11-18T21:39:13.699Z | Downloaded sled v0.34.7 |
996 | 2024-11-18T21:39:13.709Z | Downloaded smoltcp v0.9.1 |
997 | 2024-11-18T21:39:13.720Z | Downloaded nix v0.28.0 |
998 | 2024-11-18T21:39:13.731Z | Downloaded openapiv3 v2.0.0 |
999 | 2024-11-18T21:39:13.744Z | Downloaded rustls v0.22.4 |
1000 | 2024-11-18T21:39:13.758Z | Downloaded rustls v0.23.14 |
1001 | 2024-11-18T21:39:13.771Z | Downloaded ratatui v0.28.1 |
1002 | 2024-11-18T21:39:13.791Z | Downloaded typify-impl v0.2.0 |
1003 | 2024-11-18T21:39:13.808Z | Downloaded zerocopy-derive v0.6.6 |
1004 | 2024-11-18T21:39:13.818Z | Downloaded petgraph v0.6.5 |
1005 | 2024-11-18T21:39:13.838Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1006 | 2024-11-18T21:39:13.851Z | Downloaded regex-automata v0.4.8 |
1007 | 2024-11-18T21:39:13.868Z | Downloaded lzma-sys v0.1.20 |
1008 | 2024-11-18T21:39:13.898Z | Downloaded sqlparser v0.45.0 |
1009 | 2024-11-18T21:39:13.905Z | Downloaded tokio v1.40.0 |
1010 | 2024-11-18T21:39:13.945Z | Downloaded idna v0.5.0 |
1011 | 2024-11-18T21:39:13.951Z | Downloaded idna v0.4.0 |
1012 | 2024-11-18T21:39:13.957Z | Downloaded libz-sys v1.1.20 |
1013 | 2024-11-18T21:39:13.981Z | Downloaded rustls-webpki v0.102.8 |
1014 | 2024-11-18T21:39:14.000Z | Downloaded ssh-key v0.6.6 |
1015 | 2024-11-18T21:39:14.007Z | Downloaded unicode-normalization v0.1.24 |
1016 | 2024-11-18T21:39:14.011Z | Downloaded zip v2.1.3 |
1017 | 2024-11-18T21:39:14.015Z | Downloaded chrono v0.4.38 |
1018 | 2024-11-18T21:39:14.022Z | Downloaded bitvec v1.0.1 |
1019 | 2024-11-18T21:39:14.039Z | Downloaded parking_lot v0.12.3 |
1020 | 2024-11-18T21:39:14.041Z | Downloaded csv v1.3.0 |
1021 | 2024-11-18T21:39:14.062Z | Downloaded diesel_derives v2.2.3 |
1022 | 2024-11-18T21:39:14.067Z | Downloaded zip v0.6.6 |
1023 | 2024-11-18T21:39:14.071Z | Downloaded tungstenite v0.24.0 |
1024 | 2024-11-18T21:39:14.074Z | Downloaded unicode-segmentation v1.12.0 |
1025 | 2024-11-18T21:39:14.077Z | Downloaded sha3 v0.10.8 |
1026 | 2024-11-18T21:39:14.081Z | Downloaded icu_properties_data v1.5.0 |
1027 | 2024-11-18T21:39:14.093Z | Downloaded reqwest v0.12.9 |
1028 | 2024-11-18T21:39:14.101Z | Downloaded num-bigint-dig v0.8.4 |
1029 | 2024-11-18T21:39:14.107Z | Downloaded portable-atomic v1.9.0 |
1030 | 2024-11-18T21:39:14.116Z | Downloaded h2 v0.4.6 |
1031 | 2024-11-18T21:39:14.121Z | Downloaded postcard v1.0.10 |
1032 | 2024-11-18T21:39:14.124Z | Downloaded futures v0.3.31 |
1033 | 2024-11-18T21:39:14.128Z | Downloaded pkcs5 v0.7.1 |
1034 | 2024-11-18T21:39:14.131Z | Downloaded derive_more v0.99.18 |
1035 | 2024-11-18T21:39:14.135Z | Downloaded elliptic-curve v0.13.8 |
1036 | 2024-11-18T21:39:14.139Z | Downloaded ed25519-dalek v2.1.1 |
1037 | 2024-11-18T21:39:14.142Z | Downloaded mio v1.0.2 |
1038 | 2024-11-18T21:39:14.147Z | Downloaded flate2 v1.0.34 |
1039 | 2024-11-18T21:39:14.152Z | Downloaded tungstenite v0.21.0 |
1040 | 2024-11-18T21:39:14.156Z | Downloaded blake3 v1.5.4 |
1041 | 2024-11-18T21:39:14.164Z | Downloaded tap v1.0.1 |
1042 | 2024-11-18T21:39:14.167Z | Downloaded ecdsa v0.16.9 |
1043 | 2024-11-18T21:39:14.167Z | Downloaded rustls-pki-types v1.9.0 |
1044 | 2024-11-18T21:39:14.169Z | Downloaded gethostname v0.5.0 |
1045 | 2024-11-18T21:39:14.172Z | Downloaded ppv-lite86 v0.2.20 |
1046 | 2024-11-18T21:39:14.172Z | Downloaded rusty-fork v0.3.0 |
1047 | 2024-11-18T21:39:14.175Z | Downloaded serde_with v3.11.0 |
1048 | 2024-11-18T21:39:14.182Z | Downloaded multer v3.1.0 |
1049 | 2024-11-18T21:39:14.185Z | Downloaded flume v0.11.1 |
1050 | 2024-11-18T21:39:14.188Z | Downloaded tinystr v0.7.6 |
1051 | 2024-11-18T21:39:14.191Z | Downloaded tokio-rustls v0.26.0 |
1052 | 2024-11-18T21:39:14.194Z | Downloaded der v0.7.9 |
1053 | 2024-11-18T21:39:14.198Z | Downloaded newtype-uuid v1.1.3 |
1054 | 2024-11-18T21:39:14.205Z | Downloaded itertools v0.12.1 |
1055 | 2024-11-18T21:39:14.208Z | Downloaded idna v1.0.3 |
1056 | 2024-11-18T21:39:14.212Z | Downloaded encoding_rs v0.8.34 |
1057 | 2024-11-18T21:39:14.230Z | Downloaded libm v0.2.8 |
1058 | 2024-11-18T21:39:14.237Z | Downloaded num-traits v0.2.19 |
1059 | 2024-11-18T21:39:14.240Z | Downloaded structmeta v0.3.0 |
1060 | 2024-11-18T21:39:14.243Z | Downloaded strip-ansi-escapes v0.2.0 |
1061 | 2024-11-18T21:39:14.243Z | Downloaded hashbrown v0.13.2 |
1062 | 2024-11-18T21:39:14.245Z | Downloaded hashbrown v0.12.3 |
1063 | 2024-11-18T21:39:14.250Z | Downloaded vsss-rs v3.3.4 |
1064 | 2024-11-18T21:39:14.254Z | Downloaded uzers v0.12.1 |
1065 | 2024-11-18T21:39:14.258Z | Downloaded libxml v0.3.3 |
1066 | 2024-11-18T21:39:14.260Z | Downloaded itertools v0.10.5 |
1067 | 2024-11-18T21:39:14.265Z | Downloaded zopfli v0.8.1 |
1068 | 2024-11-18T21:39:14.268Z | Downloaded tracing-core v0.1.32 |
1069 | 2024-11-18T21:39:14.271Z | Downloaded zone v0.3.0 |
1070 | 2024-11-18T21:39:14.274Z | Downloaded deranged v0.3.11 |
1071 | 2024-11-18T21:39:14.274Z | Downloaded env_logger v0.11.5 |
1072 | 2024-11-18T21:39:14.276Z | Downloaded ron v0.7.1 |
1073 | 2024-11-18T21:39:14.279Z | Downloaded rayon-core v1.12.1 |
1074 | 2024-11-18T21:39:14.283Z | Downloaded base64 v0.21.7 |
1075 | 2024-11-18T21:39:14.288Z | Downloaded slab v0.4.9 |
1076 | 2024-11-18T21:39:14.290Z | Downloaded futures-channel v0.3.31 |
1077 | 2024-11-18T21:39:14.293Z | Downloaded vte_generate_state_changes v0.1.2 |
1078 | 2024-11-18T21:39:14.295Z | Downloaded psl-types v2.0.11 |
1079 | 2024-11-18T21:39:14.295Z | Downloaded pkg-config v0.3.31 |
1080 | 2024-11-18T21:39:14.298Z | Downloaded defmt-macros v0.3.9 |
1081 | 2024-11-18T21:39:14.303Z | Downloaded defmt v0.3.8 |
1082 | 2024-11-18T21:39:14.310Z | Downloaded value-bag v1.9.0 |
1083 | 2024-11-18T21:39:14.315Z | Downloaded dropshot_endpoint v0.13.0 |
1084 | 2024-11-18T21:39:14.321Z | Downloaded dropshot_endpoint v0.12.0 |
1085 | 2024-11-18T21:39:14.326Z | Downloaded rand v0.8.5 |
1086 | 2024-11-18T21:39:14.333Z | Downloaded minimal-lexical v0.2.1 |
1087 | 2024-11-18T21:39:14.338Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1088 | 2024-11-18T21:39:14.395Z | Downloaded crypto-bigint v0.5.5 |
1089 | 2024-11-18T21:39:14.402Z | Downloaded oso v0.27.3 |
1090 | 2024-11-18T21:39:14.405Z | Downloaded compact_str v0.8.0 |
1091 | 2024-11-18T21:39:14.408Z | Downloaded env_filter v0.1.2 |
1092 | 2024-11-18T21:39:14.411Z | Downloaded serde_with_macros v3.11.0 |
1093 | 2024-11-18T21:39:14.413Z | Downloaded float-ord v0.3.2 |
1094 | 2024-11-18T21:39:14.413Z | Downloaded zeroize v1.8.1 |
1095 | 2024-11-18T21:39:14.415Z | Downloaded base64 v0.22.1 |
1096 | 2024-11-18T21:39:14.418Z | Downloaded data-encoding v2.6.0 |
1097 | 2024-11-18T21:39:14.420Z | Downloaded wyz v0.5.1 |
1098 | 2024-11-18T21:39:14.420Z | Downloaded writeable v0.5.5 |
1099 | 2024-11-18T21:39:14.423Z | Downloaded tokio-tungstenite v0.23.1 |
1100 | 2024-11-18T21:39:14.425Z | Downloaded prettyplease v0.2.25 |
1101 | 2024-11-18T21:39:14.430Z | Downloaded snafu-derive v0.8.5 |
1102 | 2024-11-18T21:39:14.430Z | Downloaded crossbeam-epoch v0.9.18 |
1103 | 2024-11-18T21:39:14.434Z | Downloaded stable_deref_trait v1.2.0 |
1104 | 2024-11-18T21:39:14.434Z | Downloaded serde_urlencoded v0.7.1 |
1105 | 2024-11-18T21:39:14.434Z | Downloaded vte v0.11.1 |
1106 | 2024-11-18T21:39:14.436Z | Downloaded hash32 v0.2.1 |
1107 | 2024-11-18T21:39:14.436Z | Downloaded futures-macro v0.3.31 |
1108 | 2024-11-18T21:39:14.439Z | Downloaded futures-io v0.3.31 |
1109 | 2024-11-18T21:39:14.439Z | Downloaded foreign-types-macros v0.2.3 |
1110 | 2024-11-18T21:39:14.441Z | Downloaded tui-tree-widget v0.22.0 |
1111 | 2024-11-18T21:39:14.441Z | Downloaded hyper-util v0.1.10 |
1112 | 2024-11-18T21:39:14.444Z | Downloaded cancel-safe-futures v0.1.5 |
1113 | 2024-11-18T21:39:14.447Z | Downloaded bzip2 v0.4.4 |
1114 | 2024-11-18T21:39:14.450Z | Downloaded bcs v0.1.6 |
1115 | 2024-11-18T21:39:14.453Z | Downloaded icu_provider v1.5.0 |
1116 | 2024-11-18T21:39:14.455Z | Downloaded icu_normalizer_data v1.5.0 |
1117 | 2024-11-18T21:39:14.458Z | Downloaded crc v3.2.1 |
1118 | 2024-11-18T21:39:14.460Z | Downloaded console v0.15.8 |
1119 | 2024-11-18T21:39:14.463Z | Downloaded utf-8 v0.7.6 |
1120 | 2024-11-18T21:39:14.463Z | Downloaded serde_derive_internals v0.29.1 |
1121 | 2024-11-18T21:39:14.465Z | Downloaded termcolor v1.4.1 |
1122 | 2024-11-18T21:39:14.468Z | Downloaded csv-core v0.1.11 |
1123 | 2024-11-18T21:39:14.468Z | Downloaded crossbeam-deque v0.8.5 |
1124 | 2024-11-18T21:39:14.470Z | Downloaded cookie_store v0.21.0 |
1125 | 2024-11-18T21:39:14.472Z | Downloaded cmake v0.1.51 |
1126 | 2024-11-18T21:39:14.475Z | Downloaded hyper-rustls v0.27.3 |
1127 | 2024-11-18T21:39:14.477Z | Downloaded hubpack v0.1.2 |
1128 | 2024-11-18T21:39:14.477Z | Downloaded blowfish v0.9.1 |
1129 | 2024-11-18T21:39:14.479Z | Downloaded serde-hex v0.1.0 |
1130 | 2024-11-18T21:39:14.480Z | Downloaded icu_locid_transform v1.5.0 |
1131 | 2024-11-18T21:39:14.482Z | Downloaded crc-catalog v2.4.0 |
1132 | 2024-11-18T21:39:14.484Z | Downloaded colored v2.1.0 |
1133 | 2024-11-18T21:39:14.487Z | Downloaded rustc-hash v1.1.0 |
1134 | 2024-11-18T21:39:14.487Z | Downloaded rfc6979 v0.4.0 |
1135 | 2024-11-18T21:39:14.487Z | Downloaded ref-cast-impl v1.0.23 |
1136 | 2024-11-18T21:39:14.490Z | Downloaded rand_chacha v0.3.1 |
1137 | 2024-11-18T21:39:14.490Z | Downloaded base64ct v1.6.0 |
1138 | 2024-11-18T21:39:14.493Z | Downloaded cobs v0.2.3 |
1139 | 2024-11-18T21:39:14.493Z | Downloaded maplit v1.0.2 |
1140 | 2024-11-18T21:39:14.493Z | Downloaded managed v0.8.0 |
1141 | 2024-11-18T21:39:14.495Z | Downloaded md-5 v0.10.6 |
1142 | 2024-11-18T21:39:14.498Z | Downloaded ipnetwork v0.20.0 |
1143 | 2024-11-18T21:39:14.501Z | Downloaded idna_adapter v1.2.0 |
1144 | 2024-11-18T21:39:14.501Z | Downloaded lockfree-object-pool v0.1.6 |
1145 | 2024-11-18T21:39:14.503Z | Downloaded libefi-sys v0.1.0 |
1146 | 2024-11-18T21:39:14.503Z | Downloaded lalrpop-util v0.19.12 |
1147 | 2024-11-18T21:39:14.507Z | Downloaded lazycell v1.3.0 |
1148 | 2024-11-18T21:39:14.507Z | Downloaded is-terminal v0.4.13 |
1149 | 2024-11-18T21:39:14.507Z | Downloaded instability v0.3.2 |
1150 | 2024-11-18T21:39:14.509Z | Downloaded cbc v0.1.2 |
1151 | 2024-11-18T21:39:14.509Z | Downloaded bitflags v1.3.2 |
1152 | 2024-11-18T21:39:14.512Z | Downloaded bit-vec v0.6.3 |
1153 | 2024-11-18T21:39:14.514Z | Downloaded castaway v0.2.3 |
1154 | 2024-11-18T21:39:14.514Z | Downloaded cassowary v0.3.0 |
1155 | 2024-11-18T21:39:14.516Z | Downloaded buf-list v1.0.3 |
1156 | 2024-11-18T21:39:14.883Z | Downloaded ring v0.17.8 |
1157 | 2024-11-18T21:39:14.952Z | Downloaded aws-lc-sys v0.22.0 |
1158 | 2024-11-18T21:39:15.235Z | Downloaded libsqlite3-sys v0.30.1 |
1159 | 2024-11-18T21:39:15.312Z | Downloaded ring v0.16.20 |
1160 | 2024-11-18T21:39:15.486Z | Compiling serde v1.0.215 |
1161 | 2024-11-18T21:39:15.488Z | Compiling lock_api v0.4.12 |
1162 | 2024-11-18T21:39:15.488Z | Compiling scopeguard v1.2.0 |
1163 | 2024-11-18T21:39:15.488Z | Compiling value-bag v1.9.0 |
1164 | 2024-11-18T21:39:15.488Z | Compiling typenum v1.17.0 |
1165 | 2024-11-18T21:39:15.488Z | Compiling generic-array v0.14.7 |
1166 | 2024-11-18T21:39:15.663Z | Compiling syn v2.0.87 |
1167 | 2024-11-18T21:39:15.673Z | Compiling getrandom v0.2.15 |
1168 | 2024-11-18T21:39:15.767Z | Compiling subtle v2.6.1 |
1169 | 2024-11-18T21:39:15.992Z | Compiling rand_core v0.6.4 |
1170 | 2024-11-18T21:39:16.080Z | Compiling log v0.4.22 |
1171 | 2024-11-18T21:39:16.170Z | Compiling shlex v1.3.0 |
1172 | 2024-11-18T21:39:16.209Z | Compiling jobserver v0.1.32 |
1173 | 2024-11-18T21:39:16.228Z | Compiling const-oid v0.9.6 |
1174 | 2024-11-18T21:39:16.492Z | Compiling smallvec v1.13.2 |
1175 | 2024-11-18T21:39:16.511Z | Compiling spin v0.9.8 |
1176 | 2024-11-18T21:39:16.603Z | Compiling cc v1.1.30 |
1177 | 2024-11-18T21:39:16.867Z | Compiling pin-project-lite v0.2.14 |
1178 | 2024-11-18T21:39:16.905Z | Compiling rustix v0.38.37 |
1179 | 2024-11-18T21:39:16.955Z | Compiling parking_lot_core v0.9.10 |
1180 | 2024-11-18T21:39:16.981Z | Compiling futures-core v0.3.31 |
1181 | 2024-11-18T21:39:17.164Z | Compiling signal-hook-registry v1.4.2 |
1182 | 2024-11-18T21:39:17.236Z | Compiling mio v1.0.2 |
1183 | 2024-11-18T21:39:17.781Z | Compiling parking_lot v0.12.3 |
1184 | 2024-11-18T21:39:17.985Z | Compiling aho-corasick v1.1.3 |
1185 | 2024-11-18T21:39:18.040Z | Compiling cpufeatures v0.2.14 |
1186 | 2024-11-18T21:39:18.193Z | Compiling regex-syntax v0.8.5 |
1187 | 2024-11-18T21:39:18.322Z | Compiling either v1.13.0 |
1188 | 2024-11-18T21:39:18.377Z | Compiling lazy_static v1.5.0 |
1189 | 2024-11-18T21:39:18.504Z | Compiling futures-sink v0.3.31 |
1190 | 2024-11-18T21:39:18.521Z | Compiling stable_deref_trait v1.2.0 |
1191 | 2024-11-18T21:39:18.638Z | Compiling glob v0.3.1 |
1192 | 2024-11-18T21:39:18.666Z | Compiling socket2 v0.5.7 |
1193 | 2024-11-18T21:39:18.751Z | Compiling slab v0.4.9 |
1194 | 2024-11-18T21:39:18.819Z | Compiling prettyplease v0.2.25 |
1195 | 2024-11-18T21:39:19.184Z | Compiling minimal-lexical v0.2.1 |
1196 | 2024-11-18T21:39:19.523Z | Compiling libloading v0.8.5 |
1197 | 2024-11-18T21:39:19.672Z | Compiling clang-sys v1.8.1 |
1198 | 2024-11-18T21:39:19.692Z | Compiling nom v7.1.3 |
1199 | 2024-11-18T21:39:19.712Z | Compiling home v0.5.9 |
1200 | 2024-11-18T21:39:19.954Z | Compiling bindgen v0.69.5 |
1201 | 2024-11-18T21:39:19.984Z | Compiling serde_json v1.0.132 |
1202 | 2024-11-18T21:39:20.333Z | Compiling itertools v0.12.1 |
1203 | 2024-11-18T21:39:20.786Z | Compiling futures-channel v0.3.31 |
1204 | 2024-11-18T21:39:21.009Z | Compiling futures-io v0.3.31 |
1205 | 2024-11-18T21:39:21.209Z | Compiling allocator-api2 v0.2.18 |
1206 | 2024-11-18T21:39:21.336Z | Compiling futures-task v0.3.31 |
1207 | 2024-11-18T21:39:21.659Z | Compiling rustc-hash v1.1.0 |
1208 | 2024-11-18T21:39:21.811Z | Compiling pin-utils v0.1.0 |
1209 | 2024-11-18T21:39:21.915Z | Compiling regex-automata v0.4.8 |
1210 | 2024-11-18T21:39:22.002Z | Compiling lazycell v1.3.0 |
1211 | 2024-11-18T21:39:22.175Z | Compiling foldhash v0.1.3 |
1212 | 2024-11-18T21:39:22.475Z | Compiling hashbrown v0.15.0 |
1213 | 2024-11-18T21:39:23.464Z | Compiling synstructure v0.13.1 |
1214 | 2024-11-18T21:39:23.804Z | Compiling cexpr v0.6.0 |
1215 | 2024-11-18T21:39:23.824Z | Compiling cmake v0.1.51 |
1216 | 2024-11-18T21:39:24.862Z | Compiling pkg-config v0.3.31 |
1217 | 2024-11-18T21:39:25.173Z | Compiling fs_extra v1.3.0 |
1218 | 2024-11-18T21:39:25.208Z | Compiling tinyvec_macros v0.1.1 |
1219 | 2024-11-18T21:39:25.303Z | Compiling dunce v1.0.5 |
1220 | 2024-11-18T21:39:25.436Z | Compiling libm v0.2.8 |
1221 | 2024-11-18T21:39:25.605Z | Compiling tinyvec v1.8.0 |
1222 | 2024-11-18T21:39:25.771Z | Compiling num-traits v0.2.19 |
1223 | 2024-11-18T21:39:26.320Z | Compiling ring v0.17.8 |
1224 | 2024-11-18T21:39:26.399Z | Compiling writeable v0.5.5 |
1225 | 2024-11-18T21:39:26.745Z | Compiling litemap v0.7.3 |
1226 | 2024-11-18T21:39:26.985Z | Compiling paste v1.0.15 |
1227 | 2024-11-18T21:39:27.081Z | Compiling unicode-normalization v0.1.24 |
1228 | 2024-11-18T21:39:27.136Z | Compiling unicode-bidi v0.3.17 |
1229 | 2024-11-18T21:39:27.210Z | Compiling base64ct v1.6.0 |
1230 | 2024-11-18T21:39:27.451Z | Compiling regex v1.11.1 |
1231 | 2024-11-18T21:39:27.781Z | Compiling pem-rfc7468 v0.7.0 |
1232 | 2024-11-18T21:39:28.506Z | Compiling aws-lc-rs v1.10.0 |
1233 | 2024-11-18T21:39:28.526Z | Compiling httparse v1.9.5 |
1234 | 2024-11-18T21:39:28.556Z | Compiling flagset v0.4.6 |
1235 | 2024-11-18T21:39:28.917Z | Compiling tracing-core v0.1.32 |
1236 | 2024-11-18T21:39:29.341Z | Compiling icu_locid_transform_data v1.5.0 |
1237 | 2024-11-18T21:39:29.448Z | Compiling rustls-pki-types v1.9.0 |
1238 | 2024-11-18T21:39:29.847Z | Compiling crossbeam-utils v0.8.20 |
1239 | 2024-11-18T21:39:30.226Z | Compiling percent-encoding v2.3.1 |
1240 | 2024-11-18T21:39:30.281Z | Compiling serde_derive v1.0.215 |
1241 | 2024-11-18T21:39:30.412Z | Compiling zeroize_derive v1.4.2 |
1242 | 2024-11-18T21:39:30.456Z | Compiling zerocopy-derive v0.7.35 |
1243 | 2024-11-18T21:39:30.601Z | Compiling tokio-macros v2.4.0 |
1244 | 2024-11-18T21:39:30.958Z | Compiling zerofrom-derive v0.1.4 |
1245 | 2024-11-18T21:39:32.002Z | Compiling zeroize v1.8.1 |
1246 | 2024-11-18T21:39:32.213Z | Compiling yoke-derive v0.7.4 |
1247 | 2024-11-18T21:39:32.416Z | Compiling thiserror-impl v1.0.69 |
1248 | 2024-11-18T21:39:32.686Z | Compiling zerocopy v0.7.35 |
1249 | 2024-11-18T21:39:33.527Z | Compiling futures-macro v0.3.31 |
1250 | 2024-11-18T21:39:33.864Z | Compiling crypto-common v0.1.6 |
1251 | 2024-11-18T21:39:34.105Z | Compiling block-buffer v0.10.4 |
1252 | 2024-11-18T21:39:34.345Z | Compiling digest v0.10.7 |
1253 | 2024-11-18T21:39:34.374Z | Compiling zerovec-derive v0.10.3 |
1254 | 2024-11-18T21:39:34.836Z | Compiling hmac v0.12.1 |
1255 | 2024-11-18T21:39:34.939Z | Compiling block-padding v0.3.3 |
1256 | 2024-11-18T21:39:35.084Z | Compiling displaydoc v0.2.5 |
1257 | 2024-11-18T21:39:35.193Z | Compiling inout v0.1.3 |
1258 | 2024-11-18T21:39:35.213Z | Compiling zerofrom v0.1.4 |
1259 | 2024-11-18T21:39:35.342Z | Compiling sha2 v0.10.8 |
1260 | 2024-11-18T21:39:35.439Z | Compiling yoke v0.7.4 |
1261 | 2024-11-18T21:39:35.482Z | Compiling cipher v0.4.4 |
1262 | 2024-11-18T21:39:35.504Z | Compiling futures-util v0.3.31 |
1263 | 2024-11-18T21:39:35.819Z | Compiling ppv-lite86 v0.2.20 |
1264 | 2024-11-18T21:39:35.895Z | Compiling thiserror v1.0.69 |
1265 | 2024-11-18T21:39:36.023Z | Compiling icu_provider_macros v1.5.0 |
1266 | 2024-11-18T21:39:36.042Z | Compiling der_derive v0.7.3 |
1267 | 2024-11-18T21:39:36.688Z | Compiling rand_chacha v0.3.1 |
1268 | 2024-11-18T21:39:36.803Z | Compiling tracing-attributes v0.1.27 |
1269 | 2024-11-18T21:39:37.054Z | Compiling zerovec v0.10.4 |
1270 | 2024-11-18T21:39:37.184Z | Compiling rand v0.8.5 |
1271 | 2024-11-18T21:39:38.607Z | Compiling der v0.7.9 |
1272 | 2024-11-18T21:39:39.008Z | Compiling tinystr v0.7.6 |
1273 | 2024-11-18T21:39:39.081Z | Compiling icu_collections v1.5.0 |
1274 | 2024-11-18T21:39:39.345Z | Compiling pest v2.7.14 |
1275 | 2024-11-18T21:39:39.400Z | Compiling icu_locid v1.5.0 |
1276 | 2024-11-18T21:39:39.455Z | Compiling salsa20 v0.10.2 |
1277 | 2024-11-18T21:39:39.692Z | Compiling pbkdf2 v0.12.2 |
1278 | 2024-11-18T21:39:39.903Z | Compiling mirai-annotations v1.12.0 |
1279 | 2024-11-18T21:39:40.097Z | Compiling untrusted v0.7.1 |
1280 | 2024-11-18T21:39:40.281Z | Compiling powerfmt v0.2.0 |
1281 | 2024-11-18T21:39:40.557Z | Compiling icu_provider v1.5.0 |
1282 | 2024-11-18T21:39:40.654Z | Compiling spki v0.7.3 |
1283 | 2024-11-18T21:39:40.688Z | Compiling tracing v0.1.40 |
1284 | 2024-11-18T21:39:41.037Z | Compiling vcpkg v0.2.15 |
1285 | 2024-11-18T21:39:41.208Z | Compiling icu_properties_data v1.5.0 |
1286 | 2024-11-18T21:39:41.470Z | Compiling icu_locid_transform v1.5.0 |
1287 | 2024-11-18T21:39:41.657Z | Compiling num-conv v0.1.0 |
1288 | 2024-11-18T21:39:41.682Z | Compiling untrusted v0.9.0 |
1289 | 2024-11-18T21:39:41.811Z | Compiling time-core v0.1.2 |
1290 | 2024-11-18T21:39:41.857Z | Compiling pest_meta v2.7.14 |
1291 | 2024-11-18T21:39:41.930Z | Compiling deranged v0.3.11 |
1292 | 2024-11-18T21:39:41.983Z | Compiling time-macros v0.2.18 |
1293 | 2024-11-18T21:39:43.300Z | Compiling openssl-sys v0.9.104 |
1294 | 2024-11-18T21:39:43.655Z | Compiling icu_properties v1.5.1 |
1295 | 2024-11-18T21:39:43.908Z | Compiling scrypt v0.11.0 |
1296 | 2024-11-18T21:39:44.204Z | Compiling cbc v0.1.2 |
1297 | 2024-11-18T21:39:44.384Z | Compiling bitflags v2.6.0 |
1298 | 2024-11-18T21:39:44.453Z | Compiling bytes v1.8.0 |
1299 | 2024-11-18T21:39:44.619Z | Compiling indexmap v2.6.0 |
1300 | 2024-11-18T21:39:45.327Z | Compiling semver v1.0.23 |
1301 | 2024-11-18T21:39:45.704Z | Compiling tokio v1.40.0 |
1302 | 2024-11-18T21:39:45.769Z | Compiling http v1.1.0 |
1303 | 2024-11-18T21:39:46.086Z | Compiling rustc_version v0.4.1 |
1304 | 2024-11-18T21:39:46.134Z | Compiling aes v0.8.4 |
1305 | 2024-11-18T21:39:46.881Z | Compiling scroll_derive v0.12.0 |
1306 | 2024-11-18T21:39:46.883Z | Compiling num_threads v0.1.7 |
1307 | 2024-11-18T21:39:47.011Z | Compiling utf16_iter v1.0.5 |
1308 | 2024-11-18T21:39:47.214Z | Compiling utf8_iter v1.0.4 |
1309 | 2024-11-18T21:39:47.460Z | Compiling icu_normalizer_data v1.5.0 |
1310 | 2024-11-18T21:39:47.572Z | Compiling write16 v1.0.0 |
1311 | 2024-11-18T21:39:47.680Z | Compiling atomic-waker v1.1.2 |
1312 | 2024-11-18T21:39:47.699Z | Compiling icu_normalizer v1.5.0 |
1313 | 2024-11-18T21:39:47.871Z | Compiling http-body v1.0.1 |
1314 | 2024-11-18T21:39:48.110Z | Compiling pkcs5 v0.7.1 |
1315 | 2024-11-18T21:39:48.307Z | Compiling time v0.3.36 |
1316 | 2024-11-18T21:39:48.429Z | Compiling scroll v0.12.0 |
1317 | 2024-11-18T21:39:48.629Z | Compiling pest_generator v2.7.14 |
1318 | 2024-11-18T21:39:48.981Z | Compiling which v4.4.2 |
1319 | 2024-11-18T21:39:49.001Z | Compiling form_urlencoded v1.2.1 |
1320 | 2024-11-18T21:39:49.348Z | Compiling try-lock v0.2.5 |
1321 | 2024-11-18T21:39:49.648Z | Compiling slog v2.7.0 |
1322 | 2024-11-18T21:39:49.654Z | Compiling goblin v0.8.2 |
1323 | 2024-11-18T21:39:49.738Z | Compiling want v0.3.1 |
1324 | 2024-11-18T21:39:50.032Z | Compiling pkcs8 v0.10.2 |
1325 | 2024-11-18T21:39:50.125Z | Compiling idna_adapter v1.2.0 |
1326 | 2024-11-18T21:39:50.148Z | Compiling httpdate v1.0.3 |
1327 | 2024-11-18T21:39:50.352Z | Compiling idna v1.0.3 |
1328 | 2024-11-18T21:39:50.697Z | Compiling pest_derive v2.7.14 |
1329 | 2024-11-18T21:39:50.736Z | Compiling toml_datetime v0.6.8 |
1330 | 2024-11-18T21:39:51.234Z | Compiling serde_tokenstream v0.2.2 |
1331 | 2024-11-18T21:39:51.435Z | Compiling serde_spanned v0.6.8 |
1332 | 2024-11-18T21:39:51.511Z | Compiling dtrace-parser v0.2.0 |
1333 | 2024-11-18T21:39:51.674Z | Compiling uuid v1.11.0 |
1334 | 2024-11-18T21:39:51.846Z | Compiling adler2 v2.0.0 |
1335 | 2024-11-18T21:39:52.060Z | Compiling openssl v0.10.68 |
1336 | 2024-11-18T21:39:52.182Z | Compiling base64 v0.22.1 |
1337 | 2024-11-18T21:39:52.473Z | Compiling match_cfg v0.1.0 |
1338 | 2024-11-18T21:39:52.574Z | Compiling iana-time-zone v0.1.61 |
1339 | 2024-11-18T21:39:52.928Z | Compiling rustversion v1.0.17 |
1340 | 2024-11-18T21:39:53.023Z | Compiling tower-service v0.3.3 |
1341 | 2024-11-18T21:39:53.107Z | Compiling foreign-types-shared v0.1.1 |
1342 | 2024-11-18T21:39:53.182Z | Compiling chrono v0.4.38 |
1343 | 2024-11-18T21:39:53.220Z | Compiling foreign-types v0.3.2 |
1344 | 2024-11-18T21:39:53.320Z | Compiling hostname v0.3.1 |
1345 | 2024-11-18T21:39:53.556Z | Compiling miniz_oxide v0.8.0 |
1346 | 2024-11-18T21:39:53.583Z | Compiling url v2.5.3 |
1347 | 2024-11-18T21:39:53.761Z | Compiling async-trait v0.1.83 |
1348 | 2024-11-18T21:39:55.094Z | Compiling tokio-util v0.7.12 |
1349 | 2024-11-18T21:39:55.118Z | Compiling openssl-macros v0.1.1 |
1350 | 2024-11-18T21:39:55.576Z | Compiling dof v0.3.0 |
1351 | 2024-11-18T21:39:55.923Z | Compiling dirs-sys-next v0.1.2 |
1352 | 2024-11-18T21:39:56.489Z | Compiling h2 v0.4.6 |
1353 | 2024-11-18T21:39:56.507Z | Compiling usdt-impl v0.5.0 |
1354 | 2024-11-18T21:39:56.513Z | Compiling native-tls v0.2.12 |
1355 | 2024-11-18T21:39:56.825Z | Compiling rustls v0.22.4 |
1356 | 2024-11-18T21:39:56.935Z | Compiling data-encoding v2.6.0 |
1357 | 2024-11-18T21:39:57.088Z | Compiling siphasher v0.3.11 |
1358 | 2024-11-18T21:39:57.457Z | Compiling rustls v0.23.14 |
1359 | 2024-11-18T21:39:57.723Z | Compiling syn v1.0.109 |
1360 | 2024-11-18T21:39:57.822Z | Compiling dirs-next v2.0.0 |
1361 | 2024-11-18T21:39:58.446Z | Compiling http-body-util v0.1.2 |
1362 | 2024-11-18T21:39:58.980Z | Compiling heapless v0.7.17 |
1363 | 2024-11-18T21:39:59.349Z | Compiling crossbeam-epoch v0.9.18 |
1364 | 2024-11-18T21:39:59.401Z | Compiling sha1 v0.10.6 |
1365 | 2024-11-18T21:39:59.498Z | Compiling signature v2.2.0 |
1366 | 2024-11-18T21:39:59.795Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1367 | 2024-11-18T21:39:59.818Z | Compiling serde_derive_internals v0.29.1 |
1368 | 2024-11-18T21:39:59.865Z | Compiling thread_local v1.1.8 |
1369 | 2024-11-18T21:40:00.130Z | Compiling cookie v0.18.1 |
1370 | 2024-11-18T21:40:00.289Z | Compiling multer v3.1.0 |
1371 | 2024-11-18T21:40:00.417Z | Compiling encoding_rs v0.8.34 |
1372 | 2024-11-18T21:40:00.436Z | Compiling signal-hook v0.3.17 |
1373 | 2024-11-18T21:40:00.568Z | Compiling ipnet v2.10.1 |
1374 | 2024-11-18T21:40:00.695Z | Compiling unicode-properties v0.1.3 |
1375 | 2024-11-18T21:40:01.089Z | Compiling schemars v0.8.21 |
1376 | 2024-11-18T21:40:01.400Z | Compiling gimli v0.31.1 |
1377 | 2024-11-18T21:40:01.426Z | Compiling rayon-core v1.12.1 |
1378 | 2024-11-18T21:40:01.691Z | Compiling slog-async v2.8.0 |
1379 | 2024-11-18T21:40:01.847Z | Compiling mime v0.3.17 |
1380 | 2024-11-18T21:40:02.207Z | Compiling openssl-probe v0.1.5 |
1381 | 2024-11-18T21:40:02.536Z | Compiling schemars_derive v0.8.21 |
1382 | 2024-11-18T21:40:02.581Z | Compiling toml_edit v0.22.22 |
1383 | 2024-11-18T21:40:02.637Z | Compiling stringprep v0.1.5 |
1384 | 2024-11-18T21:40:03.920Z | Compiling hyper v1.5.0 |
1385 | 2024-11-18T21:40:05.970Z | Compiling addr2line v0.24.2 |
1386 | 2024-11-18T21:40:06.476Z | Compiling hyper-util v0.1.10 |
1387 | 2024-11-18T21:40:06.639Z | Compiling usdt-attr-macro v0.5.0 |
1388 | 2024-11-18T21:40:06.670Z | Compiling usdt-macro v0.5.0 |
1389 | 2024-11-18T21:40:07.043Z | Compiling crossbeam-deque v0.8.5 |
1390 | 2024-11-18T21:40:07.402Z | Compiling term v0.7.0 |
1391 | 2024-11-18T21:40:07.960Z | Compiling slog-json v2.6.1 |
1392 | 2024-11-18T21:40:08.088Z | Compiling serde_urlencoded v0.7.1 |
1393 | 2024-11-18T21:40:08.280Z | Compiling curve25519-dalek v4.1.3 |
1394 | 2024-11-18T21:40:08.356Z | Compiling crossbeam-channel v0.5.13 |
1395 | 2024-11-18T21:40:08.645Z | Compiling enum-as-inner v0.6.1 |
1396 | 2024-11-18T21:40:08.911Z | Compiling futures-executor v0.3.31 |
1397 | 2024-11-18T21:40:08.936Z | Compiling md-5 v0.10.6 |
1398 | 2024-11-18T21:40:09.210Z | Compiling async-stream-impl v0.3.6 |
1399 | 2024-11-18T21:40:09.495Z | Compiling num-integer v0.1.46 |
1400 | 2024-11-18T21:40:09.515Z | Compiling rustls-pemfile v2.2.0 |
1401 | 2024-11-18T21:40:09.612Z | Compiling idna v0.4.0 |
1402 | 2024-11-18T21:40:09.730Z | Compiling idna v0.3.0 |
1403 | 2024-11-18T21:40:09.856Z | Compiling hash32 v0.2.1 |
1404 | 2024-11-18T21:40:10.249Z | Compiling ff v0.13.0 |
1405 | 2024-11-18T21:40:10.305Z | Compiling is-terminal v0.4.13 |
1406 | 2024-11-18T21:40:10.443Z | Compiling dropshot v0.12.0 |
1407 | 2024-11-18T21:40:10.463Z | Compiling object v0.36.5 |
1408 | 2024-11-18T21:40:10.512Z | Compiling smoltcp v0.9.1 |
1409 | 2024-11-18T21:40:10.710Z | Compiling take_mut v0.2.2 |
1410 | 2024-11-18T21:40:10.774Z | Compiling rustc-demangle v0.1.24 |
1411 | 2024-11-18T21:40:10.872Z | Compiling base16ct v0.2.0 |
1412 | 2024-11-18T21:40:11.185Z | Compiling linked-hash-map v0.5.6 |
1413 | 2024-11-18T21:40:11.206Z | Compiling portable-atomic v1.9.0 |
1414 | 2024-11-18T21:40:11.295Z | Compiling utf-8 v0.7.6 |
1415 | 2024-11-18T21:40:11.415Z | Compiling psl-types v2.0.11 |
1416 | 2024-11-18T21:40:11.542Z | Compiling quick-error v1.2.3 |
1417 | 2024-11-18T21:40:11.614Z | Compiling num-bigint-dig v0.8.4 |
1418 | 2024-11-18T21:40:11.616Z | Compiling dyn-clone v1.0.17 |
1419 | 2024-11-18T21:40:11.685Z | Compiling fallible-iterator v0.2.0 |
1420 | 2024-11-18T21:40:11.735Z | Compiling anyhow v1.0.93 |
1421 | 2024-11-18T21:40:11.936Z | Compiling resolv-conf v0.7.0 |
1422 | 2024-11-18T21:40:12.346Z | Compiling publicsuffix v2.2.3 |
1423 | 2024-11-18T21:40:12.413Z | Compiling postgres-protocol v0.6.7 |
1424 | 2024-11-18T21:40:12.617Z | Compiling lru-cache v0.1.2 |
1425 | 2024-11-18T21:40:12.710Z | Compiling tungstenite v0.24.0 |
1426 | 2024-11-18T21:40:12.802Z | Compiling sec1 v0.7.3 |
1427 | 2024-11-18T21:40:13.473Z | Compiling async-stream v0.3.6 |
1428 | 2024-11-18T21:40:13.783Z | Compiling hickory-proto v0.24.1 |
1429 | 2024-11-18T21:40:13.805Z | Compiling usdt v0.5.0 |
1430 | 2024-11-18T21:40:14.042Z | Compiling group v0.13.0 |
1431 | 2024-11-18T21:40:14.319Z | Compiling slog-term v2.9.1 |
1432 | 2024-11-18T21:40:15.118Z | Compiling num-iter v0.1.45 |
1433 | 2024-11-18T21:40:15.314Z | Compiling futures v0.3.31 |
1434 | 2024-11-18T21:40:15.544Z | Compiling slog-bunyan v2.5.0 |
1435 | 2024-11-18T21:40:16.645Z | Compiling toml v0.8.19 |
1436 | 2024-11-18T21:40:16.887Z | Compiling tokio-native-tls v0.3.1 |
1437 | 2024-11-18T21:40:17.167Z | Compiling camino v1.1.9 |
1438 | 2024-11-18T21:40:17.345Z | Compiling phf_shared v0.11.2 |
1439 | 2024-11-18T21:40:17.368Z | Compiling dropshot_endpoint v0.12.0 |
1440 | 2024-11-18T21:40:17.748Z | Compiling backtrace v0.3.74 |
1441 | 2024-11-18T21:40:17.851Z | Compiling terminal_size v0.4.0 |
1442 | 2024-11-18T21:40:18.073Z | Compiling waitgroup v0.1.2 |
1443 | 2024-11-18T21:40:18.158Z | Compiling openapiv3 v2.0.0 |
1444 | 2024-11-18T21:40:18.303Z | Compiling serde_path_to_error v0.1.16 |
1445 | 2024-11-18T21:40:18.519Z | Compiling hkdf v0.12.4 |
1446 | 2024-11-18T21:40:18.780Z | Compiling crypto-bigint v0.5.5 |
1447 | 2024-11-18T21:40:19.166Z | Compiling curve25519-dalek-derive v0.1.1 |
1448 | 2024-11-18T21:40:20.751Z | Compiling zerocopy-derive v0.6.6 |
1449 | 2024-11-18T21:40:21.480Z | Compiling webpki-roots v0.26.6 |
1450 | 2024-11-18T21:40:21.540Z | Compiling hubpack_derive v0.1.1 |
1451 | 2024-11-18T21:40:21.678Z | Compiling idna v0.5.0 |
1452 | 2024-11-18T21:40:22.063Z | Compiling hostname v0.4.0 |
1453 | 2024-11-18T21:40:22.326Z | Compiling crc32fast v1.4.2 |
1454 | 2024-11-18T21:40:22.419Z | Compiling ahash v0.8.11 |
1455 | 2024-11-18T21:40:22.603Z | Compiling fs-err v2.11.0 |
1456 | 2024-11-18T21:40:22.630Z | Compiling debug-ignore v1.0.5 |
1457 | 2024-11-18T21:40:22.738Z | Compiling winnow v0.5.40 |
1458 | 2024-11-18T21:40:22.772Z | Compiling managed v0.8.0 |
1459 | 2024-11-18T21:40:22.897Z | Compiling bitflags v1.3.2 |
1460 | 2024-11-18T21:40:22.974Z | Compiling zerocopy v0.6.6 |
1461 | 2024-11-18T21:40:23.001Z | Compiling clap_builder v4.5.21 |
1462 | 2024-11-18T21:40:23.366Z | Compiling strum_macros v0.25.3 |
1463 | 2024-11-18T21:40:23.875Z | Compiling console v0.15.8 |
1464 | 2024-11-18T21:40:24.482Z | Compiling cookie_store v0.21.0 |
1465 | 2024-11-18T21:40:24.934Z | Compiling flate2 v1.0.34 |
1466 | 2024-11-18T21:40:25.354Z | Compiling hubpack v0.1.2 |
1467 | 2024-11-18T21:40:25.494Z | Compiling elliptic-curve v0.13.8 |
1468 | 2024-11-18T21:40:25.928Z | Compiling hickory-resolver v0.24.1 |
1469 | 2024-11-18T21:40:26.323Z | Compiling toml_edit v0.19.15 |
1470 | 2024-11-18T21:40:26.676Z | Compiling phf v0.11.2 |
1471 | 2024-11-18T21:40:26.976Z | Compiling signal-hook-mio v0.2.4 |
1472 | 2024-11-18T21:40:26.997Z | Compiling hyper-tls v0.6.0 |
1473 | 2024-11-18T21:40:27.135Z | Compiling rayon v1.10.0 |
1474 | 2024-11-18T21:40:27.433Z | Compiling bzip2 v0.4.4 |
1475 | 2024-11-18T21:40:27.855Z | Compiling tokio-tungstenite v0.24.0 |
1476 | 2024-11-18T21:40:28.419Z | Compiling postgres-types v0.2.8 |
1477 | 2024-11-18T21:40:31.314Z | Compiling ed25519 v2.2.3 |
1478 | 2024-11-18T21:40:31.977Z | Compiling phf_shared v0.10.0 |
1479 | 2024-11-18T21:40:32.335Z | Compiling tokio-stream v0.1.16 |
1480 | 2024-11-18T21:40:32.391Z | Compiling pkcs1 v0.7.5 |
1481 | 2024-11-18T21:40:32.634Z | Compiling serde-big-array v0.5.1 |
1482 | 2024-11-18T21:40:32.881Z | Compiling clap_derive v4.5.18 |
1483 | 2024-11-18T21:40:33.214Z | Compiling rfc6979 v0.4.0 |
1484 | 2024-11-18T21:40:33.384Z | Compiling derive-where v1.2.7 |
1485 | 2024-11-18T21:40:33.411Z | Compiling serde_repr v0.1.19 |
1486 | 2024-11-18T21:40:33.431Z | Compiling float-cmp v0.9.0 |
1487 | 2024-11-18T21:40:33.661Z | Compiling bstr v1.10.0 |
1488 | 2024-11-18T21:40:33.839Z | Compiling sync_wrapper v1.0.1 |
1489 | 2024-11-18T21:40:33.996Z | Compiling difflib v0.4.0 |
1490 | 2024-11-18T21:40:34.376Z | Compiling static_assertions v1.1.0 |
1491 | 2024-11-18T21:40:34.479Z | Compiling precomputed-hash v0.1.1 |
1492 | 2024-11-18T21:40:34.591Z | Compiling fixedbitset v0.4.2 |
1493 | 2024-11-18T21:40:34.607Z | Compiling whoami v1.5.2 |
1494 | 2024-11-18T21:40:35.065Z | Compiling unicode-width v0.2.0 |
1495 | 2024-11-18T21:40:35.250Z | Compiling normalize-line-endings v0.3.0 |
1496 | 2024-11-18T21:40:35.382Z | Compiling number_prefix v0.4.0 |
1497 | 2024-11-18T21:40:35.449Z | Compiling unicode-segmentation v1.12.0 |
1498 | 2024-11-18T21:40:35.603Z | Compiling predicates-core v1.0.8 |
1499 | 2024-11-18T21:40:35.622Z | Compiling new_debug_unreachable v1.0.6 |
1500 | 2024-11-18T21:40:35.692Z | Compiling bit-vec v0.6.3 |
1501 | 2024-11-18T21:40:35.721Z | Compiling string_cache v0.8.7 |
1502 | 2024-11-18T21:40:35.958Z | Compiling predicates v3.1.2 |
1503 | 2024-11-18T21:40:36.154Z | Compiling similar v2.6.0 |
1504 | 2024-11-18T21:40:36.182Z | Compiling bit-set v0.5.3 |
1505 | 2024-11-18T21:40:36.346Z | Compiling indicatif v0.17.9 |
1506 | 2024-11-18T21:40:36.458Z | Compiling tokio-postgres v0.7.12 |
1507 | 2024-11-18T21:40:37.021Z | Compiling petgraph v0.6.5 |
1508 | 2024-11-18T21:40:37.729Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1509 | 2024-11-18T21:40:37.942Z | Compiling clap v4.5.21 |
1510 | 2024-11-18T21:40:38.076Z | Compiling ecdsa v0.16.9 |
1511 | 2024-11-18T21:40:38.559Z | Compiling rsa v0.9.6 |
1512 | 2024-11-18T21:40:38.584Z | Compiling ed25519-dalek v2.1.1 |
1513 | 2024-11-18T21:40:38.986Z | Compiling toml v0.7.8 |
1514 | 2024-11-18T21:40:39.886Z | Compiling zip v0.6.6 |
1515 | 2024-11-18T21:40:40.722Z | Compiling crossterm v0.28.1 |
1516 | 2024-11-18T21:40:41.918Z | Compiling hex v0.4.3 |
1517 | 2024-11-18T21:40:41.973Z | Compiling x509-cert v0.2.5 |
1518 | 2024-11-18T21:40:42.160Z | Compiling itertools v0.10.5 |
1519 | 2024-11-18T21:40:42.195Z | Compiling lalrpop-util v0.19.12 |
1520 | 2024-11-18T21:40:42.513Z | Compiling unicode-xid v0.2.6 |
1521 | 2024-11-18T21:40:42.556Z | Compiling peg-runtime v0.8.3 |
1522 | 2024-11-18T21:40:42.682Z | Compiling strum_macros v0.26.4 |
1523 | 2024-11-18T21:40:43.253Z | Compiling xattr v1.3.1 |
1524 | 2024-11-18T21:40:43.520Z | Compiling filetime v0.2.25 |
1525 | 2024-11-18T21:40:43.841Z | Compiling tar v0.4.43 |
1526 | 2024-11-18T21:40:47.650Z | Compiling strum v0.26.3 |
1527 | 2024-11-18T21:40:50.658Z | Compiling aws-lc-sys v0.22.0 |
1528 | 2024-11-18T21:41:20.374Z | Compiling rustls-webpki v0.102.8 |
1529 | 2024-11-18T21:41:22.030Z | Compiling tokio-rustls v0.25.0 |
1530 | 2024-11-18T21:41:23.686Z | Compiling tokio-rustls v0.26.0 |
1531 | 2024-11-18T21:41:24.185Z | Compiling hyper-rustls v0.27.3 |
1532 | 2024-11-18T21:41:24.447Z | Compiling reqwest v0.12.9 |
1533 | 2024-11-18T21:41:25.491Z | Compiling qorb v0.2.0 |
1534 | 2024-11-18T21:41:30.391Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1535 | 2024-11-18T21:41:30.609Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1536 | 2024-11-18T21:41:36.441Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 24s |
1537 | 2024-11-18T21:41:36.632Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1538 | 2024-11-18T21:41:36.742Z | Nov 18 21:41:35.541 INFO Starting download, target: DendriteOpenapi |
1539 | 2024-11-18T21:41:36.742Z | Nov 18 21:41:35.541 INFO Starting download, target: Cockroach |
1540 | 2024-11-18T21:41:36.743Z | Nov 18 21:41:35.541 INFO Starting download, target: Console |
1541 | 2024-11-18T21:41:36.743Z | Nov 18 21:41:35.541 INFO Starting download, target: Clickhouse |
1542 | 2024-11-18T21:41:36.743Z | Nov 18 21:41:35.541 INFO Starting download, target: DendriteStub |
1543 | 2024-11-18T21:41:36.745Z | Nov 18 21:41:35.541 INFO Starting download, target: MaghemiteMgd |
1544 | 2024-11-18T21:41:36.745Z | Nov 18 21:41:35.541 INFO Starting download, target: TransceiverControl |
1545 | 2024-11-18T21:41:36.745Z | Nov 18 21:41:35.542 INFO Downloading out/downloads/dpd-d0017d6983e8a95d8136398eeadec12f410d3282.json (attempt 1/3), target: DendriteOpenapi |
1546 | 2024-11-18T21:41:36.745Z | Nov 18 21:41:35.542 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1547 | 2024-11-18T21:41:36.745Z | Nov 18 21:41:35.542 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1548 | 2024-11-18T21:41:36.746Z | Nov 18 21:41:35.542 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1549 | 2024-11-18T21:41:36.746Z | Nov 18 21:41:35.542 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1550 | 2024-11-18T21:41:36.746Z | Nov 18 21:41:35.542 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1551 | 2024-11-18T21:41:36.746Z | Nov 18 21:41:35.542 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1552 | 2024-11-18T21:41:37.053Z | Nov 18 21:41:35.968 INFO Download complete, target: DendriteOpenapi |
1553 | 2024-11-18T21:41:37.149Z | Nov 18 21:41:36.054 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1554 | 2024-11-18T21:41:37.404Z | Nov 18 21:41:36.317 INFO Download complete, target: Console |
1555 | 2024-11-18T21:41:37.475Z | Nov 18 21:41:36.382 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1556 | 2024-11-18T21:41:38.061Z | Nov 18 21:41:36.952 INFO Download complete, target: TransceiverControl |
1557 | 2024-11-18T21:41:38.565Z | Nov 18 21:41:37.454 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1558 | 2024-11-18T21:41:38.587Z | Nov 18 21:41:37.474 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1559 | 2024-11-18T21:41:38.587Z | Nov 18 21:41:37.502 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1560 | 2024-11-18T21:41:39.491Z | Nov 18 21:41:38.426 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1561 | 2024-11-18T21:41:39.491Z | Nov 18 21:41:38.426 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1562 | 2024-11-18T21:41:41.467Z | Nov 18 21:41:40.402 INFO Download complete, target: MaghemiteMgd |
1563 | 2024-11-18T21:41:41.467Z | Nov 18 21:41:40.402 INFO Download complete, target: DendriteStub |
1564 | 2024-11-18T21:41:46.751Z | Nov 18 21:41:45.686 INFO Checking that binary works, target: Cockroach |
1565 | 2024-11-18T21:41:46.907Z | Nov 18 21:41:45.842 INFO Download complete, target: Cockroach |
1566 | 2024-11-18T21:41:50.743Z | Nov 18 21:41:49.678 INFO Checking that binary works, target: Clickhouse |
1567 | 2024-11-18T21:41:50.876Z | Nov 18 21:41:49.811 INFO Download complete, target: Clickhouse |
1568 | 2024-11-18T21:41:50.896Z | All builder prerequisites installed successfully, and PATH looks valid |
1569 | 2024-11-18T21:41:50.898Z | |
1570 | 2024-11-18T21:41:50.898Z | real 5:37.770375165 |
1571 | 2024-11-18T21:41:50.898Z | user 16:21.553485983 |
1572 | 2024-11-18T21:41:50.898Z | sys 3:14.700540293 |
1573 | 2024-11-18T21:41:50.898Z | trap 0.536731631 |
1574 | 2024-11-18T21:41:50.899Z | tflt 1.642308345 |
1575 | 2024-11-18T21:41:50.899Z | dflt 2.158128895 |
1576 | 2024-11-18T21:41:50.899Z | kflt 0.025946961 |
1577 | 2024-11-18T21:41:50.899Z | lock 28:57.472478243 |
1578 | 2024-11-18T21:41:50.899Z | slp 1:02:39.786469338 |
1579 | 2024-11-18T21:41:50.899Z | lat 58.105196456 |
1580 | 2024-11-18T21:41:50.899Z | stop 2:20.508251283 |
1581 | 2024-11-18T21:41:50.899Z | + banner clippy |
1582 | 2024-11-18T21:41:50.901Z | |
1583 | 2024-11-18T21:41:50.901Z | #### # # ##### ##### # # |
1584 | 2024-11-18T21:41:50.901Z | # # # # # # # # # # |
1585 | 2024-11-18T21:41:50.901Z | # # # # # # # # |
1586 | 2024-11-18T21:41:50.901Z | # # # ##### ##### # |
1587 | 2024-11-18T21:41:50.901Z | # # # # # # # |
1588 | 2024-11-18T21:41:50.901Z | #### ###### # # # # |
1589 | 2024-11-18T21:41:50.901Z | |
1590 | 2024-11-18T21:41:50.901Z | + export CARGO_INCREMENTAL=0 |
1591 | 2024-11-18T21:41:50.901Z | + CARGO_INCREMENTAL=0 |
1592 | 2024-11-18T21:41:50.901Z | + ptime -m cargo xtask clippy |
1593 | 2024-11-18T21:41:51.446Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1594 | 2024-11-18T21:41:54.923Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.97s |
1595 | 2024-11-18T21:41:54.988Z | Running `target/debug/xtask clippy` |
1596 | 2024-11-18T21:41:55.010Z | running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1597 | 2024-11-18T21:41:55.682Z | Downloading crates ... |
1598 | 2024-11-18T21:41:56.018Z | Downloaded approx v0.5.1 |
1599 | 2024-11-18T21:41:56.021Z | Downloaded anes v0.1.6 |
1600 | 2024-11-18T21:41:56.029Z | Downloaded async-channel v1.9.0 |
1601 | 2024-11-18T21:41:56.031Z | Downloaded assert_cmd v2.0.16 |
1602 | 2024-11-18T21:41:56.034Z | Downloaded async-channel v2.3.1 |
1603 | 2024-11-18T21:41:56.038Z | Downloaded async-signal v0.2.10 |
1604 | 2024-11-18T21:41:56.042Z | Downloaded doc-comment v0.3.3 |
1605 | 2024-11-18T21:41:56.045Z | Downloaded escape8259 v0.5.3 |
1606 | 2024-11-18T21:41:56.045Z | Downloaded async-object-pool v0.1.5 |
1607 | 2024-11-18T21:41:56.052Z | Downloaded async-executor v1.13.1 |
1608 | 2024-11-18T21:41:56.059Z | Downloaded guppy-workspace-hack v0.1.0 |
1609 | 2024-11-18T21:41:56.061Z | Downloaded criterion-plot v0.5.0 |
1610 | 2024-11-18T21:41:56.066Z | Downloaded assert-json-diff v2.0.2 |
1611 | 2024-11-18T21:41:56.066Z | Downloaded cast v0.3.0 |
1612 | 2024-11-18T21:41:56.068Z | Downloaded async-global-executor v2.4.1 |
1613 | 2024-11-18T21:41:56.068Z | Downloaded concurrent-queue v2.5.0 |
1614 | 2024-11-18T21:41:56.070Z | Downloaded blocking v1.6.1 |
1615 | 2024-11-18T21:41:56.072Z | Downloaded futures-timer v3.0.3 |
1616 | 2024-11-18T21:41:56.077Z | Downloaded plotters-svg v0.3.7 |
1617 | 2024-11-18T21:41:56.080Z | Downloaded nested v0.1.1 |
1618 | 2024-11-18T21:41:56.095Z | Downloaded event-listener v2.5.3 |
1619 | 2024-11-18T21:41:56.112Z | Downloaded proc-macro-crate v3.2.0 |
1620 | 2024-11-18T21:41:56.115Z | Downloaded path-tree v0.8.1 |
1621 | 2024-11-18T21:41:56.115Z | Downloaded kv-log-macro v1.0.7 |
1622 | 2024-11-18T21:41:56.117Z | Downloaded event-listener-strategy v0.5.2 |
1623 | 2024-11-18T21:41:56.117Z | Downloaded datatest-stable v0.2.9 |
1624 | 2024-11-18T21:41:56.120Z | Downloaded blake2b_simd v1.0.2 |
1625 | 2024-11-18T21:41:56.122Z | Downloaded async-task v4.7.1 |
1626 | 2024-11-18T21:41:56.124Z | Downloaded target-triple v0.1.3 |
1627 | 2024-11-18T21:41:56.127Z | Downloaded target-spec v3.2.2 |
1628 | 2024-11-18T21:41:56.127Z | Downloaded piper v0.2.4 |
1629 | 2024-11-18T21:41:56.129Z | Downloaded parking v2.2.1 |
1630 | 2024-11-18T21:41:56.129Z | Downloaded num_cpus v1.16.0 |
1631 | 2024-11-18T21:41:56.131Z | Downloaded indoc v2.0.5 |
1632 | 2024-11-18T21:41:56.133Z | Downloaded async-process v2.3.0 |
1633 | 2024-11-18T21:41:56.136Z | Downloaded threadpool v1.8.1 |
1634 | 2024-11-18T21:41:56.136Z | Downloaded stringmetrics v2.2.2 |
1635 | 2024-11-18T21:41:56.138Z | Downloaded similar-asserts v1.6.0 |
1636 | 2024-11-18T21:41:56.141Z | Downloaded relative-path v1.9.3 |
1637 | 2024-11-18T21:41:56.141Z | Downloaded async-lock v3.4.0 |
1638 | 2024-11-18T21:41:56.143Z | Downloaded async-attributes v1.1.2 |
1639 | 2024-11-18T21:41:56.146Z | Downloaded pathdiff v0.2.2 |
1640 | 2024-11-18T21:41:56.147Z | Downloaded serde_regex v1.1.0 |
1641 | 2024-11-18T21:41:56.147Z | Downloaded plotters-backend v0.3.7 |
1642 | 2024-11-18T21:41:56.149Z | Downloaded futures-lite v2.3.0 |
1643 | 2024-11-18T21:41:56.149Z | Downloaded async-io v2.3.4 |
1644 | 2024-11-18T21:41:56.151Z | Downloaded oorandom v11.1.4 |
1645 | 2024-11-18T21:41:56.153Z | Downloaded hyper-rustls v0.26.0 |
1646 | 2024-11-18T21:41:56.155Z | Downloaded target-lexicon v0.12.16 |
1647 | 2024-11-18T21:41:56.158Z | Downloaded rust-argon2 v2.1.0 |
1648 | 2024-11-18T21:41:56.160Z | Downloaded libtest-mimic v0.7.3 |
1649 | 2024-11-18T21:41:56.160Z | Downloaded httptest v0.16.1 |
1650 | 2024-11-18T21:41:56.163Z | Downloaded cfg-expr v0.17.0 |
1651 | 2024-11-18T21:41:56.165Z | Downloaded tinytemplate v1.2.1 |
1652 | 2024-11-18T21:41:56.167Z | Downloaded event-listener v5.3.1 |
1653 | 2024-11-18T21:41:56.169Z | Downloaded partial-io v0.5.4 |
1654 | 2024-11-18T21:41:56.172Z | Downloaded rustls-native-certs v0.7.3 |
1655 | 2024-11-18T21:41:56.175Z | Downloaded rstest v0.23.0 |
1656 | 2024-11-18T21:41:56.182Z | Downloaded trybuild v1.0.101 |
1657 | 2024-11-18T21:41:56.186Z | Downloaded rstest_macros v0.23.0 |
1658 | 2024-11-18T21:41:56.189Z | Downloaded rand_distr v0.4.3 |
1659 | 2024-11-18T21:41:56.191Z | Downloaded polling v3.7.3 |
1660 | 2024-11-18T21:41:56.195Z | Downloaded yansi v1.0.1 |
1661 | 2024-11-18T21:41:56.197Z | Downloaded pretty_assertions v1.4.1 |
1662 | 2024-11-18T21:41:56.199Z | Downloaded fancy-regex v0.13.0 |
1663 | 2024-11-18T21:41:56.211Z | Downloaded criterion v0.5.1 |
1664 | 2024-11-18T21:41:56.217Z | Downloaded guppy v0.17.8 |
1665 | 2024-11-18T21:41:56.223Z | Downloaded plotters v0.3.7 |
1666 | 2024-11-18T21:41:56.231Z | Downloaded async-std v1.13.0 |
1667 | 2024-11-18T21:41:56.318Z | Downloaded httpmock v0.8.0-alpha.1 |
1668 | 2024-11-18T21:41:57.066Z | Checking cfg-if v1.0.0 |
1669 | 2024-11-18T21:41:57.142Z | Checking libc v0.2.162 |
1670 | 2024-11-18T21:41:57.160Z | Checking serde v1.0.215 |
1671 | 2024-11-18T21:41:57.180Z | Checking memchr v2.7.4 |
1672 | 2024-11-18T21:41:57.200Z | Checking value-bag v1.9.0 |
1673 | 2024-11-18T21:41:57.224Z | Checking scopeguard v1.2.0 |
1674 | 2024-11-18T21:41:57.248Z | Checking zeroize v1.8.1 |
1675 | 2024-11-18T21:41:57.287Z | Checking smallvec v1.13.2 |
1676 | 2024-11-18T21:41:57.304Z | Checking itoa v1.0.11 |
1677 | 2024-11-18T21:41:57.355Z | Checking lock_api v0.4.12 |
1678 | 2024-11-18T21:41:57.523Z | Checking byteorder v1.5.0 |
1679 | 2024-11-18T21:41:57.525Z | Checking pin-project-lite v0.2.14 |
1680 | 2024-11-18T21:41:57.582Z | Checking log v0.4.22 |
1681 | 2024-11-18T21:41:57.615Z | Checking subtle v2.6.1 |
1682 | 2024-11-18T21:41:57.663Z | Checking once_cell v1.20.2 |
1683 | 2024-11-18T21:41:57.809Z | Checking typenum v1.17.0 |
1684 | 2024-11-18T21:41:57.895Z | Checking futures-core v0.3.31 |
1685 | 2024-11-18T21:41:57.923Z | Checking zerocopy v0.7.35 |
1686 | 2024-11-18T21:41:57.978Z | Checking libm v0.2.8 |
1687 | 2024-11-18T21:41:58.019Z | Checking thiserror v1.0.69 |
1688 | 2024-11-18T21:41:58.075Z | Checking ryu v1.0.18 |
1689 | 2024-11-18T21:41:58.103Z | Checking spin v0.9.8 |
1690 | 2024-11-18T21:41:58.157Z | Checking const-oid v0.9.6 |
1691 | 2024-11-18T21:41:58.258Z | Checking getrandom v0.2.15 |
1692 | 2024-11-18T21:41:58.294Z | Checking parking_lot_core v0.9.10 |
1693 | 2024-11-18T21:41:58.439Z | Checking signal-hook-registry v1.4.2 |
1694 | 2024-11-18T21:41:58.500Z | Checking rand_core v0.6.4 |
1695 | 2024-11-18T21:41:58.640Z | Checking parking_lot v0.12.3 |
1696 | 2024-11-18T21:41:58.699Z | Checking mio v1.0.2 |
1697 | 2024-11-18T21:41:58.833Z | Checking socket2 v0.5.7 |
1698 | 2024-11-18T21:41:59.049Z | Checking num-traits v0.2.19 |
1699 | 2024-11-18T21:41:59.051Z | Checking futures-io v0.3.31 |
1700 | 2024-11-18T21:41:59.134Z | Checking generic-array v0.14.7 |
1701 | 2024-11-18T21:41:59.183Z | Checking slab v0.4.9 |
1702 | 2024-11-18T21:41:59.302Z | Checking allocator-api2 v0.2.18 |
1703 | 2024-11-18T21:41:59.330Z | Checking cpufeatures v0.2.14 |
1704 | 2024-11-18T21:41:59.360Z | Checking futures-sink v0.3.31 |
1705 | 2024-11-18T21:41:59.437Z | Checking pin-utils v0.1.0 |
1706 | 2024-11-18T21:41:59.467Z | Checking foldhash v0.1.3 |
1707 | 2024-11-18T21:41:59.518Z | Checking equivalent v1.0.1 |
1708 | 2024-11-18T21:41:59.547Z | Checking futures-channel v0.3.31 |
1709 | 2024-11-18T21:41:59.627Z | Checking futures-task v0.3.31 |
1710 | 2024-11-18T21:41:59.683Z | Checking stable_deref_trait v1.2.0 |
1711 | 2024-11-18T21:41:59.805Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1712 | 2024-11-18T21:41:59.867Z | Checking iana-time-zone v0.1.61 |
1713 | 2024-11-18T21:41:59.909Z | Checking futures-util v0.3.31 |
1714 | 2024-11-18T21:41:59.952Z | Checking fnv v1.0.7 |
1715 | 2024-11-18T21:41:59.976Z | Checking hashbrown v0.15.0 |
1716 | 2024-11-18T21:42:00.008Z | Checking ppv-lite86 v0.2.20 |
1717 | 2024-11-18T21:42:00.084Z | Checking tracing-core v0.1.32 |
1718 | 2024-11-18T21:42:00.151Z | Checking errno v0.3.9 |
1719 | 2024-11-18T21:42:00.299Z | Checking crypto-common v0.1.6 |
1720 | 2024-11-18T21:42:00.352Z | Checking block-buffer v0.10.4 |
1721 | 2024-11-18T21:42:00.509Z | Checking zerofrom v0.1.4 |
1722 | 2024-11-18T21:42:00.594Z | Checking dyn-clone v1.0.17 |
1723 | 2024-11-18T21:42:00.619Z | Checking digest v0.10.7 |
1724 | 2024-11-18T21:42:00.734Z | Checking yoke v0.7.4 |
1725 | 2024-11-18T21:42:00.759Z | Checking block-padding v0.3.3 |
1726 | 2024-11-18T21:42:00.784Z | Checking tracing v0.1.40 |
1727 | 2024-11-18T21:42:00.813Z | Checking rand_chacha v0.3.1 |
1728 | 2024-11-18T21:42:00.958Z | Checking inout v0.1.3 |
1729 | 2024-11-18T21:42:01.001Z | Checking crossbeam-utils v0.8.20 |
1730 | 2024-11-18T21:42:01.109Z | Checking zerovec v0.10.4 |
1731 | 2024-11-18T21:42:01.207Z | Checking percent-encoding v2.3.1 |
1732 | 2024-11-18T21:42:01.239Z | Checking cipher v0.4.4 |
1733 | 2024-11-18T21:42:01.250Z | Checking writeable v0.5.5 |
1734 | 2024-11-18T21:42:01.264Z | Checking rand v0.8.5 |
1735 | 2024-11-18T21:42:01.457Z | Checking litemap v0.7.3 |
1736 | 2024-11-18T21:42:01.589Z | Checking tinyvec_macros v0.1.1 |
1737 | 2024-11-18T21:42:01.680Z | Checking form_urlencoded v1.2.1 |
1738 | 2024-11-18T21:42:01.683Z | Checking tinyvec v1.8.0 |
1739 | 2024-11-18T21:42:01.775Z | Checking httparse v1.9.5 |
1740 | 2024-11-18T21:42:01.817Z | Checking regex-syntax v0.8.5 |
1741 | 2024-11-18T21:42:01.876Z | Checking icu_locid_transform_data v1.5.0 |
1742 | 2024-11-18T21:42:01.989Z | Checking atomic-waker v1.1.2 |
1743 | 2024-11-18T21:42:02.102Z | Checking bytes v1.8.0 |
1744 | 2024-11-18T21:42:02.134Z | Checking bitflags v2.6.0 |
1745 | 2024-11-18T21:42:02.210Z | Checking serde_json v1.0.132 |
1746 | 2024-11-18T21:42:02.439Z | Checking indexmap v2.6.0 |
1747 | 2024-11-18T21:42:02.644Z | Checking chrono v0.4.38 |
1748 | 2024-11-18T21:42:02.865Z | Checking rustix v0.38.37 |
1749 | 2024-11-18T21:42:02.944Z | Checking tokio v1.40.0 |
1750 | 2024-11-18T21:42:02.989Z | Checking uuid v1.11.0 |
1751 | 2024-11-18T21:42:03.586Z | Checking http v1.1.0 |
1752 | 2024-11-18T21:42:03.747Z | Checking tinystr v0.7.6 |
1753 | 2024-11-18T21:42:03.955Z | Checking base64ct v1.6.0 |
1754 | 2024-11-18T21:42:04.121Z | Checking icu_locid v1.5.0 |
1755 | 2024-11-18T21:42:04.418Z | Checking unicode-normalization v0.1.24 |
1756 | 2024-11-18T21:42:04.743Z | Checking schemars v0.8.21 |
1757 | 2024-11-18T21:42:04.919Z | Checking icu_collections v1.5.0 |
1758 | 2024-11-18T21:42:05.010Z | Checking hmac v0.12.1 |
1759 | 2024-11-18T21:42:05.176Z | Checking icu_provider v1.5.0 |
1760 | 2024-11-18T21:42:05.236Z | Checking untrusted v0.9.0 |
1761 | 2024-11-18T21:42:05.281Z | Checking icu_properties_data v1.5.0 |
1762 | 2024-11-18T21:42:05.348Z | Checking sha2 v0.10.8 |
1763 | 2024-11-18T21:42:05.392Z | Checking ring v0.17.8 |
1764 | 2024-11-18T21:42:05.536Z | Checking aho-corasick v1.1.3 |
1765 | 2024-11-18T21:42:05.635Z | Checking unicode-bidi v0.3.17 |
1766 | 2024-11-18T21:42:05.827Z | Checking icu_locid_transform v1.5.0 |
1767 | 2024-11-18T21:42:05.938Z | Checking unicode-ident v1.0.13 |
1768 | 2024-11-18T21:42:06.120Z | Checking utf8_iter v1.0.4 |
1769 | 2024-11-18T21:42:06.273Z | Checking utf16_iter v1.0.5 |
1770 | 2024-11-18T21:42:06.328Z | Checking write16 v1.0.0 |
1771 | 2024-11-18T21:42:06.359Z | Checking icu_normalizer_data v1.5.0 |
1772 | 2024-11-18T21:42:06.362Z | Checking lazy_static v1.5.0 |
1773 | 2024-11-18T21:42:06.435Z | Checking powerfmt v0.2.0 |
1774 | 2024-11-18T21:42:06.467Z | Checking adler2 v2.0.0 |
1775 | 2024-11-18T21:42:06.492Z | Checking num_threads v0.1.7 |
1776 | 2024-11-18T21:42:06.518Z | Checking rustls-pki-types v1.9.0 |
1777 | 2024-11-18T21:42:06.617Z | Checking num-conv v0.1.0 |
1778 | 2024-11-18T21:42:06.642Z | Checking miniz_oxide v0.8.0 |
1779 | 2024-11-18T21:42:06.721Z | Checking deranged v0.3.11 |
1780 | 2024-11-18T21:42:06.776Z | Checking icu_properties v1.5.1 |
1781 | 2024-11-18T21:42:06.869Z | Checking time-core v0.1.2 |
1782 | 2024-11-18T21:42:07.046Z | Checking proc-macro2 v1.0.89 |
1783 | 2024-11-18T21:42:07.102Z | Checking pem-rfc7468 v0.7.0 |
1784 | 2024-11-18T21:42:07.153Z | Checking regex-automata v0.4.8 |
1785 | 2024-11-18T21:42:07.198Z | Checking untrusted v0.7.1 |
1786 | 2024-11-18T21:42:07.347Z | Checking http-body v1.0.1 |
1787 | 2024-11-18T21:42:07.374Z | Checking aws-lc-sys v0.22.0 |
1788 | 2024-11-18T21:42:07.376Z | Checking mirai-annotations v1.12.0 |
1789 | 2024-11-18T21:42:07.548Z | Checking base64 v0.22.1 |
1790 | 2024-11-18T21:42:07.575Z | Checking try-lock v0.2.5 |
1791 | 2024-11-18T21:42:07.721Z | Checking httpdate v1.0.3 |
1792 | 2024-11-18T21:42:07.747Z | Checking quote v1.0.37 |
1793 | 2024-11-18T21:42:07.975Z | Checking want v0.3.1 |
1794 | 2024-11-18T21:42:08.024Z | Checking flagset v0.4.6 |
1795 | 2024-11-18T21:42:08.102Z | Checking syn v2.0.87 |
1796 | 2024-11-18T21:42:08.159Z | Checking pbkdf2 v0.12.2 |
1797 | 2024-11-18T21:42:08.225Z | Checking der v0.7.9 |
1798 | 2024-11-18T21:42:08.333Z | Checking aes v0.8.4 |
1799 | 2024-11-18T21:42:08.442Z | Checking time v0.3.36 |
1800 | 2024-11-18T21:42:09.187Z | Checking cbc v0.1.2 |
1801 | 2024-11-18T21:42:09.397Z | Checking salsa20 v0.10.2 |
1802 | 2024-11-18T21:42:09.630Z | Checking ahash v0.8.11 |
1803 | 2024-11-18T21:42:10.020Z | Checking spki v0.7.3 |
1804 | 2024-11-18T21:42:10.061Z | Checking aws-lc-rs v1.10.0 |
1805 | 2024-11-18T21:42:10.103Z | Checking icu_normalizer v1.5.0 |
1806 | 2024-11-18T21:42:10.181Z | Checking slog v2.7.0 |
1807 | 2024-11-18T21:42:10.265Z | Checking tokio-util v0.7.12 |
1808 | 2024-11-18T21:42:10.322Z | Checking tower-service v0.3.3 |
1809 | 2024-11-18T21:42:10.460Z | Checking scrypt v0.11.0 |
1810 | 2024-11-18T21:42:10.685Z | Checking gimli v0.31.1 |
1811 | 2024-11-18T21:42:10.710Z | Checking mime v0.3.17 |
1812 | 2024-11-18T21:42:10.912Z | Checking idna_adapter v1.2.0 |
1813 | 2024-11-18T21:42:10.988Z | Checking pkcs5 v0.7.1 |
1814 | 2024-11-18T21:42:11.018Z | Checking object v0.36.5 |
1815 | 2024-11-18T21:42:11.107Z | Checking idna v1.0.3 |
1816 | 2024-11-18T21:42:11.167Z | Checking h2 v0.4.6 |
1817 | 2024-11-18T21:42:11.486Z | Checking utf8parse v0.2.2 |
1818 | 2024-11-18T21:42:11.608Z | Checking url v2.5.3 |
1819 | 2024-11-18T21:42:11.646Z | Checking rustc-demangle v0.1.24 |
1820 | 2024-11-18T21:42:11.849Z | Checking regex v1.11.1 |
1821 | 2024-11-18T21:42:11.851Z | Checking rustls-webpki v0.102.8 |
1822 | 2024-11-18T21:42:12.104Z | Checking pkcs8 v0.10.2 |
1823 | 2024-11-18T21:42:12.434Z | Checking http-body-util v0.1.2 |
1824 | 2024-11-18T21:42:12.469Z | Checking futures-executor v0.3.31 |
1825 | 2024-11-18T21:42:12.502Z | Checking serde_spanned v0.6.8 |
1826 | 2024-11-18T21:42:12.655Z | Checking toml_datetime v0.6.8 |
1827 | 2024-11-18T21:42:12.707Z | Checking ipnet v2.10.1 |
1828 | 2024-11-18T21:42:12.710Z | Checking unicode-width v0.1.14 |
1829 | 2024-11-18T21:42:12.871Z | Checking data-encoding v2.6.0 |
1830 | 2024-11-18T21:42:12.956Z | Checking futures v0.3.31 |
1831 | 2024-11-18T21:42:13.084Z | Checking rustls-pemfile v2.2.0 |
1832 | 2024-11-18T21:42:13.183Z | Checking foreign-types-shared v0.1.1 |
1833 | 2024-11-18T21:42:13.235Z | Checking anstyle v1.0.10 |
1834 | 2024-11-18T21:42:13.300Z | Checking openssl-probe v0.1.5 |
1835 | 2024-11-18T21:42:13.326Z | Checking foreign-types v0.3.2 |
1836 | 2024-11-18T21:42:13.432Z | Checking semver v1.0.23 |
1837 | 2024-11-18T21:42:13.468Z | Checking serde_urlencoded v0.7.1 |
1838 | 2024-11-18T21:42:13.567Z | Checking sha1 v0.10.6 |
1839 | 2024-11-18T21:42:13.569Z | Checking openssl-sys v0.9.104 |
1840 | 2024-11-18T21:42:13.838Z | Checking encoding_rs v0.8.34 |
1841 | 2024-11-18T21:42:13.863Z | Checking rustls v0.23.14 |
1842 | 2024-11-18T21:42:13.926Z | Checking anstyle-parse v0.2.5 |
1843 | 2024-11-18T21:42:14.223Z | Checking camino v1.1.9 |
1844 | 2024-11-18T21:42:14.480Z | Checking is_terminal_polyfill v1.70.1 |
1845 | 2024-11-18T21:42:14.541Z | Checking addr2line v0.24.2 |
1846 | 2024-11-18T21:42:14.614Z | Checking anstyle-query v1.1.1 |
1847 | 2024-11-18T21:42:14.757Z | Checking either v1.13.0 |
1848 | 2024-11-18T21:42:14.818Z | Checking colorchoice v1.0.2 |
1849 | 2024-11-18T21:42:14.843Z | Checking openssl v0.10.68 |
1850 | 2024-11-18T21:42:14.965Z | Checking winnow v0.6.20 |
1851 | 2024-11-18T21:42:15.030Z | Checking anstream v0.6.15 |
1852 | 2024-11-18T21:42:15.127Z | Checking terminal_size v0.4.0 |
1853 | 2024-11-18T21:42:15.318Z | Checking idna v0.3.0 |
1854 | 2024-11-18T21:42:15.431Z | Checking openapiv3 v2.0.0 |
1855 | 2024-11-18T21:42:16.127Z | Checking signature v2.2.0 |
1856 | 2024-11-18T21:42:16.218Z | Checking psl-types v2.0.11 |
1857 | 2024-11-18T21:42:16.329Z | Checking strsim v0.11.1 |
1858 | 2024-11-18T21:42:16.412Z | Checking clap_lex v0.7.2 |
1859 | 2024-11-18T21:42:16.633Z | Checking publicsuffix v2.2.3 |
1860 | 2024-11-18T21:42:16.671Z | Checking clap_builder v4.5.21 |
1861 | 2024-11-18T21:42:16.883Z | Checking cookie v0.18.1 |
1862 | 2024-11-18T21:42:17.285Z | Checking hyper v1.5.0 |
1863 | 2024-11-18T21:42:17.311Z | Checking backtrace v0.3.74 |
1864 | 2024-11-18T21:42:17.336Z | Checking webpki-roots v0.26.6 |
1865 | 2024-11-18T21:42:17.554Z | Checking idna v0.5.0 |
1866 | 2024-11-18T21:42:17.857Z | Checking is-terminal v0.4.13 |
1867 | 2024-11-18T21:42:17.884Z | Checking anyhow v1.0.93 |
1868 | 2024-11-18T21:42:17.989Z | Checking scroll v0.12.0 |
1869 | 2024-11-18T21:42:18.290Z | Checking plain v0.2.3 |
1870 | 2024-11-18T21:42:18.390Z | Checking ucd-trie v0.1.7 |
1871 | 2024-11-18T21:42:18.449Z | Checking cookie_store v0.21.0 |
1872 | 2024-11-18T21:42:18.505Z | Checking goblin v0.8.2 |
1873 | 2024-11-18T21:42:18.609Z | Checking pest v2.7.14 |
1874 | 2024-11-18T21:42:18.753Z | Checking sync_wrapper v1.0.1 |
1875 | 2024-11-18T21:42:18.902Z | Checking pretty-hex v0.4.1 |
1876 | 2024-11-18T21:42:19.095Z | Checking base16ct v0.2.0 |
1877 | 2024-11-18T21:42:19.161Z | Checking num-integer v0.1.46 |
1878 | 2024-11-18T21:42:19.290Z | Checking sec1 v0.7.3 |
1879 | 2024-11-18T21:42:19.400Z | Checking hyper-util v0.1.10 |
1880 | 2024-11-18T21:42:19.430Z | Checking tokio-rustls v0.26.0 |
1881 | 2024-11-18T21:42:19.645Z | Checking ff v0.13.0 |
1882 | 2024-11-18T21:42:19.648Z | Checking clap v4.5.21 |
1883 | 2024-11-18T21:42:19.691Z | Checking thread-id v4.2.2 |
1884 | 2024-11-18T21:42:19.794Z | Checking toml_edit v0.22.22 |
1885 | 2024-11-18T21:42:19.821Z | Checking hkdf v0.12.4 |
1886 | 2024-11-18T21:42:19.823Z | Checking crypto-bigint v0.5.5 |
1887 | 2024-11-18T21:42:19.865Z | Checking group v0.13.0 |
1888 | 2024-11-18T21:42:20.026Z | Checking dirs-sys-next v0.1.2 |
1889 | 2024-11-18T21:42:20.115Z | Checking memmap v0.7.0 |
1890 | 2024-11-18T21:42:20.213Z | Checking crc32fast v1.4.2 |
1891 | 2024-11-18T21:42:20.302Z | Checking native-tls v0.2.12 |
1892 | 2024-11-18T21:42:20.334Z | Checking bitflags v1.3.2 |
1893 | 2024-11-18T21:42:20.443Z | Checking static_assertions v1.1.0 |
1894 | 2024-11-18T21:42:20.470Z | Checking utf-8 v0.7.6 |
1895 | 2024-11-18T21:42:20.544Z | Checking dirs-next v2.0.0 |
1896 | 2024-11-18T21:42:20.614Z | Checking tokio-native-tls v0.3.1 |
1897 | 2024-11-18T21:42:20.673Z | Checking crossbeam-channel v0.5.13 |
1898 | 2024-11-18T21:42:20.699Z | Checking thread_local v1.1.8 |
1899 | 2024-11-18T21:42:20.880Z | Checking unicode-segmentation v1.12.0 |
1900 | 2024-11-18T21:42:20.990Z | Checking term v0.7.0 |
1901 | 2024-11-18T21:42:21.087Z | Checking dtrace-parser v0.2.0 |
1902 | 2024-11-18T21:42:21.420Z | Checking num-iter v0.1.45 |
1903 | 2024-11-18T21:42:21.448Z | Checking crossbeam-epoch v0.9.18 |
1904 | 2024-11-18T21:42:21.450Z | Checking hyper-rustls v0.27.3 |
1905 | 2024-11-18T21:42:21.549Z | Checking hyper-tls v0.6.0 |
1906 | 2024-11-18T21:42:21.575Z | Checking match_cfg v0.1.0 |
1907 | 2024-11-18T21:42:21.601Z | Checking take_mut v0.2.2 |
1908 | 2024-11-18T21:42:21.684Z | Checking hostname v0.3.1 |
1909 | 2024-11-18T21:42:21.766Z | Checking slog-async v2.8.0 |
1910 | 2024-11-18T21:42:21.817Z | Checking slog-term v2.9.1 |
1911 | 2024-11-18T21:42:21.842Z | Checking bstr v1.10.0 |
1912 | 2024-11-18T21:42:21.861Z | Checking reqwest v0.12.9 |
1913 | 2024-11-18T21:42:21.883Z | Checking rfc6979 v0.4.0 |
1914 | 2024-11-18T21:42:22.068Z | Checking hex v0.4.3 |
1915 | 2024-11-18T21:42:22.093Z | Checking winnow v0.5.40 |
1916 | 2024-11-18T21:42:22.320Z | Checking managed v0.8.0 |
1917 | 2024-11-18T21:42:22.357Z | Checking toml v0.8.19 |
1918 | 2024-11-18T21:42:22.575Z | Checking crossbeam-deque v0.8.5 |
1919 | 2024-11-18T21:42:22.626Z | Checking elliptic-curve v0.13.8 |
1920 | 2024-11-18T21:42:22.717Z | Checking num-bigint-dig v0.8.4 |
1921 | 2024-11-18T21:42:22.746Z | Checking flate2 v1.0.34 |
1922 | 2024-11-18T21:42:22.892Z | Checking rustls v0.22.4 |
1923 | 2024-11-18T21:42:23.071Z | Checking pkcs1 v0.7.5 |
1924 | 2024-11-18T21:42:23.271Z | Checking ecdsa v0.16.9 |
1925 | 2024-11-18T21:42:23.392Z | Checking curve25519-dalek v4.1.3 |
1926 | 2024-11-18T21:42:23.426Z | Checking dof v0.3.0 |
1927 | 2024-11-18T21:42:23.468Z | Checking zerocopy v0.6.6 |
1928 | 2024-11-18T21:42:23.635Z | Checking siphasher v0.3.11 |
1929 | 2024-11-18T21:42:23.962Z | Checking rayon-core v1.12.1 |
1930 | 2024-11-18T21:42:23.965Z | Checking ed25519 v2.2.3 |
1931 | 2024-11-18T21:42:24.034Z | Checking usdt-impl v0.5.0 |
1932 | 2024-11-18T21:42:24.231Z | Checking slog-json v2.6.1 |
1933 | 2024-11-18T21:42:24.289Z | Checking signal-hook v0.3.17 |
1934 | 2024-11-18T21:42:24.506Z | Checking debug-ignore v1.0.5 |
1935 | 2024-11-18T21:42:24.599Z | Checking usdt v0.5.0 |
1936 | 2024-11-18T21:42:24.627Z | Checking quick-error v1.2.3 |
1937 | 2024-11-18T21:42:24.653Z | Checking slog-bunyan v2.5.0 |
1938 | 2024-11-18T21:42:24.658Z | Checking multer v3.1.0 |
1939 | 2024-11-18T21:42:24.779Z | Checking itertools v0.10.5 |
1940 | 2024-11-18T21:42:24.814Z | Checking x509-cert v0.2.5 |
1941 | 2024-11-18T21:42:24.860Z | Checking idna v0.4.0 |
1942 | 2024-11-18T21:42:24.884Z | Checking rsa v0.9.6 |
1943 | 2024-11-18T21:42:25.043Z | Checking waitgroup v0.1.2 |
1944 | 2024-11-18T21:42:25.135Z | Checking toml_edit v0.19.15 |
1945 | 2024-11-18T21:42:25.185Z | Checking serde_path_to_error v0.1.16 |
1946 | 2024-11-18T21:42:25.241Z | Checking ed25519-dalek v2.1.1 |
1947 | 2024-11-18T21:42:25.690Z | Checking hubpack v0.1.2 |
1948 | 2024-11-18T21:42:25.725Z | Checking bzip2-sys v0.1.11+1.0.8 |
1949 | 2024-11-18T21:42:25.825Z | Checking async-stream v0.3.6 |
1950 | 2024-11-18T21:42:25.865Z | Checking hostname v0.4.0 |
1951 | 2024-11-18T21:42:25.926Z | Checking bit-vec v0.6.3 |
1952 | 2024-11-18T21:42:25.992Z | Checking bzip2 v0.4.4 |
1953 | 2024-11-18T21:42:26.019Z | Checking hickory-proto v0.24.1 |
1954 | 2024-11-18T21:42:26.045Z | Checking signal-hook-mio v0.2.4 |
1955 | 2024-11-18T21:42:26.195Z | Checking console v0.15.8 |
1956 | 2024-11-18T21:42:26.273Z | Checking hash32 v0.2.1 |
1957 | 2024-11-18T21:42:26.299Z | Checking bit-set v0.5.3 |
1958 | 2024-11-18T21:42:26.432Z | Checking predicates-core v1.0.8 |
1959 | 2024-11-18T21:42:26.532Z | Checking tokio-rustls v0.25.0 |
1960 | 2024-11-18T21:42:26.558Z | Checking unicode-properties v0.1.3 |
1961 | 2024-11-18T21:42:26.600Z | Checking linked-hash-map v0.5.6 |
1962 | 2024-11-18T21:42:26.626Z | Checking heapless v0.7.17 |
1963 | 2024-11-18T21:42:26.750Z | Checking crossterm v0.28.1 |
1964 | 2024-11-18T21:42:26.909Z | Checking dropshot v0.12.0 |
1965 | 2024-11-18T21:42:26.932Z | Checking stringprep v0.1.5 |
1966 | 2024-11-18T21:42:26.935Z | Checking lru-cache v0.1.2 |
1967 | 2024-11-18T21:42:27.028Z | Checking rayon v1.10.0 |
1968 | 2024-11-18T21:42:27.145Z | Checking phf_shared v0.11.2 |
1969 | 2024-11-18T21:42:27.219Z | Checking similar v2.6.0 |
1970 | 2024-11-18T21:42:27.439Z | Checking tokio-stream v0.1.16 |
1971 | 2024-11-18T21:42:27.496Z | Checking toml v0.7.8 |
1972 | 2024-11-18T21:42:27.626Z | Checking md-5 v0.10.6 |
1973 | 2024-11-18T21:42:27.869Z | Checking float-cmp v0.9.0 |
1974 | 2024-11-18T21:42:28.071Z | Checking fallible-iterator v0.2.0 |
1975 | 2024-11-18T21:42:28.105Z | Checking difflib v0.4.0 |
1976 | 2024-11-18T21:42:28.244Z | Checking normalize-line-endings v0.3.0 |
1977 | 2024-11-18T21:42:28.336Z | Checking fixedbitset v0.4.2 |
1978 | 2024-11-18T21:42:28.380Z | Checking smoltcp v0.9.1 |
1979 | 2024-11-18T21:42:28.444Z | Checking predicates v3.1.2 |
1980 | 2024-11-18T21:42:28.528Z | Checking phf v0.11.2 |
1981 | 2024-11-18T21:42:28.614Z | Checking petgraph v0.6.5 |
1982 | 2024-11-18T21:42:28.693Z | Checking postgres-protocol v0.6.7 |
1983 | 2024-11-18T21:42:28.804Z | Checking zip v0.6.6 |
1984 | 2024-11-18T21:42:29.111Z | Checking resolv-conf v0.7.0 |
1985 | 2024-11-18T21:42:29.349Z | Checking phf_shared v0.10.0 |
1986 | 2024-11-18T21:42:29.456Z | Checking tungstenite v0.24.0 |
1987 | 2024-11-18T21:42:29.487Z | Checking fs-err v2.11.0 |
1988 | 2024-11-18T21:42:29.643Z | Checking serde-big-array v0.5.1 |
1989 | 2024-11-18T21:42:29.886Z | Checking portable-atomic v1.9.0 |
1990 | 2024-11-18T21:42:29.888Z | Checking unicode-width v0.2.0 |
1991 | 2024-11-18T21:42:30.055Z | Checking minimal-lexical v0.2.1 |
1992 | 2024-11-18T21:42:30.351Z | Checking precomputed-hash v0.1.1 |
1993 | 2024-11-18T21:42:30.397Z | Checking number_prefix v0.4.0 |
1994 | 2024-11-18T21:42:30.455Z | Checking lalrpop-util v0.19.12 |
1995 | 2024-11-18T21:42:30.484Z | Checking new_debug_unreachable v1.0.6 |
1996 | 2024-11-18T21:42:30.580Z | Checking string_cache v0.8.7 |
1997 | 2024-11-18T21:42:30.605Z | Checking nom v7.1.3 |
1998 | 2024-11-18T21:42:30.631Z | Checking tokio-tungstenite v0.24.0 |
1999 | 2024-11-18T21:42:30.767Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2000 | 2024-11-18T21:42:30.770Z | Checking postgres-types v0.2.8 |
2001 | 2024-11-18T21:42:30.813Z | Checking hickory-resolver v0.24.1 |
2002 | 2024-11-18T21:42:30.851Z | Checking itertools v0.12.1 |
2003 | 2024-11-18T21:42:30.884Z | Checking indicatif v0.17.9 |
2004 | 2024-11-18T21:42:31.080Z | Checking heck v0.4.1 |
2005 | 2024-11-18T21:42:31.301Z | Checking whoami v1.5.2 |
2006 | 2024-11-18T21:42:31.490Z | Checking peg-runtime v0.8.3 |
2007 | 2024-11-18T21:42:31.605Z | Checking tokio-postgres v0.7.12 |
2008 | 2024-11-18T21:42:31.704Z | Compiling hashbrown v0.14.5 |
2009 | 2024-11-18T21:42:31.760Z | Compiling unsafe-libyaml v0.2.11 |
2010 | 2024-11-18T21:42:32.422Z | Checking qorb v0.2.0 |
2011 | 2024-11-18T21:42:33.056Z | Compiling regress v0.10.1 |
2012 | 2024-11-18T21:42:33.086Z | Compiling serde_yaml v0.9.34+deprecated |
2013 | 2024-11-18T21:42:33.394Z | Compiling ident_case v1.0.1 |
2014 | 2024-11-18T21:42:33.420Z | Checking heck v0.5.0 |
2015 | 2024-11-18T21:42:33.592Z | Compiling darling_core v0.20.10 |
2016 | 2024-11-18T21:42:33.697Z | Checking progenitor-client v0.8.0 |
2017 | 2024-11-18T21:42:34.097Z | Checking fastrand v2.1.1 |
2018 | 2024-11-18T21:42:34.444Z | Compiling newtype-uuid v1.1.3 |
2019 | 2024-11-18T21:42:34.712Z | Checking ipnetwork v0.20.0 |
2020 | 2024-11-18T21:42:34.772Z | Compiling structmeta-derive v0.3.0 |
2021 | 2024-11-18T21:42:34.922Z | Checking strum v0.26.3 |
2022 | 2024-11-18T21:42:35.070Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2023 | 2024-11-18T21:42:35.096Z | Compiling dropshot v0.13.0 |
2024 | 2024-11-18T21:42:35.744Z | Compiling dropshot_endpoint v0.13.0 |
2025 | 2024-11-18T21:42:35.869Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2026 | 2024-11-18T21:42:36.230Z | Checking tempfile v3.13.0 |
2027 | 2024-11-18T21:42:36.233Z | Checking instant v0.1.13 |
2028 | 2024-11-18T21:42:36.365Z | Checking regress v0.9.1 |
2029 | 2024-11-18T21:42:36.643Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2030 | 2024-11-18T21:42:37.140Z | Compiling typify-impl v0.2.0 |
2031 | 2024-11-18T21:42:37.400Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2032 | 2024-11-18T21:42:37.694Z | Checking macaddr v1.0.1 |
2033 | 2024-11-18T21:42:37.761Z | Compiling structmeta v0.3.0 |
2034 | 2024-11-18T21:42:38.028Z | Checking backoff v0.4.0 |
2035 | 2024-11-18T21:42:38.059Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2036 | 2024-11-18T21:42:38.185Z | Compiling parse-display-derive v0.10.0 |
2037 | 2024-11-18T21:42:38.212Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2038 | 2024-11-18T21:42:38.347Z | Checking wait-timeout v0.2.0 |
2039 | 2024-11-18T21:42:38.374Z | Checking rand_xorshift v0.3.0 |
2040 | 2024-11-18T21:42:38.536Z | Checking rusty-fork v0.3.0 |
2041 | 2024-11-18T21:42:38.569Z | Compiling structmeta-derive v0.2.0 |
2042 | 2024-11-18T21:42:38.861Z | Checking unarray v0.1.4 |
2043 | 2024-11-18T21:42:39.021Z | Checking proptest v1.5.0 |
2044 | 2024-11-18T21:42:39.592Z | Checking camino-tempfile v1.1.1 |
2045 | 2024-11-18T21:42:39.895Z | Compiling proc-macro-error v1.0.4 |
2046 | 2024-11-18T21:42:39.920Z | Compiling proc-macro-crate v1.3.1 |
2047 | 2024-11-18T21:42:40.656Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2048 | 2024-11-18T21:42:40.692Z | Compiling darling_macro v0.20.10 |
2049 | 2024-11-18T21:42:41.045Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2050 | 2024-11-18T21:42:41.112Z | Compiling num_enum_derive v0.5.11 |
2051 | 2024-11-18T21:42:41.357Z | Compiling foreign-types-macros v0.2.3 |
2052 | 2024-11-18T21:42:41.512Z | Compiling structmeta v0.2.0 |
2053 | 2024-11-18T21:42:41.649Z | Compiling darling v0.20.10 |
2054 | 2024-11-18T21:42:41.781Z | Compiling serde_with_macros v3.11.0 |
2055 | 2024-11-18T21:42:41.958Z | Compiling test-strategy v0.3.1 |
2056 | 2024-11-18T21:42:42.657Z | Checking foreign-types-shared v0.3.1 |
2057 | 2024-11-18T21:42:42.764Z | Checking parse-display v0.10.0 |
2058 | 2024-11-18T21:42:42.789Z | Checking foreign-types v0.5.0 |
2059 | 2024-11-18T21:42:43.065Z | Checking tabwriter v1.4.0 |
2060 | 2024-11-18T21:42:43.179Z | Checking cstr-argument v0.1.2 |
2061 | 2024-11-18T21:42:43.300Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2062 | 2024-11-18T21:42:43.360Z | Checking pretty-hex v0.2.1 |
2063 | 2024-11-18T21:42:43.539Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2064 | 2024-11-18T21:42:43.590Z | Checking colored v2.1.0 |
2065 | 2024-11-18T21:42:43.681Z | Checking num_enum v0.5.11 |
2066 | 2024-11-18T21:42:43.846Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2067 | 2024-11-18T21:42:43.850Z | Checking smf v0.2.3 |
2068 | 2024-11-18T21:42:43.890Z | Checking base64 v0.21.7 |
2069 | 2024-11-18T21:42:44.112Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2070 | 2024-11-18T21:42:44.134Z | Compiling crucible-workspace-hack v0.1.0 |
2071 | 2024-11-18T21:42:44.267Z | Checking termtree v0.4.1 |
2072 | 2024-11-18T21:42:44.333Z | Compiling heapless v0.8.0 |
2073 | 2024-11-18T21:42:44.369Z | Checking hash32 v0.3.1 |
2074 | 2024-11-18T21:42:44.457Z | Compiling smoltcp v0.11.0 |
2075 | 2024-11-18T21:42:44.481Z | Checking predicates-tree v1.0.11 |
2076 | 2024-11-18T21:42:44.533Z | Checking cobs v0.2.3 |
2077 | 2024-11-18T21:42:44.557Z | Checking sigpipe v0.1.3 |
2078 | 2024-11-18T21:42:44.602Z | Checking serde_with v3.11.0 |
2079 | 2024-11-18T21:42:44.641Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2080 | 2024-11-18T21:42:44.666Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2081 | 2024-11-18T21:42:44.716Z | Checking postcard v1.0.10 |
2082 | 2024-11-18T21:42:44.821Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2083 | 2024-11-18T21:42:45.004Z | Compiling mockall_derive v0.13.0 |
2084 | 2024-11-18T21:42:45.222Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2085 | 2024-11-18T21:42:45.365Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2086 | 2024-11-18T21:42:45.424Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2087 | 2024-11-18T21:42:45.691Z | Compiling zone_cfg_derive v0.3.0 |
2088 | 2024-11-18T21:42:45.731Z | Checking atomicwrites v0.4.4 |
2089 | 2024-11-18T21:42:45.915Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2090 | 2024-11-18T21:42:45.951Z | Compiling num-derive v0.4.2 |
2091 | 2024-11-18T21:42:46.324Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2092 | 2024-11-18T21:42:46.622Z | Checking fragile v2.0.0 |
2093 | 2024-11-18T21:42:46.917Z | Checking downcast v0.11.0 |
2094 | 2024-11-18T21:42:47.169Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2095 | 2024-11-18T21:42:47.215Z | Checking zone v0.3.0 |
2096 | 2024-11-18T21:42:47.446Z | Compiling convert_case v0.4.0 |
2097 | 2024-11-18T21:42:47.613Z | Checking newline-converter v0.3.0 |
2098 | 2024-11-18T21:42:47.771Z | Checking itertools v0.13.0 |
2099 | 2024-11-18T21:42:47.948Z | Checking expectorate v1.1.0 |
2100 | 2024-11-18T21:42:48.028Z | Checking tungstenite v0.21.0 |
2101 | 2024-11-18T21:42:48.125Z | Checking same-file v1.0.6 |
2102 | 2024-11-18T21:42:48.312Z | Checking walkdir v2.5.0 |
2103 | 2024-11-18T21:42:48.315Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2104 | 2024-11-18T21:42:48.458Z | Compiling derive_more v0.99.18 |
2105 | 2024-11-18T21:42:48.590Z | Checking arc-swap v1.7.1 |
2106 | 2024-11-18T21:42:48.821Z | Checking xattr v1.3.1 |
2107 | 2024-11-18T21:42:48.956Z | Checking tokio-tungstenite v0.21.0 |
2108 | 2024-11-18T21:42:49.019Z | Checking filetime v0.2.25 |
2109 | 2024-11-18T21:42:49.022Z | Checking slog-scope v4.4.0 |
2110 | 2024-11-18T21:42:49.151Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2111 | 2024-11-18T21:42:49.234Z | Checking tar v0.4.43 |
2112 | 2024-11-18T21:42:49.237Z | Checking slog-stdlog v4.1.1 |
2113 | 2024-11-18T21:42:49.422Z | Checking slog-envlogger v2.2.0 |
2114 | 2024-11-18T21:42:49.480Z | Compiling cancel-safe-futures v0.1.5 |
2115 | 2024-11-18T21:42:49.640Z | Checking swrite v0.1.0 |
2116 | 2024-11-18T21:42:49.774Z | Compiling owo-colors v4.1.0 |
2117 | 2024-11-18T21:42:49.857Z | Checking num-rational v0.4.2 |
2118 | 2024-11-18T21:42:50.088Z | Checking num-complex v0.4.6 |
2119 | 2024-11-18T21:42:50.558Z | Checking libsw v3.3.1 |
2120 | 2024-11-18T21:42:50.597Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2121 | 2024-11-18T21:42:50.845Z | Checking password-hash v0.5.0 |
2122 | 2024-11-18T21:42:50.891Z | Checking blake2 v0.10.6 |
2123 | 2024-11-18T21:42:51.041Z | Checking num v0.4.3 |
2124 | 2024-11-18T21:42:51.160Z | Checking float-ord v0.3.2 |
2125 | 2024-11-18T21:42:51.277Z | Checking indent_write v2.2.0 |
2126 | 2024-11-18T21:42:51.318Z | Checking linear-map v1.2.0 |
2127 | 2024-11-18T21:42:51.361Z | Checking argon2 v0.5.3 |
2128 | 2024-11-18T21:42:51.487Z | Checking pem v3.0.4 |
2129 | 2024-11-18T21:42:51.668Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2130 | 2024-11-18T21:42:52.019Z | Compiling lzma-sys v0.1.20 |
2131 | 2024-11-18T21:42:52.058Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2132 | 2024-11-18T21:42:52.082Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2133 | 2024-11-18T21:42:52.290Z | Checking headers-core v0.3.0 |
2134 | 2024-11-18T21:42:52.329Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2135 | 2024-11-18T21:42:52.419Z | Compiling heck v0.3.3 |
2136 | 2024-11-18T21:42:52.443Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2137 | 2024-11-18T21:42:52.639Z | Checking headers v0.4.0 |
2138 | 2024-11-18T21:42:52.734Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2139 | 2024-11-18T21:42:52.834Z | Compiling zone_cfg_derive v0.1.2 |
2140 | 2024-11-18T21:42:52.992Z | Checking yasna v0.5.2 |
2141 | 2024-11-18T21:42:53.024Z | Checking base64 v0.13.1 |
2142 | 2024-11-18T21:42:53.410Z | Checking ron v0.7.1 |
2143 | 2024-11-18T21:42:53.721Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2144 | 2024-11-18T21:42:53.745Z | Checking mockall v0.13.0 |
2145 | 2024-11-18T21:42:53.888Z | Checking rcgen v0.12.1 |
2146 | 2024-11-18T21:42:53.986Z | Checking xz2 v0.1.7 |
2147 | 2024-11-18T21:42:54.306Z | Checking zone v0.1.8 |
2148 | 2024-11-18T21:42:54.309Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2149 | 2024-11-18T21:42:54.510Z | Checking subprocess v0.2.9 |
2150 | 2024-11-18T21:42:54.558Z | Checking humantime v2.1.0 |
2151 | 2024-11-18T21:42:54.868Z | Checking highway v1.2.0 |
2152 | 2024-11-18T21:42:55.008Z | Compiling semver v0.1.20 |
2153 | 2024-11-18T21:42:55.072Z | Checking half v2.4.1 |
2154 | 2024-11-18T21:42:55.208Z | Checking ciborium-io v0.2.2 |
2155 | 2024-11-18T21:42:55.369Z | Compiling typify-macro v0.2.0 |
2156 | 2024-11-18T21:42:55.394Z | Compiling rustc_version v0.1.7 |
2157 | 2024-11-18T21:42:55.553Z | Checking ciborium-ll v0.2.2 |
2158 | 2024-11-18T21:42:55.577Z | Checking prettyplease v0.2.25 |
2159 | 2024-11-18T21:42:55.874Z | Checking ciborium v0.2.2 |
2160 | 2024-11-18T21:42:55.909Z | Compiling newtype_derive v0.1.6 |
2161 | 2024-11-18T21:42:56.396Z | Checking steno v0.4.1 |
2162 | 2024-11-18T21:42:57.877Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2163 | 2024-11-18T21:42:58.679Z | Compiling slog-dtrace v0.3.0 |
2164 | 2024-11-18T21:42:58.773Z | Checking display-error-chain v0.2.2 |
2165 | 2024-11-18T21:42:58.950Z | Compiling ring v0.16.20 |
2166 | 2024-11-18T21:42:59.071Z | Compiling blake3 v1.5.4 |
2167 | 2024-11-18T21:42:59.090Z | Checking keccak v0.1.5 |
2168 | 2024-11-18T21:42:59.423Z | Checking sha3 v0.10.8 |
2169 | 2024-11-18T21:42:59.477Z | Checking gethostname v0.5.0 |
2170 | 2024-11-18T21:42:59.609Z | Checking universal-hash v0.5.1 |
2171 | 2024-11-18T21:42:59.650Z | Compiling typify v0.2.0 |
2172 | 2024-11-18T21:42:59.798Z | Compiling progenitor-impl v0.8.0 |
2173 | 2024-11-18T21:42:59.822Z | Checking secrecy v0.8.0 |
2174 | 2024-11-18T21:43:00.028Z | Checking opaque-debug v0.3.1 |
2175 | 2024-11-18T21:43:00.129Z | Checking nibble_vec v0.1.0 |
2176 | 2024-11-18T21:43:00.362Z | Checking endian-type v0.1.2 |
2177 | 2024-11-18T21:43:00.469Z | Checking aead v0.5.2 |
2178 | 2024-11-18T21:43:00.593Z | Checking radix_trie v0.2.1 |
2179 | 2024-11-18T21:43:00.667Z | Checking poly1305 v0.8.0 |
2180 | 2024-11-18T21:43:00.690Z | Checking chacha20 v0.9.1 |
2181 | 2024-11-18T21:43:01.160Z | Compiling memmap2 v0.9.5 |
2182 | 2024-11-18T21:43:01.633Z | Compiling spin v0.5.2 |
2183 | 2024-11-18T21:43:01.812Z | Compiling arrayvec v0.7.6 |
2184 | 2024-11-18T21:43:01.883Z | Compiling constant_time_eq v0.3.1 |
2185 | 2024-11-18T21:43:01.945Z | Compiling arrayref v0.3.9 |
2186 | 2024-11-18T21:43:02.016Z | Compiling toolchain_find v0.4.0 |
2187 | 2024-11-18T21:43:02.089Z | Compiling thiserror-impl-no-std v2.0.2 |
2188 | 2024-11-18T21:43:02.089Z | Compiling topological-sort v0.2.2 |
2189 | 2024-11-18T21:43:02.531Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2190 | 2024-11-18T21:43:02.702Z | Compiling rustfmt-wrapper v0.2.1 |
2191 | 2024-11-18T21:43:02.803Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2192 | 2024-11-18T21:43:03.262Z | Checking chacha20poly1305 v0.10.1 |
2193 | 2024-11-18T21:43:03.320Z | Checking fxhash v0.2.1 |
2194 | 2024-11-18T21:43:03.458Z | Compiling async-recursion v1.1.1 |
2195 | 2024-11-18T21:43:03.478Z | Checking termcolor v1.4.1 |
2196 | 2024-11-18T21:43:03.512Z | Checking maplit v1.0.2 |
2197 | 2024-11-18T21:43:03.620Z | Compiling radium v0.7.0 |
2198 | 2024-11-18T21:43:03.925Z | Compiling maybe-uninit v2.0.0 |
2199 | 2024-11-18T21:43:04.083Z | Checking tap v1.0.1 |
2200 | 2024-11-18T21:43:04.245Z | Checking wyz v0.5.1 |
2201 | 2024-11-18T21:43:04.431Z | Compiling omicron-zone-package v0.11.1 |
2202 | 2024-11-18T21:43:04.995Z | Checking funty v2.0.0 |
2203 | 2024-11-18T21:43:05.034Z | Checking crc-catalog v2.4.0 |
2204 | 2024-11-18T21:43:05.056Z | Compiling packed_struct v0.10.1 |
2205 | 2024-11-18T21:43:05.078Z | Checking thiserror-no-std v2.0.2 |
2206 | 2024-11-18T21:43:05.178Z | Checking crc v3.2.1 |
2207 | 2024-11-18T21:43:05.203Z | Checking vsss-rs v3.3.4 |
2208 | 2024-11-18T21:43:05.636Z | Checking kstat-rs v0.2.4 |
2209 | 2024-11-18T21:43:05.665Z | Compiling packed_struct_codegen v0.10.1 |
2210 | 2024-11-18T21:43:05.970Z | Checking bitvec v1.0.1 |
2211 | 2024-11-18T21:43:05.993Z | Compiling indexmap v1.9.3 |
2212 | 2024-11-18T21:43:05.996Z | Compiling libefi-sys v0.1.0 |
2213 | 2024-11-18T21:43:06.124Z | Checking nodrop v0.1.14 |
2214 | 2024-11-18T21:43:06.249Z | Checking array-init v0.0.4 |
2215 | 2024-11-18T21:43:06.333Z | Checking smallvec v0.6.14 |
2216 | 2024-11-18T21:43:06.356Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2217 | 2024-11-18T21:43:06.747Z | Compiling bitfield-struct v0.6.2 |
2218 | 2024-11-18T21:43:06.749Z | Checking hashbrown v0.12.3 |
2219 | 2024-11-18T21:43:07.326Z | Checking bitfield v0.14.0 |
2220 | 2024-11-18T21:43:07.630Z | Checking serde-hex v0.1.0 |
2221 | 2024-11-18T21:43:07.707Z | Compiling progenitor-macro v0.8.0 |
2222 | 2024-11-18T21:43:08.213Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2223 | 2024-11-18T21:43:08.557Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2224 | 2024-11-18T21:43:08.600Z | Checking env_logger v0.10.2 |
2225 | 2024-11-18T21:43:08.780Z | Checking ron v0.8.1 |
2226 | 2024-11-18T21:43:08.803Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2227 | 2024-11-18T21:43:08.914Z | Checking hashbrown v0.13.2 |
2228 | 2024-11-18T21:43:09.028Z | Checking crc-any v2.5.0 |
2229 | 2024-11-18T21:43:09.114Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2230 | 2024-11-18T21:43:09.243Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2231 | 2024-11-18T21:43:09.663Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2232 | 2024-11-18T21:43:09.736Z | Compiling parking_lot_core v0.8.6 |
2233 | 2024-11-18T21:43:09.905Z | Checking path-slash v0.1.5 |
2234 | 2024-11-18T21:43:09.946Z | Checking object v0.30.4 |
2235 | 2024-11-18T21:43:10.031Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2236 | 2024-11-18T21:43:10.056Z | Checking home v0.5.9 |
2237 | 2024-11-18T21:43:10.203Z | Compiling const_format_proc_macros v0.2.33 |
2238 | 2024-11-18T21:43:10.342Z | Compiling vte_generate_state_changes v0.1.2 |
2239 | 2024-11-18T21:43:10.662Z | Checking glob v0.3.1 |
2240 | 2024-11-18T21:43:10.794Z | Checking parking_lot v0.11.2 |
2241 | 2024-11-18T21:43:10.972Z | Checking vte v0.11.1 |
2242 | 2024-11-18T21:43:11.010Z | Checking fd-lock v4.0.2 |
2243 | 2024-11-18T21:43:11.130Z | Checking sled v0.34.7 |
2244 | 2024-11-18T21:43:11.201Z | Checking hickory-client v0.24.1 |
2245 | 2024-11-18T21:43:11.594Z | Checking hickory-server v0.24.1 |
2246 | 2024-11-18T21:43:11.878Z | Checking nu-ansi-term v0.50.1 |
2247 | 2024-11-18T21:43:12.284Z | Compiling buf-list v1.0.3 |
2248 | 2024-11-18T21:43:12.396Z | Checking const_format v0.2.33 |
2249 | 2024-11-18T21:43:12.419Z | Checking strip-ansi-escapes v0.2.0 |
2250 | 2024-11-18T21:43:12.581Z | Checking reedline v0.35.0 |
2251 | 2024-11-18T21:43:12.600Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2252 | 2024-11-18T21:43:12.890Z | Compiling phf_generator v0.11.2 |
2253 | 2024-11-18T21:43:13.089Z | Checking bytecount v0.6.8 |
2254 | 2024-11-18T21:43:13.255Z | Checking papergrid v0.11.0 |
2255 | 2024-11-18T21:43:13.314Z | Compiling phf_codegen v0.11.2 |
2256 | 2024-11-18T21:43:13.554Z | Compiling tabled_derive v0.7.0 |
2257 | 2024-11-18T21:43:13.966Z | Checking primeorder v0.13.6 |
2258 | 2024-11-18T21:43:14.384Z | Compiling parse-zoneinfo v0.3.1 |
2259 | 2024-11-18T21:43:14.462Z | Compiling unicase v2.7.0 |
2260 | 2024-11-18T21:43:14.765Z | Compiling cfg_aliases v0.1.1 |
2261 | 2024-11-18T21:43:14.879Z | Compiling nix v0.28.0 |
2262 | 2024-11-18T21:43:14.990Z | Checking nanorand v0.7.0 |
2263 | 2024-11-18T21:43:15.374Z | Compiling chrono-tz-build v0.4.0 |
2264 | 2024-11-18T21:43:15.376Z | Checking flume v0.11.1 |
2265 | 2024-11-18T21:43:15.739Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2266 | 2024-11-18T21:43:15.900Z | Checking atty v0.2.14 |
2267 | 2024-11-18T21:43:16.007Z | Checking tabled v0.15.0 |
2268 | 2024-11-18T21:43:16.010Z | Compiling salty v0.3.0 |
2269 | 2024-11-18T21:43:16.487Z | Checking p384 v0.13.0 |
2270 | 2024-11-18T21:43:16.799Z | Compiling peg-macros v0.8.4 |
2271 | 2024-11-18T21:43:16.840Z | Compiling chrono-tz v0.10.0 |
2272 | 2024-11-18T21:43:16.863Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2273 | 2024-11-18T21:43:17.654Z | Compiling sqlparser_derive v0.2.2 |
2274 | 2024-11-18T21:43:18.128Z | Checking unicode_categories v0.1.1 |
2275 | 2024-11-18T21:43:18.441Z | Checking sqlformat v0.2.6 |
2276 | 2024-11-18T21:43:18.657Z | Checking rustyline v14.0.0 |
2277 | 2024-11-18T21:43:18.791Z | Checking sqlparser v0.45.0 |
2278 | 2024-11-18T21:43:19.086Z | Compiling mime_guess v2.0.5 |
2279 | 2024-11-18T21:43:20.472Z | Checking bcs v0.1.6 |
2280 | 2024-11-18T21:43:20.584Z | Checking peg v0.8.4 |
2281 | 2024-11-18T21:43:20.708Z | Checking env_filter v0.1.2 |
2282 | 2024-11-18T21:43:20.854Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2283 | 2024-11-18T21:43:20.925Z | Checking env_logger v0.11.5 |
2284 | 2024-11-18T21:43:21.259Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2285 | 2024-11-18T21:43:21.281Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2286 | 2024-11-18T21:43:21.430Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2287 | 2024-11-18T21:43:21.657Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2288 | 2024-11-18T21:43:21.713Z | Compiling dsl_auto_type v0.1.2 |
2289 | 2024-11-18T21:43:22.264Z | Checking scheduled-thread-pool v0.2.7 |
2290 | 2024-11-18T21:43:22.267Z | Compiling diesel_table_macro_syntax v0.2.0 |
2291 | 2024-11-18T21:43:22.514Z | Checking http-range v0.1.5 |
2292 | 2024-11-18T21:43:22.680Z | Compiling crunchy v0.2.2 |
2293 | 2024-11-18T21:43:22.706Z | Checking hyper-staticfile v0.10.1 |
2294 | 2024-11-18T21:43:22.783Z | Checking progenitor v0.8.0 |
2295 | 2024-11-18T21:43:23.069Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2296 | 2024-11-18T21:43:23.143Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2297 | 2024-11-18T21:43:23.201Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2298 | 2024-11-18T21:43:23.381Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2299 | 2024-11-18T21:43:23.667Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2300 | 2024-11-18T21:43:27.651Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2301 | 2024-11-18T21:43:27.902Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2302 | 2024-11-18T21:43:28.063Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2303 | 2024-11-18T21:43:28.122Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2304 | 2024-11-18T21:43:29.697Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2305 | 2024-11-18T21:43:29.767Z | Compiling diesel_derives v2.2.3 |
2306 | 2024-11-18T21:43:30.126Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2307 | 2024-11-18T21:43:30.281Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2308 | 2024-11-18T21:43:30.789Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2309 | 2024-11-18T21:43:30.789Z | Checking r2d2 v0.8.10 |
2310 | 2024-11-18T21:43:30.946Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2311 | 2024-11-18T21:43:31.153Z | Compiling tiny-keccak v2.0.2 |
2312 | 2024-11-18T21:43:31.616Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2313 | 2024-11-18T21:43:31.823Z | Compiling pin-project-internal v1.1.6 |
2314 | 2024-11-18T21:43:31.888Z | Compiling ref-cast v1.0.23 |
2315 | 2024-11-18T21:43:33.124Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2316 | 2024-11-18T21:43:33.432Z | Compiling ascii-canvas v3.0.0 |
2317 | 2024-11-18T21:43:33.531Z | Compiling ena v0.14.3 |
2318 | 2024-11-18T21:43:33.967Z | Compiling ref-cast-impl v1.0.23 |
2319 | 2024-11-18T21:43:34.040Z | Compiling diff v0.1.13 |
2320 | 2024-11-18T21:43:34.701Z | Compiling regex-syntax v0.6.29 |
2321 | 2024-11-18T21:43:34.901Z | Checking pin-project v1.1.6 |
2322 | 2024-11-18T21:43:35.002Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2323 | 2024-11-18T21:43:35.042Z | Checking signal-hook-tokio v0.3.1 |
2324 | 2024-11-18T21:43:35.234Z | Compiling snafu-derive v0.8.5 |
2325 | 2024-11-18T21:43:35.360Z | Checking lockfree-object-pool v0.1.6 |
2326 | 2024-11-18T21:43:35.618Z | Checking bumpalo v3.16.0 |
2327 | 2024-11-18T21:43:35.977Z | Checking simd-adler32 v0.3.7 |
2328 | 2024-11-18T21:43:36.333Z | Compiling zip v2.1.3 |
2329 | 2024-11-18T21:43:36.687Z | Checking zopfli v0.8.1 |
2330 | 2024-11-18T21:43:37.406Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2331 | 2024-11-18T21:43:37.705Z | Compiling derive_builder_core v0.20.2 |
2332 | 2024-11-18T21:43:39.190Z | Compiling lalrpop v0.19.12 |
2333 | 2024-11-18T21:43:40.212Z | Checking globset v0.4.15 |
2334 | 2024-11-18T21:43:40.711Z | Checking olpc-cjson v0.1.4 |
2335 | 2024-11-18T21:43:40.762Z | Checking serde_plain v1.0.2 |
2336 | 2024-11-18T21:43:40.918Z | Checking snafu v0.8.5 |
2337 | 2024-11-18T21:43:40.937Z | Compiling libxml v0.3.3 |
2338 | 2024-11-18T21:43:41.022Z | Compiling memoffset v0.9.1 |
2339 | 2024-11-18T21:43:41.308Z | Checking typed-path v0.9.3 |
2340 | 2024-11-18T21:43:41.477Z | Compiling derive_builder_macro v0.20.2 |
2341 | 2024-11-18T21:43:42.265Z | Checking diesel v2.2.4 |
2342 | 2024-11-18T21:43:42.356Z | Checking tungstenite v0.23.0 |
2343 | 2024-11-18T21:43:42.593Z | Compiling strum_macros v0.24.3 |
2344 | 2024-11-18T21:43:43.309Z | Compiling samael v0.0.17 |
2345 | 2024-11-18T21:43:43.312Z | Checking tough v0.19.0 |
2346 | 2024-11-18T21:43:45.082Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2347 | 2024-11-18T21:43:46.256Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2348 | 2024-11-18T21:43:48.271Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2349 | 2024-11-18T21:43:48.635Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2350 | 2024-11-18T21:43:49.637Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2351 | 2024-11-18T21:43:51.615Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2352 | 2024-11-18T21:43:51.872Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2353 | 2024-11-18T21:43:52.043Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2354 | 2024-11-18T21:43:52.951Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2355 | 2024-11-18T21:43:53.448Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2356 | 2024-11-18T21:43:53.470Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2357 | 2024-11-18T21:43:53.677Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2358 | 2024-11-18T21:43:54.269Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2359 | 2024-11-18T21:43:54.419Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2360 | 2024-11-18T21:43:54.448Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2361 | 2024-11-18T21:43:54.922Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2362 | 2024-11-18T21:43:55.558Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2363 | 2024-11-18T21:43:55.987Z | Checking parse-size v1.1.0 |
2364 | 2024-11-18T21:43:56.117Z | Compiling indoc v1.0.9 |
2365 | 2024-11-18T21:43:57.092Z | Checking tokio-tungstenite v0.23.1 |
2366 | 2024-11-18T21:43:57.578Z | Checking derive_builder v0.20.2 |
2367 | 2024-11-18T21:43:58.664Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2368 | 2024-11-18T21:43:58.960Z | Checking quick-xml v0.33.0 |
2369 | 2024-11-18T21:43:59.139Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2370 | 2024-11-18T21:43:59.643Z | Compiling impl-trait-for-tuples v0.2.2 |
2371 | 2024-11-18T21:44:00.335Z | Compiling oso-derive v0.27.3 |
2372 | 2024-11-18T21:44:00.519Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2373 | 2024-11-18T21:44:00.929Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2374 | 2024-11-18T21:44:00.955Z | Checking nix v0.27.1 |
2375 | 2024-11-18T21:44:01.369Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2376 | 2024-11-18T21:44:01.538Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2377 | 2024-11-18T21:44:02.210Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2378 | 2024-11-18T21:44:02.443Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2379 | 2024-11-18T21:44:03.949Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2380 | 2024-11-18T21:44:04.634Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2381 | 2024-11-18T21:44:05.904Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2382 | 2024-11-18T21:44:06.105Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2383 | 2024-11-18T21:44:06.377Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2384 | 2024-11-18T21:44:07.192Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2385 | 2024-11-18T21:44:07.498Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2386 | 2024-11-18T21:44:07.837Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2387 | 2024-11-18T21:44:08.270Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2388 | 2024-11-18T21:44:11.377Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2389 | 2024-11-18T21:44:11.442Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2390 | 2024-11-18T21:44:11.714Z | Compiling diesel-dtrace v0.3.0 |
2391 | 2024-11-18T21:44:13.155Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2392 | 2024-11-18T21:44:13.262Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2393 | 2024-11-18T21:44:14.068Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2394 | 2024-11-18T21:44:14.353Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2395 | 2024-11-18T21:44:14.648Z | Checking bb8 v0.8.5 |
2396 | 2024-11-18T21:44:14.846Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2397 | 2024-11-18T21:44:15.135Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2398 | 2024-11-18T21:44:15.935Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2399 | 2024-11-18T21:44:16.137Z | Checking rand_seeder v0.3.0 |
2400 | 2024-11-18T21:44:16.334Z | Checking assert_matches v1.5.0 |
2401 | 2024-11-18T21:44:16.381Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2402 | 2024-11-18T21:44:16.441Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2403 | 2024-11-18T21:44:17.477Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2404 | 2024-11-18T21:44:17.748Z | Compiling libz-sys v1.1.20 |
2405 | 2024-11-18T21:44:18.337Z | Checking async-bb8-diesel v0.2.1 |
2406 | 2024-11-18T21:44:18.426Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2407 | 2024-11-18T21:44:18.610Z | Checking is_ci v1.2.0 |
2408 | 2024-11-18T21:44:18.760Z | Checking supports-color v3.0.1 |
2409 | 2024-11-18T21:44:18.892Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2410 | 2024-11-18T21:44:19.068Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2411 | 2024-11-18T21:44:19.122Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2412 | 2024-11-18T21:44:19.226Z | Compiling vergen v8.3.2 |
2413 | 2024-11-18T21:44:19.248Z | Compiling cargo-platform v0.1.8 |
2414 | 2024-11-18T21:44:19.510Z | Checking smawk v0.3.2 |
2415 | 2024-11-18T21:44:19.735Z | Checking unicode-linebreak v0.1.5 |
2416 | 2024-11-18T21:44:19.835Z | Compiling cargo_metadata v0.18.1 |
2417 | 2024-11-18T21:44:20.184Z | Checking textwrap v0.16.1 |
2418 | 2024-11-18T21:44:20.314Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2419 | 2024-11-18T21:44:20.622Z | Checking castaway v0.2.3 |
2420 | 2024-11-18T21:44:20.691Z | Compiling libsqlite3-sys v0.30.1 |
2421 | 2024-11-18T21:44:20.787Z | Compiling cfg_aliases v0.2.1 |
2422 | 2024-11-18T21:44:20.881Z | Compiling rustls v0.21.12 |
2423 | 2024-11-18T21:44:20.909Z | Compiling nix v0.29.0 |
2424 | 2024-11-18T21:44:21.239Z | Checking compact_str v0.8.0 |
2425 | 2024-11-18T21:44:21.791Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2426 | 2024-11-18T21:44:21.958Z | Checking unicode-truncate v1.1.0 |
2427 | 2024-11-18T21:44:22.070Z | Checking rustls-webpki v0.101.7 |
2428 | 2024-11-18T21:44:22.094Z | Checking sct v0.7.1 |
2429 | 2024-11-18T21:44:22.182Z | Checking lru v0.12.5 |
2430 | 2024-11-18T21:44:22.302Z | Compiling instability v0.3.2 |
2431 | 2024-11-18T21:44:22.459Z | Checking cassowary v0.3.0 |
2432 | 2024-11-18T21:44:22.885Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2433 | 2024-11-18T21:44:23.180Z | Checking hashlink v0.9.1 |
2434 | 2024-11-18T21:44:23.280Z | Checking concurrent-queue v2.5.0 |
2435 | 2024-11-18T21:44:23.340Z | Checking ratatui v0.28.1 |
2436 | 2024-11-18T21:44:23.490Z | Checking plotters-backend v0.3.7 |
2437 | 2024-11-18T21:44:23.605Z | Checking fallible-iterator v0.3.0 |
2438 | 2024-11-18T21:44:23.767Z | Checking fallible-streaming-iterator v0.1.9 |
2439 | 2024-11-18T21:44:23.876Z | Checking parking v2.2.1 |
2440 | 2024-11-18T21:44:24.025Z | Checking plotters-svg v0.3.7 |
2441 | 2024-11-18T21:44:24.156Z | Checking rusqlite v0.32.1 |
2442 | 2024-11-18T21:44:24.254Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2443 | 2024-11-18T21:44:24.589Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2444 | 2024-11-18T21:44:24.896Z | Checking rustls-pemfile v1.0.4 |
2445 | 2024-11-18T21:44:25.118Z | Checking twox-hash v1.6.3 |
2446 | 2024-11-18T21:44:25.533Z | Checking cast v0.3.0 |
2447 | 2024-11-18T21:44:25.646Z | Checking plotters v0.3.7 |
2448 | 2024-11-18T21:44:25.720Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2449 | 2024-11-18T21:44:25.869Z | Checking criterion-plot v0.5.0 |
2450 | 2024-11-18T21:44:26.007Z | Checking tokio-rustls v0.24.1 |
2451 | 2024-11-18T21:44:26.303Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2452 | 2024-11-18T21:44:26.373Z | Checking fatfs v0.3.6 |
2453 | 2024-11-18T21:44:26.392Z | Checking tinytemplate v1.2.1 |
2454 | 2024-11-18T21:44:26.794Z | Checking csv-core v0.1.11 |
2455 | 2024-11-18T21:44:27.156Z | Checking hex-literal v0.4.1 |
2456 | 2024-11-18T21:44:27.272Z | Checking shell-words v1.1.0 |
2457 | 2024-11-18T21:44:27.386Z | Checking oorandom v11.1.4 |
2458 | 2024-11-18T21:44:27.408Z | Checking anes v0.1.6 |
2459 | 2024-11-18T21:44:27.429Z | Checking csv v1.3.0 |
2460 | 2024-11-18T21:44:27.561Z | Checking event-listener v5.3.1 |
2461 | 2024-11-18T21:44:27.791Z | Checking criterion v0.5.1 |
2462 | 2024-11-18T21:44:27.958Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2463 | 2024-11-18T21:44:27.980Z | Checking rtoolbox v0.0.2 |
2464 | 2024-11-18T21:44:28.183Z | Checking rpassword v7.3.1 |
2465 | 2024-11-18T21:44:28.227Z | Checking event-listener-strategy v0.5.2 |
2466 | 2024-11-18T21:44:28.343Z | Checking tui-tree-widget v0.22.0 |
2467 | 2024-11-18T21:44:28.431Z | Checking polyval v0.6.2 |
2468 | 2024-11-18T21:44:28.635Z | Checking futures-lite v2.3.0 |
2469 | 2024-11-18T21:44:28.712Z | Checking ghash v0.5.1 |
2470 | 2024-11-18T21:44:28.895Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2471 | 2024-11-18T21:44:30.034Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2472 | 2024-11-18T21:44:30.131Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2473 | 2024-11-18T21:44:30.417Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2474 | 2024-11-18T21:44:31.137Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2475 | 2024-11-18T21:44:31.437Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2476 | 2024-11-18T21:44:33.077Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2477 | 2024-11-18T21:44:33.934Z | Checking ctr v0.9.2 |
2478 | 2024-11-18T21:44:34.873Z | Checking yansi v1.0.1 |
2479 | 2024-11-18T21:44:35.435Z | Checking aes-gcm v0.10.3 |
2480 | 2024-11-18T21:44:35.540Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2481 | 2024-11-18T21:44:35.638Z | Checking pretty_assertions v1.4.1 |
2482 | 2024-11-18T21:44:35.691Z | Checking ssh-encoding v0.2.0 |
2483 | 2024-11-18T21:44:35.843Z | Checking blowfish v0.9.1 |
2484 | 2024-11-18T21:44:36.025Z | Checking ssh-cipher v0.2.0 |
2485 | 2024-11-18T21:44:36.085Z | Checking bcrypt-pbkdf v0.10.0 |
2486 | 2024-11-18T21:44:36.313Z | Checking async-lock v3.4.0 |
2487 | 2024-11-18T21:44:36.368Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2488 | 2024-11-18T21:44:36.881Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2489 | 2024-11-18T21:44:37.247Z | Checking polling v3.7.3 |
2490 | 2024-11-18T21:44:37.625Z | Checking password-hash v0.4.2 |
2491 | 2024-11-18T21:44:38.041Z | Checking matches v0.1.10 |
2492 | 2024-11-18T21:44:38.158Z | Checking idna v0.2.3 |
2493 | 2024-11-18T21:44:38.391Z | Checking pbkdf2 v0.11.0 |
2494 | 2024-11-18T21:44:38.675Z | Checking async-io v2.3.4 |
2495 | 2024-11-18T21:44:38.940Z | Checking ssh-key v0.6.6 |
2496 | 2024-11-18T21:44:39.462Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2497 | 2024-11-18T21:44:40.293Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2498 | 2024-11-18T21:44:40.556Z | Checking p521 v0.13.3 |
2499 | 2024-11-18T21:44:41.271Z | Checking p256 v0.13.2 |
2500 | 2024-11-18T21:44:41.827Z | Checking russh-cryptovec v0.7.3 |
2501 | 2024-11-18T21:44:41.896Z | Compiling enum-as-inner v0.5.1 |
2502 | 2024-11-18T21:44:42.040Z | Checking md5 v0.7.0 |
2503 | 2024-11-18T21:44:42.329Z | Checking async-task v4.7.1 |
2504 | 2024-11-18T21:44:42.587Z | Compiling doc-comment v0.3.3 |
2505 | 2024-11-18T21:44:42.676Z | Compiling target-lexicon v0.12.16 |
2506 | 2024-11-18T21:44:42.912Z | Checking trust-dns-proto v0.22.0 |
2507 | 2024-11-18T21:44:43.272Z | Checking russh-keys v0.45.0 |
2508 | 2024-11-18T21:44:43.403Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2509 | 2024-11-18T21:44:43.618Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2510 | 2024-11-18T21:44:44.596Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2511 | 2024-11-18T21:44:44.717Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2512 | 2024-11-18T21:44:46.581Z | Checking async-channel v2.3.1 |
2513 | 2024-11-18T21:44:46.667Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2514 | 2024-11-18T21:44:46.911Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2515 | 2024-11-18T21:44:47.765Z | Checking piper v0.2.4 |
2516 | 2024-11-18T21:44:48.010Z | Checking num-bigint v0.4.6 |
2517 | 2024-11-18T21:44:48.515Z | Checking des v0.8.1 |
2518 | 2024-11-18T21:44:48.805Z | Compiling dhcproto-macros v0.1.0 |
2519 | 2024-11-18T21:44:49.558Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2520 | 2024-11-18T21:44:49.738Z | Compiling guppy-workspace-hack v0.1.0 |
2521 | 2024-11-18T21:44:49.973Z | Compiling assert_cmd v2.0.16 |
2522 | 2024-11-18T21:44:50.389Z | Checking futures-timer v3.0.3 |
2523 | 2024-11-18T21:44:50.525Z | Checking russh v0.45.0 |
2524 | 2024-11-18T21:44:50.679Z | Checking dhcproto v0.12.0 |
2525 | 2024-11-18T21:44:50.699Z | Checking blocking v1.6.1 |
2526 | 2024-11-18T21:44:51.626Z | Checking async-executor v1.13.1 |
2527 | 2024-11-18T21:44:51.996Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2528 | 2024-11-18T21:44:52.269Z | Checking async-signal v0.2.10 |
2529 | 2024-11-18T21:44:52.566Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2530 | 2024-11-18T21:44:52.927Z | Checking event-listener v2.5.3 |
2531 | 2024-11-18T21:44:52.977Z | Checking internet-checksum v0.2.1 |
2532 | 2024-11-18T21:44:53.177Z | Compiling target-spec v3.2.2 |
2533 | 2024-11-18T21:44:53.766Z | Checking async-channel v1.9.0 |
2534 | 2024-11-18T21:44:54.664Z | Checking async-process v2.3.0 |
2535 | 2024-11-18T21:44:54.807Z | Checking async-global-executor v2.4.1 |
2536 | 2024-11-18T21:44:55.044Z | Checking cfg-expr v0.17.0 |
2537 | 2024-11-18T21:44:55.218Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2538 | 2024-11-18T21:44:55.393Z | Checking httptest v0.16.1 |
2539 | 2024-11-18T21:44:55.856Z | Checking rustls-native-certs v0.7.3 |
2540 | 2024-11-18T21:44:56.053Z | Compiling petname v2.0.2 |
2541 | 2024-11-18T21:44:56.138Z | Checking num_cpus v1.16.0 |
2542 | 2024-11-18T21:44:56.286Z | Checking kv-log-macro v1.0.7 |
2543 | 2024-11-18T21:44:56.440Z | Compiling async-attributes v1.1.2 |
2544 | 2024-11-18T21:44:57.314Z | Checking async-std v1.13.0 |
2545 | 2024-11-18T21:44:59.540Z | Checking threadpool v1.8.1 |
2546 | 2024-11-18T21:44:59.748Z | Checking hyper-rustls v0.26.0 |
2547 | 2024-11-18T21:45:00.083Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2548 | 2024-11-18T21:45:00.132Z | Checking pathdiff v0.2.2 |
2549 | 2024-11-18T21:45:00.317Z | Compiling rstest_macros v0.23.0 |
2550 | 2024-11-18T21:45:00.578Z | Checking nested v0.1.1 |
2551 | 2024-11-18T21:45:00.796Z | Compiling target-triple v0.1.3 |
2552 | 2024-11-18T21:45:00.815Z | Checking escape8259 v0.5.3 |
2553 | 2024-11-18T21:45:01.015Z | Checking libtest-mimic v0.7.3 |
2554 | 2024-11-18T21:45:01.059Z | Checking async-object-pool v0.1.5 |
2555 | 2024-11-18T21:45:01.382Z | Checking guppy v0.17.8 |
2556 | 2024-11-18T21:45:01.406Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2557 | 2024-11-18T21:45:02.100Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2558 | 2024-11-18T21:45:03.267Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2559 | 2024-11-18T21:45:03.498Z | Checking similar-asserts v1.6.0 |
2560 | 2024-11-18T21:45:03.572Z | Checking fancy-regex v0.13.0 |
2561 | 2024-11-18T21:45:03.760Z | Checking serde_regex v1.1.0 |
2562 | 2024-11-18T21:45:03.981Z | Checking assert-json-diff v2.0.2 |
2563 | 2024-11-18T21:45:04.272Z | Compiling proc-macro-crate v3.2.0 |
2564 | 2024-11-18T21:45:04.328Z | Checking path-tree v0.8.1 |
2565 | 2024-11-18T21:45:04.620Z | Compiling relative-path v1.9.3 |
2566 | 2024-11-18T21:45:04.686Z | Checking stringmetrics v2.2.2 |
2567 | 2024-11-18T21:45:04.937Z | Checking sync-ptr v0.1.1 |
2568 | 2024-11-18T21:45:05.185Z | Checking httpmock v0.8.0-alpha.1 |
2569 | 2024-11-18T21:45:05.346Z | Checking datatest-stable v0.2.9 |
2570 | 2024-11-18T21:45:05.834Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2571 | 2024-11-18T21:45:07.339Z | Checking blake2b_simd v1.0.2 |
2572 | 2024-11-18T21:45:08.090Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2573 | 2024-11-18T21:45:13.229Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2574 | 2024-11-18T21:45:13.245Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2575 | 2024-11-18T21:45:13.245Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2576 | 2024-11-18T21:45:13.245Z | Compiling git2 v0.19.0 |
2577 | 2024-11-18T21:45:13.245Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2578 | 2024-11-18T21:45:13.245Z | Checking serde_tokenstream v0.2.2 |
2579 | 2024-11-18T21:45:13.245Z | Checking uzers v0.12.1 |
2580 | 2024-11-18T21:45:13.245Z | Checking rust-argon2 v2.1.0 |
2581 | 2024-11-18T21:45:13.245Z | Checking trybuild v1.0.101 |
2582 | 2024-11-18T21:45:13.306Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2583 | 2024-11-18T21:45:14.255Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2584 | 2024-11-18T21:45:14.479Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2585 | 2024-11-18T21:45:14.504Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2586 | 2024-11-18T21:45:15.663Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2587 | 2024-11-18T21:45:15.957Z | Checking rand_distr v0.4.3 |
2588 | 2024-11-18T21:45:16.042Z | Checking multimap v0.10.0 |
2589 | 2024-11-18T21:45:16.532Z | Checking approx v0.5.1 |
2590 | 2024-11-18T21:45:16.554Z | Checking rstest v0.23.0 |
2591 | 2024-11-18T21:45:16.752Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2592 | 2024-11-18T21:45:17.434Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2593 | 2024-11-18T21:45:17.873Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2594 | 2024-11-18T21:45:18.508Z | Checking partial-io v0.5.4 |
2595 | 2024-11-18T21:45:18.729Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2596 | 2024-11-18T21:45:18.899Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2597 | 2024-11-18T21:45:19.028Z | Checking cargo_toml v0.20.5 |
2598 | 2024-11-18T21:45:19.491Z | Checking termios v0.3.3 |
2599 | 2024-11-18T21:45:19.718Z | Compiling indoc v2.0.5 |
2600 | 2024-11-18T21:45:20.388Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2601 | 2024-11-18T21:45:21.146Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2602 | 2024-11-18T21:45:21.256Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2603 | 2024-11-18T21:45:23.449Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2604 | 2024-11-18T21:45:41.987Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2605 | 2024-11-18T21:45:42.389Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2606 | 2024-11-18T21:45:45.952Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2607 | 2024-11-18T21:46:04.473Z | Compiling polar-core v0.27.3 |
2608 | 2024-11-18T21:46:15.689Z | Checking oso v0.27.3 |
2609 | 2024-11-18T21:46:18.933Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2610 | 2024-11-18T21:46:21.287Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2611 | 2024-11-18T21:46:21.802Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2612 | 2024-11-18T21:47:03.517Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2613 | 2024-11-18T21:47:03.517Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2614 | 2024-11-18T21:47:03.520Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2615 | 2024-11-18T21:48:25.406Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 30s |
2616 | 2024-11-18T21:48:25.793Z | |
2617 | 2024-11-18T21:48:25.793Z | real 6:34.839077507 |
2618 | 2024-11-18T21:48:25.794Z | user 35:11.384651040 |
2619 | 2024-11-18T21:48:25.794Z | sys 6:26.429501118 |
2620 | 2024-11-18T21:48:25.794Z | trap 0.926793086 |
2621 | 2024-11-18T21:48:25.794Z | tflt 2.031913089 |
2622 | 2024-11-18T21:48:25.794Z | dflt 0.669158823 |
2623 | 2024-11-18T21:48:25.794Z | kflt 0.001214084 |
2624 | 2024-11-18T21:48:25.796Z | lock 50:52.521787880 |
2625 | 2024-11-18T21:48:25.796Z | slp 2:01:26.088700338 |
2626 | 2024-11-18T21:48:25.796Z | lat 1:38.192832450 |
2627 | 2024-11-18T21:48:25.796Z | stop 6:06.806815106 |
2628 | 2024-11-18T21:48:25.796Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2629 | 2024-11-18T21:48:25.796Z | + ptime -m cargo doc --workspace --no-deps |
2630 | 2024-11-18T21:48:26.975Z | warning: output filename collision. |
2631 | 2024-11-18T21:48:26.975Z | 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)`. |
2632 | 2024-11-18T21:48:26.975Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2633 | 2024-11-18T21:48:26.975Z | The targets should have unique names. |
2634 | 2024-11-18T21:48:26.975Z | This is a known bug where multiple crates with the same name use |
2635 | 2024-11-18T21:48:26.975Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2636 | 2024-11-18T21:48:27.402Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2637 | 2024-11-18T21:48:27.471Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2638 | 2024-11-18T21:48:27.489Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2639 | 2024-11-18T21:48:27.527Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2640 | 2024-11-18T21:48:27.552Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2641 | 2024-11-18T21:48:27.577Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2642 | 2024-11-18T21:48:27.577Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2643 | 2024-11-18T21:48:27.778Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2644 | 2024-11-18T21:48:27.827Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2645 | 2024-11-18T21:48:27.850Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2646 | 2024-11-18T21:48:27.873Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2647 | 2024-11-18T21:48:28.109Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2648 | 2024-11-18T21:48:28.152Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2649 | 2024-11-18T21:48:28.418Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2650 | 2024-11-18T21:48:28.593Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2651 | 2024-11-18T21:48:31.126Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2652 | 2024-11-18T21:48:32.316Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2653 | 2024-11-18T21:48:32.653Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2654 | 2024-11-18T21:48:32.889Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2655 | 2024-11-18T21:48:33.005Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2656 | 2024-11-18T21:48:33.048Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2657 | 2024-11-18T21:48:33.203Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2658 | 2024-11-18T21:48:33.353Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2659 | 2024-11-18T21:48:33.519Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2660 | 2024-11-18T21:48:33.844Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2661 | 2024-11-18T21:48:33.864Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2662 | 2024-11-18T21:48:34.076Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2663 | 2024-11-18T21:48:34.367Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2664 | 2024-11-18T21:48:34.427Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2665 | 2024-11-18T21:48:34.679Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2666 | 2024-11-18T21:48:34.830Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2667 | 2024-11-18T21:48:34.850Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2668 | 2024-11-18T21:48:35.015Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2669 | 2024-11-18T21:48:35.163Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2670 | 2024-11-18T21:48:35.485Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2671 | 2024-11-18T21:48:35.759Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2672 | 2024-11-18T21:48:35.843Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2673 | 2024-11-18T21:48:36.222Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2674 | 2024-11-18T21:48:36.241Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2675 | 2024-11-18T21:48:36.502Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2676 | 2024-11-18T21:48:36.987Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2677 | 2024-11-18T21:48:38.204Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2678 | 2024-11-18T21:48:39.721Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2679 | 2024-11-18T21:48:41.467Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2680 | 2024-11-18T21:48:42.239Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2681 | 2024-11-18T21:48:42.387Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2682 | 2024-11-18T21:48:43.272Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2683 | 2024-11-18T21:48:43.299Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2684 | 2024-11-18T21:48:43.492Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2685 | 2024-11-18T21:48:44.306Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2686 | 2024-11-18T21:48:44.676Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2687 | 2024-11-18T21:48:44.836Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2688 | 2024-11-18T21:48:45.360Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2689 | 2024-11-18T21:48:46.200Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2690 | 2024-11-18T21:48:51.276Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2691 | 2024-11-18T21:48:51.985Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2692 | 2024-11-18T21:48:52.633Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2693 | 2024-11-18T21:48:53.231Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2694 | 2024-11-18T21:48:53.682Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2695 | 2024-11-18T21:48:54.225Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2696 | 2024-11-18T21:48:54.505Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2697 | 2024-11-18T21:48:54.733Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2698 | 2024-11-18T21:48:55.024Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2699 | 2024-11-18T21:48:55.969Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2700 | 2024-11-18T21:48:56.187Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2701 | 2024-11-18T21:48:56.231Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2702 | 2024-11-18T21:48:56.591Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2703 | 2024-11-18T21:48:56.862Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2704 | 2024-11-18T21:48:57.373Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2705 | 2024-11-18T21:48:57.510Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2706 | 2024-11-18T21:48:57.547Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2707 | 2024-11-18T21:48:58.371Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2708 | 2024-11-18T21:48:58.759Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2709 | 2024-11-18T21:48:58.845Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2710 | 2024-11-18T21:48:59.013Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2711 | 2024-11-18T21:48:59.180Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2712 | 2024-11-18T21:48:59.743Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2713 | 2024-11-18T21:49:00.100Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2714 | 2024-11-18T21:49:00.503Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2715 | 2024-11-18T21:49:00.609Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2716 | 2024-11-18T21:49:00.988Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2717 | 2024-11-18T21:49:01.505Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2718 | 2024-11-18T21:49:01.508Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2719 | 2024-11-18T21:49:01.620Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2720 | 2024-11-18T21:49:01.653Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2721 | 2024-11-18T21:49:02.057Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2722 | 2024-11-18T21:49:02.176Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2723 | 2024-11-18T21:49:02.830Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2724 | 2024-11-18T21:49:03.258Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2725 | 2024-11-18T21:49:03.485Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2726 | 2024-11-18T21:49:03.699Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2727 | 2024-11-18T21:49:05.079Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2728 | 2024-11-18T21:49:05.121Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2729 | 2024-11-18T21:49:05.523Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2730 | 2024-11-18T21:49:05.589Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2731 | 2024-11-18T21:49:05.698Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2732 | 2024-11-18T21:49:06.565Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2733 | 2024-11-18T21:49:07.052Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2734 | 2024-11-18T21:49:07.437Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2735 | 2024-11-18T21:49:07.815Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2736 | 2024-11-18T21:49:08.334Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2737 | 2024-11-18T21:49:08.696Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2738 | 2024-11-18T21:49:10.546Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2739 | 2024-11-18T21:49:11.452Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2740 | 2024-11-18T21:49:12.631Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2741 | 2024-11-18T21:49:13.279Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2742 | 2024-11-18T21:49:13.688Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2743 | 2024-11-18T21:49:15.961Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2744 | 2024-11-18T21:49:17.044Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2745 | 2024-11-18T21:49:18.169Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2746 | 2024-11-18T21:49:19.367Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2747 | 2024-11-18T21:49:21.696Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2748 | 2024-11-18T21:49:28.417Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2749 | 2024-11-18T21:49:28.889Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2750 | 2024-11-18T21:49:32.066Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2751 | 2024-11-18T21:49:33.248Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2752 | 2024-11-18T21:50:15.382Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2753 | 2024-11-18T21:50:24.825Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2754 | 2024-11-18T21:50:25.848Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2755 | 2024-11-18T21:50:25.851Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2756 | 2024-11-18T21:50:53.600Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2757 | 2024-11-18T21:50:54.369Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2758 | 2024-11-18T21:50:59.170Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2759 | 2024-11-18T21:50:59.735Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2760 | 2024-11-18T21:51:00.093Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2761 | 2024-11-18T21:51:00.958Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2762 | 2024-11-18T21:51:06.299Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2763 | 2024-11-18T21:51:12.127Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2764 | 2024-11-18T21:51:23.023Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2765 | 2024-11-18T21:51:26.071Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2766 | 2024-11-18T21:51:29.358Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2767 | 2024-11-18T21:51:35.529Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2768 | 2024-11-18T21:51:37.820Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2769 | 2024-11-18T21:51:41.435Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2770 | 2024-11-18T21:52:12.439Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2771 | 2024-11-18T21:52:12.439Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2772 | 2024-11-18T21:52:13.610Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2773 | 2024-11-18T21:52:21.663Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2774 | 2024-11-18T21:52:26.595Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2775 | 2024-11-18T21:52:28.826Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2776 | 2024-11-18T21:52:40.127Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2777 | 2024-11-18T21:52:40.741Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2778 | 2024-11-18T21:53:01.080Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2779 | 2024-11-18T21:53:01.595Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2780 | 2024-11-18T21:53:02.893Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2781 | 2024-11-18T21:53:03.341Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2782 | 2024-11-18T21:53:03.398Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2783 | 2024-11-18T21:53:05.056Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2784 | 2024-11-18T21:53:12.205Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2785 | 2024-11-18T21:53:22.935Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2786 | 2024-11-18T21:53:24.580Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2787 | 2024-11-18T21:53:30.991Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2788 | 2024-11-18T21:53:31.713Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2789 | 2024-11-18T21:53:34.315Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2790 | 2024-11-18T21:53:45.223Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2791 | 2024-11-18T21:53:45.994Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2792 | 2024-11-18T21:53:51.668Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2793 | 2024-11-18T21:53:52.813Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2794 | 2024-11-18T21:53:59.016Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2795 | 2024-11-18T21:54:01.346Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2796 | 2024-11-18T21:54:04.076Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2797 | 2024-11-18T21:54:08.179Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2798 | 2024-11-18T21:54:12.896Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2799 | 2024-11-18T21:54:17.911Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2800 | 2024-11-18T21:54:19.533Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2801 | 2024-11-18T21:54:19.907Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2802 | 2024-11-18T21:54:20.172Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2803 | 2024-11-18T21:54:24.489Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2804 | 2024-11-18T21:54:27.779Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2805 | 2024-11-18T21:54:33.424Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2806 | 2024-11-18T21:54:37.797Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2807 | 2024-11-18T21:54:41.849Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2808 | 2024-11-18T21:54:43.580Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2809 | 2024-11-18T21:54:43.820Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2810 | 2024-11-18T21:54:43.855Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2811 | 2024-11-18T21:54:48.927Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2812 | 2024-11-18T21:54:49.187Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2813 | 2024-11-18T21:54:58.287Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2814 | 2024-11-18T21:54:58.737Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2815 | 2024-11-18T21:54:59.022Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2816 | 2024-11-18T21:55:01.550Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2817 | 2024-11-18T21:55:02.456Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2818 | 2024-11-18T21:55:07.249Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2819 | 2024-11-18T21:55:09.403Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2820 | 2024-11-18T21:55:13.611Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2821 | 2024-11-18T21:55:13.640Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2822 | 2024-11-18T21:55:18.788Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2823 | 2024-11-18T21:55:19.397Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2824 | 2024-11-18T21:55:21.387Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2825 | 2024-11-18T21:55:22.581Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2826 | 2024-11-18T21:55:23.526Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2827 | 2024-11-18T21:55:28.921Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2828 | 2024-11-18T21:55:29.055Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2829 | 2024-11-18T21:55:29.073Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2830 | 2024-11-18T21:55:35.111Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2831 | 2024-11-18T21:55:37.744Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2832 | 2024-11-18T21:55:43.215Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2833 | 2024-11-18T21:55:44.118Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2834 | 2024-11-18T21:55:44.918Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2835 | 2024-11-18T21:55:45.167Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2836 | 2024-11-18T21:55:50.002Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2837 | 2024-11-18T21:55:51.330Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2838 | 2024-11-18T21:55:52.884Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2839 | 2024-11-18T21:55:55.858Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2840 | 2024-11-18T21:55:58.180Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2841 | 2024-11-18T21:56:00.480Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2842 | 2024-11-18T21:56:01.726Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2843 | 2024-11-18T21:56:02.044Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2844 | 2024-11-18T21:56:05.251Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2845 | 2024-11-18T21:56:05.596Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2846 | 2024-11-18T21:56:06.815Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2847 | 2024-11-18T21:56:12.537Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2848 | 2024-11-18T21:56:13.008Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2849 | 2024-11-18T21:56:14.508Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2850 | 2024-11-18T21:56:15.977Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2851 | 2024-11-18T21:56:16.879Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2852 | 2024-11-18T21:56:19.791Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2853 | 2024-11-18T21:56:20.722Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2854 | 2024-11-18T21:56:20.741Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2855 | 2024-11-18T21:56:22.001Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2856 | 2024-11-18T21:56:22.179Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2857 | 2024-11-18T21:56:22.654Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2858 | 2024-11-18T21:56:25.099Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2859 | 2024-11-18T21:56:26.337Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2860 | 2024-11-18T21:56:27.273Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2861 | 2024-11-18T21:56:55.874Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8m 29s |
2862 | 2024-11-18T21:56:56.054Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 137 other files |
2863 | 2024-11-18T21:56:56.120Z | |
2864 | 2024-11-18T21:56:56.124Z | real 8:30.215369794 |
2865 | 2024-11-18T21:56:56.124Z | user 25:19.041313885 |
2866 | 2024-11-18T21:56:56.124Z | sys 38:50.085355737 |
2867 | 2024-11-18T21:56:56.124Z | trap 0.406476650 |
2868 | 2024-11-18T21:56:56.124Z | tflt 0.306341376 |
2869 | 2024-11-18T21:56:56.125Z | dflt 0.128907954 |
2870 | 2024-11-18T21:56:56.125Z | kflt 0.000000000 |
2871 | 2024-11-18T21:56:56.125Z | lock 1:23:01.963103621 |
2872 | 2024-11-18T21:56:56.125Z | slp 2:24:32.412146991 |
2873 | 2024-11-18T21:56:56.125Z | lat 1:11.903367978 |
2874 | 2024-11-18T21:56:56.125Z | stop 1:07.132094971 |
2875 | 2024-11-18T21:56:56.125Z | process exited: duration 1243018 ms, exit code 0 |
|
2876 | 2024-11-18T21:56:56.131Z | found 0 output files |