|
|
|
1 | 2024-11-15T21:23:00.013Z | job assigned to worker 01JCRV8X78XCYC7RMJRGJ41A7R [factory aws, i-045af03a80631faba] (queued for 53 s) |
|
2 | 2024-11-15T21:23:07.813Z | starting task 0: "setup" |
3 | 2024-11-15T21:23:07.823Z | ++ uname -s |
4 | 2024-11-15T21:23:07.825Z | + kern=SunOS |
5 | 2024-11-15T21:23:07.825Z | + case "$kern" in |
6 | 2024-11-15T21:23:07.825Z | + groupadd -g 12345 build |
7 | 2024-11-15T21:23:07.828Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-15T21:23:09.836Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-15T21:23:09.939Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-15T21:23:09.942Z | + home_fs=zfs |
11 | 2024-11-15T21:23:09.942Z | + [[ zfs == autofs ]] |
12 | 2024-11-15T21:23:09.942Z | + mkdir -p /home/build |
13 | 2024-11-15T21:23:09.944Z | + chown build:build /home/build /work |
14 | 2024-11-15T21:23:11.946Z | + chmod 0700 /home/build /work |
15 | 2024-11-15T21:23:11.949Z | process exited: duration 4137 ms, exit code 0 |
|
16 | 2024-11-15T21:23:11.954Z | starting task 1: "rust-toolchain" |
17 | 2024-11-15T21:23:11.960Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-15T21:23:11.960Z | ' 1.81.0 |
19 | 2024-11-15T21:23:11.960Z | * toolchain channel = "1.81.0" |
20 | 2024-11-15T21:23:11.962Z | + printf ' * toolchain profile = "%s" |
21 | 2024-11-15T21:23:11.963Z | * toolchain profile = "default" |
22 | 2024-11-15T21:23:11.963Z | ' default |
23 | 2024-11-15T21:23:11.963Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-15T21:23:11.963Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-11-15T21:23:12.079Z | info: downloading installer |
26 | 2024-11-15T21:23:13.544Z | info: profile set to 'default' |
27 | 2024-11-15T21:23:13.544Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-15T21:23:13.547Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-11-15T21:23:13.715Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-11-15T21:23:13.715Z | info: downloading component 'cargo' |
31 | 2024-11-15T21:23:14.417Z | info: downloading component 'clippy' |
32 | 2024-11-15T21:23:14.678Z | info: downloading component 'rust-docs' |
33 | 2024-11-15T21:23:15.654Z | info: downloading component 'rust-std' |
34 | 2024-11-15T21:23:17.177Z | info: downloading component 'rustc' |
35 | 2024-11-15T21:23:22.633Z | info: downloading component 'rustfmt' |
36 | 2024-11-15T21:23:22.837Z | info: installing component 'cargo' |
37 | 2024-11-15T21:23:23.651Z | info: installing component 'clippy' |
38 | 2024-11-15T21:23:24.024Z | info: installing component 'rust-docs' |
39 | 2024-11-15T21:23:25.656Z | info: installing component 'rust-std' |
40 | 2024-11-15T21:23:27.453Z | info: installing component 'rustc' |
41 | 2024-11-15T21:23:33.230Z | info: installing component 'rustfmt' |
42 | 2024-11-15T21:23:33.547Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-11-15T21:23:33.547Z | |
44 | 2024-11-15T21:23:33.912Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-11-15T21:23:33.912Z | |
46 | 2024-11-15T21:23:33.915Z | |
47 | 2024-11-15T21:23:33.915Z | Rust is installed now. Great! |
48 | 2024-11-15T21:23:33.915Z | |
49 | 2024-11-15T21:23:33.915Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-15T21:23:33.915Z | environment variable. This has not been done automatically. |
51 | 2024-11-15T21:23:33.915Z | |
52 | 2024-11-15T21:23:33.915Z | To configure your current shell, you need to source |
53 | 2024-11-15T21:23:33.915Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-15T21:23:33.915Z | |
55 | 2024-11-15T21:23:33.915Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-15T21:23:33.915Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-15T21:23:33.915Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-15T21:23:33.987Z | + rustc --version |
59 | 2024-11-15T21:23:34.053Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-11-15T21:23:34.055Z | process exited: duration 22098 ms, exit code 0 |
|
61 | 2024-11-15T21:23:34.061Z | starting task 2: "authentication" |
62 | 2024-11-15T21:23:34.082Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-11-15T21:23:34.087Z | starting task 3: "clone repository" |
64 | 2024-11-15T21:23:34.092Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-15T21:23:34.095Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-15T21:23:34.133Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-15T21:24:15.523Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-15T21:24:15.523Z | + git fetch origin 963fcd56b278b6d19df878fa296a42eb596eb1bb |
69 | 2024-11-15T21:24:16.261Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-15T21:24:16.261Z | * branch 963fcd56b278b6d19df878fa296a42eb596eb1bb -> FETCH_HEAD |
71 | 2024-11-15T21:24:16.271Z | + [[ -n doc ]] |
72 | 2024-11-15T21:24:16.273Z | ++ git branch --show-current |
73 | 2024-11-15T21:24:16.276Z | + current=main |
74 | 2024-11-15T21:24:16.276Z | + [[ main != doc ]] |
75 | 2024-11-15T21:24:16.276Z | + git branch -f doc 963fcd56b278b6d19df878fa296a42eb596eb1bb |
76 | 2024-11-15T21:24:16.278Z | + git checkout -f doc |
77 | 2024-11-15T21:24:16.449Z | Switched to branch 'doc' |
78 | 2024-11-15T21:24:16.452Z | + git reset --hard 963fcd56b278b6d19df878fa296a42eb596eb1bb |
79 | 2024-11-15T21:24:16.468Z | HEAD is now at 963fcd56b regenerate openapi |
80 | 2024-11-15T21:24:16.472Z | process exited: duration 42376 ms, exit code 0 |
|
81 | 2024-11-15T21:24:16.478Z | starting task 4: "build" |
82 | 2024-11-15T21:24:16.484Z | + source ./env.sh |
83 | 2024-11-15T21:24:16.484Z | ++ OLD_SHELL_OPTS=ehxB |
84 | 2024-11-15T21:24:16.484Z | ++ set -o xtrace |
85 | 2024-11-15T21:24:16.487Z | ++++ dirname ./env.sh |
86 | 2024-11-15T21:24:16.489Z | +++ readlink -f . |
87 | 2024-11-15T21:24:16.492Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2024-11-15T21:24:16.495Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
89 | 2024-11-15T21:24:16.495Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
90 | 2024-11-15T21:24:16.495Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
91 | 2024-11-15T21:24:16.495Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
92 | 2024-11-15T21:24:16.495Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2024-11-15T21:24:16.495Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2024-11-15T21:24:16.495Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
95 | 2024-11-15T21:24:16.495Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2024-11-15T21:24:16.495Z | ++ case $OLD_SHELL_OPTS in |
97 | 2024-11-15T21:24:16.496Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
98 | 2024-11-15T21:24:16.496Z | + source .github/buildomat/ci-env.sh |
99 | 2024-11-15T21:24:16.496Z | ++ export CARGO_TERM_COLOR=always |
100 | 2024-11-15T21:24:16.496Z | ++ CARGO_TERM_COLOR=always |
101 | 2024-11-15T21:24:16.496Z | + cargo --version |
102 | 2024-11-15T21:24:16.549Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
103 | 2024-11-15T21:24:16.551Z | + rustc --version |
104 | 2024-11-15T21:24:16.612Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
105 | 2024-11-15T21:24:16.614Z | + banner prerequisites |
106 | 2024-11-15T21:24:16.617Z | |
107 | 2024-11-15T21:24:16.617Z | ##### ##### ###### ##### ###### #### # # # #### # |
108 | 2024-11-15T21:24:16.617Z | # # # # # # # # # # # # # # # |
109 | 2024-11-15T21:24:16.617Z | # # # # ##### # # ##### # # # # # #### # |
110 | 2024-11-15T21:24:16.617Z | ##### ##### # ##### # # # # # # # # # |
111 | 2024-11-15T21:24:16.617Z | # # # # # # # # # # # # # # # |
112 | 2024-11-15T21:24:16.617Z | # # # ###### # # ###### ### # #### # #### # |
113 | 2024-11-15T21:24:16.617Z | |
114 | 2024-11-15T21:24:16.617Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
115 | 2024-11-15T21:24:25.303Z | Startup: Refreshing catalog 'helios-dev' ... Done |
116 | 2024-11-15T21:24:28.826Z | Startup: Caching catalogs ... Done |
117 | 2024-11-15T21:24:37.531Z | Planning: Solver setup ... Done (7.873s) |
118 | 2024-11-15T21:24:37.640Z | Planning: Running solver ... Done (0.110s) |
119 | 2024-11-15T21:24:37.733Z | Planning: Finding local manifests ... Done (0.004s) |
120 | 2024-11-15T21:24:37.747Z | Planning: Fetching manifests: 0/5 0% complete |
121 | 2024-11-15T21:24:37.960Z | Planning: Fetching manifests: 5/5 100% complete |
122 | 2024-11-15T21:24:38.059Z | Planning: Package planning ... Done (0.099s) |
123 | 2024-11-15T21:24:38.115Z | Planning: Merging actions ... Done (0.056s) |
124 | 2024-11-15T21:24:38.307Z | Planning: Checking for conflicting actions ... Done (0.192s) |
125 | 2024-11-15T21:24:40.200Z | Planning: Consolidating action changes ... Done (1.892s) |
126 | 2024-11-15T21:24:40.620Z | Planning: Evaluating mediators ... Done (0.420s) |
127 | 2024-11-15T21:24:40.700Z | Planning: Planning completed in 11.78 seconds |
128 | 2024-11-15T21:24:40.715Z | Packages to install: 4 |
129 | 2024-11-15T21:24:40.715Z | Packages to update: 1 |
130 | 2024-11-15T21:24:40.718Z | Mediators to change: 2 |
131 | 2024-11-15T21:24:40.718Z | Services to change: 1 |
132 | 2024-11-15T21:24:40.718Z | Estimated space available: 155.64 GB |
133 | 2024-11-15T21:24:40.718Z | Estimated space to be consumed: 1.60 GB |
134 | 2024-11-15T21:24:40.718Z | Create boot environment: No |
135 | 2024-11-15T21:24:40.718Z | Create backup boot environment: Yes |
136 | 2024-11-15T21:24:40.718Z | Rebuild boot archive: No |
137 | 2024-11-15T21:24:40.718Z | |
138 | 2024-11-15T21:24:40.718Z | Changed mediators: |
139 | 2024-11-15T21:24:40.718Z | mediator clang: |
140 | 2024-11-15T21:24:40.718Z | version: None -> 15 (system default) |
141 | 2024-11-15T21:24:40.718Z | |
142 | 2024-11-15T21:24:40.718Z | mediator llvm: |
143 | 2024-11-15T21:24:40.718Z | version: 14 (system default) -> 15 (system default) |
144 | 2024-11-15T21:24:40.718Z | |
145 | 2024-11-15T21:24:40.719Z | Changed packages: |
146 | 2024-11-15T21:24:40.719Z | helios-dev |
147 | 2024-11-15T21:24:40.719Z | developer/build-essential |
148 | 2024-11-15T21:24:40.719Z | None -> 11-2.0 |
149 | 2024-11-15T21:24:40.719Z | library/libxmlsec1 |
150 | 2024-11-15T21:24:40.719Z | None -> 1.2.35-2.0 |
151 | 2024-11-15T21:24:40.719Z | ooce/developer/clang-15 |
152 | 2024-11-15T21:24:40.719Z | None -> 15.0.7-2.0 |
153 | 2024-11-15T21:24:40.719Z | ooce/developer/llvm-15 |
154 | 2024-11-15T21:24:40.719Z | None -> 15.0.7-2.0 |
155 | 2024-11-15T21:24:40.719Z | package/pkg |
156 | 2024-11-15T21:24:40.719Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
157 | 2024-11-15T21:24:40.719Z | |
158 | 2024-11-15T21:24:40.719Z | Services: |
159 | 2024-11-15T21:24:40.719Z | restart_fmri: |
160 | 2024-11-15T21:24:40.719Z | svc:/system/update-man-index:default |
161 | 2024-11-15T21:24:40.719Z | |
162 | 2024-11-15T21:24:40.719Z | Editable files to change: |
163 | 2024-11-15T21:24:40.719Z | Update: |
164 | 2024-11-15T21:24:40.719Z | usr/share/lib/pkg/web/config.shtml |
165 | 2024-11-15T21:24:40.795Z | |
166 | 2024-11-15T21:24:40.795Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
167 | 2024-11-15T21:24:45.795Z | Download: 1250/4281 items 100.4/220.6MB 45% complete (20.0M/s) |
168 | 2024-11-15T21:24:50.797Z | Download: 3117/4281 items 131.4/220.6MB 59% complete (13.1M/s) |
169 | 2024-11-15T21:24:55.989Z | Download: 4208/4281 items 220.6/220.6MB 99% complete (13.8M/s) |
170 | 2024-11-15T21:24:56.092Z | Download: Completed 220.60 MB in 15.30 seconds (14.4M/s) |
171 | 2024-11-15T21:24:58.067Z | Actions: 1/5063 actions (Removing old actions) |
172 | 2024-11-15T21:24:58.085Z | Actions: 194/5063 actions (Installing new actions) |
173 | 2024-11-15T21:25:02.795Z | Actions: 4226/5063 actions (Updating modified actions) |
174 | 2024-11-15T21:25:03.113Z | Actions: Completed 5063 actions in 5.04 seconds. |
175 | 2024-11-15T21:25:03.330Z | Done (0.210s) |
176 | 2024-11-15T21:25:03.333Z | Done (0.000s) |
177 | 2024-11-15T21:25:03.862Z | Done (0.529s) |
178 | 2024-11-15T21:25:08.252Z | Done (4.180s) |
179 | 2024-11-15T21:25:08.348Z | Done (0.023s) |
180 | 2024-11-15T21:25:08.351Z | Done (0.000s) |
181 | 2024-11-15T21:25:08.523Z | Done (0.000s) |
182 | 2024-11-15T21:25:09.185Z | Planning: Evaluating mediator changes ... Done |
183 | 2024-11-15T21:25:09.344Z | Planning: Checking for conflicting actions ... Done |
184 | 2024-11-15T21:25:09.347Z | Planning: Consolidating action changes ... Done |
185 | 2024-11-15T21:25:09.615Z | Planning: Evaluating mediators ... Done |
186 | 2024-11-15T21:25:09.617Z | Planning: Planning completed in 0.43 seconds |
187 | 2024-11-15T21:25:09.655Z | Mediators to change: 2 |
188 | 2024-11-15T21:25:09.655Z | Create boot environment: No |
189 | 2024-11-15T21:25:09.657Z | Create backup boot environment: No |
190 | 2024-11-15T21:25:09.737Z | Done |
191 | 2024-11-15T21:25:09.737Z | Done |
192 | 2024-11-15T21:25:10.072Z | Done |
193 | 2024-11-15T21:25:13.666Z | Done |
194 | 2024-11-15T21:25:13.755Z | Done |
195 | 2024-11-15T21:25:13.757Z | Done |
196 | 2024-11-15T21:25:13.869Z | Done |
197 | 2024-11-15T21:25:14.476Z | Planning: Evaluating mediator changes ... Done |
198 | 2024-11-15T21:25:14.479Z | Planning: Merging actions ... Done |
199 | 2024-11-15T21:25:14.667Z | Planning: Checking for conflicting actions ... Done |
200 | 2024-11-15T21:25:14.669Z | Planning: Consolidating action changes ... Done |
201 | 2024-11-15T21:25:14.931Z | Planning: Evaluating mediators ... Done |
202 | 2024-11-15T21:25:14.986Z | Planning: Planning completed in 0.75 seconds |
203 | 2024-11-15T21:25:15.028Z | Packages to change: 1 |
204 | 2024-11-15T21:25:15.028Z | Mediators to change: 1 |
205 | 2024-11-15T21:25:15.031Z | Services to change: 1 |
206 | 2024-11-15T21:25:15.031Z | Create boot environment: No |
207 | 2024-11-15T21:25:15.031Z | Create backup boot environment: Yes |
208 | 2024-11-15T21:25:17.415Z | Actions: 1/6 actions (Updating modified actions) |
209 | 2024-11-15T21:25:17.418Z | Actions: Completed 6 actions in 0.00 seconds. |
210 | 2024-11-15T21:25:17.418Z | Done |
211 | 2024-11-15T21:25:17.418Z | Done |
212 | 2024-11-15T21:25:17.523Z | Done |
213 | 2024-11-15T21:25:21.138Z | Done |
214 | 2024-11-15T21:25:21.232Z | Done |
215 | 2024-11-15T21:25:21.235Z | Done |
216 | 2024-11-15T21:25:21.366Z | Done |
217 | 2024-11-15T21:25:21.796Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
218 | 2024-11-15T21:25:21.796Z | clang system 15 system |
219 | 2024-11-15T21:25:21.796Z | csh system system illumos |
220 | 2024-11-15T21:25:21.796Z | ctags system system illumos |
221 | 2024-11-15T21:25:21.796Z | gcc vendor 12 vendor |
222 | 2024-11-15T21:25:21.796Z | gcc system 10 system |
223 | 2024-11-15T21:25:21.796Z | gcc system 7 system |
224 | 2024-11-15T21:25:21.796Z | go system 1.20 system |
225 | 2024-11-15T21:25:21.796Z | go system 1.19 system |
226 | 2024-11-15T21:25:21.797Z | llvm system 15 system |
227 | 2024-11-15T21:25:21.797Z | llvm system 14 system |
228 | 2024-11-15T21:25:21.797Z | mariadb system 10.6 system |
229 | 2024-11-15T21:25:21.797Z | mta vendor vendor dma |
230 | 2024-11-15T21:25:21.797Z | openjdk system 17 system |
231 | 2024-11-15T21:25:21.797Z | openjdk system 11 system |
232 | 2024-11-15T21:25:21.797Z | openjdk system 1.8 system |
233 | 2024-11-15T21:25:21.797Z | openssl vendor 3 vendor |
234 | 2024-11-15T21:25:21.797Z | perl system 5.36 system |
235 | 2024-11-15T21:25:21.797Z | postgresql system 15 system |
236 | 2024-11-15T21:25:21.797Z | postgresql system 13 system |
237 | 2024-11-15T21:25:21.797Z | python vendor 3 vendor |
238 | 2024-11-15T21:25:21.797Z | python system 2 system |
239 | 2024-11-15T21:25:21.797Z | python3 system 3.11 system |
240 | 2024-11-15T21:25:21.797Z | ruby system 3.0 system |
241 | 2024-11-15T21:25:21.797Z | words vendor vendor american-english |
242 | 2024-11-15T21:25:21.797Z | words system system australian-english |
243 | 2024-11-15T21:25:21.797Z | words system system british-english |
244 | 2024-11-15T21:25:21.797Z | words system system canadian-english |
245 | 2024-11-15T21:25:21.797Z | words system system french |
246 | 2024-11-15T21:25:21.797Z | words system system italian |
247 | 2024-11-15T21:25:21.797Z | words system system ngerman |
248 | 2024-11-15T21:25:21.797Z | words system system ogerman |
249 | 2024-11-15T21:25:21.797Z | words system system spanish |
250 | 2024-11-15T21:25:22.132Z | PUBLISHER TYPE STATUS P LOCATION |
251 | 2024-11-15T21:25:22.132Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
252 | 2024-11-15T21:25:24.659Z | FMRI IFO |
253 | 2024-11-15T21:25:24.659Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
254 | 2024-11-15T21:25:24.659Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
255 | 2024-11-15T21:25:24.659Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
256 | 2024-11-15T21:25:24.659Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
257 | 2024-11-15T21:25:24.659Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
258 | 2024-11-15T21:25:24.659Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
259 | 2024-11-15T21:25:24.659Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
260 | 2024-11-15T21:25:24.659Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
261 | 2024-11-15T21:25:24.659Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
262 | 2024-11-15T21:25:24.659Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
263 | 2024-11-15T21:25:24.659Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
264 | 2024-11-15T21:25:24.659Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
265 | 2024-11-15T21:25:24.659Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
266 | 2024-11-15T21:25:24.659Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
267 | 2024-11-15T21:25:24.659Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
268 | 2024-11-15T21:25:25.414Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
269 | 2024-11-15T21:25:26.150Z | Updating crates.io index |
270 | 2024-11-15T21:25:26.227Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
271 | 2024-11-15T21:25:28.318Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
272 | 2024-11-15T21:25:29.085Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
273 | 2024-11-15T21:25:29.709Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
274 | 2024-11-15T21:25:30.466Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
275 | 2024-11-15T21:25:34.158Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
276 | 2024-11-15T21:25:39.665Z | Updating git repository `https://github.com/oxidecomputer/opte` |
277 | 2024-11-15T21:25:42.455Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
278 | 2024-11-15T21:25:46.032Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
279 | 2024-11-15T21:25:46.667Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
280 | 2024-11-15T21:25:47.514Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
281 | 2024-11-15T21:25:48.976Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
282 | 2024-11-15T21:25:49.538Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
283 | 2024-11-15T21:25:50.421Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
284 | 2024-11-15T21:25:51.123Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
285 | 2024-11-15T21:25:51.782Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
286 | 2024-11-15T21:25:52.402Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
287 | 2024-11-15T21:25:53.152Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
288 | 2024-11-15T21:25:54.174Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
289 | 2024-11-15T21:25:54.984Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
290 | 2024-11-15T21:25:55.551Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
291 | 2024-11-15T21:25:56.578Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
292 | 2024-11-15T21:25:57.233Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
293 | 2024-11-15T21:25:58.324Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
294 | 2024-11-15T21:25:59.339Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
295 | 2024-11-15T21:26:00.032Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
296 | 2024-11-15T21:26:00.737Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
297 | 2024-11-15T21:26:02.517Z | Downloading crates ... |
298 | 2024-11-15T21:26:02.591Z | Downloaded equivalent v1.0.1 |
299 | 2024-11-15T21:26:02.595Z | Downloaded clap_lex v0.7.2 |
300 | 2024-11-15T21:26:02.598Z | Downloaded digest v0.10.7 |
301 | 2024-11-15T21:26:02.600Z | Downloaded cpufeatures v0.2.14 |
302 | 2024-11-15T21:26:02.600Z | Downloaded anstyle-query v1.1.1 |
303 | 2024-11-15T21:26:02.604Z | Downloaded byteorder v1.5.0 |
304 | 2024-11-15T21:26:02.607Z | Downloaded scroll_derive v0.12.0 |
305 | 2024-11-15T21:26:02.611Z | Downloaded camino-tempfile v1.1.1 |
306 | 2024-11-15T21:26:02.614Z | Downloaded usdt-macro v0.5.0 |
307 | 2024-11-15T21:26:02.616Z | Downloaded anstyle v1.0.10 |
308 | 2024-11-15T21:26:02.616Z | Downloaded itoa v1.0.11 |
309 | 2024-11-15T21:26:02.621Z | Downloaded heck v0.5.0 |
310 | 2024-11-15T21:26:02.623Z | Downloaded serde_tokenstream v0.2.2 |
311 | 2024-11-15T21:26:02.629Z | Downloaded version_check v0.9.5 |
312 | 2024-11-15T21:26:02.633Z | Downloaded fnv v1.0.7 |
313 | 2024-11-15T21:26:02.633Z | Downloaded toml_datetime v0.6.8 |
314 | 2024-11-15T21:26:02.633Z | Downloaded tempfile v3.13.0 |
315 | 2024-11-15T21:26:02.636Z | Downloaded quote v1.0.37 |
316 | 2024-11-15T21:26:02.639Z | Downloaded strsim v0.11.1 |
317 | 2024-11-15T21:26:02.639Z | Downloaded proc-macro-error v1.0.4 |
318 | 2024-11-15T21:26:02.645Z | Downloaded pest_meta v2.7.14 |
319 | 2024-11-15T21:26:02.645Z | Downloaded clap v4.5.21 |
320 | 2024-11-15T21:26:02.651Z | Downloaded ryu v1.0.18 |
321 | 2024-11-15T21:26:02.655Z | Downloaded zerocopy-derive v0.7.35 |
322 | 2024-11-15T21:26:02.658Z | Downloaded autocfg v1.4.0 |
323 | 2024-11-15T21:26:02.661Z | Downloaded textwrap v0.16.1 |
324 | 2024-11-15T21:26:02.663Z | Downloaded dtrace-parser v0.2.0 |
325 | 2024-11-15T21:26:02.663Z | Downloaded colorchoice v1.0.2 |
326 | 2024-11-15T21:26:02.666Z | Downloaded cargo-platform v0.1.8 |
327 | 2024-11-15T21:26:02.666Z | Downloaded bytecount v0.6.8 |
328 | 2024-11-15T21:26:02.669Z | Downloaded serde_derive v1.0.215 |
329 | 2024-11-15T21:26:02.669Z | Downloaded dof v0.3.0 |
330 | 2024-11-15T21:26:02.672Z | Downloaded block-buffer v0.10.4 |
331 | 2024-11-15T21:26:02.672Z | Downloaded cfg-if v1.0.0 |
332 | 2024-11-15T21:26:02.672Z | Downloaded cargo_metadata v0.18.1 |
333 | 2024-11-15T21:26:02.675Z | Downloaded pretty-hex v0.4.1 |
334 | 2024-11-15T21:26:02.677Z | Downloaded cargo_toml v0.20.5 |
335 | 2024-11-15T21:26:02.677Z | Downloaded anstream v0.6.15 |
336 | 2024-11-15T21:26:02.681Z | Downloaded ucd-trie v0.1.7 |
337 | 2024-11-15T21:26:02.681Z | Downloaded swrite v0.1.0 |
338 | 2024-11-15T21:26:02.685Z | Downloaded anstyle-parse v0.2.5 |
339 | 2024-11-15T21:26:02.685Z | Downloaded bitflags v2.6.0 |
340 | 2024-11-15T21:26:02.687Z | Downloaded pest_derive v2.7.14 |
341 | 2024-11-15T21:26:02.690Z | Downloaded errno v0.3.9 |
342 | 2024-11-15T21:26:02.692Z | Downloaded clap_derive v4.5.18 |
343 | 2024-11-15T21:26:02.692Z | Downloaded camino v1.1.9 |
344 | 2024-11-15T21:26:02.696Z | Downloaded usdt-attr-macro v0.5.0 |
345 | 2024-11-15T21:26:02.699Z | Downloaded heck v0.4.1 |
346 | 2024-11-15T21:26:02.699Z | Downloaded fastrand v2.1.1 |
347 | 2024-11-15T21:26:02.701Z | Downloaded plain v0.2.3 |
348 | 2024-11-15T21:26:02.701Z | Downloaded crypto-common v0.1.6 |
349 | 2024-11-15T21:26:02.701Z | Downloaded macaddr v1.0.1 |
350 | 2024-11-15T21:26:02.708Z | Downloaded smawk v0.3.2 |
351 | 2024-11-15T21:26:02.710Z | Downloaded thiserror-impl v1.0.69 |
352 | 2024-11-15T21:26:02.713Z | Downloaded memchr v2.7.4 |
353 | 2024-11-15T21:26:02.716Z | Downloaded unicode-linebreak v0.1.5 |
354 | 2024-11-15T21:26:02.718Z | Downloaded pest_generator v2.7.14 |
355 | 2024-11-15T21:26:02.718Z | Downloaded tabled_derive v0.7.0 |
356 | 2024-11-15T21:26:02.721Z | Downloaded serde_spanned v0.6.8 |
357 | 2024-11-15T21:26:02.721Z | Downloaded fs-err v2.11.0 |
358 | 2024-11-15T21:26:02.721Z | Downloaded terminal_size v0.4.0 |
359 | 2024-11-15T21:26:02.724Z | Downloaded proc-macro-error-attr v1.0.4 |
360 | 2024-11-15T21:26:02.724Z | Downloaded utf8parse v0.2.2 |
361 | 2024-11-15T21:26:02.726Z | Downloaded usdt v0.5.0 |
362 | 2024-11-15T21:26:02.726Z | Downloaded thread-id v4.2.2 |
363 | 2024-11-15T21:26:02.726Z | Downloaded memmap v0.7.0 |
364 | 2024-11-15T21:26:02.728Z | Downloaded is_terminal_polyfill v1.70.1 |
365 | 2024-11-15T21:26:02.731Z | Downloaded once_cell v1.20.2 |
366 | 2024-11-15T21:26:02.734Z | Downloaded sha2 v0.10.8 |
367 | 2024-11-15T21:26:02.737Z | Downloaded scroll v0.12.0 |
368 | 2024-11-15T21:26:02.737Z | Downloaded generic-array v0.14.7 |
369 | 2024-11-15T21:26:02.742Z | Downloaded thiserror v1.0.69 |
370 | 2024-11-15T21:26:02.748Z | Downloaded semver v1.0.23 |
371 | 2024-11-15T21:26:02.751Z | Downloaded usdt-impl v0.5.0 |
372 | 2024-11-15T21:26:02.758Z | Downloaded log v0.4.22 |
373 | 2024-11-15T21:26:02.761Z | Downloaded proc-macro2 v1.0.89 |
374 | 2024-11-15T21:26:02.763Z | Downloaded papergrid v0.11.0 |
375 | 2024-11-15T21:26:02.767Z | Downloaded unicode-ident v1.0.13 |
376 | 2024-11-15T21:26:02.769Z | Downloaded anyhow v1.0.93 |
377 | 2024-11-15T21:26:02.773Z | Downloaded typenum v1.17.0 |
378 | 2024-11-15T21:26:02.775Z | Downloaded toml v0.8.19 |
379 | 2024-11-15T21:26:02.788Z | Downloaded indexmap v2.6.0 |
380 | 2024-11-15T21:26:02.791Z | Downloaded serde v1.0.215 |
381 | 2024-11-15T21:26:02.816Z | Downloaded toml_edit v0.22.22 |
382 | 2024-11-15T21:26:02.836Z | Downloaded pest v2.7.14 |
383 | 2024-11-15T21:26:02.843Z | Downloaded goblin v0.8.2 |
384 | 2024-11-15T21:26:02.849Z | Downloaded hashbrown v0.15.0 |
385 | 2024-11-15T21:26:02.854Z | Downloaded zerocopy v0.7.35 |
386 | 2024-11-15T21:26:02.868Z | Downloaded winnow v0.6.20 |
387 | 2024-11-15T21:26:02.876Z | Downloaded syn v2.0.87 |
388 | 2024-11-15T21:26:02.886Z | Downloaded unicode-width v0.1.14 |
389 | 2024-11-15T21:26:02.891Z | Downloaded serde_json v1.0.132 |
390 | 2024-11-15T21:26:02.897Z | Downloaded tabled v0.15.0 |
391 | 2024-11-15T21:26:02.910Z | Downloaded clap_builder v4.5.21 |
392 | 2024-11-15T21:26:02.916Z | Downloaded syn v1.0.109 |
393 | 2024-11-15T21:26:02.934Z | Downloaded rustix v0.38.37 |
394 | 2024-11-15T21:26:02.962Z | Downloaded libc v0.2.162 |
395 | 2024-11-15T21:26:03.252Z | Compiling proc-macro2 v1.0.89 |
396 | 2024-11-15T21:26:03.252Z | Compiling unicode-ident v1.0.13 |
397 | 2024-11-15T21:26:03.252Z | Compiling serde v1.0.215 |
398 | 2024-11-15T21:26:03.255Z | Compiling version_check v0.9.5 |
399 | 2024-11-15T21:26:03.255Z | Compiling memchr v2.7.4 |
400 | 2024-11-15T21:26:03.255Z | Compiling thiserror v1.0.69 |
401 | 2024-11-15T21:26:03.255Z | Compiling libc v0.2.162 |
402 | 2024-11-15T21:26:03.255Z | Compiling ryu v1.0.18 |
403 | 2024-11-15T21:26:03.591Z | Compiling ucd-trie v0.1.7 |
404 | 2024-11-15T21:26:03.727Z | Compiling itoa v1.0.11 |
405 | 2024-11-15T21:26:04.012Z | Compiling once_cell v1.20.2 |
406 | 2024-11-15T21:26:04.146Z | Compiling byteorder v1.5.0 |
407 | 2024-11-15T21:26:04.188Z | Compiling serde_json v1.0.132 |
408 | 2024-11-15T21:26:04.405Z | Compiling rustix v0.38.37 |
409 | 2024-11-15T21:26:04.546Z | Compiling bitflags v2.6.0 |
410 | 2024-11-15T21:26:04.610Z | Compiling usdt-impl v0.5.0 |
411 | 2024-11-15T21:26:04.895Z | Compiling proc-macro-error-attr v1.0.4 |
412 | 2024-11-15T21:26:04.938Z | Compiling syn v1.0.109 |
413 | 2024-11-15T21:26:04.969Z | Compiling proc-macro-error v1.0.4 |
414 | 2024-11-15T21:26:05.117Z | Compiling quote v1.0.37 |
415 | 2024-11-15T21:26:05.237Z | Compiling equivalent v1.0.1 |
416 | 2024-11-15T21:26:05.258Z | Compiling plain v0.2.3 |
417 | 2024-11-15T21:26:05.334Z | Compiling hashbrown v0.15.0 |
418 | 2024-11-15T21:26:05.356Z | Compiling errno v0.3.9 |
419 | 2024-11-15T21:26:05.422Z | Compiling log v0.4.22 |
420 | 2024-11-15T21:26:05.549Z | Compiling syn v2.0.87 |
421 | 2024-11-15T21:26:05.714Z | Compiling camino v1.1.9 |
422 | 2024-11-15T21:26:05.815Z | Compiling thread-id v4.2.2 |
423 | 2024-11-15T21:26:05.839Z | Compiling utf8parse v0.2.2 |
424 | 2024-11-15T21:26:06.003Z | Compiling anstyle-parse v0.2.5 |
425 | 2024-11-15T21:26:06.418Z | Compiling anstyle-query v1.1.1 |
426 | 2024-11-15T21:26:06.451Z | Compiling colorchoice v1.0.2 |
427 | 2024-11-15T21:26:06.473Z | Compiling semver v1.0.23 |
428 | 2024-11-15T21:26:06.580Z | Compiling indexmap v2.6.0 |
429 | 2024-11-15T21:26:06.628Z | Compiling unicode-width v0.1.14 |
430 | 2024-11-15T21:26:06.662Z | Compiling pretty-hex v0.4.1 |
431 | 2024-11-15T21:26:06.873Z | Compiling winnow v0.6.20 |
432 | 2024-11-15T21:26:06.903Z | Compiling anstyle v1.0.10 |
433 | 2024-11-15T21:26:07.015Z | Compiling autocfg v1.4.0 |
434 | 2024-11-15T21:26:07.197Z | Compiling is_terminal_polyfill v1.70.1 |
435 | 2024-11-15T21:26:07.337Z | Compiling anstream v0.6.15 |
436 | 2024-11-15T21:26:07.755Z | Compiling cfg-if v1.0.0 |
437 | 2024-11-15T21:26:07.855Z | Compiling terminal_size v0.4.0 |
438 | 2024-11-15T21:26:08.020Z | Compiling heck v0.5.0 |
439 | 2024-11-15T21:26:08.068Z | Compiling anyhow v1.0.93 |
440 | 2024-11-15T21:26:08.090Z | Compiling fastrand v2.1.1 |
441 | 2024-11-15T21:26:08.201Z | Compiling fs-err v2.11.0 |
442 | 2024-11-15T21:26:08.483Z | Compiling heck v0.4.1 |
443 | 2024-11-15T21:26:08.547Z | Compiling bytecount v0.6.8 |
444 | 2024-11-15T21:26:08.603Z | Compiling strsim v0.11.1 |
445 | 2024-11-15T21:26:08.767Z | Compiling fnv v1.0.7 |
446 | 2024-11-15T21:26:08.917Z | Compiling clap_lex v0.7.2 |
447 | 2024-11-15T21:26:08.962Z | Compiling tempfile v3.13.0 |
448 | 2024-11-15T21:26:09.073Z | Compiling papergrid v0.11.0 |
449 | 2024-11-15T21:26:09.408Z | Compiling clap_builder v4.5.21 |
450 | 2024-11-15T21:26:09.660Z | Compiling memmap v0.7.0 |
451 | 2024-11-15T21:26:09.802Z | Compiling unicode-linebreak v0.1.5 |
452 | 2024-11-15T21:26:09.862Z | Compiling smawk v0.3.2 |
453 | 2024-11-15T21:26:10.303Z | Compiling textwrap v0.16.1 |
454 | 2024-11-15T21:26:10.681Z | Compiling swrite v0.1.0 |
455 | 2024-11-15T21:26:11.643Z | Compiling tabled_derive v0.7.0 |
456 | 2024-11-15T21:26:13.207Z | Compiling tabled v0.15.0 |
457 | 2024-11-15T21:26:14.572Z | Compiling serde_derive v1.0.215 |
458 | 2024-11-15T21:26:14.572Z | Compiling thiserror-impl v1.0.69 |
459 | 2024-11-15T21:26:14.637Z | Compiling zerocopy-derive v0.7.35 |
460 | 2024-11-15T21:26:14.661Z | Compiling scroll_derive v0.12.0 |
461 | 2024-11-15T21:26:14.696Z | Compiling clap_derive v4.5.18 |
462 | 2024-11-15T21:26:15.947Z | Compiling scroll v0.12.0 |
463 | 2024-11-15T21:26:16.461Z | Compiling goblin v0.8.2 |
464 | 2024-11-15T21:26:16.597Z | Compiling zerocopy v0.7.35 |
465 | 2024-11-15T21:26:17.164Z | Compiling pest v2.7.14 |
466 | 2024-11-15T21:26:18.357Z | Compiling clap v4.5.21 |
467 | 2024-11-15T21:26:19.407Z | Compiling pest_meta v2.7.14 |
468 | 2024-11-15T21:26:20.268Z | Compiling pest_generator v2.7.14 |
469 | 2024-11-15T21:26:22.252Z | Compiling pest_derive v2.7.14 |
470 | 2024-11-15T21:26:22.945Z | Compiling dtrace-parser v0.2.0 |
471 | 2024-11-15T21:26:24.649Z | Compiling serde_tokenstream v0.2.2 |
472 | 2024-11-15T21:26:24.681Z | Compiling serde_spanned v0.6.8 |
473 | 2024-11-15T21:26:24.683Z | Compiling toml_datetime v0.6.8 |
474 | 2024-11-15T21:26:24.966Z | Compiling cargo-platform v0.1.8 |
475 | 2024-11-15T21:26:25.051Z | Compiling toml_edit v0.22.22 |
476 | 2024-11-15T21:26:25.347Z | Compiling macaddr v1.0.1 |
477 | 2024-11-15T21:26:25.350Z | Compiling camino-tempfile v1.1.1 |
478 | 2024-11-15T21:26:26.133Z | Compiling dof v0.3.0 |
479 | 2024-11-15T21:26:26.209Z | Compiling cargo_metadata v0.18.1 |
480 | 2024-11-15T21:26:27.804Z | Compiling usdt-macro v0.5.0 |
481 | 2024-11-15T21:26:27.804Z | Compiling usdt-attr-macro v0.5.0 |
482 | 2024-11-15T21:26:27.901Z | Compiling toml v0.8.19 |
483 | 2024-11-15T21:26:28.705Z | Compiling cargo_toml v0.20.5 |
484 | 2024-11-15T21:26:29.122Z | Compiling usdt v0.5.0 |
485 | 2024-11-15T21:26:32.211Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
486 | 2024-11-15T21:26:39.445Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s |
487 | 2024-11-15T21:26:39.527Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
488 | 2024-11-15T21:26:39.527Z | Downloading crates ... |
489 | 2024-11-15T21:26:39.527Z | Downloaded ahash v0.8.11 |
490 | 2024-11-15T21:26:39.527Z | Downloaded atty v0.2.14 |
491 | 2024-11-15T21:26:39.527Z | Downloaded crucible-workspace-hack v0.1.0 |
492 | 2024-11-15T21:26:39.527Z | Downloaded cstr-argument v0.1.2 |
493 | 2024-11-15T21:26:39.527Z | Downloaded cassowary v0.3.0 |
494 | 2024-11-15T21:26:39.527Z | Downloaded async-stream v0.3.6 |
495 | 2024-11-15T21:26:39.528Z | Downloaded array-init v0.0.4 |
496 | 2024-11-15T21:26:39.528Z | Downloaded atomic-waker v1.1.2 |
497 | 2024-11-15T21:26:39.528Z | Downloaded blowfish v0.9.1 |
498 | 2024-11-15T21:26:39.528Z | Downloaded hubpack v0.1.2 |
499 | 2024-11-15T21:26:39.528Z | Downloaded colored v2.1.0 |
500 | 2024-11-15T21:26:39.528Z | Downloaded hyper-tls v0.6.0 |
501 | 2024-11-15T21:26:39.528Z | Downloaded constant_time_eq v0.3.1 |
502 | 2024-11-15T21:26:39.528Z | Downloaded cexpr v0.6.0 |
503 | 2024-11-15T21:26:39.528Z | Downloaded ctr v0.9.2 |
504 | 2024-11-15T21:26:39.528Z | Downloaded cmake v0.1.51 |
505 | 2024-11-15T21:26:39.528Z | Downloaded matches v0.1.10 |
506 | 2024-11-15T21:26:39.528Z | Downloaded ciborium v0.2.2 |
507 | 2024-11-15T21:26:39.528Z | Downloaded md5 v0.7.0 |
508 | 2024-11-15T21:26:39.528Z | Downloaded hmac v0.12.1 |
509 | 2024-11-15T21:26:39.528Z | Downloaded const-oid v0.9.6 |
510 | 2024-11-15T21:26:39.528Z | Downloaded lockfree-object-pool v0.1.6 |
511 | 2024-11-15T21:26:39.528Z | Downloaded lazy_static v1.5.0 |
512 | 2024-11-15T21:26:39.528Z | Downloaded bumpalo v3.16.0 |
513 | 2024-11-15T21:26:39.528Z | Downloaded instability v0.3.2 |
514 | 2024-11-15T21:26:39.528Z | Downloaded internet-checksum v0.2.1 |
515 | 2024-11-15T21:26:39.528Z | Downloaded addr2line v0.24.2 |
516 | 2024-11-15T21:26:39.528Z | Downloaded mime v0.3.17 |
517 | 2024-11-15T21:26:39.528Z | Downloaded linked-hash-map v0.5.6 |
518 | 2024-11-15T21:26:39.529Z | Downloaded prettyplease v0.2.25 |
519 | 2024-11-15T21:26:39.529Z | Downloaded rand_chacha v0.3.1 |
520 | 2024-11-15T21:26:39.529Z | Downloaded hickory-server v0.24.1 |
521 | 2024-11-15T21:26:39.529Z | Downloaded async-stream-impl v0.3.6 |
522 | 2024-11-15T21:26:39.529Z | Downloaded aes-gcm v0.10.3 |
523 | 2024-11-15T21:26:39.529Z | Downloaded icu_normalizer v1.5.0 |
524 | 2024-11-15T21:26:39.529Z | Downloaded jobserver v0.1.32 |
525 | 2024-11-15T21:26:39.529Z | Downloaded crunchy v0.2.2 |
526 | 2024-11-15T21:26:39.529Z | Downloaded hex-literal v0.4.1 |
527 | 2024-11-15T21:26:39.529Z | Downloaded darling v0.20.10 |
528 | 2024-11-15T21:26:39.529Z | Downloaded cfg_aliases v0.2.1 |
529 | 2024-11-15T21:26:39.529Z | Downloaded icu_collections v1.5.0 |
530 | 2024-11-15T21:26:39.529Z | Downloaded icu_provider v1.5.0 |
531 | 2024-11-15T21:26:39.529Z | Downloaded qorb v0.2.0 |
532 | 2024-11-15T21:26:39.529Z | Downloaded indicatif v0.17.9 |
533 | 2024-11-15T21:26:39.529Z | Downloaded ident_case v1.0.1 |
534 | 2024-11-15T21:26:39.529Z | Downloaded hubpack_derive v0.1.1 |
535 | 2024-11-15T21:26:39.529Z | Downloaded http-range v0.1.5 |
536 | 2024-11-15T21:26:39.529Z | Downloaded termtree v0.4.1 |
537 | 2024-11-15T21:26:39.529Z | Downloaded rpassword v7.3.1 |
538 | 2024-11-15T21:26:39.529Z | Downloaded tower-service v0.3.3 |
539 | 2024-11-15T21:26:39.529Z | Downloaded serde-big-array v0.5.1 |
540 | 2024-11-15T21:26:39.529Z | Downloaded instant v0.1.13 |
541 | 2024-11-15T21:26:39.529Z | Downloaded bitfield-struct v0.6.2 |
542 | 2024-11-15T21:26:39.529Z | Downloaded bit-set v0.5.3 |
543 | 2024-11-15T21:26:39.530Z | Downloaded cipher v0.4.4 |
544 | 2024-11-15T21:26:39.530Z | Downloaded home v0.5.9 |
545 | 2024-11-15T21:26:39.530Z | Downloaded httpdate v1.0.3 |
546 | 2024-11-15T21:26:39.530Z | Downloaded async-recursion v1.1.1 |
547 | 2024-11-15T21:26:39.530Z | Downloaded rustls-pemfile v2.2.0 |
548 | 2024-11-15T21:26:39.530Z | Downloaded curve25519-dalek-derive v0.1.1 |
549 | 2024-11-15T21:26:39.530Z | Downloaded crossbeam-deque v0.8.5 |
550 | 2024-11-15T21:26:39.530Z | Downloaded semver v0.1.20 |
551 | 2024-11-15T21:26:39.530Z | Downloaded convert_case v0.4.0 |
552 | 2024-11-15T21:26:39.530Z | Downloaded castaway v0.2.3 |
553 | 2024-11-15T21:26:39.530Z | Downloaded is_ci v1.2.0 |
554 | 2024-11-15T21:26:39.530Z | Downloaded slog-json v2.6.1 |
555 | 2024-11-15T21:26:39.530Z | Downloaded block-padding v0.3.3 |
556 | 2024-11-15T21:26:39.530Z | Downloaded cobs v0.2.3 |
557 | 2024-11-15T21:26:39.530Z | Downloaded argon2 v0.5.3 |
558 | 2024-11-15T21:26:39.530Z | Downloaded async-bb8-diesel v0.2.1 |
559 | 2024-11-15T21:26:39.530Z | Downloaded async-trait v0.1.83 |
560 | 2024-11-15T21:26:39.530Z | Downloaded buf-list v1.0.3 |
561 | 2024-11-15T21:26:39.530Z | Downloaded bitfield v0.14.0 |
562 | 2024-11-15T21:26:39.530Z | Downloaded icu_provider_macros v1.5.0 |
563 | 2024-11-15T21:26:39.530Z | Downloaded crc-catalog v2.4.0 |
564 | 2024-11-15T21:26:39.530Z | Downloaded crc v3.2.1 |
565 | 2024-11-15T21:26:39.531Z | Downloaded chrono-tz-build v0.4.0 |
566 | 2024-11-15T21:26:39.531Z | Downloaded spki v0.7.3 |
567 | 2024-11-15T21:26:39.531Z | Downloaded structmeta-derive v0.2.0 |
568 | 2024-11-15T21:26:39.531Z | Downloaded dhcproto-macros v0.1.0 |
569 | 2024-11-15T21:26:39.531Z | Downloaded thiserror-no-std v2.0.2 |
570 | 2024-11-15T21:26:39.531Z | Downloaded serde-hex v0.1.0 |
571 | 2024-11-15T21:26:39.531Z | Downloaded secrecy v0.8.0 |
572 | 2024-11-15T21:26:39.531Z | Downloaded const_format_proc_macros v0.2.33 |
573 | 2024-11-15T21:26:39.531Z | Downloaded console v0.15.8 |
574 | 2024-11-15T21:26:39.531Z | Downloaded ciborium-ll v0.2.2 |
575 | 2024-11-15T21:26:39.531Z | Downloaded csv-core v0.1.11 |
576 | 2024-11-15T21:26:39.531Z | Downloaded crc32fast v1.4.2 |
577 | 2024-11-15T21:26:39.531Z | Downloaded rfc6979 v0.4.0 |
578 | 2024-11-15T21:26:39.531Z | Downloaded quinn-udp v0.5.5 |
579 | 2024-11-15T21:26:39.531Z | Downloaded structmeta-derive v0.3.0 |
580 | 2024-11-15T21:26:39.531Z | Downloaded structmeta v0.3.0 |
581 | 2024-11-15T21:26:39.531Z | Downloaded slog-scope v4.4.0 |
582 | 2024-11-15T21:26:39.531Z | Downloaded siphasher v0.3.11 |
583 | 2024-11-15T21:26:39.531Z | Downloaded ascii-canvas v3.0.0 |
584 | 2024-11-15T21:26:39.532Z | Downloaded http-body v1.0.1 |
585 | 2024-11-15T21:26:39.532Z | Downloaded bcrypt-pbkdf v0.10.0 |
586 | 2024-11-15T21:26:39.532Z | Downloaded bb8 v0.8.5 |
587 | 2024-11-15T21:26:39.538Z | Downloaded opaque-debug v0.3.1 |
588 | 2024-11-15T21:26:39.538Z | Downloaded path-slash v0.1.5 |
589 | 2024-11-15T21:26:39.538Z | Downloaded thiserror-impl-no-std v2.0.2 |
590 | 2024-11-15T21:26:39.538Z | Downloaded utf16_iter v1.0.5 |
591 | 2024-11-15T21:26:39.538Z | Downloaded tui-tree-widget v0.22.0 |
592 | 2024-11-15T21:26:39.538Z | Downloaded zerofrom-derive v0.1.4 |
593 | 2024-11-15T21:26:39.538Z | Downloaded zone_cfg_derive v0.3.0 |
594 | 2024-11-15T21:26:39.540Z | Downloaded cancel-safe-futures v0.1.5 |
595 | 2024-11-15T21:26:39.540Z | Downloaded cookie v0.18.1 |
596 | 2024-11-15T21:26:39.540Z | Downloaded signal-hook-registry v1.4.2 |
597 | 2024-11-15T21:26:39.540Z | Downloaded wyz v0.5.1 |
598 | 2024-11-15T21:26:39.540Z | Downloaded which v4.4.2 |
599 | 2024-11-15T21:26:39.540Z | Downloaded pbkdf2 v0.11.0 |
600 | 2024-11-15T21:26:39.540Z | Downloaded precomputed-hash v0.1.1 |
601 | 2024-11-15T21:26:39.540Z | Downloaded indent_write v2.2.0 |
602 | 2024-11-15T21:26:39.540Z | Downloaded structmeta v0.2.0 |
603 | 2024-11-15T21:26:39.540Z | Downloaded cbc v0.1.2 |
604 | 2024-11-15T21:26:39.540Z | Downloaded base16ct v0.2.0 |
605 | 2024-11-15T21:26:39.540Z | Downloaded assert_matches v1.5.0 |
606 | 2024-11-15T21:26:39.540Z | Downloaded crossbeam-utils v0.8.20 |
607 | 2024-11-15T21:26:39.540Z | Downloaded clang-sys v1.8.1 |
608 | 2024-11-15T21:26:39.540Z | Downloaded arrayref v0.3.9 |
609 | 2024-11-15T21:26:39.540Z | Downloaded twox-hash v1.6.3 |
610 | 2024-11-15T21:26:39.540Z | Downloaded strum v0.26.3 |
611 | 2024-11-15T21:26:39.540Z | Downloaded futures-task v0.3.31 |
612 | 2024-11-15T21:26:39.541Z | Downloaded ff v0.13.0 |
613 | 2024-11-15T21:26:39.541Z | Downloaded similar v2.6.0 |
614 | 2024-11-15T21:26:39.541Z | Downloaded russh-cryptovec v0.7.3 |
615 | 2024-11-15T21:26:39.541Z | Downloaded hash32 v0.3.1 |
616 | 2024-11-15T21:26:39.541Z | Downloaded num v0.4.3 |
617 | 2024-11-15T21:26:39.541Z | Downloaded lazycell v1.3.0 |
618 | 2024-11-15T21:26:39.541Z | Downloaded sigpipe v0.1.3 |
619 | 2024-11-15T21:26:39.541Z | Downloaded kstat-rs v0.2.4 |
620 | 2024-11-15T21:26:39.541Z | Downloaded is-terminal v0.4.13 |
621 | 2024-11-15T21:26:39.541Z | Downloaded parse-display-derive v0.10.0 |
622 | 2024-11-15T21:26:39.541Z | Downloaded idna_adapter v1.2.0 |
623 | 2024-11-15T21:26:39.541Z | Downloaded fd-lock v4.0.2 |
624 | 2024-11-15T21:26:39.541Z | Downloaded fallible-streaming-iterator v0.1.9 |
625 | 2024-11-15T21:26:39.541Z | Downloaded fallible-iterator v0.3.0 |
626 | 2024-11-15T21:26:39.541Z | Downloaded progenitor-impl v0.8.0 |
627 | 2024-11-15T21:26:39.541Z | Downloaded managed v0.8.0 |
628 | 2024-11-15T21:26:39.541Z | Downloaded inout v0.1.3 |
629 | 2024-11-15T21:26:39.541Z | Downloaded highway v1.2.0 |
630 | 2024-11-15T21:26:39.541Z | Downloaded ena v0.14.3 |
631 | 2024-11-15T21:26:39.541Z | Downloaded predicates v3.1.2 |
632 | 2024-11-15T21:26:39.541Z | Downloaded indoc v1.0.9 |
633 | 2024-11-15T21:26:39.541Z | Downloaded lru-cache v0.1.2 |
634 | 2024-11-15T21:26:39.541Z | Downloaded crossbeam-epoch v0.9.18 |
635 | 2024-11-15T21:26:39.541Z | Downloaded crc-any v2.5.0 |
636 | 2024-11-15T21:26:39.541Z | Downloaded try-lock v0.2.5 |
637 | 2024-11-15T21:26:39.541Z | Downloaded phf_shared v0.10.0 |
638 | 2024-11-15T21:26:39.541Z | Downloaded radium v0.7.0 |
639 | 2024-11-15T21:26:39.541Z | Downloaded memoffset v0.9.1 |
640 | 2024-11-15T21:26:39.541Z | Downloaded rtoolbox v0.0.2 |
641 | 2024-11-15T21:26:39.541Z | Downloaded hickory-client v0.24.1 |
642 | 2024-11-15T21:26:39.541Z | Downloaded base64 v0.22.1 |
643 | 2024-11-15T21:26:39.541Z | Downloaded yoke-derive v0.7.4 |
644 | 2024-11-15T21:26:39.541Z | Downloaded signal-hook-tokio v0.3.1 |
645 | 2024-11-15T21:26:39.542Z | Downloaded rustfmt-wrapper v0.2.1 |
646 | 2024-11-15T21:26:39.542Z | Downloaded rustc_version v0.4.1 |
647 | 2024-11-15T21:26:39.542Z | Downloaded waitgroup v0.1.2 |
648 | 2024-11-15T21:26:39.542Z | Downloaded debug-ignore v1.0.5 |
649 | 2024-11-15T21:26:39.542Z | Downloaded env_filter v0.1.2 |
650 | 2024-11-15T21:26:39.542Z | Downloaded test-strategy v0.3.1 |
651 | 2024-11-15T21:26:39.542Z | Downloaded signature v2.2.0 |
652 | 2024-11-15T21:26:39.542Z | Downloaded serde_path_to_error v0.1.16 |
653 | 2024-11-15T21:26:39.542Z | Downloaded lock_api v0.4.12 |
654 | 2024-11-15T21:26:39.542Z | Downloaded dhcproto v0.12.0 |
655 | 2024-11-15T21:26:39.542Z | Downloaded derive_builder_macro v0.20.2 |
656 | 2024-11-15T21:26:39.542Z | Downloaded spin v0.5.2 |
657 | 2024-11-15T21:26:39.542Z | Downloaded libm v0.2.8 |
658 | 2024-11-15T21:26:39.542Z | Downloaded termcolor v1.4.1 |
659 | 2024-11-15T21:26:39.542Z | Downloaded filetime v0.2.25 |
660 | 2024-11-15T21:26:39.542Z | Downloaded rustls-pemfile v1.0.4 |
661 | 2024-11-15T21:26:39.542Z | Downloaded olpc-cjson v0.1.4 |
662 | 2024-11-15T21:26:39.542Z | Downloaded topological-sort v0.2.2 |
663 | 2024-11-15T21:26:39.542Z | Downloaded termios v0.3.3 |
664 | 2024-11-15T21:26:39.542Z | Downloaded fixedbitset v0.4.2 |
665 | 2024-11-15T21:26:39.542Z | Downloaded icu_locid_transform_data v1.5.0 |
666 | 2024-11-15T21:26:39.542Z | Downloaded fatfs v0.3.6 |
667 | 2024-11-15T21:26:39.542Z | Downloaded crypto-bigint v0.5.5 |
668 | 2024-11-15T21:26:39.542Z | Downloaded wait-timeout v0.2.0 |
669 | 2024-11-15T21:26:39.542Z | Downloaded serde_derive_internals v0.29.1 |
670 | 2024-11-15T21:26:39.542Z | Downloaded dirs-next v2.0.0 |
671 | 2024-11-15T21:26:39.542Z | Downloaded oso v0.27.3 |
672 | 2024-11-15T21:26:39.543Z | Downloaded der_derive v0.7.3 |
673 | 2024-11-15T21:26:39.543Z | Downloaded heapless v0.8.0 |
674 | 2024-11-15T21:26:39.543Z | Downloaded ecdsa v0.16.9 |
675 | 2024-11-15T21:26:39.543Z | Downloaded ed25519 v2.2.3 |
676 | 2024-11-15T21:26:39.543Z | Downloaded strum_macros v0.26.4 |
677 | 2024-11-15T21:26:39.543Z | Downloaded flagset v0.4.6 |
678 | 2024-11-15T21:26:39.543Z | Downloaded compact_str v0.8.0 |
679 | 2024-11-15T21:26:39.544Z | Downloaded gethostname v0.5.0 |
680 | 2024-11-15T21:26:39.544Z | Downloaded tinyvec_macros v0.1.1 |
681 | 2024-11-15T21:26:39.544Z | Downloaded take_mut v0.2.2 |
682 | 2024-11-15T21:26:39.544Z | Downloaded nibble_vec v0.1.0 |
683 | 2024-11-15T21:26:39.544Z | Downloaded typify v0.2.0 |
684 | 2024-11-15T21:26:39.544Z | Downloaded hashlink v0.9.1 |
685 | 2024-11-15T21:26:39.544Z | Downloaded fallible-iterator v0.2.0 |
686 | 2024-11-15T21:26:39.544Z | Downloaded foreign-types v0.3.2 |
687 | 2024-11-15T21:26:39.548Z | Downloaded float-cmp v0.9.0 |
688 | 2024-11-15T21:26:39.548Z | Downloaded darling_macro v0.20.10 |
689 | 2024-11-15T21:26:39.548Z | Downloaded derive_builder_core v0.20.2 |
690 | 2024-11-15T21:26:39.548Z | Downloaded zip v0.6.6 |
691 | 2024-11-15T21:26:39.548Z | Downloaded proc-macro-crate v1.3.1 |
692 | 2024-11-15T21:26:39.548Z | Downloaded ppv-lite86 v0.2.20 |
693 | 2024-11-15T21:26:39.548Z | Downloaded phf_codegen v0.11.2 |
694 | 2024-11-15T21:26:39.548Z | Downloaded peg-runtime v0.8.3 |
695 | 2024-11-15T21:26:39.549Z | Downloaded env_logger v0.11.5 |
696 | 2024-11-15T21:26:39.549Z | Downloaded subprocess v0.2.9 |
697 | 2024-11-15T21:26:39.549Z | Downloaded strum_macros v0.25.3 |
698 | 2024-11-15T21:26:39.550Z | Downloaded native-tls v0.2.12 |
699 | 2024-11-15T21:26:39.550Z | Downloaded sec1 v0.7.3 |
700 | 2024-11-15T21:26:39.550Z | Downloaded tabwriter v1.4.0 |
701 | 2024-11-15T21:26:39.550Z | Downloaded xattr v1.3.1 |
702 | 2024-11-15T21:26:39.550Z | Downloaded untrusted v0.7.1 |
703 | 2024-11-15T21:26:39.550Z | Downloaded universal-hash v0.5.1 |
704 | 2024-11-15T21:26:39.550Z | Downloaded progenitor-macro v0.8.0 |
705 | 2024-11-15T21:26:39.550Z | Downloaded hyper-util v0.1.10 |
706 | 2024-11-15T21:26:39.550Z | Downloaded progenitor-client v0.8.0 |
707 | 2024-11-15T21:26:39.550Z | Downloaded foldhash v0.1.3 |
708 | 2024-11-15T21:26:39.551Z | Downloaded defmt-parser v0.3.4 |
709 | 2024-11-15T21:26:39.551Z | Downloaded zerocopy v0.6.6 |
710 | 2024-11-15T21:26:39.551Z | Downloaded rayon v1.10.0 |
711 | 2024-11-15T21:26:39.551Z | Downloaded mirai-annotations v1.12.0 |
712 | 2024-11-15T21:26:39.551Z | Downloaded float-ord v0.3.2 |
713 | 2024-11-15T21:26:39.551Z | Downloaded deranged v0.3.11 |
714 | 2024-11-15T21:26:39.551Z | Downloaded defmt-macros v0.3.9 |
715 | 2024-11-15T21:26:39.551Z | Downloaded defmt v0.3.8 |
716 | 2024-11-15T21:26:39.551Z | Downloaded zone_cfg_derive v0.1.2 |
717 | 2024-11-15T21:26:39.551Z | Downloaded pkg-config v0.3.31 |
718 | 2024-11-15T21:26:39.551Z | Downloaded pin-utils v0.1.0 |
719 | 2024-11-15T21:26:39.551Z | Downloaded getrandom v0.2.15 |
720 | 2024-11-15T21:26:39.551Z | Downloaded new_debug_unreachable v1.0.6 |
721 | 2024-11-15T21:26:39.551Z | Downloaded endian-type v0.1.2 |
722 | 2024-11-15T21:26:39.551Z | Downloaded num_enum v0.5.11 |
723 | 2024-11-15T21:26:39.551Z | Downloaded ref-cast v1.0.23 |
724 | 2024-11-15T21:26:39.551Z | Downloaded predicates-core v1.0.8 |
725 | 2024-11-15T21:26:39.551Z | Downloaded tokio-tungstenite v0.24.0 |
726 | 2024-11-15T21:26:39.551Z | Downloaded rand v0.8.5 |
727 | 2024-11-15T21:26:39.551Z | Downloaded num-conv v0.1.0 |
728 | 2024-11-15T21:26:39.551Z | Downloaded hashbrown v0.12.3 |
729 | 2024-11-15T21:26:39.551Z | Downloaded num_enum_derive v0.5.11 |
730 | 2024-11-15T21:26:39.551Z | Downloaded subtle v2.6.1 |
731 | 2024-11-15T21:26:39.551Z | Downloaded derive_builder v0.20.2 |
732 | 2024-11-15T21:26:39.551Z | Downloaded ssh-encoding v0.2.0 |
733 | 2024-11-15T21:26:39.551Z | Downloaded time-core v0.1.2 |
734 | 2024-11-15T21:26:39.551Z | Downloaded num-rational v0.4.2 |
735 | 2024-11-15T21:26:39.551Z | Downloaded headers v0.4.0 |
736 | 2024-11-15T21:26:39.551Z | Downloaded foreign-types-shared v0.3.1 |
737 | 2024-11-15T21:26:39.551Z | Downloaded foreign-types-shared v0.1.1 |
738 | 2024-11-15T21:26:39.551Z | Downloaded foreign-types-macros v0.2.3 |
739 | 2024-11-15T21:26:39.551Z | Downloaded shell-words v1.1.0 |
740 | 2024-11-15T21:26:39.551Z | Downloaded http v1.1.0 |
741 | 2024-11-15T21:26:39.551Z | Downloaded unicode-truncate v1.1.0 |
742 | 2024-11-15T21:26:39.551Z | Downloaded tinyvec v1.8.0 |
743 | 2024-11-15T21:26:39.551Z | Downloaded normalize-line-endings v0.3.0 |
744 | 2024-11-15T21:26:39.551Z | Downloaded tokio-native-tls v0.3.1 |
745 | 2024-11-15T21:26:39.551Z | Downloaded tokio-macros v2.4.0 |
746 | 2024-11-15T21:26:39.552Z | Downloaded enum-as-inner v0.6.1 |
747 | 2024-11-15T21:26:39.552Z | Downloaded mockall v0.13.0 |
748 | 2024-11-15T21:26:39.552Z | Downloaded embedded-io v0.6.1 |
749 | 2024-11-15T21:26:39.552Z | Downloaded diesel-dtrace v0.3.0 |
750 | 2024-11-15T21:26:39.552Z | Downloaded enum-as-inner v0.5.1 |
751 | 2024-11-15T21:26:39.552Z | Downloaded minimal-lexical v0.2.1 |
752 | 2024-11-15T21:26:39.552Z | Downloaded num-integer v0.1.46 |
753 | 2024-11-15T21:26:39.552Z | Downloaded num-derive v0.4.2 |
754 | 2024-11-15T21:26:39.552Z | Downloaded slab v0.4.9 |
755 | 2024-11-15T21:26:39.552Z | Downloaded parking_lot v0.11.2 |
756 | 2024-11-15T21:26:39.552Z | Downloaded simd-adler32 v0.3.7 |
757 | 2024-11-15T21:26:39.552Z | Downloaded url v2.5.3 |
758 | 2024-11-15T21:26:39.552Z | Downloaded num-bigint v0.4.6 |
759 | 2024-11-15T21:26:39.552Z | Downloaded sync_wrapper v1.0.1 |
760 | 2024-11-15T21:26:39.553Z | Downloaded quick-error v1.2.3 |
761 | 2024-11-15T21:26:39.553Z | Downloaded zerofrom v0.1.4 |
762 | 2024-11-15T21:26:39.553Z | Downloaded unicase v2.7.0 |
763 | 2024-11-15T21:26:39.553Z | Downloaded crossterm v0.28.1 |
764 | 2024-11-15T21:26:39.553Z | Downloaded foreign-types v0.5.0 |
765 | 2024-11-15T21:26:39.553Z | Downloaded display-error-chain v0.2.2 |
766 | 2024-11-15T21:26:39.553Z | Downloaded dirs-sys-next v0.1.2 |
767 | 2024-11-15T21:26:39.553Z | Downloaded packed_struct_codegen v0.10.1 |
768 | 2024-11-15T21:26:39.553Z | Downloaded des v0.8.1 |
769 | 2024-11-15T21:26:39.553Z | Downloaded steno v0.4.1 |
770 | 2024-11-15T21:26:39.553Z | Downloaded env_logger v0.10.2 |
771 | 2024-11-15T21:26:39.553Z | Downloaded phf_generator v0.11.2 |
772 | 2024-11-15T21:26:39.553Z | Downloaded group v0.13.0 |
773 | 2024-11-15T21:26:39.553Z | Downloaded vsss-rs v3.3.4 |
774 | 2024-11-15T21:26:39.553Z | Downloaded progenitor v0.8.0 |
775 | 2024-11-15T21:26:39.553Z | Downloaded primeorder v0.13.6 |
776 | 2024-11-15T21:26:39.553Z | Downloaded vte_generate_state_changes v0.1.2 |
777 | 2024-11-15T21:26:39.553Z | Downloaded ref-cast-impl v1.0.23 |
778 | 2024-11-15T21:26:39.553Z | Downloaded pretty-hex v0.2.1 |
779 | 2024-11-15T21:26:39.553Z | Downloaded postcard v1.0.10 |
780 | 2024-11-15T21:26:39.553Z | Downloaded russh-keys v0.45.0 |
781 | 2024-11-15T21:26:39.553Z | Downloaded psl-types v2.0.11 |
782 | 2024-11-15T21:26:39.553Z | Downloaded sha1 v0.10.6 |
783 | 2024-11-15T21:26:39.553Z | Downloaded slog v2.7.0 |
784 | 2024-11-15T21:26:39.553Z | Downloaded ed25519-dalek v2.1.1 |
785 | 2024-11-15T21:26:39.553Z | Downloaded synstructure v0.13.1 |
786 | 2024-11-15T21:26:39.553Z | Downloaded zeroize_derive v1.4.2 |
787 | 2024-11-15T21:26:39.559Z | Downloaded zeroize v1.8.1 |
788 | 2024-11-15T21:26:39.559Z | Downloaded sync-ptr v0.1.1 |
789 | 2024-11-15T21:26:39.560Z | Downloaded publicsuffix v2.2.3 |
790 | 2024-11-15T21:26:39.560Z | Downloaded form_urlencoded v1.2.1 |
791 | 2024-11-15T21:26:39.560Z | Downloaded tracing-attributes v0.1.27 |
792 | 2024-11-15T21:26:39.560Z | Downloaded serde_with_macros v3.11.0 |
793 | 2024-11-15T21:26:39.562Z | Downloaded displaydoc v0.2.5 |
794 | 2024-11-15T21:26:39.562Z | Downloaded funty v2.0.0 |
795 | 2024-11-15T21:26:39.562Z | Downloaded pbkdf2 v0.12.2 |
796 | 2024-11-15T21:26:39.562Z | Downloaded paste v1.0.15 |
797 | 2024-11-15T21:26:39.562Z | Downloaded resolv-conf v0.7.0 |
798 | 2024-11-15T21:26:39.562Z | Downloaded vte v0.11.1 |
799 | 2024-11-15T21:26:39.562Z | Downloaded rayon-core v1.12.1 |
800 | 2024-11-15T21:26:39.562Z | Downloaded embedded-io v0.4.0 |
801 | 2024-11-15T21:26:39.562Z | Downloaded smallvec v0.6.14 |
802 | 2024-11-15T21:26:39.562Z | Downloaded smf v0.2.3 |
803 | 2024-11-15T21:26:39.562Z | Downloaded aho-corasick v1.1.3 |
804 | 2024-11-15T21:26:39.562Z | Downloaded utf8_iter v1.0.4 |
805 | 2024-11-15T21:26:39.562Z | Downloaded utf-8 v0.7.6 |
806 | 2024-11-15T21:26:39.562Z | Downloaded term v0.7.0 |
807 | 2024-11-15T21:26:39.562Z | Downloaded diesel_table_macro_syntax v0.2.0 |
808 | 2024-11-15T21:26:39.562Z | Downloaded write16 v1.0.0 |
809 | 2024-11-15T21:26:39.562Z | Downloaded multimap v0.10.0 |
810 | 2024-11-15T21:26:39.562Z | Downloaded want v0.3.1 |
811 | 2024-11-15T21:26:39.562Z | Downloaded toolchain_find v0.4.0 |
812 | 2024-11-15T21:26:39.562Z | Downloaded postgres-protocol v0.6.7 |
813 | 2024-11-15T21:26:39.562Z | Downloaded uzers v0.12.1 |
814 | 2024-11-15T21:26:39.562Z | Downloaded rusty-fork v0.3.0 |
815 | 2024-11-15T21:26:39.562Z | Downloaded owo-colors v4.1.0 |
816 | 2024-11-15T21:26:39.562Z | Downloaded fs_extra v1.3.0 |
817 | 2024-11-15T21:26:39.562Z | Downloaded strip-ansi-escapes v0.2.0 |
818 | 2024-11-15T21:26:39.562Z | Downloaded polyval v0.6.2 |
819 | 2024-11-15T21:26:39.562Z | Downloaded tls_codec v0.4.1 |
820 | 2024-11-15T21:26:39.562Z | Downloaded nodrop v0.1.14 |
821 | 2024-11-15T21:26:39.562Z | Downloaded fragile v2.0.0 |
822 | 2024-11-15T21:26:39.562Z | Downloaded zerovec-derive v0.10.3 |
823 | 2024-11-15T21:26:39.562Z | Downloaded pem-rfc7468 v0.7.0 |
824 | 2024-11-15T21:26:39.562Z | Downloaded half v2.4.1 |
825 | 2024-11-15T21:26:39.563Z | Downloaded postgres-types v0.2.8 |
826 | 2024-11-15T21:26:39.563Z | Downloaded dunce v1.0.5 |
827 | 2024-11-15T21:26:39.563Z | Downloaded lalrpop v0.19.12 |
828 | 2024-11-15T21:26:39.563Z | Downloaded downcast v0.11.0 |
829 | 2024-11-15T21:26:39.563Z | Downloaded static_assertions v1.1.0 |
830 | 2024-11-15T21:26:39.563Z | Downloaded stable_deref_trait v1.2.0 |
831 | 2024-11-15T21:26:39.563Z | Downloaded newline-converter v0.3.0 |
832 | 2024-11-15T21:26:39.563Z | Downloaded smallvec v1.13.2 |
833 | 2024-11-15T21:26:39.563Z | Downloaded signal-hook v0.3.17 |
834 | 2024-11-15T21:26:39.563Z | Downloaded multer v3.1.0 |
835 | 2024-11-15T21:26:39.563Z | Downloaded mio v1.0.2 |
836 | 2024-11-15T21:26:39.563Z | Downloaded parse-size v1.1.0 |
837 | 2024-11-15T21:26:39.563Z | Downloaded whoami v1.5.2 |
838 | 2024-11-15T21:26:39.563Z | Downloaded tls_codec_derive v0.4.1 |
839 | 2024-11-15T21:26:39.563Z | Downloaded slog-envlogger v2.2.0 |
840 | 2024-11-15T21:26:39.563Z | Downloaded yasna v0.5.2 |
841 | 2024-11-15T21:26:39.563Z | Downloaded uuid v1.11.0 |
842 | 2024-11-15T21:26:39.563Z | Downloaded futures-channel v0.3.31 |
843 | 2024-11-15T21:26:39.563Z | Downloaded hkdf v0.12.4 |
844 | 2024-11-15T21:26:39.563Z | Downloaded sqlparser_derive v0.2.2 |
845 | 2024-11-15T21:26:39.563Z | Downloaded either v1.13.0 |
846 | 2024-11-15T21:26:39.563Z | Downloaded openssl-probe v0.1.5 |
847 | 2024-11-15T21:26:39.563Z | Downloaded openssl-macros v0.1.1 |
848 | 2024-11-15T21:26:39.563Z | Downloaded zone v0.1.8 |
849 | 2024-11-15T21:26:39.563Z | Downloaded dyn-clone v1.0.17 |
850 | 2024-11-15T21:26:39.563Z | Downloaded phf_shared v0.11.2 |
851 | 2024-11-15T21:26:39.563Z | Downloaded ghash v0.5.1 |
852 | 2024-11-15T21:26:39.563Z | Downloaded supports-color v3.0.1 |
853 | 2024-11-15T21:26:39.563Z | Downloaded strum_macros v0.24.3 |
854 | 2024-11-15T21:26:39.563Z | Downloaded stringprep v0.1.5 |
855 | 2024-11-15T21:26:39.563Z | Downloaded hashbrown v0.14.5 |
856 | 2024-11-15T21:26:39.563Z | Downloaded difflib v0.4.0 |
857 | 2024-11-15T21:26:39.563Z | Downloaded value-bag v1.9.0 |
858 | 2024-11-15T21:26:39.563Z | Downloaded rustc_version v0.1.7 |
859 | 2024-11-15T21:26:39.563Z | Downloaded rustc-demangle v0.1.24 |
860 | 2024-11-15T21:26:39.564Z | Downloaded password-hash v0.5.0 |
861 | 2024-11-15T21:26:39.564Z | Downloaded parse-display v0.10.0 |
862 | 2024-11-15T21:26:39.564Z | Downloaded pem v3.0.4 |
863 | 2024-11-15T21:26:39.564Z | Downloaded parking_lot_core v0.9.10 |
864 | 2024-11-15T21:26:39.564Z | Downloaded aws-lc-rs v1.10.0 |
865 | 2024-11-15T21:26:39.564Z | Downloaded futures-executor v0.3.31 |
866 | 2024-11-15T21:26:39.564Z | Downloaded slog-term v2.9.1 |
867 | 2024-11-15T21:26:39.564Z | Downloaded tracing v0.1.40 |
868 | 2024-11-15T21:26:39.564Z | Downloaded futures-core v0.3.31 |
869 | 2024-11-15T21:26:39.564Z | Downloaded poly1305 v0.8.0 |
870 | 2024-11-15T21:26:39.564Z | Downloaded pin-project-lite v0.2.14 |
871 | 2024-11-15T21:26:39.564Z | Downloaded slog-bunyan v2.5.0 |
872 | 2024-11-15T21:26:39.564Z | Downloaded glob v0.3.1 |
873 | 2024-11-15T21:26:39.564Z | Downloaded snafu-derive v0.8.5 |
874 | 2024-11-15T21:26:39.564Z | Downloaded p256 v0.13.2 |
875 | 2024-11-15T21:26:39.564Z | Downloaded slog-dtrace v0.3.0 |
876 | 2024-11-15T21:26:39.564Z | Downloaded snafu v0.8.5 |
877 | 2024-11-15T21:26:39.564Z | Downloaded string_cache v0.8.7 |
878 | 2024-11-15T21:26:39.564Z | Downloaded parking_lot_core v0.8.6 |
879 | 2024-11-15T21:26:39.564Z | Downloaded ron v0.7.1 |
880 | 2024-11-15T21:26:39.564Z | Downloaded unicode-properties v0.1.3 |
881 | 2024-11-15T21:26:39.564Z | Downloaded tokio-util v0.7.12 |
882 | 2024-11-15T21:26:39.564Z | Downloaded elliptic-curve v0.13.8 |
883 | 2024-11-15T21:26:39.564Z | Downloaded spin v0.9.8 |
884 | 2024-11-15T21:26:39.564Z | Downloaded newtype-uuid v1.1.3 |
885 | 2024-11-15T21:26:39.564Z | Downloaded parking_lot v0.12.3 |
886 | 2024-11-15T21:26:39.564Z | Downloaded tar v0.4.43 |
887 | 2024-11-15T21:26:39.568Z | Downloaded russh v0.45.0 |
888 | 2024-11-15T21:26:39.568Z | Downloaded salsa20 v0.10.2 |
889 | 2024-11-15T21:26:39.568Z | Downloaded diff v0.1.13 |
890 | 2024-11-15T21:26:39.568Z | Downloaded dropshot_endpoint v0.13.0 |
891 | 2024-11-15T21:26:39.568Z | Downloaded unicode_categories v0.1.1 |
892 | 2024-11-15T21:26:39.568Z | Downloaded dropshot_endpoint v0.12.0 |
893 | 2024-11-15T21:26:39.568Z | Downloaded miniz_oxide v0.8.0 |
894 | 2024-11-15T21:26:39.568Z | Downloaded idna v0.2.3 |
895 | 2024-11-15T21:26:39.568Z | Downloaded bitvec v1.0.1 |
896 | 2024-11-15T21:26:39.568Z | Downloaded diesel_derives v2.2.3 |
897 | 2024-11-15T21:26:39.568Z | Downloaded bindgen v0.69.5 |
898 | 2024-11-15T21:26:39.568Z | Downloaded proptest v1.5.0 |
899 | 2024-11-15T21:26:39.569Z | Downloaded idna v0.5.0 |
900 | 2024-11-15T21:26:39.569Z | Downloaded unicode-segmentation v1.12.0 |
901 | 2024-11-15T21:26:39.569Z | Downloaded chrono v0.4.38 |
902 | 2024-11-15T21:26:39.569Z | Downloaded salty v0.3.0 |
903 | 2024-11-15T21:26:39.569Z | Downloaded rustyline v14.0.0 |
904 | 2024-11-15T21:26:39.569Z | Downloaded parse-zoneinfo v0.3.1 |
905 | 2024-11-15T21:26:39.569Z | Downloaded rusqlite v0.32.1 |
906 | 2024-11-15T21:26:39.569Z | Downloaded serde_with v3.11.0 |
907 | 2024-11-15T21:26:39.569Z | Downloaded p521 v0.13.3 |
908 | 2024-11-15T21:26:39.569Z | Downloaded tough v0.19.0 |
909 | 2024-11-15T21:26:39.569Z | Downloaded reedline v0.35.0 |
910 | 2024-11-15T21:26:39.569Z | Downloaded icu_properties_data v1.5.0 |
911 | 2024-11-15T21:26:39.569Z | Downloaded nom v7.1.3 |
912 | 2024-11-15T21:26:39.569Z | Downloaded zerovec v0.10.4 |
913 | 2024-11-15T21:26:39.569Z | Downloaded unicode-normalization v0.1.24 |
914 | 2024-11-15T21:26:39.569Z | Downloaded quick-xml v0.33.0 |
915 | 2024-11-15T21:26:39.569Z | Downloaded idna v0.4.0 |
916 | 2024-11-15T21:26:39.570Z | Downloaded ssh-key v0.6.6 |
917 | 2024-11-15T21:26:39.570Z | Downloaded curve25519-dalek v4.1.3 |
918 | 2024-11-15T21:26:39.570Z | Downloaded winnow v0.5.40 |
919 | 2024-11-15T21:26:39.570Z | Downloaded h2 v0.4.6 |
920 | 2024-11-15T21:26:39.570Z | Downloaded quinn-proto v0.11.8 |
921 | 2024-11-15T21:26:39.570Z | Downloaded regress v0.9.1 |
922 | 2024-11-15T21:26:39.570Z | Downloaded rustls-webpki v0.101.7 |
923 | 2024-11-15T21:26:39.570Z | Downloaded petname v2.0.2 |
924 | 2024-11-15T21:26:39.570Z | Downloaded rustls v0.22.4 |
925 | 2024-11-15T21:26:39.570Z | Downloaded rustls-webpki v0.102.8 |
926 | 2024-11-15T21:26:39.570Z | Downloaded object v0.30.4 |
927 | 2024-11-15T21:26:39.570Z | Downloaded unicode-width v0.2.0 |
928 | 2024-11-15T21:26:39.570Z | Downloaded git2 v0.19.0 |
929 | 2024-11-15T21:26:39.570Z | Downloaded rustls v0.23.14 |
930 | 2024-11-15T21:26:39.570Z | Downloaded webpki-roots v0.26.6 |
931 | 2024-11-15T21:26:39.570Z | Downloaded object v0.36.5 |
932 | 2024-11-15T21:26:39.570Z | Downloaded p384 v0.13.0 |
933 | 2024-11-15T21:26:39.570Z | Downloaded regex-syntax v0.6.29 |
934 | 2024-11-15T21:26:39.570Z | Downloaded nix v0.29.0 |
935 | 2024-11-15T21:26:39.570Z | Downloaded polar-core v0.27.3 |
936 | 2024-11-15T21:26:39.570Z | Downloaded gimli v0.31.1 |
937 | 2024-11-15T21:26:39.570Z | Downloaded openapiv3 v2.0.0 |
938 | 2024-11-15T21:26:39.570Z | Downloaded smoltcp v0.11.0 |
939 | 2024-11-15T21:26:39.570Z | Downloaded rustls v0.21.12 |
940 | 2024-11-15T21:26:39.570Z | Downloaded typify-impl v0.2.0 |
941 | 2024-11-15T21:26:39.570Z | Downloaded hickory-proto v0.24.1 |
942 | 2024-11-15T21:26:39.570Z | Downloaded ratatui v0.28.1 |
943 | 2024-11-15T21:26:39.570Z | Downloaded smoltcp v0.9.1 |
944 | 2024-11-15T21:26:39.570Z | Downloaded sled v0.34.7 |
945 | 2024-11-15T21:26:39.570Z | Downloaded regex v1.11.1 |
946 | 2024-11-15T21:26:39.570Z | Downloaded openssl v0.10.68 |
947 | 2024-11-15T21:26:39.570Z | Downloaded zerocopy-derive v0.6.6 |
948 | 2024-11-15T21:26:39.570Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
949 | 2024-11-15T21:26:39.570Z | Downloaded nix v0.28.0 |
950 | 2024-11-15T21:26:39.570Z | Downloaded regex-syntax v0.8.5 |
951 | 2024-11-15T21:26:39.570Z | Downloaded regex-automata v0.4.8 |
952 | 2024-11-15T21:26:39.570Z | Downloaded trust-dns-proto v0.22.0 |
953 | 2024-11-15T21:26:39.571Z | Downloaded petgraph v0.6.5 |
954 | 2024-11-15T21:26:39.571Z | Downloaded lzma-sys v0.1.20 |
955 | 2024-11-15T21:26:39.571Z | Downloaded regress v0.10.1 |
956 | 2024-11-15T21:26:39.571Z | Downloaded dropshot v0.13.0 |
957 | 2024-11-15T21:26:39.573Z | Downloaded bstr v1.10.0 |
958 | 2024-11-15T21:26:39.573Z | Downloaded dropshot v0.12.0 |
959 | 2024-11-15T21:26:39.573Z | Downloaded diesel v2.2.4 |
960 | 2024-11-15T21:26:39.574Z | Downloaded libz-sys v1.1.20 |
961 | 2024-11-15T21:26:39.574Z | Downloaded chrono-tz v0.10.0 |
962 | 2024-11-15T21:26:39.574Z | Downloaded nix v0.27.1 |
963 | 2024-11-15T21:26:39.574Z | Downloaded csv v1.3.0 |
964 | 2024-11-15T21:26:39.574Z | Downloaded portable-atomic v1.9.0 |
965 | 2024-11-15T21:26:39.574Z | Downloaded idna v0.3.0 |
966 | 2024-11-15T21:26:39.574Z | Downloaded tokio v1.40.0 |
967 | 2024-11-15T21:26:39.574Z | Downloaded reqwest v0.12.9 |
968 | 2024-11-15T21:26:39.574Z | Downloaded sha3 v0.10.8 |
969 | 2024-11-15T21:26:39.574Z | Downloaded radix_trie v0.2.1 |
970 | 2024-11-15T21:26:39.574Z | Downloaded vcpkg v0.2.15 |
971 | 2024-11-15T21:26:39.574Z | Downloaded zip v2.1.3 |
972 | 2024-11-15T21:26:39.574Z | Downloaded itertools v0.12.1 |
973 | 2024-11-15T21:26:39.574Z | Downloaded pin-project-internal v1.1.6 |
974 | 2024-11-15T21:26:39.574Z | Downloaded dsl_auto_type v0.1.2 |
975 | 2024-11-15T21:26:39.574Z | Downloaded tokio-tungstenite v0.21.0 |
976 | 2024-11-15T21:26:39.574Z | Downloaded time-macros v0.2.18 |
977 | 2024-11-15T21:26:39.574Z | Downloaded futures v0.3.31 |
978 | 2024-11-15T21:26:39.574Z | Downloaded sqlparser v0.45.0 |
979 | 2024-11-15T21:26:39.575Z | Downloaded mockall_derive v0.13.0 |
980 | 2024-11-15T21:26:39.575Z | Downloaded hash32 v0.2.1 |
981 | 2024-11-15T21:26:39.575Z | Downloaded quinn v0.11.5 |
982 | 2024-11-15T21:26:39.575Z | Downloaded nanorand v0.7.0 |
983 | 2024-11-15T21:26:39.576Z | Downloaded toml_edit v0.19.15 |
984 | 2024-11-15T21:26:39.576Z | Downloaded futures-util v0.3.31 |
985 | 2024-11-15T21:26:39.576Z | Downloaded itertools v0.13.0 |
986 | 2024-11-15T21:26:39.576Z | Downloaded tinystr v0.7.6 |
987 | 2024-11-15T21:26:39.583Z | Downloaded unicode-bidi v0.3.17 |
988 | 2024-11-15T21:26:39.583Z | Downloaded tracing-core v0.1.32 |
989 | 2024-11-15T21:26:39.583Z | Downloaded serde_yaml v0.9.34+deprecated |
990 | 2024-11-15T21:26:39.583Z | Downloaded num-bigint-dig v0.8.4 |
991 | 2024-11-15T21:26:39.583Z | Downloaded flate2 v1.0.34 |
992 | 2024-11-15T21:26:39.583Z | Downloaded derive_more v0.99.18 |
993 | 2024-11-15T21:26:39.583Z | Downloaded darling_core v0.20.10 |
994 | 2024-11-15T21:26:39.583Z | Downloaded time v0.3.36 |
995 | 2024-11-15T21:26:39.583Z | Downloaded peg v0.8.4 |
996 | 2024-11-15T21:26:39.583Z | Downloaded blake3 v1.5.4 |
997 | 2024-11-15T21:26:39.583Z | Downloaded rustversion v1.0.17 |
998 | 2024-11-15T21:26:39.583Z | Downloaded idna v1.0.3 |
999 | 2024-11-15T21:26:39.583Z | Downloaded unicode-xid v0.2.6 |
1000 | 2024-11-15T21:26:39.583Z | Downloaded encoding_rs v0.8.34 |
1001 | 2024-11-15T21:26:39.583Z | Downloaded pin-project v1.1.6 |
1002 | 2024-11-15T21:26:39.583Z | Downloaded omicron-zone-package v0.11.1 |
1003 | 2024-11-15T21:26:39.583Z | Downloaded nu-ansi-term v0.50.1 |
1004 | 2024-11-15T21:26:39.583Z | Downloaded ron v0.8.1 |
1005 | 2024-11-15T21:26:39.583Z | Downloaded expectorate v1.1.0 |
1006 | 2024-11-15T21:26:39.583Z | Downloaded packed_struct v0.10.1 |
1007 | 2024-11-15T21:26:39.583Z | Downloaded typed-path v0.9.3 |
1008 | 2024-11-15T21:26:39.583Z | Downloaded flume v0.11.1 |
1009 | 2024-11-15T21:26:39.584Z | Downloaded predicates-tree v1.0.11 |
1010 | 2024-11-15T21:26:39.584Z | Downloaded powerfmt v0.2.0 |
1011 | 2024-11-15T21:26:39.584Z | Downloaded unsafe-libyaml v0.2.11 |
1012 | 2024-11-15T21:26:39.584Z | Downloaded schemars v0.8.21 |
1013 | 2024-11-15T21:26:39.584Z | Downloaded samael v0.0.17 |
1014 | 2024-11-15T21:26:39.585Z | Downloaded rcgen v0.12.1 |
1015 | 2024-11-15T21:26:39.585Z | Downloaded unarray v0.1.4 |
1016 | 2024-11-15T21:26:39.585Z | Downloaded typify-macro v0.2.0 |
1017 | 2024-11-15T21:26:39.585Z | Downloaded yoke v0.7.4 |
1018 | 2024-11-15T21:26:39.585Z | Downloaded tokio-stream v0.1.16 |
1019 | 2024-11-15T21:26:39.585Z | Downloaded tokio-rustls v0.26.0 |
1020 | 2024-11-15T21:26:39.585Z | Downloaded tiny-keccak v2.0.2 |
1021 | 2024-11-15T21:26:39.585Z | Downloaded peg-macros v0.8.4 |
1022 | 2024-11-15T21:26:39.585Z | Downloaded shlex v1.3.0 |
1023 | 2024-11-15T21:26:39.585Z | Downloaded r2d2 v0.8.10 |
1024 | 2024-11-15T21:26:39.585Z | Downloaded tap v1.0.1 |
1025 | 2024-11-15T21:26:39.585Z | Downloaded derive-where v1.2.7 |
1026 | 2024-11-15T21:26:39.585Z | Downloaded toml v0.7.8 |
1027 | 2024-11-15T21:26:39.585Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1028 | 2024-11-15T21:26:39.585Z | Downloaded hashbrown v0.13.2 |
1029 | 2024-11-15T21:26:39.585Z | Downloaded slog-async v2.8.0 |
1030 | 2024-11-15T21:26:39.585Z | Downloaded globset v0.4.15 |
1031 | 2024-11-15T21:26:39.585Z | Downloaded socket2 v0.5.7 |
1032 | 2024-11-15T21:26:39.585Z | Downloaded der v0.7.9 |
1033 | 2024-11-15T21:26:39.585Z | Downloaded x509-cert v0.2.5 |
1034 | 2024-11-15T21:26:39.585Z | Downloaded tokio-postgres v0.7.12 |
1035 | 2024-11-15T21:26:39.586Z | Downloaded ssh-cipher v0.2.0 |
1036 | 2024-11-15T21:26:39.586Z | Downloaded tokio-tungstenite v0.23.1 |
1037 | 2024-11-15T21:26:39.586Z | Downloaded sct v0.7.1 |
1038 | 2024-11-15T21:26:39.586Z | Downloaded same-file v1.0.6 |
1039 | 2024-11-15T21:26:39.586Z | Downloaded num-traits v0.2.19 |
1040 | 2024-11-15T21:26:39.586Z | Downloaded hickory-resolver v0.24.1 |
1041 | 2024-11-15T21:26:39.586Z | Downloaded pkcs8 v0.10.2 |
1042 | 2024-11-15T21:26:39.586Z | Downloaded data-encoding v2.6.0 |
1043 | 2024-11-15T21:26:39.586Z | Downloaded password-hash v0.4.2 |
1044 | 2024-11-15T21:26:39.586Z | Downloaded openssl-sys v0.9.104 |
1045 | 2024-11-15T21:26:39.586Z | Downloaded tungstenite v0.24.0 |
1046 | 2024-11-15T21:26:39.586Z | Downloaded rustls-pki-types v1.9.0 |
1047 | 2024-11-15T21:26:39.586Z | Downloaded xz2 v0.1.7 |
1048 | 2024-11-15T21:26:39.586Z | Downloaded writeable v0.5.5 |
1049 | 2024-11-15T21:26:39.586Z | Downloaded serde_urlencoded v0.7.1 |
1050 | 2024-11-15T21:26:39.586Z | Downloaded serde_repr v0.1.19 |
1051 | 2024-11-15T21:26:39.586Z | Downloaded scrypt v0.11.0 |
1052 | 2024-11-15T21:26:39.586Z | Downloaded scopeguard v1.2.0 |
1053 | 2024-11-15T21:26:39.586Z | Downloaded scheduled-thread-pool v0.2.7 |
1054 | 2024-11-15T21:26:39.586Z | Downloaded rand_xorshift v0.3.0 |
1055 | 2024-11-15T21:26:39.586Z | Downloaded rand_seeder v0.3.0 |
1056 | 2024-11-15T21:26:39.586Z | Downloaded number_prefix v0.4.0 |
1057 | 2024-11-15T21:26:39.586Z | Downloaded num_threads v0.1.7 |
1058 | 2024-11-15T21:26:39.586Z | Downloaded num-iter v0.1.45 |
1059 | 2024-11-15T21:26:39.586Z | Downloaded newtype_derive v0.1.6 |
1060 | 2024-11-15T21:26:39.586Z | Downloaded rustc-hash v2.0.0 |
1061 | 2024-11-15T21:26:39.587Z | Downloaded rustc-hash v1.1.0 |
1062 | 2024-11-15T21:26:39.587Z | Downloaded rand_core v0.6.4 |
1063 | 2024-11-15T21:26:39.587Z | Downloaded phf v0.11.2 |
1064 | 2024-11-15T21:26:39.587Z | Downloaded percent-encoding v2.3.1 |
1065 | 2024-11-15T21:26:39.587Z | Downloaded walkdir v2.5.0 |
1066 | 2024-11-15T21:26:39.587Z | Downloaded zopfli v0.8.1 |
1067 | 2024-11-15T21:26:39.587Z | Downloaded vergen v8.3.2 |
1068 | 2024-11-15T21:26:39.587Z | Downloaded indexmap v1.9.3 |
1069 | 2024-11-15T21:26:39.587Z | Downloaded icu_properties v1.5.1 |
1070 | 2024-11-15T21:26:39.588Z | Downloaded memmap2 v0.9.5 |
1071 | 2024-11-15T21:26:39.588Z | Downloaded icu_locid v1.5.0 |
1072 | 2024-11-15T21:26:39.590Z | Downloaded futures-sink v0.3.31 |
1073 | 2024-11-15T21:26:39.590Z | Downloaded futures-macro v0.3.31 |
1074 | 2024-11-15T21:26:39.590Z | Downloaded futures-io v0.3.31 |
1075 | 2024-11-15T21:26:39.590Z | Downloaded rsa v0.9.6 |
1076 | 2024-11-15T21:26:39.590Z | Downloaded cc v1.1.30 |
1077 | 2024-11-15T21:26:39.590Z | Downloaded num-complex v0.4.6 |
1078 | 2024-11-15T21:26:39.590Z | Downloaded libxml v0.3.3 |
1079 | 2024-11-15T21:26:39.590Z | Downloaded pkcs5 v0.7.1 |
1080 | 2024-11-15T21:26:39.590Z | Downloaded pkcs1 v0.7.5 |
1081 | 2024-11-15T21:26:39.590Z | Downloaded backtrace v0.3.74 |
1082 | 2024-11-15T21:26:39.590Z | Downloaded base64 v0.21.7 |
1083 | 2024-11-15T21:26:39.590Z | Downloaded zone v0.3.0 |
1084 | 2024-11-15T21:26:39.590Z | Downloaded tungstenite v0.23.0 |
1085 | 2024-11-15T21:26:39.590Z | Downloaded tungstenite v0.21.0 |
1086 | 2024-11-15T21:26:39.590Z | Downloaded untrusted v0.9.0 |
1087 | 2024-11-15T21:26:39.595Z | Downloaded tokio-rustls v0.25.0 |
1088 | 2024-11-15T21:26:39.595Z | Downloaded sqlformat v0.2.6 |
1089 | 2024-11-15T21:26:39.595Z | Downloaded icu_locid_transform v1.5.0 |
1090 | 2024-11-15T21:26:39.595Z | Downloaded thread_local v1.1.8 |
1091 | 2024-11-15T21:26:39.595Z | Downloaded mime_guess v2.0.5 |
1092 | 2024-11-15T21:26:39.595Z | Downloaded litemap v0.7.3 |
1093 | 2024-11-15T21:26:39.595Z | Downloaded chacha20poly1305 v0.10.1 |
1094 | 2024-11-15T21:26:39.595Z | Downloaded itertools v0.10.5 |
1095 | 2024-11-15T21:26:39.595Z | Downloaded libloading v0.8.5 |
1096 | 2024-11-15T21:26:39.595Z | Downloaded heapless v0.7.17 |
1097 | 2024-11-15T21:26:39.595Z | Downloaded const_format v0.2.33 |
1098 | 2024-11-15T21:26:39.595Z | Downloaded signal-hook-mio v0.2.4 |
1099 | 2024-11-15T21:26:39.595Z | Downloaded serde_plain v1.0.2 |
1100 | 2024-11-15T21:26:39.595Z | Downloaded schemars_derive v0.8.21 |
1101 | 2024-11-15T21:26:39.595Z | Downloaded oso-derive v0.27.3 |
1102 | 2024-11-15T21:26:39.595Z | Downloaded fxhash v0.2.1 |
1103 | 2024-11-15T21:26:39.595Z | Downloaded ipnet v2.10.1 |
1104 | 2024-11-15T21:26:39.595Z | Downloaded hyper v1.5.0 |
1105 | 2024-11-15T21:26:39.595Z | Downloaded tokio-rustls v0.24.1 |
1106 | 2024-11-15T21:26:39.595Z | Downloaded slog-stdlog v4.1.1 |
1107 | 2024-11-15T21:26:39.595Z | Downloaded lru v0.12.5 |
1108 | 2024-11-15T21:26:39.595Z | Downloaded hyper-staticfile v0.10.1 |
1109 | 2024-11-15T21:26:39.595Z | Downloaded md-5 v0.10.6 |
1110 | 2024-11-15T21:26:39.595Z | Downloaded maybe-uninit v2.0.0 |
1111 | 2024-11-15T21:26:39.595Z | Downloaded maplit v1.0.2 |
1112 | 2024-11-15T21:26:39.596Z | Downloaded libefi-sys v0.1.0 |
1113 | 2024-11-15T21:26:39.596Z | Downloaded lalrpop-util v0.19.12 |
1114 | 2024-11-15T21:26:39.596Z | Downloaded keccak v0.1.5 |
1115 | 2024-11-15T21:26:39.596Z | Downloaded iana-time-zone v0.1.61 |
1116 | 2024-11-15T21:26:39.596Z | Downloaded hyper-rustls v0.27.3 |
1117 | 2024-11-15T21:26:39.596Z | Downloaded linear-map v1.2.0 |
1118 | 2024-11-15T21:26:39.596Z | Downloaded libsw v3.3.1 |
1119 | 2024-11-15T21:26:39.596Z | Downloaded ipnetwork v0.20.0 |
1120 | 2024-11-15T21:26:39.596Z | Downloaded bytes v1.8.0 |
1121 | 2024-11-15T21:26:39.596Z | Downloaded humantime v2.1.0 |
1122 | 2024-11-15T21:26:39.596Z | Downloaded hostname v0.4.0 |
1123 | 2024-11-15T21:26:39.596Z | Downloaded allocator-api2 v0.2.18 |
1124 | 2024-11-15T21:26:39.596Z | Downloaded hex v0.4.3 |
1125 | 2024-11-15T21:26:39.596Z | Downloaded ciborium-io v0.2.2 |
1126 | 2024-11-15T21:26:39.597Z | Downloaded cfg_aliases v0.1.1 |
1127 | 2024-11-15T21:26:39.597Z | Downloaded icu_normalizer_data v1.5.0 |
1128 | 2024-11-15T21:26:39.597Z | Downloaded atomicwrites v0.4.4 |
1129 | 2024-11-15T21:26:39.597Z | Downloaded impl-trait-for-tuples v0.2.2 |
1130 | 2024-11-15T21:26:39.597Z | Downloaded headers-core v0.3.0 |
1131 | 2024-11-15T21:26:39.597Z | Downloaded crossbeam-channel v0.5.13 |
1132 | 2024-11-15T21:26:39.597Z | Downloaded arc-swap v1.7.1 |
1133 | 2024-11-15T21:26:39.597Z | Downloaded adler2 v2.0.0 |
1134 | 2024-11-15T21:26:39.597Z | Downloaded blake2 v0.10.6 |
1135 | 2024-11-15T21:26:39.597Z | Downloaded base64 v0.13.1 |
1136 | 2024-11-15T21:26:39.597Z | Downloaded arrayvec v0.7.6 |
1137 | 2024-11-15T21:26:39.597Z | Downloaded chacha20 v0.9.1 |
1138 | 2024-11-15T21:26:39.597Z | Downloaded backoff v0.4.0 |
1139 | 2024-11-15T21:26:39.597Z | Downloaded aes v0.8.4 |
1140 | 2024-11-15T21:26:39.597Z | Downloaded aead v0.5.2 |
1141 | 2024-11-15T21:26:39.597Z | Downloaded match_cfg v0.1.0 |
1142 | 2024-11-15T21:26:39.597Z | Downloaded cookie_store v0.21.0 |
1143 | 2024-11-15T21:26:39.597Z | Downloaded bcs v0.1.6 |
1144 | 2024-11-15T21:26:39.597Z | Downloaded base64ct v1.6.0 |
1145 | 2024-11-15T21:26:39.597Z | Downloaded bitflags v1.3.2 |
1146 | 2024-11-15T21:26:39.597Z | Downloaded bit-vec v0.6.3 |
1147 | 2024-11-15T21:26:39.597Z | Downloaded httparse v1.9.5 |
1148 | 2024-11-15T21:26:39.597Z | Downloaded http-body-util v0.1.2 |
1149 | 2024-11-15T21:26:39.598Z | Downloaded hostname v0.3.1 |
1150 | 2024-11-15T21:26:39.598Z | Downloaded heck v0.3.3 |
1151 | 2024-11-15T21:26:39.598Z | Downloaded bzip2 v0.4.4 |
1152 | 2024-11-15T21:26:39.619Z | Downloaded libsqlite3-sys v0.30.1 |
1153 | 2024-11-15T21:26:39.761Z | Downloaded ring v0.17.8 |
1154 | 2024-11-15T21:26:39.918Z | Downloaded ring v0.16.20 |
1155 | 2024-11-15T21:26:40.148Z | Downloaded aws-lc-sys v0.22.0 |
1156 | 2024-11-15T21:26:40.448Z | Compiling serde v1.0.215 |
1157 | 2024-11-15T21:26:40.451Z | Compiling lock_api v0.4.12 |
1158 | 2024-11-15T21:26:40.451Z | Compiling scopeguard v1.2.0 |
1159 | 2024-11-15T21:26:40.451Z | Compiling value-bag v1.9.0 |
1160 | 2024-11-15T21:26:40.451Z | Compiling typenum v1.17.0 |
1161 | 2024-11-15T21:26:40.451Z | Compiling generic-array v0.14.7 |
1162 | 2024-11-15T21:26:40.619Z | Compiling syn v2.0.87 |
1163 | 2024-11-15T21:26:40.630Z | Compiling getrandom v0.2.15 |
1164 | 2024-11-15T21:26:40.767Z | Compiling subtle v2.6.1 |
1165 | 2024-11-15T21:26:40.929Z | Compiling rand_core v0.6.4 |
1166 | 2024-11-15T21:26:41.045Z | Compiling log v0.4.22 |
1167 | 2024-11-15T21:26:41.174Z | Compiling shlex v1.3.0 |
1168 | 2024-11-15T21:26:41.196Z | Compiling jobserver v0.1.32 |
1169 | 2024-11-15T21:26:41.212Z | Compiling smallvec v1.13.2 |
1170 | 2024-11-15T21:26:41.632Z | Compiling const-oid v0.9.6 |
1171 | 2024-11-15T21:26:41.652Z | Compiling spin v0.9.8 |
1172 | 2024-11-15T21:26:41.686Z | Compiling pin-project-lite v0.2.14 |
1173 | 2024-11-15T21:26:41.706Z | Compiling cc v1.1.30 |
1174 | 2024-11-15T21:26:41.819Z | Compiling rustix v0.38.37 |
1175 | 2024-11-15T21:26:42.054Z | Compiling parking_lot_core v0.9.10 |
1176 | 2024-11-15T21:26:42.074Z | Compiling futures-core v0.3.31 |
1177 | 2024-11-15T21:26:42.296Z | Compiling signal-hook-registry v1.4.2 |
1178 | 2024-11-15T21:26:42.367Z | Compiling mio v1.0.2 |
1179 | 2024-11-15T21:26:42.783Z | Compiling aho-corasick v1.1.3 |
1180 | 2024-11-15T21:26:43.172Z | Compiling parking_lot v0.12.3 |
1181 | 2024-11-15T21:26:43.283Z | Compiling regex-syntax v0.8.5 |
1182 | 2024-11-15T21:26:43.462Z | Compiling either v1.13.0 |
1183 | 2024-11-15T21:26:43.606Z | Compiling cpufeatures v0.2.14 |
1184 | 2024-11-15T21:26:43.755Z | Compiling lazy_static v1.5.0 |
1185 | 2024-11-15T21:26:43.783Z | Compiling glob v0.3.1 |
1186 | 2024-11-15T21:26:43.846Z | Compiling stable_deref_trait v1.2.0 |
1187 | 2024-11-15T21:26:43.889Z | Compiling futures-sink v0.3.31 |
1188 | 2024-11-15T21:26:43.987Z | Compiling socket2 v0.5.7 |
1189 | 2024-11-15T21:26:44.065Z | Compiling slab v0.4.9 |
1190 | 2024-11-15T21:26:44.169Z | Compiling prettyplease v0.2.25 |
1191 | 2024-11-15T21:26:44.523Z | Compiling minimal-lexical v0.2.1 |
1192 | 2024-11-15T21:26:44.816Z | Compiling clang-sys v1.8.1 |
1193 | 2024-11-15T21:26:44.853Z | Compiling libloading v0.8.5 |
1194 | 2024-11-15T21:26:44.979Z | Compiling nom v7.1.3 |
1195 | 2024-11-15T21:26:45.029Z | Compiling serde_json v1.0.132 |
1196 | 2024-11-15T21:26:45.262Z | Compiling home v0.5.9 |
1197 | 2024-11-15T21:26:45.334Z | Compiling bindgen v0.69.5 |
1198 | 2024-11-15T21:26:45.559Z | Compiling futures-channel v0.3.31 |
1199 | 2024-11-15T21:26:45.964Z | Compiling itertools v0.12.1 |
1200 | 2024-11-15T21:26:46.078Z | Compiling rustc-hash v1.1.0 |
1201 | 2024-11-15T21:26:46.149Z | Compiling lazycell v1.3.0 |
1202 | 2024-11-15T21:26:46.226Z | Compiling futures-task v0.3.31 |
1203 | 2024-11-15T21:26:46.342Z | Compiling pin-utils v0.1.0 |
1204 | 2024-11-15T21:26:46.440Z | Compiling foldhash v0.1.3 |
1205 | 2024-11-15T21:26:46.565Z | Compiling futures-io v0.3.31 |
1206 | 2024-11-15T21:26:46.745Z | Compiling allocator-api2 v0.2.18 |
1207 | 2024-11-15T21:26:46.902Z | Compiling regex-automata v0.4.8 |
1208 | 2024-11-15T21:26:47.532Z | Compiling hashbrown v0.15.0 |
1209 | 2024-11-15T21:26:48.514Z | Compiling synstructure v0.13.1 |
1210 | 2024-11-15T21:26:48.847Z | Compiling cexpr v0.6.0 |
1211 | 2024-11-15T21:26:49.047Z | Compiling cmake v0.1.51 |
1212 | 2024-11-15T21:26:50.070Z | Compiling libm v0.2.8 |
1213 | 2024-11-15T21:26:50.135Z | Compiling tinyvec_macros v0.1.1 |
1214 | 2024-11-15T21:26:50.196Z | Compiling fs_extra v1.3.0 |
1215 | 2024-11-15T21:26:50.229Z | Compiling dunce v1.0.5 |
1216 | 2024-11-15T21:26:50.341Z | Compiling pkg-config v0.3.31 |
1217 | 2024-11-15T21:26:50.410Z | Compiling tinyvec v1.8.0 |
1218 | 2024-11-15T21:26:50.600Z | Compiling num-traits v0.2.19 |
1219 | 2024-11-15T21:26:51.103Z | Compiling ring v0.17.8 |
1220 | 2024-11-15T21:26:51.788Z | Compiling base64ct v1.6.0 |
1221 | 2024-11-15T21:26:51.861Z | Compiling unicode-normalization v0.1.24 |
1222 | 2024-11-15T21:26:51.905Z | Compiling unicode-bidi v0.3.17 |
1223 | 2024-11-15T21:26:52.177Z | Compiling writeable v0.5.5 |
1224 | 2024-11-15T21:26:52.241Z | Compiling paste v1.0.15 |
1225 | 2024-11-15T21:26:52.348Z | Compiling litemap v0.7.3 |
1226 | 2024-11-15T21:26:52.727Z | Compiling regex v1.11.1 |
1227 | 2024-11-15T21:26:52.814Z | Compiling pem-rfc7468 v0.7.0 |
1228 | 2024-11-15T21:26:53.308Z | Compiling httparse v1.9.5 |
1229 | 2024-11-15T21:26:53.509Z | Compiling flagset v0.4.6 |
1230 | 2024-11-15T21:26:53.715Z | Compiling aws-lc-rs v1.10.0 |
1231 | 2024-11-15T21:26:54.046Z | Compiling tracing-core v0.1.32 |
1232 | 2024-11-15T21:26:54.142Z | Compiling rustls-pki-types v1.9.0 |
1233 | 2024-11-15T21:26:54.856Z | Compiling percent-encoding v2.3.1 |
1234 | 2024-11-15T21:26:54.998Z | Compiling icu_locid_transform_data v1.5.0 |
1235 | 2024-11-15T21:26:55.099Z | Compiling crossbeam-utils v0.8.20 |
1236 | 2024-11-15T21:26:55.233Z | Compiling mirai-annotations v1.12.0 |
1237 | 2024-11-15T21:26:55.381Z | Compiling time-core v0.1.2 |
1238 | 2024-11-15T21:26:55.427Z | Compiling vcpkg v0.2.15 |
1239 | 2024-11-15T21:26:55.452Z | Compiling serde_derive v1.0.215 |
1240 | 2024-11-15T21:26:55.555Z | Compiling zeroize_derive v1.4.2 |
1241 | 2024-11-15T21:26:55.682Z | Compiling zerocopy-derive v0.7.35 |
1242 | 2024-11-15T21:26:55.900Z | Compiling tokio-macros v2.4.0 |
1243 | 2024-11-15T21:26:57.124Z | Compiling zeroize v1.8.1 |
1244 | 2024-11-15T21:26:57.544Z | Compiling zerofrom-derive v0.1.4 |
1245 | 2024-11-15T21:26:57.564Z | Compiling yoke-derive v0.7.4 |
1246 | 2024-11-15T21:26:57.602Z | Compiling thiserror-impl v1.0.69 |
1247 | 2024-11-15T21:26:57.954Z | Compiling zerocopy v0.7.35 |
1248 | 2024-11-15T21:26:58.529Z | Compiling futures-macro v0.3.31 |
1249 | 2024-11-15T21:26:58.865Z | Compiling crypto-common v0.1.6 |
1250 | 2024-11-15T21:26:59.116Z | Compiling block-buffer v0.10.4 |
1251 | 2024-11-15T21:26:59.386Z | Compiling digest v0.10.7 |
1252 | 2024-11-15T21:26:59.595Z | Compiling zerovec-derive v0.10.3 |
1253 | 2024-11-15T21:26:59.891Z | Compiling hmac v0.12.1 |
1254 | 2024-11-15T21:26:59.894Z | Compiling block-padding v0.3.3 |
1255 | 2024-11-15T21:27:00.141Z | Compiling displaydoc v0.2.5 |
1256 | 2024-11-15T21:27:00.160Z | Compiling inout v0.1.3 |
1257 | 2024-11-15T21:27:00.443Z | Compiling cipher v0.4.4 |
1258 | 2024-11-15T21:27:00.529Z | Compiling futures-util v0.3.31 |
1259 | 2024-11-15T21:27:00.669Z | Compiling sha2 v0.10.8 |
1260 | 2024-11-15T21:27:00.955Z | Compiling ppv-lite86 v0.2.20 |
1261 | 2024-11-15T21:27:00.959Z | Compiling thiserror v1.0.69 |
1262 | 2024-11-15T21:27:01.102Z | Compiling icu_provider_macros v1.5.0 |
1263 | 2024-11-15T21:27:01.560Z | Compiling zerofrom v0.1.4 |
1264 | 2024-11-15T21:27:01.811Z | Compiling yoke v0.7.4 |
1265 | 2024-11-15T21:27:01.879Z | Compiling der_derive v0.7.3 |
1266 | 2024-11-15T21:27:01.907Z | Compiling rand_chacha v0.3.1 |
1267 | 2024-11-15T21:27:02.193Z | Compiling tracing-attributes v0.1.27 |
1268 | 2024-11-15T21:27:02.287Z | Compiling zerovec v0.10.4 |
1269 | 2024-11-15T21:27:02.371Z | Compiling rand v0.8.5 |
1270 | 2024-11-15T21:27:04.249Z | Compiling tinystr v0.7.6 |
1271 | 2024-11-15T21:27:04.378Z | Compiling icu_collections v1.5.0 |
1272 | 2024-11-15T21:27:04.433Z | Compiling der v0.7.9 |
1273 | 2024-11-15T21:27:04.497Z | Compiling pest v2.7.14 |
1274 | 2024-11-15T21:27:04.519Z | Compiling salsa20 v0.10.2 |
1275 | 2024-11-15T21:27:04.687Z | Compiling icu_locid v1.5.0 |
1276 | 2024-11-15T21:27:04.728Z | Compiling pbkdf2 v0.12.2 |
1277 | 2024-11-15T21:27:04.937Z | Compiling powerfmt v0.2.0 |
1278 | 2024-11-15T21:27:05.314Z | Compiling untrusted v0.9.0 |
1279 | 2024-11-15T21:27:05.502Z | Compiling num-conv v0.1.0 |
1280 | 2024-11-15T21:27:05.765Z | Compiling icu_properties_data v1.5.0 |
1281 | 2024-11-15T21:27:05.857Z | Compiling untrusted v0.7.1 |
1282 | 2024-11-15T21:27:06.006Z | Compiling icu_provider v1.5.0 |
1283 | 2024-11-15T21:27:06.024Z | Compiling tracing v0.1.40 |
1284 | 2024-11-15T21:27:06.044Z | Compiling time-macros v0.2.18 |
1285 | 2024-11-15T21:27:06.566Z | Compiling spki v0.7.3 |
1286 | 2024-11-15T21:27:06.931Z | Compiling icu_locid_transform v1.5.0 |
1287 | 2024-11-15T21:27:07.169Z | Compiling pest_meta v2.7.14 |
1288 | 2024-11-15T21:27:07.214Z | Compiling deranged v0.3.11 |
1289 | 2024-11-15T21:27:07.764Z | Compiling scrypt v0.11.0 |
1290 | 2024-11-15T21:27:08.352Z | Compiling icu_properties v1.5.1 |
1291 | 2024-11-15T21:27:08.765Z | Compiling cbc v0.1.2 |
1292 | 2024-11-15T21:27:09.009Z | Compiling aes v0.8.4 |
1293 | 2024-11-15T21:27:09.156Z | Compiling openssl-sys v0.9.104 |
1294 | 2024-11-15T21:27:09.398Z | Compiling scroll_derive v0.12.0 |
1295 | 2024-11-15T21:27:09.605Z | Compiling bitflags v2.6.0 |
1296 | 2024-11-15T21:27:09.941Z | Compiling bytes v1.8.0 |
1297 | 2024-11-15T21:27:10.609Z | Compiling indexmap v2.6.0 |
1298 | 2024-11-15T21:27:10.903Z | Compiling tokio v1.40.0 |
1299 | 2024-11-15T21:27:11.273Z | Compiling http v1.1.0 |
1300 | 2024-11-15T21:27:11.961Z | Compiling semver v1.0.23 |
1301 | 2024-11-15T21:27:12.165Z | Compiling utf8_iter v1.0.4 |
1302 | 2024-11-15T21:27:12.334Z | Compiling utf16_iter v1.0.5 |
1303 | 2024-11-15T21:27:12.512Z | Compiling rustc_version v0.4.1 |
1304 | 2024-11-15T21:27:12.533Z | Compiling write16 v1.0.0 |
1305 | 2024-11-15T21:27:12.668Z | Compiling num_threads v0.1.7 |
1306 | 2024-11-15T21:27:12.705Z | Compiling atomic-waker v1.1.2 |
1307 | 2024-11-15T21:27:12.802Z | Compiling icu_normalizer_data v1.5.0 |
1308 | 2024-11-15T21:27:12.891Z | Compiling icu_normalizer v1.5.0 |
1309 | 2024-11-15T21:27:12.911Z | Compiling http-body v1.0.1 |
1310 | 2024-11-15T21:27:13.151Z | Compiling time v0.3.36 |
1311 | 2024-11-15T21:27:13.180Z | Compiling scroll v0.12.0 |
1312 | 2024-11-15T21:27:13.446Z | Compiling pkcs5 v0.7.1 |
1313 | 2024-11-15T21:27:13.466Z | Compiling pest_generator v2.7.14 |
1314 | 2024-11-15T21:27:13.728Z | Compiling form_urlencoded v1.2.1 |
1315 | 2024-11-15T21:27:13.767Z | Compiling slog v2.7.0 |
1316 | 2024-11-15T21:27:14.069Z | Compiling which v4.4.2 |
1317 | 2024-11-15T21:27:14.298Z | Compiling try-lock v0.2.5 |
1318 | 2024-11-15T21:27:14.633Z | Compiling want v0.3.1 |
1319 | 2024-11-15T21:27:14.746Z | Compiling pkcs8 v0.10.2 |
1320 | 2024-11-15T21:27:14.882Z | Compiling goblin v0.8.2 |
1321 | 2024-11-15T21:27:14.916Z | Compiling idna_adapter v1.2.0 |
1322 | 2024-11-15T21:27:15.143Z | Compiling httpdate v1.0.3 |
1323 | 2024-11-15T21:27:15.428Z | Compiling idna v1.0.3 |
1324 | 2024-11-15T21:27:15.514Z | Compiling pest_derive v2.7.14 |
1325 | 2024-11-15T21:27:15.595Z | Compiling toml_datetime v0.6.8 |
1326 | 2024-11-15T21:27:16.084Z | Compiling uuid v1.11.0 |
1327 | 2024-11-15T21:27:16.311Z | Compiling dtrace-parser v0.2.0 |
1328 | 2024-11-15T21:27:16.357Z | Compiling serde_spanned v0.6.8 |
1329 | 2024-11-15T21:27:16.609Z | Compiling serde_tokenstream v0.2.2 |
1330 | 2024-11-15T21:27:17.238Z | Compiling adler2 v2.0.0 |
1331 | 2024-11-15T21:27:17.331Z | Compiling tower-service v0.3.3 |
1332 | 2024-11-15T21:27:17.454Z | Compiling iana-time-zone v0.1.61 |
1333 | 2024-11-15T21:27:17.469Z | Compiling openssl v0.10.68 |
1334 | 2024-11-15T21:27:17.567Z | Compiling base64 v0.22.1 |
1335 | 2024-11-15T21:27:17.888Z | Compiling rustversion v1.0.17 |
1336 | 2024-11-15T21:27:17.909Z | Compiling match_cfg v0.1.0 |
1337 | 2024-11-15T21:27:18.010Z | Compiling foreign-types-shared v0.1.1 |
1338 | 2024-11-15T21:27:18.126Z | Compiling foreign-types v0.3.2 |
1339 | 2024-11-15T21:27:18.225Z | Compiling hostname v0.3.1 |
1340 | 2024-11-15T21:27:18.357Z | Compiling chrono v0.4.38 |
1341 | 2024-11-15T21:27:18.405Z | Compiling miniz_oxide v0.8.0 |
1342 | 2024-11-15T21:27:18.460Z | Compiling url v2.5.3 |
1343 | 2024-11-15T21:27:18.646Z | Compiling openssl-macros v0.1.1 |
1344 | 2024-11-15T21:27:19.413Z | Compiling tokio-util v0.7.12 |
1345 | 2024-11-15T21:27:19.886Z | Compiling async-trait v0.1.83 |
1346 | 2024-11-15T21:27:19.939Z | Compiling dirs-sys-next v0.1.2 |
1347 | 2024-11-15T21:27:20.456Z | Compiling h2 v0.4.6 |
1348 | 2024-11-15T21:27:20.588Z | Compiling dof v0.3.0 |
1349 | 2024-11-15T21:27:20.860Z | Compiling data-encoding v2.6.0 |
1350 | 2024-11-15T21:27:22.109Z | Compiling usdt-impl v0.5.0 |
1351 | 2024-11-15T21:27:22.682Z | Compiling rustls v0.23.14 |
1352 | 2024-11-15T21:27:22.814Z | Compiling rustls v0.22.4 |
1353 | 2024-11-15T21:27:22.957Z | Compiling native-tls v0.2.12 |
1354 | 2024-11-15T21:27:23.076Z | Compiling syn v1.0.109 |
1355 | 2024-11-15T21:27:23.290Z | Compiling siphasher v0.3.11 |
1356 | 2024-11-15T21:27:23.385Z | Compiling dirs-next v2.0.0 |
1357 | 2024-11-15T21:27:23.678Z | Compiling heapless v0.7.17 |
1358 | 2024-11-15T21:27:23.768Z | Compiling http-body-util v0.1.2 |
1359 | 2024-11-15T21:27:24.116Z | Compiling crossbeam-epoch v0.9.18 |
1360 | 2024-11-15T21:27:24.287Z | Compiling sha1 v0.10.6 |
1361 | 2024-11-15T21:27:24.723Z | Compiling signature v2.2.0 |
1362 | 2024-11-15T21:27:24.881Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1363 | 2024-11-15T21:27:24.987Z | Compiling serde_derive_internals v0.29.1 |
1364 | 2024-11-15T21:27:25.017Z | Compiling thread_local v1.1.8 |
1365 | 2024-11-15T21:27:25.037Z | Compiling cookie v0.18.1 |
1366 | 2024-11-15T21:27:25.300Z | Compiling encoding_rs v0.8.34 |
1367 | 2024-11-15T21:27:25.374Z | Compiling multer v3.1.0 |
1368 | 2024-11-15T21:27:25.574Z | Compiling rayon-core v1.12.1 |
1369 | 2024-11-15T21:27:25.651Z | Compiling schemars v0.8.21 |
1370 | 2024-11-15T21:27:25.840Z | Compiling gimli v0.31.1 |
1371 | 2024-11-15T21:27:26.003Z | Compiling ipnet v2.10.1 |
1372 | 2024-11-15T21:27:26.367Z | Compiling signal-hook v0.3.17 |
1373 | 2024-11-15T21:27:26.628Z | Compiling openssl-probe v0.1.5 |
1374 | 2024-11-15T21:27:26.987Z | Compiling mime v0.3.17 |
1375 | 2024-11-15T21:27:27.404Z | Compiling hyper v1.5.0 |
1376 | 2024-11-15T21:27:27.611Z | Compiling unicode-properties v0.1.3 |
1377 | 2024-11-15T21:27:27.690Z | Compiling slog-async v2.8.0 |
1378 | 2024-11-15T21:27:28.035Z | Compiling stringprep v0.1.5 |
1379 | 2024-11-15T21:27:28.283Z | Compiling schemars_derive v0.8.21 |
1380 | 2024-11-15T21:27:29.396Z | Compiling toml_edit v0.22.22 |
1381 | 2024-11-15T21:27:29.896Z | Compiling hyper-util v0.1.10 |
1382 | 2024-11-15T21:27:31.043Z | Compiling addr2line v0.24.2 |
1383 | 2024-11-15T21:27:31.749Z | Compiling usdt-attr-macro v0.5.0 |
1384 | 2024-11-15T21:27:31.780Z | Compiling usdt-macro v0.5.0 |
1385 | 2024-11-15T21:27:31.800Z | Compiling crossbeam-deque v0.8.5 |
1386 | 2024-11-15T21:27:32.273Z | Compiling term v0.7.0 |
1387 | 2024-11-15T21:27:32.874Z | Compiling slog-json v2.6.1 |
1388 | 2024-11-15T21:27:33.027Z | Compiling serde_urlencoded v0.7.1 |
1389 | 2024-11-15T21:27:33.172Z | Compiling curve25519-dalek v4.1.3 |
1390 | 2024-11-15T21:27:33.238Z | Compiling crossbeam-channel v0.5.13 |
1391 | 2024-11-15T21:27:33.307Z | Compiling futures-executor v0.3.31 |
1392 | 2024-11-15T21:27:33.523Z | Compiling md-5 v0.10.6 |
1393 | 2024-11-15T21:27:33.727Z | Compiling async-stream-impl v0.3.6 |
1394 | 2024-11-15T21:27:33.762Z | Compiling enum-as-inner v0.6.1 |
1395 | 2024-11-15T21:27:33.784Z | Compiling num-integer v0.1.46 |
1396 | 2024-11-15T21:27:33.884Z | Compiling rustls-pemfile v2.2.0 |
1397 | 2024-11-15T21:27:34.238Z | Compiling idna v0.3.0 |
1398 | 2024-11-15T21:27:34.367Z | Compiling idna v0.4.0 |
1399 | 2024-11-15T21:27:34.555Z | Compiling hash32 v0.2.1 |
1400 | 2024-11-15T21:27:34.829Z | Compiling ff v0.13.0 |
1401 | 2024-11-15T21:27:34.945Z | Compiling is-terminal v0.4.13 |
1402 | 2024-11-15T21:27:35.062Z | Compiling dropshot v0.12.0 |
1403 | 2024-11-15T21:27:35.082Z | Compiling object v0.36.5 |
1404 | 2024-11-15T21:27:35.127Z | Compiling linked-hash-map v0.5.6 |
1405 | 2024-11-15T21:27:35.343Z | Compiling portable-atomic v1.9.0 |
1406 | 2024-11-15T21:27:35.504Z | Compiling rustc-demangle v0.1.24 |
1407 | 2024-11-15T21:27:35.910Z | Compiling num-bigint-dig v0.8.4 |
1408 | 2024-11-15T21:27:36.043Z | Compiling psl-types v2.0.11 |
1409 | 2024-11-15T21:27:36.202Z | Compiling base16ct v0.2.0 |
1410 | 2024-11-15T21:27:36.235Z | Compiling fallible-iterator v0.2.0 |
1411 | 2024-11-15T21:27:36.420Z | Compiling quick-error v1.2.3 |
1412 | 2024-11-15T21:27:36.495Z | Compiling utf-8 v0.7.6 |
1413 | 2024-11-15T21:27:36.567Z | Compiling take_mut v0.2.2 |
1414 | 2024-11-15T21:27:36.591Z | Compiling anyhow v1.0.93 |
1415 | 2024-11-15T21:27:36.729Z | Compiling smoltcp v0.9.1 |
1416 | 2024-11-15T21:27:36.816Z | Compiling dyn-clone v1.0.17 |
1417 | 2024-11-15T21:27:37.007Z | Compiling postgres-protocol v0.6.7 |
1418 | 2024-11-15T21:27:37.583Z | Compiling tungstenite v0.24.0 |
1419 | 2024-11-15T21:27:37.804Z | Compiling resolv-conf v0.7.0 |
1420 | 2024-11-15T21:27:38.344Z | Compiling sec1 v0.7.3 |
1421 | 2024-11-15T21:27:38.646Z | Compiling publicsuffix v2.2.3 |
1422 | 2024-11-15T21:27:38.710Z | Compiling lru-cache v0.1.2 |
1423 | 2024-11-15T21:27:38.932Z | Compiling hickory-proto v0.24.1 |
1424 | 2024-11-15T21:27:38.934Z | Compiling async-stream v0.3.6 |
1425 | 2024-11-15T21:27:38.984Z | Compiling usdt v0.5.0 |
1426 | 2024-11-15T21:27:39.270Z | Compiling slog-term v2.9.1 |
1427 | 2024-11-15T21:27:39.505Z | Compiling group v0.13.0 |
1428 | 2024-11-15T21:27:39.974Z | Compiling num-iter v0.1.45 |
1429 | 2024-11-15T21:27:40.280Z | Compiling futures v0.3.31 |
1430 | 2024-11-15T21:27:40.402Z | Compiling slog-bunyan v2.5.0 |
1431 | 2024-11-15T21:27:40.624Z | Compiling toml v0.8.19 |
1432 | 2024-11-15T21:27:41.014Z | Compiling camino v1.1.9 |
1433 | 2024-11-15T21:27:42.042Z | Compiling tokio-native-tls v0.3.1 |
1434 | 2024-11-15T21:27:42.411Z | Compiling phf_shared v0.11.2 |
1435 | 2024-11-15T21:27:42.494Z | Compiling backtrace v0.3.74 |
1436 | 2024-11-15T21:27:42.814Z | Compiling dropshot_endpoint v0.12.0 |
1437 | 2024-11-15T21:27:43.084Z | Compiling terminal_size v0.4.0 |
1438 | 2024-11-15T21:27:43.272Z | Compiling waitgroup v0.1.2 |
1439 | 2024-11-15T21:27:43.303Z | Compiling openapiv3 v2.0.0 |
1440 | 2024-11-15T21:27:43.324Z | Compiling serde_path_to_error v0.1.16 |
1441 | 2024-11-15T21:27:43.501Z | Compiling hkdf v0.12.4 |
1442 | 2024-11-15T21:27:43.771Z | Compiling crypto-bigint v0.5.5 |
1443 | 2024-11-15T21:27:44.178Z | Compiling zerocopy-derive v0.6.6 |
1444 | 2024-11-15T21:27:46.212Z | Compiling curve25519-dalek-derive v0.1.1 |
1445 | 2024-11-15T21:27:46.266Z | Compiling hubpack_derive v0.1.1 |
1446 | 2024-11-15T21:27:46.507Z | Compiling webpki-roots v0.26.6 |
1447 | 2024-11-15T21:27:46.723Z | Compiling idna v0.5.0 |
1448 | 2024-11-15T21:27:47.199Z | Compiling hostname v0.4.0 |
1449 | 2024-11-15T21:27:47.417Z | Compiling fs-err v2.11.0 |
1450 | 2024-11-15T21:27:47.457Z | Compiling crc32fast v1.4.2 |
1451 | 2024-11-15T21:27:47.698Z | Compiling ahash v0.8.11 |
1452 | 2024-11-15T21:27:47.743Z | Compiling winnow v0.5.40 |
1453 | 2024-11-15T21:27:47.765Z | Compiling managed v0.8.0 |
1454 | 2024-11-15T21:27:47.789Z | Compiling bitflags v1.3.2 |
1455 | 2024-11-15T21:27:47.897Z | Compiling debug-ignore v1.0.5 |
1456 | 2024-11-15T21:27:48.067Z | Compiling clap_builder v4.5.21 |
1457 | 2024-11-15T21:27:48.122Z | Compiling console v0.15.8 |
1458 | 2024-11-15T21:27:48.295Z | Compiling strum_macros v0.25.3 |
1459 | 2024-11-15T21:27:49.869Z | Compiling flate2 v1.0.34 |
1460 | 2024-11-15T21:27:49.913Z | Compiling cookie_store v0.21.0 |
1461 | 2024-11-15T21:27:50.362Z | Compiling hubpack v0.1.2 |
1462 | 2024-11-15T21:27:50.819Z | Compiling elliptic-curve v0.13.8 |
1463 | 2024-11-15T21:27:50.859Z | Compiling zerocopy v0.6.6 |
1464 | 2024-11-15T21:27:51.529Z | Compiling toml_edit v0.19.15 |
1465 | 2024-11-15T21:27:51.635Z | Compiling hickory-resolver v0.24.1 |
1466 | 2024-11-15T21:27:51.781Z | Compiling signal-hook-mio v0.2.4 |
1467 | 2024-11-15T21:27:51.947Z | Compiling phf v0.11.2 |
1468 | 2024-11-15T21:27:52.254Z | Compiling hyper-tls v0.6.0 |
1469 | 2024-11-15T21:27:52.545Z | Compiling rayon v1.10.0 |
1470 | 2024-11-15T21:27:52.564Z | Compiling bzip2 v0.4.4 |
1471 | 2024-11-15T21:27:54.349Z | Compiling tokio-tungstenite v0.24.0 |
1472 | 2024-11-15T21:27:54.907Z | Compiling postgres-types v0.2.8 |
1473 | 2024-11-15T21:27:56.460Z | Compiling ed25519 v2.2.3 |
1474 | 2024-11-15T21:27:57.406Z | Compiling phf_shared v0.10.0 |
1475 | 2024-11-15T21:27:57.489Z | Compiling tokio-stream v0.1.16 |
1476 | 2024-11-15T21:27:57.665Z | Compiling pkcs1 v0.7.5 |
1477 | 2024-11-15T21:27:57.821Z | Compiling serde-big-array v0.5.1 |
1478 | 2024-11-15T21:27:58.066Z | Compiling rfc6979 v0.4.0 |
1479 | 2024-11-15T21:27:58.259Z | Compiling serde_repr v0.1.19 |
1480 | 2024-11-15T21:27:58.353Z | Compiling derive-where v1.2.7 |
1481 | 2024-11-15T21:27:58.387Z | Compiling clap_derive v4.5.18 |
1482 | 2024-11-15T21:27:58.580Z | Compiling float-cmp v0.9.0 |
1483 | 2024-11-15T21:27:58.651Z | Compiling bstr v1.10.0 |
1484 | 2024-11-15T21:27:58.808Z | Compiling sync_wrapper v1.0.1 |
1485 | 2024-11-15T21:27:58.968Z | Compiling whoami v1.5.2 |
1486 | 2024-11-15T21:27:59.415Z | Compiling unicode-width v0.2.0 |
1487 | 2024-11-15T21:27:59.691Z | Compiling static_assertions v1.1.0 |
1488 | 2024-11-15T21:27:59.693Z | Compiling fixedbitset v0.4.2 |
1489 | 2024-11-15T21:27:59.696Z | Compiling number_prefix v0.4.0 |
1490 | 2024-11-15T21:27:59.927Z | Compiling unicode-segmentation v1.12.0 |
1491 | 2024-11-15T21:27:59.947Z | Compiling new_debug_unreachable v1.0.6 |
1492 | 2024-11-15T21:28:00.046Z | Compiling precomputed-hash v0.1.1 |
1493 | 2024-11-15T21:28:00.065Z | Compiling difflib v0.4.0 |
1494 | 2024-11-15T21:28:00.168Z | Compiling bit-vec v0.6.3 |
1495 | 2024-11-15T21:28:00.522Z | Compiling predicates-core v1.0.8 |
1496 | 2024-11-15T21:28:00.624Z | Compiling normalize-line-endings v0.3.0 |
1497 | 2024-11-15T21:28:00.755Z | Compiling predicates v3.1.2 |
1498 | 2024-11-15T21:28:00.803Z | Compiling similar v2.6.0 |
1499 | 2024-11-15T21:28:00.878Z | Compiling bit-set v0.5.3 |
1500 | 2024-11-15T21:28:01.163Z | Compiling string_cache v0.8.7 |
1501 | 2024-11-15T21:28:01.659Z | Compiling petgraph v0.6.5 |
1502 | 2024-11-15T21:28:01.742Z | Compiling indicatif v0.17.9 |
1503 | 2024-11-15T21:28:01.885Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1504 | 2024-11-15T21:28:02.584Z | Compiling tokio-postgres v0.7.12 |
1505 | 2024-11-15T21:28:03.284Z | Compiling ecdsa v0.16.9 |
1506 | 2024-11-15T21:28:03.553Z | Compiling clap v4.5.21 |
1507 | 2024-11-15T21:28:03.683Z | Compiling rsa v0.9.6 |
1508 | 2024-11-15T21:28:03.969Z | Compiling ed25519-dalek v2.1.1 |
1509 | 2024-11-15T21:28:04.187Z | Compiling toml v0.7.8 |
1510 | 2024-11-15T21:28:05.287Z | Compiling zip v0.6.6 |
1511 | 2024-11-15T21:28:05.822Z | Compiling crossterm v0.28.1 |
1512 | 2024-11-15T21:28:06.831Z | Compiling hex v0.4.3 |
1513 | 2024-11-15T21:28:07.102Z | Compiling x509-cert v0.2.5 |
1514 | 2024-11-15T21:28:07.407Z | Compiling itertools v0.10.5 |
1515 | 2024-11-15T21:28:07.447Z | Compiling peg-runtime v0.8.3 |
1516 | 2024-11-15T21:28:08.133Z | Compiling lalrpop-util v0.19.12 |
1517 | 2024-11-15T21:28:08.239Z | Compiling unicode-xid v0.2.6 |
1518 | 2024-11-15T21:28:08.428Z | Compiling strum_macros v0.26.4 |
1519 | 2024-11-15T21:28:08.503Z | Compiling xattr v1.3.1 |
1520 | 2024-11-15T21:28:08.770Z | Compiling filetime v0.2.25 |
1521 | 2024-11-15T21:28:09.064Z | Compiling tar v0.4.43 |
1522 | 2024-11-15T21:28:13.588Z | Compiling strum v0.26.3 |
1523 | 2024-11-15T21:28:15.835Z | Compiling aws-lc-sys v0.22.0 |
1524 | 2024-11-15T21:28:43.674Z | Compiling rustls-webpki v0.102.8 |
1525 | 2024-11-15T21:28:47.032Z | Compiling tokio-rustls v0.25.0 |
1526 | 2024-11-15T21:28:48.690Z | Compiling tokio-rustls v0.26.0 |
1527 | 2024-11-15T21:28:49.089Z | Compiling hyper-rustls v0.27.3 |
1528 | 2024-11-15T21:28:49.424Z | Compiling reqwest v0.12.9 |
1529 | 2024-11-15T21:28:50.473Z | Compiling qorb v0.2.0 |
1530 | 2024-11-15T21:28:55.405Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1531 | 2024-11-15T21:28:55.635Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1532 | 2024-11-15T21:29:01.383Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 24s |
1533 | 2024-11-15T21:29:01.545Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1534 | 2024-11-15T21:29:01.595Z | Nov 15 21:29:00.837 INFO Starting download, target: Cockroach |
1535 | 2024-11-15T21:29:01.595Z | Nov 15 21:29:00.837 INFO Starting download, target: DendriteOpenapi |
1536 | 2024-11-15T21:29:01.595Z | Nov 15 21:29:00.837 INFO Starting download, target: Console |
1537 | 2024-11-15T21:29:01.600Z | Nov 15 21:29:00.837 INFO Starting download, target: DendriteStub |
1538 | 2024-11-15T21:29:01.600Z | Nov 15 21:29:00.837 INFO Starting download, target: Clickhouse |
1539 | 2024-11-15T21:29:01.600Z | Nov 15 21:29:00.837 INFO Starting download, target: MaghemiteMgd |
1540 | 2024-11-15T21:29:01.600Z | Nov 15 21:29:00.837 INFO Starting download, target: TransceiverControl |
1541 | 2024-11-15T21:29:01.600Z | Nov 15 21:29:00.838 INFO Downloading out/downloads/dpd-8290b412c867438997c8bbb3b1fa75ed23ff250f.json (attempt 1/3), target: DendriteOpenapi |
1542 | 2024-11-15T21:29:01.600Z | Nov 15 21:29:00.838 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1543 | 2024-11-15T21:29:01.600Z | Nov 15 21:29:00.838 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1544 | 2024-11-15T21:29:01.600Z | Nov 15 21:29:00.838 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1545 | 2024-11-15T21:29:01.600Z | Nov 15 21:29:00.838 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1546 | 2024-11-15T21:29:01.600Z | Nov 15 21:29:00.838 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1547 | 2024-11-15T21:29:01.600Z | Nov 15 21:29:00.838 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1548 | 2024-11-15T21:29:01.838Z | Nov 15 21:29:01.064 INFO Download complete, target: DendriteOpenapi |
1549 | 2024-11-15T21:29:01.982Z | Nov 15 21:29:01.199 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1550 | 2024-11-15T21:29:02.283Z | Nov 15 21:29:01.504 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1551 | 2024-11-15T21:29:02.535Z | Nov 15 21:29:01.767 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1552 | 2024-11-15T21:29:02.541Z | Nov 15 21:29:01.776 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1553 | 2024-11-15T21:29:03.600Z | Nov 15 21:29:01.838 INFO Download complete, target: Console |
1554 | 2024-11-15T21:29:03.603Z | Nov 15 21:29:01.868 INFO Download complete, target: TransceiverControl |
1555 | 2024-11-15T21:29:03.603Z | Nov 15 21:29:02.417 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1556 | 2024-11-15T21:29:03.603Z | Nov 15 21:29:02.417 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1557 | 2024-11-15T21:29:03.682Z | Nov 15 21:29:02.924 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1558 | 2024-11-15T21:29:05.177Z | Nov 15 21:29:04.418 INFO Download complete, target: DendriteStub |
1559 | 2024-11-15T21:29:05.343Z | Nov 15 21:29:04.584 INFO Download complete, target: MaghemiteMgd |
1560 | 2024-11-15T21:29:10.277Z | Nov 15 21:29:09.518 INFO Checking that binary works, target: Cockroach |
1561 | 2024-11-15T21:29:10.433Z | Nov 15 21:29:09.674 INFO Download complete, target: Cockroach |
1562 | 2024-11-15T21:29:15.758Z | Nov 15 21:29:14.996 INFO Checking that binary works, target: Clickhouse |
1563 | 2024-11-15T21:29:15.916Z | Nov 15 21:29:15.157 INFO Download complete, target: Clickhouse |
1564 | 2024-11-15T21:29:15.937Z | All builder prerequisites installed successfully, and PATH looks valid |
1565 | 2024-11-15T21:29:15.940Z | |
1566 | 2024-11-15T21:29:15.940Z | real 4:59.280081810 |
1567 | 2024-11-15T21:29:15.940Z | user 16:24.781510152 |
1568 | 2024-11-15T21:29:15.940Z | sys 3:12.792566356 |
1569 | 2024-11-15T21:29:15.940Z | trap 0.564716091 |
1570 | 2024-11-15T21:29:15.940Z | tflt 1.563796672 |
1571 | 2024-11-15T21:29:15.940Z | dflt 2.357501908 |
1572 | 2024-11-15T21:29:15.940Z | kflt 0.027452465 |
1573 | 2024-11-15T21:29:15.940Z | lock 29:24.507355658 |
1574 | 2024-11-15T21:29:15.940Z | slp 1:01:30.166230628 |
1575 | 2024-11-15T21:29:15.940Z | lat 58.948652131 |
1576 | 2024-11-15T21:29:15.940Z | stop 2:16.164685134 |
1577 | 2024-11-15T21:29:15.940Z | + banner clippy |
1578 | 2024-11-15T21:29:15.943Z | |
1579 | 2024-11-15T21:29:15.943Z | #### # # ##### ##### # # |
1580 | 2024-11-15T21:29:15.943Z | # # # # # # # # # # |
1581 | 2024-11-15T21:29:15.943Z | # # # # # # # # |
1582 | 2024-11-15T21:29:15.943Z | # # # ##### ##### # |
1583 | 2024-11-15T21:29:15.943Z | # # # # # # # |
1584 | 2024-11-15T21:29:15.943Z | #### ###### # # # # |
1585 | 2024-11-15T21:29:15.943Z | |
1586 | 2024-11-15T21:29:15.943Z | + export CARGO_INCREMENTAL=0 |
1587 | 2024-11-15T21:29:15.943Z | + CARGO_INCREMENTAL=0 |
1588 | 2024-11-15T21:29:15.943Z | + ptime -m cargo xtask clippy |
1589 | 2024-11-15T21:29:16.461Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1590 | 2024-11-15T21:29:19.908Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.91s |
1591 | 2024-11-15T21:29:19.973Z | Running `target/debug/xtask clippy` |
1592 | 2024-11-15T21:29:19.993Z | running: /home/build/.rustup/toolchains/1.81.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1593 | 2024-11-15T21:29:20.641Z | Downloading crates ... |
1594 | 2024-11-15T21:29:20.935Z | Downloaded approx v0.5.1 |
1595 | 2024-11-15T21:29:20.943Z | Downloaded futures-lite v2.3.0 |
1596 | 2024-11-15T21:29:20.945Z | Downloaded parking v2.2.1 |
1597 | 2024-11-15T21:29:20.953Z | Downloaded target-triple v0.1.3 |
1598 | 2024-11-15T21:29:20.956Z | Downloaded escape8259 v0.5.3 |
1599 | 2024-11-15T21:29:20.959Z | Downloaded proc-macro-crate v3.2.0 |
1600 | 2024-11-15T21:29:20.961Z | Downloaded kv-log-macro v1.0.7 |
1601 | 2024-11-15T21:29:20.963Z | Downloaded event-listener-strategy v0.5.2 |
1602 | 2024-11-15T21:29:20.963Z | Downloaded async-channel v2.3.1 |
1603 | 2024-11-15T21:29:20.966Z | Downloaded criterion-plot v0.5.0 |
1604 | 2024-11-15T21:29:20.966Z | Downloaded plotters-svg v0.3.7 |
1605 | 2024-11-15T21:29:20.966Z | Downloaded async-signal v0.2.10 |
1606 | 2024-11-15T21:29:20.969Z | Downloaded stringmetrics v2.2.2 |
1607 | 2024-11-15T21:29:20.972Z | Downloaded nested v0.1.1 |
1608 | 2024-11-15T21:29:20.972Z | Downloaded rustls-native-certs v0.7.3 |
1609 | 2024-11-15T21:29:20.974Z | Downloaded blake2b_simd v1.0.2 |
1610 | 2024-11-15T21:29:20.981Z | Downloaded cfg-expr v0.17.0 |
1611 | 2024-11-15T21:29:20.981Z | Downloaded tinytemplate v1.2.1 |
1612 | 2024-11-15T21:29:20.981Z | Downloaded assert_cmd v2.0.16 |
1613 | 2024-11-15T21:29:20.984Z | Downloaded rstest v0.23.0 |
1614 | 2024-11-15T21:29:20.987Z | Downloaded rust-argon2 v2.1.0 |
1615 | 2024-11-15T21:29:20.989Z | Downloaded futures-timer v3.0.3 |
1616 | 2024-11-15T21:29:20.992Z | Downloaded async-task v4.7.1 |
1617 | 2024-11-15T21:29:20.994Z | Downloaded blocking v1.6.1 |
1618 | 2024-11-15T21:29:20.997Z | Downloaded assert-json-diff v2.0.2 |
1619 | 2024-11-15T21:29:20.997Z | Downloaded rstest_macros v0.23.0 |
1620 | 2024-11-15T21:29:20.999Z | Downloaded async-global-executor v2.4.1 |
1621 | 2024-11-15T21:29:21.002Z | Downloaded fancy-regex v0.13.0 |
1622 | 2024-11-15T21:29:21.005Z | Downloaded trybuild v1.0.101 |
1623 | 2024-11-15T21:29:21.008Z | Downloaded target-lexicon v0.12.16 |
1624 | 2024-11-15T21:29:21.011Z | Downloaded relative-path v1.9.3 |
1625 | 2024-11-15T21:29:21.013Z | Downloaded async-channel v1.9.0 |
1626 | 2024-11-15T21:29:21.013Z | Downloaded async-executor v1.13.1 |
1627 | 2024-11-15T21:29:21.016Z | Downloaded async-object-pool v0.1.5 |
1628 | 2024-11-15T21:29:21.016Z | Downloaded httptest v0.16.1 |
1629 | 2024-11-15T21:29:21.018Z | Downloaded pathdiff v0.2.2 |
1630 | 2024-11-15T21:29:21.021Z | Downloaded doc-comment v0.3.3 |
1631 | 2024-11-15T21:29:21.021Z | Downloaded cast v0.3.0 |
1632 | 2024-11-15T21:29:21.021Z | Downloaded async-lock v3.4.0 |
1633 | 2024-11-15T21:29:21.024Z | Downloaded indoc v2.0.5 |
1634 | 2024-11-15T21:29:21.027Z | Downloaded anes v0.1.6 |
1635 | 2024-11-15T21:29:21.030Z | Downloaded rand_distr v0.4.3 |
1636 | 2024-11-15T21:29:21.032Z | Downloaded oorandom v11.1.4 |
1637 | 2024-11-15T21:29:21.032Z | Downloaded async-io v2.3.4 |
1638 | 2024-11-15T21:29:21.034Z | Downloaded piper v0.2.4 |
1639 | 2024-11-15T21:29:21.036Z | Downloaded plotters-backend v0.3.7 |
1640 | 2024-11-15T21:29:21.039Z | Downloaded async-attributes v1.1.2 |
1641 | 2024-11-15T21:29:21.039Z | Downloaded serde_regex v1.1.0 |
1642 | 2024-11-15T21:29:21.042Z | Downloaded path-tree v0.8.1 |
1643 | 2024-11-15T21:29:21.042Z | Downloaded hyper-rustls v0.26.0 |
1644 | 2024-11-15T21:29:21.045Z | Downloaded threadpool v1.8.1 |
1645 | 2024-11-15T21:29:21.045Z | Downloaded concurrent-queue v2.5.0 |
1646 | 2024-11-15T21:29:21.046Z | Downloaded event-listener v2.5.3 |
1647 | 2024-11-15T21:29:21.048Z | Downloaded target-spec v3.2.2 |
1648 | 2024-11-15T21:29:21.050Z | Downloaded async-process v2.3.0 |
1649 | 2024-11-15T21:29:21.050Z | Downloaded similar-asserts v1.6.0 |
1650 | 2024-11-15T21:29:21.052Z | Downloaded libtest-mimic v0.7.3 |
1651 | 2024-11-15T21:29:21.056Z | Downloaded num_cpus v1.16.0 |
1652 | 2024-11-15T21:29:21.058Z | Downloaded partial-io v0.5.4 |
1653 | 2024-11-15T21:29:21.060Z | Downloaded datatest-stable v0.2.9 |
1654 | 2024-11-15T21:29:21.063Z | Downloaded event-listener v5.3.1 |
1655 | 2024-11-15T21:29:21.067Z | Downloaded guppy-workspace-hack v0.1.0 |
1656 | 2024-11-15T21:29:21.095Z | Downloaded pretty_assertions v1.4.1 |
1657 | 2024-11-15T21:29:21.097Z | Downloaded yansi v1.0.1 |
1658 | 2024-11-15T21:29:21.100Z | Downloaded polling v3.7.3 |
1659 | 2024-11-15T21:29:21.106Z | Downloaded plotters v0.3.7 |
1660 | 2024-11-15T21:29:21.114Z | Downloaded guppy v0.17.8 |
1661 | 2024-11-15T21:29:21.120Z | Downloaded criterion v0.5.1 |
1662 | 2024-11-15T21:29:21.126Z | Downloaded async-std v1.13.0 |
1663 | 2024-11-15T21:29:21.218Z | Downloaded httpmock v0.8.0-alpha.1 |
1664 | 2024-11-15T21:29:22.010Z | Checking cfg-if v1.0.0 |
1665 | 2024-11-15T21:29:22.087Z | Checking libc v0.2.162 |
1666 | 2024-11-15T21:29:22.117Z | Checking serde v1.0.215 |
1667 | 2024-11-15T21:29:22.117Z | Checking memchr v2.7.4 |
1668 | 2024-11-15T21:29:22.135Z | Checking value-bag v1.9.0 |
1669 | 2024-11-15T21:29:22.153Z | Checking scopeguard v1.2.0 |
1670 | 2024-11-15T21:29:22.172Z | Checking zeroize v1.8.1 |
1671 | 2024-11-15T21:29:22.203Z | Checking smallvec v1.13.2 |
1672 | 2024-11-15T21:29:22.232Z | Checking itoa v1.0.11 |
1673 | 2024-11-15T21:29:22.289Z | Checking lock_api v0.4.12 |
1674 | 2024-11-15T21:29:22.427Z | Checking byteorder v1.5.0 |
1675 | 2024-11-15T21:29:22.458Z | Checking pin-project-lite v0.2.14 |
1676 | 2024-11-15T21:29:22.524Z | Checking log v0.4.22 |
1677 | 2024-11-15T21:29:22.552Z | Checking subtle v2.6.1 |
1678 | 2024-11-15T21:29:22.602Z | Checking once_cell v1.20.2 |
1679 | 2024-11-15T21:29:22.666Z | Checking typenum v1.17.0 |
1680 | 2024-11-15T21:29:22.830Z | Checking futures-core v0.3.31 |
1681 | 2024-11-15T21:29:22.873Z | Checking zerocopy v0.7.35 |
1682 | 2024-11-15T21:29:22.900Z | Checking thiserror v1.0.69 |
1683 | 2024-11-15T21:29:22.945Z | Checking libm v0.2.8 |
1684 | 2024-11-15T21:29:23.017Z | Checking ryu v1.0.18 |
1685 | 2024-11-15T21:29:23.051Z | Checking spin v0.9.8 |
1686 | 2024-11-15T21:29:23.080Z | Checking const-oid v0.9.6 |
1687 | 2024-11-15T21:29:23.114Z | Checking getrandom v0.2.15 |
1688 | 2024-11-15T21:29:23.243Z | Checking parking_lot_core v0.9.10 |
1689 | 2024-11-15T21:29:23.364Z | Checking rand_core v0.6.4 |
1690 | 2024-11-15T21:29:23.392Z | Checking signal-hook-registry v1.4.2 |
1691 | 2024-11-15T21:29:23.571Z | Checking parking_lot v0.12.3 |
1692 | 2024-11-15T21:29:23.641Z | Checking mio v1.0.2 |
1693 | 2024-11-15T21:29:23.666Z | Checking socket2 v0.5.7 |
1694 | 2024-11-15T21:29:23.891Z | Checking generic-array v0.14.7 |
1695 | 2024-11-15T21:29:23.923Z | Checking futures-io v0.3.31 |
1696 | 2024-11-15T21:29:23.949Z | Checking num-traits v0.2.19 |
1697 | 2024-11-15T21:29:24.124Z | Checking slab v0.4.9 |
1698 | 2024-11-15T21:29:24.152Z | Checking allocator-api2 v0.2.18 |
1699 | 2024-11-15T21:29:24.259Z | Checking cpufeatures v0.2.14 |
1700 | 2024-11-15T21:29:24.329Z | Checking futures-sink v0.3.31 |
1701 | 2024-11-15T21:29:24.377Z | Checking pin-utils v0.1.0 |
1702 | 2024-11-15T21:29:24.438Z | Checking foldhash v0.1.3 |
1703 | 2024-11-15T21:29:24.472Z | Checking equivalent v1.0.1 |
1704 | 2024-11-15T21:29:24.499Z | Checking futures-channel v0.3.31 |
1705 | 2024-11-15T21:29:24.585Z | Checking futures-task v0.3.31 |
1706 | 2024-11-15T21:29:24.636Z | Checking stable_deref_trait v1.2.0 |
1707 | 2024-11-15T21:29:24.761Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1708 | 2024-11-15T21:29:24.826Z | Checking hashbrown v0.15.0 |
1709 | 2024-11-15T21:29:24.851Z | Checking fnv v1.0.7 |
1710 | 2024-11-15T21:29:24.903Z | Checking futures-util v0.3.31 |
1711 | 2024-11-15T21:29:24.979Z | Checking iana-time-zone v0.1.61 |
1712 | 2024-11-15T21:29:25.010Z | Checking ppv-lite86 v0.2.20 |
1713 | 2024-11-15T21:29:25.078Z | Checking crypto-common v0.1.6 |
1714 | 2024-11-15T21:29:25.103Z | Checking block-buffer v0.10.4 |
1715 | 2024-11-15T21:29:25.137Z | Checking tracing-core v0.1.32 |
1716 | 2024-11-15T21:29:25.260Z | Checking errno v0.3.9 |
1717 | 2024-11-15T21:29:25.316Z | Checking digest v0.10.7 |
1718 | 2024-11-15T21:29:25.430Z | Checking zerofrom v0.1.4 |
1719 | 2024-11-15T21:29:25.664Z | Checking yoke v0.7.4 |
1720 | 2024-11-15T21:29:25.691Z | Checking dyn-clone v1.0.17 |
1721 | 2024-11-15T21:29:25.715Z | Checking block-padding v0.3.3 |
1722 | 2024-11-15T21:29:25.774Z | Checking rand_chacha v0.3.1 |
1723 | 2024-11-15T21:29:25.802Z | Checking tracing v0.1.40 |
1724 | 2024-11-15T21:29:25.831Z | Checking crossbeam-utils v0.8.20 |
1725 | 2024-11-15T21:29:25.928Z | Checking inout v0.1.3 |
1726 | 2024-11-15T21:29:25.954Z | Checking percent-encoding v2.3.1 |
1727 | 2024-11-15T21:29:25.980Z | Checking zerovec v0.10.4 |
1728 | 2024-11-15T21:29:26.153Z | Checking cipher v0.4.4 |
1729 | 2024-11-15T21:29:26.175Z | Checking litemap v0.7.3 |
1730 | 2024-11-15T21:29:26.178Z | Checking rand v0.8.5 |
1731 | 2024-11-15T21:29:26.178Z | Checking writeable v0.5.5 |
1732 | 2024-11-15T21:29:26.511Z | Checking tinyvec_macros v0.1.1 |
1733 | 2024-11-15T21:29:26.513Z | Checking form_urlencoded v1.2.1 |
1734 | 2024-11-15T21:29:26.557Z | Checking httparse v1.9.5 |
1735 | 2024-11-15T21:29:26.560Z | Checking icu_locid_transform_data v1.5.0 |
1736 | 2024-11-15T21:29:26.604Z | Checking tinyvec v1.8.0 |
1737 | 2024-11-15T21:29:26.685Z | Checking atomic-waker v1.1.2 |
1738 | 2024-11-15T21:29:26.729Z | Checking base64ct v1.6.0 |
1739 | 2024-11-15T21:29:26.831Z | Checking regex-syntax v0.8.5 |
1740 | 2024-11-15T21:29:27.018Z | Checking hmac v0.12.1 |
1741 | 2024-11-15T21:29:27.169Z | Checking bytes v1.8.0 |
1742 | 2024-11-15T21:29:27.193Z | Checking bitflags v2.6.0 |
1743 | 2024-11-15T21:29:27.250Z | Checking serde_json v1.0.132 |
1744 | 2024-11-15T21:29:27.480Z | Checking indexmap v2.6.0 |
1745 | 2024-11-15T21:29:27.507Z | Checking chrono v0.4.38 |
1746 | 2024-11-15T21:29:27.601Z | Checking rustix v0.38.37 |
1747 | 2024-11-15T21:29:27.910Z | Checking uuid v1.11.0 |
1748 | 2024-11-15T21:29:27.982Z | Checking tokio v1.40.0 |
1749 | 2024-11-15T21:29:28.488Z | Checking http v1.1.0 |
1750 | 2024-11-15T21:29:28.796Z | Checking tinystr v0.7.6 |
1751 | 2024-11-15T21:29:28.967Z | Checking unicode-normalization v0.1.24 |
1752 | 2024-11-15T21:29:29.180Z | Checking icu_locid v1.5.0 |
1753 | 2024-11-15T21:29:29.578Z | Checking schemars v0.8.21 |
1754 | 2024-11-15T21:29:29.831Z | Checking icu_collections v1.5.0 |
1755 | 2024-11-15T21:29:29.885Z | Checking icu_properties_data v1.5.0 |
1756 | 2024-11-15T21:29:30.051Z | Checking untrusted v0.9.0 |
1757 | 2024-11-15T21:29:30.107Z | Checking sha2 v0.10.8 |
1758 | 2024-11-15T21:29:30.160Z | Checking aho-corasick v1.1.3 |
1759 | 2024-11-15T21:29:30.202Z | Checking ring v0.17.8 |
1760 | 2024-11-15T21:29:30.297Z | Checking icu_provider v1.5.0 |
1761 | 2024-11-15T21:29:30.520Z | Checking utf8_iter v1.0.4 |
1762 | 2024-11-15T21:29:30.717Z | Checking utf16_iter v1.0.5 |
1763 | 2024-11-15T21:29:30.742Z | Checking unicode-bidi v0.3.17 |
1764 | 2024-11-15T21:29:30.906Z | Checking icu_normalizer_data v1.5.0 |
1765 | 2024-11-15T21:29:30.983Z | Checking icu_locid_transform v1.5.0 |
1766 | 2024-11-15T21:29:31.019Z | Checking write16 v1.0.0 |
1767 | 2024-11-15T21:29:31.143Z | Checking unicode-ident v1.0.13 |
1768 | 2024-11-15T21:29:31.170Z | Checking lazy_static v1.5.0 |
1769 | 2024-11-15T21:29:31.191Z | Checking adler2 v2.0.0 |
1770 | 2024-11-15T21:29:31.296Z | Checking powerfmt v0.2.0 |
1771 | 2024-11-15T21:29:31.321Z | Checking num-conv v0.1.0 |
1772 | 2024-11-15T21:29:31.346Z | Checking num_threads v0.1.7 |
1773 | 2024-11-15T21:29:31.349Z | Checking miniz_oxide v0.8.0 |
1774 | 2024-11-15T21:29:31.473Z | Checking rustls-pki-types v1.9.0 |
1775 | 2024-11-15T21:29:31.584Z | Checking time-core v0.1.2 |
1776 | 2024-11-15T21:29:31.587Z | Checking deranged v0.3.11 |
1777 | 2024-11-15T21:29:31.756Z | Checking proc-macro2 v1.0.89 |
1778 | 2024-11-15T21:29:31.852Z | Checking regex-automata v0.4.8 |
1779 | 2024-11-15T21:29:31.971Z | Checking icu_properties v1.5.1 |
1780 | 2024-11-15T21:29:32.026Z | Checking pem-rfc7468 v0.7.0 |
1781 | 2024-11-15T21:29:32.056Z | Checking untrusted v0.7.1 |
1782 | 2024-11-15T21:29:32.092Z | Checking http-body v1.0.1 |
1783 | 2024-11-15T21:29:32.217Z | Checking aws-lc-sys v0.22.0 |
1784 | 2024-11-15T21:29:32.294Z | Checking try-lock v0.2.5 |
1785 | 2024-11-15T21:29:32.320Z | Checking base64 v0.22.1 |
1786 | 2024-11-15T21:29:32.431Z | Checking mirai-annotations v1.12.0 |
1787 | 2024-11-15T21:29:32.456Z | Checking quote v1.0.37 |
1788 | 2024-11-15T21:29:32.610Z | Checking httpdate v1.0.3 |
1789 | 2024-11-15T21:29:32.783Z | Checking syn v2.0.87 |
1790 | 2024-11-15T21:29:32.788Z | Checking want v0.3.1 |
1791 | 2024-11-15T21:29:32.834Z | Checking flagset v0.4.6 |
1792 | 2024-11-15T21:29:32.987Z | Checking pbkdf2 v0.12.2 |
1793 | 2024-11-15T21:29:33.036Z | Checking der v0.7.9 |
1794 | 2024-11-15T21:29:33.171Z | Checking aes v0.8.4 |
1795 | 2024-11-15T21:29:33.362Z | Checking time v0.3.36 |
1796 | 2024-11-15T21:29:34.121Z | Checking salsa20 v0.10.2 |
1797 | 2024-11-15T21:29:34.372Z | Checking cbc v0.1.2 |
1798 | 2024-11-15T21:29:34.577Z | Checking ahash v0.8.11 |
1799 | 2024-11-15T21:29:34.890Z | Checking aws-lc-rs v1.10.0 |
1800 | 2024-11-15T21:29:34.917Z | Checking spki v0.7.3 |
1801 | 2024-11-15T21:29:35.171Z | Checking slog v2.7.0 |
1802 | 2024-11-15T21:29:35.202Z | Checking tower-service v0.3.3 |
1803 | 2024-11-15T21:29:35.285Z | Checking icu_normalizer v1.5.0 |
1804 | 2024-11-15T21:29:35.324Z | Checking tokio-util v0.7.12 |
1805 | 2024-11-15T21:29:35.350Z | Checking scrypt v0.11.0 |
1806 | 2024-11-15T21:29:35.584Z | Checking mime v0.3.17 |
1807 | 2024-11-15T21:29:35.679Z | Checking gimli v0.31.1 |
1808 | 2024-11-15T21:29:35.904Z | Checking pkcs5 v0.7.1 |
1809 | 2024-11-15T21:29:35.936Z | Checking object v0.36.5 |
1810 | 2024-11-15T21:29:36.066Z | Checking idna_adapter v1.2.0 |
1811 | 2024-11-15T21:29:36.231Z | Checking h2 v0.4.6 |
1812 | 2024-11-15T21:29:36.258Z | Checking idna v1.0.3 |
1813 | 2024-11-15T21:29:36.438Z | Checking utf8parse v0.2.2 |
1814 | 2024-11-15T21:29:36.490Z | Checking rustc-demangle v0.1.24 |
1815 | 2024-11-15T21:29:36.596Z | Checking regex v1.11.1 |
1816 | 2024-11-15T21:29:36.621Z | Checking rustls-webpki v0.102.8 |
1817 | 2024-11-15T21:29:36.767Z | Checking url v2.5.3 |
1818 | 2024-11-15T21:29:36.928Z | Checking pkcs8 v0.10.2 |
1819 | 2024-11-15T21:29:37.208Z | Checking http-body-util v0.1.2 |
1820 | 2024-11-15T21:29:37.260Z | Checking futures-executor v0.3.31 |
1821 | 2024-11-15T21:29:37.421Z | Checking serde_spanned v0.6.8 |
1822 | 2024-11-15T21:29:37.490Z | Checking toml_datetime v0.6.8 |
1823 | 2024-11-15T21:29:37.598Z | Checking ipnet v2.10.1 |
1824 | 2024-11-15T21:29:37.624Z | Checking data-encoding v2.6.0 |
1825 | 2024-11-15T21:29:37.659Z | Checking unicode-width v0.1.14 |
1826 | 2024-11-15T21:29:37.765Z | Checking futures v0.3.31 |
1827 | 2024-11-15T21:29:37.882Z | Checking rustls-pemfile v2.2.0 |
1828 | 2024-11-15T21:29:38.057Z | Checking openssl-probe v0.1.5 |
1829 | 2024-11-15T21:29:38.114Z | Checking anstyle v1.0.10 |
1830 | 2024-11-15T21:29:38.172Z | Checking foreign-types-shared v0.1.1 |
1831 | 2024-11-15T21:29:38.219Z | Checking semver v1.0.23 |
1832 | 2024-11-15T21:29:38.284Z | Checking foreign-types v0.3.2 |
1833 | 2024-11-15T21:29:38.287Z | Checking serde_urlencoded v0.7.1 |
1834 | 2024-11-15T21:29:38.388Z | Checking sha1 v0.10.6 |
1835 | 2024-11-15T21:29:38.450Z | Checking openssl-sys v0.9.104 |
1836 | 2024-11-15T21:29:38.647Z | Checking encoding_rs v0.8.34 |
1837 | 2024-11-15T21:29:38.694Z | Checking rustls v0.23.14 |
1838 | 2024-11-15T21:29:38.731Z | Checking anstyle-parse v0.2.5 |
1839 | 2024-11-15T21:29:38.987Z | Checking camino v1.1.9 |
1840 | 2024-11-15T21:29:39.235Z | Checking colorchoice v1.0.2 |
1841 | 2024-11-15T21:29:39.387Z | Checking anstyle-query v1.1.1 |
1842 | 2024-11-15T21:29:39.520Z | Checking either v1.13.0 |
1843 | 2024-11-15T21:29:39.551Z | Checking winnow v0.6.20 |
1844 | 2024-11-15T21:29:39.687Z | Checking addr2line v0.24.2 |
1845 | 2024-11-15T21:29:39.800Z | Checking openssl v0.10.68 |
1846 | 2024-11-15T21:29:39.879Z | Checking is_terminal_polyfill v1.70.1 |
1847 | 2024-11-15T21:29:40.011Z | Checking anstream v0.6.15 |
1848 | 2024-11-15T21:29:40.213Z | Checking idna v0.3.0 |
1849 | 2024-11-15T21:29:40.394Z | Checking terminal_size v0.4.0 |
1850 | 2024-11-15T21:29:40.576Z | Checking openapiv3 v2.0.0 |
1851 | 2024-11-15T21:29:40.898Z | Checking signature v2.2.0 |
1852 | 2024-11-15T21:29:41.086Z | Checking clap_lex v0.7.2 |
1853 | 2024-11-15T21:29:41.113Z | Checking strsim v0.11.1 |
1854 | 2024-11-15T21:29:41.326Z | Checking psl-types v2.0.11 |
1855 | 2024-11-15T21:29:41.421Z | Checking clap_builder v4.5.21 |
1856 | 2024-11-15T21:29:41.522Z | Checking publicsuffix v2.2.3 |
1857 | 2024-11-15T21:29:41.752Z | Checking cookie v0.18.1 |
1858 | 2024-11-15T21:29:42.213Z | Checking backtrace v0.3.74 |
1859 | 2024-11-15T21:29:42.236Z | Checking webpki-roots v0.26.6 |
1860 | 2024-11-15T21:29:42.366Z | Checking hyper v1.5.0 |
1861 | 2024-11-15T21:29:42.447Z | Checking idna v0.5.0 |
1862 | 2024-11-15T21:29:42.619Z | Checking is-terminal v0.4.13 |
1863 | 2024-11-15T21:29:42.748Z | Checking scroll v0.12.0 |
1864 | 2024-11-15T21:29:42.751Z | Checking anyhow v1.0.93 |
1865 | 2024-11-15T21:29:43.178Z | Checking ucd-trie v0.1.7 |
1866 | 2024-11-15T21:29:43.256Z | Checking plain v0.2.3 |
1867 | 2024-11-15T21:29:43.317Z | Checking cookie_store v0.21.0 |
1868 | 2024-11-15T21:29:43.401Z | Checking goblin v0.8.2 |
1869 | 2024-11-15T21:29:43.404Z | Checking pest v2.7.14 |
1870 | 2024-11-15T21:29:43.955Z | Checking sync_wrapper v1.0.1 |
1871 | 2024-11-15T21:29:44.012Z | Checking tokio-rustls v0.26.0 |
1872 | 2024-11-15T21:29:44.038Z | Checking base16ct v0.2.0 |
1873 | 2024-11-15T21:29:44.114Z | Checking pretty-hex v0.4.1 |
1874 | 2024-11-15T21:29:44.244Z | Checking sec1 v0.7.3 |
1875 | 2024-11-15T21:29:44.298Z | Checking num-integer v0.1.46 |
1876 | 2024-11-15T21:29:44.429Z | Checking ff v0.13.0 |
1877 | 2024-11-15T21:29:44.433Z | Checking clap v4.5.21 |
1878 | 2024-11-15T21:29:44.478Z | Checking hyper-util v0.1.10 |
1879 | 2024-11-15T21:29:44.581Z | Checking thread-id v4.2.2 |
1880 | 2024-11-15T21:29:44.617Z | Checking toml_edit v0.22.22 |
1881 | 2024-11-15T21:29:44.643Z | Checking group v0.13.0 |
1882 | 2024-11-15T21:29:44.695Z | Checking hkdf v0.12.4 |
1883 | 2024-11-15T21:29:44.763Z | Checking crypto-bigint v0.5.5 |
1884 | 2024-11-15T21:29:44.899Z | Checking dirs-sys-next v0.1.2 |
1885 | 2024-11-15T21:29:44.924Z | Checking memmap v0.7.0 |
1886 | 2024-11-15T21:29:45.076Z | Checking crc32fast v1.4.2 |
1887 | 2024-11-15T21:29:45.129Z | Checking utf-8 v0.7.6 |
1888 | 2024-11-15T21:29:45.192Z | Checking native-tls v0.2.12 |
1889 | 2024-11-15T21:29:45.316Z | Checking static_assertions v1.1.0 |
1890 | 2024-11-15T21:29:45.346Z | Checking bitflags v1.3.2 |
1891 | 2024-11-15T21:29:45.429Z | Checking dirs-next v2.0.0 |
1892 | 2024-11-15T21:29:45.460Z | Checking crossbeam-channel v0.5.13 |
1893 | 2024-11-15T21:29:45.537Z | Checking tokio-native-tls v0.3.1 |
1894 | 2024-11-15T21:29:45.577Z | Checking thread_local v1.1.8 |
1895 | 2024-11-15T21:29:45.821Z | Checking unicode-segmentation v1.12.0 |
1896 | 2024-11-15T21:29:45.874Z | Checking term v0.7.0 |
1897 | 2024-11-15T21:29:45.947Z | Checking dtrace-parser v0.2.0 |
1898 | 2024-11-15T21:29:46.174Z | Checking num-iter v0.1.45 |
1899 | 2024-11-15T21:29:46.338Z | Checking crossbeam-epoch v0.9.18 |
1900 | 2024-11-15T21:29:46.366Z | Checking match_cfg v0.1.0 |
1901 | 2024-11-15T21:29:46.443Z | Checking take_mut v0.2.2 |
1902 | 2024-11-15T21:29:46.471Z | Checking hostname v0.3.1 |
1903 | 2024-11-15T21:29:46.475Z | Checking hyper-rustls v0.27.3 |
1904 | 2024-11-15T21:29:46.533Z | Checking hyper-tls v0.6.0 |
1905 | 2024-11-15T21:29:46.608Z | Checking slog-async v2.8.0 |
1906 | 2024-11-15T21:29:46.630Z | Checking slog-term v2.9.1 |
1907 | 2024-11-15T21:29:46.775Z | Checking bstr v1.10.0 |
1908 | 2024-11-15T21:29:46.846Z | Checking rfc6979 v0.4.0 |
1909 | 2024-11-15T21:29:46.848Z | Checking reqwest v0.12.9 |
1910 | 2024-11-15T21:29:46.892Z | Checking hex v0.4.3 |
1911 | 2024-11-15T21:29:47.031Z | Checking winnow v0.5.40 |
1912 | 2024-11-15T21:29:47.135Z | Checking managed v0.8.0 |
1913 | 2024-11-15T21:29:47.181Z | Checking toml v0.8.19 |
1914 | 2024-11-15T21:29:47.401Z | Checking crossbeam-deque v0.8.5 |
1915 | 2024-11-15T21:29:47.520Z | Checking num-bigint-dig v0.8.4 |
1916 | 2024-11-15T21:29:47.547Z | Checking elliptic-curve v0.13.8 |
1917 | 2024-11-15T21:29:47.696Z | Checking flate2 v1.0.34 |
1918 | 2024-11-15T21:29:47.721Z | Checking rustls v0.22.4 |
1919 | 2024-11-15T21:29:47.883Z | Checking pkcs1 v0.7.5 |
1920 | 2024-11-15T21:29:48.195Z | Checking ecdsa v0.16.9 |
1921 | 2024-11-15T21:29:48.246Z | Checking dof v0.3.0 |
1922 | 2024-11-15T21:29:48.309Z | Checking curve25519-dalek v4.1.3 |
1923 | 2024-11-15T21:29:48.354Z | Checking zerocopy v0.6.6 |
1924 | 2024-11-15T21:29:48.705Z | Checking siphasher v0.3.11 |
1925 | 2024-11-15T21:29:48.872Z | Checking usdt-impl v0.5.0 |
1926 | 2024-11-15T21:29:48.901Z | Checking rayon-core v1.12.1 |
1927 | 2024-11-15T21:29:49.013Z | Checking ed25519 v2.2.3 |
1928 | 2024-11-15T21:29:49.118Z | Checking slog-json v2.6.1 |
1929 | 2024-11-15T21:29:49.330Z | Checking signal-hook v0.3.17 |
1930 | 2024-11-15T21:29:49.392Z | Checking debug-ignore v1.0.5 |
1931 | 2024-11-15T21:29:49.432Z | Checking usdt v0.5.0 |
1932 | 2024-11-15T21:29:49.539Z | Checking quick-error v1.2.3 |
1933 | 2024-11-15T21:29:49.578Z | Checking slog-bunyan v2.5.0 |
1934 | 2024-11-15T21:29:49.649Z | Checking multer v3.1.0 |
1935 | 2024-11-15T21:29:49.680Z | Checking itertools v0.10.5 |
1936 | 2024-11-15T21:29:49.683Z | Checking rsa v0.9.6 |
1937 | 2024-11-15T21:29:49.702Z | Checking x509-cert v0.2.5 |
1938 | 2024-11-15T21:29:49.745Z | Checking idna v0.4.0 |
1939 | 2024-11-15T21:29:50.047Z | Checking hubpack v0.1.2 |
1940 | 2024-11-15T21:29:50.134Z | Checking toml_edit v0.19.15 |
1941 | 2024-11-15T21:29:50.181Z | Checking ed25519-dalek v2.1.1 |
1942 | 2024-11-15T21:29:50.375Z | Checking serde_path_to_error v0.1.16 |
1943 | 2024-11-15T21:29:50.585Z | Checking waitgroup v0.1.2 |
1944 | 2024-11-15T21:29:50.623Z | Checking bzip2-sys v0.1.11+1.0.8 |
1945 | 2024-11-15T21:29:50.700Z | Checking async-stream v0.3.6 |
1946 | 2024-11-15T21:29:50.727Z | Checking hostname v0.4.0 |
1947 | 2024-11-15T21:29:50.753Z | Checking bit-vec v0.6.3 |
1948 | 2024-11-15T21:29:50.858Z | Checking bzip2 v0.4.4 |
1949 | 2024-11-15T21:29:50.891Z | Checking hickory-proto v0.24.1 |
1950 | 2024-11-15T21:29:51.015Z | Checking signal-hook-mio v0.2.4 |
1951 | 2024-11-15T21:29:51.085Z | Checking bit-set v0.5.3 |
1952 | 2024-11-15T21:29:51.158Z | Checking console v0.15.8 |
1953 | 2024-11-15T21:29:51.200Z | Checking hash32 v0.2.1 |
1954 | 2024-11-15T21:29:51.310Z | Checking tokio-rustls v0.25.0 |
1955 | 2024-11-15T21:29:51.353Z | Checking linked-hash-map v0.5.6 |
1956 | 2024-11-15T21:29:51.356Z | Checking unicode-properties v0.1.3 |
1957 | 2024-11-15T21:29:51.506Z | Checking predicates-core v1.0.8 |
1958 | 2024-11-15T21:29:51.689Z | Checking heapless v0.7.17 |
1959 | 2024-11-15T21:29:51.692Z | Checking lru-cache v0.1.2 |
1960 | 2024-11-15T21:29:51.740Z | Checking dropshot v0.12.0 |
1961 | 2024-11-15T21:29:51.743Z | Checking stringprep v0.1.5 |
1962 | 2024-11-15T21:29:51.743Z | Checking crossterm v0.28.1 |
1963 | 2024-11-15T21:29:51.892Z | Checking rayon v1.10.0 |
1964 | 2024-11-15T21:29:51.920Z | Checking phf_shared v0.11.2 |
1965 | 2024-11-15T21:29:51.996Z | Checking similar v2.6.0 |
1966 | 2024-11-15T21:29:52.228Z | Checking tokio-stream v0.1.16 |
1967 | 2024-11-15T21:29:52.607Z | Checking toml v0.7.8 |
1968 | 2024-11-15T21:29:52.699Z | Checking md-5 v0.10.6 |
1969 | 2024-11-15T21:29:52.837Z | Checking float-cmp v0.9.0 |
1970 | 2024-11-15T21:29:52.940Z | Checking fixedbitset v0.4.2 |
1971 | 2024-11-15T21:29:53.043Z | Checking difflib v0.4.0 |
1972 | 2024-11-15T21:29:53.162Z | Checking fallible-iterator v0.2.0 |
1973 | 2024-11-15T21:29:53.224Z | Checking normalize-line-endings v0.3.0 |
1974 | 2024-11-15T21:29:53.311Z | Checking petgraph v0.6.5 |
1975 | 2024-11-15T21:29:53.345Z | Checking smoltcp v0.9.1 |
1976 | 2024-11-15T21:29:53.375Z | Checking predicates v3.1.2 |
1977 | 2024-11-15T21:29:53.590Z | Checking phf v0.11.2 |
1978 | 2024-11-15T21:29:53.792Z | Checking postgres-protocol v0.6.7 |
1979 | 2024-11-15T21:29:53.874Z | Checking zip v0.6.6 |
1980 | 2024-11-15T21:29:54.051Z | Checking resolv-conf v0.7.0 |
1981 | 2024-11-15T21:29:54.425Z | Checking phf_shared v0.10.0 |
1982 | 2024-11-15T21:29:54.495Z | Checking tungstenite v0.24.0 |
1983 | 2024-11-15T21:29:54.541Z | Checking fs-err v2.11.0 |
1984 | 2024-11-15T21:29:54.718Z | Checking serde-big-array v0.5.1 |
1985 | 2024-11-15T21:29:54.808Z | Checking portable-atomic v1.9.0 |
1986 | 2024-11-15T21:29:54.955Z | Checking lalrpop-util v0.19.12 |
1987 | 2024-11-15T21:29:55.099Z | Checking unicode-width v0.2.0 |
1988 | 2024-11-15T21:29:55.233Z | Checking new_debug_unreachable v1.0.6 |
1989 | 2024-11-15T21:29:55.325Z | Checking minimal-lexical v0.2.1 |
1990 | 2024-11-15T21:29:55.451Z | Checking precomputed-hash v0.1.1 |
1991 | 2024-11-15T21:29:55.481Z | Checking number_prefix v0.4.0 |
1992 | 2024-11-15T21:29:55.561Z | Checking tokio-tungstenite v0.24.0 |
1993 | 2024-11-15T21:29:55.590Z | Checking string_cache v0.8.7 |
1994 | 2024-11-15T21:29:55.593Z | Checking hickory-resolver v0.24.1 |
1995 | 2024-11-15T21:29:55.657Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1996 | 2024-11-15T21:29:55.705Z | Checking postgres-types v0.2.8 |
1997 | 2024-11-15T21:29:55.731Z | Checking nom v7.1.3 |
1998 | 2024-11-15T21:29:55.794Z | Checking indicatif v0.17.9 |
1999 | 2024-11-15T21:29:55.865Z | Checking itertools v0.12.1 |
2000 | 2024-11-15T21:29:56.015Z | Checking whoami v1.5.2 |
2001 | 2024-11-15T21:29:56.339Z | Checking peg-runtime v0.8.3 |
2002 | 2024-11-15T21:29:56.424Z | Checking heck v0.4.1 |
2003 | 2024-11-15T21:29:56.564Z | Checking tokio-postgres v0.7.12 |
2004 | 2024-11-15T21:29:56.642Z | Compiling hashbrown v0.14.5 |
2005 | 2024-11-15T21:29:56.677Z | Compiling unsafe-libyaml v0.2.11 |
2006 | 2024-11-15T21:29:57.160Z | Checking qorb v0.2.0 |
2007 | 2024-11-15T21:29:57.923Z | Compiling regress v0.10.1 |
2008 | 2024-11-15T21:29:57.986Z | Compiling serde_yaml v0.9.34+deprecated |
2009 | 2024-11-15T21:29:58.495Z | Compiling ident_case v1.0.1 |
2010 | 2024-11-15T21:29:58.567Z | Checking heck v0.5.0 |
2011 | 2024-11-15T21:29:59.045Z | Compiling darling_core v0.20.10 |
2012 | 2024-11-15T21:29:59.045Z | Checking progenitor-client v0.8.0 |
2013 | 2024-11-15T21:29:59.154Z | Checking fastrand v2.1.1 |
2014 | 2024-11-15T21:29:59.499Z | Compiling newtype-uuid v1.1.3 |
2015 | 2024-11-15T21:29:59.721Z | Checking ipnetwork v0.20.0 |
2016 | 2024-11-15T21:29:59.749Z | Compiling structmeta-derive v0.3.0 |
2017 | 2024-11-15T21:29:59.808Z | Checking strum v0.26.3 |
2018 | 2024-11-15T21:29:59.969Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2019 | 2024-11-15T21:30:00.099Z | Compiling dropshot v0.13.0 |
2020 | 2024-11-15T21:30:00.723Z | Compiling dropshot_endpoint v0.13.0 |
2021 | 2024-11-15T21:30:00.764Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2022 | 2024-11-15T21:30:01.104Z | Checking tempfile v3.13.0 |
2023 | 2024-11-15T21:30:01.152Z | Checking instant v0.1.13 |
2024 | 2024-11-15T21:30:01.285Z | Checking regress v0.9.1 |
2025 | 2024-11-15T21:30:01.490Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2026 | 2024-11-15T21:30:02.153Z | Compiling typify-impl v0.2.0 |
2027 | 2024-11-15T21:30:02.279Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2028 | 2024-11-15T21:30:02.591Z | Checking macaddr v1.0.1 |
2029 | 2024-11-15T21:30:02.691Z | Compiling structmeta v0.3.0 |
2030 | 2024-11-15T21:30:02.924Z | Checking backoff v0.4.0 |
2031 | 2024-11-15T21:30:02.927Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2032 | 2024-11-15T21:30:03.096Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2033 | 2024-11-15T21:30:03.124Z | Compiling parse-display-derive v0.10.0 |
2034 | 2024-11-15T21:30:03.232Z | Checking wait-timeout v0.2.0 |
2035 | 2024-11-15T21:30:03.267Z | Checking rand_xorshift v0.3.0 |
2036 | 2024-11-15T21:30:03.411Z | Checking rusty-fork v0.3.0 |
2037 | 2024-11-15T21:30:03.454Z | Compiling structmeta-derive v0.2.0 |
2038 | 2024-11-15T21:30:03.724Z | Checking unarray v0.1.4 |
2039 | 2024-11-15T21:30:03.890Z | Checking proptest v1.5.0 |
2040 | 2024-11-15T21:30:04.666Z | Checking camino-tempfile v1.1.1 |
2041 | 2024-11-15T21:30:04.808Z | Compiling proc-macro-error v1.0.4 |
2042 | 2024-11-15T21:30:04.965Z | Compiling proc-macro-crate v1.3.1 |
2043 | 2024-11-15T21:30:05.531Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2044 | 2024-11-15T21:30:05.533Z | Compiling darling_macro v0.20.10 |
2045 | 2024-11-15T21:30:05.924Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2046 | 2024-11-15T21:30:06.016Z | Compiling num_enum_derive v0.5.11 |
2047 | 2024-11-15T21:30:06.247Z | Compiling foreign-types-macros v0.2.3 |
2048 | 2024-11-15T21:30:06.437Z | Compiling structmeta v0.2.0 |
2049 | 2024-11-15T21:30:06.524Z | Compiling darling v0.20.10 |
2050 | 2024-11-15T21:30:06.653Z | Compiling serde_with_macros v3.11.0 |
2051 | 2024-11-15T21:30:06.893Z | Compiling test-strategy v0.3.1 |
2052 | 2024-11-15T21:30:07.577Z | Checking foreign-types-shared v0.3.1 |
2053 | 2024-11-15T21:30:07.704Z | Checking foreign-types v0.5.0 |
2054 | 2024-11-15T21:30:07.732Z | Checking parse-display v0.10.0 |
2055 | 2024-11-15T21:30:07.983Z | Checking tabwriter v1.4.0 |
2056 | 2024-11-15T21:30:08.137Z | Checking cstr-argument v0.1.2 |
2057 | 2024-11-15T21:30:08.207Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2058 | 2024-11-15T21:30:08.323Z | Checking pretty-hex v0.2.1 |
2059 | 2024-11-15T21:30:08.491Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2060 | 2024-11-15T21:30:08.556Z | Checking num_enum v0.5.11 |
2061 | 2024-11-15T21:30:08.579Z | Checking colored v2.1.0 |
2062 | 2024-11-15T21:30:08.705Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2063 | 2024-11-15T21:30:08.812Z | Checking smf v0.2.3 |
2064 | 2024-11-15T21:30:08.878Z | Checking base64 v0.21.7 |
2065 | 2024-11-15T21:30:08.991Z | Compiling crucible-workspace-hack v0.1.0 |
2066 | 2024-11-15T21:30:09.025Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2067 | 2024-11-15T21:30:09.179Z | Checking termtree v0.4.1 |
2068 | 2024-11-15T21:30:09.326Z | Compiling heapless v0.8.0 |
2069 | 2024-11-15T21:30:09.415Z | Checking hash32 v0.3.1 |
2070 | 2024-11-15T21:30:09.448Z | Checking predicates-tree v1.0.11 |
2071 | 2024-11-15T21:30:09.473Z | Compiling smoltcp v0.11.0 |
2072 | 2024-11-15T21:30:09.499Z | Checking cobs v0.2.3 |
2073 | 2024-11-15T21:30:09.522Z | Checking serde_with v3.11.0 |
2074 | 2024-11-15T21:30:09.602Z | Checking sigpipe v0.1.3 |
2075 | 2024-11-15T21:30:09.611Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2076 | 2024-11-15T21:30:09.691Z | Checking postcard v1.0.10 |
2077 | 2024-11-15T21:30:09.717Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2078 | 2024-11-15T21:30:09.881Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2079 | 2024-11-15T21:30:09.987Z | Compiling mockall_derive v0.13.0 |
2080 | 2024-11-15T21:30:10.182Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2081 | 2024-11-15T21:30:10.295Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2082 | 2024-11-15T21:30:10.319Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2083 | 2024-11-15T21:30:10.597Z | Compiling zone_cfg_derive v0.3.0 |
2084 | 2024-11-15T21:30:10.727Z | Checking atomicwrites v0.4.4 |
2085 | 2024-11-15T21:30:10.768Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2086 | 2024-11-15T21:30:10.932Z | Compiling num-derive v0.4.2 |
2087 | 2024-11-15T21:30:11.132Z | Checking downcast v0.11.0 |
2088 | 2024-11-15T21:30:11.347Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2089 | 2024-11-15T21:30:11.655Z | Checking fragile v2.0.0 |
2090 | 2024-11-15T21:30:11.966Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2091 | 2024-11-15T21:30:12.131Z | Checking zone v0.3.0 |
2092 | 2024-11-15T21:30:12.214Z | Compiling convert_case v0.4.0 |
2093 | 2024-11-15T21:30:12.458Z | Checking newline-converter v0.3.0 |
2094 | 2024-11-15T21:30:12.616Z | Checking itertools v0.13.0 |
2095 | 2024-11-15T21:30:12.928Z | Checking expectorate v1.1.0 |
2096 | 2024-11-15T21:30:12.972Z | Checking tungstenite v0.21.0 |
2097 | 2024-11-15T21:30:13.105Z | Checking same-file v1.0.6 |
2098 | 2024-11-15T21:30:13.206Z | Compiling derive_more v0.99.18 |
2099 | 2024-11-15T21:30:13.230Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2100 | 2024-11-15T21:30:13.284Z | Checking walkdir v2.5.0 |
2101 | 2024-11-15T21:30:13.586Z | Checking arc-swap v1.7.1 |
2102 | 2024-11-15T21:30:13.719Z | Checking xattr v1.3.1 |
2103 | 2024-11-15T21:30:13.872Z | Checking tokio-tungstenite v0.21.0 |
2104 | 2024-11-15T21:30:13.937Z | Checking filetime v0.2.25 |
2105 | 2024-11-15T21:30:14.006Z | Checking slog-scope v4.4.0 |
2106 | 2024-11-15T21:30:14.142Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2107 | 2024-11-15T21:30:14.160Z | Checking tar v0.4.43 |
2108 | 2024-11-15T21:30:14.255Z | Checking slog-stdlog v4.1.1 |
2109 | 2024-11-15T21:30:14.435Z | Checking slog-envlogger v2.2.0 |
2110 | 2024-11-15T21:30:14.462Z | Checking swrite v0.1.0 |
2111 | 2024-11-15T21:30:14.583Z | Compiling cancel-safe-futures v0.1.5 |
2112 | 2024-11-15T21:30:14.663Z | Compiling owo-colors v4.1.0 |
2113 | 2024-11-15T21:30:14.979Z | Checking num-rational v0.4.2 |
2114 | 2024-11-15T21:30:15.000Z | Checking num-complex v0.4.6 |
2115 | 2024-11-15T21:30:15.582Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2116 | 2024-11-15T21:30:15.633Z | Checking libsw v3.3.1 |
2117 | 2024-11-15T21:30:15.733Z | Checking password-hash v0.5.0 |
2118 | 2024-11-15T21:30:15.917Z | Checking num v0.4.3 |
2119 | 2024-11-15T21:30:15.919Z | Checking blake2 v0.10.6 |
2120 | 2024-11-15T21:30:16.034Z | Checking indent_write v2.2.0 |
2121 | 2024-11-15T21:30:16.177Z | Checking float-ord v0.3.2 |
2122 | 2024-11-15T21:30:16.253Z | Checking linear-map v1.2.0 |
2123 | 2024-11-15T21:30:16.337Z | Checking pem v3.0.4 |
2124 | 2024-11-15T21:30:16.412Z | Checking argon2 v0.5.3 |
2125 | 2024-11-15T21:30:16.582Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2126 | 2024-11-15T21:30:16.919Z | Compiling lzma-sys v0.1.20 |
2127 | 2024-11-15T21:30:16.943Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2128 | 2024-11-15T21:30:17.123Z | Checking headers-core v0.3.0 |
2129 | 2024-11-15T21:30:17.126Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2130 | 2024-11-15T21:30:17.276Z | Compiling heck v0.3.3 |
2131 | 2024-11-15T21:30:17.301Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2132 | 2024-11-15T21:30:17.494Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2133 | 2024-11-15T21:30:17.615Z | Checking headers v0.4.0 |
2134 | 2024-11-15T21:30:17.693Z | Compiling zone_cfg_derive v0.1.2 |
2135 | 2024-11-15T21:30:17.799Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2136 | 2024-11-15T21:30:17.893Z | Checking yasna v0.5.2 |
2137 | 2024-11-15T21:30:18.082Z | Checking base64 v0.13.1 |
2138 | 2024-11-15T21:30:18.519Z | Checking ron v0.7.1 |
2139 | 2024-11-15T21:30:18.698Z | Checking mockall v0.13.0 |
2140 | 2024-11-15T21:30:18.723Z | Checking rcgen v0.12.1 |
2141 | 2024-11-15T21:30:18.726Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2142 | 2024-11-15T21:30:18.956Z | Checking xz2 v0.1.7 |
2143 | 2024-11-15T21:30:19.266Z | Checking zone v0.1.8 |
2144 | 2024-11-15T21:30:19.304Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2145 | 2024-11-15T21:30:19.423Z | Checking subprocess v0.2.9 |
2146 | 2024-11-15T21:30:19.691Z | Checking humantime v2.1.0 |
2147 | 2024-11-15T21:30:19.957Z | Checking highway v1.2.0 |
2148 | 2024-11-15T21:30:19.980Z | Compiling semver v0.1.20 |
2149 | 2024-11-15T21:30:20.002Z | Checking half v2.4.1 |
2150 | 2024-11-15T21:30:20.183Z | Checking ciborium-io v0.2.2 |
2151 | 2024-11-15T21:30:20.318Z | Compiling rustc_version v0.1.7 |
2152 | 2024-11-15T21:30:20.372Z | Compiling typify-macro v0.2.0 |
2153 | 2024-11-15T21:30:20.480Z | Checking ciborium-ll v0.2.2 |
2154 | 2024-11-15T21:30:20.597Z | Checking prettyplease v0.2.25 |
2155 | 2024-11-15T21:30:20.784Z | Checking ciborium v0.2.2 |
2156 | 2024-11-15T21:30:20.817Z | Compiling newtype_derive v0.1.6 |
2157 | 2024-11-15T21:30:21.303Z | Checking steno v0.4.1 |
2158 | 2024-11-15T21:30:22.704Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2159 | 2024-11-15T21:30:23.544Z | Compiling slog-dtrace v0.3.0 |
2160 | 2024-11-15T21:30:23.569Z | Checking display-error-chain v0.2.2 |
2161 | 2024-11-15T21:30:23.733Z | Compiling blake3 v1.5.4 |
2162 | 2024-11-15T21:30:23.934Z | Compiling ring v0.16.20 |
2163 | 2024-11-15T21:30:23.966Z | Checking keccak v0.1.5 |
2164 | 2024-11-15T21:30:24.308Z | Checking gethostname v0.5.0 |
2165 | 2024-11-15T21:30:24.334Z | Checking sha3 v0.10.8 |
2166 | 2024-11-15T21:30:24.444Z | Checking universal-hash v0.5.1 |
2167 | 2024-11-15T21:30:24.656Z | Compiling typify v0.2.0 |
2168 | 2024-11-15T21:30:24.728Z | Checking secrecy v0.8.0 |
2169 | 2024-11-15T21:30:24.808Z | Compiling progenitor-impl v0.8.0 |
2170 | 2024-11-15T21:30:24.906Z | Checking opaque-debug v0.3.1 |
2171 | 2024-11-15T21:30:24.998Z | Checking nibble_vec v0.1.0 |
2172 | 2024-11-15T21:30:25.028Z | Checking endian-type v0.1.2 |
2173 | 2024-11-15T21:30:25.194Z | Checking aead v0.5.2 |
2174 | 2024-11-15T21:30:25.230Z | Checking radix_trie v0.2.1 |
2175 | 2024-11-15T21:30:25.406Z | Checking poly1305 v0.8.0 |
2176 | 2024-11-15T21:30:25.493Z | Checking chacha20 v0.9.1 |
2177 | 2024-11-15T21:30:25.927Z | Compiling memmap2 v0.9.5 |
2178 | 2024-11-15T21:30:26.400Z | Compiling arrayvec v0.7.6 |
2179 | 2024-11-15T21:30:26.677Z | Compiling constant_time_eq v0.3.1 |
2180 | 2024-11-15T21:30:26.704Z | Compiling spin v0.5.2 |
2181 | 2024-11-15T21:30:26.752Z | Compiling arrayref v0.3.9 |
2182 | 2024-11-15T21:30:26.882Z | Compiling toolchain_find v0.4.0 |
2183 | 2024-11-15T21:30:26.944Z | Compiling thiserror-impl-no-std v2.0.2 |
2184 | 2024-11-15T21:30:26.968Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2185 | 2024-11-15T21:30:27.252Z | Compiling topological-sort v0.2.2 |
2186 | 2024-11-15T21:30:27.308Z | Compiling rustfmt-wrapper v0.2.1 |
2187 | 2024-11-15T21:30:27.487Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2188 | 2024-11-15T21:30:27.768Z | Checking chacha20poly1305 v0.10.1 |
2189 | 2024-11-15T21:30:27.824Z | Checking fxhash v0.2.1 |
2190 | 2024-11-15T21:30:27.889Z | Compiling async-recursion v1.1.1 |
2191 | 2024-11-15T21:30:27.956Z | Checking termcolor v1.4.1 |
2192 | 2024-11-15T21:30:28.012Z | Checking maplit v1.0.2 |
2193 | 2024-11-15T21:30:28.116Z | Compiling radium v0.7.0 |
2194 | 2024-11-15T21:30:28.137Z | Checking tap v1.0.1 |
2195 | 2024-11-15T21:30:28.312Z | Compiling maybe-uninit v2.0.0 |
2196 | 2024-11-15T21:30:28.371Z | Checking wyz v0.5.1 |
2197 | 2024-11-15T21:30:28.787Z | Checking funty v2.0.0 |
2198 | 2024-11-15T21:30:28.922Z | Compiling packed_struct v0.10.1 |
2199 | 2024-11-15T21:30:29.024Z | Checking crc-catalog v2.4.0 |
2200 | 2024-11-15T21:30:29.177Z | Checking crc v3.2.1 |
2201 | 2024-11-15T21:30:29.570Z | Compiling omicron-zone-package v0.11.1 |
2202 | 2024-11-15T21:30:29.613Z | Checking kstat-rs v0.2.4 |
2203 | 2024-11-15T21:30:29.678Z | Compiling packed_struct_codegen v0.10.1 |
2204 | 2024-11-15T21:30:29.770Z | Checking bitvec v1.0.1 |
2205 | 2024-11-15T21:30:29.971Z | Compiling indexmap v1.9.3 |
2206 | 2024-11-15T21:30:30.186Z | Checking thiserror-no-std v2.0.2 |
2207 | 2024-11-15T21:30:30.279Z | Compiling libefi-sys v0.1.0 |
2208 | 2024-11-15T21:30:30.306Z | Checking vsss-rs v3.3.4 |
2209 | 2024-11-15T21:30:30.561Z | Checking nodrop v0.1.14 |
2210 | 2024-11-15T21:30:30.697Z | Checking array-init v0.0.4 |
2211 | 2024-11-15T21:30:31.271Z | Checking smallvec v0.6.14 |
2212 | 2024-11-15T21:30:31.293Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2213 | 2024-11-15T21:30:31.677Z | Compiling bitfield-struct v0.6.2 |
2214 | 2024-11-15T21:30:31.703Z | Checking hashbrown v0.12.3 |
2215 | 2024-11-15T21:30:31.725Z | Checking bitfield v0.14.0 |
2216 | 2024-11-15T21:30:32.009Z | Checking serde-hex v0.1.0 |
2217 | 2024-11-15T21:30:32.825Z | Compiling progenitor-macro v0.8.0 |
2218 | 2024-11-15T21:30:32.987Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2219 | 2024-11-15T21:30:33.089Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2220 | 2024-11-15T21:30:33.244Z | Checking env_logger v0.10.2 |
2221 | 2024-11-15T21:30:33.490Z | Checking ron v0.8.1 |
2222 | 2024-11-15T21:30:33.493Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2223 | 2024-11-15T21:30:33.639Z | Checking hashbrown v0.13.2 |
2224 | 2024-11-15T21:30:33.689Z | Checking crc-any v2.5.0 |
2225 | 2024-11-15T21:30:33.810Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2226 | 2024-11-15T21:30:33.945Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2227 | 2024-11-15T21:30:34.344Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2228 | 2024-11-15T21:30:34.488Z | Checking path-slash v0.1.5 |
2229 | 2024-11-15T21:30:34.608Z | Compiling parking_lot_core v0.8.6 |
2230 | 2024-11-15T21:30:34.638Z | Checking home v0.5.9 |
2231 | 2024-11-15T21:30:34.775Z | Checking object v0.30.4 |
2232 | 2024-11-15T21:30:34.778Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2233 | 2024-11-15T21:30:34.820Z | Compiling const_format_proc_macros v0.2.33 |
2234 | 2024-11-15T21:30:35.078Z | Compiling vte_generate_state_changes v0.1.2 |
2235 | 2024-11-15T21:30:35.432Z | Checking glob v0.3.1 |
2236 | 2024-11-15T21:30:35.724Z | Checking vte v0.11.1 |
2237 | 2024-11-15T21:30:35.767Z | Checking parking_lot v0.11.2 |
2238 | 2024-11-15T21:30:36.007Z | Checking fd-lock v4.0.2 |
2239 | 2024-11-15T21:30:36.028Z | Checking hickory-client v0.24.1 |
2240 | 2024-11-15T21:30:36.122Z | Checking sled v0.34.7 |
2241 | 2024-11-15T21:30:36.206Z | Checking hickory-server v0.24.1 |
2242 | 2024-11-15T21:30:36.487Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2243 | 2024-11-15T21:30:36.704Z | Checking nu-ansi-term v0.50.1 |
2244 | 2024-11-15T21:30:36.952Z | Checking const_format v0.2.33 |
2245 | 2024-11-15T21:30:37.091Z | Checking strip-ansi-escapes v0.2.0 |
2246 | 2024-11-15T21:30:37.143Z | Compiling buf-list v1.0.3 |
2247 | 2024-11-15T21:30:37.254Z | Checking reedline v0.35.0 |
2248 | 2024-11-15T21:30:37.439Z | Compiling phf_generator v0.11.2 |
2249 | 2024-11-15T21:30:37.637Z | Checking bytecount v0.6.8 |
2250 | 2024-11-15T21:30:37.809Z | Checking papergrid v0.11.0 |
2251 | 2024-11-15T21:30:38.182Z | Compiling phf_codegen v0.11.2 |
2252 | 2024-11-15T21:30:38.408Z | Compiling tabled_derive v0.7.0 |
2253 | 2024-11-15T21:30:38.877Z | Checking primeorder v0.13.6 |
2254 | 2024-11-15T21:30:38.920Z | Compiling parse-zoneinfo v0.3.1 |
2255 | 2024-11-15T21:30:39.392Z | Compiling unicase v2.7.0 |
2256 | 2024-11-15T21:30:39.395Z | Compiling cfg_aliases v0.1.1 |
2257 | 2024-11-15T21:30:39.514Z | Compiling nix v0.28.0 |
2258 | 2024-11-15T21:30:39.909Z | Compiling chrono-tz-build v0.4.0 |
2259 | 2024-11-15T21:30:39.987Z | Checking nanorand v0.7.0 |
2260 | 2024-11-15T21:30:40.364Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2261 | 2024-11-15T21:30:40.387Z | Checking flume v0.11.1 |
2262 | 2024-11-15T21:30:40.788Z | Checking atty v0.2.14 |
2263 | 2024-11-15T21:30:40.920Z | Compiling salty v0.3.0 |
2264 | 2024-11-15T21:30:40.986Z | Checking tabled v0.15.0 |
2265 | 2024-11-15T21:30:41.363Z | Checking p384 v0.13.0 |
2266 | 2024-11-15T21:30:41.388Z | Compiling peg-macros v0.8.4 |
2267 | 2024-11-15T21:30:41.390Z | Compiling chrono-tz v0.10.0 |
2268 | 2024-11-15T21:30:41.390Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2269 | 2024-11-15T21:30:42.398Z | Compiling sqlparser_derive v0.2.2 |
2270 | 2024-11-15T21:30:42.661Z | Checking unicode_categories v0.1.1 |
2271 | 2024-11-15T21:30:42.970Z | Checking sqlformat v0.2.6 |
2272 | 2024-11-15T21:30:43.508Z | Checking sqlparser v0.45.0 |
2273 | 2024-11-15T21:30:43.512Z | Checking rustyline v14.0.0 |
2274 | 2024-11-15T21:30:44.072Z | Compiling mime_guess v2.0.5 |
2275 | 2024-11-15T21:30:45.201Z | Checking peg v0.8.4 |
2276 | 2024-11-15T21:30:45.315Z | Checking bcs v0.1.6 |
2277 | 2024-11-15T21:30:45.366Z | Checking env_filter v0.1.2 |
2278 | 2024-11-15T21:30:45.619Z | Checking env_logger v0.11.5 |
2279 | 2024-11-15T21:30:45.715Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2280 | 2024-11-15T21:30:45.970Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2281 | 2024-11-15T21:30:46.121Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2282 | 2024-11-15T21:30:46.284Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2283 | 2024-11-15T21:30:46.451Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2284 | 2024-11-15T21:30:46.582Z | Compiling dsl_auto_type v0.1.2 |
2285 | 2024-11-15T21:30:47.059Z | Checking scheduled-thread-pool v0.2.7 |
2286 | 2024-11-15T21:30:47.082Z | Compiling diesel_table_macro_syntax v0.2.0 |
2287 | 2024-11-15T21:30:47.278Z | Compiling crunchy v0.2.2 |
2288 | 2024-11-15T21:30:47.457Z | Checking http-range v0.1.5 |
2289 | 2024-11-15T21:30:47.505Z | Checking r2d2 v0.8.10 |
2290 | 2024-11-15T21:30:47.651Z | Checking hyper-staticfile v0.10.1 |
2291 | 2024-11-15T21:30:47.708Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2292 | 2024-11-15T21:30:47.794Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2293 | 2024-11-15T21:30:47.817Z | Checking progenitor v0.8.0 |
2294 | 2024-11-15T21:30:48.095Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2295 | 2024-11-15T21:30:48.117Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2296 | 2024-11-15T21:30:48.174Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2297 | 2024-11-15T21:30:49.910Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2298 | 2024-11-15T21:30:50.466Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2299 | 2024-11-15T21:30:52.639Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2300 | 2024-11-15T21:30:52.802Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2301 | 2024-11-15T21:30:52.824Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2302 | 2024-11-15T21:30:53.449Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2303 | 2024-11-15T21:30:54.702Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2304 | 2024-11-15T21:30:54.724Z | Compiling diesel_derives v2.2.3 |
2305 | 2024-11-15T21:30:54.798Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2306 | 2024-11-15T21:30:55.035Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=aadc0998c0f07f08ab15a95c006074291734800f#aadc0998) |
2307 | 2024-11-15T21:30:55.772Z | Compiling tiny-keccak v2.0.2 |
2308 | 2024-11-15T21:30:56.125Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2309 | 2024-11-15T21:30:56.148Z | Compiling pin-project-internal v1.1.6 |
2310 | 2024-11-15T21:30:56.219Z | Compiling ref-cast v1.0.23 |
2311 | 2024-11-15T21:30:56.802Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2312 | 2024-11-15T21:30:57.100Z | Compiling ascii-canvas v3.0.0 |
2313 | 2024-11-15T21:30:57.122Z | Compiling ena v0.14.3 |
2314 | 2024-11-15T21:30:57.556Z | Compiling ref-cast-impl v1.0.23 |
2315 | 2024-11-15T21:30:57.653Z | Compiling diff v0.1.13 |
2316 | 2024-11-15T21:30:58.333Z | Compiling regex-syntax v0.6.29 |
2317 | 2024-11-15T21:30:58.959Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2318 | 2024-11-15T21:30:59.220Z | Checking pin-project v1.1.6 |
2319 | 2024-11-15T21:30:59.251Z | Checking signal-hook-tokio v0.3.1 |
2320 | 2024-11-15T21:30:59.353Z | Compiling snafu-derive v0.8.5 |
2321 | 2024-11-15T21:30:59.442Z | Checking simd-adler32 v0.3.7 |
2322 | 2024-11-15T21:30:59.811Z | Checking bumpalo v3.16.0 |
2323 | 2024-11-15T21:31:00.161Z | Compiling zip v2.1.3 |
2324 | 2024-11-15T21:31:00.488Z | Checking lockfree-object-pool v0.1.6 |
2325 | 2024-11-15T21:31:00.749Z | Checking zopfli v0.8.1 |
2326 | 2024-11-15T21:31:01.491Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2327 | 2024-11-15T21:31:01.799Z | Compiling lalrpop v0.19.12 |
2328 | 2024-11-15T21:31:03.152Z | Compiling derive_builder_core v0.20.2 |
2329 | 2024-11-15T21:31:04.401Z | Checking globset v0.4.15 |
2330 | 2024-11-15T21:31:04.906Z | Checking olpc-cjson v0.1.4 |
2331 | 2024-11-15T21:31:05.064Z | Checking snafu v0.8.5 |
2332 | 2024-11-15T21:31:05.162Z | Checking serde_plain v1.0.2 |
2333 | 2024-11-15T21:31:05.397Z | Compiling libxml v0.3.3 |
2334 | 2024-11-15T21:31:05.546Z | Compiling memoffset v0.9.1 |
2335 | 2024-11-15T21:31:05.725Z | Checking typed-path v0.9.3 |
2336 | 2024-11-15T21:31:05.808Z | Compiling derive_builder_macro v0.20.2 |
2337 | 2024-11-15T21:31:06.676Z | Checking tungstenite v0.23.0 |
2338 | 2024-11-15T21:31:07.159Z | Compiling strum_macros v0.24.3 |
2339 | 2024-11-15T21:31:07.237Z | Checking diesel v2.2.4 |
2340 | 2024-11-15T21:31:07.600Z | Compiling samael v0.0.17 |
2341 | 2024-11-15T21:31:07.727Z | Checking tough v0.19.0 |
2342 | 2024-11-15T21:31:09.422Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2343 | 2024-11-15T21:31:10.843Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2344 | 2024-11-15T21:31:12.496Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2345 | 2024-11-15T21:31:13.101Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2346 | 2024-11-15T21:31:13.906Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2347 | 2024-11-15T21:31:16.039Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2348 | 2024-11-15T21:31:16.194Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2349 | 2024-11-15T21:31:17.565Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2350 | 2024-11-15T21:31:17.695Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2351 | 2024-11-15T21:31:18.183Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2352 | 2024-11-15T21:31:18.332Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2353 | 2024-11-15T21:31:18.546Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2354 | 2024-11-15T21:31:19.128Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2355 | 2024-11-15T21:31:19.131Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2356 | 2024-11-15T21:31:19.355Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2357 | 2024-11-15T21:31:19.786Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2358 | 2024-11-15T21:31:20.401Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2359 | 2024-11-15T21:31:20.752Z | Compiling indoc v1.0.9 |
2360 | 2024-11-15T21:31:20.869Z | Checking parse-size v1.1.0 |
2361 | 2024-11-15T21:31:21.537Z | Checking tokio-tungstenite v0.23.1 |
2362 | 2024-11-15T21:31:21.748Z | Checking derive_builder v0.20.2 |
2363 | 2024-11-15T21:31:23.481Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2364 | 2024-11-15T21:31:23.777Z | Checking quick-xml v0.33.0 |
2365 | 2024-11-15T21:31:23.939Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2366 | 2024-11-15T21:31:24.020Z | Compiling oso-derive v0.27.3 |
2367 | 2024-11-15T21:31:25.129Z | Compiling impl-trait-for-tuples v0.2.2 |
2368 | 2024-11-15T21:31:25.244Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2369 | 2024-11-15T21:31:25.662Z | Checking nix v0.27.1 |
2370 | 2024-11-15T21:31:25.853Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2371 | 2024-11-15T21:31:26.389Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2372 | 2024-11-15T21:31:26.707Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2373 | 2024-11-15T21:31:26.910Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2374 | 2024-11-15T21:31:27.312Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2375 | 2024-11-15T21:31:28.530Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2376 | 2024-11-15T21:31:29.814Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2377 | 2024-11-15T21:31:30.444Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2378 | 2024-11-15T21:31:31.742Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2379 | 2024-11-15T21:31:32.071Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2380 | 2024-11-15T21:31:32.096Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2381 | 2024-11-15T21:31:32.213Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2382 | 2024-11-15T21:31:33.459Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2383 | 2024-11-15T21:31:34.129Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2384 | 2024-11-15T21:31:36.423Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2385 | 2024-11-15T21:31:37.115Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2386 | 2024-11-15T21:31:37.364Z | Compiling diesel-dtrace v0.3.0 |
2387 | 2024-11-15T21:31:37.436Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2388 | 2024-11-15T21:31:37.677Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2389 | 2024-11-15T21:31:38.387Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2390 | 2024-11-15T21:31:39.208Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2391 | 2024-11-15T21:31:39.520Z | Checking bb8 v0.8.5 |
2392 | 2024-11-15T21:31:40.064Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2393 | 2024-11-15T21:31:40.584Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2394 | 2024-11-15T21:31:41.306Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2395 | 2024-11-15T21:31:41.363Z | Checking rand_seeder v0.3.0 |
2396 | 2024-11-15T21:31:41.612Z | Checking assert_matches v1.5.0 |
2397 | 2024-11-15T21:31:41.692Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2398 | 2024-11-15T21:31:41.721Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2399 | 2024-11-15T21:31:41.933Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2400 | 2024-11-15T21:31:42.178Z | Compiling libz-sys v1.1.20 |
2401 | 2024-11-15T21:31:43.035Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2402 | 2024-11-15T21:31:43.466Z | Checking async-bb8-diesel v0.2.1 |
2403 | 2024-11-15T21:31:43.556Z | Checking is_ci v1.2.0 |
2404 | 2024-11-15T21:31:43.675Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2405 | 2024-11-15T21:31:43.698Z | Checking supports-color v3.0.1 |
2406 | 2024-11-15T21:31:44.071Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2407 | 2024-11-15T21:31:44.199Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2408 | 2024-11-15T21:31:44.243Z | Compiling vergen v8.3.2 |
2409 | 2024-11-15T21:31:44.265Z | Compiling cargo-platform v0.1.8 |
2410 | 2024-11-15T21:31:44.564Z | Checking smawk v0.3.2 |
2411 | 2024-11-15T21:31:44.779Z | Checking unicode-linebreak v0.1.5 |
2412 | 2024-11-15T21:31:44.830Z | Compiling cargo_metadata v0.18.1 |
2413 | 2024-11-15T21:31:45.176Z | Checking textwrap v0.16.1 |
2414 | 2024-11-15T21:31:45.565Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2415 | 2024-11-15T21:31:45.864Z | Checking castaway v0.2.3 |
2416 | 2024-11-15T21:31:46.036Z | Compiling libsqlite3-sys v0.30.1 |
2417 | 2024-11-15T21:31:46.060Z | Compiling rustls v0.21.12 |
2418 | 2024-11-15T21:31:46.118Z | Compiling cfg_aliases v0.2.1 |
2419 | 2024-11-15T21:31:46.240Z | Compiling nix v0.29.0 |
2420 | 2024-11-15T21:31:46.535Z | Checking compact_str v0.8.0 |
2421 | 2024-11-15T21:31:46.600Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2422 | 2024-11-15T21:31:46.898Z | Checking unicode-truncate v1.1.0 |
2423 | 2024-11-15T21:31:47.095Z | Checking rustls-webpki v0.101.7 |
2424 | 2024-11-15T21:31:47.142Z | Checking sct v0.7.1 |
2425 | 2024-11-15T21:31:47.360Z | Checking lru v0.12.5 |
2426 | 2024-11-15T21:31:47.388Z | Compiling instability v0.3.2 |
2427 | 2024-11-15T21:31:47.660Z | Checking cassowary v0.3.0 |
2428 | 2024-11-15T21:31:48.056Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2429 | 2024-11-15T21:31:48.265Z | Checking hashlink v0.9.1 |
2430 | 2024-11-15T21:31:48.349Z | Checking concurrent-queue v2.5.0 |
2431 | 2024-11-15T21:31:48.375Z | Checking fallible-iterator v0.3.0 |
2432 | 2024-11-15T21:31:48.418Z | Checking ratatui v0.28.1 |
2433 | 2024-11-15T21:31:48.678Z | Checking plotters-backend v0.3.7 |
2434 | 2024-11-15T21:31:48.915Z | Checking fallible-streaming-iterator v0.1.9 |
2435 | 2024-11-15T21:31:49.010Z | Checking parking v2.2.1 |
2436 | 2024-11-15T21:31:49.087Z | Checking plotters-svg v0.3.7 |
2437 | 2024-11-15T21:31:49.159Z | Checking rusqlite v0.32.1 |
2438 | 2024-11-15T21:31:49.354Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2439 | 2024-11-15T21:31:49.762Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2440 | 2024-11-15T21:31:50.055Z | Checking rustls-pemfile v1.0.4 |
2441 | 2024-11-15T21:31:50.275Z | Checking twox-hash v1.6.3 |
2442 | 2024-11-15T21:31:50.681Z | Checking cast v0.3.0 |
2443 | 2024-11-15T21:31:50.777Z | Checking plotters v0.3.7 |
2444 | 2024-11-15T21:31:51.297Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2445 | 2024-11-15T21:31:51.297Z | Checking criterion-plot v0.5.0 |
2446 | 2024-11-15T21:31:51.297Z | Checking tokio-rustls v0.24.1 |
2447 | 2024-11-15T21:31:51.332Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2448 | 2024-11-15T21:31:51.480Z | Checking fatfs v0.3.6 |
2449 | 2024-11-15T21:31:51.483Z | Checking tinytemplate v1.2.1 |
2450 | 2024-11-15T21:31:51.888Z | Checking csv-core v0.1.11 |
2451 | 2024-11-15T21:31:52.244Z | Checking shell-words v1.1.0 |
2452 | 2024-11-15T21:31:52.393Z | Checking oorandom v11.1.4 |
2453 | 2024-11-15T21:31:52.423Z | Checking hex-literal v0.4.1 |
2454 | 2024-11-15T21:31:52.528Z | Checking anes v0.1.6 |
2455 | 2024-11-15T21:31:52.550Z | Checking csv v1.3.0 |
2456 | 2024-11-15T21:31:52.553Z | Checking event-listener v5.3.1 |
2457 | 2024-11-15T21:31:52.880Z | Checking criterion v0.5.1 |
2458 | 2024-11-15T21:31:52.963Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2459 | 2024-11-15T21:31:52.984Z | Checking rtoolbox v0.0.2 |
2460 | 2024-11-15T21:31:53.182Z | Checking rpassword v7.3.1 |
2461 | 2024-11-15T21:31:53.342Z | Checking event-listener-strategy v0.5.2 |
2462 | 2024-11-15T21:31:53.397Z | Checking tui-tree-widget v0.22.0 |
2463 | 2024-11-15T21:31:53.551Z | Checking polyval v0.6.2 |
2464 | 2024-11-15T21:31:53.725Z | Checking futures-lite v2.3.0 |
2465 | 2024-11-15T21:31:53.809Z | Checking ghash v0.5.1 |
2466 | 2024-11-15T21:31:53.984Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2467 | 2024-11-15T21:31:55.128Z | Checking ctr v0.9.2 |
2468 | 2024-11-15T21:31:55.265Z | Checking yansi v1.0.1 |
2469 | 2024-11-15T21:31:55.581Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2470 | 2024-11-15T21:31:55.772Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2471 | 2024-11-15T21:31:55.805Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2472 | 2024-11-15T21:31:56.484Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2473 | 2024-11-15T21:31:56.965Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2474 | 2024-11-15T21:31:59.012Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2475 | 2024-11-15T21:31:59.715Z | Checking pretty_assertions v1.4.1 |
2476 | 2024-11-15T21:31:59.943Z | Checking aes-gcm v0.10.3 |
2477 | 2024-11-15T21:32:00.203Z | Checking ssh-encoding v0.2.0 |
2478 | 2024-11-15T21:32:00.549Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2479 | 2024-11-15T21:32:00.576Z | Checking blowfish v0.9.1 |
2480 | 2024-11-15T21:32:00.642Z | Checking ssh-cipher v0.2.0 |
2481 | 2024-11-15T21:32:00.813Z | Checking bcrypt-pbkdf v0.10.0 |
2482 | 2024-11-15T21:32:00.926Z | Checking async-lock v3.4.0 |
2483 | 2024-11-15T21:32:01.049Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2484 | 2024-11-15T21:32:01.623Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2485 | 2024-11-15T21:32:01.866Z | Checking polling v3.7.3 |
2486 | 2024-11-15T21:32:02.289Z | Checking password-hash v0.4.2 |
2487 | 2024-11-15T21:32:02.736Z | Checking matches v0.1.10 |
2488 | 2024-11-15T21:32:02.837Z | Checking idna v0.2.3 |
2489 | 2024-11-15T21:32:03.077Z | Checking pbkdf2 v0.11.0 |
2490 | 2024-11-15T21:32:03.378Z | Checking async-io v2.3.4 |
2491 | 2024-11-15T21:32:03.697Z | Checking ssh-key v0.6.6 |
2492 | 2024-11-15T21:32:04.191Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2493 | 2024-11-15T21:32:04.970Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2494 | 2024-11-15T21:32:05.433Z | Checking p521 v0.13.3 |
2495 | 2024-11-15T21:32:05.920Z | Checking p256 v0.13.2 |
2496 | 2024-11-15T21:32:06.463Z | Checking russh-cryptovec v0.7.3 |
2497 | 2024-11-15T21:32:06.694Z | Compiling enum-as-inner v0.5.1 |
2498 | 2024-11-15T21:32:06.717Z | Compiling doc-comment v0.3.3 |
2499 | 2024-11-15T21:32:07.307Z | Checking md5 v0.7.0 |
2500 | 2024-11-15T21:32:07.591Z | Checking async-task v4.7.1 |
2501 | 2024-11-15T21:32:07.660Z | Compiling target-lexicon v0.12.16 |
2502 | 2024-11-15T21:32:07.715Z | Checking trust-dns-proto v0.22.0 |
2503 | 2024-11-15T21:32:07.934Z | Checking russh-keys v0.45.0 |
2504 | 2024-11-15T21:32:08.835Z | Checking async-channel v2.3.1 |
2505 | 2024-11-15T21:32:09.026Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2506 | 2024-11-15T21:32:09.170Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2507 | 2024-11-15T21:32:09.304Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2508 | 2024-11-15T21:32:10.315Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2509 | 2024-11-15T21:32:11.217Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2510 | 2024-11-15T21:32:11.411Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2511 | 2024-11-15T21:32:12.018Z | Checking piper v0.2.4 |
2512 | 2024-11-15T21:32:12.171Z | Checking num-bigint v0.4.6 |
2513 | 2024-11-15T21:32:12.222Z | Checking des v0.8.1 |
2514 | 2024-11-15T21:32:12.499Z | Checking futures-timer v3.0.3 |
2515 | 2024-11-15T21:32:12.824Z | Compiling guppy-workspace-hack v0.1.0 |
2516 | 2024-11-15T21:32:13.139Z | Compiling dhcproto-macros v0.1.0 |
2517 | 2024-11-15T21:32:14.132Z | Compiling assert_cmd v2.0.16 |
2518 | 2024-11-15T21:32:14.603Z | Checking dhcproto v0.12.0 |
2519 | 2024-11-15T21:32:14.625Z | Checking russh v0.45.0 |
2520 | 2024-11-15T21:32:16.013Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2521 | 2024-11-15T21:32:16.233Z | Checking blocking v1.6.1 |
2522 | 2024-11-15T21:32:17.067Z | Checking async-executor v1.13.1 |
2523 | 2024-11-15T21:32:17.172Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2524 | 2024-11-15T21:32:17.424Z | Checking async-signal v0.2.10 |
2525 | 2024-11-15T21:32:17.714Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2526 | 2024-11-15T21:32:18.021Z | Checking internet-checksum v0.2.1 |
2527 | 2024-11-15T21:32:18.096Z | Compiling target-spec v3.2.2 |
2528 | 2024-11-15T21:32:18.438Z | Checking event-listener v2.5.3 |
2529 | 2024-11-15T21:32:18.667Z | Checking async-channel v1.9.0 |
2530 | 2024-11-15T21:32:19.116Z | Checking async-process v2.3.0 |
2531 | 2024-11-15T21:32:19.514Z | Checking async-global-executor v2.4.1 |
2532 | 2024-11-15T21:32:19.566Z | Checking cfg-expr v0.17.0 |
2533 | 2024-11-15T21:32:20.305Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2534 | 2024-11-15T21:32:20.391Z | Checking httptest v0.16.1 |
2535 | 2024-11-15T21:32:20.414Z | Checking rustls-native-certs v0.7.3 |
2536 | 2024-11-15T21:32:20.612Z | Compiling petname v2.0.2 |
2537 | 2024-11-15T21:32:21.114Z | Checking num_cpus v1.16.0 |
2538 | 2024-11-15T21:32:21.246Z | Checking kv-log-macro v1.0.7 |
2539 | 2024-11-15T21:32:21.393Z | Compiling async-attributes v1.1.2 |
2540 | 2024-11-15T21:32:22.268Z | Checking async-std v1.13.0 |
2541 | 2024-11-15T21:32:24.047Z | Checking threadpool v1.8.1 |
2542 | 2024-11-15T21:32:24.274Z | Checking hyper-rustls v0.26.0 |
2543 | 2024-11-15T21:32:24.934Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2544 | 2024-11-15T21:32:25.005Z | Checking pathdiff v0.2.2 |
2545 | 2024-11-15T21:32:25.172Z | Compiling rstest_macros v0.23.0 |
2546 | 2024-11-15T21:32:25.361Z | Checking escape8259 v0.5.3 |
2547 | 2024-11-15T21:32:25.563Z | Checking nested v0.1.1 |
2548 | 2024-11-15T21:32:25.708Z | Compiling target-triple v0.1.3 |
2549 | 2024-11-15T21:32:25.778Z | Checking guppy v0.17.8 |
2550 | 2024-11-15T21:32:25.869Z | Checking async-object-pool v0.1.5 |
2551 | 2024-11-15T21:32:26.198Z | Checking libtest-mimic v0.7.3 |
2552 | 2024-11-15T21:32:26.263Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2553 | 2024-11-15T21:32:27.408Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2554 | 2024-11-15T21:32:27.912Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2555 | 2024-11-15T21:32:28.206Z | Checking similar-asserts v1.6.0 |
2556 | 2024-11-15T21:32:28.477Z | Checking fancy-regex v0.13.0 |
2557 | 2024-11-15T21:32:28.589Z | Checking serde_regex v1.1.0 |
2558 | 2024-11-15T21:32:28.867Z | Checking assert-json-diff v2.0.2 |
2559 | 2024-11-15T21:32:29.156Z | Compiling proc-macro-crate v3.2.0 |
2560 | 2024-11-15T21:32:29.234Z | Checking path-tree v0.8.1 |
2561 | 2024-11-15T21:32:29.424Z | Checking stringmetrics v2.2.2 |
2562 | 2024-11-15T21:32:29.551Z | Checking sync-ptr v0.1.1 |
2563 | 2024-11-15T21:32:29.673Z | Compiling relative-path v1.9.3 |
2564 | 2024-11-15T21:32:29.748Z | Checking httpmock v0.8.0-alpha.1 |
2565 | 2024-11-15T21:32:30.366Z | Checking datatest-stable v0.2.9 |
2566 | 2024-11-15T21:32:30.820Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2567 | 2024-11-15T21:32:32.336Z | Checking blake2b_simd v1.0.2 |
2568 | 2024-11-15T21:32:33.174Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2569 | 2024-11-15T21:32:35.197Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2570 | 2024-11-15T21:32:35.499Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2571 | 2024-11-15T21:32:35.805Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2572 | 2024-11-15T21:32:35.964Z | Compiling git2 v0.19.0 |
2573 | 2024-11-15T21:32:36.097Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2574 | 2024-11-15T21:32:36.619Z | Checking serde_tokenstream v0.2.2 |
2575 | 2024-11-15T21:32:37.055Z | Checking uzers v0.12.1 |
2576 | 2024-11-15T21:32:37.575Z | Checking rust-argon2 v2.1.0 |
2577 | 2024-11-15T21:32:38.029Z | Checking trybuild v1.0.101 |
2578 | 2024-11-15T21:32:38.467Z | Checking nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2579 | 2024-11-15T21:32:39.512Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2580 | 2024-11-15T21:32:39.832Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2581 | 2024-11-15T21:32:40.157Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2582 | 2024-11-15T21:32:41.051Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2583 | 2024-11-15T21:32:41.191Z | Checking rstest v0.23.0 |
2584 | 2024-11-15T21:32:41.362Z | Checking rand_distr v0.4.3 |
2585 | 2024-11-15T21:32:41.426Z | Checking multimap v0.10.0 |
2586 | 2024-11-15T21:32:41.778Z | Checking approx v0.5.1 |
2587 | 2024-11-15T21:32:42.052Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2588 | 2024-11-15T21:32:42.757Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2589 | 2024-11-15T21:32:43.309Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2590 | 2024-11-15T21:32:43.774Z | Checking partial-io v0.5.4 |
2591 | 2024-11-15T21:32:43.800Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2592 | 2024-11-15T21:32:44.092Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2593 | 2024-11-15T21:32:44.164Z | Checking cargo_toml v0.20.5 |
2594 | 2024-11-15T21:32:44.976Z | Checking termios v0.3.3 |
2595 | 2024-11-15T21:32:45.199Z | Compiling indoc v2.0.5 |
2596 | 2024-11-15T21:32:45.555Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2597 | 2024-11-15T21:32:46.030Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2598 | 2024-11-15T21:32:46.261Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2599 | 2024-11-15T21:32:48.604Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2600 | 2024-11-15T21:33:05.803Z | Checking clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2601 | 2024-11-15T21:33:06.531Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2602 | 2024-11-15T21:33:09.235Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2603 | 2024-11-15T21:33:24.616Z | Compiling polar-core v0.27.3 |
2604 | 2024-11-15T21:33:35.827Z | Checking oso v0.27.3 |
2605 | 2024-11-15T21:33:46.976Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2606 | 2024-11-15T21:33:48.893Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2607 | 2024-11-15T21:33:50.046Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2608 | 2024-11-15T21:34:26.663Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2609 | 2024-11-15T21:34:26.664Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2610 | 2024-11-15T21:34:26.666Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2611 | 2024-11-15T21:35:48.157Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 28s |
2612 | 2024-11-15T21:35:48.554Z | |
2613 | 2024-11-15T21:35:48.554Z | real 6:32.561675994 |
2614 | 2024-11-15T21:35:48.554Z | user 35:18.693921112 |
2615 | 2024-11-15T21:35:48.554Z | sys 6:24.181044000 |
2616 | 2024-11-15T21:35:48.557Z | trap 0.958985843 |
2617 | 2024-11-15T21:35:48.557Z | tflt 2.670549109 |
2618 | 2024-11-15T21:35:48.557Z | dflt 0.789210026 |
2619 | 2024-11-15T21:35:48.557Z | kflt 0.001178981 |
2620 | 2024-11-15T21:35:48.557Z | lock 50:40.194822256 |
2621 | 2024-11-15T21:35:48.557Z | slp 2:02:41.641314388 |
2622 | 2024-11-15T21:35:48.557Z | lat 1:34.594815914 |
2623 | 2024-11-15T21:35:48.557Z | stop 5:58.576366737 |
2624 | 2024-11-15T21:35:48.557Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2625 | 2024-11-15T21:35:48.557Z | + ptime -m cargo doc --workspace --no-deps |
2626 | 2024-11-15T21:35:49.736Z | warning: output filename collision. |
2627 | 2024-11-15T21:35:49.736Z | 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)`. |
2628 | 2024-11-15T21:35:49.736Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2629 | 2024-11-15T21:35:49.736Z | The targets should have unique names. |
2630 | 2024-11-15T21:35:49.736Z | This is a known bug where multiple crates with the same name use |
2631 | 2024-11-15T21:35:49.736Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2632 | 2024-11-15T21:35:50.170Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2633 | 2024-11-15T21:35:50.239Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2634 | 2024-11-15T21:35:50.257Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2635 | 2024-11-15T21:35:50.294Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2636 | 2024-11-15T21:35:50.320Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2637 | 2024-11-15T21:35:50.344Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2638 | 2024-11-15T21:35:50.344Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2639 | 2024-11-15T21:35:50.538Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2640 | 2024-11-15T21:35:50.579Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2641 | 2024-11-15T21:35:50.600Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2642 | 2024-11-15T21:35:50.603Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2643 | 2024-11-15T21:35:50.808Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2644 | 2024-11-15T21:35:50.901Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2645 | 2024-11-15T21:35:51.108Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2646 | 2024-11-15T21:35:51.559Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2647 | 2024-11-15T21:35:53.935Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2648 | 2024-11-15T21:35:55.103Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2649 | 2024-11-15T21:35:55.425Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2650 | 2024-11-15T21:35:55.640Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2651 | 2024-11-15T21:35:55.674Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2652 | 2024-11-15T21:35:55.787Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2653 | 2024-11-15T21:35:55.944Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2654 | 2024-11-15T21:35:56.099Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2655 | 2024-11-15T21:35:56.257Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2656 | 2024-11-15T21:35:56.620Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2657 | 2024-11-15T21:35:56.639Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2658 | 2024-11-15T21:35:56.850Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2659 | 2024-11-15T21:35:57.152Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2660 | 2024-11-15T21:35:57.196Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2661 | 2024-11-15T21:35:57.448Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2662 | 2024-11-15T21:35:57.606Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2663 | 2024-11-15T21:35:57.609Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2664 | 2024-11-15T21:35:57.737Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2665 | 2024-11-15T21:35:57.942Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2666 | 2024-11-15T21:35:58.267Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2667 | 2024-11-15T21:35:58.550Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2668 | 2024-11-15T21:35:58.570Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2669 | 2024-11-15T21:35:58.954Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2670 | 2024-11-15T21:35:59.004Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2671 | 2024-11-15T21:35:59.210Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2672 | 2024-11-15T21:35:59.788Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2673 | 2024-11-15T21:36:00.804Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2674 | 2024-11-15T21:36:02.206Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2675 | 2024-11-15T21:36:04.529Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2676 | 2024-11-15T21:36:05.287Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2677 | 2024-11-15T21:36:05.611Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2678 | 2024-11-15T21:36:05.761Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2679 | 2024-11-15T21:36:05.914Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2680 | 2024-11-15T21:36:06.365Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2681 | 2024-11-15T21:36:06.986Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2682 | 2024-11-15T21:36:07.399Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2683 | 2024-11-15T21:36:08.037Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2684 | 2024-11-15T21:36:08.060Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2685 | 2024-11-15T21:36:09.044Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2686 | 2024-11-15T21:36:13.816Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2687 | 2024-11-15T21:36:14.984Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2688 | 2024-11-15T21:36:15.179Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2689 | 2024-11-15T21:36:15.782Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2690 | 2024-11-15T21:36:16.263Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2691 | 2024-11-15T21:36:17.036Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2692 | 2024-11-15T21:36:17.119Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2693 | 2024-11-15T21:36:17.520Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2694 | 2024-11-15T21:36:18.034Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2695 | 2024-11-15T21:36:18.606Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2696 | 2024-11-15T21:36:18.817Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2697 | 2024-11-15T21:36:18.872Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2698 | 2024-11-15T21:36:19.234Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2699 | 2024-11-15T21:36:19.462Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2700 | 2024-11-15T21:36:20.051Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2701 | 2024-11-15T21:36:20.201Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2702 | 2024-11-15T21:36:20.583Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2703 | 2024-11-15T21:36:21.000Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2704 | 2024-11-15T21:36:21.413Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2705 | 2024-11-15T21:36:21.543Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2706 | 2024-11-15T21:36:21.626Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2707 | 2024-11-15T21:36:21.865Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2708 | 2024-11-15T21:36:22.461Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2709 | 2024-11-15T21:36:22.913Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2710 | 2024-11-15T21:36:23.108Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2711 | 2024-11-15T21:36:23.170Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2712 | 2024-11-15T21:36:23.369Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2713 | 2024-11-15T21:36:23.875Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2714 | 2024-11-15T21:36:24.127Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2715 | 2024-11-15T21:36:24.160Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2716 | 2024-11-15T21:36:24.284Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2717 | 2024-11-15T21:36:24.760Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2718 | 2024-11-15T21:36:24.913Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2719 | 2024-11-15T21:36:25.152Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2720 | 2024-11-15T21:36:25.440Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2721 | 2024-11-15T21:36:25.636Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2722 | 2024-11-15T21:36:26.146Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2723 | 2024-11-15T21:36:26.235Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2724 | 2024-11-15T21:36:26.492Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2725 | 2024-11-15T21:36:27.663Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2726 | 2024-11-15T21:36:28.138Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2727 | 2024-11-15T21:36:28.302Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2728 | 2024-11-15T21:36:28.680Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2729 | 2024-11-15T21:36:29.813Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2730 | 2024-11-15T21:36:30.317Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2731 | 2024-11-15T21:36:30.965Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2732 | 2024-11-15T21:36:31.451Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2733 | 2024-11-15T21:36:31.677Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2734 | 2024-11-15T21:36:32.651Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2735 | 2024-11-15T21:36:34.418Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2736 | 2024-11-15T21:36:35.572Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2737 | 2024-11-15T21:36:35.697Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2738 | 2024-11-15T21:36:35.833Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2739 | 2024-11-15T21:36:38.083Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2740 | 2024-11-15T21:36:39.324Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2741 | 2024-11-15T21:36:40.349Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2742 | 2024-11-15T21:36:44.174Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2743 | 2024-11-15T21:36:45.391Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2744 | 2024-11-15T21:36:51.293Z | Checking clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2745 | 2024-11-15T21:36:51.758Z | Documenting clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
2746 | 2024-11-15T21:36:55.513Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2747 | 2024-11-15T21:37:12.334Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2748 | 2024-11-15T21:37:18.644Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2749 | 2024-11-15T21:37:41.294Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2750 | 2024-11-15T21:37:41.318Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2751 | 2024-11-15T21:37:43.927Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2752 | 2024-11-15T21:38:19.181Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2753 | 2024-11-15T21:38:19.378Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2754 | 2024-11-15T21:38:22.417Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2755 | 2024-11-15T21:38:23.407Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2756 | 2024-11-15T21:38:24.120Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2757 | 2024-11-15T21:38:27.161Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2758 | 2024-11-15T21:38:36.030Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2759 | 2024-11-15T21:38:36.507Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2760 | 2024-11-15T21:38:39.435Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2761 | 2024-11-15T21:38:58.720Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2762 | 2024-11-15T21:39:02.185Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2763 | 2024-11-15T21:39:02.369Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2764 | 2024-11-15T21:39:05.579Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2765 | 2024-11-15T21:39:25.405Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2766 | 2024-11-15T21:39:32.071Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2767 | 2024-11-15T21:39:35.744Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2768 | 2024-11-15T21:39:39.119Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2769 | 2024-11-15T21:39:43.940Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2770 | 2024-11-15T21:39:52.079Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2771 | 2024-11-15T21:39:52.098Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2772 | 2024-11-15T21:40:00.972Z | Documenting nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
2773 | 2024-11-15T21:40:05.655Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2774 | 2024-11-15T21:40:19.085Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2775 | 2024-11-15T21:40:21.953Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2776 | 2024-11-15T21:40:25.252Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2777 | 2024-11-15T21:40:26.435Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2778 | 2024-11-15T21:40:37.150Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2779 | 2024-11-15T21:40:45.842Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2780 | 2024-11-15T21:40:46.497Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2781 | 2024-11-15T21:40:47.568Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2782 | 2024-11-15T21:40:53.847Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2783 | 2024-11-15T21:40:56.527Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2784 | 2024-11-15T21:40:57.574Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2785 | 2024-11-15T21:40:57.838Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2786 | 2024-11-15T21:41:08.118Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2787 | 2024-11-15T21:41:14.672Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2788 | 2024-11-15T21:41:19.114Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2789 | 2024-11-15T21:41:19.700Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2790 | 2024-11-15T21:41:22.452Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2791 | 2024-11-15T21:41:23.899Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2792 | 2024-11-15T21:41:27.048Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2793 | 2024-11-15T21:41:35.729Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2794 | 2024-11-15T21:41:39.792Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2795 | 2024-11-15T21:41:39.826Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2796 | 2024-11-15T21:41:45.407Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2797 | 2024-11-15T21:41:45.407Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2798 | 2024-11-15T21:41:45.407Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2799 | 2024-11-15T21:41:46.137Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2800 | 2024-11-15T21:41:57.919Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2801 | 2024-11-15T21:41:57.955Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2802 | 2024-11-15T21:42:01.052Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2803 | 2024-11-15T21:42:05.064Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2804 | 2024-11-15T21:42:05.197Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2805 | 2024-11-15T21:42:05.690Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2806 | 2024-11-15T21:42:09.056Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2807 | 2024-11-15T21:42:13.827Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2808 | 2024-11-15T21:42:18.643Z | Documenting clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
2809 | 2024-11-15T21:42:19.943Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2810 | 2024-11-15T21:42:22.416Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2811 | 2024-11-15T21:42:22.843Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2812 | 2024-11-15T21:42:23.070Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2813 | 2024-11-15T21:42:26.296Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2814 | 2024-11-15T21:42:28.935Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2815 | 2024-11-15T21:42:33.290Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2816 | 2024-11-15T21:42:35.168Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2817 | 2024-11-15T21:42:37.336Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2818 | 2024-11-15T21:42:41.088Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2819 | 2024-11-15T21:42:41.453Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2820 | 2024-11-15T21:42:42.390Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2821 | 2024-11-15T21:42:47.850Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2822 | 2024-11-15T21:42:50.451Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2823 | 2024-11-15T21:42:52.710Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2824 | 2024-11-15T21:42:53.041Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2825 | 2024-11-15T21:42:53.232Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2826 | 2024-11-15T21:43:03.132Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2827 | 2024-11-15T21:43:03.584Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2828 | 2024-11-15T21:43:07.079Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2829 | 2024-11-15T21:43:07.701Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2830 | 2024-11-15T21:43:09.531Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2831 | 2024-11-15T21:43:11.797Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2832 | 2024-11-15T21:43:13.790Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2833 | 2024-11-15T21:43:15.307Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2834 | 2024-11-15T21:43:17.260Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2835 | 2024-11-15T21:43:21.819Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2836 | 2024-11-15T21:43:22.402Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2837 | 2024-11-15T21:43:23.515Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2838 | 2024-11-15T21:43:25.516Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2839 | 2024-11-15T21:43:29.352Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2840 | 2024-11-15T21:43:30.746Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2841 | 2024-11-15T21:43:32.187Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2842 | 2024-11-15T21:43:32.928Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2843 | 2024-11-15T21:43:35.735Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2844 | 2024-11-15T21:43:36.191Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2845 | 2024-11-15T21:43:38.021Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2846 | 2024-11-15T21:43:41.326Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2847 | 2024-11-15T21:43:42.919Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2848 | 2024-11-15T21:43:43.520Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2849 | 2024-11-15T21:43:44.707Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2850 | 2024-11-15T21:43:44.936Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2851 | 2024-11-15T21:43:45.870Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2852 | 2024-11-15T21:43:45.954Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2853 | 2024-11-15T21:43:48.230Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2854 | 2024-11-15T21:43:48.619Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2855 | 2024-11-15T21:43:49.409Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2856 | 2024-11-15T21:43:50.159Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2857 | 2024-11-15T21:44:24.297Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 8m 35s |
2858 | 2024-11-15T21:44:24.476Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 137 other files |
2859 | 2024-11-15T21:44:24.539Z | |
2860 | 2024-11-15T21:44:24.539Z | real 8:35.880409205 |
2861 | 2024-11-15T21:44:24.539Z | user 25:22.780746547 |
2862 | 2024-11-15T21:44:24.542Z | sys 39:09.429717140 |
2863 | 2024-11-15T21:44:24.542Z | trap 0.410636205 |
2864 | 2024-11-15T21:44:24.542Z | tflt 0.181836546 |
2865 | 2024-11-15T21:44:24.542Z | dflt 0.193960446 |
2866 | 2024-11-15T21:44:24.542Z | kflt 0.000022738 |
2867 | 2024-11-15T21:44:24.542Z | lock 1:25:40.095403286 |
2868 | 2024-11-15T21:44:24.542Z | slp 2:25:19.863860504 |
2869 | 2024-11-15T21:44:24.542Z | lat 1:15.255581073 |
2870 | 2024-11-15T21:44:24.542Z | stop 1:11.475168860 |
2871 | 2024-11-15T21:44:24.542Z | process exited: duration 1207913 ms, exit code 0 |
|
2872 | 2024-11-15T21:44:24.547Z | found 0 output files |