|
|
|
1 | 2023-11-04T19:49:17.922Z | job assigned to worker 01HEDY1A9QNCXSV5EDRNYAGJ89 (queued for 1 m 30 s) |
|
2 | 2023-11-04T19:49:18.235Z | starting task 0: "setup" |
3 | 2023-11-04T19:49:18.311Z | ++ uname -s |
4 | 2023-11-04T19:49:18.314Z | + kern=SunOS |
5 | 2023-11-04T19:49:18.317Z | + case "$kern" in |
6 | 2023-11-04T19:49:18.320Z | + groupadd -g 12345 build |
7 | 2023-11-04T19:49:18.323Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-11-04T19:49:20.331Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-11-04T19:49:20.451Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-11-04T19:49:20.462Z | + home_fs=zfs |
11 | 2023-11-04T19:49:20.473Z | + [[ zfs == autofs ]] |
12 | 2023-11-04T19:49:20.479Z | + mkdir -p /home/build |
13 | 2023-11-04T19:49:20.488Z | + chown build:build /home/build /work |
14 | 2023-11-04T19:49:22.458Z | + chmod 0700 /home/build /work |
15 | 2023-11-04T19:49:22.462Z | process exited: duration 4223 ms, exit code 0 |
|
16 | 2023-11-04T19:49:22.468Z | starting task 1: "rust-toolchain" |
17 | 2023-11-04T19:49:22.481Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-11-04T19:49:22.484Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-11-04T19:49:22.663Z | info: downloading installer |
20 | 2023-11-04T19:49:24.372Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-11-04T19:49:24.375Z | warning: /opt/ooce/bin |
22 | 2023-11-04T19:49:24.378Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-11-04T19:49:24.383Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-11-04T19:49:24.390Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-11-04T19:49:24.404Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-11-04T19:49:24.420Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-11-04T19:49:24.431Z | error: cannot install while Rust is installed |
28 | 2023-11-04T19:49:24.436Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-11-04T19:49:24.473Z | info: profile set to 'default' |
30 | 2023-11-04T19:49:24.480Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-11-04T19:49:24.486Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-11-04T19:49:24.659Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-11-04T19:49:24.666Z | info: downloading component 'cargo' |
34 | 2023-11-04T19:49:25.463Z | info: downloading component 'clippy' |
35 | 2023-11-04T19:49:25.750Z | info: downloading component 'rust-docs' |
36 | 2023-11-04T19:49:26.757Z | info: downloading component 'rust-std' |
37 | 2023-11-04T19:49:28.563Z | info: downloading component 'rustc' |
38 | 2023-11-04T19:49:33.100Z | info: downloading component 'rustfmt' |
39 | 2023-11-04T19:49:33.358Z | info: installing component 'cargo' |
40 | 2023-11-04T19:49:35.452Z | info: installing component 'clippy' |
41 | 2023-11-04T19:49:36.384Z | info: installing component 'rust-docs' |
42 | 2023-11-04T19:49:39.212Z | info: installing component 'rust-std' |
43 | 2023-11-04T19:49:43.075Z | info: installing component 'rustc' |
44 | 2023-11-04T19:49:52.657Z | info: installing component 'rustfmt' |
45 | 2023-11-04T19:49:53.129Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-11-04T19:49:53.132Z | |
47 | 2023-11-04T19:49:53.267Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-11-04T19:49:53.270Z | |
49 | 2023-11-04T19:49:53.273Z | |
50 | 2023-11-04T19:49:53.276Z | Rust is installed now. Great! |
51 | 2023-11-04T19:49:53.279Z | |
52 | 2023-11-04T19:49:53.282Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-11-04T19:49:53.285Z | environment variable. This has not been done automatically. |
54 | 2023-11-04T19:49:53.288Z | |
55 | 2023-11-04T19:49:53.291Z | To configure your current shell, run: |
56 | 2023-11-04T19:49:53.294Z | source "$HOME/.cargo/env" |
57 | 2023-11-04T19:49:53.363Z | + rustc --version |
58 | 2023-11-04T19:49:53.476Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-11-04T19:49:53.481Z | process exited: duration 31011 ms, exit code 0 |
|
60 | 2023-11-04T19:49:53.487Z | starting task 2: "authentication" |
61 | 2023-11-04T19:49:53.523Z | process exited: duration 32 ms, exit code 0 |
|
62 | 2023-11-04T19:49:53.529Z | starting task 3: "clone repository" |
63 | 2023-11-04T19:49:53.546Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-11-04T19:49:53.550Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-11-04T19:49:53.994Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-11-04T19:50:01.064Z | + cd /work/oxidecomputer/omicron |
67 | 2023-11-04T19:50:01.068Z | + [[ -n '' ]] |
68 | 2023-11-04T19:50:01.071Z | + git fetch origin e335ba6f6faeb183d0a0d0d6f8084f36d0d29d72 |
69 | 2023-11-04T19:50:01.467Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-11-04T19:50:01.470Z | * branch e335ba6f6faeb183d0a0d0d6f8084f36d0d29d72 -> FETCH_HEAD |
71 | 2023-11-04T19:50:01.480Z | + git reset --hard e335ba6f6faeb183d0a0d0d6f8084f36d0d29d72 |
72 | 2023-11-04T19:50:01.635Z | HEAD is now at e335ba6f Bump web console (minor fixes) |
73 | 2023-11-04T19:50:01.638Z | process exited: duration 8099 ms, exit code 0 |
|
74 | 2023-11-04T19:50:01.645Z | starting task 4: "build" |
75 | 2023-11-04T19:50:01.656Z | + cargo --version |
76 | 2023-11-04T19:50:01.751Z | cargo 1.72.1 (103a7ff2e 2023-08-15) |
77 | 2023-11-04T19:50:01.754Z | + rustc --version |
78 | 2023-11-04T19:50:01.861Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
79 | 2023-11-04T19:50:01.867Z | + source ./env.sh |
80 | 2023-11-04T19:50:01.871Z | ++ set -o xtrace |
81 | 2023-11-04T19:50:01.875Z | ++++ dirname ./env.sh |
82 | 2023-11-04T19:50:01.878Z | +++ cd . |
83 | 2023-11-04T19:50:01.881Z | +++ echo /work/oxidecomputer/omicron |
84 | 2023-11-04T19:50:01.885Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
85 | 2023-11-04T19:50:01.888Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
86 | 2023-11-04T19:50:01.892Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
87 | 2023-11-04T19:50:01.896Z | ++ 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 |
88 | 2023-11-04T19:50:01.899Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
89 | 2023-11-04T19:50:01.903Z | ++ 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 |
90 | 2023-11-04T19:50:01.906Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
91 | 2023-11-04T19:50:01.910Z | ++ 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 |
92 | 2023-11-04T19:50:01.913Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2023-11-04T19:50:01.926Z | ++ unset OMICRON_WS |
94 | 2023-11-04T19:50:01.930Z | ++ set +o xtrace |
95 | 2023-11-04T19:50:02.063Z | |
96 | 2023-11-04T19:50:02.074Z | ##### ##### ###### ##### ###### #### # # # #### # |
97 | 2023-11-04T19:50:02.077Z | # # # # # # # # # # # # # # # |
98 | 2023-11-04T19:50:02.081Z | # # # # ##### # # ##### # # # # # #### # |
99 | 2023-11-04T19:50:02.084Z | ##### ##### # ##### # # # # # # # # # |
100 | 2023-11-04T19:50:02.087Z | # # # # # # # # # # # # # # # |
101 | 2023-11-04T19:50:02.091Z | # # # ###### # # ###### ### # #### # #### # |
102 | 2023-11-04T19:50:02.094Z | |
103 | 2023-11-04T19:50:10.245Z | Startup: Refreshing catalog 'helios-dev' ... Done |
104 | 2023-11-04T19:50:11.186Z | Startup: Caching catalogs ... Done |
105 | 2023-11-04T19:50:16.041Z | Planning: Solver setup ... Done (4.557s) |
106 | 2023-11-04T19:50:16.160Z | Planning: Running solver ... Done (0.120s) |
107 | 2023-11-04T19:50:16.213Z | Planning: Finding local manifests ... Done (0.003s) |
108 | 2023-11-04T19:50:16.249Z | Planning: Fetching manifests: 0/4 0% complete |
109 | 2023-11-04T19:50:16.958Z | Planning: Fetching manifests: 4/4 100% complete |
110 | 2023-11-04T19:50:17.040Z | Planning: Package planning ... Done (0.082s) |
111 | 2023-11-04T19:50:17.124Z | Planning: Merging actions ... Done (0.084s) |
112 | 2023-11-04T19:50:17.923Z | Planning: Checking for conflicting actions ... Done (0.798s) |
113 | 2023-11-04T19:50:17.940Z | Planning: Consolidating action changes ... Done (0.017s) |
114 | 2023-11-04T19:50:22.059Z | Planning: Evaluating mediators ... Done (4.119s) |
115 | 2023-11-04T19:50:22.075Z | Planning: Planning completed in 10.83 seconds |
116 | 2023-11-04T19:50:22.295Z | Packages to install: 4 |
117 | 2023-11-04T19:50:22.299Z | Mediators to change: 2 |
118 | 2023-11-04T19:50:22.303Z | Services to change: 1 |
119 | 2023-11-04T19:50:22.305Z | Estimated space available: 149.39 GB |
120 | 2023-11-04T19:50:22.308Z | Estimated space to be consumed: 1.37 GB |
121 | 2023-11-04T19:50:22.311Z | Create boot environment: No |
122 | 2023-11-04T19:50:22.316Z | Create backup boot environment: No |
123 | 2023-11-04T19:50:22.319Z | Rebuild boot archive: No |
124 | 2023-11-04T19:50:22.322Z | |
125 | 2023-11-04T19:50:22.324Z | Changed mediators: |
126 | 2023-11-04T19:50:22.327Z | mediator clang: |
127 | 2023-11-04T19:50:22.330Z | version: None -> 15 (system default) |
128 | 2023-11-04T19:50:22.333Z | |
129 | 2023-11-04T19:50:22.336Z | mediator llvm: |
130 | 2023-11-04T19:50:22.339Z | version: 14 (system default) -> 15 (system default) |
131 | 2023-11-04T19:50:22.345Z | |
132 | 2023-11-04T19:50:22.348Z | Changed packages: |
133 | 2023-11-04T19:50:22.350Z | helios-dev |
134 | 2023-11-04T19:50:22.353Z | developer/build-essential |
135 | 2023-11-04T19:50:22.356Z | None -> 11-2.0 |
136 | 2023-11-04T19:50:22.360Z | library/libxmlsec1 |
137 | 2023-11-04T19:50:22.363Z | None -> 1.2.35-2.0 |
138 | 2023-11-04T19:50:22.366Z | ooce/developer/clang-15 |
139 | 2023-11-04T19:50:22.371Z | None -> 15.0.7-2.0 |
140 | 2023-11-04T19:50:22.374Z | ooce/developer/llvm-15 |
141 | 2023-11-04T19:50:22.377Z | None -> 15.0.7-2.0 |
142 | 2023-11-04T19:50:22.380Z | |
143 | 2023-11-04T19:50:22.383Z | Services: |
144 | 2023-11-04T19:50:22.386Z | restart_fmri: |
145 | 2023-11-04T19:50:22.389Z | svc:/system/update-man-index:default |
146 | 2023-11-04T19:50:22.501Z | |
147 | 2023-11-04T19:50:22.504Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
148 | 2023-11-04T19:50:27.503Z | Download: 810/3290 items 18.4/212.6MB 8% complete (3.8M/s) |
149 | 2023-11-04T19:50:33.619Z | Download: 1198/3290 items 83.5/212.6MB 39% complete (11.5M/s) |
150 | 2023-11-04T19:50:38.622Z | Download: 2324/3290 items 119.9/212.6MB 56% complete (9.6M/s) |
151 | 2023-11-04T19:50:43.548Z | Download: Completed 212.60 MB in 21.05 seconds (10.1M/s) |
152 | 2023-11-04T19:50:44.012Z | Actions: 1/3687 actions (Installing new actions) |
153 | 2023-11-04T19:50:49.012Z | Actions: 3108/3687 actions (Installing new actions) |
154 | 2023-11-04T19:50:52.262Z | Actions: Completed 3687 actions in 8.25 seconds. |
155 | 2023-11-04T19:50:52.419Z | Done (0.150s) |
156 | 2023-11-04T19:50:52.422Z | Done (0.000s) |
157 | 2023-11-04T19:50:52.623Z | Done (0.204s) |
158 | 2023-11-04T19:51:00.060Z | Done (7.321s) |
159 | 2023-11-04T19:51:00.276Z | Done (0.115s) |
160 | 2023-11-04T19:51:00.279Z | Done (0.000s) |
161 | 2023-11-04T19:51:00.506Z | Done (0.000s) |
162 | 2023-11-04T19:51:01.216Z | Planning: Evaluating mediator changes ... Done |
163 | 2023-11-04T19:51:01.505Z | Planning: Checking for conflicting actions ... Done |
164 | 2023-11-04T19:51:01.508Z | Planning: Consolidating action changes ... Done |
165 | 2023-11-04T19:51:01.952Z | Planning: Evaluating mediators ... Done |
166 | 2023-11-04T19:51:01.956Z | Planning: Planning completed in 0.74 seconds |
167 | 2023-11-04T19:51:02.009Z | Mediators to change: 2 |
168 | 2023-11-04T19:51:02.012Z | Create boot environment: No |
169 | 2023-11-04T19:51:02.015Z | Create backup boot environment: No |
170 | 2023-11-04T19:51:02.199Z | Done |
171 | 2023-11-04T19:51:02.209Z | Done |
172 | 2023-11-04T19:51:02.332Z | Done |
173 | 2023-11-04T19:51:08.442Z | Done |
174 | 2023-11-04T19:51:08.570Z | Done |
175 | 2023-11-04T19:51:08.574Z | Done |
176 | 2023-11-04T19:51:08.714Z | Done |
177 | 2023-11-04T19:51:09.744Z | Planning: Evaluating mediator changes ... Done |
178 | 2023-11-04T19:51:09.748Z | Planning: Merging actions ... Done |
179 | 2023-11-04T19:51:10.092Z | Planning: Checking for conflicting actions ... Done |
180 | 2023-11-04T19:51:10.096Z | Planning: Consolidating action changes ... Done |
181 | 2023-11-04T19:51:10.544Z | Planning: Evaluating mediators ... Done |
182 | 2023-11-04T19:51:10.640Z | Planning: Planning completed in 1.34 seconds |
183 | 2023-11-04T19:51:10.699Z | Packages to change: 1 |
184 | 2023-11-04T19:51:10.702Z | Mediators to change: 1 |
185 | 2023-11-04T19:51:10.705Z | Services to change: 1 |
186 | 2023-11-04T19:51:10.708Z | Create boot environment: No |
187 | 2023-11-04T19:51:10.711Z | Create backup boot environment: Yes |
188 | 2023-11-04T19:51:13.058Z | Actions: 1/6 actions (Updating modified actions) |
189 | 2023-11-04T19:51:13.061Z | Actions: Completed 6 actions in 0.00 seconds. |
190 | 2023-11-04T19:51:13.066Z | Done |
191 | 2023-11-04T19:51:13.070Z | Done |
192 | 2023-11-04T19:51:13.108Z | Done |
193 | 2023-11-04T19:51:19.268Z | Done |
194 | 2023-11-04T19:51:19.396Z | Done |
195 | 2023-11-04T19:51:19.399Z | Done |
196 | 2023-11-04T19:51:19.497Z | Done |
197 | 2023-11-04T19:51:20.207Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
198 | 2023-11-04T19:51:20.210Z | clang system 15 system |
199 | 2023-11-04T19:51:20.213Z | csh system system illumos |
200 | 2023-11-04T19:51:20.216Z | ctags system system illumos |
201 | 2023-11-04T19:51:20.219Z | gcc vendor 12 vendor |
202 | 2023-11-04T19:51:20.222Z | gcc system 10 system |
203 | 2023-11-04T19:51:20.225Z | gcc system 7 system |
204 | 2023-11-04T19:51:20.228Z | go system 1.20 system |
205 | 2023-11-04T19:51:20.231Z | go system 1.19 system |
206 | 2023-11-04T19:51:20.234Z | llvm system 15 system |
207 | 2023-11-04T19:51:20.237Z | llvm system 14 system |
208 | 2023-11-04T19:51:20.241Z | mariadb system 10.6 system |
209 | 2023-11-04T19:51:20.244Z | mta vendor vendor dma |
210 | 2023-11-04T19:51:20.247Z | openjdk system 17 system |
211 | 2023-11-04T19:51:20.250Z | openjdk system 11 system |
212 | 2023-11-04T19:51:20.253Z | openjdk system 1.8 system |
213 | 2023-11-04T19:51:20.256Z | openssl vendor 3 vendor |
214 | 2023-11-04T19:51:20.259Z | perl system 5.36 system |
215 | 2023-11-04T19:51:20.262Z | postgresql system 15 system |
216 | 2023-11-04T19:51:20.264Z | postgresql system 13 system |
217 | 2023-11-04T19:51:20.267Z | python vendor 3 vendor |
218 | 2023-11-04T19:51:20.270Z | python system 2 system |
219 | 2023-11-04T19:51:20.273Z | python3 system 3.11 system |
220 | 2023-11-04T19:51:20.276Z | ruby system 3.0 system |
221 | 2023-11-04T19:51:20.279Z | words vendor vendor american-english |
222 | 2023-11-04T19:51:20.283Z | words system system australian-english |
223 | 2023-11-04T19:51:20.286Z | words system system british-english |
224 | 2023-11-04T19:51:20.289Z | words system system canadian-english |
225 | 2023-11-04T19:51:20.293Z | words system system french |
226 | 2023-11-04T19:51:20.296Z | words system system italian |
227 | 2023-11-04T19:51:20.302Z | words system system ngerman |
228 | 2023-11-04T19:51:20.305Z | words system system ogerman |
229 | 2023-11-04T19:51:20.308Z | words system system spanish |
230 | 2023-11-04T19:51:20.766Z | FMRI IFO |
231 | 2023-11-04T19:51:20.769Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
232 | 2023-11-04T19:51:20.772Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
233 | 2023-11-04T19:51:20.775Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
234 | 2023-11-04T19:51:20.778Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
235 | 2023-11-04T19:51:20.781Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
236 | 2023-11-04T19:51:20.784Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
237 | 2023-11-04T19:51:20.853Z | + set -o errexit |
238 | 2023-11-04T19:51:20.856Z | +++ dirname ./tools/ci_download_cockroachdb |
239 | 2023-11-04T19:51:20.859Z | ++ cd ./tools |
240 | 2023-11-04T19:51:20.862Z | ++ pwd |
241 | 2023-11-04T19:51:20.864Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
242 | 2023-11-04T19:51:20.867Z | ++ basename ./tools/ci_download_cockroachdb |
243 | 2023-11-04T19:51:20.870Z | + ARG0=ci_download_cockroachdb |
244 | 2023-11-04T19:51:20.873Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
245 | 2023-11-04T19:51:20.876Z | + CIDL_VERSION=v22.1.9 |
246 | 2023-11-04T19:51:20.879Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
247 | 2023-11-04T19:51:20.882Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
248 | 2023-11-04T19:51:20.885Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
249 | 2023-11-04T19:51:20.887Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
250 | 2023-11-04T19:51:20.890Z | + TARGET_DIR=out |
251 | 2023-11-04T19:51:20.893Z | + DOWNLOAD_DIR=out/downloads |
252 | 2023-11-04T19:51:20.896Z | + DEST_DIR=./out/cockroachdb |
253 | 2023-11-04T19:51:20.899Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
254 | 2023-11-04T19:51:20.902Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
255 | 2023-11-04T19:51:20.905Z | + main |
256 | 2023-11-04T19:51:20.908Z | + [[ 0 != 0 ]] |
257 | 2023-11-04T19:51:20.911Z | + CIDL_OS=solaris2.11 |
258 | 2023-11-04T19:51:20.914Z | + [[ 0 != 0 ]] |
259 | 2023-11-04T19:51:20.917Z | + configure_os solaris2.11 |
260 | 2023-11-04T19:51:20.920Z | + echo 'current directory: /work/oxidecomputer/omicron' |
261 | 2023-11-04T19:51:20.923Z | current directory: /work/oxidecomputer/omicron |
262 | 2023-11-04T19:51:20.926Z | + echo 'configuring based on OS: "solaris2.11"' |
263 | 2023-11-04T19:51:20.928Z | configuring based on OS: "solaris2.11" |
264 | 2023-11-04T19:51:20.931Z | + case "$1" in |
265 | 2023-11-04T19:51:20.934Z | + CIDL_BUILD=illumos |
266 | 2023-11-04T19:51:20.937Z | + CIDL_SUFFIX=tar.gz |
267 | 2023-11-04T19:51:20.940Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
268 | 2023-11-04T19:51:20.943Z | + CIDL_MD5FUNC=do_md5sum |
269 | 2023-11-04T19:51:20.946Z | + CIDL_URL_BASE=https://illumos.org/downloads |
270 | 2023-11-04T19:51:20.949Z | + CIDL_ASSEMBLE=do_assemble_illumos |
271 | 2023-11-04T19:51:20.952Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
272 | 2023-11-04T19:51:20.954Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
273 | 2023-11-04T19:51:20.957Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
274 | 2023-11-04T19:51:20.960Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
275 | 2023-11-04T19:51:20.963Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
276 | 2023-11-04T19:51:20.967Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
277 | 2023-11-04T19:51:20.970Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
278 | 2023-11-04T19:51:20.973Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
279 | 2023-11-04T19:51:20.978Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
280 | 2023-11-04T19:51:20.981Z | + mkdir -p out/downloads |
281 | 2023-11-04T19:51:20.984Z | + mkdir -p ./out/cockroachdb |
282 | 2023-11-04T19:51:20.986Z | + local DO_DOWNLOAD=true |
283 | 2023-11-04T19:51:20.989Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
284 | 2023-11-04T19:51:20.992Z | + '[' true == true ']' |
285 | 2023-11-04T19:51:20.994Z | + echo Downloading... |
286 | 2023-11-04T19:51:20.997Z | Downloading... |
287 | 2023-11-04T19:51:21.000Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
288 | 2023-11-04T19:51:21.003Z | + curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
289 | 2023-11-04T19:51:26.646Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
290 | 2023-11-04T19:51:26.650Z | ++ md5sum |
291 | 2023-11-04T19:51:26.653Z | ++ awk '{print $1}' |
292 | 2023-11-04T19:51:26.832Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
293 | 2023-11-04T19:51:26.835Z | + [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]] |
294 | 2023-11-04T19:51:26.838Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
295 | 2023-11-04T19:51:26.841Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
296 | 2023-11-04T19:51:30.506Z | + do_assemble_illumos |
297 | 2023-11-04T19:51:30.521Z | + rm -r ./out/cockroachdb |
298 | 2023-11-04T19:51:30.533Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
299 | 2023-11-04T19:51:31.071Z | + ./out/cockroachdb/bin/cockroach version |
300 | 2023-11-04T19:51:31.302Z | Build Tag: v22.1.9-dirty |
301 | 2023-11-04T19:51:31.305Z | Build Time: 2022/10/26 21:17:46 |
302 | 2023-11-04T19:51:31.308Z | Distribution: OSS |
303 | 2023-11-04T19:51:31.311Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
304 | 2023-11-04T19:51:31.314Z | Go Version: go1.17.13 |
305 | 2023-11-04T19:51:31.317Z | C Compiler: gcc 10.3.0 |
306 | 2023-11-04T19:51:31.319Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
307 | 2023-11-04T19:51:31.322Z | Build Type: release |
308 | 2023-11-04T19:51:31.328Z | + set -o errexit |
309 | 2023-11-04T19:51:31.331Z | +++ dirname ./tools/ci_download_clickhouse |
310 | 2023-11-04T19:51:31.334Z | ++ cd ./tools |
311 | 2023-11-04T19:51:31.337Z | ++ pwd |
312 | 2023-11-04T19:51:31.340Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
313 | 2023-11-04T19:51:31.343Z | ++ basename ./tools/ci_download_clickhouse |
314 | 2023-11-04T19:51:31.346Z | + ARG0=ci_download_clickhouse |
315 | 2023-11-04T19:51:31.349Z | + TARGET_DIR=out |
316 | 2023-11-04T19:51:31.352Z | + DOWNLOAD_DIR=out/downloads |
317 | 2023-11-04T19:51:31.355Z | + DEST_DIR=./out/clickhouse |
318 | 2023-11-04T19:51:31.358Z | + CIDL_VERSION=v22.8.9.24 |
319 | 2023-11-04T19:51:31.361Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
320 | 2023-11-04T19:51:31.363Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
321 | 2023-11-04T19:51:31.366Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
322 | 2023-11-04T19:51:31.374Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
323 | 2023-11-04T19:51:31.386Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
324 | 2023-11-04T19:51:31.402Z | + main |
325 | 2023-11-04T19:51:31.815Z | + [[ 0 != 0 ]] |
326 | 2023-11-04T19:51:31.820Z | + CIDL_OS=solaris2.11 |
327 | 2023-11-04T19:51:31.832Z | + [[ 0 != 0 ]] |
328 | 2023-11-04T19:51:31.835Z | + configure_os solaris2.11 |
329 | 2023-11-04T19:51:31.839Z | + echo 'current directory: /work/oxidecomputer/omicron' |
330 | 2023-11-04T19:51:32.254Z | current directory: /work/oxidecomputer/omicron |
331 | 2023-11-04T19:51:32.257Z | + echo 'configuring based on OS: "solaris2.11"' |
332 | 2023-11-04T19:51:32.261Z | configuring based on OS: "solaris2.11" |
333 | 2023-11-04T19:51:32.265Z | + CIDL_DASHREV= |
334 | 2023-11-04T19:51:32.268Z | + case "$1" in |
335 | 2023-11-04T19:51:32.273Z | + CIDL_PLATFORM=illumos |
336 | 2023-11-04T19:51:32.281Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
337 | 2023-11-04T19:51:32.288Z | + CIDL_MD5FUNC=do_md5sum |
338 | 2023-11-04T19:51:32.294Z | + CIDL_DASHREV=-1 |
339 | 2023-11-04T19:51:32.297Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
340 | 2023-11-04T19:51:32.301Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
341 | 2023-11-04T19:51:32.303Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
342 | 2023-11-04T19:51:32.306Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
343 | 2023-11-04T19:51:32.309Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
344 | 2023-11-04T19:51:32.312Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
345 | 2023-11-04T19:51:32.315Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
346 | 2023-11-04T19:51:32.318Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
347 | 2023-11-04T19:51:32.320Z | + mkdir -p out/downloads |
348 | 2023-11-04T19:51:32.323Z | + mkdir -p ./out/clickhouse |
349 | 2023-11-04T19:51:32.326Z | + local DO_DOWNLOAD=true |
350 | 2023-11-04T19:51:32.329Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
351 | 2023-11-04T19:51:32.332Z | + '[' true == true ']' |
352 | 2023-11-04T19:51:32.335Z | + echo Downloading... |
353 | 2023-11-04T19:51:32.338Z | Downloading... |
354 | 2023-11-04T19:51:32.340Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
355 | 2023-11-04T19:51:32.343Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
356 | 2023-11-04T19:51:32.689Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
357 | 2023-11-04T19:51:32.692Z | ++ md5sum |
358 | 2023-11-04T19:51:32.695Z | ++ awk '{print $1}' |
359 | 2023-11-04T19:51:32.953Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
360 | 2023-11-04T19:51:32.962Z | + [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]] |
361 | 2023-11-04T19:51:32.974Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
362 | 2023-11-04T19:51:32.983Z | + mkdir -p ./out/clickhouse |
363 | 2023-11-04T19:51:32.988Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
364 | 2023-11-04T19:51:38.167Z | + ./out/clickhouse/clickhouse server --version |
365 | 2023-11-04T19:51:38.221Z | ClickHouse server version 22.8.9.1. |
366 | 2023-11-04T19:51:38.244Z | + set -o errexit |
367 | 2023-11-04T19:51:38.247Z | +++ dirname ./tools/ci_download_console |
368 | 2023-11-04T19:51:38.251Z | ++ cd ./tools |
369 | 2023-11-04T19:51:38.254Z | ++ pwd |
370 | 2023-11-04T19:51:38.256Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
371 | 2023-11-04T19:51:38.259Z | ++ basename ./tools/ci_download_console |
372 | 2023-11-04T19:51:38.262Z | + ARG0=ci_download_console |
373 | 2023-11-04T19:51:38.265Z | + TARGET_DIR=out |
374 | 2023-11-04T19:51:38.268Z | + DOWNLOAD_DIR=out/downloads |
375 | 2023-11-04T19:51:38.271Z | + DEST_DIR=./out/console-assets |
376 | 2023-11-04T19:51:38.274Z | + source /work/oxidecomputer/omicron/tools/console_version |
377 | 2023-11-04T19:51:38.277Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
378 | 2023-11-04T19:51:38.280Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
379 | 2023-11-04T19:51:38.285Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
380 | 2023-11-04T19:51:38.289Z | + TARBALL_FILE=out/downloads/console.tar.gz |
381 | 2023-11-04T19:51:38.292Z | + main |
382 | 2023-11-04T19:51:38.295Z | + [[ 0 != 0 ]] |
383 | 2023-11-04T19:51:38.298Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
384 | 2023-11-04T19:51:38.301Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
385 | 2023-11-04T19:51:38.304Z | + echo 'Local file: out/downloads/console.tar.gz' |
386 | 2023-11-04T19:51:38.310Z | Local file: out/downloads/console.tar.gz |
387 | 2023-11-04T19:51:38.313Z | + local DO_DOWNLOAD=true |
388 | 2023-11-04T19:51:38.316Z | + [[ -f out/downloads/console.tar.gz ]] |
389 | 2023-11-04T19:51:38.320Z | + mkdir -p out/downloads |
390 | 2023-11-04T19:51:38.338Z | + '[' true == true ']' |
391 | 2023-11-04T19:51:38.773Z | + echo Downloading... |
392 | 2023-11-04T19:51:38.792Z | Downloading... |
393 | 2023-11-04T19:51:38.799Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
394 | 2023-11-04T19:51:38.806Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
395 | 2023-11-04T19:51:38.884Z | ++ do_sha256sum out/downloads/console.tar.gz |
396 | 2023-11-04T19:51:38.891Z | ++ case "$OSTYPE" in |
397 | 2023-11-04T19:51:38.897Z | ++ SHA=sha256sum |
398 | 2023-11-04T19:51:38.902Z | ++ sha256sum |
399 | 2023-11-04T19:51:38.911Z | ++ awk '{print $1}' |
400 | 2023-11-04T19:51:38.933Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
401 | 2023-11-04T19:51:38.938Z | + [[ ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 != \a\e\3\5\b\9\9\1\d\3\f\f\8\3\5\a\5\9\b\5\9\1\2\6\2\9\8\7\9\0\c\b\7\4\3\1\a\2\8\2\b\2\5\b\a\4\a\d\d\4\e\7\f\b\6\e\a\6\b\9\8\9\8\9 ]] |
402 | 2023-11-04T19:51:38.943Z | + rm -rf ./out/console-assets |
403 | 2023-11-04T19:51:38.948Z | + mkdir -p ./out/console-assets |
404 | 2023-11-04T19:51:38.953Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
405 | 2023-11-04T19:51:38.959Z | + mkdir -p ./out/console-assets |
406 | 2023-11-04T19:51:38.980Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
407 | 2023-11-04T19:51:39.096Z | + set -o errexit |
408 | 2023-11-04T19:51:39.109Z | +++ dirname ./tools/ci_download_maghemite_openapi |
409 | 2023-11-04T19:51:39.114Z | ++ cd ./tools |
410 | 2023-11-04T19:51:39.120Z | ++ pwd |
411 | 2023-11-04T19:51:39.124Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
412 | 2023-11-04T19:51:39.128Z | ++ basename ./tools/ci_download_maghemite_openapi |
413 | 2023-11-04T19:51:39.133Z | + ARG0=ci_download_maghemite_openapi |
414 | 2023-11-04T19:51:39.143Z | + TARGET_DIR=out |
415 | 2023-11-04T19:51:39.149Z | + DOWNLOAD_DIR=out/downloads |
416 | 2023-11-04T19:51:39.154Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
417 | 2023-11-04T19:51:39.163Z | ++ COMMIT=82aa17646265449ee0ede9410208e510fa4a5877 |
418 | 2023-11-04T19:51:39.170Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
419 | 2023-11-04T19:51:39.176Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json |
420 | 2023-11-04T19:51:39.182Z | + LOCAL_FILE=out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
421 | 2023-11-04T19:51:39.187Z | + main |
422 | 2023-11-04T19:51:39.192Z | + [[ 0 != 0 ]] |
423 | 2023-11-04T19:51:39.199Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json' |
424 | 2023-11-04T19:51:39.204Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json |
425 | 2023-11-04T19:51:39.233Z | + echo 'Local file: out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json' |
426 | 2023-11-04T19:51:39.243Z | Local file: out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
427 | 2023-11-04T19:51:39.256Z | + local DO_DOWNLOAD=true |
428 | 2023-11-04T19:51:39.272Z | + [[ -f out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json ]] |
429 | 2023-11-04T19:51:39.288Z | + mkdir -p out/downloads |
430 | 2023-11-04T19:51:39.307Z | + '[' true == true ']' |
431 | 2023-11-04T19:51:39.318Z | + echo Downloading... |
432 | 2023-11-04T19:51:39.343Z | Downloading... |
433 | 2023-11-04T19:51:39.364Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
434 | 2023-11-04T19:51:39.392Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/ddm-admin.json |
435 | 2023-11-04T19:51:39.741Z | ++ do_sha256sum out/downloads/ddm-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
436 | 2023-11-04T19:51:39.750Z | ++ case "$OSTYPE" in |
437 | 2023-11-04T19:51:39.763Z | ++ SHA=sha256sum |
438 | 2023-11-04T19:51:39.770Z | ++ sha256sum |
439 | 2023-11-04T19:51:39.777Z | ++ awk '{print $1}' |
440 | 2023-11-04T19:51:39.781Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
441 | 2023-11-04T19:51:39.786Z | + [[ 9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf != \9\7\3\7\9\0\6\5\5\5\a\6\0\9\1\1\6\3\6\5\3\2\f\0\0\f\1\d\c\2\8\6\6\d\c\7\c\d\6\5\5\3\b\e\b\1\0\6\e\9\e\5\7\b\e\a\b\a\d\4\1\c\d\f ]] |
442 | 2023-11-04T19:51:39.795Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
443 | 2023-11-04T19:51:39.816Z | ++ COMMIT=82aa17646265449ee0ede9410208e510fa4a5877 |
444 | 2023-11-04T19:51:39.831Z | ++ SHA2=b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 |
445 | 2023-11-04T19:51:39.839Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json |
446 | 2023-11-04T19:51:39.853Z | + LOCAL_FILE=out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
447 | 2023-11-04T19:51:39.860Z | + main |
448 | 2023-11-04T19:51:39.876Z | + [[ 0 != 0 ]] |
449 | 2023-11-04T19:51:40.694Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json' |
450 | 2023-11-04T19:51:40.699Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json |
451 | 2023-11-04T19:51:40.702Z | + echo 'Local file: out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json' |
452 | 2023-11-04T19:51:40.705Z | Local file: out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
453 | 2023-11-04T19:51:40.709Z | + local DO_DOWNLOAD=true |
454 | 2023-11-04T19:51:40.712Z | + [[ -f out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json ]] |
455 | 2023-11-04T19:51:40.715Z | + mkdir -p out/downloads |
456 | 2023-11-04T19:51:40.719Z | + '[' true == true ']' |
457 | 2023-11-04T19:51:40.723Z | + echo Downloading... |
458 | 2023-11-04T19:51:40.726Z | Downloading... |
459 | 2023-11-04T19:51:40.730Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
460 | 2023-11-04T19:51:40.734Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/82aa17646265449ee0ede9410208e510fa4a5877/mg-admin.json |
461 | 2023-11-04T19:51:40.738Z | ++ do_sha256sum out/downloads/mg-admin-82aa17646265449ee0ede9410208e510fa4a5877.json |
462 | 2023-11-04T19:51:40.781Z | ++ case "$OSTYPE" in |
463 | 2023-11-04T19:51:40.788Z | ++ SHA=sha256sum |
464 | 2023-11-04T19:51:41.209Z | ++ sha256sum |
465 | 2023-11-04T19:51:41.218Z | ++ awk '{print $1}' |
466 | 2023-11-04T19:51:41.226Z | + calculated_sha2=b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 |
467 | 2023-11-04T19:51:41.233Z | + [[ b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 != \b\3\f\5\5\f\e\2\4\e\5\4\5\3\0\f\d\f\9\6\c\2\2\a\0\3\3\f\9\e\d\c\0\b\a\d\9\c\0\a\5\e\3\3\4\4\7\6\3\a\2\3\e\5\2\b\2\5\1\d\5\1\1\3 ]] |
468 | 2023-11-04T19:51:41.247Z | + set -o errexit |
469 | 2023-11-04T19:51:41.255Z | +++ dirname ./tools/ci_download_dendrite_openapi |
470 | 2023-11-04T19:51:41.258Z | ++ cd ./tools |
471 | 2023-11-04T19:51:41.261Z | ++ pwd |
472 | 2023-11-04T19:51:41.264Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
473 | 2023-11-04T19:51:41.267Z | ++ basename ./tools/ci_download_dendrite_openapi |
474 | 2023-11-04T19:51:41.270Z | + ARG0=ci_download_dendrite_openapi |
475 | 2023-11-04T19:51:41.273Z | + TARGET_DIR=out |
476 | 2023-11-04T19:51:41.276Z | + DOWNLOAD_DIR=out/downloads |
477 | 2023-11-04T19:51:41.279Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
478 | 2023-11-04T19:51:41.283Z | ++ COMMIT=559fad2f379900a05ced410944353c1d19100390 |
479 | 2023-11-04T19:51:41.289Z | ++ SHA2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 |
480 | 2023-11-04T19:51:41.300Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/559fad2f379900a05ced410944353c1d19100390/dpd.json |
481 | 2023-11-04T19:51:41.303Z | + LOCAL_FILE=out/downloads/dpd-559fad2f379900a05ced410944353c1d19100390.json |
482 | 2023-11-04T19:51:41.310Z | + main |
483 | 2023-11-04T19:51:41.320Z | + [[ 0 != 0 ]] |
484 | 2023-11-04T19:51:41.331Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/559fad2f379900a05ced410944353c1d19100390/dpd.json' |
485 | 2023-11-04T19:51:41.340Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/559fad2f379900a05ced410944353c1d19100390/dpd.json |
486 | 2023-11-04T19:51:41.343Z | + echo 'Local file: out/downloads/dpd-559fad2f379900a05ced410944353c1d19100390.json' |
487 | 2023-11-04T19:51:41.346Z | Local file: out/downloads/dpd-559fad2f379900a05ced410944353c1d19100390.json |
488 | 2023-11-04T19:51:41.349Z | + local DO_DOWNLOAD=true |
489 | 2023-11-04T19:51:41.352Z | + [[ -f out/downloads/dpd-559fad2f379900a05ced410944353c1d19100390.json ]] |
490 | 2023-11-04T19:51:41.355Z | + mkdir -p out/downloads |
491 | 2023-11-04T19:51:41.358Z | + '[' true == true ']' |
492 | 2023-11-04T19:51:41.361Z | + echo Downloading... |
493 | 2023-11-04T19:51:41.364Z | Downloading... |
494 | 2023-11-04T19:51:41.367Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/559fad2f379900a05ced410944353c1d19100390/dpd.json out/downloads/dpd-559fad2f379900a05ced410944353c1d19100390.json |
495 | 2023-11-04T19:51:41.371Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-559fad2f379900a05ced410944353c1d19100390.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/559fad2f379900a05ced410944353c1d19100390/dpd.json |
496 | 2023-11-04T19:51:41.374Z | ++ do_sha256sum out/downloads/dpd-559fad2f379900a05ced410944353c1d19100390.json |
497 | 2023-11-04T19:51:41.378Z | ++ case "$OSTYPE" in |
498 | 2023-11-04T19:51:41.381Z | ++ SHA=sha256sum |
499 | 2023-11-04T19:51:41.384Z | ++ sha256sum |
500 | 2023-11-04T19:51:41.387Z | ++ awk '{print $1}' |
501 | 2023-11-04T19:51:41.389Z | + calculated_sha2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 |
502 | 2023-11-04T19:51:41.393Z | + [[ 82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 != \8\2\4\3\7\c\7\4\a\f\d\4\8\9\4\a\a\5\b\9\e\a\8\0\0\d\5\7\7\7\7\9\3\e\8\7\7\7\f\e\8\7\4\7\1\3\2\1\d\d\2\2\a\d\1\a\1\c\9\c\9\e\f\3 ]] |
503 | 2023-11-04T19:51:41.396Z | + set -o errexit |
504 | 2023-11-04T19:51:41.398Z | +++ dirname ./tools/ci_download_dendrite_stub |
505 | 2023-11-04T19:51:41.401Z | ++ cd ./tools |
506 | 2023-11-04T19:51:41.404Z | ++ pwd |
507 | 2023-11-04T19:51:41.407Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
508 | 2023-11-04T19:51:41.410Z | ++ basename ./tools/ci_download_dendrite_stub |
509 | 2023-11-04T19:51:41.413Z | + ARG0=ci_download_dendrite_stub |
510 | 2023-11-04T19:51:41.416Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
511 | 2023-11-04T19:51:41.419Z | ++ CIDL_SHA256_ILLUMOS=ce14c1f0481b13ce47a25386a3b1e49d9570f4c1c31cad3f13c14f75b130dafa |
512 | 2023-11-04T19:51:41.422Z | ++ CIDL_SHA256_LINUX_DPD=d7da0aaed4e824a8e98b1a39e9ee41ad934ce38b0faa140ab4e7e2ca8c194e4e |
513 | 2023-11-04T19:51:41.424Z | ++ CIDL_SHA256_LINUX_SWADM=0449383a57468aec3b5a4ad26962cfc9e9a121bd13e777329e8a70767e6d9aae |
514 | 2023-11-04T19:51:41.427Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
515 | 2023-11-04T19:51:41.430Z | current directory: /work/oxidecomputer/omicron |
516 | 2023-11-04T19:51:41.433Z | ++ COMMIT=559fad2f379900a05ced410944353c1d19100390 |
517 | 2023-11-04T19:51:41.435Z | configuring based on OS: "solaris2.11" |
518 | 2023-11-04T19:51:41.439Z | ++ SHA2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 |
519 | 2023-11-04T19:51:41.441Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/559fad2f379900a05ced410944353c1d19100390/dendrite-stub.tar.gz |
520 | 2023-11-04T19:51:41.444Z | + TARGET_DIR=out |
521 | 2023-11-04T19:51:41.447Z | Local file: out/downloads/dendrite-stub.tar.gz |
522 | 2023-11-04T19:51:41.450Z | + DOWNLOAD_DIR=out/downloads |
523 | 2023-11-04T19:51:41.453Z | Downloading... |
524 | 2023-11-04T19:51:41.456Z | + DEST_DIR=./out/dendrite-stub |
525 | 2023-11-04T19:51:41.459Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
526 | 2023-11-04T19:51:41.462Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
527 | 2023-11-04T19:51:41.465Z | + REPO=oxidecomputer/dendrite |
528 | 2023-11-04T19:51:41.468Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/559fad2f379900a05ced410944353c1d19100390 |
529 | 2023-11-04T19:51:41.471Z | + main |
530 | 2023-11-04T19:51:41.473Z | + [[ 0 != 0 ]] |
531 | 2023-11-04T19:51:41.476Z | + CIDL_OS=solaris2.11 |
532 | 2023-11-04T19:51:41.479Z | + [[ 0 != 0 ]] |
533 | 2023-11-04T19:51:41.482Z | + configure_os solaris2.11 |
534 | 2023-11-04T19:51:41.485Z | + echo 'current directory: /work/oxidecomputer/omicron' |
535 | 2023-11-04T19:51:41.488Z | + echo 'configuring based on OS: "solaris2.11"' |
536 | 2023-11-04T19:51:41.491Z | + case "$1" in |
537 | 2023-11-04T19:51:41.494Z | + SET_BINARIES= |
538 | 2023-11-04T19:51:41.497Z | + CIDL_SHA256=ce14c1f0481b13ce47a25386a3b1e49d9570f4c1c31cad3f13c14f75b130dafa |
539 | 2023-11-04T19:51:41.500Z | + CIDL_SHA256FUNC=do_sha256sum |
540 | 2023-11-04T19:51:41.503Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
541 | 2023-11-04T19:51:41.506Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/559fad2f379900a05ced410944353c1d19100390/dendrite-stub.tar.gz |
542 | 2023-11-04T19:51:41.509Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
543 | 2023-11-04T19:51:41.512Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/559fad2f379900a05ced410944353c1d19100390/dendrite-stub.tar.gz' |
544 | 2023-11-04T19:51:41.514Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
545 | 2023-11-04T19:51:41.517Z | + mkdir -p out/downloads |
546 | 2023-11-04T19:51:41.520Z | + mkdir -p ./out/dendrite-stub |
547 | 2023-11-04T19:51:41.523Z | + fetch_and_verify |
548 | 2023-11-04T19:51:41.526Z | + local DO_DOWNLOAD=true |
549 | 2023-11-04T19:51:41.529Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
550 | 2023-11-04T19:51:41.532Z | + '[' true == true ']' |
551 | 2023-11-04T19:51:41.535Z | + echo Downloading... |
552 | 2023-11-04T19:51:41.538Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/559fad2f379900a05ced410944353c1d19100390/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
553 | 2023-11-04T19:51:41.544Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/559fad2f379900a05ced410944353c1d19100390/dendrite-stub.tar.gz |
554 | 2023-11-04T19:51:47.319Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
555 | 2023-11-04T19:51:47.322Z | ++ sha256sum |
556 | 2023-11-04T19:51:47.325Z | ++ awk '{print $1}' |
557 | 2023-11-04T19:51:47.415Z | + calculated_sha256=ce14c1f0481b13ce47a25386a3b1e49d9570f4c1c31cad3f13c14f75b130dafa |
558 | 2023-11-04T19:51:47.418Z | + [[ ce14c1f0481b13ce47a25386a3b1e49d9570f4c1c31cad3f13c14f75b130dafa != \c\e\1\4\c\1\f\0\4\8\1\b\1\3\c\e\4\7\a\2\5\3\8\6\a\3\b\1\e\4\9\d\9\5\7\0\f\4\c\1\c\3\1\c\a\d\3\f\1\3\c\1\4\f\7\5\b\1\3\0\d\a\f\a ]] |
559 | 2023-11-04T19:51:47.423Z | + do_untar out/downloads/dendrite-stub.tar.gz |
560 | 2023-11-04T19:51:47.426Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
561 | 2023-11-04T19:51:48.383Z | + do_assemble |
562 | 2023-11-04T19:51:48.386Z | + rm -r ./out/dendrite-stub |
563 | 2023-11-04T19:51:48.391Z | + mkdir ./out/dendrite-stub |
564 | 2023-11-04T19:51:48.394Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
565 | 2023-11-04T19:51:48.500Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
566 | 2023-11-04T19:51:48.513Z | + set -o errexit |
567 | 2023-11-04T19:51:48.516Z | +++ dirname ./tools/ci_download_maghemite_mgd |
568 | 2023-11-04T19:51:48.519Z | ++ cd ./tools |
569 | 2023-11-04T19:51:48.521Z | ++ pwd |
570 | 2023-11-04T19:51:48.524Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
571 | 2023-11-04T19:51:48.527Z | ++ basename ./tools/ci_download_maghemite_mgd |
572 | 2023-11-04T19:51:48.530Z | + ARG0=ci_download_maghemite_mgd |
573 | 2023-11-04T19:51:48.533Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
574 | 2023-11-04T19:51:48.536Z | ++ CIDL_SHA256=1badd6adfece0a1b661f7efb9a2ca65e471f45cf9c8ecbd72b228ca174311e31 |
575 | 2023-11-04T19:51:48.539Z | ++ MGD_LINUX_SHA256=92463e3266f5a702af28504349526189aa0ebb23adb166ec2603182acf6cdb8c |
576 | 2023-11-04T19:51:48.542Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
577 | 2023-11-04T19:51:48.545Z | ++ COMMIT=82aa17646265449ee0ede9410208e510fa4a5877 |
578 | 2023-11-04T19:51:48.550Z | ++ SHA2=b3f55fe24e54530fdf96c22a033f9edc0bad9c0a5e3344763a23e52b251d5113 |
579 | 2023-11-04T19:51:48.553Z | + TARGET_DIR=out |
580 | 2023-11-04T19:51:48.556Z | + DOWNLOAD_DIR=out/downloads |
581 | 2023-11-04T19:51:48.559Z | + DEST_DIR=./out/mgd |
582 | 2023-11-04T19:51:48.562Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
583 | 2023-11-04T19:51:48.565Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
584 | 2023-11-04T19:51:48.568Z | + REPO=oxidecomputer/maghemite |
585 | 2023-11-04T19:51:48.585Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877 |
586 | 2023-11-04T19:51:48.589Z | + main |
587 | 2023-11-04T19:51:48.592Z | + [[ 0 != 0 ]] |
588 | 2023-11-04T19:51:48.595Z | + CIDL_OS=solaris2.11 |
589 | 2023-11-04T19:51:48.598Z | + [[ 0 != 0 ]] |
590 | 2023-11-04T19:51:48.601Z | + configure_os solaris2.11 |
591 | 2023-11-04T19:51:48.604Z | + echo 'current directory: /work/oxidecomputer/omicron' |
592 | 2023-11-04T19:51:48.607Z | current directory: /work/oxidecomputer/omicron |
593 | 2023-11-04T19:51:48.609Z | + echo 'configuring based on OS: "solaris2.11"' |
594 | 2023-11-04T19:51:48.612Z | configuring based on OS: "solaris2.11" |
595 | 2023-11-04T19:51:48.615Z | + case "$1" in |
596 | 2023-11-04T19:51:48.618Z | + SET_BINARIES= |
597 | 2023-11-04T19:51:48.621Z | + CIDL_SHA256FUNC=do_sha256sum |
598 | 2023-11-04T19:51:48.624Z | + TARBALL_FILENAME=mgd.tar.gz |
599 | 2023-11-04T19:51:48.627Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz |
600 | 2023-11-04T19:51:48.630Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
601 | 2023-11-04T19:51:48.633Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz' |
602 | 2023-11-04T19:51:48.636Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz |
603 | 2023-11-04T19:51:48.640Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
604 | 2023-11-04T19:51:48.643Z | Local file: out/downloads/mgd.tar.gz |
605 | 2023-11-04T19:51:48.645Z | + mkdir -p out/downloads |
606 | 2023-11-04T19:51:48.648Z | + mkdir -p ./out/mgd |
607 | 2023-11-04T19:51:48.651Z | + fetch_and_verify |
608 | 2023-11-04T19:51:48.654Z | + local DO_DOWNLOAD=true |
609 | 2023-11-04T19:51:48.657Z | + [[ -f out/downloads/mgd.tar.gz ]] |
610 | 2023-11-04T19:51:48.659Z | + '[' true == true ']' |
611 | 2023-11-04T19:51:48.662Z | + echo Downloading... |
612 | 2023-11-04T19:51:48.666Z | Downloading... |
613 | 2023-11-04T19:51:48.673Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz out/downloads/mgd.tar.gz |
614 | 2023-11-04T19:51:48.685Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/82aa17646265449ee0ede9410208e510fa4a5877/mgd.tar.gz |
615 | 2023-11-04T19:51:52.133Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
616 | 2023-11-04T19:51:52.137Z | ++ sha256sum |
617 | 2023-11-04T19:51:52.140Z | ++ awk '{print $1}' |
618 | 2023-11-04T19:51:52.206Z | + calculated_sha256=1badd6adfece0a1b661f7efb9a2ca65e471f45cf9c8ecbd72b228ca174311e31 |
619 | 2023-11-04T19:51:52.209Z | + [[ 1badd6adfece0a1b661f7efb9a2ca65e471f45cf9c8ecbd72b228ca174311e31 != \1\b\a\d\d\6\a\d\f\e\c\e\0\a\1\b\6\6\1\f\7\e\f\b\9\a\2\c\a\6\5\e\4\7\1\f\4\5\c\f\9\c\8\e\c\b\d\7\2\b\2\2\8\c\a\1\7\4\3\1\1\e\3\1 ]] |
620 | 2023-11-04T19:51:52.212Z | + do_untar out/downloads/mgd.tar.gz |
621 | 2023-11-04T19:51:52.215Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
622 | 2023-11-04T19:51:52.901Z | + do_assemble |
623 | 2023-11-04T19:51:52.904Z | + rm -r ./out/mgd |
624 | 2023-11-04T19:51:52.909Z | + mkdir ./out/mgd |
625 | 2023-11-04T19:51:52.912Z | + cp -r out/downloads/root ./out/mgd/root |
626 | 2023-11-04T19:51:53.095Z | + set -o errexit |
627 | 2023-11-04T19:51:53.098Z | +++ dirname ./tools/ci_download_transceiver_control |
628 | 2023-11-04T19:51:53.101Z | ++ cd ./tools |
629 | 2023-11-04T19:51:53.103Z | ++ pwd |
630 | 2023-11-04T19:51:53.106Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
631 | 2023-11-04T19:51:53.109Z | ++ basename ./tools/ci_download_transceiver_control |
632 | 2023-11-04T19:51:53.112Z | + ARG0=ci_download_transceiver_control |
633 | 2023-11-04T19:51:53.115Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
634 | 2023-11-04T19:51:53.118Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
635 | 2023-11-04T19:51:53.121Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
636 | 2023-11-04T19:51:53.124Z | + TARGET_DIR=out |
637 | 2023-11-04T19:51:53.127Z | + DOWNLOAD_DIR=out/downloads |
638 | 2023-11-04T19:51:53.131Z | + DEST_DIR=./out/transceiver-control |
639 | 2023-11-04T19:51:53.158Z | + BIN_DIR=/opt/oxide/bin |
640 | 2023-11-04T19:51:53.162Z | + BINARY=xcvradm |
641 | 2023-11-04T19:51:53.166Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
642 | 2023-11-04T19:51:53.169Z | + REPO=oxidecomputer/transceiver-control |
643 | 2023-11-04T19:51:53.172Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
644 | 2023-11-04T19:51:53.175Z | + main |
645 | 2023-11-04T19:51:53.178Z | + [[ 0 != 0 ]] |
646 | 2023-11-04T19:51:53.181Z | + CIDL_OS=solaris2.11 |
647 | 2023-11-04T19:51:53.185Z | + [[ 0 != 0 ]] |
648 | 2023-11-04T19:51:53.188Z | + configure_os solaris2.11 |
649 | 2023-11-04T19:51:53.190Z | + echo 'current directory: /work/oxidecomputer/omicron' |
650 | 2023-11-04T19:51:53.194Z | current directory: /work/oxidecomputer/omicron |
651 | 2023-11-04T19:51:53.197Z | + echo 'configuring based on OS: "solaris2.11"' |
652 | 2023-11-04T19:51:53.199Z | + case "$1" in |
653 | 2023-11-04T19:51:53.202Z | configuring based on OS: "solaris2.11" |
654 | 2023-11-04T19:51:53.205Z | + SET_BINARIES= |
655 | 2023-11-04T19:51:53.208Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
656 | 2023-11-04T19:51:53.211Z | + CIDL_SHA256FUNC=do_sha256sum |
657 | 2023-11-04T19:51:53.214Z | + ARCHIVE_FILENAME=xcvradm.gz |
658 | 2023-11-04T19:51:53.217Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
659 | 2023-11-04T19:51:53.220Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
660 | 2023-11-04T19:51:53.224Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
661 | 2023-11-04T19:51:53.227Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
662 | 2023-11-04T19:51:53.230Z | + echo 'Local file: out/downloads/xcvradm.gz' |
663 | 2023-11-04T19:51:53.237Z | Local file: out/downloads/xcvradm.gz |
664 | 2023-11-04T19:51:53.239Z | + mkdir -p out/downloads |
665 | 2023-11-04T19:51:53.243Z | + mkdir -p ./out/transceiver-control |
666 | 2023-11-04T19:51:53.251Z | + fetch_and_verify |
667 | 2023-11-04T19:51:53.259Z | + local DO_DOWNLOAD=true |
668 | 2023-11-04T19:51:53.271Z | + [[ -f out/downloads/xcvradm.gz ]] |
669 | 2023-11-04T19:51:53.280Z | + '[' true == true ']' |
670 | 2023-11-04T19:51:53.290Z | + echo Downloading... |
671 | 2023-11-04T19:51:53.295Z | Downloading... |
672 | 2023-11-04T19:51:53.300Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
673 | 2023-11-04T19:51:53.304Z | + curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
674 | 2023-11-04T19:51:55.047Z | ++ do_sha256sum out/downloads/xcvradm.gz |
675 | 2023-11-04T19:51:55.050Z | ++ sha256sum |
676 | 2023-11-04T19:51:55.053Z | ++ awk '{print $1}' |
677 | 2023-11-04T19:51:55.073Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
678 | 2023-11-04T19:51:55.076Z | + [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]] |
679 | 2023-11-04T19:51:55.078Z | + do_unpack out/downloads/xcvradm.gz |
680 | 2023-11-04T19:51:55.081Z | + mkdir -p out/downloads/root//opt/oxide/bin |
681 | 2023-11-04T19:51:55.084Z | + gzip -dc out/downloads/xcvradm.gz |
682 | 2023-11-04T19:51:55.252Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
683 | 2023-11-04T19:51:55.254Z | + do_assemble |
684 | 2023-11-04T19:51:55.257Z | + rm -r ./out/transceiver-control |
685 | 2023-11-04T19:51:55.260Z | + mkdir ./out/transceiver-control |
686 | 2023-11-04T19:51:55.263Z | + cp -r out/downloads/root ./out/transceiver-control/root |
687 | 2023-11-04T19:51:55.463Z | All builder prerequisites installed successfully, and PATH looks valid |
688 | 2023-11-04T19:51:55.467Z | |
689 | 2023-11-04T19:51:55.469Z | real 1:53.402725145 |
690 | 2023-11-04T19:51:55.472Z | user 53.595032468 |
691 | 2023-11-04T19:51:55.475Z | sys 10.588846083 |
692 | 2023-11-04T19:51:55.478Z | trap 0.024971388 |
693 | 2023-11-04T19:51:55.481Z | tflt 0.124203728 |
694 | 2023-11-04T19:51:55.484Z | dflt 0.542085475 |
695 | 2023-11-04T19:51:55.487Z | kflt 0.145143873 |
696 | 2023-11-04T19:51:55.490Z | lock 1.809701247 |
697 | 2023-11-04T19:51:55.493Z | slp 3:25.101643406 |
698 | 2023-11-04T19:51:55.496Z | lat 4.164317178 |
699 | 2023-11-04T19:51:55.499Z | stop 0.064450665 |
700 | 2023-11-04T19:51:55.502Z | |
701 | 2023-11-04T19:51:55.504Z | #### # # ##### ##### # # |
702 | 2023-11-04T19:51:55.508Z | # # # # # # # # # # |
703 | 2023-11-04T19:51:55.510Z | # # # # # # # # |
704 | 2023-11-04T19:51:55.514Z | # # # ##### ##### # |
705 | 2023-11-04T19:51:55.517Z | # # # # # # # |
706 | 2023-11-04T19:51:55.520Z | #### ###### # # # # |
707 | 2023-11-04T19:51:55.523Z | |
708 | 2023-11-04T19:51:55.842Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
709 | 2023-11-04T19:51:56.197Z | Updating crates.io index |
710 | 2023-11-04T19:51:56.278Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
711 | 2023-11-04T19:51:56.996Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
712 | 2023-11-04T19:51:58.529Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
713 | 2023-11-04T19:51:59.175Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
714 | 2023-11-04T19:51:59.476Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
715 | 2023-11-04T19:51:59.890Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
716 | 2023-11-04T19:52:00.064Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
717 | 2023-11-04T19:52:00.968Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
718 | 2023-11-04T19:52:02.718Z | Updating git repository `https://github.com/oxidecomputer/opte` |
719 | 2023-11-04T19:52:03.778Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
720 | 2023-11-04T19:52:04.554Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
721 | 2023-11-04T19:52:04.571Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
722 | 2023-11-04T19:52:05.083Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
723 | 2023-11-04T19:52:05.391Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
724 | 2023-11-04T19:52:05.811Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
725 | 2023-11-04T19:52:06.102Z | Updating git repository `https://github.com/njaremko/samael` |
726 | 2023-11-04T19:52:06.545Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
727 | 2023-11-04T19:52:07.260Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
728 | 2023-11-04T19:52:07.652Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
729 | 2023-11-04T19:52:08.016Z | Updating git repository `https://github.com/jgallagher/nix` |
730 | 2023-11-04T19:52:09.312Z | Updating git repository `https://github.com/cbiffle/hubpack` |
731 | 2023-11-04T19:52:09.759Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
732 | 2023-11-04T19:52:19.329Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
733 | 2023-11-04T19:52:19.795Z | Updating git repository `https://github.com/oxidecomputer/typify` |
734 | 2023-11-04T19:52:20.787Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
735 | 2023-11-04T19:52:21.175Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
736 | 2023-11-04T19:52:21.505Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
737 | 2023-11-04T19:52:22.984Z | Downloading crates ... |
738 | 2023-11-04T19:52:23.173Z | Downloaded cargo_metadata v0.18.0 |
739 | 2023-11-04T19:52:23.181Z | Downloaded anyhow v1.0.75 |
740 | 2023-11-04T19:52:23.188Z | Downloaded camino v1.1.6 |
741 | 2023-11-04T19:52:23.192Z | Downloaded serde_derive v1.0.188 |
742 | 2023-11-04T19:52:23.200Z | Downloaded strsim v0.10.0 |
743 | 2023-11-04T19:52:23.203Z | Downloaded utf8parse v0.2.1 |
744 | 2023-11-04T19:52:23.209Z | Downloaded anstyle v1.0.2 |
745 | 2023-11-04T19:52:23.213Z | Downloaded colorchoice v1.0.0 |
746 | 2023-11-04T19:52:23.216Z | Downloaded equivalent v1.0.1 |
747 | 2023-11-04T19:52:23.219Z | Downloaded serde_spanned v0.6.4 |
748 | 2023-11-04T19:52:23.223Z | Downloaded cargo-platform v0.1.3 |
749 | 2023-11-04T19:52:23.229Z | Downloaded semver v1.0.20 |
750 | 2023-11-04T19:52:23.232Z | Downloaded itoa v1.0.9 |
751 | 2023-11-04T19:52:23.235Z | Downloaded terminal_size v0.2.6 |
752 | 2023-11-04T19:52:23.240Z | Downloaded thiserror v1.0.49 |
753 | 2023-11-04T19:52:23.243Z | Downloaded anstyle-parse v0.2.1 |
754 | 2023-11-04T19:52:23.246Z | Downloaded errno v0.3.2 |
755 | 2023-11-04T19:52:23.249Z | Downloaded anstyle-query v1.0.0 |
756 | 2023-11-04T19:52:23.252Z | Downloaded clap_lex v0.5.1 |
757 | 2023-11-04T19:52:23.255Z | Downloaded io-lifetimes v1.0.11 |
758 | 2023-11-04T19:52:23.258Z | Downloaded cargo_toml v0.16.3 |
759 | 2023-11-04T19:52:23.261Z | Downloaded quote v1.0.33 |
760 | 2023-11-04T19:52:23.264Z | Downloaded clap_derive v4.4.2 |
761 | 2023-11-04T19:52:23.267Z | Downloaded proc-macro2 v1.0.67 |
762 | 2023-11-04T19:52:23.270Z | Downloaded clap v4.4.3 |
763 | 2023-11-04T19:52:23.279Z | Downloaded toml v0.8.6 |
764 | 2023-11-04T19:52:23.285Z | Downloaded unicode-ident v1.0.12 |
765 | 2023-11-04T19:52:23.289Z | Downloaded serde v1.0.188 |
766 | 2023-11-04T19:52:23.295Z | Downloaded indexmap v2.1.0 |
767 | 2023-11-04T19:52:23.301Z | Downloaded ryu v1.0.15 |
768 | 2023-11-04T19:52:23.307Z | Downloaded memchr v2.6.3 |
769 | 2023-11-04T19:52:23.317Z | Downloaded toml_edit v0.20.7 |
770 | 2023-11-04T19:52:23.356Z | Downloaded winnow v0.5.15 |
771 | 2023-11-04T19:52:23.371Z | Downloaded hashbrown v0.14.2 |
772 | 2023-11-04T19:52:23.381Z | Downloaded serde_json v1.0.108 |
773 | 2023-11-04T19:52:23.394Z | Downloaded rustix v0.37.23 |
774 | 2023-11-04T19:52:23.431Z | Downloaded libc v0.2.149 |
775 | 2023-11-04T19:52:23.481Z | Downloaded syn v2.0.32 |
776 | 2023-11-04T19:52:23.500Z | Downloaded clap_builder v4.4.2 |
777 | 2023-11-04T19:52:23.512Z | Downloaded toml_datetime v0.6.5 |
778 | 2023-11-04T19:52:23.514Z | Downloaded thiserror-impl v1.0.49 |
779 | 2023-11-04T19:52:23.517Z | Downloaded heck v0.4.1 |
780 | 2023-11-04T19:52:23.522Z | Downloaded bitflags v1.3.2 |
781 | 2023-11-04T19:52:23.525Z | Downloaded anstream v0.5.0 |
782 | 2023-11-04T19:52:23.645Z | Compiling proc-macro2 v1.0.67 |
783 | 2023-11-04T19:52:23.648Z | Compiling unicode-ident v1.0.12 |
784 | 2023-11-04T19:52:23.651Z | Compiling serde v1.0.188 |
785 | 2023-11-04T19:52:23.654Z | Compiling libc v0.2.149 |
786 | 2023-11-04T19:52:23.657Z | Compiling io-lifetimes v1.0.11 |
787 | 2023-11-04T19:52:23.661Z | Compiling rustix v0.37.23 |
788 | 2023-11-04T19:52:23.664Z | Compiling hashbrown v0.14.2 |
789 | 2023-11-04T19:52:23.668Z | Compiling utf8parse v0.2.1 |
790 | 2023-11-04T19:52:24.101Z | Compiling equivalent v1.0.1 |
791 | 2023-11-04T19:52:24.104Z | Compiling bitflags v1.3.2 |
792 | 2023-11-04T19:52:24.238Z | Compiling anstyle-parse v0.2.1 |
793 | 2023-11-04T19:52:24.254Z | Compiling winnow v0.5.15 |
794 | 2023-11-04T19:52:24.631Z | Compiling semver v1.0.20 |
795 | 2023-11-04T19:52:25.463Z | Compiling thiserror v1.0.49 |
796 | 2023-11-04T19:52:25.569Z | Compiling indexmap v2.1.0 |
797 | 2023-11-04T19:52:25.627Z | Compiling anstyle-query v1.0.0 |
798 | 2023-11-04T19:52:25.649Z | Compiling anstyle v1.0.2 |
799 | 2023-11-04T19:52:25.803Z | Compiling colorchoice v1.0.0 |
800 | 2023-11-04T19:52:25.908Z | Compiling serde_json v1.0.108 |
801 | 2023-11-04T19:52:26.029Z | Compiling camino v1.1.6 |
802 | 2023-11-04T19:52:26.386Z | Compiling anstream v0.5.0 |
803 | 2023-11-04T19:52:26.494Z | Compiling anyhow v1.0.75 |
804 | 2023-11-04T19:52:26.689Z | Compiling itoa v1.0.9 |
805 | 2023-11-04T19:52:26.882Z | Compiling quote v1.0.33 |
806 | 2023-11-04T19:52:27.059Z | Compiling heck v0.4.1 |
807 | 2023-11-04T19:52:27.207Z | Compiling ryu v1.0.15 |
808 | 2023-11-04T19:52:27.506Z | Compiling syn v2.0.32 |
809 | 2023-11-04T19:52:27.567Z | Compiling errno v0.3.2 |
810 | 2023-11-04T19:52:27.777Z | Compiling strsim v0.10.0 |
811 | 2023-11-04T19:52:27.848Z | Compiling clap_lex v0.5.1 |
812 | 2023-11-04T19:52:29.627Z | Compiling terminal_size v0.2.6 |
813 | 2023-11-04T19:52:29.802Z | Compiling clap_builder v4.4.2 |
814 | 2023-11-04T19:52:35.209Z | Compiling serde_derive v1.0.188 |
815 | 2023-11-04T19:52:35.212Z | Compiling thiserror-impl v1.0.49 |
816 | 2023-11-04T19:52:35.215Z | Compiling clap_derive v4.4.2 |
817 | 2023-11-04T19:52:39.498Z | Compiling clap v4.4.3 |
818 | 2023-11-04T19:52:47.810Z | Compiling serde_spanned v0.6.4 |
819 | 2023-11-04T19:52:47.814Z | Compiling toml_datetime v0.6.5 |
820 | 2023-11-04T19:52:47.817Z | Compiling cargo-platform v0.1.3 |
821 | 2023-11-04T19:52:48.269Z | Compiling toml_edit v0.20.7 |
822 | 2023-11-04T19:52:49.992Z | Compiling cargo_metadata v0.18.0 |
823 | 2023-11-04T19:52:51.656Z | Compiling toml v0.8.6 |
824 | 2023-11-04T19:52:52.621Z | Compiling cargo_toml v0.16.3 |
825 | 2023-11-04T19:52:58.308Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
826 | 2023-11-04T19:52:59.678Z | Finished dev [unoptimized + debuginfo] target(s) in 1m 04s |
827 | 2023-11-04T19:52:59.897Z | Running `target/debug/xtask clippy` |
828 | 2023-11-04T19:52:59.948Z | running: "/home/build/.rustup/toolchains/1.72.1-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" |
829 | 2023-11-04T19:53:00.874Z | Downloading crates ... |
830 | 2023-11-04T19:53:01.135Z | Downloaded blake2b_simd v1.0.1 |
831 | 2023-11-04T19:53:01.142Z | Downloaded bytes v1.5.0 |
832 | 2023-11-04T19:53:01.157Z | Downloaded cc v1.0.83 |
833 | 2023-11-04T19:53:01.170Z | Downloaded ahash v0.8.3 |
834 | 2023-11-04T19:53:01.175Z | Downloaded cexpr v0.6.0 |
835 | 2023-11-04T19:53:01.180Z | Downloaded cassowary v0.3.0 |
836 | 2023-11-04T19:53:01.183Z | Downloaded home v0.5.5 |
837 | 2023-11-04T19:53:01.187Z | Downloaded http-range v0.1.5 |
838 | 2023-11-04T19:53:01.190Z | Downloaded byteorder v1.5.0 |
839 | 2023-11-04T19:53:01.193Z | Downloaded buf-list v1.0.3 |
840 | 2023-11-04T19:53:01.201Z | Downloaded cancel-safe-futures v0.1.5 |
841 | 2023-11-04T19:53:01.212Z | Downloaded matches v0.1.10 |
842 | 2023-11-04T19:53:01.219Z | Downloaded number_prefix v0.4.0 |
843 | 2023-11-04T19:53:01.224Z | Downloaded num_threads v0.1.6 |
844 | 2023-11-04T19:53:01.229Z | Downloaded managed v0.8.0 |
845 | 2023-11-04T19:53:01.234Z | Downloaded atty v0.2.14 |
846 | 2023-11-04T19:53:01.239Z | Downloaded block-buffer v0.10.4 |
847 | 2023-11-04T19:53:01.245Z | Downloaded num-integer v0.1.45 |
848 | 2023-11-04T19:53:01.251Z | Downloaded assert_cmd v2.0.12 |
849 | 2023-11-04T19:53:01.257Z | Downloaded crossbeam-deque v0.8.3 |
850 | 2023-11-04T19:53:01.266Z | Downloaded crc32fast v1.3.2 |
851 | 2023-11-04T19:53:01.272Z | Downloaded argon2 v0.5.2 |
852 | 2023-11-04T19:53:01.277Z | Downloaded memoffset v0.9.0 |
853 | 2023-11-04T19:53:01.280Z | Downloaded approx v0.5.1 |
854 | 2023-11-04T19:53:01.285Z | Downloaded num v0.4.1 |
855 | 2023-11-04T19:53:01.288Z | Downloaded new_debug_unreachable v1.0.4 |
856 | 2023-11-04T19:53:01.293Z | Downloaded convert_case v0.4.0 |
857 | 2023-11-04T19:53:01.296Z | Downloaded num-derive v0.4.0 |
858 | 2023-11-04T19:53:01.300Z | Downloaded bitstruct v0.1.1 |
859 | 2023-11-04T19:53:01.303Z | Downloaded nodrop v0.1.14 |
860 | 2023-11-04T19:53:01.307Z | Downloaded async-trait v0.1.74 |
861 | 2023-11-04T19:53:01.315Z | Downloaded ansi_term v0.12.1 |
862 | 2023-11-04T19:53:01.323Z | Downloaded bcs v0.1.6 |
863 | 2023-11-04T19:53:01.330Z | Downloaded signal-hook-tokio v0.3.1 |
864 | 2023-11-04T19:53:01.334Z | Downloaded serial_test v0.10.0 |
865 | 2023-11-04T19:53:01.338Z | Downloaded pretty-hex v0.3.0 |
866 | 2023-11-04T19:53:01.343Z | Downloaded mockall v0.11.4 |
867 | 2023-11-04T19:53:01.348Z | Downloaded const_format_proc_macros v0.2.31 |
868 | 2023-11-04T19:53:01.353Z | Downloaded crossbeam v0.8.2 |
869 | 2023-11-04T19:53:01.357Z | Downloaded constant_time_eq v0.2.6 |
870 | 2023-11-04T19:53:01.361Z | Downloaded rustfmt-wrapper v0.2.0 |
871 | 2023-11-04T19:53:01.365Z | Downloaded assert_matches v1.5.0 |
872 | 2023-11-04T19:53:01.369Z | Downloaded anes v0.1.6 |
873 | 2023-11-04T19:53:01.374Z | Downloaded strip-ansi-escapes v0.2.0 |
874 | 2023-11-04T19:53:01.378Z | Downloaded base64 v0.21.5 |
875 | 2023-11-04T19:53:01.387Z | Downloaded structmeta-derive v0.1.6 |
876 | 2023-11-04T19:53:01.390Z | Downloaded data-encoding v2.4.0 |
877 | 2023-11-04T19:53:01.394Z | Downloaded slog-term v2.9.0 |
878 | 2023-11-04T19:53:01.398Z | Downloaded vte_generate_state_changes v0.1.1 |
879 | 2023-11-04T19:53:01.401Z | Downloaded smallvec v0.6.14 |
880 | 2023-11-04T19:53:01.405Z | Downloaded take_mut v0.2.2 |
881 | 2023-11-04T19:53:01.408Z | Downloaded untrusted v0.9.0 |
882 | 2023-11-04T19:53:01.411Z | Downloaded dirs-next v2.0.0 |
883 | 2023-11-04T19:53:01.416Z | Downloaded usdt-macro v0.3.5 |
884 | 2023-11-04T19:53:01.419Z | Downloaded console v0.15.7 |
885 | 2023-11-04T19:53:01.422Z | Downloaded usdt-attr-macro v0.3.5 |
886 | 2023-11-04T19:53:01.426Z | Downloaded blake2 v0.10.6 |
887 | 2023-11-04T19:53:01.430Z | Downloaded slog-async v2.8.0 |
888 | 2023-11-04T19:53:01.433Z | Downloaded pem v1.1.1 |
889 | 2023-11-04T19:53:01.436Z | Downloaded allocator-api2 v0.2.16 |
890 | 2023-11-04T19:53:01.442Z | Downloaded phf_shared v0.11.2 |
891 | 2023-11-04T19:53:01.445Z | Downloaded rustc-hash v1.1.0 |
892 | 2023-11-04T19:53:01.449Z | Downloaded textwrap v0.11.0 |
893 | 2023-11-04T19:53:01.452Z | Downloaded enum-as-inner v0.5.1 |
894 | 2023-11-04T19:53:01.456Z | Downloaded env_logger v0.10.0 |
895 | 2023-11-04T19:53:01.460Z | Downloaded futures-core v0.3.29 |
896 | 2023-11-04T19:53:01.463Z | Downloaded tap v1.0.1 |
897 | 2023-11-04T19:53:01.466Z | Downloaded smawk v0.3.1 |
898 | 2023-11-04T19:53:01.469Z | Downloaded num-rational v0.4.1 |
899 | 2023-11-04T19:53:01.473Z | Downloaded path-dedot v3.1.0 |
900 | 2023-11-04T19:53:01.476Z | Downloaded path-absolutize v3.1.0 |
901 | 2023-11-04T19:53:01.480Z | Downloaded r2d2 v0.8.10 |
902 | 2023-11-04T19:53:01.483Z | Downloaded plotters-svg v0.3.5 |
903 | 2023-11-04T19:53:01.487Z | Downloaded usdt-impl v0.3.5 |
904 | 2023-11-04T19:53:01.490Z | Downloaded dtrace-parser v0.1.14 |
905 | 2023-11-04T19:53:01.494Z | Downloaded downcast v0.11.0 |
906 | 2023-11-04T19:53:01.497Z | Downloaded stringprep v0.1.3 |
907 | 2023-11-04T19:53:01.500Z | Downloaded version_check v0.9.4 |
908 | 2023-11-04T19:53:01.504Z | Downloaded headers-core v0.2.0 |
909 | 2023-11-04T19:53:01.507Z | Downloaded paste v1.0.14 |
910 | 2023-11-04T19:53:01.510Z | Downloaded funty v2.0.0 |
911 | 2023-11-04T19:53:01.515Z | Downloaded pin-project-lite v0.2.13 |
912 | 2023-11-04T19:53:01.519Z | Downloaded doc-comment v0.3.3 |
913 | 2023-11-04T19:53:01.527Z | Downloaded parking_lot v0.11.2 |
914 | 2023-11-04T19:53:01.532Z | Downloaded time-core v0.1.1 |
915 | 2023-11-04T19:53:01.535Z | Downloaded universal-hash v0.5.1 |
916 | 2023-11-04T19:53:01.538Z | Downloaded tinyvec_macros v0.1.1 |
917 | 2023-11-04T19:53:01.543Z | Downloaded dyn-clone v1.0.13 |
918 | 2023-11-04T19:53:01.546Z | Downloaded plotters-backend v0.3.5 |
919 | 2023-11-04T19:53:01.549Z | Downloaded yansi v0.5.1 |
920 | 2023-11-04T19:53:01.552Z | Downloaded synstructure v0.12.6 |
921 | 2023-11-04T19:53:01.558Z | Downloaded itertools v0.11.0 |
922 | 2023-11-04T19:53:01.561Z | Downloaded pretty-hex v0.2.1 |
923 | 2023-11-04T19:53:01.565Z | Downloaded parse-display v0.8.2 |
924 | 2023-11-04T19:53:01.568Z | Downloaded heck v0.3.3 |
925 | 2023-11-04T19:53:01.572Z | Downloaded phf_shared v0.10.0 |
926 | 2023-11-04T19:53:01.576Z | Downloaded darling_macro v0.20.3 |
927 | 2023-11-04T19:53:01.579Z | Downloaded ed25519 v1.5.3 |
928 | 2023-11-04T19:53:01.582Z | Downloaded shell-words v1.1.0 |
929 | 2023-11-04T19:53:01.586Z | Downloaded tokio-native-tls v0.3.1 |
930 | 2023-11-04T19:53:01.590Z | Downloaded tungstenite v0.20.1 |
931 | 2023-11-04T19:53:01.595Z | Downloaded crunchy v0.2.2 |
932 | 2023-11-04T19:53:01.598Z | Downloaded rand_core v0.6.4 |
933 | 2023-11-04T19:53:01.601Z | Downloaded snafu v0.7.5 |
934 | 2023-11-04T19:53:01.605Z | Downloaded platforms v3.0.2 |
935 | 2023-11-04T19:53:01.609Z | Downloaded tiny-keccak v2.0.2 |
936 | 2023-11-04T19:53:01.614Z | Downloaded cstr-argument v0.1.2 |
937 | 2023-11-04T19:53:01.619Z | Downloaded futures-task v0.3.29 |
938 | 2023-11-04T19:53:01.623Z | Downloaded postcard-cobs v0.1.5-pre |
939 | 2023-11-04T19:53:01.626Z | Downloaded which v4.4.0 |
940 | 2023-11-04T19:53:01.629Z | Downloaded predicates-tree v1.0.9 |
941 | 2023-11-04T19:53:01.632Z | Downloaded getopts v0.2.21 |
942 | 2023-11-04T19:53:01.636Z | Downloaded papergrid v0.10.0 |
943 | 2023-11-04T19:53:01.640Z | Downloaded parse-display v0.7.0 |
944 | 2023-11-04T19:53:01.648Z | Downloaded phf v0.11.2 |
945 | 2023-11-04T19:53:01.654Z | Downloaded waitgroup v0.1.2 |
946 | 2023-11-04T19:53:01.658Z | Downloaded crossbeam-channel v0.5.8 |
947 | 2023-11-04T19:53:01.662Z | Downloaded toolchain_find v0.2.0 |
948 | 2023-11-04T19:53:01.667Z | Downloaded group v0.13.0 |
949 | 2023-11-04T19:53:01.670Z | Downloaded zeroize_derive v1.4.2 |
950 | 2023-11-04T19:53:01.683Z | Downloaded globset v0.4.13 |
951 | 2023-11-04T19:53:01.686Z | Downloaded fxhash v0.2.1 |
952 | 2023-11-04T19:53:01.689Z | Downloaded float-cmp v0.9.0 |
953 | 2023-11-04T19:53:01.692Z | Downloaded diff v0.1.13 |
954 | 2023-11-04T19:53:01.696Z | Downloaded structmeta v0.1.6 |
955 | 2023-11-04T19:53:01.700Z | Downloaded zerocopy v0.3.0 |
956 | 2023-11-04T19:53:01.703Z | Downloaded futures-timer v3.0.2 |
957 | 2023-11-04T19:53:01.707Z | Downloaded tokio-tungstenite v0.18.0 |
958 | 2023-11-04T19:53:01.710Z | Downloaded foreign-types v0.3.2 |
959 | 2023-11-04T19:53:01.714Z | Downloaded zone_cfg_derive v0.2.0 |
960 | 2023-11-04T19:53:01.717Z | Downloaded tabled_derive v0.6.0 |
961 | 2023-11-04T19:53:01.721Z | Downloaded serde-big-array v0.4.1 |
962 | 2023-11-04T19:53:01.725Z | Downloaded crypto-common v0.1.6 |
963 | 2023-11-04T19:53:01.728Z | Downloaded dof v0.1.5 |
964 | 2023-11-04T19:53:01.732Z | Downloaded tinyvec v1.6.0 |
965 | 2023-11-04T19:53:01.735Z | Downloaded strum v0.25.0 |
966 | 2023-11-04T19:53:01.738Z | Downloaded tower-service v0.3.2 |
967 | 2023-11-04T19:53:01.741Z | Downloaded ena v0.14.2 |
968 | 2023-11-04T19:53:01.745Z | Downloaded strum_macros v0.24.3 |
969 | 2023-11-04T19:53:01.748Z | Downloaded fnv v1.0.7 |
970 | 2023-11-04T19:53:01.751Z | Downloaded signature v1.6.4 |
971 | 2023-11-04T19:53:01.754Z | Downloaded digest v0.10.7 |
972 | 2023-11-04T19:53:01.757Z | Downloaded erased-serde v0.3.30 |
973 | 2023-11-04T19:53:01.760Z | Downloaded usdt v0.3.5 |
974 | 2023-11-04T19:53:01.763Z | Downloaded tracing-attributes v0.1.26 |
975 | 2023-11-04T19:53:01.766Z | Downloaded topological-sort v0.2.2 |
976 | 2023-11-04T19:53:01.769Z | Downloaded strum_macros v0.25.2 |
977 | 2023-11-04T19:53:01.772Z | Downloaded opaque-debug v0.3.0 |
978 | 2023-11-04T19:53:01.776Z | Downloaded thiserror-no-std v2.0.2 |
979 | 2023-11-04T19:53:01.779Z | Downloaded termtree v0.4.1 |
980 | 2023-11-04T19:53:01.782Z | Downloaded try-lock v0.2.4 |
981 | 2023-11-04T19:53:01.785Z | Downloaded heapless v0.7.16 |
982 | 2023-11-04T19:53:01.789Z | Downloaded display-error-chain v0.2.0 |
983 | 2023-11-04T19:53:01.792Z | Downloaded proc-macro-error-attr v1.0.4 |
984 | 2023-11-04T19:53:01.797Z | Downloaded rpassword v7.2.0 |
985 | 2023-11-04T19:53:01.801Z | Downloaded darling_core v0.20.3 |
986 | 2023-11-04T19:53:01.805Z | Downloaded openssl-macros v0.1.1 |
987 | 2023-11-04T19:53:01.808Z | Downloaded tempdir v0.3.7 |
988 | 2023-11-04T19:53:01.811Z | Downloaded subtle v2.5.0 |
989 | 2023-11-04T19:53:01.814Z | Downloaded twox-hash v1.6.3 |
990 | 2023-11-04T19:53:01.817Z | Downloaded openssl-probe v0.1.5 |
991 | 2023-11-04T19:53:01.820Z | Downloaded semver-parser v0.10.2 |
992 | 2023-11-04T19:53:01.823Z | Downloaded debug-ignore v1.0.5 |
993 | 2023-11-04T19:53:01.826Z | Downloaded fallible-iterator v0.2.0 |
994 | 2023-11-04T19:53:01.830Z | Downloaded structopt-derive v0.4.18 |
995 | 2023-11-04T19:53:01.832Z | Downloaded spki v0.7.2 |
996 | 2023-11-04T19:53:01.836Z | Downloaded prettyplease v0.2.12 |
997 | 2023-11-04T19:53:01.840Z | Downloaded foreign-types-shared v0.3.1 |
998 | 2023-11-04T19:53:01.844Z | Downloaded thread_local v1.1.7 |
999 | 2023-11-04T19:53:01.847Z | Downloaded zone v0.2.0 |
1000 | 2023-11-04T19:53:01.850Z | Downloaded thread-id v4.2.0 |
1001 | 2023-11-04T19:53:01.853Z | Downloaded headers v0.3.9 |
1002 | 2023-11-04T19:53:01.857Z | Downloaded oso-derive v0.27.0 |
1003 | 2023-11-04T19:53:01.860Z | Downloaded foreign-types v0.5.0 |
1004 | 2023-11-04T19:53:01.863Z | Downloaded foreign-types-shared v0.1.1 |
1005 | 2023-11-04T19:53:01.867Z | Downloaded foreign-types-macros v0.2.3 |
1006 | 2023-11-04T19:53:01.871Z | Downloaded flagset v0.4.3 |
1007 | 2023-11-04T19:53:01.875Z | Downloaded futures-macro v0.3.29 |
1008 | 2023-11-04T19:53:01.878Z | Downloaded fixedbitset v0.4.2 |
1009 | 2023-11-04T19:53:01.881Z | Downloaded darling_core v0.14.4 |
1010 | 2023-11-04T19:53:01.884Z | Downloaded remove_dir_all v0.5.3 |
1011 | 2023-11-04T19:53:01.887Z | Downloaded uuid v1.4.1 |
1012 | 2023-11-04T19:53:01.890Z | Downloaded quick-error v1.2.3 |
1013 | 2023-11-04T19:53:01.893Z | Downloaded radium v0.7.0 |
1014 | 2023-11-04T19:53:01.896Z | Downloaded pem-rfc7468 v0.7.0 |
1015 | 2023-11-04T19:53:01.899Z | Downloaded tokio-postgres v0.7.10 |
1016 | 2023-11-04T19:53:01.902Z | Downloaded slog-stdlog v4.1.1 |
1017 | 2023-11-04T19:53:01.905Z | Downloaded tracing-core v0.1.31 |
1018 | 2023-11-04T19:53:01.909Z | Downloaded trybuild v1.0.85 |
1019 | 2023-11-04T19:53:01.913Z | Downloaded rstest v0.18.2 |
1020 | 2023-11-04T19:53:01.917Z | Downloaded polyval v0.6.1 |
1021 | 2023-11-04T19:53:01.920Z | Downloaded ff v0.13.0 |
1022 | 2023-11-04T19:53:01.922Z | Downloaded term v0.7.0 |
1023 | 2023-11-04T19:53:01.926Z | Downloaded oso v0.27.0 |
1024 | 2023-11-04T19:53:01.933Z | Downloaded form_urlencoded v1.2.0 |
1025 | 2023-11-04T19:53:01.937Z | Downloaded half v1.8.2 |
1026 | 2023-11-04T19:53:01.939Z | Downloaded tokio-rustls v0.24.1 |
1027 | 2023-11-04T19:53:01.943Z | Downloaded toml v0.7.8 |
1028 | 2023-11-04T19:53:01.949Z | Downloaded aho-corasick v1.0.4 |
1029 | 2023-11-04T19:53:01.960Z | Downloaded tempfile v3.8.0 |
1030 | 2023-11-04T19:53:01.965Z | Downloaded signal-hook v0.3.17 |
1031 | 2023-11-04T19:53:01.970Z | Downloaded rsa v0.9.2 |
1032 | 2023-11-04T19:53:01.980Z | Downloaded ron v0.8.1 |
1033 | 2023-11-04T19:53:01.991Z | Downloaded expectorate v1.1.0 |
1034 | 2023-11-04T19:53:01.995Z | Downloaded reedline v0.23.0 |
1035 | 2023-11-04T19:53:02.009Z | Downloaded ron v0.7.1 |
1036 | 2023-11-04T19:53:02.018Z | Downloaded trust-dns-client v0.22.0 |
1037 | 2023-11-04T19:53:02.028Z | Downloaded rand v0.4.6 |
1038 | 2023-11-04T19:53:02.035Z | Downloaded rand v0.8.5 |
1039 | 2023-11-04T19:53:02.042Z | Downloaded trust-dns-server v0.22.1 |
1040 | 2023-11-04T19:53:02.072Z | Downloaded crossterm v0.27.0 |
1041 | 2023-11-04T19:53:02.076Z | Downloaded portable-atomic v1.4.3 |
1042 | 2023-11-04T19:53:02.079Z | Downloaded tough v0.12.5 |
1043 | 2023-11-04T19:53:02.090Z | Downloaded trust-dns-resolver v0.22.0 |
1044 | 2023-11-04T19:53:02.098Z | Downloaded unicode-normalization v0.1.22 |
1045 | 2023-11-04T19:53:02.105Z | Downloaded pest v2.7.2 |
1046 | 2023-11-04T19:53:02.118Z | Downloaded nix v0.26.2 |
1047 | 2023-11-04T19:53:02.137Z | Downloaded tabled v0.14.0 |
1048 | 2023-11-04T19:53:02.166Z | Downloaded syn v1.0.109 |
1049 | 2023-11-04T19:53:02.187Z | Downloaded proptest v1.3.1 |
1050 | 2023-11-04T19:53:02.207Z | Downloaded ratatui v0.23.0 |
1051 | 2023-11-04T19:53:02.229Z | Downloaded object v0.32.1 |
1052 | 2023-11-04T19:53:02.248Z | Downloaded futures-util v0.3.29 |
1053 | 2023-11-04T19:53:02.271Z | Downloaded curve25519-dalek v4.1.0 |
1054 | 2023-11-04T19:53:02.289Z | Downloaded h2 v0.3.21 |
1055 | 2023-11-04T19:53:02.302Z | Downloaded sled v0.34.7 |
1056 | 2023-11-04T19:53:02.323Z | Downloaded gimli v0.28.0 |
1057 | 2023-11-04T19:53:02.340Z | Downloaded openapiv3 v1.0.3 |
1058 | 2023-11-04T19:53:02.367Z | Downloaded regex v1.10.2 |
1059 | 2023-11-04T19:53:02.392Z | Downloaded smoltcp v0.8.2 |
1060 | 2023-11-04T19:53:02.411Z | Downloaded object v0.30.4 |
1061 | 2023-11-04T19:53:02.430Z | Downloaded tokio v1.33.0 |
1062 | 2023-11-04T19:53:02.499Z | Downloaded trust-dns-proto v0.22.0 |
1063 | 2023-11-04T19:53:02.523Z | Downloaded sha3 v0.10.8 |
1064 | 2023-11-04T19:53:02.537Z | Downloaded regex-syntax v0.6.29 |
1065 | 2023-11-04T19:53:02.551Z | Downloaded encoding_rs v0.8.33 |
1066 | 2023-11-04T19:53:02.595Z | Downloaded zerocopy-derive v0.2.0 |
1067 | 2023-11-04T19:53:02.612Z | Downloaded zerocopy-derive v0.6.4 |
1068 | 2023-11-04T19:53:02.633Z | Downloaded regex-syntax v0.7.5 |
1069 | 2023-11-04T19:53:02.649Z | Downloaded radix_trie v0.2.1 |
1070 | 2023-11-04T19:53:02.659Z | Downloaded openssl v0.10.57 |
1071 | 2023-11-04T19:53:02.678Z | Downloaded regex-automata v0.3.8 |
1072 | 2023-11-04T19:53:02.712Z | Downloaded regex-automata v0.4.3 |
1073 | 2023-11-04T19:53:02.744Z | Downloaded diesel v2.1.3 |
1074 | 2023-11-04T19:53:02.778Z | Downloaded rustix v0.38.9 |
1075 | 2023-11-04T19:53:02.818Z | Downloaded regex-syntax v0.8.2 |
1076 | 2023-11-04T19:53:02.834Z | Downloaded rustls v0.21.8 |
1077 | 2023-11-04T19:53:02.855Z | Downloaded petgraph v0.6.4 |
1078 | 2023-11-04T19:53:02.882Z | Downloaded bstr v1.6.0 |
1079 | 2023-11-04T19:53:02.903Z | Downloaded polar-core v0.27.0 |
1080 | 2023-11-04T19:53:02.919Z | Downloaded smoltcp v0.9.1 |
1081 | 2023-11-04T19:53:02.940Z | Downloaded git2 v0.17.2 |
1082 | 2023-11-04T19:53:02.955Z | Downloaded regress v0.7.1 |
1083 | 2023-11-04T19:53:02.970Z | Downloaded idna v0.4.0 |
1084 | 2023-11-04T19:53:02.982Z | Downloaded vcpkg v0.2.15 |
1085 | 2023-11-04T19:53:03.057Z | Downloaded bstr v0.2.17 |
1086 | 2023-11-04T19:53:03.098Z | Downloaded webpki-roots v0.25.2 |
1087 | 2023-11-04T19:53:03.102Z | Downloaded idna v0.2.3 |
1088 | 2023-11-04T19:53:03.105Z | Downloaded tokio-util v0.7.10 |
1089 | 2023-11-04T19:53:03.110Z | Downloaded rayon v1.8.0 |
1090 | 2023-11-04T19:53:03.126Z | Downloaded hyper v0.14.27 |
1091 | 2023-11-04T19:53:03.141Z | Downloaded quick-xml v0.23.1 |
1092 | 2023-11-04T19:53:03.154Z | Downloaded bitvec v1.0.1 |
1093 | 2023-11-04T19:53:03.182Z | Downloaded bindgen v0.65.1 |
1094 | 2023-11-04T19:53:03.195Z | Downloaded regex-automata v0.1.10 |
1095 | 2023-11-04T19:53:03.204Z | Downloaded toml_edit v0.19.15 |
1096 | 2023-11-04T19:53:03.234Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
1097 | 2023-11-04T19:53:03.342Z | Downloaded serde_with v2.3.3 |
1098 | 2023-11-04T19:53:03.353Z | Downloaded clap v2.34.0 |
1099 | 2023-11-04T19:53:03.366Z | Downloaded chrono v0.4.31 |
1100 | 2023-11-04T19:53:03.381Z | Downloaded plotters v0.3.5 |
1101 | 2023-11-04T19:53:03.396Z | Downloaded time v0.3.27 |
1102 | 2023-11-04T19:53:03.408Z | Downloaded lalrpop v0.19.12 |
1103 | 2023-11-04T19:53:03.428Z | Downloaded reqwest v0.11.20 |
1104 | 2023-11-04T19:53:03.446Z | Downloaded rustls-webpki v0.101.7 |
1105 | 2023-11-04T19:53:03.471Z | Downloaded openssl-sys v0.9.93 |
1106 | 2023-11-04T19:53:03.480Z | Downloaded url v2.4.1 |
1107 | 2023-11-04T19:53:03.486Z | Downloaded typenum v1.16.0 |
1108 | 2023-11-04T19:53:03.491Z | Downloaded derive_builder v0.12.0 |
1109 | 2023-11-04T19:53:03.498Z | Downloaded test-strategy v0.3.1 |
1110 | 2023-11-04T19:53:03.504Z | Downloaded diesel_derives v2.1.1 |
1111 | 2023-11-04T19:53:03.511Z | Downloaded flate2 v1.0.28 |
1112 | 2023-11-04T19:53:03.521Z | Downloaded serde_yaml v0.9.25 |
1113 | 2023-11-04T19:53:03.527Z | Downloaded pretty_assertions v1.4.0 |
1114 | 2023-11-04T19:53:03.530Z | Downloaded tracing v0.1.37 |
1115 | 2023-11-04T19:53:03.539Z | Downloaded packed_struct v0.10.1 |
1116 | 2023-11-04T19:53:03.542Z | Downloaded sha2 v0.10.8 |
1117 | 2023-11-04T19:53:03.545Z | Downloaded ucd-trie v0.1.6 |
1118 | 2023-11-04T19:53:03.548Z | Downloaded flume v0.11.0 |
1119 | 2023-11-04T19:53:03.556Z | Downloaded unicode-segmentation v1.10.1 |
1120 | 2023-11-04T19:53:03.561Z | Downloaded salty v0.2.0 |
1121 | 2023-11-04T19:53:03.570Z | Downloaded num-bigint-dig v0.8.4 |
1122 | 2023-11-04T19:53:03.579Z | Downloaded rayon-core v1.12.0 |
1123 | 2023-11-04T19:53:03.586Z | Downloaded rusqlite v0.29.0 |
1124 | 2023-11-04T19:53:03.596Z | Downloaded percent-encoding v2.3.0 |
1125 | 2023-11-04T19:53:03.599Z | Downloaded proc-macro-crate v1.3.1 |
1126 | 2023-11-04T19:53:03.602Z | Downloaded semver v0.11.0 |
1127 | 2023-11-04T19:53:03.605Z | Downloaded subprocess v0.2.9 |
1128 | 2023-11-04T19:53:03.608Z | Downloaded secrecy v0.8.0 |
1129 | 2023-11-04T19:53:03.611Z | Downloaded spin v0.9.8 |
1130 | 2023-11-04T19:53:03.614Z | Downloaded getrandom v0.2.10 |
1131 | 2023-11-04T19:53:03.618Z | Downloaded zip v0.6.6 |
1132 | 2023-11-04T19:53:03.625Z | Downloaded x509-cert v0.2.4 |
1133 | 2023-11-04T19:53:03.635Z | Downloaded hkdf v0.12.3 |
1134 | 2023-11-04T19:53:03.640Z | Downloaded darling v0.14.4 |
1135 | 2023-11-04T19:53:03.646Z | Downloaded unicase v2.7.0 |
1136 | 2023-11-04T19:53:03.649Z | Downloaded der v0.7.8 |
1137 | 2023-11-04T19:53:03.657Z | Downloaded hash32 v0.2.1 |
1138 | 2023-11-04T19:53:03.661Z | Downloaded rand_xorshift v0.3.0 |
1139 | 2023-11-04T19:53:03.664Z | Downloaded futures-io v0.3.29 |
1140 | 2023-11-04T19:53:03.667Z | Downloaded rustc-demangle v0.1.23 |
1141 | 2023-11-04T19:53:03.670Z | Downloaded toml v0.5.11 |
1142 | 2023-11-04T19:53:03.673Z | Downloaded hashbrown v0.13.2 |
1143 | 2023-11-04T19:53:03.678Z | Downloaded steno v0.4.0 |
1144 | 2023-11-04T19:53:03.685Z | Downloaded endian-type v0.1.2 |
1145 | 2023-11-04T19:53:03.688Z | Downloaded datatest-stable v0.2.3 |
1146 | 2023-11-04T19:53:03.692Z | Downloaded oorandom v11.1.3 |
1147 | 2023-11-04T19:53:03.695Z | Downloaded whoami v1.4.1 |
1148 | 2023-11-04T19:53:03.703Z | Downloaded libxml v0.3.3 |
1149 | 2023-11-04T19:53:03.706Z | Downloaded rcgen v0.11.3 |
1150 | 2023-11-04T19:53:03.724Z | Downloaded libz-sys v1.1.12 |
1151 | 2023-11-04T19:53:03.882Z | Downloaded unicode-bidi v0.3.13 |
1152 | 2023-11-04T19:53:03.887Z | Downloaded vsss-rs v3.3.1 |
1153 | 2023-11-04T19:53:03.892Z | Downloaded pest_derive v2.7.2 |
1154 | 2023-11-04T19:53:03.897Z | Downloaded fatfs v0.3.6 |
1155 | 2023-11-04T19:53:03.902Z | Downloaded owo-colors v3.5.0 |
1156 | 2023-11-04T19:53:03.907Z | Downloaded derive_builder_macro v0.12.0 |
1157 | 2023-11-04T19:53:03.910Z | Downloaded rand_chacha v0.3.1 |
1158 | 2023-11-04T19:53:03.913Z | Downloaded hashbrown v0.12.3 |
1159 | 2023-11-04T19:53:03.919Z | Downloaded itertools v0.10.5 |
1160 | 2023-11-04T19:53:03.932Z | Downloaded tokio-tungstenite v0.20.1 |
1161 | 2023-11-04T19:53:03.935Z | Downloaded zerocopy v0.6.4 |
1162 | 2023-11-04T19:53:03.940Z | Downloaded derive_more v0.99.17 |
1163 | 2023-11-04T19:53:03.951Z | Downloaded elliptic-curve v0.13.5 |
1164 | 2023-11-04T19:53:03.959Z | Downloaded tungstenite v0.18.0 |
1165 | 2023-11-04T19:53:03.966Z | Downloaded aes v0.8.3 |
1166 | 2023-11-04T19:53:03.973Z | Downloaded libm v0.2.7 |
1167 | 2023-11-04T19:53:03.992Z | Downloaded ref-cast-impl v1.0.20 |
1168 | 2023-11-04T19:53:03.995Z | Downloaded serde_tokenstream v0.2.0 |
1169 | 2023-11-04T19:53:04.000Z | Downloaded generic-array v0.14.7 |
1170 | 2023-11-04T19:53:04.003Z | Downloaded sct v0.7.0 |
1171 | 2023-11-04T19:53:04.008Z | Downloaded hashlink v0.8.3 |
1172 | 2023-11-04T19:53:04.012Z | Downloaded unsafe-libyaml v0.2.9 |
1173 | 2023-11-04T19:53:04.018Z | Downloaded difflib v0.4.0 |
1174 | 2023-11-04T19:53:04.021Z | Downloaded smallvec v1.11.0 |
1175 | 2023-11-04T19:53:04.027Z | Downloaded signature v2.1.0 |
1176 | 2023-11-04T19:53:04.030Z | Downloaded unarray v0.1.4 |
1177 | 2023-11-04T19:53:04.033Z | Downloaded parse-display-derive v0.8.2 |
1178 | 2023-11-04T19:53:04.038Z | Downloaded fs-err v2.9.0 |
1179 | 2023-11-04T19:53:04.041Z | Downloaded fragile v2.0.0 |
1180 | 2023-11-04T19:53:04.045Z | Downloaded zeroize v1.6.0 |
1181 | 2023-11-04T19:53:04.048Z | Downloaded serde_arrays v0.1.0 |
1182 | 2023-11-04T19:53:04.051Z | Downloaded walkdir v2.4.0 |
1183 | 2023-11-04T19:53:04.054Z | Downloaded wait-timeout v0.2.0 |
1184 | 2023-11-04T19:53:04.058Z | Downloaded futures-channel v0.3.29 |
1185 | 2023-11-04T19:53:04.061Z | Downloaded nom v7.1.3 |
1186 | 2023-11-04T19:53:04.065Z | Downloaded serde_urlencoded v0.7.1 |
1187 | 2023-11-04T19:53:04.068Z | Downloaded predicates-core v1.0.6 |
1188 | 2023-11-04T19:53:04.071Z | Downloaded ctr v0.9.2 |
1189 | 2023-11-04T19:53:04.074Z | Downloaded serde_with_macros v2.3.3 |
1190 | 2023-11-04T19:53:04.077Z | Downloaded rustls-native-certs v0.6.3 |
1191 | 2023-11-04T19:53:04.080Z | Downloaded pin-project v1.1.3 |
1192 | 2023-11-04T19:53:04.124Z | Downloaded tokio-stream v0.1.14 |
1193 | 2023-11-04T19:53:04.127Z | Downloaded minimal-lexical v0.2.1 |
1194 | 2023-11-04T19:53:04.130Z | Downloaded pkcs1 v0.7.5 |
1195 | 2023-11-04T19:53:04.134Z | Downloaded unicode-linebreak v0.1.5 |
1196 | 2023-11-04T19:53:04.137Z | Downloaded vec_map v0.8.2 |
1197 | 2023-11-04T19:53:04.140Z | Downloaded scheduled-thread-pool v0.2.7 |
1198 | 2023-11-04T19:53:04.143Z | Downloaded semver v0.1.20 |
1199 | 2023-11-04T19:53:04.146Z | Downloaded proc-macro-error v1.0.4 |
1200 | 2023-11-04T19:53:04.150Z | Downloaded postgres-types v0.2.6 |
1201 | 2023-11-04T19:53:04.153Z | Downloaded postcard v0.7.3 |
1202 | 2023-11-04T19:53:04.156Z | Downloaded serde_derive_internals v0.26.0 |
1203 | 2023-11-04T19:53:04.160Z | Downloaded ring v0.17.5 |
1204 | 2023-11-04T19:53:04.297Z | Downloaded similar v2.2.1 |
1205 | 2023-11-04T19:53:04.304Z | Downloaded futures v0.3.29 |
1206 | 2023-11-04T19:53:04.318Z | Downloaded rstest_macros v0.18.2 |
1207 | 2023-11-04T19:53:04.327Z | Downloaded smf v0.2.2 |
1208 | 2023-11-04T19:53:04.333Z | Downloaded dashmap v5.5.1 |
1209 | 2023-11-04T19:53:04.336Z | Downloaded num-bigint v0.4.4 |
1210 | 2023-11-04T19:53:04.345Z | Downloaded mio v0.8.8 |
1211 | 2023-11-04T19:53:04.356Z | Downloaded tokio-macros v2.1.0 |
1212 | 2023-11-04T19:53:04.361Z | Downloaded filetime v0.2.22 |
1213 | 2023-11-04T19:53:04.364Z | Downloaded ref-cast v1.0.20 |
1214 | 2023-11-04T19:53:04.370Z | Downloaded want v0.3.1 |
1215 | 2023-11-04T19:53:04.374Z | Downloaded futures-sink v0.3.29 |
1216 | 2023-11-04T19:53:04.378Z | Downloaded once_cell v1.18.0 |
1217 | 2023-11-04T19:53:04.381Z | Downloaded omicron-zone-package v0.8.3 |
1218 | 2023-11-04T19:53:04.386Z | Downloaded time-macros v0.2.13 |
1219 | 2023-11-04T19:53:04.391Z | Downloaded tinytemplate v1.2.1 |
1220 | 2023-11-04T19:53:04.394Z | Downloaded textwrap v0.16.0 |
1221 | 2023-11-04T19:53:04.398Z | Downloaded libsqlite3-sys v0.26.0 |
1222 | 2023-11-04T19:53:04.541Z | Downloaded olpc-cjson v0.1.3 |
1223 | 2023-11-04T19:53:04.546Z | Downloaded tui-tree-widget v0.13.0 |
1224 | 2023-11-04T19:53:04.549Z | Downloaded darling_macro v0.14.4 |
1225 | 2023-11-04T19:53:04.553Z | Downloaded structopt v0.3.26 |
1226 | 2023-11-04T19:53:04.560Z | Downloaded ring v0.16.20 |
1227 | 2023-11-04T19:53:04.718Z | Downloaded password-hash v0.5.0 |
1228 | 2023-11-04T19:53:04.722Z | Downloaded crypto-bigint v0.5.2 |
1229 | 2023-11-04T19:53:04.732Z | Downloaded pem v3.0.2 |
1230 | 2023-11-04T19:53:04.735Z | Downloaded wyz v0.5.1 |
1231 | 2023-11-04T19:53:04.739Z | Downloaded threadpool v1.8.1 |
1232 | 2023-11-04T19:53:04.742Z | Downloaded thiserror-impl-no-std v2.0.2 |
1233 | 2023-11-04T19:53:04.745Z | Downloaded slog-dtrace v0.2.3 |
1234 | 2023-11-04T19:53:04.749Z | Downloaded slog-bunyan v2.4.0 |
1235 | 2023-11-04T19:53:04.752Z | Downloaded slab v0.4.9 |
1236 | 2023-11-04T19:53:04.755Z | Downloaded siphasher v0.3.11 |
1237 | 2023-11-04T19:53:04.758Z | Downloaded similar-asserts v1.5.0 |
1238 | 2023-11-04T19:53:04.761Z | Downloaded serde_plain v1.0.2 |
1239 | 2023-11-04T19:53:04.764Z | Downloaded serde_path_to_error v0.1.14 |
1240 | 2023-11-04T19:53:04.767Z | Downloaded vergen v8.2.4 |
1241 | 2023-11-04T19:53:04.772Z | Downloaded utf-8 v0.7.6 |
1242 | 2023-11-04T19:53:04.775Z | Downloaded crossterm v0.26.1 |
1243 | 2023-11-04T19:53:04.777Z | Downloaded rust-argon2 v1.0.1 |
1244 | 2023-11-04T19:53:04.780Z | Downloaded pest_meta v2.7.2 |
1245 | 2023-11-04T19:53:04.783Z | Downloaded xattr v1.0.1 |
1246 | 2023-11-04T19:53:04.786Z | Downloaded pkg-config v0.3.27 |
1247 | 2023-11-04T19:53:04.789Z | Downloaded deranged v0.3.8 |
1248 | 2023-11-04T19:53:04.792Z | Downloaded der_derive v0.7.2 |
1249 | 2023-11-04T19:53:04.795Z | Downloaded chacha20poly1305 v0.10.1 |
1250 | 2023-11-04T19:53:04.798Z | Downloaded unicode-xid v0.2.4 |
1251 | 2023-11-04T19:53:04.801Z | Downloaded parking_lot_core v0.9.8 |
1252 | 2023-11-04T19:53:04.804Z | Downloaded parking_lot_core v0.8.6 |
1253 | 2023-11-04T19:53:04.807Z | Downloaded parking_lot v0.12.1 |
1254 | 2023-11-04T19:53:04.810Z | Downloaded arc-swap v1.6.0 |
1255 | 2023-11-04T19:53:04.813Z | Downloaded derive-where v1.2.5 |
1256 | 2023-11-04T19:53:04.816Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1257 | 2023-11-04T19:53:04.837Z | Downloaded vte v0.11.1 |
1258 | 2023-11-04T19:53:04.840Z | Downloaded string_cache v0.8.7 |
1259 | 2023-11-04T19:53:04.842Z | Downloaded futures-executor v0.3.29 |
1260 | 2023-11-04T19:53:04.846Z | Downloaded either v1.9.0 |
1261 | 2023-11-04T19:53:04.849Z | Downloaded glob v0.3.1 |
1262 | 2023-11-04T19:53:04.852Z | Downloaded partial-io v0.5.4 |
1263 | 2023-11-04T19:53:04.855Z | Downloaded socket2 v0.4.9 |
1264 | 2023-11-04T19:53:04.858Z | Downloaded pin-project-internal v1.1.3 |
1265 | 2023-11-04T19:53:04.862Z | Downloaded poly1305 v0.8.0 |
1266 | 2023-11-04T19:53:04.865Z | Downloaded tar v0.4.40 |
1267 | 2023-11-04T19:53:04.868Z | Downloaded socket2 v0.5.4 |
1268 | 2023-11-04T19:53:04.871Z | Downloaded backtrace v0.3.69 |
1269 | 2023-11-04T19:53:04.876Z | Downloaded same-file v1.0.6 |
1270 | 2023-11-04T19:53:04.881Z | Downloaded rusty-fork v0.3.0 |
1271 | 2023-11-04T19:53:04.885Z | Downloaded rustls-pemfile v1.0.3 |
1272 | 2023-11-04T19:53:04.889Z | Downloaded rustc_version v0.1.7 |
1273 | 2023-11-04T19:53:04.892Z | Downloaded sha1 v0.10.5 |
1274 | 2023-11-04T19:53:04.895Z | Downloaded resolv-conf v0.7.0 |
1275 | 2023-11-04T19:53:04.899Z | Downloaded parse-display-derive v0.7.0 |
1276 | 2023-11-04T19:53:04.901Z | Downloaded pkcs8 v0.10.2 |
1277 | 2023-11-04T19:53:04.904Z | Downloaded criterion v0.5.1 |
1278 | 2023-11-04T19:53:04.908Z | Downloaded shlex v1.1.0 |
1279 | 2023-11-04T19:53:04.911Z | Downloaded yasna v0.5.2 |
1280 | 2023-11-04T19:53:04.914Z | Downloaded slog v2.7.0 |
1281 | 2023-11-04T19:53:04.918Z | Downloaded schemars v0.8.13 |
1282 | 2023-11-04T19:53:04.938Z | Downloaded num-traits v0.2.16 |
1283 | 2023-11-04T19:53:04.942Z | Downloaded bit-vec v0.6.3 |
1284 | 2023-11-04T19:53:04.945Z | Downloaded derive_builder_core v0.12.0 |
1285 | 2023-11-04T19:53:04.948Z | Downloaded postgres-protocol v0.6.6 |
1286 | 2023-11-04T19:53:04.951Z | Downloaded slog-json v2.6.1 |
1287 | 2023-11-04T19:53:04.954Z | Downloaded slog-envlogger v2.2.0 |
1288 | 2023-11-04T19:53:04.957Z | Downloaded http v0.2.9 |
1289 | 2023-11-04T19:53:04.962Z | Downloaded unicode-width v0.1.11 |
1290 | 2023-11-04T19:53:04.965Z | Downloaded termios v0.3.3 |
1291 | 2023-11-04T19:53:04.968Z | Downloaded curve25519-dalek-derive v0.1.0 |
1292 | 2023-11-04T19:53:04.972Z | Downloaded untrusted v0.7.1 |
1293 | 2023-11-04T19:53:04.975Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1294 | 2023-11-04T19:53:04.979Z | Downloaded slog-scope v4.4.0 |
1295 | 2023-11-04T19:53:04.982Z | Downloaded env_logger v0.9.3 |
1296 | 2023-11-04T19:53:04.987Z | Downloaded termcolor v1.2.0 |
1297 | 2023-11-04T19:53:04.990Z | Downloaded snafu-derive v0.7.5 |
1298 | 2023-11-04T19:53:04.993Z | Downloaded structmeta-derive v0.2.0 |
1299 | 2023-11-04T19:53:04.996Z | Downloaded structmeta v0.2.0 |
1300 | 2023-11-04T19:53:05.000Z | Downloaded strsim v0.8.0 |
1301 | 2023-11-04T19:53:05.003Z | Downloaded packed_struct_codegen v0.10.1 |
1302 | 2023-11-04T19:53:05.009Z | Downloaded indicatif v0.17.7 |
1303 | 2023-11-04T19:53:05.012Z | Downloaded const_format v0.2.31 |
1304 | 2023-11-04T19:53:05.016Z | Downloaded indexmap v1.9.3 |
1305 | 2023-11-04T19:53:05.019Z | Downloaded libtest-mimic v0.6.1 |
1306 | 2023-11-04T19:53:05.022Z | Downloaded num_enum v0.5.11 |
1307 | 2023-11-04T19:53:05.025Z | Downloaded pest_generator v2.7.2 |
1308 | 2023-11-04T19:53:05.027Z | Downloaded basic-toml v0.1.4 |
1309 | 2023-11-04T19:53:05.037Z | Downloaded clang-sys v1.6.1 |
1310 | 2023-11-04T19:53:05.040Z | Downloaded num-complex v0.4.4 |
1311 | 2023-11-04T19:53:05.043Z | Downloaded ciborium v0.2.1 |
1312 | 2023-11-04T19:53:05.046Z | Downloaded addr2line v0.21.0 |
1313 | 2023-11-04T19:53:05.050Z | Downloaded nu-ansi-term v0.49.0 |
1314 | 2023-11-04T19:53:05.054Z | Downloaded mockall_derive v0.11.4 |
1315 | 2023-11-04T19:53:05.058Z | Downloaded rustversion v1.0.14 |
1316 | 2023-11-04T19:53:05.062Z | Downloaded ppv-lite86 v0.2.17 |
1317 | 2023-11-04T19:53:05.064Z | Downloaded fd-lock v3.0.13 |
1318 | 2023-11-04T19:53:05.068Z | Downloaded multer v2.1.0 |
1319 | 2023-11-04T19:53:05.071Z | Downloaded bitflags v2.4.0 |
1320 | 2023-11-04T19:53:05.075Z | Downloaded predicates v3.0.4 |
1321 | 2023-11-04T19:53:05.080Z | Downloaded predicates v2.1.5 |
1322 | 2023-11-04T19:53:05.083Z | Downloaded serde-hex v0.1.0 |
1323 | 2023-11-04T19:53:05.086Z | Downloaded darling v0.20.3 |
1324 | 2023-11-04T19:53:05.091Z | Downloaded fastrand v2.0.0 |
1325 | 2023-11-04T19:53:05.093Z | Downloaded static_assertions v1.1.0 |
1326 | 2023-11-04T19:53:05.096Z | Downloaded stable_deref_trait v1.2.0 |
1327 | 2023-11-04T19:53:05.099Z | Downloaded spin v0.5.2 |
1328 | 2023-11-04T19:53:05.102Z | Downloaded serde_tokenstream v0.1.7 |
1329 | 2023-11-04T19:53:05.106Z | Downloaded signal-hook-mio v0.2.3 |
1330 | 2023-11-04T19:53:05.109Z | Downloaded pin-utils v0.1.0 |
1331 | 2023-11-04T19:53:05.112Z | Downloaded signal-hook-registry v1.4.1 |
1332 | 2023-11-04T19:53:05.115Z | Downloaded schemars_derive v0.8.13 |
1333 | 2023-11-04T19:53:05.118Z | Downloaded relative-path v1.9.0 |
1334 | 2023-11-04T19:53:05.122Z | Downloaded httptest v0.15.5 |
1335 | 2023-11-04T19:53:05.149Z | Downloaded peeking_take_while v0.1.2 |
1336 | 2023-11-04T19:53:05.152Z | Downloaded scopeguard v1.2.0 |
1337 | 2023-11-04T19:53:05.155Z | Downloaded miniz_oxide v0.7.1 |
1338 | 2023-11-04T19:53:05.158Z | Downloaded crc-any v2.4.3 |
1339 | 2023-11-04T19:53:05.161Z | Downloaded colored v2.0.4 |
1340 | 2023-11-04T19:53:05.164Z | Downloaded base16ct v0.2.0 |
1341 | 2023-11-04T19:53:05.168Z | Downloaded ringbuffer v0.15.0 |
1342 | 2023-11-04T19:53:05.170Z | Downloaded linear-map v1.2.0 |
1343 | 2023-11-04T19:53:05.173Z | Downloaded rustc_version v0.4.0 |
1344 | 2023-11-04T19:53:05.176Z | Downloaded lru-cache v0.1.2 |
1345 | 2023-11-04T19:53:05.179Z | Downloaded humantime v2.1.0 |
1346 | 2023-11-04T19:53:05.181Z | Downloaded cookie v0.16.2 |
1347 | 2023-11-04T19:53:05.184Z | Downloaded bzip2 v0.4.4 |
1348 | 2023-11-04T19:53:05.187Z | Downloaded ciborium-ll v0.2.1 |
1349 | 2023-11-04T19:53:05.190Z | Downloaded path-slash v0.1.5 |
1350 | 2023-11-04T19:53:05.193Z | Downloaded crucible-workspace-hack v0.1.0 |
1351 | 2023-11-04T19:53:05.196Z | Downloaded precomputed-hash v0.1.1 |
1352 | 2023-11-04T19:53:05.198Z | Downloaded nibble_vec v0.1.0 |
1353 | 2023-11-04T19:53:05.202Z | Downloaded native-tls v0.2.11 |
1354 | 2023-11-04T19:53:05.205Z | Downloaded maybe-uninit v2.0.0 |
1355 | 2023-11-04T19:53:05.209Z | Downloaded async-recursion v1.0.5 |
1356 | 2023-11-04T19:53:05.212Z | Downloaded fallible-streaming-iterator v0.1.9 |
1357 | 2023-11-04T19:53:05.215Z | Downloaded rtoolbox v0.0.1 |
1358 | 2023-11-04T19:53:05.218Z | Downloaded ipnet v2.8.0 |
1359 | 2023-11-04T19:53:05.221Z | Downloaded hmac v0.12.1 |
1360 | 2023-11-04T19:53:05.224Z | Downloaded dirs-sys-next v0.1.2 |
1361 | 2023-11-04T19:53:05.230Z | Downloaded serial_test_derive v0.10.0 |
1362 | 2023-11-04T19:53:05.233Z | Downloaded log v0.4.20 |
1363 | 2023-11-04T19:53:05.236Z | Downloaded arrayvec v0.7.4 |
1364 | 2023-11-04T19:53:05.239Z | Downloaded num_enum v0.7.0 |
1365 | 2023-11-04T19:53:05.242Z | Downloaded num_cpus v1.16.0 |
1366 | 2023-11-04T19:53:05.244Z | Downloaded num-iter v0.1.43 |
1367 | 2023-11-04T19:53:05.247Z | Downloaded indoc v1.0.9 |
1368 | 2023-11-04T19:53:05.250Z | Downloaded cipher v0.4.4 |
1369 | 2023-11-04T19:53:05.253Z | Downloaded cast v0.3.0 |
1370 | 2023-11-04T19:53:05.256Z | Downloaded ascii-canvas v3.0.0 |
1371 | 2023-11-04T19:53:05.259Z | Downloaded serde_repr v0.1.16 |
1372 | 2023-11-04T19:53:05.262Z | Downloaded mime_guess v2.0.4 |
1373 | 2023-11-04T19:53:05.265Z | Downloaded linked-hash-map v0.5.6 |
1374 | 2023-11-04T19:53:05.268Z | Downloaded crossbeam-utils v0.8.16 |
1375 | 2023-11-04T19:53:05.271Z | Downloaded crossbeam-epoch v0.9.15 |
1376 | 2023-11-04T19:53:05.274Z | Downloaded camino-tempfile v1.0.2 |
1377 | 2023-11-04T19:53:05.277Z | Downloaded base64 v0.13.1 |
1378 | 2023-11-04T19:53:05.279Z | Downloaded backoff v0.4.0 |
1379 | 2023-11-04T19:53:05.282Z | Downloaded arrayref v0.3.7 |
1380 | 2023-11-04T19:53:05.285Z | Downloaded aead v0.5.2 |
1381 | 2023-11-04T19:53:05.287Z | Downloaded serde-big-array v0.5.1 |
1382 | 2023-11-04T19:53:05.291Z | Downloaded bit_field v0.10.2 |
1383 | 2023-11-04T19:53:05.294Z | Downloaded aes-gcm-siv v0.11.1 |
1384 | 2023-11-04T19:53:05.296Z | Downloaded libefi-sys v0.1.0 |
1385 | 2023-11-04T19:53:05.299Z | Downloaded lazy_static v1.4.0 |
1386 | 2023-11-04T19:53:05.302Z | Downloaded array-init v0.0.4 |
1387 | 2023-11-04T19:53:05.305Z | Downloaded lock_api v0.4.10 |
1388 | 2023-11-04T19:53:05.309Z | Downloaded ascii v1.1.0 |
1389 | 2023-11-04T19:53:05.312Z | Downloaded newtype_derive v0.1.6 |
1390 | 2023-11-04T19:53:05.316Z | Downloaded maplit v1.0.2 |
1391 | 2023-11-04T19:53:05.319Z | Downloaded macaddr v1.0.1 |
1392 | 2023-11-04T19:53:05.323Z | Downloaded httparse v1.8.0 |
1393 | 2023-11-04T19:53:05.327Z | Downloaded chacha20 v0.9.1 |
1394 | 2023-11-04T19:53:05.330Z | Downloaded newline-converter v0.3.0 |
1395 | 2023-11-04T19:53:05.333Z | Downloaded md-5 v0.10.5 |
1396 | 2023-11-04T19:53:05.337Z | Downloaded is-terminal v0.4.9 |
1397 | 2023-11-04T19:53:05.342Z | Downloaded ipnetwork v0.20.0 |
1398 | 2023-11-04T19:53:05.345Z | Downloaded hyper-tls v0.5.0 |
1399 | 2023-11-04T19:53:05.347Z | Downloaded http-body v0.4.5 |
1400 | 2023-11-04T19:53:05.350Z | Downloaded autocfg v1.1.0 |
1401 | 2023-11-04T19:53:05.353Z | Downloaded bitstruct_derive v0.1.0 |
1402 | 2023-11-04T19:53:05.357Z | Downloaded inout v0.1.3 |
1403 | 2023-11-04T19:53:05.359Z | Downloaded cfg-if v1.0.0 |
1404 | 2023-11-04T19:53:05.363Z | Downloaded bit-set v0.5.3 |
1405 | 2023-11-04T19:53:05.366Z | Downloaded async-stream v0.3.5 |
1406 | 2023-11-04T19:53:05.369Z | Downloaded bb8 v0.8.1 |
1407 | 2023-11-04T19:53:05.372Z | Downloaded lazycell v1.3.0 |
1408 | 2023-11-04T19:53:05.375Z | Downloaded jobserver v0.1.26 |
1409 | 2023-11-04T19:53:05.378Z | Downloaded const-oid v0.9.5 |
1410 | 2023-11-04T19:53:05.382Z | Downloaded async-stream-impl v0.3.5 |
1411 | 2023-11-04T19:53:05.385Z | Downloaded ciborium-io v0.2.1 |
1412 | 2023-11-04T19:53:05.388Z | Downloaded base64ct v1.6.0 |
1413 | 2023-11-04T19:53:05.392Z | Downloaded bincode v1.3.3 |
1414 | 2023-11-04T19:53:05.396Z | Downloaded adler v1.0.2 |
1415 | 2023-11-04T19:53:05.399Z | Downloaded num_enum_derive v0.7.0 |
1416 | 2023-11-04T19:53:05.402Z | Downloaded nanorand v0.7.0 |
1417 | 2023-11-04T19:53:05.405Z | Downloaded crossbeam-queue v0.3.8 |
1418 | 2023-11-04T19:53:05.408Z | Downloaded corncobs v0.1.3 |
1419 | 2023-11-04T19:53:05.411Z | Downloaded normalize-line-endings v0.3.0 |
1420 | 2023-11-04T19:53:05.415Z | Downloaded mime v0.3.17 |
1421 | 2023-11-04T19:53:05.418Z | Downloaded match_cfg v0.1.0 |
1422 | 2023-11-04T19:53:05.421Z | Downloaded libloading v0.7.4 |
1423 | 2023-11-04T19:53:05.424Z | Downloaded instant v0.1.12 |
1424 | 2023-11-04T19:53:05.427Z | Downloaded hyper-rustls v0.24.2 |
1425 | 2023-11-04T19:53:05.430Z | Downloaded criterion-plot v0.5.0 |
1426 | 2023-11-04T19:53:05.433Z | Downloaded cfg-if v0.1.10 |
1427 | 2023-11-04T19:53:05.436Z | Downloaded bitfield v0.14.0 |
1428 | 2023-11-04T19:53:05.439Z | Downloaded iana-time-zone v0.1.57 |
1429 | 2023-11-04T19:53:05.444Z | Downloaded hyper-staticfile v0.9.5 |
1430 | 2023-11-04T19:53:05.450Z | Downloaded hostname v0.3.1 |
1431 | 2023-11-04T19:53:05.453Z | Downloaded crc-catalog v2.2.0 |
1432 | 2023-11-04T19:53:05.456Z | Downloaded bytesize v1.3.0 |
1433 | 2023-11-04T19:53:05.459Z | Downloaded keccak v0.1.4 |
1434 | 2023-11-04T19:53:05.464Z | Downloaded indoc v2.0.3 |
1435 | 2023-11-04T19:53:05.467Z | Downloaded num_enum_derive v0.5.11 |
1436 | 2023-11-04T19:53:05.470Z | Downloaded memoffset v0.7.1 |
1437 | 2023-11-04T19:53:05.473Z | Downloaded impl-trait-for-tuples v0.2.2 |
1438 | 2023-11-04T19:53:05.476Z | Downloaded hubpack v0.1.2 |
1439 | 2023-11-04T19:53:05.478Z | Downloaded httpdate v1.0.3 |
1440 | 2023-11-04T19:53:05.482Z | Downloaded highway v1.1.0 |
1441 | 2023-11-04T19:53:05.485Z | Downloaded hex-literal v0.4.1 |
1442 | 2023-11-04T19:53:05.489Z | Downloaded hex v0.4.3 |
1443 | 2023-11-04T19:53:05.492Z | Downloaded cpufeatures v0.2.9 |
1444 | 2023-11-04T19:53:05.495Z | Downloaded lalrpop-util v0.19.12 |
1445 | 2023-11-04T19:53:05.498Z | Downloaded ident_case v1.0.1 |
1446 | 2023-11-04T19:53:05.501Z | Downloaded hubpack_derive v0.1.1 |
1447 | 2023-11-04T19:53:05.504Z | Downloaded crc v3.0.1 |
1448 | 2023-11-04T19:53:05.508Z | Downloaded constant_time_eq v0.3.0 |
1449 | 2023-11-04T19:53:05.512Z | Downloaded bytecount v0.6.3 |
1450 | 2023-11-04T19:53:05.515Z | Downloaded block-padding v0.3.3 |
1451 | 2023-11-04T19:53:05.518Z | Downloaded atomicwrites v0.4.2 |
1452 | 2023-11-04T19:53:05.521Z | Downloaded atomic-waker v1.1.1 |
1453 | 2023-11-04T19:53:06.246Z | Compiling proc-macro2 v1.0.67 |
1454 | 2023-11-04T19:53:06.253Z | Compiling serde v1.0.188 |
1455 | 2023-11-04T19:53:06.258Z | Compiling autocfg v1.1.0 |
1456 | 2023-11-04T19:53:06.261Z | Compiling version_check v0.9.4 |
1457 | 2023-11-04T19:53:06.269Z | Compiling syn v1.0.109 |
1458 | 2023-11-04T19:53:06.273Z | Compiling parking_lot_core v0.9.8 |
1459 | 2023-11-04T19:53:06.286Z | Compiling libm v0.2.7 |
1460 | 2023-11-04T19:53:06.314Z | Compiling libc v0.2.149 |
1461 | 2023-11-04T19:53:06.805Z | Compiling cfg-if v1.0.0 |
1462 | 2023-11-04T19:53:06.854Z | Compiling futures-core v0.3.29 |
1463 | 2023-11-04T19:53:06.960Z | Compiling once_cell v1.18.0 |
1464 | 2023-11-04T19:53:07.025Z | Compiling typenum v1.16.0 |
1465 | 2023-11-04T19:53:07.351Z | Compiling futures-channel v0.3.29 |
1466 | 2023-11-04T19:53:07.373Z | Compiling ahash v0.8.3 |
1467 | 2023-11-04T19:53:07.474Z | Compiling lock_api v0.4.10 |
1468 | 2023-11-04T19:53:07.595Z | Compiling num-traits v0.2.16 |
1469 | 2023-11-04T19:53:07.805Z | Compiling quote v1.0.33 |
1470 | 2023-11-04T19:53:07.985Z | Compiling generic-array v0.14.7 |
1471 | 2023-11-04T19:53:08.062Z | Compiling slab v0.4.9 |
1472 | 2023-11-04T19:53:08.476Z | Compiling syn v2.0.32 |
1473 | 2023-11-04T19:53:08.559Z | Compiling jobserver v0.1.26 |
1474 | 2023-11-04T19:53:09.008Z | Compiling futures-task v0.3.29 |
1475 | 2023-11-04T19:53:09.224Z | Compiling cc v1.0.83 |
1476 | 2023-11-04T19:53:09.292Z | Compiling futures-util v0.3.29 |
1477 | 2023-11-04T19:53:09.319Z | Compiling pkg-config v0.3.27 |
1478 | 2023-11-04T19:53:09.482Z | Compiling memchr v2.6.3 |
1479 | 2023-11-04T19:53:09.534Z | Compiling vcpkg v0.2.15 |
1480 | 2023-11-04T19:53:09.855Z | Compiling itoa v1.0.9 |
1481 | 2023-11-04T19:53:09.911Z | Compiling log v0.4.20 |
1482 | 2023-11-04T19:53:10.216Z | Compiling schemars v0.8.13 |
1483 | 2023-11-04T19:53:10.617Z | Compiling serde_json v1.0.108 |
1484 | 2023-11-04T19:53:11.252Z | Compiling httparse v1.8.0 |
1485 | 2023-11-04T19:53:11.385Z | Compiling ryu v1.0.15 |
1486 | 2023-11-04T19:53:11.578Z | Compiling indexmap v1.9.3 |
1487 | 2023-11-04T19:53:11.833Z | Compiling getrandom v0.2.10 |
1488 | 2023-11-04T19:53:11.934Z | Compiling allocator-api2 v0.2.16 |
1489 | 2023-11-04T19:53:12.018Z | Compiling equivalent v1.0.1 |
1490 | 2023-11-04T19:53:12.170Z | Compiling rustix v0.38.9 |
1491 | 2023-11-04T19:53:12.393Z | Compiling rustls v0.21.8 |
1492 | 2023-11-04T19:53:12.554Z | Compiling fnv v1.0.7 |
1493 | 2023-11-04T19:53:12.619Z | Compiling aho-corasick v1.0.4 |
1494 | 2023-11-04T19:53:12.742Z | Compiling regex-syntax v0.8.2 |
1495 | 2023-11-04T19:53:12.763Z | Compiling openssl v0.10.57 |
1496 | 2023-11-04T19:53:13.113Z | Compiling hashbrown v0.14.2 |
1497 | 2023-11-04T19:53:13.386Z | Compiling unicode-xid v0.2.4 |
1498 | 2023-11-04T19:53:13.633Z | Compiling ucd-trie v0.1.6 |
1499 | 2023-11-04T19:53:14.193Z | Compiling ring v0.16.20 |
1500 | 2023-11-04T19:53:14.571Z | Compiling ring v0.17.5 |
1501 | 2023-11-04T19:53:15.435Z | Compiling openssl-sys v0.9.93 |
1502 | 2023-11-04T19:53:16.220Z | Compiling backtrace v0.3.69 |
1503 | 2023-11-04T19:53:16.812Z | Compiling native-tls v0.2.11 |
1504 | 2023-11-04T19:53:17.274Z | Compiling async-trait v0.1.74 |
1505 | 2023-11-04T19:53:17.976Z | Compiling anyhow v1.0.75 |
1506 | 2023-11-04T19:53:18.020Z | Compiling rustversion v1.0.14 |
1507 | 2023-11-04T19:53:18.679Z | Compiling regex-automata v0.4.3 |
1508 | 2023-11-04T19:53:18.819Z | Compiling crossbeam-utils v0.8.16 |
1509 | 2023-11-04T19:53:19.463Z | Compiling slog v2.7.0 |
1510 | 2023-11-04T19:53:19.513Z | Compiling iana-time-zone v0.1.57 |
1511 | 2023-11-04T19:53:20.056Z | Compiling time-core v0.1.1 |
1512 | 2023-11-04T19:53:20.200Z | Compiling byteorder v1.5.0 |
1513 | 2023-11-04T19:53:20.327Z | Compiling time-macros v0.2.13 |
1514 | 2023-11-04T19:53:20.994Z | Compiling serde_derive_internals v0.26.0 |
1515 | 2023-11-04T19:53:21.490Z | Compiling synstructure v0.12.6 |
1516 | 2023-11-04T19:53:22.119Z | Compiling dyn-clone v1.0.13 |
1517 | 2023-11-04T19:53:22.405Z | Compiling hashbrown v0.13.2 |
1518 | 2023-11-04T19:53:23.493Z | Compiling usdt-impl v0.3.5 |
1519 | 2023-11-04T19:53:24.205Z | Compiling scopeguard v1.2.0 |
1520 | 2023-11-04T19:53:24.229Z | Compiling unicode-width v0.1.11 |
1521 | 2023-11-04T19:53:24.447Z | Compiling winnow v0.5.15 |
1522 | 2023-11-04T19:53:24.474Z | Compiling thread-id v4.2.0 |
1523 | 2023-11-04T19:53:24.642Z | Compiling strsim v0.10.0 |
1524 | 2023-11-04T19:53:25.145Z | Compiling tinyvec_macros v0.1.1 |
1525 | 2023-11-04T19:53:25.232Z | Compiling unicode-bidi v0.3.13 |
1526 | 2023-11-04T19:53:25.268Z | Compiling tinyvec v1.6.0 |
1527 | 2023-11-04T19:53:25.521Z | Compiling smallvec v1.11.0 |
1528 | 2023-11-04T19:53:25.684Z | Compiling percent-encoding v2.3.0 |
1529 | 2023-11-04T19:53:26.192Z | Compiling regex v1.10.2 |
1530 | 2023-11-04T19:53:27.238Z | Compiling parking_lot v0.12.1 |
1531 | 2023-11-04T19:53:27.948Z | Compiling unicode-normalization v0.1.22 |
1532 | 2023-11-04T19:53:28.033Z | Compiling form_urlencoded v1.2.0 |
1533 | 2023-11-04T19:53:28.491Z | Compiling regex-syntax v0.6.29 |
1534 | 2023-11-04T19:53:28.746Z | Compiling num-integer v0.1.45 |
1535 | 2023-11-04T19:53:29.140Z | Compiling bitflags v1.3.2 |
1536 | 2023-11-04T19:53:29.289Z | Compiling crc32fast v1.3.2 |
1537 | 2023-11-04T19:53:29.446Z | Compiling adler v1.0.2 |
1538 | 2023-11-04T19:53:29.800Z | Compiling idna v0.4.0 |
1539 | 2023-11-04T19:53:29.830Z | Compiling miniz_oxide v0.7.1 |
1540 | 2023-11-04T19:53:30.053Z | Compiling spin v0.5.2 |
1541 | 2023-11-04T19:53:30.421Z | Compiling gimli v0.28.0 |
1542 | 2023-11-04T19:53:30.874Z | Compiling object v0.32.1 |
1543 | 2023-11-04T19:53:31.713Z | Compiling serde_derive v1.0.188 |
1544 | 2023-11-04T19:53:31.991Z | Compiling thiserror-impl v1.0.49 |
1545 | 2023-11-04T19:53:32.253Z | Compiling zeroize_derive v1.4.2 |
1546 | 2023-11-04T19:53:32.279Z | Compiling tokio-macros v2.1.0 |
1547 | 2023-11-04T19:53:33.442Z | Compiling futures-macro v0.3.29 |
1548 | 2023-11-04T19:53:34.630Z | Compiling tracing-attributes v0.1.26 |
1549 | 2023-11-04T19:53:34.721Z | Compiling schemars_derive v0.8.13 |
1550 | 2023-11-04T19:53:36.727Z | Compiling openssl-macros v0.1.1 |
1551 | 2023-11-04T19:53:36.796Z | Compiling thiserror v1.0.49 |
1552 | 2023-11-04T19:53:36.988Z | Compiling pest v2.7.2 |
1553 | 2023-11-04T19:53:38.391Z | Compiling zerocopy-derive v0.2.0 |
1554 | 2023-11-04T19:53:39.033Z | Compiling strum_macros v0.25.2 |
1555 | 2023-11-04T19:53:39.767Z | Compiling url v2.4.1 |
1556 | 2023-11-04T19:53:40.318Z | Compiling addr2line v0.21.0 |
1557 | 2023-11-04T19:53:41.331Z | Compiling pest_meta v2.7.2 |
1558 | 2023-11-04T19:53:41.352Z | Compiling zerocopy v0.3.0 |
1559 | 2023-11-04T19:53:41.860Z | Compiling pin-project-lite v0.2.13 |
1560 | 2023-11-04T19:53:41.884Z | Compiling rustc-demangle v0.1.23 |
1561 | 2023-11-04T19:53:42.040Z | Compiling zerocopy-derive v0.6.4 |
1562 | 2023-11-04T19:53:42.420Z | Compiling errno v0.3.2 |
1563 | 2023-11-04T19:53:42.664Z | Compiling dof v0.1.5 |
1564 | 2023-11-04T19:53:43.108Z | Compiling mio v0.8.8 |
1565 | 2023-11-04T19:53:43.387Z | Compiling signal-hook-registry v1.4.1 |
1566 | 2023-11-04T19:53:44.055Z | Compiling pest_generator v2.7.2 |
1567 | 2023-11-04T19:53:45.081Z | Compiling socket2 v0.5.4 |
1568 | 2023-11-04T19:53:45.359Z | Compiling num_cpus v1.16.0 |
1569 | 2023-11-04T19:53:45.533Z | Compiling futures-sink v0.3.29 |
1570 | 2023-11-04T19:53:45.758Z | Compiling memoffset v0.9.0 |
1571 | 2023-11-04T19:53:46.730Z | Compiling deranged v0.3.8 |
1572 | 2023-11-04T19:53:46.851Z | Compiling num_threads v0.1.6 |
1573 | 2023-11-04T19:53:46.952Z | Compiling radium v0.7.0 |
1574 | 2023-11-04T19:53:47.023Z | Compiling futures-io v0.3.29 |
1575 | 2023-11-04T19:53:47.140Z | Compiling pin-utils v0.1.0 |
1576 | 2023-11-04T19:53:47.269Z | Compiling clap_derive v4.4.2 |
1577 | 2023-11-04T19:53:47.571Z | Compiling spin v0.9.8 |
1578 | 2023-11-04T19:53:47.878Z | Compiling tracing-core v0.1.31 |
1579 | 2023-11-04T19:53:48.188Z | Compiling lazy_static v1.4.0 |
1580 | 2023-11-04T19:53:48.347Z | Compiling crossbeam-epoch v0.9.15 |
1581 | 2023-11-04T19:53:48.887Z | Compiling pest_derive v2.7.2 |
1582 | 2023-11-04T19:53:49.204Z | Compiling num-iter v0.1.43 |
1583 | 2023-11-04T19:53:49.598Z | Compiling tracing v0.1.37 |
1584 | 2023-11-04T19:53:49.950Z | Compiling dtrace-parser v0.1.14 |
1585 | 2023-11-04T19:53:50.061Z | Compiling time v0.3.27 |
1586 | 2023-11-04T19:53:50.238Z | Compiling base64 v0.21.5 |
1587 | 2023-11-04T19:53:50.358Z | Compiling either v1.9.0 |
1588 | 2023-11-04T19:53:51.213Z | Compiling rand_core v0.6.4 |
1589 | 2023-11-04T19:53:51.410Z | Compiling untrusted v0.7.1 |
1590 | 2023-11-04T19:53:51.707Z | Compiling untrusted v0.9.0 |
1591 | 2023-11-04T19:53:51.863Z | Compiling openssl-probe v0.1.5 |
1592 | 2023-11-04T19:53:51.965Z | Compiling hashbrown v0.12.3 |
1593 | 2023-11-04T19:53:52.337Z | Compiling foreign-types-shared v0.1.1 |
1594 | 2023-11-04T19:53:52.479Z | Compiling foreign-types v0.3.2 |
1595 | 2023-11-04T19:53:52.992Z | Compiling zeroize v1.6.0 |
1596 | 2023-11-04T19:53:54.483Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1597 | 2023-11-04T19:53:55.336Z | Compiling try-lock v0.2.4 |
1598 | 2023-11-04T19:53:55.542Z | Compiling want v0.3.1 |
1599 | 2023-11-04T19:53:55.950Z | Compiling indexmap v2.1.0 |
1600 | 2023-11-04T19:53:56.027Z | Compiling bytes v1.5.0 |
1601 | 2023-11-04T19:53:56.071Z | Compiling uuid v1.4.1 |
1602 | 2023-11-04T19:53:57.176Z | Compiling chrono v0.4.31 |
1603 | 2023-11-04T19:53:57.617Z | Compiling semver v1.0.20 |
1604 | 2023-11-04T19:53:58.029Z | Compiling http v0.2.9 |
1605 | 2023-11-04T19:53:58.107Z | Compiling serde_spanned v0.6.4 |
1606 | 2023-11-04T19:53:58.224Z | Compiling toml_datetime v0.6.5 |
1607 | 2023-11-04T19:53:58.451Z | Compiling rustc_version v0.4.0 |
1608 | 2023-11-04T19:53:58.555Z | Compiling serde_tokenstream v0.1.7 |
1609 | 2023-11-04T19:53:58.595Z | Compiling bitflags v2.4.0 |
1610 | 2023-11-04T19:53:58.840Z | Compiling toml_edit v0.19.15 |
1611 | 2023-11-04T19:53:58.939Z | Compiling tokio v1.33.0 |
1612 | 2023-11-04T19:53:59.408Z | Compiling openapiv3 v1.0.3 |
1613 | 2023-11-04T19:54:00.895Z | Compiling http-body v0.4.5 |
1614 | 2023-11-04T19:54:02.145Z | Compiling usdt-macro v0.3.5 |
1615 | 2023-11-04T19:54:03.524Z | Compiling usdt-attr-macro v0.3.5 |
1616 | 2023-11-04T19:54:04.348Z | Compiling sct v0.7.0 |
1617 | 2023-11-04T19:54:04.805Z | Compiling enum-as-inner v0.5.1 |
1618 | 2023-11-04T19:54:06.282Z | Compiling socket2 v0.4.9 |
1619 | 2023-11-04T19:54:06.463Z | Compiling httpdate v1.0.3 |
1620 | 2023-11-04T19:54:06.772Z | Compiling tower-service v0.3.2 |
1621 | 2023-11-04T19:54:06.946Z | Compiling heapless v0.7.16 |
1622 | 2023-11-04T19:54:07.064Z | Compiling rustls-pemfile v1.0.3 |
1623 | 2023-11-04T19:54:07.146Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1624 | 2023-11-04T19:54:07.512Z | Compiling siphasher v0.3.11 |
1625 | 2023-11-04T19:54:07.583Z | Compiling rustls-native-certs v0.6.3 |
1626 | 2023-11-04T19:54:07.604Z | Compiling ipnet v2.8.0 |
1627 | 2023-11-04T19:54:07.626Z | Compiling serde_urlencoded v0.7.1 |
1628 | 2023-11-04T19:54:08.138Z | Compiling serde_tokenstream v0.2.0 |
1629 | 2023-11-04T19:54:08.161Z | Compiling encoding_rs v0.8.33 |
1630 | 2023-11-04T19:54:08.337Z | Compiling webpki-roots v0.25.2 |
1631 | 2023-11-04T19:54:08.467Z | Compiling mime v0.3.17 |
1632 | 2023-11-04T19:54:08.594Z | Compiling crypto-common v0.1.6 |
1633 | 2023-11-04T19:54:09.048Z | Compiling diesel_table_macro_syntax v0.1.0 |
1634 | 2023-11-04T19:54:09.399Z | Compiling num-bigint v0.4.4 |
1635 | 2023-11-04T19:54:09.418Z | Compiling bit-vec v0.6.3 |
1636 | 2023-11-04T19:54:09.454Z | Compiling smoltcp v0.9.1 |
1637 | 2023-11-04T19:54:09.636Z | Compiling diesel_derives v2.1.1 |
1638 | 2023-11-04T19:54:10.095Z | Compiling flate2 v1.0.28 |
1639 | 2023-11-04T19:54:10.389Z | Compiling phf_shared v0.10.0 |
1640 | 2023-11-04T19:54:10.580Z | Compiling block-buffer v0.10.4 |
1641 | 2023-11-04T19:54:10.948Z | Compiling hubpack_derive v0.1.1 |
1642 | 2023-11-04T19:54:11.088Z | Compiling ppv-lite86 v0.2.17 |
1643 | 2023-11-04T19:54:11.355Z | Compiling fixedbitset v0.4.2 |
1644 | 2023-11-04T19:54:11.687Z | Compiling subtle v2.5.0 |
1645 | 2023-11-04T19:54:12.008Z | Compiling new_debug_unreachable v1.0.4 |
1646 | 2023-11-04T19:54:12.136Z | Compiling const-oid v0.9.5 |
1647 | 2023-11-04T19:54:12.156Z | Compiling precomputed-hash v0.1.1 |
1648 | 2023-11-04T19:54:12.193Z | Compiling petgraph v0.6.4 |
1649 | 2023-11-04T19:54:12.310Z | Compiling rand_chacha v0.3.1 |
1650 | 2023-11-04T19:54:12.365Z | Compiling tokio-util v0.7.10 |
1651 | 2023-11-04T19:54:14.768Z | Compiling h2 v0.3.21 |
1652 | 2023-11-04T19:54:14.912Z | Compiling tokio-native-tls v0.3.1 |
1653 | 2023-11-04T19:54:15.304Z | Compiling digest v0.10.7 |
1654 | 2023-11-04T19:54:15.370Z | Compiling string_cache v0.8.7 |
1655 | 2023-11-04T19:54:15.833Z | Compiling bit-set v0.5.3 |
1656 | 2023-11-04T19:54:15.966Z | Compiling toml v0.7.8 |
1657 | 2023-11-04T19:54:16.052Z | Compiling itertools v0.10.5 |
1658 | 2023-11-04T19:54:16.267Z | Compiling lalrpop-util v0.19.12 |
1659 | 2023-11-04T19:54:16.417Z | Compiling unicode-segmentation v1.10.1 |
1660 | 2023-11-04T19:54:16.803Z | Compiling rand v0.8.5 |
1661 | 2023-11-04T19:54:17.875Z | Compiling regress v0.7.1 |
1662 | 2023-11-04T19:54:18.544Z | Compiling serde_repr v0.1.16 |
1663 | 2023-11-04T19:54:19.091Z | Compiling io-lifetimes v1.0.11 |
1664 | 2023-11-04T19:54:19.187Z | Compiling anstyle v1.0.2 |
1665 | 2023-11-04T19:54:19.390Z | Compiling utf8parse v0.2.1 |
1666 | 2023-11-04T19:54:19.637Z | Compiling cpufeatures v0.2.9 |
1667 | 2023-11-04T19:54:19.782Z | Compiling sha2 v0.10.8 |
1668 | 2023-11-04T19:54:19.910Z | Compiling anstyle-parse v0.2.1 |
1669 | 2023-11-04T19:54:20.262Z | Compiling rustix v0.37.23 |
1670 | 2023-11-04T19:54:20.434Z | Compiling md-5 v0.10.5 |
1671 | 2023-11-04T19:54:20.806Z | Compiling hmac v0.12.1 |
1672 | 2023-11-04T19:54:21.121Z | Compiling stringprep v0.1.3 |
1673 | 2023-11-04T19:54:21.143Z | Compiling hash32 v0.2.1 |
1674 | 2023-11-04T19:54:21.738Z | Compiling stable_deref_trait v1.2.0 |
1675 | 2023-11-04T19:54:21.885Z | Compiling colorchoice v1.0.0 |
1676 | 2023-11-04T19:54:22.118Z | Compiling fallible-iterator v0.2.0 |
1677 | 2023-11-04T19:54:22.235Z | Compiling anstyle-query v1.0.0 |
1678 | 2023-11-04T19:54:22.419Z | Compiling terminal_size v0.2.6 |
1679 | 2023-11-04T19:54:22.587Z | Compiling anstream v0.5.0 |
1680 | 2023-11-04T19:54:22.765Z | Compiling phf_shared v0.11.2 |
1681 | 2023-11-04T19:54:22.850Z | Compiling block-padding v0.3.3 |
1682 | 2023-11-04T19:54:23.200Z | Compiling scheduled-thread-pool v0.2.7 |
1683 | 2023-11-04T19:54:23.322Z | Compiling postgres-protocol v0.6.6 |
1684 | 2023-11-04T19:54:23.346Z | Compiling managed v0.8.0 |
1685 | 2023-11-04T19:54:23.607Z | Compiling tap v1.0.1 |
1686 | 2023-11-04T19:54:23.893Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1687 | 2023-11-04T19:54:24.044Z | Compiling matches v0.1.10 |
1688 | 2023-11-04T19:54:24.148Z | Compiling regex-automata v0.1.10 |
1689 | 2023-11-04T19:54:24.171Z | Compiling clap_lex v0.5.1 |
1690 | 2023-11-04T19:54:24.781Z | Compiling postgres-types v0.2.6 |
1691 | 2023-11-04T19:54:24.880Z | Compiling bstr v0.2.17 |
1692 | 2023-11-04T19:54:25.487Z | Compiling clap_builder v4.4.2 |
1693 | 2023-11-04T19:54:26.630Z | Compiling hyper v0.14.27 |
1694 | 2023-11-04T19:54:27.151Z | Compiling idna v0.2.3 |
1695 | 2023-11-04T19:54:27.279Z | Compiling wyz v0.5.1 |
1696 | 2023-11-04T19:54:28.000Z | Compiling r2d2 v0.8.10 |
1697 | 2023-11-04T19:54:28.600Z | Compiling phf v0.11.2 |
1698 | 2023-11-04T19:54:28.654Z | Compiling inout v0.1.3 |
1699 | 2023-11-04T19:54:29.107Z | Compiling hubpack v0.1.2 |
1700 | 2023-11-04T19:54:29.826Z | Compiling ipnetwork v0.20.0 |
1701 | 2023-11-04T19:54:30.269Z | Compiling futures-executor v0.3.29 |
1702 | 2023-11-04T19:54:31.125Z | Compiling itertools v0.11.0 |
1703 | 2023-11-04T19:54:32.035Z | Compiling zerocopy v0.6.4 |
1704 | 2023-11-04T19:54:33.473Z | Compiling float-cmp v0.9.0 |
1705 | 2023-11-04T19:54:33.857Z | Compiling difflib v0.4.0 |
1706 | 2023-11-04T19:54:34.209Z | Compiling predicates-core v1.0.6 |
1707 | 2023-11-04T19:54:34.526Z | Compiling whoami v1.4.1 |
1708 | 2023-11-04T19:54:34.712Z | Compiling data-encoding v2.4.0 |
1709 | 2023-11-04T19:54:35.199Z | Compiling normalize-line-endings v0.3.0 |
1710 | 2023-11-04T19:54:35.377Z | Compiling funty v2.0.0 |
1711 | 2023-11-04T19:54:35.428Z | Compiling static_assertions v1.1.0 |
1712 | 2023-11-04T19:54:35.547Z | Compiling regex-automata v0.3.8 |
1713 | 2023-11-04T19:54:36.067Z | Compiling predicates v3.0.4 |
1714 | 2023-11-04T19:54:36.141Z | Compiling trust-dns-proto v0.22.0 |
1715 | 2023-11-04T19:54:38.166Z | Compiling bitvec v1.0.1 |
1716 | 2023-11-04T19:54:38.510Z | Compiling bstr v1.6.0 |
1717 | 2023-11-04T19:54:38.601Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1718 | 2023-11-04T19:54:39.582Z | Compiling hyper-tls v0.5.0 |
1719 | 2023-11-04T19:54:40.130Z | Compiling tokio-postgres v0.7.10 |
1720 | 2023-11-04T19:54:40.322Z | Compiling diesel v2.1.3 |
1721 | 2023-11-04T19:54:41.093Z | Compiling yasna v0.5.2 |
1722 | 2023-11-04T19:54:44.078Z | Compiling clap v4.4.3 |
1723 | 2023-11-04T19:54:44.242Z | Compiling futures v0.3.29 |
1724 | 2023-11-04T19:54:44.414Z | Compiling cipher v0.4.4 |
1725 | 2023-11-04T19:54:44.606Z | Compiling similar v2.2.1 |
1726 | 2023-11-04T19:54:45.427Z | Compiling signature v2.1.0 |
1727 | 2023-11-04T19:54:45.764Z | Compiling tokio-stream v0.1.14 |
1728 | 2023-11-04T19:54:46.071Z | Compiling usdt v0.3.5 |
1729 | 2023-11-04T19:54:46.481Z | Compiling hex v0.4.3 |
1730 | 2023-11-04T19:54:47.354Z | Compiling console v0.15.7 |
1731 | 2023-11-04T19:54:48.311Z | Compiling getopts v0.2.21 |
1732 | 2023-11-04T19:54:48.337Z | Compiling unsafe-libyaml v0.2.9 |
1733 | 2023-11-04T19:54:48.414Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1734 | 2023-11-04T19:54:48.799Z | Compiling ident_case v1.0.1 |
1735 | 2023-11-04T19:54:49.824Z | Compiling slog-async v2.8.0 |
1736 | 2023-11-04T19:54:50.081Z | Compiling paste v1.0.14 |
1737 | 2023-11-04T19:54:50.723Z | Compiling serde_yaml v0.9.25 |
1738 | 2023-11-04T19:54:51.154Z | Compiling darling_core v0.20.3 |
1739 | 2023-11-04T19:54:51.310Z | Compiling multer v2.1.0 |
1740 | 2023-11-04T19:54:51.664Z | Compiling async-stream-impl v0.3.5 |
1741 | 2023-11-04T19:54:51.840Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1742 | 2023-11-04T19:54:52.788Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
1743 | 2023-11-04T19:54:56.043Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
1744 | 2023-11-04T19:54:56.238Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1745 | 2023-11-04T19:54:57.992Z | Compiling structmeta-derive v0.2.0 |
1746 | 2023-11-04T19:54:58.486Z | Compiling regex-syntax v0.7.5 |
1747 | 2023-11-04T19:55:00.638Z | Compiling darling_macro v0.20.3 |
1748 | 2023-11-04T19:55:02.133Z | Compiling darling v0.20.3 |
1749 | 2023-11-04T19:55:02.297Z | Compiling serde_with_macros v2.3.3 |
1750 | 2023-11-04T19:55:02.530Z | Compiling structmeta v0.2.0 |
1751 | 2023-11-04T19:55:05.859Z | Compiling test-strategy v0.3.1 |
1752 | 2023-11-04T19:55:07.730Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
1753 | 2023-11-04T19:55:09.687Z | Compiling parse-display-derive v0.8.2 |
1754 | 2023-11-04T19:55:14.534Z | Checking unicode-ident v1.0.12 |
1755 | 2023-11-04T19:55:45.205Z | Checking heck v0.4.1 |
1756 | 2023-11-04T19:55:54.125Z | Checking atty v0.2.14 |
1757 | 2023-11-04T19:55:54.193Z | Checking match_cfg v0.1.0 |
1758 | 2023-11-04T19:55:54.320Z | Checking hostname v0.3.1 |
1759 | 2023-11-04T19:55:54.505Z | Checking crossbeam-channel v0.5.8 |
1760 | 2023-11-04T19:55:54.783Z | Checking sha1 v0.10.5 |
1761 | 2023-11-04T19:55:55.022Z | Checking dirs-sys-next v0.1.2 |
1762 | 2023-11-04T19:55:55.224Z | Checking fastrand v2.0.0 |
1763 | 2023-11-04T19:55:55.273Z | Checking dirs-next v2.0.0 |
1764 | 2023-11-04T19:55:55.460Z | Checking thread_local v1.1.7 |
1765 | 2023-11-04T19:55:55.730Z | Checking term v0.7.0 |
1766 | 2023-11-04T19:55:55.733Z | Checking tempfile v3.8.0 |
1767 | 2023-11-04T19:55:55.878Z | Checking camino v1.1.6 |
1768 | 2023-11-04T19:55:56.309Z | Checking strum v0.25.0 |
1769 | 2023-11-04T19:55:56.411Z | Checking instant v0.1.12 |
1770 | 2023-11-04T19:55:56.532Z | Checking take_mut v0.2.2 |
1771 | 2023-11-04T19:55:56.570Z | Checking slog-term v2.9.0 |
1772 | 2023-11-04T19:55:56.808Z | Checking slog-json v2.6.1 |
1773 | 2023-11-04T19:55:57.199Z | Checking serde_with v2.3.3 |
1774 | 2023-11-04T19:55:57.341Z | Checking slog-bunyan v2.4.0 |
1775 | 2023-11-04T19:55:57.611Z | Checking debug-ignore v1.0.5 |
1776 | 2023-11-04T19:55:57.801Z | Checking atomic-waker v1.1.1 |
1777 | 2023-11-04T19:55:57.992Z | Checking waitgroup v0.1.2 |
1778 | 2023-11-04T19:55:58.693Z | Checking async-stream v0.3.5 |
1779 | 2023-11-04T19:55:58.823Z | Checking serde_path_to_error v0.1.14 |
1780 | 2023-11-04T19:55:58.991Z | Checking backoff v0.4.0 |
1781 | 2023-11-04T19:55:59.089Z | Checking toml_edit v0.20.7 |
1782 | 2023-11-04T19:55:59.621Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1783 | 2023-11-04T19:55:59.837Z | Checking macaddr v1.0.1 |
1784 | 2023-11-04T19:56:00.193Z | Checking quick-error v1.2.3 |
1785 | 2023-11-04T19:56:00.703Z | Compiling proc-macro-crate v1.3.1 |
1786 | 2023-11-04T19:56:00.917Z | Checking wait-timeout v0.2.0 |
1787 | 2023-11-04T19:56:01.467Z | Compiling crucible-workspace-hack v0.1.0 |
1788 | 2023-11-04T19:56:01.888Z | Checking rusty-fork v0.3.0 |
1789 | 2023-11-04T19:56:02.139Z | Checking rand_xorshift v0.3.0 |
1790 | 2023-11-04T19:56:02.382Z | Checking unarray v0.1.4 |
1791 | 2023-11-04T19:56:03.025Z | Checking toml v0.8.6 |
1792 | 2023-11-04T19:56:03.153Z | Checking parse-display v0.8.2 |
1793 | 2023-11-04T19:56:07.039Z | Compiling proc-macro-error-attr v1.0.4 |
1794 | 2023-11-04T19:56:07.515Z | Compiling proc-macro-error v1.0.4 |
1795 | 2023-11-04T19:56:08.154Z | Checking proptest v1.3.1 |
1796 | 2023-11-04T19:56:08.173Z | Compiling num_enum_derive v0.5.11 |
1797 | 2023-11-04T19:56:10.863Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1798 | 2023-11-04T19:56:11.581Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1799 | 2023-11-04T19:56:12.862Z | Compiling foreign-types-macros v0.2.3 |
1800 | 2023-11-04T19:56:13.927Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1801 | 2023-11-04T19:56:14.268Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1802 | 2023-11-04T19:56:14.451Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1803 | 2023-11-04T19:56:14.702Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1804 | 2023-11-04T19:56:14.836Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1805 | 2023-11-04T19:56:17.241Z | Compiling zone_cfg_derive v0.2.0 |
1806 | 2023-11-04T19:56:17.686Z | Compiling mockall_derive v0.11.4 |
1807 | 2023-11-04T19:56:18.630Z | Compiling num-derive v0.4.0 |
1808 | 2023-11-04T19:56:30.422Z | Checking base64ct v1.6.0 |
1809 | 2023-11-04T19:56:48.649Z | Checking is-terminal v0.4.9 |
1810 | 2023-11-04T19:56:57.813Z | Compiling slog-dtrace v0.2.3 |
1811 | 2023-11-04T19:56:58.323Z | Checking termtree v0.4.1 |
1812 | 2023-11-04T19:56:58.342Z | Checking password-hash v0.5.0 |
1813 | 2023-11-04T19:56:58.631Z | Checking predicates-tree v1.0.9 |
1814 | 2023-11-04T19:56:58.908Z | Checking blake2 v0.10.6 |
1815 | 2023-11-04T19:56:58.980Z | Checking num_enum v0.5.11 |
1816 | 2023-11-04T19:56:59.084Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1817 | 2023-11-04T19:56:59.199Z | Compiling cancel-safe-futures v0.1.5 |
1818 | 2023-11-04T19:56:59.621Z | Checking argon2 v0.5.2 |
1819 | 2023-11-04T19:56:59.648Z | Checking postcard-cobs v0.1.5-pre |
1820 | 2023-11-04T19:56:59.710Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
1821 | 2023-11-04T19:56:59.901Z | Checking postcard v0.7.3 |
1822 | 2023-11-04T19:57:00.088Z | Checking smoltcp v0.8.2 |
1823 | 2023-11-04T19:57:00.554Z | Checking base64 v0.13.1 |
1824 | 2023-11-04T19:57:00.613Z | Checking foreign-types-shared v0.3.1 |
1825 | 2023-11-04T19:57:00.775Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1826 | 2023-11-04T19:57:01.001Z | Checking cfg-if v0.1.10 |
1827 | 2023-11-04T19:57:01.131Z | Checking foreign-types v0.5.0 |
1828 | 2023-11-04T19:57:01.277Z | Checking cstr-argument v0.1.2 |
1829 | 2023-11-04T19:57:01.383Z | Checking pretty-hex v0.2.1 |
1830 | 2023-11-04T19:57:01.405Z | Checking colored v2.0.4 |
1831 | 2023-11-04T19:57:01.539Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1832 | 2023-11-04T19:57:01.617Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1833 | 2023-11-04T19:57:01.669Z | Checking predicates v2.1.5 |
1834 | 2023-11-04T19:57:02.002Z | Checking downcast v0.11.0 |
1835 | 2023-11-04T19:57:02.139Z | Checking fragile v2.0.0 |
1836 | 2023-11-04T19:57:02.552Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1837 | 2023-11-04T19:57:02.762Z | Checking zone v0.2.0 |
1838 | 2023-11-04T19:57:02.779Z | Checking mockall v0.11.4 |
1839 | 2023-11-04T19:57:03.165Z | Checking smf v0.2.2 |
1840 | 2023-11-04T19:57:03.528Z | Compiling der_derive v0.7.2 |
1841 | 2023-11-04T19:57:03.662Z | Checking filetime v0.2.22 |
1842 | 2023-11-04T19:57:03.864Z | Checking xattr v1.0.1 |
1843 | 2023-11-04T19:57:03.983Z | Compiling heck v0.3.3 |
1844 | 2023-11-04T19:57:04.128Z | Checking tar v0.4.40 |
1845 | 2023-11-04T19:57:04.542Z | Compiling libefi-sys v0.1.0 |
1846 | 2023-11-04T19:57:04.747Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1847 | 2023-11-04T19:57:04.751Z | Compiling structopt-derive v0.4.18 |
1848 | 2023-11-04T19:57:04.971Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1849 | 2023-11-04T19:57:05.128Z | Compiling memoffset v0.7.1 |
1850 | 2023-11-04T19:57:05.382Z | Compiling maybe-uninit v2.0.0 |
1851 | 2023-11-04T19:57:05.696Z | Checking pem v1.1.1 |
1852 | 2023-11-04T19:57:05.765Z | Checking camino-tempfile v1.0.2 |
1853 | 2023-11-04T19:57:06.029Z | Compiling packed_struct v0.10.1 |
1854 | 2023-11-04T19:57:06.143Z | Compiling num-bigint-dig v0.8.4 |
1855 | 2023-11-04T19:57:06.194Z | Compiling packed_struct_codegen v0.10.1 |
1856 | 2023-11-04T19:57:06.583Z | Compiling signal-hook v0.3.17 |
1857 | 2023-11-04T19:57:06.673Z | Checking headers-core v0.2.0 |
1858 | 2023-11-04T19:57:06.892Z | Checking headers v0.3.9 |
1859 | 2023-11-04T19:57:06.958Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1860 | 2023-11-04T19:57:07.018Z | Checking pem v3.0.2 |
1861 | 2023-11-04T19:57:07.417Z | Checking rcgen v0.11.3 |
1862 | 2023-11-04T19:57:07.437Z | Checking atomicwrites v0.4.2 |
1863 | 2023-11-04T19:57:07.721Z | Checking subprocess v0.2.9 |
1864 | 2023-11-04T19:57:08.483Z | Compiling num-rational v0.4.1 |
1865 | 2023-11-04T19:57:08.593Z | Compiling same-file v1.0.6 |
1866 | 2023-11-04T19:57:08.747Z | Checking termcolor v1.2.0 |
1867 | 2023-11-04T19:57:09.010Z | Compiling walkdir v2.4.0 |
1868 | 2023-11-04T19:57:09.266Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1869 | 2023-11-04T19:57:09.319Z | Compiling semver-parser v0.10.2 |
1870 | 2023-11-04T19:57:09.426Z | Checking linked-hash-map v0.5.6 |
1871 | 2023-11-04T19:57:09.940Z | Checking lru-cache v0.1.2 |
1872 | 2023-11-04T19:57:10.212Z | Compiling home v0.5.5 |
1873 | 2023-11-04T19:57:10.526Z | Compiling semver v0.11.0 |
1874 | 2023-11-04T19:57:10.651Z | Compiling toml v0.5.11 |
1875 | 2023-11-04T19:57:11.373Z | Compiling toolchain_find v0.2.0 |
1876 | 2023-11-04T19:57:11.677Z | Compiling doc-comment v0.3.3 |
1877 | 2023-11-04T19:57:12.221Z | Checking half v1.8.2 |
1878 | 2023-11-04T19:57:12.643Z | Checking ciborium-io v0.2.1 |
1879 | 2023-11-04T19:57:12.906Z | Compiling convert_case v0.4.0 |
1880 | 2023-11-04T19:57:12.925Z | Checking ciborium-ll v0.2.1 |
1881 | 2023-11-04T19:57:13.007Z | Checking arc-swap v1.6.0 |
1882 | 2023-11-04T19:57:13.418Z | Checking ciborium v0.2.1 |
1883 | 2023-11-04T19:57:13.815Z | Compiling rustfmt-wrapper v0.2.0 |
1884 | 2023-11-04T19:57:13.874Z | Checking slog-scope v4.4.0 |
1885 | 2023-11-04T19:57:14.272Z | Compiling derive_more v0.99.17 |
1886 | 2023-11-04T19:57:14.825Z | Checking slog-stdlog v4.1.1 |
1887 | 2023-11-04T19:57:15.791Z | Compiling snafu-derive v0.7.5 |
1888 | 2023-11-04T19:57:15.920Z | Compiling structmeta-derive v0.1.6 |
1889 | 2023-11-04T19:57:16.454Z | Checking slog-envlogger v2.2.0 |
1890 | 2023-11-04T19:57:16.802Z | Compiling derive-where v1.2.5 |
1891 | 2023-11-04T19:57:17.401Z | Checking pem-rfc7468 v0.7.0 |
1892 | 2023-11-04T19:57:17.827Z | Checking newline-converter v0.3.0 |
1893 | 2023-11-04T19:57:18.042Z | Checking hkdf v0.12.3 |
1894 | 2023-11-04T19:57:18.252Z | Compiling libz-sys v1.1.12 |
1895 | 2023-11-04T19:57:18.374Z | Checking flagset v0.4.3 |
1896 | 2023-11-04T19:57:18.676Z | Compiling parking_lot_core v0.8.6 |
1897 | 2023-11-04T19:57:19.142Z | Checking der v0.7.8 |
1898 | 2023-11-04T19:57:19.428Z | Checking expectorate v1.1.0 |
1899 | 2023-11-04T19:57:19.553Z | Checking resolv-conf v0.7.0 |
1900 | 2023-11-04T19:57:20.128Z | Checking textwrap v0.11.0 |
1901 | 2023-11-04T19:57:20.361Z | Compiling structmeta v0.1.6 |
1902 | 2023-11-04T19:57:20.474Z | Compiling semver v0.1.20 |
1903 | 2023-11-04T19:57:21.011Z | Compiling parse-display-derive v0.7.0 |
1904 | 2023-11-04T19:57:21.462Z | Checking vec_map v0.8.2 |
1905 | 2023-11-04T19:57:21.877Z | Checking keccak v0.1.4 |
1906 | 2023-11-04T19:57:22.359Z | Checking ansi_term v0.12.1 |
1907 | 2023-11-04T19:57:22.376Z | Checking strsim v0.8.0 |
1908 | 2023-11-04T19:57:22.434Z | Checking spki v0.7.2 |
1909 | 2023-11-04T19:57:22.539Z | Checking sha3 v0.10.8 |
1910 | 2023-11-04T19:57:22.674Z | Compiling rustc_version v0.1.7 |
1911 | 2023-11-04T19:57:22.840Z | Checking clap v2.34.0 |
1912 | 2023-11-04T19:57:22.899Z | Checking trust-dns-resolver v0.22.0 |
1913 | 2023-11-04T19:57:23.553Z | Checking secrecy v0.8.0 |
1914 | 2023-11-04T19:57:23.718Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1915 | 2023-11-04T19:57:23.938Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1916 | 2023-11-04T19:57:25.131Z | Compiling newtype_derive v0.1.6 |
1917 | 2023-11-04T19:57:25.415Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1918 | 2023-11-04T19:57:25.579Z | Checking fxhash v0.2.1 |
1919 | 2023-11-04T19:57:25.839Z | Compiling libsqlite3-sys v0.26.0 |
1920 | 2023-11-04T19:57:25.858Z | Checking crc-catalog v2.2.0 |
1921 | 2023-11-04T19:57:26.210Z | Checking crc v3.0.1 |
1922 | 2023-11-04T19:57:26.413Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1923 | 2023-11-04T19:57:26.586Z | Checking pkcs8 v0.10.2 |
1924 | 2023-11-04T19:57:26.993Z | Compiling vergen v8.2.4 |
1925 | 2023-11-04T19:57:27.014Z | Checking nodrop v0.1.14 |
1926 | 2023-11-04T19:57:27.190Z | Checking array-init v0.0.4 |
1927 | 2023-11-04T19:57:27.429Z | Checking pkcs1 v0.7.5 |
1928 | 2023-11-04T19:57:27.448Z | Checking smallvec v0.6.14 |
1929 | 2023-11-04T19:57:27.699Z | Checking structopt v0.3.26 |
1930 | 2023-11-04T19:57:28.220Z | Checking bitfield v0.14.0 |
1931 | 2023-11-04T19:57:28.666Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1932 | 2023-11-04T19:57:28.885Z | Checking x509-cert v0.2.4 |
1933 | 2023-11-04T19:57:28.966Z | Checking serde-hex v0.1.0 |
1934 | 2023-11-04T19:57:29.149Z | Checking env_logger v0.10.0 |
1935 | 2023-11-04T19:57:31.414Z | Checking rsa v0.9.2 |
1936 | 2023-11-04T19:57:31.481Z | Checking ron v0.8.1 |
1937 | 2023-11-04T19:57:31.567Z | Compiling buf-list v1.0.3 |
1938 | 2023-11-04T19:57:32.232Z | Checking humantime v2.1.0 |
1939 | 2023-11-04T19:57:32.361Z | Checking crc-any v2.4.3 |
1940 | 2023-11-04T19:57:33.204Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1941 | 2023-11-04T19:57:33.627Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1942 | 2023-11-04T19:57:33.645Z | Checking object v0.30.4 |
1943 | 2023-11-04T19:57:34.020Z | Checking utf-8 v0.7.6 |
1944 | 2023-11-04T19:57:34.152Z | Checking path-slash v0.1.5 |
1945 | 2023-11-04T19:57:34.326Z | Compiling num_enum_derive v0.7.0 |
1946 | 2023-11-04T19:57:34.343Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
1947 | 2023-11-04T19:57:34.637Z | Compiling unicase v2.7.0 |
1948 | 2023-11-04T19:57:35.095Z | Compiling rayon-core v1.12.0 |
1949 | 2023-11-04T19:57:35.520Z | Compiling salty v0.2.0 |
1950 | 2023-11-04T19:57:35.661Z | Compiling platforms v3.0.2 |
1951 | 2023-11-04T19:57:35.959Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1952 | 2023-11-04T19:57:36.125Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1953 | 2023-11-04T19:57:36.646Z | Checking num-complex v0.4.4 |
1954 | 2023-11-04T19:57:37.089Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
1955 | 2023-11-04T19:57:37.179Z | Compiling erased-serde v0.3.30 |
1956 | 2023-11-04T19:57:37.440Z | Compiling curve25519-dalek v4.1.0 |
1957 | 2023-11-04T19:57:37.937Z | Compiling bitstruct_derive v0.1.0 |
1958 | 2023-11-04T19:57:38.017Z | Compiling async-recursion v1.0.5 |
1959 | 2023-11-04T19:57:38.185Z | Compiling glob v0.3.1 |
1960 | 2023-11-04T19:57:38.233Z | Checking num v0.4.1 |
1961 | 2023-11-04T19:57:38.496Z | Compiling mime_guess v2.0.4 |
1962 | 2023-11-04T19:57:39.421Z | Checking tungstenite v0.18.0 |
1963 | 2023-11-04T19:57:39.612Z | Compiling thiserror-impl-no-std v2.0.2 |
1964 | 2023-11-04T19:57:39.722Z | Compiling curve25519-dalek-derive v0.1.0 |
1965 | 2023-11-04T19:57:40.599Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#bb69a3a4) |
1966 | 2023-11-04T19:57:40.668Z | Checking universal-hash v0.5.1 |
1967 | 2023-11-04T19:57:40.845Z | Checking tokio-tungstenite v0.18.0 |
1968 | 2023-11-04T19:57:40.944Z | Checking nibble_vec v0.1.0 |
1969 | 2023-11-04T19:57:41.619Z | Compiling crunchy v0.2.2 |
1970 | 2023-11-04T19:57:41.976Z | Checking opaque-debug v0.3.0 |
1971 | 2023-11-04T19:57:42.123Z | Checking endian-type v0.1.2 |
1972 | 2023-11-04T19:57:42.447Z | Checking radix_trie v0.2.1 |
1973 | 2023-11-04T19:57:42.587Z | Checking snafu v0.7.5 |
1974 | 2023-11-04T19:57:43.102Z | Checking linear-map v1.2.0 |
1975 | 2023-11-04T19:57:43.283Z | Compiling tiny-keccak v2.0.2 |
1976 | 2023-11-04T19:57:43.633Z | Checking parking_lot v0.11.2 |
1977 | 2023-11-04T19:57:43.672Z | Checking trust-dns-client v0.22.0 |
1978 | 2023-11-04T19:57:43.971Z | Compiling clang-sys v1.6.1 |
1979 | 2023-11-04T19:57:44.257Z | Checking aead v0.5.2 |
1980 | 2023-11-04T19:57:44.304Z | Compiling darling_core v0.14.4 |
1981 | 2023-11-04T19:57:44.598Z | Compiling prettyplease v0.2.12 |
1982 | 2023-11-04T19:57:44.601Z | Compiling ascii-canvas v3.0.0 |
1983 | 2023-11-04T19:57:45.043Z | Checking sled v0.34.7 |
1984 | 2023-11-04T19:57:45.386Z | Checking parse-display v0.7.0 |
1985 | 2023-11-04T19:57:45.834Z | Checking trust-dns-server v0.22.1 |
1986 | 2023-11-04T19:57:45.850Z | Compiling const_format_proc_macros v0.2.31 |
1987 | 2023-11-04T19:57:45.943Z | Compiling ena v0.14.2 |
1988 | 2023-11-04T19:57:45.962Z | Compiling portable-atomic v1.4.3 |
1989 | 2023-11-04T19:57:46.622Z | Checking pretty-hex v0.3.0 |
1990 | 2023-11-04T19:57:46.869Z | Checking signature v1.6.4 |
1991 | 2023-11-04T19:57:47.066Z | Compiling minimal-lexical v0.2.1 |
1992 | 2023-11-04T19:57:47.364Z | Compiling diff v0.1.13 |
1993 | 2023-11-04T19:57:47.927Z | Compiling nom v7.1.3 |
1994 | 2023-11-04T19:57:48.344Z | Compiling lalrpop v0.19.12 |
1995 | 2023-11-04T19:57:49.403Z | Checking ed25519 v1.5.3 |
1996 | 2023-11-04T19:57:50.248Z | Checking path-dedot v3.1.0 |
1997 | 2023-11-04T19:57:50.347Z | Compiling libloading v0.7.4 |
1998 | 2023-11-04T19:57:50.480Z | Compiling bindgen v0.65.1 |
1999 | 2023-11-04T19:57:50.514Z | Compiling ref-cast v1.0.20 |
2000 | 2023-11-04T19:57:51.546Z | Checking path-absolutize v3.1.0 |
2001 | 2023-11-04T19:57:53.438Z | Compiling darling_macro v0.14.4 |
2002 | 2023-11-04T19:57:53.730Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2003 | 2023-11-04T19:57:54.253Z | Compiling cexpr v0.6.0 |
2004 | 2023-11-04T19:57:54.493Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2005 | 2023-11-04T19:57:54.601Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2006 | 2023-11-04T19:57:54.957Z | Compiling darling v0.14.4 |
2007 | 2023-11-04T19:57:55.129Z | Compiling derive_builder_core v0.12.0 |
2008 | 2023-11-04T19:57:55.415Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2009 | 2023-11-04T19:57:55.808Z | Checking globset v0.4.13 |
2010 | 2023-11-04T19:57:56.043Z | Checking crossbeam-deque v0.8.3 |
2011 | 2023-11-04T19:57:56.220Z | Checking hashlink v0.8.3 |
2012 | 2023-11-04T19:57:56.542Z | Checking olpc-cjson v0.1.3 |
2013 | 2023-11-04T19:57:56.593Z | Checking serde-big-array v0.4.1 |
2014 | 2023-11-04T19:57:56.788Z | Checking serde-big-array v0.5.1 |
2015 | 2023-11-04T19:57:56.835Z | Checking serde_plain v1.0.2 |
2016 | 2023-11-04T19:57:56.875Z | Compiling which v4.4.0 |
2017 | 2023-11-04T19:57:57.131Z | Compiling ref-cast-impl v1.0.20 |
2018 | 2023-11-04T19:57:57.181Z | Compiling libxml v0.3.3 |
2019 | 2023-11-04T19:57:57.216Z | Compiling rustc-hash v1.1.0 |
2020 | 2023-11-04T19:57:57.448Z | Checking fallible-streaming-iterator v0.1.9 |
2021 | 2023-11-04T19:57:57.677Z | Compiling shlex v1.1.0 |
2022 | 2023-11-04T19:57:57.766Z | Compiling lazycell v1.3.0 |
2023 | 2023-11-04T19:57:57.809Z | Compiling peeking_take_while v0.1.2 |
2024 | 2023-11-04T19:57:58.074Z | Checking rusqlite v0.29.0 |
2025 | 2023-11-04T19:57:58.989Z | Compiling derive_builder_macro v0.12.0 |
2026 | 2023-11-04T19:57:58.992Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2027 | 2023-11-04T19:58:00.216Z | Checking steno v0.4.0 |
2028 | 2023-11-04T19:58:00.708Z | Checking signal-hook-tokio v0.3.1 |
2029 | 2023-11-04T19:58:00.730Z | Checking nix v0.26.2 |
2030 | 2023-11-04T19:58:00.986Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2031 | 2023-11-04T19:58:01.048Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2032 | 2023-11-04T19:58:01.797Z | Checking twox-hash v1.6.3 |
2033 | 2023-11-04T19:58:01.885Z | Checking ff v0.13.0 |
2034 | 2023-11-04T19:58:02.060Z | Compiling strum_macros v0.24.3 |
2035 | 2023-11-04T19:58:02.224Z | Compiling indoc v1.0.9 |
2036 | 2023-11-04T19:58:02.968Z | Checking corncobs v0.1.3 |
2037 | 2023-11-04T19:58:03.563Z | Checking display-error-chain v0.2.0 |
2038 | 2023-11-04T19:58:03.831Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2039 | 2023-11-04T19:58:04.121Z | Checking group v0.13.0 |
2040 | 2023-11-04T19:58:04.763Z | Checking polyval v0.6.1 |
2041 | 2023-11-04T19:58:05.196Z | Checking num_enum v0.7.0 |
2042 | 2023-11-04T19:58:05.540Z | Checking ctr v0.9.2 |
2043 | 2023-11-04T19:58:05.914Z | Checking aes v0.8.3 |
2044 | 2023-11-04T19:58:06.019Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2045 | 2023-11-04T19:58:06.443Z | Checking crypto-bigint v0.5.2 |
2046 | 2023-11-04T19:58:07.233Z | Checking bincode v1.3.3 |
2047 | 2023-11-04T19:58:08.006Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2048 | 2023-11-04T19:58:08.026Z | Compiling cookie v0.16.2 |
2049 | 2023-11-04T19:58:09.094Z | Checking base16ct v0.2.0 |
2050 | 2023-11-04T19:58:09.416Z | Checking elliptic-curve v0.13.5 |
2051 | 2023-11-04T19:58:09.665Z | Checking aes-gcm-siv v0.11.1 |
2052 | 2023-11-04T19:58:09.686Z | Checking rayon v1.8.0 |
2053 | 2023-11-04T19:58:09.943Z | Checking thiserror-no-std v2.0.2 |
2054 | 2023-11-04T19:58:10.066Z | Checking poly1305 v0.8.0 |
2055 | 2023-11-04T19:58:10.189Z | Checking env_logger v0.9.3 |
2056 | 2023-11-04T19:58:11.226Z | Checking chacha20 v0.9.1 |
2057 | 2023-11-04T19:58:11.310Z | Compiling impl-trait-for-tuples v0.2.2 |
2058 | 2023-11-04T19:58:11.333Z | Compiling oso-derive v0.27.0 |
2059 | 2023-11-04T19:58:11.575Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2060 | 2023-11-04T19:58:11.999Z | Checking ascii v1.1.0 |
2061 | 2023-11-04T19:58:12.114Z | Checking ringbuffer v0.15.0 |
2062 | 2023-11-04T19:58:12.632Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2063 | 2023-11-04T19:58:12.837Z | Checking chacha20poly1305 v0.10.1 |
2064 | 2023-11-04T19:58:13.071Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2065 | 2023-11-04T19:58:13.081Z | Checking vsss-rs v3.3.1 |
2066 | 2023-11-04T19:58:14.173Z | Checking bitstruct v0.1.1 |
2067 | 2023-11-04T19:58:14.340Z | Checking tungstenite v0.20.1 |
2068 | 2023-11-04T19:58:15.559Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2069 | 2023-11-04T19:58:15.875Z | Checking serde_arrays v0.1.0 |
2070 | 2023-11-04T19:58:16.095Z | Checking tokio-tungstenite v0.20.1 |
2071 | 2023-11-04T19:58:18.805Z | Checking assert_matches v1.5.0 |
2072 | 2023-11-04T19:58:22.993Z | Checking bcs v0.1.6 |
2073 | 2023-11-04T19:58:23.088Z | Checking highway v1.1.0 |
2074 | 2023-11-04T19:58:23.797Z | Checking const_format v0.2.31 |
2075 | 2023-11-04T19:58:24.431Z | Checking ron v0.7.1 |
2076 | 2023-11-04T19:58:24.756Z | Checking http-range v0.1.5 |
2077 | 2023-11-04T19:58:25.224Z | Checking bit_field v0.10.2 |
2078 | 2023-11-04T19:58:25.595Z | Checking hyper-staticfile v0.9.5 |
2079 | 2023-11-04T19:58:26.379Z | Compiling indoc v2.0.3 |
2080 | 2023-11-04T19:58:28.410Z | Checking derive_builder v0.12.0 |
2081 | 2023-11-04T19:58:31.136Z | Checking bb8 v0.8.1 |
2082 | 2023-11-04T19:58:31.297Z | Checking quick-xml v0.23.1 |
2083 | 2023-11-04T19:58:31.733Z | Checking bytesize v1.3.0 |
2084 | 2023-11-04T19:58:31.777Z | Checking maplit v1.0.2 |
2085 | 2023-11-04T19:58:31.908Z | Checking fs-err v2.9.0 |
2086 | 2023-11-04T19:58:32.245Z | Checking number_prefix v0.4.0 |
2087 | 2023-11-04T19:58:32.535Z | Checking indicatif v0.17.7 |
2088 | 2023-11-04T19:58:33.067Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
2089 | 2023-11-04T19:58:35.557Z | Checking signal-hook-mio v0.2.3 |
2090 | 2023-11-04T19:58:36.291Z | Compiling vte_generate_state_changes v0.1.1 |
2091 | 2023-11-04T19:58:41.594Z | Checking yansi v0.5.1 |
2092 | 2023-11-04T19:58:42.178Z | Checking smawk v0.3.1 |
2093 | 2023-11-04T19:58:42.181Z | Checking unicode-linebreak v0.1.5 |
2094 | 2023-11-04T19:58:42.370Z | Checking pretty_assertions v1.4.0 |
2095 | 2023-11-04T19:58:42.821Z | Checking textwrap v0.16.0 |
2096 | 2023-11-04T19:58:44.134Z | Checking crossterm v0.27.0 |
2097 | 2023-11-04T19:58:46.021Z | Checking fatfs v0.3.6 |
2098 | 2023-11-04T19:58:46.365Z | Checking plotters-backend v0.3.5 |
2099 | 2023-11-04T19:58:46.634Z | Checking cassowary v0.3.0 |
2100 | 2023-11-04T19:58:46.979Z | Checking plotters-svg v0.3.5 |
2101 | 2023-11-04T19:58:47.288Z | Checking ratatui v0.23.0 |
2102 | 2023-11-04T19:58:48.985Z | Checking rtoolbox v0.0.1 |
2103 | 2023-11-04T19:58:49.343Z | Checking rand v0.4.6 |
2104 | 2023-11-04T19:58:50.410Z | Checking cast v0.3.0 |
2105 | 2023-11-04T19:58:50.611Z | Checking remove_dir_all v0.5.3 |
2106 | 2023-11-04T19:58:50.758Z | Checking owo-colors v3.5.0 |
2107 | 2023-11-04T19:58:50.984Z | Checking tempdir v0.3.7 |
2108 | 2023-11-04T19:58:51.235Z | Checking criterion-plot v0.5.0 |
2109 | 2023-11-04T19:58:51.391Z | Checking tui-tree-widget v0.13.0 |
2110 | 2023-11-04T19:58:51.787Z | Checking rpassword v7.2.0 |
2111 | 2023-11-04T19:58:51.931Z | Checking plotters v0.3.5 |
2112 | 2023-11-04T19:58:54.688Z | Checking tinytemplate v1.2.1 |
2113 | 2023-11-04T19:58:55.116Z | Checking anes v0.1.6 |
2114 | 2023-11-04T19:58:55.310Z | Checking oorandom v11.1.3 |
2115 | 2023-11-04T19:58:55.383Z | Checking shell-words v1.1.0 |
2116 | 2023-11-04T19:58:55.742Z | Checking criterion v0.5.1 |
2117 | 2023-11-04T19:59:01.362Z | Checking assert_cmd v2.0.12 |
2118 | 2023-11-04T19:59:01.824Z | Checking dashmap v5.5.1 |
2119 | 2023-11-04T19:59:02.475Z | Compiling serial_test_derive v0.10.0 |
2120 | 2023-11-04T19:59:15.525Z | Compiling crossbeam-queue v0.3.8 |
2121 | 2023-11-04T19:59:16.130Z | Checking serial_test v0.10.0 |
2122 | 2023-11-04T19:59:16.531Z | Checking vte v0.11.1 |
2123 | 2023-11-04T19:59:16.692Z | Checking threadpool v1.8.1 |
2124 | 2023-11-04T19:59:16.807Z | Checking libtest-mimic v0.6.1 |
2125 | 2023-11-04T19:59:17.050Z | Checking crossterm v0.26.1 |
2126 | 2023-11-04T19:59:17.338Z | Checking strip-ansi-escapes v0.2.0 |
2127 | 2023-11-04T19:59:17.473Z | Compiling tabled_derive v0.6.0 |
2128 | 2023-11-04T19:59:17.582Z | Checking httptest v0.15.5 |
2129 | 2023-11-04T19:59:17.626Z | Checking similar-asserts v1.5.0 |
2130 | 2023-11-04T19:59:17.661Z | Checking fd-lock v3.0.13 |
2131 | 2023-11-04T19:59:17.748Z | Checking nanorand v0.7.0 |
2132 | 2023-11-04T19:59:17.812Z | Compiling rstest_macros v0.18.2 |
2133 | 2023-11-04T19:59:17.852Z | Checking nu-ansi-term v0.49.0 |
2134 | 2023-11-04T19:59:17.878Z | Checking flume v0.11.0 |
2135 | 2023-11-04T19:59:17.890Z | Checking datatest-stable v0.2.3 |
2136 | 2023-11-04T19:59:17.899Z | Checking reedline v0.23.0 |
2137 | 2023-11-04T19:59:17.906Z | Compiling pin-project-internal v1.1.3 |
2138 | 2023-11-04T19:59:17.923Z | Checking arrayvec v0.7.4 |
2139 | 2023-11-04T19:59:17.935Z | Checking arrayref v0.3.7 |
2140 | 2023-11-04T19:59:17.954Z | Checking bytecount v0.6.3 |
2141 | 2023-11-04T19:59:18.016Z | Checking topological-sort v0.2.2 |
2142 | 2023-11-04T19:59:18.026Z | Compiling trybuild v1.0.85 |
2143 | 2023-11-04T19:59:18.045Z | Checking constant_time_eq v0.2.6 |
2144 | 2023-11-04T19:59:18.084Z | Compiling relative-path v1.9.0 |
2145 | 2023-11-04T19:59:18.114Z | Checking blake2b_simd v1.0.1 |
2146 | 2023-11-04T19:59:18.122Z | Checking papergrid v0.10.0 |
2147 | 2023-11-04T19:59:18.150Z | Checking basic-toml v0.1.4 |
2148 | 2023-11-04T19:59:18.155Z | Checking pin-project v1.1.3 |
2149 | 2023-11-04T19:59:18.157Z | Checking constant_time_eq v0.3.0 |
2150 | 2023-11-04T19:59:18.165Z | Checking futures-timer v3.0.2 |
2151 | 2023-11-04T19:59:18.209Z | Checking rust-argon2 v1.0.1 |
2152 | 2023-11-04T19:59:18.221Z | Checking partial-io v0.5.4 |
2153 | 2023-11-04T19:59:18.231Z | Checking tabled v0.14.0 |
2154 | 2023-11-04T19:59:18.656Z | Checking cargo-platform v0.1.3 |
2155 | 2023-11-04T19:59:18.852Z | Checking approx v0.5.1 |
2156 | 2023-11-04T19:59:19.147Z | Checking hex-literal v0.4.1 |
2157 | 2023-11-04T19:59:19.236Z | Checking cargo_metadata v0.18.0 |
2158 | 2023-11-04T19:59:19.575Z | Checking crossbeam v0.8.2 |
2159 | 2023-11-04T19:59:22.192Z | Checking cargo_toml v0.16.3 |
2160 | 2023-11-04T19:59:22.783Z | Checking termios v0.3.3 |
2161 | 2023-11-04T19:59:25.559Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2162 | 2023-11-04T19:59:27.682Z | Checking rstest v0.18.2 |
2163 | 2023-11-04T19:59:35.149Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2164 | 2023-11-04T19:59:53.792Z | Compiling bzip2 v0.4.4 |
2165 | 2023-11-04T19:59:54.291Z | Compiling zip v0.6.6 |
2166 | 2023-11-04T19:59:54.956Z | Compiling polar-core v0.27.0 |
2167 | 2023-11-04T19:59:55.523Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2168 | 2023-11-04T20:00:01.982Z | Checking rustls-webpki v0.101.7 |
2169 | 2023-11-04T20:00:08.520Z | Checking tokio-rustls v0.24.1 |
2170 | 2023-11-04T20:00:09.127Z | Checking hyper-rustls v0.24.2 |
2171 | 2023-11-04T20:00:09.692Z | Checking reqwest v0.11.20 |
2172 | 2023-11-04T20:00:12.229Z | Checking oso v0.27.0 |
2173 | 2023-11-04T20:00:12.340Z | Checking progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2174 | 2023-11-04T20:00:12.358Z | Checking tough v0.12.5 |
2175 | 2023-11-04T20:00:12.836Z | Checking progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2176 | 2023-11-04T20:00:13.166Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2177 | 2023-11-04T20:00:13.305Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2178 | 2023-11-04T20:00:14.685Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2179 | 2023-11-04T20:00:15.524Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2180 | 2023-11-04T20:00:16.354Z | Compiling omicron-zone-package v0.8.3 |
2181 | 2023-11-04T20:00:18.726Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2182 | 2023-11-04T20:00:28.059Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2183 | 2023-11-04T20:00:28.113Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2184 | 2023-11-04T20:00:28.201Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2185 | 2023-11-04T20:00:29.556Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2186 | 2023-11-04T20:00:29.577Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2187 | 2023-11-04T20:00:29.771Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2188 | 2023-11-04T20:00:30.198Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2189 | 2023-11-04T20:00:30.404Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2190 | 2023-11-04T20:00:31.073Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2191 | 2023-11-04T20:00:31.527Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2192 | 2023-11-04T20:00:31.547Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2193 | 2023-11-04T20:00:32.143Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2194 | 2023-11-04T20:00:33.206Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2195 | 2023-11-04T20:00:36.084Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2196 | 2023-11-04T20:00:38.222Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2197 | 2023-11-04T20:00:40.951Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2198 | 2023-11-04T20:00:44.539Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2199 | 2023-11-04T20:00:44.994Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2200 | 2023-11-04T20:00:45.039Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
2201 | 2023-11-04T20:00:46.197Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2202 | 2023-11-04T20:00:46.682Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2203 | 2023-11-04T20:00:46.896Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2204 | 2023-11-04T20:00:49.584Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2205 | 2023-11-04T20:00:52.257Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2206 | 2023-11-04T20:00:55.293Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2207 | 2023-11-04T20:00:55.684Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2208 | 2023-11-04T20:00:56.128Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2209 | 2023-11-04T20:00:56.469Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2210 | 2023-11-04T20:00:56.582Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2211 | 2023-11-04T20:00:56.694Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2212 | 2023-11-04T20:00:57.632Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2213 | 2023-11-04T20:00:59.156Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2214 | 2023-11-04T20:01:00.459Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2215 | 2023-11-04T20:01:02.589Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2216 | 2023-11-04T20:01:07.160Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2217 | 2023-11-04T20:01:14.425Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2218 | 2023-11-04T20:01:22.487Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2219 | 2023-11-04T20:01:23.637Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2220 | 2023-11-04T20:01:25.602Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2221 | 2023-11-04T20:01:27.822Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2222 | 2023-11-04T20:01:28.094Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2223 | 2023-11-04T20:01:29.498Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2224 | 2023-11-04T20:01:31.362Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2225 | 2023-11-04T20:01:33.487Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2226 | 2023-11-04T20:01:34.841Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2227 | 2023-11-04T20:01:35.105Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2228 | 2023-11-04T20:01:39.058Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2229 | 2023-11-04T20:01:39.968Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2230 | 2023-11-04T20:01:39.989Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2231 | 2023-11-04T20:01:40.779Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2232 | 2023-11-04T20:01:42.244Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2233 | 2023-11-04T20:01:44.839Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2234 | 2023-11-04T20:01:50.522Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2235 | 2023-11-04T20:01:52.159Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2236 | 2023-11-04T20:02:00.158Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2237 | 2023-11-04T20:02:02.158Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2238 | 2023-11-04T20:02:03.550Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2239 | 2023-11-04T20:02:07.964Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2240 | 2023-11-04T20:02:11.847Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2241 | 2023-11-04T20:02:17.879Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2242 | 2023-11-04T20:02:18.275Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2243 | 2023-11-04T20:02:18.941Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2244 | 2023-11-04T20:02:24.948Z | Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger) |
2245 | 2023-11-04T20:02:38.453Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2246 | 2023-11-04T20:02:52.783Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2247 | 2023-11-04T20:03:16.169Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2248 | 2023-11-04T20:03:49.624Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2249 | 2023-11-04T20:04:12.527Z | Compiling git2 v0.17.2 |
2250 | 2023-11-04T20:04:23.687Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2251 | 2023-11-04T20:04:26.355Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2252 | 2023-11-04T20:04:40.918Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2253 | 2023-11-04T20:04:52.976Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2254 | 2023-11-04T20:04:53.310Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2255 | 2023-11-04T20:04:53.937Z | Checking propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2256 | 2023-11-04T20:04:55.517Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2257 | 2023-11-04T20:05:32.749Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2258 | 2023-11-04T20:07:06.372Z | Finished dev [unoptimized + debuginfo] target(s) in 14m 06s |
2259 | 2023-11-04T20:07:06.606Z | |
2260 | 2023-11-04T20:07:06.609Z | real 15:11.187074555 |
2261 | 2023-11-04T20:07:06.612Z | user 1:29:44.559981247 |
2262 | 2023-11-04T20:07:06.615Z | sys 11:47.682130144 |
2263 | 2023-11-04T20:07:06.618Z | trap 3.425746790 |
2264 | 2023-11-04T20:07:06.621Z | tflt 3.567949098 |
2265 | 2023-11-04T20:07:06.624Z | dflt 4.769000430 |
2266 | 2023-11-04T20:07:06.627Z | kflt 0.016872756 |
2267 | 2023-11-04T20:07:06.630Z | lock 2:01:50.984944561 |
2268 | 2023-11-04T20:07:06.632Z | slp 5:21:59.143815613 |
2269 | 2023-11-04T20:07:06.635Z | lat 3:19.750646032 |
2270 | 2023-11-04T20:07:06.638Z | stop 8:49.474887389 |
2271 | 2023-11-04T20:07:07.928Z | warning: output filename collision. |
2272 | 2023-11-04T20:07:07.931Z | The lib target `dns-service-client` in package `dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `dns-service-client` in package `dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)`. |
2273 | 2023-11-04T20:07:07.934Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/dns_service_client/index.html |
2274 | 2023-11-04T20:07:07.937Z | The targets should have unique names. |
2275 | 2023-11-04T20:07:07.939Z | This is a known bug where multiple crates with the same name use |
2276 | 2023-11-04T20:07:07.942Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2277 | 2023-11-04T20:07:07.946Z | warning: output filename collision. |
2278 | 2023-11-04T20:07:07.948Z | The lib target `hubpack` in package `hubpack v0.1.2` has the same output filename as the lib target `hubpack` in package `hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)`. |
2279 | 2023-11-04T20:07:07.951Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2280 | 2023-11-04T20:07:07.954Z | The targets should have unique names. |
2281 | 2023-11-04T20:07:07.956Z | This is a known bug where multiple crates with the same name use |
2282 | 2023-11-04T20:07:07.959Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2283 | 2023-11-04T20:07:07.962Z | warning: output filename collision. |
2284 | 2023-11-04T20:07:07.964Z | The lib target `internal-dns` in package `internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `internal-dns` in package `internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns)`. |
2285 | 2023-11-04T20:07:07.967Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/internal_dns/index.html |
2286 | 2023-11-04T20:07:07.970Z | The targets should have unique names. |
2287 | 2023-11-04T20:07:07.973Z | This is a known bug where multiple crates with the same name use |
2288 | 2023-11-04T20:07:07.976Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2289 | 2023-11-04T20:07:07.979Z | warning: output filename collision. |
2290 | 2023-11-04T20:07:07.982Z | The lib target `nexus-client` in package `nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `nexus-client` in package `nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)`. |
2291 | 2023-11-04T20:07:07.985Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nexus_client/index.html |
2292 | 2023-11-04T20:07:07.988Z | The targets should have unique names. |
2293 | 2023-11-04T20:07:07.991Z | This is a known bug where multiple crates with the same name use |
2294 | 2023-11-04T20:07:07.994Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2295 | 2023-11-04T20:07:07.997Z | warning: output filename collision. |
2296 | 2023-11-04T20:07:07.999Z | The lib target `nix` in package `nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)` has the same output filename as the lib target `nix` in package `nix v0.26.2`. |
2297 | 2023-11-04T20:07:08.003Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html |
2298 | 2023-11-04T20:07:08.005Z | The targets should have unique names. |
2299 | 2023-11-04T20:07:08.008Z | This is a known bug where multiple crates with the same name use |
2300 | 2023-11-04T20:07:08.011Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2301 | 2023-11-04T20:07:08.014Z | warning: output filename collision. |
2302 | 2023-11-04T20:07:08.017Z | The lib target `omicron-common` in package `omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `omicron-common` in package `omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)`. |
2303 | 2023-11-04T20:07:08.019Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/omicron_common/index.html |
2304 | 2023-11-04T20:07:08.022Z | The targets should have unique names. |
2305 | 2023-11-04T20:07:08.025Z | This is a known bug where multiple crates with the same name use |
2306 | 2023-11-04T20:07:08.027Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2307 | 2023-11-04T20:07:08.030Z | warning: output filename collision. |
2308 | 2023-11-04T20:07:08.033Z | The lib target `omicron-passwords` in package `omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `omicron-passwords` in package `omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)`. |
2309 | 2023-11-04T20:07:08.036Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/omicron_passwords/index.html |
2310 | 2023-11-04T20:07:08.039Z | The targets should have unique names. |
2311 | 2023-11-04T20:07:08.042Z | This is a known bug where multiple crates with the same name use |
2312 | 2023-11-04T20:07:08.044Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2313 | 2023-11-04T20:07:08.047Z | warning: output filename collision. |
2314 | 2023-11-04T20:07:08.050Z | The lib target `oximeter` in package `oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)`. |
2315 | 2023-11-04T20:07:08.053Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2316 | 2023-11-04T20:07:08.056Z | The targets should have unique names. |
2317 | 2023-11-04T20:07:08.059Z | This is a known bug where multiple crates with the same name use |
2318 | 2023-11-04T20:07:08.062Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2319 | 2023-11-04T20:07:08.065Z | warning: output filename collision. |
2320 | 2023-11-04T20:07:08.067Z | 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 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)`. |
2321 | 2023-11-04T20:07:08.070Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2322 | 2023-11-04T20:07:08.073Z | The targets should have unique names. |
2323 | 2023-11-04T20:07:08.076Z | This is a known bug where multiple crates with the same name use |
2324 | 2023-11-04T20:07:08.078Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2325 | 2023-11-04T20:07:08.081Z | warning: output filename collision. |
2326 | 2023-11-04T20:07:08.084Z | The lib target `oximeter-producer` in package `oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e)` has the same output filename as the lib target `oximeter-producer` in package `oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)`. |
2327 | 2023-11-04T20:07:08.086Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter_producer/index.html |
2328 | 2023-11-04T20:07:08.089Z | The targets should have unique names. |
2329 | 2023-11-04T20:07:08.092Z | This is a known bug where multiple crates with the same name use |
2330 | 2023-11-04T20:07:08.095Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2331 | 2023-11-04T20:07:08.098Z | warning: output filename collision. |
2332 | 2023-11-04T20:07:08.101Z | The lib target `tlvc` in package `tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a)` has the same output filename as the lib target `tlvc` in package `tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)`. |
2333 | 2023-11-04T20:07:08.103Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2334 | 2023-11-04T20:07:08.106Z | The targets should have unique names. |
2335 | 2023-11-04T20:07:08.109Z | This is a known bug where multiple crates with the same name use |
2336 | 2023-11-04T20:07:08.114Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2337 | 2023-11-04T20:07:08.573Z | Checking unicode-ident v1.0.12 |
2338 | 2023-11-04T20:07:08.596Z | Documenting libc v0.2.149 |
2339 | 2023-11-04T20:07:08.604Z | Documenting cfg-if v1.0.0 |
2340 | 2023-11-04T20:07:08.628Z | Checking libc v0.2.149 |
2341 | 2023-11-04T20:07:08.649Z | Checking cfg-if v1.0.0 |
2342 | 2023-11-04T20:07:08.652Z | Checking serde v1.0.188 |
2343 | 2023-11-04T20:07:08.687Z | Documenting scopeguard v1.2.0 |
2344 | 2023-11-04T20:07:08.691Z | Documenting log v0.4.20 |
2345 | 2023-11-04T20:07:08.826Z | Documenting itoa v1.0.9 |
2346 | 2023-11-04T20:07:08.840Z | Checking proc-macro2 v1.0.67 |
2347 | 2023-11-04T20:07:09.944Z | Checking quote v1.0.33 |
2348 | 2023-11-04T20:07:10.486Z | Checking syn v2.0.32 |
2349 | 2023-11-04T20:07:10.572Z | Checking syn v1.0.109 |
2350 | 2023-11-04T20:07:12.751Z | Documenting memchr v2.6.3 |
2351 | 2023-11-04T20:07:12.775Z | Documenting lock_api v0.4.10 |
2352 | 2023-11-04T20:07:13.086Z | Checking once_cell v1.18.0 |
2353 | 2023-11-04T20:07:13.565Z | Documenting smallvec v1.11.0 |
2354 | 2023-11-04T20:07:15.171Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2355 | 2023-11-04T20:07:15.495Z | Documenting getrandom v0.2.10 |
2356 | 2023-11-04T20:07:15.608Z | Documenting once_cell v1.18.0 |
2357 | 2023-11-04T20:07:17.530Z | Documenting libm v0.2.7 |
2358 | 2023-11-04T20:07:17.848Z | Documenting pin-project-lite v0.2.13 |
2359 | 2023-11-04T20:07:18.252Z | Documenting parking_lot_core v0.9.8 |
2360 | 2023-11-04T20:07:20.221Z | Documenting signal-hook-registry v1.4.1 |
2361 | 2023-11-04T20:07:21.095Z | Checking itoa v1.0.9 |
2362 | 2023-11-04T20:07:21.422Z | Documenting mio v0.8.8 |
2363 | 2023-11-04T20:07:21.440Z | Documenting serde_derive v1.0.188 |
2364 | 2023-11-04T20:07:21.704Z | Documenting rand_core v0.6.4 |
2365 | 2023-11-04T20:07:22.014Z | Documenting zeroize_derive v1.4.2 |
2366 | 2023-11-04T20:07:22.168Z | Documenting thiserror-impl v1.0.49 |
2367 | 2023-11-04T20:07:22.676Z | Documenting num-traits v0.2.16 |
2368 | 2023-11-04T20:07:24.805Z | Documenting parking_lot v0.12.1 |
2369 | 2023-11-04T20:07:26.389Z | Documenting typenum v1.16.0 |
2370 | 2023-11-04T20:07:27.959Z | Documenting futures-core v0.3.29 |
2371 | 2023-11-04T20:07:28.148Z | Documenting ryu v1.0.15 |
2372 | 2023-11-04T20:07:29.772Z | Documenting zeroize v1.6.0 |
2373 | 2023-11-04T20:07:30.175Z | Documenting thiserror v1.0.49 |
2374 | 2023-11-04T20:07:30.203Z | Documenting tokio-macros v2.1.0 |
2375 | 2023-11-04T20:07:31.170Z | Documenting socket2 v0.5.4 |
2376 | 2023-11-04T20:07:32.322Z | Documenting num_cpus v1.16.0 |
2377 | 2023-11-04T20:07:32.449Z | Documenting serde v1.0.188 |
2378 | 2023-11-04T20:07:34.284Z | Checking thiserror v1.0.49 |
2379 | 2023-11-04T20:07:34.424Z | Documenting subtle v2.5.0 |
2380 | 2023-11-04T20:07:34.476Z | Checking ryu v1.0.15 |
2381 | 2023-11-04T20:07:34.855Z | Checking getrandom v0.2.10 |
2382 | 2023-11-04T20:07:35.250Z | Documenting futures-sink v0.3.29 |
2383 | 2023-11-04T20:07:36.086Z | Documenting generic-array v0.14.7 |
2384 | 2023-11-04T20:07:36.518Z | Documenting byteorder v1.5.0 |
2385 | 2023-11-04T20:07:37.750Z | Documenting pin-utils v0.1.0 |
2386 | 2023-11-04T20:07:37.893Z | Checking serde_json v1.0.108 |
2387 | 2023-11-04T20:07:38.992Z | Documenting iana-time-zone v0.1.57 |
2388 | 2023-11-04T20:07:40.500Z | Checking memchr v2.6.3 |
2389 | 2023-11-04T20:07:40.729Z | Checking heck v0.4.1 |
2390 | 2023-11-04T20:07:41.057Z | Documenting futures-macro v0.3.29 |
2391 | 2023-11-04T20:07:41.350Z | Documenting futures-channel v0.3.29 |
2392 | 2023-11-04T20:07:41.984Z | Documenting slab v0.4.9 |
2393 | 2023-11-04T20:07:42.662Z | Documenting futures-task v0.3.29 |
2394 | 2023-11-04T20:07:43.358Z | Documenting crypto-common v0.1.6 |
2395 | 2023-11-04T20:07:45.048Z | Documenting const-oid v0.9.5 |
2396 | 2023-11-04T20:07:45.395Z | Documenting futures-io v0.3.29 |
2397 | 2023-11-04T20:07:47.450Z | Checking bytes v1.5.0 |
2398 | 2023-11-04T20:07:48.140Z | Documenting ppv-lite86 v0.2.17 |
2399 | 2023-11-04T20:07:48.737Z | Checking log v0.4.20 |
2400 | 2023-11-04T20:07:48.740Z | Checking byteorder v1.5.0 |
2401 | 2023-11-04T20:07:48.782Z | Documenting tinyvec_macros v0.1.1 |
2402 | 2023-11-04T20:07:49.180Z | Documenting base64 v0.21.5 |
2403 | 2023-11-04T20:07:49.419Z | Documenting block-buffer v0.10.4 |
2404 | 2023-11-04T20:07:49.475Z | Documenting tracing-core v0.1.31 |
2405 | 2023-11-04T20:07:51.436Z | Documenting futures-util v0.3.29 |
2406 | 2023-11-04T20:07:52.853Z | Documenting tinyvec v1.6.0 |
2407 | 2023-11-04T20:07:52.913Z | Documenting rand_chacha v0.3.1 |
2408 | 2023-11-04T20:07:53.899Z | Documenting tracing-attributes v0.1.26 |
2409 | 2023-11-04T20:07:55.625Z | Checking fnv v1.0.7 |
2410 | 2023-11-04T20:07:55.728Z | Documenting digest v0.10.7 |
2411 | 2023-11-04T20:07:55.818Z | Documenting serde_derive_internals v0.26.0 |
2412 | 2023-11-04T20:07:58.486Z | Checking serde_derive_internals v0.26.0 |
2413 | 2023-11-04T20:07:59.402Z | Documenting rand v0.8.5 |
2414 | 2023-11-04T20:07:59.632Z | Documenting dyn-clone v1.0.13 |
2415 | 2023-11-04T20:08:03.611Z | Documenting unicode-normalization v0.1.22 |
2416 | 2023-11-04T20:08:04.381Z | Checking ucd-trie v0.1.6 |
2417 | 2023-11-04T20:08:04.789Z | Documenting cpufeatures v0.2.9 |
2418 | 2023-11-04T20:08:05.195Z | Documenting fnv v1.0.7 |
2419 | 2023-11-04T20:08:05.630Z | Documenting schemars_derive v0.8.13 |
2420 | 2023-11-04T20:08:06.879Z | Documenting bytes v1.5.0 |
2421 | 2023-11-04T20:08:07.139Z | Documenting serde_json v1.0.108 |
2422 | 2023-11-04T20:08:07.768Z | Documenting bitflags v2.4.0 |
2423 | 2023-11-04T20:08:09.042Z | Documenting chrono v0.4.31 |
2424 | 2023-11-04T20:08:11.896Z | Documenting uuid v1.4.1 |
2425 | 2023-11-04T20:08:12.152Z | Checking pest v2.7.2 |
2426 | 2023-11-04T20:08:14.758Z | Documenting tokio v1.33.0 |
2427 | 2023-11-04T20:08:15.308Z | Documenting spin v0.9.8 |
2428 | 2023-11-04T20:08:15.342Z | Checking libm v0.2.7 |
2429 | 2023-11-04T20:08:16.480Z | Documenting unicode-bidi v0.3.13 |
2430 | 2023-11-04T20:08:16.514Z | Documenting http v0.2.9 |
2431 | 2023-11-04T20:08:17.004Z | Checking num-traits v0.2.16 |
2432 | 2023-11-04T20:08:17.587Z | Documenting tracing v0.1.37 |
2433 | 2023-11-04T20:08:19.126Z | Documenting lazy_static v1.4.0 |
2434 | 2023-11-04T20:08:19.221Z | Documenting schemars v0.8.13 |
2435 | 2023-11-04T20:08:19.896Z | Documenting percent-encoding v2.3.0 |
2436 | 2023-11-04T20:08:20.038Z | Documenting ahash v0.8.3 |
2437 | 2023-11-04T20:08:22.779Z | Checking ahash v0.8.3 |
2438 | 2023-11-04T20:08:23.278Z | Checking time-core v0.1.1 |
2439 | 2023-11-04T20:08:23.368Z | Documenting allocator-api2 v0.2.16 |
2440 | 2023-11-04T20:08:23.522Z | Documenting adler v1.0.2 |
2441 | 2023-11-04T20:08:25.340Z | Documenting unicode-ident v1.0.12 |
2442 | 2023-11-04T20:08:25.828Z | Documenting form_urlencoded v1.2.0 |
2443 | 2023-11-04T20:08:26.170Z | Documenting idna v0.4.0 |
2444 | 2023-11-04T20:08:27.681Z | Documenting miniz_oxide v0.7.1 |
2445 | 2023-11-04T20:08:28.505Z | Documenting hashbrown v0.14.2 |
2446 | 2023-11-04T20:08:28.791Z | Documenting httparse v1.8.0 |
2447 | 2023-11-04T20:08:29.681Z | Documenting proc-macro2 v1.0.67 |
2448 | 2023-11-04T20:08:31.743Z | Documenting untrusted v0.9.0 |
2449 | 2023-11-04T20:08:31.895Z | Documenting equivalent v1.0.1 |
2450 | 2023-11-04T20:08:32.921Z | Checking zerocopy v0.3.0 |
2451 | 2023-11-04T20:08:33.036Z | Documenting url v2.4.1 |
2452 | 2023-11-04T20:08:34.171Z | Checking uuid v1.4.1 |
2453 | 2023-11-04T20:08:35.012Z | Checking iana-time-zone v0.1.57 |
2454 | 2023-11-04T20:08:35.254Z | Checking dof v0.1.5 |
2455 | 2023-11-04T20:08:35.272Z | Checking chrono v0.4.31 |
2456 | 2023-11-04T20:08:36.094Z | Checking dtrace-parser v0.1.14 |
2457 | 2023-11-04T20:08:36.355Z | Documenting ring v0.17.5 |
2458 | 2023-11-04T20:08:36.486Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2459 | 2023-11-04T20:08:36.814Z | Documenting indexmap v2.1.0 |
2460 | 2023-11-04T20:08:36.862Z | Documenting quote v1.0.33 |
2461 | 2023-11-04T20:08:36.932Z | Checking thread-id v4.2.0 |
2462 | 2023-11-04T20:08:37.097Z | Documenting sct v0.7.0 |
2463 | 2023-11-04T20:08:37.774Z | Documenting slog v2.7.0 |
2464 | 2023-11-04T20:08:39.065Z | Documenting httpdate v1.0.3 |
2465 | 2023-11-04T20:08:40.124Z | Documenting openssl-probe v0.1.5 |
2466 | 2023-11-04T20:08:43.147Z | Documenting try-lock v0.2.4 |
2467 | 2023-11-04T20:08:43.221Z | Documenting tokio-util v0.7.10 |
2468 | 2023-11-04T20:08:43.304Z | Checking usdt-impl v0.3.5 |
2469 | 2023-11-04T20:08:44.258Z | Documenting http-body v0.4.5 |
2470 | 2023-11-04T20:08:44.521Z | Documenting rustls-pemfile v1.0.3 |
2471 | 2023-11-04T20:08:44.835Z | Documenting openssl-macros v0.1.1 |
2472 | 2023-11-04T20:08:45.324Z | Documenting openssl-sys v0.9.93 |
2473 | 2023-11-04T20:08:45.484Z | Documenting rustls-webpki v0.101.7 |
2474 | 2023-11-04T20:08:46.318Z | Documenting gimli v0.28.0 |
2475 | 2023-11-04T20:08:47.352Z | Documenting want v0.3.1 |
2476 | 2023-11-04T20:08:50.695Z | Documenting tower-service v0.3.2 |
2477 | 2023-11-04T20:08:51.330Z | Documenting mime v0.3.17 |
2478 | 2023-11-04T20:08:52.071Z | Documenting h2 v0.3.21 |
2479 | 2023-11-04T20:08:52.144Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2480 | 2023-11-04T20:08:52.665Z | Documenting rustls v0.21.8 |
2481 | 2023-11-04T20:08:53.445Z | Documenting time-macros v0.2.13 |
2482 | 2023-11-04T20:08:56.946Z | Documenting addr2line v0.21.0 |
2483 | 2023-11-04T20:08:57.187Z | Documenting async-trait v0.1.74 |
2484 | 2023-11-04T20:08:57.235Z | Documenting openssl v0.10.57 |
2485 | 2023-11-04T20:08:58.255Z | Documenting object v0.32.1 |
2486 | 2023-11-04T20:09:01.498Z | Documenting aho-corasick v1.0.4 |
2487 | 2023-11-04T20:09:02.729Z | Documenting errno v0.3.2 |
2488 | 2023-11-04T20:09:05.758Z | Documenting unicode-width v0.1.11 |
2489 | 2023-11-04T20:09:05.846Z | Documenting tokio-rustls v0.24.1 |
2490 | 2023-11-04T20:09:07.207Z | Documenting deranged v0.3.8 |
2491 | 2023-11-04T20:09:08.710Z | Documenting regex-syntax v0.8.2 |
2492 | 2023-11-04T20:09:09.045Z | Documenting hyper v0.14.27 |
2493 | 2023-11-04T20:09:09.173Z | Checking dyn-clone v1.0.13 |
2494 | 2023-11-04T20:09:09.395Z | Documenting num_threads v0.1.6 |
2495 | 2023-11-04T20:09:10.133Z | Documenting time-core v0.1.1 |
2496 | 2023-11-04T20:09:11.891Z | Checking allocator-api2 v0.2.16 |
2497 | 2023-11-04T20:09:12.955Z | Documenting rustc-demangle v0.1.23 |
2498 | 2023-11-04T20:09:14.089Z | Documenting ipnet v2.8.0 |
2499 | 2023-11-04T20:09:14.632Z | Checking hashbrown v0.14.2 |
2500 | 2023-11-04T20:09:14.759Z | Checking schemars v0.8.13 |
2501 | 2023-11-04T20:09:16.144Z | Documenting time v0.3.27 |
2502 | 2023-11-04T20:09:16.684Z | Documenting rustix v0.38.9 |
2503 | 2023-11-04T20:09:17.445Z | Checking pest_meta v2.7.2 |
2504 | 2023-11-04T20:09:17.844Z | Documenting crossbeam-utils v0.8.16 |
2505 | 2023-11-04T20:09:17.911Z | Documenting backtrace v0.3.69 |
2506 | 2023-11-04T20:09:19.210Z | Checking equivalent v1.0.1 |
2507 | 2023-11-04T20:09:19.378Z | Checking indexmap v2.1.0 |
2508 | 2023-11-04T20:09:19.971Z | Documenting regex-automata v0.4.3 |
2509 | 2023-11-04T20:09:20.606Z | Documenting native-tls v0.2.11 |
2510 | 2023-11-04T20:09:21.221Z | Checking hashbrown v0.13.2 |
2511 | 2023-11-04T20:09:22.935Z | Documenting pest_meta v2.7.2 |
2512 | 2023-11-04T20:09:24.920Z | Checking http v0.2.9 |
2513 | 2023-11-04T20:09:25.585Z | Documenting encoding_rs v0.8.33 |
2514 | 2023-11-04T20:09:26.287Z | Documenting anyhow v1.0.75 |
2515 | 2023-11-04T20:09:27.298Z | Checking pest_generator v2.7.2 |
2516 | 2023-11-04T20:09:27.995Z | Documenting rustls-native-certs v0.6.3 |
2517 | 2023-11-04T20:09:28.653Z | Documenting tokio-native-tls v0.3.1 |
2518 | 2023-11-04T20:09:28.723Z | Documenting serde_urlencoded v0.7.1 |
2519 | 2023-11-04T20:09:28.902Z | Documenting ucd-trie v0.1.6 |
2520 | 2023-11-04T20:09:29.761Z | Documenting pest_generator v2.7.2 |
2521 | 2023-11-04T20:09:33.081Z | Documenting regex v1.10.2 |
2522 | 2023-11-04T20:09:33.243Z | Checking serde_tokenstream v0.1.7 |
2523 | 2023-11-04T20:09:33.911Z | Documenting webpki-roots v0.25.2 |
2524 | 2023-11-04T20:09:34.375Z | Documenting hyper-rustls v0.24.2 |
2525 | 2023-11-04T20:09:34.946Z | Documenting syn v2.0.32 |
2526 | 2023-11-04T20:09:35.273Z | Documenting pest v2.7.2 |
2527 | 2023-11-04T20:09:36.048Z | Checking aho-corasick v1.0.4 |
2528 | 2023-11-04T20:09:37.536Z | Documenting pest_derive v2.7.2 |
2529 | 2023-11-04T20:09:37.782Z | Documenting hyper-tls v0.5.0 |
2530 | 2023-11-04T20:09:38.757Z | Documenting dof v0.1.5 |
2531 | 2023-11-04T20:09:40.065Z | Documenting thread-id v4.2.0 |
2532 | 2023-11-04T20:09:41.578Z | Checking regex-syntax v0.8.2 |
2533 | 2023-11-04T20:09:43.558Z | Documenting usdt-attr-macro v0.3.5 |
2534 | 2023-11-04T20:09:44.758Z | Documenting dtrace-parser v0.1.14 |
2535 | 2023-11-04T20:09:45.489Z | Documenting usdt-macro v0.3.5 |
2536 | 2023-11-04T20:09:45.578Z | Documenting openapiv3 v1.0.3 |
2537 | 2023-11-04T20:09:46.438Z | Documenting ipnetwork v0.20.0 |
2538 | 2023-11-04T20:09:47.195Z | Checking regex-automata v0.4.3 |
2539 | 2023-11-04T20:09:48.608Z | Documenting reqwest v0.11.20 |
2540 | 2023-11-04T20:09:51.151Z | Documenting sha2 v0.10.8 |
2541 | 2023-11-04T20:09:51.591Z | Documenting usdt-impl v0.3.5 |
2542 | 2023-11-04T20:09:52.956Z | Documenting futures-executor v0.3.29 |
2543 | 2023-11-04T20:09:53.067Z | Checking serde_tokenstream v0.2.0 |
2544 | 2023-11-04T20:09:53.694Z | Checking unicode-width v0.1.11 |
2545 | 2023-11-04T20:09:53.953Z | Checking strsim v0.10.0 |
2546 | 2023-11-04T20:09:54.327Z | Checking regex v1.10.2 |
2547 | 2023-11-04T20:09:55.107Z | Checking regress v0.7.1 |
2548 | 2023-11-04T20:09:55.349Z | Documenting hex v0.4.3 |
2549 | 2023-11-04T20:09:55.413Z | Documenting hmac v0.12.1 |
2550 | 2023-11-04T20:09:58.494Z | Documenting fallible-iterator v0.2.0 |
2551 | 2023-11-04T20:09:59.806Z | Documenting futures v0.3.29 |
2552 | 2023-11-04T20:09:59.944Z | Documenting usdt v0.3.5 |
2553 | 2023-11-04T20:10:00.456Z | Checking typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2554 | 2023-11-04T20:10:02.327Z | Checking openapiv3 v1.0.3 |
2555 | 2023-11-04T20:10:03.346Z | Documenting stringprep v0.1.3 |
2556 | 2023-11-04T20:10:03.963Z | Documenting semver v1.0.20 |
2557 | 2023-11-04T20:10:04.586Z | Documenting md-5 v0.10.5 |
2558 | 2023-11-04T20:10:06.091Z | Documenting regress v0.7.1 |
2559 | 2023-11-04T20:10:07.755Z | Documenting siphasher v0.3.11 |
2560 | 2023-11-04T20:10:08.092Z | Documenting utf8parse v0.2.1 |
2561 | 2023-11-04T20:10:10.023Z | Documenting block-padding v0.3.3 |
2562 | 2023-11-04T20:10:10.202Z | Documenting static_assertions v1.1.0 |
2563 | 2023-11-04T20:10:10.973Z | Checking unsafe-libyaml v0.2.9 |
2564 | 2023-11-04T20:10:11.906Z | Documenting postgres-protocol v0.6.6 |
2565 | 2023-11-04T20:10:12.551Z | Documenting phf_shared v0.11.2 |
2566 | 2023-11-04T20:10:12.653Z | Documenting heck v0.4.1 |
2567 | 2023-11-04T20:10:13.031Z | Documenting typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2568 | 2023-11-04T20:10:13.075Z | Checking typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2569 | 2023-11-04T20:10:13.284Z | Checking getopts v0.2.21 |
2570 | 2023-11-04T20:10:13.859Z | Documenting toml_datetime v0.6.5 |
2571 | 2023-11-04T20:10:14.765Z | Documenting num-integer v0.1.45 |
2572 | 2023-11-04T20:10:15.983Z | Documenting unsafe-libyaml v0.2.9 |
2573 | 2023-11-04T20:10:16.719Z | Documenting inout v0.1.3 |
2574 | 2023-11-04T20:10:18.874Z | Documenting typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2575 | 2023-11-04T20:10:19.025Z | Documenting phf v0.11.2 |
2576 | 2023-11-04T20:10:20.396Z | Documenting either v1.9.0 |
2577 | 2023-11-04T20:10:21.248Z | Documenting postgres-types v0.2.6 |
2578 | 2023-11-04T20:10:21.549Z | Checking ident_case v1.0.1 |
2579 | 2023-11-04T20:10:21.817Z | Documenting whoami v1.4.1 |
2580 | 2023-11-04T20:10:21.902Z | Documenting serde_yaml v0.9.25 |
2581 | 2023-11-04T20:10:23.487Z | Documenting cipher v0.4.4 |
2582 | 2023-11-04T20:10:23.727Z | Checking progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2583 | 2023-11-04T20:10:25.605Z | Checking serde_yaml v0.9.25 |
2584 | 2023-11-04T20:10:26.457Z | Documenting progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2585 | 2023-11-04T20:10:26.841Z | Documenting getopts v0.2.21 |
2586 | 2023-11-04T20:10:28.132Z | Documenting zerocopy v0.6.4 |
2587 | 2023-11-04T20:10:28.990Z | Documenting anstyle v1.0.2 |
2588 | 2023-11-04T20:10:30.809Z | Documenting typify v0.0.13 (https://github.com/oxidecomputer/typify#de16c423) |
2589 | 2023-11-04T20:10:31.732Z | Documenting data-encoding v2.4.0 |
2590 | 2023-11-04T20:10:32.045Z | Documenting tokio-postgres v0.7.10 |
2591 | 2023-11-04T20:10:32.699Z | Documenting progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2592 | 2023-11-04T20:10:33.259Z | Documenting anstyle-parse v0.2.1 |
2593 | 2023-11-04T20:10:35.237Z | Documenting match_cfg v0.1.0 |
2594 | 2023-11-04T20:10:35.641Z | Documenting colorchoice v1.0.0 |
2595 | 2023-11-04T20:10:36.833Z | Documenting anstyle-query v1.0.0 |
2596 | 2023-11-04T20:10:38.041Z | Documenting itertools v0.11.0 |
2597 | 2023-11-04T20:10:38.255Z | Documenting terminal_size v0.2.6 |
2598 | 2023-11-04T20:10:39.415Z | Documenting hostname v0.3.1 |
2599 | 2023-11-04T20:10:39.833Z | Documenting dirs-sys-next v0.1.2 |
2600 | 2023-11-04T20:10:41.465Z | Documenting progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2601 | 2023-11-04T20:10:43.036Z | Documenting anstream v0.5.0 |
2602 | 2023-11-04T20:10:44.402Z | Documenting tap v1.0.1 |
2603 | 2023-11-04T20:10:44.624Z | Documenting clap_lex v0.5.1 |
2604 | 2023-11-04T20:10:45.600Z | Documenting strsim v0.10.0 |
2605 | 2023-11-04T20:10:46.155Z | Documenting dirs-next v2.0.0 |
2606 | 2023-11-04T20:10:47.190Z | Documenting clap_derive v4.4.2 |
2607 | 2023-11-04T20:10:48.639Z | Documenting wyz v0.5.1 |
2608 | 2023-11-04T20:10:49.547Z | Documenting thread_local v1.1.7 |
2609 | 2023-11-04T20:10:50.131Z | Documenting crc32fast v1.3.2 |
2610 | 2023-11-04T20:10:50.878Z | Documenting radium v0.7.0 |
2611 | 2023-11-04T20:10:51.872Z | Documenting clap_builder v4.4.2 |
2612 | 2023-11-04T20:10:52.747Z | Documenting funty v2.0.0 |
2613 | 2023-11-04T20:10:53.336Z | Documenting term v0.7.0 |
2614 | 2023-11-04T20:10:53.818Z | Documenting progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#5c941c0b) |
2615 | 2023-11-04T20:10:55.357Z | Documenting num-iter v0.1.43 |
2616 | 2023-11-04T20:10:55.774Z | Documenting crossbeam-channel v0.5.8 |
2617 | 2023-11-04T20:10:56.081Z | Documenting sha1 v0.10.5 |
2618 | 2023-11-04T20:10:56.640Z | Documenting enum-as-inner v0.5.1 |
2619 | 2023-11-04T20:10:57.600Z | Documenting bitvec v1.0.1 |
2620 | 2023-11-04T20:10:59.829Z | Documenting atty v0.2.14 |
2621 | 2023-11-04T20:11:01.894Z | Documenting clap v4.4.3 |
2622 | 2023-11-04T20:11:02.356Z | Documenting memoffset v0.9.0 |
2623 | 2023-11-04T20:11:02.740Z | Documenting take_mut v0.2.2 |
2624 | 2023-11-04T20:11:03.285Z | Documenting flate2 v1.0.28 |
2625 | 2023-11-04T20:11:04.037Z | Documenting trust-dns-proto v0.22.0 |
2626 | 2023-11-04T20:11:04.634Z | Documenting slog-term v2.9.0 |
2627 | 2023-11-04T20:11:06.582Z | Documenting crossbeam-epoch v0.9.15 |
2628 | 2023-11-04T20:11:08.672Z | Documenting slog-json v2.6.1 |
2629 | 2023-11-04T20:11:08.853Z | Documenting slog-async v2.8.0 |
2630 | 2023-11-04T20:11:09.506Z | Documenting camino v1.1.6 |
2631 | 2023-11-04T20:11:10.987Z | Documenting paste v1.0.14 |
2632 | 2023-11-04T20:11:11.015Z | Documenting signature v2.1.0 |
2633 | 2023-11-04T20:11:11.875Z | Documenting hash32 v0.2.1 |
2634 | 2023-11-04T20:11:13.538Z | Documenting scheduled-thread-pool v0.2.7 |
2635 | 2023-11-04T20:11:15.146Z | Checking diesel_table_macro_syntax v0.1.0 |
2636 | 2023-11-04T20:11:15.430Z | Documenting diesel_table_macro_syntax v0.1.0 |
2637 | 2023-11-04T20:11:16.580Z | Documenting slog-bunyan v2.4.0 |
2638 | 2023-11-04T20:11:16.620Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2639 | 2023-11-04T20:11:17.162Z | Documenting stable_deref_trait v1.2.0 |
2640 | 2023-11-04T20:11:18.047Z | Documenting unicode-segmentation v1.10.1 |
2641 | 2023-11-04T20:11:18.207Z | Checking darling_core v0.20.3 |
2642 | 2023-11-04T20:11:18.506Z | Documenting async-stream-impl v0.3.5 |
2643 | 2023-11-04T20:11:20.130Z | Documenting r2d2 v0.8.10 |
2644 | 2023-11-04T20:11:21.431Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2645 | 2023-11-04T20:11:21.446Z | Documenting heapless v0.7.16 |
2646 | 2023-11-04T20:11:23.066Z | Documenting bzip2 v0.4.4 |
2647 | 2023-11-04T20:11:23.637Z | Documenting diesel_derives v2.1.1 |
2648 | 2023-11-04T20:11:23.647Z | Documenting strum v0.25.0 |
2649 | 2023-11-04T20:11:24.436Z | Documenting atomic-waker v1.1.1 |
2650 | 2023-11-04T20:11:26.134Z | Documenting debug-ignore v1.0.5 |
2651 | 2023-11-04T20:11:26.963Z | Documenting managed v0.8.0 |
2652 | 2023-11-04T20:11:28.142Z | Documenting bit-vec v0.6.3 |
2653 | 2023-11-04T20:11:28.765Z | Documenting waitgroup v0.1.2 |
2654 | 2023-11-04T20:11:29.244Z | Documenting async-stream v0.3.5 |
2655 | 2023-11-04T20:11:29.441Z | Checking darling v0.20.3 |
2656 | 2023-11-04T20:11:29.615Z | Documenting num-bigint v0.4.4 |
2657 | 2023-11-04T20:11:29.686Z | Documenting zip v0.6.6 |
2658 | 2023-11-04T20:11:30.438Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2659 | 2023-11-04T20:11:32.051Z | Documenting smoltcp v0.9.1 |
2660 | 2023-11-04T20:11:34.253Z | Documenting multer v2.1.0 |
2661 | 2023-11-04T20:11:34.914Z | Documenting serde_spanned v0.6.4 |
2662 | 2023-11-04T20:11:35.383Z | Documenting diesel v2.1.3 |
2663 | 2023-11-04T20:11:35.643Z | Documenting serde_path_to_error v0.1.14 |
2664 | 2023-11-04T20:11:36.835Z | Documenting hubpack v0.1.2 |
2665 | 2023-11-04T20:11:38.790Z | Documenting bstr v1.6.0 |
2666 | 2023-11-04T20:11:39.565Z | Documenting serde_repr v0.1.16 |
2667 | 2023-11-04T20:11:39.848Z | Documenting new_debug_unreachable v1.0.4 |
2668 | 2023-11-04T20:11:41.621Z | Documenting precomputed-hash v0.1.1 |
2669 | 2023-11-04T20:11:42.368Z | Documenting lalrpop-util v0.19.12 |
2670 | 2023-11-04T20:11:42.814Z | Documenting fixedbitset v0.4.2 |
2671 | 2023-11-04T20:11:43.615Z | Documenting winnow v0.5.15 |
2672 | 2023-11-04T20:11:44.057Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#fa728d07) |
2673 | 2023-11-04T20:11:46.730Z | Documenting yasna v0.5.2 |
2674 | 2023-11-04T20:11:46.877Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2675 | 2023-11-04T20:11:47.820Z | Documenting petgraph v0.6.4 |
2676 | 2023-11-04T20:11:47.904Z | Documenting string_cache v0.8.7 |
2677 | 2023-11-04T20:11:48.920Z | Documenting serde_with_macros v2.3.3 |
2678 | 2023-11-04T20:11:52.196Z | Documenting toml_edit v0.20.7 |
2679 | 2023-11-04T20:11:54.508Z | Documenting console v0.15.7 |
2680 | 2023-11-04T20:11:55.730Z | Documenting float-cmp v0.9.0 |
2681 | 2023-11-04T20:11:56.814Z | Documenting normalize-line-endings v0.3.0 |
2682 | 2023-11-04T20:11:56.917Z | Documenting predicates-core v1.0.6 |
2683 | 2023-11-04T20:11:59.060Z | Documenting difflib v0.4.0 |
2684 | 2023-11-04T20:12:00.652Z | Documenting toml v0.8.6 |
2685 | 2023-11-04T20:12:01.477Z | Documenting serde_with v2.3.3 |
2686 | 2023-11-04T20:12:02.637Z | Documenting bit-set v0.5.3 |
2687 | 2023-11-04T20:12:03.068Z | Documenting similar v2.2.1 |
2688 | 2023-11-04T20:12:03.277Z | Documenting tokio-stream v0.1.14 |
2689 | 2023-11-04T20:12:05.250Z | Documenting predicates v3.0.4 |
2690 | 2023-11-04T20:12:07.771Z | Documenting instant v0.1.12 |
2691 | 2023-11-04T20:12:08.331Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2692 | 2023-11-04T20:12:09.186Z | Documenting macaddr v1.0.1 |
2693 | 2023-11-04T20:12:10.160Z | Documenting base64ct v1.6.0 |
2694 | 2023-11-04T20:12:10.542Z | Documenting parse-display v0.8.2 |
2695 | 2023-11-04T20:12:12.038Z | Checking scopeguard v1.2.0 |
2696 | 2023-11-04T20:12:12.236Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2697 | 2023-11-04T20:12:12.797Z | Checking lock_api v0.4.10 |
2698 | 2023-11-04T20:12:13.123Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2699 | 2023-11-04T20:12:13.478Z | Documenting crucible-workspace-hack v0.1.0 |
2700 | 2023-11-04T20:12:14.429Z | Documenting backoff v0.4.0 |
2701 | 2023-11-04T20:12:14.577Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2702 | 2023-11-04T20:12:15.456Z | Documenting blake2 v0.10.6 |
2703 | 2023-11-04T20:12:16.110Z | Checking smallvec v1.11.0 |
2704 | 2023-11-04T20:12:16.533Z | Documenting password-hash v0.5.0 |
2705 | 2023-11-04T20:12:16.715Z | Checking parking_lot_core v0.9.8 |
2706 | 2023-11-04T20:12:17.282Z | Documenting is-terminal v0.4.9 |
2707 | 2023-11-04T20:12:17.664Z | Checking pin-project-lite v0.2.13 |
2708 | 2023-11-04T20:12:17.846Z | Checking parking_lot v0.12.1 |
2709 | 2023-11-04T20:12:18.337Z | Checking rand_core v0.6.4 |
2710 | 2023-11-04T20:12:18.418Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2711 | 2023-11-04T20:12:18.830Z | Checking typenum v1.16.0 |
2712 | 2023-11-04T20:12:19.721Z | Checking zeroize v1.6.0 |
2713 | 2023-11-04T20:12:20.130Z | Documenting proc-macro-error-attr v1.0.4 |
2714 | 2023-11-04T20:12:20.569Z | Checking futures-core v0.3.29 |
2715 | 2023-11-04T20:12:20.867Z | Checking unicode-segmentation v1.10.1 |
2716 | 2023-11-04T20:12:21.101Z | Checking generic-array v0.14.7 |
2717 | 2023-11-04T20:12:21.765Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2718 | 2023-11-04T20:12:21.992Z | Checking proc-macro-error v1.0.4 |
2719 | 2023-11-04T20:12:22.445Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2720 | 2023-11-04T20:12:22.849Z | Checking mio v0.8.8 |
2721 | 2023-11-04T20:12:23.238Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2722 | 2023-11-04T20:12:23.416Z | Documenting argon2 v0.5.2 |
2723 | 2023-11-04T20:12:23.890Z | Checking num_cpus v1.16.0 |
2724 | 2023-11-04T20:12:24.060Z | Checking signal-hook-registry v1.4.1 |
2725 | 2023-11-04T20:12:24.385Z | Checking socket2 v0.5.4 |
2726 | 2023-11-04T20:12:24.852Z | Documenting postcard-cobs v0.1.5-pre |
2727 | 2023-11-04T20:12:24.856Z | Checking futures-sink v0.3.29 |
2728 | 2023-11-04T20:12:25.082Z | Documenting fastrand v2.0.0 |
2729 | 2023-11-04T20:12:25.157Z | Checking tokio v1.33.0 |
2730 | 2023-11-04T20:12:26.295Z | Documenting foreign-types-macros v0.2.3 |
2731 | 2023-11-04T20:12:27.042Z | Documenting proc-macro-error v1.0.4 |
2732 | 2023-11-04T20:12:28.774Z | Documenting postcard v0.7.3 |
2733 | 2023-11-04T20:12:29.878Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
2734 | 2023-11-04T20:12:31.293Z | Documenting tempfile v3.8.0 |
2735 | 2023-11-04T20:12:31.699Z | Checking spin v0.5.2 |
2736 | 2023-11-04T20:12:31.980Z | Checking tinyvec_macros v0.1.1 |
2737 | 2023-11-04T20:12:32.184Z | Documenting foreign-types-shared v0.3.1 |
2738 | 2023-11-04T20:12:34.100Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2739 | 2023-11-04T20:12:34.856Z | Checking tinyvec v1.6.0 |
2740 | 2023-11-04T20:12:35.721Z | Checking futures-channel v0.3.29 |
2741 | 2023-11-04T20:12:56.048Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2742 | 2023-11-04T20:12:56.186Z | Documenting foreign-types v0.5.0 |
2743 | 2023-11-04T20:12:56.248Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2744 | 2023-11-04T20:12:56.316Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2745 | 2023-11-04T20:12:56.389Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2746 | 2023-11-04T20:12:56.487Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2747 | 2023-11-04T20:12:56.526Z | Documenting cstr-argument v0.1.2 |
2748 | 2023-11-04T20:12:56.556Z | Checking futures-task v0.3.29 |
2749 | 2023-11-04T20:12:56.589Z | Checking slab v0.4.9 |
2750 | 2023-11-04T20:12:56.636Z | Checking pin-utils v0.1.0 |
2751 | 2023-11-04T20:12:56.686Z | Checking futures-io v0.3.29 |
2752 | 2023-11-04T20:12:56.777Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2753 | 2023-11-04T20:12:56.873Z | Checking unicode-normalization v0.1.22 |
2754 | 2023-11-04T20:12:56.884Z | Checking futures-util v0.3.29 |
2755 | 2023-11-04T20:12:56.921Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2756 | 2023-11-04T20:12:56.985Z | Documenting colored v2.0.4 |
2757 | 2023-11-04T20:12:57.017Z | Checking crypto-common v0.1.6 |
2758 | 2023-11-04T20:12:57.029Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2759 | 2023-11-04T20:12:57.040Z | Checking spin v0.9.8 |
2760 | 2023-11-04T20:12:57.087Z | Checking tracing-core v0.1.31 |
2761 | 2023-11-04T20:12:57.114Z | Checking unicode-bidi v0.3.13 |
2762 | 2023-11-04T20:12:57.147Z | Checking tracing v0.1.37 |
2763 | 2023-11-04T20:12:57.156Z | Documenting zone_cfg_derive v0.2.0 |
2764 | 2023-11-04T20:12:57.176Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2765 | 2023-11-04T20:12:57.204Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2766 | 2023-11-04T20:12:57.223Z | Checking block-buffer v0.10.4 |
2767 | 2023-11-04T20:12:57.236Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2768 | 2023-11-04T20:12:57.257Z | Documenting num-derive v0.4.0 |
2769 | 2023-11-04T20:12:57.297Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2770 | 2023-11-04T20:12:57.310Z | Checking const-oid v0.9.5 |
2771 | 2023-11-04T20:12:57.336Z | Checking subtle v2.5.0 |
2772 | 2023-11-04T20:12:57.348Z | Checking ppv-lite86 v0.2.17 |
2773 | 2023-11-04T20:12:57.359Z | Documenting zone v0.2.0 |
2774 | 2023-11-04T20:12:57.370Z | Checking rand_chacha v0.3.1 |
2775 | 2023-11-04T20:12:57.386Z | Checking digest v0.10.7 |
2776 | 2023-11-04T20:12:57.443Z | Documenting smf v0.2.2 |
2777 | 2023-11-04T20:12:57.611Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2778 | 2023-11-04T20:12:57.893Z | Checking bitflags v2.4.0 |
2779 | 2023-11-04T20:12:58.357Z | Documenting linked-hash-map v0.5.6 |
2780 | 2023-11-04T20:12:59.399Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
2781 | 2023-11-04T20:13:00.703Z | Checking base64 v0.21.5 |
2782 | 2023-11-04T20:13:01.491Z | Checking rand v0.8.5 |
2783 | 2023-11-04T20:13:03.004Z | Checking tokio-util v0.7.10 |
2784 | 2023-11-04T20:13:03.219Z | Checking openssl-probe v0.1.5 |
2785 | 2023-11-04T20:13:03.449Z | Checking bitflags v1.3.2 |
2786 | 2023-11-04T20:13:03.531Z | Checking percent-encoding v2.3.0 |
2787 | 2023-11-04T20:13:03.608Z | Checking untrusted v0.9.0 |
2788 | 2023-11-04T20:13:03.898Z | Checking foreign-types-shared v0.1.1 |
2789 | 2023-11-04T20:13:03.913Z | Checking untrusted v0.7.1 |
2790 | 2023-11-04T20:13:04.068Z | Checking hashbrown v0.12.3 |
2791 | 2023-11-04T20:13:04.174Z | Checking ring v0.16.20 |
2792 | 2023-11-04T20:13:04.576Z | Checking foreign-types v0.3.2 |
2793 | 2023-11-04T20:13:04.706Z | Checking ring v0.17.5 |
2794 | 2023-11-04T20:13:04.722Z | Checking errno v0.3.2 |
2795 | 2023-11-04T20:13:04.973Z | Checking openssl-sys v0.9.93 |
2796 | 2023-11-04T20:13:05.203Z | Documenting lru-cache v0.1.2 |
2797 | 2023-11-04T20:13:05.794Z | Checking indexmap v1.9.3 |
2798 | 2023-11-04T20:13:07.071Z | Checking adler v1.0.2 |
2799 | 2023-11-04T20:13:07.168Z | Checking siphasher v0.3.11 |
2800 | 2023-11-04T20:13:07.198Z | Checking try-lock v0.2.4 |
2801 | 2023-11-04T20:13:07.707Z | Checking openssl v0.10.57 |
2802 | 2023-11-04T20:13:07.710Z | Checking miniz_oxide v0.7.1 |
2803 | 2023-11-04T20:13:07.713Z | Checking want v0.3.1 |
2804 | 2023-11-04T20:13:07.717Z | Checking sct v0.7.0 |
2805 | 2023-11-04T20:13:07.726Z | Checking h2 v0.3.21 |
2806 | 2023-11-04T20:13:07.823Z | Checking rustls-webpki v0.101.7 |
2807 | 2023-11-04T20:13:07.947Z | Checking form_urlencoded v1.2.0 |
2808 | 2023-11-04T20:13:07.975Z | Checking lazy_static v1.4.0 |
2809 | 2023-11-04T20:13:08.148Z | Checking http-body v0.4.5 |
2810 | 2023-11-04T20:13:08.267Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2811 | 2023-11-04T20:13:08.574Z | Checking io-lifetimes v1.0.11 |
2812 | 2023-11-04T20:13:08.609Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2813 | 2023-11-04T20:13:08.795Z | Checking socket2 v0.4.9 |
2814 | 2023-11-04T20:13:08.916Z | Checking httparse v1.8.0 |
2815 | 2023-11-04T20:13:08.932Z | Checking anstyle v1.0.2 |
2816 | 2023-11-04T20:13:09.056Z | Checking cpufeatures v0.2.9 |
2817 | 2023-11-04T20:13:09.197Z | Checking utf8parse v0.2.1 |
2818 | 2023-11-04T20:13:09.421Z | Checking httpdate v1.0.3 |
2819 | 2023-11-04T20:13:09.478Z | Checking tower-service v0.3.2 |
2820 | 2023-11-04T20:13:09.508Z | Checking anstyle-parse v0.2.1 |
2821 | 2023-11-04T20:13:09.598Z | Checking sha2 v0.10.8 |
2822 | 2023-11-04T20:13:09.657Z | Checking rustls v0.21.8 |
2823 | 2023-11-04T20:13:09.786Z | Checking rustix v0.37.23 |
2824 | 2023-11-04T20:13:09.931Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2825 | 2023-11-04T20:13:10.531Z | Checking rustls-pemfile v1.0.3 |
2826 | 2023-11-04T20:13:10.844Z | Checking hmac v0.12.1 |
2827 | 2023-11-04T20:13:11.054Z | Checking md-5 v0.10.5 |
2828 | 2023-11-04T20:13:11.184Z | Checking stringprep v0.1.3 |
2829 | 2023-11-04T20:13:11.411Z | Checking idna v0.4.0 |
2830 | 2023-11-04T20:13:11.590Z | Documenting slog-dtrace v0.2.3 |
2831 | 2023-11-04T20:13:11.734Z | Checking num-integer v0.1.45 |
2832 | 2023-11-04T20:13:11.886Z | Checking hash32 v0.2.1 |
2833 | 2023-11-04T20:13:12.416Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2834 | 2023-11-04T20:13:12.591Z | Checking anstyle-query v1.0.0 |
2835 | 2023-11-04T20:13:12.785Z | Checking colorchoice v1.0.0 |
2836 | 2023-11-04T20:13:12.973Z | Documenting quick-error v1.2.3 |
2837 | 2023-11-04T20:13:12.986Z | Checking gimli v0.28.0 |
2838 | 2023-11-04T20:13:14.374Z | Checking stable_deref_trait v1.2.0 |
2839 | 2023-11-04T20:13:14.527Z | Checking fallible-iterator v0.2.0 |
2840 | 2023-11-04T20:13:15.069Z | Checking either v1.9.0 |
2841 | 2023-11-04T20:13:15.531Z | Checking postgres-protocol v0.6.6 |
2842 | 2023-11-04T20:13:15.576Z | Checking tokio-rustls v0.24.1 |
2843 | 2023-11-04T20:13:16.172Z | Checking heapless v0.7.16 |
2844 | 2023-11-04T20:13:16.678Z | Checking native-tls v0.2.11 |
2845 | 2023-11-04T20:13:16.683Z | Checking anstream v0.5.0 |
2846 | 2023-11-04T20:13:17.010Z | Checking tokio-native-tls v0.3.1 |
2847 | 2023-11-04T20:13:17.212Z | Checking url v2.4.1 |
2848 | 2023-11-04T20:13:17.434Z | Checking terminal_size v0.2.6 |
2849 | 2023-11-04T20:13:17.691Z | Checking rustls-native-certs v0.6.3 |
2850 | 2023-11-04T20:13:17.901Z | Checking phf_shared v0.11.2 |
2851 | 2023-11-04T20:13:17.923Z | Checking block-padding v0.3.3 |
2852 | 2023-11-04T20:13:18.249Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2853 | 2023-11-04T20:13:18.304Z | Checking hyper v0.14.27 |
2854 | 2023-11-04T20:13:18.362Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2855 | 2023-11-04T20:13:18.535Z | Checking scheduled-thread-pool v0.2.7 |
2856 | 2023-11-04T20:13:18.890Z | Checking object v0.32.1 |
2857 | 2023-11-04T20:13:19.469Z | Documenting resolv-conf v0.7.0 |
2858 | 2023-11-04T20:13:19.570Z | Checking addr2line v0.21.0 |
2859 | 2023-11-04T20:13:20.379Z | Checking serde_spanned v0.6.4 |
2860 | 2023-11-04T20:13:20.426Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2861 | 2023-11-04T20:13:20.678Z | Checking toml_datetime v0.6.5 |
2862 | 2023-11-04T20:13:21.113Z | Checking bzip2-sys v0.1.11+1.0.8 |
2863 | 2023-11-04T20:13:21.323Z | Checking crc32fast v1.3.2 |
2864 | 2023-11-04T20:13:21.701Z | Checking deranged v0.3.8 |
2865 | 2023-11-04T20:13:22.438Z | Checking matches v0.1.10 |
2866 | 2023-11-04T20:13:22.576Z | Checking winnow v0.5.15 |
2867 | 2023-11-04T20:13:24.894Z | Checking tap v1.0.1 |
2868 | 2023-11-04T20:13:25.156Z | Checking managed v0.8.0 |
2869 | 2023-11-04T20:13:25.782Z | Checking num_threads v0.1.6 |
2870 | 2023-11-04T20:13:25.956Z | Checking rustc-demangle v0.1.23 |
2871 | 2023-11-04T20:13:26.200Z | Checking ipnet v2.8.0 |
2872 | 2023-11-04T20:13:26.683Z | Checking clap_lex v0.5.1 |
2873 | 2023-11-04T20:13:26.964Z | Checking regex-automata v0.1.10 |
2874 | 2023-11-04T20:13:27.085Z | Checking bit-vec v0.6.3 |
2875 | 2023-11-04T20:13:27.618Z | Checking clap_builder v4.4.2 |
2876 | 2023-11-04T20:13:27.629Z | Checking bstr v0.2.17 |
2877 | 2023-11-04T20:13:27.650Z | Checking toml_edit v0.19.15 |
2878 | 2023-11-04T20:13:28.426Z | Checking backtrace v0.3.69 |
2879 | 2023-11-04T20:13:28.745Z | Checking hyper-rustls v0.24.2 |
2880 | 2023-11-04T20:13:29.114Z | Checking hyper-tls v0.5.0 |
2881 | 2023-11-04T20:13:29.344Z | Documenting trust-dns-resolver v0.22.0 |
2882 | 2023-11-04T20:13:29.377Z | Checking time v0.3.27 |
2883 | 2023-11-04T20:13:29.580Z | Checking smoltcp v0.9.1 |
2884 | 2023-11-04T20:13:31.569Z | Checking wyz v0.5.1 |
2885 | 2023-11-04T20:13:32.130Z | Checking idna v0.2.3 |
2886 | 2023-11-04T20:13:32.212Z | Checking flate2 v1.0.28 |
2887 | 2023-11-04T20:13:32.687Z | Checking bzip2 v0.4.4 |
2888 | 2023-11-04T20:13:33.145Z | Checking r2d2 v0.8.10 |
2889 | 2023-11-04T20:13:33.276Z | Checking phf v0.11.2 |
2890 | 2023-11-04T20:13:33.602Z | Checking inout v0.1.3 |
2891 | 2023-11-04T20:13:33.632Z | Checking postgres-types v0.2.6 |
2892 | 2023-11-04T20:13:33.635Z | Checking itertools v0.11.0 |
2893 | 2023-11-04T20:13:33.753Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2894 | 2023-11-04T20:13:33.990Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2895 | 2023-11-04T20:13:34.854Z | Checking num-bigint v0.4.4 |
2896 | 2023-11-04T20:13:37.247Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2897 | 2023-11-04T20:13:37.922Z | Checking serde_urlencoded v0.7.1 |
2898 | 2023-11-04T20:13:38.503Z | Checking phf_shared v0.10.0 |
2899 | 2023-11-04T20:13:38.655Z | Checking futures-executor v0.3.29 |
2900 | 2023-11-04T20:13:38.663Z | Documenting pem-rfc7468 v0.7.0 |
2901 | 2023-11-04T20:13:39.022Z | Checking ipnetwork v0.20.0 |
2902 | 2023-11-04T20:13:39.053Z | Checking float-cmp v0.9.0 |
2903 | 2023-11-04T20:13:39.295Z | Checking zerocopy v0.6.4 |
2904 | 2023-11-04T20:13:39.337Z | Documenting der_derive v0.7.2 |
2905 | 2023-11-04T20:13:39.340Z | Checking hubpack v0.1.2 |
2906 | 2023-11-04T20:13:39.574Z | Checking encoding_rs v0.8.33 |
2907 | 2023-11-04T20:13:39.868Z | Checking crossbeam-utils v0.8.16 |
2908 | 2023-11-04T20:13:40.172Z | Checking pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2909 | 2023-11-04T20:13:40.526Z | Checking memoffset v0.9.0 |
2910 | 2023-11-04T20:13:40.598Z | Checking radium v0.7.0 |
2911 | 2023-11-04T20:13:40.692Z | Checking regex-automata v0.3.8 |
2912 | 2023-11-04T20:13:40.801Z | Checking whoami v1.4.1 |
2913 | 2023-11-04T20:13:41.216Z | Checking mime v0.3.17 |
2914 | 2023-11-04T20:13:41.242Z | Checking funty v2.0.0 |
2915 | 2023-11-04T20:13:41.737Z | Checking webpki-roots v0.25.2 |
2916 | 2023-11-04T20:13:41.998Z | Checking precomputed-hash v0.1.1 |
2917 | 2023-11-04T20:13:42.158Z | Checking data-encoding v2.4.0 |
2918 | 2023-11-04T20:13:43.047Z | Checking predicates-core v1.0.6 |
2919 | 2023-11-04T20:13:43.062Z | Checking new_debug_unreachable v1.0.4 |
2920 | 2023-11-04T20:13:43.191Z | Checking static_assertions v1.1.0 |
2921 | 2023-11-04T20:13:43.241Z | Checking fixedbitset v0.4.2 |
2922 | 2023-11-04T20:13:43.330Z | Checking difflib v0.4.0 |
2923 | 2023-11-04T20:13:43.343Z | Checking normalize-line-endings v0.3.0 |
2924 | 2023-11-04T20:13:43.516Z | Documenting flagset v0.4.3 |
2925 | 2023-11-04T20:13:43.567Z | Checking reqwest v0.11.20 |
2926 | 2023-11-04T20:13:43.642Z | Checking petgraph v0.6.4 |
2927 | 2023-11-04T20:13:43.909Z | Checking predicates v3.0.4 |
2928 | 2023-11-04T20:13:44.420Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2929 | 2023-11-04T20:13:45.010Z | Checking bstr v1.6.0 |
2930 | 2023-11-04T20:13:45.042Z | Checking string_cache v0.8.7 |
2931 | 2023-11-04T20:13:45.500Z | Checking bitvec v1.0.1 |
2932 | 2023-11-04T20:13:46.170Z | Checking trust-dns-proto v0.22.0 |
2933 | 2023-11-04T20:13:46.555Z | Checking tokio-postgres v0.7.10 |
2934 | 2023-11-04T20:13:48.099Z | Checking crossbeam-epoch v0.9.15 |
2935 | 2023-11-04T20:13:48.410Z | Documenting der v0.7.8 |
2936 | 2023-11-04T20:13:48.908Z | Checking diesel v2.1.3 |
2937 | 2023-11-04T20:13:49.365Z | Checking futures v0.3.29 |
2938 | 2023-11-04T20:13:49.539Z | Checking yasna v0.5.2 |
2939 | 2023-11-04T20:13:51.147Z | Checking cipher v0.4.4 |
2940 | 2023-11-04T20:13:51.513Z | Checking zip v0.6.6 |
2941 | 2023-11-04T20:13:51.816Z | Checking clap v4.4.3 |
2942 | 2023-11-04T20:13:51.986Z | Checking toml v0.7.8 |
2943 | 2023-11-04T20:13:52.148Z | Checking anyhow v1.0.75 |
2944 | 2023-11-04T20:13:52.446Z | Checking similar v2.2.1 |
2945 | 2023-11-04T20:13:52.659Z | Checking bit-set v0.5.3 |
2946 | 2023-11-04T20:13:52.836Z | Checking itertools v0.10.5 |
2947 | 2023-11-04T20:13:52.863Z | Checking num-iter v0.1.43 |
2948 | 2023-11-04T20:13:53.077Z | Checking console v0.15.7 |
2949 | 2023-11-04T20:13:53.132Z | Checking rustix v0.38.9 |
2950 | 2023-11-04T20:13:53.198Z | Checking signature v2.1.0 |
2951 | 2023-11-04T20:13:53.498Z | Checking tokio-stream v0.1.14 |
2952 | 2023-11-04T20:13:53.843Z | Checking usdt v0.3.5 |
2953 | 2023-11-04T20:13:54.075Z | Checking semver v1.0.20 |
2954 | 2023-11-04T20:13:54.170Z | Checking hex v0.4.3 |
2955 | 2023-11-04T20:13:54.774Z | Checking slog v2.7.0 |
2956 | 2023-11-04T20:13:54.835Z | Checking lalrpop-util v0.19.12 |
2957 | 2023-11-04T20:13:55.091Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2958 | 2023-11-04T20:13:55.310Z | Documenting cancel-safe-futures v0.1.5 |
2959 | 2023-11-04T20:13:55.550Z | Checking heck v0.3.3 |
2960 | 2023-11-04T20:13:55.834Z | Documenting hkdf v0.12.3 |
2961 | 2023-11-04T20:13:56.567Z | Documenting structopt-derive v0.4.18 |
2962 | 2023-11-04T20:13:56.684Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2963 | 2023-11-04T20:13:56.957Z | Documenting crc-catalog v2.2.0 |
2964 | 2023-11-04T20:13:57.254Z | Documenting spki v0.7.2 |
2965 | 2023-11-04T20:14:01.453Z | Documenting keccak v0.1.4 |
2966 | 2023-11-04T20:14:03.292Z | Documenting arc-swap v1.6.0 |
2967 | 2023-11-04T20:14:03.653Z | Documenting crc v3.0.1 |
2968 | 2023-11-04T20:14:04.117Z | Documenting pkcs8 v0.10.2 |
2969 | 2023-11-04T20:14:05.264Z | Documenting structopt v0.3.26 |
2970 | 2023-11-04T20:14:05.697Z | Documenting sha3 v0.10.8 |
2971 | 2023-11-04T20:14:08.337Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2972 | 2023-11-04T20:14:09.974Z | Documenting slog-scope v4.4.0 |
2973 | 2023-11-04T20:14:10.710Z | Documenting libefi-sys v0.1.0 |
2974 | 2023-11-04T20:14:10.783Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2975 | 2023-11-04T20:14:12.129Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2976 | 2023-11-04T20:14:12.490Z | Documenting secrecy v0.8.0 |
2977 | 2023-11-04T20:14:13.288Z | Documenting packed_struct_codegen v0.10.1 |
2978 | 2023-11-04T20:14:16.161Z | Documenting ciborium-io v0.2.1 |
2979 | 2023-11-04T20:14:16.691Z | Documenting half v1.8.2 |
2980 | 2023-11-04T20:14:17.408Z | Documenting nodrop v0.1.14 |
2981 | 2023-11-04T20:14:19.195Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2982 | 2023-11-04T20:14:20.613Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2983 | 2023-11-04T20:14:21.384Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2984 | 2023-11-04T20:14:21.715Z | Documenting packed_struct v0.10.1 |
2985 | 2023-11-04T20:14:21.886Z | Documenting array-init v0.0.4 |
2986 | 2023-11-04T20:14:22.610Z | Documenting ciborium-ll v0.2.1 |
2987 | 2023-11-04T20:14:26.807Z | Documenting slog-stdlog v4.1.1 |
2988 | 2023-11-04T20:14:27.829Z | Documenting pkcs1 v0.7.5 |
2989 | 2023-11-04T20:14:28.779Z | Documenting num-bigint-dig v0.8.4 |
2990 | 2023-11-04T20:14:29.028Z | Documenting num-rational v0.4.1 |
2991 | 2023-11-04T20:14:30.686Z | Documenting universal-hash v0.5.1 |
2992 | 2023-11-04T20:14:33.374Z | Documenting num-complex v0.4.4 |
2993 | 2023-11-04T20:14:34.836Z | Documenting xattr v1.0.1 |
2994 | 2023-11-04T20:14:35.434Z | Documenting filetime v0.2.22 |
2995 | 2023-11-04T20:14:36.403Z | Documenting termcolor v1.2.0 |
2996 | 2023-11-04T20:14:45.516Z | Documenting opaque-debug v0.3.0 |
2997 | 2023-11-04T20:14:45.560Z | Documenting bitfield v0.14.0 |
2998 | 2023-11-04T20:14:45.618Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2999 | 2023-11-04T20:14:45.636Z | Documenting num v0.4.1 |
3000 | 2023-11-04T20:14:45.652Z | Documenting rsa v0.9.2 |
3001 | 2023-11-04T20:14:45.662Z | Documenting tar v0.4.40 |
3002 | 2023-11-04T20:14:45.669Z | Documenting slog-envlogger v2.2.0 |
3003 | 2023-11-04T20:14:45.674Z | Documenting env_logger v0.10.0 |
3004 | 2023-11-04T20:14:45.683Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
3005 | 2023-11-04T20:14:48.879Z | Documenting ciborium v0.2.1 |
3006 | 2023-11-04T20:14:50.278Z | Documenting serde-hex v0.1.0 |
3007 | 2023-11-04T20:14:50.767Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
3008 | 2023-11-04T20:14:50.910Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
3009 | 2023-11-04T20:14:51.238Z | Documenting x509-cert v0.2.4 |
3010 | 2023-11-04T20:14:52.766Z | Documenting omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3011 | 2023-11-04T20:14:56.303Z | Documenting signal-hook v0.3.17 |
3012 | 2023-11-04T20:14:56.681Z | Documenting ron v0.8.1 |
3013 | 2023-11-04T20:14:57.577Z | Documenting fxhash v0.2.1 |
3014 | 2023-11-04T20:14:58.250Z | Documenting derive-where v1.2.5 |
3015 | 2023-11-04T20:14:59.845Z | Documenting linear-map v1.2.0 |
3016 | 2023-11-04T20:15:00.075Z | Documenting crc-any v2.4.3 |
3017 | 2023-11-04T20:15:02.893Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
3018 | 2023-11-04T20:15:04.184Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
3019 | 2023-11-04T20:15:04.227Z | Documenting doc-comment v0.3.3 |
3020 | 2023-11-04T20:15:04.753Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
3021 | 2023-11-04T20:15:06.412Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3022 | 2023-11-04T20:15:08.124Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
3023 | 2023-11-04T20:15:08.375Z | Documenting newtype_derive v0.1.6 |
3024 | 2023-11-04T20:15:10.739Z | Documenting libsqlite3-sys v0.26.0 |
3025 | 2023-11-04T20:15:13.658Z | Documenting crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3026 | 2023-11-04T20:15:14.663Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3027 | 2023-11-04T20:15:17.824Z | Documenting hashlink v0.8.3 |
3028 | 2023-11-04T20:15:21.033Z | Documenting aead v0.5.2 |
3029 | 2023-11-04T20:15:22.645Z | Documenting snafu-derive v0.7.5 |
3030 | 2023-11-04T20:15:24.553Z | Documenting same-file v1.0.6 |
3031 | 2023-11-04T20:15:25.283Z | Documenting fallible-streaming-iterator v0.1.9 |
3032 | 2023-11-04T20:15:26.127Z | Documenting path-slash v0.1.5 |
3033 | 2023-11-04T20:15:26.326Z | Documenting steno v0.4.0 |
3034 | 2023-11-04T20:15:29.264Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
3035 | 2023-11-04T20:15:29.893Z | Documenting rusqlite v0.29.0 |
3036 | 2023-11-04T20:15:31.308Z | Documenting walkdir v2.4.0 |
3037 | 2023-11-04T20:15:32.426Z | Documenting camino-tempfile v1.0.2 |
3038 | 2023-11-04T20:15:32.518Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
3039 | 2023-11-04T20:15:33.706Z | Documenting omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3040 | 2023-11-04T20:15:34.696Z | Documenting snafu v0.7.5 |
3041 | 2023-11-04T20:15:37.694Z | Documenting nix v0.26.2 |
3042 | 2023-11-04T20:15:37.951Z | Checking darling_core v0.14.4 |
3043 | 2023-11-04T20:15:39.977Z | Documenting twox-hash v1.6.3 |
3044 | 2023-11-04T20:15:41.046Z | Documenting propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3045 | 2023-11-04T20:15:41.195Z | Documenting nibble_vec v0.1.0 |
3046 | 2023-11-04T20:15:42.589Z | Documenting endian-type v0.1.2 |
3047 | 2023-11-04T20:15:44.108Z | Documenting nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3048 | 2023-11-04T20:15:46.460Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
3049 | 2023-11-04T20:15:47.423Z | Checking darling v0.14.4 |
3050 | 2023-11-04T20:15:47.622Z | Documenting oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3051 | 2023-11-04T20:15:47.734Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
3052 | 2023-11-04T20:15:48.603Z | Documenting crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3053 | 2023-11-04T20:15:48.941Z | Documenting radix_trie v0.2.1 |
3054 | 2023-11-04T20:15:49.537Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3055 | 2023-11-04T20:15:50.501Z | Documenting polyval v0.6.1 |
3056 | 2023-11-04T20:15:55.854Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3057 | 2023-11-04T20:15:57.792Z | Documenting num_enum v0.7.0 |
3058 | 2023-11-04T20:15:57.886Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3059 | 2023-11-04T20:15:58.326Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3060 | 2023-11-04T20:15:58.409Z | Documenting ctr v0.9.2 |
3061 | 2023-11-04T20:16:01.693Z | Documenting aes v0.8.3 |
3062 | 2023-11-04T20:16:04.289Z | Documenting bincode v1.3.3 |
3063 | 2023-11-04T20:16:05.909Z | Documenting path-dedot v3.1.0 |
3064 | 2023-11-04T20:16:10.247Z | Documenting convert_case v0.4.0 |
3065 | 2023-11-04T20:16:11.641Z | Checking convert_case v0.4.0 |
3066 | 2023-11-04T20:16:11.993Z | Documenting utf-8 v0.7.6 |
3067 | 2023-11-04T20:16:12.387Z | Documenting path-absolutize v3.1.0 |
3068 | 2023-11-04T20:16:15.245Z | Documenting crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3069 | 2023-11-04T20:16:16.549Z | Documenting aes-gcm-siv v0.11.1 |
3070 | 2023-11-04T20:16:16.685Z | Documenting derive_more v0.99.17 |
3071 | 2023-11-04T20:16:17.233Z | Documenting oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3072 | 2023-11-04T20:16:18.453Z | Documenting tungstenite v0.20.1 |
3073 | 2023-11-04T20:16:19.156Z | Documenting trust-dns-client v0.22.0 |
3074 | 2023-11-04T20:16:23.460Z | Documenting buf-list v1.0.3 |
3075 | 2023-11-04T20:16:24.447Z | Documenting globset v0.4.13 |
3076 | 2023-11-04T20:16:27.051Z | Documenting crossbeam-deque v0.8.3 |
3077 | 2023-11-04T20:16:29.340Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3078 | 2023-11-04T20:16:30.104Z | Documenting headers-core v0.2.0 |
3079 | 2023-11-04T20:16:31.637Z | Documenting olpc-cjson v0.1.3 |
3080 | 2023-11-04T20:16:31.899Z | Documenting serde_plain v1.0.2 |
3081 | 2023-11-04T20:16:32.308Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3082 | 2023-11-04T20:16:33.212Z | Documenting async-recursion v1.0.5 |
3083 | 2023-11-04T20:16:33.700Z | Documenting bitstruct_derive v0.1.0 |
3084 | 2023-11-04T20:16:37.093Z | Documenting viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3085 | 2023-11-04T20:16:38.151Z | Documenting ascii v1.1.0 |
3086 | 2023-11-04T20:16:38.597Z | Documenting ringbuffer v0.15.0 |
3087 | 2023-11-04T20:16:38.910Z | Documenting display-error-chain v0.2.0 |
3088 | 2023-11-04T20:16:39.207Z | Documenting tough v0.12.5 |
3089 | 2023-11-04T20:16:40.960Z | Documenting headers v0.3.9 |
3090 | 2023-11-04T20:16:41.714Z | Documenting bitstruct v0.1.1 |
3091 | 2023-11-04T20:16:42.932Z | Documenting rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
3092 | 2023-11-04T20:16:43.262Z | Documenting viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3093 | 2023-11-04T20:16:43.640Z | Documenting rayon-core v1.12.0 |
3094 | 2023-11-04T20:16:45.366Z | Documenting trust-dns-server v0.22.1 |
3095 | 2023-11-04T20:16:46.104Z | Documenting tokio-tungstenite v0.20.1 |
3096 | 2023-11-04T20:16:46.243Z | Documenting crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3097 | 2023-11-04T20:16:49.882Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3098 | 2023-11-04T20:16:50.661Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3099 | 2023-11-04T20:16:51.279Z | Checking derive_builder_core v0.12.0 |
3100 | 2023-11-04T20:16:51.292Z | Documenting derive_builder_core v0.12.0 |
3101 | 2023-11-04T20:16:52.813Z | Documenting sled v0.34.7 |
3102 | 2023-11-04T20:16:53.604Z | Documenting signal-hook-mio v0.2.3 |
3103 | 2023-11-04T20:16:56.710Z | Documenting erased-serde v0.3.30 |
3104 | 2023-11-04T20:16:57.798Z | Documenting unicase v2.7.0 |
3105 | 2023-11-04T20:17:00.044Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3106 | 2023-11-04T20:17:00.386Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
3107 | 2023-11-04T20:17:00.827Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3108 | 2023-11-04T20:17:01.286Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3109 | 2023-11-04T20:17:01.476Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
3110 | 2023-11-04T20:17:01.692Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
3111 | 2023-11-04T20:17:01.708Z | Documenting dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3112 | 2023-11-04T20:17:01.768Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3113 | 2023-11-04T20:17:01.784Z | Documenting serde_arrays v0.1.0 |
3114 | 2023-11-04T20:17:02.648Z | Documenting ff v0.13.0 |
3115 | 2023-11-04T20:17:03.697Z | Documenting pretty-hex v0.3.0 |
3116 | 2023-11-04T20:17:05.106Z | Documenting mime_guess v2.0.4 |
3117 | 2023-11-04T20:17:08.458Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
3118 | 2023-11-04T20:17:08.808Z | Documenting derive_builder_macro v0.12.0 |
3119 | 2023-11-04T20:17:09.060Z | Documenting crossterm v0.27.0 |
3120 | 2023-11-04T20:17:09.473Z | Documenting group v0.13.0 |
3121 | 2023-11-04T20:17:12.046Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3122 | 2023-11-04T20:17:16.171Z | Documenting rayon v1.8.0 |
3123 | 2023-11-04T20:17:16.333Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
3124 | 2023-11-04T20:17:22.613Z | Documenting propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3125 | 2023-11-04T20:17:29.156Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3126 | 2023-11-04T20:17:29.733Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
3127 | 2023-11-04T20:17:36.061Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
3128 | 2023-11-04T20:17:38.701Z | Documenting portable-atomic v1.4.3 |
3129 | 2023-11-04T20:17:41.672Z | Documenting ed25519 v1.5.3 |
3130 | 2023-11-04T20:17:43.097Z | Documenting bcs v0.1.6 |
3131 | 2023-11-04T20:17:44.860Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3132 | 2023-11-04T20:17:45.880Z | Documenting crypto-bigint v0.5.2 |
3133 | 2023-11-04T20:17:46.214Z | Documenting ref-cast-impl v1.0.20 |
3134 | 2023-11-04T20:17:47.447Z | Documenting curve25519-dalek-derive v0.1.0 |
3135 | 2023-11-04T20:17:50.228Z | Documenting thiserror-impl-no-std v2.0.2 |
3136 | 2023-11-04T20:17:50.255Z | Documenting vte_generate_state_changes v0.1.1 |
3137 | 2023-11-04T20:17:54.148Z | Documenting base16ct v0.2.0 |
3138 | 2023-11-04T20:17:54.751Z | Documenting unicode-xid v0.2.4 |
3139 | 2023-11-04T20:17:56.481Z | Documenting highway v1.1.0 |
3140 | 2023-11-04T20:17:56.503Z | Documenting number_prefix v0.4.0 |
3141 | 2023-11-04T20:17:56.901Z | Documenting cassowary v0.3.0 |
3142 | 2023-11-04T20:17:58.842Z | Checking unicode-xid v0.2.4 |
3143 | 2023-11-04T20:17:59.126Z | Documenting elliptic-curve v0.13.5 |
3144 | 2023-11-04T20:17:59.205Z | Documenting thiserror-no-std v2.0.2 |
3145 | 2023-11-04T20:17:59.304Z | Documenting const_format_proc_macros v0.2.31 |
3146 | 2023-11-04T20:18:02.854Z | Documenting indicatif v0.17.7 |
3147 | 2023-11-04T20:18:03.224Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
3148 | 2023-11-04T20:18:03.535Z | Documenting ratatui v0.23.0 |
3149 | 2023-11-04T20:18:03.595Z | Documenting vte v0.11.1 |
3150 | 2023-11-04T20:18:06.612Z | Documenting curve25519-dalek v4.1.0 |
3151 | 2023-11-04T20:18:08.479Z | Documenting ref-cast v1.0.20 |
3152 | 2023-11-04T20:18:10.602Z | Documenting salty v0.2.0 |
3153 | 2023-11-04T20:18:11.107Z | Documenting derive_builder v0.12.0 |
3154 | 2023-11-04T20:18:12.954Z | Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3155 | 2023-11-04T20:18:13.065Z | Documenting cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3156 | 2023-11-04T20:18:15.339Z | Documenting polar-core v0.27.0 |
3157 | 2023-11-04T20:18:15.822Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
3158 | 2023-11-04T20:18:17.527Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3159 | 2023-11-04T20:18:20.316Z | Documenting libxml v0.3.3 |
3160 | 2023-11-04T20:18:22.962Z | Documenting ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
3161 | 2023-11-04T20:18:24.487Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3162 | 2023-11-04T20:18:30.223Z | Documenting poly1305 v0.8.0 |
3163 | 2023-11-04T20:18:31.450Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3164 | 2023-11-04T20:18:33.732Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3165 | 2023-11-04T20:18:38.005Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3166 | 2023-11-04T20:18:38.208Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3167 | 2023-11-04T20:18:38.224Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
3168 | 2023-11-04T20:18:38.461Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
3169 | 2023-11-04T20:18:38.464Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3170 | 2023-11-04T20:18:48.317Z | Documenting dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3171 | 2023-11-04T20:18:48.925Z | Documenting chacha20 v0.9.1 |
3172 | 2023-11-04T20:18:49.515Z | Documenting bb8 v0.8.1 |
3173 | 2023-11-04T20:18:52.332Z | Documenting serde-big-array v0.5.1 |
3174 | 2023-11-04T20:18:56.400Z | Documenting bytesize v1.3.0 |
3175 | 2023-11-04T20:18:56.639Z | Documenting quick-xml v0.23.1 |
3176 | 2023-11-04T20:18:57.691Z | Documenting pem v3.0.2 |
3177 | 2023-11-04T20:18:59.382Z | Documenting impl-trait-for-tuples v0.2.2 |
3178 | 2023-11-04T20:19:01.233Z | Documenting oso-derive v0.27.0 |
3179 | 2023-11-04T20:19:03.180Z | Documenting rtoolbox v0.0.1 |
3180 | 2023-11-04T20:19:03.861Z | Documenting maplit v1.0.2 |
3181 | 2023-11-04T20:19:04.287Z | Documenting humantime v2.1.0 |
3182 | 2023-11-04T20:19:05.987Z | Documenting unicode-linebreak v0.1.5 |
3183 | 2023-11-04T20:19:06.565Z | Documenting fs-err v2.9.0 |
3184 | 2023-11-04T20:19:07.135Z | Documenting smawk v0.3.1 |
3185 | 2023-11-04T20:19:08.279Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3186 | 2023-11-04T20:19:08.713Z | Documenting internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#3dcc8d2e) |
3187 | 2023-11-04T20:19:09.770Z | Documenting rpassword v7.2.0 |
3188 | 2023-11-04T20:19:10.085Z | Documenting oso v0.27.0 |
3189 | 2023-11-04T20:19:10.519Z | Documenting rcgen v0.11.3 |
3190 | 2023-11-04T20:19:10.936Z | Documenting samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
3191 | 2023-11-04T20:19:13.097Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3192 | 2023-11-04T20:19:13.710Z | Documenting textwrap v0.16.0 |
3193 | 2023-11-04T20:19:35.354Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
3194 | 2023-11-04T20:19:35.383Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
3195 | 2023-11-04T20:19:35.442Z | Documenting chacha20poly1305 v0.10.1 |
3196 | 2023-11-04T20:19:35.471Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3197 | 2023-11-04T20:19:35.485Z | Documenting propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3198 | 2023-11-04T20:19:35.491Z | Documenting vsss-rs v3.3.1 |
3199 | 2023-11-04T20:19:37.640Z | Documenting tui-tree-widget v0.13.0 |
3200 | 2023-11-04T20:19:38.196Z | Documenting strip-ansi-escapes v0.2.0 |
3201 | 2023-11-04T20:19:38.674Z | Documenting const_format v0.2.31 |
3202 | 2023-11-04T20:19:39.341Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3203 | 2023-11-04T20:19:43.864Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3204 | 2023-11-04T20:19:44.568Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3205 | 2023-11-04T20:19:45.487Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3206 | 2023-11-04T20:19:47.647Z | Documenting cookie v0.16.2 |
3207 | 2023-11-04T20:19:49.954Z | Documenting diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
3208 | 2023-11-04T20:19:51.470Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3209 | 2023-11-04T20:19:55.572Z | Documenting signal-hook-tokio v0.3.1 |
3210 | 2023-11-04T20:19:55.927Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3211 | 2023-11-04T20:19:59.091Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3212 | 2023-11-04T20:19:59.697Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3213 | 2023-11-04T20:20:00.908Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3214 | 2023-11-04T20:20:00.967Z | Documenting atomicwrites v0.4.2 |
3215 | 2023-11-04T20:20:01.954Z | Documenting fd-lock v3.0.13 |
3216 | 2023-11-04T20:20:03.399Z | Documenting subprocess v0.2.9 |
3217 | 2023-11-04T20:20:04.377Z | Documenting bit_field v0.10.2 |
3218 | 2023-11-04T20:20:08.292Z | Documenting shell-words v1.1.0 |
3219 | 2023-11-04T20:20:08.807Z | Documenting corncobs v0.1.3 |
3220 | 2023-11-04T20:20:08.824Z | Documenting http-range v0.1.5 |
3221 | 2023-11-04T20:20:09.380Z | Documenting nu-ansi-term v0.49.0 |
3222 | 2023-11-04T20:20:10.594Z | Documenting owo-colors v3.5.0 |
3223 | 2023-11-04T20:20:13.179Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3224 | 2023-11-04T20:20:14.603Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3225 | 2023-11-04T20:20:14.759Z | Documenting propolis-server v0.1.0 (https://github.com/oxidecomputer/propolis?rev=4019eb10fc2f4ba9bf210d0461dc6292b68309c2#4019eb10) |
3226 | 2023-11-04T20:20:15.420Z | Documenting hyper-staticfile v0.9.5 |
3227 | 2023-11-04T20:20:15.820Z | Documenting reedline v0.23.0 |
3228 | 2023-11-04T20:20:18.522Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3229 | 2023-11-04T20:20:19.476Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3230 | 2023-11-04T20:20:20.491Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3231 | 2023-11-04T20:20:26.118Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3232 | 2023-11-04T20:20:27.148Z | Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
3233 | 2023-11-04T20:20:28.661Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3234 | 2023-11-04T20:20:46.228Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3235 | 2023-11-04T20:20:49.092Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3236 | 2023-11-04T20:20:49.640Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=da534e73380f3cc53ca0de073e1ea862ae32109b#da534e73) |
3237 | 2023-11-04T20:20:56.668Z | Documenting fatfs v0.3.6 |
3238 | 2023-11-04T20:20:59.725Z | Documenting cargo-platform v0.1.3 |
3239 | 2023-11-04T20:21:00.452Z | Documenting nanorand v0.7.0 |
3240 | 2023-11-04T20:21:05.274Z | Documenting glob v0.3.1 |
3241 | 2023-11-04T20:21:06.837Z | Documenting assert_matches v1.5.0 |
3242 | 2023-11-04T20:21:07.327Z | Documenting cargo_metadata v0.18.0 |
3243 | 2023-11-04T20:21:07.331Z | Documenting flume v0.11.0 |
3244 | 2023-11-04T20:21:07.752Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3245 | 2023-11-04T20:21:08.076Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3246 | 2023-11-04T20:21:11.962Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3247 | 2023-11-04T20:21:13.394Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3248 | 2023-11-04T20:21:14.728Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3249 | 2023-11-04T20:21:15.052Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3250 | 2023-11-04T20:21:25.082Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3251 | 2023-11-04T20:21:25.150Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3252 | 2023-11-04T20:21:25.580Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3253 | 2023-11-04T20:21:25.594Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3254 | 2023-11-04T20:21:31.977Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3255 | 2023-11-04T20:21:42.747Z | Documenting omicron-zone-package v0.8.3 |
3256 | 2023-11-04T20:21:49.514Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3257 | 2023-11-04T20:21:51.113Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3258 | 2023-11-04T20:21:53.507Z | Documenting cargo_toml v0.16.3 |
3259 | 2023-11-04T20:21:57.435Z | Documenting termios v0.3.3 |
3260 | 2023-11-04T20:21:57.732Z | Documenting topological-sort v0.2.2 |
3261 | 2023-11-04T20:22:00.730Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3262 | 2023-11-04T20:22:01.706Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3263 | 2023-11-04T20:22:04.455Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3264 | 2023-11-04T20:22:04.743Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3265 | 2023-11-04T20:22:08.828Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3266 | 2023-11-04T20:22:12.719Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3267 | 2023-11-04T20:22:36.312Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3268 | 2023-11-04T20:22:48.132Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3269 | 2023-11-04T20:23:01.579Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3270 | 2023-11-04T20:23:02.117Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
3271 | 2023-11-04T20:23:02.876Z | warning: unresolved link to `ExtractedArtifactDataHandle` |
3272 | 2023-11-04T20:23:02.880Z | --> wicketd/src/artifacts/extracted_artifacts.rs:172:46 |
3273 | 2023-11-04T20:23:02.883Z | | |
3274 | 2023-11-04T20:23:02.887Z | 172 | /// persist the temporary file into an [`ExtractedArtifactDataHandle()`]. |
3275 | 2023-11-04T20:23:02.897Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this link resolves to the struct `ExtractedArtifactDataHandle`, which is not in the value namespace |
3276 | 2023-11-04T20:23:02.901Z | | |
3277 | 2023-11-04T20:23:02.905Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3278 | 2023-11-04T20:23:02.908Z | help: to link to the struct, prefix with `struct@` |
3279 | 2023-11-04T20:23:02.911Z | | |
3280 | 2023-11-04T20:23:02.914Z | 172 - /// persist the temporary file into an [`ExtractedArtifactDataHandle()`]. |
3281 | 2023-11-04T20:23:02.920Z | 172 + /// persist the temporary file into an [`struct@ExtractedArtifactDataHandle`]. |
3282 | 2023-11-04T20:23:02.927Z | | |
3283 | 2023-11-04T20:23:02.933Z | |
3284 | 2023-11-04T20:23:05.374Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3285 | 2023-11-04T20:23:05.684Z | warning: `wicketd` (lib doc) generated 1 warning |
3286 | 2023-11-04T20:23:05.688Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3287 | 2023-11-04T20:23:23.812Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3288 | 2023-11-04T20:24:39.588Z | Finished dev [unoptimized + debuginfo] target(s) in 17m 32s |
3289 | 2023-11-04T20:24:39.709Z | |
3290 | 2023-11-04T20:24:39.712Z | real 17:33.127335975 |
3291 | 2023-11-04T20:24:39.715Z | user 1:02:04.252531538 |
3292 | 2023-11-04T20:24:39.717Z | sys 1:06:03.667531776 |
3293 | 2023-11-04T20:24:39.720Z | trap 2.467076052 |
3294 | 2023-11-04T20:24:39.723Z | tflt 0.143563564 |
3295 | 2023-11-04T20:24:39.726Z | dflt 0.645134758 |
3296 | 2023-11-04T20:24:39.728Z | kflt 0.000258763 |
3297 | 2023-11-04T20:24:39.731Z | lock 3:13:58.835407026 |
3298 | 2023-11-04T20:24:39.734Z | slp 4:35:44.680434238 |
3299 | 2023-11-04T20:24:39.737Z | lat 6:09.863128868 |
3300 | 2023-11-04T20:24:39.739Z | stop 2:16.823589959 |
3301 | 2023-11-04T20:24:39.742Z | process exited: duration 2078183 ms, exit code 0 |
|
3302 | 2023-11-04T20:24:39.749Z | found 0 output files |