|
|
|
1 | 2024-08-08T21:27:23.331Z | job assigned to worker 01J4SY5GHZTVJA9WP49438Z4ES (queued for 1 m 4 s) |
|
2 | 2024-08-08T21:27:30.544Z | starting task 0: "setup" |
3 | 2024-08-08T21:27:30.597Z | ++ uname -s |
4 | 2024-08-08T21:27:30.599Z | + kern=SunOS |
5 | 2024-08-08T21:27:30.599Z | + case "$kern" in |
6 | 2024-08-08T21:27:30.599Z | + groupadd -g 12345 build |
7 | 2024-08-08T21:27:30.602Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-08T21:27:32.611Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-08T21:27:32.741Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-08T21:27:32.744Z | + home_fs=zfs |
11 | 2024-08-08T21:27:32.744Z | + [[ zfs == autofs ]] |
12 | 2024-08-08T21:27:32.744Z | + mkdir -p /home/build |
13 | 2024-08-08T21:27:32.746Z | + chown build:build /home/build /work |
14 | 2024-08-08T21:27:33.747Z | + chmod 0700 /home/build /work |
15 | 2024-08-08T21:27:33.750Z | process exited: duration 3207 ms, exit code 0 |
|
16 | 2024-08-08T21:27:33.756Z | starting task 1: "rust-toolchain" |
17 | 2024-08-08T21:27:33.761Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-08T21:27:33.761Z | ' 1.80.1 |
19 | 2024-08-08T21:27:33.761Z | + printf ' * toolchain profile = "%s" |
20 | 2024-08-08T21:27:33.761Z | ' default |
21 | 2024-08-08T21:27:33.764Z | * toolchain channel = "1.80.1" |
22 | 2024-08-08T21:27:33.764Z | * toolchain profile = "default" |
23 | 2024-08-08T21:27:33.764Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-08T21:27:33.764Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-08T21:27:33.882Z | info: downloading installer |
26 | 2024-08-08T21:27:35.388Z | info: profile set to 'default' |
27 | 2024-08-08T21:27:35.388Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-08T21:27:35.391Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-08T21:27:35.521Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-08T21:27:35.521Z | info: downloading component 'cargo' |
31 | 2024-08-08T21:27:36.228Z | info: downloading component 'clippy' |
32 | 2024-08-08T21:27:36.477Z | info: downloading component 'rust-docs' |
33 | 2024-08-08T21:27:37.450Z | info: downloading component 'rust-std' |
34 | 2024-08-08T21:27:38.821Z | info: downloading component 'rustc' |
35 | 2024-08-08T21:27:42.626Z | info: downloading component 'rustfmt' |
36 | 2024-08-08T21:27:42.834Z | info: installing component 'cargo' |
37 | 2024-08-08T21:27:43.666Z | info: installing component 'clippy' |
38 | 2024-08-08T21:27:44.030Z | info: installing component 'rust-docs' |
39 | 2024-08-08T21:27:45.642Z | info: installing component 'rust-std' |
40 | 2024-08-08T21:27:47.321Z | info: installing component 'rustc' |
41 | 2024-08-08T21:27:51.501Z | info: installing component 'rustfmt' |
42 | 2024-08-08T21:27:51.840Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-08T21:27:51.840Z | |
44 | 2024-08-08T21:27:52.104Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-08T21:27:52.104Z | |
46 | 2024-08-08T21:27:52.104Z | |
47 | 2024-08-08T21:27:52.104Z | Rust is installed now. Great! |
48 | 2024-08-08T21:27:52.105Z | |
49 | 2024-08-08T21:27:52.105Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-08T21:27:52.105Z | environment variable. This has not been done automatically. |
51 | 2024-08-08T21:27:52.105Z | |
52 | 2024-08-08T21:27:52.106Z | To configure your current shell, you need to source |
53 | 2024-08-08T21:27:52.106Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-08T21:27:52.106Z | |
55 | 2024-08-08T21:27:52.106Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-08T21:27:52.106Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-08T21:27:52.106Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-08T21:27:52.154Z | + rustc --version |
59 | 2024-08-08T21:27:52.209Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-08T21:27:52.220Z | process exited: duration 18452 ms, exit code 0 |
|
61 | 2024-08-08T21:27:52.237Z | starting task 2: "authentication" |
62 | 2024-08-08T21:27:52.275Z | process exited: duration 39 ms, exit code 0 |
|
63 | 2024-08-08T21:27:52.286Z | starting task 3: "clone repository" |
64 | 2024-08-08T21:27:52.291Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-08T21:27:52.295Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-08T21:27:52.427Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-08T21:27:57.792Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-08T21:27:57.792Z | + git fetch origin eefaaf39ad7f4905dad2ca16aa712b817827cf37 |
69 | 2024-08-08T21:27:58.089Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-08T21:27:58.089Z | * branch eefaaf39ad7f4905dad2ca16aa712b817827cf37 -> FETCH_HEAD |
71 | 2024-08-08T21:27:58.099Z | + [[ -n john/reconfigurator-planning-boundary-ntp ]] |
72 | 2024-08-08T21:27:58.102Z | ++ git branch --show-current |
73 | 2024-08-08T21:27:58.105Z | + current=main |
74 | 2024-08-08T21:27:58.105Z | + [[ main != john/reconfigurator-planning-boundary-ntp ]] |
75 | 2024-08-08T21:27:58.105Z | + git branch -f john/reconfigurator-planning-boundary-ntp eefaaf39ad7f4905dad2ca16aa712b817827cf37 |
76 | 2024-08-08T21:27:58.108Z | + git checkout -f john/reconfigurator-planning-boundary-ntp |
77 | 2024-08-08T21:27:58.232Z | Switched to branch 'john/reconfigurator-planning-boundary-ntp' |
78 | 2024-08-08T21:27:58.235Z | + git reset --hard eefaaf39ad7f4905dad2ca16aa712b817827cf37 |
79 | 2024-08-08T21:27:58.356Z | HEAD is now at eefaaf39a PR feedback |
80 | 2024-08-08T21:27:58.359Z | process exited: duration 6071 ms, exit code 0 |
|
81 | 2024-08-08T21:27:58.366Z | starting task 4: "build" |
82 | 2024-08-08T21:27:58.371Z | + cargo --version |
83 | 2024-08-08T21:27:58.426Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-08-08T21:27:58.429Z | + rustc --version |
85 | 2024-08-08T21:27:58.486Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-08-08T21:27:58.489Z | + source ./env.sh |
87 | 2024-08-08T21:27:58.489Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-08-08T21:27:58.489Z | ++ set -o xtrace |
89 | 2024-08-08T21:27:58.493Z | ++++ dirname ./env.sh |
90 | 2024-08-08T21:27:58.493Z | +++ readlink -f . |
91 | 2024-08-08T21:27:58.655Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-08-08T21:27:58.655Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2024-08-08T21:27:58.658Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2024-08-08T21:27:58.658Z | ++ 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 |
95 | 2024-08-08T21:27:58.658Z | ++ 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 |
96 | 2024-08-08T21:27:58.658Z | ++ 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 |
97 | 2024-08-08T21:27:58.658Z | ++ 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 |
98 | 2024-08-08T21:27:58.658Z | ++ 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 |
99 | 2024-08-08T21:27:58.659Z | ++ 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 |
100 | 2024-08-08T21:27:58.659Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-08-08T21:27:58.659Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-08-08T21:27:58.659Z | + banner prerequisites |
103 | 2024-08-08T21:27:58.718Z | |
104 | 2024-08-08T21:27:58.718Z | ##### ##### ###### ##### ###### #### # # # #### # |
105 | 2024-08-08T21:27:58.718Z | # # # # # # # # # # # # # # # |
106 | 2024-08-08T21:27:58.718Z | # # # # ##### # # ##### # # # # # #### # |
107 | 2024-08-08T21:27:58.718Z | ##### ##### # ##### # # # # # # # # # |
108 | 2024-08-08T21:27:58.718Z | # # # # # # # # # # # # # # # |
109 | 2024-08-08T21:27:58.719Z | # # # ###### # # ###### ### # #### # #### # |
110 | 2024-08-08T21:27:58.719Z | |
111 | 2024-08-08T21:27:58.722Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
112 | 2024-08-08T21:28:10.593Z | Startup: Refreshing catalog 'helios-dev' ... Done |
113 | 2024-08-08T21:28:12.771Z | Startup: Caching catalogs ... Done |
114 | 2024-08-08T21:28:16.737Z | Planning: Solver setup ... Done (3.392s) |
115 | 2024-08-08T21:28:16.801Z | Planning: Running solver ... Done (0.064s) |
116 | 2024-08-08T21:28:16.853Z | Planning: Finding local manifests ... Done (0.003s) |
117 | 2024-08-08T21:28:16.883Z | Planning: Fetching manifests: 0/4 0% complete |
118 | 2024-08-08T21:28:17.512Z | Planning: Fetching manifests: 4/4 100% complete |
119 | 2024-08-08T21:28:17.560Z | Planning: Package planning ... Done (0.048s) |
120 | 2024-08-08T21:28:17.612Z | Planning: Merging actions ... Done (0.052s) |
121 | 2024-08-08T21:28:18.361Z | Planning: Checking for conflicting actions ... Done (0.750s) |
122 | 2024-08-08T21:28:18.373Z | Planning: Consolidating action changes ... Done (0.011s) |
123 | 2024-08-08T21:28:22.230Z | Planning: Evaluating mediators ... Done (3.857s) |
124 | 2024-08-08T21:28:22.239Z | Planning: Planning completed in 9.40 seconds |
125 | 2024-08-08T21:28:22.384Z | Packages to install: 4 |
126 | 2024-08-08T21:28:22.384Z | Mediators to change: 2 |
127 | 2024-08-08T21:28:22.384Z | Services to change: 1 |
128 | 2024-08-08T21:28:22.387Z | Estimated space available: 155.76 GB |
129 | 2024-08-08T21:28:22.387Z | Estimated space to be consumed: 1.47 GB |
130 | 2024-08-08T21:28:22.387Z | Create boot environment: No |
131 | 2024-08-08T21:28:22.387Z | Create backup boot environment: No |
132 | 2024-08-08T21:28:22.387Z | Rebuild boot archive: No |
133 | 2024-08-08T21:28:22.387Z | |
134 | 2024-08-08T21:28:22.387Z | Changed mediators: |
135 | 2024-08-08T21:28:22.387Z | mediator clang: |
136 | 2024-08-08T21:28:22.387Z | version: None -> 15 (system default) |
137 | 2024-08-08T21:28:22.387Z | |
138 | 2024-08-08T21:28:22.387Z | mediator llvm: |
139 | 2024-08-08T21:28:22.387Z | version: 14 (system default) -> 15 (system default) |
140 | 2024-08-08T21:28:22.387Z | |
141 | 2024-08-08T21:28:22.387Z | Changed packages: |
142 | 2024-08-08T21:28:22.387Z | helios-dev |
143 | 2024-08-08T21:28:22.387Z | developer/build-essential |
144 | 2024-08-08T21:28:22.387Z | None -> 11-2.0 |
145 | 2024-08-08T21:28:22.387Z | library/libxmlsec1 |
146 | 2024-08-08T21:28:22.388Z | None -> 1.2.35-2.0 |
147 | 2024-08-08T21:28:22.388Z | ooce/developer/clang-15 |
148 | 2024-08-08T21:28:22.388Z | None -> 15.0.7-2.0 |
149 | 2024-08-08T21:28:22.388Z | ooce/developer/llvm-15 |
150 | 2024-08-08T21:28:22.388Z | None -> 15.0.7-2.0 |
151 | 2024-08-08T21:28:22.388Z | |
152 | 2024-08-08T21:28:22.388Z | Services: |
153 | 2024-08-08T21:28:22.388Z | restart_fmri: |
154 | 2024-08-08T21:28:22.388Z | svc:/system/update-man-index:default |
155 | 2024-08-08T21:28:22.539Z | |
156 | 2024-08-08T21:28:22.539Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
157 | 2024-08-08T21:28:28.666Z | Download: 213/3290 items 1.3/212.6MB 0% complete (582k/s) |
158 | 2024-08-08T21:28:33.666Z | Download: 661/3290 items 18.0/212.6MB 8% complete (1.8M/s) |
159 | 2024-08-08T21:28:38.668Z | Download: 1151/3290 items 68.0/212.6MB 31% complete (6.6M/s) |
160 | 2024-08-08T21:28:43.677Z | Download: 1515/3290 items 117.4/212.6MB 55% complete (9.9M/s) |
161 | 2024-08-08T21:28:48.772Z | Download: 2220/3290 items 119.2/212.6MB 56% complete (9.1M/s) |
162 | 2024-08-08T21:28:53.803Z | Download: 2868/3290 items 121.1/212.6MB 56% complete (376k/s) |
163 | 2024-08-08T21:28:59.192Z | Download: 3248/3290 items 203.1/212.6MB 95% complete (8.5M/s) |
164 | 2024-08-08T21:29:02.446Z | Download: Completed 212.60 MB in 39.90 seconds (5.3M/s) |
165 | 2024-08-08T21:29:02.895Z | Actions: 1/3689 actions (Installing new actions) |
166 | 2024-08-08T21:29:07.920Z | Actions: 3592/3689 actions (Installing new actions) |
167 | 2024-08-08T21:29:08.166Z | Actions: Completed 3689 actions in 5.27 seconds. |
168 | 2024-08-08T21:29:08.315Z | Done (0.144s) |
169 | 2024-08-08T21:29:08.315Z | Done (0.000s) |
170 | 2024-08-08T21:29:08.679Z | Done (0.364s) |
171 | 2024-08-08T21:29:13.798Z | Done (4.959s) |
172 | 2024-08-08T21:29:13.986Z | Done (0.123s) |
173 | 2024-08-08T21:29:13.988Z | Done (0.000s) |
174 | 2024-08-08T21:29:14.837Z | Done (0.000s) |
175 | 2024-08-08T21:29:15.403Z | Planning: Evaluating mediator changes ... Done |
176 | 2024-08-08T21:29:15.563Z | Planning: Checking for conflicting actions ... Done |
177 | 2024-08-08T21:29:15.563Z | Planning: Consolidating action changes ... Done |
178 | 2024-08-08T21:29:15.827Z | Planning: Evaluating mediators ... Done |
179 | 2024-08-08T21:29:15.829Z | Planning: Planning completed in 0.42 seconds |
180 | 2024-08-08T21:29:15.860Z | Mediators to change: 2 |
181 | 2024-08-08T21:29:15.860Z | Create boot environment: No |
182 | 2024-08-08T21:29:15.860Z | Create backup boot environment: No |
183 | 2024-08-08T21:29:15.943Z | Done |
184 | 2024-08-08T21:29:15.943Z | Done |
185 | 2024-08-08T21:29:16.186Z | Done |
186 | 2024-08-08T21:29:19.684Z | Done |
187 | 2024-08-08T21:29:19.768Z | Done |
188 | 2024-08-08T21:29:19.768Z | Done |
189 | 2024-08-08T21:29:20.062Z | Done |
190 | 2024-08-08T21:29:20.665Z | Planning: Evaluating mediator changes ... Done |
191 | 2024-08-08T21:29:20.668Z | Planning: Merging actions ... Done |
192 | 2024-08-08T21:29:20.859Z | Planning: Checking for conflicting actions ... Done |
193 | 2024-08-08T21:29:20.862Z | Planning: Consolidating action changes ... Done |
194 | 2024-08-08T21:29:21.126Z | Planning: Evaluating mediators ... Done |
195 | 2024-08-08T21:29:21.184Z | Planning: Planning completed in 0.76 seconds |
196 | 2024-08-08T21:29:21.219Z | Packages to change: 1 |
197 | 2024-08-08T21:29:21.219Z | Mediators to change: 1 |
198 | 2024-08-08T21:29:21.219Z | Services to change: 1 |
199 | 2024-08-08T21:29:21.219Z | Create boot environment: No |
200 | 2024-08-08T21:29:21.219Z | Create backup boot environment: Yes |
201 | 2024-08-08T21:29:23.369Z | Actions: 1/6 actions (Updating modified actions) |
202 | 2024-08-08T21:29:23.387Z | Actions: Completed 6 actions in 0.04 seconds. |
203 | 2024-08-08T21:29:23.387Z | Done |
204 | 2024-08-08T21:29:23.387Z | Done |
205 | 2024-08-08T21:29:23.387Z | Done |
206 | 2024-08-08T21:29:26.884Z | Done |
207 | 2024-08-08T21:29:26.969Z | Done |
208 | 2024-08-08T21:29:26.972Z | Done |
209 | 2024-08-08T21:29:27.086Z | Done |
210 | 2024-08-08T21:29:27.509Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
211 | 2024-08-08T21:29:27.509Z | clang system 15 system |
212 | 2024-08-08T21:29:27.509Z | csh system system illumos |
213 | 2024-08-08T21:29:27.509Z | ctags system system illumos |
214 | 2024-08-08T21:29:27.509Z | gcc vendor 12 vendor |
215 | 2024-08-08T21:29:27.509Z | gcc system 10 system |
216 | 2024-08-08T21:29:27.510Z | gcc system 7 system |
217 | 2024-08-08T21:29:27.510Z | go system 1.20 system |
218 | 2024-08-08T21:29:27.510Z | go system 1.19 system |
219 | 2024-08-08T21:29:27.510Z | llvm system 15 system |
220 | 2024-08-08T21:29:27.510Z | llvm system 14 system |
221 | 2024-08-08T21:29:27.510Z | mariadb system 10.6 system |
222 | 2024-08-08T21:29:27.510Z | mta vendor vendor dma |
223 | 2024-08-08T21:29:27.510Z | openjdk system 17 system |
224 | 2024-08-08T21:29:27.510Z | openjdk system 11 system |
225 | 2024-08-08T21:29:27.510Z | openjdk system 1.8 system |
226 | 2024-08-08T21:29:27.510Z | openssl vendor 3 vendor |
227 | 2024-08-08T21:29:27.510Z | perl system 5.36 system |
228 | 2024-08-08T21:29:27.510Z | postgresql system 15 system |
229 | 2024-08-08T21:29:27.510Z | postgresql system 13 system |
230 | 2024-08-08T21:29:27.510Z | python vendor 3 vendor |
231 | 2024-08-08T21:29:27.510Z | python system 2 system |
232 | 2024-08-08T21:29:27.510Z | python3 system 3.11 system |
233 | 2024-08-08T21:29:27.510Z | ruby system 3.0 system |
234 | 2024-08-08T21:29:27.510Z | words vendor vendor american-english |
235 | 2024-08-08T21:29:27.510Z | words system system australian-english |
236 | 2024-08-08T21:29:27.510Z | words system system british-english |
237 | 2024-08-08T21:29:27.510Z | words system system canadian-english |
238 | 2024-08-08T21:29:27.510Z | words system system french |
239 | 2024-08-08T21:29:27.510Z | words system system italian |
240 | 2024-08-08T21:29:27.510Z | words system system ngerman |
241 | 2024-08-08T21:29:27.510Z | words system system ogerman |
242 | 2024-08-08T21:29:27.511Z | words system system spanish |
243 | 2024-08-08T21:29:27.828Z | PUBLISHER TYPE STATUS P LOCATION |
244 | 2024-08-08T21:29:27.828Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
245 | 2024-08-08T21:29:29.444Z | FMRI IFO |
246 | 2024-08-08T21:29:29.444Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
247 | 2024-08-08T21:29:29.444Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
248 | 2024-08-08T21:29:29.444Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
249 | 2024-08-08T21:29:29.444Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
250 | 2024-08-08T21:29:29.444Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
251 | 2024-08-08T21:29:29.444Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
252 | 2024-08-08T21:29:29.444Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
253 | 2024-08-08T21:29:29.444Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
254 | 2024-08-08T21:29:29.444Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
255 | 2024-08-08T21:29:29.444Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
256 | 2024-08-08T21:29:29.444Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
257 | 2024-08-08T21:29:29.444Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
258 | 2024-08-08T21:29:30.001Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
259 | 2024-08-08T21:29:30.251Z | Updating git repository `https://github.com/oxidecomputer/zone` |
260 | 2024-08-08T21:29:30.508Z | Updating crates.io index |
261 | 2024-08-08T21:29:30.511Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
262 | 2024-08-08T21:29:31.296Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
263 | 2024-08-08T21:29:32.024Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
264 | 2024-08-08T21:29:32.276Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
265 | 2024-08-08T21:29:33.796Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
266 | 2024-08-08T21:29:34.037Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
267 | 2024-08-08T21:29:34.293Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
268 | 2024-08-08T21:29:35.369Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
269 | 2024-08-08T21:29:37.143Z | Updating git repository `https://github.com/oxidecomputer/opte` |
270 | 2024-08-08T21:29:38.137Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
271 | 2024-08-08T21:29:38.800Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
272 | 2024-08-08T21:29:39.360Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
273 | 2024-08-08T21:29:39.668Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
274 | 2024-08-08T21:29:39.933Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
275 | 2024-08-08T21:29:40.204Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
276 | 2024-08-08T21:29:40.487Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
277 | 2024-08-08T21:29:40.737Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
278 | 2024-08-08T21:29:40.973Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
279 | 2024-08-08T21:29:41.248Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
280 | 2024-08-08T21:29:41.528Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
281 | 2024-08-08T21:29:41.804Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
282 | 2024-08-08T21:29:42.182Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
283 | 2024-08-08T21:29:42.453Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
284 | 2024-08-08T21:29:42.862Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
285 | 2024-08-08T21:29:43.181Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
286 | 2024-08-08T21:29:43.527Z | Updating git repository `https://github.com/oxidecomputer/typify` |
287 | 2024-08-08T21:29:45.494Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
288 | 2024-08-08T21:29:45.702Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
289 | 2024-08-08T21:29:45.926Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
290 | 2024-08-08T21:29:46.260Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
291 | 2024-08-08T21:29:47.319Z | Downloading crates ... |
292 | 2024-08-08T21:29:47.382Z | Downloaded block-buffer v0.10.4 |
293 | 2024-08-08T21:29:47.387Z | Downloaded autocfg v1.3.0 |
294 | 2024-08-08T21:29:47.390Z | Downloaded anstyle v1.0.8 |
295 | 2024-08-08T21:29:47.393Z | Downloaded cargo-platform v0.1.8 |
296 | 2024-08-08T21:29:47.394Z | Downloaded byteorder v1.5.0 |
297 | 2024-08-08T21:29:47.397Z | Downloaded anstyle-query v1.0.3 |
298 | 2024-08-08T21:29:47.400Z | Downloaded scroll_derive v0.12.0 |
299 | 2024-08-08T21:29:47.403Z | Downloaded equivalent v1.0.1 |
300 | 2024-08-08T21:29:47.411Z | Downloaded usdt-macro v0.5.0 |
301 | 2024-08-08T21:29:47.414Z | Downloaded usdt-attr-macro v0.5.0 |
302 | 2024-08-08T21:29:47.421Z | Downloaded crypto-common v0.1.6 |
303 | 2024-08-08T21:29:47.424Z | Downloaded colorchoice v1.0.1 |
304 | 2024-08-08T21:29:47.430Z | Downloaded fnv v1.0.7 |
305 | 2024-08-08T21:29:47.434Z | Downloaded dof v0.3.0 |
306 | 2024-08-08T21:29:47.434Z | Downloaded generic-array v0.14.7 |
307 | 2024-08-08T21:29:47.440Z | Downloaded itoa v1.0.11 |
308 | 2024-08-08T21:29:47.447Z | Downloaded version_check v0.9.5 |
309 | 2024-08-08T21:29:47.450Z | Downloaded strsim v0.11.1 |
310 | 2024-08-08T21:29:47.461Z | Downloaded is_terminal_polyfill v1.70.0 |
311 | 2024-08-08T21:29:47.468Z | Downloaded dtrace-parser v0.2.0 |
312 | 2024-08-08T21:29:47.471Z | Downloaded thiserror-impl v1.0.63 |
313 | 2024-08-08T21:29:47.474Z | Downloaded tabled_derive v0.7.0 |
314 | 2024-08-08T21:29:47.478Z | Downloaded bytecount v0.6.8 |
315 | 2024-08-08T21:29:47.481Z | Downloaded anstyle-parse v0.2.4 |
316 | 2024-08-08T21:29:47.484Z | Downloaded proc-macro-error v1.0.4 |
317 | 2024-08-08T21:29:47.487Z | Downloaded pest_derive v2.7.10 |
318 | 2024-08-08T21:29:47.487Z | Downloaded heck v0.5.0 |
319 | 2024-08-08T21:29:47.490Z | Downloaded scroll v0.12.0 |
320 | 2024-08-08T21:29:47.493Z | Downloaded cargo_toml v0.20.4 |
321 | 2024-08-08T21:29:47.493Z | Downloaded serde_tokenstream v0.2.1 |
322 | 2024-08-08T21:29:47.502Z | Downloaded papergrid v0.11.0 |
323 | 2024-08-08T21:29:47.508Z | Downloaded pretty-hex v0.4.1 |
324 | 2024-08-08T21:29:47.514Z | Downloaded swrite v0.1.0 |
325 | 2024-08-08T21:29:47.532Z | Downloaded cfg-if v1.0.0 |
326 | 2024-08-08T21:29:47.532Z | Downloaded bitflags v2.6.0 |
327 | 2024-08-08T21:29:47.532Z | Downloaded plain v0.2.3 |
328 | 2024-08-08T21:29:47.532Z | Downloaded fs-err v2.11.0 |
329 | 2024-08-08T21:29:47.532Z | Downloaded errno v0.3.9 |
330 | 2024-08-08T21:29:47.532Z | Downloaded pest_generator v2.7.10 |
331 | 2024-08-08T21:29:47.532Z | Downloaded memmap v0.7.0 |
332 | 2024-08-08T21:29:47.532Z | Downloaded clap_lex v0.7.0 |
333 | 2024-08-08T21:29:47.532Z | Downloaded heck v0.4.1 |
334 | 2024-08-08T21:29:47.536Z | Downloaded digest v0.10.7 |
335 | 2024-08-08T21:29:47.536Z | Downloaded proc-macro2 v1.0.86 |
336 | 2024-08-08T21:29:47.536Z | Downloaded once_cell v1.19.0 |
337 | 2024-08-08T21:29:47.536Z | Downloaded camino v1.1.7 |
338 | 2024-08-08T21:29:47.536Z | Downloaded anstream v0.6.14 |
339 | 2024-08-08T21:29:47.540Z | Downloaded log v0.4.21 |
340 | 2024-08-08T21:29:47.543Z | Downloaded clap_derive v4.5.13 |
341 | 2024-08-08T21:29:47.543Z | Downloaded clap v4.5.13 |
342 | 2024-08-08T21:29:47.554Z | Downloaded proc-macro-error-attr v1.0.4 |
343 | 2024-08-08T21:29:47.558Z | Downloaded serde_spanned v0.6.7 |
344 | 2024-08-08T21:29:47.558Z | Downloaded toml_datetime v0.6.8 |
345 | 2024-08-08T21:29:47.558Z | Downloaded thiserror v1.0.63 |
346 | 2024-08-08T21:29:47.560Z | Downloaded macaddr v1.0.1 |
347 | 2024-08-08T21:29:47.561Z | Downloaded utf8parse v0.2.1 |
348 | 2024-08-08T21:29:47.561Z | Downloaded cpufeatures v0.2.12 |
349 | 2024-08-08T21:29:47.563Z | Downloaded usdt v0.5.0 |
350 | 2024-08-08T21:29:47.563Z | Downloaded thread-id v4.2.1 |
351 | 2024-08-08T21:29:47.566Z | Downloaded cargo_metadata v0.18.1 |
352 | 2024-08-08T21:29:47.570Z | Downloaded quote v1.0.36 |
353 | 2024-08-08T21:29:47.572Z | Downloaded ucd-trie v0.1.6 |
354 | 2024-08-08T21:29:47.577Z | Downloaded anyhow v1.0.86 |
355 | 2024-08-08T21:29:47.582Z | Downloaded pest_meta v2.7.10 |
356 | 2024-08-08T21:29:47.589Z | Downloaded terminal_size v0.3.0 |
357 | 2024-08-08T21:29:47.592Z | Downloaded usdt-impl v0.5.0 |
358 | 2024-08-08T21:29:47.592Z | Downloaded sha2 v0.10.8 |
359 | 2024-08-08T21:29:47.595Z | Downloaded typenum v1.17.0 |
360 | 2024-08-08T21:29:47.598Z | Downloaded zerocopy-derive v0.7.34 |
361 | 2024-08-08T21:29:47.601Z | Downloaded serde_derive v1.0.205 |
362 | 2024-08-08T21:29:47.604Z | Downloaded semver v1.0.23 |
363 | 2024-08-08T21:29:47.604Z | Downloaded toml v0.8.19 |
364 | 2024-08-08T21:29:47.607Z | Downloaded serde v1.0.205 |
365 | 2024-08-08T21:29:47.611Z | Downloaded indexmap v2.3.0 |
366 | 2024-08-08T21:29:47.615Z | Downloaded unicode-ident v1.0.12 |
367 | 2024-08-08T21:29:47.619Z | Downloaded ryu v1.0.18 |
368 | 2024-08-08T21:29:47.622Z | Downloaded memchr v2.7.2 |
369 | 2024-08-08T21:29:47.642Z | Downloaded toml_edit v0.22.20 |
370 | 2024-08-08T21:29:47.673Z | Downloaded hashbrown v0.14.5 |
371 | 2024-08-08T21:29:47.689Z | Downloaded pest v2.7.10 |
372 | 2024-08-08T21:29:47.692Z | Downloaded serde_json v1.0.122 |
373 | 2024-08-08T21:29:47.695Z | Downloaded zerocopy v0.7.34 |
374 | 2024-08-08T21:29:47.714Z | Downloaded clap_builder v4.5.13 |
375 | 2024-08-08T21:29:47.734Z | Downloaded winnow v0.6.18 |
376 | 2024-08-08T21:29:47.741Z | Downloaded tabled v0.15.0 |
377 | 2024-08-08T21:29:47.757Z | Downloaded syn v2.0.72 |
378 | 2024-08-08T21:29:47.767Z | Downloaded syn v1.0.109 |
379 | 2024-08-08T21:29:47.776Z | Downloaded goblin v0.8.2 |
380 | 2024-08-08T21:29:47.786Z | Downloaded rustix v0.38.34 |
381 | 2024-08-08T21:29:47.807Z | Downloaded unicode-width v0.1.13 |
382 | 2024-08-08T21:29:47.829Z | Downloaded libc v0.2.155 |
383 | 2024-08-08T21:29:48.115Z | Compiling proc-macro2 v1.0.86 |
384 | 2024-08-08T21:29:48.115Z | Compiling unicode-ident v1.0.12 |
385 | 2024-08-08T21:29:48.116Z | Compiling version_check v0.9.5 |
386 | 2024-08-08T21:29:48.119Z | Compiling serde v1.0.205 |
387 | 2024-08-08T21:29:48.119Z | Compiling memchr v2.7.2 |
388 | 2024-08-08T21:29:48.119Z | Compiling thiserror v1.0.63 |
389 | 2024-08-08T21:29:48.119Z | Compiling libc v0.2.155 |
390 | 2024-08-08T21:29:48.148Z | Compiling ryu v1.0.18 |
391 | 2024-08-08T21:29:48.367Z | Compiling ucd-trie v0.1.6 |
392 | 2024-08-08T21:29:48.518Z | Compiling itoa v1.0.11 |
393 | 2024-08-08T21:29:48.882Z | Compiling once_cell v1.19.0 |
394 | 2024-08-08T21:29:48.914Z | Compiling byteorder v1.5.0 |
395 | 2024-08-08T21:29:49.178Z | Compiling serde_json v1.0.122 |
396 | 2024-08-08T21:29:50.367Z | Compiling usdt-impl v0.5.0 |
397 | 2024-08-08T21:29:50.386Z | Compiling proc-macro-error-attr v1.0.4 |
398 | 2024-08-08T21:29:50.424Z | Compiling rustix v0.38.34 |
399 | 2024-08-08T21:29:50.464Z | Compiling syn v1.0.109 |
400 | 2024-08-08T21:29:50.467Z | Compiling proc-macro-error v1.0.4 |
401 | 2024-08-08T21:29:50.758Z | Compiling utf8parse v0.2.1 |
402 | 2024-08-08T21:29:50.797Z | Compiling hashbrown v0.14.5 |
403 | 2024-08-08T21:29:50.821Z | Compiling equivalent v1.0.1 |
404 | 2024-08-08T21:29:50.893Z | Compiling bitflags v2.6.0 |
405 | 2024-08-08T21:29:50.933Z | Compiling plain v0.2.3 |
406 | 2024-08-08T21:29:51.092Z | Compiling thread-id v4.2.1 |
407 | 2024-08-08T21:29:51.112Z | Compiling log v0.4.21 |
408 | 2024-08-08T21:29:51.200Z | Compiling quote v1.0.36 |
409 | 2024-08-08T21:29:51.222Z | Compiling anstyle-parse v0.2.4 |
410 | 2024-08-08T21:29:51.445Z | Compiling colorchoice v1.0.1 |
411 | 2024-08-08T21:29:51.468Z | Compiling winnow v0.6.18 |
412 | 2024-08-08T21:29:51.567Z | Compiling syn v2.0.72 |
413 | 2024-08-08T21:29:51.607Z | Compiling errno v0.3.9 |
414 | 2024-08-08T21:29:51.828Z | Compiling autocfg v1.3.0 |
415 | 2024-08-08T21:29:51.863Z | Compiling pretty-hex v0.4.1 |
416 | 2024-08-08T21:29:52.050Z | Compiling indexmap v2.3.0 |
417 | 2024-08-08T21:29:52.123Z | Compiling camino v1.1.7 |
418 | 2024-08-08T21:29:52.820Z | Compiling is_terminal_polyfill v1.70.0 |
419 | 2024-08-08T21:29:52.890Z | Compiling anstyle v1.0.8 |
420 | 2024-08-08T21:29:52.937Z | Compiling semver v1.0.23 |
421 | 2024-08-08T21:29:53.189Z | Compiling anstyle-query v1.0.3 |
422 | 2024-08-08T21:29:53.326Z | Compiling anstream v0.6.14 |
423 | 2024-08-08T21:29:53.354Z | Compiling terminal_size v0.3.0 |
424 | 2024-08-08T21:29:53.396Z | Compiling fs-err v2.11.0 |
425 | 2024-08-08T21:29:53.579Z | Compiling fnv v1.0.7 |
426 | 2024-08-08T21:29:53.654Z | Compiling heck v0.5.0 |
427 | 2024-08-08T21:29:53.679Z | Compiling bytecount v0.6.8 |
428 | 2024-08-08T21:29:53.679Z | Compiling clap_lex v0.7.0 |
429 | 2024-08-08T21:29:53.717Z | Compiling heck v0.4.1 |
430 | 2024-08-08T21:29:53.897Z | Compiling anyhow v1.0.86 |
431 | 2024-08-08T21:29:54.051Z | Compiling unicode-width v0.1.13 |
432 | 2024-08-08T21:29:54.162Z | Compiling strsim v0.11.1 |
433 | 2024-08-08T21:29:54.215Z | Compiling papergrid v0.11.0 |
434 | 2024-08-08T21:29:54.273Z | Compiling memmap v0.7.0 |
435 | 2024-08-08T21:29:54.772Z | Compiling clap_builder v4.5.13 |
436 | 2024-08-08T21:29:55.091Z | Compiling swrite v0.1.0 |
437 | 2024-08-08T21:29:56.680Z | Compiling tabled_derive v0.7.0 |
438 | 2024-08-08T21:29:58.223Z | Compiling tabled v0.15.0 |
439 | 2024-08-08T21:29:59.985Z | Compiling serde_derive v1.0.205 |
440 | 2024-08-08T21:29:59.985Z | Compiling thiserror-impl v1.0.63 |
441 | 2024-08-08T21:29:59.988Z | Compiling zerocopy-derive v0.7.34 |
442 | 2024-08-08T21:29:59.988Z | Compiling scroll_derive v0.12.0 |
443 | 2024-08-08T21:30:00.030Z | Compiling clap_derive v4.5.13 |
444 | 2024-08-08T21:30:01.285Z | Compiling scroll v0.12.0 |
445 | 2024-08-08T21:30:01.731Z | Compiling zerocopy v0.7.34 |
446 | 2024-08-08T21:30:01.774Z | Compiling goblin v0.8.2 |
447 | 2024-08-08T21:30:02.720Z | Compiling pest v2.7.10 |
448 | 2024-08-08T21:30:03.774Z | Compiling clap v4.5.13 |
449 | 2024-08-08T21:30:04.725Z | Compiling pest_meta v2.7.10 |
450 | 2024-08-08T21:30:05.529Z | Compiling pest_generator v2.7.10 |
451 | 2024-08-08T21:30:07.371Z | Compiling pest_derive v2.7.10 |
452 | 2024-08-08T21:30:08.118Z | Compiling dtrace-parser v0.2.0 |
453 | 2024-08-08T21:30:09.930Z | Compiling toml_datetime v0.6.8 |
454 | 2024-08-08T21:30:09.930Z | Compiling serde_spanned v0.6.7 |
455 | 2024-08-08T21:30:09.933Z | Compiling cargo-platform v0.1.8 |
456 | 2024-08-08T21:30:10.292Z | Compiling serde_tokenstream v0.2.1 |
457 | 2024-08-08T21:30:10.625Z | Compiling toml_edit v0.22.20 |
458 | 2024-08-08T21:30:10.630Z | Compiling macaddr v1.0.1 |
459 | 2024-08-08T21:30:11.277Z | Compiling dof v0.3.0 |
460 | 2024-08-08T21:30:11.278Z | Compiling cargo_metadata v0.18.1 |
461 | 2024-08-08T21:30:13.244Z | Compiling toml v0.8.19 |
462 | 2024-08-08T21:30:13.316Z | Compiling usdt-attr-macro v0.5.0 |
463 | 2024-08-08T21:30:13.319Z | Compiling usdt-macro v0.5.0 |
464 | 2024-08-08T21:30:14.027Z | Compiling cargo_toml v0.20.4 |
465 | 2024-08-08T21:30:14.590Z | Compiling usdt v0.5.0 |
466 | 2024-08-08T21:30:17.476Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
467 | 2024-08-08T21:30:21.188Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.40s |
468 | 2024-08-08T21:30:21.426Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
469 | 2024-08-08T21:30:21.952Z | Downloading crates ... |
470 | 2024-08-08T21:30:22.069Z | Downloaded async-stream-impl v0.3.5 |
471 | 2024-08-08T21:30:22.076Z | Downloaded atomicwrites v0.4.3 |
472 | 2024-08-08T21:30:22.081Z | Downloaded cstr-argument v0.1.2 |
473 | 2024-08-08T21:30:22.084Z | Downloaded bitstruct_derive v0.1.0 |
474 | 2024-08-08T21:30:22.087Z | Downloaded crucible-workspace-hack v0.1.0 |
475 | 2024-08-08T21:30:22.087Z | Downloaded atty v0.2.14 |
476 | 2024-08-08T21:30:22.089Z | Downloaded async-stream v0.3.5 |
477 | 2024-08-08T21:30:22.093Z | Downloaded array-init v0.0.4 |
478 | 2024-08-08T21:30:22.094Z | Downloaded ipnet v2.9.0 |
479 | 2024-08-08T21:30:22.096Z | Downloaded inout v0.1.3 |
480 | 2024-08-08T21:30:22.096Z | Downloaded indent_write v2.2.0 |
481 | 2024-08-08T21:30:22.098Z | Downloaded darling_macro v0.20.9 |
482 | 2024-08-08T21:30:22.098Z | Downloaded ascii-canvas v3.0.0 |
483 | 2024-08-08T21:30:22.101Z | Downloaded aead v0.5.2 |
484 | 2024-08-08T21:30:22.103Z | Downloaded convert_case v0.4.0 |
485 | 2024-08-08T21:30:22.106Z | Downloaded num_threads v0.1.7 |
486 | 2024-08-08T21:30:22.106Z | Downloaded cipher v0.4.4 |
487 | 2024-08-08T21:30:22.108Z | Downloaded bit-set v0.5.3 |
488 | 2024-08-08T21:30:22.109Z | Downloaded normalize-line-endings v0.3.0 |
489 | 2024-08-08T21:30:22.109Z | Downloaded match_cfg v0.1.0 |
490 | 2024-08-08T21:30:22.111Z | Downloaded async-recursion v1.1.1 |
491 | 2024-08-08T21:30:22.114Z | Downloaded cexpr v0.6.0 |
492 | 2024-08-08T21:30:22.116Z | Downloaded new_debug_unreachable v1.0.6 |
493 | 2024-08-08T21:30:22.118Z | Downloaded is-terminal v0.4.12 |
494 | 2024-08-08T21:30:22.118Z | Downloaded cobs v0.2.3 |
495 | 2024-08-08T21:30:22.121Z | Downloaded number_prefix v0.4.0 |
496 | 2024-08-08T21:30:22.121Z | Downloaded openssl-macros v0.1.1 |
497 | 2024-08-08T21:30:22.122Z | Downloaded parse-size v1.0.0 |
498 | 2024-08-08T21:30:22.124Z | Downloaded indicatif v0.17.8 |
499 | 2024-08-08T21:30:22.127Z | Downloaded addr2line v0.21.0 |
500 | 2024-08-08T21:30:22.129Z | Downloaded num-iter v0.1.45 |
501 | 2024-08-08T21:30:22.132Z | Downloaded nibble_vec v0.1.0 |
502 | 2024-08-08T21:30:22.134Z | Downloaded keccak v0.1.5 |
503 | 2024-08-08T21:30:22.137Z | Downloaded nanorand v0.7.0 |
504 | 2024-08-08T21:30:22.139Z | Downloaded num_enum v0.5.11 |
505 | 2024-08-08T21:30:22.143Z | Downloaded ipnetwork v0.20.0 |
506 | 2024-08-08T21:30:22.147Z | Downloaded packed_struct v0.10.1 |
507 | 2024-08-08T21:30:22.150Z | Downloaded camino-tempfile v1.1.1 |
508 | 2024-08-08T21:30:22.150Z | Downloaded parse-display v0.9.1 |
509 | 2024-08-08T21:30:22.153Z | Downloaded mime_guess v2.0.4 |
510 | 2024-08-08T21:30:22.155Z | Downloaded linear-map v1.2.0 |
511 | 2024-08-08T21:30:22.158Z | Downloaded argon2 v0.5.3 |
512 | 2024-08-08T21:30:22.158Z | Downloaded mockall v0.13.0 |
513 | 2024-08-08T21:30:22.160Z | Downloaded parking_lot_core v0.8.6 |
514 | 2024-08-08T21:30:22.163Z | Downloaded stability v0.2.0 |
515 | 2024-08-08T21:30:22.165Z | Downloaded crunchy v0.2.2 |
516 | 2024-08-08T21:30:22.165Z | Downloaded lock_api v0.4.12 |
517 | 2024-08-08T21:30:22.168Z | Downloaded miniz_oxide v0.7.2 |
518 | 2024-08-08T21:30:22.171Z | Downloaded der v0.7.9 |
519 | 2024-08-08T21:30:22.175Z | Downloaded stable_deref_trait v1.2.0 |
520 | 2024-08-08T21:30:22.178Z | Downloaded termtree v0.4.1 |
521 | 2024-08-08T21:30:22.181Z | Downloaded owo-colors v4.0.0 |
522 | 2024-08-08T21:30:22.181Z | Downloaded arc-swap v1.7.1 |
523 | 2024-08-08T21:30:22.186Z | Downloaded atomic-waker v1.1.2 |
524 | 2024-08-08T21:30:22.188Z | Downloaded slog-bunyan v2.5.0 |
525 | 2024-08-08T21:30:22.190Z | Downloaded base16ct v0.2.0 |
526 | 2024-08-08T21:30:22.190Z | Downloaded bb8 v0.8.5 |
527 | 2024-08-08T21:30:22.193Z | Downloaded newline-converter v0.3.0 |
528 | 2024-08-08T21:30:22.195Z | Downloaded bit-vec v0.6.3 |
529 | 2024-08-08T21:30:22.195Z | Downloaded fxhash v0.2.1 |
530 | 2024-08-08T21:30:22.198Z | Downloaded smf v0.2.3 |
531 | 2024-08-08T21:30:22.198Z | Downloaded newtype_derive v0.1.6 |
532 | 2024-08-08T21:30:22.200Z | Downloaded bitfield-struct v0.6.1 |
533 | 2024-08-08T21:30:22.200Z | Downloaded openssl-probe v0.1.5 |
534 | 2024-08-08T21:30:22.203Z | Downloaded num-conv v0.1.0 |
535 | 2024-08-08T21:30:22.203Z | Downloaded chacha20 v0.9.1 |
536 | 2024-08-08T21:30:22.205Z | Downloaded diesel_table_macro_syntax v0.2.0 |
537 | 2024-08-08T21:30:22.208Z | Downloaded colored v2.1.0 |
538 | 2024-08-08T21:30:22.211Z | Downloaded kstat-rs v0.2.4 |
539 | 2024-08-08T21:30:22.211Z | Downloaded linked-hash-map v0.5.6 |
540 | 2024-08-08T21:30:22.213Z | Downloaded crc-catalog v2.4.0 |
541 | 2024-08-08T21:30:22.213Z | Downloaded chacha20poly1305 v0.10.1 |
542 | 2024-08-08T21:30:22.216Z | Downloaded opaque-debug v0.3.1 |
543 | 2024-08-08T21:30:22.216Z | Downloaded oso-derive v0.27.3 |
544 | 2024-08-08T21:30:22.219Z | Downloaded bytes v1.7.1 |
545 | 2024-08-08T21:30:22.222Z | Downloaded tabwriter v1.4.0 |
546 | 2024-08-08T21:30:22.224Z | Downloaded curve25519-dalek-derive v0.1.1 |
547 | 2024-08-08T21:30:22.224Z | Downloaded difflib v0.4.0 |
548 | 2024-08-08T21:30:22.227Z | Downloaded unicode-linebreak v0.1.5 |
549 | 2024-08-08T21:30:22.227Z | Downloaded defmt-parser v0.3.4 |
550 | 2024-08-08T21:30:22.230Z | Downloaded want v0.3.1 |
551 | 2024-08-08T21:30:22.230Z | Downloaded tokio-stream v0.1.15 |
552 | 2024-08-08T21:30:22.235Z | Downloaded thiserror-impl-no-std v2.0.2 |
553 | 2024-08-08T21:30:22.237Z | Downloaded num-integer v0.1.46 |
554 | 2024-08-08T21:30:22.241Z | Downloaded ff v0.13.0 |
555 | 2024-08-08T21:30:22.243Z | Downloaded nodrop v0.1.14 |
556 | 2024-08-08T21:30:22.243Z | Downloaded multimap v0.10.0 |
557 | 2024-08-08T21:30:22.243Z | Downloaded num_enum_derive v0.5.11 |
558 | 2024-08-08T21:30:22.246Z | Downloaded mime v0.3.17 |
559 | 2024-08-08T21:30:22.248Z | Downloaded managed v0.8.0 |
560 | 2024-08-08T21:30:22.248Z | Downloaded castaway v0.2.2 |
561 | 2024-08-08T21:30:22.251Z | Downloaded cancel-safe-futures v0.1.5 |
562 | 2024-08-08T21:30:22.253Z | Downloaded pin-utils v0.1.0 |
563 | 2024-08-08T21:30:22.256Z | Downloaded futures-task v0.3.30 |
564 | 2024-08-08T21:30:22.258Z | Downloaded whoami v1.5.1 |
565 | 2024-08-08T21:30:22.261Z | Downloaded hex v0.4.3 |
566 | 2024-08-08T21:30:22.263Z | Downloaded libefi-sys v0.1.0 |
567 | 2024-08-08T21:30:22.263Z | Downloaded cookie v0.17.0 |
568 | 2024-08-08T21:30:22.266Z | Downloaded parse-display-derive v0.9.1 |
569 | 2024-08-08T21:30:22.268Z | Downloaded static_assertions v1.1.0 |
570 | 2024-08-08T21:30:22.270Z | Downloaded slog-envlogger v2.2.0 |
571 | 2024-08-08T21:30:22.273Z | Downloaded hyper-staticfile v0.9.5 |
572 | 2024-08-08T21:30:22.276Z | Downloaded universal-hash v0.5.1 |
573 | 2024-08-08T21:30:22.276Z | Downloaded gethostname v0.5.0 |
574 | 2024-08-08T21:30:22.279Z | Downloaded filetime v0.2.23 |
575 | 2024-08-08T21:30:22.279Z | Downloaded fd-lock v4.0.2 |
576 | 2024-08-08T21:30:22.281Z | Downloaded derive_builder_core v0.20.0 |
577 | 2024-08-08T21:30:22.283Z | Downloaded which v4.4.2 |
578 | 2024-08-08T21:30:22.286Z | Downloaded endian-type v0.1.2 |
579 | 2024-08-08T21:30:22.289Z | Downloaded rustc-hash v1.1.0 |
580 | 2024-08-08T21:30:22.289Z | Downloaded fallible-iterator v0.2.0 |
581 | 2024-08-08T21:30:22.291Z | Downloaded num-rational v0.4.2 |
582 | 2024-08-08T21:30:22.294Z | Downloaded nu-ansi-term v0.50.0 |
583 | 2024-08-08T21:30:22.296Z | Downloaded clang-sys v1.7.0 |
584 | 2024-08-08T21:30:22.298Z | Downloaded num-complex v0.4.6 |
585 | 2024-08-08T21:30:22.301Z | Downloaded schemars_derive v0.8.21 |
586 | 2024-08-08T21:30:22.304Z | Downloaded serde_repr v0.1.19 |
587 | 2024-08-08T21:30:22.304Z | Downloaded rand_chacha v0.3.1 |
588 | 2024-08-08T21:30:22.306Z | Downloaded phf_shared v0.10.0 |
589 | 2024-08-08T21:30:22.306Z | Downloaded native-tls v0.2.11 |
590 | 2024-08-08T21:30:22.309Z | Downloaded crypto-bigint v0.5.5 |
591 | 2024-08-08T21:30:22.316Z | Downloaded password-hash v0.5.0 |
592 | 2024-08-08T21:30:22.318Z | Downloaded termcolor v1.4.1 |
593 | 2024-08-08T21:30:22.321Z | Downloaded tinyvec_macros v0.1.1 |
594 | 2024-08-08T21:30:22.321Z | Downloaded siphasher v0.3.11 |
595 | 2024-08-08T21:30:22.323Z | Downloaded strum v0.26.3 |
596 | 2024-08-08T21:30:22.326Z | Downloaded pkcs1 v0.7.5 |
597 | 2024-08-08T21:30:22.326Z | Downloaded smawk v0.3.2 |
598 | 2024-08-08T21:30:22.329Z | Downloaded sigpipe v0.1.3 |
599 | 2024-08-08T21:30:22.331Z | Downloaded toolchain_find v0.4.0 |
600 | 2024-08-08T21:30:22.331Z | Downloaded indexmap v1.9.3 |
601 | 2024-08-08T21:30:22.334Z | Downloaded base64 v0.13.1 |
602 | 2024-08-08T21:30:22.338Z | Downloaded funty v2.0.0 |
603 | 2024-08-08T21:30:22.340Z | Downloaded vte_generate_state_changes v0.1.1 |
604 | 2024-08-08T21:30:22.340Z | Downloaded iana-time-zone v0.1.60 |
605 | 2024-08-08T21:30:22.343Z | Downloaded highway v1.2.0 |
606 | 2024-08-08T21:30:22.345Z | Downloaded vsss-rs v3.3.4 |
607 | 2024-08-08T21:30:22.348Z | Downloaded enum-as-inner v0.5.1 |
608 | 2024-08-08T21:30:22.351Z | Downloaded unsafe-libyaml v0.2.11 |
609 | 2024-08-08T21:30:22.353Z | Downloaded fatfs v0.3.6 |
610 | 2024-08-08T21:30:22.357Z | Downloaded ident_case v1.0.1 |
611 | 2024-08-08T21:30:22.359Z | Downloaded hubpack v0.1.2 |
612 | 2024-08-08T21:30:22.362Z | Downloaded tokio-macros v2.3.0 |
613 | 2024-08-08T21:30:22.362Z | Downloaded rand_seeder v0.3.0 |
614 | 2024-08-08T21:30:22.365Z | Downloaded rand_core v0.6.4 |
615 | 2024-08-08T21:30:22.365Z | Downloaded slog-async v2.8.0 |
616 | 2024-08-08T21:30:22.367Z | Downloaded radium v0.7.0 |
617 | 2024-08-08T21:30:22.370Z | Downloaded structmeta-derive v0.2.0 |
618 | 2024-08-08T21:30:22.370Z | Downloaded sync_wrapper v0.1.2 |
619 | 2024-08-08T21:30:22.372Z | Downloaded resolv-conf v0.7.0 |
620 | 2024-08-08T21:30:22.376Z | Downloaded predicates-core v1.0.6 |
621 | 2024-08-08T21:30:22.376Z | Downloaded test-strategy v0.3.1 |
622 | 2024-08-08T21:30:22.379Z | Downloaded tracing-attributes v0.1.27 |
623 | 2024-08-08T21:30:22.382Z | Downloaded thiserror-no-std v2.0.2 |
624 | 2024-08-08T21:30:22.385Z | Downloaded num-bigint-dig v0.8.4 |
625 | 2024-08-08T21:30:22.391Z | Downloaded signature v2.2.0 |
626 | 2024-08-08T21:30:22.395Z | Downloaded unicase v2.7.0 |
627 | 2024-08-08T21:30:22.395Z | Downloaded utf-8 v0.7.6 |
628 | 2024-08-08T21:30:22.397Z | Downloaded env_logger v0.9.3 |
629 | 2024-08-08T21:30:22.399Z | Downloaded getrandom v0.2.14 |
630 | 2024-08-08T21:30:22.402Z | Downloaded take_mut v0.2.2 |
631 | 2024-08-08T21:30:22.404Z | Downloaded foreign-types v0.3.2 |
632 | 2024-08-08T21:30:22.405Z | Downloaded cc v1.0.97 |
633 | 2024-08-08T21:30:22.407Z | Downloaded form_urlencoded v1.2.1 |
634 | 2024-08-08T21:30:22.409Z | Downloaded pin-project v1.1.5 |
635 | 2024-08-08T21:30:22.420Z | Downloaded base64 v0.22.1 |
636 | 2024-08-08T21:30:22.424Z | Downloaded path-slash v0.1.5 |
637 | 2024-08-08T21:30:22.427Z | Downloaded pkg-config v0.3.30 |
638 | 2024-08-08T21:30:22.429Z | Downloaded hash32 v0.3.1 |
639 | 2024-08-08T21:30:22.432Z | Downloaded tap v1.0.1 |
640 | 2024-08-08T21:30:22.432Z | Downloaded subtle v2.5.0 |
641 | 2024-08-08T21:30:22.432Z | Downloaded serde-hex v0.1.0 |
642 | 2024-08-08T21:30:22.434Z | Downloaded semver v0.1.20 |
643 | 2024-08-08T21:30:22.437Z | Downloaded textwrap v0.16.1 |
644 | 2024-08-08T21:30:22.439Z | Downloaded strip-ansi-escapes v0.2.0 |
645 | 2024-08-08T21:30:22.439Z | Downloaded secrecy v0.8.0 |
646 | 2024-08-08T21:30:22.441Z | Downloaded steno v0.4.1 |
647 | 2024-08-08T21:30:22.445Z | Downloaded portpicker v0.1.1 |
648 | 2024-08-08T21:30:22.448Z | Downloaded try-lock v0.2.5 |
649 | 2024-08-08T21:30:22.448Z | Downloaded zone_cfg_derive v0.1.2 |
650 | 2024-08-08T21:30:22.451Z | Downloaded zone v0.1.8 |
651 | 2024-08-08T21:30:22.451Z | Downloaded wyz v0.5.1 |
652 | 2024-08-08T21:30:22.453Z | Downloaded derive_builder_macro v0.20.0 |
653 | 2024-08-08T21:30:22.453Z | Downloaded unicode_categories v0.1.1 |
654 | 2024-08-08T21:30:22.456Z | Downloaded either v1.13.0 |
655 | 2024-08-08T21:30:22.458Z | Downloaded vte v0.11.1 |
656 | 2024-08-08T21:30:22.460Z | Downloaded hubpack_derive v0.1.1 |
657 | 2024-08-08T21:30:22.460Z | Downloaded futures-channel v0.3.30 |
658 | 2024-08-08T21:30:22.463Z | Downloaded foreign-types v0.5.0 |
659 | 2024-08-08T21:30:22.463Z | Downloaded sqlparser_derive v0.2.2 |
660 | 2024-08-08T21:30:22.466Z | Downloaded postcard v1.0.8 |
661 | 2024-08-08T21:30:22.468Z | Downloaded peg v0.8.4 |
662 | 2024-08-08T21:30:22.472Z | Downloaded uzers v0.11.3 |
663 | 2024-08-08T21:30:22.474Z | Downloaded group v0.13.0 |
664 | 2024-08-08T21:30:22.477Z | Downloaded getopts v0.2.21 |
665 | 2024-08-08T21:30:22.480Z | Downloaded rpassword v7.3.1 |
666 | 2024-08-08T21:30:22.480Z | Downloaded headers-core v0.2.0 |
667 | 2024-08-08T21:30:22.480Z | Downloaded toml_edit v0.19.15 |
668 | 2024-08-08T21:30:22.505Z | Downloaded pkcs8 v0.10.2 |
669 | 2024-08-08T21:30:22.508Z | Downloaded strum_macros v0.25.3 |
670 | 2024-08-08T21:30:22.510Z | Downloaded strum_macros v0.24.3 |
671 | 2024-08-08T21:30:22.513Z | Downloaded structmeta v0.3.0 |
672 | 2024-08-08T21:30:22.515Z | Downloaded http-range v0.1.5 |
673 | 2024-08-08T21:30:22.515Z | Downloaded zeroize v1.7.0 |
674 | 2024-08-08T21:30:22.518Z | Downloaded der_derive v0.7.2 |
675 | 2024-08-08T21:30:22.518Z | Downloaded similar v2.5.0 |
676 | 2024-08-08T21:30:22.523Z | Downloaded rand v0.8.5 |
677 | 2024-08-08T21:30:22.527Z | Downloaded psl-types v2.0.11 |
678 | 2024-08-08T21:30:22.530Z | Downloaded stringprep v0.1.4 |
679 | 2024-08-08T21:30:22.530Z | Downloaded string_cache v0.8.7 |
680 | 2024-08-08T21:30:22.533Z | Downloaded spki v0.7.3 |
681 | 2024-08-08T21:30:22.535Z | Downloaded serde_arrays v0.1.0 |
682 | 2024-08-08T21:30:22.535Z | Downloaded precomputed-hash v0.1.1 |
683 | 2024-08-08T21:30:22.538Z | Downloaded sqlformat v0.2.4 |
684 | 2024-08-08T21:30:22.538Z | Downloaded serde_derive_internals v0.29.1 |
685 | 2024-08-08T21:30:22.541Z | Downloaded postgres-types v0.2.7 |
686 | 2024-08-08T21:30:22.543Z | Downloaded peg-runtime v0.8.3 |
687 | 2024-08-08T21:30:22.544Z | Downloaded tower-service v0.3.2 |
688 | 2024-08-08T21:30:22.547Z | Downloaded home v0.5.9 |
689 | 2024-08-08T21:30:22.547Z | Downloaded fixedbitset v0.4.2 |
690 | 2024-08-08T21:30:22.547Z | Downloaded ron v0.7.1 |
691 | 2024-08-08T21:30:22.551Z | Downloaded thread_local v1.1.8 |
692 | 2024-08-08T21:30:22.554Z | Downloaded r2d2 v0.8.10 |
693 | 2024-08-08T21:30:22.556Z | Downloaded hostname v0.3.1 |
694 | 2024-08-08T21:30:22.556Z | Downloaded unicode-bidi v0.3.15 |
695 | 2024-08-08T21:30:22.560Z | Downloaded tokio-rustls v0.25.0 |
696 | 2024-08-08T21:30:22.564Z | Downloaded tokio-rustls v0.24.1 |
697 | 2024-08-08T21:30:22.567Z | Downloaded subprocess v0.2.9 |
698 | 2024-08-08T21:30:22.567Z | Downloaded time-core v0.1.2 |
699 | 2024-08-08T21:30:22.570Z | Downloaded xattr v1.3.1 |
700 | 2024-08-08T21:30:22.570Z | Downloaded tui-tree-widget v0.21.0 |
701 | 2024-08-08T21:30:22.573Z | Downloaded flagset v0.4.5 |
702 | 2024-08-08T21:30:22.576Z | Downloaded futures-executor v0.3.30 |
703 | 2024-08-08T21:30:22.576Z | Downloaded derive_builder v0.20.0 |
704 | 2024-08-08T21:30:22.581Z | Downloaded tar v0.4.41 |
705 | 2024-08-08T21:30:22.583Z | Downloaded foreign-types-shared v0.3.1 |
706 | 2024-08-08T21:30:22.583Z | Downloaded foreign-types-shared v0.1.1 |
707 | 2024-08-08T21:30:22.587Z | Downloaded foreign-types-macros v0.2.3 |
708 | 2024-08-08T21:30:22.587Z | Downloaded crossterm v0.27.0 |
709 | 2024-08-08T21:30:22.591Z | Downloaded quick-error v1.2.3 |
710 | 2024-08-08T21:30:22.594Z | Downloaded untrusted v0.7.1 |
711 | 2024-08-08T21:30:22.594Z | Downloaded pem v3.0.4 |
712 | 2024-08-08T21:30:22.597Z | Downloaded unicode-xid v0.2.4 |
713 | 2024-08-08T21:30:22.599Z | Downloaded unicode-truncate v1.0.0 |
714 | 2024-08-08T21:30:22.599Z | Downloaded tls_codec v0.4.1 |
715 | 2024-08-08T21:30:22.602Z | Downloaded tiny-keccak v2.0.2 |
716 | 2024-08-08T21:30:22.605Z | Downloaded predicates-tree v1.0.9 |
717 | 2024-08-08T21:30:22.605Z | Downloaded sct v0.7.1 |
718 | 2024-08-08T21:30:22.608Z | Downloaded slog v2.7.0 |
719 | 2024-08-08T21:30:22.611Z | Downloaded libm v0.2.8 |
720 | 2024-08-08T21:30:22.619Z | Downloaded aho-corasick v1.1.3 |
721 | 2024-08-08T21:30:22.625Z | Downloaded downcast v0.11.0 |
722 | 2024-08-08T21:30:22.627Z | Downloaded structmeta v0.2.0 |
723 | 2024-08-08T21:30:22.628Z | Downloaded futures-core v0.3.30 |
724 | 2024-08-08T21:30:22.630Z | Downloaded float-ord v0.3.2 |
725 | 2024-08-08T21:30:22.630Z | Downloaded waitgroup v0.1.2 |
726 | 2024-08-08T21:30:22.633Z | Downloaded scopeguard v1.2.0 |
727 | 2024-08-08T21:30:22.633Z | Downloaded http-body v0.4.6 |
728 | 2024-08-08T21:30:22.636Z | Downloaded env_logger v0.10.2 |
729 | 2024-08-08T21:30:22.638Z | Downloaded rustfmt-wrapper v0.2.1 |
730 | 2024-08-08T21:30:22.638Z | Downloaded ref-cast-impl v1.0.23 |
731 | 2024-08-08T21:30:22.641Z | Downloaded paste v1.0.15 |
732 | 2024-08-08T21:30:22.644Z | Downloaded pem-rfc7468 v0.7.0 |
733 | 2024-08-08T21:30:22.647Z | Downloaded wait-timeout v0.2.0 |
734 | 2024-08-08T21:30:22.647Z | Downloaded untrusted v0.9.0 |
735 | 2024-08-08T21:30:22.650Z | Downloaded embedded-io v0.4.0 |
736 | 2024-08-08T21:30:22.650Z | Downloaded spin v0.9.8 |
737 | 2024-08-08T21:30:22.653Z | Downloaded display-error-chain v0.2.0 |
738 | 2024-08-08T21:30:22.655Z | Downloaded serde_yaml v0.9.34+deprecated |
739 | 2024-08-08T21:30:22.659Z | Downloaded dirs-sys-next v0.1.2 |
740 | 2024-08-08T21:30:22.661Z | Downloaded snafu v0.8.2 |
741 | 2024-08-08T21:30:22.664Z | Downloaded regex-automata v0.1.10 |
742 | 2024-08-08T21:30:22.670Z | Downloaded shell-words v1.1.0 |
743 | 2024-08-08T21:30:22.672Z | Downloaded half v2.4.1 |
744 | 2024-08-08T21:30:22.675Z | Downloaded sha1 v0.10.6 |
745 | 2024-08-08T21:30:22.675Z | Downloaded ref-cast v1.0.23 |
746 | 2024-08-08T21:30:22.678Z | Downloaded serde_with_macros v3.8.3 |
747 | 2024-08-08T21:30:22.680Z | Downloaded rustls-pemfile v2.1.3 |
748 | 2024-08-08T21:30:22.683Z | Downloaded time-macros v0.2.18 |
749 | 2024-08-08T21:30:22.686Z | Downloaded strum_macros v0.26.4 |
750 | 2024-08-08T21:30:22.688Z | Downloaded snafu-derive v0.8.2 |
751 | 2024-08-08T21:30:22.688Z | Downloaded rayon-core v1.12.1 |
752 | 2024-08-08T21:30:22.692Z | Downloaded rustls-pemfile v1.0.4 |
753 | 2024-08-08T21:30:22.695Z | Downloaded ron v0.8.1 |
754 | 2024-08-08T21:30:22.700Z | Downloaded libxml v0.3.3 |
755 | 2024-08-08T21:30:22.706Z | Downloaded trust-dns-server v0.22.1 |
756 | 2024-08-08T21:30:22.711Z | Downloaded signal-hook v0.3.17 |
757 | 2024-08-08T21:30:22.714Z | Downloaded rustyline v14.0.0 |
758 | 2024-08-08T21:30:22.720Z | Downloaded blake3 v1.5.1 |
759 | 2024-08-08T21:30:22.728Z | Downloaded itertools v0.13.0 |
760 | 2024-08-08T21:30:22.735Z | Downloaded trust-dns-resolver v0.22.0 |
761 | 2024-08-08T21:30:22.739Z | Downloaded idna v0.5.0 |
762 | 2024-08-08T21:30:22.746Z | Downloaded tokio-tungstenite v0.20.1 |
763 | 2024-08-08T21:30:22.749Z | Downloaded headers v0.3.9 |
764 | 2024-08-08T21:30:22.754Z | Downloaded tracing-core v0.1.32 |
765 | 2024-08-08T21:30:22.757Z | Downloaded trust-dns-client v0.22.0 |
766 | 2024-08-08T21:30:22.763Z | Downloaded http v0.2.12 |
767 | 2024-08-08T21:30:22.766Z | Downloaded rsa v0.9.6 |
768 | 2024-08-08T21:30:22.777Z | Downloaded flume v0.11.0 |
769 | 2024-08-08T21:30:22.781Z | Downloaded futures-util v0.3.30 |
770 | 2024-08-08T21:30:22.788Z | Downloaded tokio-postgres v0.7.11 |
771 | 2024-08-08T21:30:22.793Z | Downloaded flate2 v1.0.31 |
772 | 2024-08-08T21:30:22.799Z | Downloaded portable-atomic v1.6.0 |
773 | 2024-08-08T21:30:22.805Z | Downloaded x509-cert v0.2.5 |
774 | 2024-08-08T21:30:22.811Z | Downloaded time v0.3.36 |
775 | 2024-08-08T21:30:22.818Z | Downloaded hashbrown v0.13.2 |
776 | 2024-08-08T21:30:22.822Z | Downloaded reqwest v0.11.27 |
777 | 2024-08-08T21:30:22.830Z | Downloaded unicode-normalization v0.1.23 |
778 | 2024-08-08T21:30:22.834Z | Downloaded object v0.32.2 |
779 | 2024-08-08T21:30:22.845Z | Downloaded tokio-util v0.7.11 |
780 | 2024-08-08T21:30:22.852Z | Downloaded tough v0.17.1 |
781 | 2024-08-08T21:30:22.860Z | Downloaded chrono v0.4.38 |
782 | 2024-08-08T21:30:22.868Z | Downloaded bitvec v1.0.1 |
783 | 2024-08-08T21:30:22.883Z | Downloaded reedline v0.31.0 |
784 | 2024-08-08T21:30:22.891Z | Downloaded rayon v1.10.0 |
785 | 2024-08-08T21:30:22.901Z | Downloaded radix_trie v0.2.1 |
786 | 2024-08-08T21:30:22.905Z | Downloaded vcpkg v0.2.15 |
787 | 2024-08-08T21:30:22.945Z | Downloaded openssl v0.10.66 |
788 | 2024-08-08T21:30:22.954Z | Downloaded sqlparser v0.45.0 |
789 | 2024-08-08T21:30:22.960Z | Downloaded polar-core v0.27.3 |
790 | 2024-08-08T21:30:22.968Z | Downloaded openapiv3 v2.0.0 |
791 | 2024-08-08T21:30:22.979Z | Downloaded gimli v0.28.1 |
792 | 2024-08-08T21:30:22.988Z | Downloaded idna v0.2.3 |
793 | 2024-08-08T21:30:22.994Z | Downloaded idna v0.3.0 |
794 | 2024-08-08T21:30:23.001Z | Downloaded regex v1.10.6 |
795 | 2024-08-08T21:30:23.014Z | Downloaded sled v0.34.7 |
796 | 2024-08-08T21:30:23.024Z | Downloaded smoltcp v0.11.0 |
797 | 2024-08-08T21:30:23.037Z | Downloaded rustls v0.21.12 |
798 | 2024-08-08T21:30:23.049Z | Downloaded regress v0.9.1 |
799 | 2024-08-08T21:30:23.061Z | Downloaded regex-automata v0.4.6 |
800 | 2024-08-08T21:30:23.073Z | Downloaded zerocopy-derive v0.6.6 |
801 | 2024-08-08T21:30:23.082Z | Downloaded regex-syntax v0.6.29 |
802 | 2024-08-08T21:30:23.088Z | Downloaded diesel v2.2.2 |
803 | 2024-08-08T21:30:23.106Z | Downloaded regex-syntax v0.8.3 |
804 | 2024-08-08T21:30:23.113Z | Downloaded rustls v0.22.4 |
805 | 2024-08-08T21:30:23.126Z | Downloaded finl_unicode v1.2.0 |
806 | 2024-08-08T21:30:23.136Z | Downloaded tokio v1.38.1 |
807 | 2024-08-08T21:30:23.170Z | Downloaded bstr v1.9.1 |
808 | 2024-08-08T21:30:23.179Z | Downloaded ratatui v0.27.0 |
809 | 2024-08-08T21:30:23.196Z | Downloaded bstr v0.2.17 |
810 | 2024-08-08T21:30:23.206Z | Downloaded webpki-roots v0.25.4 |
811 | 2024-08-08T21:30:23.210Z | Downloaded smoltcp v0.9.1 |
812 | 2024-08-08T21:30:23.219Z | Downloaded object v0.30.4 |
813 | 2024-08-08T21:30:23.229Z | Downloaded curve25519-dalek v4.1.3 |
814 | 2024-08-08T21:30:23.237Z | Downloaded trust-dns-proto v0.22.0 |
815 | 2024-08-08T21:30:23.248Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
816 | 2024-08-08T21:30:23.260Z | Downloaded h2 v0.3.26 |
817 | 2024-08-08T21:30:23.266Z | Downloaded hyper v0.14.30 |
818 | 2024-08-08T21:30:23.273Z | Downloaded hkdf v0.12.4 |
819 | 2024-08-08T21:30:23.276Z | Downloaded nix v0.28.0 |
820 | 2024-08-08T21:30:23.286Z | Downloaded petgraph v0.6.5 |
821 | 2024-08-08T21:30:23.303Z | Downloaded nix v0.27.1 |
822 | 2024-08-08T21:30:23.313Z | Downloaded sha3 v0.10.8 |
823 | 2024-08-08T21:30:23.318Z | Downloaded quick-xml v0.31.0 |
824 | 2024-08-08T21:30:23.323Z | Downloaded csv v1.3.0 |
825 | 2024-08-08T21:30:23.343Z | Downloaded serde_with v3.8.3 |
826 | 2024-08-08T21:30:23.350Z | Downloaded rustls-webpki v0.102.4 |
827 | 2024-08-08T21:30:23.366Z | Downloaded proptest v1.5.0 |
828 | 2024-08-08T21:30:23.375Z | Downloaded rustls-webpki v0.101.7 |
829 | 2024-08-08T21:30:23.388Z | Downloaded bindgen v0.69.4 |
830 | 2024-08-08T21:30:23.394Z | Downloaded lalrpop v0.19.12 |
831 | 2024-08-08T21:30:23.405Z | Downloaded hashbrown v0.12.3 |
832 | 2024-08-08T21:30:23.409Z | Downloaded winnow v0.5.40 |
833 | 2024-08-08T21:30:23.416Z | Downloaded publicsuffix v2.2.3 |
834 | 2024-08-08T21:30:23.419Z | Downloaded http v1.1.0 |
835 | 2024-08-08T21:30:23.423Z | Downloaded unicode-segmentation v1.11.0 |
836 | 2024-08-08T21:30:23.426Z | Downloaded encoding_rs v0.8.34 |
837 | 2024-08-08T21:30:23.446Z | Downloaded tls_codec_derive v0.4.1 |
838 | 2024-08-08T21:30:23.449Z | Downloaded socket2 v0.5.7 |
839 | 2024-08-08T21:30:23.452Z | Downloaded rtoolbox v0.0.2 |
840 | 2024-08-08T21:30:23.452Z | Downloaded float-cmp v0.9.0 |
841 | 2024-08-08T21:30:23.452Z | Downloaded rcgen v0.12.1 |
842 | 2024-08-08T21:30:23.454Z | Downloaded shlex v1.3.0 |
843 | 2024-08-08T21:30:23.457Z | Downloaded spin v0.5.2 |
844 | 2024-08-08T21:30:23.457Z | Downloaded tokio-native-tls v0.3.1 |
845 | 2024-08-08T21:30:23.460Z | Downloaded tokio-tungstenite v0.21.0 |
846 | 2024-08-08T21:30:23.460Z | Downloaded postgres-protocol v0.6.7 |
847 | 2024-08-08T21:30:23.463Z | Downloaded derive_more v0.99.18 |
848 | 2024-08-08T21:30:23.466Z | Downloaded zip v0.6.6 |
849 | 2024-08-08T21:30:23.469Z | Downloaded url v2.5.2 |
850 | 2024-08-08T21:30:23.472Z | Downloaded typed-path v0.7.1 |
851 | 2024-08-08T21:30:23.478Z | Downloaded expectorate v1.1.0 |
852 | 2024-08-08T21:30:23.480Z | Downloaded yasna v0.5.2 |
853 | 2024-08-08T21:30:23.483Z | Downloaded uuid v1.10.0 |
854 | 2024-08-08T21:30:23.486Z | Downloaded tungstenite v0.21.0 |
855 | 2024-08-08T21:30:23.488Z | Downloaded rustls-pki-types v1.7.0 |
856 | 2024-08-08T21:30:23.491Z | Downloaded socket2 v0.4.10 |
857 | 2024-08-08T21:30:23.491Z | Downloaded serde_path_to_error v0.1.16 |
858 | 2024-08-08T21:30:23.494Z | Downloaded erased-serde v0.3.31 |
859 | 2024-08-08T21:30:23.494Z | Downloaded tracing v0.1.40 |
860 | 2024-08-08T21:30:23.498Z | Downloaded hmac v0.12.1 |
861 | 2024-08-08T21:30:23.501Z | Downloaded samael v0.0.15 |
862 | 2024-08-08T21:30:23.504Z | Downloaded sec1 v0.7.3 |
863 | 2024-08-08T21:30:23.508Z | Downloaded powerfmt v0.2.0 |
864 | 2024-08-08T21:30:23.508Z | Downloaded phf_shared v0.11.2 |
865 | 2024-08-08T21:30:23.508Z | Downloaded hash32 v0.2.1 |
866 | 2024-08-08T21:30:23.511Z | Downloaded futures-macro v0.3.30 |
867 | 2024-08-08T21:30:23.511Z | Downloaded futures-io v0.3.30 |
868 | 2024-08-08T21:30:23.511Z | Downloaded futures v0.3.30 |
869 | 2024-08-08T21:30:23.514Z | Downloaded crossbeam-channel v0.5.12 |
870 | 2024-08-08T21:30:23.518Z | Downloaded pretty-hex v0.2.1 |
871 | 2024-08-08T21:30:23.521Z | Downloaded ppv-lite86 v0.2.17 |
872 | 2024-08-08T21:30:23.521Z | Downloaded humantime v2.1.0 |
873 | 2024-08-08T21:30:23.524Z | Downloaded deranged v0.3.11 |
874 | 2024-08-08T21:30:23.524Z | Downloaded elliptic-curve v0.13.8 |
875 | 2024-08-08T21:30:23.527Z | Downloaded diesel_derives v2.2.2 |
876 | 2024-08-08T21:30:23.530Z | Downloaded heapless v0.7.17 |
877 | 2024-08-08T21:30:23.533Z | Downloaded signal-hook-mio v0.2.3 |
878 | 2024-08-08T21:30:23.536Z | Downloaded rand_xorshift v0.3.0 |
879 | 2024-08-08T21:30:23.536Z | Downloaded zeroize_derive v1.4.2 |
880 | 2024-08-08T21:30:23.536Z | Downloaded tinyvec v1.6.0 |
881 | 2024-08-08T21:30:23.539Z | Downloaded heapless v0.8.0 |
882 | 2024-08-08T21:30:23.542Z | Downloaded num-bigint v0.4.5 |
883 | 2024-08-08T21:30:23.546Z | Downloaded mio v0.8.11 |
884 | 2024-08-08T21:30:23.551Z | Downloaded minimal-lexical v0.2.1 |
885 | 2024-08-08T21:30:23.555Z | Downloaded itertools v0.12.1 |
886 | 2024-08-08T21:30:23.561Z | Downloaded futures-sink v0.3.30 |
887 | 2024-08-08T21:30:23.564Z | Downloaded hyper-rustls v0.24.2 |
888 | 2024-08-08T21:30:23.567Z | Downloaded dsl_auto_type v0.1.2 |
889 | 2024-08-08T21:30:23.567Z | Downloaded toml v0.5.11 |
890 | 2024-08-08T21:30:23.571Z | Downloaded poly1305 v0.8.0 |
891 | 2024-08-08T21:30:23.574Z | Downloaded supports-color v3.0.0 |
892 | 2024-08-08T21:30:23.574Z | Downloaded schemars v0.8.21 |
893 | 2024-08-08T21:30:23.581Z | Downloaded prettyplease v0.2.20 |
894 | 2024-08-08T21:30:23.584Z | Downloaded derive-where v1.2.7 |
895 | 2024-08-08T21:30:23.587Z | Downloaded zerocopy v0.6.6 |
896 | 2024-08-08T21:30:23.590Z | Downloaded tungstenite v0.20.1 |
897 | 2024-08-08T21:30:23.593Z | Downloaded dyn-clone v1.0.17 |
898 | 2024-08-08T21:30:23.595Z | Downloaded peg-macros v0.8.4 |
899 | 2024-08-08T21:30:23.595Z | Downloaded httparse v1.8.0 |
900 | 2024-08-08T21:30:23.598Z | Downloaded globset v0.4.14 |
901 | 2024-08-08T21:30:23.601Z | Downloaded oso v0.27.3 |
902 | 2024-08-08T21:30:23.604Z | Downloaded const_format v0.2.32 |
903 | 2024-08-08T21:30:23.607Z | Downloaded mockall_derive v0.13.0 |
904 | 2024-08-08T21:30:23.610Z | Downloaded topological-sort v0.2.2 |
905 | 2024-08-08T21:30:23.613Z | Downloaded slog-stdlog v4.1.1 |
906 | 2024-08-08T21:30:23.613Z | Downloaded itertools v0.10.5 |
907 | 2024-08-08T21:30:23.617Z | Downloaded structmeta-derive v0.3.0 |
908 | 2024-08-08T21:30:23.620Z | Downloaded rusty-fork v0.3.0 |
909 | 2024-08-08T21:30:23.620Z | Downloaded rustversion v1.0.17 |
910 | 2024-08-08T21:30:23.623Z | Downloaded nom v7.1.3 |
911 | 2024-08-08T21:30:23.626Z | Downloaded signal-hook-tokio v0.3.1 |
912 | 2024-08-08T21:30:23.629Z | Downloaded diff v0.1.13 |
913 | 2024-08-08T21:30:23.631Z | Downloaded toml v0.7.8 |
914 | 2024-08-08T21:30:23.634Z | Downloaded serde-big-array v0.5.1 |
915 | 2024-08-08T21:30:23.634Z | Downloaded predicates v3.1.2 |
916 | 2024-08-08T21:30:23.637Z | Downloaded term v0.7.0 |
917 | 2024-08-08T21:30:23.640Z | Downloaded tempfile v3.10.1 |
918 | 2024-08-08T21:30:23.643Z | Downloaded slog-term v2.9.1 |
919 | 2024-08-08T21:30:23.646Z | Downloaded slab v0.4.9 |
920 | 2024-08-08T21:30:23.649Z | Downloaded same-file v1.0.6 |
921 | 2024-08-08T21:30:23.649Z | Downloaded phf v0.11.2 |
922 | 2024-08-08T21:30:23.652Z | Downloaded darling_core v0.20.9 |
923 | 2024-08-08T21:30:23.654Z | Downloaded smallvec v1.13.2 |
924 | 2024-08-08T21:30:23.657Z | Downloaded httpdate v1.0.3 |
925 | 2024-08-08T21:30:23.657Z | Downloaded serde_plain v1.0.2 |
926 | 2024-08-08T21:30:23.660Z | Downloaded hostname v0.4.0 |
927 | 2024-08-08T21:30:23.660Z | Downloaded glob v0.3.1 |
928 | 2024-08-08T21:30:23.660Z | Downloaded rustc-demangle v0.1.24 |
929 | 2024-08-08T21:30:23.662Z | Downloaded pin-project-internal v1.1.5 |
930 | 2024-08-08T21:30:23.666Z | Downloaded parking_lot v0.12.2 |
931 | 2024-08-08T21:30:23.666Z | Downloaded fragile v2.0.0 |
932 | 2024-08-08T21:30:23.668Z | Downloaded ena v0.14.3 |
933 | 2024-08-08T21:30:23.668Z | Downloaded dirs-next v2.0.0 |
934 | 2024-08-08T21:30:23.671Z | Downloaded unarray v0.1.4 |
935 | 2024-08-08T21:30:23.671Z | Downloaded pin-project-lite v0.2.14 |
936 | 2024-08-08T21:30:23.674Z | Downloaded smallvec v0.6.14 |
937 | 2024-08-08T21:30:23.677Z | Downloaded slog-json v2.6.1 |
938 | 2024-08-08T21:30:23.677Z | Downloaded slog-dtrace v0.3.0 |
939 | 2024-08-08T21:30:23.679Z | Downloaded parking_lot_core v0.9.10 |
940 | 2024-08-08T21:30:23.682Z | Downloaded crossbeam-epoch v0.9.18 |
941 | 2024-08-08T21:30:23.682Z | Downloaded backtrace v0.3.71 |
942 | 2024-08-08T21:30:23.686Z | Downloaded rustc_version v0.1.7 |
943 | 2024-08-08T21:30:23.689Z | Downloaded scheduled-thread-pool v0.2.7 |
944 | 2024-08-08T21:30:23.689Z | Downloaded rustc_version v0.4.0 |
945 | 2024-08-08T21:30:23.691Z | Downloaded proc-macro-crate v1.3.1 |
946 | 2024-08-08T21:30:23.691Z | Downloaded percent-encoding v2.3.1 |
947 | 2024-08-08T21:30:23.691Z | Downloaded hyper-tls v0.5.0 |
948 | 2024-08-08T21:30:23.694Z | Downloaded heck v0.3.3 |
949 | 2024-08-08T21:30:23.694Z | Downloaded instant v0.1.12 |
950 | 2024-08-08T21:30:23.694Z | Downloaded walkdir v2.5.0 |
951 | 2024-08-08T21:30:23.697Z | Downloaded memmap2 v0.9.4 |
952 | 2024-08-08T21:30:23.700Z | Downloaded fastrand v2.1.0 |
953 | 2024-08-08T21:30:23.700Z | Downloaded termios v0.3.3 |
954 | 2024-08-08T21:30:23.702Z | Downloaded slog-scope v4.4.0 |
955 | 2024-08-08T21:30:23.702Z | Downloaded signal-hook-registry v1.4.2 |
956 | 2024-08-08T21:30:23.702Z | Downloaded packed_struct_codegen v0.10.1 |
957 | 2024-08-08T21:30:23.705Z | Downloaded olpc-cjson v0.1.3 |
958 | 2024-08-08T21:30:23.705Z | Downloaded compact_str v0.7.1 |
959 | 2024-08-08T21:30:23.708Z | Downloaded serde_urlencoded v0.7.1 |
960 | 2024-08-08T21:30:23.708Z | Downloaded openssl-sys v0.9.103 |
961 | 2024-08-08T21:30:23.713Z | Downloaded num_cpus v1.16.0 |
962 | 2024-08-08T21:30:23.715Z | Downloaded console v0.15.8 |
963 | 2024-08-08T21:30:23.718Z | Downloaded base64 v0.21.7 |
964 | 2024-08-08T21:30:23.721Z | Downloaded md-5 v0.10.6 |
965 | 2024-08-08T21:30:23.723Z | Downloaded bzip2 v0.4.4 |
966 | 2024-08-08T21:30:23.726Z | Downloaded backoff v0.4.0 |
967 | 2024-08-08T21:30:23.726Z | Downloaded async-trait v0.1.81 |
968 | 2024-08-08T21:30:23.729Z | Downloaded maplit v1.0.2 |
969 | 2024-08-08T21:30:23.732Z | Downloaded lazy_static v1.5.0 |
970 | 2024-08-08T21:30:23.732Z | Downloaded defmt v0.3.8 |
971 | 2024-08-08T21:30:23.735Z | Downloaded data-encoding v2.6.0 |
972 | 2024-08-08T21:30:23.735Z | Downloaded lru v0.12.3 |
973 | 2024-08-08T21:30:23.738Z | Downloaded impl-trait-for-tuples v0.2.2 |
974 | 2024-08-08T21:30:23.738Z | Downloaded constant_time_eq v0.3.0 |
975 | 2024-08-08T21:30:23.741Z | Downloaded ciborium-ll v0.2.2 |
976 | 2024-08-08T21:30:23.741Z | Downloaded is_ci v1.2.0 |
977 | 2024-08-08T21:30:23.741Z | Downloaded indoc v1.0.9 |
978 | 2024-08-08T21:30:23.744Z | Downloaded crc v3.2.1 |
979 | 2024-08-08T21:30:23.746Z | Downloaded buf-list v1.0.3 |
980 | 2024-08-08T21:30:23.749Z | Downloaded matches v0.1.10 |
981 | 2024-08-08T21:30:23.749Z | Downloaded allocator-api2 v0.2.18 |
982 | 2024-08-08T21:30:23.751Z | Downloaded omicron-zone-package v0.11.0 |
983 | 2024-08-08T21:30:23.754Z | Downloaded ring v0.17.8 |
984 | 2024-08-08T21:30:23.822Z | Downloaded crossbeam-utils v0.8.19 |
985 | 2024-08-08T21:30:23.825Z | Downloaded crc-any v2.5.0 |
986 | 2024-08-08T21:30:23.828Z | Downloaded parking_lot v0.11.2 |
987 | 2024-08-08T21:30:23.828Z | Downloaded num-traits v0.2.19 |
988 | 2024-08-08T21:30:23.831Z | Downloaded darling v0.20.9 |
989 | 2024-08-08T21:30:23.834Z | Downloaded csv-core v0.1.11 |
990 | 2024-08-08T21:30:23.836Z | Downloaded cookie v0.18.1 |
991 | 2024-08-08T21:30:23.839Z | Downloaded const-oid v0.9.6 |
992 | 2024-08-08T21:30:23.842Z | Downloaded blake2 v0.10.6 |
993 | 2024-08-08T21:30:23.842Z | Downloaded base64ct v1.6.0 |
994 | 2024-08-08T21:30:23.844Z | Downloaded ciborium-io v0.2.2 |
995 | 2024-08-08T21:30:23.844Z | Downloaded cfg_aliases v0.1.1 |
996 | 2024-08-08T21:30:23.847Z | Downloaded bitstruct v0.1.1 |
997 | 2024-08-08T21:30:23.847Z | Downloaded multer v3.1.0 |
998 | 2024-08-08T21:30:23.850Z | Downloaded libloading v0.8.3 |
999 | 2024-08-08T21:30:23.850Z | Downloaded ahash v0.8.11 |
1000 | 2024-08-08T21:30:23.853Z | Downloaded crossbeam-deque v0.8.5 |
1001 | 2024-08-08T21:30:23.855Z | Downloaded crc32fast v1.4.0 |
1002 | 2024-08-08T21:30:23.855Z | Downloaded cookie_store v0.20.0 |
1003 | 2024-08-08T21:30:23.858Z | Downloaded bcs v0.1.6 |
1004 | 2024-08-08T21:30:23.861Z | Downloaded newtype-uuid v1.1.0 |
1005 | 2024-08-08T21:30:23.861Z | Downloaded ciborium v0.2.2 |
1006 | 2024-08-08T21:30:23.863Z | Downloaded maybe-uninit v2.0.0 |
1007 | 2024-08-08T21:30:23.863Z | Downloaded libsw v3.3.1 |
1008 | 2024-08-08T21:30:23.866Z | Downloaded lalrpop-util v0.19.12 |
1009 | 2024-08-08T21:30:23.866Z | Downloaded ring v0.16.20 |
1010 | 2024-08-08T21:30:23.945Z | Downloaded defmt-macros v0.3.9 |
1011 | 2024-08-08T21:30:23.948Z | Downloaded debug-ignore v1.0.5 |
1012 | 2024-08-08T21:30:23.951Z | Downloaded ascii v1.1.0 |
1013 | 2024-08-08T21:30:23.951Z | Downloaded num-derive v0.4.2 |
1014 | 2024-08-08T21:30:23.954Z | Downloaded num v0.4.3 |
1015 | 2024-08-08T21:30:23.954Z | Downloaded memoffset v0.9.1 |
1016 | 2024-08-08T21:30:23.957Z | Downloaded lru-cache v0.1.2 |
1017 | 2024-08-08T21:30:23.957Z | Downloaded lazycell v1.3.0 |
1018 | 2024-08-08T21:30:23.957Z | Downloaded bitfield v0.14.0 |
1019 | 2024-08-08T21:30:23.960Z | Downloaded arrayvec v0.7.4 |
1020 | 2024-08-08T21:30:23.960Z | Downloaded const_format_proc_macros v0.2.32 |
1021 | 2024-08-08T21:30:23.962Z | Downloaded cassowary v0.3.0 |
1022 | 2024-08-08T21:30:23.962Z | Downloaded block-padding v0.3.3 |
1023 | 2024-08-08T21:30:23.965Z | Downloaded bitflags v1.3.2 |
1024 | 2024-08-08T21:30:23.965Z | Downloaded assert_matches v1.5.0 |
1025 | 2024-08-08T21:30:23.968Z | Downloaded arrayref v0.3.7 |
1026 | 2024-08-08T21:30:23.968Z | Downloaded adler v1.0.2 |
1027 | 2024-08-08T21:30:24.044Z | Compiling cfg-if v1.0.0 |
1028 | 2024-08-08T21:30:24.044Z | Compiling serde v1.0.205 |
1029 | 2024-08-08T21:30:24.047Z | Compiling lock_api v0.4.12 |
1030 | 2024-08-08T21:30:24.047Z | Compiling scopeguard v1.2.0 |
1031 | 2024-08-08T21:30:24.047Z | Compiling log v0.4.21 |
1032 | 2024-08-08T21:30:24.047Z | Compiling cc v1.0.97 |
1033 | 2024-08-08T21:30:24.173Z | Compiling syn v2.0.72 |
1034 | 2024-08-08T21:30:24.185Z | Compiling typenum v1.17.0 |
1035 | 2024-08-08T21:30:24.262Z | Compiling getrandom v0.2.14 |
1036 | 2024-08-08T21:30:24.349Z | Compiling generic-array v0.14.7 |
1037 | 2024-08-08T21:30:24.665Z | Compiling rand_core v0.6.4 |
1038 | 2024-08-08T21:30:24.697Z | Compiling pin-project-lite v0.2.14 |
1039 | 2024-08-08T21:30:24.719Z | Compiling parking_lot_core v0.9.10 |
1040 | 2024-08-08T21:30:24.807Z | Compiling smallvec v1.13.2 |
1041 | 2024-08-08T21:30:24.823Z | Compiling signal-hook-registry v1.4.2 |
1042 | 2024-08-08T21:30:25.079Z | Compiling spin v0.9.8 |
1043 | 2024-08-08T21:30:25.176Z | Compiling mio v0.8.11 |
1044 | 2024-08-08T21:30:25.193Z | Compiling ahash v0.8.11 |
1045 | 2024-08-08T21:30:25.446Z | Compiling tinyvec_macros v0.1.1 |
1046 | 2024-08-08T21:30:25.528Z | Compiling futures-core v0.3.30 |
1047 | 2024-08-08T21:30:25.593Z | Compiling parking_lot v0.12.2 |
1048 | 2024-08-08T21:30:25.609Z | Compiling tinyvec v1.6.0 |
1049 | 2024-08-08T21:30:25.772Z | Compiling num_cpus v1.16.0 |
1050 | 2024-08-08T21:30:25.843Z | Compiling socket2 v0.5.7 |
1051 | 2024-08-08T21:30:25.899Z | Compiling libm v0.2.8 |
1052 | 2024-08-08T21:30:26.248Z | Compiling subtle v2.5.0 |
1053 | 2024-08-08T21:30:26.472Z | Compiling serde_json v1.0.122 |
1054 | 2024-08-08T21:30:26.526Z | Compiling const-oid v0.9.6 |
1055 | 2024-08-08T21:30:26.605Z | Compiling num-traits v0.2.19 |
1056 | 2024-08-08T21:30:26.802Z | Compiling slab v0.4.9 |
1057 | 2024-08-08T21:30:26.823Z | Compiling unicode-bidi v0.3.15 |
1058 | 2024-08-08T21:30:26.874Z | Compiling allocator-api2 v0.2.18 |
1059 | 2024-08-08T21:30:26.906Z | Compiling futures-sink v0.3.30 |
1060 | 2024-08-08T21:30:27.159Z | Compiling unicode-normalization v0.1.23 |
1061 | 2024-08-08T21:30:27.734Z | Compiling futures-channel v0.3.30 |
1062 | 2024-08-08T21:30:27.752Z | Compiling vcpkg v0.2.15 |
1063 | 2024-08-08T21:30:27.839Z | Compiling futures-io v0.3.30 |
1064 | 2024-08-08T21:30:28.201Z | Compiling futures-task v0.3.30 |
1065 | 2024-08-08T21:30:28.225Z | Compiling pkg-config v0.3.30 |
1066 | 2024-08-08T21:30:28.380Z | Compiling pin-utils v0.1.0 |
1067 | 2024-08-08T21:30:28.494Z | Compiling ring v0.17.8 |
1068 | 2024-08-08T21:30:28.569Z | Compiling ppv-lite86 v0.2.17 |
1069 | 2024-08-08T21:30:28.730Z | Compiling percent-encoding v2.3.1 |
1070 | 2024-08-08T21:30:28.925Z | Compiling tracing-core v0.1.32 |
1071 | 2024-08-08T21:30:29.080Z | Compiling rustix v0.38.34 |
1072 | 2024-08-08T21:30:29.368Z | Compiling rand_chacha v0.3.1 |
1073 | 2024-08-08T21:30:29.909Z | Compiling num-conv v0.1.0 |
1074 | 2024-08-08T21:30:29.928Z | Compiling powerfmt v0.2.0 |
1075 | 2024-08-08T21:30:30.046Z | Compiling openssl-sys v0.9.103 |
1076 | 2024-08-08T21:30:30.217Z | Compiling time-core v0.1.2 |
1077 | 2024-08-08T21:30:30.337Z | Compiling untrusted v0.9.0 |
1078 | 2024-08-08T21:30:30.340Z | Compiling syn v1.0.109 |
1079 | 2024-08-08T21:30:30.369Z | Compiling time-macros v0.2.18 |
1080 | 2024-08-08T21:30:30.491Z | Compiling deranged v0.3.11 |
1081 | 2024-08-08T21:30:30.701Z | Compiling rand v0.8.5 |
1082 | 2024-08-08T21:30:31.070Z | Compiling openssl v0.10.66 |
1083 | 2024-08-08T21:30:31.449Z | Compiling httparse v1.8.0 |
1084 | 2024-08-08T21:30:31.502Z | Compiling base64ct v1.6.0 |
1085 | 2024-08-08T21:30:31.829Z | Compiling rustversion v1.0.17 |
1086 | 2024-08-08T21:30:32.096Z | Compiling foreign-types-shared v0.1.1 |
1087 | 2024-08-08T21:30:32.200Z | Compiling num_threads v0.1.7 |
1088 | 2024-08-08T21:30:32.272Z | Compiling foreign-types v0.3.2 |
1089 | 2024-08-08T21:30:32.305Z | Compiling pem-rfc7468 v0.7.0 |
1090 | 2024-08-08T21:30:32.374Z | Compiling form_urlencoded v1.2.1 |
1091 | 2024-08-08T21:30:32.550Z | Compiling flagset v0.4.5 |
1092 | 2024-08-08T21:30:32.667Z | Compiling crossbeam-utils v0.8.19 |
1093 | 2024-08-08T21:30:32.738Z | Compiling native-tls v0.2.11 |
1094 | 2024-08-08T21:30:32.977Z | Compiling try-lock v0.2.5 |
1095 | 2024-08-08T21:30:33.038Z | Compiling rustls v0.21.12 |
1096 | 2024-08-08T21:30:33.105Z | Compiling siphasher v0.3.11 |
1097 | 2024-08-08T21:30:33.254Z | Compiling want v0.3.1 |
1098 | 2024-08-08T21:30:33.345Z | Compiling time v0.3.36 |
1099 | 2024-08-08T21:30:33.513Z | Compiling idna v0.5.0 |
1100 | 2024-08-08T21:30:33.883Z | Compiling lazy_static v1.5.0 |
1101 | 2024-08-08T21:30:33.998Z | Compiling aho-corasick v1.1.3 |
1102 | 2024-08-08T21:30:34.145Z | Compiling cookie v0.17.0 |
1103 | 2024-08-08T21:30:34.435Z | Compiling iana-time-zone v0.1.60 |
1104 | 2024-08-08T21:30:34.654Z | Compiling adler v1.0.2 |
1105 | 2024-08-08T21:30:34.870Z | Compiling signal-hook v0.3.17 |
1106 | 2024-08-08T21:30:34.914Z | Compiling slog v2.7.0 |
1107 | 2024-08-08T21:30:34.964Z | Compiling regex-syntax v0.8.3 |
1108 | 2024-08-08T21:30:35.127Z | Compiling tower-service v0.3.2 |
1109 | 2024-08-08T21:30:35.249Z | Compiling cpufeatures v0.2.12 |
1110 | 2024-08-08T21:30:35.339Z | Compiling httpdate v1.0.3 |
1111 | 2024-08-08T21:30:35.413Z | Compiling openssl-probe v0.1.5 |
1112 | 2024-08-08T21:30:35.755Z | Compiling finl_unicode v1.2.0 |
1113 | 2024-08-08T21:30:35.886Z | Compiling miniz_oxide v0.7.2 |
1114 | 2024-08-08T21:30:36.344Z | Compiling stringprep v0.1.4 |
1115 | 2024-08-08T21:30:37.521Z | Compiling url v2.5.2 |
1116 | 2024-08-08T21:30:38.103Z | Compiling serde_derive v1.0.205 |
1117 | 2024-08-08T21:30:38.506Z | Compiling zeroize_derive v1.4.2 |
1118 | 2024-08-08T21:30:38.786Z | Compiling zerocopy-derive v0.7.34 |
1119 | 2024-08-08T21:30:39.326Z | Compiling tokio-macros v2.3.0 |
1120 | 2024-08-08T21:30:39.420Z | Compiling thiserror-impl v1.0.63 |
1121 | 2024-08-08T21:30:40.083Z | Compiling zeroize v1.7.0 |
1122 | 2024-08-08T21:30:40.899Z | Compiling futures-macro v0.3.30 |
1123 | 2024-08-08T21:30:41.001Z | Compiling scroll_derive v0.12.0 |
1124 | 2024-08-08T21:30:41.016Z | Compiling zerocopy v0.7.34 |
1125 | 2024-08-08T21:30:41.327Z | Compiling tracing-attributes v0.1.27 |
1126 | 2024-08-08T21:30:41.888Z | Compiling crypto-common v0.1.6 |
1127 | 2024-08-08T21:30:42.163Z | Compiling block-buffer v0.10.4 |
1128 | 2024-08-08T21:30:42.429Z | Compiling digest v0.10.7 |
1129 | 2024-08-08T21:30:42.513Z | Compiling scroll v0.12.0 |
1130 | 2024-08-08T21:30:42.717Z | Compiling thiserror v1.0.63 |
1131 | 2024-08-08T21:30:42.853Z | Compiling pest v2.7.10 |
1132 | 2024-08-08T21:30:42.893Z | Compiling hmac v0.12.1 |
1133 | 2024-08-08T21:30:42.937Z | Compiling futures-util v0.3.30 |
1134 | 2024-08-08T21:30:43.053Z | Compiling goblin v0.8.2 |
1135 | 2024-08-08T21:30:43.114Z | Compiling openssl-macros v0.1.1 |
1136 | 2024-08-08T21:30:43.276Z | Compiling hashbrown v0.14.5 |
1137 | 2024-08-08T21:30:43.870Z | Compiling der_derive v0.7.2 |
1138 | 2024-08-08T21:30:44.653Z | Compiling rustls-webpki v0.101.7 |
1139 | 2024-08-08T21:30:45.164Z | Compiling tracing v0.1.40 |
1140 | 2024-08-08T21:30:45.707Z | Compiling pest_meta v2.7.10 |
1141 | 2024-08-08T21:30:45.849Z | Compiling sct v0.7.1 |
1142 | 2024-08-08T21:30:46.317Z | Compiling md-5 v0.10.6 |
1143 | 2024-08-08T21:30:46.386Z | Compiling der v0.7.9 |
1144 | 2024-08-08T21:30:46.578Z | Compiling sha2 v0.10.8 |
1145 | 2024-08-08T21:30:46.600Z | Compiling regex-automata v0.4.6 |
1146 | 2024-08-08T21:30:49.074Z | Compiling pest_generator v2.7.10 |
1147 | 2024-08-08T21:30:49.752Z | Compiling spki v0.7.3 |
1148 | 2024-08-08T21:30:50.113Z | Compiling num-integer v0.1.46 |
1149 | 2024-08-08T21:30:50.279Z | Compiling idna v0.3.0 |
1150 | 2024-08-08T21:30:50.633Z | Compiling backtrace v0.3.71 |
1151 | 2024-08-08T21:30:50.884Z | Compiling hash32 v0.2.1 |
1152 | 2024-08-08T21:30:51.084Z | Compiling pest_derive v2.7.10 |
1153 | 2024-08-08T21:30:51.087Z | Compiling psl-types v2.0.11 |
1154 | 2024-08-08T21:30:51.262Z | Compiling fallible-iterator v0.2.0 |
1155 | 2024-08-08T21:30:51.279Z | Compiling gimli v0.28.1 |
1156 | 2024-08-08T21:30:51.840Z | Compiling stable_deref_trait v1.2.0 |
1157 | 2024-08-08T21:30:51.860Z | Compiling dtrace-parser v0.2.0 |
1158 | 2024-08-08T21:30:51.943Z | Compiling base64 v0.22.1 |
1159 | 2024-08-08T21:30:51.991Z | Compiling crc32fast v1.4.0 |
1160 | 2024-08-08T21:30:52.547Z | Compiling bytes v1.7.1 |
1161 | 2024-08-08T21:30:52.653Z | Compiling bitflags v2.6.0 |
1162 | 2024-08-08T21:30:53.093Z | Compiling indexmap v2.3.0 |
1163 | 2024-08-08T21:30:53.328Z | Compiling semver v1.0.23 |
1164 | 2024-08-08T21:30:53.847Z | Compiling tokio v1.38.1 |
1165 | 2024-08-08T21:30:54.062Z | Compiling http v0.2.12 |
1166 | 2024-08-08T21:30:54.103Z | Compiling rustc_version v0.4.0 |
1167 | 2024-08-08T21:30:54.890Z | Compiling heapless v0.7.17 |
1168 | 2024-08-08T21:30:55.076Z | Compiling dof v0.3.0 |
1169 | 2024-08-08T21:30:55.808Z | Compiling http-body v0.4.6 |
1170 | 2024-08-08T21:30:56.270Z | Compiling uuid v1.10.0 |
1171 | 2024-08-08T21:30:56.320Z | Compiling usdt-impl v0.5.0 |
1172 | 2024-08-08T21:30:56.670Z | Compiling serde_tokenstream v0.2.1 |
1173 | 2024-08-08T21:30:57.227Z | Compiling chrono v0.4.38 |
1174 | 2024-08-08T21:30:57.305Z | Compiling toml_datetime v0.6.8 |
1175 | 2024-08-08T21:30:57.569Z | Compiling serde_spanned v0.6.7 |
1176 | 2024-08-08T21:30:57.891Z | Compiling smoltcp v0.9.1 |
1177 | 2024-08-08T21:30:57.897Z | Compiling terminal_size v0.3.0 |
1178 | 2024-08-08T21:30:57.945Z | Compiling addr2line v0.21.0 |
1179 | 2024-08-08T21:30:57.997Z | Compiling postgres-protocol v0.6.7 |
1180 | 2024-08-08T21:30:58.545Z | Compiling publicsuffix v2.2.3 |
1181 | 2024-08-08T21:30:58.636Z | Compiling pkcs8 v0.10.2 |
1182 | 2024-08-08T21:30:58.798Z | Compiling hubpack_derive v0.1.1 |
1183 | 2024-08-08T21:30:59.047Z | Compiling block-padding v0.3.3 |
1184 | 2024-08-08T21:30:59.188Z | Compiling zerocopy-derive v0.6.6 |
1185 | 2024-08-08T21:30:59.283Z | Compiling async-trait v0.1.81 |
1186 | 2024-08-08T21:31:00.380Z | Compiling phf_shared v0.11.2 |
1187 | 2024-08-08T21:31:00.529Z | Compiling serde_derive_internals v0.29.1 |
1188 | 2024-08-08T21:31:00.546Z | Compiling ff v0.13.0 |
1189 | 2024-08-08T21:31:00.758Z | Compiling object v0.32.2 |
1190 | 2024-08-08T21:31:00.761Z | Compiling fs-err v2.11.0 |
1191 | 2024-08-08T21:31:00.947Z | Compiling schemars v0.8.21 |
1192 | 2024-08-08T21:31:01.038Z | Compiling ipnet v2.9.0 |
1193 | 2024-08-08T21:31:01.317Z | Compiling matches v0.1.10 |
1194 | 2024-08-08T21:31:01.408Z | Compiling winnow v0.5.40 |
1195 | 2024-08-08T21:31:01.925Z | Compiling tokio-util v0.7.11 |
1196 | 2024-08-08T21:31:02.018Z | Compiling tokio-rustls v0.24.1 |
1197 | 2024-08-08T21:31:02.306Z | Compiling tokio-native-tls v0.3.1 |
1198 | 2024-08-08T21:31:02.469Z | Compiling rustc-demangle v0.1.24 |
1199 | 2024-08-08T21:31:02.590Z | Compiling base64 v0.21.7 |
1200 | 2024-08-08T21:31:03.272Z | Compiling h2 v0.3.26 |
1201 | 2024-08-08T21:31:03.357Z | Compiling bitflags v1.3.2 |
1202 | 2024-08-08T21:31:03.375Z | Compiling base16ct v0.2.0 |
1203 | 2024-08-08T21:31:03.448Z | Compiling anyhow v1.0.86 |
1204 | 2024-08-08T21:31:03.467Z | Compiling managed v0.8.0 |
1205 | 2024-08-08T21:31:03.695Z | Compiling either v1.13.0 |
1206 | 2024-08-08T21:31:03.889Z | Compiling bit-vec v0.6.3 |
1207 | 2024-08-08T21:31:03.963Z | Compiling regex-automata v0.1.10 |
1208 | 2024-08-08T21:31:04.263Z | Compiling clap_builder v4.5.13 |
1209 | 2024-08-08T21:31:04.352Z | Compiling bstr v0.2.17 |
1210 | 2024-08-08T21:31:04.435Z | Compiling sec1 v0.7.3 |
1211 | 2024-08-08T21:31:04.980Z | Compiling toml_edit v0.19.15 |
1212 | 2024-08-08T21:31:05.359Z | Compiling schemars_derive v0.8.21 |
1213 | 2024-08-08T21:31:05.847Z | Compiling rustls-pemfile v1.0.4 |
1214 | 2024-08-08T21:31:06.276Z | Compiling idna v0.2.3 |
1215 | 2024-08-08T21:31:06.297Z | Compiling zerocopy v0.6.6 |
1216 | 2024-08-08T21:31:07.887Z | Compiling group v0.13.0 |
1217 | 2024-08-08T21:31:08.110Z | Compiling phf v0.11.2 |
1218 | 2024-08-08T21:31:08.208Z | Compiling signal-hook-mio v0.2.3 |
1219 | 2024-08-08T21:31:08.366Z | Compiling cookie_store v0.20.0 |
1220 | 2024-08-08T21:31:08.401Z | Compiling hubpack v0.1.2 |
1221 | 2024-08-08T21:31:08.738Z | Compiling postgres-types v0.2.7 |
1222 | 2024-08-08T21:31:08.838Z | Compiling inout v0.1.3 |
1223 | 2024-08-08T21:31:09.092Z | Compiling usdt-macro v0.5.0 |
1224 | 2024-08-08T21:31:09.384Z | Compiling usdt-attr-macro v0.5.0 |
1225 | 2024-08-08T21:31:09.879Z | Compiling serde_urlencoded v0.7.1 |
1226 | 2024-08-08T21:31:10.249Z | Compiling hyper v0.14.30 |
1227 | 2024-08-08T21:31:10.416Z | Compiling regex v1.10.6 |
1228 | 2024-08-08T21:31:10.599Z | Compiling num-bigint v0.4.5 |
1229 | 2024-08-08T21:31:10.808Z | Compiling futures-executor v0.3.30 |
1230 | 2024-08-08T21:31:11.069Z | Compiling enum-as-inner v0.5.1 |
1231 | 2024-08-08T21:31:11.357Z | Compiling hkdf v0.12.4 |
1232 | 2024-08-08T21:31:11.517Z | Compiling crypto-bigint v0.5.5 |
1233 | 2024-08-08T21:31:11.609Z | Compiling serde_repr v0.1.19 |
1234 | 2024-08-08T21:31:12.123Z | Compiling clap_derive v4.5.13 |
1235 | 2024-08-08T21:31:12.783Z | Compiling strum_macros v0.25.3 |
1236 | 2024-08-08T21:31:12.844Z | Compiling phf_shared v0.10.0 |
1237 | 2024-08-08T21:31:13.261Z | Compiling float-cmp v0.9.0 |
1238 | 2024-08-08T21:31:13.481Z | Compiling encoding_rs v0.8.34 |
1239 | 2024-08-08T21:31:13.498Z | Compiling dyn-clone v1.0.17 |
1240 | 2024-08-08T21:31:13.702Z | Compiling normalize-line-endings v0.3.0 |
1241 | 2024-08-08T21:31:13.821Z | Compiling precomputed-hash v0.1.1 |
1242 | 2024-08-08T21:31:13.938Z | Compiling unicode-segmentation v1.11.0 |
1243 | 2024-08-08T21:31:13.992Z | Compiling sync_wrapper v0.1.2 |
1244 | 2024-08-08T21:31:14.124Z | Compiling minimal-lexical v0.2.1 |
1245 | 2024-08-08T21:31:14.649Z | Compiling static_assertions v1.1.0 |
1246 | 2024-08-08T21:31:14.745Z | Compiling fixedbitset v0.4.2 |
1247 | 2024-08-08T21:31:14.763Z | Compiling difflib v0.4.0 |
1248 | 2024-08-08T21:31:15.225Z | Compiling webpki-roots v0.25.4 |
1249 | 2024-08-08T21:31:15.394Z | Compiling new_debug_unreachable v1.0.6 |
1250 | 2024-08-08T21:31:15.487Z | Compiling whoami v1.5.1 |
1251 | 2024-08-08T21:31:16.149Z | Compiling data-encoding v2.6.0 |
1252 | 2024-08-08T21:31:16.380Z | Compiling mime v0.3.17 |
1253 | 2024-08-08T21:31:16.802Z | Compiling predicates-core v1.0.6 |
1254 | 2024-08-08T21:31:17.036Z | Compiling predicates v3.1.2 |
1255 | 2024-08-08T21:31:17.092Z | Compiling hyper-tls v0.5.0 |
1256 | 2024-08-08T21:31:17.147Z | Compiling hyper-rustls v0.24.2 |
1257 | 2024-08-08T21:31:17.465Z | Compiling reqwest v0.11.27 |
1258 | 2024-08-08T21:31:17.502Z | Compiling clap v4.5.13 |
1259 | 2024-08-08T21:31:17.619Z | Compiling trust-dns-proto v0.22.0 |
1260 | 2024-08-08T21:31:17.739Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1261 | 2024-08-08T21:31:17.844Z | Compiling tokio-postgres v0.7.11 |
1262 | 2024-08-08T21:31:18.634Z | Compiling string_cache v0.8.7 |
1263 | 2024-08-08T21:31:18.780Z | Compiling petgraph v0.6.5 |
1264 | 2024-08-08T21:31:19.109Z | Compiling toml_edit v0.22.20 |
1265 | 2024-08-08T21:31:20.234Z | Compiling console v0.15.8 |
1266 | 2024-08-08T21:31:21.612Z | Compiling elliptic-curve v0.13.8 |
1267 | 2024-08-08T21:31:21.738Z | Compiling similar v2.5.0 |
1268 | 2024-08-08T21:31:22.442Z | Compiling nom v7.1.3 |
1269 | 2024-08-08T21:31:22.732Z | Compiling yasna v0.5.2 |
1270 | 2024-08-08T21:31:24.069Z | Compiling usdt v0.5.0 |
1271 | 2024-08-08T21:31:24.294Z | Compiling futures v0.3.30 |
1272 | 2024-08-08T21:31:24.396Z | Compiling flate2 v1.0.31 |
1273 | 2024-08-08T21:31:24.589Z | Compiling cipher v0.4.4 |
1274 | 2024-08-08T21:31:24.650Z | Compiling crossterm v0.27.0 |
1275 | 2024-08-08T21:31:25.381Z | Compiling toml v0.7.8 |
1276 | 2024-08-08T21:31:26.033Z | Compiling bit-set v0.5.3 |
1277 | 2024-08-08T21:31:26.089Z | Compiling itertools v0.10.5 |
1278 | 2024-08-08T21:31:26.298Z | Compiling itertools v0.12.1 |
1279 | 2024-08-08T21:31:26.797Z | Compiling tokio-stream v0.1.15 |
1280 | 2024-08-08T21:31:27.099Z | Compiling openapiv3 v2.0.0 |
1281 | 2024-08-08T21:31:27.372Z | Compiling hex v0.4.3 |
1282 | 2024-08-08T21:31:27.390Z | Compiling bstr v1.9.1 |
1283 | 2024-08-08T21:31:27.805Z | Compiling num-iter v0.1.45 |
1284 | 2024-08-08T21:31:27.982Z | Compiling crossbeam-epoch v0.9.18 |
1285 | 2024-08-08T21:31:28.003Z | Compiling dirs-sys-next v0.1.2 |
1286 | 2024-08-08T21:31:28.420Z | Compiling unicode-xid v0.2.4 |
1287 | 2024-08-08T21:31:28.586Z | Compiling peg-runtime v0.8.3 |
1288 | 2024-08-08T21:31:28.670Z | Compiling lalrpop-util v0.19.12 |
1289 | 2024-08-08T21:31:28.784Z | Compiling dirs-next v2.0.0 |
1290 | 2024-08-08T21:31:28.925Z | Compiling thread_local v1.1.8 |
1291 | 2024-08-08T21:31:28.971Z | Compiling slog-async v2.8.0 |
1292 | 2024-08-08T21:31:29.017Z | Compiling term v0.7.0 |
1293 | 2024-08-08T21:31:29.179Z | Compiling xattr v1.3.1 |
1294 | 2024-08-08T21:31:29.250Z | Compiling crossbeam-channel v0.5.12 |
1295 | 2024-08-08T21:31:29.404Z | Compiling strum_macros v0.26.4 |
1296 | 2024-08-08T21:31:29.426Z | Compiling filetime v0.2.23 |
1297 | 2024-08-08T21:31:29.481Z | Compiling is-terminal v0.4.12 |
1298 | 2024-08-08T21:31:29.561Z | Compiling take_mut v0.2.2 |
1299 | 2024-08-08T21:31:29.602Z | Compiling slog-term v2.9.1 |
1300 | 2024-08-08T21:31:29.705Z | Compiling tar v0.4.41 |
1301 | 2024-08-08T21:31:29.728Z | Compiling camino v1.1.7 |
1302 | 2024-08-08T21:31:31.686Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1303 | 2024-08-08T21:31:32.500Z | Compiling strum v0.26.3 |
1304 | 2024-08-08T21:31:32.576Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1305 | 2024-08-08T21:31:37.824Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 16s |
1306 | 2024-08-08T21:31:37.955Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1307 | 2024-08-08T21:31:37.998Z | Aug 08 21:31:37.306 INFO Starting download, target: Clickhouse |
1308 | 2024-08-08T21:31:37.998Z | Aug 08 21:31:37.307 INFO Starting download, target: Cockroach |
1309 | 2024-08-08T21:31:37.998Z | Aug 08 21:31:37.307 INFO Starting download, target: Console |
1310 | 2024-08-08T21:31:38.002Z | Aug 08 21:31:37.307 INFO Starting download, target: DendriteOpenapi |
1311 | 2024-08-08T21:31:38.002Z | Aug 08 21:31:37.307 INFO Starting download, target: DendriteStub |
1312 | 2024-08-08T21:31:38.002Z | Aug 08 21:31:37.307 INFO Starting download, target: MaghemiteMgd |
1313 | 2024-08-08T21:31:38.002Z | Aug 08 21:31:37.307 INFO Starting download, target: TransceiverControl |
1314 | 2024-08-08T21:31:38.002Z | Aug 08 21:31:37.307 INFO Downloading out/downloads/dpd-9811438cc91c6ec4e8a8ca12479c920bb25fec81.json (attempt 1/3), target: DendriteOpenapi |
1315 | 2024-08-08T21:31:38.002Z | Aug 08 21:31:37.307 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1316 | 2024-08-08T21:31:38.002Z | Aug 08 21:31:37.307 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1317 | 2024-08-08T21:31:38.002Z | Aug 08 21:31:37.307 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1318 | 2024-08-08T21:31:38.002Z | Aug 08 21:31:37.307 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1319 | 2024-08-08T21:31:38.002Z | Aug 08 21:31:37.308 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1320 | 2024-08-08T21:31:38.002Z | Aug 08 21:31:37.308 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1321 | 2024-08-08T21:31:38.220Z | Aug 08 21:31:37.526 INFO Download complete, target: DendriteOpenapi |
1322 | 2024-08-08T21:31:38.418Z | Aug 08 21:31:37.710 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1323 | 2024-08-08T21:31:38.615Z | Aug 08 21:31:37.914 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1324 | 2024-08-08T21:31:38.993Z | Aug 08 21:31:38.288 INFO Download complete, target: Console |
1325 | 2024-08-08T21:31:39.041Z | Aug 08 21:31:38.349 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1326 | 2024-08-08T21:31:39.086Z | Aug 08 21:31:38.395 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1327 | 2024-08-08T21:31:39.145Z | Aug 08 21:31:38.453 INFO Download complete, target: TransceiverControl |
1328 | 2024-08-08T21:31:39.877Z | Aug 08 21:31:39.186 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1329 | 2024-08-08T21:31:42.015Z | Aug 08 21:31:41.321 INFO Download complete, target: DendriteStub |
1330 | 2024-08-08T21:31:42.177Z | Aug 08 21:31:41.485 INFO Download complete, target: MaghemiteMgd |
1331 | 2024-08-08T21:31:43.507Z | Aug 08 21:31:42.814 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1332 | 2024-08-08T21:31:43.507Z | Aug 08 21:31:42.814 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1333 | 2024-08-08T21:31:51.638Z | Aug 08 21:31:50.945 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1334 | 2024-08-08T21:31:52.022Z | Aug 08 21:31:51.329 INFO Checking that binary works, target: Cockroach |
1335 | 2024-08-08T21:31:52.174Z | Aug 08 21:31:51.481 INFO Download complete, target: Cockroach |
1336 | 2024-08-08T21:31:54.126Z | Aug 08 21:31:53.432 INFO Checking that binary works, target: Clickhouse |
1337 | 2024-08-08T21:31:54.384Z | Aug 08 21:31:53.691 INFO Download complete, target: Clickhouse |
1338 | 2024-08-08T21:31:54.543Z | All builder prerequisites installed successfully, and PATH looks valid |
1339 | 2024-08-08T21:31:54.546Z | |
1340 | 2024-08-08T21:31:54.546Z | real 3:55.704370464 |
1341 | 2024-08-08T21:31:54.546Z | user 10:55.265961872 |
1342 | 2024-08-08T21:31:54.546Z | sys 2:22.160784329 |
1343 | 2024-08-08T21:31:54.546Z | trap 0.378103134 |
1344 | 2024-08-08T21:31:54.546Z | tflt 5.019564167 |
1345 | 2024-08-08T21:31:54.546Z | dflt 7.209528475 |
1346 | 2024-08-08T21:31:54.546Z | kflt 0.173613929 |
1347 | 2024-08-08T21:31:54.546Z | lock 21:21.412866984 |
1348 | 2024-08-08T21:31:54.546Z | slp 43:25.601461863 |
1349 | 2024-08-08T21:31:54.546Z | lat 39.086908693 |
1350 | 2024-08-08T21:31:54.546Z | stop 1:33.253676776 |
1351 | 2024-08-08T21:31:54.546Z | + banner clippy |
1352 | 2024-08-08T21:31:54.547Z | |
1353 | 2024-08-08T21:31:54.547Z | #### # # ##### ##### # # |
1354 | 2024-08-08T21:31:54.547Z | # # # # # # # # # # |
1355 | 2024-08-08T21:31:54.547Z | # # # # # # # # |
1356 | 2024-08-08T21:31:54.547Z | # # # ##### ##### # |
1357 | 2024-08-08T21:31:54.547Z | # # # # # # # |
1358 | 2024-08-08T21:31:54.547Z | #### ###### # # # # |
1359 | 2024-08-08T21:31:54.547Z | |
1360 | 2024-08-08T21:31:54.547Z | + export CARGO_INCREMENTAL=0 |
1361 | 2024-08-08T21:31:54.547Z | + CARGO_INCREMENTAL=0 |
1362 | 2024-08-08T21:31:54.547Z | + ptime -m cargo xtask clippy |
1363 | 2024-08-08T21:31:55.070Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1364 | 2024-08-08T21:31:58.561Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.96s |
1365 | 2024-08-08T21:31:58.621Z | Running `target/debug/xtask clippy` |
1366 | 2024-08-08T21:31:58.639Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1367 | 2024-08-08T21:31:59.307Z | Downloading crates ... |
1368 | 2024-08-08T21:31:59.614Z | Downloaded cbc v0.1.2 |
1369 | 2024-08-08T21:31:59.617Z | Downloaded plotters-svg v0.3.5 |
1370 | 2024-08-08T21:31:59.622Z | Downloaded escape8259 v0.5.2 |
1371 | 2024-08-08T21:31:59.626Z | Downloaded pathdiff v0.2.1 |
1372 | 2024-08-08T21:31:59.626Z | Downloaded dhcproto-macros v0.1.0 |
1373 | 2024-08-08T21:31:59.629Z | Downloaded anes v0.1.6 |
1374 | 2024-08-08T21:31:59.633Z | Downloaded criterion-plot v0.5.0 |
1375 | 2024-08-08T21:31:59.636Z | Downloaded russh-cryptovec v0.7.2 |
1376 | 2024-08-08T21:31:59.636Z | Downloaded tower-layer v0.3.2 |
1377 | 2024-08-08T21:31:59.636Z | Downloaded cast v0.3.0 |
1378 | 2024-08-08T21:31:59.637Z | Downloaded approx v0.5.1 |
1379 | 2024-08-08T21:31:59.640Z | Downloaded md5 v0.7.0 |
1380 | 2024-08-08T21:31:59.640Z | Downloaded bcrypt-pbkdf v0.10.0 |
1381 | 2024-08-08T21:31:59.643Z | Downloaded futures-timer v3.0.3 |
1382 | 2024-08-08T21:31:59.643Z | Downloaded yansi v0.5.1 |
1383 | 2024-08-08T21:31:59.643Z | Downloaded oorandom v11.1.3 |
1384 | 2024-08-08T21:31:59.647Z | Downloaded dirs-sys v0.4.1 |
1385 | 2024-08-08T21:31:59.647Z | Downloaded rfc6979 v0.4.0 |
1386 | 2024-08-08T21:31:59.647Z | Downloaded internet-checksum v0.2.1 |
1387 | 2024-08-08T21:31:59.651Z | Downloaded blowfish v0.9.1 |
1388 | 2024-08-08T21:31:59.651Z | Downloaded pbkdf2 v0.12.2 |
1389 | 2024-08-08T21:31:59.651Z | Downloaded hex-literal v0.4.1 |
1390 | 2024-08-08T21:31:59.651Z | Downloaded ghash v0.5.1 |
1391 | 2024-08-08T21:31:59.654Z | Downloaded target-spec v3.2.1 |
1392 | 2024-08-08T21:31:59.654Z | Downloaded blake2b_simd v1.0.2 |
1393 | 2024-08-08T21:31:59.658Z | Downloaded similar-asserts v1.5.0 |
1394 | 2024-08-08T21:31:59.658Z | Downloaded rust-argon2 v2.1.0 |
1395 | 2024-08-08T21:31:59.661Z | Downloaded doc-comment v0.3.3 |
1396 | 2024-08-08T21:31:59.661Z | Downloaded partial-io v0.5.4 |
1397 | 2024-08-08T21:31:59.666Z | Downloaded httptest v0.15.5 |
1398 | 2024-08-08T21:31:59.666Z | Downloaded rand_core v0.5.1 |
1399 | 2024-08-08T21:31:59.670Z | Downloaded nested v0.1.1 |
1400 | 2024-08-08T21:31:59.670Z | Downloaded hyper-rustls v0.26.0 |
1401 | 2024-08-08T21:31:59.670Z | Downloaded tinytemplate v1.2.1 |
1402 | 2024-08-08T21:31:59.675Z | Downloaded guppy-workspace-hack v0.1.0 |
1403 | 2024-08-08T21:31:59.675Z | Downloaded cfg-expr v0.16.0 |
1404 | 2024-08-08T21:31:59.675Z | Downloaded http-body v1.0.0 |
1405 | 2024-08-08T21:31:59.682Z | Downloaded option-ext v0.2.0 |
1406 | 2024-08-08T21:31:59.682Z | Downloaded ecdsa v0.16.9 |
1407 | 2024-08-08T21:31:59.682Z | Downloaded assert_cmd v2.0.15 |
1408 | 2024-08-08T21:31:59.687Z | Downloaded datatest-stable v0.2.9 |
1409 | 2024-08-08T21:31:59.687Z | Downloaded dirs v5.0.1 |
1410 | 2024-08-08T21:31:59.688Z | Downloaded ctr v0.9.2 |
1411 | 2024-08-08T21:31:59.697Z | Downloaded threadpool v1.8.1 |
1412 | 2024-08-08T21:31:59.701Z | Downloaded ed25519 v2.2.3 |
1413 | 2024-08-08T21:31:59.701Z | Downloaded getrandom v0.1.16 |
1414 | 2024-08-08T21:31:59.710Z | Downloaded rand_chacha v0.2.2 |
1415 | 2024-08-08T21:31:59.710Z | Downloaded plotters-backend v0.3.5 |
1416 | 2024-08-08T21:31:59.713Z | Downloaded relative-path v1.9.3 |
1417 | 2024-08-08T21:31:59.713Z | Downloaded primeorder v0.13.6 |
1418 | 2024-08-08T21:31:59.713Z | Downloaded polyval v0.6.2 |
1419 | 2024-08-08T21:31:59.713Z | Downloaded rstest_macros v0.19.0 |
1420 | 2024-08-08T21:31:59.714Z | Downloaded libtest-mimic v0.7.3 |
1421 | 2024-08-08T21:31:59.716Z | Downloaded p256 v0.13.2 |
1422 | 2024-08-08T21:31:59.719Z | Downloaded rstest v0.19.0 |
1423 | 2024-08-08T21:31:59.735Z | Downloaded pbkdf2 v0.11.0 |
1424 | 2024-08-08T21:31:59.738Z | Downloaded target-lexicon v0.12.16 |
1425 | 2024-08-08T21:31:59.740Z | Downloaded rustls-native-certs v0.7.0 |
1426 | 2024-08-08T21:31:59.743Z | Downloaded pretty_assertions v1.4.0 |
1427 | 2024-08-08T21:31:59.743Z | Downloaded password-hash v0.4.2 |
1428 | 2024-08-08T21:31:59.746Z | Downloaded trybuild v1.0.99 |
1429 | 2024-08-08T21:31:59.749Z | Downloaded russh-keys v0.43.0 |
1430 | 2024-08-08T21:31:59.752Z | Downloaded dhcproto v0.12.0 |
1431 | 2024-08-08T21:31:59.756Z | Downloaded criterion v0.5.1 |
1432 | 2024-08-08T21:31:59.760Z | Downloaded rand_distr v0.4.3 |
1433 | 2024-08-08T21:31:59.764Z | Downloaded hyper-util v0.1.3 |
1434 | 2024-08-08T21:31:59.767Z | Downloaded ed25519-dalek v2.1.1 |
1435 | 2024-08-08T21:31:59.769Z | Downloaded aes v0.8.4 |
1436 | 2024-08-08T21:31:59.773Z | Downloaded tower v0.4.13 |
1437 | 2024-08-08T21:31:59.782Z | Downloaded russh v0.43.0 |
1438 | 2024-08-08T21:31:59.785Z | Downloaded p521 v0.13.3 |
1439 | 2024-08-08T21:31:59.789Z | Downloaded hyper v1.3.1 |
1440 | 2024-08-08T21:31:59.794Z | Downloaded rand v0.7.3 |
1441 | 2024-08-08T21:31:59.799Z | Downloaded plotters v0.3.5 |
1442 | 2024-08-08T21:31:59.806Z | Downloaded guppy v0.17.7 |
1443 | 2024-08-08T21:31:59.812Z | Downloaded fancy-regex v0.13.0 |
1444 | 2024-08-08T21:31:59.815Z | Downloaded aes-gcm v0.10.3 |
1445 | 2024-08-08T21:32:00.423Z | Checking cfg-if v1.0.0 |
1446 | 2024-08-08T21:32:00.486Z | Checking libc v0.2.155 |
1447 | 2024-08-08T21:32:00.503Z | Checking serde v1.0.205 |
1448 | 2024-08-08T21:32:00.516Z | Checking memchr v2.7.2 |
1449 | 2024-08-08T21:32:00.535Z | Checking scopeguard v1.2.0 |
1450 | 2024-08-08T21:32:00.535Z | Checking log v0.4.21 |
1451 | 2024-08-08T21:32:00.566Z | Checking itoa v1.0.11 |
1452 | 2024-08-08T21:32:00.586Z | Checking byteorder v1.5.0 |
1453 | 2024-08-08T21:32:00.607Z | Checking smallvec v1.13.2 |
1454 | 2024-08-08T21:32:00.685Z | Checking lock_api v0.4.12 |
1455 | 2024-08-08T21:32:00.768Z | Checking once_cell v1.19.0 |
1456 | 2024-08-08T21:32:00.802Z | Checking pin-project-lite v0.2.14 |
1457 | 2024-08-08T21:32:00.928Z | Checking zeroize v1.7.0 |
1458 | 2024-08-08T21:32:00.954Z | Checking libm v0.2.8 |
1459 | 2024-08-08T21:32:01.039Z | Checking ryu v1.0.18 |
1460 | 2024-08-08T21:32:01.094Z | Checking spin v0.9.8 |
1461 | 2024-08-08T21:32:01.123Z | Checking typenum v1.17.0 |
1462 | 2024-08-08T21:32:01.240Z | Checking futures-core v0.3.30 |
1463 | 2024-08-08T21:32:01.278Z | Checking thiserror v1.0.63 |
1464 | 2024-08-08T21:32:01.414Z | Checking zerocopy v0.7.34 |
1465 | 2024-08-08T21:32:01.441Z | Checking subtle v2.5.0 |
1466 | 2024-08-08T21:32:01.466Z | Checking futures-sink v0.3.30 |
1467 | 2024-08-08T21:32:01.492Z | Checking slab v0.4.9 |
1468 | 2024-08-08T21:32:01.606Z | Checking getrandom v0.2.14 |
1469 | 2024-08-08T21:32:01.630Z | Checking parking_lot_core v0.9.10 |
1470 | 2024-08-08T21:32:01.694Z | Checking signal-hook-registry v1.4.2 |
1471 | 2024-08-08T21:32:01.746Z | Checking mio v0.8.11 |
1472 | 2024-08-08T21:32:01.848Z | Checking rand_core v0.6.4 |
1473 | 2024-08-08T21:32:01.934Z | Checking num_cpus v1.16.0 |
1474 | 2024-08-08T21:32:01.956Z | Checking parking_lot v0.12.2 |
1475 | 2024-08-08T21:32:01.962Z | Checking num-traits v0.2.19 |
1476 | 2024-08-08T21:32:02.040Z | Checking socket2 v0.5.7 |
1477 | 2024-08-08T21:32:02.146Z | Checking futures-channel v0.3.30 |
1478 | 2024-08-08T21:32:02.296Z | Checking futures-io v0.3.30 |
1479 | 2024-08-08T21:32:02.369Z | Checking generic-array v0.14.7 |
1480 | 2024-08-08T21:32:02.391Z | Checking pin-utils v0.1.0 |
1481 | 2024-08-08T21:32:02.476Z | Checking futures-task v0.3.30 |
1482 | 2024-08-08T21:32:02.504Z | Checking const-oid v0.9.6 |
1483 | 2024-08-08T21:32:02.529Z | Checking allocator-api2 v0.2.18 |
1484 | 2024-08-08T21:32:02.557Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1485 | 2024-08-08T21:32:02.699Z | Checking futures-util v0.3.30 |
1486 | 2024-08-08T21:32:02.805Z | Checking ahash v0.8.11 |
1487 | 2024-08-08T21:32:02.878Z | Checking fnv v1.0.7 |
1488 | 2024-08-08T21:32:03.047Z | Checking iana-time-zone v0.1.60 |
1489 | 2024-08-08T21:32:03.161Z | Checking equivalent v1.0.1 |
1490 | 2024-08-08T21:32:03.210Z | Checking ppv-lite86 v0.2.17 |
1491 | 2024-08-08T21:32:03.275Z | Checking tinyvec_macros v0.1.1 |
1492 | 2024-08-08T21:32:03.365Z | Checking tinyvec v1.6.0 |
1493 | 2024-08-08T21:32:03.387Z | Checking hashbrown v0.14.5 |
1494 | 2024-08-08T21:32:03.522Z | Checking crypto-common v0.1.6 |
1495 | 2024-08-08T21:32:03.664Z | Checking block-buffer v0.10.4 |
1496 | 2024-08-08T21:32:03.702Z | Checking cpufeatures v0.2.12 |
1497 | 2024-08-08T21:32:03.803Z | Checking lazy_static v1.5.0 |
1498 | 2024-08-08T21:32:03.874Z | Checking unicode-bidi v0.3.15 |
1499 | 2024-08-08T21:32:03.899Z | Checking rand_chacha v0.3.1 |
1500 | 2024-08-08T21:32:03.931Z | Checking tracing-core v0.1.32 |
1501 | 2024-08-08T21:32:04.300Z | Checking rand v0.8.5 |
1502 | 2024-08-08T21:32:04.323Z | Checking digest v0.10.7 |
1503 | 2024-08-08T21:32:04.522Z | Checking dyn-clone v1.0.17 |
1504 | 2024-08-08T21:32:04.543Z | Checking percent-encoding v2.3.1 |
1505 | 2024-08-08T21:32:04.596Z | Checking tracing v0.1.40 |
1506 | 2024-08-08T21:32:04.659Z | Checking unicode-normalization v0.1.23 |
1507 | 2024-08-08T21:32:04.677Z | Checking regex-syntax v0.8.3 |
1508 | 2024-08-08T21:32:04.699Z | Checking errno v0.3.9 |
1509 | 2024-08-08T21:32:04.731Z | Checking aho-corasick v1.1.3 |
1510 | 2024-08-08T21:32:04.861Z | Checking unicode-ident v1.0.12 |
1511 | 2024-08-08T21:32:04.931Z | Checking form_urlencoded v1.2.1 |
1512 | 2024-08-08T21:32:05.018Z | Checking unicode-width v0.1.13 |
1513 | 2024-08-08T21:32:05.134Z | Checking powerfmt v0.2.0 |
1514 | 2024-08-08T21:32:05.218Z | Checking num-conv v0.1.0 |
1515 | 2024-08-08T21:32:05.403Z | Checking deranged v0.3.11 |
1516 | 2024-08-08T21:32:05.453Z | Checking time-core v0.1.2 |
1517 | 2024-08-08T21:32:05.505Z | Checking num_threads v0.1.7 |
1518 | 2024-08-08T21:32:05.530Z | Checking proc-macro2 v1.0.86 |
1519 | 2024-08-08T21:32:05.551Z | Checking bytes v1.7.1 |
1520 | 2024-08-08T21:32:05.621Z | Checking bitflags v2.6.0 |
1521 | 2024-08-08T21:32:05.634Z | Checking serde_json v1.0.122 |
1522 | 2024-08-08T21:32:05.906Z | Checking chrono v0.4.38 |
1523 | 2024-08-08T21:32:06.279Z | Checking uuid v1.10.0 |
1524 | 2024-08-08T21:32:06.434Z | Checking tokio v1.38.1 |
1525 | 2024-08-08T21:32:06.549Z | Checking indexmap v2.3.0 |
1526 | 2024-08-08T21:32:06.832Z | Checking rustix v0.38.34 |
1527 | 2024-08-08T21:32:07.202Z | Checking time v0.3.36 |
1528 | 2024-08-08T21:32:07.285Z | Checking httparse v1.8.0 |
1529 | 2024-08-08T21:32:07.633Z | Checking adler v1.0.2 |
1530 | 2024-08-08T21:32:07.689Z | Checking http v0.2.12 |
1531 | 2024-08-08T21:32:07.716Z | Checking quote v1.0.36 |
1532 | 2024-08-08T21:32:07.793Z | Checking miniz_oxide v0.7.2 |
1533 | 2024-08-08T21:32:07.858Z | Checking regex-automata v0.4.6 |
1534 | 2024-08-08T21:32:07.910Z | Checking schemars v0.8.21 |
1535 | 2024-08-08T21:32:08.052Z | Checking idna v0.5.0 |
1536 | 2024-08-08T21:32:08.552Z | Checking syn v2.0.72 |
1537 | 2024-08-08T21:32:08.877Z | Checking untrusted v0.9.0 |
1538 | 2024-08-08T21:32:08.932Z | Checking url v2.5.2 |
1539 | 2024-08-08T21:32:09.010Z | Checking try-lock v0.2.5 |
1540 | 2024-08-08T21:32:09.038Z | Checking ring v0.17.8 |
1541 | 2024-08-08T21:32:09.147Z | Checking base64ct v1.6.0 |
1542 | 2024-08-08T21:32:09.530Z | Checking want v0.3.1 |
1543 | 2024-08-08T21:32:09.602Z | Checking slog v2.7.0 |
1544 | 2024-08-08T21:32:09.629Z | Checking tower-service v0.3.2 |
1545 | 2024-08-08T21:32:09.701Z | Checking futures-executor v0.3.30 |
1546 | 2024-08-08T21:32:09.705Z | Checking gimli v0.28.1 |
1547 | 2024-08-08T21:32:09.742Z | Checking object v0.32.2 |
1548 | 2024-08-08T21:32:09.932Z | Checking rustc-demangle v0.1.24 |
1549 | 2024-08-08T21:32:10.085Z | Checking base64 v0.21.7 |
1550 | 2024-08-08T21:32:10.347Z | Checking httpdate v1.0.3 |
1551 | 2024-08-08T21:32:10.574Z | Checking utf8parse v0.2.1 |
1552 | 2024-08-08T21:32:10.600Z | Checking futures v0.3.30 |
1553 | 2024-08-08T21:32:10.721Z | Checking http-body v0.4.6 |
1554 | 2024-08-08T21:32:10.724Z | Checking openssl-probe v0.1.5 |
1555 | 2024-08-08T21:32:10.842Z | Checking foreign-types-shared v0.1.1 |
1556 | 2024-08-08T21:32:10.883Z | Checking pem-rfc7468 v0.7.0 |
1557 | 2024-08-08T21:32:10.955Z | Checking foreign-types v0.3.2 |
1558 | 2024-08-08T21:32:11.064Z | Checking openssl-sys v0.9.103 |
1559 | 2024-08-08T21:32:11.126Z | Checking mime v0.3.17 |
1560 | 2024-08-08T21:32:11.179Z | Checking flagset v0.4.5 |
1561 | 2024-08-08T21:32:11.365Z | Checking anstyle v1.0.8 |
1562 | 2024-08-08T21:32:11.460Z | Checking ipnet v2.9.0 |
1563 | 2024-08-08T21:32:11.767Z | Checking der v0.7.9 |
1564 | 2024-08-08T21:32:11.939Z | Checking semver v1.0.23 |
1565 | 2024-08-08T21:32:12.367Z | Checking either v1.13.0 |
1566 | 2024-08-08T21:32:12.386Z | Checking openssl v0.10.66 |
1567 | 2024-08-08T21:32:12.409Z | Checking regex v1.10.6 |
1568 | 2024-08-08T21:32:12.749Z | Checking sct v0.7.1 |
1569 | 2024-08-08T21:32:12.950Z | Checking rustls-webpki v0.101.7 |
1570 | 2024-08-08T21:32:13.020Z | Checking toml_datetime v0.6.8 |
1571 | 2024-08-08T21:32:13.263Z | Checking tokio-util v0.7.11 |
1572 | 2024-08-08T21:32:13.308Z | Checking serde_spanned v0.6.7 |
1573 | 2024-08-08T21:32:13.504Z | Checking crossbeam-utils v0.8.19 |
1574 | 2024-08-08T21:32:13.507Z | Checking spki v0.7.3 |
1575 | 2024-08-08T21:32:13.543Z | Checking addr2line v0.21.0 |
1576 | 2024-08-08T21:32:13.682Z | Checking data-encoding v2.6.0 |
1577 | 2024-08-08T21:32:13.800Z | Checking rustls v0.21.12 |
1578 | 2024-08-08T21:32:14.031Z | Checking anstyle-parse v0.2.4 |
1579 | 2024-08-08T21:32:14.101Z | Checking h2 v0.3.26 |
1580 | 2024-08-08T21:32:14.214Z | Checking serde_urlencoded v0.7.1 |
1581 | 2024-08-08T21:32:14.313Z | Checking idna v0.3.0 |
1582 | 2024-08-08T21:32:14.335Z | Checking scroll v0.12.0 |
1583 | 2024-08-08T21:32:14.645Z | Checking encoding_rs v0.8.34 |
1584 | 2024-08-08T21:32:14.835Z | Checking colorchoice v1.0.1 |
1585 | 2024-08-08T21:32:14.965Z | Checking plain v0.2.3 |
1586 | 2024-08-08T21:32:14.987Z | Checking anstyle-query v1.0.3 |
1587 | 2024-08-08T21:32:15.107Z | Checking psl-types v2.0.11 |
1588 | 2024-08-08T21:32:15.129Z | Checking is_terminal_polyfill v1.70.0 |
1589 | 2024-08-08T21:32:15.160Z | Checking ucd-trie v0.1.6 |
1590 | 2024-08-08T21:32:15.243Z | Checking bitflags v1.3.2 |
1591 | 2024-08-08T21:32:15.285Z | Checking publicsuffix v2.2.3 |
1592 | 2024-08-08T21:32:15.355Z | Checking anstream v0.6.14 |
1593 | 2024-08-08T21:32:15.378Z | Checking pest v2.7.10 |
1594 | 2024-08-08T21:32:15.507Z | Checking goblin v0.8.2 |
1595 | 2024-08-08T21:32:15.682Z | Checking backtrace v0.3.71 |
1596 | 2024-08-08T21:32:15.747Z | Checking pkcs8 v0.10.2 |
1597 | 2024-08-08T21:32:16.018Z | Checking cookie v0.17.0 |
1598 | 2024-08-08T21:32:16.292Z | Checking anyhow v1.0.86 |
1599 | 2024-08-08T21:32:16.448Z | Checking terminal_size v0.3.0 |
1600 | 2024-08-08T21:32:16.611Z | Checking hmac v0.12.1 |
1601 | 2024-08-08T21:32:16.689Z | Checking sha2 v0.10.8 |
1602 | 2024-08-08T21:32:16.841Z | Checking pretty-hex v0.4.1 |
1603 | 2024-08-08T21:32:16.891Z | Checking tokio-rustls v0.24.1 |
1604 | 2024-08-08T21:32:17.000Z | Checking strsim v0.11.1 |
1605 | 2024-08-08T21:32:17.022Z | Checking clap_lex v0.7.0 |
1606 | 2024-08-08T21:32:17.252Z | Checking cookie_store v0.20.0 |
1607 | 2024-08-08T21:32:17.272Z | Checking rustls-pemfile v1.0.4 |
1608 | 2024-08-08T21:32:17.292Z | Checking num-integer v0.1.46 |
1609 | 2024-08-08T21:32:17.309Z | Checking clap_builder v4.5.13 |
1610 | 2024-08-08T21:32:17.461Z | Checking thread-id v4.2.1 |
1611 | 2024-08-08T21:32:17.570Z | Checking sync_wrapper v0.1.2 |
1612 | 2024-08-08T21:32:17.652Z | Checking native-tls v0.2.11 |
1613 | 2024-08-08T21:32:17.693Z | Checking webpki-roots v0.25.4 |
1614 | 2024-08-08T21:32:17.774Z | Checking openapiv3 v2.0.0 |
1615 | 2024-08-08T21:32:17.812Z | Checking dtrace-parser v0.2.0 |
1616 | 2024-08-08T21:32:17.839Z | Checking block-padding v0.3.3 |
1617 | 2024-08-08T21:32:17.861Z | Checking memmap v0.7.0 |
1618 | 2024-08-08T21:32:17.971Z | Checking tokio-native-tls v0.3.1 |
1619 | 2024-08-08T21:32:18.043Z | Checking base64 v0.22.1 |
1620 | 2024-08-08T21:32:18.072Z | Checking inout v0.1.3 |
1621 | 2024-08-08T21:32:18.222Z | Checking stable_deref_trait v1.2.0 |
1622 | 2024-08-08T21:32:18.270Z | Checking ff v0.13.0 |
1623 | 2024-08-08T21:32:18.306Z | Checking cipher v0.4.4 |
1624 | 2024-08-08T21:32:18.329Z | Checking crc32fast v1.4.0 |
1625 | 2024-08-08T21:32:18.489Z | Checking bit-vec v0.6.3 |
1626 | 2024-08-08T21:32:18.516Z | Checking base16ct v0.2.0 |
1627 | 2024-08-08T21:32:18.572Z | Checking group v0.13.0 |
1628 | 2024-08-08T21:32:18.706Z | Checking hkdf v0.12.4 |
1629 | 2024-08-08T21:32:18.728Z | Checking sec1 v0.7.3 |
1630 | 2024-08-08T21:32:18.820Z | Checking crossbeam-epoch v0.9.18 |
1631 | 2024-08-08T21:32:18.843Z | Checking hex v0.4.3 |
1632 | 2024-08-08T21:32:18.912Z | Checking crypto-bigint v0.5.5 |
1633 | 2024-08-08T21:32:19.122Z | Checking managed v0.8.0 |
1634 | 2024-08-08T21:32:19.263Z | Checking winnow v0.6.18 |
1635 | 2024-08-08T21:32:19.368Z | Checking unicode-segmentation v1.11.0 |
1636 | 2024-08-08T21:32:19.485Z | Checking winnow v0.5.40 |
1637 | 2024-08-08T21:32:20.006Z | Checking zerocopy v0.6.6 |
1638 | 2024-08-08T21:32:20.293Z | Checking hyper v0.14.30 |
1639 | 2024-08-08T21:32:20.361Z | Checking clap v4.5.13 |
1640 | 2024-08-08T21:32:20.488Z | Checking flate2 v1.0.31 |
1641 | 2024-08-08T21:32:20.510Z | Checking dof v0.3.0 |
1642 | 2024-08-08T21:32:20.790Z | Checking num-iter v0.1.45 |
1643 | 2024-08-08T21:32:20.971Z | Checking signal-hook v0.3.17 |
1644 | 2024-08-08T21:32:21.142Z | Checking siphasher v0.3.11 |
1645 | 2024-08-08T21:32:21.163Z | Checking usdt-impl v0.5.0 |
1646 | 2024-08-08T21:32:21.303Z | Checking matches v0.1.10 |
1647 | 2024-08-08T21:32:21.338Z | Checking static_assertions v1.1.0 |
1648 | 2024-08-08T21:32:21.401Z | Checking idna v0.2.3 |
1649 | 2024-08-08T21:32:21.430Z | Checking itertools v0.10.5 |
1650 | 2024-08-08T21:32:21.433Z | Checking regex-automata v0.1.10 |
1651 | 2024-08-08T21:32:21.689Z | Checking usdt v0.5.0 |
1652 | 2024-08-08T21:32:21.717Z | Checking elliptic-curve v0.13.8 |
1653 | 2024-08-08T21:32:21.840Z | Checking bstr v0.2.17 |
1654 | 2024-08-08T21:32:21.933Z | Checking signal-hook-mio v0.2.3 |
1655 | 2024-08-08T21:32:22.082Z | Checking bit-set v0.5.3 |
1656 | 2024-08-08T21:32:22.197Z | Checking toml_edit v0.22.20 |
1657 | 2024-08-08T21:32:22.219Z | Checking trust-dns-proto v0.22.0 |
1658 | 2024-08-08T21:32:22.347Z | Checking num-bigint v0.4.5 |
1659 | 2024-08-08T21:32:22.349Z | Checking itertools v0.12.1 |
1660 | 2024-08-08T21:32:22.526Z | Checking toml_edit v0.19.15 |
1661 | 2024-08-08T21:32:22.662Z | Checking hash32 v0.2.1 |
1662 | 2024-08-08T21:32:22.994Z | Checking predicates-core v1.0.6 |
1663 | 2024-08-08T21:32:23.185Z | Checking finl_unicode v1.2.0 |
1664 | 2024-08-08T21:32:23.784Z | Checking stringprep v0.1.4 |
1665 | 2024-08-08T21:32:23.787Z | Checking heapless v0.7.17 |
1666 | 2024-08-08T21:32:24.068Z | Checking crossterm v0.27.0 |
1667 | 2024-08-08T21:32:24.791Z | Checking bstr v1.9.1 |
1668 | 2024-08-08T21:32:24.818Z | Checking yasna v0.5.2 |
1669 | 2024-08-08T21:32:24.899Z | Checking console v0.15.8 |
1670 | 2024-08-08T21:32:24.921Z | Checking md-5 v0.10.6 |
1671 | 2024-08-08T21:32:24.944Z | Checking toml v0.7.8 |
1672 | 2024-08-08T21:32:25.136Z | Checking float-cmp v0.9.0 |
1673 | 2024-08-08T21:32:25.326Z | Checking fixedbitset v0.4.2 |
1674 | 2024-08-08T21:32:25.459Z | Checking difflib v0.4.0 |
1675 | 2024-08-08T21:32:25.595Z | Checking normalize-line-endings v0.3.0 |
1676 | 2024-08-08T21:32:25.665Z | Checking fallible-iterator v0.2.0 |
1677 | 2024-08-08T21:32:25.706Z | Checking petgraph v0.6.5 |
1678 | 2024-08-08T21:32:25.710Z | Checking smoltcp v0.9.1 |
1679 | 2024-08-08T21:32:25.710Z | Checking similar v2.5.0 |
1680 | 2024-08-08T21:32:25.774Z | Checking predicates v3.1.2 |
1681 | 2024-08-08T21:32:25.797Z | Checking phf_shared v0.10.0 |
1682 | 2024-08-08T21:32:26.089Z | Checking phf_shared v0.11.2 |
1683 | 2024-08-08T21:32:26.162Z | Checking tokio-stream v0.1.15 |
1684 | 2024-08-08T21:32:26.283Z | Checking postgres-protocol v0.6.7 |
1685 | 2024-08-08T21:32:26.368Z | Checking fs-err v2.11.0 |
1686 | 2024-08-08T21:32:26.434Z | Checking hubpack v0.1.2 |
1687 | 2024-08-08T21:32:26.457Z | Checking hyper-tls v0.5.0 |
1688 | 2024-08-08T21:32:26.542Z | Checking hyper-rustls v0.24.2 |
1689 | 2024-08-08T21:32:26.732Z | Checking minimal-lexical v0.2.1 |
1690 | 2024-08-08T21:32:26.750Z | Checking lalrpop-util v0.19.12 |
1691 | 2024-08-08T21:32:26.844Z | Checking reqwest v0.11.27 |
1692 | 2024-08-08T21:32:26.897Z | Checking new_debug_unreachable v1.0.6 |
1693 | 2024-08-08T21:32:26.945Z | Checking precomputed-hash v0.1.1 |
1694 | 2024-08-08T21:32:26.974Z | Checking postgres-types v0.2.7 |
1695 | 2024-08-08T21:32:27.005Z | Checking phf v0.11.2 |
1696 | 2024-08-08T21:32:27.054Z | Checking string_cache v0.8.7 |
1697 | 2024-08-08T21:32:27.057Z | Checking peg-runtime v0.8.3 |
1698 | 2024-08-08T21:32:27.128Z | Checking nom v7.1.3 |
1699 | 2024-08-08T21:32:27.174Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1700 | 2024-08-08T21:32:27.274Z | Checking whoami v1.5.1 |
1701 | 2024-08-08T21:32:27.374Z | Compiling regress v0.9.1 |
1702 | 2024-08-08T21:32:27.429Z | Compiling getopts v0.2.21 |
1703 | 2024-08-08T21:32:27.584Z | Compiling unsafe-libyaml v0.2.11 |
1704 | 2024-08-08T21:32:27.664Z | Checking tokio-postgres v0.7.11 |
1705 | 2024-08-08T21:32:28.365Z | Checking heck v0.5.0 |
1706 | 2024-08-08T21:32:28.429Z | Checking camino v1.1.7 |
1707 | 2024-08-08T21:32:28.942Z | Compiling serde_yaml v0.9.34+deprecated |
1708 | 2024-08-08T21:32:29.031Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1709 | 2024-08-08T21:32:29.373Z | Checking is-terminal v0.4.12 |
1710 | 2024-08-08T21:32:29.502Z | Compiling ident_case v1.0.1 |
1711 | 2024-08-08T21:32:29.677Z | Compiling darling_core v0.20.9 |
1712 | 2024-08-08T21:32:29.922Z | Compiling paste v1.0.15 |
1713 | 2024-08-08T21:32:30.051Z | Checking sha1 v0.10.6 |
1714 | 2024-08-08T21:32:30.343Z | Compiling rustls v0.22.4 |
1715 | 2024-08-08T21:32:30.571Z | Checking http v1.1.0 |
1716 | 2024-08-08T21:32:30.655Z | Checking dirs-sys-next v0.1.2 |
1717 | 2024-08-08T21:32:30.839Z | Checking dirs-next v2.0.0 |
1718 | 2024-08-08T21:32:30.984Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1719 | 2024-08-08T21:32:31.768Z | Checking strum v0.26.3 |
1720 | 2024-08-08T21:32:31.927Z | Checking crossbeam-channel v0.5.12 |
1721 | 2024-08-08T21:32:31.949Z | Checking thread_local v1.1.8 |
1722 | 2024-08-08T21:32:32.445Z | Checking term v0.7.0 |
1723 | 2024-08-08T21:32:32.459Z | Compiling multer v3.1.0 |
1724 | 2024-08-08T21:32:32.459Z | Checking take_mut v0.2.2 |
1725 | 2024-08-08T21:32:32.537Z | Compiling async-stream-impl v0.3.5 |
1726 | 2024-08-08T21:32:32.664Z | Checking slog-term v2.9.1 |
1727 | 2024-08-08T21:32:32.684Z | Checking slog-async v2.8.0 |
1728 | 2024-08-08T21:32:32.774Z | Checking rustls-pki-types v1.7.0 |
1729 | 2024-08-08T21:32:32.971Z | Checking match_cfg v0.1.0 |
1730 | 2024-08-08T21:32:33.070Z | Checking hostname v0.3.1 |
1731 | 2024-08-08T21:32:33.157Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1732 | 2024-08-08T21:32:33.195Z | Checking toml v0.8.19 |
1733 | 2024-08-08T21:32:33.218Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1734 | 2024-08-08T21:32:33.242Z | Checking rustls-webpki v0.102.4 |
1735 | 2024-08-08T21:32:33.536Z | Checking rustls-pemfile v2.1.3 |
1736 | 2024-08-08T21:32:33.806Z | Checking debug-ignore v1.0.5 |
1737 | 2024-08-08T21:32:33.914Z | Checking slog-json v2.6.1 |
1738 | 2024-08-08T21:32:33.949Z | Checking ipnetwork v0.20.0 |
1739 | 2024-08-08T21:32:33.973Z | Checking instant v0.1.12 |
1740 | 2024-08-08T21:32:34.089Z | Checking atomic-waker v1.1.2 |
1741 | 2024-08-08T21:32:34.156Z | Checking slog-bunyan v2.5.0 |
1742 | 2024-08-08T21:32:34.221Z | Checking waitgroup v0.1.2 |
1743 | 2024-08-08T21:32:34.299Z | Checking async-stream v0.3.5 |
1744 | 2024-08-08T21:32:34.324Z | Checking serde_path_to_error v0.1.16 |
1745 | 2024-08-08T21:32:34.360Z | Checking hostname v0.4.0 |
1746 | 2024-08-08T21:32:34.492Z | Checking fastrand v2.1.0 |
1747 | 2024-08-08T21:32:34.512Z | Compiling structmeta-derive v0.3.0 |
1748 | 2024-08-08T21:32:34.715Z | Checking quick-error v1.2.3 |
1749 | 2024-08-08T21:32:34.828Z | Checking tempfile v3.10.1 |
1750 | 2024-08-08T21:32:34.858Z | Checking newtype-uuid v1.1.0 |
1751 | 2024-08-08T21:32:34.938Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1752 | 2024-08-08T21:32:35.099Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1753 | 2024-08-08T21:32:35.177Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1754 | 2024-08-08T21:32:35.481Z | Checking macaddr v1.0.1 |
1755 | 2024-08-08T21:32:35.699Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1756 | 2024-08-08T21:32:35.826Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1757 | 2024-08-08T21:32:35.851Z | Checking backoff v0.4.0 |
1758 | 2024-08-08T21:32:35.911Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1759 | 2024-08-08T21:32:36.093Z | Checking wait-timeout v0.2.0 |
1760 | 2024-08-08T21:32:36.155Z | Checking rand_xorshift v0.3.0 |
1761 | 2024-08-08T21:32:36.222Z | Compiling structmeta-derive v0.2.0 |
1762 | 2024-08-08T21:32:36.267Z | Checking rusty-fork v0.3.0 |
1763 | 2024-08-08T21:32:36.333Z | Checking unarray v0.1.4 |
1764 | 2024-08-08T21:32:36.494Z | Compiling proc-macro-error v1.0.4 |
1765 | 2024-08-08T21:32:36.562Z | Checking proptest v1.5.0 |
1766 | 2024-08-08T21:32:36.565Z | Compiling darling_macro v0.20.9 |
1767 | 2024-08-08T21:32:37.185Z | Checking camino-tempfile v1.1.1 |
1768 | 2024-08-08T21:32:37.226Z | Compiling proc-macro-crate v1.3.1 |
1769 | 2024-08-08T21:32:37.453Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1770 | 2024-08-08T21:32:37.475Z | Compiling structmeta v0.3.0 |
1771 | 2024-08-08T21:32:37.492Z | Compiling darling v0.20.9 |
1772 | 2024-08-08T21:32:37.614Z | Compiling serde_with_macros v3.8.3 |
1773 | 2024-08-08T21:32:37.749Z | Checking tokio-rustls v0.25.0 |
1774 | 2024-08-08T21:32:37.827Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1775 | 2024-08-08T21:32:37.901Z | Compiling parse-display-derive v0.9.1 |
1776 | 2024-08-08T21:32:38.175Z | Compiling foreign-types-macros v0.2.3 |
1777 | 2024-08-08T21:32:38.297Z | Compiling num_enum_derive v0.5.11 |
1778 | 2024-08-08T21:32:39.058Z | Compiling structmeta v0.2.0 |
1779 | 2024-08-08T21:32:39.486Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1780 | 2024-08-08T21:32:39.507Z | Compiling test-strategy v0.3.1 |
1781 | 2024-08-08T21:32:39.791Z | Checking foreign-types-shared v0.3.1 |
1782 | 2024-08-08T21:32:39.911Z | Checking foreign-types v0.5.0 |
1783 | 2024-08-08T21:32:40.392Z | Checking cstr-argument v0.1.2 |
1784 | 2024-08-08T21:32:40.569Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1785 | 2024-08-08T21:32:40.591Z | Checking serde_with v3.8.3 |
1786 | 2024-08-08T21:32:40.970Z | Checking num_enum v0.5.11 |
1787 | 2024-08-08T21:32:41.127Z | Checking pretty-hex v0.2.1 |
1788 | 2024-08-08T21:32:41.208Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1789 | 2024-08-08T21:32:41.291Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1790 | 2024-08-08T21:32:41.548Z | Checking tabwriter v1.4.0 |
1791 | 2024-08-08T21:32:41.578Z | Checking colored v2.1.0 |
1792 | 2024-08-08T21:32:41.675Z | Checking socket2 v0.4.10 |
1793 | 2024-08-08T21:32:41.788Z | Checking smf v0.2.3 |
1794 | 2024-08-08T21:32:41.884Z | Compiling heapless v0.8.0 |
1795 | 2024-08-08T21:32:42.072Z | Checking termtree v0.4.1 |
1796 | 2024-08-08T21:32:42.129Z | Checking hash32 v0.3.1 |
1797 | 2024-08-08T21:32:42.229Z | Compiling smoltcp v0.11.0 |
1798 | 2024-08-08T21:32:42.269Z | Checking predicates-tree v1.0.9 |
1799 | 2024-08-08T21:32:42.314Z | Compiling crucible-workspace-hack v0.1.0 |
1800 | 2024-08-08T21:32:42.431Z | Checking cobs v0.2.3 |
1801 | 2024-08-08T21:32:42.614Z | Checking embedded-io v0.4.0 |
1802 | 2024-08-08T21:32:42.647Z | Checking sigpipe v0.1.3 |
1803 | 2024-08-08T21:32:42.665Z | Checking parse-display v0.9.1 |
1804 | 2024-08-08T21:32:42.760Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1805 | 2024-08-08T21:32:42.810Z | Checking postcard v1.0.8 |
1806 | 2024-08-08T21:32:42.894Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1807 | 2024-08-08T21:32:42.975Z | Checking humantime v2.1.0 |
1808 | 2024-08-08T21:32:43.133Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1809 | 2024-08-08T21:32:43.155Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1810 | 2024-08-08T21:32:43.271Z | Compiling mockall_derive v0.13.0 |
1811 | 2024-08-08T21:32:43.365Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1812 | 2024-08-08T21:32:43.475Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1813 | 2024-08-08T21:32:43.656Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1814 | 2024-08-08T21:32:43.683Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1815 | 2024-08-08T21:32:43.974Z | Compiling num-derive v0.4.2 |
1816 | 2024-08-08T21:32:43.995Z | Checking downcast v0.11.0 |
1817 | 2024-08-08T21:32:44.038Z | Checking fragile v2.0.0 |
1818 | 2024-08-08T21:32:44.196Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1819 | 2024-08-08T21:32:44.309Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1820 | 2024-08-08T21:32:44.541Z | Checking arc-swap v1.7.1 |
1821 | 2024-08-08T21:32:44.574Z | Checking xattr v1.3.1 |
1822 | 2024-08-08T21:32:44.804Z | Checking filetime v0.2.23 |
1823 | 2024-08-08T21:32:44.947Z | Checking slog-scope v4.4.0 |
1824 | 2024-08-08T21:32:44.979Z | Checking termcolor v1.4.1 |
1825 | 2024-08-08T21:32:45.098Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1826 | 2024-08-08T21:32:45.124Z | Checking tar v0.4.41 |
1827 | 2024-08-08T21:32:45.158Z | Checking slog-stdlog v4.1.1 |
1828 | 2024-08-08T21:32:45.332Z | Checking slog-envlogger v2.2.0 |
1829 | 2024-08-08T21:32:45.418Z | Checking same-file v1.0.6 |
1830 | 2024-08-08T21:32:45.548Z | Checking newline-converter v0.3.0 |
1831 | 2024-08-08T21:32:45.603Z | Checking walkdir v2.5.0 |
1832 | 2024-08-08T21:32:45.709Z | Checking expectorate v1.1.0 |
1833 | 2024-08-08T21:32:45.853Z | Checking utf-8 v0.7.6 |
1834 | 2024-08-08T21:32:45.881Z | Checking atty v0.2.14 |
1835 | 2024-08-08T21:32:45.885Z | Compiling derive-where v1.2.7 |
1836 | 2024-08-08T21:32:45.885Z | Checking pem v3.0.4 |
1837 | 2024-08-08T21:32:45.996Z | Checking password-hash v0.5.0 |
1838 | 2024-08-08T21:32:46.104Z | Checking tungstenite v0.21.0 |
1839 | 2024-08-08T21:32:46.212Z | Checking blake2 v0.10.6 |
1840 | 2024-08-08T21:32:46.264Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1841 | 2024-08-08T21:32:46.505Z | Checking tungstenite v0.20.1 |
1842 | 2024-08-08T21:32:46.686Z | Checking argon2 v0.5.3 |
1843 | 2024-08-08T21:32:46.719Z | Checking env_logger v0.9.3 |
1844 | 2024-08-08T21:32:46.780Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1845 | 2024-08-08T21:32:47.019Z | Checking tokio-tungstenite v0.21.0 |
1846 | 2024-08-08T21:32:47.167Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1847 | 2024-08-08T21:32:47.331Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1848 | 2024-08-08T21:32:47.392Z | Checking tokio-tungstenite v0.20.1 |
1849 | 2024-08-08T21:32:47.514Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1850 | 2024-08-08T21:32:47.544Z | Compiling bitstruct_derive v0.1.0 |
1851 | 2024-08-08T21:32:47.642Z | Checking ascii v1.1.0 |
1852 | 2024-08-08T21:32:47.681Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1853 | 2024-08-08T21:32:47.837Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1854 | 2024-08-08T21:32:47.859Z | Checking atomicwrites v0.4.3 |
1855 | 2024-08-08T21:32:48.047Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1856 | 2024-08-08T21:32:48.067Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1857 | 2024-08-08T21:32:48.136Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1858 | 2024-08-08T21:32:48.207Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1859 | 2024-08-08T21:32:48.339Z | Checking serde_arrays v0.1.0 |
1860 | 2024-08-08T21:32:48.342Z | Checking erased-serde v0.3.31 |
1861 | 2024-08-08T21:32:48.486Z | Compiling heck v0.3.3 |
1862 | 2024-08-08T21:32:48.906Z | Checking bitstruct v0.1.1 |
1863 | 2024-08-08T21:32:48.944Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1864 | 2024-08-08T21:32:49.005Z | Compiling zone_cfg_derive v0.1.2 |
1865 | 2024-08-08T21:32:49.141Z | Checking headers-core v0.2.0 |
1866 | 2024-08-08T21:32:49.442Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1867 | 2024-08-08T21:32:49.481Z | Checking base64 v0.13.1 |
1868 | 2024-08-08T21:32:49.600Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1869 | 2024-08-08T21:32:49.884Z | Checking ron v0.7.1 |
1870 | 2024-08-08T21:32:49.974Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1871 | 2024-08-08T21:32:50.278Z | Checking headers v0.3.9 |
1872 | 2024-08-08T21:32:50.468Z | Checking zone v0.1.8 |
1873 | 2024-08-08T21:32:54.218Z | Checking rcgen v0.12.1 |
1874 | 2024-08-08T21:32:54.255Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1875 | 2024-08-08T21:32:54.255Z | Checking portpicker v0.1.1 |
1876 | 2024-08-08T21:32:54.255Z | Compiling convert_case v0.4.0 |
1877 | 2024-08-08T21:32:54.255Z | Checking subprocess v0.2.9 |
1878 | 2024-08-08T21:32:54.255Z | Checking half v2.4.1 |
1879 | 2024-08-08T21:32:54.255Z | Compiling rayon-core v1.12.1 |
1880 | 2024-08-08T21:32:54.255Z | Checking ciborium-io v0.2.2 |
1881 | 2024-08-08T21:32:54.255Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1882 | 2024-08-08T21:32:54.255Z | Checking mockall v0.13.0 |
1883 | 2024-08-08T21:32:54.255Z | Compiling prettyplease v0.2.20 |
1884 | 2024-08-08T21:32:54.255Z | Checking swrite v0.1.0 |
1885 | 2024-08-08T21:32:54.255Z | Checking ciborium-ll v0.2.2 |
1886 | 2024-08-08T21:32:54.255Z | Compiling home v0.5.9 |
1887 | 2024-08-08T21:32:54.255Z | Checking linked-hash-map v0.5.6 |
1888 | 2024-08-08T21:32:54.255Z | Compiling semver v0.1.20 |
1889 | 2024-08-08T21:32:54.255Z | Compiling derive_more v0.99.18 |
1890 | 2024-08-08T21:32:54.255Z | Checking ciborium v0.2.2 |
1891 | 2024-08-08T21:32:54.255Z | Compiling ring v0.16.20 |
1892 | 2024-08-08T21:32:54.255Z | Checking lru-cache v0.1.2 |
1893 | 2024-08-08T21:32:54.255Z | Compiling rustc_version v0.1.7 |
1894 | 2024-08-08T21:32:54.255Z | Compiling blake3 v1.5.1 |
1895 | 2024-08-08T21:32:54.256Z | Compiling cancel-safe-futures v0.1.5 |
1896 | 2024-08-08T21:32:54.256Z | Compiling newtype_derive v0.1.6 |
1897 | 2024-08-08T21:32:54.256Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1898 | 2024-08-08T21:32:54.256Z | Checking steno v0.4.1 |
1899 | 2024-08-08T21:32:54.256Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1900 | 2024-08-08T21:32:54.290Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1901 | 2024-08-08T21:32:54.753Z | Checking num-rational v0.4.2 |
1902 | 2024-08-08T21:32:55.392Z | Checking itertools v0.13.0 |
1903 | 2024-08-08T21:32:55.818Z | Checking num-complex v0.4.6 |
1904 | 2024-08-08T21:32:56.055Z | Compiling slog-dtrace v0.3.0 |
1905 | 2024-08-08T21:32:56.713Z | Checking float-ord v0.3.2 |
1906 | 2024-08-08T21:32:56.800Z | Checking num v0.4.3 |
1907 | 2024-08-08T21:32:57.188Z | Checking resolv-conf v0.7.0 |
1908 | 2024-08-08T21:32:57.411Z | Checking libsw v3.3.1 |
1909 | 2024-08-08T21:32:57.546Z | Checking trust-dns-resolver v0.22.0 |
1910 | 2024-08-08T21:32:58.103Z | Checking linear-map v1.2.0 |
1911 | 2024-08-08T21:32:58.271Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1912 | 2024-08-08T21:32:58.444Z | Checking owo-colors v4.0.0 |
1913 | 2024-08-08T21:32:58.576Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1914 | 2024-08-08T21:33:00.389Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1915 | 2024-08-08T21:33:01.096Z | Compiling crossbeam-deque v0.8.5 |
1916 | 2024-08-08T21:33:02.689Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1917 | 2024-08-08T21:33:03.304Z | Compiling memmap2 v0.9.4 |
1918 | 2024-08-08T21:33:03.403Z | Compiling untrusted v0.7.1 |
1919 | 2024-08-08T21:33:03.602Z | Compiling constant_time_eq v0.3.0 |
1920 | 2024-08-08T21:33:03.757Z | Compiling rayon v1.10.0 |
1921 | 2024-08-08T21:33:03.791Z | Compiling arrayref v0.3.7 |
1922 | 2024-08-08T21:33:03.896Z | Compiling spin v0.5.2 |
1923 | 2024-08-08T21:33:04.127Z | Compiling arrayvec v0.7.4 |
1924 | 2024-08-08T21:33:04.769Z | Compiling toolchain_find v0.4.0 |
1925 | 2024-08-08T21:33:04.883Z | Compiling topological-sort v0.2.2 |
1926 | 2024-08-08T21:33:05.088Z | Compiling rustfmt-wrapper v0.2.1 |
1927 | 2024-08-08T21:33:05.113Z | Checking signature v2.2.0 |
1928 | 2024-08-08T21:33:05.321Z | Checking display-error-chain v0.2.0 |
1929 | 2024-08-08T21:33:05.462Z | Checking nibble_vec v0.1.0 |
1930 | 2024-08-08T21:33:05.482Z | Checking endian-type v0.1.2 |
1931 | 2024-08-08T21:33:05.663Z | Checking gethostname v0.5.0 |
1932 | 2024-08-08T21:33:05.688Z | Checking fxhash v0.2.1 |
1933 | 2024-08-08T21:33:05.710Z | Checking radix_trie v0.2.1 |
1934 | 2024-08-08T21:33:05.796Z | Compiling libefi-sys v0.1.0 |
1935 | 2024-08-08T21:33:05.863Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1936 | 2024-08-08T21:33:06.122Z | Compiling bitfield-struct v0.6.1 |
1937 | 2024-08-08T21:33:06.543Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1938 | 2024-08-08T21:33:06.563Z | Checking keccak v0.1.5 |
1939 | 2024-08-08T21:33:06.852Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1940 | 2024-08-08T21:33:06.890Z | Checking sha3 v0.10.8 |
1941 | 2024-08-08T21:33:07.217Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1942 | 2024-08-08T21:33:07.312Z | Checking secrecy v0.8.0 |
1943 | 2024-08-08T21:33:07.449Z | Checking maplit v1.0.2 |
1944 | 2024-08-08T21:33:07.496Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1945 | 2024-08-08T21:33:07.538Z | Checking glob v0.3.1 |
1946 | 2024-08-08T21:33:07.560Z | Compiling radium v0.7.0 |
1947 | 2024-08-08T21:33:07.866Z | Compiling maybe-uninit v2.0.0 |
1948 | 2024-08-08T21:33:07.937Z | Checking tap v1.0.1 |
1949 | 2024-08-08T21:33:08.050Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1950 | 2024-08-08T21:33:08.096Z | Checking wyz v0.5.1 |
1951 | 2024-08-08T21:33:08.472Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1952 | 2024-08-08T21:33:08.495Z | Compiling packed_struct v0.10.1 |
1953 | 2024-08-08T21:33:08.520Z | Checking crc-catalog v2.4.0 |
1954 | 2024-08-08T21:33:08.538Z | Compiling num-bigint-dig v0.8.4 |
1955 | 2024-08-08T21:33:08.541Z | Checking funty v2.0.0 |
1956 | 2024-08-08T21:33:08.663Z | Compiling omicron-zone-package v0.11.0 |
1957 | 2024-08-08T21:33:08.887Z | Checking crc v3.2.1 |
1958 | 2024-08-08T21:33:09.101Z | Checking universal-hash v0.5.1 |
1959 | 2024-08-08T21:33:09.291Z | Compiling curve25519-dalek v4.1.3 |
1960 | 2024-08-08T21:33:09.295Z | Compiling packed_struct_codegen v0.10.1 |
1961 | 2024-08-08T21:33:09.331Z | Compiling indexmap v1.9.3 |
1962 | 2024-08-08T21:33:09.517Z | Checking bitvec v1.0.1 |
1963 | 2024-08-08T21:33:09.636Z | Checking nodrop v0.1.14 |
1964 | 2024-08-08T21:33:09.698Z | Checking opaque-debug v0.3.1 |
1965 | 2024-08-08T21:33:09.754Z | Checking array-init v0.0.4 |
1966 | 2024-08-08T21:33:09.966Z | Checking smallvec v0.6.14 |
1967 | 2024-08-08T21:33:10.369Z | Checking pkcs1 v0.7.5 |
1968 | 2024-08-08T21:33:10.766Z | Compiling curve25519-dalek-derive v0.1.1 |
1969 | 2024-08-08T21:33:10.786Z | Checking hashbrown v0.12.3 |
1970 | 2024-08-08T21:33:10.974Z | Checking bitfield v0.14.0 |
1971 | 2024-08-08T21:33:11.290Z | Checking serde-hex v0.1.0 |
1972 | 2024-08-08T21:33:12.197Z | Checking bzip2 v0.4.4 |
1973 | 2024-08-08T21:33:12.215Z | Checking rsa v0.9.6 |
1974 | 2024-08-08T21:33:12.471Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1975 | 2024-08-08T21:33:12.572Z | Checking env_logger v0.10.2 |
1976 | 2024-08-08T21:33:12.744Z | Checking x509-cert v0.2.5 |
1977 | 2024-08-08T21:33:13.008Z | Checking ron v0.8.1 |
1978 | 2024-08-08T21:33:13.242Z | Checking hashbrown v0.13.2 |
1979 | 2024-08-08T21:33:14.194Z | Compiling async-recursion v1.1.1 |
1980 | 2024-08-08T21:33:14.249Z | Checking crc-any v2.5.0 |
1981 | 2024-08-08T21:33:14.314Z | Checking object v0.30.4 |
1982 | 2024-08-08T21:33:14.317Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1983 | 2024-08-08T21:33:14.576Z | Checking zip v0.6.6 |
1984 | 2024-08-08T21:33:14.640Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
1985 | 2024-08-08T21:33:15.174Z | Checking aead v0.5.2 |
1986 | 2024-08-08T21:33:15.300Z | Compiling parking_lot_core v0.8.6 |
1987 | 2024-08-08T21:33:15.304Z | Checking path-slash v0.1.5 |
1988 | 2024-08-08T21:33:15.374Z | Checking poly1305 v0.8.0 |
1989 | 2024-08-08T21:33:15.437Z | Checking chacha20 v0.9.1 |
1990 | 2024-08-08T21:33:15.457Z | Compiling thiserror-impl-no-std v2.0.2 |
1991 | 2024-08-08T21:33:15.803Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1992 | 2024-08-08T21:33:15.861Z | Checking chacha20poly1305 v0.10.1 |
1993 | 2024-08-08T21:33:15.882Z | Checking trust-dns-client v0.22.0 |
1994 | 2024-08-08T21:33:15.998Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1995 | 2024-08-08T21:33:16.060Z | Checking toml v0.5.11 |
1996 | 2024-08-08T21:33:16.159Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
1997 | 2024-08-08T21:33:16.206Z | Checking parking_lot v0.11.2 |
1998 | 2024-08-08T21:33:16.524Z | Compiling buf-list v1.0.3 |
1999 | 2024-08-08T21:33:16.575Z | Checking sled v0.34.7 |
2000 | 2024-08-08T21:33:17.160Z | Compiling unicase v2.7.0 |
2001 | 2024-08-08T21:33:17.497Z | Checking trust-dns-server v0.22.1 |
2002 | 2024-08-08T21:33:17.626Z | Checking nanorand v0.7.0 |
2003 | 2024-08-08T21:33:17.989Z | Checking flume v0.11.0 |
2004 | 2024-08-08T21:33:18.472Z | Checking kstat-rs v0.2.4 |
2005 | 2024-08-08T21:33:18.756Z | Checking thiserror-no-std v2.0.2 |
2006 | 2024-08-08T21:33:18.843Z | Compiling vte_generate_state_changes v0.1.1 |
2007 | 2024-08-08T21:33:18.875Z | Checking vsss-rs v3.3.4 |
2008 | 2024-08-08T21:33:19.102Z | Compiling mime_guess v2.0.4 |
2009 | 2024-08-08T21:33:19.361Z | Checking fd-lock v4.0.2 |
2010 | 2024-08-08T21:33:19.760Z | Checking vte v0.11.1 |
2011 | 2024-08-08T21:33:19.771Z | Compiling pin-project-internal v1.1.5 |
2012 | 2024-08-08T21:33:20.245Z | Checking nu-ansi-term v0.50.0 |
2013 | 2024-08-08T21:33:20.406Z | Compiling dsl_auto_type v0.1.2 |
2014 | 2024-08-08T21:33:20.616Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2015 | 2024-08-08T21:33:20.744Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2016 | 2024-08-08T21:33:20.885Z | Checking strip-ansi-escapes v0.2.0 |
2017 | 2024-08-08T21:33:20.956Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2018 | 2024-08-08T21:33:21.024Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2019 | 2024-08-08T21:33:21.086Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2020 | 2024-08-08T21:33:21.204Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2021 | 2024-08-08T21:33:22.089Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2022 | 2024-08-08T21:33:22.451Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2023 | 2024-08-08T21:33:22.727Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2024 | 2024-08-08T21:33:23.567Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2025 | 2024-08-08T21:33:24.226Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2026 | 2024-08-08T21:33:24.677Z | Checking pin-project v1.1.5 |
2027 | 2024-08-08T21:33:24.807Z | Checking reedline v0.31.0 |
2028 | 2024-08-08T21:33:25.147Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2029 | 2024-08-08T21:33:25.633Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2030 | 2024-08-08T21:33:27.257Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2031 | 2024-08-08T21:33:27.497Z | Checking scheduled-thread-pool v0.2.7 |
2032 | 2024-08-08T21:33:27.540Z | Compiling diesel_table_macro_syntax v0.2.0 |
2033 | 2024-08-08T21:33:27.722Z | Compiling crunchy v0.2.2 |
2034 | 2024-08-08T21:33:28.024Z | Checking http-range v0.1.5 |
2035 | 2024-08-08T21:33:28.210Z | Checking hyper-staticfile v0.9.5 |
2036 | 2024-08-08T21:33:28.278Z | Compiling diesel_derives v2.2.2 |
2037 | 2024-08-08T21:33:28.504Z | Checking r2d2 v0.8.10 |
2038 | 2024-08-08T21:33:28.625Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2039 | 2024-08-08T21:33:28.821Z | Compiling clang-sys v1.7.0 |
2040 | 2024-08-08T21:33:29.586Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2041 | 2024-08-08T21:33:29.840Z | Compiling tiny-keccak v2.0.2 |
2042 | 2024-08-08T21:33:30.253Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2043 | 2024-08-08T21:33:30.333Z | Compiling ref-cast v1.0.23 |
2044 | 2024-08-08T21:33:30.523Z | Checking bytecount v0.6.8 |
2045 | 2024-08-08T21:33:30.690Z | Checking papergrid v0.11.0 |
2046 | 2024-08-08T21:33:31.637Z | Compiling ascii-canvas v3.0.0 |
2047 | 2024-08-08T21:33:32.203Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2048 | 2024-08-08T21:33:32.279Z | Compiling tabled_derive v0.7.0 |
2049 | 2024-08-08T21:33:32.504Z | Compiling ena v0.14.3 |
2050 | 2024-08-08T21:33:32.766Z | Compiling ref-cast-impl v1.0.23 |
2051 | 2024-08-08T21:33:32.924Z | Compiling libloading v0.8.3 |
2052 | 2024-08-08T21:33:33.371Z | Compiling bindgen v0.69.4 |
2053 | 2024-08-08T21:33:33.981Z | Compiling diff v0.1.13 |
2054 | 2024-08-08T21:33:34.190Z | Compiling cfg_aliases v0.1.1 |
2055 | 2024-08-08T21:33:34.304Z | Compiling regex-syntax v0.6.29 |
2056 | 2024-08-08T21:33:34.549Z | Compiling nix v0.28.0 |
2057 | 2024-08-08T21:33:34.789Z | Checking tabled v0.15.0 |
2058 | 2024-08-08T21:33:35.398Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2059 | 2024-08-08T21:33:37.838Z | Compiling lalrpop v0.19.12 |
2060 | 2024-08-08T21:33:39.587Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2061 | 2024-08-08T21:33:40.052Z | Checking oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2062 | 2024-08-08T21:33:40.917Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2063 | 2024-08-08T21:33:42.847Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2064 | 2024-08-08T21:33:44.882Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2065 | 2024-08-08T21:33:46.117Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2066 | 2024-08-08T21:33:46.338Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2067 | 2024-08-08T21:33:46.679Z | Checking diesel v2.2.2 |
2068 | 2024-08-08T21:33:47.196Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2069 | 2024-08-08T21:33:47.219Z | Compiling which v4.4.2 |
2070 | 2024-08-08T21:33:47.598Z | Checking signal-hook-tokio v0.3.1 |
2071 | 2024-08-08T21:33:47.781Z | Compiling cexpr v0.6.0 |
2072 | 2024-08-08T21:33:47.861Z | Compiling snafu-derive v0.8.2 |
2073 | 2024-08-08T21:33:49.592Z | Compiling rustc-hash v1.1.0 |
2074 | 2024-08-08T21:33:49.762Z | Compiling shlex v1.3.0 |
2075 | 2024-08-08T21:33:50.182Z | Compiling lazycell v1.3.0 |
2076 | 2024-08-08T21:33:50.476Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2077 | 2024-08-08T21:33:50.767Z | Compiling derive_builder_core v0.20.0 |
2078 | 2024-08-08T21:33:50.861Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2079 | 2024-08-08T21:33:52.198Z | Checking globset v0.4.14 |
2080 | 2024-08-08T21:33:52.735Z | Checking olpc-cjson v0.1.3 |
2081 | 2024-08-08T21:33:52.963Z | Checking serde_plain v1.0.2 |
2082 | 2024-08-08T21:33:53.220Z | Compiling libxml v0.3.3 |
2083 | 2024-08-08T21:33:53.222Z | Compiling memoffset v0.9.1 |
2084 | 2024-08-08T21:33:53.412Z | Checking snafu v0.8.2 |
2085 | 2024-08-08T21:33:53.549Z | Checking typed-path v0.7.1 |
2086 | 2024-08-08T21:33:53.776Z | Compiling derive_builder_macro v0.20.0 |
2087 | 2024-08-08T21:33:54.651Z | Compiling peg-macros v0.8.4 |
2088 | 2024-08-08T21:33:55.450Z | Checking tough v0.17.1 |
2089 | 2024-08-08T21:33:56.228Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2090 | 2024-08-08T21:33:56.406Z | Compiling strum_macros v0.24.3 |
2091 | 2024-08-08T21:33:56.987Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2092 | 2024-08-08T21:33:57.842Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2093 | 2024-08-08T21:33:58.392Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2094 | 2024-08-08T21:33:59.810Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2095 | 2024-08-08T21:33:59.957Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2096 | 2024-08-08T21:34:00.110Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2097 | 2024-08-08T21:34:00.229Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2098 | 2024-08-08T21:34:00.708Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2099 | 2024-08-08T21:34:02.115Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2100 | 2024-08-08T21:34:03.913Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2101 | 2024-08-08T21:34:04.729Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2102 | 2024-08-08T21:34:04.768Z | Compiling sqlparser_derive v0.2.2 |
2103 | 2024-08-08T21:34:05.213Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2104 | 2024-08-08T21:34:05.879Z | Compiling cookie v0.18.1 |
2105 | 2024-08-08T21:34:06.212Z | Checking parse-size v1.0.0 |
2106 | 2024-08-08T21:34:06.550Z | Checking unicode_categories v0.1.1 |
2107 | 2024-08-08T21:34:06.654Z | Compiling indoc v1.0.9 |
2108 | 2024-08-08T21:34:07.058Z | Checking sqlformat v0.2.4 |
2109 | 2024-08-08T21:34:07.613Z | Checking rustyline v14.0.0 |
2110 | 2024-08-08T21:34:07.753Z | Checking sqlparser v0.45.0 |
2111 | 2024-08-08T21:34:09.357Z | Checking peg v0.8.4 |
2112 | 2024-08-08T21:34:09.468Z | Checking derive_builder v0.20.0 |
2113 | 2024-08-08T21:34:10.974Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2114 | 2024-08-08T21:34:11.347Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2115 | 2024-08-08T21:34:11.531Z | Checking bcs v0.1.6 |
2116 | 2024-08-08T21:34:11.591Z | Checking quick-xml v0.31.0 |
2117 | 2024-08-08T21:34:11.661Z | Compiling impl-trait-for-tuples v0.2.2 |
2118 | 2024-08-08T21:34:12.005Z | Compiling oso-derive v0.27.3 |
2119 | 2024-08-08T21:34:13.117Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2120 | 2024-08-08T21:34:13.442Z | Checking highway v1.2.0 |
2121 | 2024-08-08T21:34:13.764Z | Checking nix v0.27.1 |
2122 | 2024-08-08T21:34:14.380Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2123 | 2024-08-08T21:34:15.025Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2124 | 2024-08-08T21:34:16.893Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2125 | 2024-08-08T21:34:16.930Z | Checking serde-big-array v0.5.1 |
2126 | 2024-08-08T21:34:16.980Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2127 | 2024-08-08T21:34:17.142Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2128 | 2024-08-08T21:34:17.355Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2129 | 2024-08-08T21:34:19.358Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2130 | 2024-08-08T21:34:19.671Z | Checking bb8 v0.8.5 |
2131 | 2024-08-08T21:34:20.029Z | Compiling const_format_proc_macros v0.2.32 |
2132 | 2024-08-08T21:34:20.181Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2133 | 2024-08-08T21:34:20.209Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2134 | 2024-08-08T21:34:21.023Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2135 | 2024-08-08T21:34:21.519Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2136 | 2024-08-08T21:34:22.103Z | Checking const_format v0.2.32 |
2137 | 2024-08-08T21:34:22.282Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2138 | 2024-08-08T21:34:22.903Z | Checking heck v0.4.1 |
2139 | 2024-08-08T21:34:22.979Z | Checking assert_matches v1.5.0 |
2140 | 2024-08-08T21:34:23.080Z | Compiling portable-atomic v1.6.0 |
2141 | 2024-08-08T21:34:23.139Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2142 | 2024-08-08T21:34:23.228Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2143 | 2024-08-08T21:34:23.588Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2144 | 2024-08-08T21:34:24.087Z | Checking rand_seeder v0.3.0 |
2145 | 2024-08-08T21:34:24.321Z | Checking number_prefix v0.4.0 |
2146 | 2024-08-08T21:34:24.553Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2147 | 2024-08-08T21:34:25.110Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2148 | 2024-08-08T21:34:25.252Z | Checking indicatif v0.17.8 |
2149 | 2024-08-08T21:34:25.339Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2150 | 2024-08-08T21:34:25.977Z | Checking is_ci v1.2.0 |
2151 | 2024-08-08T21:34:26.135Z | Checking supports-color v3.0.0 |
2152 | 2024-08-08T21:34:26.352Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2153 | 2024-08-08T21:34:26.776Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2154 | 2024-08-08T21:34:27.156Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2155 | 2024-08-08T21:34:27.470Z | Checking castaway v0.2.2 |
2156 | 2024-08-08T21:34:27.554Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2157 | 2024-08-08T21:34:27.651Z | Checking compact_str v0.7.1 |
2158 | 2024-08-08T21:34:27.851Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2159 | 2024-08-08T21:34:28.153Z | Checking unicode-truncate v1.0.0 |
2160 | 2024-08-08T21:34:28.384Z | Checking lru v0.12.3 |
2161 | 2024-08-08T21:34:28.403Z | Compiling stability v0.2.0 |
2162 | 2024-08-08T21:34:28.430Z | Checking cassowary v0.3.0 |
2163 | 2024-08-08T21:34:28.765Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2164 | 2024-08-08T21:34:28.846Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2165 | 2024-08-08T21:34:29.408Z | Checking ratatui v0.27.0 |
2166 | 2024-08-08T21:34:29.848Z | Checking smawk v0.3.2 |
2167 | 2024-08-08T21:34:30.056Z | Checking unicode-linebreak v0.1.5 |
2168 | 2024-08-08T21:34:30.076Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2169 | 2024-08-08T21:34:30.414Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2170 | 2024-08-08T21:34:30.454Z | Checking textwrap v0.16.1 |
2171 | 2024-08-08T21:34:30.678Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2172 | 2024-08-08T21:34:30.823Z | Checking fatfs v0.3.6 |
2173 | 2024-08-08T21:34:31.775Z | Checking csv-core v0.1.11 |
2174 | 2024-08-08T21:34:32.117Z | Checking shell-words v1.1.0 |
2175 | 2024-08-08T21:34:32.294Z | Checking csv v1.3.0 |
2176 | 2024-08-08T21:34:32.369Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2177 | 2024-08-08T21:34:32.398Z | Checking cargo-platform v0.1.8 |
2178 | 2024-08-08T21:34:32.680Z | Checking rtoolbox v0.0.2 |
2179 | 2024-08-08T21:34:32.876Z | Compiling getrandom v0.1.16 |
2180 | 2024-08-08T21:34:33.107Z | Checking rpassword v7.3.1 |
2181 | 2024-08-08T21:34:33.258Z | Checking cargo_metadata v0.18.1 |
2182 | 2024-08-08T21:34:33.331Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2183 | 2024-08-08T21:34:33.654Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2184 | 2024-08-08T21:34:34.128Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2185 | 2024-08-08T21:34:34.878Z | Checking tui-tree-widget v0.21.0 |
2186 | 2024-08-08T21:34:34.978Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2187 | 2024-08-08T21:34:35.226Z | Checking plotters-backend v0.3.5 |
2188 | 2024-08-08T21:34:35.624Z | Checking plotters-svg v0.3.5 |
2189 | 2024-08-08T21:34:36.140Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2190 | 2024-08-08T21:34:36.749Z | Checking rfc6979 v0.4.0 |
2191 | 2024-08-08T21:34:37.325Z | Checking yansi v0.5.1 |
2192 | 2024-08-08T21:34:37.407Z | Checking cast v0.3.0 |
2193 | 2024-08-08T21:34:37.727Z | Checking criterion-plot v0.5.0 |
2194 | 2024-08-08T21:34:37.979Z | Checking pretty_assertions v1.4.0 |
2195 | 2024-08-08T21:34:38.194Z | Checking ecdsa v0.16.9 |
2196 | 2024-08-08T21:34:38.245Z | Checking rand_core v0.5.1 |
2197 | 2024-08-08T21:34:38.549Z | Checking plotters v0.3.5 |
2198 | 2024-08-08T21:34:38.903Z | Checking primeorder v0.13.6 |
2199 | 2024-08-08T21:34:39.394Z | Checking tinytemplate v1.2.1 |
2200 | 2024-08-08T21:34:39.785Z | Checking option-ext v0.2.0 |
2201 | 2024-08-08T21:34:39.926Z | Checking anes v0.1.6 |
2202 | 2024-08-08T21:34:40.048Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2203 | 2024-08-08T21:34:40.265Z | Checking oorandom v11.1.3 |
2204 | 2024-08-08T21:34:40.327Z | Checking dirs-sys v0.4.1 |
2205 | 2024-08-08T21:34:40.427Z | Checking criterion v0.5.1 |
2206 | 2024-08-08T21:34:40.525Z | Checking rand_chacha v0.2.2 |
2207 | 2024-08-08T21:34:40.867Z | Checking polyval v0.6.2 |
2208 | 2024-08-08T21:34:41.156Z | Checking ed25519 v2.2.3 |
2209 | 2024-08-08T21:34:41.405Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2210 | 2024-08-08T21:34:42.937Z | Checking blowfish v0.9.1 |
2211 | 2024-08-08T21:34:43.197Z | Checking ctr v0.9.2 |
2212 | 2024-08-08T21:34:43.378Z | Checking aes v0.8.4 |
2213 | 2024-08-08T21:34:43.498Z | Checking password-hash v0.4.2 |
2214 | 2024-08-08T21:34:43.962Z | Checking pbkdf2 v0.12.2 |
2215 | 2024-08-08T21:34:44.143Z | Checking hex-literal v0.4.1 |
2216 | 2024-08-08T21:34:44.283Z | Checking bcrypt-pbkdf v0.10.0 |
2217 | 2024-08-08T21:34:44.302Z | Checking pbkdf2 v0.11.0 |
2218 | 2024-08-08T21:34:44.554Z | Checking ed25519-dalek v2.1.1 |
2219 | 2024-08-08T21:34:44.606Z | Checking ghash v0.5.1 |
2220 | 2024-08-08T21:34:44.785Z | Checking rand v0.7.3 |
2221 | 2024-08-08T21:34:44.877Z | Checking dirs v5.0.1 |
2222 | 2024-08-08T21:34:45.029Z | Checking p521 v0.13.3 |
2223 | 2024-08-08T21:34:46.163Z | Checking p256 v0.13.2 |
2224 | 2024-08-08T21:34:46.492Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2225 | 2024-08-08T21:34:46.646Z | Checking cbc v0.1.2 |
2226 | 2024-08-08T21:34:46.851Z | Checking russh-cryptovec v0.7.2 |
2227 | 2024-08-08T21:34:47.029Z | Compiling target-lexicon v0.12.16 |
2228 | 2024-08-08T21:34:47.067Z | Compiling doc-comment v0.3.3 |
2229 | 2024-08-08T21:34:47.331Z | Checking md5 v0.7.0 |
2230 | 2024-08-08T21:34:47.641Z | Checking russh-keys v0.43.0 |
2231 | 2024-08-08T21:34:47.843Z | Checking aes-gcm v0.10.3 |
2232 | 2024-08-08T21:34:48.103Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2233 | 2024-08-08T21:34:48.119Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2234 | 2024-08-08T21:34:48.810Z | Checking http-body v1.0.0 |
2235 | 2024-08-08T21:34:48.915Z | Compiling dhcproto-macros v0.1.0 |
2236 | 2024-08-08T21:34:49.008Z | Compiling guppy-workspace-hack v0.1.0 |
2237 | 2024-08-08T21:34:49.329Z | Compiling assert_cmd v2.0.15 |
2238 | 2024-08-08T21:34:49.808Z | Checking tower-layer v0.3.2 |
2239 | 2024-08-08T21:34:49.944Z | Checking dhcproto v0.12.0 |
2240 | 2024-08-08T21:34:49.963Z | Checking hyper v1.3.1 |
2241 | 2024-08-08T21:34:50.101Z | Checking tower v0.4.13 |
2242 | 2024-08-08T21:34:50.904Z | Checking russh v0.43.0 |
2243 | 2024-08-08T21:34:51.712Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2244 | 2024-08-08T21:34:51.765Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2245 | 2024-08-08T21:34:52.481Z | Checking internet-checksum v0.2.1 |
2246 | 2024-08-08T21:34:52.674Z | Compiling target-spec v3.2.1 |
2247 | 2024-08-08T21:34:53.930Z | Checking cfg-expr v0.16.0 |
2248 | 2024-08-08T21:34:54.822Z | Checking hyper-util v0.1.3 |
2249 | 2024-08-08T21:34:55.041Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2250 | 2024-08-08T21:34:55.061Z | Checking rustls-native-certs v0.7.0 |
2251 | 2024-08-08T21:34:55.218Z | Checking httptest v0.15.5 |
2252 | 2024-08-08T21:34:56.364Z | Checking hyper-rustls v0.26.0 |
2253 | 2024-08-08T21:34:57.105Z | Checking pathdiff v0.2.1 |
2254 | 2024-08-08T21:34:57.288Z | Checking threadpool v1.8.1 |
2255 | 2024-08-08T21:34:57.500Z | Compiling rstest_macros v0.19.0 |
2256 | 2024-08-08T21:34:57.993Z | Checking escape8259 v0.5.2 |
2257 | 2024-08-08T21:34:58.042Z | Checking nested v0.1.1 |
2258 | 2024-08-08T21:34:58.192Z | Checking libtest-mimic v0.7.3 |
2259 | 2024-08-08T21:34:58.279Z | Checking guppy v0.17.7 |
2260 | 2024-08-08T21:34:58.812Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2261 | 2024-08-08T21:34:59.127Z | Checking similar-asserts v1.5.0 |
2262 | 2024-08-08T21:34:59.360Z | Checking fancy-regex v0.13.0 |
2263 | 2024-08-08T21:34:59.798Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2264 | 2024-08-08T21:35:00.102Z | Compiling trybuild v1.0.99 |
2265 | 2024-08-08T21:35:00.521Z | Compiling relative-path v1.9.3 |
2266 | 2024-08-08T21:35:00.646Z | Checking datatest-stable v0.2.9 |
2267 | 2024-08-08T21:35:00.961Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2268 | 2024-08-08T21:35:02.335Z | Checking blake2b_simd v1.0.2 |
2269 | 2024-08-08T21:35:02.865Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2270 | 2024-08-08T21:35:03.247Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2271 | 2024-08-08T21:35:03.314Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2272 | 2024-08-08T21:35:03.569Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2273 | 2024-08-08T21:35:03.635Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2274 | 2024-08-08T21:35:03.941Z | Checking serde_tokenstream v0.2.1 |
2275 | 2024-08-08T21:35:04.079Z | Checking uzers v0.11.3 |
2276 | 2024-08-08T21:35:04.341Z | Checking indent_write v2.2.0 |
2277 | 2024-08-08T21:35:04.422Z | Checking futures-timer v3.0.3 |
2278 | 2024-08-08T21:35:04.680Z | Checking rust-argon2 v2.1.0 |
2279 | 2024-08-08T21:35:05.125Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2280 | 2024-08-08T21:35:06.813Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2281 | 2024-08-08T21:35:07.132Z | Checking multimap v0.10.0 |
2282 | 2024-08-08T21:35:07.466Z | Checking rand_distr v0.4.3 |
2283 | 2024-08-08T21:35:08.275Z | Checking approx v0.5.1 |
2284 | 2024-08-08T21:35:08.547Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2285 | 2024-08-08T21:35:09.169Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2286 | 2024-08-08T21:35:10.353Z | Checking rstest v0.19.0 |
2287 | 2024-08-08T21:35:10.565Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2288 | 2024-08-08T21:35:11.477Z | Checking partial-io v0.5.4 |
2289 | 2024-08-08T21:35:11.515Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2290 | 2024-08-08T21:35:11.879Z | Checking cargo_toml v0.20.4 |
2291 | 2024-08-08T21:35:12.081Z | Checking termios v0.3.3 |
2292 | 2024-08-08T21:35:12.320Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2293 | 2024-08-08T21:35:13.874Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2294 | 2024-08-08T21:35:17.448Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2295 | 2024-08-08T21:35:23.487Z | Compiling samael v0.0.15 |
2296 | 2024-08-08T21:35:30.327Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2297 | 2024-08-08T21:35:41.296Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2298 | 2024-08-08T21:35:59.968Z | Compiling polar-core v0.27.3 |
2299 | 2024-08-08T21:36:04.173Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2300 | 2024-08-08T21:36:04.928Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2301 | 2024-08-08T21:36:05.866Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2302 | 2024-08-08T21:36:10.939Z | Checking oso v0.27.3 |
2303 | 2024-08-08T21:36:47.282Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2304 | 2024-08-08T21:36:47.282Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2305 | 2024-08-08T21:36:47.285Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2306 | 2024-08-08T21:38:06.559Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 07s |
2307 | 2024-08-08T21:38:06.882Z | |
2308 | 2024-08-08T21:38:06.882Z | real 6:12.273614951 |
2309 | 2024-08-08T21:38:06.882Z | user 33:23.734601955 |
2310 | 2024-08-08T21:38:06.882Z | sys 5:43.674866839 |
2311 | 2024-08-08T21:38:06.882Z | trap 0.821293084 |
2312 | 2024-08-08T21:38:06.882Z | tflt 1.218026186 |
2313 | 2024-08-08T21:38:06.882Z | dflt 0.564136958 |
2314 | 2024-08-08T21:38:06.882Z | kflt 0.002453174 |
2315 | 2024-08-08T21:38:06.882Z | lock 52:52.544670142 |
2316 | 2024-08-08T21:38:06.882Z | slp 1:56:28.067325070 |
2317 | 2024-08-08T21:38:06.882Z | lat 1:34.278027465 |
2318 | 2024-08-08T21:38:06.882Z | stop 5:10.487871506 |
2319 | 2024-08-08T21:38:06.885Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2320 | 2024-08-08T21:38:06.885Z | + ptime -m cargo doc --workspace --no-deps |
2321 | 2024-08-08T21:38:08.007Z | warning: output filename collision. |
2322 | 2024-08-08T21:38:08.007Z | 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)`. |
2323 | 2024-08-08T21:38:08.007Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2324 | 2024-08-08T21:38:08.007Z | The targets should have unique names. |
2325 | 2024-08-08T21:38:08.007Z | This is a known bug where multiple crates with the same name use |
2326 | 2024-08-08T21:38:08.007Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2327 | 2024-08-08T21:38:08.340Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2328 | 2024-08-08T21:38:08.398Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2329 | 2024-08-08T21:38:08.413Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2330 | 2024-08-08T21:38:08.446Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2331 | 2024-08-08T21:38:08.472Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2332 | 2024-08-08T21:38:08.498Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2333 | 2024-08-08T21:38:08.498Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2334 | 2024-08-08T21:38:08.702Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2335 | 2024-08-08T21:38:08.736Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2336 | 2024-08-08T21:38:08.758Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2337 | 2024-08-08T21:38:08.775Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2338 | 2024-08-08T21:38:08.777Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2339 | 2024-08-08T21:38:08.977Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2340 | 2024-08-08T21:38:09.033Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2341 | 2024-08-08T21:38:09.053Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2342 | 2024-08-08T21:38:09.522Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2343 | 2024-08-08T21:38:10.189Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2344 | 2024-08-08T21:38:13.187Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2345 | 2024-08-08T21:38:13.418Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2346 | 2024-08-08T21:38:13.439Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2347 | 2024-08-08T21:38:13.734Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2348 | 2024-08-08T21:38:13.991Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2349 | 2024-08-08T21:38:14.067Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2350 | 2024-08-08T21:38:14.318Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2351 | 2024-08-08T21:38:14.672Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2352 | 2024-08-08T21:38:14.827Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2353 | 2024-08-08T21:38:15.010Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2354 | 2024-08-08T21:38:15.216Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2355 | 2024-08-08T21:38:15.486Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2356 | 2024-08-08T21:38:15.531Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2357 | 2024-08-08T21:38:15.817Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2358 | 2024-08-08T21:38:15.895Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2359 | 2024-08-08T21:38:16.191Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2360 | 2024-08-08T21:38:16.511Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2361 | 2024-08-08T21:38:16.712Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2362 | 2024-08-08T21:38:16.836Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2363 | 2024-08-08T21:38:16.855Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2364 | 2024-08-08T21:38:17.045Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2365 | 2024-08-08T21:38:17.153Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2366 | 2024-08-08T21:38:17.536Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2367 | 2024-08-08T21:38:17.560Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2368 | 2024-08-08T21:38:18.517Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2369 | 2024-08-08T21:38:21.393Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2370 | 2024-08-08T21:38:21.945Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2371 | 2024-08-08T21:38:22.061Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2372 | 2024-08-08T21:38:22.722Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2373 | 2024-08-08T21:38:23.396Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2374 | 2024-08-08T21:38:24.619Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2375 | 2024-08-08T21:38:28.297Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2376 | 2024-08-08T21:38:29.190Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2377 | 2024-08-08T21:38:30.473Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2378 | 2024-08-08T21:38:30.973Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2379 | 2024-08-08T21:38:31.401Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2380 | 2024-08-08T21:38:32.404Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2381 | 2024-08-08T21:38:32.825Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2382 | 2024-08-08T21:38:33.062Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2383 | 2024-08-08T21:38:34.902Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2384 | 2024-08-08T21:38:35.084Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2385 | 2024-08-08T21:38:35.767Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2386 | 2024-08-08T21:38:35.803Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2387 | 2024-08-08T21:38:36.526Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2388 | 2024-08-08T21:38:36.840Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2389 | 2024-08-08T21:38:36.866Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2390 | 2024-08-08T21:38:37.571Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2391 | 2024-08-08T21:38:38.654Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2392 | 2024-08-08T21:38:38.657Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2393 | 2024-08-08T21:38:39.378Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2394 | 2024-08-08T21:38:39.817Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2395 | 2024-08-08T21:38:39.942Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2396 | 2024-08-08T21:38:40.363Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2397 | 2024-08-08T21:38:40.423Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2398 | 2024-08-08T21:38:40.994Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2399 | 2024-08-08T21:38:41.099Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2400 | 2024-08-08T21:38:41.268Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2401 | 2024-08-08T21:38:41.792Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2402 | 2024-08-08T21:38:42.732Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2403 | 2024-08-08T21:38:42.767Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2404 | 2024-08-08T21:38:43.185Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2405 | 2024-08-08T21:38:43.281Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2406 | 2024-08-08T21:38:43.828Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2407 | 2024-08-08T21:38:43.863Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2408 | 2024-08-08T21:38:44.429Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2409 | 2024-08-08T21:38:44.596Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2410 | 2024-08-08T21:38:45.247Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2411 | 2024-08-08T21:38:45.320Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2412 | 2024-08-08T21:38:45.664Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2413 | 2024-08-08T21:38:46.189Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2414 | 2024-08-08T21:38:46.376Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2415 | 2024-08-08T21:38:46.379Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2416 | 2024-08-08T21:38:47.198Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2417 | 2024-08-08T21:38:47.488Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2418 | 2024-08-08T21:38:48.107Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2419 | 2024-08-08T21:38:50.150Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2420 | 2024-08-08T21:38:52.045Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2421 | 2024-08-08T21:39:05.600Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2422 | 2024-08-08T21:39:05.692Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2423 | 2024-08-08T21:39:08.065Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2424 | 2024-08-08T21:39:08.906Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2425 | 2024-08-08T21:39:10.026Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2426 | 2024-08-08T21:39:44.107Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2427 | 2024-08-08T21:39:44.226Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2428 | 2024-08-08T21:39:44.602Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2429 | 2024-08-08T21:39:47.122Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2430 | 2024-08-08T21:39:59.253Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2431 | 2024-08-08T21:40:04.275Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2432 | 2024-08-08T21:40:07.435Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2433 | 2024-08-08T21:40:09.084Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2434 | 2024-08-08T21:40:14.668Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2435 | 2024-08-08T21:40:20.071Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2436 | 2024-08-08T21:40:22.531Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2437 | 2024-08-08T21:40:23.347Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2438 | 2024-08-08T21:40:26.044Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2439 | 2024-08-08T21:40:26.504Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2440 | 2024-08-08T21:40:27.904Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2441 | 2024-08-08T21:40:29.217Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2442 | 2024-08-08T21:40:30.831Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2443 | 2024-08-08T21:40:33.332Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2444 | 2024-08-08T21:40:53.023Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2445 | 2024-08-08T21:41:09.539Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2446 | 2024-08-08T21:41:10.146Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2447 | 2024-08-08T21:41:10.628Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2448 | 2024-08-08T21:41:13.355Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2449 | 2024-08-08T21:41:20.954Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2450 | 2024-08-08T21:41:30.375Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2451 | 2024-08-08T21:41:32.269Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2452 | 2024-08-08T21:41:34.589Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2453 | 2024-08-08T21:41:37.889Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2454 | 2024-08-08T21:41:39.291Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2455 | 2024-08-08T21:41:41.846Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2456 | 2024-08-08T21:41:45.451Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2457 | 2024-08-08T21:41:55.397Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2458 | 2024-08-08T21:41:55.997Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2459 | 2024-08-08T21:41:58.048Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2460 | 2024-08-08T21:41:58.065Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2461 | 2024-08-08T21:41:59.418Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2462 | 2024-08-08T21:42:00.997Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2463 | 2024-08-08T21:42:09.860Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2464 | 2024-08-08T21:42:14.495Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2465 | 2024-08-08T21:42:15.831Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2466 | 2024-08-08T21:42:20.424Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2467 | 2024-08-08T21:42:21.159Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2468 | 2024-08-08T21:42:36.442Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2469 | 2024-08-08T21:42:38.441Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2470 | 2024-08-08T21:42:39.040Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2471 | 2024-08-08T21:42:40.485Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2472 | 2024-08-08T21:42:42.021Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2473 | 2024-08-08T21:42:42.642Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2474 | 2024-08-08T21:42:45.948Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2475 | 2024-08-08T21:42:55.627Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2476 | 2024-08-08T21:42:57.205Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2477 | 2024-08-08T21:42:57.361Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2478 | 2024-08-08T21:42:57.628Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2479 | 2024-08-08T21:42:57.964Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2480 | 2024-08-08T21:42:59.182Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2481 | 2024-08-08T21:43:05.964Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2482 | 2024-08-08T21:43:10.117Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2483 | 2024-08-08T21:43:12.496Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2484 | 2024-08-08T21:43:14.939Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2485 | 2024-08-08T21:43:15.427Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2486 | 2024-08-08T21:43:20.523Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2487 | 2024-08-08T21:43:24.082Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2488 | 2024-08-08T21:43:27.433Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2489 | 2024-08-08T21:43:29.111Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2490 | 2024-08-08T21:43:29.327Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2491 | 2024-08-08T21:43:34.560Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2492 | 2024-08-08T21:43:35.026Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2493 | 2024-08-08T21:43:35.558Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2494 | 2024-08-08T21:43:35.939Z | Documenting oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2495 | 2024-08-08T21:43:37.668Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2496 | 2024-08-08T21:43:41.752Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2497 | 2024-08-08T21:43:47.422Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2498 | 2024-08-08T21:43:47.638Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2499 | 2024-08-08T21:43:47.656Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2500 | 2024-08-08T21:43:50.373Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2501 | 2024-08-08T21:43:52.661Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2502 | 2024-08-08T21:43:55.771Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2503 | 2024-08-08T21:43:56.615Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2504 | 2024-08-08T21:44:00.306Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2505 | 2024-08-08T21:44:00.670Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2506 | 2024-08-08T21:44:01.026Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2507 | 2024-08-08T21:44:02.261Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2508 | 2024-08-08T21:44:03.183Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2509 | 2024-08-08T21:44:03.396Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2510 | 2024-08-08T21:44:04.710Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2511 | 2024-08-08T21:44:05.805Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2512 | 2024-08-08T21:44:08.126Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2513 | 2024-08-08T21:44:08.129Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2514 | 2024-08-08T21:44:08.754Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2515 | 2024-08-08T21:44:11.243Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2516 | 2024-08-08T21:44:12.759Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2517 | 2024-08-08T21:44:37.075Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 30s |
2518 | 2024-08-08T21:44:37.223Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 116 other files |
2519 | 2024-08-08T21:44:37.277Z | |
2520 | 2024-08-08T21:44:37.280Z | real 6:30.297231264 |
2521 | 2024-08-08T21:44:37.280Z | user 20:15.245900821 |
2522 | 2024-08-08T21:44:37.280Z | sys 28:45.326548790 |
2523 | 2024-08-08T21:44:37.280Z | trap 0.340813606 |
2524 | 2024-08-08T21:44:37.280Z | tflt 0.158553872 |
2525 | 2024-08-08T21:44:37.280Z | dflt 0.141429160 |
2526 | 2024-08-08T21:44:37.280Z | kflt 0.000002439 |
2527 | 2024-08-08T21:44:37.280Z | lock 1:01:27.023962458 |
2528 | 2024-08-08T21:44:37.281Z | slp 1:51:39.207178633 |
2529 | 2024-08-08T21:44:37.281Z | lat 1:00.007650115 |
2530 | 2024-08-08T21:44:37.281Z | stop 51.452919920 |
2531 | 2024-08-08T21:44:37.281Z | process exited: duration 998754 ms, exit code 0 |
|
2532 | 2024-08-08T21:44:37.287Z | found 0 output files |