|
|
|
1 | 2024-08-16T03:33:32.640Z | job assigned to worker 01J5CKWZ0Z6ME57VKD5P9BJDZG (queued for 12 m 6 s) |
|
2 | 2024-08-16T03:33:40.760Z | starting task 0: "setup" |
3 | 2024-08-16T03:33:40.786Z | ++ uname -s |
4 | 2024-08-16T03:33:40.791Z | + kern=SunOS |
5 | 2024-08-16T03:33:40.791Z | + case "$kern" in |
6 | 2024-08-16T03:33:40.791Z | + groupadd -g 12345 build |
7 | 2024-08-16T03:33:40.791Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-16T03:33:42.801Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-16T03:33:44.093Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-16T03:33:44.093Z | + home_fs=zfs |
11 | 2024-08-16T03:33:44.093Z | + [[ zfs == autofs ]] |
12 | 2024-08-16T03:33:44.093Z | + mkdir -p /home/build |
13 | 2024-08-16T03:33:44.094Z | + chown build:build /home/build /work |
14 | 2024-08-16T03:33:44.118Z | + chmod 0700 /home/build /work |
15 | 2024-08-16T03:33:44.118Z | process exited: duration 3179 ms, exit code 0 |
|
16 | 2024-08-16T03:33:44.211Z | starting task 1: "rust-toolchain" |
17 | 2024-08-16T03:33:44.222Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-16T03:33:44.222Z | * toolchain channel = "1.80.1" |
19 | 2024-08-16T03:33:44.222Z | * toolchain profile = "default" |
20 | 2024-08-16T03:33:44.222Z | ' 1.80.1 |
21 | 2024-08-16T03:33:44.222Z | + printf ' * toolchain profile = "%s" |
22 | 2024-08-16T03:33:44.222Z | ' default |
23 | 2024-08-16T03:33:44.222Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-16T03:33:44.222Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-16T03:33:44.290Z | info: downloading installer |
26 | 2024-08-16T03:33:46.138Z | info: profile set to 'default' |
27 | 2024-08-16T03:33:46.138Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-16T03:33:46.142Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-16T03:33:46.286Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-16T03:33:46.286Z | info: downloading component 'cargo' |
31 | 2024-08-16T03:33:47.104Z | info: downloading component 'clippy' |
32 | 2024-08-16T03:33:47.403Z | info: downloading component 'rust-docs' |
33 | 2024-08-16T03:33:48.543Z | info: downloading component 'rust-std' |
34 | 2024-08-16T03:33:50.529Z | info: downloading component 'rustc' |
35 | 2024-08-16T03:33:54.613Z | info: downloading component 'rustfmt' |
36 | 2024-08-16T03:33:54.853Z | info: installing component 'cargo' |
37 | 2024-08-16T03:33:55.670Z | info: installing component 'clippy' |
38 | 2024-08-16T03:33:56.045Z | info: installing component 'rust-docs' |
39 | 2024-08-16T03:33:57.584Z | info: installing component 'rust-std' |
40 | 2024-08-16T03:33:59.286Z | info: installing component 'rustc' |
41 | 2024-08-16T03:34:03.674Z | info: installing component 'rustfmt' |
42 | 2024-08-16T03:34:04.015Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-16T03:34:04.016Z | |
44 | 2024-08-16T03:34:04.292Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-16T03:34:04.292Z | |
46 | 2024-08-16T03:34:04.295Z | |
47 | 2024-08-16T03:34:04.295Z | Rust is installed now. Great! |
48 | 2024-08-16T03:34:04.295Z | |
49 | 2024-08-16T03:34:04.295Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-16T03:34:04.295Z | environment variable. This has not been done automatically. |
51 | 2024-08-16T03:34:04.296Z | |
52 | 2024-08-16T03:34:04.296Z | To configure your current shell, you need to source |
53 | 2024-08-16T03:34:04.296Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-16T03:34:04.296Z | |
55 | 2024-08-16T03:34:04.296Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-16T03:34:04.296Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-16T03:34:04.296Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-16T03:34:04.360Z | + rustc --version |
59 | 2024-08-16T03:34:04.423Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-16T03:34:04.426Z | process exited: duration 20261 ms, exit code 0 |
|
61 | 2024-08-16T03:34:04.432Z | starting task 2: "authentication" |
62 | 2024-08-16T03:34:04.453Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-08-16T03:34:04.461Z | starting task 3: "clone repository" |
64 | 2024-08-16T03:34:04.464Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-16T03:34:04.467Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-16T03:34:04.723Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-16T03:34:10.912Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-16T03:34:10.915Z | + git fetch origin f6a6b398a6c4f2b807aa11ef8d15157c11490621 |
69 | 2024-08-16T03:34:11.254Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-16T03:34:11.254Z | * branch f6a6b398a6c4f2b807aa11ef8d15157c11490621 -> FETCH_HEAD |
71 | 2024-08-16T03:34:11.258Z | + [[ -n renovate/tokio-1.x ]] |
72 | 2024-08-16T03:34:11.261Z | ++ git branch --show-current |
73 | 2024-08-16T03:34:11.261Z | + current=main |
74 | 2024-08-16T03:34:11.261Z | + [[ main != renovate/tokio-1.x ]] |
75 | 2024-08-16T03:34:11.261Z | + git branch -f renovate/tokio-1.x f6a6b398a6c4f2b807aa11ef8d15157c11490621 |
76 | 2024-08-16T03:34:11.264Z | + git checkout -f renovate/tokio-1.x |
77 | 2024-08-16T03:34:11.354Z | Switched to branch 'renovate/tokio-1.x' |
78 | 2024-08-16T03:34:11.356Z | + git reset --hard f6a6b398a6c4f2b807aa11ef8d15157c11490621 |
79 | 2024-08-16T03:34:11.441Z | HEAD is now at f6a6b398a Update Rust crate tokio to 1.39.2 |
80 | 2024-08-16T03:34:11.444Z | process exited: duration 6982 ms, exit code 0 |
|
81 | 2024-08-16T03:34:11.450Z | starting task 4: "build" |
82 | 2024-08-16T03:34:11.455Z | + cargo --version |
83 | 2024-08-16T03:34:11.509Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-08-16T03:34:11.511Z | + rustc --version |
85 | 2024-08-16T03:34:11.568Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-08-16T03:34:11.570Z | + source ./env.sh |
87 | 2024-08-16T03:34:11.573Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-08-16T03:34:11.573Z | ++ set -o xtrace |
89 | 2024-08-16T03:34:11.575Z | ++++ dirname ./env.sh |
90 | 2024-08-16T03:34:11.679Z | +++ readlink -f . |
91 | 2024-08-16T03:34:11.869Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-08-16T03:34:11.872Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2024-08-16T03:34:11.872Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2024-08-16T03:34:11.872Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
95 | 2024-08-16T03:34:11.872Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2024-08-16T03:34:11.872Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
97 | 2024-08-16T03:34:11.872Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
98 | 2024-08-16T03:34:11.872Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
99 | 2024-08-16T03:34:11.872Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
100 | 2024-08-16T03:34:11.872Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-08-16T03:34:11.872Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-08-16T03:34:11.872Z | + banner prerequisites |
103 | 2024-08-16T03:34:11.875Z | |
104 | 2024-08-16T03:34:11.875Z | ##### ##### ###### ##### ###### #### # # # #### # |
105 | 2024-08-16T03:34:11.875Z | # # # # # # # # # # # # # # # |
106 | 2024-08-16T03:34:11.875Z | # # # # ##### # # ##### # # # # # #### # |
107 | 2024-08-16T03:34:11.875Z | ##### ##### # ##### # # # # # # # # # |
108 | 2024-08-16T03:34:11.875Z | # # # # # # # # # # # # # # # |
109 | 2024-08-16T03:34:11.875Z | # # # ###### # # ###### ### # #### # #### # |
110 | 2024-08-16T03:34:11.875Z | |
111 | 2024-08-16T03:34:11.875Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
112 | 2024-08-16T03:34:26.008Z | Startup: Refreshing catalog 'helios-dev' ... Done |
113 | 2024-08-16T03:34:28.202Z | Startup: Caching catalogs ... Done |
114 | 2024-08-16T03:34:30.094Z | Planning: Solver setup ... Done (1.239s) |
115 | 2024-08-16T03:34:30.115Z | Planning: Running solver ... Done (0.021s) |
116 | 2024-08-16T03:34:30.155Z | Planning: Finding local manifests ... Done (0.003s) |
117 | 2024-08-16T03:34:30.193Z | Planning: Fetching manifests: 0/4 0% complete |
118 | 2024-08-16T03:34:30.488Z | Planning: Fetching manifests: 4/4 100% complete |
119 | 2024-08-16T03:34:30.651Z | Planning: Package planning ... Done (0.164s) |
120 | 2024-08-16T03:34:30.703Z | Planning: Merging actions ... Done (0.051s) |
121 | 2024-08-16T03:34:31.687Z | Planning: Checking for conflicting actions ... Done (0.984s) |
122 | 2024-08-16T03:34:31.698Z | Planning: Consolidating action changes ... Done (0.011s) |
123 | 2024-08-16T03:34:36.377Z | Planning: Evaluating mediators ... Done (4.677s) |
124 | 2024-08-16T03:34:36.388Z | Planning: Planning completed in 8.11 seconds |
125 | 2024-08-16T03:34:37.548Z | Packages to install: 4 |
126 | 2024-08-16T03:34:37.548Z | Mediators to change: 2 |
127 | 2024-08-16T03:34:37.550Z | Services to change: 1 |
128 | 2024-08-16T03:34:37.550Z | Estimated space available: 155.72 GB |
129 | 2024-08-16T03:34:37.550Z | Estimated space to be consumed: 1.48 GB |
130 | 2024-08-16T03:34:37.550Z | Create boot environment: No |
131 | 2024-08-16T03:34:37.550Z | Create backup boot environment: No |
132 | 2024-08-16T03:34:37.550Z | Rebuild boot archive: No |
133 | 2024-08-16T03:34:37.551Z | |
134 | 2024-08-16T03:34:37.551Z | Changed mediators: |
135 | 2024-08-16T03:34:37.551Z | mediator clang: |
136 | 2024-08-16T03:34:37.551Z | version: None -> 15 (system default) |
137 | 2024-08-16T03:34:37.551Z | |
138 | 2024-08-16T03:34:37.551Z | mediator llvm: |
139 | 2024-08-16T03:34:37.551Z | version: 14 (system default) -> 15 (system default) |
140 | 2024-08-16T03:34:37.551Z | |
141 | 2024-08-16T03:34:37.551Z | Changed packages: |
142 | 2024-08-16T03:34:37.551Z | helios-dev |
143 | 2024-08-16T03:34:37.551Z | developer/build-essential |
144 | 2024-08-16T03:34:37.551Z | None -> 11-2.0 |
145 | 2024-08-16T03:34:37.551Z | library/libxmlsec1 |
146 | 2024-08-16T03:34:37.551Z | None -> 1.2.35-2.0 |
147 | 2024-08-16T03:34:37.551Z | ooce/developer/clang-15 |
148 | 2024-08-16T03:34:37.551Z | None -> 15.0.7-2.0 |
149 | 2024-08-16T03:34:37.551Z | ooce/developer/llvm-15 |
150 | 2024-08-16T03:34:37.551Z | None -> 15.0.7-2.0 |
151 | 2024-08-16T03:34:37.551Z | |
152 | 2024-08-16T03:34:37.551Z | Services: |
153 | 2024-08-16T03:34:37.551Z | restart_fmri: |
154 | 2024-08-16T03:34:37.551Z | svc:/system/update-man-index:default |
155 | 2024-08-16T03:34:37.710Z | |
156 | 2024-08-16T03:34:37.710Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
157 | 2024-08-16T03:34:44.754Z | Download: 1196/3290 items 83.5/212.6MB 39% complete (16.7M/s) |
158 | 2024-08-16T03:34:50.989Z | Download: 2224/3290 items 119.2/212.6MB 56% complete (11.3M/s) |
159 | 2024-08-16T03:34:56.054Z | Download: 3148/3290 items 145.1/212.6MB 68% complete (3.1M/s) |
160 | 2024-08-16T03:35:07.394Z | Download: 3248/3290 items 203.1/212.6MB 95% complete (8.8M/s) |
161 | 2024-08-16T03:35:13.828Z | Download: 3289/3290 items 212.4/212.6MB 99% complete (1.4M/s) |
162 | 2024-08-16T03:35:13.856Z | Download: Completed 212.60 MB in 36.14 seconds (5.9M/s) |
163 | 2024-08-16T03:35:14.033Z | Actions: 1/3689 actions (Installing new actions) |
164 | 2024-08-16T03:35:19.087Z | Actions: 3587/3689 actions (Installing new actions) |
165 | 2024-08-16T03:35:19.411Z | Actions: Completed 3689 actions in 5.38 seconds. |
166 | 2024-08-16T03:35:19.687Z | Done (0.270s) |
167 | 2024-08-16T03:35:19.687Z | Done (0.000s) |
168 | 2024-08-16T03:35:20.064Z | Done (0.378s) |
169 | 2024-08-16T03:35:25.741Z | Done (5.501s) |
170 | 2024-08-16T03:35:25.872Z | Done (0.064s) |
171 | 2024-08-16T03:35:25.875Z | Done (0.000s) |
172 | 2024-08-16T03:35:26.047Z | Done (0.000s) |
173 | 2024-08-16T03:35:26.634Z | Planning: Evaluating mediator changes ... Done |
174 | 2024-08-16T03:35:26.802Z | Planning: Checking for conflicting actions ... Done |
175 | 2024-08-16T03:35:26.804Z | Planning: Consolidating action changes ... Done |
176 | 2024-08-16T03:35:27.080Z | Planning: Evaluating mediators ... Done |
177 | 2024-08-16T03:35:27.084Z | Planning: Planning completed in 0.45 seconds |
178 | 2024-08-16T03:35:27.114Z | Mediators to change: 2 |
179 | 2024-08-16T03:35:27.114Z | Create boot environment: No |
180 | 2024-08-16T03:35:27.117Z | Create backup boot environment: No |
181 | 2024-08-16T03:35:27.232Z | Done |
182 | 2024-08-16T03:35:27.232Z | Done |
183 | 2024-08-16T03:35:27.486Z | Done |
184 | 2024-08-16T03:35:30.946Z | Done |
185 | 2024-08-16T03:35:31.026Z | Done |
186 | 2024-08-16T03:35:31.030Z | Done |
187 | 2024-08-16T03:35:31.181Z | Done |
188 | 2024-08-16T03:35:31.796Z | Planning: Evaluating mediator changes ... Done |
189 | 2024-08-16T03:35:31.799Z | Planning: Merging actions ... Done |
190 | 2024-08-16T03:35:31.995Z | Planning: Checking for conflicting actions ... Done |
191 | 2024-08-16T03:35:31.999Z | Planning: Consolidating action changes ... Done |
192 | 2024-08-16T03:35:32.269Z | Planning: Evaluating mediators ... Done |
193 | 2024-08-16T03:35:32.327Z | Planning: Planning completed in 0.78 seconds |
194 | 2024-08-16T03:35:32.362Z | Packages to change: 1 |
195 | 2024-08-16T03:35:32.362Z | Mediators to change: 1 |
196 | 2024-08-16T03:35:32.366Z | Services to change: 1 |
197 | 2024-08-16T03:35:32.366Z | Create boot environment: No |
198 | 2024-08-16T03:35:32.366Z | Create backup boot environment: Yes |
199 | 2024-08-16T03:35:34.376Z | Actions: 1/6 actions (Updating modified actions) |
200 | 2024-08-16T03:35:34.379Z | Actions: Completed 6 actions in 0.00 seconds. |
201 | 2024-08-16T03:35:34.379Z | Done |
202 | 2024-08-16T03:35:34.379Z | Done |
203 | 2024-08-16T03:35:34.457Z | Done |
204 | 2024-08-16T03:35:38.153Z | Done |
205 | 2024-08-16T03:35:38.247Z | Done |
206 | 2024-08-16T03:35:38.250Z | Done |
207 | 2024-08-16T03:35:38.368Z | Done |
208 | 2024-08-16T03:35:38.806Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
209 | 2024-08-16T03:35:38.806Z | clang system 15 system |
210 | 2024-08-16T03:35:38.807Z | csh system system illumos |
211 | 2024-08-16T03:35:38.807Z | ctags system system illumos |
212 | 2024-08-16T03:35:38.807Z | gcc vendor 12 vendor |
213 | 2024-08-16T03:35:38.807Z | gcc system 10 system |
214 | 2024-08-16T03:35:38.807Z | gcc system 7 system |
215 | 2024-08-16T03:35:38.807Z | go system 1.20 system |
216 | 2024-08-16T03:35:38.807Z | go system 1.19 system |
217 | 2024-08-16T03:35:38.807Z | llvm system 15 system |
218 | 2024-08-16T03:35:38.807Z | llvm system 14 system |
219 | 2024-08-16T03:35:38.807Z | mariadb system 10.6 system |
220 | 2024-08-16T03:35:38.807Z | mta vendor vendor dma |
221 | 2024-08-16T03:35:38.807Z | openjdk system 17 system |
222 | 2024-08-16T03:35:38.807Z | openjdk system 11 system |
223 | 2024-08-16T03:35:38.807Z | openjdk system 1.8 system |
224 | 2024-08-16T03:35:38.807Z | openssl vendor 3 vendor |
225 | 2024-08-16T03:35:38.807Z | perl system 5.36 system |
226 | 2024-08-16T03:35:38.807Z | postgresql system 15 system |
227 | 2024-08-16T03:35:38.807Z | postgresql system 13 system |
228 | 2024-08-16T03:35:38.807Z | python vendor 3 vendor |
229 | 2024-08-16T03:35:38.807Z | python system 2 system |
230 | 2024-08-16T03:35:38.807Z | python3 system 3.11 system |
231 | 2024-08-16T03:35:38.807Z | ruby system 3.0 system |
232 | 2024-08-16T03:35:38.807Z | words vendor vendor american-english |
233 | 2024-08-16T03:35:38.807Z | words system system australian-english |
234 | 2024-08-16T03:35:38.807Z | words system system british-english |
235 | 2024-08-16T03:35:38.807Z | words system system canadian-english |
236 | 2024-08-16T03:35:38.807Z | words system system french |
237 | 2024-08-16T03:35:38.807Z | words system system italian |
238 | 2024-08-16T03:35:38.807Z | words system system ngerman |
239 | 2024-08-16T03:35:38.807Z | words system system ogerman |
240 | 2024-08-16T03:35:38.807Z | words system system spanish |
241 | 2024-08-16T03:35:39.137Z | PUBLISHER TYPE STATUS P LOCATION |
242 | 2024-08-16T03:35:39.137Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
243 | 2024-08-16T03:35:40.863Z | FMRI IFO |
244 | 2024-08-16T03:35:40.863Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
245 | 2024-08-16T03:35:40.863Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
246 | 2024-08-16T03:35:40.863Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
247 | 2024-08-16T03:35:40.863Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
248 | 2024-08-16T03:35:40.863Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
249 | 2024-08-16T03:35:40.863Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
250 | 2024-08-16T03:35:40.863Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
251 | 2024-08-16T03:35:40.863Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
252 | 2024-08-16T03:35:40.863Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
253 | 2024-08-16T03:35:40.863Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
254 | 2024-08-16T03:35:40.863Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
255 | 2024-08-16T03:35:40.863Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
256 | 2024-08-16T03:35:41.452Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
257 | 2024-08-16T03:35:41.687Z | Updating git repository `https://github.com/oxidecomputer/zone` |
258 | 2024-08-16T03:35:42.315Z | Updating crates.io index |
259 | 2024-08-16T03:35:42.318Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
260 | 2024-08-16T03:35:43.047Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
261 | 2024-08-16T03:35:43.756Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
262 | 2024-08-16T03:35:43.990Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
263 | 2024-08-16T03:35:45.499Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
264 | 2024-08-16T03:35:45.715Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
265 | 2024-08-16T03:35:45.924Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
266 | 2024-08-16T03:35:47.108Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
267 | 2024-08-16T03:35:48.864Z | Updating git repository `https://github.com/oxidecomputer/opte` |
268 | 2024-08-16T03:35:49.804Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
269 | 2024-08-16T03:35:50.491Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
270 | 2024-08-16T03:35:50.712Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
271 | 2024-08-16T03:35:51.222Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
272 | 2024-08-16T03:35:51.465Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
273 | 2024-08-16T03:35:51.739Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
274 | 2024-08-16T03:35:51.983Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
275 | 2024-08-16T03:35:52.253Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
276 | 2024-08-16T03:35:52.476Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
277 | 2024-08-16T03:35:52.718Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
278 | 2024-08-16T03:35:53.002Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
279 | 2024-08-16T03:35:53.271Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
280 | 2024-08-16T03:35:53.591Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
281 | 2024-08-16T03:35:53.889Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
282 | 2024-08-16T03:35:54.390Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
283 | 2024-08-16T03:35:54.706Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
284 | 2024-08-16T03:35:55.065Z | Updating git repository `https://github.com/oxidecomputer/typify` |
285 | 2024-08-16T03:35:56.974Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
286 | 2024-08-16T03:35:57.201Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
287 | 2024-08-16T03:35:57.423Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
288 | 2024-08-16T03:35:57.794Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
289 | 2024-08-16T03:35:58.793Z | Downloading crates ... |
290 | 2024-08-16T03:35:58.867Z | Downloaded bitflags v2.6.0 |
291 | 2024-08-16T03:35:58.871Z | Downloaded bytecount v0.6.8 |
292 | 2024-08-16T03:35:58.874Z | Downloaded anstyle-parse v0.2.4 |
293 | 2024-08-16T03:35:58.876Z | Downloaded anyhow v1.0.86 |
294 | 2024-08-16T03:35:58.879Z | Downloaded proc-macro-error-attr v1.0.4 |
295 | 2024-08-16T03:35:58.884Z | Downloaded equivalent v1.0.1 |
296 | 2024-08-16T03:35:58.887Z | Downloaded colorchoice v1.0.1 |
297 | 2024-08-16T03:35:58.893Z | Downloaded pretty-hex v0.4.1 |
298 | 2024-08-16T03:35:58.900Z | Downloaded swrite v0.1.0 |
299 | 2024-08-16T03:35:58.903Z | Downloaded toml_datetime v0.6.8 |
300 | 2024-08-16T03:35:58.906Z | Downloaded utf8parse v0.2.1 |
301 | 2024-08-16T03:35:58.906Z | Downloaded heck v0.5.0 |
302 | 2024-08-16T03:35:58.908Z | Downloaded tabled_derive v0.7.0 |
303 | 2024-08-16T03:35:58.908Z | Downloaded plain v0.2.3 |
304 | 2024-08-16T03:35:58.911Z | Downloaded itoa v1.0.11 |
305 | 2024-08-16T03:35:58.911Z | Downloaded block-buffer v0.10.4 |
306 | 2024-08-16T03:35:58.911Z | Downloaded dof v0.3.0 |
307 | 2024-08-16T03:35:58.914Z | Downloaded crypto-common v0.1.6 |
308 | 2024-08-16T03:35:58.914Z | Downloaded autocfg v1.3.0 |
309 | 2024-08-16T03:35:58.919Z | Downloaded cargo_metadata v0.18.1 |
310 | 2024-08-16T03:35:58.922Z | Downloaded byteorder v1.5.0 |
311 | 2024-08-16T03:35:58.922Z | Downloaded pest_generator v2.7.10 |
312 | 2024-08-16T03:35:58.922Z | Downloaded fnv v1.0.7 |
313 | 2024-08-16T03:35:58.922Z | Downloaded serde_spanned v0.6.7 |
314 | 2024-08-16T03:35:58.924Z | Downloaded scroll v0.12.0 |
315 | 2024-08-16T03:35:58.924Z | Downloaded generic-array v0.14.7 |
316 | 2024-08-16T03:35:58.928Z | Downloaded thread-id v4.2.1 |
317 | 2024-08-16T03:35:58.928Z | Downloaded anstream v0.6.14 |
318 | 2024-08-16T03:35:58.930Z | Downloaded usdt v0.5.0 |
319 | 2024-08-16T03:35:58.930Z | Downloaded anstyle-query v1.0.3 |
320 | 2024-08-16T03:35:58.930Z | Downloaded anstyle v1.0.8 |
321 | 2024-08-16T03:35:58.934Z | Downloaded sha2 v0.10.8 |
322 | 2024-08-16T03:35:58.936Z | Downloaded camino v1.1.7 |
323 | 2024-08-16T03:35:58.936Z | Downloaded once_cell v1.19.0 |
324 | 2024-08-16T03:35:58.940Z | Downloaded quote v1.0.36 |
325 | 2024-08-16T03:35:58.942Z | Downloaded usdt-impl v0.5.0 |
326 | 2024-08-16T03:35:58.945Z | Downloaded dtrace-parser v0.2.0 |
327 | 2024-08-16T03:35:58.949Z | Downloaded scroll_derive v0.12.0 |
328 | 2024-08-16T03:35:58.951Z | Downloaded is_terminal_polyfill v1.70.0 |
329 | 2024-08-16T03:35:58.958Z | Downloaded clap_derive v4.5.13 |
330 | 2024-08-16T03:35:58.963Z | Downloaded cargo_toml v0.20.4 |
331 | 2024-08-16T03:35:58.966Z | Downloaded thiserror v1.0.63 |
332 | 2024-08-16T03:35:58.969Z | Downloaded terminal_size v0.3.0 |
333 | 2024-08-16T03:35:58.973Z | Downloaded usdt-macro v0.5.0 |
334 | 2024-08-16T03:35:58.973Z | Downloaded semver v1.0.23 |
335 | 2024-08-16T03:35:58.975Z | Downloaded log v0.4.21 |
336 | 2024-08-16T03:35:58.977Z | Downloaded cargo-platform v0.1.8 |
337 | 2024-08-16T03:35:58.980Z | Downloaded cpufeatures v0.2.12 |
338 | 2024-08-16T03:35:58.983Z | Downloaded heck v0.4.1 |
339 | 2024-08-16T03:35:58.983Z | Downloaded fs-err v2.11.0 |
340 | 2024-08-16T03:35:58.985Z | Downloaded digest v0.10.7 |
341 | 2024-08-16T03:35:58.988Z | Downloaded memmap v0.7.0 |
342 | 2024-08-16T03:35:58.988Z | Downloaded clap_lex v0.7.0 |
343 | 2024-08-16T03:35:58.990Z | Downloaded cfg-if v1.0.0 |
344 | 2024-08-16T03:35:58.990Z | Downloaded macaddr v1.0.1 |
345 | 2024-08-16T03:35:58.993Z | Downloaded version_check v0.9.5 |
346 | 2024-08-16T03:35:58.996Z | Downloaded thiserror-impl v1.0.63 |
347 | 2024-08-16T03:35:58.997Z | Downloaded strsim v0.11.1 |
348 | 2024-08-16T03:35:58.999Z | Downloaded serde_tokenstream v0.2.2 |
349 | 2024-08-16T03:35:58.999Z | Downloaded unicode-ident v1.0.12 |
350 | 2024-08-16T03:35:59.007Z | Downloaded typenum v1.17.0 |
351 | 2024-08-16T03:35:59.010Z | Downloaded clap v4.5.15 |
352 | 2024-08-16T03:35:59.018Z | Downloaded usdt-attr-macro v0.5.0 |
353 | 2024-08-16T03:35:59.021Z | Downloaded serde_derive v1.0.207 |
354 | 2024-08-16T03:35:59.024Z | Downloaded proc-macro-error v1.0.4 |
355 | 2024-08-16T03:35:59.026Z | Downloaded pest_derive v2.7.10 |
356 | 2024-08-16T03:35:59.026Z | Downloaded errno v0.3.9 |
357 | 2024-08-16T03:35:59.037Z | Downloaded zerocopy-derive v0.7.34 |
358 | 2024-08-16T03:35:59.042Z | Downloaded proc-macro2 v1.0.86 |
359 | 2024-08-16T03:35:59.045Z | Downloaded toml v0.8.19 |
360 | 2024-08-16T03:35:59.048Z | Downloaded papergrid v0.11.0 |
361 | 2024-08-16T03:35:59.062Z | Downloaded ucd-trie v0.1.6 |
362 | 2024-08-16T03:35:59.065Z | Downloaded ryu v1.0.18 |
363 | 2024-08-16T03:35:59.068Z | Downloaded pest_meta v2.7.10 |
364 | 2024-08-16T03:35:59.084Z | Downloaded serde v1.0.207 |
365 | 2024-08-16T03:35:59.090Z | Downloaded memchr v2.7.2 |
366 | 2024-08-16T03:35:59.095Z | Downloaded indexmap v2.4.0 |
367 | 2024-08-16T03:35:59.105Z | Downloaded hashbrown v0.14.5 |
368 | 2024-08-16T03:35:59.110Z | Downloaded pest v2.7.10 |
369 | 2024-08-16T03:35:59.116Z | Downloaded toml_edit v0.22.20 |
370 | 2024-08-16T03:35:59.138Z | Downloaded zerocopy v0.7.34 |
371 | 2024-08-16T03:35:59.153Z | Downloaded winnow v0.6.18 |
372 | 2024-08-16T03:35:59.161Z | Downloaded serde_json v1.0.125 |
373 | 2024-08-16T03:35:59.167Z | Downloaded clap_builder v4.5.15 |
374 | 2024-08-16T03:35:59.174Z | Downloaded goblin v0.8.2 |
375 | 2024-08-16T03:35:59.181Z | Downloaded tabled v0.15.0 |
376 | 2024-08-16T03:35:59.196Z | Downloaded syn v2.0.74 |
377 | 2024-08-16T03:35:59.206Z | Downloaded syn v1.0.109 |
378 | 2024-08-16T03:35:59.225Z | Downloaded rustix v0.38.34 |
379 | 2024-08-16T03:35:59.247Z | Downloaded unicode-width v0.1.13 |
380 | 2024-08-16T03:35:59.258Z | Downloaded libc v0.2.155 |
381 | 2024-08-16T03:35:59.555Z | Compiling proc-macro2 v1.0.86 |
382 | 2024-08-16T03:35:59.558Z | Compiling unicode-ident v1.0.12 |
383 | 2024-08-16T03:35:59.558Z | Compiling version_check v0.9.5 |
384 | 2024-08-16T03:35:59.558Z | Compiling serde v1.0.207 |
385 | 2024-08-16T03:35:59.558Z | Compiling thiserror v1.0.63 |
386 | 2024-08-16T03:35:59.558Z | Compiling memchr v2.7.2 |
387 | 2024-08-16T03:35:59.558Z | Compiling libc v0.2.155 |
388 | 2024-08-16T03:35:59.558Z | Compiling ucd-trie v0.1.6 |
389 | 2024-08-16T03:35:59.801Z | Compiling ryu v1.0.18 |
390 | 2024-08-16T03:36:00.134Z | Compiling itoa v1.0.11 |
391 | 2024-08-16T03:36:00.255Z | Compiling once_cell v1.19.0 |
392 | 2024-08-16T03:36:00.342Z | Compiling byteorder v1.5.0 |
393 | 2024-08-16T03:36:00.657Z | Compiling serde_json v1.0.125 |
394 | 2024-08-16T03:36:01.403Z | Compiling usdt-impl v0.5.0 |
395 | 2024-08-16T03:36:01.406Z | Compiling proc-macro-error-attr v1.0.4 |
396 | 2024-08-16T03:36:01.515Z | Compiling syn v1.0.109 |
397 | 2024-08-16T03:36:01.519Z | Compiling rustix v0.38.34 |
398 | 2024-08-16T03:36:01.537Z | Compiling proc-macro-error v1.0.4 |
399 | 2024-08-16T03:36:01.798Z | Compiling log v0.4.21 |
400 | 2024-08-16T03:36:01.865Z | Compiling equivalent v1.0.1 |
401 | 2024-08-16T03:36:01.917Z | Compiling utf8parse v0.2.1 |
402 | 2024-08-16T03:36:01.999Z | Compiling bitflags v2.6.0 |
403 | 2024-08-16T03:36:02.081Z | Compiling plain v0.2.3 |
404 | 2024-08-16T03:36:02.176Z | Compiling thread-id v4.2.1 |
405 | 2024-08-16T03:36:02.213Z | Compiling hashbrown v0.14.5 |
406 | 2024-08-16T03:36:02.234Z | Compiling anstyle-parse v0.2.4 |
407 | 2024-08-16T03:36:02.334Z | Compiling quote v1.0.36 |
408 | 2024-08-16T03:36:02.415Z | Compiling semver v1.0.23 |
409 | 2024-08-16T03:36:02.507Z | Compiling colorchoice v1.0.1 |
410 | 2024-08-16T03:36:02.560Z | Compiling camino v1.1.7 |
411 | 2024-08-16T03:36:02.622Z | Compiling errno v0.3.9 |
412 | 2024-08-16T03:36:02.659Z | Compiling anstyle-query v1.0.3 |
413 | 2024-08-16T03:36:02.800Z | Compiling syn v2.0.74 |
414 | 2024-08-16T03:36:02.948Z | Compiling is_terminal_polyfill v1.70.0 |
415 | 2024-08-16T03:36:03.033Z | Compiling autocfg v1.3.0 |
416 | 2024-08-16T03:36:03.071Z | Compiling pretty-hex v0.4.1 |
417 | 2024-08-16T03:36:03.196Z | Compiling winnow v0.6.18 |
418 | 2024-08-16T03:36:03.279Z | Compiling anstyle v1.0.8 |
419 | 2024-08-16T03:36:03.572Z | Compiling indexmap v2.4.0 |
420 | 2024-08-16T03:36:03.774Z | Compiling anstream v0.6.14 |
421 | 2024-08-16T03:36:04.082Z | Compiling fs-err v2.11.0 |
422 | 2024-08-16T03:36:04.327Z | Compiling terminal_size v0.3.0 |
423 | 2024-08-16T03:36:04.529Z | Compiling heck v0.4.1 |
424 | 2024-08-16T03:36:04.555Z | Compiling unicode-width v0.1.13 |
425 | 2024-08-16T03:36:04.603Z | Compiling anyhow v1.0.86 |
426 | 2024-08-16T03:36:04.630Z | Compiling clap_lex v0.7.0 |
427 | 2024-08-16T03:36:04.786Z | Compiling bytecount v0.6.8 |
428 | 2024-08-16T03:36:04.941Z | Compiling fnv v1.0.7 |
429 | 2024-08-16T03:36:05.002Z | Compiling strsim v0.11.1 |
430 | 2024-08-16T03:36:05.026Z | Compiling heck v0.5.0 |
431 | 2024-08-16T03:36:05.064Z | Compiling papergrid v0.11.0 |
432 | 2024-08-16T03:36:05.305Z | Compiling clap_builder v4.5.15 |
433 | 2024-08-16T03:36:05.378Z | Compiling memmap v0.7.0 |
434 | 2024-08-16T03:36:06.390Z | Compiling swrite v0.1.0 |
435 | 2024-08-16T03:36:07.961Z | Compiling tabled_derive v0.7.0 |
436 | 2024-08-16T03:36:09.375Z | Compiling tabled v0.15.0 |
437 | 2024-08-16T03:36:11.225Z | Compiling serde_derive v1.0.207 |
438 | 2024-08-16T03:36:11.229Z | Compiling thiserror-impl v1.0.63 |
439 | 2024-08-16T03:36:11.229Z | Compiling zerocopy-derive v0.7.34 |
440 | 2024-08-16T03:36:11.229Z | Compiling scroll_derive v0.12.0 |
441 | 2024-08-16T03:36:11.229Z | Compiling clap_derive v4.5.13 |
442 | 2024-08-16T03:36:12.444Z | Compiling scroll v0.12.0 |
443 | 2024-08-16T03:36:12.964Z | Compiling goblin v0.8.2 |
444 | 2024-08-16T03:36:13.186Z | Compiling zerocopy v0.7.34 |
445 | 2024-08-16T03:36:13.900Z | Compiling pest v2.7.10 |
446 | 2024-08-16T03:36:15.148Z | Compiling clap v4.5.15 |
447 | 2024-08-16T03:36:15.948Z | Compiling pest_meta v2.7.10 |
448 | 2024-08-16T03:36:16.753Z | Compiling pest_generator v2.7.10 |
449 | 2024-08-16T03:36:18.675Z | Compiling pest_derive v2.7.10 |
450 | 2024-08-16T03:36:19.377Z | Compiling dtrace-parser v0.2.0 |
451 | 2024-08-16T03:36:21.058Z | Compiling serde_tokenstream v0.2.2 |
452 | 2024-08-16T03:36:21.294Z | Compiling toml_datetime v0.6.8 |
453 | 2024-08-16T03:36:21.296Z | Compiling serde_spanned v0.6.7 |
454 | 2024-08-16T03:36:21.296Z | Compiling cargo-platform v0.1.8 |
455 | 2024-08-16T03:36:21.590Z | Compiling macaddr v1.0.1 |
456 | 2024-08-16T03:36:21.666Z | Compiling toml_edit v0.22.20 |
457 | 2024-08-16T03:36:22.421Z | Compiling dof v0.3.0 |
458 | 2024-08-16T03:36:22.643Z | Compiling cargo_metadata v0.18.1 |
459 | 2024-08-16T03:36:24.248Z | Compiling usdt-attr-macro v0.5.0 |
460 | 2024-08-16T03:36:24.251Z | Compiling usdt-macro v0.5.0 |
461 | 2024-08-16T03:36:24.483Z | Compiling toml v0.8.19 |
462 | 2024-08-16T03:36:25.311Z | Compiling cargo_toml v0.20.4 |
463 | 2024-08-16T03:36:25.471Z | Compiling usdt v0.5.0 |
464 | 2024-08-16T03:36:28.985Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
465 | 2024-08-16T03:36:32.783Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.54s |
466 | 2024-08-16T03:36:33.031Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
467 | 2024-08-16T03:36:33.600Z | Downloading crates ... |
468 | 2024-08-16T03:36:33.713Z | Downloaded atomic-waker v1.1.2 |
469 | 2024-08-16T03:36:33.718Z | Downloaded adler v1.0.2 |
470 | 2024-08-16T03:36:33.732Z | Downloaded cstr-argument v0.1.2 |
471 | 2024-08-16T03:36:33.737Z | Downloaded arc-swap v1.7.1 |
472 | 2024-08-16T03:36:33.742Z | Downloaded cfg_aliases v0.1.1 |
473 | 2024-08-16T03:36:33.742Z | Downloaded bitstruct v0.1.1 |
474 | 2024-08-16T03:36:33.742Z | Downloaded ciborium-io v0.2.2 |
475 | 2024-08-16T03:36:33.746Z | Downloaded ident_case v1.0.1 |
476 | 2024-08-16T03:36:33.746Z | Downloaded humantime v2.1.0 |
477 | 2024-08-16T03:36:33.746Z | Downloaded is_ci v1.2.0 |
478 | 2024-08-16T03:36:33.751Z | Downloaded convert_case v0.4.0 |
479 | 2024-08-16T03:36:33.751Z | Downloaded is-terminal v0.4.12 |
480 | 2024-08-16T03:36:33.751Z | Downloaded buf-list v1.0.3 |
481 | 2024-08-16T03:36:33.757Z | Downloaded match_cfg v0.1.0 |
482 | 2024-08-16T03:36:33.757Z | Downloaded num-conv v0.1.0 |
483 | 2024-08-16T03:36:33.757Z | Downloaded hyper-tls v0.5.0 |
484 | 2024-08-16T03:36:33.762Z | Downloaded new_debug_unreachable v1.0.6 |
485 | 2024-08-16T03:36:33.762Z | Downloaded openssl-macros v0.1.1 |
486 | 2024-08-16T03:36:33.762Z | Downloaded num_threads v0.1.7 |
487 | 2024-08-16T03:36:33.762Z | Downloaded cbc v0.1.2 |
488 | 2024-08-16T03:36:33.766Z | Downloaded crc-catalog v2.4.0 |
489 | 2024-08-16T03:36:33.766Z | Downloaded curve25519-dalek-derive v0.1.1 |
490 | 2024-08-16T03:36:33.766Z | Downloaded bitfield-struct v0.6.1 |
491 | 2024-08-16T03:36:33.770Z | Downloaded lazy_static v1.5.0 |
492 | 2024-08-16T03:36:33.770Z | Downloaded instability v0.3.2 |
493 | 2024-08-16T03:36:33.775Z | Downloaded ipnet v2.9.0 |
494 | 2024-08-16T03:36:33.775Z | Downloaded atomicwrites v0.4.3 |
495 | 2024-08-16T03:36:33.778Z | Downloaded csv-core v0.1.11 |
496 | 2024-08-16T03:36:33.779Z | Downloaded crucible-workspace-hack v0.1.0 |
497 | 2024-08-16T03:36:33.779Z | Downloaded newtype-uuid v1.1.0 |
498 | 2024-08-16T03:36:33.786Z | Downloaded libloading v0.8.3 |
499 | 2024-08-16T03:36:33.786Z | Downloaded jobserver v0.1.32 |
500 | 2024-08-16T03:36:33.792Z | Downloaded num-iter v0.1.45 |
501 | 2024-08-16T03:36:33.792Z | Downloaded nibble_vec v0.1.0 |
502 | 2024-08-16T03:36:33.792Z | Downloaded hyper-staticfile v0.9.5 |
503 | 2024-08-16T03:36:33.797Z | Downloaded indexmap v1.9.3 |
504 | 2024-08-16T03:36:33.797Z | Downloaded async-stream-impl v0.3.5 |
505 | 2024-08-16T03:36:33.798Z | Downloaded serde-big-array v0.5.1 |
506 | 2024-08-16T03:36:33.822Z | Downloaded instant v0.1.12 |
507 | 2024-08-16T03:36:33.822Z | Downloaded crossbeam-epoch v0.9.18 |
508 | 2024-08-16T03:36:33.822Z | Downloaded const_format_proc_macros v0.2.32 |
509 | 2024-08-16T03:36:33.826Z | Downloaded cookie v0.18.1 |
510 | 2024-08-16T03:36:33.826Z | Downloaded array-init v0.0.4 |
511 | 2024-08-16T03:36:33.826Z | Downloaded indent_write v2.2.0 |
512 | 2024-08-16T03:36:33.826Z | Downloaded tower-service v0.3.2 |
513 | 2024-08-16T03:36:33.827Z | Downloaded lock_api v0.4.12 |
514 | 2024-08-16T03:36:33.827Z | Downloaded sync_wrapper v0.1.2 |
515 | 2024-08-16T03:36:33.827Z | Downloaded nu-ansi-term v0.50.0 |
516 | 2024-08-16T03:36:33.827Z | Downloaded num_enum v0.5.11 |
517 | 2024-08-16T03:36:33.827Z | Downloaded indoc v1.0.9 |
518 | 2024-08-16T03:36:33.833Z | Downloaded waitgroup v0.1.2 |
519 | 2024-08-16T03:36:33.833Z | Downloaded openssl-probe v0.1.5 |
520 | 2024-08-16T03:36:33.833Z | Downloaded opaque-debug v0.3.1 |
521 | 2024-08-16T03:36:33.833Z | Downloaded inout v0.1.3 |
522 | 2024-08-16T03:36:33.836Z | Downloaded cc v1.0.97 |
523 | 2024-08-16T03:36:33.841Z | Downloaded bitstruct_derive v0.1.0 |
524 | 2024-08-16T03:36:33.841Z | Downloaded siphasher v0.3.11 |
525 | 2024-08-16T03:36:33.848Z | Downloaded linked-hash-map v0.5.6 |
526 | 2024-08-16T03:36:33.848Z | Downloaded crunchy v0.2.2 |
527 | 2024-08-16T03:36:33.848Z | Downloaded keccak v0.1.5 |
528 | 2024-08-16T03:36:33.848Z | Downloaded number_prefix v0.4.0 |
529 | 2024-08-16T03:36:33.848Z | Downloaded omicron-zone-package v0.11.0 |
530 | 2024-08-16T03:36:33.854Z | Downloaded newtype_derive v0.1.6 |
531 | 2024-08-16T03:36:33.854Z | Downloaded signal-hook-registry v1.4.2 |
532 | 2024-08-16T03:36:33.855Z | Downloaded take_mut v0.2.2 |
533 | 2024-08-16T03:36:33.855Z | Downloaded supports-color v3.0.0 |
534 | 2024-08-16T03:36:33.862Z | Downloaded async-trait v0.1.81 |
535 | 2024-08-16T03:36:33.862Z | Downloaded darling_macro v0.20.9 |
536 | 2024-08-16T03:36:33.862Z | Downloaded fallible-streaming-iterator v0.1.9 |
537 | 2024-08-16T03:36:33.862Z | Downloaded headers-core v0.2.0 |
538 | 2024-08-16T03:36:33.868Z | Downloaded toolchain_find v0.4.0 |
539 | 2024-08-16T03:36:33.868Z | Downloaded slog-dtrace v0.3.0 |
540 | 2024-08-16T03:36:33.868Z | Downloaded aho-corasick v1.1.3 |
541 | 2024-08-16T03:36:33.875Z | Downloaded path-slash v0.1.5 |
542 | 2024-08-16T03:36:33.883Z | Downloaded utf-8 v0.7.6 |
543 | 2024-08-16T03:36:33.883Z | Downloaded foreign-types-shared v0.1.1 |
544 | 2024-08-16T03:36:33.883Z | Downloaded colored v2.1.0 |
545 | 2024-08-16T03:36:33.883Z | Downloaded cipher v0.4.4 |
546 | 2024-08-16T03:36:33.889Z | Downloaded block-padding v0.3.3 |
547 | 2024-08-16T03:36:33.889Z | Downloaded hyper-rustls v0.24.2 |
548 | 2024-08-16T03:36:33.889Z | Downloaded ciborium-ll v0.2.2 |
549 | 2024-08-16T03:36:33.890Z | Downloaded num-derive v0.4.2 |
550 | 2024-08-16T03:36:33.896Z | Downloaded olpc-cjson v0.1.3 |
551 | 2024-08-16T03:36:33.896Z | Downloaded miniz_oxide v0.7.2 |
552 | 2024-08-16T03:36:33.896Z | Downloaded castaway v0.2.3 |
553 | 2024-08-16T03:36:33.896Z | Downloaded chacha20 v0.9.1 |
554 | 2024-08-16T03:36:33.901Z | Downloaded precomputed-hash v0.1.1 |
555 | 2024-08-16T03:36:33.901Z | Downloaded data-encoding v2.6.0 |
556 | 2024-08-16T03:36:33.901Z | Downloaded constant_time_eq v0.3.0 |
557 | 2024-08-16T03:36:33.901Z | Downloaded mockall_derive v0.13.0 |
558 | 2024-08-16T03:36:33.905Z | Downloaded nanorand v0.7.0 |
559 | 2024-08-16T03:36:33.905Z | Downloaded deranged v0.3.11 |
560 | 2024-08-16T03:36:33.909Z | Downloaded compact_str v0.8.0 |
561 | 2024-08-16T03:36:33.914Z | Downloaded fastrand v2.1.0 |
562 | 2024-08-16T03:36:33.914Z | Downloaded multer v3.1.0 |
563 | 2024-08-16T03:36:33.919Z | Downloaded secrecy v0.8.0 |
564 | 2024-08-16T03:36:33.919Z | Downloaded tinyvec_macros v0.1.1 |
565 | 2024-08-16T03:36:33.919Z | Downloaded peg v0.8.4 |
566 | 2024-08-16T03:36:33.923Z | Downloaded paste v1.0.15 |
567 | 2024-08-16T03:36:33.927Z | Downloaded strum v0.26.3 |
568 | 2024-08-16T03:36:33.932Z | Downloaded ppv-lite86 v0.2.17 |
569 | 2024-08-16T03:36:33.932Z | Downloaded hostname v0.4.0 |
570 | 2024-08-16T03:36:33.939Z | Downloaded hostname v0.3.1 |
571 | 2024-08-16T03:36:33.939Z | Downloaded foreign-types-shared v0.3.1 |
572 | 2024-08-16T03:36:33.939Z | Downloaded ciborium v0.2.2 |
573 | 2024-08-16T03:36:33.946Z | Downloaded endian-type v0.1.2 |
574 | 2024-08-16T03:36:33.946Z | Downloaded r2d2 v0.8.10 |
575 | 2024-08-16T03:36:33.946Z | Downloaded minimal-lexical v0.2.1 |
576 | 2024-08-16T03:36:33.954Z | Downloaded crossbeam-channel v0.5.12 |
577 | 2024-08-16T03:36:33.954Z | Downloaded rustls-pemfile v1.0.4 |
578 | 2024-08-16T03:36:33.958Z | Downloaded env_logger v0.9.3 |
579 | 2024-08-16T03:36:33.959Z | Downloaded subprocess v0.2.9 |
580 | 2024-08-16T03:36:33.969Z | Downloaded salsa20 v0.10.2 |
581 | 2024-08-16T03:36:33.969Z | Downloaded fxhash v0.2.1 |
582 | 2024-08-16T03:36:33.969Z | Downloaded scopeguard v1.2.0 |
583 | 2024-08-16T03:36:33.970Z | Downloaded scheduled-thread-pool v0.2.7 |
584 | 2024-08-16T03:36:33.970Z | Downloaded dyn-clone v1.0.17 |
585 | 2024-08-16T03:36:33.975Z | Downloaded portpicker v0.1.1 |
586 | 2024-08-16T03:36:33.975Z | Downloaded http-range v0.1.5 |
587 | 2024-08-16T03:36:33.975Z | Downloaded fragile v2.0.0 |
588 | 2024-08-16T03:36:33.976Z | Downloaded num-traits v0.2.19 |
589 | 2024-08-16T03:36:33.976Z | Downloaded strum_macros v0.25.3 |
590 | 2024-08-16T03:36:33.982Z | Downloaded strum_macros v0.24.3 |
591 | 2024-08-16T03:36:33.982Z | Downloaded crc-any v2.5.0 |
592 | 2024-08-16T03:36:33.987Z | Downloaded tls_codec v0.4.1 |
593 | 2024-08-16T03:36:33.987Z | Downloaded indicatif v0.17.8 |
594 | 2024-08-16T03:36:33.993Z | Downloaded xattr v1.3.1 |
595 | 2024-08-16T03:36:33.993Z | Downloaded dirs-sys-next v0.1.2 |
596 | 2024-08-16T03:36:33.993Z | Downloaded defmt-macros v0.3.9 |
597 | 2024-08-16T03:36:33.999Z | Downloaded defmt-parser v0.3.4 |
598 | 2024-08-16T03:36:33.999Z | Downloaded crossbeam-utils v0.8.19 |
599 | 2024-08-16T03:36:34.013Z | Downloaded untrusted v0.9.0 |
600 | 2024-08-16T03:36:34.013Z | Downloaded derive_builder_macro v0.20.0 |
601 | 2024-08-16T03:36:34.013Z | Downloaded enum-as-inner v0.6.0 |
602 | 2024-08-16T03:36:34.013Z | Downloaded structmeta-derive v0.3.0 |
603 | 2024-08-16T03:36:34.014Z | Downloaded powerfmt v0.2.0 |
604 | 2024-08-16T03:36:34.014Z | Downloaded getopts v0.2.21 |
605 | 2024-08-16T03:36:34.014Z | Downloaded time-core v0.1.2 |
606 | 2024-08-16T03:36:34.014Z | Downloaded same-file v1.0.6 |
607 | 2024-08-16T03:36:34.024Z | Downloaded pkcs5 v0.7.1 |
608 | 2024-08-16T03:36:34.024Z | Downloaded diesel_table_macro_syntax v0.2.0 |
609 | 2024-08-16T03:36:34.025Z | Downloaded slog-async v2.8.0 |
610 | 2024-08-16T03:36:34.025Z | Downloaded zone_cfg_derive v0.1.2 |
611 | 2024-08-16T03:36:34.032Z | Downloaded httpdate v1.0.3 |
612 | 2024-08-16T03:36:34.032Z | Downloaded crossterm v0.27.0 |
613 | 2024-08-16T03:36:34.032Z | Downloaded http-body v0.4.6 |
614 | 2024-08-16T03:36:34.041Z | Downloaded fatfs v0.3.6 |
615 | 2024-08-16T03:36:34.041Z | Downloaded base64 v0.13.1 |
616 | 2024-08-16T03:36:34.047Z | Downloaded bytes v1.7.1 |
617 | 2024-08-16T03:36:34.047Z | Downloaded gethostname v0.5.0 |
618 | 2024-08-16T03:36:34.047Z | Downloaded static_assertions v1.1.0 |
619 | 2024-08-16T03:36:34.047Z | Downloaded sha1 v0.10.6 |
620 | 2024-08-16T03:36:34.056Z | Downloaded rustc-hash v1.1.0 |
621 | 2024-08-16T03:36:34.057Z | Downloaded vsss-rs v3.3.4 |
622 | 2024-08-16T03:36:34.057Z | Downloaded tap v1.0.1 |
623 | 2024-08-16T03:36:34.057Z | Downloaded dirs-next v2.0.0 |
624 | 2024-08-16T03:36:34.057Z | Downloaded yasna v0.5.2 |
625 | 2024-08-16T03:36:34.071Z | Downloaded want v0.3.1 |
626 | 2024-08-16T03:36:34.071Z | Downloaded tiny-keccak v2.0.2 |
627 | 2024-08-16T03:36:34.071Z | Downloaded thread_local v1.1.8 |
628 | 2024-08-16T03:36:34.072Z | Downloaded thiserror-no-std v2.0.2 |
629 | 2024-08-16T03:36:34.072Z | Downloaded untrusted v0.7.1 |
630 | 2024-08-16T03:36:34.072Z | Downloaded hickory-client v0.24.1 |
631 | 2024-08-16T03:36:34.076Z | Downloaded parse-size v1.0.0 |
632 | 2024-08-16T03:36:34.076Z | Downloaded poly1305 v0.8.0 |
633 | 2024-08-16T03:36:34.076Z | Downloaded serde_yaml v0.9.34+deprecated |
634 | 2024-08-16T03:36:34.079Z | Downloaded pkg-config v0.3.30 |
635 | 2024-08-16T03:36:34.082Z | Downloaded httparse v1.8.0 |
636 | 2024-08-16T03:36:34.085Z | Downloaded toml v0.7.8 |
637 | 2024-08-16T03:36:34.089Z | Downloaded futures v0.3.30 |
638 | 2024-08-16T03:36:34.102Z | Downloaded slog v2.7.0 |
639 | 2024-08-16T03:36:34.105Z | Downloaded foreign-types v0.3.2 |
640 | 2024-08-16T03:36:34.108Z | Downloaded float-cmp v0.9.0 |
641 | 2024-08-16T03:36:34.108Z | Downloaded strip-ansi-escapes v0.2.0 |
642 | 2024-08-16T03:36:34.110Z | Downloaded sec1 v0.7.3 |
643 | 2024-08-16T03:36:34.113Z | Downloaded rustversion v1.0.17 |
644 | 2024-08-16T03:36:34.116Z | Downloaded serde-hex v0.1.0 |
645 | 2024-08-16T03:36:34.116Z | Downloaded schemars v0.8.21 |
646 | 2024-08-16T03:36:34.129Z | Downloaded stringprep v0.1.4 |
647 | 2024-08-16T03:36:34.132Z | Downloaded oso-derive v0.27.3 |
648 | 2024-08-16T03:36:34.135Z | Downloaded serde_plain v1.0.2 |
649 | 2024-08-16T03:36:34.135Z | Downloaded parse-display v0.10.0 |
650 | 2024-08-16T03:36:34.135Z | Downloaded packed_struct_codegen v0.10.1 |
651 | 2024-08-16T03:36:34.139Z | Downloaded either v1.13.0 |
652 | 2024-08-16T03:36:34.142Z | Downloaded predicates-core v1.0.6 |
653 | 2024-08-16T03:36:34.142Z | Downloaded hashlink v0.9.1 |
654 | 2024-08-16T03:36:34.142Z | Downloaded heapless v0.7.17 |
655 | 2024-08-16T03:36:34.145Z | Downloaded display-error-chain v0.2.0 |
656 | 2024-08-16T03:36:34.148Z | Downloaded vte_generate_state_changes v0.1.1 |
657 | 2024-08-16T03:36:34.148Z | Downloaded quick-error v1.2.3 |
658 | 2024-08-16T03:36:34.151Z | Downloaded smallvec v1.13.2 |
659 | 2024-08-16T03:36:34.153Z | Downloaded vte v0.11.1 |
660 | 2024-08-16T03:36:34.156Z | Downloaded slab v0.4.9 |
661 | 2024-08-16T03:36:34.159Z | Downloaded tar v0.4.41 |
662 | 2024-08-16T03:36:34.161Z | Downloaded mio v0.8.11 |
663 | 2024-08-16T03:36:34.166Z | Downloaded tokio-stream v0.1.15 |
664 | 2024-08-16T03:36:34.171Z | Downloaded fallible-iterator v0.3.0 |
665 | 2024-08-16T03:36:34.173Z | Downloaded walkdir v2.5.0 |
666 | 2024-08-16T03:36:34.176Z | Downloaded derive_more v0.99.18 |
667 | 2024-08-16T03:36:34.180Z | Downloaded derive_builder v0.20.0 |
668 | 2024-08-16T03:36:34.186Z | Downloaded futures-macro v0.3.30 |
669 | 2024-08-16T03:36:34.188Z | Downloaded which v4.4.2 |
670 | 2024-08-16T03:36:34.191Z | Downloaded wait-timeout v0.2.0 |
671 | 2024-08-16T03:36:34.191Z | Downloaded ron v0.7.1 |
672 | 2024-08-16T03:36:34.196Z | Downloaded pkcs1 v0.7.5 |
673 | 2024-08-16T03:36:34.199Z | Downloaded num-bigint-dig v0.8.4 |
674 | 2024-08-16T03:36:34.204Z | Downloaded packed_struct v0.10.1 |
675 | 2024-08-16T03:36:34.206Z | Downloaded termtree v0.4.1 |
676 | 2024-08-16T03:36:34.210Z | Downloaded sqlparser_derive v0.2.2 |
677 | 2024-08-16T03:36:34.210Z | Downloaded tui-tree-widget v0.22.0 |
678 | 2024-08-16T03:36:34.216Z | Downloaded rustls-pki-types v1.7.0 |
679 | 2024-08-16T03:36:34.216Z | Downloaded thiserror-impl-no-std v2.0.2 |
680 | 2024-08-16T03:36:34.219Z | Downloaded structmeta v0.2.0 |
681 | 2024-08-16T03:36:34.219Z | Downloaded rtoolbox v0.0.2 |
682 | 2024-08-16T03:36:34.219Z | Downloaded diff v0.1.13 |
683 | 2024-08-16T03:36:34.221Z | Downloaded shlex v1.3.0 |
684 | 2024-08-16T03:36:34.223Z | Downloaded rustc_version v0.4.0 |
685 | 2024-08-16T03:36:34.223Z | Downloaded hickory-resolver v0.24.1 |
686 | 2024-08-16T03:36:34.228Z | Downloaded rustc_version v0.1.7 |
687 | 2024-08-16T03:36:34.230Z | Downloaded pretty-hex v0.2.1 |
688 | 2024-08-16T03:36:34.230Z | Downloaded sigpipe v0.1.3 |
689 | 2024-08-16T03:36:34.233Z | Downloaded tracing-attributes v0.1.27 |
690 | 2024-08-16T03:36:34.237Z | Downloaded toml_edit v0.19.15 |
691 | 2024-08-16T03:36:34.252Z | Downloaded embedded-io v0.4.0 |
692 | 2024-08-16T03:36:34.254Z | Downloaded serde_arrays v0.1.0 |
693 | 2024-08-16T03:36:34.257Z | Downloaded pin-project-internal v1.1.5 |
694 | 2024-08-16T03:36:34.257Z | Downloaded zeroize v1.7.0 |
695 | 2024-08-16T03:36:34.259Z | Downloaded tungstenite v0.20.1 |
696 | 2024-08-16T03:36:34.262Z | Downloaded spki v0.7.3 |
697 | 2024-08-16T03:36:34.264Z | Downloaded rand v0.8.5 |
698 | 2024-08-16T03:36:34.268Z | Downloaded itertools v0.13.0 |
699 | 2024-08-16T03:36:34.275Z | Downloaded phf_shared v0.10.0 |
700 | 2024-08-16T03:36:34.277Z | Downloaded unicase v2.7.0 |
701 | 2024-08-16T03:36:34.277Z | Downloaded unarray v0.1.4 |
702 | 2024-08-16T03:36:34.280Z | Downloaded sqlformat v0.2.4 |
703 | 2024-08-16T03:36:34.282Z | Downloaded whoami v1.5.1 |
704 | 2024-08-16T03:36:34.285Z | Downloaded twox-hash v1.6.3 |
705 | 2024-08-16T03:36:34.287Z | Downloaded hickory-server v0.24.1 |
706 | 2024-08-16T03:36:34.290Z | Downloaded futures-executor v0.3.30 |
707 | 2024-08-16T03:36:34.295Z | Downloaded predicates-tree v1.0.9 |
708 | 2024-08-16T03:36:34.297Z | Downloaded futures-task v0.3.30 |
709 | 2024-08-16T03:36:34.297Z | Downloaded rpassword v7.3.1 |
710 | 2024-08-16T03:36:34.297Z | Downloaded futures-sink v0.3.30 |
711 | 2024-08-16T03:36:34.297Z | Downloaded publicsuffix v2.2.3 |
712 | 2024-08-16T03:36:34.300Z | Downloaded fixedbitset v0.4.2 |
713 | 2024-08-16T03:36:34.303Z | Downloaded serde_urlencoded v0.7.1 |
714 | 2024-08-16T03:36:34.305Z | Downloaded ref-cast v1.0.23 |
715 | 2024-08-16T03:36:34.307Z | Downloaded rand_seeder v0.3.0 |
716 | 2024-08-16T03:36:34.310Z | Downloaded rand_chacha v0.3.1 |
717 | 2024-08-16T03:36:34.310Z | Downloaded peg-runtime v0.8.3 |
718 | 2024-08-16T03:36:34.310Z | Downloaded hash32 v0.2.1 |
719 | 2024-08-16T03:36:34.312Z | Downloaded spin v0.5.2 |
720 | 2024-08-16T03:36:34.312Z | Downloaded shell-words v1.1.0 |
721 | 2024-08-16T03:36:34.315Z | Downloaded proc-macro-crate v1.3.1 |
722 | 2024-08-16T03:36:34.318Z | Downloaded socket2 v0.5.7 |
723 | 2024-08-16T03:36:34.318Z | Downloaded ena v0.14.3 |
724 | 2024-08-16T03:36:34.320Z | Downloaded unicode-xid v0.2.4 |
725 | 2024-08-16T03:36:34.320Z | Downloaded crossterm v0.28.1 |
726 | 2024-08-16T03:36:34.327Z | Downloaded hash32 v0.3.1 |
727 | 2024-08-16T03:36:34.330Z | Downloaded erased-serde v0.3.31 |
728 | 2024-08-16T03:36:34.332Z | Downloaded rustfmt-wrapper v0.2.1 |
729 | 2024-08-16T03:36:34.335Z | Downloaded fallible-iterator v0.2.0 |
730 | 2024-08-16T03:36:34.335Z | Downloaded slog-term v2.9.1 |
731 | 2024-08-16T03:36:34.338Z | Downloaded bindgen v0.69.4 |
732 | 2024-08-16T03:36:34.344Z | Downloaded predicates v3.1.2 |
733 | 2024-08-16T03:36:34.347Z | Downloaded glob v0.3.1 |
734 | 2024-08-16T03:36:34.350Z | Downloaded fd-lock v4.0.2 |
735 | 2024-08-16T03:36:34.352Z | Downloaded group v0.13.0 |
736 | 2024-08-16T03:36:34.353Z | Downloaded snafu-derive v0.8.2 |
737 | 2024-08-16T03:36:34.355Z | Downloaded postgres-protocol v0.6.7 |
738 | 2024-08-16T03:36:34.358Z | Downloaded peg-macros v0.8.4 |
739 | 2024-08-16T03:36:34.360Z | Downloaded unicode-linebreak v0.1.5 |
740 | 2024-08-16T03:36:34.360Z | Downloaded hex v0.4.3 |
741 | 2024-08-16T03:36:34.364Z | Downloaded tokio-rustls v0.25.0 |
742 | 2024-08-16T03:36:34.366Z | Downloaded socket2 v0.4.10 |
743 | 2024-08-16T03:36:34.366Z | Downloaded universal-hash v0.5.1 |
744 | 2024-08-16T03:36:34.366Z | Downloaded spin v0.9.8 |
745 | 2024-08-16T03:36:34.369Z | Downloaded phf v0.11.2 |
746 | 2024-08-16T03:36:34.372Z | Downloaded env_logger v0.10.2 |
747 | 2024-08-16T03:36:34.377Z | Downloaded test-strategy v0.3.1 |
748 | 2024-08-16T03:36:34.380Z | Downloaded elliptic-curve v0.13.8 |
749 | 2024-08-16T03:36:34.383Z | Downloaded uzers v0.11.3 |
750 | 2024-08-16T03:36:34.385Z | Downloaded hashbrown v0.13.2 |
751 | 2024-08-16T03:36:34.388Z | Downloaded regex-automata v0.1.10 |
752 | 2024-08-16T03:36:34.393Z | Downloaded hashbrown v0.12.3 |
753 | 2024-08-16T03:36:34.398Z | Downloaded chrono v0.4.38 |
754 | 2024-08-16T03:36:34.406Z | Downloaded openssl-sys v0.9.103 |
755 | 2024-08-16T03:36:34.410Z | Downloaded vergen v8.3.2 |
756 | 2024-08-16T03:36:34.413Z | Downloaded unicode-bidi v0.3.15 |
757 | 2024-08-16T03:36:34.416Z | Downloaded tokio-postgres v0.7.11 |
758 | 2024-08-16T03:36:34.421Z | Downloaded rcgen v0.12.1 |
759 | 2024-08-16T03:36:34.424Z | Downloaded rsa v0.9.6 |
760 | 2024-08-16T03:36:34.429Z | Downloaded flate2 v1.0.31 |
761 | 2024-08-16T03:36:34.435Z | Downloaded reqwest v0.11.27 |
762 | 2024-08-16T03:36:34.443Z | Downloaded steno v0.4.1 |
763 | 2024-08-16T03:36:34.447Z | Downloaded hkdf v0.12.4 |
764 | 2024-08-16T03:36:34.450Z | Downloaded bitvec v1.0.1 |
765 | 2024-08-16T03:36:34.466Z | Downloaded parking_lot_core v0.9.10 |
766 | 2024-08-16T03:36:34.468Z | Downloaded tokio-util v0.7.11 |
767 | 2024-08-16T03:36:34.474Z | Downloaded rustls-webpki v0.101.7 |
768 | 2024-08-16T03:36:34.490Z | Downloaded expectorate v1.1.0 |
769 | 2024-08-16T03:36:34.493Z | Downloaded reedline v0.33.0 |
770 | 2024-08-16T03:36:34.499Z | Downloaded rayon v1.10.0 |
771 | 2024-08-16T03:36:34.508Z | Downloaded idna v0.5.0 |
772 | 2024-08-16T03:36:34.515Z | Downloaded unicode-segmentation v1.11.0 |
773 | 2024-08-16T03:36:34.518Z | Downloaded lalrpop v0.19.12 |
774 | 2024-08-16T03:36:34.529Z | Downloaded futures-util v0.3.30 |
775 | 2024-08-16T03:36:34.541Z | Downloaded serde_with v3.8.3 |
776 | 2024-08-16T03:36:34.550Z | Downloaded smoltcp v0.9.1 |
777 | 2024-08-16T03:36:34.561Z | Downloaded proptest v1.5.0 |
778 | 2024-08-16T03:36:34.571Z | Downloaded sqlparser v0.45.0 |
779 | 2024-08-16T03:36:34.576Z | Downloaded openssl v0.10.66 |
780 | 2024-08-16T03:36:34.589Z | Downloaded nix v0.27.1 |
781 | 2024-08-16T03:36:34.599Z | Downloaded curve25519-dalek v4.1.3 |
782 | 2024-08-16T03:36:34.606Z | Downloaded h2 v0.3.26 |
783 | 2024-08-16T03:36:34.613Z | Downloaded smoltcp v0.11.0 |
784 | 2024-08-16T03:36:34.626Z | Downloaded git2 v0.19.0 |
785 | 2024-08-16T03:36:34.635Z | Downloaded vcpkg v0.2.15 |
786 | 2024-08-16T03:36:34.675Z | Downloaded bstr v1.9.1 |
787 | 2024-08-16T03:36:34.685Z | Downloaded gimli v0.28.1 |
788 | 2024-08-16T03:36:34.693Z | Downloaded rustls v0.22.4 |
789 | 2024-08-16T03:36:34.707Z | Downloaded webpki-roots v0.25.4 |
790 | 2024-08-16T03:36:34.710Z | Downloaded radix_trie v0.2.1 |
791 | 2024-08-16T03:36:34.716Z | Downloaded polar-core v0.27.3 |
792 | 2024-08-16T03:36:34.725Z | Downloaded ratatui v0.28.0 |
793 | 2024-08-16T03:36:34.745Z | Downloaded hickory-proto v0.24.1 |
794 | 2024-08-16T03:36:34.760Z | Downloaded regex-syntax v0.6.29 |
795 | 2024-08-16T03:36:34.768Z | Downloaded zerocopy-derive v0.6.6 |
796 | 2024-08-16T03:36:34.779Z | Downloaded rustls v0.21.12 |
797 | 2024-08-16T03:36:34.791Z | Downloaded regress v0.9.1 |
798 | 2024-08-16T03:36:34.799Z | Downloaded csv v1.3.0 |
799 | 2024-08-16T03:36:34.816Z | Downloaded regex-syntax v0.8.4 |
800 | 2024-08-16T03:36:34.824Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
801 | 2024-08-16T03:36:34.837Z | Downloaded sled v0.34.7 |
802 | 2024-08-16T03:36:34.847Z | Downloaded diesel v2.2.2 |
803 | 2024-08-16T03:36:34.866Z | Downloaded openapiv3 v2.0.0 |
804 | 2024-08-16T03:36:34.878Z | Downloaded object v0.32.2 |
805 | 2024-08-16T03:36:34.889Z | Downloaded nix v0.28.0 |
806 | 2024-08-16T03:36:34.901Z | Downloaded regex v1.10.6 |
807 | 2024-08-16T03:36:34.917Z | Downloaded regex-automata v0.4.6 |
808 | 2024-08-16T03:36:34.933Z | Downloaded bstr v0.2.17 |
809 | 2024-08-16T03:36:34.943Z | Downloaded object v0.30.4 |
810 | 2024-08-16T03:36:34.956Z | Downloaded idna v0.4.0 |
811 | 2024-08-16T03:36:34.963Z | Downloaded finl_unicode v1.2.0 |
812 | 2024-08-16T03:36:34.978Z | Downloaded rusqlite v0.31.0 |
813 | 2024-08-16T03:36:34.984Z | Downloaded petgraph v0.6.5 |
814 | 2024-08-16T03:36:35.002Z | Downloaded quick-xml v0.31.0 |
815 | 2024-08-16T03:36:35.009Z | Downloaded tokio v1.39.2 |
816 | 2024-08-16T03:36:35.047Z | Downloaded rustls-webpki v0.102.4 |
817 | 2024-08-16T03:36:35.065Z | Downloaded idna v0.3.0 |
818 | 2024-08-16T03:36:35.072Z | Downloaded globset v0.4.14 |
819 | 2024-08-16T03:36:35.075Z | Downloaded sha3 v0.10.8 |
820 | 2024-08-16T03:36:35.079Z | Downloaded similar v2.5.0 |
821 | 2024-08-16T03:36:35.087Z | Downloaded signal-hook v0.3.17 |
822 | 2024-08-16T03:36:35.093Z | Downloaded textwrap v0.16.1 |
823 | 2024-08-16T03:36:35.093Z | Downloaded zip v0.6.6 |
824 | 2024-08-16T03:36:35.095Z | Downloaded tungstenite v0.21.0 |
825 | 2024-08-16T03:36:35.098Z | Downloaded time v0.3.36 |
826 | 2024-08-16T03:36:35.104Z | Downloaded prettyplease v0.2.20 |
827 | 2024-08-16T03:36:35.125Z | Downloaded unicode-normalization v0.1.23 |
828 | 2024-08-16T03:36:35.137Z | Downloaded portable-atomic v1.6.0 |
829 | 2024-08-16T03:36:35.137Z | Downloaded ring v0.16.20 |
830 | 2024-08-16T03:36:35.199Z | Downloaded phf_shared v0.11.2 |
831 | 2024-08-16T03:36:35.202Z | Downloaded rustyline v14.0.0 |
832 | 2024-08-16T03:36:35.205Z | Downloaded winnow v0.5.40 |
833 | 2024-08-16T03:36:35.215Z | Downloaded serde_repr v0.1.19 |
834 | 2024-08-16T03:36:35.218Z | Downloaded parking_lot_core v0.8.6 |
835 | 2024-08-16T03:36:35.221Z | Downloaded half v2.4.1 |
836 | 2024-08-16T03:36:35.221Z | Downloaded postgres-types v0.2.7 |
837 | 2024-08-16T03:36:35.224Z | Downloaded pin-project v1.1.5 |
838 | 2024-08-16T03:36:35.234Z | Downloaded flume v0.11.0 |
839 | 2024-08-16T03:36:35.238Z | Downloaded oso v0.27.3 |
840 | 2024-08-16T03:36:35.241Z | Downloaded heapless v0.8.0 |
841 | 2024-08-16T03:36:35.246Z | Downloaded pin-utils v0.1.0 |
842 | 2024-08-16T03:36:35.250Z | Downloaded pem-rfc7468 v0.7.0 |
843 | 2024-08-16T03:36:35.250Z | Downloaded pem v3.0.4 |
844 | 2024-08-16T03:36:35.250Z | Downloaded serde_path_to_error v0.1.16 |
845 | 2024-08-16T03:36:35.256Z | Downloaded tokio-rustls v0.24.1 |
846 | 2024-08-16T03:36:35.256Z | Downloaded strum_macros v0.26.4 |
847 | 2024-08-16T03:36:35.269Z | Downloaded pin-project-lite v0.2.14 |
848 | 2024-08-16T03:36:35.269Z | Downloaded parking_lot v0.12.2 |
849 | 2024-08-16T03:36:35.269Z | Downloaded ron v0.8.1 |
850 | 2024-08-16T03:36:35.280Z | Downloaded hyper v0.14.30 |
851 | 2024-08-16T03:36:35.292Z | Downloaded blake3 v1.5.1 |
852 | 2024-08-16T03:36:35.292Z | Downloaded ref-cast-impl v1.0.23 |
853 | 2024-08-16T03:36:35.292Z | Downloaded signal-hook-tokio v0.3.1 |
854 | 2024-08-16T03:36:35.292Z | Downloaded tough v0.17.1 |
855 | 2024-08-16T03:36:35.308Z | Downloaded ff v0.13.0 |
856 | 2024-08-16T03:36:35.308Z | Downloaded signal-hook-mio v0.2.4 |
857 | 2024-08-16T03:36:35.309Z | Downloaded tokio-tungstenite v0.21.0 |
858 | 2024-08-16T03:36:35.309Z | Downloaded flagset v0.4.5 |
859 | 2024-08-16T03:36:35.309Z | Downloaded typed-path v0.7.1 |
860 | 2024-08-16T03:36:35.326Z | Downloaded tokio-tungstenite v0.20.1 |
861 | 2024-08-16T03:36:35.326Z | Downloaded term v0.7.0 |
862 | 2024-08-16T03:36:35.326Z | Downloaded encoding_rs v0.8.34 |
863 | 2024-08-16T03:36:35.337Z | Downloaded tempfile v3.10.1 |
864 | 2024-08-16T03:36:35.337Z | Downloaded diesel_derives v2.2.2 |
865 | 2024-08-16T03:36:35.358Z | Downloaded unsafe-libyaml v0.2.11 |
866 | 2024-08-16T03:36:35.358Z | Downloaded structmeta v0.3.0 |
867 | 2024-08-16T03:36:35.359Z | Downloaded parking_lot v0.11.2 |
868 | 2024-08-16T03:36:35.359Z | Downloaded tracing-core v0.1.32 |
869 | 2024-08-16T03:36:35.359Z | Downloaded http v1.1.0 |
870 | 2024-08-16T03:36:35.388Z | Downloaded zeroize_derive v1.4.2 |
871 | 2024-08-16T03:36:35.388Z | Downloaded owo-colors v4.0.0 |
872 | 2024-08-16T03:36:35.388Z | Downloaded password-hash v0.5.0 |
873 | 2024-08-16T03:36:35.388Z | Downloaded x509-cert v0.2.5 |
874 | 2024-08-16T03:36:35.388Z | Downloaded headers v0.3.9 |
875 | 2024-08-16T03:36:35.388Z | Downloaded futures-io v0.3.30 |
876 | 2024-08-16T03:36:35.389Z | Downloaded parse-display-derive v0.10.0 |
877 | 2024-08-16T03:36:35.405Z | Downloaded postcard v1.0.8 |
878 | 2024-08-16T03:36:35.405Z | Downloaded http v0.2.12 |
879 | 2024-08-16T03:36:35.405Z | Downloaded zerocopy v0.6.6 |
880 | 2024-08-16T03:36:35.406Z | Downloaded uuid v1.10.0 |
881 | 2024-08-16T03:36:35.406Z | Downloaded unicode-truncate v1.0.0 |
882 | 2024-08-16T03:36:35.406Z | Downloaded termios v0.3.3 |
883 | 2024-08-16T03:36:35.406Z | Downloaded termcolor v1.4.1 |
884 | 2024-08-16T03:36:35.406Z | Downloaded radium v0.7.0 |
885 | 2024-08-16T03:36:35.406Z | Downloaded sct v0.7.1 |
886 | 2024-08-16T03:36:35.406Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
887 | 2024-08-16T03:36:35.452Z | Downloaded rustls-pemfile v2.1.3 |
888 | 2024-08-16T03:36:35.455Z | Downloaded tinyvec v1.6.0 |
889 | 2024-08-16T03:36:35.455Z | Downloaded rayon-core v1.12.1 |
890 | 2024-08-16T03:36:35.459Z | Downloaded itertools v0.12.1 |
891 | 2024-08-16T03:36:35.467Z | Downloaded psl-types v2.0.11 |
892 | 2024-08-16T03:36:35.471Z | Downloaded futures-core v0.3.30 |
893 | 2024-08-16T03:36:35.471Z | Downloaded float-ord v0.3.2 |
894 | 2024-08-16T03:36:35.471Z | Downloaded itertools v0.10.5 |
895 | 2024-08-16T03:36:35.475Z | Downloaded pkcs8 v0.10.2 |
896 | 2024-08-16T03:36:35.479Z | Downloaded derive_builder_core v0.20.0 |
897 | 2024-08-16T03:36:35.483Z | Downloaded url v2.5.2 |
898 | 2024-08-16T03:36:35.503Z | Downloaded nom v7.1.3 |
899 | 2024-08-16T03:36:35.503Z | Downloaded string_cache v0.8.7 |
900 | 2024-08-16T03:36:35.503Z | Downloaded scrypt v0.11.0 |
901 | 2024-08-16T03:36:35.503Z | Downloaded time-macros v0.2.18 |
902 | 2024-08-16T03:36:35.503Z | Downloaded smallvec v0.6.14 |
903 | 2024-08-16T03:36:35.503Z | Downloaded samael v0.0.15 |
904 | 2024-08-16T03:36:35.503Z | Downloaded unicode_categories v0.1.1 |
905 | 2024-08-16T03:36:35.507Z | Downloaded tracing v0.1.40 |
906 | 2024-08-16T03:36:35.507Z | Downloaded libm v0.2.8 |
907 | 2024-08-16T03:36:35.514Z | Downloaded rusty-fork v0.3.0 |
908 | 2024-08-16T03:36:35.519Z | Downloaded rand_xorshift v0.3.0 |
909 | 2024-08-16T03:36:35.519Z | Downloaded stable_deref_trait v1.2.0 |
910 | 2024-08-16T03:36:35.520Z | Downloaded serde_with_macros v3.8.3 |
911 | 2024-08-16T03:36:35.524Z | Downloaded serde_derive_internals v0.29.1 |
912 | 2024-08-16T03:36:35.524Z | Downloaded rustc-demangle v0.1.24 |
913 | 2024-08-16T03:36:35.524Z | Downloaded der v0.7.9 |
914 | 2024-08-16T03:36:35.530Z | Downloaded mio v1.0.2 |
915 | 2024-08-16T03:36:35.535Z | Downloaded crypto-bigint v0.5.5 |
916 | 2024-08-16T03:36:35.543Z | Downloaded const_format v0.2.32 |
917 | 2024-08-16T03:36:35.547Z | Downloaded blake2 v0.10.6 |
918 | 2024-08-16T03:36:35.547Z | Downloaded base64 v0.22.1 |
919 | 2024-08-16T03:36:35.552Z | Downloaded backtrace v0.3.71 |
920 | 2024-08-16T03:36:35.556Z | Downloaded highway v1.2.0 |
921 | 2024-08-16T03:36:35.559Z | Downloaded getrandom v0.2.14 |
922 | 2024-08-16T03:36:35.565Z | Downloaded libxml v0.3.3 |
923 | 2024-08-16T03:36:35.570Z | Downloaded downcast v0.11.0 |
924 | 2024-08-16T03:36:35.570Z | Downloaded percent-encoding v2.3.1 |
925 | 2024-08-16T03:36:35.570Z | Downloaded heck v0.3.3 |
926 | 2024-08-16T03:36:35.570Z | Downloaded difflib v0.4.0 |
927 | 2024-08-16T03:36:35.576Z | Downloaded zone v0.1.8 |
928 | 2024-08-16T03:36:35.576Z | Downloaded tokio-native-tls v0.3.1 |
929 | 2024-08-16T03:36:35.576Z | Downloaded derive-where v1.2.7 |
930 | 2024-08-16T03:36:35.580Z | Downloaded filetime v0.2.24 |
931 | 2024-08-16T03:36:35.580Z | Downloaded try-lock v0.2.5 |
932 | 2024-08-16T03:36:35.580Z | Downloaded futures-channel v0.3.30 |
933 | 2024-08-16T03:36:35.589Z | Downloaded hmac v0.12.1 |
934 | 2024-08-16T03:36:35.589Z | Downloaded snafu v0.8.2 |
935 | 2024-08-16T03:36:35.595Z | Downloaded slog-stdlog v4.1.1 |
936 | 2024-08-16T03:36:35.595Z | Downloaded cookie v0.17.0 |
937 | 2024-08-16T03:36:35.595Z | Downloaded console v0.15.8 |
938 | 2024-08-16T03:36:35.595Z | Downloaded slog-scope v4.4.0 |
939 | 2024-08-16T03:36:35.599Z | Downloaded slog-json v2.6.1 |
940 | 2024-08-16T03:36:35.599Z | Downloaded slog-envlogger v2.2.0 |
941 | 2024-08-16T03:36:35.607Z | Downloaded signature v2.2.0 |
942 | 2024-08-16T03:36:35.607Z | Downloaded resolv-conf v0.7.0 |
943 | 2024-08-16T03:36:35.607Z | Downloaded allocator-api2 v0.2.18 |
944 | 2024-08-16T03:36:35.631Z | Downloaded aes v0.8.4 |
945 | 2024-08-16T03:36:35.631Z | Downloaded rand_core v0.6.4 |
946 | 2024-08-16T03:36:35.631Z | Downloaded pbkdf2 v0.12.2 |
947 | 2024-08-16T03:36:35.631Z | Downloaded foreign-types-macros v0.2.3 |
948 | 2024-08-16T03:36:35.640Z | Downloaded native-tls v0.2.11 |
949 | 2024-08-16T03:36:35.640Z | Downloaded crc32fast v1.4.0 |
950 | 2024-08-16T03:36:35.640Z | Downloaded cookie_store v0.20.0 |
951 | 2024-08-16T03:36:35.640Z | Downloaded cancel-safe-futures v0.1.5 |
952 | 2024-08-16T03:36:35.641Z | Downloaded form_urlencoded v1.2.1 |
953 | 2024-08-16T03:36:35.641Z | Downloaded home v0.5.9 |
954 | 2024-08-16T03:36:35.641Z | Downloaded funty v2.0.0 |
955 | 2024-08-16T03:36:35.641Z | Downloaded dsl_auto_type v0.1.2 |
956 | 2024-08-16T03:36:35.641Z | Downloaded darling_core v0.20.9 |
957 | 2024-08-16T03:36:35.641Z | Downloaded addr2line v0.21.0 |
958 | 2024-08-16T03:36:35.641Z | Downloaded der_derive v0.7.2 |
959 | 2024-08-16T03:36:35.641Z | Downloaded wyz v0.5.1 |
960 | 2024-08-16T03:36:35.641Z | Downloaded subtle v2.5.0 |
961 | 2024-08-16T03:36:35.642Z | Downloaded smf v0.2.3 |
962 | 2024-08-16T03:36:35.642Z | Downloaded smawk v0.3.2 |
963 | 2024-08-16T03:36:35.642Z | Downloaded num_enum_derive v0.5.11 |
964 | 2024-08-16T03:36:35.649Z | Downloaded num-rational v0.4.2 |
965 | 2024-08-16T03:36:35.649Z | Downloaded num-complex v0.4.6 |
966 | 2024-08-16T03:36:35.649Z | Downloaded mime_guess v2.0.4 |
967 | 2024-08-16T03:36:35.649Z | Downloaded memmap2 v0.9.4 |
968 | 2024-08-16T03:36:35.653Z | Downloaded topological-sort v0.2.2 |
969 | 2024-08-16T03:36:35.653Z | Downloaded tabwriter v1.4.0 |
970 | 2024-08-16T03:36:35.653Z | Downloaded slog-bunyan v2.5.0 |
971 | 2024-08-16T03:36:35.653Z | Downloaded semver v0.1.20 |
972 | 2024-08-16T03:36:35.653Z | Downloaded schemars_derive v0.8.21 |
973 | 2024-08-16T03:36:35.653Z | Downloaded darling v0.20.9 |
974 | 2024-08-16T03:36:35.661Z | Downloaded ahash v0.8.11 |
975 | 2024-08-16T03:36:35.669Z | Downloaded crossbeam-deque v0.8.5 |
976 | 2024-08-16T03:36:35.669Z | Downloaded iana-time-zone v0.1.60 |
977 | 2024-08-16T03:36:35.670Z | Downloaded bitfield v0.14.0 |
978 | 2024-08-16T03:36:35.670Z | Downloaded num v0.4.3 |
979 | 2024-08-16T03:36:35.670Z | Downloaded mockall v0.13.0 |
980 | 2024-08-16T03:36:35.670Z | Downloaded maplit v1.0.2 |
981 | 2024-08-16T03:36:35.674Z | Downloaded lru v0.12.3 |
982 | 2024-08-16T03:36:35.674Z | Downloaded linear-map v1.2.0 |
983 | 2024-08-16T03:36:35.674Z | Downloaded cexpr v0.6.0 |
984 | 2024-08-16T03:36:35.674Z | Downloaded bitflags v1.3.2 |
985 | 2024-08-16T03:36:35.678Z | Downloaded bit-set v0.5.3 |
986 | 2024-08-16T03:36:35.678Z | Downloaded bb8 v0.8.5 |
987 | 2024-08-16T03:36:35.679Z | Downloaded foreign-types v0.5.0 |
988 | 2024-08-16T03:36:35.679Z | Downloaded tokio-macros v2.4.0 |
989 | 2024-08-16T03:36:35.683Z | Downloaded tls_codec_derive v0.4.1 |
990 | 2024-08-16T03:36:35.683Z | Downloaded structmeta-derive v0.2.0 |
991 | 2024-08-16T03:36:35.684Z | Downloaded base64 v0.21.7 |
992 | 2024-08-16T03:36:35.692Z | Downloaded maybe-uninit v2.0.0 |
993 | 2024-08-16T03:36:35.692Z | Downloaded nodrop v0.1.14 |
994 | 2024-08-16T03:36:35.692Z | Downloaded arrayvec v0.7.4 |
995 | 2024-08-16T03:36:35.698Z | Downloaded normalize-line-endings v0.3.0 |
996 | 2024-08-16T03:36:35.698Z | Downloaded newline-converter v0.3.0 |
997 | 2024-08-16T03:36:35.698Z | Downloaded chacha20poly1305 v0.10.1 |
998 | 2024-08-16T03:36:35.699Z | Downloaded atty v0.2.14 |
999 | 2024-08-16T03:36:35.699Z | Downloaded lru-cache v0.1.2 |
1000 | 2024-08-16T03:36:35.699Z | Downloaded ipnetwork v0.20.0 |
1001 | 2024-08-16T03:36:35.699Z | Downloaded async-recursion v1.1.1 |
1002 | 2024-08-16T03:36:35.707Z | Downloaded ascii-canvas v3.0.0 |
1003 | 2024-08-16T03:36:35.707Z | Downloaded aead v0.5.2 |
1004 | 2024-08-16T03:36:35.708Z | Downloaded bzip2 v0.4.4 |
1005 | 2024-08-16T03:36:35.708Z | Downloaded const-oid v0.9.6 |
1006 | 2024-08-16T03:36:35.727Z | Downloaded clang-sys v1.7.0 |
1007 | 2024-08-16T03:36:35.727Z | Downloaded num-integer v0.1.46 |
1008 | 2024-08-16T03:36:35.727Z | Downloaded multimap v0.10.0 |
1009 | 2024-08-16T03:36:35.727Z | Downloaded libsw v3.3.1 |
1010 | 2024-08-16T03:36:35.727Z | Downloaded libefi-sys v0.1.0 |
1011 | 2024-08-16T03:36:35.738Z | Downloaded bcs v0.1.6 |
1012 | 2024-08-16T03:36:35.739Z | Downloaded mime v0.3.17 |
1013 | 2024-08-16T03:36:35.739Z | Downloaded memoffset v0.9.1 |
1014 | 2024-08-16T03:36:35.739Z | Downloaded md-5 v0.10.6 |
1015 | 2024-08-16T03:36:35.739Z | Downloaded managed v0.8.0 |
1016 | 2024-08-16T03:36:35.739Z | Downloaded lazycell v1.3.0 |
1017 | 2024-08-16T03:36:35.739Z | Downloaded debug-ignore v1.0.5 |
1018 | 2024-08-16T03:36:35.739Z | Downloaded cobs v0.2.3 |
1019 | 2024-08-16T03:36:35.739Z | Downloaded backoff v0.4.0 |
1020 | 2024-08-16T03:36:35.739Z | Downloaded impl-trait-for-tuples v0.2.2 |
1021 | 2024-08-16T03:36:35.740Z | Downloaded hubpack v0.1.2 |
1022 | 2024-08-16T03:36:35.740Z | Downloaded base64ct v1.6.0 |
1023 | 2024-08-16T03:36:35.740Z | Downloaded arrayref v0.3.7 |
1024 | 2024-08-16T03:36:35.740Z | Downloaded crc v3.2.1 |
1025 | 2024-08-16T03:36:35.740Z | Downloaded camino-tempfile v1.1.1 |
1026 | 2024-08-16T03:36:35.740Z | Downloaded assert_matches v1.5.0 |
1027 | 2024-08-16T03:36:35.740Z | Downloaded lalrpop-util v0.19.12 |
1028 | 2024-08-16T03:36:35.740Z | Downloaded kstat-rs v0.2.4 |
1029 | 2024-08-16T03:36:35.743Z | Downloaded hubpack_derive v0.1.1 |
1030 | 2024-08-16T03:36:35.754Z | Downloaded cassowary v0.3.0 |
1031 | 2024-08-16T03:36:35.754Z | Downloaded base16ct v0.2.0 |
1032 | 2024-08-16T03:36:35.754Z | Downloaded ascii v1.1.0 |
1033 | 2024-08-16T03:36:35.779Z | Downloaded argon2 v0.5.3 |
1034 | 2024-08-16T03:36:35.779Z | Downloaded bit-vec v0.6.3 |
1035 | 2024-08-16T03:36:35.779Z | Downloaded async-stream v0.3.5 |
1036 | 2024-08-16T03:36:35.779Z | Downloaded defmt v0.3.8 |
1037 | 2024-08-16T03:36:35.806Z | Downloaded libz-sys v1.1.16 |
1038 | 2024-08-16T03:36:35.880Z | Downloaded ring v0.17.8 |
1039 | 2024-08-16T03:36:35.970Z | Downloaded libsqlite3-sys v0.28.0 |
1040 | 2024-08-16T03:36:36.132Z | Compiling cfg-if v1.0.0 |
1041 | 2024-08-16T03:36:36.133Z | Compiling serde v1.0.207 |
1042 | 2024-08-16T03:36:36.138Z | Compiling lock_api v0.4.12 |
1043 | 2024-08-16T03:36:36.138Z | Compiling typenum v1.17.0 |
1044 | 2024-08-16T03:36:36.138Z | Compiling scopeguard v1.2.0 |
1045 | 2024-08-16T03:36:36.138Z | Compiling generic-array v0.14.7 |
1046 | 2024-08-16T03:36:36.288Z | Compiling syn v2.0.74 |
1047 | 2024-08-16T03:36:36.329Z | Compiling log v0.4.21 |
1048 | 2024-08-16T03:36:36.361Z | Compiling getrandom v0.2.14 |
1049 | 2024-08-16T03:36:36.432Z | Compiling jobserver v0.1.32 |
1050 | 2024-08-16T03:36:36.687Z | Compiling rand_core v0.6.4 |
1051 | 2024-08-16T03:36:36.814Z | Compiling cc v1.0.97 |
1052 | 2024-08-16T03:36:36.834Z | Compiling subtle v2.5.0 |
1053 | 2024-08-16T03:36:36.834Z | Compiling const-oid v0.9.6 |
1054 | 2024-08-16T03:36:37.089Z | Compiling smallvec v1.13.2 |
1055 | 2024-08-16T03:36:37.145Z | Compiling pin-project-lite v0.2.14 |
1056 | 2024-08-16T03:36:37.177Z | Compiling parking_lot_core v0.9.10 |
1057 | 2024-08-16T03:36:37.257Z | Compiling spin v0.9.8 |
1058 | 2024-08-16T03:36:37.365Z | Compiling signal-hook-registry v1.4.2 |
1059 | 2024-08-16T03:36:37.480Z | Compiling mio v1.0.2 |
1060 | 2024-08-16T03:36:37.630Z | Compiling ahash v0.8.11 |
1061 | 2024-08-16T03:36:37.970Z | Compiling tinyvec_macros v0.1.1 |
1062 | 2024-08-16T03:36:38.073Z | Compiling parking_lot v0.12.2 |
1063 | 2024-08-16T03:36:38.175Z | Compiling tinyvec v1.6.0 |
1064 | 2024-08-16T03:36:38.511Z | Compiling socket2 v0.5.7 |
1065 | 2024-08-16T03:36:38.725Z | Compiling libm v0.2.8 |
1066 | 2024-08-16T03:36:38.940Z | Compiling cpufeatures v0.2.12 |
1067 | 2024-08-16T03:36:39.049Z | Compiling futures-core v0.3.30 |
1068 | 2024-08-16T03:36:39.067Z | Compiling serde_json v1.0.125 |
1069 | 2024-08-16T03:36:39.142Z | Compiling slab v0.4.9 |
1070 | 2024-08-16T03:36:39.193Z | Compiling num-traits v0.2.19 |
1071 | 2024-08-16T03:36:39.291Z | Compiling futures-sink v0.3.30 |
1072 | 2024-08-16T03:36:39.435Z | Compiling unicode-bidi v0.3.15 |
1073 | 2024-08-16T03:36:39.452Z | Compiling allocator-api2 v0.2.18 |
1074 | 2024-08-16T03:36:39.797Z | Compiling unicode-normalization v0.1.23 |
1075 | 2024-08-16T03:36:39.853Z | Compiling futures-channel v0.3.30 |
1076 | 2024-08-16T03:36:39.988Z | Compiling futures-io v0.3.30 |
1077 | 2024-08-16T03:36:40.306Z | Compiling vcpkg v0.2.15 |
1078 | 2024-08-16T03:36:40.309Z | Compiling pin-utils v0.1.0 |
1079 | 2024-08-16T03:36:40.369Z | Compiling futures-task v0.3.30 |
1080 | 2024-08-16T03:36:40.415Z | Compiling pkg-config v0.3.30 |
1081 | 2024-08-16T03:36:40.932Z | Compiling base64ct v1.6.0 |
1082 | 2024-08-16T03:36:41.042Z | Compiling ppv-lite86 v0.2.17 |
1083 | 2024-08-16T03:36:41.045Z | Compiling percent-encoding v2.3.1 |
1084 | 2024-08-16T03:36:41.296Z | Compiling ring v0.17.8 |
1085 | 2024-08-16T03:36:41.435Z | Compiling pem-rfc7468 v0.7.0 |
1086 | 2024-08-16T03:36:41.674Z | Compiling flagset v0.4.5 |
1087 | 2024-08-16T03:36:41.829Z | Compiling rand_chacha v0.3.1 |
1088 | 2024-08-16T03:36:41.874Z | Compiling tracing-core v0.1.32 |
1089 | 2024-08-16T03:36:42.030Z | Compiling untrusted v0.9.0 |
1090 | 2024-08-16T03:36:42.203Z | Compiling rustix v0.38.34 |
1091 | 2024-08-16T03:36:42.256Z | Compiling rand v0.8.5 |
1092 | 2024-08-16T03:36:42.514Z | Compiling openssl-sys v0.9.103 |
1093 | 2024-08-16T03:36:42.801Z | Compiling num-conv v0.1.0 |
1094 | 2024-08-16T03:36:43.043Z | Compiling powerfmt v0.2.0 |
1095 | 2024-08-16T03:36:43.071Z | Compiling time-core v0.1.2 |
1096 | 2024-08-16T03:36:43.222Z | Compiling httparse v1.8.0 |
1097 | 2024-08-16T03:36:43.239Z | Compiling rustversion v1.0.17 |
1098 | 2024-08-16T03:36:43.442Z | Compiling openssl v0.10.66 |
1099 | 2024-08-16T03:36:43.650Z | Compiling foreign-types-shared v0.1.1 |
1100 | 2024-08-16T03:36:43.744Z | Compiling foreign-types v0.3.2 |
1101 | 2024-08-16T03:36:43.841Z | Compiling deranged v0.3.11 |
1102 | 2024-08-16T03:36:43.857Z | Compiling time-macros v0.2.18 |
1103 | 2024-08-16T03:36:43.946Z | Compiling form_urlencoded v1.2.1 |
1104 | 2024-08-16T03:36:44.012Z | Compiling lazy_static v1.5.0 |
1105 | 2024-08-16T03:36:44.046Z | Compiling native-tls v0.2.11 |
1106 | 2024-08-16T03:36:44.115Z | Compiling crossbeam-utils v0.8.19 |
1107 | 2024-08-16T03:36:44.221Z | Compiling syn v1.0.109 |
1108 | 2024-08-16T03:36:44.347Z | Compiling siphasher v0.3.11 |
1109 | 2024-08-16T03:36:44.719Z | Compiling num_threads v0.1.7 |
1110 | 2024-08-16T03:36:44.742Z | Compiling rustls v0.21.12 |
1111 | 2024-08-16T03:36:44.815Z | Compiling try-lock v0.2.5 |
1112 | 2024-08-16T03:36:44.948Z | Compiling want v0.3.1 |
1113 | 2024-08-16T03:36:45.213Z | Compiling idna v0.5.0 |
1114 | 2024-08-16T03:36:45.540Z | Compiling aho-corasick v1.1.3 |
1115 | 2024-08-16T03:36:45.609Z | Compiling cookie v0.17.0 |
1116 | 2024-08-16T03:36:45.860Z | Compiling tower-service v0.3.2 |
1117 | 2024-08-16T03:36:45.890Z | Compiling httpdate v1.0.3 |
1118 | 2024-08-16T03:36:45.969Z | Compiling finl_unicode v1.2.0 |
1119 | 2024-08-16T03:36:46.313Z | Compiling regex-syntax v0.8.4 |
1120 | 2024-08-16T03:36:46.315Z | Compiling slog v2.7.0 |
1121 | 2024-08-16T03:36:46.507Z | Compiling adler v1.0.2 |
1122 | 2024-08-16T03:36:46.651Z | Compiling openssl-probe v0.1.5 |
1123 | 2024-08-16T03:36:46.713Z | Compiling iana-time-zone v0.1.60 |
1124 | 2024-08-16T03:36:46.806Z | Compiling time v0.3.36 |
1125 | 2024-08-16T03:36:46.896Z | Compiling miniz_oxide v0.7.2 |
1126 | 2024-08-16T03:36:46.978Z | Compiling stringprep v0.1.4 |
1127 | 2024-08-16T03:36:47.149Z | Compiling url v2.5.2 |
1128 | 2024-08-16T03:36:48.994Z | Compiling num-integer v0.1.46 |
1129 | 2024-08-16T03:36:49.478Z | Compiling backtrace v0.3.71 |
1130 | 2024-08-16T03:36:49.696Z | Compiling regex-automata v0.4.6 |
1131 | 2024-08-16T03:36:49.954Z | Compiling idna v0.3.0 |
1132 | 2024-08-16T03:36:50.553Z | Compiling serde_derive v1.0.207 |
1133 | 2024-08-16T03:36:50.743Z | Compiling zeroize_derive v1.4.2 |
1134 | 2024-08-16T03:36:51.479Z | Compiling zerocopy-derive v0.7.34 |
1135 | 2024-08-16T03:36:51.844Z | Compiling tokio-macros v2.4.0 |
1136 | 2024-08-16T03:36:52.119Z | Compiling thiserror-impl v1.0.63 |
1137 | 2024-08-16T03:36:52.207Z | Compiling zeroize v1.7.0 |
1138 | 2024-08-16T03:36:52.662Z | Compiling futures-macro v0.3.30 |
1139 | 2024-08-16T03:36:53.509Z | Compiling der_derive v0.7.2 |
1140 | 2024-08-16T03:36:53.734Z | Compiling zerocopy v0.7.34 |
1141 | 2024-08-16T03:36:54.060Z | Compiling crypto-common v0.1.6 |
1142 | 2024-08-16T03:36:54.277Z | Compiling block-buffer v0.10.4 |
1143 | 2024-08-16T03:36:54.524Z | Compiling digest v0.10.7 |
1144 | 2024-08-16T03:36:54.695Z | Compiling block-padding v0.3.3 |
1145 | 2024-08-16T03:36:54.941Z | Compiling inout v0.1.3 |
1146 | 2024-08-16T03:36:55.015Z | Compiling hmac v0.12.1 |
1147 | 2024-08-16T03:36:55.258Z | Compiling cipher v0.4.4 |
1148 | 2024-08-16T03:36:55.308Z | Compiling sha2 v0.10.8 |
1149 | 2024-08-16T03:36:55.498Z | Compiling thiserror v1.0.63 |
1150 | 2024-08-16T03:36:55.622Z | Compiling futures-util v0.3.30 |
1151 | 2024-08-16T03:36:55.773Z | Compiling hashbrown v0.14.5 |
1152 | 2024-08-16T03:36:55.827Z | Compiling pest v2.7.10 |
1153 | 2024-08-16T03:36:55.998Z | Compiling der v0.7.9 |
1154 | 2024-08-16T03:36:57.114Z | Compiling salsa20 v0.10.2 |
1155 | 2024-08-16T03:36:57.334Z | Compiling pbkdf2 v0.12.2 |
1156 | 2024-08-16T03:36:57.504Z | Compiling scroll_derive v0.12.0 |
1157 | 2024-08-16T03:36:58.844Z | Compiling pest_meta v2.7.10 |
1158 | 2024-08-16T03:36:58.893Z | Compiling tracing-attributes v0.1.27 |
1159 | 2024-08-16T03:36:59.051Z | Compiling scroll v0.12.0 |
1160 | 2024-08-16T03:36:59.412Z | Compiling spki v0.7.3 |
1161 | 2024-08-16T03:36:59.582Z | Compiling scrypt v0.11.0 |
1162 | 2024-08-16T03:36:59.772Z | Compiling cbc v0.1.2 |
1163 | 2024-08-16T03:37:00.009Z | Compiling aes v0.8.4 |
1164 | 2024-08-16T03:37:00.140Z | Compiling pest_generator v2.7.10 |
1165 | 2024-08-16T03:37:02.155Z | Compiling pkcs5 v0.7.1 |
1166 | 2024-08-16T03:37:02.331Z | Compiling goblin v0.8.2 |
1167 | 2024-08-16T03:37:02.473Z | Compiling openssl-macros v0.1.1 |
1168 | 2024-08-16T03:37:02.727Z | Compiling tracing v0.1.40 |
1169 | 2024-08-16T03:37:02.829Z | Compiling pkcs8 v0.10.2 |
1170 | 2024-08-16T03:37:03.250Z | Compiling md-5 v0.10.6 |
1171 | 2024-08-16T03:37:03.253Z | Compiling hash32 v0.2.1 |
1172 | 2024-08-16T03:37:03.392Z | Compiling psl-types v2.0.11 |
1173 | 2024-08-16T03:37:03.531Z | Compiling crc32fast v1.4.0 |
1174 | 2024-08-16T03:37:03.575Z | Compiling gimli v0.28.1 |
1175 | 2024-08-16T03:37:03.591Z | Compiling stable_deref_trait v1.2.0 |
1176 | 2024-08-16T03:37:03.665Z | Compiling base64 v0.22.1 |
1177 | 2024-08-16T03:37:03.687Z | Compiling num-bigint-dig v0.8.4 |
1178 | 2024-08-16T03:37:03.860Z | Compiling pest_derive v2.7.10 |
1179 | 2024-08-16T03:37:03.994Z | Compiling sct v0.7.1 |
1180 | 2024-08-16T03:37:04.047Z | Compiling rustls-webpki v0.101.7 |
1181 | 2024-08-16T03:37:04.286Z | Compiling fallible-iterator v0.2.0 |
1182 | 2024-08-16T03:37:04.439Z | Compiling smoltcp v0.9.1 |
1183 | 2024-08-16T03:37:04.646Z | Compiling dtrace-parser v0.2.0 |
1184 | 2024-08-16T03:37:05.019Z | Compiling bytes v1.7.1 |
1185 | 2024-08-16T03:37:05.111Z | Compiling bitflags v2.6.0 |
1186 | 2024-08-16T03:37:05.531Z | Compiling indexmap v2.4.0 |
1187 | 2024-08-16T03:37:05.570Z | Compiling semver v1.0.23 |
1188 | 2024-08-16T03:37:05.974Z | Compiling tokio v1.39.2 |
1189 | 2024-08-16T03:37:06.339Z | Compiling http v0.2.12 |
1190 | 2024-08-16T03:37:06.355Z | Compiling rustc_version v0.4.0 |
1191 | 2024-08-16T03:37:07.105Z | Compiling heapless v0.7.17 |
1192 | 2024-08-16T03:37:07.559Z | Compiling uuid v1.10.0 |
1193 | 2024-08-16T03:37:08.230Z | Compiling dof v0.3.0 |
1194 | 2024-08-16T03:37:08.551Z | Compiling http-body v0.4.6 |
1195 | 2024-08-16T03:37:08.999Z | Compiling usdt-impl v0.5.0 |
1196 | 2024-08-16T03:37:09.034Z | Compiling toml_datetime v0.6.8 |
1197 | 2024-08-16T03:37:09.551Z | Compiling serde_spanned v0.6.7 |
1198 | 2024-08-16T03:37:09.785Z | Compiling chrono v0.4.38 |
1199 | 2024-08-16T03:37:09.835Z | Compiling serde_tokenstream v0.2.2 |
1200 | 2024-08-16T03:37:10.468Z | Compiling signal-hook v0.3.17 |
1201 | 2024-08-16T03:37:10.486Z | Compiling cfg_aliases v0.1.1 |
1202 | 2024-08-16T03:37:10.577Z | Compiling nix v0.28.0 |
1203 | 2024-08-16T03:37:10.621Z | Compiling terminal_size v0.3.0 |
1204 | 2024-08-16T03:37:10.816Z | Compiling addr2line v0.21.0 |
1205 | 2024-08-16T03:37:11.422Z | Compiling postgres-protocol v0.6.7 |
1206 | 2024-08-16T03:37:11.598Z | Compiling publicsuffix v2.2.3 |
1207 | 2024-08-16T03:37:11.839Z | Compiling hubpack_derive v0.1.1 |
1208 | 2024-08-16T03:37:11.946Z | Compiling zerocopy-derive v0.6.6 |
1209 | 2024-08-16T03:37:12.701Z | Compiling async-trait v0.1.81 |
1210 | 2024-08-16T03:37:12.769Z | Compiling num-iter v0.1.45 |
1211 | 2024-08-16T03:37:13.573Z | Compiling phf_shared v0.11.2 |
1212 | 2024-08-16T03:37:13.914Z | Compiling serde_derive_internals v0.29.1 |
1213 | 2024-08-16T03:37:13.959Z | Compiling tokio-util v0.7.11 |
1214 | 2024-08-16T03:37:14.119Z | Compiling tokio-native-tls v0.3.1 |
1215 | 2024-08-16T03:37:14.268Z | Compiling tokio-rustls v0.24.1 |
1216 | 2024-08-16T03:37:14.393Z | Compiling ff v0.13.0 |
1217 | 2024-08-16T03:37:14.617Z | Compiling object v0.32.2 |
1218 | 2024-08-16T03:37:14.676Z | Compiling fs-err v2.11.0 |
1219 | 2024-08-16T03:37:14.973Z | Compiling h2 v0.3.26 |
1220 | 2024-08-16T03:37:15.305Z | Compiling base64 v0.21.7 |
1221 | 2024-08-16T03:37:15.527Z | Compiling winnow v0.5.40 |
1222 | 2024-08-16T03:37:15.583Z | Compiling either v1.13.0 |
1223 | 2024-08-16T03:37:16.000Z | Compiling ipnet v2.9.0 |
1224 | 2024-08-16T03:37:16.033Z | Compiling base16ct v0.2.0 |
1225 | 2024-08-16T03:37:16.371Z | Compiling bitflags v1.3.2 |
1226 | 2024-08-16T03:37:16.480Z | Compiling schemars v0.8.21 |
1227 | 2024-08-16T03:37:16.590Z | Compiling managed v0.8.0 |
1228 | 2024-08-16T03:37:16.839Z | Compiling rustc-demangle v0.1.24 |
1229 | 2024-08-16T03:37:17.043Z | Compiling anyhow v1.0.86 |
1230 | 2024-08-16T03:37:17.211Z | Compiling regex-automata v0.1.10 |
1231 | 2024-08-16T03:37:17.698Z | Compiling bstr v0.2.17 |
1232 | 2024-08-16T03:37:17.855Z | Compiling schemars_derive v0.8.21 |
1233 | 2024-08-16T03:37:17.878Z | Compiling sec1 v0.7.3 |
1234 | 2024-08-16T03:37:18.458Z | Compiling rustls-pemfile v1.0.4 |
1235 | 2024-08-16T03:37:18.901Z | Compiling clap_builder v4.5.15 |
1236 | 2024-08-16T03:37:19.216Z | Compiling toml_edit v0.19.15 |
1237 | 2024-08-16T03:37:19.578Z | Compiling group v0.13.0 |
1238 | 2024-08-16T03:37:19.894Z | Compiling zerocopy v0.6.6 |
1239 | 2024-08-16T03:37:19.913Z | Compiling phf v0.11.2 |
1240 | 2024-08-16T03:37:20.193Z | Compiling cookie_store v0.20.0 |
1241 | 2024-08-16T03:37:21.067Z | Compiling hubpack v0.1.2 |
1242 | 2024-08-16T03:37:21.503Z | Compiling usdt-attr-macro v0.5.0 |
1243 | 2024-08-16T03:37:21.722Z | Compiling hyper v0.14.30 |
1244 | 2024-08-16T03:37:21.856Z | Compiling usdt-macro v0.5.0 |
1245 | 2024-08-16T03:37:23.116Z | Compiling postgres-types v0.2.7 |
1246 | 2024-08-16T03:37:24.693Z | Compiling serde_urlencoded v0.7.1 |
1247 | 2024-08-16T03:37:24.734Z | Compiling pkcs1 v0.7.5 |
1248 | 2024-08-16T03:37:24.753Z | Compiling futures-executor v0.3.30 |
1249 | 2024-08-16T03:37:25.205Z | Compiling hkdf v0.12.4 |
1250 | 2024-08-16T03:37:25.317Z | Compiling signature v2.2.0 |
1251 | 2024-08-16T03:37:25.418Z | Compiling regex v1.10.6 |
1252 | 2024-08-16T03:37:25.456Z | Compiling crypto-bigint v0.5.5 |
1253 | 2024-08-16T03:37:25.618Z | Compiling serde_repr v0.1.19 |
1254 | 2024-08-16T03:37:25.740Z | Compiling clap_derive v4.5.13 |
1255 | 2024-08-16T03:37:26.518Z | Compiling enum-as-inner v0.6.0 |
1256 | 2024-08-16T03:37:26.837Z | Compiling strum_macros v0.25.3 |
1257 | 2024-08-16T03:37:27.097Z | Compiling phf_shared v0.10.0 |
1258 | 2024-08-16T03:37:27.519Z | Compiling float-cmp v0.9.0 |
1259 | 2024-08-16T03:37:27.643Z | Compiling idna v0.4.0 |
1260 | 2024-08-16T03:37:27.749Z | Compiling mio v0.8.11 |
1261 | 2024-08-16T03:37:28.302Z | Compiling encoding_rs v0.8.34 |
1262 | 2024-08-16T03:37:29.069Z | Compiling hyper-rustls v0.24.2 |
1263 | 2024-08-16T03:37:29.248Z | Compiling hyper-tls v0.5.0 |
1264 | 2024-08-16T03:37:29.424Z | Compiling new_debug_unreachable v1.0.6 |
1265 | 2024-08-16T03:37:29.522Z | Compiling fixedbitset v0.4.2 |
1266 | 2024-08-16T03:37:29.615Z | Compiling sync_wrapper v0.1.2 |
1267 | 2024-08-16T03:37:29.747Z | Compiling unicode-segmentation v1.11.0 |
1268 | 2024-08-16T03:37:30.011Z | Compiling normalize-line-endings v0.3.0 |
1269 | 2024-08-16T03:37:30.139Z | Compiling data-encoding v2.6.0 |
1270 | 2024-08-16T03:37:30.590Z | Compiling webpki-roots v0.25.4 |
1271 | 2024-08-16T03:37:30.735Z | Compiling whoami v1.5.1 |
1272 | 2024-08-16T03:37:30.758Z | Compiling dyn-clone v1.0.17 |
1273 | 2024-08-16T03:37:30.951Z | Compiling bit-vec v0.6.3 |
1274 | 2024-08-16T03:37:30.974Z | Compiling mime v0.3.17 |
1275 | 2024-08-16T03:37:31.380Z | Compiling static_assertions v1.1.0 |
1276 | 2024-08-16T03:37:31.396Z | Compiling minimal-lexical v0.2.1 |
1277 | 2024-08-16T03:37:31.414Z | Compiling difflib v0.4.0 |
1278 | 2024-08-16T03:37:31.471Z | Compiling predicates-core v1.0.6 |
1279 | 2024-08-16T03:37:31.476Z | Compiling precomputed-hash v0.1.1 |
1280 | 2024-08-16T03:37:31.569Z | Compiling toml_edit v0.22.20 |
1281 | 2024-08-16T03:37:31.599Z | Compiling string_cache v0.8.7 |
1282 | 2024-08-16T03:37:31.817Z | Compiling predicates v3.1.2 |
1283 | 2024-08-16T03:37:31.891Z | Compiling nom v7.1.3 |
1284 | 2024-08-16T03:37:32.073Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1285 | 2024-08-16T03:37:32.475Z | Compiling console v0.15.8 |
1286 | 2024-08-16T03:37:32.731Z | Compiling reqwest v0.11.27 |
1287 | 2024-08-16T03:37:33.030Z | Compiling bit-set v0.5.3 |
1288 | 2024-08-16T03:37:33.343Z | Compiling tokio-postgres v0.7.11 |
1289 | 2024-08-16T03:37:34.042Z | Compiling hickory-proto v0.24.1 |
1290 | 2024-08-16T03:37:35.389Z | Compiling clap v4.5.15 |
1291 | 2024-08-16T03:37:35.510Z | Compiling similar v2.5.0 |
1292 | 2024-08-16T03:37:35.645Z | Compiling petgraph v0.6.5 |
1293 | 2024-08-16T03:37:37.353Z | Compiling usdt v0.5.0 |
1294 | 2024-08-16T03:37:37.846Z | Compiling signal-hook-mio v0.2.4 |
1295 | 2024-08-16T03:37:38.028Z | Compiling elliptic-curve v0.13.8 |
1296 | 2024-08-16T03:37:38.046Z | Compiling rsa v0.9.6 |
1297 | 2024-08-16T03:37:38.437Z | Compiling futures v0.3.30 |
1298 | 2024-08-16T03:37:38.898Z | Compiling flate2 v1.0.31 |
1299 | 2024-08-16T03:37:39.020Z | Compiling toml v0.7.8 |
1300 | 2024-08-16T03:37:39.948Z | Compiling itertools v0.12.1 |
1301 | 2024-08-16T03:37:40.526Z | Compiling itertools v0.10.5 |
1302 | 2024-08-16T03:37:40.727Z | Compiling tokio-stream v0.1.15 |
1303 | 2024-08-16T03:37:40.748Z | Compiling openapiv3 v2.0.0 |
1304 | 2024-08-16T03:37:41.688Z | Compiling hex v0.4.3 |
1305 | 2024-08-16T03:37:42.304Z | Compiling sha1 v0.10.6 |
1306 | 2024-08-16T03:37:42.699Z | Compiling bstr v1.9.1 |
1307 | 2024-08-16T03:37:42.740Z | Compiling crossbeam-epoch v0.9.18 |
1308 | 2024-08-16T03:37:43.112Z | Compiling dirs-sys-next v0.1.2 |
1309 | 2024-08-16T03:37:43.327Z | Compiling lalrpop-util v0.19.12 |
1310 | 2024-08-16T03:37:43.509Z | Compiling unicode-xid v0.2.4 |
1311 | 2024-08-16T03:37:43.690Z | Compiling peg-runtime v0.8.3 |
1312 | 2024-08-16T03:37:43.711Z | Compiling dirs-next v2.0.0 |
1313 | 2024-08-16T03:37:43.778Z | Compiling thread_local v1.1.8 |
1314 | 2024-08-16T03:37:43.905Z | Compiling slog-async v2.8.0 |
1315 | 2024-08-16T03:37:44.296Z | Compiling term v0.7.0 |
1316 | 2024-08-16T03:37:44.327Z | Compiling xattr v1.3.1 |
1317 | 2024-08-16T03:37:44.345Z | Compiling strum_macros v0.26.4 |
1318 | 2024-08-16T03:37:44.511Z | Compiling crossbeam-channel v0.5.12 |
1319 | 2024-08-16T03:37:44.526Z | Compiling filetime v0.2.24 |
1320 | 2024-08-16T03:37:44.580Z | Compiling is-terminal v0.4.12 |
1321 | 2024-08-16T03:37:44.706Z | Compiling take_mut v0.2.2 |
1322 | 2024-08-16T03:37:44.829Z | Compiling slog-term v2.9.1 |
1323 | 2024-08-16T03:37:44.866Z | Compiling tar v0.4.41 |
1324 | 2024-08-16T03:37:45.585Z | Compiling camino v1.1.7 |
1325 | 2024-08-16T03:37:47.035Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1326 | 2024-08-16T03:37:47.484Z | Compiling strum v0.26.3 |
1327 | 2024-08-16T03:37:47.559Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1328 | 2024-08-16T03:37:52.505Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 19s |
1329 | 2024-08-16T03:37:52.641Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1330 | 2024-08-16T03:37:52.683Z | Aug 16 03:37:51.818 INFO Starting download, target: Cockroach |
1331 | 2024-08-16T03:37:52.683Z | Aug 16 03:37:51.818 INFO Starting download, target: Clickhouse |
1332 | 2024-08-16T03:37:52.683Z | Aug 16 03:37:51.818 INFO Starting download, target: Console |
1333 | 2024-08-16T03:37:52.686Z | Aug 16 03:37:51.818 INFO Starting download, target: DendriteOpenapi |
1334 | 2024-08-16T03:37:52.686Z | Aug 16 03:37:51.818 INFO Starting download, target: DendriteStub |
1335 | 2024-08-16T03:37:52.686Z | Aug 16 03:37:51.818 INFO Starting download, target: MaghemiteMgd |
1336 | 2024-08-16T03:37:52.687Z | Aug 16 03:37:51.818 INFO Starting download, target: TransceiverControl |
1337 | 2024-08-16T03:37:52.687Z | Aug 16 03:37:51.819 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1338 | 2024-08-16T03:37:52.687Z | Aug 16 03:37:51.819 INFO Downloading out/downloads/dpd-21b16567f28e103f145cd18d53fac6958429c4ff.json (attempt 1/3), target: DendriteOpenapi |
1339 | 2024-08-16T03:37:52.687Z | Aug 16 03:37:51.819 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1340 | 2024-08-16T03:37:52.687Z | Aug 16 03:37:51.819 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1341 | 2024-08-16T03:37:52.687Z | Aug 16 03:37:51.819 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1342 | 2024-08-16T03:37:52.687Z | Aug 16 03:37:51.819 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1343 | 2024-08-16T03:37:52.687Z | Aug 16 03:37:51.819 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1344 | 2024-08-16T03:37:52.840Z | Aug 16 03:37:51.973 INFO Download complete, target: DendriteOpenapi |
1345 | 2024-08-16T03:37:52.975Z | Aug 16 03:37:52.109 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1346 | 2024-08-16T03:37:53.304Z | Aug 16 03:37:52.439 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1347 | 2024-08-16T03:37:53.390Z | Aug 16 03:37:52.522 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1348 | 2024-08-16T03:37:53.511Z | Aug 16 03:37:52.644 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1349 | 2024-08-16T03:37:53.730Z | Aug 16 03:37:52.865 INFO Download complete, target: Console |
1350 | 2024-08-16T03:37:53.786Z | Aug 16 03:37:52.920 INFO Download complete, target: TransceiverControl |
1351 | 2024-08-16T03:37:54.535Z | Aug 16 03:37:53.669 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1352 | 2024-08-16T03:37:54.535Z | Aug 16 03:37:53.669 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1353 | 2024-08-16T03:37:54.777Z | Aug 16 03:37:53.911 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1354 | 2024-08-16T03:37:56.632Z | Aug 16 03:37:55.766 INFO Download complete, target: DendriteStub |
1355 | 2024-08-16T03:37:56.693Z | Aug 16 03:37:55.827 INFO Download complete, target: MaghemiteMgd |
1356 | 2024-08-16T03:38:02.623Z | Aug 16 03:38:01.755 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1357 | 2024-08-16T03:38:02.939Z | Aug 16 03:38:02.072 INFO Checking that binary works, target: Cockroach |
1358 | 2024-08-16T03:38:03.097Z | Aug 16 03:38:02.228 INFO Download complete, target: Cockroach |
1359 | 2024-08-16T03:38:08.442Z | Aug 16 03:38:07.571 INFO Checking that binary works, target: Clickhouse |
1360 | 2024-08-16T03:38:08.672Z | Aug 16 03:38:07.803 INFO Download complete, target: Clickhouse |
1361 | 2024-08-16T03:38:08.859Z | All builder prerequisites installed successfully, and PATH looks valid |
1362 | 2024-08-16T03:38:08.862Z | |
1363 | 2024-08-16T03:38:08.862Z | real 3:56.929761235 |
1364 | 2024-08-16T03:38:08.862Z | user 11:13.731714905 |
1365 | 2024-08-16T03:38:08.862Z | sys 2:23.559827226 |
1366 | 2024-08-16T03:38:08.862Z | trap 0.440929828 |
1367 | 2024-08-16T03:38:08.862Z | tflt 3.721552962 |
1368 | 2024-08-16T03:38:08.862Z | dflt 5.006321019 |
1369 | 2024-08-16T03:38:08.862Z | kflt 0.264926459 |
1370 | 2024-08-16T03:38:08.862Z | lock 22:00.460372565 |
1371 | 2024-08-16T03:38:08.862Z | slp 44:38.117657617 |
1372 | 2024-08-16T03:38:08.862Z | lat 39.920867269 |
1373 | 2024-08-16T03:38:08.862Z | stop 1:40.795807814 |
1374 | 2024-08-16T03:38:08.862Z | + banner clippy |
1375 | 2024-08-16T03:38:08.865Z | |
1376 | 2024-08-16T03:38:08.865Z | #### # # ##### ##### # # |
1377 | 2024-08-16T03:38:08.865Z | # # # # # # # # # # |
1378 | 2024-08-16T03:38:08.865Z | # # # # # # # # |
1379 | 2024-08-16T03:38:08.865Z | # # # ##### ##### # |
1380 | 2024-08-16T03:38:08.865Z | # # # # # # # |
1381 | 2024-08-16T03:38:08.865Z | #### ###### # # # # |
1382 | 2024-08-16T03:38:08.865Z | |
1383 | 2024-08-16T03:38:08.865Z | + export CARGO_INCREMENTAL=0 |
1384 | 2024-08-16T03:38:08.865Z | + CARGO_INCREMENTAL=0 |
1385 | 2024-08-16T03:38:08.865Z | + ptime -m cargo xtask clippy |
1386 | 2024-08-16T03:38:09.402Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1387 | 2024-08-16T03:38:12.844Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.93s |
1388 | 2024-08-16T03:38:12.906Z | Running `target/debug/xtask clippy` |
1389 | 2024-08-16T03:38:12.927Z | running: "/home/build/.rustup/toolchains/1.80.1-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1390 | 2024-08-16T03:38:13.596Z | Downloading crates ... |
1391 | 2024-08-16T03:38:13.906Z | Downloaded criterion-plot v0.5.0 |
1392 | 2024-08-16T03:38:13.915Z | Downloaded escape8259 v0.5.2 |
1393 | 2024-08-16T03:38:13.917Z | Downloaded ecdsa v0.16.9 |
1394 | 2024-08-16T03:38:13.920Z | Downloaded datatest-stable v0.2.9 |
1395 | 2024-08-16T03:38:13.922Z | Downloaded matches v0.1.10 |
1396 | 2024-08-16T03:38:13.922Z | Downloaded tower-layer v0.3.2 |
1397 | 2024-08-16T03:38:13.926Z | Downloaded dhcproto-macros v0.1.0 |
1398 | 2024-08-16T03:38:13.926Z | Downloaded option-ext v0.2.0 |
1399 | 2024-08-16T03:38:13.926Z | Downloaded pathdiff v0.2.1 |
1400 | 2024-08-16T03:38:13.928Z | Downloaded nested v0.1.1 |
1401 | 2024-08-16T03:38:13.931Z | Downloaded futures-timer v3.0.3 |
1402 | 2024-08-16T03:38:13.933Z | Downloaded bcrypt-pbkdf v0.10.0 |
1403 | 2024-08-16T03:38:13.935Z | Downloaded plotters-svg v0.3.5 |
1404 | 2024-08-16T03:38:13.939Z | Downloaded dirs-sys v0.4.1 |
1405 | 2024-08-16T03:38:13.942Z | Downloaded approx v0.5.1 |
1406 | 2024-08-16T03:38:13.944Z | Downloaded num_cpus v1.16.0 |
1407 | 2024-08-16T03:38:13.947Z | Downloaded internet-checksum v0.2.1 |
1408 | 2024-08-16T03:38:13.949Z | Downloaded relative-path v1.9.3 |
1409 | 2024-08-16T03:38:13.949Z | Downloaded blowfish v0.9.1 |
1410 | 2024-08-16T03:38:13.952Z | Downloaded hex-literal v0.4.1 |
1411 | 2024-08-16T03:38:13.952Z | Downloaded ssh-encoding v0.2.0 |
1412 | 2024-08-16T03:38:13.955Z | Downloaded similar-asserts v1.5.0 |
1413 | 2024-08-16T03:38:13.957Z | Downloaded primeorder v0.13.6 |
1414 | 2024-08-16T03:38:13.957Z | Downloaded rustls-native-certs v0.7.0 |
1415 | 2024-08-16T03:38:13.960Z | Downloaded target-lexicon v0.12.16 |
1416 | 2024-08-16T03:38:13.962Z | Downloaded cfg-expr v0.16.0 |
1417 | 2024-08-16T03:38:13.964Z | Downloaded rstest v0.19.0 |
1418 | 2024-08-16T03:38:13.968Z | Downloaded partial-io v0.5.4 |
1419 | 2024-08-16T03:38:13.971Z | Downloaded trybuild v1.0.99 |
1420 | 2024-08-16T03:38:13.975Z | Downloaded ed25519-dalek v2.1.1 |
1421 | 2024-08-16T03:38:13.978Z | Downloaded threadpool v1.8.1 |
1422 | 2024-08-16T03:38:13.980Z | Downloaded doc-comment v0.3.3 |
1423 | 2024-08-16T03:38:13.983Z | Downloaded hyper-rustls v0.26.0 |
1424 | 2024-08-16T03:38:13.991Z | Downloaded cast v0.3.0 |
1425 | 2024-08-16T03:38:13.997Z | Downloaded ctr v0.9.2 |
1426 | 2024-08-16T03:38:14.000Z | Downloaded enum-as-inner v0.5.1 |
1427 | 2024-08-16T03:38:14.003Z | Downloaded dirs v5.0.1 |
1428 | 2024-08-16T03:38:14.003Z | Downloaded russh-keys v0.44.0 |
1429 | 2024-08-16T03:38:14.005Z | Downloaded blake2b_simd v1.0.2 |
1430 | 2024-08-16T03:38:14.008Z | Downloaded pretty_assertions v1.4.0 |
1431 | 2024-08-16T03:38:14.022Z | Downloaded russh-cryptovec v0.7.2 |
1432 | 2024-08-16T03:38:14.025Z | Downloaded pbkdf2 v0.11.0 |
1433 | 2024-08-16T03:38:14.029Z | Downloaded anes v0.1.6 |
1434 | 2024-08-16T03:38:14.033Z | Downloaded md5 v0.7.0 |
1435 | 2024-08-16T03:38:14.033Z | Downloaded http-body v1.0.0 |
1436 | 2024-08-16T03:38:14.033Z | Downloaded guppy-workspace-hack v0.1.0 |
1437 | 2024-08-16T03:38:14.033Z | Downloaded assert_cmd v2.0.16 |
1438 | 2024-08-16T03:38:14.042Z | Downloaded httptest v0.15.5 |
1439 | 2024-08-16T03:38:14.042Z | Downloaded ed25519 v2.2.3 |
1440 | 2024-08-16T03:38:14.044Z | Downloaded yansi v0.5.1 |
1441 | 2024-08-16T03:38:14.045Z | Downloaded ssh-cipher v0.2.0 |
1442 | 2024-08-16T03:38:14.045Z | Downloaded plotters-backend v0.3.5 |
1443 | 2024-08-16T03:38:14.045Z | Downloaded oorandom v11.1.3 |
1444 | 2024-08-16T03:38:14.045Z | Downloaded ghash v0.5.1 |
1445 | 2024-08-16T03:38:14.047Z | Downloaded polyval v0.6.2 |
1446 | 2024-08-16T03:38:14.050Z | Downloaded dhcproto v0.12.0 |
1447 | 2024-08-16T03:38:14.054Z | Downloaded target-spec v3.2.1 |
1448 | 2024-08-16T03:38:14.057Z | Downloaded rfc6979 v0.4.0 |
1449 | 2024-08-16T03:38:14.059Z | Downloaded password-hash v0.4.2 |
1450 | 2024-08-16T03:38:14.062Z | Downloaded libtest-mimic v0.7.3 |
1451 | 2024-08-16T03:38:14.064Z | Downloaded tinytemplate v1.2.1 |
1452 | 2024-08-16T03:38:14.072Z | Downloaded rust-argon2 v2.1.0 |
1453 | 2024-08-16T03:38:14.089Z | Downloaded fancy-regex v0.13.0 |
1454 | 2024-08-16T03:38:14.092Z | Downloaded plotters v0.3.5 |
1455 | 2024-08-16T03:38:14.101Z | Downloaded rstest_macros v0.19.0 |
1456 | 2024-08-16T03:38:14.104Z | Downloaded rand_distr v0.4.3 |
1457 | 2024-08-16T03:38:14.106Z | Downloaded p256 v0.13.2 |
1458 | 2024-08-16T03:38:14.110Z | Downloaded hyper-util v0.1.3 |
1459 | 2024-08-16T03:38:14.113Z | Downloaded russh v0.44.1 |
1460 | 2024-08-16T03:38:14.118Z | Downloaded criterion v0.5.1 |
1461 | 2024-08-16T03:38:14.125Z | Downloaded num-bigint v0.4.5 |
1462 | 2024-08-16T03:38:14.132Z | Downloaded guppy v0.17.7 |
1463 | 2024-08-16T03:38:14.139Z | Downloaded tower v0.4.13 |
1464 | 2024-08-16T03:38:14.146Z | Downloaded ssh-key v0.6.6 |
1465 | 2024-08-16T03:38:14.153Z | Downloaded aes-gcm v0.10.3 |
1466 | 2024-08-16T03:38:14.156Z | Downloaded p521 v0.13.3 |
1467 | 2024-08-16T03:38:14.159Z | Downloaded p384 v0.13.0 |
1468 | 2024-08-16T03:38:14.164Z | Downloaded trust-dns-proto v0.22.0 |
1469 | 2024-08-16T03:38:14.175Z | Downloaded idna v0.2.3 |
1470 | 2024-08-16T03:38:14.181Z | Downloaded hyper v1.3.1 |
1471 | 2024-08-16T03:38:14.814Z | Checking cfg-if v1.0.0 |
1472 | 2024-08-16T03:38:14.879Z | Checking libc v0.2.155 |
1473 | 2024-08-16T03:38:14.897Z | Checking serde v1.0.207 |
1474 | 2024-08-16T03:38:14.914Z | Checking memchr v2.7.2 |
1475 | 2024-08-16T03:38:14.929Z | Checking scopeguard v1.2.0 |
1476 | 2024-08-16T03:38:14.946Z | Checking log v0.4.21 |
1477 | 2024-08-16T03:38:14.966Z | Checking byteorder v1.5.0 |
1478 | 2024-08-16T03:38:14.984Z | Checking itoa v1.0.11 |
1479 | 2024-08-16T03:38:15.003Z | Checking smallvec v1.13.2 |
1480 | 2024-08-16T03:38:15.051Z | Checking lock_api v0.4.12 |
1481 | 2024-08-16T03:38:15.221Z | Checking zeroize v1.7.0 |
1482 | 2024-08-16T03:38:15.242Z | Checking once_cell v1.19.0 |
1483 | 2024-08-16T03:38:15.366Z | Checking pin-project-lite v0.2.14 |
1484 | 2024-08-16T03:38:15.393Z | Checking typenum v1.17.0 |
1485 | 2024-08-16T03:38:15.491Z | Checking libm v0.2.8 |
1486 | 2024-08-16T03:38:15.519Z | Checking subtle v2.5.0 |
1487 | 2024-08-16T03:38:15.523Z | Checking spin v0.9.8 |
1488 | 2024-08-16T03:38:15.572Z | Checking ryu v1.0.18 |
1489 | 2024-08-16T03:38:15.788Z | Checking thiserror v1.0.63 |
1490 | 2024-08-16T03:38:15.814Z | Checking futures-core v0.3.30 |
1491 | 2024-08-16T03:38:15.838Z | Checking zerocopy v0.7.34 |
1492 | 2024-08-16T03:38:15.867Z | Checking const-oid v0.9.6 |
1493 | 2024-08-16T03:38:15.915Z | Checking futures-sink v0.3.30 |
1494 | 2024-08-16T03:38:16.004Z | Checking slab v0.4.9 |
1495 | 2024-08-16T03:38:16.034Z | Checking getrandom v0.2.14 |
1496 | 2024-08-16T03:38:16.057Z | Checking parking_lot_core v0.9.10 |
1497 | 2024-08-16T03:38:16.250Z | Checking signal-hook-registry v1.4.2 |
1498 | 2024-08-16T03:38:16.294Z | Checking rand_core v0.6.4 |
1499 | 2024-08-16T03:38:16.405Z | Checking parking_lot v0.12.2 |
1500 | 2024-08-16T03:38:16.449Z | Checking mio v1.0.2 |
1501 | 2024-08-16T03:38:16.485Z | Checking num-traits v0.2.19 |
1502 | 2024-08-16T03:38:16.589Z | Checking socket2 v0.5.7 |
1503 | 2024-08-16T03:38:16.695Z | Checking generic-array v0.14.7 |
1504 | 2024-08-16T03:38:16.747Z | Checking futures-channel v0.3.30 |
1505 | 2024-08-16T03:38:17.027Z | Checking futures-io v0.3.30 |
1506 | 2024-08-16T03:38:17.082Z | Checking pin-utils v0.1.0 |
1507 | 2024-08-16T03:38:17.117Z | Checking futures-task v0.3.30 |
1508 | 2024-08-16T03:38:17.184Z | Checking cpufeatures v0.2.12 |
1509 | 2024-08-16T03:38:17.212Z | Checking allocator-api2 v0.2.18 |
1510 | 2024-08-16T03:38:17.232Z | Checking ahash v0.8.11 |
1511 | 2024-08-16T03:38:17.291Z | Checking fnv v1.0.7 |
1512 | 2024-08-16T03:38:17.345Z | Checking futures-util v0.3.30 |
1513 | 2024-08-16T03:38:17.412Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1514 | 2024-08-16T03:38:17.656Z | Checking iana-time-zone v0.1.60 |
1515 | 2024-08-16T03:38:17.745Z | Checking equivalent v1.0.1 |
1516 | 2024-08-16T03:38:17.770Z | Checking tinyvec_macros v0.1.1 |
1517 | 2024-08-16T03:38:17.802Z | Checking ppv-lite86 v0.2.17 |
1518 | 2024-08-16T03:38:17.825Z | Checking crypto-common v0.1.6 |
1519 | 2024-08-16T03:38:17.849Z | Checking block-buffer v0.10.4 |
1520 | 2024-08-16T03:38:17.852Z | Checking tinyvec v1.6.0 |
1521 | 2024-08-16T03:38:17.886Z | Checking hashbrown v0.14.5 |
1522 | 2024-08-16T03:38:18.003Z | Checking unicode-bidi v0.3.15 |
1523 | 2024-08-16T03:38:18.050Z | Checking digest v0.10.7 |
1524 | 2024-08-16T03:38:18.143Z | Checking tracing-core v0.1.32 |
1525 | 2024-08-16T03:38:18.421Z | Checking errno v0.3.9 |
1526 | 2024-08-16T03:38:18.488Z | Checking rand_chacha v0.3.1 |
1527 | 2024-08-16T03:38:18.593Z | Checking lazy_static v1.5.0 |
1528 | 2024-08-16T03:38:18.616Z | Checking percent-encoding v2.3.1 |
1529 | 2024-08-16T03:38:18.714Z | Checking dyn-clone v1.0.17 |
1530 | 2024-08-16T03:38:18.766Z | Checking tracing v0.1.40 |
1531 | 2024-08-16T03:38:18.801Z | Checking block-padding v0.3.3 |
1532 | 2024-08-16T03:38:18.845Z | Checking regex-syntax v0.8.4 |
1533 | 2024-08-16T03:38:18.872Z | Checking rand v0.8.5 |
1534 | 2024-08-16T03:38:19.014Z | Checking inout v0.1.3 |
1535 | 2024-08-16T03:38:19.050Z | Checking form_urlencoded v1.2.1 |
1536 | 2024-08-16T03:38:19.110Z | Checking unicode-ident v1.0.12 |
1537 | 2024-08-16T03:38:19.149Z | Checking unicode-normalization v0.1.23 |
1538 | 2024-08-16T03:38:19.227Z | Checking cipher v0.4.4 |
1539 | 2024-08-16T03:38:19.248Z | Checking aho-corasick v1.1.3 |
1540 | 2024-08-16T03:38:19.276Z | Checking base64ct v1.6.0 |
1541 | 2024-08-16T03:38:19.614Z | Checking hmac v0.12.1 |
1542 | 2024-08-16T03:38:19.703Z | Checking unicode-width v0.1.13 |
1543 | 2024-08-16T03:38:19.831Z | Checking proc-macro2 v1.0.86 |
1544 | 2024-08-16T03:38:19.889Z | Checking sha2 v0.10.8 |
1545 | 2024-08-16T03:38:19.913Z | Checking bytes v1.7.1 |
1546 | 2024-08-16T03:38:20.014Z | Checking bitflags v2.6.0 |
1547 | 2024-08-16T03:38:20.095Z | Checking serde_json v1.0.125 |
1548 | 2024-08-16T03:38:20.340Z | Checking chrono v0.4.38 |
1549 | 2024-08-16T03:38:20.465Z | Checking uuid v1.10.0 |
1550 | 2024-08-16T03:38:20.551Z | Checking indexmap v2.4.0 |
1551 | 2024-08-16T03:38:20.718Z | Checking tokio v1.39.2 |
1552 | 2024-08-16T03:38:20.914Z | Checking rustix v0.38.34 |
1553 | 2024-08-16T03:38:21.066Z | Checking httparse v1.8.0 |
1554 | 2024-08-16T03:38:21.475Z | Checking adler v1.0.2 |
1555 | 2024-08-16T03:38:21.630Z | Checking miniz_oxide v0.7.2 |
1556 | 2024-08-16T03:38:21.774Z | Checking http v0.2.12 |
1557 | 2024-08-16T03:38:21.802Z | Checking quote v1.0.36 |
1558 | 2024-08-16T03:38:21.987Z | Checking regex-automata v0.4.6 |
1559 | 2024-08-16T03:38:22.144Z | Checking idna v0.5.0 |
1560 | 2024-08-16T03:38:22.376Z | Checking powerfmt v0.2.0 |
1561 | 2024-08-16T03:38:22.403Z | Checking schemars v0.8.21 |
1562 | 2024-08-16T03:38:22.406Z | Checking syn v2.0.74 |
1563 | 2024-08-16T03:38:22.639Z | Checking deranged v0.3.11 |
1564 | 2024-08-16T03:38:22.933Z | Checking num_threads v0.1.7 |
1565 | 2024-08-16T03:38:22.974Z | Checking url v2.5.2 |
1566 | 2024-08-16T03:38:23.040Z | Checking time-core v0.1.2 |
1567 | 2024-08-16T03:38:23.073Z | Checking num-conv v0.1.0 |
1568 | 2024-08-16T03:38:23.187Z | Checking untrusted v0.9.0 |
1569 | 2024-08-16T03:38:23.331Z | Checking pem-rfc7468 v0.7.0 |
1570 | 2024-08-16T03:38:23.353Z | Checking ring v0.17.8 |
1571 | 2024-08-16T03:38:23.600Z | Checking try-lock v0.2.5 |
1572 | 2024-08-16T03:38:23.742Z | Checking want v0.3.1 |
1573 | 2024-08-16T03:38:23.817Z | Checking slog v2.7.0 |
1574 | 2024-08-16T03:38:23.911Z | Checking flagset v0.4.5 |
1575 | 2024-08-16T03:38:24.047Z | Checking tower-service v0.3.2 |
1576 | 2024-08-16T03:38:24.096Z | Checking der v0.7.9 |
1577 | 2024-08-16T03:38:24.176Z | Checking pbkdf2 v0.12.2 |
1578 | 2024-08-16T03:38:24.286Z | Checking aes v0.8.4 |
1579 | 2024-08-16T03:38:24.325Z | Checking gimli v0.28.1 |
1580 | 2024-08-16T03:38:24.450Z | Checking time v0.3.36 |
1581 | 2024-08-16T03:38:25.170Z | Checking futures-executor v0.3.30 |
1582 | 2024-08-16T03:38:25.200Z | Checking salsa20 v0.10.2 |
1583 | 2024-08-16T03:38:25.403Z | Checking cbc v0.1.2 |
1584 | 2024-08-16T03:38:25.434Z | Checking object v0.32.2 |
1585 | 2024-08-16T03:38:25.611Z | Checking rustc-demangle v0.1.24 |
1586 | 2024-08-16T03:38:25.982Z | Checking spki v0.7.3 |
1587 | 2024-08-16T03:38:26.044Z | Checking base64 v0.21.7 |
1588 | 2024-08-16T03:38:26.260Z | Checking httpdate v1.0.3 |
1589 | 2024-08-16T03:38:26.476Z | Checking regex v1.10.6 |
1590 | 2024-08-16T03:38:26.507Z | Checking scrypt v0.11.0 |
1591 | 2024-08-16T03:38:26.509Z | Checking futures v0.3.30 |
1592 | 2024-08-16T03:38:26.641Z | Checking http-body v0.4.6 |
1593 | 2024-08-16T03:38:26.736Z | Checking utf8parse v0.2.1 |
1594 | 2024-08-16T03:38:26.871Z | Checking pkcs5 v0.7.1 |
1595 | 2024-08-16T03:38:26.941Z | Checking ipnet v2.9.0 |
1596 | 2024-08-16T03:38:27.035Z | Checking openssl-probe v0.1.5 |
1597 | 2024-08-16T03:38:27.077Z | Checking mime v0.3.17 |
1598 | 2024-08-16T03:38:27.228Z | Checking foreign-types-shared v0.1.1 |
1599 | 2024-08-16T03:38:27.317Z | Checking foreign-types v0.3.2 |
1600 | 2024-08-16T03:38:27.386Z | Checking openssl-sys v0.9.103 |
1601 | 2024-08-16T03:38:27.390Z | Checking pkcs8 v0.10.2 |
1602 | 2024-08-16T03:38:27.402Z | Checking anstyle v1.0.8 |
1603 | 2024-08-16T03:38:27.521Z | Checking sct v0.7.1 |
1604 | 2024-08-16T03:38:27.729Z | Checking tokio-util v0.7.11 |
1605 | 2024-08-16T03:38:27.756Z | Checking rustls-webpki v0.101.7 |
1606 | 2024-08-16T03:38:27.756Z | Checking toml_datetime v0.6.8 |
1607 | 2024-08-16T03:38:27.763Z | Checking serde_spanned v0.6.7 |
1608 | 2024-08-16T03:38:27.937Z | Checking semver v1.0.23 |
1609 | 2024-08-16T03:38:27.962Z | Checking crossbeam-utils v0.8.19 |
1610 | 2024-08-16T03:38:28.182Z | Checking addr2line v0.21.0 |
1611 | 2024-08-16T03:38:28.321Z | Checking data-encoding v2.6.0 |
1612 | 2024-08-16T03:38:28.356Z | Checking either v1.13.0 |
1613 | 2024-08-16T03:38:28.392Z | Checking h2 v0.3.26 |
1614 | 2024-08-16T03:38:28.572Z | Checking rustls v0.21.12 |
1615 | 2024-08-16T03:38:28.599Z | Checking serde_urlencoded v0.7.1 |
1616 | 2024-08-16T03:38:28.602Z | Checking openssl v0.10.66 |
1617 | 2024-08-16T03:38:28.658Z | Checking scroll v0.12.0 |
1618 | 2024-08-16T03:38:28.738Z | Checking encoding_rs v0.8.34 |
1619 | 2024-08-16T03:38:28.964Z | Checking ucd-trie v0.1.6 |
1620 | 2024-08-16T03:38:29.018Z | Checking plain v0.2.3 |
1621 | 2024-08-16T03:38:29.107Z | Checking anstyle-parse v0.2.4 |
1622 | 2024-08-16T03:38:29.162Z | Checking pest v2.7.10 |
1623 | 2024-08-16T03:38:29.165Z | Checking goblin v0.8.2 |
1624 | 2024-08-16T03:38:29.367Z | Checking idna v0.3.0 |
1625 | 2024-08-16T03:38:30.289Z | Checking anstyle-query v1.0.3 |
1626 | 2024-08-16T03:38:30.421Z | Checking pretty-hex v0.4.1 |
1627 | 2024-08-16T03:38:30.588Z | Checking is_terminal_polyfill v1.70.0 |
1628 | 2024-08-16T03:38:30.712Z | Checking bitflags v1.3.2 |
1629 | 2024-08-16T03:38:30.818Z | Checking psl-types v2.0.11 |
1630 | 2024-08-16T03:38:31.010Z | Checking colorchoice v1.0.1 |
1631 | 2024-08-16T03:38:31.043Z | Checking publicsuffix v2.2.3 |
1632 | 2024-08-16T03:38:31.138Z | Checking anstream v0.6.14 |
1633 | 2024-08-16T03:38:31.276Z | Checking cookie v0.17.0 |
1634 | 2024-08-16T03:38:31.300Z | Checking backtrace v0.3.71 |
1635 | 2024-08-16T03:38:31.465Z | Checking rustls-pemfile v1.0.4 |
1636 | 2024-08-16T03:38:31.621Z | Checking dtrace-parser v0.2.0 |
1637 | 2024-08-16T03:38:31.668Z | Checking terminal_size v0.3.0 |
1638 | 2024-08-16T03:38:31.692Z | Checking thread-id v4.2.1 |
1639 | 2024-08-16T03:38:31.791Z | Checking tokio-rustls v0.24.1 |
1640 | 2024-08-16T03:38:31.814Z | Checking clap_lex v0.7.0 |
1641 | 2024-08-16T03:38:31.816Z | Checking anyhow v1.0.86 |
1642 | 2024-08-16T03:38:31.851Z | Checking strsim v0.11.1 |
1643 | 2024-08-16T03:38:32.058Z | Checking cookie_store v0.20.0 |
1644 | 2024-08-16T03:38:32.081Z | Checking openapiv3 v2.0.0 |
1645 | 2024-08-16T03:38:32.132Z | Checking clap_builder v4.5.15 |
1646 | 2024-08-16T03:38:32.156Z | Checking sha1 v0.10.6 |
1647 | 2024-08-16T03:38:32.192Z | Checking signature v2.2.0 |
1648 | 2024-08-16T03:38:32.389Z | Checking memmap v0.7.0 |
1649 | 2024-08-16T03:38:32.422Z | Checking sync_wrapper v0.1.2 |
1650 | 2024-08-16T03:38:32.546Z | Checking webpki-roots v0.25.4 |
1651 | 2024-08-16T03:38:32.590Z | Checking base64 v0.22.1 |
1652 | 2024-08-16T03:38:32.704Z | Checking num-integer v0.1.46 |
1653 | 2024-08-16T03:38:32.706Z | Checking base16ct v0.2.0 |
1654 | 2024-08-16T03:38:32.902Z | Checking sec1 v0.7.3 |
1655 | 2024-08-16T03:38:33.055Z | Checking ff v0.13.0 |
1656 | 2024-08-16T03:38:33.244Z | Checking stable_deref_trait v1.2.0 |
1657 | 2024-08-16T03:38:33.278Z | Checking group v0.13.0 |
1658 | 2024-08-16T03:38:33.298Z | Checking num-iter v0.1.45 |
1659 | 2024-08-16T03:38:33.342Z | Checking hkdf v0.12.4 |
1660 | 2024-08-16T03:38:33.464Z | Checking crypto-bigint v0.5.5 |
1661 | 2024-08-16T03:38:33.533Z | Checking crc32fast v1.4.0 |
1662 | 2024-08-16T03:38:33.556Z | Checking winnow v0.6.18 |
1663 | 2024-08-16T03:38:33.760Z | Checking crossbeam-epoch v0.9.18 |
1664 | 2024-08-16T03:38:33.927Z | Checking native-tls v0.2.11 |
1665 | 2024-08-16T03:38:34.024Z | Checking dof v0.3.0 |
1666 | 2024-08-16T03:38:34.217Z | Checking hex v0.4.3 |
1667 | 2024-08-16T03:38:34.238Z | Checking tokio-native-tls v0.3.1 |
1668 | 2024-08-16T03:38:34.489Z | Checking hyper v0.14.30 |
1669 | 2024-08-16T03:38:34.513Z | Checking managed v0.8.0 |
1670 | 2024-08-16T03:38:34.622Z | Checking usdt-impl v0.5.0 |
1671 | 2024-08-16T03:38:34.700Z | Checking static_assertions v1.1.0 |
1672 | 2024-08-16T03:38:34.801Z | Checking winnow v0.5.40 |
1673 | 2024-08-16T03:38:34.894Z | Checking unicode-segmentation v1.11.0 |
1674 | 2024-08-16T03:38:35.109Z | Checking clap v4.5.15 |
1675 | 2024-08-16T03:38:35.182Z | Checking usdt v0.5.0 |
1676 | 2024-08-16T03:38:35.246Z | Checking num-bigint-dig v0.8.4 |
1677 | 2024-08-16T03:38:35.447Z | Checking pkcs1 v0.7.5 |
1678 | 2024-08-16T03:38:35.560Z | Checking signal-hook v0.3.17 |
1679 | 2024-08-16T03:38:35.576Z | Checking zerocopy v0.6.6 |
1680 | 2024-08-16T03:38:35.857Z | Checking flate2 v1.0.31 |
1681 | 2024-08-16T03:38:35.888Z | Checking mio v0.8.11 |
1682 | 2024-08-16T03:38:36.214Z | Checking elliptic-curve v0.13.8 |
1683 | 2024-08-16T03:38:36.339Z | Checking siphasher v0.3.11 |
1684 | 2024-08-16T03:38:36.469Z | Checking toml_edit v0.22.20 |
1685 | 2024-08-16T03:38:36.506Z | Checking signal-hook-mio v0.2.4 |
1686 | 2024-08-16T03:38:36.526Z | Checking itertools v0.10.5 |
1687 | 2024-08-16T03:38:36.637Z | Checking bit-vec v0.6.3 |
1688 | 2024-08-16T03:38:36.661Z | Checking regex-automata v0.1.10 |
1689 | 2024-08-16T03:38:36.886Z | Checking itertools v0.12.1 |
1690 | 2024-08-16T03:38:36.968Z | Checking bit-set v0.5.3 |
1691 | 2024-08-16T03:38:37.078Z | Checking bstr v0.2.17 |
1692 | 2024-08-16T03:38:37.241Z | Checking idna v0.4.0 |
1693 | 2024-08-16T03:38:37.386Z | Checking rsa v0.9.6 |
1694 | 2024-08-16T03:38:37.764Z | Checking toml_edit v0.19.15 |
1695 | 2024-08-16T03:38:37.942Z | Checking hash32 v0.2.1 |
1696 | 2024-08-16T03:38:38.064Z | Checking finl_unicode v1.2.0 |
1697 | 2024-08-16T03:38:38.238Z | Checking predicates-core v1.0.6 |
1698 | 2024-08-16T03:38:38.409Z | Checking heapless v0.7.17 |
1699 | 2024-08-16T03:38:38.431Z | Checking hickory-proto v0.24.1 |
1700 | 2024-08-16T03:38:38.653Z | Checking stringprep v0.1.4 |
1701 | 2024-08-16T03:38:38.891Z | Checking bstr v1.9.1 |
1702 | 2024-08-16T03:38:38.969Z | Checking console v0.15.8 |
1703 | 2024-08-16T03:38:39.056Z | Checking md-5 v0.10.6 |
1704 | 2024-08-16T03:38:39.278Z | Checking float-cmp v0.9.0 |
1705 | 2024-08-16T03:38:39.474Z | Checking fallible-iterator v0.2.0 |
1706 | 2024-08-16T03:38:39.512Z | Checking normalize-line-endings v0.3.0 |
1707 | 2024-08-16T03:38:39.558Z | Checking difflib v0.4.0 |
1708 | 2024-08-16T03:38:39.582Z | Checking fixedbitset v0.4.2 |
1709 | 2024-08-16T03:38:39.639Z | Checking smoltcp v0.9.1 |
1710 | 2024-08-16T03:38:39.830Z | Checking similar v2.5.0 |
1711 | 2024-08-16T03:38:39.852Z | Checking petgraph v0.6.5 |
1712 | 2024-08-16T03:38:39.875Z | Checking predicates v3.1.2 |
1713 | 2024-08-16T03:38:40.102Z | Checking postgres-protocol v0.6.7 |
1714 | 2024-08-16T03:38:40.365Z | Checking toml v0.7.8 |
1715 | 2024-08-16T03:38:40.564Z | Checking phf_shared v0.10.0 |
1716 | 2024-08-16T03:38:40.664Z | Checking phf_shared v0.11.2 |
1717 | 2024-08-16T03:38:40.716Z | Checking hyper-tls v0.5.0 |
1718 | 2024-08-16T03:38:40.806Z | Checking hyper-rustls v0.24.2 |
1719 | 2024-08-16T03:38:40.857Z | Checking tokio-stream v0.1.15 |
1720 | 2024-08-16T03:38:40.967Z | Checking fs-err v2.11.0 |
1721 | 2024-08-16T03:38:41.027Z | Checking nix v0.28.0 |
1722 | 2024-08-16T03:38:41.096Z | Checking hubpack v0.1.2 |
1723 | 2024-08-16T03:38:41.123Z | Checking precomputed-hash v0.1.1 |
1724 | 2024-08-16T03:38:41.141Z | Checking reqwest v0.11.27 |
1725 | 2024-08-16T03:38:41.234Z | Checking lalrpop-util v0.19.12 |
1726 | 2024-08-16T03:38:41.405Z | Checking new_debug_unreachable v1.0.6 |
1727 | 2024-08-16T03:38:41.504Z | Checking minimal-lexical v0.2.1 |
1728 | 2024-08-16T03:38:41.532Z | Checking string_cache v0.8.7 |
1729 | 2024-08-16T03:38:41.555Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1730 | 2024-08-16T03:38:41.654Z | Checking phf v0.11.2 |
1731 | 2024-08-16T03:38:41.825Z | Checking postgres-types v0.2.7 |
1732 | 2024-08-16T03:38:41.907Z | Checking nom v7.1.3 |
1733 | 2024-08-16T03:38:41.930Z | Checking peg-runtime v0.8.3 |
1734 | 2024-08-16T03:38:42.157Z | Checking whoami v1.5.1 |
1735 | 2024-08-16T03:38:42.578Z | Compiling regress v0.9.1 |
1736 | 2024-08-16T03:38:42.618Z | Checking tokio-postgres v0.7.11 |
1737 | 2024-08-16T03:38:42.830Z | Compiling getopts v0.2.21 |
1738 | 2024-08-16T03:38:43.178Z | Compiling unsafe-libyaml v0.2.11 |
1739 | 2024-08-16T03:38:43.262Z | Checking camino v1.1.7 |
1740 | 2024-08-16T03:38:43.702Z | Checking heck v0.5.0 |
1741 | 2024-08-16T03:38:43.833Z | Checking is-terminal v0.4.12 |
1742 | 2024-08-16T03:38:43.904Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1743 | 2024-08-16T03:38:43.956Z | Compiling paste v1.0.15 |
1744 | 2024-08-16T03:38:44.244Z | Compiling ident_case v1.0.1 |
1745 | 2024-08-16T03:38:44.431Z | Compiling darling_core v0.20.9 |
1746 | 2024-08-16T03:38:44.583Z | Compiling serde_yaml v0.9.34+deprecated |
1747 | 2024-08-16T03:38:45.198Z | Compiling rustls v0.22.4 |
1748 | 2024-08-16T03:38:45.531Z | Checking http v1.1.0 |
1749 | 2024-08-16T03:38:45.551Z | Checking dirs-sys-next v0.1.2 |
1750 | 2024-08-16T03:38:45.730Z | Checking dirs-next v2.0.0 |
1751 | 2024-08-16T03:38:45.864Z | Checking crossbeam-channel v0.5.12 |
1752 | 2024-08-16T03:38:46.427Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1753 | 2024-08-16T03:38:46.634Z | Checking thread_local v1.1.8 |
1754 | 2024-08-16T03:38:46.726Z | Checking term v0.7.0 |
1755 | 2024-08-16T03:38:46.868Z | Checking strum v0.26.3 |
1756 | 2024-08-16T03:38:46.920Z | Compiling multer v3.1.0 |
1757 | 2024-08-16T03:38:47.032Z | Checking take_mut v0.2.2 |
1758 | 2024-08-16T03:38:47.182Z | Checking slog-term v2.9.1 |
1759 | 2024-08-16T03:38:47.205Z | Checking slog-async v2.8.0 |
1760 | 2024-08-16T03:38:47.308Z | Compiling async-stream-impl v0.3.5 |
1761 | 2024-08-16T03:38:47.498Z | Checking rustls-pki-types v1.7.0 |
1762 | 2024-08-16T03:38:47.691Z | Checking match_cfg v0.1.0 |
1763 | 2024-08-16T03:38:47.793Z | Checking hostname v0.3.1 |
1764 | 2024-08-16T03:38:47.835Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1765 | 2024-08-16T03:38:47.933Z | Checking toml v0.8.19 |
1766 | 2024-08-16T03:38:47.957Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1767 | 2024-08-16T03:38:48.241Z | Checking rustls-webpki v0.102.4 |
1768 | 2024-08-16T03:38:48.710Z | Checking rustls-pemfile v2.1.3 |
1769 | 2024-08-16T03:38:48.733Z | Checking debug-ignore v1.0.5 |
1770 | 2024-08-16T03:38:48.883Z | Checking slog-json v2.6.1 |
1771 | 2024-08-16T03:38:48.966Z | Checking atomic-waker v1.1.2 |
1772 | 2024-08-16T03:38:48.991Z | Checking async-stream v0.3.5 |
1773 | 2024-08-16T03:38:49.101Z | Checking waitgroup v0.1.2 |
1774 | 2024-08-16T03:38:49.136Z | Checking slog-bunyan v2.5.0 |
1775 | 2024-08-16T03:38:49.249Z | Checking ipnetwork v0.20.0 |
1776 | 2024-08-16T03:38:49.310Z | Checking serde_path_to_error v0.1.16 |
1777 | 2024-08-16T03:38:49.612Z | Checking hostname v0.4.0 |
1778 | 2024-08-16T03:38:49.634Z | Checking instant v0.1.12 |
1779 | 2024-08-16T03:38:49.760Z | Checking fastrand v2.1.0 |
1780 | 2024-08-16T03:38:49.780Z | Compiling structmeta-derive v0.3.0 |
1781 | 2024-08-16T03:38:49.943Z | Checking quick-error v1.2.3 |
1782 | 2024-08-16T03:38:49.968Z | Checking newtype-uuid v1.1.0 |
1783 | 2024-08-16T03:38:50.083Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1784 | 2024-08-16T03:38:50.107Z | Checking tempfile v3.10.1 |
1785 | 2024-08-16T03:38:50.251Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1786 | 2024-08-16T03:38:50.473Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1787 | 2024-08-16T03:38:50.769Z | Checking macaddr v1.0.1 |
1788 | 2024-08-16T03:38:50.887Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1789 | 2024-08-16T03:38:51.038Z | Checking backoff v0.4.0 |
1790 | 2024-08-16T03:38:51.068Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1791 | 2024-08-16T03:38:51.089Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1792 | 2024-08-16T03:38:51.247Z | Checking wait-timeout v0.2.0 |
1793 | 2024-08-16T03:38:51.331Z | Checking rand_xorshift v0.3.0 |
1794 | 2024-08-16T03:38:51.430Z | Checking rusty-fork v0.3.0 |
1795 | 2024-08-16T03:38:51.433Z | Compiling structmeta-derive v0.2.0 |
1796 | 2024-08-16T03:38:51.502Z | Checking unarray v0.1.4 |
1797 | 2024-08-16T03:38:51.581Z | Compiling darling_macro v0.20.9 |
1798 | 2024-08-16T03:38:51.654Z | Compiling proc-macro-error v1.0.4 |
1799 | 2024-08-16T03:38:51.718Z | Checking proptest v1.5.0 |
1800 | 2024-08-16T03:38:52.082Z | Checking camino-tempfile v1.1.1 |
1801 | 2024-08-16T03:38:52.347Z | Compiling proc-macro-crate v1.3.1 |
1802 | 2024-08-16T03:38:52.350Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1803 | 2024-08-16T03:38:52.537Z | Compiling darling v0.20.9 |
1804 | 2024-08-16T03:38:52.673Z | Compiling serde_with_macros v3.8.3 |
1805 | 2024-08-16T03:38:52.695Z | Checking tokio-rustls v0.25.0 |
1806 | 2024-08-16T03:38:52.744Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1807 | 2024-08-16T03:38:52.794Z | Compiling structmeta v0.3.0 |
1808 | 2024-08-16T03:38:53.096Z | Compiling foreign-types-macros v0.2.3 |
1809 | 2024-08-16T03:38:53.208Z | Compiling parse-display-derive v0.10.0 |
1810 | 2024-08-16T03:38:53.432Z | Compiling num_enum_derive v0.5.11 |
1811 | 2024-08-16T03:38:54.410Z | Compiling structmeta v0.2.0 |
1812 | 2024-08-16T03:38:54.436Z | Checking foreign-types-shared v0.3.1 |
1813 | 2024-08-16T03:38:54.546Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1814 | 2024-08-16T03:38:54.872Z | Compiling test-strategy v0.3.1 |
1815 | 2024-08-16T03:38:54.901Z | Checking foreign-types v0.5.0 |
1816 | 2024-08-16T03:38:55.359Z | Checking cstr-argument v0.1.2 |
1817 | 2024-08-16T03:38:55.566Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1818 | 2024-08-16T03:38:55.703Z | Checking serde_with v3.8.3 |
1819 | 2024-08-16T03:38:56.143Z | Checking num_enum v0.5.11 |
1820 | 2024-08-16T03:38:56.321Z | Checking pretty-hex v0.2.1 |
1821 | 2024-08-16T03:38:56.460Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1822 | 2024-08-16T03:38:56.528Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1823 | 2024-08-16T03:38:56.681Z | Checking tabwriter v1.4.0 |
1824 | 2024-08-16T03:38:56.799Z | Checking colored v2.1.0 |
1825 | 2024-08-16T03:38:56.853Z | Checking socket2 v0.4.10 |
1826 | 2024-08-16T03:38:56.949Z | Checking smf v0.2.3 |
1827 | 2024-08-16T03:38:57.137Z | Checking termtree v0.4.1 |
1828 | 2024-08-16T03:38:57.161Z | Compiling heapless v0.8.0 |
1829 | 2024-08-16T03:38:57.282Z | Checking hash32 v0.3.1 |
1830 | 2024-08-16T03:38:57.339Z | Checking predicates-tree v1.0.9 |
1831 | 2024-08-16T03:38:57.399Z | Compiling crucible-workspace-hack v0.1.0 |
1832 | 2024-08-16T03:38:57.469Z | Compiling smoltcp v0.11.0 |
1833 | 2024-08-16T03:38:57.492Z | Checking cobs v0.2.3 |
1834 | 2024-08-16T03:38:57.666Z | Checking embedded-io v0.4.0 |
1835 | 2024-08-16T03:38:57.828Z | Checking sigpipe v0.1.3 |
1836 | 2024-08-16T03:38:57.868Z | Checking postcard v1.0.8 |
1837 | 2024-08-16T03:38:57.916Z | Checking parse-display v0.10.0 |
1838 | 2024-08-16T03:38:57.944Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1839 | 2024-08-16T03:38:58.133Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1840 | 2024-08-16T03:38:58.224Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1841 | 2024-08-16T03:38:58.286Z | Compiling mockall_derive v0.13.0 |
1842 | 2024-08-16T03:38:58.321Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1843 | 2024-08-16T03:38:58.559Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1844 | 2024-08-16T03:38:58.629Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1845 | 2024-08-16T03:38:58.864Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1846 | 2024-08-16T03:38:58.937Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1847 | 2024-08-16T03:38:59.018Z | Compiling num-derive v0.4.2 |
1848 | 2024-08-16T03:38:59.111Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1849 | 2024-08-16T03:38:59.293Z | Checking fragile v2.0.0 |
1850 | 2024-08-16T03:38:59.434Z | Checking downcast v0.11.0 |
1851 | 2024-08-16T03:38:59.601Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1852 | 2024-08-16T03:38:59.630Z | Checking humantime v2.1.0 |
1853 | 2024-08-16T03:38:59.843Z | Checking arc-swap v1.7.1 |
1854 | 2024-08-16T03:38:59.927Z | Checking utf-8 v0.7.6 |
1855 | 2024-08-16T03:39:00.209Z | Checking xattr v1.3.1 |
1856 | 2024-08-16T03:39:00.279Z | Checking slog-scope v4.4.0 |
1857 | 2024-08-16T03:39:00.402Z | Checking filetime v0.2.24 |
1858 | 2024-08-16T03:39:00.423Z | Checking termcolor v1.4.1 |
1859 | 2024-08-16T03:39:00.442Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1860 | 2024-08-16T03:39:00.491Z | Checking slog-stdlog v4.1.1 |
1861 | 2024-08-16T03:39:00.606Z | Checking tar v0.4.41 |
1862 | 2024-08-16T03:39:00.655Z | Checking slog-envlogger v2.2.0 |
1863 | 2024-08-16T03:39:00.874Z | Checking same-file v1.0.6 |
1864 | 2024-08-16T03:39:00.878Z | Checking newline-converter v0.3.0 |
1865 | 2024-08-16T03:39:01.046Z | Checking expectorate v1.1.0 |
1866 | 2024-08-16T03:39:01.049Z | Checking walkdir v2.5.0 |
1867 | 2024-08-16T03:39:01.213Z | Checking tungstenite v0.21.0 |
1868 | 2024-08-16T03:39:01.234Z | Checking atty v0.2.14 |
1869 | 2024-08-16T03:39:01.317Z | Compiling derive-where v1.2.7 |
1870 | 2024-08-16T03:39:01.350Z | Checking pem v3.0.4 |
1871 | 2024-08-16T03:39:01.352Z | Checking password-hash v0.5.0 |
1872 | 2024-08-16T03:39:01.392Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1873 | 2024-08-16T03:39:01.652Z | Checking blake2 v0.10.6 |
1874 | 2024-08-16T03:39:01.882Z | Checking tungstenite v0.20.1 |
1875 | 2024-08-16T03:39:01.906Z | Checking env_logger v0.9.3 |
1876 | 2024-08-16T03:39:02.078Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1877 | 2024-08-16T03:39:02.138Z | Checking argon2 v0.5.3 |
1878 | 2024-08-16T03:39:02.172Z | Checking tokio-tungstenite v0.21.0 |
1879 | 2024-08-16T03:39:02.347Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1880 | 2024-08-16T03:39:02.706Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1881 | 2024-08-16T03:39:02.750Z | Compiling bitstruct_derive v0.1.0 |
1882 | 2024-08-16T03:39:02.848Z | Checking ascii v1.1.0 |
1883 | 2024-08-16T03:39:02.873Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1884 | 2024-08-16T03:39:02.878Z | Checking tokio-tungstenite v0.20.1 |
1885 | 2024-08-16T03:39:03.298Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1886 | 2024-08-16T03:39:03.321Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1887 | 2024-08-16T03:39:03.487Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1888 | 2024-08-16T03:39:03.513Z | Checking atomicwrites v0.4.3 |
1889 | 2024-08-16T03:39:03.686Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1890 | 2024-08-16T03:39:03.758Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1891 | 2024-08-16T03:39:03.788Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1892 | 2024-08-16T03:39:04.112Z | Checking erased-serde v0.3.31 |
1893 | 2024-08-16T03:39:04.115Z | Checking serde_arrays v0.1.0 |
1894 | 2024-08-16T03:39:04.311Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1895 | 2024-08-16T03:39:04.338Z | Checking bitstruct v0.1.1 |
1896 | 2024-08-16T03:39:04.399Z | Compiling heck v0.3.3 |
1897 | 2024-08-16T03:39:04.455Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1898 | 2024-08-16T03:39:04.663Z | Compiling convert_case v0.4.0 |
1899 | 2024-08-16T03:39:04.769Z | Checking yasna v0.5.2 |
1900 | 2024-08-16T03:39:04.852Z | Compiling zone_cfg_derive v0.1.2 |
1901 | 2024-08-16T03:39:05.242Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1902 | 2024-08-16T03:39:05.245Z | Checking headers-core v0.2.0 |
1903 | 2024-08-16T03:39:05.617Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1904 | 2024-08-16T03:39:05.707Z | Compiling derive_more v0.99.18 |
1905 | 2024-08-16T03:39:05.789Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1906 | 2024-08-16T03:39:05.939Z | Checking base64 v0.13.1 |
1907 | 2024-08-16T03:39:06.142Z | Checking rcgen v0.12.1 |
1908 | 2024-08-16T03:39:06.402Z | Checking ron v0.7.1 |
1909 | 2024-08-16T03:39:06.534Z | Checking zone v0.1.8 |
1910 | 2024-08-16T03:39:06.887Z | Checking headers v0.3.9 |
1911 | 2024-08-16T03:39:07.316Z | Checking portpicker v0.1.1 |
1912 | 2024-08-16T03:39:07.361Z | Checking mockall v0.13.0 |
1913 | 2024-08-16T03:39:07.468Z | Checking subprocess v0.2.9 |
1914 | 2024-08-16T03:39:07.628Z | Checking half v2.4.1 |
1915 | 2024-08-16T03:39:07.684Z | Checking ciborium-io v0.2.2 |
1916 | 2024-08-16T03:39:07.827Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1917 | 2024-08-16T03:39:08.081Z | Compiling rayon-core v1.12.1 |
1918 | 2024-08-16T03:39:08.102Z | Compiling prettyplease v0.2.20 |
1919 | 2024-08-16T03:39:08.126Z | Checking ciborium-ll v0.2.2 |
1920 | 2024-08-16T03:39:08.452Z | Checking swrite v0.1.0 |
1921 | 2024-08-16T03:39:08.479Z | Checking ciborium v0.2.2 |
1922 | 2024-08-16T03:39:08.524Z | Compiling home v0.5.9 |
1923 | 2024-08-16T03:39:08.586Z | Compiling semver v0.1.20 |
1924 | 2024-08-16T03:39:08.818Z | Checking linked-hash-map v0.5.6 |
1925 | 2024-08-16T03:39:08.995Z | Compiling rustc_version v0.1.7 |
1926 | 2024-08-16T03:39:09.173Z | Checking lru-cache v0.1.2 |
1927 | 2024-08-16T03:39:09.201Z | Compiling slog-dtrace v0.3.0 |
1928 | 2024-08-16T03:39:09.307Z | Compiling blake3 v1.5.1 |
1929 | 2024-08-16T03:39:09.381Z | Compiling ring v0.16.20 |
1930 | 2024-08-16T03:39:09.542Z | Compiling newtype_derive v0.1.6 |
1931 | 2024-08-16T03:39:09.595Z | Compiling cancel-safe-futures v0.1.5 |
1932 | 2024-08-16T03:39:10.054Z | Checking steno v0.4.1 |
1933 | 2024-08-16T03:39:10.313Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1934 | 2024-08-16T03:39:10.718Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1935 | 2024-08-16T03:39:10.878Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1936 | 2024-08-16T03:39:11.638Z | Checking num-rational v0.4.2 |
1937 | 2024-08-16T03:39:12.312Z | Checking itertools v0.13.0 |
1938 | 2024-08-16T03:39:12.401Z | Checking num-complex v0.4.6 |
1939 | 2024-08-16T03:39:13.322Z | Checking num v0.4.3 |
1940 | 2024-08-16T03:39:13.393Z | Checking float-ord v0.3.2 |
1941 | 2024-08-16T03:39:13.442Z | Checking resolv-conf v0.7.0 |
1942 | 2024-08-16T03:39:13.963Z | Checking hickory-resolver v0.24.1 |
1943 | 2024-08-16T03:39:14.016Z | Checking libsw v3.3.1 |
1944 | 2024-08-16T03:39:14.659Z | Checking linear-map v1.2.0 |
1945 | 2024-08-16T03:39:14.702Z | Checking owo-colors v4.0.0 |
1946 | 2024-08-16T03:39:15.009Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1947 | 2024-08-16T03:39:15.151Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1948 | 2024-08-16T03:39:16.695Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1949 | 2024-08-16T03:39:17.413Z | Compiling crossbeam-deque v0.8.5 |
1950 | 2024-08-16T03:39:19.125Z | Compiling memmap2 v0.9.4 |
1951 | 2024-08-16T03:39:19.149Z | Compiling constant_time_eq v0.3.0 |
1952 | 2024-08-16T03:39:19.502Z | Compiling arrayref v0.3.7 |
1953 | 2024-08-16T03:39:19.553Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1954 | 2024-08-16T03:39:19.582Z | Compiling untrusted v0.7.1 |
1955 | 2024-08-16T03:39:19.607Z | Compiling spin v0.5.2 |
1956 | 2024-08-16T03:39:19.791Z | Compiling rayon v1.10.0 |
1957 | 2024-08-16T03:39:19.847Z | Compiling arrayvec v0.7.4 |
1958 | 2024-08-16T03:39:21.011Z | Compiling toolchain_find v0.4.0 |
1959 | 2024-08-16T03:39:21.155Z | Compiling topological-sort v0.2.2 |
1960 | 2024-08-16T03:39:21.174Z | Checking display-error-chain v0.2.0 |
1961 | 2024-08-16T03:39:21.312Z | Compiling rustfmt-wrapper v0.2.1 |
1962 | 2024-08-16T03:39:21.352Z | Checking nibble_vec v0.1.0 |
1963 | 2024-08-16T03:39:21.550Z | Checking endian-type v0.1.2 |
1964 | 2024-08-16T03:39:21.694Z | Checking fxhash v0.2.1 |
1965 | 2024-08-16T03:39:21.767Z | Checking radix_trie v0.2.1 |
1966 | 2024-08-16T03:39:21.876Z | Checking keccak v0.1.5 |
1967 | 2024-08-16T03:39:21.901Z | Checking secrecy v0.8.0 |
1968 | 2024-08-16T03:39:22.118Z | Checking universal-hash v0.5.1 |
1969 | 2024-08-16T03:39:22.182Z | Checking opaque-debug v0.3.1 |
1970 | 2024-08-16T03:39:22.202Z | Checking sha3 v0.10.8 |
1971 | 2024-08-16T03:39:22.280Z | Compiling curve25519-dalek v4.1.3 |
1972 | 2024-08-16T03:39:22.304Z | Compiling radium v0.7.0 |
1973 | 2024-08-16T03:39:22.607Z | Checking maplit v1.0.2 |
1974 | 2024-08-16T03:39:22.724Z | Checking aead v0.5.2 |
1975 | 2024-08-16T03:39:22.826Z | Compiling curve25519-dalek-derive v0.1.1 |
1976 | 2024-08-16T03:39:22.954Z | Compiling maybe-uninit v2.0.0 |
1977 | 2024-08-16T03:39:23.045Z | Checking tap v1.0.1 |
1978 | 2024-08-16T03:39:23.209Z | Checking wyz v0.5.1 |
1979 | 2024-08-16T03:39:23.606Z | Checking poly1305 v0.8.0 |
1980 | 2024-08-16T03:39:23.959Z | Checking chacha20 v0.9.1 |
1981 | 2024-08-16T03:39:23.979Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1982 | 2024-08-16T03:39:24.311Z | Compiling packed_struct v0.10.1 |
1983 | 2024-08-16T03:39:24.493Z | Checking funty v2.0.0 |
1984 | 2024-08-16T03:39:24.514Z | Checking crc-catalog v2.4.0 |
1985 | 2024-08-16T03:39:24.660Z | Compiling omicron-zone-package v0.11.0 |
1986 | 2024-08-16T03:39:24.814Z | Checking crc v3.2.1 |
1987 | 2024-08-16T03:39:25.371Z | Checking gethostname v0.5.0 |
1988 | 2024-08-16T03:39:25.432Z | Compiling packed_struct_codegen v0.10.1 |
1989 | 2024-08-16T03:39:25.469Z | Checking bitvec v1.0.1 |
1990 | 2024-08-16T03:39:25.502Z | Compiling indexmap v1.9.3 |
1991 | 2024-08-16T03:39:25.827Z | Compiling libefi-sys v0.1.0 |
1992 | 2024-08-16T03:39:26.133Z | Checking nodrop v0.1.14 |
1993 | 2024-08-16T03:39:26.242Z | Checking array-init v0.0.4 |
1994 | 2024-08-16T03:39:26.314Z | Checking smallvec v0.6.14 |
1995 | 2024-08-16T03:39:26.718Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1996 | 2024-08-16T03:39:27.109Z | Compiling bitfield-struct v0.6.1 |
1997 | 2024-08-16T03:39:27.170Z | Checking bitfield v0.14.0 |
1998 | 2024-08-16T03:39:27.236Z | Checking hashbrown v0.12.3 |
1999 | 2024-08-16T03:39:27.482Z | Checking serde-hex v0.1.0 |
2000 | 2024-08-16T03:39:28.544Z | Checking bzip2 v0.4.4 |
2001 | 2024-08-16T03:39:28.684Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2002 | 2024-08-16T03:39:28.861Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2003 | 2024-08-16T03:39:29.018Z | Checking env_logger v0.10.2 |
2004 | 2024-08-16T03:39:29.088Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2005 | 2024-08-16T03:39:29.135Z | Checking ron v0.8.1 |
2006 | 2024-08-16T03:39:29.295Z | Checking x509-cert v0.2.5 |
2007 | 2024-08-16T03:39:29.410Z | Checking hashbrown v0.13.2 |
2008 | 2024-08-16T03:39:29.460Z | Compiling thiserror-impl-no-std v2.0.2 |
2009 | 2024-08-16T03:39:30.540Z | Compiling async-recursion v1.1.1 |
2010 | 2024-08-16T03:39:30.562Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2011 | 2024-08-16T03:39:30.687Z | Checking crc-any v2.5.0 |
2012 | 2024-08-16T03:39:31.074Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2013 | 2024-08-16T03:39:31.105Z | Checking object v0.30.4 |
2014 | 2024-08-16T03:39:31.167Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2015 | 2024-08-16T03:39:31.557Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2016 | 2024-08-16T03:39:31.704Z | Checking zip v0.6.6 |
2017 | 2024-08-16T03:39:31.806Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2018 | 2024-08-16T03:39:31.905Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2019 | 2024-08-16T03:39:32.161Z | Compiling parking_lot_core v0.8.6 |
2020 | 2024-08-16T03:39:32.363Z | Checking path-slash v0.1.5 |
2021 | 2024-08-16T03:39:32.402Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2022 | 2024-08-16T03:39:32.499Z | Checking chacha20poly1305 v0.10.1 |
2023 | 2024-08-16T03:39:32.521Z | Checking glob v0.3.1 |
2024 | 2024-08-16T03:39:32.710Z | Checking hickory-client v0.24.1 |
2025 | 2024-08-16T03:39:32.789Z | Checking hickory-server v0.24.1 |
2026 | 2024-08-16T03:39:32.836Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2027 | 2024-08-16T03:39:32.999Z | Checking thiserror-no-std v2.0.2 |
2028 | 2024-08-16T03:39:33.095Z | Checking parking_lot v0.11.2 |
2029 | 2024-08-16T03:39:33.128Z | Checking vsss-rs v3.3.4 |
2030 | 2024-08-16T03:39:33.211Z | Checking crossterm v0.28.1 |
2031 | 2024-08-16T03:39:33.366Z | Compiling buf-list v1.0.3 |
2032 | 2024-08-16T03:39:33.457Z | Checking sled v0.34.7 |
2033 | 2024-08-16T03:39:34.126Z | Compiling unicase v2.7.0 |
2034 | 2024-08-16T03:39:34.678Z | Checking nanorand v0.7.0 |
2035 | 2024-08-16T03:39:35.089Z | Checking flume v0.11.0 |
2036 | 2024-08-16T03:39:35.653Z | Checking kstat-rs v0.2.4 |
2037 | 2024-08-16T03:39:36.012Z | Compiling vte_generate_state_changes v0.1.1 |
2038 | 2024-08-16T03:39:36.068Z | Checking fd-lock v4.0.2 |
2039 | 2024-08-16T03:39:36.251Z | Compiling mime_guess v2.0.4 |
2040 | 2024-08-16T03:39:36.419Z | Checking crossterm v0.27.0 |
2041 | 2024-08-16T03:39:36.576Z | Checking nu-ansi-term v0.50.0 |
2042 | 2024-08-16T03:39:36.628Z | Compiling dsl_auto_type v0.1.2 |
2043 | 2024-08-16T03:39:36.698Z | Checking vte v0.11.1 |
2044 | 2024-08-16T03:39:37.017Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2045 | 2024-08-16T03:39:37.292Z | Checking scheduled-thread-pool v0.2.7 |
2046 | 2024-08-16T03:39:37.415Z | Compiling diesel_table_macro_syntax v0.2.0 |
2047 | 2024-08-16T03:39:37.544Z | Compiling pin-project-internal v1.1.5 |
2048 | 2024-08-16T03:39:37.895Z | Checking http-range v0.1.5 |
2049 | 2024-08-16T03:39:38.091Z | Compiling crunchy v0.2.2 |
2050 | 2024-08-16T03:39:38.251Z | Checking strip-ansi-escapes v0.2.0 |
2051 | 2024-08-16T03:39:38.251Z | Checking r2d2 v0.8.10 |
2052 | 2024-08-16T03:39:38.371Z | Compiling diesel_derives v2.2.2 |
2053 | 2024-08-16T03:39:38.413Z | Checking reedline v0.33.0 |
2054 | 2024-08-16T03:39:38.454Z | Checking hyper-staticfile v0.9.5 |
2055 | 2024-08-16T03:39:38.519Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2056 | 2024-08-16T03:39:38.685Z | Compiling clang-sys v1.7.0 |
2057 | 2024-08-16T03:39:38.759Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2058 | 2024-08-16T03:39:38.841Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2059 | 2024-08-16T03:39:38.887Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2060 | 2024-08-16T03:39:39.470Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2061 | 2024-08-16T03:39:40.910Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2062 | 2024-08-16T03:39:41.423Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2063 | 2024-08-16T03:39:43.128Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2064 | 2024-08-16T03:39:43.716Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2065 | 2024-08-16T03:39:44.372Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2066 | 2024-08-16T03:39:45.464Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2067 | 2024-08-16T03:39:45.625Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2068 | 2024-08-16T03:39:45.851Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2069 | 2024-08-16T03:39:46.629Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2070 | 2024-08-16T03:39:46.919Z | Checking pin-project v1.1.5 |
2071 | 2024-08-16T03:39:47.044Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2072 | 2024-08-16T03:39:47.100Z | Compiling tiny-keccak v2.0.2 |
2073 | 2024-08-16T03:39:47.443Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2074 | 2024-08-16T03:39:47.458Z | Compiling ref-cast v1.0.23 |
2075 | 2024-08-16T03:39:47.714Z | Checking bytecount v0.6.8 |
2076 | 2024-08-16T03:39:47.875Z | Checking papergrid v0.11.0 |
2077 | 2024-08-16T03:39:48.725Z | Compiling ascii-canvas v3.0.0 |
2078 | 2024-08-16T03:39:48.826Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2079 | 2024-08-16T03:39:49.144Z | Compiling tabled_derive v0.7.0 |
2080 | 2024-08-16T03:39:49.410Z | Compiling ena v0.14.3 |
2081 | 2024-08-16T03:39:49.595Z | Compiling ref-cast-impl v1.0.23 |
2082 | 2024-08-16T03:39:49.831Z | Compiling libloading v0.8.3 |
2083 | 2024-08-16T03:39:50.282Z | Compiling bindgen v0.69.4 |
2084 | 2024-08-16T03:39:50.814Z | Compiling regex-syntax v0.6.29 |
2085 | 2024-08-16T03:39:51.171Z | Compiling diff v0.1.13 |
2086 | 2024-08-16T03:39:51.682Z | Checking tabled v0.15.0 |
2087 | 2024-08-16T03:39:51.704Z | Checking diesel v2.2.2 |
2088 | 2024-08-16T03:39:52.541Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2089 | 2024-08-16T03:39:54.650Z | Compiling lalrpop v0.19.12 |
2090 | 2024-08-16T03:39:56.534Z | Compiling which v4.4.2 |
2091 | 2024-08-16T03:39:56.860Z | Checking signal-hook-tokio v0.3.1 |
2092 | 2024-08-16T03:39:57.044Z | Compiling cexpr v0.6.0 |
2093 | 2024-08-16T03:39:57.129Z | Compiling shlex v1.3.0 |
2094 | 2024-08-16T03:39:57.588Z | Compiling rustc-hash v1.1.0 |
2095 | 2024-08-16T03:39:57.751Z | Compiling lazycell v1.3.0 |
2096 | 2024-08-16T03:39:58.881Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2097 | 2024-08-16T03:40:02.281Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2098 | 2024-08-16T03:40:03.483Z | Checking oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2099 | 2024-08-16T03:40:07.713Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2100 | 2024-08-16T03:40:08.807Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2101 | 2024-08-16T03:40:09.538Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2102 | 2024-08-16T03:40:09.660Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2103 | 2024-08-16T03:40:10.111Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2104 | 2024-08-16T03:40:10.177Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2105 | 2024-08-16T03:40:10.433Z | Compiling derive_builder_core v0.20.0 |
2106 | 2024-08-16T03:40:12.933Z | Compiling libxml v0.3.3 |
2107 | 2024-08-16T03:40:13.325Z | Compiling memoffset v0.9.1 |
2108 | 2024-08-16T03:40:13.873Z | Compiling derive_builder_macro v0.20.0 |
2109 | 2024-08-16T03:40:14.037Z | Compiling peg-macros v0.8.4 |
2110 | 2024-08-16T03:40:14.554Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2111 | 2024-08-16T03:40:14.732Z | Compiling snafu-derive v0.8.2 |
2112 | 2024-08-16T03:40:15.546Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2113 | 2024-08-16T03:40:15.784Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2114 | 2024-08-16T03:40:16.400Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2115 | 2024-08-16T03:40:17.420Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2116 | 2024-08-16T03:40:18.456Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2117 | 2024-08-16T03:40:18.486Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2118 | 2024-08-16T03:40:19.336Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2119 | 2024-08-16T03:40:20.433Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2120 | 2024-08-16T03:40:21.249Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2121 | 2024-08-16T03:40:22.045Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2122 | 2024-08-16T03:40:23.230Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2123 | 2024-08-16T03:40:23.649Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2124 | 2024-08-16T03:40:23.942Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2125 | 2024-08-16T03:40:26.008Z | Compiling strum_macros v0.24.3 |
2126 | 2024-08-16T03:40:26.346Z | Compiling sqlparser_derive v0.2.2 |
2127 | 2024-08-16T03:40:27.320Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2128 | 2024-08-16T03:40:27.498Z | Compiling cookie v0.18.1 |
2129 | 2024-08-16T03:40:27.719Z | Compiling indoc v1.0.9 |
2130 | 2024-08-16T03:40:27.976Z | Checking unicode_categories v0.1.1 |
2131 | 2024-08-16T03:40:28.288Z | Checking sqlformat v0.2.4 |
2132 | 2024-08-16T03:40:28.716Z | Checking rustyline v14.0.0 |
2133 | 2024-08-16T03:40:28.811Z | Checking sqlparser v0.45.0 |
2134 | 2024-08-16T03:40:29.661Z | Checking snafu v0.8.2 |
2135 | 2024-08-16T03:40:30.189Z | Checking peg v0.8.4 |
2136 | 2024-08-16T03:40:30.241Z | Checking derive_builder v0.20.0 |
2137 | 2024-08-16T03:40:30.385Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2138 | 2024-08-16T03:40:30.455Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2139 | 2024-08-16T03:40:30.763Z | Checking globset v0.4.14 |
2140 | 2024-08-16T03:40:30.927Z | Checking olpc-cjson v0.1.3 |
2141 | 2024-08-16T03:40:31.156Z | Checking serde_plain v1.0.2 |
2142 | 2024-08-16T03:40:31.257Z | Checking quick-xml v0.31.0 |
2143 | 2024-08-16T03:40:31.398Z | Checking bcs v0.1.6 |
2144 | 2024-08-16T03:40:31.852Z | Compiling oso-derive v0.27.3 |
2145 | 2024-08-16T03:40:32.082Z | Compiling impl-trait-for-tuples v0.2.2 |
2146 | 2024-08-16T03:40:32.912Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2147 | 2024-08-16T03:40:32.958Z | Checking typed-path v0.7.1 |
2148 | 2024-08-16T03:40:33.097Z | Checking highway v1.2.0 |
2149 | 2024-08-16T03:40:33.349Z | Checking nix v0.27.1 |
2150 | 2024-08-16T03:40:33.997Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2151 | 2024-08-16T03:40:34.705Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2152 | 2024-08-16T03:40:34.880Z | Checking tough v0.17.1 |
2153 | 2024-08-16T03:40:34.967Z | Checking serde-big-array v0.5.1 |
2154 | 2024-08-16T03:40:35.218Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2155 | 2024-08-16T03:40:35.542Z | Checking parse-size v1.0.0 |
2156 | 2024-08-16T03:40:35.907Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2157 | 2024-08-16T03:40:37.903Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2158 | 2024-08-16T03:40:37.976Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2159 | 2024-08-16T03:40:38.280Z | Checking bb8 v0.8.5 |
2160 | 2024-08-16T03:40:38.735Z | Compiling const_format_proc_macros v0.2.32 |
2161 | 2024-08-16T03:40:38.779Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2162 | 2024-08-16T03:40:39.357Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2163 | 2024-08-16T03:40:39.730Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2164 | 2024-08-16T03:40:39.917Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2165 | 2024-08-16T03:40:40.903Z | Checking const_format v0.2.32 |
2166 | 2024-08-16T03:40:41.806Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2167 | 2024-08-16T03:40:42.240Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2168 | 2024-08-16T03:40:42.335Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2169 | 2024-08-16T03:40:43.005Z | Checking assert_matches v1.5.0 |
2170 | 2024-08-16T03:40:43.111Z | Checking heck v0.4.1 |
2171 | 2024-08-16T03:40:43.114Z | Compiling portable-atomic v1.6.0 |
2172 | 2024-08-16T03:40:43.175Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2173 | 2024-08-16T03:40:43.332Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2174 | 2024-08-16T03:40:43.733Z | Compiling libz-sys v1.1.16 |
2175 | 2024-08-16T03:40:43.753Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2176 | 2024-08-16T03:40:44.800Z | Checking rand_seeder v0.3.0 |
2177 | 2024-08-16T03:40:45.046Z | Checking number_prefix v0.4.0 |
2178 | 2024-08-16T03:40:45.277Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2179 | 2024-08-16T03:40:45.353Z | Checking indicatif v0.17.8 |
2180 | 2024-08-16T03:40:46.111Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2181 | 2024-08-16T03:40:46.520Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2182 | 2024-08-16T03:40:47.156Z | Compiling vergen v8.3.2 |
2183 | 2024-08-16T03:40:47.532Z | Compiling cargo-platform v0.1.8 |
2184 | 2024-08-16T03:40:48.052Z | Checking is_ci v1.2.0 |
2185 | 2024-08-16T03:40:48.196Z | Checking supports-color v3.0.0 |
2186 | 2024-08-16T03:40:48.214Z | Compiling cargo_metadata v0.18.1 |
2187 | 2024-08-16T03:40:48.415Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2188 | 2024-08-16T03:40:49.625Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2189 | 2024-08-16T03:40:50.548Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2190 | 2024-08-16T03:40:50.846Z | Checking castaway v0.2.3 |
2191 | 2024-08-16T03:40:51.022Z | Compiling libsqlite3-sys v0.28.0 |
2192 | 2024-08-16T03:40:51.218Z | Checking compact_str v0.8.0 |
2193 | 2024-08-16T03:40:51.629Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2194 | 2024-08-16T03:40:51.743Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2195 | 2024-08-16T03:40:51.936Z | Checking unicode-truncate v1.0.0 |
2196 | 2024-08-16T03:40:52.043Z | Checking lru v0.12.3 |
2197 | 2024-08-16T03:40:52.064Z | Compiling instability v0.3.2 |
2198 | 2024-08-16T03:40:52.169Z | Checking cassowary v0.3.0 |
2199 | 2024-08-16T03:40:52.541Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2200 | 2024-08-16T03:40:52.569Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2201 | 2024-08-16T03:40:52.766Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2202 | 2024-08-16T03:40:53.100Z | Checking ratatui v0.28.0 |
2203 | 2024-08-16T03:40:53.299Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2204 | 2024-08-16T03:40:53.775Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2205 | 2024-08-16T03:40:55.160Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2206 | 2024-08-16T03:40:55.219Z | Checking hashlink v0.9.1 |
2207 | 2024-08-16T03:40:55.878Z | Checking smawk v0.3.2 |
2208 | 2024-08-16T03:40:55.980Z | Checking fallible-iterator v0.3.0 |
2209 | 2024-08-16T03:40:56.089Z | Checking fallible-streaming-iterator v0.1.9 |
2210 | 2024-08-16T03:40:56.342Z | Checking unicode-linebreak v0.1.5 |
2211 | 2024-08-16T03:40:56.400Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2212 | 2024-08-16T03:40:56.638Z | Checking rusqlite v0.31.0 |
2213 | 2024-08-16T03:40:56.692Z | Checking textwrap v0.16.1 |
2214 | 2024-08-16T03:40:56.713Z | Checking twox-hash v1.6.3 |
2215 | 2024-08-16T03:40:57.130Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2216 | 2024-08-16T03:40:57.180Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2217 | 2024-08-16T03:40:58.304Z | Checking fatfs v0.3.6 |
2218 | 2024-08-16T03:40:58.872Z | Checking csv-core v0.1.11 |
2219 | 2024-08-16T03:40:59.236Z | Checking shell-words v1.1.0 |
2220 | 2024-08-16T03:40:59.265Z | Checking csv v1.3.0 |
2221 | 2024-08-16T03:40:59.420Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2222 | 2024-08-16T03:41:00.328Z | Checking rtoolbox v0.0.2 |
2223 | 2024-08-16T03:41:00.537Z | Checking rpassword v7.3.1 |
2224 | 2024-08-16T03:41:02.322Z | Checking tui-tree-widget v0.22.0 |
2225 | 2024-08-16T03:41:02.671Z | Checking polyval v0.6.2 |
2226 | 2024-08-16T03:41:02.965Z | Checking rfc6979 v0.4.0 |
2227 | 2024-08-16T03:41:03.167Z | Checking plotters-backend v0.3.5 |
2228 | 2024-08-16T03:41:03.544Z | Checking plotters-svg v0.3.5 |
2229 | 2024-08-16T03:41:03.779Z | Checking ecdsa v0.16.9 |
2230 | 2024-08-16T03:41:04.521Z | Checking ghash v0.5.1 |
2231 | 2024-08-16T03:41:04.665Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2232 | 2024-08-16T03:41:05.862Z | Checking primeorder v0.13.6 |
2233 | 2024-08-16T03:41:06.301Z | Checking ctr v0.9.2 |
2234 | 2024-08-16T03:41:06.853Z | Checking cast v0.3.0 |
2235 | 2024-08-16T03:41:06.996Z | Checking yansi v0.5.1 |
2236 | 2024-08-16T03:41:07.170Z | Checking criterion-plot v0.5.0 |
2237 | 2024-08-16T03:41:07.286Z | Checking pretty_assertions v1.4.0 |
2238 | 2024-08-16T03:41:07.495Z | Checking aes-gcm v0.10.3 |
2239 | 2024-08-16T03:41:07.607Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2240 | 2024-08-16T03:41:07.727Z | Checking plotters v0.3.5 |
2241 | 2024-08-16T03:41:09.401Z | Checking ed25519 v2.2.3 |
2242 | 2024-08-16T03:41:09.716Z | Checking ssh-encoding v0.2.0 |
2243 | 2024-08-16T03:41:10.062Z | Checking tinytemplate v1.2.1 |
2244 | 2024-08-16T03:41:10.468Z | Checking blowfish v0.9.1 |
2245 | 2024-08-16T03:41:10.700Z | Checking option-ext v0.2.0 |
2246 | 2024-08-16T03:41:10.835Z | Checking anes v0.1.6 |
2247 | 2024-08-16T03:41:11.195Z | Checking oorandom v11.1.3 |
2248 | 2024-08-16T03:41:11.356Z | Checking criterion v0.5.1 |
2249 | 2024-08-16T03:41:14.085Z | Checking dirs-sys v0.4.1 |
2250 | 2024-08-16T03:41:14.265Z | Checking bcrypt-pbkdf v0.10.0 |
2251 | 2024-08-16T03:41:14.518Z | Checking ssh-cipher v0.2.0 |
2252 | 2024-08-16T03:41:14.735Z | Checking ed25519-dalek v2.1.1 |
2253 | 2024-08-16T03:41:14.819Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2254 | 2024-08-16T03:41:15.104Z | Checking password-hash v0.4.2 |
2255 | 2024-08-16T03:41:15.524Z | Checking hex-literal v0.4.1 |
2256 | 2024-08-16T03:41:15.664Z | Checking matches v0.1.10 |
2257 | 2024-08-16T03:41:15.770Z | Checking idna v0.2.3 |
2258 | 2024-08-16T03:41:16.347Z | Checking pbkdf2 v0.11.0 |
2259 | 2024-08-16T03:41:16.552Z | Checking ssh-key v0.6.6 |
2260 | 2024-08-16T03:41:16.612Z | Checking dirs v5.0.1 |
2261 | 2024-08-16T03:41:16.756Z | Checking p521 v0.13.3 |
2262 | 2024-08-16T03:41:17.966Z | Checking p384 v0.13.0 |
2263 | 2024-08-16T03:41:18.255Z | Checking p256 v0.13.2 |
2264 | 2024-08-16T03:41:18.749Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2265 | 2024-08-16T03:41:18.938Z | Checking russh-cryptovec v0.7.2 |
2266 | 2024-08-16T03:41:19.077Z | Compiling enum-as-inner v0.5.1 |
2267 | 2024-08-16T03:41:19.157Z | Checking md5 v0.7.0 |
2268 | 2024-08-16T03:41:19.457Z | Compiling doc-comment v0.3.3 |
2269 | 2024-08-16T03:41:19.513Z | Compiling target-lexicon v0.12.16 |
2270 | 2024-08-16T03:41:20.136Z | Checking trust-dns-proto v0.22.0 |
2271 | 2024-08-16T03:41:20.225Z | Checking russh-keys v0.44.0 |
2272 | 2024-08-16T03:41:20.498Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2273 | 2024-08-16T03:41:21.641Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2274 | 2024-08-16T03:41:22.269Z | Checking http-body v1.0.0 |
2275 | 2024-08-16T03:41:22.437Z | Checking num-bigint v0.4.5 |
2276 | 2024-08-16T03:41:22.477Z | Compiling dhcproto-macros v0.1.0 |
2277 | 2024-08-16T03:41:23.483Z | Compiling assert_cmd v2.0.16 |
2278 | 2024-08-16T03:41:23.750Z | Compiling guppy-workspace-hack v0.1.0 |
2279 | 2024-08-16T03:41:23.903Z | Checking tower-layer v0.3.2 |
2280 | 2024-08-16T03:41:24.098Z | Checking dhcproto v0.12.0 |
2281 | 2024-08-16T03:41:24.177Z | Checking tower v0.4.13 |
2282 | 2024-08-16T03:41:24.937Z | Checking hyper v1.3.1 |
2283 | 2024-08-16T03:41:24.976Z | Checking russh v0.44.1 |
2284 | 2024-08-16T03:41:26.156Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2285 | 2024-08-16T03:41:26.176Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2286 | 2024-08-16T03:41:26.659Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2287 | 2024-08-16T03:41:27.069Z | Compiling target-spec v3.2.1 |
2288 | 2024-08-16T03:41:27.260Z | Checking internet-checksum v0.2.1 |
2289 | 2024-08-16T03:41:28.396Z | Compiling samael v0.0.15 |
2290 | 2024-08-16T03:41:28.731Z | Checking hyper-util v0.1.3 |
2291 | 2024-08-16T03:41:29.205Z | Checking cfg-expr v0.16.0 |
2292 | 2024-08-16T03:41:29.440Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2293 | 2024-08-16T03:41:29.955Z | Checking rustls-native-certs v0.7.0 |
2294 | 2024-08-16T03:41:30.109Z | Checking httptest v0.15.5 |
2295 | 2024-08-16T03:41:30.276Z | Checking num_cpus v1.16.0 |
2296 | 2024-08-16T03:41:30.845Z | Checking threadpool v1.8.1 |
2297 | 2024-08-16T03:41:31.040Z | Checking hyper-rustls v0.26.0 |
2298 | 2024-08-16T03:41:31.749Z | Checking pathdiff v0.2.1 |
2299 | 2024-08-16T03:41:31.904Z | Compiling rstest_macros v0.19.0 |
2300 | 2024-08-16T03:41:32.235Z | Checking escape8259 v0.5.2 |
2301 | 2024-08-16T03:41:32.419Z | Checking nested v0.1.1 |
2302 | 2024-08-16T03:41:32.569Z | Checking libtest-mimic v0.7.3 |
2303 | 2024-08-16T03:41:32.626Z | Checking guppy v0.17.7 |
2304 | 2024-08-16T03:41:33.037Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2305 | 2024-08-16T03:41:33.352Z | Checking similar-asserts v1.5.0 |
2306 | 2024-08-16T03:41:33.595Z | Checking fancy-regex v0.13.0 |
2307 | 2024-08-16T03:41:33.995Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2308 | 2024-08-16T03:41:34.327Z | Compiling relative-path v1.9.3 |
2309 | 2024-08-16T03:41:34.675Z | Compiling trybuild v1.0.99 |
2310 | 2024-08-16T03:41:35.188Z | Checking datatest-stable v0.2.9 |
2311 | 2024-08-16T03:41:35.521Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2312 | 2024-08-16T03:41:36.836Z | Checking blake2b_simd v1.0.2 |
2313 | 2024-08-16T03:41:37.039Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2314 | 2024-08-16T03:41:37.508Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2315 | 2024-08-16T03:41:37.651Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2316 | 2024-08-16T03:41:37.820Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2317 | 2024-08-16T03:41:37.971Z | Compiling git2 v0.19.0 |
2318 | 2024-08-16T03:41:37.995Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2319 | 2024-08-16T03:41:38.296Z | Checking serde_tokenstream v0.2.2 |
2320 | 2024-08-16T03:41:38.357Z | Checking uzers v0.11.3 |
2321 | 2024-08-16T03:41:38.562Z | Checking futures-timer v3.0.3 |
2322 | 2024-08-16T03:41:38.674Z | Checking indent_write v2.2.0 |
2323 | 2024-08-16T03:41:38.835Z | Checking rust-argon2 v2.1.0 |
2324 | 2024-08-16T03:41:38.876Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2325 | 2024-08-16T03:41:40.295Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2326 | 2024-08-16T03:41:40.620Z | Checking rand_distr v0.4.3 |
2327 | 2024-08-16T03:41:41.388Z | Checking multimap v0.10.0 |
2328 | 2024-08-16T03:41:41.695Z | Checking approx v0.5.1 |
2329 | 2024-08-16T03:41:41.965Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2330 | 2024-08-16T03:41:43.576Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2331 | 2024-08-16T03:41:44.257Z | Checking rstest v0.19.0 |
2332 | 2024-08-16T03:41:44.487Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2333 | 2024-08-16T03:41:45.114Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2334 | 2024-08-16T03:41:45.408Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2335 | 2024-08-16T03:41:45.457Z | Checking partial-io v0.5.4 |
2336 | 2024-08-16T03:41:45.842Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2337 | 2024-08-16T03:41:46.041Z | Checking cargo_toml v0.20.4 |
2338 | 2024-08-16T03:41:46.127Z | Checking termios v0.3.3 |
2339 | 2024-08-16T03:41:46.347Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2340 | 2024-08-16T03:41:47.604Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2341 | 2024-08-16T03:41:48.045Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2342 | 2024-08-16T03:42:02.266Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2343 | 2024-08-16T03:42:12.649Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2344 | 2024-08-16T03:42:16.350Z | Compiling polar-core v0.27.3 |
2345 | 2024-08-16T03:42:27.128Z | Checking oso v0.27.3 |
2346 | 2024-08-16T03:42:35.079Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2347 | 2024-08-16T03:42:36.560Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2348 | 2024-08-16T03:42:36.865Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2349 | 2024-08-16T03:43:10.463Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2350 | 2024-08-16T03:43:10.463Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2351 | 2024-08-16T03:43:10.466Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2352 | 2024-08-16T03:44:32.897Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 19s |
2353 | 2024-08-16T03:44:33.235Z | |
2354 | 2024-08-16T03:44:33.235Z | real 6:24.283146381 |
2355 | 2024-08-16T03:44:33.235Z | user 34:46.276937910 |
2356 | 2024-08-16T03:44:33.235Z | sys 5:58.658293653 |
2357 | 2024-08-16T03:44:33.235Z | trap 0.955888664 |
2358 | 2024-08-16T03:44:33.235Z | tflt 1.934574260 |
2359 | 2024-08-16T03:44:33.235Z | dflt 0.778718654 |
2360 | 2024-08-16T03:44:33.235Z | kflt 0.002592578 |
2361 | 2024-08-16T03:44:33.235Z | lock 54:04.772815360 |
2362 | 2024-08-16T03:44:33.235Z | slp 2:03:35.312243673 |
2363 | 2024-08-16T03:44:33.235Z | lat 1:37.621250536 |
2364 | 2024-08-16T03:44:33.238Z | stop 5:27.130538929 |
2365 | 2024-08-16T03:44:33.238Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2366 | 2024-08-16T03:44:33.238Z | + ptime -m cargo doc --workspace --no-deps |
2367 | 2024-08-16T03:44:34.420Z | warning: output filename collision. |
2368 | 2024-08-16T03:44:34.420Z | 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)`. |
2369 | 2024-08-16T03:44:34.420Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2370 | 2024-08-16T03:44:34.420Z | The targets should have unique names. |
2371 | 2024-08-16T03:44:34.420Z | This is a known bug where multiple crates with the same name use |
2372 | 2024-08-16T03:44:34.420Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2373 | 2024-08-16T03:44:34.778Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2374 | 2024-08-16T03:44:34.839Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2375 | 2024-08-16T03:44:34.853Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2376 | 2024-08-16T03:44:34.888Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2377 | 2024-08-16T03:44:34.909Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2378 | 2024-08-16T03:44:34.932Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2379 | 2024-08-16T03:44:34.932Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2380 | 2024-08-16T03:44:35.150Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2381 | 2024-08-16T03:44:35.168Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2382 | 2024-08-16T03:44:35.194Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2383 | 2024-08-16T03:44:35.214Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2384 | 2024-08-16T03:44:35.232Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2385 | 2024-08-16T03:44:35.455Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2386 | 2024-08-16T03:44:35.479Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2387 | 2024-08-16T03:44:35.738Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2388 | 2024-08-16T03:44:36.021Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2389 | 2024-08-16T03:44:36.661Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2390 | 2024-08-16T03:44:39.654Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2391 | 2024-08-16T03:44:39.875Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2392 | 2024-08-16T03:44:39.897Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2393 | 2024-08-16T03:44:40.068Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2394 | 2024-08-16T03:44:40.206Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2395 | 2024-08-16T03:44:40.405Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2396 | 2024-08-16T03:44:40.544Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2397 | 2024-08-16T03:44:40.719Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2398 | 2024-08-16T03:44:41.072Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2399 | 2024-08-16T03:44:41.097Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2400 | 2024-08-16T03:44:41.290Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2401 | 2024-08-16T03:44:41.596Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2402 | 2024-08-16T03:44:41.736Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2403 | 2024-08-16T03:44:41.904Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2404 | 2024-08-16T03:44:42.279Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2405 | 2024-08-16T03:44:42.299Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2406 | 2024-08-16T03:44:42.596Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2407 | 2024-08-16T03:44:42.922Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2408 | 2024-08-16T03:44:43.180Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2409 | 2024-08-16T03:44:43.260Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2410 | 2024-08-16T03:44:43.277Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2411 | 2024-08-16T03:44:43.564Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2412 | 2024-08-16T03:44:43.807Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2413 | 2024-08-16T03:44:43.880Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2414 | 2024-08-16T03:44:46.131Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2415 | 2024-08-16T03:44:47.459Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2416 | 2024-08-16T03:44:48.159Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2417 | 2024-08-16T03:44:48.363Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2418 | 2024-08-16T03:44:49.643Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2419 | 2024-08-16T03:44:50.616Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2420 | 2024-08-16T03:44:52.653Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2421 | 2024-08-16T03:44:52.682Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2422 | 2024-08-16T03:44:53.498Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2423 | 2024-08-16T03:44:53.850Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2424 | 2024-08-16T03:44:54.267Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2425 | 2024-08-16T03:44:55.742Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2426 | 2024-08-16T03:44:56.749Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2427 | 2024-08-16T03:44:58.237Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2428 | 2024-08-16T03:44:58.932Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2429 | 2024-08-16T03:44:59.555Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2430 | 2024-08-16T03:44:59.588Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2431 | 2024-08-16T03:45:00.320Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2432 | 2024-08-16T03:45:00.323Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2433 | 2024-08-16T03:45:00.697Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2434 | 2024-08-16T03:45:01.287Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2435 | 2024-08-16T03:45:01.420Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2436 | 2024-08-16T03:45:01.511Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2437 | 2024-08-16T03:45:01.685Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2438 | 2024-08-16T03:45:02.290Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2439 | 2024-08-16T03:45:02.293Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2440 | 2024-08-16T03:45:02.736Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2441 | 2024-08-16T03:45:02.859Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2442 | 2024-08-16T03:45:03.104Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2443 | 2024-08-16T03:45:03.343Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2444 | 2024-08-16T03:45:03.365Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2445 | 2024-08-16T03:45:03.430Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2446 | 2024-08-16T03:45:03.791Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2447 | 2024-08-16T03:45:04.046Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2448 | 2024-08-16T03:45:04.443Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2449 | 2024-08-16T03:45:05.363Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2450 | 2024-08-16T03:45:05.383Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2451 | 2024-08-16T03:45:05.800Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2452 | 2024-08-16T03:45:05.841Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2453 | 2024-08-16T03:45:06.624Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2454 | 2024-08-16T03:45:07.215Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2455 | 2024-08-16T03:45:07.545Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2456 | 2024-08-16T03:45:08.495Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2457 | 2024-08-16T03:45:08.965Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2458 | 2024-08-16T03:45:09.264Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2459 | 2024-08-16T03:45:10.321Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2460 | 2024-08-16T03:45:10.580Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2461 | 2024-08-16T03:45:12.723Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2462 | 2024-08-16T03:45:13.305Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2463 | 2024-08-16T03:45:13.977Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2464 | 2024-08-16T03:45:14.136Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2465 | 2024-08-16T03:45:14.637Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2466 | 2024-08-16T03:45:15.014Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2467 | 2024-08-16T03:45:16.097Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2468 | 2024-08-16T03:45:16.116Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2469 | 2024-08-16T03:45:22.373Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2470 | 2024-08-16T03:45:23.047Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2471 | 2024-08-16T03:45:29.233Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2472 | 2024-08-16T03:45:32.570Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2473 | 2024-08-16T03:45:32.722Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2474 | 2024-08-16T03:45:33.869Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2475 | 2024-08-16T03:46:05.777Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2476 | 2024-08-16T03:46:16.250Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2477 | 2024-08-16T03:46:20.132Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2478 | 2024-08-16T03:46:20.948Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2479 | 2024-08-16T03:46:29.147Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2480 | 2024-08-16T03:46:33.429Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2481 | 2024-08-16T03:46:42.893Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2482 | 2024-08-16T03:46:43.966Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2483 | 2024-08-16T03:46:49.162Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2484 | 2024-08-16T03:46:54.957Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2485 | 2024-08-16T03:46:57.387Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2486 | 2024-08-16T03:46:58.655Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2487 | 2024-08-16T03:46:58.975Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2488 | 2024-08-16T03:46:59.418Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2489 | 2024-08-16T03:46:59.810Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2490 | 2024-08-16T03:47:01.349Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2491 | 2024-08-16T03:47:14.322Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2492 | 2024-08-16T03:47:26.729Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2493 | 2024-08-16T03:47:30.469Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2494 | 2024-08-16T03:47:42.126Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2495 | 2024-08-16T03:47:57.470Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2496 | 2024-08-16T03:48:05.924Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2497 | 2024-08-16T03:48:07.696Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2498 | 2024-08-16T03:48:08.109Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2499 | 2024-08-16T03:48:08.968Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2500 | 2024-08-16T03:48:10.732Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2501 | 2024-08-16T03:48:15.658Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2502 | 2024-08-16T03:48:15.682Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2503 | 2024-08-16T03:48:22.151Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2504 | 2024-08-16T03:48:29.091Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2505 | 2024-08-16T03:48:32.185Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2506 | 2024-08-16T03:48:33.932Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2507 | 2024-08-16T03:48:37.756Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2508 | 2024-08-16T03:48:39.492Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2509 | 2024-08-16T03:48:49.625Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2510 | 2024-08-16T03:48:51.029Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2511 | 2024-08-16T03:48:56.113Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2512 | 2024-08-16T03:48:58.750Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2513 | 2024-08-16T03:49:02.489Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2514 | 2024-08-16T03:49:12.999Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2515 | 2024-08-16T03:49:13.383Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2516 | 2024-08-16T03:49:14.541Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2517 | 2024-08-16T03:49:15.027Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2518 | 2024-08-16T03:49:16.953Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2519 | 2024-08-16T03:49:23.001Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2520 | 2024-08-16T03:49:26.796Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2521 | 2024-08-16T03:49:27.411Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2522 | 2024-08-16T03:49:30.266Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2523 | 2024-08-16T03:49:31.637Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2524 | 2024-08-16T03:49:34.752Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2525 | 2024-08-16T03:49:36.577Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2526 | 2024-08-16T03:49:40.894Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2527 | 2024-08-16T03:49:41.080Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2528 | 2024-08-16T03:49:45.108Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2529 | 2024-08-16T03:49:46.072Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2530 | 2024-08-16T03:49:49.154Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2531 | 2024-08-16T03:49:54.247Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2532 | 2024-08-16T03:49:57.008Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2533 | 2024-08-16T03:49:58.797Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2534 | 2024-08-16T03:49:58.905Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2535 | 2024-08-16T03:49:59.347Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2536 | 2024-08-16T03:50:00.360Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2537 | 2024-08-16T03:50:09.124Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2538 | 2024-08-16T03:50:09.400Z | Documenting oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2539 | 2024-08-16T03:50:12.787Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2540 | 2024-08-16T03:50:17.094Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2541 | 2024-08-16T03:50:18.912Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2542 | 2024-08-16T03:50:18.915Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2543 | 2024-08-16T03:50:20.751Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2544 | 2024-08-16T03:50:21.562Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2545 | 2024-08-16T03:50:27.659Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2546 | 2024-08-16T03:50:29.068Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2547 | 2024-08-16T03:50:33.768Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2548 | 2024-08-16T03:50:33.863Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2549 | 2024-08-16T03:50:35.267Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2550 | 2024-08-16T03:50:37.085Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2551 | 2024-08-16T03:50:37.526Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2552 | 2024-08-16T03:50:38.293Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2553 | 2024-08-16T03:50:38.407Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2554 | 2024-08-16T03:50:40.406Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2555 | 2024-08-16T03:50:45.578Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2556 | 2024-08-16T03:50:46.014Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2557 | 2024-08-16T03:50:46.394Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2558 | 2024-08-16T03:50:50.255Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2559 | 2024-08-16T03:50:50.622Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2560 | 2024-08-16T03:50:51.036Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2561 | 2024-08-16T03:50:52.247Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2562 | 2024-08-16T03:50:52.568Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2563 | 2024-08-16T03:50:54.324Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2564 | 2024-08-16T03:50:57.550Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2565 | 2024-08-16T03:50:59.874Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2566 | 2024-08-16T03:51:00.710Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2567 | 2024-08-16T03:51:01.287Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2568 | 2024-08-16T03:51:01.306Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2569 | 2024-08-16T03:51:31.935Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 58s |
2570 | 2024-08-16T03:51:32.094Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 120 other files |
2571 | 2024-08-16T03:51:32.150Z | |
2572 | 2024-08-16T03:51:32.153Z | real 6:58.783673519 |
2573 | 2024-08-16T03:51:32.153Z | user 20:54.014473504 |
2574 | 2024-08-16T03:51:32.153Z | sys 30:51.385685261 |
2575 | 2024-08-16T03:51:32.153Z | trap 0.343788186 |
2576 | 2024-08-16T03:51:32.153Z | tflt 0.174419390 |
2577 | 2024-08-16T03:51:32.153Z | dflt 0.122235519 |
2578 | 2024-08-16T03:51:32.153Z | kflt 0.000024325 |
2579 | 2024-08-16T03:51:32.153Z | lock 1:06:50.057257645 |
2580 | 2024-08-16T03:51:32.153Z | slp 1:57:35.740006565 |
2581 | 2024-08-16T03:51:32.153Z | lat 1:05.126515657 |
2582 | 2024-08-16T03:51:32.153Z | stop 55.366387941 |
2583 | 2024-08-16T03:51:32.153Z | process exited: duration 1040468 ms, exit code 0 |
|
2584 | 2024-08-16T03:51:32.159Z | found 0 output files |