|
|
|
1 | 2024-08-08T03:15:52.599Z | job assigned to worker 01J4QZQ8WY2RKWD6ABADWQ42EW (queued for 54 s) |
|
2 | 2024-08-08T03:15:59.680Z | starting task 0: "setup" |
3 | 2024-08-08T03:15:59.691Z | ++ uname -s |
4 | 2024-08-08T03:15:59.694Z | + kern=SunOS |
5 | 2024-08-08T03:15:59.694Z | + case "$kern" in |
6 | 2024-08-08T03:15:59.695Z | + groupadd -g 12345 build |
7 | 2024-08-08T03:15:59.698Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-08T03:16:01.706Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-08T03:16:01.794Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-08T03:16:01.797Z | + home_fs=zfs |
11 | 2024-08-08T03:16:01.797Z | + [[ zfs == autofs ]] |
12 | 2024-08-08T03:16:01.797Z | + mkdir -p /home/build |
13 | 2024-08-08T03:16:01.802Z | + chown build:build /home/build /work |
14 | 2024-08-08T03:16:03.810Z | + chmod 0700 /home/build /work |
15 | 2024-08-08T03:16:03.829Z | process exited: duration 4122 ms, exit code 0 |
|
16 | 2024-08-08T03:16:03.849Z | starting task 1: "rust-toolchain" |
17 | 2024-08-08T03:16:03.857Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-08T03:16:03.857Z | ' 1.80.0 |
19 | 2024-08-08T03:16:03.857Z | * toolchain channel = "1.80.0" |
20 | 2024-08-08T03:16:03.857Z | + printf ' * toolchain profile = "%s" |
21 | 2024-08-08T03:16:03.857Z | ' default |
22 | 2024-08-08T03:16:03.857Z | * toolchain profile = "default" |
23 | 2024-08-08T03:16:03.857Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-08T03:16:03.857Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.0 --profile default |
25 | 2024-08-08T03:16:03.966Z | info: downloading installer |
26 | 2024-08-08T03:16:05.089Z | info: profile set to 'default' |
27 | 2024-08-08T03:16:05.090Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-08T03:16:05.111Z | info: syncing channel updates for '1.80.0-x86_64-unknown-illumos' |
29 | 2024-08-08T03:16:05.252Z | info: latest update on 2024-07-25, rust version 1.80.0 (051478957 2024-07-21) |
30 | 2024-08-08T03:16:05.252Z | info: downloading component 'cargo' |
31 | 2024-08-08T03:16:05.881Z | info: downloading component 'clippy' |
32 | 2024-08-08T03:16:06.132Z | info: downloading component 'rust-docs' |
33 | 2024-08-08T03:16:07.080Z | info: downloading component 'rust-std' |
34 | 2024-08-08T03:16:08.401Z | info: downloading component 'rustc' |
35 | 2024-08-08T03:16:12.114Z | info: downloading component 'rustfmt' |
36 | 2024-08-08T03:16:12.293Z | info: installing component 'cargo' |
37 | 2024-08-08T03:16:13.140Z | info: installing component 'clippy' |
38 | 2024-08-08T03:16:13.534Z | info: installing component 'rust-docs' |
39 | 2024-08-08T03:16:15.134Z | info: installing component 'rust-std' |
40 | 2024-08-08T03:16:16.826Z | info: installing component 'rustc' |
41 | 2024-08-08T03:16:21.033Z | info: installing component 'rustfmt' |
42 | 2024-08-08T03:16:21.371Z | info: default toolchain set to '1.80.0-x86_64-unknown-illumos' |
43 | 2024-08-08T03:16:21.371Z | |
44 | 2024-08-08T03:16:21.639Z | 1.80.0-x86_64-unknown-illumos installed - rustc 1.80.0 (051478957 2024-07-21) |
45 | 2024-08-08T03:16:21.639Z | |
46 | 2024-08-08T03:16:21.646Z | |
47 | 2024-08-08T03:16:21.646Z | Rust is installed now. Great! |
48 | 2024-08-08T03:16:21.646Z | |
49 | 2024-08-08T03:16:21.647Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-08T03:16:21.647Z | environment variable. This has not been done automatically. |
51 | 2024-08-08T03:16:21.647Z | |
52 | 2024-08-08T03:16:21.647Z | To configure your current shell, you need to source |
53 | 2024-08-08T03:16:21.647Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-08T03:16:21.647Z | |
55 | 2024-08-08T03:16:21.648Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-08T03:16:21.648Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-08T03:16:21.648Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-08T03:16:21.695Z | + rustc --version |
59 | 2024-08-08T03:16:21.753Z | rustc 1.80.0 (051478957 2024-07-21) |
60 | 2024-08-08T03:16:21.757Z | process exited: duration 17907 ms, exit code 0 |
|
61 | 2024-08-08T03:16:21.785Z | starting task 2: "authentication" |
62 | 2024-08-08T03:16:21.822Z | process exited: duration 40 ms, exit code 0 |
|
63 | 2024-08-08T03:16:21.832Z | starting task 3: "clone repository" |
64 | 2024-08-08T03:16:21.838Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-08T03:16:21.844Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-08T03:16:21.885Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-08T03:16:27.883Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-08T03:16:27.883Z | + git fetch origin f356f44f26a8f44bf7e2d9f75a57eefc9102c458 |
69 | 2024-08-08T03:16:28.171Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-08T03:16:28.171Z | * branch f356f44f26a8f44bf7e2d9f75a57eefc9102c458 -> FETCH_HEAD |
71 | 2024-08-08T03:16:28.181Z | + [[ -n '' ]] |
72 | 2024-08-08T03:16:28.181Z | + git reset --hard f356f44f26a8f44bf7e2d9f75a57eefc9102c458 |
73 | 2024-08-08T03:16:28.320Z | HEAD is now at f356f44f2 Update taiki-e/install-action digest to ada21a8 |
74 | 2024-08-08T03:16:28.323Z | process exited: duration 6489 ms, exit code 0 |
|
75 | 2024-08-08T03:16:28.332Z | starting task 4: "build" |
76 | 2024-08-08T03:16:28.341Z | + cargo --version |
77 | 2024-08-08T03:16:28.389Z | cargo 1.80.0 (376290515 2024-07-16) |
78 | 2024-08-08T03:16:28.393Z | + rustc --version |
79 | 2024-08-08T03:16:28.448Z | rustc 1.80.0 (051478957 2024-07-21) |
80 | 2024-08-08T03:16:28.452Z | + source ./env.sh |
81 | 2024-08-08T03:16:28.452Z | ++ OLD_SHELL_OPTS=ehxB |
82 | 2024-08-08T03:16:28.452Z | ++ set -o xtrace |
83 | 2024-08-08T03:16:28.455Z | ++++ dirname ./env.sh |
84 | 2024-08-08T03:16:28.458Z | +++ readlink -f . |
85 | 2024-08-08T03:16:28.461Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
86 | 2024-08-08T03:16:28.461Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
87 | 2024-08-08T03:16:28.461Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
88 | 2024-08-08T03:16:28.461Z | ++ 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 |
89 | 2024-08-08T03:16:28.461Z | ++ 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 |
90 | 2024-08-08T03:16:28.461Z | ++ 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 |
91 | 2024-08-08T03:16:28.461Z | ++ 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 |
92 | 2024-08-08T03:16:28.461Z | ++ 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 |
93 | 2024-08-08T03:16:28.461Z | ++ 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 |
94 | 2024-08-08T03:16:28.461Z | ++ case $OLD_SHELL_OPTS in |
95 | 2024-08-08T03:16:28.461Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
96 | 2024-08-08T03:16:28.461Z | + banner prerequisites |
97 | 2024-08-08T03:16:28.464Z | |
98 | 2024-08-08T03:16:28.464Z | ##### ##### ###### ##### ###### #### # # # #### # |
99 | 2024-08-08T03:16:28.464Z | # # # # # # # # # # # # # # # |
100 | 2024-08-08T03:16:28.464Z | # # # # ##### # # ##### # # # # # #### # |
101 | 2024-08-08T03:16:28.465Z | ##### ##### # ##### # # # # # # # # # |
102 | 2024-08-08T03:16:28.465Z | # # # # # # # # # # # # # # # |
103 | 2024-08-08T03:16:28.465Z | # # # ###### # # ###### ### # #### # #### # |
104 | 2024-08-08T03:16:28.465Z | |
105 | 2024-08-08T03:16:28.465Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
106 | 2024-08-08T03:16:34.092Z | Startup: Refreshing catalog 'helios-dev' ... Done |
107 | 2024-08-08T03:16:36.120Z | Startup: Caching catalogs ... Done |
108 | 2024-08-08T03:16:40.049Z | Planning: Solver setup ... Done (3.370s) |
109 | 2024-08-08T03:16:40.110Z | Planning: Running solver ... Done (0.062s) |
110 | 2024-08-08T03:16:40.164Z | Planning: Finding local manifests ... Done (0.003s) |
111 | 2024-08-08T03:16:40.198Z | Planning: Fetching manifests: 0/4 0% complete |
112 | 2024-08-08T03:16:40.357Z | Planning: Fetching manifests: 4/4 100% complete |
113 | 2024-08-08T03:16:40.406Z | Planning: Package planning ... Done (0.048s) |
114 | 2024-08-08T03:16:40.465Z | Planning: Merging actions ... Done (0.050s) |
115 | 2024-08-08T03:16:40.747Z | Planning: Checking for conflicting actions ... Done (0.291s) |
116 | 2024-08-08T03:16:40.755Z | Planning: Consolidating action changes ... Done (0.011s) |
117 | 2024-08-08T03:16:41.829Z | Planning: Evaluating mediators ... Done (1.001s) |
118 | 2024-08-08T03:16:41.914Z | Planning: Planning completed in 5.59 seconds |
119 | 2024-08-08T03:16:41.914Z | Packages to install: 4 |
120 | 2024-08-08T03:16:41.914Z | Mediators to change: 2 |
121 | 2024-08-08T03:16:41.914Z | Services to change: 1 |
122 | 2024-08-08T03:16:41.914Z | Estimated space available: 155.76 GB |
123 | 2024-08-08T03:16:41.914Z | Estimated space to be consumed: 1.47 GB |
124 | 2024-08-08T03:16:41.914Z | Create boot environment: No |
125 | 2024-08-08T03:16:41.914Z | Create backup boot environment: No |
126 | 2024-08-08T03:16:41.914Z | Rebuild boot archive: No |
127 | 2024-08-08T03:16:41.914Z | |
128 | 2024-08-08T03:16:41.914Z | Changed mediators: |
129 | 2024-08-08T03:16:41.914Z | mediator clang: |
130 | 2024-08-08T03:16:41.914Z | version: None -> 15 (system default) |
131 | 2024-08-08T03:16:41.914Z | |
132 | 2024-08-08T03:16:41.914Z | mediator llvm: |
133 | 2024-08-08T03:16:41.914Z | version: 14 (system default) -> 15 (system default) |
134 | 2024-08-08T03:16:41.915Z | |
135 | 2024-08-08T03:16:41.915Z | Changed packages: |
136 | 2024-08-08T03:16:41.915Z | helios-dev |
137 | 2024-08-08T03:16:41.915Z | developer/build-essential |
138 | 2024-08-08T03:16:41.915Z | None -> 11-2.0 |
139 | 2024-08-08T03:16:41.915Z | library/libxmlsec1 |
140 | 2024-08-08T03:16:41.915Z | None -> 1.2.35-2.0 |
141 | 2024-08-08T03:16:41.915Z | ooce/developer/clang-15 |
142 | 2024-08-08T03:16:41.915Z | None -> 15.0.7-2.0 |
143 | 2024-08-08T03:16:41.915Z | ooce/developer/llvm-15 |
144 | 2024-08-08T03:16:41.915Z | None -> 15.0.7-2.0 |
145 | 2024-08-08T03:16:41.915Z | |
146 | 2024-08-08T03:16:41.915Z | Services: |
147 | 2024-08-08T03:16:41.915Z | restart_fmri: |
148 | 2024-08-08T03:16:41.915Z | svc:/system/update-man-index:default |
149 | 2024-08-08T03:16:41.915Z | |
150 | 2024-08-08T03:16:41.915Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
151 | 2024-08-08T03:16:46.831Z | Download: 638/3290 items 18.0/212.6MB 8% complete (3.6M/s) |
152 | 2024-08-08T03:16:51.847Z | Download: 1237/3290 items 93.1/212.6MB 43% complete (9.3M/s) |
153 | 2024-08-08T03:16:56.836Z | Download: 2171/3290 items 119.0/212.6MB 55% complete (10.1M/s) |
154 | 2024-08-08T03:17:01.840Z | Download: 2415/3290 items 120.1/212.6MB 56% complete (3.4M/s) |
155 | 2024-08-08T03:17:06.839Z | Download: 3245/3290 items 189.3/212.6MB 89% complete (7.0M/s) |
156 | 2024-08-08T03:17:13.520Z | Download: 3284/3290 items 211.9/212.6MB 99% complete (9.2M/s) |
157 | 2024-08-08T03:17:13.576Z | Download: Completed 212.60 MB in 31.74 seconds (6.7M/s) |
158 | 2024-08-08T03:17:13.849Z | Actions: 1/3689 actions (Installing new actions) |
159 | 2024-08-08T03:17:18.463Z | Actions: Completed 3689 actions in 4.62 seconds. |
160 | 2024-08-08T03:17:18.620Z | Done (0.143s) |
161 | 2024-08-08T03:17:18.620Z | Done (0.000s) |
162 | 2024-08-08T03:17:18.967Z | Done (0.359s) |
163 | 2024-08-08T03:17:23.287Z | Done (4.151s) |
164 | 2024-08-08T03:17:23.370Z | Done (0.019s) |
165 | 2024-08-08T03:17:23.375Z | Done (0.000s) |
166 | 2024-08-08T03:17:23.540Z | Done (0.000s) |
167 | 2024-08-08T03:17:24.113Z | Planning: Evaluating mediator changes ... Done |
168 | 2024-08-08T03:17:24.271Z | Planning: Checking for conflicting actions ... Done |
169 | 2024-08-08T03:17:24.276Z | Planning: Consolidating action changes ... Done |
170 | 2024-08-08T03:17:24.534Z | Planning: Evaluating mediators ... Done |
171 | 2024-08-08T03:17:24.538Z | Planning: Planning completed in 0.42 seconds |
172 | 2024-08-08T03:17:24.571Z | Mediators to change: 2 |
173 | 2024-08-08T03:17:24.571Z | Create boot environment: No |
174 | 2024-08-08T03:17:24.575Z | Create backup boot environment: No |
175 | 2024-08-08T03:17:24.660Z | Done |
176 | 2024-08-08T03:17:24.660Z | Done |
177 | 2024-08-08T03:17:24.904Z | Done |
178 | 2024-08-08T03:17:28.283Z | Done |
179 | 2024-08-08T03:17:28.367Z | Done |
180 | 2024-08-08T03:17:28.370Z | Done |
181 | 2024-08-08T03:17:28.464Z | Done |
182 | 2024-08-08T03:17:29.063Z | Planning: Evaluating mediator changes ... Done |
183 | 2024-08-08T03:17:29.066Z | Planning: Merging actions ... Done |
184 | 2024-08-08T03:17:29.256Z | Planning: Checking for conflicting actions ... Done |
185 | 2024-08-08T03:17:29.259Z | Planning: Consolidating action changes ... Done |
186 | 2024-08-08T03:17:29.523Z | Planning: Evaluating mediators ... Done |
187 | 2024-08-08T03:17:29.581Z | Planning: Planning completed in 0.76 seconds |
188 | 2024-08-08T03:17:29.616Z | Packages to change: 1 |
189 | 2024-08-08T03:17:29.616Z | Mediators to change: 1 |
190 | 2024-08-08T03:17:29.619Z | Services to change: 1 |
191 | 2024-08-08T03:17:29.619Z | Create boot environment: No |
192 | 2024-08-08T03:17:29.619Z | Create backup boot environment: Yes |
193 | 2024-08-08T03:17:31.634Z | Actions: 1/6 actions (Updating modified actions) |
194 | 2024-08-08T03:17:31.637Z | Actions: Completed 6 actions in 0.00 seconds. |
195 | 2024-08-08T03:17:31.637Z | Done |
196 | 2024-08-08T03:17:31.637Z | Done |
197 | 2024-08-08T03:17:31.711Z | Done |
198 | 2024-08-08T03:17:35.303Z | Done |
199 | 2024-08-08T03:17:35.387Z | Done |
200 | 2024-08-08T03:17:35.390Z | Done |
201 | 2024-08-08T03:17:35.508Z | Done |
202 | 2024-08-08T03:17:35.939Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
203 | 2024-08-08T03:17:35.939Z | clang system 15 system |
204 | 2024-08-08T03:17:35.939Z | csh system system illumos |
205 | 2024-08-08T03:17:35.939Z | ctags system system illumos |
206 | 2024-08-08T03:17:35.939Z | gcc vendor 12 vendor |
207 | 2024-08-08T03:17:35.939Z | gcc system 10 system |
208 | 2024-08-08T03:17:35.939Z | gcc system 7 system |
209 | 2024-08-08T03:17:35.939Z | go system 1.20 system |
210 | 2024-08-08T03:17:35.939Z | go system 1.19 system |
211 | 2024-08-08T03:17:35.939Z | llvm system 15 system |
212 | 2024-08-08T03:17:35.940Z | llvm system 14 system |
213 | 2024-08-08T03:17:35.940Z | mariadb system 10.6 system |
214 | 2024-08-08T03:17:35.940Z | mta vendor vendor dma |
215 | 2024-08-08T03:17:35.940Z | openjdk system 17 system |
216 | 2024-08-08T03:17:35.940Z | openjdk system 11 system |
217 | 2024-08-08T03:17:35.940Z | openjdk system 1.8 system |
218 | 2024-08-08T03:17:35.940Z | openssl vendor 3 vendor |
219 | 2024-08-08T03:17:35.940Z | perl system 5.36 system |
220 | 2024-08-08T03:17:35.940Z | postgresql system 15 system |
221 | 2024-08-08T03:17:35.940Z | postgresql system 13 system |
222 | 2024-08-08T03:17:35.940Z | python vendor 3 vendor |
223 | 2024-08-08T03:17:35.940Z | python system 2 system |
224 | 2024-08-08T03:17:35.940Z | python3 system 3.11 system |
225 | 2024-08-08T03:17:35.940Z | ruby system 3.0 system |
226 | 2024-08-08T03:17:35.940Z | words vendor vendor american-english |
227 | 2024-08-08T03:17:35.940Z | words system system australian-english |
228 | 2024-08-08T03:17:35.940Z | words system system british-english |
229 | 2024-08-08T03:17:35.940Z | words system system canadian-english |
230 | 2024-08-08T03:17:35.940Z | words system system french |
231 | 2024-08-08T03:17:35.940Z | words system system italian |
232 | 2024-08-08T03:17:35.940Z | words system system ngerman |
233 | 2024-08-08T03:17:35.940Z | words system system ogerman |
234 | 2024-08-08T03:17:35.940Z | words system system spanish |
235 | 2024-08-08T03:17:36.264Z | PUBLISHER TYPE STATUS P LOCATION |
236 | 2024-08-08T03:17:36.265Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
237 | 2024-08-08T03:17:37.896Z | FMRI IFO |
238 | 2024-08-08T03:17:37.896Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
239 | 2024-08-08T03:17:37.896Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
240 | 2024-08-08T03:17:37.896Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
241 | 2024-08-08T03:17:37.896Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
242 | 2024-08-08T03:17:37.896Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
243 | 2024-08-08T03:17:37.896Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
244 | 2024-08-08T03:17:37.896Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
245 | 2024-08-08T03:17:37.896Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
246 | 2024-08-08T03:17:37.896Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
247 | 2024-08-08T03:17:37.896Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
248 | 2024-08-08T03:17:37.896Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
249 | 2024-08-08T03:17:37.896Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
250 | 2024-08-08T03:17:38.461Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
251 | 2024-08-08T03:17:38.684Z | Updating git repository `https://github.com/oxidecomputer/zone` |
252 | 2024-08-08T03:17:38.946Z | Updating crates.io index |
253 | 2024-08-08T03:17:39.025Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
254 | 2024-08-08T03:17:39.650Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
255 | 2024-08-08T03:17:40.390Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
256 | 2024-08-08T03:17:40.602Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
257 | 2024-08-08T03:17:42.062Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
258 | 2024-08-08T03:17:42.315Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
259 | 2024-08-08T03:17:42.555Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
260 | 2024-08-08T03:17:43.556Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
261 | 2024-08-08T03:17:45.360Z | Updating git repository `https://github.com/oxidecomputer/opte` |
262 | 2024-08-08T03:17:46.338Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
263 | 2024-08-08T03:17:46.982Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
264 | 2024-08-08T03:17:47.564Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
265 | 2024-08-08T03:17:47.814Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
266 | 2024-08-08T03:17:48.035Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
267 | 2024-08-08T03:17:48.292Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
268 | 2024-08-08T03:17:48.596Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
269 | 2024-08-08T03:17:48.797Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
270 | 2024-08-08T03:17:49.048Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
271 | 2024-08-08T03:17:49.320Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
272 | 2024-08-08T03:17:49.573Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
273 | 2024-08-08T03:17:49.986Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
274 | 2024-08-08T03:17:50.308Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
275 | 2024-08-08T03:17:50.578Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
276 | 2024-08-08T03:17:50.975Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
277 | 2024-08-08T03:17:51.260Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
278 | 2024-08-08T03:17:51.640Z | Updating git repository `https://github.com/oxidecomputer/typify` |
279 | 2024-08-08T03:17:53.652Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
280 | 2024-08-08T03:17:53.867Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
281 | 2024-08-08T03:17:54.110Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
282 | 2024-08-08T03:17:54.493Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
283 | 2024-08-08T03:17:55.486Z | Downloading crates ... |
284 | 2024-08-08T03:17:55.548Z | Downloaded anstyle-parse v0.2.4 |
285 | 2024-08-08T03:17:55.553Z | Downloaded anstyle v1.0.8 |
286 | 2024-08-08T03:17:55.556Z | Downloaded anstream v0.6.14 |
287 | 2024-08-08T03:17:55.560Z | Downloaded proc-macro-error-attr v1.0.4 |
288 | 2024-08-08T03:17:55.564Z | Downloaded usdt-attr-macro v0.5.0 |
289 | 2024-08-08T03:17:55.572Z | Downloaded pretty-hex v0.4.1 |
290 | 2024-08-08T03:17:55.579Z | Downloaded swrite v0.1.0 |
291 | 2024-08-08T03:17:55.579Z | Downloaded dtrace-parser v0.2.0 |
292 | 2024-08-08T03:17:55.579Z | Downloaded scroll_derive v0.12.0 |
293 | 2024-08-08T03:17:55.579Z | Downloaded usdt-macro v0.5.0 |
294 | 2024-08-08T03:17:55.584Z | Downloaded thiserror-impl v1.0.63 |
295 | 2024-08-08T03:17:55.585Z | Downloaded crypto-common v0.1.6 |
296 | 2024-08-08T03:17:55.585Z | Downloaded colorchoice v1.0.1 |
297 | 2024-08-08T03:17:55.585Z | Downloaded bytecount v0.6.8 |
298 | 2024-08-08T03:17:55.585Z | Downloaded fs-err v2.11.0 |
299 | 2024-08-08T03:17:55.589Z | Downloaded itoa v1.0.11 |
300 | 2024-08-08T03:17:55.589Z | Downloaded dof v0.3.0 |
301 | 2024-08-08T03:17:55.589Z | Downloaded terminal_size v0.3.0 |
302 | 2024-08-08T03:17:55.594Z | Downloaded tabled_derive v0.7.0 |
303 | 2024-08-08T03:17:55.598Z | Downloaded errno v0.3.9 |
304 | 2024-08-08T03:17:55.598Z | Downloaded pest_generator v2.7.10 |
305 | 2024-08-08T03:17:55.599Z | Downloaded scroll v0.12.0 |
306 | 2024-08-08T03:17:55.602Z | Downloaded once_cell v1.19.0 |
307 | 2024-08-08T03:17:55.603Z | Downloaded version_check v0.9.5 |
308 | 2024-08-08T03:17:55.603Z | Downloaded heck v0.4.1 |
309 | 2024-08-08T03:17:55.607Z | Downloaded quote v1.0.36 |
310 | 2024-08-08T03:17:55.615Z | Downloaded sha2 v0.10.8 |
311 | 2024-08-08T03:17:55.621Z | Downloaded cargo_toml v0.20.4 |
312 | 2024-08-08T03:17:55.621Z | Downloaded equivalent v1.0.1 |
313 | 2024-08-08T03:17:55.626Z | Downloaded is_terminal_polyfill v1.70.0 |
314 | 2024-08-08T03:17:55.630Z | Downloaded clap_derive v4.5.13 |
315 | 2024-08-08T03:17:55.630Z | Downloaded camino v1.1.7 |
316 | 2024-08-08T03:17:55.633Z | Downloaded toml v0.8.19 |
317 | 2024-08-08T03:17:55.636Z | Downloaded clap v4.5.13 |
318 | 2024-08-08T03:17:55.645Z | Downloaded serde_tokenstream v0.2.1 |
319 | 2024-08-08T03:17:55.649Z | Downloaded log v0.4.21 |
320 | 2024-08-08T03:17:55.655Z | Downloaded fnv v1.0.7 |
321 | 2024-08-08T03:17:55.655Z | Downloaded autocfg v1.3.0 |
322 | 2024-08-08T03:17:55.655Z | Downloaded anyhow v1.0.86 |
323 | 2024-08-08T03:17:55.660Z | Downloaded generic-array v0.14.7 |
324 | 2024-08-08T03:17:55.660Z | Downloaded serde_spanned v0.6.7 |
325 | 2024-08-08T03:17:55.660Z | Downloaded heck v0.5.0 |
326 | 2024-08-08T03:17:55.664Z | Downloaded clap_lex v0.7.0 |
327 | 2024-08-08T03:17:55.664Z | Downloaded plain v0.2.3 |
328 | 2024-08-08T03:17:55.664Z | Downloaded pest_meta v2.7.10 |
329 | 2024-08-08T03:17:55.664Z | Downloaded strsim v0.11.1 |
330 | 2024-08-08T03:17:55.667Z | Downloaded macaddr v1.0.1 |
331 | 2024-08-08T03:17:55.667Z | Downloaded thiserror v1.0.63 |
332 | 2024-08-08T03:17:55.670Z | Downloaded ucd-trie v0.1.6 |
333 | 2024-08-08T03:17:55.676Z | Downloaded memmap v0.7.0 |
334 | 2024-08-08T03:17:55.680Z | Downloaded proc-macro-error v1.0.4 |
335 | 2024-08-08T03:17:55.680Z | Downloaded thread-id v4.2.1 |
336 | 2024-08-08T03:17:55.680Z | Downloaded cpufeatures v0.2.12 |
337 | 2024-08-08T03:17:55.680Z | Downloaded cargo_metadata v0.18.1 |
338 | 2024-08-08T03:17:55.684Z | Downloaded utf8parse v0.2.1 |
339 | 2024-08-08T03:17:55.684Z | Downloaded digest v0.10.7 |
340 | 2024-08-08T03:17:55.684Z | Downloaded usdt v0.5.0 |
341 | 2024-08-08T03:17:55.687Z | Downloaded toml_datetime v0.6.8 |
342 | 2024-08-08T03:17:55.687Z | Downloaded block-buffer v0.10.4 |
343 | 2024-08-08T03:17:55.687Z | Downloaded semver v1.0.23 |
344 | 2024-08-08T03:17:55.691Z | Downloaded bitflags v2.6.0 |
345 | 2024-08-08T03:17:55.694Z | Downloaded cfg-if v1.0.0 |
346 | 2024-08-08T03:17:55.694Z | Downloaded cargo-platform v0.1.8 |
347 | 2024-08-08T03:17:55.698Z | Downloaded byteorder v1.5.0 |
348 | 2024-08-08T03:17:55.698Z | Downloaded indexmap v2.3.0 |
349 | 2024-08-08T03:17:55.701Z | Downloaded anstyle-query v1.0.3 |
350 | 2024-08-08T03:17:55.704Z | Downloaded zerocopy-derive v0.7.34 |
351 | 2024-08-08T03:17:55.707Z | Downloaded usdt-impl v0.5.0 |
352 | 2024-08-08T03:17:55.711Z | Downloaded serde v1.0.204 |
353 | 2024-08-08T03:17:55.715Z | Downloaded proc-macro2 v1.0.86 |
354 | 2024-08-08T03:17:55.715Z | Downloaded papergrid v0.11.0 |
355 | 2024-08-08T03:17:55.719Z | Downloaded memchr v2.7.2 |
356 | 2024-08-08T03:17:55.723Z | Downloaded unicode-ident v1.0.12 |
357 | 2024-08-08T03:17:55.726Z | Downloaded ryu v1.0.18 |
358 | 2024-08-08T03:17:55.730Z | Downloaded typenum v1.17.0 |
359 | 2024-08-08T03:17:55.733Z | Downloaded toml_edit v0.22.20 |
360 | 2024-08-08T03:17:55.754Z | Downloaded pest_derive v2.7.10 |
361 | 2024-08-08T03:17:55.757Z | Downloaded serde_derive v1.0.204 |
362 | 2024-08-08T03:17:55.761Z | Downloaded pest v2.7.10 |
363 | 2024-08-08T03:17:55.767Z | Downloaded serde_json v1.0.122 |
364 | 2024-08-08T03:17:55.774Z | Downloaded zerocopy v0.7.34 |
365 | 2024-08-08T03:17:55.790Z | Downloaded hashbrown v0.14.5 |
366 | 2024-08-08T03:17:55.795Z | Downloaded goblin v0.8.2 |
367 | 2024-08-08T03:17:55.801Z | Downloaded clap_builder v4.5.13 |
368 | 2024-08-08T03:17:55.807Z | Downloaded winnow v0.6.18 |
369 | 2024-08-08T03:17:55.816Z | Downloaded tabled v0.15.0 |
370 | 2024-08-08T03:17:55.831Z | Downloaded syn v2.0.72 |
371 | 2024-08-08T03:17:55.842Z | Downloaded syn v1.0.109 |
372 | 2024-08-08T03:17:55.852Z | Downloaded rustix v0.38.34 |
373 | 2024-08-08T03:17:55.874Z | Downloaded unicode-width v0.1.13 |
374 | 2024-08-08T03:17:55.886Z | Downloaded libc v0.2.155 |
375 | 2024-08-08T03:17:56.172Z | Compiling proc-macro2 v1.0.86 |
376 | 2024-08-08T03:17:56.172Z | Compiling unicode-ident v1.0.12 |
377 | 2024-08-08T03:17:56.177Z | Compiling version_check v0.9.5 |
378 | 2024-08-08T03:17:56.177Z | Compiling serde v1.0.204 |
379 | 2024-08-08T03:17:56.177Z | Compiling memchr v2.7.2 |
380 | 2024-08-08T03:17:56.177Z | Compiling thiserror v1.0.63 |
381 | 2024-08-08T03:17:56.177Z | Compiling libc v0.2.155 |
382 | 2024-08-08T03:17:56.204Z | Compiling ryu v1.0.18 |
383 | 2024-08-08T03:17:56.428Z | Compiling ucd-trie v0.1.6 |
384 | 2024-08-08T03:17:56.655Z | Compiling itoa v1.0.11 |
385 | 2024-08-08T03:17:56.919Z | Compiling once_cell v1.19.0 |
386 | 2024-08-08T03:17:56.997Z | Compiling byteorder v1.5.0 |
387 | 2024-08-08T03:17:57.041Z | Compiling serde_json v1.0.122 |
388 | 2024-08-08T03:17:57.415Z | Compiling usdt-impl v0.5.0 |
389 | 2024-08-08T03:17:57.456Z | Compiling proc-macro-error-attr v1.0.4 |
390 | 2024-08-08T03:17:57.586Z | Compiling rustix v0.38.34 |
391 | 2024-08-08T03:17:57.687Z | Compiling syn v1.0.109 |
392 | 2024-08-08T03:17:57.839Z | Compiling quote v1.0.36 |
393 | 2024-08-08T03:17:57.864Z | Compiling proc-macro-error v1.0.4 |
394 | 2024-08-08T03:17:57.909Z | Compiling utf8parse v0.2.1 |
395 | 2024-08-08T03:17:58.075Z | Compiling log v0.4.21 |
396 | 2024-08-08T03:17:58.165Z | Compiling plain v0.2.3 |
397 | 2024-08-08T03:17:58.304Z | Compiling syn v2.0.72 |
398 | 2024-08-08T03:17:58.395Z | Compiling errno v0.3.9 |
399 | 2024-08-08T03:17:58.457Z | Compiling hashbrown v0.14.5 |
400 | 2024-08-08T03:17:58.511Z | Compiling equivalent v1.0.1 |
401 | 2024-08-08T03:17:58.542Z | Compiling thread-id v4.2.1 |
402 | 2024-08-08T03:17:58.592Z | Compiling bitflags v2.6.0 |
403 | 2024-08-08T03:17:58.641Z | Compiling anstyle-parse v0.2.4 |
404 | 2024-08-08T03:17:58.777Z | Compiling pretty-hex v0.4.1 |
405 | 2024-08-08T03:17:59.010Z | Compiling colorchoice v1.0.1 |
406 | 2024-08-08T03:17:59.013Z | Compiling is_terminal_polyfill v1.70.0 |
407 | 2024-08-08T03:17:59.051Z | Compiling autocfg v1.3.0 |
408 | 2024-08-08T03:17:59.151Z | Compiling camino v1.1.7 |
409 | 2024-08-08T03:17:59.175Z | Compiling anstyle v1.0.8 |
410 | 2024-08-08T03:17:59.554Z | Compiling winnow v0.6.18 |
411 | 2024-08-08T03:17:59.655Z | Compiling indexmap v2.3.0 |
412 | 2024-08-08T03:17:59.750Z | Compiling semver v1.0.23 |
413 | 2024-08-08T03:17:59.821Z | Compiling anstyle-query v1.0.3 |
414 | 2024-08-08T03:17:59.966Z | Compiling anstream v0.6.14 |
415 | 2024-08-08T03:18:00.051Z | Compiling fs-err v2.11.0 |
416 | 2024-08-08T03:18:00.368Z | Compiling terminal_size v0.3.0 |
417 | 2024-08-08T03:18:00.642Z | Compiling anyhow v1.0.86 |
418 | 2024-08-08T03:18:00.687Z | Compiling strsim v0.11.1 |
419 | 2024-08-08T03:18:00.748Z | Compiling clap_lex v0.7.0 |
420 | 2024-08-08T03:18:00.779Z | Compiling heck v0.4.1 |
421 | 2024-08-08T03:18:01.101Z | Compiling fnv v1.0.7 |
422 | 2024-08-08T03:18:01.248Z | Compiling heck v0.5.0 |
423 | 2024-08-08T03:18:01.292Z | Compiling unicode-width v0.1.13 |
424 | 2024-08-08T03:18:01.296Z | Compiling bytecount v0.6.8 |
425 | 2024-08-08T03:18:01.540Z | Compiling papergrid v0.11.0 |
426 | 2024-08-08T03:18:01.566Z | Compiling clap_builder v4.5.13 |
427 | 2024-08-08T03:18:01.778Z | Compiling memmap v0.7.0 |
428 | 2024-08-08T03:18:02.229Z | Compiling swrite v0.1.0 |
429 | 2024-08-08T03:18:03.817Z | Compiling tabled_derive v0.7.0 |
430 | 2024-08-08T03:18:05.372Z | Compiling tabled v0.15.0 |
431 | 2024-08-08T03:18:07.102Z | Compiling serde_derive v1.0.204 |
432 | 2024-08-08T03:18:07.102Z | Compiling thiserror-impl v1.0.63 |
433 | 2024-08-08T03:18:07.108Z | Compiling zerocopy-derive v0.7.34 |
434 | 2024-08-08T03:18:07.108Z | Compiling scroll_derive v0.12.0 |
435 | 2024-08-08T03:18:07.108Z | Compiling clap_derive v4.5.13 |
436 | 2024-08-08T03:18:08.550Z | Compiling scroll v0.12.0 |
437 | 2024-08-08T03:18:09.034Z | Compiling zerocopy v0.7.34 |
438 | 2024-08-08T03:18:09.101Z | Compiling goblin v0.8.2 |
439 | 2024-08-08T03:18:10.140Z | Compiling pest v2.7.10 |
440 | 2024-08-08T03:18:10.762Z | Compiling clap v4.5.13 |
441 | 2024-08-08T03:18:12.222Z | Compiling pest_meta v2.7.10 |
442 | 2024-08-08T03:18:13.100Z | Compiling pest_generator v2.7.10 |
443 | 2024-08-08T03:18:14.803Z | Compiling pest_derive v2.7.10 |
444 | 2024-08-08T03:18:15.559Z | Compiling dtrace-parser v0.2.0 |
445 | 2024-08-08T03:18:17.059Z | Compiling serde_spanned v0.6.7 |
446 | 2024-08-08T03:18:17.059Z | Compiling toml_datetime v0.6.8 |
447 | 2024-08-08T03:18:17.063Z | Compiling cargo-platform v0.1.8 |
448 | 2024-08-08T03:18:17.436Z | Compiling serde_tokenstream v0.2.1 |
449 | 2024-08-08T03:18:17.476Z | Compiling toml_edit v0.22.20 |
450 | 2024-08-08T03:18:17.659Z | Compiling macaddr v1.0.1 |
451 | 2024-08-08T03:18:18.419Z | Compiling dof v0.3.0 |
452 | 2024-08-08T03:18:18.419Z | Compiling cargo_metadata v0.18.1 |
453 | 2024-08-08T03:18:20.196Z | Compiling toml v0.8.19 |
454 | 2024-08-08T03:18:20.471Z | Compiling usdt-attr-macro v0.5.0 |
455 | 2024-08-08T03:18:20.471Z | Compiling usdt-macro v0.5.0 |
456 | 2024-08-08T03:18:21.048Z | Compiling cargo_toml v0.20.4 |
457 | 2024-08-08T03:18:21.792Z | Compiling usdt v0.5.0 |
458 | 2024-08-08T03:18:24.785Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
459 | 2024-08-08T03:18:28.584Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.34s |
460 | 2024-08-08T03:18:28.827Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
461 | 2024-08-08T03:18:29.360Z | Downloading crates ... |
462 | 2024-08-08T03:18:29.517Z | Downloaded addr2line v0.21.0 |
463 | 2024-08-08T03:18:29.525Z | Downloaded crunchy v0.2.2 |
464 | 2024-08-08T03:18:29.531Z | Downloaded crossterm v0.27.0 |
465 | 2024-08-08T03:18:29.537Z | Downloaded assert_matches v1.5.0 |
466 | 2024-08-08T03:18:29.543Z | Downloaded atomicwrites v0.4.3 |
467 | 2024-08-08T03:18:29.544Z | Downloaded async-stream v0.3.5 |
468 | 2024-08-08T03:18:29.544Z | Downloaded async-recursion v1.1.1 |
469 | 2024-08-08T03:18:29.550Z | Downloaded indent_write v2.2.0 |
470 | 2024-08-08T03:18:29.551Z | Downloaded bitflags v1.3.2 |
471 | 2024-08-08T03:18:29.555Z | Downloaded is_ci v1.2.0 |
472 | 2024-08-08T03:18:29.556Z | Downloaded linear-map v1.2.0 |
473 | 2024-08-08T03:18:29.556Z | Downloaded kstat-rs v0.2.4 |
474 | 2024-08-08T03:18:29.556Z | Downloaded libsw v3.3.1 |
475 | 2024-08-08T03:18:29.560Z | Downloaded atty v0.2.14 |
476 | 2024-08-08T03:18:29.561Z | Downloaded bzip2 v0.4.4 |
477 | 2024-08-08T03:18:29.561Z | Downloaded convert_case v0.4.0 |
478 | 2024-08-08T03:18:29.561Z | Downloaded ciborium-io v0.2.2 |
479 | 2024-08-08T03:18:29.568Z | Downloaded maybe-uninit v2.0.0 |
480 | 2024-08-08T03:18:29.568Z | Downloaded cipher v0.4.4 |
481 | 2024-08-08T03:18:29.568Z | Downloaded ciborium-ll v0.2.2 |
482 | 2024-08-08T03:18:29.574Z | Downloaded base64ct v1.6.0 |
483 | 2024-08-08T03:18:29.574Z | Downloaded base64 v0.13.1 |
484 | 2024-08-08T03:18:29.574Z | Downloaded mime_guess v2.0.4 |
485 | 2024-08-08T03:18:29.575Z | Downloaded multer v3.1.0 |
486 | 2024-08-08T03:18:29.581Z | Downloaded nibble_vec v0.1.0 |
487 | 2024-08-08T03:18:29.581Z | Downloaded crossbeam-deque v0.8.5 |
488 | 2024-08-08T03:18:29.589Z | Downloaded colored v2.1.0 |
489 | 2024-08-08T03:18:29.590Z | Downloaded base16ct v0.2.0 |
490 | 2024-08-08T03:18:29.590Z | Downloaded nodrop v0.1.14 |
491 | 2024-08-08T03:18:29.590Z | Downloaded nu-ansi-term v0.50.0 |
492 | 2024-08-08T03:18:29.598Z | Downloaded const-oid v0.9.6 |
493 | 2024-08-08T03:18:29.598Z | Downloaded backtrace v0.3.71 |
494 | 2024-08-08T03:18:29.598Z | Downloaded clang-sys v1.7.0 |
495 | 2024-08-08T03:18:29.603Z | Downloaded compact_str v0.7.1 |
496 | 2024-08-08T03:18:29.604Z | Downloaded crossbeam-utils v0.8.19 |
497 | 2024-08-08T03:18:29.610Z | Downloaded cc v1.0.97 |
498 | 2024-08-08T03:18:29.610Z | Downloaded openapiv3 v2.0.0 |
499 | 2024-08-08T03:18:29.618Z | Downloaded olpc-cjson v0.1.3 |
500 | 2024-08-08T03:18:29.625Z | Downloaded const_format v0.2.32 |
501 | 2024-08-08T03:18:29.631Z | Downloaded arc-swap v1.7.1 |
502 | 2024-08-08T03:18:29.632Z | Downloaded aho-corasick v1.1.3 |
503 | 2024-08-08T03:18:29.639Z | Downloaded is-terminal v0.4.12 |
504 | 2024-08-08T03:18:29.639Z | Downloaded matches v0.1.10 |
505 | 2024-08-08T03:18:29.649Z | Downloaded match_cfg v0.1.0 |
506 | 2024-08-08T03:18:29.649Z | Downloaded memoffset v0.9.1 |
507 | 2024-08-08T03:18:29.650Z | Downloaded memmap2 v0.9.4 |
508 | 2024-08-08T03:18:29.650Z | Downloaded maplit v1.0.2 |
509 | 2024-08-08T03:18:29.650Z | Downloaded normalize-line-endings v0.3.0 |
510 | 2024-08-08T03:18:29.650Z | Downloaded blake3 v1.5.1 |
511 | 2024-08-08T03:18:29.660Z | Downloaded mime v0.3.17 |
512 | 2024-08-08T03:18:29.661Z | Downloaded num-iter v0.1.45 |
513 | 2024-08-08T03:18:29.661Z | Downloaded opaque-debug v0.3.1 |
514 | 2024-08-08T03:18:29.661Z | Downloaded openssl-macros v0.1.1 |
515 | 2024-08-08T03:18:29.671Z | Downloaded number_prefix v0.4.0 |
516 | 2024-08-08T03:18:29.671Z | Downloaded num_enum v0.5.11 |
517 | 2024-08-08T03:18:29.671Z | Downloaded num-integer v0.1.46 |
518 | 2024-08-08T03:18:29.671Z | Downloaded openssl-probe v0.1.5 |
519 | 2024-08-08T03:18:29.671Z | Downloaded native-tls v0.2.11 |
520 | 2024-08-08T03:18:29.679Z | Downloaded paste v1.0.15 |
521 | 2024-08-08T03:18:29.679Z | Downloaded owo-colors v4.0.0 |
522 | 2024-08-08T03:18:29.680Z | Downloaded bitvec v1.0.1 |
523 | 2024-08-08T03:18:29.689Z | Downloaded num-traits v0.2.19 |
524 | 2024-08-08T03:18:29.694Z | Downloaded parking_lot_core v0.9.10 |
525 | 2024-08-08T03:18:29.694Z | Downloaded parking_lot_core v0.8.6 |
526 | 2024-08-08T03:18:29.700Z | Downloaded itertools v0.13.0 |
527 | 2024-08-08T03:18:29.716Z | Downloaded minimal-lexical v0.2.1 |
528 | 2024-08-08T03:18:29.716Z | Downloaded parking_lot v0.11.2 |
529 | 2024-08-08T03:18:29.716Z | Downloaded itertools v0.10.5 |
530 | 2024-08-08T03:18:29.720Z | Downloaded mio v0.8.11 |
531 | 2024-08-08T03:18:29.723Z | Downloaded num-bigint-dig v0.8.4 |
532 | 2024-08-08T03:18:29.727Z | Downloaded nom v7.1.3 |
533 | 2024-08-08T03:18:29.736Z | Downloaded openssl-sys v0.9.103 |
534 | 2024-08-08T03:18:29.750Z | Downloaded itertools v0.12.1 |
535 | 2024-08-08T03:18:29.760Z | Downloaded cstr-argument v0.1.2 |
536 | 2024-08-08T03:18:29.760Z | Downloaded crucible-workspace-hack v0.1.0 |
537 | 2024-08-08T03:18:29.760Z | Downloaded csv-core v0.1.11 |
538 | 2024-08-08T03:18:29.760Z | Downloaded crc-any v2.5.0 |
539 | 2024-08-08T03:18:29.761Z | Downloaded cookie_store v0.20.0 |
540 | 2024-08-08T03:18:29.761Z | Downloaded cookie v0.18.1 |
541 | 2024-08-08T03:18:29.767Z | Downloaded bitfield v0.14.0 |
542 | 2024-08-08T03:18:29.767Z | Downloaded crc32fast v1.4.0 |
543 | 2024-08-08T03:18:29.768Z | Downloaded cookie v0.17.0 |
544 | 2024-08-08T03:18:29.768Z | Downloaded darling_macro v0.20.9 |
545 | 2024-08-08T03:18:29.768Z | Downloaded defmt-parser v0.3.4 |
546 | 2024-08-08T03:18:29.768Z | Downloaded darling v0.20.9 |
547 | 2024-08-08T03:18:29.774Z | Downloaded crossbeam-channel v0.5.12 |
548 | 2024-08-08T03:18:29.774Z | Downloaded defmt-macros v0.3.9 |
549 | 2024-08-08T03:18:29.779Z | Downloaded num_threads v0.1.7 |
550 | 2024-08-08T03:18:29.779Z | Downloaded num-derive v0.4.2 |
551 | 2024-08-08T03:18:29.779Z | Downloaded darling_core v0.20.9 |
552 | 2024-08-08T03:18:29.786Z | Downloaded openssl v0.10.66 |
553 | 2024-08-08T03:18:29.794Z | Downloaded nix v0.27.1 |
554 | 2024-08-08T03:18:29.813Z | Downloaded password-hash v0.5.0 |
555 | 2024-08-08T03:18:29.819Z | Downloaded object v0.32.2 |
556 | 2024-08-08T03:18:29.825Z | Downloaded shlex v1.3.0 |
557 | 2024-08-08T03:18:29.825Z | Downloaded tracing-attributes v0.1.27 |
558 | 2024-08-08T03:18:29.825Z | Downloaded tower-service v0.3.2 |
559 | 2024-08-08T03:18:29.825Z | Downloaded stable_deref_trait v1.2.0 |
560 | 2024-08-08T03:18:29.825Z | Downloaded tokio-tungstenite v0.20.1 |
561 | 2024-08-08T03:18:29.830Z | Downloaded tokio-stream v0.1.15 |
562 | 2024-08-08T03:18:29.833Z | Downloaded tracing v0.1.40 |
563 | 2024-08-08T03:18:29.837Z | Downloaded unicode-normalization v0.1.23 |
564 | 2024-08-08T03:18:29.841Z | Downloaded unicode-segmentation v1.11.0 |
565 | 2024-08-08T03:18:29.844Z | Downloaded hostname v0.4.0 |
566 | 2024-08-08T03:18:29.844Z | Downloaded predicates-tree v1.0.9 |
567 | 2024-08-08T03:18:29.844Z | Downloaded signal-hook v0.3.17 |
568 | 2024-08-08T03:18:29.847Z | Downloaded hmac v0.12.1 |
569 | 2024-08-08T03:18:29.851Z | Downloaded hostname v0.3.1 |
570 | 2024-08-08T03:18:29.854Z | Downloaded flate2 v1.0.31 |
571 | 2024-08-08T03:18:29.860Z | Downloaded float-ord v0.3.2 |
572 | 2024-08-08T03:18:29.860Z | Downloaded gimli v0.28.1 |
573 | 2024-08-08T03:18:29.874Z | Downloaded bstr v1.9.1 |
574 | 2024-08-08T03:18:29.879Z | Downloaded hkdf v0.12.4 |
575 | 2024-08-08T03:18:29.883Z | Downloaded home v0.5.9 |
576 | 2024-08-08T03:18:29.883Z | Downloaded group v0.13.0 |
577 | 2024-08-08T03:18:29.883Z | Downloaded termtree v0.4.1 |
578 | 2024-08-08T03:18:29.883Z | Downloaded sqlparser_derive v0.2.2 |
579 | 2024-08-08T03:18:29.887Z | Downloaded smallvec v0.6.14 |
580 | 2024-08-08T03:18:29.887Z | Downloaded float-cmp v0.9.0 |
581 | 2024-08-08T03:18:29.895Z | Downloaded smallvec v1.13.2 |
582 | 2024-08-08T03:18:29.898Z | Downloaded slab v0.4.9 |
583 | 2024-08-08T03:18:29.903Z | Downloaded tinyvec_macros v0.1.1 |
584 | 2024-08-08T03:18:29.903Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
585 | 2024-08-08T03:18:29.913Z | Downloaded oso-derive v0.27.3 |
586 | 2024-08-08T03:18:29.916Z | Downloaded dirs-next v2.0.0 |
587 | 2024-08-08T03:18:29.916Z | Downloaded untrusted v0.7.1 |
588 | 2024-08-08T03:18:29.916Z | Downloaded universal-hash v0.5.1 |
589 | 2024-08-08T03:18:29.920Z | Downloaded tungstenite v0.21.0 |
590 | 2024-08-08T03:18:29.923Z | Downloaded tinyvec v1.6.0 |
591 | 2024-08-08T03:18:29.927Z | Downloaded dyn-clone v1.0.17 |
592 | 2024-08-08T03:18:29.927Z | Downloaded uuid v1.10.0 |
593 | 2024-08-08T03:18:29.930Z | Downloaded dirs-sys-next v0.1.2 |
594 | 2024-08-08T03:18:29.930Z | Downloaded hash32 v0.3.1 |
595 | 2024-08-08T03:18:29.933Z | Downloaded downcast v0.11.0 |
596 | 2024-08-08T03:18:29.933Z | Downloaded utf-8 v0.7.6 |
597 | 2024-08-08T03:18:29.936Z | Downloaded pem v3.0.4 |
598 | 2024-08-08T03:18:29.936Z | Downloaded filetime v0.2.23 |
599 | 2024-08-08T03:18:29.941Z | Downloaded glob v0.3.1 |
600 | 2024-08-08T03:18:29.945Z | Downloaded fixedbitset v0.4.2 |
601 | 2024-08-08T03:18:29.945Z | Downloaded xattr v1.3.1 |
602 | 2024-08-08T03:18:29.945Z | Downloaded h2 v0.3.26 |
603 | 2024-08-08T03:18:29.949Z | Downloaded futures-io v0.3.30 |
604 | 2024-08-08T03:18:29.951Z | Downloaded hashbrown v0.12.3 |
605 | 2024-08-08T03:18:29.954Z | Downloaded url v2.5.2 |
606 | 2024-08-08T03:18:29.957Z | Downloaded wyz v0.5.1 |
607 | 2024-08-08T03:18:29.960Z | Downloaded pin-utils v0.1.0 |
608 | 2024-08-08T03:18:29.960Z | Downloaded hyper v0.14.30 |
609 | 2024-08-08T03:18:29.968Z | Downloaded flagset v0.4.5 |
610 | 2024-08-08T03:18:29.971Z | Downloaded serde_repr v0.1.19 |
611 | 2024-08-08T03:18:29.975Z | Downloaded rustc-demangle v0.1.24 |
612 | 2024-08-08T03:18:29.975Z | Downloaded expectorate v1.1.0 |
613 | 2024-08-08T03:18:29.978Z | Downloaded predicates-core v1.0.6 |
614 | 2024-08-08T03:18:29.978Z | Downloaded whoami v1.5.1 |
615 | 2024-08-08T03:18:29.983Z | Downloaded x509-cert v0.2.5 |
616 | 2024-08-08T03:18:29.989Z | Downloaded poly1305 v0.8.0 |
617 | 2024-08-08T03:18:29.992Z | Downloaded tokio-rustls v0.25.0 |
618 | 2024-08-08T03:18:29.993Z | Downloaded sync_wrapper v0.1.2 |
619 | 2024-08-08T03:18:29.993Z | Downloaded radium v0.7.0 |
620 | 2024-08-08T03:18:29.996Z | Downloaded psl-types v2.0.11 |
621 | 2024-08-08T03:18:29.996Z | Downloaded rustls-webpki v0.102.4 |
622 | 2024-08-08T03:18:30.014Z | Downloaded tls_codec_derive v0.4.1 |
623 | 2024-08-08T03:18:30.019Z | Downloaded heapless v0.8.0 |
624 | 2024-08-08T03:18:30.023Z | Downloaded rustls v0.21.12 |
625 | 2024-08-08T03:18:30.028Z | Downloaded regex-automata v0.1.10 |
626 | 2024-08-08T03:18:30.033Z | Downloaded tls_codec v0.4.1 |
627 | 2024-08-08T03:18:30.038Z | Downloaded take_mut v0.2.2 |
628 | 2024-08-08T03:18:30.038Z | Downloaded tabwriter v1.4.0 |
629 | 2024-08-08T03:18:30.041Z | Downloaded slog-bunyan v2.5.0 |
630 | 2024-08-08T03:18:30.041Z | Downloaded slog-async v2.8.0 |
631 | 2024-08-08T03:18:30.041Z | Downloaded resolv-conf v0.7.0 |
632 | 2024-08-08T03:18:30.046Z | Downloaded sigpipe v0.1.3 |
633 | 2024-08-08T03:18:30.046Z | Downloaded rand_xorshift v0.3.0 |
634 | 2024-08-08T03:18:30.046Z | Downloaded serde_arrays v0.1.0 |
635 | 2024-08-08T03:18:30.050Z | Downloaded serde-hex v0.1.0 |
636 | 2024-08-08T03:18:30.050Z | Downloaded proc-macro-crate v1.3.1 |
637 | 2024-08-08T03:18:30.050Z | Downloaded powerfmt v0.2.0 |
638 | 2024-08-08T03:18:30.050Z | Downloaded serde-big-array v0.5.1 |
639 | 2024-08-08T03:18:30.052Z | Downloaded pkg-config v0.3.30 |
640 | 2024-08-08T03:18:30.056Z | Downloaded object v0.30.4 |
641 | 2024-08-08T03:18:30.066Z | Downloaded signal-hook-mio v0.2.3 |
642 | 2024-08-08T03:18:30.083Z | Downloaded rustls-webpki v0.101.7 |
643 | 2024-08-08T03:18:30.090Z | Downloaded schemars_derive v0.8.21 |
644 | 2024-08-08T03:18:30.090Z | Downloaded quick-error v1.2.3 |
645 | 2024-08-08T03:18:30.090Z | Downloaded serde_with_macros v3.8.3 |
646 | 2024-08-08T03:18:30.090Z | Downloaded diesel_table_macro_syntax v0.2.0 |
647 | 2024-08-08T03:18:30.090Z | Downloaded tough v0.17.1 |
648 | 2024-08-08T03:18:30.094Z | Downloaded rand_chacha v0.3.1 |
649 | 2024-08-08T03:18:30.120Z | Downloaded prettyplease v0.2.20 |
650 | 2024-08-08T03:18:30.120Z | Downloaded rand v0.8.5 |
651 | 2024-08-08T03:18:30.129Z | Downloaded lalrpop v0.19.12 |
652 | 2024-08-08T03:18:30.129Z | Downloaded quick-xml v0.31.0 |
653 | 2024-08-08T03:18:30.129Z | Downloaded tap v1.0.1 |
654 | 2024-08-08T03:18:30.130Z | Downloaded strum_macros v0.24.3 |
655 | 2024-08-08T03:18:30.130Z | Downloaded strum v0.26.3 |
656 | 2024-08-08T03:18:30.130Z | Downloaded vcpkg v0.2.15 |
657 | 2024-08-08T03:18:30.160Z | Downloaded rsa v0.9.6 |
658 | 2024-08-08T03:18:30.171Z | Downloaded zerocopy v0.6.6 |
659 | 2024-08-08T03:18:30.175Z | Downloaded smawk v0.3.2 |
660 | 2024-08-08T03:18:30.175Z | Downloaded ron v0.8.1 |
661 | 2024-08-08T03:18:30.180Z | Downloaded derive_builder_core v0.20.0 |
662 | 2024-08-08T03:18:30.180Z | Downloaded heck v0.3.3 |
663 | 2024-08-08T03:18:30.180Z | Downloaded foreign-types-macros v0.2.3 |
664 | 2024-08-08T03:18:30.197Z | Downloaded snafu v0.8.2 |
665 | 2024-08-08T03:18:30.197Z | Downloaded smoltcp v0.9.1 |
666 | 2024-08-08T03:18:30.203Z | Downloaded smoltcp v0.11.0 |
667 | 2024-08-08T03:18:30.226Z | Downloaded pkcs8 v0.10.2 |
668 | 2024-08-08T03:18:30.226Z | Downloaded sct v0.7.1 |
669 | 2024-08-08T03:18:30.226Z | Downloaded schemars v0.8.21 |
670 | 2024-08-08T03:18:30.230Z | Downloaded zeroize_derive v1.4.2 |
671 | 2024-08-08T03:18:30.230Z | Downloaded textwrap v0.16.1 |
672 | 2024-08-08T03:18:30.237Z | Downloaded zeroize v1.7.0 |
673 | 2024-08-08T03:18:30.237Z | Downloaded sec1 v0.7.3 |
674 | 2024-08-08T03:18:30.237Z | Downloaded scopeguard v1.2.0 |
675 | 2024-08-08T03:18:30.240Z | Downloaded globset v0.4.14 |
676 | 2024-08-08T03:18:30.240Z | Downloaded tokio-rustls v0.24.1 |
677 | 2024-08-08T03:18:30.240Z | Downloaded walkdir v2.5.0 |
678 | 2024-08-08T03:18:30.240Z | Downloaded trust-dns-client v0.22.0 |
679 | 2024-08-08T03:18:30.245Z | Downloaded r2d2 v0.8.10 |
680 | 2024-08-08T03:18:30.253Z | Downloaded zip v0.6.6 |
681 | 2024-08-08T03:18:30.257Z | Downloaded ff v0.13.0 |
682 | 2024-08-08T03:18:30.257Z | Downloaded futures-executor v0.3.30 |
683 | 2024-08-08T03:18:30.257Z | Downloaded futures-channel v0.3.30 |
684 | 2024-08-08T03:18:30.257Z | Downloaded percent-encoding v2.3.1 |
685 | 2024-08-08T03:18:30.262Z | Downloaded pem-rfc7468 v0.7.0 |
686 | 2024-08-08T03:18:30.262Z | Downloaded peg v0.8.4 |
687 | 2024-08-08T03:18:30.265Z | Downloaded sqlformat v0.2.4 |
688 | 2024-08-08T03:18:30.265Z | Downloaded path-slash v0.1.5 |
689 | 2024-08-08T03:18:30.269Z | Downloaded futures-core v0.3.30 |
690 | 2024-08-08T03:18:30.269Z | Downloaded env_logger v0.10.2 |
691 | 2024-08-08T03:18:30.272Z | Downloaded sqlparser v0.45.0 |
692 | 2024-08-08T03:18:30.276Z | Downloaded getopts v0.2.21 |
693 | 2024-08-08T03:18:30.280Z | Downloaded fd-lock v4.0.2 |
694 | 2024-08-08T03:18:30.280Z | Downloaded petgraph v0.6.5 |
695 | 2024-08-08T03:18:30.296Z | Downloaded phf_shared v0.10.0 |
696 | 2024-08-08T03:18:30.302Z | Downloaded pin-project-lite v0.2.14 |
697 | 2024-08-08T03:18:30.313Z | Downloaded pin-project-internal v1.1.5 |
698 | 2024-08-08T03:18:30.313Z | Downloaded phf_shared v0.11.2 |
699 | 2024-08-08T03:18:30.313Z | Downloaded hyper-rustls v0.24.2 |
700 | 2024-08-08T03:18:30.313Z | Downloaded shell-words v1.1.0 |
701 | 2024-08-08T03:18:30.313Z | Downloaded pin-project v1.1.5 |
702 | 2024-08-08T03:18:30.318Z | Downloaded slog-envlogger v2.2.0 |
703 | 2024-08-08T03:18:30.321Z | Downloaded http v1.1.0 |
704 | 2024-08-08T03:18:30.324Z | Downloaded iana-time-zone v0.1.60 |
705 | 2024-08-08T03:18:30.329Z | Downloaded flume v0.11.0 |
706 | 2024-08-08T03:18:30.332Z | Downloaded ena v0.14.3 |
707 | 2024-08-08T03:18:30.332Z | Downloaded http v0.2.12 |
708 | 2024-08-08T03:18:30.335Z | Downloaded stringprep v0.1.4 |
709 | 2024-08-08T03:18:30.338Z | Downloaded serde_path_to_error v0.1.16 |
710 | 2024-08-08T03:18:30.341Z | Downloaded serde_derive_internals v0.29.1 |
711 | 2024-08-08T03:18:30.341Z | Downloaded string_cache v0.8.7 |
712 | 2024-08-08T03:18:30.341Z | Downloaded rustls v0.22.4 |
713 | 2024-08-08T03:18:30.354Z | Downloaded same-file v1.0.6 |
714 | 2024-08-08T03:18:30.357Z | Downloaded unicode-bidi v0.3.15 |
715 | 2024-08-08T03:18:30.362Z | Downloaded unicase v2.7.0 |
716 | 2024-08-08T03:18:30.362Z | Downloaded rayon v1.10.0 |
717 | 2024-08-08T03:18:30.377Z | Downloaded zone v0.1.8 |
718 | 2024-08-08T03:18:30.377Z | Downloaded topological-sort v0.2.2 |
719 | 2024-08-08T03:18:30.377Z | Downloaded toolchain_find v0.4.0 |
720 | 2024-08-08T03:18:30.382Z | Downloaded toml_edit v0.19.15 |
721 | 2024-08-08T03:18:30.390Z | Downloaded http-range v0.1.5 |
722 | 2024-08-08T03:18:30.397Z | Downloaded trust-dns-server v0.22.1 |
723 | 2024-08-08T03:18:30.400Z | Downloaded test-strategy v0.3.1 |
724 | 2024-08-08T03:18:30.400Z | Downloaded structmeta-derive v0.3.0 |
725 | 2024-08-08T03:18:30.401Z | Downloaded rustc-hash v1.1.0 |
726 | 2024-08-08T03:18:30.401Z | Downloaded secrecy v0.8.0 |
727 | 2024-08-08T03:18:30.403Z | Downloaded rustc_version v0.4.0 |
728 | 2024-08-08T03:18:30.403Z | Downloaded rand_core v0.6.4 |
729 | 2024-08-08T03:18:30.407Z | Downloaded highway v1.2.0 |
730 | 2024-08-08T03:18:30.407Z | Downloaded time v0.3.36 |
731 | 2024-08-08T03:18:30.413Z | Downloaded smf v0.2.3 |
732 | 2024-08-08T03:18:30.416Z | Downloaded toml v0.5.11 |
733 | 2024-08-08T03:18:30.419Z | Downloaded regex v1.10.6 |
734 | 2024-08-08T03:18:30.433Z | Downloaded which v4.4.2 |
735 | 2024-08-08T03:18:30.436Z | Downloaded phf v0.11.2 |
736 | 2024-08-08T03:18:30.443Z | Downloaded http-body v0.4.6 |
737 | 2024-08-08T03:18:30.446Z | Downloaded time-core v0.1.2 |
738 | 2024-08-08T03:18:30.446Z | Downloaded der_derive v0.7.2 |
739 | 2024-08-08T03:18:30.446Z | Downloaded postgres-types v0.2.7 |
740 | 2024-08-08T03:18:30.450Z | Downloaded spki v0.7.3 |
741 | 2024-08-08T03:18:30.455Z | Downloaded snafu-derive v0.8.2 |
742 | 2024-08-08T03:18:30.458Z | Downloaded spin v0.5.2 |
743 | 2024-08-08T03:18:30.458Z | Downloaded postgres-protocol v0.6.7 |
744 | 2024-08-08T03:18:30.463Z | Downloaded supports-color v3.0.0 |
745 | 2024-08-08T03:18:30.463Z | Downloaded tokio-native-tls v0.3.1 |
746 | 2024-08-08T03:18:30.466Z | Downloaded steno v0.4.1 |
747 | 2024-08-08T03:18:30.469Z | Downloaded static_assertions v1.1.0 |
748 | 2024-08-08T03:18:30.471Z | Downloaded socket2 v0.4.10 |
749 | 2024-08-08T03:18:30.474Z | Downloaded want v0.3.1 |
750 | 2024-08-08T03:18:30.477Z | Downloaded tokio-postgres v0.7.11 |
751 | 2024-08-08T03:18:30.481Z | Downloaded socket2 v0.5.7 |
752 | 2024-08-08T03:18:30.484Z | Downloaded zone_cfg_derive v0.1.2 |
753 | 2024-08-08T03:18:30.489Z | Downloaded webpki-roots v0.25.4 |
754 | 2024-08-08T03:18:30.522Z | Downloaded gethostname v0.5.0 |
755 | 2024-08-08T03:18:30.522Z | Downloaded uzers v0.11.3 |
756 | 2024-08-08T03:18:30.522Z | Downloaded tungstenite v0.20.1 |
757 | 2024-08-08T03:18:30.522Z | Downloaded erased-serde v0.3.31 |
758 | 2024-08-08T03:18:30.522Z | Downloaded fastrand v2.1.0 |
759 | 2024-08-08T03:18:30.522Z | Downloaded hashbrown v0.13.2 |
760 | 2024-08-08T03:18:30.522Z | Downloaded rustversion v1.0.17 |
761 | 2024-08-08T03:18:30.522Z | Downloaded strip-ansi-escapes v0.2.0 |
762 | 2024-08-08T03:18:30.522Z | Downloaded rcgen v0.12.1 |
763 | 2024-08-08T03:18:30.522Z | Downloaded tui-tree-widget v0.21.0 |
764 | 2024-08-08T03:18:30.522Z | Downloaded zerocopy-derive v0.6.6 |
765 | 2024-08-08T03:18:30.525Z | Downloaded polar-core v0.27.3 |
766 | 2024-08-08T03:18:30.529Z | Downloaded structmeta v0.3.0 |
767 | 2024-08-08T03:18:30.532Z | Downloaded serde_with v3.8.3 |
768 | 2024-08-08T03:18:30.537Z | Downloaded foreign-types-shared v0.3.1 |
769 | 2024-08-08T03:18:30.540Z | Downloaded fatfs v0.3.6 |
770 | 2024-08-08T03:18:30.543Z | Downloaded fragile v2.0.0 |
771 | 2024-08-08T03:18:30.543Z | Downloaded tokio-util v0.7.11 |
772 | 2024-08-08T03:18:30.548Z | Downloaded env_logger v0.9.3 |
773 | 2024-08-08T03:18:30.551Z | Downloaded deranged v0.3.11 |
774 | 2024-08-08T03:18:30.553Z | Downloaded httpdate v1.0.3 |
775 | 2024-08-08T03:18:30.556Z | Downloaded httparse v1.8.0 |
776 | 2024-08-08T03:18:30.558Z | Downloaded serde_urlencoded v0.7.1 |
777 | 2024-08-08T03:18:30.558Z | Downloaded fallible-iterator v0.2.0 |
778 | 2024-08-08T03:18:30.561Z | Downloaded getrandom v0.2.14 |
779 | 2024-08-08T03:18:30.564Z | Downloaded tokio v1.38.1 |
780 | 2024-08-08T03:18:30.602Z | Downloaded rustyline v14.0.0 |
781 | 2024-08-08T03:18:30.607Z | Downloaded portable-atomic v1.6.0 |
782 | 2024-08-08T03:18:30.613Z | Downloaded enum-as-inner v0.5.1 |
783 | 2024-08-08T03:18:30.616Z | Downloaded reedline v0.31.0 |
784 | 2024-08-08T03:18:30.624Z | Downloaded yasna v0.5.2 |
785 | 2024-08-08T03:18:30.627Z | Downloaded ref-cast v1.0.23 |
786 | 2024-08-08T03:18:30.630Z | Downloaded postcard v1.0.8 |
787 | 2024-08-08T03:18:30.634Z | Downloaded regex-syntax v0.6.29 |
788 | 2024-08-08T03:18:30.637Z | Downloaded portpicker v0.1.1 |
789 | 2024-08-08T03:18:30.640Z | Downloaded semver v0.1.20 |
790 | 2024-08-08T03:18:30.640Z | Downloaded diesel v2.2.2 |
791 | 2024-08-08T03:18:30.658Z | Downloaded rand_seeder v0.3.0 |
792 | 2024-08-08T03:18:30.661Z | Downloaded regex-syntax v0.8.3 |
793 | 2024-08-08T03:18:30.668Z | Downloaded serde_plain v1.0.2 |
794 | 2024-08-08T03:18:30.671Z | Downloaded regex-automata v0.4.6 |
795 | 2024-08-08T03:18:30.688Z | Downloaded headers-core v0.2.0 |
796 | 2024-08-08T03:18:30.690Z | Downloaded headers v0.3.9 |
797 | 2024-08-08T03:18:30.699Z | Downloaded unarray v0.1.4 |
798 | 2024-08-08T03:18:30.702Z | Downloaded typed-path v0.7.1 |
799 | 2024-08-08T03:18:30.706Z | Downloaded thiserror-no-std v2.0.2 |
800 | 2024-08-08T03:18:30.709Z | Downloaded rustfmt-wrapper v0.2.1 |
801 | 2024-08-08T03:18:30.712Z | Downloaded idna v0.2.3 |
802 | 2024-08-08T03:18:30.717Z | Downloaded peg-macros v0.8.4 |
803 | 2024-08-08T03:18:30.720Z | Downloaded hyper-staticfile v0.9.5 |
804 | 2024-08-08T03:18:30.723Z | Downloaded samael v0.0.15 |
805 | 2024-08-08T03:18:30.727Z | Downloaded derive-where v1.2.7 |
806 | 2024-08-08T03:18:30.730Z | Downloaded regress v0.9.1 |
807 | 2024-08-08T03:18:30.742Z | Downloaded sha3 v0.10.8 |
808 | 2024-08-08T03:18:30.745Z | Downloaded thiserror-impl-no-std v2.0.2 |
809 | 2024-08-08T03:18:30.745Z | Downloaded trust-dns-proto v0.22.0 |
810 | 2024-08-08T03:18:30.758Z | Downloaded finl_unicode v1.2.0 |
811 | 2024-08-08T03:18:30.772Z | Downloaded rusty-fork v0.3.0 |
812 | 2024-08-08T03:18:30.775Z | Downloaded encoding_rs v0.8.34 |
813 | 2024-08-08T03:18:30.796Z | Downloaded fxhash v0.2.1 |
814 | 2024-08-08T03:18:30.801Z | Downloaded slog-json v2.6.1 |
815 | 2024-08-08T03:18:30.801Z | Downloaded funty v2.0.0 |
816 | 2024-08-08T03:18:30.805Z | Downloaded hex v0.4.3 |
817 | 2024-08-08T03:18:30.805Z | Downloaded toml v0.7.8 |
818 | 2024-08-08T03:18:30.808Z | Downloaded tokio-tungstenite v0.21.0 |
819 | 2024-08-08T03:18:30.808Z | Downloaded try-lock v0.2.5 |
820 | 2024-08-08T03:18:30.812Z | Downloaded structmeta v0.2.0 |
821 | 2024-08-08T03:18:30.812Z | Downloaded scheduled-thread-pool v0.2.7 |
822 | 2024-08-08T03:18:30.812Z | Downloaded spin v0.9.8 |
823 | 2024-08-08T03:18:30.815Z | Downloaded ratatui v0.27.0 |
824 | 2024-08-08T03:18:30.833Z | Downloaded tokio-macros v2.3.0 |
825 | 2024-08-08T03:18:30.836Z | Downloaded ring v0.16.20 |
826 | 2024-08-08T03:18:30.916Z | Downloaded thread_local v1.1.8 |
827 | 2024-08-08T03:18:30.920Z | Downloaded derive_builder_macro v0.20.0 |
828 | 2024-08-08T03:18:30.920Z | Downloaded wait-timeout v0.2.0 |
829 | 2024-08-08T03:18:30.927Z | Downloaded vte_generate_state_changes v0.1.1 |
830 | 2024-08-08T03:18:30.927Z | Downloaded vte v0.11.1 |
831 | 2024-08-08T03:18:30.927Z | Downloaded vsss-rs v3.3.4 |
832 | 2024-08-08T03:18:30.930Z | Downloaded foreign-types-shared v0.1.1 |
833 | 2024-08-08T03:18:30.930Z | Downloaded elliptic-curve v0.13.8 |
834 | 2024-08-08T03:18:30.930Z | Downloaded diff v0.1.13 |
835 | 2024-08-08T03:18:30.933Z | Downloaded serde_yaml v0.9.34+deprecated |
836 | 2024-08-08T03:18:30.936Z | Downloaded hyper-tls v0.5.0 |
837 | 2024-08-08T03:18:30.940Z | Downloaded ring v0.17.8 |
838 | 2024-08-08T03:18:31.019Z | Downloaded diesel_derives v2.2.2 |
839 | 2024-08-08T03:18:31.023Z | Downloaded time-macros v0.2.18 |
840 | 2024-08-08T03:18:31.023Z | Downloaded slog-scope v4.4.0 |
841 | 2024-08-08T03:18:31.023Z | Downloaded rpassword v7.3.1 |
842 | 2024-08-08T03:18:31.023Z | Downloaded ron v0.7.1 |
843 | 2024-08-08T03:18:31.023Z | Downloaded embedded-io v0.4.0 |
844 | 2024-08-08T03:18:31.023Z | Downloaded structmeta-derive v0.2.0 |
845 | 2024-08-08T03:18:31.023Z | Downloaded sha1 v0.10.6 |
846 | 2024-08-08T03:18:31.023Z | Downloaded rustls-pemfile v2.1.3 |
847 | 2024-08-08T03:18:31.027Z | Downloaded rustls-pemfile v1.0.4 |
848 | 2024-08-08T03:18:31.027Z | Downloaded rustls-pki-types v1.7.0 |
849 | 2024-08-08T03:18:31.031Z | Downloaded rustc_version v0.1.7 |
850 | 2024-08-08T03:18:31.031Z | Downloaded rayon-core v1.12.1 |
851 | 2024-08-08T03:18:31.035Z | Downloaded slog-dtrace v0.3.0 |
852 | 2024-08-08T03:18:31.035Z | Downloaded radix_trie v0.2.1 |
853 | 2024-08-08T03:18:31.038Z | Downloaded publicsuffix v2.2.3 |
854 | 2024-08-08T03:18:31.041Z | Downloaded proptest v1.4.0 |
855 | 2024-08-08T03:18:31.049Z | Downloaded futures-util v0.3.30 |
856 | 2024-08-08T03:18:31.061Z | Downloaded futures v0.3.30 |
857 | 2024-08-08T03:18:31.066Z | Downloaded ident_case v1.0.1 |
858 | 2024-08-08T03:18:31.068Z | Downloaded idna v0.5.0 |
859 | 2024-08-08T03:18:31.073Z | Downloaded idna v0.3.0 |
860 | 2024-08-08T03:18:31.079Z | Downloaded futures-task v0.3.30 |
861 | 2024-08-08T03:18:31.082Z | Downloaded futures-sink v0.3.30 |
862 | 2024-08-08T03:18:31.082Z | Downloaded hubpack_derive v0.1.1 |
863 | 2024-08-08T03:18:31.082Z | Downloaded hubpack v0.1.2 |
864 | 2024-08-08T03:18:31.085Z | Downloaded heapless v0.7.17 |
865 | 2024-08-08T03:18:31.089Z | Downloaded tracing-core v0.1.32 |
866 | 2024-08-08T03:18:31.092Z | Downloaded subprocess v0.2.9 |
867 | 2024-08-08T03:18:31.092Z | Downloaded subtle v2.5.0 |
868 | 2024-08-08T03:18:31.095Z | Downloaded waitgroup v0.1.2 |
869 | 2024-08-08T03:18:31.095Z | Downloaded stability v0.2.0 |
870 | 2024-08-08T03:18:31.095Z | Downloaded foreign-types v0.5.0 |
871 | 2024-08-08T03:18:31.095Z | Downloaded foreign-types v0.3.2 |
872 | 2024-08-08T03:18:31.098Z | Downloaded derive_more v0.99.18 |
873 | 2024-08-08T03:18:31.101Z | Downloaded derive_builder v0.20.0 |
874 | 2024-08-08T03:18:31.105Z | Downloaded rtoolbox v0.0.2 |
875 | 2024-08-08T03:18:31.108Z | Downloaded ref-cast-impl v1.0.23 |
876 | 2024-08-08T03:18:31.108Z | Downloaded pretty-hex v0.2.1 |
877 | 2024-08-08T03:18:31.108Z | Downloaded reqwest v0.11.27 |
878 | 2024-08-08T03:18:31.115Z | Downloaded csv v1.3.0 |
879 | 2024-08-08T03:18:31.137Z | Downloaded bstr v0.2.17 |
880 | 2024-08-08T03:18:31.147Z | Downloaded predicates v3.1.2 |
881 | 2024-08-08T03:18:31.150Z | Downloaded precomputed-hash v0.1.1 |
882 | 2024-08-08T03:18:31.153Z | Downloaded ppv-lite86 v0.2.17 |
883 | 2024-08-08T03:18:31.153Z | Downloaded pkcs1 v0.7.5 |
884 | 2024-08-08T03:18:31.155Z | Downloaded peg-runtime v0.8.3 |
885 | 2024-08-08T03:18:31.155Z | Downloaded humantime v2.1.0 |
886 | 2024-08-08T03:18:31.158Z | Downloaded hash32 v0.2.1 |
887 | 2024-08-08T03:18:31.158Z | Downloaded dsl_auto_type v0.1.2 |
888 | 2024-08-08T03:18:31.158Z | Downloaded difflib v0.4.0 |
889 | 2024-08-08T03:18:31.161Z | Downloaded unicode-xid v0.2.4 |
890 | 2024-08-08T03:18:31.162Z | Downloaded unicode-truncate v1.0.0 |
891 | 2024-08-08T03:18:31.164Z | Downloaded unicode-linebreak v0.1.5 |
892 | 2024-08-08T03:18:31.164Z | Downloaded trust-dns-resolver v0.22.0 |
893 | 2024-08-08T03:18:31.167Z | Downloaded termios v0.3.3 |
894 | 2024-08-08T03:18:31.171Z | Downloaded slog-term v2.9.1 |
895 | 2024-08-08T03:18:31.171Z | Downloaded slog-stdlog v4.1.1 |
896 | 2024-08-08T03:18:31.176Z | Downloaded winnow v0.5.40 |
897 | 2024-08-08T03:18:31.181Z | Downloaded slog v2.7.0 |
898 | 2024-08-08T03:18:31.184Z | Downloaded half v2.4.1 |
899 | 2024-08-08T03:18:31.186Z | Downloaded endian-type v0.1.2 |
900 | 2024-08-08T03:18:31.186Z | Downloaded display-error-chain v0.2.0 |
901 | 2024-08-08T03:18:31.189Z | Downloaded sled v0.34.7 |
902 | 2024-08-08T03:18:31.199Z | Downloaded futures-macro v0.3.30 |
903 | 2024-08-08T03:18:31.202Z | Downloaded form_urlencoded v1.2.1 |
904 | 2024-08-08T03:18:31.202Z | Downloaded either v1.13.0 |
905 | 2024-08-08T03:18:31.202Z | Downloaded unsafe-libyaml v0.2.11 |
906 | 2024-08-08T03:18:31.205Z | Downloaded untrusted v0.9.0 |
907 | 2024-08-08T03:18:31.208Z | Downloaded unicode_categories v0.1.1 |
908 | 2024-08-08T03:18:31.211Z | Downloaded tiny-keccak v2.0.2 |
909 | 2024-08-08T03:18:31.211Z | Downloaded similar v2.5.0 |
910 | 2024-08-08T03:18:31.218Z | Downloaded termcolor v1.4.1 |
911 | 2024-08-08T03:18:31.221Z | Downloaded term v0.7.0 |
912 | 2024-08-08T03:18:31.221Z | Downloaded tempfile v3.10.1 |
913 | 2024-08-08T03:18:31.224Z | Downloaded siphasher v0.3.11 |
914 | 2024-08-08T03:18:31.224Z | Downloaded signature v2.2.0 |
915 | 2024-08-08T03:18:31.227Z | Downloaded signal-hook-tokio v0.3.1 |
916 | 2024-08-08T03:18:31.227Z | Downloaded signal-hook-registry v1.4.2 |
917 | 2024-08-08T03:18:31.231Z | Downloaded tar v0.4.41 |
918 | 2024-08-08T03:18:31.231Z | Downloaded strum_macros v0.26.4 |
919 | 2024-08-08T03:18:31.235Z | Downloaded strum_macros v0.25.3 |
920 | 2024-08-08T03:18:31.235Z | Downloaded debug-ignore v1.0.5 |
921 | 2024-08-08T03:18:31.238Z | Downloaded nix v0.28.0 |
922 | 2024-08-08T03:18:31.249Z | Downloaded parse-size v1.0.0 |
923 | 2024-08-08T03:18:31.252Z | Downloaded parse-display-derive v0.9.1 |
924 | 2024-08-08T03:18:31.252Z | Downloaded parse-display v0.9.1 |
925 | 2024-08-08T03:18:31.252Z | Downloaded parking_lot v0.12.2 |
926 | 2024-08-08T03:18:31.255Z | Downloaded packed_struct_codegen v0.10.1 |
927 | 2024-08-08T03:18:31.255Z | Downloaded packed_struct v0.10.1 |
928 | 2024-08-08T03:18:31.258Z | Downloaded oso v0.27.3 |
929 | 2024-08-08T03:18:31.261Z | Downloaded omicron-zone-package v0.11.0 |
930 | 2024-08-08T03:18:31.265Z | Downloaded newline-converter v0.3.0 |
931 | 2024-08-08T03:18:31.265Z | Downloaded lalrpop-util v0.19.12 |
932 | 2024-08-08T03:18:31.265Z | Downloaded defmt v0.3.8 |
933 | 2024-08-08T03:18:31.268Z | Downloaded chacha20poly1305 v0.10.1 |
934 | 2024-08-08T03:18:31.271Z | Downloaded curve25519-dalek v4.1.3 |
935 | 2024-08-08T03:18:31.279Z | Downloaded block-padding v0.3.3 |
936 | 2024-08-08T03:18:31.282Z | Downloaded num-bigint v0.4.5 |
937 | 2024-08-08T03:18:31.286Z | Downloaded curve25519-dalek-derive v0.1.1 |
938 | 2024-08-08T03:18:31.286Z | Downloaded const_format_proc_macros v0.2.32 |
939 | 2024-08-08T03:18:31.288Z | Downloaded chacha20 v0.9.1 |
940 | 2024-08-08T03:18:31.291Z | Downloaded cancel-safe-futures v0.1.5 |
941 | 2024-08-08T03:18:31.294Z | Downloaded crc v3.2.1 |
942 | 2024-08-08T03:18:31.294Z | Downloaded cobs v0.2.3 |
943 | 2024-08-08T03:18:31.297Z | Downloaded camino-tempfile v1.1.1 |
944 | 2024-08-08T03:18:31.300Z | Downloaded buf-list v1.0.3 |
945 | 2024-08-08T03:18:31.300Z | Downloaded bitstruct v0.1.1 |
946 | 2024-08-08T03:18:31.304Z | Downloaded data-encoding v2.6.0 |
947 | 2024-08-08T03:18:31.304Z | Downloaded bitstruct_derive v0.1.0 |
948 | 2024-08-08T03:18:31.304Z | Downloaded bitfield-struct v0.6.1 |
949 | 2024-08-08T03:18:31.308Z | Downloaded bcs v0.1.6 |
950 | 2024-08-08T03:18:31.308Z | Downloaded bb8 v0.8.5 |
951 | 2024-08-08T03:18:31.308Z | Downloaded crypto-bigint v0.5.5 |
952 | 2024-08-08T03:18:31.313Z | Downloaded chrono v0.4.38 |
953 | 2024-08-08T03:18:31.320Z | Downloaded libm v0.2.8 |
954 | 2024-08-08T03:18:31.328Z | Downloaded num_enum_derive v0.5.11 |
955 | 2024-08-08T03:18:31.331Z | Downloaded num-rational v0.4.2 |
956 | 2024-08-08T03:18:31.331Z | Downloaded num-complex v0.4.6 |
957 | 2024-08-08T03:18:31.334Z | Downloaded lru-cache v0.1.2 |
958 | 2024-08-08T03:18:31.334Z | Downloaded der v0.7.9 |
959 | 2024-08-08T03:18:31.338Z | Downloaded num_cpus v1.16.0 |
960 | 2024-08-08T03:18:31.341Z | Downloaded num-conv v0.1.0 |
961 | 2024-08-08T03:18:31.341Z | Downloaded base64 v0.21.7 |
962 | 2024-08-08T03:18:31.345Z | Downloaded num v0.4.3 |
963 | 2024-08-08T03:18:31.348Z | Downloaded nanorand v0.7.0 |
964 | 2024-08-08T03:18:31.351Z | Downloaded multimap v0.10.0 |
965 | 2024-08-08T03:18:31.351Z | Downloaded miniz_oxide v0.7.2 |
966 | 2024-08-08T03:18:31.354Z | Downloaded indicatif v0.17.8 |
967 | 2024-08-08T03:18:31.357Z | Downloaded console v0.15.8 |
968 | 2024-08-08T03:18:31.360Z | Downloaded ciborium v0.2.2 |
969 | 2024-08-08T03:18:31.363Z | Downloaded backoff v0.4.0 |
970 | 2024-08-08T03:18:31.363Z | Downloaded new_debug_unreachable v1.0.6 |
971 | 2024-08-08T03:18:31.367Z | Downloaded md-5 v0.10.6 |
972 | 2024-08-08T03:18:31.367Z | Downloaded libloading v0.8.3 |
973 | 2024-08-08T03:18:31.371Z | Downloaded indexmap v1.9.3 |
974 | 2024-08-08T03:18:31.385Z | Downloaded lru v0.12.3 |
975 | 2024-08-08T03:18:31.385Z | Downloaded lock_api v0.4.12 |
976 | 2024-08-08T03:18:31.385Z | Downloaded linked-hash-map v0.5.6 |
977 | 2024-08-08T03:18:31.385Z | Downloaded lazycell v1.3.0 |
978 | 2024-08-08T03:18:31.395Z | Downloaded lazy_static v1.5.0 |
979 | 2024-08-08T03:18:31.395Z | Downloaded ipnet v2.9.0 |
980 | 2024-08-08T03:18:31.396Z | Downloaded bindgen v0.69.4 |
981 | 2024-08-08T03:18:31.396Z | Downloaded instant v0.1.12 |
982 | 2024-08-08T03:18:31.396Z | Downloaded inout v0.1.3 |
983 | 2024-08-08T03:18:31.396Z | Downloaded crossbeam-epoch v0.9.18 |
984 | 2024-08-08T03:18:31.396Z | Downloaded bytes v1.7.1 |
985 | 2024-08-08T03:18:31.401Z | Downloaded base64 v0.22.1 |
986 | 2024-08-08T03:18:31.401Z | Downloaded async-trait v0.1.81 |
987 | 2024-08-08T03:18:31.404Z | Downloaded newtype_derive v0.1.6 |
988 | 2024-08-08T03:18:31.404Z | Downloaded newtype-uuid v1.1.0 |
989 | 2024-08-08T03:18:31.404Z | Downloaded mockall_derive v0.13.0 |
990 | 2024-08-08T03:18:31.407Z | Downloaded mockall v0.13.0 |
991 | 2024-08-08T03:18:31.407Z | Downloaded castaway v0.2.2 |
992 | 2024-08-08T03:18:31.411Z | Downloaded ascii v1.1.0 |
993 | 2024-08-08T03:18:31.412Z | Downloaded argon2 v0.5.3 |
994 | 2024-08-08T03:18:31.415Z | Downloaded managed v0.8.0 |
995 | 2024-08-08T03:18:31.415Z | Downloaded libxml v0.3.3 |
996 | 2024-08-08T03:18:31.420Z | Downloaded crc-catalog v2.4.0 |
997 | 2024-08-08T03:18:31.424Z | Downloaded constant_time_eq v0.3.0 |
998 | 2024-08-08T03:18:31.424Z | Downloaded blake2 v0.10.6 |
999 | 2024-08-08T03:18:31.425Z | Downloaded array-init v0.0.4 |
1000 | 2024-08-08T03:18:31.429Z | Downloaded cfg_aliases v0.1.1 |
1001 | 2024-08-08T03:18:31.429Z | Downloaded cexpr v0.6.0 |
1002 | 2024-08-08T03:18:31.429Z | Downloaded cassowary v0.3.0 |
1003 | 2024-08-08T03:18:31.429Z | Downloaded allocator-api2 v0.2.18 |
1004 | 2024-08-08T03:18:31.432Z | Downloaded libefi-sys v0.1.0 |
1005 | 2024-08-08T03:18:31.432Z | Downloaded keccak v0.1.5 |
1006 | 2024-08-08T03:18:31.432Z | Downloaded indoc v1.0.9 |
1007 | 2024-08-08T03:18:31.435Z | Downloaded ipnetwork v0.20.0 |
1008 | 2024-08-08T03:18:31.438Z | Downloaded bit-vec v0.6.3 |
1009 | 2024-08-08T03:18:31.438Z | Downloaded bit-set v0.5.3 |
1010 | 2024-08-08T03:18:31.438Z | Downloaded atomic-waker v1.1.2 |
1011 | 2024-08-08T03:18:31.440Z | Downloaded arrayvec v0.7.4 |
1012 | 2024-08-08T03:18:31.444Z | Downloaded adler v1.0.2 |
1013 | 2024-08-08T03:18:31.444Z | Downloaded impl-trait-for-tuples v0.2.2 |
1014 | 2024-08-08T03:18:31.446Z | Downloaded ascii-canvas v3.0.0 |
1015 | 2024-08-08T03:18:31.446Z | Downloaded async-stream-impl v0.3.5 |
1016 | 2024-08-08T03:18:31.446Z | Downloaded ahash v0.8.11 |
1017 | 2024-08-08T03:18:31.450Z | Downloaded aead v0.5.2 |
1018 | 2024-08-08T03:18:31.452Z | Downloaded arrayref v0.3.7 |
1019 | 2024-08-08T03:18:31.536Z | Compiling cfg-if v1.0.0 |
1020 | 2024-08-08T03:18:31.536Z | Compiling serde v1.0.204 |
1021 | 2024-08-08T03:18:31.540Z | Compiling lock_api v0.4.12 |
1022 | 2024-08-08T03:18:31.540Z | Compiling scopeguard v1.2.0 |
1023 | 2024-08-08T03:18:31.540Z | Compiling log v0.4.21 |
1024 | 2024-08-08T03:18:31.670Z | Compiling syn v2.0.72 |
1025 | 2024-08-08T03:18:31.673Z | Compiling cc v1.0.97 |
1026 | 2024-08-08T03:18:31.673Z | Compiling typenum v1.17.0 |
1027 | 2024-08-08T03:18:31.733Z | Compiling getrandom v0.2.14 |
1028 | 2024-08-08T03:18:31.796Z | Compiling generic-array v0.14.7 |
1029 | 2024-08-08T03:18:32.064Z | Compiling rand_core v0.6.4 |
1030 | 2024-08-08T03:18:32.120Z | Compiling parking_lot_core v0.9.10 |
1031 | 2024-08-08T03:18:32.215Z | Compiling pin-project-lite v0.2.14 |
1032 | 2024-08-08T03:18:32.293Z | Compiling smallvec v1.13.2 |
1033 | 2024-08-08T03:18:32.332Z | Compiling signal-hook-registry v1.4.2 |
1034 | 2024-08-08T03:18:32.560Z | Compiling spin v0.9.8 |
1035 | 2024-08-08T03:18:32.605Z | Compiling mio v0.8.11 |
1036 | 2024-08-08T03:18:32.609Z | Compiling ahash v0.8.11 |
1037 | 2024-08-08T03:18:32.939Z | Compiling tinyvec_macros v0.1.1 |
1038 | 2024-08-08T03:18:32.943Z | Compiling futures-core v0.3.30 |
1039 | 2024-08-08T03:18:33.030Z | Compiling parking_lot v0.12.2 |
1040 | 2024-08-08T03:18:33.132Z | Compiling tinyvec v1.6.0 |
1041 | 2024-08-08T03:18:33.271Z | Compiling socket2 v0.5.7 |
1042 | 2024-08-08T03:18:33.309Z | Compiling num_cpus v1.16.0 |
1043 | 2024-08-08T03:18:33.435Z | Compiling serde_json v1.0.122 |
1044 | 2024-08-08T03:18:33.785Z | Compiling const-oid v0.9.6 |
1045 | 2024-08-08T03:18:33.856Z | Compiling subtle v2.5.0 |
1046 | 2024-08-08T03:18:34.005Z | Compiling libm v0.2.8 |
1047 | 2024-08-08T03:18:34.223Z | Compiling num-traits v0.2.19 |
1048 | 2024-08-08T03:18:34.242Z | Compiling slab v0.4.9 |
1049 | 2024-08-08T03:18:34.307Z | Compiling allocator-api2 v0.2.18 |
1050 | 2024-08-08T03:18:34.371Z | Compiling futures-sink v0.3.30 |
1051 | 2024-08-08T03:18:34.515Z | Compiling unicode-normalization v0.1.23 |
1052 | 2024-08-08T03:18:34.531Z | Compiling unicode-bidi v0.3.15 |
1053 | 2024-08-08T03:18:35.065Z | Compiling futures-channel v0.3.30 |
1054 | 2024-08-08T03:18:35.108Z | Compiling pkg-config v0.3.30 |
1055 | 2024-08-08T03:18:35.207Z | Compiling vcpkg v0.2.15 |
1056 | 2024-08-08T03:18:35.566Z | Compiling futures-io v0.3.30 |
1057 | 2024-08-08T03:18:35.610Z | Compiling futures-task v0.3.30 |
1058 | 2024-08-08T03:18:35.886Z | Compiling pin-utils v0.1.0 |
1059 | 2024-08-08T03:18:35.908Z | Compiling ring v0.17.8 |
1060 | 2024-08-08T03:18:35.983Z | Compiling ppv-lite86 v0.2.17 |
1061 | 2024-08-08T03:18:36.116Z | Compiling percent-encoding v2.3.1 |
1062 | 2024-08-08T03:18:36.175Z | Compiling tracing-core v0.1.32 |
1063 | 2024-08-08T03:18:36.514Z | Compiling powerfmt v0.2.0 |
1064 | 2024-08-08T03:18:36.765Z | Compiling time-core v0.1.2 |
1065 | 2024-08-08T03:18:36.875Z | Compiling rand_chacha v0.3.1 |
1066 | 2024-08-08T03:18:36.950Z | Compiling syn v1.0.109 |
1067 | 2024-08-08T03:18:37.002Z | Compiling untrusted v0.9.0 |
1068 | 2024-08-08T03:18:37.178Z | Compiling num-conv v0.1.0 |
1069 | 2024-08-08T03:18:37.469Z | Compiling rustix v0.38.34 |
1070 | 2024-08-08T03:18:37.543Z | Compiling openssl-sys v0.9.103 |
1071 | 2024-08-08T03:18:37.638Z | Compiling time-macros v0.2.18 |
1072 | 2024-08-08T03:18:37.655Z | Compiling rand v0.8.5 |
1073 | 2024-08-08T03:18:37.987Z | Compiling deranged v0.3.11 |
1074 | 2024-08-08T03:18:38.363Z | Compiling openssl v0.10.66 |
1075 | 2024-08-08T03:18:38.725Z | Compiling base64ct v1.6.0 |
1076 | 2024-08-08T03:18:38.830Z | Compiling httparse v1.8.0 |
1077 | 2024-08-08T03:18:39.238Z | Compiling rustversion v1.0.17 |
1078 | 2024-08-08T03:18:39.276Z | Compiling foreign-types-shared v0.1.1 |
1079 | 2024-08-08T03:18:39.292Z | Compiling num_threads v0.1.7 |
1080 | 2024-08-08T03:18:39.385Z | Compiling foreign-types v0.3.2 |
1081 | 2024-08-08T03:18:39.437Z | Compiling pem-rfc7468 v0.7.0 |
1082 | 2024-08-08T03:18:39.908Z | Compiling form_urlencoded v1.2.1 |
1083 | 2024-08-08T03:18:40.042Z | Compiling flagset v0.4.5 |
1084 | 2024-08-08T03:18:40.157Z | Compiling try-lock v0.2.5 |
1085 | 2024-08-08T03:18:40.219Z | Compiling crossbeam-utils v0.8.19 |
1086 | 2024-08-08T03:18:40.239Z | Compiling native-tls v0.2.11 |
1087 | 2024-08-08T03:18:40.297Z | Compiling rustls v0.21.12 |
1088 | 2024-08-08T03:18:40.618Z | Compiling siphasher v0.3.11 |
1089 | 2024-08-08T03:18:40.681Z | Compiling want v0.3.1 |
1090 | 2024-08-08T03:18:40.934Z | Compiling idna v0.5.0 |
1091 | 2024-08-08T03:18:40.963Z | Compiling time v0.3.36 |
1092 | 2024-08-08T03:18:40.980Z | Compiling lazy_static v1.5.0 |
1093 | 2024-08-08T03:18:41.101Z | Compiling cookie v0.17.0 |
1094 | 2024-08-08T03:18:41.400Z | Compiling aho-corasick v1.1.3 |
1095 | 2024-08-08T03:18:41.596Z | Compiling cpufeatures v0.2.12 |
1096 | 2024-08-08T03:18:41.697Z | Compiling tower-service v0.3.2 |
1097 | 2024-08-08T03:18:41.819Z | Compiling signal-hook v0.3.17 |
1098 | 2024-08-08T03:18:42.114Z | Compiling openssl-probe v0.1.5 |
1099 | 2024-08-08T03:18:42.228Z | Compiling slog v2.7.0 |
1100 | 2024-08-08T03:18:42.456Z | Compiling adler v1.0.2 |
1101 | 2024-08-08T03:18:42.544Z | Compiling rustls-webpki v0.101.7 |
1102 | 2024-08-08T03:18:42.683Z | Compiling sct v0.7.1 |
1103 | 2024-08-08T03:18:42.780Z | Compiling httpdate v1.0.3 |
1104 | 2024-08-08T03:18:42.997Z | Compiling finl_unicode v1.2.0 |
1105 | 2024-08-08T03:18:43.243Z | Compiling iana-time-zone v0.1.60 |
1106 | 2024-08-08T03:18:43.584Z | Compiling regex-syntax v0.8.3 |
1107 | 2024-08-08T03:18:43.709Z | Compiling stringprep v0.1.4 |
1108 | 2024-08-08T03:18:44.546Z | Compiling miniz_oxide v0.7.2 |
1109 | 2024-08-08T03:18:44.949Z | Compiling url v2.5.2 |
1110 | 2024-08-08T03:18:46.181Z | Compiling serde_derive v1.0.204 |
1111 | 2024-08-08T03:18:46.202Z | Compiling zeroize_derive v1.4.2 |
1112 | 2024-08-08T03:18:46.229Z | Compiling zerocopy-derive v0.7.34 |
1113 | 2024-08-08T03:18:46.864Z | Compiling tokio-macros v2.3.0 |
1114 | 2024-08-08T03:18:46.904Z | Compiling thiserror-impl v1.0.63 |
1115 | 2024-08-08T03:18:47.800Z | Compiling zeroize v1.7.0 |
1116 | 2024-08-08T03:18:48.503Z | Compiling futures-macro v0.3.30 |
1117 | 2024-08-08T03:18:48.520Z | Compiling zerocopy v0.7.34 |
1118 | 2024-08-08T03:18:49.639Z | Compiling crypto-common v0.1.6 |
1119 | 2024-08-08T03:18:49.884Z | Compiling block-buffer v0.10.4 |
1120 | 2024-08-08T03:18:50.012Z | Compiling tracing-attributes v0.1.27 |
1121 | 2024-08-08T03:18:50.162Z | Compiling digest v0.10.7 |
1122 | 2024-08-08T03:18:50.246Z | Compiling thiserror v1.0.63 |
1123 | 2024-08-08T03:18:50.374Z | Compiling pest v2.7.10 |
1124 | 2024-08-08T03:18:50.451Z | Compiling futures-util v0.3.30 |
1125 | 2024-08-08T03:18:50.712Z | Compiling scroll_derive v0.12.0 |
1126 | 2024-08-08T03:18:50.803Z | Compiling hashbrown v0.14.5 |
1127 | 2024-08-08T03:18:52.245Z | Compiling scroll v0.12.0 |
1128 | 2024-08-08T03:18:52.270Z | Compiling hmac v0.12.1 |
1129 | 2024-08-08T03:18:52.517Z | Compiling der_derive v0.7.2 |
1130 | 2024-08-08T03:18:52.811Z | Compiling goblin v0.8.2 |
1131 | 2024-08-08T03:18:53.126Z | Compiling pest_meta v2.7.10 |
1132 | 2024-08-08T03:18:53.470Z | Compiling openssl-macros v0.1.1 |
1133 | 2024-08-08T03:18:53.782Z | Compiling md-5 v0.10.6 |
1134 | 2024-08-08T03:18:53.898Z | Compiling tracing v0.1.40 |
1135 | 2024-08-08T03:18:54.043Z | Compiling sha2 v0.10.8 |
1136 | 2024-08-08T03:18:54.289Z | Compiling regex-automata v0.4.6 |
1137 | 2024-08-08T03:18:54.420Z | Compiling pest_generator v2.7.10 |
1138 | 2024-08-08T03:18:55.053Z | Compiling der v0.7.9 |
1139 | 2024-08-08T03:18:56.672Z | Compiling num-integer v0.1.46 |
1140 | 2024-08-08T03:18:57.454Z | Compiling spki v0.7.3 |
1141 | 2024-08-08T03:18:57.585Z | Compiling idna v0.3.0 |
1142 | 2024-08-08T03:18:57.716Z | Compiling backtrace v0.3.71 |
1143 | 2024-08-08T03:18:57.840Z | Compiling hash32 v0.2.1 |
1144 | 2024-08-08T03:18:58.166Z | Compiling fallible-iterator v0.2.0 |
1145 | 2024-08-08T03:18:58.217Z | Compiling pest_derive v2.7.10 |
1146 | 2024-08-08T03:18:58.221Z | Compiling gimli v0.28.1 |
1147 | 2024-08-08T03:18:58.411Z | Compiling psl-types v2.0.11 |
1148 | 2024-08-08T03:18:58.609Z | Compiling base64 v0.22.1 |
1149 | 2024-08-08T03:18:58.875Z | Compiling smoltcp v0.9.1 |
1150 | 2024-08-08T03:18:59.022Z | Compiling dtrace-parser v0.2.0 |
1151 | 2024-08-08T03:18:59.161Z | Compiling crc32fast v1.4.0 |
1152 | 2024-08-08T03:18:59.368Z | Compiling stable_deref_trait v1.2.0 |
1153 | 2024-08-08T03:18:59.476Z | Compiling publicsuffix v2.2.3 |
1154 | 2024-08-08T03:18:59.646Z | Compiling pkcs8 v0.10.2 |
1155 | 2024-08-08T03:18:59.739Z | Compiling hubpack_derive v0.1.1 |
1156 | 2024-08-08T03:18:59.758Z | Compiling block-padding v0.3.3 |
1157 | 2024-08-08T03:19:00.209Z | Compiling async-trait v0.1.81 |
1158 | 2024-08-08T03:19:00.689Z | Compiling bytes v1.7.1 |
1159 | 2024-08-08T03:19:00.706Z | Compiling bitflags v2.6.0 |
1160 | 2024-08-08T03:19:01.152Z | Compiling indexmap v2.3.0 |
1161 | 2024-08-08T03:19:01.186Z | Compiling semver v1.0.23 |
1162 | 2024-08-08T03:19:01.944Z | Compiling tokio v1.38.1 |
1163 | 2024-08-08T03:19:01.984Z | Compiling http v0.2.12 |
1164 | 2024-08-08T03:19:02.589Z | Compiling rustc_version v0.4.0 |
1165 | 2024-08-08T03:19:03.173Z | Compiling dof v0.3.0 |
1166 | 2024-08-08T03:19:03.331Z | Compiling heapless v0.7.17 |
1167 | 2024-08-08T03:19:03.767Z | Compiling http-body v0.4.6 |
1168 | 2024-08-08T03:19:04.133Z | Compiling uuid v1.10.0 |
1169 | 2024-08-08T03:19:04.235Z | Compiling usdt-impl v0.5.0 |
1170 | 2024-08-08T03:19:04.537Z | Compiling serde_spanned v0.6.7 |
1171 | 2024-08-08T03:19:04.760Z | Compiling chrono v0.4.38 |
1172 | 2024-08-08T03:19:05.372Z | Compiling toml_datetime v0.6.8 |
1173 | 2024-08-08T03:19:05.585Z | Compiling serde_tokenstream v0.2.1 |
1174 | 2024-08-08T03:19:05.855Z | Compiling terminal_size v0.3.0 |
1175 | 2024-08-08T03:19:06.063Z | Compiling addr2line v0.21.0 |
1176 | 2024-08-08T03:19:06.121Z | Compiling postgres-protocol v0.6.7 |
1177 | 2024-08-08T03:19:06.153Z | Compiling zerocopy-derive v0.6.6 |
1178 | 2024-08-08T03:19:07.256Z | Compiling phf_shared v0.11.2 |
1179 | 2024-08-08T03:19:07.458Z | Compiling serde_derive_internals v0.29.1 |
1180 | 2024-08-08T03:19:07.654Z | Compiling ff v0.13.0 |
1181 | 2024-08-08T03:19:07.718Z | Compiling object v0.32.2 |
1182 | 2024-08-08T03:19:07.877Z | Compiling fs-err v2.11.0 |
1183 | 2024-08-08T03:19:07.910Z | Compiling base16ct v0.2.0 |
1184 | 2024-08-08T03:19:08.165Z | Compiling regex-automata v0.1.10 |
1185 | 2024-08-08T03:19:08.214Z | Compiling either v1.13.0 |
1186 | 2024-08-08T03:19:08.333Z | Compiling anyhow v1.0.86 |
1187 | 2024-08-08T03:19:08.481Z | Compiling rustc-demangle v0.1.24 |
1188 | 2024-08-08T03:19:08.616Z | Compiling managed v0.8.0 |
1189 | 2024-08-08T03:19:08.652Z | Compiling matches v0.1.10 |
1190 | 2024-08-08T03:19:08.764Z | Compiling bitflags v1.3.2 |
1191 | 2024-08-08T03:19:08.844Z | Compiling bit-vec v0.6.3 |
1192 | 2024-08-08T03:19:08.952Z | Compiling base64 v0.21.7 |
1193 | 2024-08-08T03:19:09.079Z | Compiling schemars v0.8.21 |
1194 | 2024-08-08T03:19:09.409Z | Compiling ipnet v2.9.0 |
1195 | 2024-08-08T03:19:09.460Z | Compiling winnow v0.5.40 |
1196 | 2024-08-08T03:19:09.665Z | Compiling rustls-pemfile v1.0.4 |
1197 | 2024-08-08T03:19:10.116Z | Compiling tokio-util v0.7.11 |
1198 | 2024-08-08T03:19:10.161Z | Compiling tokio-native-tls v0.3.1 |
1199 | 2024-08-08T03:19:10.461Z | Compiling tokio-rustls v0.24.1 |
1200 | 2024-08-08T03:19:10.607Z | Compiling schemars_derive v0.8.21 |
1201 | 2024-08-08T03:19:11.071Z | Compiling clap_builder v4.5.13 |
1202 | 2024-08-08T03:19:11.569Z | Compiling h2 v0.3.26 |
1203 | 2024-08-08T03:19:12.017Z | Compiling idna v0.2.3 |
1204 | 2024-08-08T03:19:12.047Z | Compiling bstr v0.2.17 |
1205 | 2024-08-08T03:19:13.337Z | Compiling toml_edit v0.19.15 |
1206 | 2024-08-08T03:19:13.504Z | Compiling zerocopy v0.6.6 |
1207 | 2024-08-08T03:19:13.697Z | Compiling sec1 v0.7.3 |
1208 | 2024-08-08T03:19:13.980Z | Compiling group v0.13.0 |
1209 | 2024-08-08T03:19:14.298Z | Compiling phf v0.11.2 |
1210 | 2024-08-08T03:19:14.369Z | Compiling signal-hook-mio v0.2.3 |
1211 | 2024-08-08T03:19:14.532Z | Compiling postgres-types v0.2.7 |
1212 | 2024-08-08T03:19:14.564Z | Compiling usdt-attr-macro v0.5.0 |
1213 | 2024-08-08T03:19:14.930Z | Compiling usdt-macro v0.5.0 |
1214 | 2024-08-08T03:19:16.120Z | Compiling cookie_store v0.20.0 |
1215 | 2024-08-08T03:19:16.256Z | Compiling hubpack v0.1.2 |
1216 | 2024-08-08T03:19:16.424Z | Compiling serde_urlencoded v0.7.1 |
1217 | 2024-08-08T03:19:16.710Z | Compiling inout v0.1.3 |
1218 | 2024-08-08T03:19:16.988Z | Compiling regex v1.10.6 |
1219 | 2024-08-08T03:19:17.256Z | Compiling num-bigint v0.4.5 |
1220 | 2024-08-08T03:19:17.277Z | Compiling futures-executor v0.3.30 |
1221 | 2024-08-08T03:19:17.638Z | Compiling enum-as-inner v0.5.1 |
1222 | 2024-08-08T03:19:17.762Z | Compiling hkdf v0.12.4 |
1223 | 2024-08-08T03:19:17.814Z | Compiling crypto-bigint v0.5.5 |
1224 | 2024-08-08T03:19:18.031Z | Compiling serde_repr v0.1.19 |
1225 | 2024-08-08T03:19:18.063Z | Compiling clap_derive v4.5.13 |
1226 | 2024-08-08T03:19:18.659Z | Compiling hyper v0.14.30 |
1227 | 2024-08-08T03:19:19.181Z | Compiling strum_macros v0.25.3 |
1228 | 2024-08-08T03:19:20.595Z | Compiling phf_shared v0.10.0 |
1229 | 2024-08-08T03:19:21.018Z | Compiling float-cmp v0.9.0 |
1230 | 2024-08-08T03:19:21.235Z | Compiling encoding_rs v0.8.34 |
1231 | 2024-08-08T03:19:21.319Z | Compiling normalize-line-endings v0.3.0 |
1232 | 2024-08-08T03:19:21.448Z | Compiling difflib v0.4.0 |
1233 | 2024-08-08T03:19:22.168Z | Compiling mime v0.3.17 |
1234 | 2024-08-08T03:19:22.762Z | Compiling dyn-clone v1.0.17 |
1235 | 2024-08-08T03:19:22.960Z | Compiling precomputed-hash v0.1.1 |
1236 | 2024-08-08T03:19:23.025Z | Compiling predicates-core v1.0.6 |
1237 | 2024-08-08T03:19:23.078Z | Compiling new_debug_unreachable v1.0.6 |
1238 | 2024-08-08T03:19:23.171Z | Compiling webpki-roots v0.25.4 |
1239 | 2024-08-08T03:19:23.207Z | Compiling data-encoding v2.6.0 |
1240 | 2024-08-08T03:19:23.329Z | Compiling sync_wrapper v0.1.2 |
1241 | 2024-08-08T03:19:23.380Z | Compiling static_assertions v1.1.0 |
1242 | 2024-08-08T03:19:23.457Z | Compiling fixedbitset v0.4.2 |
1243 | 2024-08-08T03:19:23.473Z | Compiling whoami v1.5.1 |
1244 | 2024-08-08T03:19:23.489Z | Compiling minimal-lexical v0.2.1 |
1245 | 2024-08-08T03:19:23.868Z | Compiling unicode-segmentation v1.11.0 |
1246 | 2024-08-08T03:19:23.931Z | Compiling nom v7.1.3 |
1247 | 2024-08-08T03:19:24.019Z | Compiling trust-dns-proto v0.22.0 |
1248 | 2024-08-08T03:19:24.099Z | Compiling tokio-postgres v0.7.11 |
1249 | 2024-08-08T03:19:24.690Z | Compiling similar v2.5.0 |
1250 | 2024-08-08T03:19:25.577Z | Compiling hyper-rustls v0.24.2 |
1251 | 2024-08-08T03:19:25.799Z | Compiling hyper-tls v0.5.0 |
1252 | 2024-08-08T03:19:25.946Z | Compiling petgraph v0.6.5 |
1253 | 2024-08-08T03:19:26.139Z | Compiling reqwest v0.11.27 |
1254 | 2024-08-08T03:19:27.315Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1255 | 2024-08-08T03:19:27.714Z | Compiling clap v4.5.13 |
1256 | 2024-08-08T03:19:27.836Z | Compiling predicates v3.1.2 |
1257 | 2024-08-08T03:19:28.258Z | Compiling string_cache v0.8.7 |
1258 | 2024-08-08T03:19:28.682Z | Compiling console v0.15.8 |
1259 | 2024-08-08T03:19:29.509Z | Compiling toml_edit v0.22.20 |
1260 | 2024-08-08T03:19:29.635Z | Compiling usdt v0.5.0 |
1261 | 2024-08-08T03:19:30.050Z | Compiling elliptic-curve v0.13.8 |
1262 | 2024-08-08T03:19:30.109Z | Compiling yasna v0.5.2 |
1263 | 2024-08-08T03:19:30.179Z | Compiling futures v0.3.30 |
1264 | 2024-08-08T03:19:30.297Z | Compiling flate2 v1.0.31 |
1265 | 2024-08-08T03:19:30.936Z | Compiling cipher v0.4.4 |
1266 | 2024-08-08T03:19:31.320Z | Compiling toml v0.7.8 |
1267 | 2024-08-08T03:19:32.033Z | Compiling crossterm v0.27.0 |
1268 | 2024-08-08T03:19:32.541Z | Compiling tokio-stream v0.1.15 |
1269 | 2024-08-08T03:19:32.637Z | Compiling bit-set v0.5.3 |
1270 | 2024-08-08T03:19:32.926Z | Compiling itertools v0.10.5 |
1271 | 2024-08-08T03:19:33.006Z | Compiling itertools v0.12.1 |
1272 | 2024-08-08T03:19:33.149Z | Compiling openapiv3 v2.0.0 |
1273 | 2024-08-08T03:19:33.527Z | Compiling hex v0.4.3 |
1274 | 2024-08-08T03:19:33.734Z | Compiling bstr v1.9.1 |
1275 | 2024-08-08T03:19:34.135Z | Compiling crossbeam-epoch v0.9.18 |
1276 | 2024-08-08T03:19:34.883Z | Compiling num-iter v0.1.45 |
1277 | 2024-08-08T03:19:35.072Z | Compiling dirs-sys-next v0.1.2 |
1278 | 2024-08-08T03:19:35.527Z | Compiling unicode-xid v0.2.4 |
1279 | 2024-08-08T03:19:35.707Z | Compiling lalrpop-util v0.19.12 |
1280 | 2024-08-08T03:19:35.743Z | Compiling peg-runtime v0.8.3 |
1281 | 2024-08-08T03:19:35.758Z | Compiling dirs-next v2.0.0 |
1282 | 2024-08-08T03:19:35.791Z | Compiling thread_local v1.1.8 |
1283 | 2024-08-08T03:19:35.944Z | Compiling slog-async v2.8.0 |
1284 | 2024-08-08T03:19:36.049Z | Compiling term v0.7.0 |
1285 | 2024-08-08T03:19:36.239Z | Compiling xattr v1.3.1 |
1286 | 2024-08-08T03:19:36.331Z | Compiling crossbeam-channel v0.5.12 |
1287 | 2024-08-08T03:19:36.392Z | Compiling strum_macros v0.26.4 |
1288 | 2024-08-08T03:19:36.504Z | Compiling filetime v0.2.23 |
1289 | 2024-08-08T03:19:36.535Z | Compiling is-terminal v0.4.12 |
1290 | 2024-08-08T03:19:36.662Z | Compiling take_mut v0.2.2 |
1291 | 2024-08-08T03:19:36.824Z | Compiling tar v0.4.41 |
1292 | 2024-08-08T03:19:36.827Z | Compiling slog-term v2.9.1 |
1293 | 2024-08-08T03:19:37.548Z | Compiling camino v1.1.7 |
1294 | 2024-08-08T03:19:39.268Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1295 | 2024-08-08T03:19:39.722Z | Compiling strum v0.26.3 |
1296 | 2024-08-08T03:19:39.799Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1297 | 2024-08-08T03:19:45.055Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 16s |
1298 | 2024-08-08T03:19:45.187Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1299 | 2024-08-08T03:19:45.231Z | Aug 08 03:19:44.507 INFO Starting download, target: Console |
1300 | 2024-08-08T03:19:45.231Z | Aug 08 03:19:44.507 INFO Starting download, target: DendriteOpenapi |
1301 | 2024-08-08T03:19:45.235Z | Aug 08 03:19:44.507 INFO Starting download, target: Clickhouse |
1302 | 2024-08-08T03:19:45.235Z | Aug 08 03:19:44.507 INFO Starting download, target: DendriteStub |
1303 | 2024-08-08T03:19:45.235Z | Aug 08 03:19:44.507 INFO Starting download, target: Cockroach |
1304 | 2024-08-08T03:19:45.235Z | Aug 08 03:19:44.507 INFO Starting download, target: MaghemiteMgd |
1305 | 2024-08-08T03:19:45.235Z | Aug 08 03:19:44.507 INFO Starting download, target: TransceiverControl |
1306 | 2024-08-08T03:19:45.235Z | Aug 08 03:19:44.508 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1307 | 2024-08-08T03:19:45.235Z | Aug 08 03:19:44.508 INFO Downloading out/downloads/dpd-9811438cc91c6ec4e8a8ca12479c920bb25fec81.json (attempt 1/3), target: DendriteOpenapi |
1308 | 2024-08-08T03:19:45.235Z | Aug 08 03:19:44.508 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1309 | 2024-08-08T03:19:45.236Z | Aug 08 03:19:44.508 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1310 | 2024-08-08T03:19:45.236Z | Aug 08 03:19:44.508 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1311 | 2024-08-08T03:19:45.236Z | Aug 08 03:19:44.508 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1312 | 2024-08-08T03:19:45.236Z | Aug 08 03:19:44.508 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1313 | 2024-08-08T03:19:45.491Z | Aug 08 03:19:44.748 INFO Download complete, target: DendriteOpenapi |
1314 | 2024-08-08T03:19:45.741Z | Aug 08 03:19:45.014 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1315 | 2024-08-08T03:19:45.812Z | Aug 08 03:19:45.076 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1316 | 2024-08-08T03:19:46.436Z | Aug 08 03:19:45.501 INFO Download complete, target: Console |
1317 | 2024-08-08T03:19:46.456Z | Aug 08 03:19:45.673 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1318 | 2024-08-08T03:19:46.456Z | Aug 08 03:19:45.712 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1319 | 2024-08-08T03:19:46.500Z | Aug 08 03:19:45.779 INFO Download complete, target: TransceiverControl |
1320 | 2024-08-08T03:19:47.249Z | Aug 08 03:19:46.529 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1321 | 2024-08-08T03:19:48.025Z | Aug 08 03:19:47.304 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1322 | 2024-08-08T03:19:48.025Z | Aug 08 03:19:47.304 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1323 | 2024-08-08T03:19:49.343Z | Aug 08 03:19:48.622 INFO Download complete, target: DendriteStub |
1324 | 2024-08-08T03:19:49.544Z | Aug 08 03:19:48.823 INFO Download complete, target: MaghemiteMgd |
1325 | 2024-08-08T03:19:56.304Z | Aug 08 03:19:55.582 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1326 | 2024-08-08T03:19:56.604Z | Aug 08 03:19:55.881 INFO Checking that binary works, target: Cockroach |
1327 | 2024-08-08T03:19:56.756Z | Aug 08 03:19:56.034 INFO Download complete, target: Cockroach |
1328 | 2024-08-08T03:20:01.441Z | Aug 08 03:20:00.703 INFO Checking that binary works, target: Clickhouse |
1329 | 2024-08-08T03:20:01.595Z | Aug 08 03:20:00.870 INFO Download complete, target: Clickhouse |
1330 | 2024-08-08T03:20:01.615Z | All builder prerequisites installed successfully, and PATH looks valid |
1331 | 2024-08-08T03:20:01.625Z | |
1332 | 2024-08-08T03:20:01.626Z | real 3:33.120854806 |
1333 | 2024-08-08T03:20:01.626Z | user 11:01.698485481 |
1334 | 2024-08-08T03:20:01.626Z | sys 2:22.411558641 |
1335 | 2024-08-08T03:20:01.626Z | trap 0.395286575 |
1336 | 2024-08-08T03:20:01.626Z | tflt 1.384247942 |
1337 | 2024-08-08T03:20:01.626Z | dflt 1.593086914 |
1338 | 2024-08-08T03:20:01.626Z | kflt 0.023583866 |
1339 | 2024-08-08T03:20:01.626Z | lock 22:04.348363536 |
1340 | 2024-08-08T03:20:01.626Z | slp 41:44.986234093 |
1341 | 2024-08-08T03:20:01.627Z | lat 42.705652635 |
1342 | 2024-08-08T03:20:01.627Z | stop 1:43.183165967 |
1343 | 2024-08-08T03:20:01.627Z | + banner clippy |
1344 | 2024-08-08T03:20:01.627Z | |
1345 | 2024-08-08T03:20:01.627Z | #### # # ##### ##### # # |
1346 | 2024-08-08T03:20:01.627Z | # # # # # # # # # # |
1347 | 2024-08-08T03:20:01.627Z | # # # # # # # # |
1348 | 2024-08-08T03:20:01.627Z | # # # ##### ##### # |
1349 | 2024-08-08T03:20:01.627Z | # # # # # # # |
1350 | 2024-08-08T03:20:01.627Z | #### ###### # # # # |
1351 | 2024-08-08T03:20:01.628Z | |
1352 | 2024-08-08T03:20:01.628Z | + export CARGO_INCREMENTAL=0 |
1353 | 2024-08-08T03:20:01.628Z | + CARGO_INCREMENTAL=0 |
1354 | 2024-08-08T03:20:01.628Z | + ptime -m cargo xtask clippy |
1355 | 2024-08-08T03:20:02.143Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1356 | 2024-08-08T03:20:05.550Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.88s |
1357 | 2024-08-08T03:20:05.612Z | Running `target/debug/xtask clippy` |
1358 | 2024-08-08T03:20:05.630Z | running: "/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1359 | 2024-08-08T03:20:06.286Z | Downloading crates ... |
1360 | 2024-08-08T03:20:06.598Z | Downloaded blowfish v0.9.1 |
1361 | 2024-08-08T03:20:06.601Z | Downloaded cbc v0.1.2 |
1362 | 2024-08-08T03:20:06.612Z | Downloaded option-ext v0.2.0 |
1363 | 2024-08-08T03:20:06.615Z | Downloaded russh-cryptovec v0.7.2 |
1364 | 2024-08-08T03:20:06.615Z | Downloaded doc-comment v0.3.3 |
1365 | 2024-08-08T03:20:06.615Z | Downloaded plotters-svg v0.3.5 |
1366 | 2024-08-08T03:20:06.625Z | Downloaded approx v0.5.1 |
1367 | 2024-08-08T03:20:06.628Z | Downloaded dirs v5.0.1 |
1368 | 2024-08-08T03:20:06.637Z | Downloaded rand_chacha v0.2.2 |
1369 | 2024-08-08T03:20:06.640Z | Downloaded threadpool v1.8.1 |
1370 | 2024-08-08T03:20:06.640Z | Downloaded md5 v0.7.0 |
1371 | 2024-08-08T03:20:06.643Z | Downloaded criterion-plot v0.5.0 |
1372 | 2024-08-08T03:20:06.643Z | Downloaded primeorder v0.13.6 |
1373 | 2024-08-08T03:20:06.649Z | Downloaded rfc6979 v0.4.0 |
1374 | 2024-08-08T03:20:06.652Z | Downloaded polyval v0.6.2 |
1375 | 2024-08-08T03:20:06.652Z | Downloaded internet-checksum v0.2.1 |
1376 | 2024-08-08T03:20:06.653Z | Downloaded pbkdf2 v0.11.0 |
1377 | 2024-08-08T03:20:06.653Z | Downloaded hex-literal v0.4.1 |
1378 | 2024-08-08T03:20:06.656Z | Downloaded bcrypt-pbkdf v0.10.0 |
1379 | 2024-08-08T03:20:06.656Z | Downloaded cast v0.3.0 |
1380 | 2024-08-08T03:20:06.663Z | Downloaded password-hash v0.4.2 |
1381 | 2024-08-08T03:20:06.663Z | Downloaded target-lexicon v0.12.16 |
1382 | 2024-08-08T03:20:06.663Z | Downloaded russh-keys v0.43.0 |
1383 | 2024-08-08T03:20:06.663Z | Downloaded rustls-native-certs v0.7.0 |
1384 | 2024-08-08T03:20:06.670Z | Downloaded hyper-rustls v0.26.0 |
1385 | 2024-08-08T03:20:06.670Z | Downloaded escape8259 v0.5.2 |
1386 | 2024-08-08T03:20:06.670Z | Downloaded http-body v1.0.0 |
1387 | 2024-08-08T03:20:06.670Z | Downloaded nested v0.1.1 |
1388 | 2024-08-08T03:20:06.674Z | Downloaded getrandom v0.1.16 |
1389 | 2024-08-08T03:20:06.675Z | Downloaded pathdiff v0.2.1 |
1390 | 2024-08-08T03:20:06.675Z | Downloaded ed25519 v2.2.3 |
1391 | 2024-08-08T03:20:06.677Z | Downloaded dhcproto-macros v0.1.0 |
1392 | 2024-08-08T03:20:06.677Z | Downloaded assert_cmd v2.0.15 |
1393 | 2024-08-08T03:20:06.677Z | Downloaded httptest v0.15.5 |
1394 | 2024-08-08T03:20:06.680Z | Downloaded blake2b_simd v1.0.2 |
1395 | 2024-08-08T03:20:06.680Z | Downloaded anes v0.1.6 |
1396 | 2024-08-08T03:20:06.683Z | Downloaded ctr v0.9.2 |
1397 | 2024-08-08T03:20:06.689Z | Downloaded tower-layer v0.3.2 |
1398 | 2024-08-08T03:20:06.689Z | Downloaded dhcproto v0.12.0 |
1399 | 2024-08-08T03:20:06.692Z | Downloaded datatest-stable v0.2.9 |
1400 | 2024-08-08T03:20:06.692Z | Downloaded guppy-workspace-hack v0.1.0 |
1401 | 2024-08-08T03:20:06.692Z | Downloaded similar-asserts v1.5.0 |
1402 | 2024-08-08T03:20:06.695Z | Downloaded pbkdf2 v0.12.2 |
1403 | 2024-08-08T03:20:06.695Z | Downloaded oorandom v11.1.3 |
1404 | 2024-08-08T03:20:06.699Z | Downloaded yansi v0.5.1 |
1405 | 2024-08-08T03:20:06.699Z | Downloaded plotters-backend v0.3.5 |
1406 | 2024-08-08T03:20:06.699Z | Downloaded trybuild v1.0.99 |
1407 | 2024-08-08T03:20:06.702Z | Downloaded aes v0.8.4 |
1408 | 2024-08-08T03:20:06.706Z | Downloaded rstest_macros v0.19.0 |
1409 | 2024-08-08T03:20:06.709Z | Downloaded relative-path v1.9.3 |
1410 | 2024-08-08T03:20:06.713Z | Downloaded rand_distr v0.4.3 |
1411 | 2024-08-08T03:20:06.726Z | Downloaded libtest-mimic v0.7.3 |
1412 | 2024-08-08T03:20:06.730Z | Downloaded tinytemplate v1.2.1 |
1413 | 2024-08-08T03:20:06.738Z | Downloaded target-spec v3.2.1 |
1414 | 2024-08-08T03:20:06.738Z | Downloaded rust-argon2 v2.1.0 |
1415 | 2024-08-08T03:20:06.741Z | Downloaded rstest v0.19.0 |
1416 | 2024-08-08T03:20:06.741Z | Downloaded fancy-regex v0.13.0 |
1417 | 2024-08-08T03:20:06.744Z | Downloaded partial-io v0.5.4 |
1418 | 2024-08-08T03:20:06.747Z | Downloaded tower v0.4.13 |
1419 | 2024-08-08T03:20:06.754Z | Downloaded hyper-util v0.1.3 |
1420 | 2024-08-08T03:20:06.759Z | Downloaded pretty_assertions v1.4.0 |
1421 | 2024-08-08T03:20:06.764Z | Downloaded russh v0.43.0 |
1422 | 2024-08-08T03:20:06.767Z | Downloaded p521 v0.13.3 |
1423 | 2024-08-08T03:20:06.771Z | Downloaded rand v0.7.3 |
1424 | 2024-08-08T03:20:06.781Z | Downloaded plotters v0.3.5 |
1425 | 2024-08-08T03:20:06.784Z | Downloaded hyper v1.3.1 |
1426 | 2024-08-08T03:20:06.788Z | Downloaded aes-gcm v0.10.3 |
1427 | 2024-08-08T03:20:06.792Z | Downloaded guppy v0.17.7 |
1428 | 2024-08-08T03:20:06.796Z | Downloaded p256 v0.13.2 |
1429 | 2024-08-08T03:20:06.802Z | Downloaded ed25519-dalek v2.1.1 |
1430 | 2024-08-08T03:20:06.803Z | Downloaded ecdsa v0.16.9 |
1431 | 2024-08-08T03:20:06.807Z | Downloaded rand_core v0.5.1 |
1432 | 2024-08-08T03:20:06.807Z | Downloaded ghash v0.5.1 |
1433 | 2024-08-08T03:20:06.807Z | Downloaded cfg-expr v0.16.0 |
1434 | 2024-08-08T03:20:06.807Z | Downloaded futures-timer v3.0.3 |
1435 | 2024-08-08T03:20:06.815Z | Downloaded dirs-sys v0.4.1 |
1436 | 2024-08-08T03:20:06.816Z | Downloaded criterion v0.5.1 |
1437 | 2024-08-08T03:20:07.431Z | Checking cfg-if v1.0.0 |
1438 | 2024-08-08T03:20:07.491Z | Checking libc v0.2.155 |
1439 | 2024-08-08T03:20:07.508Z | Checking serde v1.0.204 |
1440 | 2024-08-08T03:20:07.523Z | Checking memchr v2.7.2 |
1441 | 2024-08-08T03:20:07.543Z | Checking scopeguard v1.2.0 |
1442 | 2024-08-08T03:20:07.558Z | Checking log v0.4.21 |
1443 | 2024-08-08T03:20:07.577Z | Checking itoa v1.0.11 |
1444 | 2024-08-08T03:20:07.597Z | Checking byteorder v1.5.0 |
1445 | 2024-08-08T03:20:07.621Z | Checking smallvec v1.13.2 |
1446 | 2024-08-08T03:20:07.667Z | Checking lock_api v0.4.12 |
1447 | 2024-08-08T03:20:07.787Z | Checking once_cell v1.19.0 |
1448 | 2024-08-08T03:20:07.847Z | Checking pin-project-lite v0.2.14 |
1449 | 2024-08-08T03:20:07.984Z | Checking zeroize v1.7.0 |
1450 | 2024-08-08T03:20:08.007Z | Checking libm v0.2.8 |
1451 | 2024-08-08T03:20:08.034Z | Checking ryu v1.0.18 |
1452 | 2024-08-08T03:20:08.095Z | Checking spin v0.9.8 |
1453 | 2024-08-08T03:20:08.119Z | Checking typenum v1.17.0 |
1454 | 2024-08-08T03:20:08.246Z | Checking futures-core v0.3.30 |
1455 | 2024-08-08T03:20:08.271Z | Checking thiserror v1.0.63 |
1456 | 2024-08-08T03:20:08.407Z | Checking zerocopy v0.7.34 |
1457 | 2024-08-08T03:20:08.410Z | Checking subtle v2.5.0 |
1458 | 2024-08-08T03:20:08.459Z | Checking futures-sink v0.3.30 |
1459 | 2024-08-08T03:20:08.485Z | Checking slab v0.4.9 |
1460 | 2024-08-08T03:20:08.579Z | Checking getrandom v0.2.14 |
1461 | 2024-08-08T03:20:08.600Z | Checking parking_lot_core v0.9.10 |
1462 | 2024-08-08T03:20:08.702Z | Checking signal-hook-registry v1.4.2 |
1463 | 2024-08-08T03:20:08.748Z | Checking mio v0.8.11 |
1464 | 2024-08-08T03:20:08.826Z | Checking rand_core v0.6.4 |
1465 | 2024-08-08T03:20:08.890Z | Checking num-traits v0.2.19 |
1466 | 2024-08-08T03:20:08.918Z | Checking parking_lot v0.12.2 |
1467 | 2024-08-08T03:20:08.942Z | Checking num_cpus v1.16.0 |
1468 | 2024-08-08T03:20:09.063Z | Checking socket2 v0.5.7 |
1469 | 2024-08-08T03:20:09.133Z | Checking futures-channel v0.3.30 |
1470 | 2024-08-08T03:20:09.250Z | Checking futures-io v0.3.30 |
1471 | 2024-08-08T03:20:09.363Z | Checking pin-utils v0.1.0 |
1472 | 2024-08-08T03:20:09.445Z | Checking futures-task v0.3.30 |
1473 | 2024-08-08T03:20:09.449Z | Checking generic-array v0.14.7 |
1474 | 2024-08-08T03:20:09.492Z | Checking const-oid v0.9.6 |
1475 | 2024-08-08T03:20:09.515Z | Checking allocator-api2 v0.2.18 |
1476 | 2024-08-08T03:20:09.544Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1477 | 2024-08-08T03:20:09.669Z | Checking futures-util v0.3.30 |
1478 | 2024-08-08T03:20:09.802Z | Checking ahash v0.8.11 |
1479 | 2024-08-08T03:20:09.862Z | Checking fnv v1.0.7 |
1480 | 2024-08-08T03:20:10.032Z | Checking iana-time-zone v0.1.60 |
1481 | 2024-08-08T03:20:10.158Z | Checking equivalent v1.0.1 |
1482 | 2024-08-08T03:20:10.185Z | Checking ppv-lite86 v0.2.17 |
1483 | 2024-08-08T03:20:10.271Z | Checking tinyvec_macros v0.1.1 |
1484 | 2024-08-08T03:20:10.308Z | Checking hashbrown v0.14.5 |
1485 | 2024-08-08T03:20:10.366Z | Checking tinyvec v1.6.0 |
1486 | 2024-08-08T03:20:10.580Z | Checking cpufeatures v0.2.12 |
1487 | 2024-08-08T03:20:10.609Z | Checking crypto-common v0.1.6 |
1488 | 2024-08-08T03:20:10.678Z | Checking block-buffer v0.10.4 |
1489 | 2024-08-08T03:20:10.787Z | Checking lazy_static v1.5.0 |
1490 | 2024-08-08T03:20:10.858Z | Checking rand_chacha v0.3.1 |
1491 | 2024-08-08T03:20:10.894Z | Checking unicode-bidi v0.3.15 |
1492 | 2024-08-08T03:20:10.917Z | Checking tracing-core v0.1.32 |
1493 | 2024-08-08T03:20:11.258Z | Checking rand v0.8.5 |
1494 | 2024-08-08T03:20:11.290Z | Checking digest v0.10.7 |
1495 | 2024-08-08T03:20:11.522Z | Checking dyn-clone v1.0.17 |
1496 | 2024-08-08T03:20:11.547Z | Checking percent-encoding v2.3.1 |
1497 | 2024-08-08T03:20:11.574Z | Checking tracing v0.1.40 |
1498 | 2024-08-08T03:20:11.654Z | Checking regex-syntax v0.8.3 |
1499 | 2024-08-08T03:20:11.675Z | Checking errno v0.3.9 |
1500 | 2024-08-08T03:20:11.697Z | Checking unicode-normalization v0.1.23 |
1501 | 2024-08-08T03:20:11.749Z | Checking aho-corasick v1.1.3 |
1502 | 2024-08-08T03:20:11.842Z | Checking unicode-ident v1.0.12 |
1503 | 2024-08-08T03:20:11.906Z | Checking form_urlencoded v1.2.1 |
1504 | 2024-08-08T03:20:12.001Z | Checking powerfmt v0.2.0 |
1505 | 2024-08-08T03:20:12.100Z | Checking unicode-width v0.1.13 |
1506 | 2024-08-08T03:20:12.279Z | Checking deranged v0.3.11 |
1507 | 2024-08-08T03:20:12.302Z | Checking num-conv v0.1.0 |
1508 | 2024-08-08T03:20:12.369Z | Checking bytes v1.7.1 |
1509 | 2024-08-08T03:20:12.510Z | Checking bitflags v2.6.0 |
1510 | 2024-08-08T03:20:12.588Z | Checking serde_json v1.0.122 |
1511 | 2024-08-08T03:20:12.625Z | Checking chrono v0.4.38 |
1512 | 2024-08-08T03:20:12.805Z | Checking uuid v1.10.0 |
1513 | 2024-08-08T03:20:13.162Z | Checking tokio v1.38.1 |
1514 | 2024-08-08T03:20:13.445Z | Checking indexmap v2.3.0 |
1515 | 2024-08-08T03:20:13.464Z | Checking rustix v0.38.34 |
1516 | 2024-08-08T03:20:14.045Z | Checking time-core v0.1.2 |
1517 | 2024-08-08T03:20:14.215Z | Checking num_threads v0.1.7 |
1518 | 2024-08-08T03:20:14.237Z | Checking proc-macro2 v1.0.86 |
1519 | 2024-08-08T03:20:14.334Z | Checking time v0.3.36 |
1520 | 2024-08-08T03:20:14.670Z | Checking schemars v0.8.21 |
1521 | 2024-08-08T03:20:14.730Z | Checking httparse v1.8.0 |
1522 | 2024-08-08T03:20:14.803Z | Checking regex-automata v0.4.6 |
1523 | 2024-08-08T03:20:14.811Z | Checking adler v1.0.2 |
1524 | 2024-08-08T03:20:14.899Z | Checking quote v1.0.36 |
1525 | 2024-08-08T03:20:14.981Z | Checking miniz_oxide v0.7.2 |
1526 | 2024-08-08T03:20:15.141Z | Checking http v0.2.12 |
1527 | 2024-08-08T03:20:15.240Z | Checking idna v0.5.0 |
1528 | 2024-08-08T03:20:15.415Z | Checking syn v2.0.72 |
1529 | 2024-08-08T03:20:15.711Z | Checking untrusted v0.9.0 |
1530 | 2024-08-08T03:20:15.866Z | Checking ring v0.17.8 |
1531 | 2024-08-08T03:20:16.099Z | Checking url v2.5.2 |
1532 | 2024-08-08T03:20:16.321Z | Checking base64ct v1.6.0 |
1533 | 2024-08-08T03:20:16.486Z | Checking try-lock v0.2.5 |
1534 | 2024-08-08T03:20:16.633Z | Checking want v0.3.1 |
1535 | 2024-08-08T03:20:16.774Z | Checking slog v2.7.0 |
1536 | 2024-08-08T03:20:16.803Z | Checking tower-service v0.3.2 |
1537 | 2024-08-08T03:20:16.825Z | Checking futures-executor v0.3.30 |
1538 | 2024-08-08T03:20:16.916Z | Checking gimli v0.28.1 |
1539 | 2024-08-08T03:20:16.919Z | Checking object v0.32.2 |
1540 | 2024-08-08T03:20:17.054Z | Checking rustc-demangle v0.1.24 |
1541 | 2024-08-08T03:20:17.250Z | Checking base64 v0.21.7 |
1542 | 2024-08-08T03:20:17.517Z | Checking httpdate v1.0.3 |
1543 | 2024-08-08T03:20:17.743Z | Checking utf8parse v0.2.1 |
1544 | 2024-08-08T03:20:17.767Z | Checking futures v0.3.30 |
1545 | 2024-08-08T03:20:17.789Z | Checking http-body v0.4.6 |
1546 | 2024-08-08T03:20:17.883Z | Checking openssl-probe v0.1.5 |
1547 | 2024-08-08T03:20:17.886Z | Checking foreign-types-shared v0.1.1 |
1548 | 2024-08-08T03:20:18.013Z | Checking foreign-types v0.3.2 |
1549 | 2024-08-08T03:20:18.049Z | Checking pem-rfc7468 v0.7.0 |
1550 | 2024-08-08T03:20:18.111Z | Checking openssl-sys v0.9.103 |
1551 | 2024-08-08T03:20:18.192Z | Checking ipnet v2.9.0 |
1552 | 2024-08-08T03:20:18.317Z | Checking mime v0.3.17 |
1553 | 2024-08-08T03:20:18.637Z | Checking flagset v0.4.5 |
1554 | 2024-08-08T03:20:18.686Z | Checking anstyle v1.0.8 |
1555 | 2024-08-08T03:20:18.841Z | Checking der v0.7.9 |
1556 | 2024-08-08T03:20:19.021Z | Checking semver v1.0.23 |
1557 | 2024-08-08T03:20:19.340Z | Checking regex v1.10.6 |
1558 | 2024-08-08T03:20:19.419Z | Checking openssl v0.10.66 |
1559 | 2024-08-08T03:20:19.442Z | Checking either v1.13.0 |
1560 | 2024-08-08T03:20:19.836Z | Checking sct v0.7.1 |
1561 | 2024-08-08T03:20:19.969Z | Checking rustls-webpki v0.101.7 |
1562 | 2024-08-08T03:20:19.992Z | Checking tokio-util v0.7.11 |
1563 | 2024-08-08T03:20:20.019Z | Checking serde_spanned v0.6.7 |
1564 | 2024-08-08T03:20:20.204Z | Checking toml_datetime v0.6.8 |
1565 | 2024-08-08T03:20:20.499Z | Checking crossbeam-utils v0.8.19 |
1566 | 2024-08-08T03:20:20.616Z | Checking spki v0.7.3 |
1567 | 2024-08-08T03:20:20.681Z | Checking data-encoding v2.6.0 |
1568 | 2024-08-08T03:20:20.822Z | Checking h2 v0.3.26 |
1569 | 2024-08-08T03:20:20.851Z | Checking addr2line v0.21.0 |
1570 | 2024-08-08T03:20:20.904Z | Checking rustls v0.21.12 |
1571 | 2024-08-08T03:20:21.154Z | Checking anstyle-parse v0.2.4 |
1572 | 2024-08-08T03:20:21.338Z | Checking idna v0.3.0 |
1573 | 2024-08-08T03:20:21.368Z | Checking serde_urlencoded v0.7.1 |
1574 | 2024-08-08T03:20:21.432Z | Checking scroll v0.12.0 |
1575 | 2024-08-08T03:20:21.827Z | Checking encoding_rs v0.8.34 |
1576 | 2024-08-08T03:20:21.831Z | Checking plain v0.2.3 |
1577 | 2024-08-08T03:20:21.872Z | Checking is_terminal_polyfill v1.70.0 |
1578 | 2024-08-08T03:20:21.992Z | Checking bitflags v1.3.2 |
1579 | 2024-08-08T03:20:22.015Z | Checking colorchoice v1.0.1 |
1580 | 2024-08-08T03:20:22.101Z | Checking ucd-trie v0.1.6 |
1581 | 2024-08-08T03:20:22.146Z | Checking psl-types v2.0.11 |
1582 | 2024-08-08T03:20:22.230Z | Checking anstyle-query v1.0.3 |
1583 | 2024-08-08T03:20:22.320Z | Checking pest v2.7.10 |
1584 | 2024-08-08T03:20:22.344Z | Checking publicsuffix v2.2.3 |
1585 | 2024-08-08T03:20:22.368Z | Checking anstream v0.6.14 |
1586 | 2024-08-08T03:20:22.563Z | Checking goblin v0.8.2 |
1587 | 2024-08-08T03:20:22.723Z | Checking pkcs8 v0.10.2 |
1588 | 2024-08-08T03:20:22.942Z | Checking backtrace v0.3.71 |
1589 | 2024-08-08T03:20:22.967Z | Checking cookie v0.17.0 |
1590 | 2024-08-08T03:20:23.368Z | Checking terminal_size v0.3.0 |
1591 | 2024-08-08T03:20:23.520Z | Checking anyhow v1.0.86 |
1592 | 2024-08-08T03:20:23.543Z | Checking sha2 v0.10.8 |
1593 | 2024-08-08T03:20:23.900Z | Checking hmac v0.12.1 |
1594 | 2024-08-08T03:20:24.012Z | Checking tokio-rustls v0.24.1 |
1595 | 2024-08-08T03:20:24.103Z | Checking strsim v0.11.1 |
1596 | 2024-08-08T03:20:24.126Z | Checking pretty-hex v0.4.1 |
1597 | 2024-08-08T03:20:24.160Z | Checking clap_lex v0.7.0 |
1598 | 2024-08-08T03:20:24.304Z | Checking cookie_store v0.20.0 |
1599 | 2024-08-08T03:20:24.375Z | Checking rustls-pemfile v1.0.4 |
1600 | 2024-08-08T03:20:24.399Z | Checking num-integer v0.1.46 |
1601 | 2024-08-08T03:20:24.422Z | Checking clap_builder v4.5.13 |
1602 | 2024-08-08T03:20:24.574Z | Checking thread-id v4.2.1 |
1603 | 2024-08-08T03:20:24.699Z | Checking webpki-roots v0.25.4 |
1604 | 2024-08-08T03:20:24.723Z | Checking native-tls v0.2.11 |
1605 | 2024-08-08T03:20:24.834Z | Checking dtrace-parser v0.2.0 |
1606 | 2024-08-08T03:20:24.865Z | Checking sync_wrapper v0.1.2 |
1607 | 2024-08-08T03:20:24.868Z | Checking openapiv3 v2.0.0 |
1608 | 2024-08-08T03:20:24.904Z | Checking block-padding v0.3.3 |
1609 | 2024-08-08T03:20:24.991Z | Checking memmap v0.7.0 |
1610 | 2024-08-08T03:20:25.024Z | Checking tokio-native-tls v0.3.1 |
1611 | 2024-08-08T03:20:25.112Z | Checking base64 v0.22.1 |
1612 | 2024-08-08T03:20:25.198Z | Checking inout v0.1.3 |
1613 | 2024-08-08T03:20:25.291Z | Checking stable_deref_trait v1.2.0 |
1614 | 2024-08-08T03:20:25.294Z | Checking ff v0.13.0 |
1615 | 2024-08-08T03:20:25.400Z | Checking crc32fast v1.4.0 |
1616 | 2024-08-08T03:20:25.434Z | Checking cipher v0.4.4 |
1617 | 2024-08-08T03:20:25.532Z | Checking base16ct v0.2.0 |
1618 | 2024-08-08T03:20:25.606Z | Checking bit-vec v0.6.3 |
1619 | 2024-08-08T03:20:25.630Z | Checking group v0.13.0 |
1620 | 2024-08-08T03:20:25.730Z | Checking sec1 v0.7.3 |
1621 | 2024-08-08T03:20:25.827Z | Checking hkdf v0.12.4 |
1622 | 2024-08-08T03:20:25.883Z | Checking crossbeam-epoch v0.9.18 |
1623 | 2024-08-08T03:20:25.934Z | Checking hex v0.4.3 |
1624 | 2024-08-08T03:20:26.033Z | Checking crypto-bigint v0.5.5 |
1625 | 2024-08-08T03:20:26.113Z | Checking unicode-segmentation v1.11.0 |
1626 | 2024-08-08T03:20:26.311Z | Checking managed v0.8.0 |
1627 | 2024-08-08T03:20:26.480Z | Checking winnow v0.6.18 |
1628 | 2024-08-08T03:20:26.705Z | Checking winnow v0.5.40 |
1629 | 2024-08-08T03:20:26.750Z | Checking zerocopy v0.6.6 |
1630 | 2024-08-08T03:20:26.937Z | Checking hyper v0.14.30 |
1631 | 2024-08-08T03:20:27.405Z | Checking clap v4.5.13 |
1632 | 2024-08-08T03:20:27.510Z | Checking flate2 v1.0.31 |
1633 | 2024-08-08T03:20:27.535Z | Checking num-iter v0.1.45 |
1634 | 2024-08-08T03:20:27.538Z | Checking dof v0.3.0 |
1635 | 2024-08-08T03:20:27.764Z | Checking signal-hook v0.3.17 |
1636 | 2024-08-08T03:20:28.082Z | Checking matches v0.1.10 |
1637 | 2024-08-08T03:20:28.141Z | Checking usdt-impl v0.5.0 |
1638 | 2024-08-08T03:20:28.173Z | Checking static_assertions v1.1.0 |
1639 | 2024-08-08T03:20:28.200Z | Checking siphasher v0.3.11 |
1640 | 2024-08-08T03:20:28.274Z | Checking idna v0.2.3 |
1641 | 2024-08-08T03:20:28.373Z | Checking itertools v0.10.5 |
1642 | 2024-08-08T03:20:28.497Z | Checking regex-automata v0.1.10 |
1643 | 2024-08-08T03:20:28.643Z | Checking usdt v0.5.0 |
1644 | 2024-08-08T03:20:28.814Z | Checking elliptic-curve v0.13.8 |
1645 | 2024-08-08T03:20:28.887Z | Checking bstr v0.2.17 |
1646 | 2024-08-08T03:20:28.909Z | Checking signal-hook-mio v0.2.3 |
1647 | 2024-08-08T03:20:29.052Z | Checking bit-set v0.5.3 |
1648 | 2024-08-08T03:20:29.118Z | Checking trust-dns-proto v0.22.0 |
1649 | 2024-08-08T03:20:29.305Z | Checking num-bigint v0.4.5 |
1650 | 2024-08-08T03:20:29.341Z | Checking toml_edit v0.22.20 |
1651 | 2024-08-08T03:20:29.479Z | Checking itertools v0.12.1 |
1652 | 2024-08-08T03:20:29.708Z | Checking toml_edit v0.19.15 |
1653 | 2024-08-08T03:20:29.733Z | Checking hash32 v0.2.1 |
1654 | 2024-08-08T03:20:30.058Z | Checking finl_unicode v1.2.0 |
1655 | 2024-08-08T03:20:30.628Z | Checking predicates-core v1.0.6 |
1656 | 2024-08-08T03:20:30.632Z | Checking stringprep v0.1.4 |
1657 | 2024-08-08T03:20:30.836Z | Checking heapless v0.7.17 |
1658 | 2024-08-08T03:20:30.953Z | Checking crossterm v0.27.0 |
1659 | 2024-08-08T03:20:31.889Z | Checking yasna v0.5.2 |
1660 | 2024-08-08T03:20:31.893Z | Checking bstr v1.9.1 |
1661 | 2024-08-08T03:20:31.952Z | Checking console v0.15.8 |
1662 | 2024-08-08T03:20:32.010Z | Checking md-5 v0.10.6 |
1663 | 2024-08-08T03:20:32.120Z | Checking toml v0.7.8 |
1664 | 2024-08-08T03:20:32.242Z | Checking float-cmp v0.9.0 |
1665 | 2024-08-08T03:20:32.450Z | Checking normalize-line-endings v0.3.0 |
1666 | 2024-08-08T03:20:32.512Z | Checking difflib v0.4.0 |
1667 | 2024-08-08T03:20:32.576Z | Checking fallible-iterator v0.2.0 |
1668 | 2024-08-08T03:20:32.750Z | Checking fixedbitset v0.4.2 |
1669 | 2024-08-08T03:20:32.791Z | Checking smoltcp v0.9.1 |
1670 | 2024-08-08T03:20:32.820Z | Checking predicates v3.1.2 |
1671 | 2024-08-08T03:20:32.824Z | Checking similar v2.5.0 |
1672 | 2024-08-08T03:20:32.865Z | Checking phf_shared v0.11.2 |
1673 | 2024-08-08T03:20:32.971Z | Checking phf_shared v0.10.0 |
1674 | 2024-08-08T03:20:33.034Z | Checking petgraph v0.6.5 |
1675 | 2024-08-08T03:20:33.079Z | Checking hyper-tls v0.5.0 |
1676 | 2024-08-08T03:20:33.131Z | Checking hyper-rustls v0.24.2 |
1677 | 2024-08-08T03:20:33.194Z | Checking postgres-protocol v0.6.7 |
1678 | 2024-08-08T03:20:33.246Z | Checking tokio-stream v0.1.15 |
1679 | 2024-08-08T03:20:33.373Z | Checking fs-err v2.11.0 |
1680 | 2024-08-08T03:20:33.600Z | Checking reqwest v0.11.27 |
1681 | 2024-08-08T03:20:33.615Z | Checking hubpack v0.1.2 |
1682 | 2024-08-08T03:20:33.665Z | Checking new_debug_unreachable v1.0.6 |
1683 | 2024-08-08T03:20:33.771Z | Checking minimal-lexical v0.2.1 |
1684 | 2024-08-08T03:20:33.794Z | Checking lalrpop-util v0.19.12 |
1685 | 2024-08-08T03:20:33.849Z | Checking precomputed-hash v0.1.1 |
1686 | 2024-08-08T03:20:33.907Z | Checking postgres-types v0.2.7 |
1687 | 2024-08-08T03:20:33.963Z | Checking string_cache v0.8.7 |
1688 | 2024-08-08T03:20:34.025Z | Checking phf v0.11.2 |
1689 | 2024-08-08T03:20:34.063Z | Checking peg-runtime v0.8.3 |
1690 | 2024-08-08T03:20:34.172Z | Checking nom v7.1.3 |
1691 | 2024-08-08T03:20:34.196Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1692 | 2024-08-08T03:20:34.246Z | Checking whoami v1.5.1 |
1693 | 2024-08-08T03:20:34.298Z | Compiling regress v0.9.1 |
1694 | 2024-08-08T03:20:34.388Z | Compiling getopts v0.2.21 |
1695 | 2024-08-08T03:20:34.546Z | Compiling unsafe-libyaml v0.2.11 |
1696 | 2024-08-08T03:20:34.609Z | Checking tokio-postgres v0.7.11 |
1697 | 2024-08-08T03:20:35.092Z | Checking heck v0.5.0 |
1698 | 2024-08-08T03:20:35.301Z | Checking camino v1.1.7 |
1699 | 2024-08-08T03:20:35.891Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1700 | 2024-08-08T03:20:36.212Z | Compiling serde_yaml v0.9.34+deprecated |
1701 | 2024-08-08T03:20:36.340Z | Checking is-terminal v0.4.12 |
1702 | 2024-08-08T03:20:36.472Z | Compiling ident_case v1.0.1 |
1703 | 2024-08-08T03:20:36.624Z | Compiling darling_core v0.20.9 |
1704 | 2024-08-08T03:20:37.003Z | Compiling paste v1.0.15 |
1705 | 2024-08-08T03:20:37.054Z | Checking sha1 v0.10.6 |
1706 | 2024-08-08T03:20:37.341Z | Compiling rustls v0.22.4 |
1707 | 2024-08-08T03:20:37.553Z | Checking http v1.1.0 |
1708 | 2024-08-08T03:20:37.692Z | Checking dirs-sys-next v0.1.2 |
1709 | 2024-08-08T03:20:37.892Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1710 | 2024-08-08T03:20:38.891Z | Checking dirs-next v2.0.0 |
1711 | 2024-08-08T03:20:38.933Z | Checking strum v0.26.3 |
1712 | 2024-08-08T03:20:39.028Z | Checking crossbeam-channel v0.5.12 |
1713 | 2024-08-08T03:20:39.094Z | Checking thread_local v1.1.8 |
1714 | 2024-08-08T03:20:39.229Z | Checking term v0.7.0 |
1715 | 2024-08-08T03:20:39.371Z | Compiling multer v3.1.0 |
1716 | 2024-08-08T03:20:39.374Z | Checking take_mut v0.2.2 |
1717 | 2024-08-08T03:20:39.540Z | Compiling async-stream-impl v0.3.5 |
1718 | 2024-08-08T03:20:39.677Z | Checking slog-term v2.9.1 |
1719 | 2024-08-08T03:20:39.734Z | Checking slog-async v2.8.0 |
1720 | 2024-08-08T03:20:39.769Z | Checking match_cfg v0.1.0 |
1721 | 2024-08-08T03:20:39.868Z | Checking rustls-pki-types v1.7.0 |
1722 | 2024-08-08T03:20:40.034Z | Checking hostname v0.3.1 |
1723 | 2024-08-08T03:20:40.181Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1724 | 2024-08-08T03:20:40.214Z | Checking toml v0.8.19 |
1725 | 2024-08-08T03:20:40.296Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1726 | 2024-08-08T03:20:40.414Z | Checking rustls-webpki v0.102.4 |
1727 | 2024-08-08T03:20:40.558Z | Checking rustls-pemfile v2.1.3 |
1728 | 2024-08-08T03:20:40.810Z | Checking debug-ignore v1.0.5 |
1729 | 2024-08-08T03:20:40.934Z | Checking slog-json v2.6.1 |
1730 | 2024-08-08T03:20:40.937Z | Checking ipnetwork v0.20.0 |
1731 | 2024-08-08T03:20:40.978Z | Checking instant v0.1.12 |
1732 | 2024-08-08T03:20:41.101Z | Checking atomic-waker v1.1.2 |
1733 | 2024-08-08T03:20:41.189Z | Checking slog-bunyan v2.5.0 |
1734 | 2024-08-08T03:20:41.214Z | Checking async-stream v0.3.5 |
1735 | 2024-08-08T03:20:41.251Z | Checking waitgroup v0.1.2 |
1736 | 2024-08-08T03:20:41.355Z | Checking serde_path_to_error v0.1.16 |
1737 | 2024-08-08T03:20:41.393Z | Checking hostname v0.4.0 |
1738 | 2024-08-08T03:20:41.409Z | Checking fastrand v2.1.0 |
1739 | 2024-08-08T03:20:41.529Z | Compiling structmeta-derive v0.3.0 |
1740 | 2024-08-08T03:20:41.691Z | Checking quick-error v1.2.3 |
1741 | 2024-08-08T03:20:41.740Z | Checking tempfile v3.10.1 |
1742 | 2024-08-08T03:20:41.830Z | Checking newtype-uuid v1.1.0 |
1743 | 2024-08-08T03:20:41.979Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1744 | 2024-08-08T03:20:42.088Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1745 | 2024-08-08T03:20:42.112Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1746 | 2024-08-08T03:20:42.458Z | Checking macaddr v1.0.1 |
1747 | 2024-08-08T03:20:42.775Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1748 | 2024-08-08T03:20:42.810Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1749 | 2024-08-08T03:20:42.918Z | Checking backoff v0.4.0 |
1750 | 2024-08-08T03:20:42.941Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1751 | 2024-08-08T03:20:43.102Z | Checking wait-timeout v0.2.0 |
1752 | 2024-08-08T03:20:43.163Z | Checking rand_xorshift v0.3.0 |
1753 | 2024-08-08T03:20:43.229Z | Compiling structmeta-derive v0.2.0 |
1754 | 2024-08-08T03:20:43.297Z | Checking rusty-fork v0.3.0 |
1755 | 2024-08-08T03:20:43.357Z | Checking unarray v0.1.4 |
1756 | 2024-08-08T03:20:43.520Z | Compiling proc-macro-error v1.0.4 |
1757 | 2024-08-08T03:20:43.543Z | Compiling darling_macro v0.20.9 |
1758 | 2024-08-08T03:20:43.613Z | Checking proptest v1.4.0 |
1759 | 2024-08-08T03:20:44.220Z | Checking camino-tempfile v1.1.1 |
1760 | 2024-08-08T03:20:44.446Z | Compiling proc-macro-crate v1.3.1 |
1761 | 2024-08-08T03:20:44.489Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1762 | 2024-08-08T03:20:44.511Z | Compiling darling v0.20.9 |
1763 | 2024-08-08T03:20:44.543Z | Compiling structmeta v0.3.0 |
1764 | 2024-08-08T03:20:44.634Z | Compiling serde_with_macros v3.8.3 |
1765 | 2024-08-08T03:20:44.808Z | Checking tokio-rustls v0.25.0 |
1766 | 2024-08-08T03:20:44.881Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1767 | 2024-08-08T03:20:44.987Z | Compiling parse-display-derive v0.9.1 |
1768 | 2024-08-08T03:20:45.227Z | Compiling foreign-types-macros v0.2.3 |
1769 | 2024-08-08T03:20:45.572Z | Compiling num_enum_derive v0.5.11 |
1770 | 2024-08-08T03:20:46.187Z | Compiling structmeta v0.2.0 |
1771 | 2024-08-08T03:20:46.581Z | Checking foreign-types-shared v0.3.1 |
1772 | 2024-08-08T03:20:46.649Z | Compiling test-strategy v0.3.1 |
1773 | 2024-08-08T03:20:46.703Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1774 | 2024-08-08T03:20:47.040Z | Checking foreign-types v0.5.0 |
1775 | 2024-08-08T03:20:47.542Z | Checking cstr-argument v0.1.2 |
1776 | 2024-08-08T03:20:47.689Z | Checking serde_with v3.8.3 |
1777 | 2024-08-08T03:20:47.732Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1778 | 2024-08-08T03:20:48.232Z | Checking pretty-hex v0.2.1 |
1779 | 2024-08-08T03:20:48.282Z | Checking num_enum v0.5.11 |
1780 | 2024-08-08T03:20:48.409Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1781 | 2024-08-08T03:20:48.442Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1782 | 2024-08-08T03:20:48.714Z | Checking tabwriter v1.4.0 |
1783 | 2024-08-08T03:20:48.738Z | Checking colored v2.1.0 |
1784 | 2024-08-08T03:20:48.741Z | Checking socket2 v0.4.10 |
1785 | 2024-08-08T03:20:48.945Z | Checking smf v0.2.3 |
1786 | 2024-08-08T03:20:49.040Z | Compiling heapless v0.8.0 |
1787 | 2024-08-08T03:20:49.098Z | Checking termtree v0.4.1 |
1788 | 2024-08-08T03:20:49.171Z | Checking hash32 v0.3.1 |
1789 | 2024-08-08T03:20:49.299Z | Checking predicates-tree v1.0.9 |
1790 | 2024-08-08T03:20:49.373Z | Compiling smoltcp v0.11.0 |
1791 | 2024-08-08T03:20:49.411Z | Compiling crucible-workspace-hack v0.1.0 |
1792 | 2024-08-08T03:20:49.447Z | Checking cobs v0.2.3 |
1793 | 2024-08-08T03:20:49.641Z | Checking embedded-io v0.4.0 |
1794 | 2024-08-08T03:20:49.722Z | Checking sigpipe v0.1.3 |
1795 | 2024-08-08T03:20:49.810Z | Checking parse-display v0.9.1 |
1796 | 2024-08-08T03:20:49.836Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1797 | 2024-08-08T03:20:49.854Z | Checking postcard v1.0.8 |
1798 | 2024-08-08T03:20:50.040Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1799 | 2024-08-08T03:20:50.125Z | Checking humantime v2.1.0 |
1800 | 2024-08-08T03:20:50.218Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1801 | 2024-08-08T03:20:50.305Z | Compiling mockall_derive v0.13.0 |
1802 | 2024-08-08T03:20:50.391Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1803 | 2024-08-08T03:20:50.557Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1804 | 2024-08-08T03:20:50.591Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1805 | 2024-08-08T03:20:50.826Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1806 | 2024-08-08T03:20:50.852Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1807 | 2024-08-08T03:20:50.892Z | Compiling num-derive v0.4.2 |
1808 | 2024-08-08T03:20:51.108Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1809 | 2024-08-08T03:20:51.246Z | Checking downcast v0.11.0 |
1810 | 2024-08-08T03:20:51.420Z | Checking fragile v2.0.0 |
1811 | 2024-08-08T03:20:51.491Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1812 | 2024-08-08T03:20:51.685Z | Checking arc-swap v1.7.1 |
1813 | 2024-08-08T03:20:51.765Z | Checking xattr v1.3.1 |
1814 | 2024-08-08T03:20:51.959Z | Checking filetime v0.2.23 |
1815 | 2024-08-08T03:20:52.129Z | Checking slog-scope v4.4.0 |
1816 | 2024-08-08T03:20:52.174Z | Checking termcolor v1.4.1 |
1817 | 2024-08-08T03:20:52.360Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1818 | 2024-08-08T03:20:52.383Z | Checking tar v0.4.41 |
1819 | 2024-08-08T03:20:52.407Z | Checking slog-stdlog v4.1.1 |
1820 | 2024-08-08T03:20:52.581Z | Checking slog-envlogger v2.2.0 |
1821 | 2024-08-08T03:20:52.655Z | Checking same-file v1.0.6 |
1822 | 2024-08-08T03:20:52.806Z | Checking newline-converter v0.3.0 |
1823 | 2024-08-08T03:20:52.842Z | Checking walkdir v2.5.0 |
1824 | 2024-08-08T03:20:52.958Z | Checking expectorate v1.1.0 |
1825 | 2024-08-08T03:20:53.116Z | Checking utf-8 v0.7.6 |
1826 | 2024-08-08T03:20:53.139Z | Checking atty v0.2.14 |
1827 | 2024-08-08T03:20:53.142Z | Compiling derive-where v1.2.7 |
1828 | 2024-08-08T03:20:53.181Z | Checking pem v3.0.4 |
1829 | 2024-08-08T03:20:53.270Z | Checking password-hash v0.5.0 |
1830 | 2024-08-08T03:20:53.273Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1831 | 2024-08-08T03:20:53.313Z | Checking tungstenite v0.21.0 |
1832 | 2024-08-08T03:20:53.439Z | Checking blake2 v0.10.6 |
1833 | 2024-08-08T03:20:53.710Z | Checking tungstenite v0.20.1 |
1834 | 2024-08-08T03:20:53.761Z | Checking env_logger v0.9.3 |
1835 | 2024-08-08T03:20:53.902Z | Checking argon2 v0.5.3 |
1836 | 2024-08-08T03:20:53.984Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1837 | 2024-08-08T03:20:54.209Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1838 | 2024-08-08T03:20:54.231Z | Checking tokio-tungstenite v0.21.0 |
1839 | 2024-08-08T03:20:54.561Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1840 | 2024-08-08T03:20:54.591Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1841 | 2024-08-08T03:20:54.613Z | Checking tokio-tungstenite v0.20.1 |
1842 | 2024-08-08T03:20:54.686Z | Compiling bitstruct_derive v0.1.0 |
1843 | 2024-08-08T03:20:54.704Z | Checking ascii v1.1.0 |
1844 | 2024-08-08T03:20:54.945Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1845 | 2024-08-08T03:20:55.082Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1846 | 2024-08-08T03:20:55.107Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1847 | 2024-08-08T03:20:55.124Z | Checking atomicwrites v0.4.3 |
1848 | 2024-08-08T03:20:55.324Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1849 | 2024-08-08T03:20:55.350Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1850 | 2024-08-08T03:20:55.437Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1851 | 2024-08-08T03:20:55.612Z | Checking erased-serde v0.3.31 |
1852 | 2024-08-08T03:20:55.637Z | Checking serde_arrays v0.1.0 |
1853 | 2024-08-08T03:20:55.804Z | Compiling heck v0.3.3 |
1854 | 2024-08-08T03:20:55.973Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1855 | 2024-08-08T03:20:56.084Z | Checking bitstruct v0.1.1 |
1856 | 2024-08-08T03:20:56.196Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1857 | 2024-08-08T03:20:56.217Z | Checking headers-core v0.2.0 |
1858 | 2024-08-08T03:20:56.253Z | Compiling zone_cfg_derive v0.1.2 |
1859 | 2024-08-08T03:20:56.617Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1860 | 2024-08-08T03:20:56.779Z | Checking base64 v0.13.1 |
1861 | 2024-08-08T03:20:56.808Z | Checking headers v0.3.9 |
1862 | 2024-08-08T03:20:57.132Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1863 | 2024-08-08T03:20:57.187Z | Checking ron v0.7.1 |
1864 | 2024-08-08T03:20:57.793Z | Checking zone v0.1.8 |
1865 | 2024-08-08T03:20:57.895Z | Checking rcgen v0.12.1 |
1866 | 2024-08-08T03:20:58.137Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1867 | 2024-08-08T03:20:58.378Z | Checking portpicker v0.1.1 |
1868 | 2024-08-08T03:20:58.446Z | Compiling convert_case v0.4.0 |
1869 | 2024-08-08T03:20:58.480Z | Checking subprocess v0.2.9 |
1870 | 2024-08-08T03:20:58.517Z | Checking half v2.4.1 |
1871 | 2024-08-08T03:20:58.537Z | Compiling rayon-core v1.12.1 |
1872 | 2024-08-08T03:20:58.724Z | Checking mockall v0.13.0 |
1873 | 2024-08-08T03:20:58.851Z | Checking ciborium-io v0.2.2 |
1874 | 2024-08-08T03:20:58.991Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1875 | 2024-08-08T03:20:59.011Z | Checking ciborium-ll v0.2.2 |
1876 | 2024-08-08T03:20:59.033Z | Compiling prettyplease v0.2.20 |
1877 | 2024-08-08T03:20:59.050Z | Checking swrite v0.1.0 |
1878 | 2024-08-08T03:20:59.169Z | Compiling home v0.5.9 |
1879 | 2024-08-08T03:20:59.184Z | Compiling semver v0.1.20 |
1880 | 2024-08-08T03:20:59.311Z | Checking ciborium v0.2.2 |
1881 | 2024-08-08T03:20:59.360Z | Checking linked-hash-map v0.5.6 |
1882 | 2024-08-08T03:20:59.384Z | Compiling derive_more v0.99.18 |
1883 | 2024-08-08T03:20:59.446Z | Compiling ring v0.16.20 |
1884 | 2024-08-08T03:20:59.701Z | Checking lru-cache v0.1.2 |
1885 | 2024-08-08T03:20:59.843Z | Compiling rustc_version v0.1.7 |
1886 | 2024-08-08T03:20:59.902Z | Compiling blake3 v1.5.1 |
1887 | 2024-08-08T03:20:59.923Z | Compiling cancel-safe-futures v0.1.5 |
1888 | 2024-08-08T03:21:00.334Z | Compiling newtype_derive v0.1.6 |
1889 | 2024-08-08T03:21:00.352Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1890 | 2024-08-08T03:21:00.648Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1891 | 2024-08-08T03:21:00.794Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1892 | 2024-08-08T03:21:01.067Z | Checking steno v0.4.1 |
1893 | 2024-08-08T03:21:01.739Z | Checking num-rational v0.4.2 |
1894 | 2024-08-08T03:21:02.496Z | Checking itertools v0.13.0 |
1895 | 2024-08-08T03:21:02.788Z | Checking num-complex v0.4.6 |
1896 | 2024-08-08T03:21:03.094Z | Compiling slog-dtrace v0.3.0 |
1897 | 2024-08-08T03:21:03.710Z | Checking num v0.4.3 |
1898 | 2024-08-08T03:21:03.789Z | Checking float-ord v0.3.2 |
1899 | 2024-08-08T03:21:04.201Z | Checking resolv-conf v0.7.0 |
1900 | 2024-08-08T03:21:04.563Z | Checking trust-dns-resolver v0.22.0 |
1901 | 2024-08-08T03:21:04.616Z | Checking libsw v3.3.1 |
1902 | 2024-08-08T03:21:05.349Z | Checking linear-map v1.2.0 |
1903 | 2024-08-08T03:21:05.599Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1904 | 2024-08-08T03:21:05.676Z | Checking owo-colors v4.0.0 |
1905 | 2024-08-08T03:21:05.923Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1906 | 2024-08-08T03:21:07.662Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1907 | 2024-08-08T03:21:08.323Z | Compiling crossbeam-deque v0.8.5 |
1908 | 2024-08-08T03:21:09.121Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1909 | 2024-08-08T03:21:10.319Z | Compiling memmap2 v0.9.4 |
1910 | 2024-08-08T03:21:10.510Z | Compiling constant_time_eq v0.3.0 |
1911 | 2024-08-08T03:21:10.700Z | Compiling rayon v1.10.0 |
1912 | 2024-08-08T03:21:10.797Z | Compiling spin v0.5.2 |
1913 | 2024-08-08T03:21:11.050Z | Compiling arrayref v0.3.7 |
1914 | 2024-08-08T03:21:11.160Z | Compiling untrusted v0.7.1 |
1915 | 2024-08-08T03:21:11.351Z | Compiling arrayvec v0.7.4 |
1916 | 2024-08-08T03:21:11.841Z | Compiling toolchain_find v0.4.0 |
1917 | 2024-08-08T03:21:12.104Z | Compiling topological-sort v0.2.2 |
1918 | 2024-08-08T03:21:12.220Z | Compiling rustfmt-wrapper v0.2.1 |
1919 | 2024-08-08T03:21:12.343Z | Checking signature v2.2.0 |
1920 | 2024-08-08T03:21:12.552Z | Checking display-error-chain v0.2.0 |
1921 | 2024-08-08T03:21:12.568Z | Checking nibble_vec v0.1.0 |
1922 | 2024-08-08T03:21:12.699Z | Checking endian-type v0.1.2 |
1923 | 2024-08-08T03:21:12.770Z | Checking gethostname v0.5.0 |
1924 | 2024-08-08T03:21:12.850Z | Checking fxhash v0.2.1 |
1925 | 2024-08-08T03:21:12.904Z | Compiling libefi-sys v0.1.0 |
1926 | 2024-08-08T03:21:12.907Z | Checking radix_trie v0.2.1 |
1927 | 2024-08-08T03:21:13.043Z | Compiling bitfield-struct v0.6.1 |
1928 | 2024-08-08T03:21:13.254Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1929 | 2024-08-08T03:21:13.765Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1930 | 2024-08-08T03:21:13.785Z | Checking keccak v0.1.5 |
1931 | 2024-08-08T03:21:14.071Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1932 | 2024-08-08T03:21:14.106Z | Checking sha3 v0.10.8 |
1933 | 2024-08-08T03:21:14.438Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1934 | 2024-08-08T03:21:14.527Z | Checking secrecy v0.8.0 |
1935 | 2024-08-08T03:21:14.545Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1936 | 2024-08-08T03:21:14.676Z | Compiling radium v0.7.0 |
1937 | 2024-08-08T03:21:14.748Z | Checking glob v0.3.1 |
1938 | 2024-08-08T03:21:15.086Z | Checking maplit v1.0.2 |
1939 | 2024-08-08T03:21:15.125Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1940 | 2024-08-08T03:21:15.179Z | Compiling maybe-uninit v2.0.0 |
1941 | 2024-08-08T03:21:15.201Z | Checking tap v1.0.1 |
1942 | 2024-08-08T03:21:15.350Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1943 | 2024-08-08T03:21:15.368Z | Checking wyz v0.5.1 |
1944 | 2024-08-08T03:21:15.581Z | Compiling omicron-zone-package v0.11.0 |
1945 | 2024-08-08T03:21:15.671Z | Compiling packed_struct v0.10.1 |
1946 | 2024-08-08T03:21:15.771Z | Checking funty v2.0.0 |
1947 | 2024-08-08T03:21:15.797Z | Checking crc-catalog v2.4.0 |
1948 | 2024-08-08T03:21:15.827Z | Compiling num-bigint-dig v0.8.4 |
1949 | 2024-08-08T03:21:15.953Z | Checking crc v3.2.1 |
1950 | 2024-08-08T03:21:16.229Z | Checking universal-hash v0.5.1 |
1951 | 2024-08-08T03:21:16.301Z | Compiling curve25519-dalek v4.1.3 |
1952 | 2024-08-08T03:21:16.383Z | Compiling packed_struct_codegen v0.10.1 |
1953 | 2024-08-08T03:21:16.405Z | Compiling indexmap v1.9.3 |
1954 | 2024-08-08T03:21:16.691Z | Checking bitvec v1.0.1 |
1955 | 2024-08-08T03:21:16.723Z | Checking opaque-debug v0.3.1 |
1956 | 2024-08-08T03:21:16.820Z | Checking nodrop v0.1.14 |
1957 | 2024-08-08T03:21:16.974Z | Checking array-init v0.0.4 |
1958 | 2024-08-08T03:21:17.083Z | Checking smallvec v0.6.14 |
1959 | 2024-08-08T03:21:17.551Z | Checking pkcs1 v0.7.5 |
1960 | 2024-08-08T03:21:17.956Z | Compiling curve25519-dalek-derive v0.1.1 |
1961 | 2024-08-08T03:21:18.079Z | Checking hashbrown v0.12.3 |
1962 | 2024-08-08T03:21:18.745Z | Checking bitfield v0.14.0 |
1963 | 2024-08-08T03:21:19.048Z | Checking serde-hex v0.1.0 |
1964 | 2024-08-08T03:21:19.265Z | Checking bzip2 v0.4.4 |
1965 | 2024-08-08T03:21:19.387Z | Checking rsa v0.9.6 |
1966 | 2024-08-08T03:21:19.574Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1967 | 2024-08-08T03:21:19.813Z | Checking env_logger v0.10.2 |
1968 | 2024-08-08T03:21:19.837Z | Checking x509-cert v0.2.5 |
1969 | 2024-08-08T03:21:20.247Z | Checking ron v0.8.1 |
1970 | 2024-08-08T03:21:20.379Z | Checking hashbrown v0.13.2 |
1971 | 2024-08-08T03:21:21.425Z | Compiling async-recursion v1.1.1 |
1972 | 2024-08-08T03:21:21.447Z | Checking crc-any v2.5.0 |
1973 | 2024-08-08T03:21:21.483Z | Checking object v0.30.4 |
1974 | 2024-08-08T03:21:21.521Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1975 | 2024-08-08T03:21:21.788Z | Checking zip v0.6.6 |
1976 | 2024-08-08T03:21:21.835Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
1977 | 2024-08-08T03:21:21.838Z | Checking aead v0.5.2 |
1978 | 2024-08-08T03:21:22.084Z | Checking path-slash v0.1.5 |
1979 | 2024-08-08T03:21:22.244Z | Compiling parking_lot_core v0.8.6 |
1980 | 2024-08-08T03:21:22.495Z | Checking poly1305 v0.8.0 |
1981 | 2024-08-08T03:21:22.721Z | Checking chacha20 v0.9.1 |
1982 | 2024-08-08T03:21:22.770Z | Compiling thiserror-impl-no-std v2.0.2 |
1983 | 2024-08-08T03:21:23.053Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1984 | 2024-08-08T03:21:23.089Z | Checking chacha20poly1305 v0.10.1 |
1985 | 2024-08-08T03:21:23.110Z | Checking trust-dns-client v0.22.0 |
1986 | 2024-08-08T03:21:23.238Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1987 | 2024-08-08T03:21:23.285Z | Checking toml v0.5.11 |
1988 | 2024-08-08T03:21:23.318Z | Checking parking_lot v0.11.2 |
1989 | 2024-08-08T03:21:23.394Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
1990 | 2024-08-08T03:21:23.664Z | Checking sled v0.34.7 |
1991 | 2024-08-08T03:21:23.754Z | Compiling buf-list v1.0.3 |
1992 | 2024-08-08T03:21:24.360Z | Compiling unicase v2.7.0 |
1993 | 2024-08-08T03:21:24.751Z | Checking trust-dns-server v0.22.1 |
1994 | 2024-08-08T03:21:24.829Z | Checking nanorand v0.7.0 |
1995 | 2024-08-08T03:21:25.211Z | Checking flume v0.11.0 |
1996 | 2024-08-08T03:21:25.743Z | Checking kstat-rs v0.2.4 |
1997 | 2024-08-08T03:21:26.066Z | Checking thiserror-no-std v2.0.2 |
1998 | 2024-08-08T03:21:26.069Z | Compiling vte_generate_state_changes v0.1.1 |
1999 | 2024-08-08T03:21:26.207Z | Checking vsss-rs v3.3.4 |
2000 | 2024-08-08T03:21:26.325Z | Compiling mime_guess v2.0.4 |
2001 | 2024-08-08T03:21:26.532Z | Checking fd-lock v4.0.2 |
2002 | 2024-08-08T03:21:26.709Z | Checking vte v0.11.1 |
2003 | 2024-08-08T03:21:26.735Z | Compiling pin-project-internal v1.1.5 |
2004 | 2024-08-08T03:21:26.919Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2005 | 2024-08-08T03:21:27.144Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2006 | 2024-08-08T03:21:27.349Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2007 | 2024-08-08T03:21:27.461Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2008 | 2024-08-08T03:21:27.678Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2009 | 2024-08-08T03:21:28.928Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2010 | 2024-08-08T03:21:29.468Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2011 | 2024-08-08T03:21:29.914Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2012 | 2024-08-08T03:21:30.687Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2013 | 2024-08-08T03:21:31.484Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2014 | 2024-08-08T03:21:31.555Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2015 | 2024-08-08T03:21:31.748Z | Checking pin-project v1.1.5 |
2016 | 2024-08-08T03:21:31.882Z | Checking strip-ansi-escapes v0.2.0 |
2017 | 2024-08-08T03:21:31.947Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2018 | 2024-08-08T03:21:32.396Z | Checking nu-ansi-term v0.50.0 |
2019 | 2024-08-08T03:21:32.812Z | Checking reedline v0.31.0 |
2020 | 2024-08-08T03:21:34.341Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2021 | 2024-08-08T03:21:34.740Z | Compiling dsl_auto_type v0.1.2 |
2022 | 2024-08-08T03:21:35.521Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2023 | 2024-08-08T03:21:35.705Z | Checking scheduled-thread-pool v0.2.7 |
2024 | 2024-08-08T03:21:35.727Z | Compiling diesel_table_macro_syntax v0.2.0 |
2025 | 2024-08-08T03:21:35.803Z | Compiling crunchy v0.2.2 |
2026 | 2024-08-08T03:21:35.949Z | Checking http-range v0.1.5 |
2027 | 2024-08-08T03:21:36.144Z | Checking hyper-staticfile v0.9.5 |
2028 | 2024-08-08T03:21:36.171Z | Checking r2d2 v0.8.10 |
2029 | 2024-08-08T03:21:36.378Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2030 | 2024-08-08T03:21:36.417Z | Compiling diesel_derives v2.2.2 |
2031 | 2024-08-08T03:21:36.444Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2032 | 2024-08-08T03:21:36.483Z | Compiling clang-sys v1.7.0 |
2033 | 2024-08-08T03:21:36.856Z | Compiling tiny-keccak v2.0.2 |
2034 | 2024-08-08T03:21:37.272Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2035 | 2024-08-08T03:21:37.341Z | Checking bytecount v0.6.8 |
2036 | 2024-08-08T03:21:37.513Z | Compiling ref-cast v1.0.23 |
2037 | 2024-08-08T03:21:37.564Z | Checking papergrid v0.11.0 |
2038 | 2024-08-08T03:21:38.850Z | Compiling ascii-canvas v3.0.0 |
2039 | 2024-08-08T03:21:39.062Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2040 | 2024-08-08T03:21:39.378Z | Compiling tabled_derive v0.7.0 |
2041 | 2024-08-08T03:21:39.435Z | Compiling ena v0.14.3 |
2042 | 2024-08-08T03:21:39.852Z | Compiling ref-cast-impl v1.0.23 |
2043 | 2024-08-08T03:21:40.392Z | Compiling libloading v0.8.3 |
2044 | 2024-08-08T03:21:40.796Z | Compiling bindgen v0.69.4 |
2045 | 2024-08-08T03:21:41.085Z | Compiling regex-syntax v0.6.29 |
2046 | 2024-08-08T03:21:41.599Z | Compiling diff v0.1.13 |
2047 | 2024-08-08T03:21:41.629Z | Compiling cfg_aliases v0.1.1 |
2048 | 2024-08-08T03:21:41.736Z | Compiling nix v0.28.0 |
2049 | 2024-08-08T03:21:41.931Z | Checking tabled v0.15.0 |
2050 | 2024-08-08T03:21:42.633Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2051 | 2024-08-08T03:21:44.932Z | Compiling lalrpop v0.19.12 |
2052 | 2024-08-08T03:21:46.782Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2053 | 2024-08-08T03:21:46.914Z | Checking oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2054 | 2024-08-08T03:21:50.107Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2055 | 2024-08-08T03:21:52.131Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2056 | 2024-08-08T03:21:53.217Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2057 | 2024-08-08T03:21:53.610Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2058 | 2024-08-08T03:21:53.893Z | Checking diesel v2.2.2 |
2059 | 2024-08-08T03:21:53.947Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2060 | 2024-08-08T03:21:54.140Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2061 | 2024-08-08T03:21:54.562Z | Compiling which v4.4.2 |
2062 | 2024-08-08T03:21:54.739Z | Checking signal-hook-tokio v0.3.1 |
2063 | 2024-08-08T03:21:54.927Z | Compiling cexpr v0.6.0 |
2064 | 2024-08-08T03:21:55.162Z | Compiling snafu-derive v0.8.2 |
2065 | 2024-08-08T03:21:56.694Z | Compiling rustc-hash v1.1.0 |
2066 | 2024-08-08T03:21:56.854Z | Compiling shlex v1.3.0 |
2067 | 2024-08-08T03:21:57.295Z | Compiling lazycell v1.3.0 |
2068 | 2024-08-08T03:21:57.777Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2069 | 2024-08-08T03:21:58.090Z | Compiling derive_builder_core v0.20.0 |
2070 | 2024-08-08T03:21:58.484Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2071 | 2024-08-08T03:21:59.754Z | Checking globset v0.4.14 |
2072 | 2024-08-08T03:22:00.268Z | Checking olpc-cjson v0.1.3 |
2073 | 2024-08-08T03:22:00.506Z | Checking serde_plain v1.0.2 |
2074 | 2024-08-08T03:22:00.602Z | Compiling libxml v0.3.3 |
2075 | 2024-08-08T03:22:00.749Z | Checking snafu v0.8.2 |
2076 | 2024-08-08T03:22:00.769Z | Compiling memoffset v0.9.1 |
2077 | 2024-08-08T03:22:00.986Z | Checking typed-path v0.7.1 |
2078 | 2024-08-08T03:22:01.251Z | Compiling derive_builder_macro v0.20.0 |
2079 | 2024-08-08T03:22:02.137Z | Compiling peg-macros v0.8.4 |
2080 | 2024-08-08T03:22:02.943Z | Checking tough v0.17.1 |
2081 | 2024-08-08T03:22:03.228Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2082 | 2024-08-08T03:22:03.658Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2083 | 2024-08-08T03:22:03.752Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2084 | 2024-08-08T03:22:04.506Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2085 | 2024-08-08T03:22:05.386Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2086 | 2024-08-08T03:22:06.070Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2087 | 2024-08-08T03:22:06.459Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2088 | 2024-08-08T03:22:07.296Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2089 | 2024-08-08T03:22:07.719Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2090 | 2024-08-08T03:22:08.005Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2091 | 2024-08-08T03:22:09.754Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2092 | 2024-08-08T03:22:10.603Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2093 | 2024-08-08T03:22:10.848Z | Compiling strum_macros v0.24.3 |
2094 | 2024-08-08T03:22:11.774Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2095 | 2024-08-08T03:22:12.613Z | Compiling sqlparser_derive v0.2.2 |
2096 | 2024-08-08T03:22:13.777Z | Compiling cookie v0.18.1 |
2097 | 2024-08-08T03:22:14.107Z | Checking parse-size v1.0.0 |
2098 | 2024-08-08T03:22:14.326Z | Compiling indoc v1.0.9 |
2099 | 2024-08-08T03:22:14.468Z | Checking unicode_categories v0.1.1 |
2100 | 2024-08-08T03:22:14.767Z | Checking rustyline v14.0.0 |
2101 | 2024-08-08T03:22:14.783Z | Checking sqlformat v0.2.4 |
2102 | 2024-08-08T03:22:15.436Z | Checking sqlparser v0.45.0 |
2103 | 2024-08-08T03:22:16.529Z | Checking peg v0.8.4 |
2104 | 2024-08-08T03:22:16.641Z | Checking derive_builder v0.20.0 |
2105 | 2024-08-08T03:22:18.623Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2106 | 2024-08-08T03:22:18.626Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2107 | 2024-08-08T03:22:18.959Z | Checking quick-xml v0.31.0 |
2108 | 2024-08-08T03:22:19.172Z | Checking bcs v0.1.6 |
2109 | 2024-08-08T03:22:19.544Z | Compiling oso-derive v0.27.3 |
2110 | 2024-08-08T03:22:19.664Z | Compiling impl-trait-for-tuples v0.2.2 |
2111 | 2024-08-08T03:22:20.628Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2112 | 2024-08-08T03:22:20.962Z | Checking highway v1.2.0 |
2113 | 2024-08-08T03:22:21.150Z | Checking nix v0.27.1 |
2114 | 2024-08-08T03:22:21.866Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2115 | 2024-08-08T03:22:22.534Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2116 | 2024-08-08T03:22:24.382Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2117 | 2024-08-08T03:22:24.430Z | Checking serde-big-array v0.5.1 |
2118 | 2024-08-08T03:22:24.632Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2119 | 2024-08-08T03:22:24.680Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2120 | 2024-08-08T03:22:25.012Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2121 | 2024-08-08T03:22:26.869Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2122 | 2024-08-08T03:22:27.184Z | Checking bb8 v0.8.5 |
2123 | 2024-08-08T03:22:27.591Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2124 | 2024-08-08T03:22:27.646Z | Compiling const_format_proc_macros v0.2.32 |
2125 | 2024-08-08T03:22:27.912Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2126 | 2024-08-08T03:22:28.049Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2127 | 2024-08-08T03:22:29.347Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2128 | 2024-08-08T03:22:29.820Z | Checking const_format v0.2.32 |
2129 | 2024-08-08T03:22:30.310Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2130 | 2024-08-08T03:22:30.494Z | Checking heck v0.4.1 |
2131 | 2024-08-08T03:22:30.720Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2132 | 2024-08-08T03:22:30.860Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2133 | 2024-08-08T03:22:30.883Z | Checking assert_matches v1.5.0 |
2134 | 2024-08-08T03:22:30.989Z | Compiling portable-atomic v1.6.0 |
2135 | 2024-08-08T03:22:31.117Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2136 | 2024-08-08T03:22:31.797Z | Checking rand_seeder v0.3.0 |
2137 | 2024-08-08T03:22:32.045Z | Checking number_prefix v0.4.0 |
2138 | 2024-08-08T03:22:32.276Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2139 | 2024-08-08T03:22:32.842Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2140 | 2024-08-08T03:22:33.098Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2141 | 2024-08-08T03:22:33.264Z | Checking indicatif v0.17.8 |
2142 | 2024-08-08T03:22:34.050Z | Checking is_ci v1.2.0 |
2143 | 2024-08-08T03:22:34.203Z | Checking supports-color v3.0.0 |
2144 | 2024-08-08T03:22:34.402Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2145 | 2024-08-08T03:22:34.486Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2146 | 2024-08-08T03:22:34.513Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2147 | 2024-08-08T03:22:34.842Z | Checking castaway v0.2.2 |
2148 | 2024-08-08T03:22:35.016Z | Checking compact_str v0.7.1 |
2149 | 2024-08-08T03:22:35.576Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2150 | 2024-08-08T03:22:35.747Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2151 | 2024-08-08T03:22:35.891Z | Checking unicode-truncate v1.0.0 |
2152 | 2024-08-08T03:22:36.037Z | Checking lru v0.12.3 |
2153 | 2024-08-08T03:22:36.068Z | Compiling stability v0.2.0 |
2154 | 2024-08-08T03:22:36.150Z | Checking cassowary v0.3.0 |
2155 | 2024-08-08T03:22:36.432Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2156 | 2024-08-08T03:22:36.575Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2157 | 2024-08-08T03:22:37.142Z | Checking ratatui v0.27.0 |
2158 | 2024-08-08T03:22:37.682Z | Checking unicode-linebreak v0.1.5 |
2159 | 2024-08-08T03:22:37.810Z | Checking smawk v0.3.2 |
2160 | 2024-08-08T03:22:38.037Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2161 | 2024-08-08T03:22:38.115Z | Checking textwrap v0.16.1 |
2162 | 2024-08-08T03:22:38.209Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2163 | 2024-08-08T03:22:38.374Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2164 | 2024-08-08T03:22:38.499Z | Checking fatfs v0.3.6 |
2165 | 2024-08-08T03:22:39.598Z | Checking csv-core v0.1.11 |
2166 | 2024-08-08T03:22:39.914Z | Checking shell-words v1.1.0 |
2167 | 2024-08-08T03:22:39.949Z | Checking csv v1.3.0 |
2168 | 2024-08-08T03:22:39.971Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2169 | 2024-08-08T03:22:40.002Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2170 | 2024-08-08T03:22:40.089Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2171 | 2024-08-08T03:22:40.774Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2172 | 2024-08-08T03:22:40.795Z | Checking cargo-platform v0.1.8 |
2173 | 2024-08-08T03:22:41.092Z | Checking rtoolbox v0.0.2 |
2174 | 2024-08-08T03:22:41.160Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2175 | 2024-08-08T03:22:41.291Z | Compiling getrandom v0.1.16 |
2176 | 2024-08-08T03:22:42.125Z | Checking rpassword v7.3.1 |
2177 | 2024-08-08T03:22:42.308Z | Checking cargo_metadata v0.18.1 |
2178 | 2024-08-08T03:22:42.649Z | Checking tui-tree-widget v0.21.0 |
2179 | 2024-08-08T03:22:43.000Z | Checking plotters-backend v0.3.5 |
2180 | 2024-08-08T03:22:43.366Z | Checking plotters-svg v0.3.5 |
2181 | 2024-08-08T03:22:43.891Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2182 | 2024-08-08T03:22:43.965Z | Checking rfc6979 v0.4.0 |
2183 | 2024-08-08T03:22:44.529Z | Checking cast v0.3.0 |
2184 | 2024-08-08T03:22:44.863Z | Checking yansi v0.5.1 |
2185 | 2024-08-08T03:22:45.187Z | Checking pretty_assertions v1.4.0 |
2186 | 2024-08-08T03:22:45.404Z | Checking criterion-plot v0.5.0 |
2187 | 2024-08-08T03:22:45.523Z | Checking ecdsa v0.16.9 |
2188 | 2024-08-08T03:22:45.918Z | Checking rand_core v0.5.1 |
2189 | 2024-08-08T03:22:46.217Z | Checking plotters v0.3.5 |
2190 | 2024-08-08T03:22:46.273Z | Checking primeorder v0.13.6 |
2191 | 2024-08-08T03:22:46.754Z | Checking tinytemplate v1.2.1 |
2192 | 2024-08-08T03:22:47.147Z | Checking anes v0.1.6 |
2193 | 2024-08-08T03:22:47.549Z | Checking option-ext v0.2.0 |
2194 | 2024-08-08T03:22:47.679Z | Checking oorandom v11.1.3 |
2195 | 2024-08-08T03:22:47.842Z | Checking dirs-sys v0.4.1 |
2196 | 2024-08-08T03:22:47.976Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2197 | 2024-08-08T03:22:48.018Z | Checking criterion v0.5.1 |
2198 | 2024-08-08T03:22:48.037Z | Checking rand_chacha v0.2.2 |
2199 | 2024-08-08T03:22:48.389Z | Checking polyval v0.6.2 |
2200 | 2024-08-08T03:22:48.684Z | Checking ed25519 v2.2.3 |
2201 | 2024-08-08T03:22:48.923Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2202 | 2024-08-08T03:22:50.475Z | Checking blowfish v0.9.1 |
2203 | 2024-08-08T03:22:50.738Z | Checking ctr v0.9.2 |
2204 | 2024-08-08T03:22:51.063Z | Checking aes v0.8.4 |
2205 | 2024-08-08T03:22:51.081Z | Checking password-hash v0.4.2 |
2206 | 2024-08-08T03:22:51.494Z | Checking pbkdf2 v0.12.2 |
2207 | 2024-08-08T03:22:51.684Z | Checking hex-literal v0.4.1 |
2208 | 2024-08-08T03:22:51.837Z | Checking bcrypt-pbkdf v0.10.0 |
2209 | 2024-08-08T03:22:51.973Z | Checking pbkdf2 v0.11.0 |
2210 | 2024-08-08T03:22:52.116Z | Checking ed25519-dalek v2.1.1 |
2211 | 2024-08-08T03:22:52.268Z | Checking ghash v0.5.1 |
2212 | 2024-08-08T03:22:52.475Z | Checking rand v0.7.3 |
2213 | 2024-08-08T03:22:52.495Z | Checking dirs v5.0.1 |
2214 | 2024-08-08T03:22:52.652Z | Checking p256 v0.13.2 |
2215 | 2024-08-08T03:22:53.179Z | Checking p521 v0.13.3 |
2216 | 2024-08-08T03:22:53.896Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2217 | 2024-08-08T03:22:54.616Z | Checking cbc v0.1.2 |
2218 | 2024-08-08T03:22:54.789Z | Checking russh-cryptovec v0.7.2 |
2219 | 2024-08-08T03:22:54.837Z | Compiling doc-comment v0.3.3 |
2220 | 2024-08-08T03:22:55.279Z | Checking md5 v0.7.0 |
2221 | 2024-08-08T03:22:55.319Z | Compiling target-lexicon v0.12.16 |
2222 | 2024-08-08T03:22:55.326Z | Checking russh-keys v0.43.0 |
2223 | 2024-08-08T03:22:55.597Z | Checking aes-gcm v0.10.3 |
2224 | 2024-08-08T03:22:55.848Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2225 | 2024-08-08T03:22:56.220Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2226 | 2024-08-08T03:22:56.462Z | Checking http-body v1.0.0 |
2227 | 2024-08-08T03:22:56.692Z | Compiling dhcproto-macros v0.1.0 |
2228 | 2024-08-08T03:22:57.131Z | Compiling assert_cmd v2.0.15 |
2229 | 2024-08-08T03:22:57.642Z | Checking tower-layer v0.3.2 |
2230 | 2024-08-08T03:22:57.692Z | Compiling guppy-workspace-hack v0.1.0 |
2231 | 2024-08-08T03:22:57.743Z | Checking dhcproto v0.12.0 |
2232 | 2024-08-08T03:22:57.946Z | Checking tower v0.4.13 |
2233 | 2024-08-08T03:22:58.062Z | Checking hyper v1.3.1 |
2234 | 2024-08-08T03:22:58.743Z | Checking russh v0.43.0 |
2235 | 2024-08-08T03:22:59.533Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2236 | 2024-08-08T03:22:59.779Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2237 | 2024-08-08T03:23:00.202Z | Compiling target-spec v3.2.1 |
2238 | 2024-08-08T03:23:00.790Z | Checking internet-checksum v0.2.1 |
2239 | 2024-08-08T03:23:01.593Z | Checking cfg-expr v0.16.0 |
2240 | 2024-08-08T03:23:02.673Z | Checking hyper-util v0.1.3 |
2241 | 2024-08-08T03:23:02.934Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2242 | 2024-08-08T03:23:03.016Z | Checking rustls-native-certs v0.7.0 |
2243 | 2024-08-08T03:23:03.171Z | Checking httptest v0.15.5 |
2244 | 2024-08-08T03:23:04.264Z | Checking hyper-rustls v0.26.0 |
2245 | 2024-08-08T03:23:05.018Z | Checking pathdiff v0.2.1 |
2246 | 2024-08-08T03:23:05.191Z | Checking threadpool v1.8.1 |
2247 | 2024-08-08T03:23:05.454Z | Compiling rstest_macros v0.19.0 |
2248 | 2024-08-08T03:23:05.872Z | Checking escape8259 v0.5.2 |
2249 | 2024-08-08T03:23:05.957Z | Checking nested v0.1.1 |
2250 | 2024-08-08T03:23:06.065Z | Checking libtest-mimic v0.7.3 |
2251 | 2024-08-08T03:23:06.183Z | Checking guppy v0.17.7 |
2252 | 2024-08-08T03:23:06.680Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2253 | 2024-08-08T03:23:07.023Z | Checking similar-asserts v1.5.0 |
2254 | 2024-08-08T03:23:07.282Z | Checking fancy-regex v0.13.0 |
2255 | 2024-08-08T03:23:07.603Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2256 | 2024-08-08T03:23:08.080Z | Compiling relative-path v1.9.3 |
2257 | 2024-08-08T03:23:08.366Z | Compiling trybuild v1.0.99 |
2258 | 2024-08-08T03:23:08.920Z | Checking datatest-stable v0.2.9 |
2259 | 2024-08-08T03:23:09.274Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2260 | 2024-08-08T03:23:10.653Z | Checking blake2b_simd v1.0.2 |
2261 | 2024-08-08T03:23:10.675Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2262 | 2024-08-08T03:23:11.158Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2263 | 2024-08-08T03:23:11.488Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2264 | 2024-08-08T03:23:11.540Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2265 | 2024-08-08T03:23:11.806Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2266 | 2024-08-08T03:23:12.089Z | Checking serde_tokenstream v0.2.1 |
2267 | 2024-08-08T03:23:12.125Z | Checking uzers v0.11.3 |
2268 | 2024-08-08T03:23:12.459Z | Checking futures-timer v3.0.3 |
2269 | 2024-08-08T03:23:12.516Z | Checking indent_write v2.2.0 |
2270 | 2024-08-08T03:23:12.807Z | Checking rust-argon2 v2.1.0 |
2271 | 2024-08-08T03:23:12.877Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2272 | 2024-08-08T03:23:14.216Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2273 | 2024-08-08T03:23:14.532Z | Checking rand_distr v0.4.3 |
2274 | 2024-08-08T03:23:15.334Z | Checking multimap v0.10.0 |
2275 | 2024-08-08T03:23:15.652Z | Checking approx v0.5.1 |
2276 | 2024-08-08T03:23:15.928Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2277 | 2024-08-08T03:23:16.526Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2278 | 2024-08-08T03:23:18.097Z | Checking rstest v0.19.0 |
2279 | 2024-08-08T03:23:18.309Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2280 | 2024-08-08T03:23:19.119Z | Checking partial-io v0.5.4 |
2281 | 2024-08-08T03:23:19.278Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2282 | 2024-08-08T03:23:19.501Z | Checking cargo_toml v0.20.4 |
2283 | 2024-08-08T03:23:19.807Z | Checking termios v0.3.3 |
2284 | 2024-08-08T03:23:20.031Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2285 | 2024-08-08T03:23:21.548Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2286 | 2024-08-08T03:23:26.028Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2287 | 2024-08-08T03:23:30.123Z | Compiling samael v0.0.15 |
2288 | 2024-08-08T03:23:38.254Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2289 | 2024-08-08T03:23:47.516Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2290 | 2024-08-08T03:24:07.518Z | Compiling polar-core v0.27.3 |
2291 | 2024-08-08T03:24:11.884Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2292 | 2024-08-08T03:24:12.599Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2293 | 2024-08-08T03:24:12.640Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2294 | 2024-08-08T03:24:18.371Z | Checking oso v0.27.3 |
2295 | 2024-08-08T03:24:55.216Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2296 | 2024-08-08T03:24:55.216Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2297 | 2024-08-08T03:24:55.226Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2298 | 2024-08-08T03:26:13.457Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 07s |
2299 | 2024-08-08T03:26:13.777Z | |
2300 | 2024-08-08T03:26:13.777Z | real 6:12.108759793 |
2301 | 2024-08-08T03:26:13.777Z | user 33:24.093083680 |
2302 | 2024-08-08T03:26:13.777Z | sys 5:46.497988081 |
2303 | 2024-08-08T03:26:13.777Z | trap 0.808739565 |
2304 | 2024-08-08T03:26:13.778Z | tflt 1.818543041 |
2305 | 2024-08-08T03:26:13.781Z | dflt 0.412863032 |
2306 | 2024-08-08T03:26:13.781Z | kflt 0.003262111 |
2307 | 2024-08-08T03:26:13.781Z | lock 52:50.252830368 |
2308 | 2024-08-08T03:26:13.781Z | slp 1:56:25.303322747 |
2309 | 2024-08-08T03:26:13.781Z | lat 1:33.141314002 |
2310 | 2024-08-08T03:26:13.781Z | stop 5:19.929808693 |
2311 | 2024-08-08T03:26:13.781Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2312 | 2024-08-08T03:26:13.781Z | + ptime -m cargo doc --workspace --no-deps |
2313 | 2024-08-08T03:26:14.902Z | warning: output filename collision. |
2314 | 2024-08-08T03:26:14.902Z | 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)`. |
2315 | 2024-08-08T03:26:14.902Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2316 | 2024-08-08T03:26:14.902Z | The targets should have unique names. |
2317 | 2024-08-08T03:26:14.902Z | This is a known bug where multiple crates with the same name use |
2318 | 2024-08-08T03:26:14.902Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2319 | 2024-08-08T03:26:15.236Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2320 | 2024-08-08T03:26:15.294Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2321 | 2024-08-08T03:26:15.309Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2322 | 2024-08-08T03:26:15.341Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2323 | 2024-08-08T03:26:15.365Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2324 | 2024-08-08T03:26:15.387Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2325 | 2024-08-08T03:26:15.387Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2326 | 2024-08-08T03:26:15.614Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2327 | 2024-08-08T03:26:15.632Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2328 | 2024-08-08T03:26:15.656Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2329 | 2024-08-08T03:26:15.676Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2330 | 2024-08-08T03:26:15.692Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2331 | 2024-08-08T03:26:15.886Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2332 | 2024-08-08T03:26:15.929Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2333 | 2024-08-08T03:26:15.947Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2334 | 2024-08-08T03:26:16.160Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2335 | 2024-08-08T03:26:16.394Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2336 | 2024-08-08T03:26:17.276Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2337 | 2024-08-08T03:26:20.259Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2338 | 2024-08-08T03:26:20.547Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2339 | 2024-08-08T03:26:20.602Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2340 | 2024-08-08T03:26:20.714Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2341 | 2024-08-08T03:26:20.929Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2342 | 2024-08-08T03:26:21.065Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2343 | 2024-08-08T03:26:21.276Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2344 | 2024-08-08T03:26:21.555Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2345 | 2024-08-08T03:26:21.619Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2346 | 2024-08-08T03:26:21.816Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2347 | 2024-08-08T03:26:22.131Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2348 | 2024-08-08T03:26:22.211Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2349 | 2024-08-08T03:26:22.439Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2350 | 2024-08-08T03:26:22.814Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2351 | 2024-08-08T03:26:22.833Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2352 | 2024-08-08T03:26:23.145Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2353 | 2024-08-08T03:26:23.424Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2354 | 2024-08-08T03:26:23.723Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2355 | 2024-08-08T03:26:23.774Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2356 | 2024-08-08T03:26:24.011Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2357 | 2024-08-08T03:26:24.063Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2358 | 2024-08-08T03:26:24.439Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2359 | 2024-08-08T03:26:24.473Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2360 | 2024-08-08T03:26:25.489Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2361 | 2024-08-08T03:26:27.732Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2362 | 2024-08-08T03:26:28.179Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2363 | 2024-08-08T03:26:28.840Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2364 | 2024-08-08T03:26:30.267Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2365 | 2024-08-08T03:26:31.550Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2366 | 2024-08-08T03:26:32.713Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2367 | 2024-08-08T03:26:33.571Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2368 | 2024-08-08T03:26:34.847Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2369 | 2024-08-08T03:26:35.391Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2370 | 2024-08-08T03:26:35.796Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2371 | 2024-08-08T03:26:37.284Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2372 | 2024-08-08T03:26:37.916Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2373 | 2024-08-08T03:26:39.970Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2374 | 2024-08-08T03:26:40.005Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2375 | 2024-08-08T03:26:41.335Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2376 | 2024-08-08T03:26:42.219Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2377 | 2024-08-08T03:26:42.256Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2378 | 2024-08-08T03:26:42.567Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2379 | 2024-08-08T03:26:43.012Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2380 | 2024-08-08T03:26:43.596Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2381 | 2024-08-08T03:26:43.922Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2382 | 2024-08-08T03:26:44.007Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2383 | 2024-08-08T03:26:44.670Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2384 | 2024-08-08T03:26:45.108Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2385 | 2024-08-08T03:26:45.564Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2386 | 2024-08-08T03:26:45.900Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2387 | 2024-08-08T03:26:46.399Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2388 | 2024-08-08T03:26:46.561Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2389 | 2024-08-08T03:26:46.895Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2390 | 2024-08-08T03:26:47.028Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2391 | 2024-08-08T03:26:47.303Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2392 | 2024-08-08T03:26:47.910Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2393 | 2024-08-08T03:26:48.878Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2394 | 2024-08-08T03:26:48.991Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2395 | 2024-08-08T03:26:49.173Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2396 | 2024-08-08T03:26:49.465Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2397 | 2024-08-08T03:26:50.021Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2398 | 2024-08-08T03:26:50.090Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2399 | 2024-08-08T03:26:50.361Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2400 | 2024-08-08T03:26:50.797Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2401 | 2024-08-08T03:26:51.436Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2402 | 2024-08-08T03:26:51.810Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2403 | 2024-08-08T03:26:51.821Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2404 | 2024-08-08T03:26:52.341Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2405 | 2024-08-08T03:26:52.421Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2406 | 2024-08-08T03:26:52.638Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2407 | 2024-08-08T03:26:53.191Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2408 | 2024-08-08T03:26:53.243Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2409 | 2024-08-08T03:26:54.063Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2410 | 2024-08-08T03:26:56.092Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2411 | 2024-08-08T03:26:57.575Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2412 | 2024-08-08T03:26:58.639Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2413 | 2024-08-08T03:27:10.959Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2414 | 2024-08-08T03:27:13.925Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2415 | 2024-08-08T03:27:13.977Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2416 | 2024-08-08T03:27:15.076Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2417 | 2024-08-08T03:27:32.674Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2418 | 2024-08-08T03:27:50.838Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2419 | 2024-08-08T03:27:51.184Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2420 | 2024-08-08T03:27:52.930Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2421 | 2024-08-08T03:28:02.559Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2422 | 2024-08-08T03:28:09.733Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2423 | 2024-08-08T03:28:14.238Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2424 | 2024-08-08T03:28:23.920Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2425 | 2024-08-08T03:28:24.953Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2426 | 2024-08-08T03:28:27.775Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2427 | 2024-08-08T03:28:28.684Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2428 | 2024-08-08T03:28:31.292Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2429 | 2024-08-08T03:28:31.904Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2430 | 2024-08-08T03:28:33.625Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2431 | 2024-08-08T03:28:38.399Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2432 | 2024-08-08T03:28:41.322Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2433 | 2024-08-08T03:28:50.415Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2434 | 2024-08-08T03:29:13.718Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2435 | 2024-08-08T03:29:19.614Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2436 | 2024-08-08T03:29:24.129Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2437 | 2024-08-08T03:29:28.139Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2438 | 2024-08-08T03:29:36.174Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2439 | 2024-08-08T03:29:38.397Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2440 | 2024-08-08T03:29:39.125Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2441 | 2024-08-08T03:29:42.145Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2442 | 2024-08-08T03:29:42.423Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2443 | 2024-08-08T03:29:47.827Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2444 | 2024-08-08T03:29:56.308Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2445 | 2024-08-08T03:29:56.845Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2446 | 2024-08-08T03:30:00.613Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2447 | 2024-08-08T03:30:01.116Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2448 | 2024-08-08T03:30:03.299Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2449 | 2024-08-08T03:30:06.952Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2450 | 2024-08-08T03:30:15.120Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2451 | 2024-08-08T03:30:15.123Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2452 | 2024-08-08T03:30:15.429Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2453 | 2024-08-08T03:30:21.536Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2454 | 2024-08-08T03:30:21.845Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2455 | 2024-08-08T03:30:27.597Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2456 | 2024-08-08T03:30:32.299Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2457 | 2024-08-08T03:30:38.103Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2458 | 2024-08-08T03:30:40.844Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2459 | 2024-08-08T03:30:41.603Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2460 | 2024-08-08T03:30:45.563Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2461 | 2024-08-08T03:30:47.193Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2462 | 2024-08-08T03:30:53.182Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2463 | 2024-08-08T03:30:53.694Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2464 | 2024-08-08T03:30:54.154Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2465 | 2024-08-08T03:30:56.334Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2466 | 2024-08-08T03:30:57.459Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2467 | 2024-08-08T03:31:05.241Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2468 | 2024-08-08T03:31:07.079Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2469 | 2024-08-08T03:31:07.213Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2470 | 2024-08-08T03:31:09.060Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2471 | 2024-08-08T03:31:12.658Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2472 | 2024-08-08T03:31:12.996Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2473 | 2024-08-08T03:31:17.341Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2474 | 2024-08-08T03:31:19.445Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2475 | 2024-08-08T03:31:23.652Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2476 | 2024-08-08T03:31:24.849Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2477 | 2024-08-08T03:31:27.971Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2478 | 2024-08-08T03:31:32.997Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2479 | 2024-08-08T03:31:35.644Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2480 | 2024-08-08T03:31:39.175Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2481 | 2024-08-08T03:31:39.916Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2482 | 2024-08-08T03:31:41.413Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2483 | 2024-08-08T03:31:42.964Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2484 | 2024-08-08T03:31:44.985Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2485 | 2024-08-08T03:31:47.990Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2486 | 2024-08-08T03:31:51.678Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2487 | 2024-08-08T03:31:52.590Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2488 | 2024-08-08T03:31:56.461Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2489 | 2024-08-08T03:31:56.588Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2490 | 2024-08-08T03:31:58.491Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2491 | 2024-08-08T03:32:00.719Z | Documenting oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2492 | 2024-08-08T03:32:04.274Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2493 | 2024-08-08T03:32:09.127Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2494 | 2024-08-08T03:32:09.258Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2495 | 2024-08-08T03:32:09.413Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2496 | 2024-08-08T03:32:09.483Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2497 | 2024-08-08T03:32:10.587Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2498 | 2024-08-08T03:32:11.021Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2499 | 2024-08-08T03:32:13.741Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2500 | 2024-08-08T03:32:15.883Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2501 | 2024-08-08T03:32:16.554Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2502 | 2024-08-08T03:32:16.884Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2503 | 2024-08-08T03:32:17.581Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2504 | 2024-08-08T03:32:19.411Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2505 | 2024-08-08T03:32:20.415Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2506 | 2024-08-08T03:32:23.083Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2507 | 2024-08-08T03:32:24.648Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2508 | 2024-08-08T03:32:27.984Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2509 | 2024-08-08T03:32:46.953Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 33s |
2510 | 2024-08-08T03:32:47.103Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 116 other files |
2511 | 2024-08-08T03:32:47.158Z | |
2512 | 2024-08-08T03:32:47.161Z | real 6:33.291755485 |
2513 | 2024-08-08T03:32:47.161Z | user 20:14.984347043 |
2514 | 2024-08-08T03:32:47.161Z | sys 29:25.978409210 |
2515 | 2024-08-08T03:32:47.161Z | trap 0.327970824 |
2516 | 2024-08-08T03:32:47.161Z | tflt 0.234602341 |
2517 | 2024-08-08T03:32:47.161Z | dflt 0.142526422 |
2518 | 2024-08-08T03:32:47.161Z | kflt 0.000012588 |
2519 | 2024-08-08T03:32:47.161Z | lock 1:02:34.714862608 |
2520 | 2024-08-08T03:32:47.161Z | slp 1:52:52.574542684 |
2521 | 2024-08-08T03:32:47.161Z | lat 1:04.392354967 |
2522 | 2024-08-08T03:32:47.161Z | stop 54.771629801 |
2523 | 2024-08-08T03:32:47.161Z | process exited: duration 978699 ms, exit code 0 |
|
2524 | 2024-08-08T03:32:47.168Z | found 0 output files |