|
|
|
1 | 2023-11-16T20:27:37.482Z | job assigned to worker 01HFCX14WBVBEZDJM7PB53KZ29 (queued for 55 s) |
|
2 | 2023-11-16T20:27:37.941Z | starting task 0: "setup" |
3 | 2023-11-16T20:27:38.002Z | ++ uname -s |
4 | 2023-11-16T20:27:38.007Z | + kern=SunOS |
5 | 2023-11-16T20:27:38.015Z | + case "$kern" in |
6 | 2023-11-16T20:27:38.021Z | + groupadd -g 12345 build |
7 | 2023-11-16T20:27:38.024Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-11-16T20:27:40.027Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-11-16T20:27:40.137Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-11-16T20:27:40.143Z | + home_fs=zfs |
11 | 2023-11-16T20:27:40.152Z | + [[ zfs == autofs ]] |
12 | 2023-11-16T20:27:40.160Z | + mkdir -p /home/build |
13 | 2023-11-16T20:27:40.167Z | + chown build:build /home/build /work |
14 | 2023-11-16T20:27:41.143Z | + chmod 0700 /home/build /work |
15 | 2023-11-16T20:27:41.146Z | process exited: duration 3201 ms, exit code 0 |
|
16 | 2023-11-16T20:27:41.157Z | starting task 1: "rust-toolchain" |
17 | 2023-11-16T20:27:41.169Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-11-16T20:27:41.172Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-11-16T20:27:41.350Z | info: downloading installer |
20 | 2023-11-16T20:27:43.420Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-11-16T20:27:43.428Z | warning: /opt/ooce/bin |
22 | 2023-11-16T20:27:43.859Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-11-16T20:27:43.870Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-11-16T20:27:43.874Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-11-16T20:27:43.887Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-11-16T20:27:43.890Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-11-16T20:27:43.894Z | error: cannot install while Rust is installed |
28 | 2023-11-16T20:27:43.900Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-11-16T20:27:43.906Z | info: profile set to 'default' |
30 | 2023-11-16T20:27:43.924Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-11-16T20:27:43.939Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-11-16T20:27:43.942Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-11-16T20:27:43.946Z | info: downloading component 'cargo' |
34 | 2023-11-16T20:27:44.734Z | info: downloading component 'clippy' |
35 | 2023-11-16T20:27:45.065Z | info: downloading component 'rust-docs' |
36 | 2023-11-16T20:27:46.286Z | info: downloading component 'rust-std' |
37 | 2023-11-16T20:27:48.424Z | info: downloading component 'rustc' |
38 | 2023-11-16T20:27:53.724Z | info: downloading component 'rustfmt' |
39 | 2023-11-16T20:27:54.030Z | info: installing component 'cargo' |
40 | 2023-11-16T20:27:55.534Z | info: installing component 'clippy' |
41 | 2023-11-16T20:27:56.197Z | info: installing component 'rust-docs' |
42 | 2023-11-16T20:27:58.903Z | info: installing component 'rust-std' |
43 | 2023-11-16T20:28:02.022Z | info: installing component 'rustc' |
44 | 2023-11-16T20:28:09.191Z | info: installing component 'rustfmt' |
45 | 2023-11-16T20:28:09.722Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-11-16T20:28:09.725Z | |
47 | 2023-11-16T20:28:10.274Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-11-16T20:28:10.689Z | |
49 | 2023-11-16T20:28:10.693Z | |
50 | 2023-11-16T20:28:10.703Z | Rust is installed now. Great! |
51 | 2023-11-16T20:28:11.129Z | |
52 | 2023-11-16T20:28:11.153Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-11-16T20:28:11.163Z | environment variable. This has not been done automatically. |
54 | 2023-11-16T20:28:11.176Z | |
55 | 2023-11-16T20:28:11.603Z | To configure your current shell, run: |
56 | 2023-11-16T20:28:11.626Z | source "$HOME/.cargo/env" |
57 | 2023-11-16T20:28:12.038Z | + rustc --version |
58 | 2023-11-16T20:28:12.042Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-11-16T20:28:12.045Z | process exited: duration 28902 ms, exit code 0 |
|
60 | 2023-11-16T20:28:12.051Z | starting task 2: "authentication" |
61 | 2023-11-16T20:28:12.087Z | process exited: duration 32 ms, exit code 0 |
|
62 | 2023-11-16T20:28:12.097Z | starting task 3: "clone repository" |
63 | 2023-11-16T20:28:12.106Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-11-16T20:28:12.110Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-11-16T20:28:12.174Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-11-16T20:28:17.969Z | + cd /work/oxidecomputer/omicron |
67 | 2023-11-16T20:28:17.972Z | + [[ -n '' ]] |
68 | 2023-11-16T20:28:17.998Z | + git fetch origin 278a9825218cfaf8d88e8e9cccb0fb3ff7bfcfc0 |
69 | 2023-11-16T20:28:18.575Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-11-16T20:28:18.578Z | * branch 278a9825218cfaf8d88e8e9cccb0fb3ff7bfcfc0 -> FETCH_HEAD |
71 | 2023-11-16T20:28:18.583Z | + git reset --hard 278a9825218cfaf8d88e8e9cccb0fb3ff7bfcfc0 |
72 | 2023-11-16T20:28:18.741Z | HEAD is now at 278a9825 Merge branch 'main' into omdb_db_validate |
73 | 2023-11-16T20:28:18.744Z | process exited: duration 6643 ms, exit code 0 |
|
74 | 2023-11-16T20:28:18.750Z | starting task 4: "build" |
75 | 2023-11-16T20:28:18.760Z | + cargo --version |
76 | 2023-11-16T20:28:18.767Z | info: syncing channel updates for '1.73.0-x86_64-unknown-illumos' |
77 | 2023-11-16T20:28:18.981Z | info: latest update on 2023-10-05, rust version 1.73.0 (cc66ad468 2023-10-03) |
78 | 2023-11-16T20:28:18.984Z | info: downloading component 'cargo' |
79 | 2023-11-16T20:28:19.912Z | info: downloading component 'clippy' |
80 | 2023-11-16T20:28:20.256Z | info: downloading component 'rust-docs' |
81 | 2023-11-16T20:28:21.481Z | info: downloading component 'rust-std' |
82 | 2023-11-16T20:28:23.477Z | info: downloading component 'rustc' |
83 | 2023-11-16T20:28:28.804Z | info: downloading component 'rustfmt' |
84 | 2023-11-16T20:28:29.106Z | info: installing component 'cargo' |
85 | 2023-11-16T20:28:30.339Z | info: installing component 'clippy' |
86 | 2023-11-16T20:28:30.865Z | info: installing component 'rust-docs' |
87 | 2023-11-16T20:28:33.535Z | info: installing component 'rust-std' |
88 | 2023-11-16T20:28:36.048Z | info: installing component 'rustc' |
89 | 2023-11-16T20:28:42.373Z | info: installing component 'rustfmt' |
90 | 2023-11-16T20:28:42.922Z | cargo 1.73.0 (9c4383fb5 2023-08-26) |
91 | 2023-11-16T20:28:42.925Z | + rustc --version |
92 | 2023-11-16T20:28:43.042Z | rustc 1.73.0 (cc66ad468 2023-10-03) |
93 | 2023-11-16T20:28:43.050Z | + source ./env.sh |
94 | 2023-11-16T20:28:43.053Z | ++ set -o xtrace |
95 | 2023-11-16T20:28:43.056Z | ++++ dirname ./env.sh |
96 | 2023-11-16T20:28:43.060Z | +++ cd . |
97 | 2023-11-16T20:28:43.074Z | +++ echo /work/oxidecomputer/omicron |
98 | 2023-11-16T20:28:43.087Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
99 | 2023-11-16T20:28:43.107Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
100 | 2023-11-16T20:28:43.116Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
101 | 2023-11-16T20:28:43.119Z | ++ 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 |
102 | 2023-11-16T20:28:43.122Z | ++ 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 |
103 | 2023-11-16T20:28:43.125Z | ++ 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 |
104 | 2023-11-16T20:28:43.128Z | ++ 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 |
105 | 2023-11-16T20:28:43.131Z | ++ 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 |
106 | 2023-11-16T20:28:43.134Z | ++ 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 |
107 | 2023-11-16T20:28:43.137Z | ++ unset OMICRON_WS |
108 | 2023-11-16T20:28:43.140Z | ++ set +o xtrace |
109 | 2023-11-16T20:28:43.143Z | |
110 | 2023-11-16T20:28:43.146Z | ##### ##### ###### ##### ###### #### # # # #### # |
111 | 2023-11-16T20:28:43.149Z | # # # # # # # # # # # # # # # |
112 | 2023-11-16T20:28:43.152Z | # # # # ##### # # ##### # # # # # #### # |
113 | 2023-11-16T20:28:43.154Z | ##### ##### # ##### # # # # # # # # # |
114 | 2023-11-16T20:28:43.157Z | # # # # # # # # # # # # # # # |
115 | 2023-11-16T20:28:43.160Z | # # # ###### # # ###### ### # #### # #### # |
116 | 2023-11-16T20:28:43.164Z | |
117 | 2023-11-16T20:28:53.839Z | Startup: Refreshing catalog 'helios-dev' ... Done |
118 | 2023-11-16T20:28:54.890Z | Startup: Caching catalogs ... Done |
119 | 2023-11-16T20:29:00.013Z | Planning: Solver setup ... Done (4.845s) |
120 | 2023-11-16T20:29:00.142Z | Planning: Running solver ... Done (0.124s) |
121 | 2023-11-16T20:29:00.194Z | Planning: Finding local manifests ... Done (0.004s) |
122 | 2023-11-16T20:29:00.209Z | Planning: Fetching manifests: 0/4 0% complete |
123 | 2023-11-16T20:29:00.957Z | Planning: Fetching manifests: 4/4 100% complete |
124 | 2023-11-16T20:29:01.040Z | Planning: Package planning ... Done (0.080s) |
125 | 2023-11-16T20:29:01.125Z | Planning: Merging actions ... Done (0.087s) |
126 | 2023-11-16T20:29:02.900Z | Planning: Checking for conflicting actions ... Done (1.774s) |
127 | 2023-11-16T20:29:02.917Z | Planning: Consolidating action changes ... Done (0.017s) |
128 | 2023-11-16T20:29:12.917Z | Planning: Evaluating mediators ... Done (10.001s) |
129 | 2023-11-16T20:29:12.935Z | Planning: Planning completed in 18.00 seconds |
130 | 2023-11-16T20:29:14.250Z | Packages to install: 4 |
131 | 2023-11-16T20:29:14.252Z | Mediators to change: 2 |
132 | 2023-11-16T20:29:14.256Z | Services to change: 1 |
133 | 2023-11-16T20:29:14.258Z | Estimated space available: 148.90 GB |
134 | 2023-11-16T20:29:14.261Z | Estimated space to be consumed: 1.37 GB |
135 | 2023-11-16T20:29:14.264Z | Create boot environment: No |
136 | 2023-11-16T20:29:14.269Z | Create backup boot environment: No |
137 | 2023-11-16T20:29:14.273Z | Rebuild boot archive: No |
138 | 2023-11-16T20:29:14.277Z | |
139 | 2023-11-16T20:29:14.279Z | Changed mediators: |
140 | 2023-11-16T20:29:14.282Z | mediator clang: |
141 | 2023-11-16T20:29:14.285Z | version: None -> 15 (system default) |
142 | 2023-11-16T20:29:14.288Z | |
143 | 2023-11-16T20:29:14.291Z | mediator llvm: |
144 | 2023-11-16T20:29:14.294Z | version: 14 (system default) -> 15 (system default) |
145 | 2023-11-16T20:29:14.297Z | |
146 | 2023-11-16T20:29:14.300Z | Changed packages: |
147 | 2023-11-16T20:29:14.303Z | helios-dev |
148 | 2023-11-16T20:29:14.305Z | developer/build-essential |
149 | 2023-11-16T20:29:14.308Z | None -> 11-2.0 |
150 | 2023-11-16T20:29:14.311Z | library/libxmlsec1 |
151 | 2023-11-16T20:29:14.314Z | None -> 1.2.35-2.0 |
152 | 2023-11-16T20:29:14.318Z | ooce/developer/clang-15 |
153 | 2023-11-16T20:29:14.321Z | None -> 15.0.7-2.0 |
154 | 2023-11-16T20:29:14.325Z | ooce/developer/llvm-15 |
155 | 2023-11-16T20:29:14.333Z | None -> 15.0.7-2.0 |
156 | 2023-11-16T20:29:14.336Z | |
157 | 2023-11-16T20:29:14.339Z | Services: |
158 | 2023-11-16T20:29:14.342Z | restart_fmri: |
159 | 2023-11-16T20:29:14.345Z | svc:/system/update-man-index:default |
160 | 2023-11-16T20:29:14.867Z | |
161 | 2023-11-16T20:29:14.870Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
162 | 2023-11-16T20:29:19.872Z | Download: 989/3290 items 19.3/212.6MB 9% complete (4.0M/s) |
163 | 2023-11-16T20:29:41.607Z | Download: 1195/3290 items 83.5/212.6MB 39% complete |
164 | 2023-11-16T20:29:46.607Z | Download: 1198/3290 items 83.5/212.6MB 39% complete (441k/s) |
165 | 2023-11-16T20:29:51.613Z | Download: 2567/3290 items 120.4/212.6MB 56% complete (3.7M/s) |
166 | 2023-11-16T20:29:56.830Z | Download: 3277/3290 items 208.9/212.6MB 98% complete (13.3M/s) |
167 | 2023-11-16T20:29:58.476Z | Download: Completed 212.60 MB in 43.61 seconds (4.9M/s) |
168 | 2023-11-16T20:29:58.700Z | Actions: 1/3687 actions (Installing new actions) |
169 | 2023-11-16T20:30:03.741Z | Actions: 2973/3687 actions (Installing new actions) |
170 | 2023-11-16T20:30:07.065Z | Actions: Completed 3687 actions in 8.36 seconds. |
171 | 2023-11-16T20:30:07.267Z | Done (0.185s) |
172 | 2023-11-16T20:30:07.272Z | Done (0.000s) |
173 | 2023-11-16T20:30:07.479Z | Done (0.221s) |
174 | 2023-11-16T20:30:15.716Z | Done (8.118s) |
175 | 2023-11-16T20:30:16.047Z | Done (0.230s) |
176 | 2023-11-16T20:30:16.051Z | Done (0.000s) |
177 | 2023-11-16T20:30:16.308Z | Done (0.000s) |
178 | 2023-11-16T20:30:17.040Z | Planning: Evaluating mediator changes ... Done |
179 | 2023-11-16T20:30:17.337Z | Planning: Checking for conflicting actions ... Done |
180 | 2023-11-16T20:30:17.340Z | Planning: Consolidating action changes ... Done |
181 | 2023-11-16T20:30:17.782Z | Planning: Evaluating mediators ... Done |
182 | 2023-11-16T20:30:17.786Z | Planning: Planning completed in 0.74 seconds |
183 | 2023-11-16T20:30:17.838Z | Mediators to change: 2 |
184 | 2023-11-16T20:30:17.841Z | Create boot environment: No |
185 | 2023-11-16T20:30:17.844Z | Create backup boot environment: No |
186 | 2023-11-16T20:30:17.948Z | Done |
187 | 2023-11-16T20:30:17.951Z | Done |
188 | 2023-11-16T20:30:18.093Z | Done |
189 | 2023-11-16T20:30:23.957Z | Done |
190 | 2023-11-16T20:30:24.082Z | Done |
191 | 2023-11-16T20:30:24.085Z | Done |
192 | 2023-11-16T20:30:24.199Z | Done |
193 | 2023-11-16T20:30:25.208Z | Planning: Evaluating mediator changes ... Done |
194 | 2023-11-16T20:30:25.211Z | Planning: Merging actions ... Done |
195 | 2023-11-16T20:30:25.539Z | Planning: Checking for conflicting actions ... Done |
196 | 2023-11-16T20:30:25.542Z | Planning: Consolidating action changes ... Done |
197 | 2023-11-16T20:30:25.964Z | Planning: Evaluating mediators ... Done |
198 | 2023-11-16T20:30:26.055Z | Planning: Planning completed in 1.30 seconds |
199 | 2023-11-16T20:30:26.111Z | Packages to change: 1 |
200 | 2023-11-16T20:30:26.114Z | Mediators to change: 1 |
201 | 2023-11-16T20:30:26.117Z | Services to change: 1 |
202 | 2023-11-16T20:30:26.120Z | Create boot environment: No |
203 | 2023-11-16T20:30:26.123Z | Create backup boot environment: Yes |
204 | 2023-11-16T20:30:28.175Z | Actions: 1/6 actions (Updating modified actions) |
205 | 2023-11-16T20:30:28.178Z | Actions: Completed 6 actions in 0.00 seconds. |
206 | 2023-11-16T20:30:28.181Z | Done |
207 | 2023-11-16T20:30:28.184Z | Done |
208 | 2023-11-16T20:30:28.229Z | Done |
209 | 2023-11-16T20:30:34.079Z | Done |
210 | 2023-11-16T20:30:34.200Z | Done |
211 | 2023-11-16T20:30:34.203Z | Done |
212 | 2023-11-16T20:30:34.324Z | Done |
213 | 2023-11-16T20:30:34.985Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
214 | 2023-11-16T20:30:34.990Z | clang system 15 system |
215 | 2023-11-16T20:30:34.998Z | csh system system illumos |
216 | 2023-11-16T20:30:35.034Z | ctags system system illumos |
217 | 2023-11-16T20:30:35.037Z | gcc vendor 12 vendor |
218 | 2023-11-16T20:30:35.040Z | gcc system 10 system |
219 | 2023-11-16T20:30:35.043Z | gcc system 7 system |
220 | 2023-11-16T20:30:35.046Z | go system 1.20 system |
221 | 2023-11-16T20:30:35.049Z | go system 1.19 system |
222 | 2023-11-16T20:30:35.051Z | llvm system 15 system |
223 | 2023-11-16T20:30:35.054Z | llvm system 14 system |
224 | 2023-11-16T20:30:35.057Z | mariadb system 10.6 system |
225 | 2023-11-16T20:30:35.060Z | mta vendor vendor dma |
226 | 2023-11-16T20:30:35.063Z | openjdk system 17 system |
227 | 2023-11-16T20:30:35.065Z | openjdk system 11 system |
228 | 2023-11-16T20:30:35.071Z | openjdk system 1.8 system |
229 | 2023-11-16T20:30:35.074Z | openssl vendor 3 vendor |
230 | 2023-11-16T20:30:35.077Z | perl system 5.36 system |
231 | 2023-11-16T20:30:35.080Z | postgresql system 15 system |
232 | 2023-11-16T20:30:35.083Z | postgresql system 13 system |
233 | 2023-11-16T20:30:35.087Z | python vendor 3 vendor |
234 | 2023-11-16T20:30:35.090Z | python system 2 system |
235 | 2023-11-16T20:30:35.093Z | python3 system 3.11 system |
236 | 2023-11-16T20:30:35.097Z | ruby system 3.0 system |
237 | 2023-11-16T20:30:35.100Z | words vendor vendor american-english |
238 | 2023-11-16T20:30:35.104Z | words system system australian-english |
239 | 2023-11-16T20:30:35.107Z | words system system british-english |
240 | 2023-11-16T20:30:35.110Z | words system system canadian-english |
241 | 2023-11-16T20:30:35.113Z | words system system french |
242 | 2023-11-16T20:30:35.116Z | words system system italian |
243 | 2023-11-16T20:30:35.119Z | words system system ngerman |
244 | 2023-11-16T20:30:35.122Z | words system system ogerman |
245 | 2023-11-16T20:30:35.125Z | words system system spanish |
246 | 2023-11-16T20:30:35.507Z | FMRI IFO |
247 | 2023-11-16T20:30:35.510Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
248 | 2023-11-16T20:30:35.515Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
249 | 2023-11-16T20:30:35.518Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
250 | 2023-11-16T20:30:35.521Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
251 | 2023-11-16T20:30:35.524Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
252 | 2023-11-16T20:30:35.528Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
253 | 2023-11-16T20:30:35.581Z | + set -o errexit |
254 | 2023-11-16T20:30:35.585Z | +++ dirname ./tools/ci_download_cockroachdb |
255 | 2023-11-16T20:30:35.588Z | ++ cd ./tools |
256 | 2023-11-16T20:30:35.591Z | ++ pwd |
257 | 2023-11-16T20:30:35.596Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
258 | 2023-11-16T20:30:35.599Z | ++ basename ./tools/ci_download_cockroachdb |
259 | 2023-11-16T20:30:35.602Z | + ARG0=ci_download_cockroachdb |
260 | 2023-11-16T20:30:35.605Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
261 | 2023-11-16T20:30:35.613Z | + CIDL_VERSION=v22.1.9 |
262 | 2023-11-16T20:30:35.619Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
263 | 2023-11-16T20:30:35.624Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
264 | 2023-11-16T20:30:35.629Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
265 | 2023-11-16T20:30:35.632Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
266 | 2023-11-16T20:30:35.636Z | + TARGET_DIR=out |
267 | 2023-11-16T20:30:35.641Z | + DOWNLOAD_DIR=out/downloads |
268 | 2023-11-16T20:30:35.644Z | + DEST_DIR=./out/cockroachdb |
269 | 2023-11-16T20:30:35.649Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
270 | 2023-11-16T20:30:35.654Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
271 | 2023-11-16T20:30:35.659Z | + main |
272 | 2023-11-16T20:30:35.662Z | + [[ 0 != 0 ]] |
273 | 2023-11-16T20:30:35.667Z | + CIDL_OS=solaris2.11 |
274 | 2023-11-16T20:30:35.671Z | + [[ 0 != 0 ]] |
275 | 2023-11-16T20:30:35.675Z | + configure_os solaris2.11 |
276 | 2023-11-16T20:30:35.680Z | + echo 'current directory: /work/oxidecomputer/omicron' |
277 | 2023-11-16T20:30:35.684Z | current directory: /work/oxidecomputer/omicron |
278 | 2023-11-16T20:30:35.688Z | + echo 'configuring based on OS: "solaris2.11"' |
279 | 2023-11-16T20:30:35.694Z | configuring based on OS: "solaris2.11" |
280 | 2023-11-16T20:30:35.698Z | + case "$1" in |
281 | 2023-11-16T20:30:35.704Z | + CIDL_BUILD=illumos |
282 | 2023-11-16T20:30:35.708Z | + CIDL_SUFFIX=tar.gz |
283 | 2023-11-16T20:30:35.713Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
284 | 2023-11-16T20:30:35.718Z | + CIDL_MD5FUNC=do_md5sum |
285 | 2023-11-16T20:30:35.722Z | + CIDL_URL_BASE=https://illumos.org/downloads |
286 | 2023-11-16T20:30:35.726Z | + CIDL_ASSEMBLE=do_assemble_illumos |
287 | 2023-11-16T20:30:35.733Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
288 | 2023-11-16T20:30:35.737Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
289 | 2023-11-16T20:30:35.742Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
290 | 2023-11-16T20:30:35.746Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
291 | 2023-11-16T20:30:35.751Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
292 | 2023-11-16T20:30:35.756Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
293 | 2023-11-16T20:30:35.760Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
294 | 2023-11-16T20:30:35.763Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
295 | 2023-11-16T20:30:35.767Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
296 | 2023-11-16T20:30:35.772Z | + mkdir -p out/downloads |
297 | 2023-11-16T20:30:35.777Z | + mkdir -p ./out/cockroachdb |
298 | 2023-11-16T20:30:35.785Z | + local DO_DOWNLOAD=true |
299 | 2023-11-16T20:30:35.791Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
300 | 2023-11-16T20:30:35.796Z | + '[' true == true ']' |
301 | 2023-11-16T20:30:35.801Z | + echo Downloading... |
302 | 2023-11-16T20:30:35.809Z | Downloading... |
303 | 2023-11-16T20:30:35.812Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
304 | 2023-11-16T20:30:35.816Z | + 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 |
305 | 2023-11-16T20:30:39.205Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
306 | 2023-11-16T20:30:39.227Z | ++ md5sum |
307 | 2023-11-16T20:30:39.245Z | ++ awk '{print $1}' |
308 | 2023-11-16T20:30:39.401Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
309 | 2023-11-16T20:30:39.417Z | + [[ 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 ]] |
310 | 2023-11-16T20:30:39.423Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
311 | 2023-11-16T20:30:39.429Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
312 | 2023-11-16T20:30:42.859Z | + do_assemble_illumos |
313 | 2023-11-16T20:30:43.319Z | + rm -r ./out/cockroachdb |
314 | 2023-11-16T20:30:43.331Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
315 | 2023-11-16T20:30:43.546Z | + ./out/cockroachdb/bin/cockroach version |
316 | 2023-11-16T20:30:43.852Z | Build Tag: v22.1.9-dirty |
317 | 2023-11-16T20:30:43.857Z | Build Time: 2022/10/26 21:17:46 |
318 | 2023-11-16T20:30:43.860Z | Distribution: OSS |
319 | 2023-11-16T20:30:43.864Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
320 | 2023-11-16T20:30:43.868Z | Go Version: go1.17.13 |
321 | 2023-11-16T20:30:43.871Z | C Compiler: gcc 10.3.0 |
322 | 2023-11-16T20:30:43.875Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
323 | 2023-11-16T20:30:43.877Z | Build Type: release |
324 | 2023-11-16T20:30:43.880Z | + set -o errexit |
325 | 2023-11-16T20:30:43.884Z | +++ dirname ./tools/ci_download_clickhouse |
326 | 2023-11-16T20:30:43.888Z | ++ cd ./tools |
327 | 2023-11-16T20:30:43.891Z | ++ pwd |
328 | 2023-11-16T20:30:43.895Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
329 | 2023-11-16T20:30:43.898Z | ++ basename ./tools/ci_download_clickhouse |
330 | 2023-11-16T20:30:43.907Z | + ARG0=ci_download_clickhouse |
331 | 2023-11-16T20:30:43.910Z | + TARGET_DIR=out |
332 | 2023-11-16T20:30:43.915Z | + DOWNLOAD_DIR=out/downloads |
333 | 2023-11-16T20:30:43.920Z | + DEST_DIR=./out/clickhouse |
334 | 2023-11-16T20:30:43.924Z | + CIDL_VERSION=v22.8.9.24 |
335 | 2023-11-16T20:30:43.928Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
336 | 2023-11-16T20:30:43.931Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
337 | 2023-11-16T20:30:43.937Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
338 | 2023-11-16T20:30:43.946Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
339 | 2023-11-16T20:30:43.966Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
340 | 2023-11-16T20:30:43.974Z | + main |
341 | 2023-11-16T20:30:43.983Z | + [[ 0 != 0 ]] |
342 | 2023-11-16T20:30:43.986Z | + CIDL_OS=solaris2.11 |
343 | 2023-11-16T20:30:43.990Z | + [[ 0 != 0 ]] |
344 | 2023-11-16T20:30:43.993Z | + configure_os solaris2.11 |
345 | 2023-11-16T20:30:43.996Z | + echo 'current directory: /work/oxidecomputer/omicron' |
346 | 2023-11-16T20:30:44.000Z | current directory: /work/oxidecomputer/omicron |
347 | 2023-11-16T20:30:44.004Z | + echo 'configuring based on OS: "solaris2.11"' |
348 | 2023-11-16T20:30:44.010Z | + CIDL_DASHREV= |
349 | 2023-11-16T20:30:44.020Z | configuring based on OS: "solaris2.11" |
350 | 2023-11-16T20:30:44.033Z | + case "$1" in |
351 | 2023-11-16T20:30:44.039Z | + CIDL_PLATFORM=illumos |
352 | 2023-11-16T20:30:44.042Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
353 | 2023-11-16T20:30:44.046Z | + CIDL_MD5FUNC=do_md5sum |
354 | 2023-11-16T20:30:44.049Z | + CIDL_DASHREV=-1 |
355 | 2023-11-16T20:30:44.052Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
356 | 2023-11-16T20:30:44.055Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
357 | 2023-11-16T20:30:44.058Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
358 | 2023-11-16T20:30:44.061Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
359 | 2023-11-16T20:30:44.064Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
360 | 2023-11-16T20:30:44.067Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
361 | 2023-11-16T20:30:44.070Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
362 | 2023-11-16T20:30:44.074Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
363 | 2023-11-16T20:30:44.078Z | + mkdir -p out/downloads |
364 | 2023-11-16T20:30:44.080Z | + mkdir -p ./out/clickhouse |
365 | 2023-11-16T20:30:44.083Z | + local DO_DOWNLOAD=true |
366 | 2023-11-16T20:30:44.086Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
367 | 2023-11-16T20:30:44.090Z | + '[' true == true ']' |
368 | 2023-11-16T20:30:44.093Z | + echo Downloading... |
369 | 2023-11-16T20:30:44.096Z | Downloading... |
370 | 2023-11-16T20:30:44.099Z | + 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 |
371 | 2023-11-16T20:30:44.101Z | + 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 |
372 | 2023-11-16T20:30:45.706Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
373 | 2023-11-16T20:30:45.710Z | ++ md5sum |
374 | 2023-11-16T20:30:45.713Z | ++ awk '{print $1}' |
375 | 2023-11-16T20:30:46.392Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
376 | 2023-11-16T20:30:46.424Z | + [[ 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 ]] |
377 | 2023-11-16T20:30:46.430Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
378 | 2023-11-16T20:30:46.439Z | + mkdir -p ./out/clickhouse |
379 | 2023-11-16T20:30:46.445Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
380 | 2023-11-16T20:30:50.767Z | + ./out/clickhouse/clickhouse server --version |
381 | 2023-11-16T20:30:51.227Z | ClickHouse server version 22.8.9.1. |
382 | 2023-11-16T20:30:51.230Z | + set -o errexit |
383 | 2023-11-16T20:30:51.233Z | +++ dirname ./tools/ci_download_console |
384 | 2023-11-16T20:30:51.236Z | ++ cd ./tools |
385 | 2023-11-16T20:30:51.245Z | ++ pwd |
386 | 2023-11-16T20:30:51.260Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
387 | 2023-11-16T20:30:51.274Z | ++ basename ./tools/ci_download_console |
388 | 2023-11-16T20:30:51.285Z | + ARG0=ci_download_console |
389 | 2023-11-16T20:30:51.291Z | + TARGET_DIR=out |
390 | 2023-11-16T20:30:51.296Z | + DOWNLOAD_DIR=out/downloads |
391 | 2023-11-16T20:30:51.304Z | + DEST_DIR=./out/console-assets |
392 | 2023-11-16T20:30:51.314Z | + source /work/oxidecomputer/omicron/tools/console_version |
393 | 2023-11-16T20:30:51.324Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
394 | 2023-11-16T20:30:51.331Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
395 | 2023-11-16T20:30:51.337Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
396 | 2023-11-16T20:30:51.350Z | + TARBALL_FILE=out/downloads/console.tar.gz |
397 | 2023-11-16T20:30:51.367Z | + main |
398 | 2023-11-16T20:30:51.377Z | + [[ 0 != 0 ]] |
399 | 2023-11-16T20:30:51.384Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
400 | 2023-11-16T20:30:51.387Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
401 | 2023-11-16T20:30:51.390Z | Local file: out/downloads/console.tar.gz |
402 | 2023-11-16T20:30:51.393Z | + echo 'Local file: out/downloads/console.tar.gz' |
403 | 2023-11-16T20:30:51.396Z | + local DO_DOWNLOAD=true |
404 | 2023-11-16T20:30:51.399Z | + [[ -f out/downloads/console.tar.gz ]] |
405 | 2023-11-16T20:30:51.402Z | + mkdir -p out/downloads |
406 | 2023-11-16T20:30:51.405Z | + '[' true == true ']' |
407 | 2023-11-16T20:30:51.408Z | + echo Downloading... |
408 | 2023-11-16T20:30:51.411Z | Downloading... |
409 | 2023-11-16T20:30:51.414Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
410 | 2023-11-16T20:30:51.417Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
411 | 2023-11-16T20:30:51.459Z | ++ do_sha256sum out/downloads/console.tar.gz |
412 | 2023-11-16T20:30:51.462Z | ++ case "$OSTYPE" in |
413 | 2023-11-16T20:30:51.466Z | ++ SHA=sha256sum |
414 | 2023-11-16T20:30:51.470Z | ++ sha256sum |
415 | 2023-11-16T20:30:51.473Z | ++ awk '{print $1}' |
416 | 2023-11-16T20:30:51.487Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
417 | 2023-11-16T20:30:51.490Z | + [[ 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 ]] |
418 | 2023-11-16T20:30:51.493Z | + rm -rf ./out/console-assets |
419 | 2023-11-16T20:30:51.496Z | + mkdir -p ./out/console-assets |
420 | 2023-11-16T20:30:51.500Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
421 | 2023-11-16T20:30:51.503Z | + mkdir -p ./out/console-assets |
422 | 2023-11-16T20:30:51.506Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
423 | 2023-11-16T20:30:51.628Z | + set -o errexit |
424 | 2023-11-16T20:30:51.631Z | +++ dirname ./tools/ci_download_maghemite_openapi |
425 | 2023-11-16T20:30:51.634Z | ++ cd ./tools |
426 | 2023-11-16T20:30:51.638Z | ++ pwd |
427 | 2023-11-16T20:30:51.641Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
428 | 2023-11-16T20:30:51.643Z | ++ basename ./tools/ci_download_maghemite_openapi |
429 | 2023-11-16T20:30:51.647Z | + ARG0=ci_download_maghemite_openapi |
430 | 2023-11-16T20:30:51.650Z | + TARGET_DIR=out |
431 | 2023-11-16T20:30:51.653Z | + DOWNLOAD_DIR=out/downloads |
432 | 2023-11-16T20:30:51.656Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
433 | 2023-11-16T20:30:51.660Z | ++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d |
434 | 2023-11-16T20:30:51.666Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
435 | 2023-11-16T20:30:51.673Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json |
436 | 2023-11-16T20:30:51.683Z | + LOCAL_FILE=out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
437 | 2023-11-16T20:30:51.701Z | + main |
438 | 2023-11-16T20:30:51.726Z | + [[ 0 != 0 ]] |
439 | 2023-11-16T20:30:51.737Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json' |
440 | 2023-11-16T20:30:51.749Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json |
441 | 2023-11-16T20:30:51.756Z | + echo 'Local file: out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json' |
442 | 2023-11-16T20:30:51.760Z | Local file: out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
443 | 2023-11-16T20:30:51.764Z | + local DO_DOWNLOAD=true |
444 | 2023-11-16T20:30:51.770Z | + [[ -f out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json ]] |
445 | 2023-11-16T20:30:51.786Z | + mkdir -p out/downloads |
446 | 2023-11-16T20:30:51.803Z | + '[' true == true ']' |
447 | 2023-11-16T20:30:51.814Z | + echo Downloading... |
448 | 2023-11-16T20:30:51.827Z | Downloading... |
449 | 2023-11-16T20:30:51.832Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
450 | 2023-11-16T20:30:51.839Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/ddm-admin.json |
451 | 2023-11-16T20:30:51.890Z | ++ do_sha256sum out/downloads/ddm-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
452 | 2023-11-16T20:30:51.901Z | ++ case "$OSTYPE" in |
453 | 2023-11-16T20:30:52.323Z | ++ SHA=sha256sum |
454 | 2023-11-16T20:30:52.329Z | ++ sha256sum |
455 | 2023-11-16T20:30:52.334Z | ++ awk '{print $1}' |
456 | 2023-11-16T20:30:52.343Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
457 | 2023-11-16T20:30:52.353Z | + [[ 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 ]] |
458 | 2023-11-16T20:30:52.372Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
459 | 2023-11-16T20:30:52.864Z | ++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d |
460 | 2023-11-16T20:30:52.868Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
461 | 2023-11-16T20:30:52.872Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json |
462 | 2023-11-16T20:30:52.879Z | + LOCAL_FILE=out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
463 | 2023-11-16T20:30:52.882Z | + main |
464 | 2023-11-16T20:30:52.885Z | + [[ 0 != 0 ]] |
465 | 2023-11-16T20:30:52.948Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json' |
466 | 2023-11-16T20:30:52.951Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json |
467 | 2023-11-16T20:30:52.956Z | + echo 'Local file: out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json' |
468 | 2023-11-16T20:30:52.961Z | Local file: out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
469 | 2023-11-16T20:30:52.966Z | + local DO_DOWNLOAD=true |
470 | 2023-11-16T20:30:52.973Z | + [[ -f out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json ]] |
471 | 2023-11-16T20:30:52.984Z | + mkdir -p out/downloads |
472 | 2023-11-16T20:30:52.990Z | + '[' true == true ']' |
473 | 2023-11-16T20:30:53.006Z | + echo Downloading... |
474 | 2023-11-16T20:30:53.014Z | Downloading... |
475 | 2023-11-16T20:30:53.022Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
476 | 2023-11-16T20:30:53.026Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/12b392be94ff93abc3017bf2610a3b18e2174a2d/mg-admin.json |
477 | 2023-11-16T20:30:53.030Z | ++ do_sha256sum out/downloads/mg-admin-12b392be94ff93abc3017bf2610a3b18e2174a2d.json |
478 | 2023-11-16T20:30:53.034Z | ++ case "$OSTYPE" in |
479 | 2023-11-16T20:30:53.038Z | ++ SHA=sha256sum |
480 | 2023-11-16T20:30:53.042Z | ++ sha256sum |
481 | 2023-11-16T20:30:53.046Z | ++ awk '{print $1}' |
482 | 2023-11-16T20:30:53.050Z | + calculated_sha2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
483 | 2023-11-16T20:30:53.054Z | + [[ 6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 != \6\c\1\f\a\b\8\d\5\0\2\8\b\5\2\a\1\6\1\d\8\b\f\0\2\a\a\e\4\7\8\4\4\6\9\9\c\d\c\5\f\7\b\2\8\e\1\a\c\5\1\9\f\c\4\e\c\1\a\b\3\9\7\1 ]] |
484 | 2023-11-16T20:30:53.058Z | + set -o errexit |
485 | 2023-11-16T20:30:53.062Z | +++ dirname ./tools/ci_download_dendrite_openapi |
486 | 2023-11-16T20:30:53.066Z | ++ cd ./tools |
487 | 2023-11-16T20:30:53.072Z | ++ pwd |
488 | 2023-11-16T20:30:53.077Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
489 | 2023-11-16T20:30:53.081Z | ++ basename ./tools/ci_download_dendrite_openapi |
490 | 2023-11-16T20:30:53.086Z | + ARG0=ci_download_dendrite_openapi |
491 | 2023-11-16T20:30:53.093Z | + TARGET_DIR=out |
492 | 2023-11-16T20:30:53.099Z | + DOWNLOAD_DIR=out/downloads |
493 | 2023-11-16T20:30:53.104Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
494 | 2023-11-16T20:30:53.109Z | ++ COMMIT=147b03901aa8305b5271e0133a09f628b8140949 |
495 | 2023-11-16T20:30:53.113Z | ++ SHA2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 |
496 | 2023-11-16T20:30:53.117Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json |
497 | 2023-11-16T20:30:53.121Z | + LOCAL_FILE=out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json |
498 | 2023-11-16T20:30:53.125Z | + main |
499 | 2023-11-16T20:30:53.129Z | + [[ 0 != 0 ]] |
500 | 2023-11-16T20:30:53.133Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json' |
501 | 2023-11-16T20:30:53.138Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json |
502 | 2023-11-16T20:30:53.144Z | + echo 'Local file: out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json' |
503 | 2023-11-16T20:30:53.149Z | Local file: out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json |
504 | 2023-11-16T20:30:53.153Z | + local DO_DOWNLOAD=true |
505 | 2023-11-16T20:30:53.157Z | + [[ -f out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json ]] |
506 | 2023-11-16T20:30:53.164Z | + mkdir -p out/downloads |
507 | 2023-11-16T20:30:53.170Z | + '[' true == true ']' |
508 | 2023-11-16T20:30:53.175Z | + echo Downloading... |
509 | 2023-11-16T20:30:53.179Z | Downloading... |
510 | 2023-11-16T20:30:53.185Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json |
511 | 2023-11-16T20:30:53.190Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/147b03901aa8305b5271e0133a09f628b8140949/dpd.json |
512 | 2023-11-16T20:30:53.628Z | ++ do_sha256sum out/downloads/dpd-147b03901aa8305b5271e0133a09f628b8140949.json |
513 | 2023-11-16T20:30:53.631Z | ++ case "$OSTYPE" in |
514 | 2023-11-16T20:30:53.671Z | ++ SHA=sha256sum |
515 | 2023-11-16T20:30:53.676Z | ++ sha256sum |
516 | 2023-11-16T20:30:53.684Z | ++ awk '{print $1}' |
517 | 2023-11-16T20:30:53.695Z | + calculated_sha2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 |
518 | 2023-11-16T20:30:53.700Z | + [[ 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 ]] |
519 | 2023-11-16T20:30:53.704Z | + set -o errexit |
520 | 2023-11-16T20:30:53.708Z | +++ dirname ./tools/ci_download_dendrite_stub |
521 | 2023-11-16T20:30:53.716Z | ++ cd ./tools |
522 | 2023-11-16T20:30:53.721Z | ++ pwd |
523 | 2023-11-16T20:30:53.726Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
524 | 2023-11-16T20:30:53.766Z | ++ basename ./tools/ci_download_dendrite_stub |
525 | 2023-11-16T20:30:53.769Z | + ARG0=ci_download_dendrite_stub |
526 | 2023-11-16T20:30:53.773Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
527 | 2023-11-16T20:30:53.778Z | ++ CIDL_SHA256_ILLUMOS=14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3 |
528 | 2023-11-16T20:30:53.782Z | ++ CIDL_SHA256_LINUX_DPD=fff6c7484bbb06aa644e3fe41b200e4f7f8d7f65d067cbecd851c834c15fe2ec |
529 | 2023-11-16T20:30:53.785Z | ++ CIDL_SHA256_LINUX_SWADM=0449383a57468aec3b5a4ad26962cfc9e9a121bd13e777329e8a70767e6d9aae |
530 | 2023-11-16T20:30:53.789Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
531 | 2023-11-16T20:30:53.792Z | ++ COMMIT=147b03901aa8305b5271e0133a09f628b8140949 |
532 | 2023-11-16T20:30:53.796Z | ++ SHA2=82437c74afd4894aa5b9ea800d5777793e8777fe87471321dd22ad1a1c9c9ef3 |
533 | 2023-11-16T20:30:53.800Z | + TARGET_DIR=out |
534 | 2023-11-16T20:30:53.808Z | + DOWNLOAD_DIR=out/downloads |
535 | 2023-11-16T20:30:53.819Z | + DEST_DIR=./out/dendrite-stub |
536 | 2023-11-16T20:30:53.835Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
537 | 2023-11-16T20:30:53.843Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
538 | 2023-11-16T20:30:53.847Z | + REPO=oxidecomputer/dendrite |
539 | 2023-11-16T20:30:53.855Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949 |
540 | 2023-11-16T20:30:53.872Z | + main |
541 | 2023-11-16T20:30:53.885Z | + [[ 0 != 0 ]] |
542 | 2023-11-16T20:30:53.903Z | + CIDL_OS=solaris2.11 |
543 | 2023-11-16T20:30:53.928Z | + [[ 0 != 0 ]] |
544 | 2023-11-16T20:30:53.932Z | + configure_os solaris2.11 |
545 | 2023-11-16T20:30:53.938Z | + echo 'current directory: /work/oxidecomputer/omicron' |
546 | 2023-11-16T20:30:53.945Z | current directory: /work/oxidecomputer/omicron |
547 | 2023-11-16T20:30:53.950Z | + echo 'configuring based on OS: "solaris2.11"' |
548 | 2023-11-16T20:30:53.956Z | configuring based on OS: "solaris2.11" |
549 | 2023-11-16T20:30:53.964Z | + case "$1" in |
550 | 2023-11-16T20:30:53.974Z | + SET_BINARIES= |
551 | 2023-11-16T20:30:53.989Z | + CIDL_SHA256=14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3 |
552 | 2023-11-16T20:30:53.999Z | + CIDL_SHA256FUNC=do_sha256sum |
553 | 2023-11-16T20:30:54.005Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
554 | 2023-11-16T20:30:54.010Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz |
555 | 2023-11-16T20:30:54.016Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
556 | 2023-11-16T20:30:54.023Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz' |
557 | 2023-11-16T20:30:54.034Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz |
558 | 2023-11-16T20:30:54.043Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
559 | 2023-11-16T20:30:54.051Z | Local file: out/downloads/dendrite-stub.tar.gz |
560 | 2023-11-16T20:30:54.056Z | + mkdir -p out/downloads |
561 | 2023-11-16T20:30:54.067Z | + mkdir -p ./out/dendrite-stub |
562 | 2023-11-16T20:30:54.072Z | + fetch_and_verify |
563 | 2023-11-16T20:30:54.076Z | + local DO_DOWNLOAD=true |
564 | 2023-11-16T20:30:54.081Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
565 | 2023-11-16T20:30:54.085Z | + '[' true == true ']' |
566 | 2023-11-16T20:30:54.091Z | + echo Downloading... |
567 | 2023-11-16T20:30:54.097Z | Downloading... |
568 | 2023-11-16T20:30:54.102Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
569 | 2023-11-16T20:30:54.107Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/147b03901aa8305b5271e0133a09f628b8140949/dendrite-stub.tar.gz |
570 | 2023-11-16T20:31:03.715Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
571 | 2023-11-16T20:31:03.720Z | ++ sha256sum |
572 | 2023-11-16T20:31:03.726Z | ++ awk '{print $1}' |
573 | 2023-11-16T20:31:03.811Z | + calculated_sha256=14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3 |
574 | 2023-11-16T20:31:03.817Z | + [[ 14fe7f904f963b50188d6e060106b63df6d061ca64238f7b21623c432b5944e3 != \1\4\f\e\7\f\9\0\4\f\9\6\3\b\5\0\1\8\8\d\6\e\0\6\0\1\0\6\b\6\3\d\f\6\d\0\6\1\c\a\6\4\2\3\8\f\7\b\2\1\6\2\3\c\4\3\2\b\5\9\4\4\e\3 ]] |
575 | 2023-11-16T20:31:03.822Z | + do_untar out/downloads/dendrite-stub.tar.gz |
576 | 2023-11-16T20:31:03.827Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
577 | 2023-11-16T20:31:04.703Z | + do_assemble |
578 | 2023-11-16T20:31:04.706Z | + rm -r ./out/dendrite-stub |
579 | 2023-11-16T20:31:04.710Z | + mkdir ./out/dendrite-stub |
580 | 2023-11-16T20:31:04.713Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
581 | 2023-11-16T20:31:04.836Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
582 | 2023-11-16T20:31:04.849Z | + set -o errexit |
583 | 2023-11-16T20:31:04.852Z | +++ dirname ./tools/ci_download_maghemite_mgd |
584 | 2023-11-16T20:31:04.857Z | ++ cd ./tools |
585 | 2023-11-16T20:31:04.860Z | ++ pwd |
586 | 2023-11-16T20:31:04.863Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
587 | 2023-11-16T20:31:04.867Z | ++ basename ./tools/ci_download_maghemite_mgd |
588 | 2023-11-16T20:31:04.872Z | + ARG0=ci_download_maghemite_mgd |
589 | 2023-11-16T20:31:04.878Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
590 | 2023-11-16T20:31:04.881Z | ++ CIDL_SHA256=c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df |
591 | 2023-11-16T20:31:04.888Z | ++ MGD_LINUX_SHA256=81231b30872fa1c581aa22c101f32d11f33f335758ac1fd2653436fbc7aab93f |
592 | 2023-11-16T20:31:04.891Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
593 | 2023-11-16T20:31:04.895Z | ++ COMMIT=12b392be94ff93abc3017bf2610a3b18e2174a2d |
594 | 2023-11-16T20:31:04.900Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
595 | 2023-11-16T20:31:04.903Z | + TARGET_DIR=out |
596 | 2023-11-16T20:31:04.908Z | + DOWNLOAD_DIR=out/downloads |
597 | 2023-11-16T20:31:04.912Z | + DEST_DIR=./out/mgd |
598 | 2023-11-16T20:31:04.916Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
599 | 2023-11-16T20:31:04.920Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
600 | 2023-11-16T20:31:04.925Z | + REPO=oxidecomputer/maghemite |
601 | 2023-11-16T20:31:04.931Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d |
602 | 2023-11-16T20:31:04.936Z | + main |
603 | 2023-11-16T20:31:04.941Z | + [[ 0 != 0 ]] |
604 | 2023-11-16T20:31:04.945Z | + CIDL_OS=solaris2.11 |
605 | 2023-11-16T20:31:04.950Z | + [[ 0 != 0 ]] |
606 | 2023-11-16T20:31:04.954Z | + configure_os solaris2.11 |
607 | 2023-11-16T20:31:04.959Z | + echo 'current directory: /work/oxidecomputer/omicron' |
608 | 2023-11-16T20:31:04.965Z | current directory: /work/oxidecomputer/omicron |
609 | 2023-11-16T20:31:04.970Z | + echo 'configuring based on OS: "solaris2.11"' |
610 | 2023-11-16T20:31:04.975Z | configuring based on OS: "solaris2.11" |
611 | 2023-11-16T20:31:04.982Z | + case "$1" in |
612 | 2023-11-16T20:31:04.987Z | + SET_BINARIES= |
613 | 2023-11-16T20:31:05.001Z | + CIDL_SHA256FUNC=do_sha256sum |
614 | 2023-11-16T20:31:05.008Z | + TARBALL_FILENAME=mgd.tar.gz |
615 | 2023-11-16T20:31:05.013Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz |
616 | 2023-11-16T20:31:05.425Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
617 | 2023-11-16T20:31:05.435Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz' |
618 | 2023-11-16T20:31:05.447Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz |
619 | 2023-11-16T20:31:05.455Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
620 | 2023-11-16T20:31:05.464Z | Local file: out/downloads/mgd.tar.gz |
621 | 2023-11-16T20:31:05.472Z | + mkdir -p out/downloads |
622 | 2023-11-16T20:31:05.481Z | + mkdir -p ./out/mgd |
623 | 2023-11-16T20:31:05.490Z | + fetch_and_verify |
624 | 2023-11-16T20:31:05.500Z | + local DO_DOWNLOAD=true |
625 | 2023-11-16T20:31:05.510Z | + [[ -f out/downloads/mgd.tar.gz ]] |
626 | 2023-11-16T20:31:05.527Z | + '[' true == true ']' |
627 | 2023-11-16T20:31:05.536Z | + echo Downloading... |
628 | 2023-11-16T20:31:05.545Z | Downloading... |
629 | 2023-11-16T20:31:05.967Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz out/downloads/mgd.tar.gz |
630 | 2023-11-16T20:31:05.975Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/12b392be94ff93abc3017bf2610a3b18e2174a2d/mgd.tar.gz |
631 | 2023-11-16T20:31:11.772Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
632 | 2023-11-16T20:31:11.775Z | ++ sha256sum |
633 | 2023-11-16T20:31:11.778Z | ++ awk '{print $1}' |
634 | 2023-11-16T20:31:11.852Z | + calculated_sha256=c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df |
635 | 2023-11-16T20:31:11.855Z | + [[ c4a7a626c84a28de3d2c6bfd85592bda2abad8cf5b41b2ce90b9c03904ccd3df != \c\4\a\7\a\6\2\6\c\8\4\a\2\8\d\e\3\d\2\c\6\b\f\d\8\5\5\9\2\b\d\a\2\a\b\a\d\8\c\f\5\b\4\1\b\2\c\e\9\0\b\9\c\0\3\9\0\4\c\c\d\3\d\f ]] |
636 | 2023-11-16T20:31:11.860Z | + do_untar out/downloads/mgd.tar.gz |
637 | 2023-11-16T20:31:11.864Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
638 | 2023-11-16T20:31:12.511Z | + do_assemble |
639 | 2023-11-16T20:31:12.514Z | + rm -r ./out/mgd |
640 | 2023-11-16T20:31:12.517Z | + mkdir ./out/mgd |
641 | 2023-11-16T20:31:12.522Z | + cp -r out/downloads/root ./out/mgd/root |
642 | 2023-11-16T20:31:12.715Z | + set -o errexit |
643 | 2023-11-16T20:31:12.726Z | +++ dirname ./tools/ci_download_transceiver_control |
644 | 2023-11-16T20:31:12.737Z | ++ cd ./tools |
645 | 2023-11-16T20:31:12.747Z | ++ pwd |
646 | 2023-11-16T20:31:12.752Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
647 | 2023-11-16T20:31:12.756Z | ++ basename ./tools/ci_download_transceiver_control |
648 | 2023-11-16T20:31:12.760Z | + ARG0=ci_download_transceiver_control |
649 | 2023-11-16T20:31:12.763Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
650 | 2023-11-16T20:31:12.766Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
651 | 2023-11-16T20:31:12.770Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
652 | 2023-11-16T20:31:12.776Z | + TARGET_DIR=out |
653 | 2023-11-16T20:31:12.798Z | + DOWNLOAD_DIR=out/downloads |
654 | 2023-11-16T20:31:12.819Z | + DEST_DIR=./out/transceiver-control |
655 | 2023-11-16T20:31:12.842Z | + BIN_DIR=/opt/oxide/bin |
656 | 2023-11-16T20:31:12.853Z | + BINARY=xcvradm |
657 | 2023-11-16T20:31:13.270Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
658 | 2023-11-16T20:31:13.278Z | + REPO=oxidecomputer/transceiver-control |
659 | 2023-11-16T20:31:13.281Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
660 | 2023-11-16T20:31:13.284Z | + main |
661 | 2023-11-16T20:31:13.287Z | + [[ 0 != 0 ]] |
662 | 2023-11-16T20:31:13.290Z | + CIDL_OS=solaris2.11 |
663 | 2023-11-16T20:31:13.302Z | + [[ 0 != 0 ]] |
664 | 2023-11-16T20:31:13.316Z | + configure_os solaris2.11 |
665 | 2023-11-16T20:31:13.334Z | + echo 'current directory: /work/oxidecomputer/omicron' |
666 | 2023-11-16T20:31:13.341Z | current directory: /work/oxidecomputer/omicron |
667 | 2023-11-16T20:31:13.351Z | configuring based on OS: "solaris2.11" |
668 | 2023-11-16T20:31:13.363Z | + echo 'configuring based on OS: "solaris2.11"' |
669 | 2023-11-16T20:31:13.372Z | + case "$1" in |
670 | 2023-11-16T20:31:13.377Z | + SET_BINARIES= |
671 | 2023-11-16T20:31:13.381Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
672 | 2023-11-16T20:31:13.384Z | + CIDL_SHA256FUNC=do_sha256sum |
673 | 2023-11-16T20:31:13.387Z | + ARCHIVE_FILENAME=xcvradm.gz |
674 | 2023-11-16T20:31:13.390Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
675 | 2023-11-16T20:31:13.393Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
676 | 2023-11-16T20:31:13.397Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
677 | 2023-11-16T20:31:13.400Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
678 | 2023-11-16T20:31:13.403Z | + echo 'Local file: out/downloads/xcvradm.gz' |
679 | 2023-11-16T20:31:13.406Z | Local file: out/downloads/xcvradm.gz |
680 | 2023-11-16T20:31:13.410Z | + mkdir -p out/downloads |
681 | 2023-11-16T20:31:13.413Z | + mkdir -p ./out/transceiver-control |
682 | 2023-11-16T20:31:13.416Z | + fetch_and_verify |
683 | 2023-11-16T20:31:13.419Z | + local DO_DOWNLOAD=true |
684 | 2023-11-16T20:31:13.423Z | + [[ -f out/downloads/xcvradm.gz ]] |
685 | 2023-11-16T20:31:13.427Z | + '[' true == true ']' |
686 | 2023-11-16T20:31:13.436Z | + echo Downloading... |
687 | 2023-11-16T20:31:13.439Z | Downloading... |
688 | 2023-11-16T20:31:13.442Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
689 | 2023-11-16T20:31:13.446Z | + 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 |
690 | 2023-11-16T20:31:19.821Z | ++ do_sha256sum out/downloads/xcvradm.gz |
691 | 2023-11-16T20:31:19.824Z | ++ sha256sum |
692 | 2023-11-16T20:31:19.827Z | ++ awk '{print $1}' |
693 | 2023-11-16T20:31:19.846Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
694 | 2023-11-16T20:31:19.849Z | + [[ 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 ]] |
695 | 2023-11-16T20:31:19.852Z | + do_unpack out/downloads/xcvradm.gz |
696 | 2023-11-16T20:31:19.855Z | + mkdir -p out/downloads/root//opt/oxide/bin |
697 | 2023-11-16T20:31:19.858Z | + gzip -dc out/downloads/xcvradm.gz |
698 | 2023-11-16T20:31:20.024Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
699 | 2023-11-16T20:31:20.027Z | + do_assemble |
700 | 2023-11-16T20:31:20.030Z | + rm -r ./out/transceiver-control |
701 | 2023-11-16T20:31:20.033Z | + mkdir ./out/transceiver-control |
702 | 2023-11-16T20:31:20.037Z | + cp -r out/downloads/root ./out/transceiver-control/root |
703 | 2023-11-16T20:31:20.235Z | All builder prerequisites installed successfully, and PATH looks valid |
704 | 2023-11-16T20:31:20.242Z | |
705 | 2023-11-16T20:31:20.247Z | real 2:37.089363842 |
706 | 2023-11-16T20:31:20.252Z | user 53.176419968 |
707 | 2023-11-16T20:31:20.257Z | sys 9.993541671 |
708 | 2023-11-16T20:31:20.262Z | trap 0.021431319 |
709 | 2023-11-16T20:31:20.267Z | tflt 0.245909849 |
710 | 2023-11-16T20:31:20.277Z | dflt 0.858556615 |
711 | 2023-11-16T20:31:20.282Z | kflt 0.252101170 |
712 | 2023-11-16T20:31:20.285Z | lock 2.154440031 |
713 | 2023-11-16T20:31:20.292Z | slp 5:03.197915190 |
714 | 2023-11-16T20:31:20.298Z | lat 3.411271055 |
715 | 2023-11-16T20:31:20.303Z | stop 0.065285657 |
716 | 2023-11-16T20:31:20.311Z | |
717 | 2023-11-16T20:31:20.320Z | #### # # ##### ##### # # |
718 | 2023-11-16T20:31:20.328Z | # # # # # # # # # # |
719 | 2023-11-16T20:31:20.341Z | # # # # # # # # |
720 | 2023-11-16T20:31:20.354Z | # # # ##### ##### # |
721 | 2023-11-16T20:31:20.365Z | # # # # # # # |
722 | 2023-11-16T20:31:20.373Z | #### ###### # # # # |
723 | 2023-11-16T20:31:20.381Z | |
724 | 2023-11-16T20:31:20.575Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
725 | 2023-11-16T20:31:20.955Z | Updating crates.io index |
726 | 2023-11-16T20:31:21.009Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
727 | 2023-11-16T20:31:21.718Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
728 | 2023-11-16T20:31:23.339Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
729 | 2023-11-16T20:31:24.681Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
730 | 2023-11-16T20:31:24.692Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
731 | 2023-11-16T20:31:24.714Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
732 | 2023-11-16T20:31:24.756Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
733 | 2023-11-16T20:31:25.813Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
734 | 2023-11-16T20:31:27.831Z | Updating git repository `https://github.com/oxidecomputer/opte` |
735 | 2023-11-16T20:31:28.906Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
736 | 2023-11-16T20:31:29.235Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
737 | 2023-11-16T20:31:29.854Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
738 | 2023-11-16T20:31:30.232Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
739 | 2023-11-16T20:31:30.607Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
740 | 2023-11-16T20:31:31.055Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
741 | 2023-11-16T20:31:31.394Z | Updating git repository `https://github.com/njaremko/samael` |
742 | 2023-11-16T20:31:31.985Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
743 | 2023-11-16T20:31:32.559Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
744 | 2023-11-16T20:31:32.956Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
745 | 2023-11-16T20:31:33.328Z | Updating git repository `https://github.com/jgallagher/nix` |
746 | 2023-11-16T20:31:34.623Z | Updating git repository `https://github.com/cbiffle/hubpack` |
747 | 2023-11-16T20:31:35.130Z | Updating git repository `https://github.com/oxidecomputer/typify` |
748 | 2023-11-16T20:31:36.174Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
749 | 2023-11-16T20:31:37.034Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
750 | 2023-11-16T20:31:37.334Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
751 | 2023-11-16T20:31:38.678Z | Downloading crates ... |
752 | 2023-11-16T20:31:38.850Z | Downloaded itoa v1.0.9 |
753 | 2023-11-16T20:31:38.853Z | Downloaded anstyle-query v1.0.0 |
754 | 2023-11-16T20:31:38.856Z | Downloaded heck v0.4.1 |
755 | 2023-11-16T20:31:38.862Z | Downloaded clap_derive v4.4.2 |
756 | 2023-11-16T20:31:38.865Z | Downloaded thiserror-impl v1.0.49 |
757 | 2023-11-16T20:31:38.873Z | Downloaded colorchoice v1.0.0 |
758 | 2023-11-16T20:31:38.882Z | Downloaded equivalent v1.0.1 |
759 | 2023-11-16T20:31:38.893Z | Downloaded terminal_size v0.2.6 |
760 | 2023-11-16T20:31:38.900Z | Downloaded serde_spanned v0.6.4 |
761 | 2023-11-16T20:31:38.903Z | Downloaded anstyle v1.0.2 |
762 | 2023-11-16T20:31:38.906Z | Downloaded clap_lex v0.5.1 |
763 | 2023-11-16T20:31:38.910Z | Downloaded anstream v0.5.0 |
764 | 2023-11-16T20:31:38.913Z | Downloaded errno v0.3.2 |
765 | 2023-11-16T20:31:38.916Z | Downloaded strsim v0.10.0 |
766 | 2023-11-16T20:31:38.919Z | Downloaded bitflags v1.3.2 |
767 | 2023-11-16T20:31:38.923Z | Downloaded utf8parse v0.2.1 |
768 | 2023-11-16T20:31:38.926Z | Downloaded toml_datetime v0.6.5 |
769 | 2023-11-16T20:31:38.929Z | Downloaded anyhow v1.0.75 |
770 | 2023-11-16T20:31:38.932Z | Downloaded thiserror v1.0.49 |
771 | 2023-11-16T20:31:38.939Z | Downloaded cargo-platform v0.1.3 |
772 | 2023-11-16T20:31:38.943Z | Downloaded semver v1.0.20 |
773 | 2023-11-16T20:31:38.946Z | Downloaded anstyle-parse v0.2.1 |
774 | 2023-11-16T20:31:38.949Z | Downloaded io-lifetimes v1.0.11 |
775 | 2023-11-16T20:31:38.953Z | Downloaded proc-macro2 v1.0.69 |
776 | 2023-11-16T20:31:38.957Z | Downloaded cargo_toml v0.17.0 |
777 | 2023-11-16T20:31:38.960Z | Downloaded ryu v1.0.15 |
778 | 2023-11-16T20:31:38.966Z | Downloaded serde v1.0.192 |
779 | 2023-11-16T20:31:38.970Z | Downloaded camino v1.1.6 |
780 | 2023-11-16T20:31:38.973Z | Downloaded clap v4.4.3 |
781 | 2023-11-16T20:31:38.989Z | Downloaded serde_derive v1.0.192 |
782 | 2023-11-16T20:31:38.994Z | Downloaded indexmap v2.1.0 |
783 | 2023-11-16T20:31:39.001Z | Downloaded unicode-ident v1.0.12 |
784 | 2023-11-16T20:31:39.007Z | Downloaded toml_edit v0.21.0 |
785 | 2023-11-16T20:31:39.048Z | Downloaded winnow v0.5.15 |
786 | 2023-11-16T20:31:39.060Z | Downloaded serde_json v1.0.108 |
787 | 2023-11-16T20:31:39.074Z | Downloaded clap_builder v4.4.2 |
788 | 2023-11-16T20:31:39.103Z | Downloaded rustix v0.37.23 |
789 | 2023-11-16T20:31:39.122Z | Downloaded syn v2.0.32 |
790 | 2023-11-16T20:31:39.141Z | Downloaded hashbrown v0.14.2 |
791 | 2023-11-16T20:31:39.150Z | Downloaded libc v0.2.150 |
792 | 2023-11-16T20:31:39.197Z | Downloaded memchr v2.6.3 |
793 | 2023-11-16T20:31:39.206Z | Downloaded toml v0.8.8 |
794 | 2023-11-16T20:31:39.211Z | Downloaded cargo_metadata v0.18.0 |
795 | 2023-11-16T20:31:39.214Z | Downloaded quote v1.0.33 |
796 | 2023-11-16T20:31:39.331Z | Compiling proc-macro2 v1.0.69 |
797 | 2023-11-16T20:31:39.334Z | Compiling unicode-ident v1.0.12 |
798 | 2023-11-16T20:31:39.337Z | Compiling serde v1.0.192 |
799 | 2023-11-16T20:31:39.340Z | Compiling libc v0.2.150 |
800 | 2023-11-16T20:31:39.346Z | Compiling io-lifetimes v1.0.11 |
801 | 2023-11-16T20:31:39.350Z | Compiling rustix v0.37.23 |
802 | 2023-11-16T20:31:39.353Z | Compiling hashbrown v0.14.2 |
803 | 2023-11-16T20:31:39.356Z | Compiling utf8parse v0.2.1 |
804 | 2023-11-16T20:31:39.738Z | Compiling equivalent v1.0.1 |
805 | 2023-11-16T20:31:39.742Z | Compiling bitflags v1.3.2 |
806 | 2023-11-16T20:31:39.825Z | Compiling anstyle-parse v0.2.1 |
807 | 2023-11-16T20:31:39.844Z | Compiling semver v1.0.20 |
808 | 2023-11-16T20:31:40.180Z | Compiling winnow v0.5.15 |
809 | 2023-11-16T20:31:41.196Z | Compiling indexmap v2.1.0 |
810 | 2023-11-16T20:31:41.220Z | Compiling colorchoice v1.0.0 |
811 | 2023-11-16T20:31:41.298Z | Compiling thiserror v1.0.49 |
812 | 2023-11-16T20:31:41.345Z | Compiling serde_json v1.0.108 |
813 | 2023-11-16T20:31:41.425Z | Compiling anstyle-query v1.0.0 |
814 | 2023-11-16T20:31:41.572Z | Compiling anstyle v1.0.2 |
815 | 2023-11-16T20:31:41.589Z | Compiling camino v1.1.6 |
816 | 2023-11-16T20:31:41.915Z | Compiling heck v0.4.1 |
817 | 2023-11-16T20:31:42.120Z | Compiling anstream v0.5.0 |
818 | 2023-11-16T20:31:42.233Z | Compiling anyhow v1.0.75 |
819 | 2023-11-16T20:31:42.442Z | Compiling strsim v0.10.0 |
820 | 2023-11-16T20:31:42.529Z | Compiling itoa v1.0.9 |
821 | 2023-11-16T20:31:42.857Z | Compiling quote v1.0.33 |
822 | 2023-11-16T20:31:42.939Z | Compiling ryu v1.0.15 |
823 | 2023-11-16T20:31:43.054Z | Compiling clap_lex v0.5.1 |
824 | 2023-11-16T20:31:43.507Z | Compiling syn v2.0.32 |
825 | 2023-11-16T20:31:43.622Z | Compiling errno v0.3.2 |
826 | 2023-11-16T20:31:45.136Z | Compiling terminal_size v0.2.6 |
827 | 2023-11-16T20:31:45.279Z | Compiling clap_builder v4.4.2 |
828 | 2023-11-16T20:31:50.300Z | Compiling serde_derive v1.0.192 |
829 | 2023-11-16T20:31:50.304Z | Compiling thiserror-impl v1.0.49 |
830 | 2023-11-16T20:31:50.307Z | Compiling clap_derive v4.4.2 |
831 | 2023-11-16T20:31:54.311Z | Compiling clap v4.4.3 |
832 | 2023-11-16T20:32:01.835Z | Compiling toml_datetime v0.6.5 |
833 | 2023-11-16T20:32:01.838Z | Compiling serde_spanned v0.6.4 |
834 | 2023-11-16T20:32:01.841Z | Compiling cargo-platform v0.1.3 |
835 | 2023-11-16T20:32:02.146Z | Compiling toml_edit v0.21.0 |
836 | 2023-11-16T20:32:03.846Z | Compiling cargo_metadata v0.18.0 |
837 | 2023-11-16T20:32:05.311Z | Compiling toml v0.8.8 |
838 | 2023-11-16T20:32:06.259Z | Compiling cargo_toml v0.17.0 |
839 | 2023-11-16T20:32:11.220Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
840 | 2023-11-16T20:32:12.417Z | Finished dev [unoptimized + debuginfo] target(s) in 52.09s |
841 | 2023-11-16T20:32:12.617Z | Running `target/debug/xtask clippy` |
842 | 2023-11-16T20:32:12.671Z | running: "/home/build/.rustup/toolchains/1.73.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" |
843 | 2023-11-16T20:32:13.503Z | Downloading crates ... |
844 | 2023-11-16T20:32:13.773Z | Downloaded blake2b_simd v1.0.1 |
845 | 2023-11-16T20:32:13.788Z | Downloaded convert_case v0.4.0 |
846 | 2023-11-16T20:32:13.794Z | Downloaded ciborium-io v0.2.1 |
847 | 2023-11-16T20:32:13.798Z | Downloaded matches v0.1.10 |
848 | 2023-11-16T20:32:13.801Z | Downloaded arrayref v0.3.7 |
849 | 2023-11-16T20:32:13.805Z | Downloaded cassowary v0.3.0 |
850 | 2023-11-16T20:32:13.814Z | Downloaded cfg-if v1.0.0 |
851 | 2023-11-16T20:32:13.818Z | Downloaded openssl-macros v0.1.1 |
852 | 2023-11-16T20:32:13.827Z | Downloaded constant_time_eq v0.2.6 |
853 | 2023-11-16T20:32:13.832Z | Downloaded maplit v1.0.2 |
854 | 2023-11-16T20:32:13.835Z | Downloaded new_debug_unreachable v1.0.4 |
855 | 2023-11-16T20:32:13.839Z | Downloaded macaddr v1.0.1 |
856 | 2023-11-16T20:32:13.846Z | Downloaded async-stream-impl v0.3.5 |
857 | 2023-11-16T20:32:13.852Z | Downloaded atty v0.2.14 |
858 | 2023-11-16T20:32:13.855Z | Downloaded num-integer v0.1.45 |
859 | 2023-11-16T20:32:13.858Z | Downloaded indexmap v1.9.3 |
860 | 2023-11-16T20:32:13.867Z | Downloaded number_prefix v0.4.0 |
861 | 2023-11-16T20:32:13.873Z | Downloaded instant v0.1.12 |
862 | 2023-11-16T20:32:13.877Z | Downloaded num_cpus v1.16.0 |
863 | 2023-11-16T20:32:13.895Z | Downloaded newtype_derive v0.1.6 |
864 | 2023-11-16T20:32:13.898Z | Downloaded num_enum_derive v0.5.11 |
865 | 2023-11-16T20:32:13.904Z | Downloaded colored v2.0.4 |
866 | 2023-11-16T20:32:13.912Z | Downloaded md-5 v0.10.5 |
867 | 2023-11-16T20:32:13.915Z | Downloaded nanorand v0.7.0 |
868 | 2023-11-16T20:32:13.924Z | Downloaded cexpr v0.6.0 |
869 | 2023-11-16T20:32:13.933Z | Downloaded memoffset v0.9.0 |
870 | 2023-11-16T20:32:13.938Z | Downloaded cfg-if v0.1.10 |
871 | 2023-11-16T20:32:13.941Z | Downloaded oso-derive v0.27.0 |
872 | 2023-11-16T20:32:13.944Z | Downloaded hyper-staticfile v0.9.5 |
873 | 2023-11-16T20:32:13.948Z | Downloaded num_threads v0.1.6 |
874 | 2023-11-16T20:32:13.953Z | Downloaded openssl-probe v0.1.5 |
875 | 2023-11-16T20:32:13.956Z | Downloaded normalize-line-endings v0.3.0 |
876 | 2023-11-16T20:32:13.959Z | Downloaded cstr-argument v0.1.2 |
877 | 2023-11-16T20:32:13.963Z | Downloaded newline-converter v0.3.0 |
878 | 2023-11-16T20:32:13.969Z | Downloaded crucible-workspace-hack v0.1.0 |
879 | 2023-11-16T20:32:13.975Z | Downloaded camino-tempfile v1.0.2 |
880 | 2023-11-16T20:32:13.978Z | Downloaded parking_lot_core v0.8.6 |
881 | 2023-11-16T20:32:13.983Z | Downloaded mime v0.3.17 |
882 | 2023-11-16T20:32:13.989Z | Downloaded oorandom v11.1.3 |
883 | 2023-11-16T20:32:13.996Z | Downloaded usdt-attr-macro v0.3.5 |
884 | 2023-11-16T20:32:13.999Z | Downloaded vte_generate_state_changes v0.1.1 |
885 | 2023-11-16T20:32:14.002Z | Downloaded semver-parser v0.10.2 |
886 | 2023-11-16T20:32:14.009Z | Downloaded num-derive v0.4.0 |
887 | 2023-11-16T20:32:14.016Z | Downloaded mockall v0.11.4 |
888 | 2023-11-16T20:32:14.020Z | Downloaded lru-cache v0.1.2 |
889 | 2023-11-16T20:32:14.026Z | Downloaded tiny-keccak v2.0.2 |
890 | 2023-11-16T20:32:14.035Z | Downloaded parse-display v0.8.2 |
891 | 2023-11-16T20:32:14.038Z | Downloaded crossbeam v0.8.2 |
892 | 2023-11-16T20:32:14.045Z | Downloaded utf-8 v0.7.6 |
893 | 2023-11-16T20:32:14.074Z | Downloaded which v4.4.0 |
894 | 2023-11-16T20:32:14.080Z | Downloaded http-body v0.4.5 |
895 | 2023-11-16T20:32:14.085Z | Downloaded thiserror-no-std v2.0.2 |
896 | 2023-11-16T20:32:14.091Z | Downloaded waitgroup v0.1.2 |
897 | 2023-11-16T20:32:14.097Z | Downloaded untrusted v0.9.0 |
898 | 2023-11-16T20:32:14.103Z | Downloaded string_cache v0.8.7 |
899 | 2023-11-16T20:32:14.111Z | Downloaded foreign-types-shared v0.1.1 |
900 | 2023-11-16T20:32:14.116Z | Downloaded peeking_take_while v0.1.2 |
901 | 2023-11-16T20:32:14.129Z | Downloaded subtle v2.5.0 |
902 | 2023-11-16T20:32:14.137Z | Downloaded hubpack_derive v0.1.1 |
903 | 2023-11-16T20:32:14.141Z | Downloaded pem v1.1.1 |
904 | 2023-11-16T20:32:14.144Z | Downloaded tokio-macros v2.1.0 |
905 | 2023-11-16T20:32:14.151Z | Downloaded tokio-tungstenite v0.20.1 |
906 | 2023-11-16T20:32:14.158Z | Downloaded phf_shared v0.10.0 |
907 | 2023-11-16T20:32:14.165Z | Downloaded usdt-macro v0.3.5 |
908 | 2023-11-16T20:32:14.169Z | Downloaded path-absolutize v3.1.0 |
909 | 2023-11-16T20:32:14.174Z | Downloaded tokio-native-tls v0.3.1 |
910 | 2023-11-16T20:32:14.178Z | Downloaded fastrand v2.0.0 |
911 | 2023-11-16T20:32:14.182Z | Downloaded toml v0.5.11 |
912 | 2023-11-16T20:32:14.186Z | Downloaded futures-timer v3.0.2 |
913 | 2023-11-16T20:32:14.193Z | Downloaded rtoolbox v0.0.1 |
914 | 2023-11-16T20:32:14.200Z | Downloaded walkdir v2.4.0 |
915 | 2023-11-16T20:32:14.206Z | Downloaded datatest-stable v0.2.3 |
916 | 2023-11-16T20:32:14.211Z | Downloaded precomputed-hash v0.1.1 |
917 | 2023-11-16T20:32:14.215Z | Downloaded pem-rfc7468 v0.7.0 |
918 | 2023-11-16T20:32:14.219Z | Downloaded vec_map v0.8.2 |
919 | 2023-11-16T20:32:14.633Z | Downloaded slog v2.7.0 |
920 | 2023-11-16T20:32:14.638Z | Downloaded yansi v0.5.1 |
921 | 2023-11-16T20:32:14.641Z | Downloaded structopt v0.3.26 |
922 | 2023-11-16T20:32:14.645Z | Downloaded tracing-attributes v0.1.26 |
923 | 2023-11-16T20:32:14.668Z | Downloaded vsss-rs v3.3.1 |
924 | 2023-11-16T20:32:14.678Z | Downloaded hyper-rustls v0.24.2 |
925 | 2023-11-16T20:32:14.682Z | Downloaded unicode-xid v0.2.4 |
926 | 2023-11-16T20:32:14.687Z | Downloaded password-hash v0.5.0 |
927 | 2023-11-16T20:32:14.690Z | Downloaded dirs-sys-next v0.1.2 |
928 | 2023-11-16T20:32:14.693Z | Downloaded dtrace-parser v0.1.14 |
929 | 2023-11-16T20:32:14.696Z | Downloaded foreign-types v0.3.2 |
930 | 2023-11-16T20:32:14.699Z | Downloaded cc v1.0.83 |
931 | 2023-11-16T20:32:14.702Z | Downloaded try-lock v0.2.4 |
932 | 2023-11-16T20:32:14.704Z | Downloaded rpassword v7.2.0 |
933 | 2023-11-16T20:32:14.707Z | Downloaded quick-error v1.2.3 |
934 | 2023-11-16T20:32:14.710Z | Downloaded strum_macros v0.24.3 |
935 | 2023-11-16T20:32:14.713Z | Downloaded env_logger v0.10.0 |
936 | 2023-11-16T20:32:14.715Z | Downloaded darling_macro v0.20.3 |
937 | 2023-11-16T20:32:14.718Z | Downloaded scheduled-thread-pool v0.2.7 |
938 | 2023-11-16T20:32:14.721Z | Downloaded resolv-conf v0.7.0 |
939 | 2023-11-16T20:32:14.731Z | Downloaded difflib v0.4.0 |
940 | 2023-11-16T20:32:14.734Z | Downloaded radium v0.7.0 |
941 | 2023-11-16T20:32:14.737Z | Downloaded slab v0.4.9 |
942 | 2023-11-16T20:32:14.739Z | Downloaded serde_plain v1.0.2 |
943 | 2023-11-16T20:32:14.742Z | Downloaded pest_meta v2.7.2 |
944 | 2023-11-16T20:32:14.745Z | Downloaded zone v0.3.0 |
945 | 2023-11-16T20:32:14.747Z | Downloaded socket2 v0.5.4 |
946 | 2023-11-16T20:32:14.750Z | Downloaded crossterm v0.27.0 |
947 | 2023-11-16T20:32:14.753Z | Downloaded pkg-config v0.3.27 |
948 | 2023-11-16T20:32:14.756Z | Downloaded postcard-cobs v0.1.5-pre |
949 | 2023-11-16T20:32:14.759Z | Downloaded strsim v0.8.0 |
950 | 2023-11-16T20:32:14.762Z | Downloaded half v1.8.2 |
951 | 2023-11-16T20:32:14.764Z | Downloaded postgres-types v0.2.6 |
952 | 2023-11-16T20:32:14.767Z | Downloaded serde-big-array v0.5.1 |
953 | 2023-11-16T20:32:14.770Z | Downloaded slog-json v2.6.1 |
954 | 2023-11-16T20:32:14.773Z | Downloaded signal-hook-registry v1.4.1 |
955 | 2023-11-16T20:32:14.776Z | Downloaded mio v0.8.8 |
956 | 2023-11-16T20:32:14.779Z | Downloaded tower-service v0.3.2 |
957 | 2023-11-16T20:32:14.782Z | Downloaded poly1305 v0.8.0 |
958 | 2023-11-16T20:32:14.784Z | Downloaded pkcs1 v0.7.5 |
959 | 2023-11-16T20:32:14.787Z | Downloaded doc-comment v0.3.3 |
960 | 2023-11-16T20:32:14.790Z | Downloaded downcast v0.11.0 |
961 | 2023-11-16T20:32:14.793Z | Downloaded tinyvec_macros v0.1.1 |
962 | 2023-11-16T20:32:14.795Z | Downloaded foreign-types-shared v0.3.1 |
963 | 2023-11-16T20:32:14.798Z | Downloaded endian-type v0.1.2 |
964 | 2023-11-16T20:32:14.801Z | Downloaded generic-array v0.14.7 |
965 | 2023-11-16T20:32:14.804Z | Downloaded proc-macro-crate v1.3.1 |
966 | 2023-11-16T20:32:14.807Z | Downloaded ref-cast v1.0.20 |
967 | 2023-11-16T20:32:14.810Z | Downloaded predicates v3.0.4 |
968 | 2023-11-16T20:32:14.813Z | Downloaded predicates v2.1.5 |
969 | 2023-11-16T20:32:14.816Z | Downloaded strip-ansi-escapes v0.2.0 |
970 | 2023-11-16T20:32:14.818Z | Downloaded phf v0.11.2 |
971 | 2023-11-16T20:32:14.821Z | Downloaded ppv-lite86 v0.2.17 |
972 | 2023-11-16T20:32:14.826Z | Downloaded home v0.5.5 |
973 | 2023-11-16T20:32:14.829Z | Downloaded tabled_derive v0.6.0 |
974 | 2023-11-16T20:32:14.832Z | Downloaded oso v0.27.0 |
975 | 2023-11-16T20:32:14.835Z | Downloaded display-error-chain v0.2.0 |
976 | 2023-11-16T20:32:14.837Z | Downloaded dashmap v5.5.1 |
977 | 2023-11-16T20:32:14.840Z | Downloaded textwrap v0.11.0 |
978 | 2023-11-16T20:32:14.843Z | Downloaded rstest_macros v0.18.2 |
979 | 2023-11-16T20:32:14.846Z | Downloaded signal-hook-tokio v0.3.1 |
980 | 2023-11-16T20:32:14.848Z | Downloaded foreign-types-macros v0.2.3 |
981 | 2023-11-16T20:32:14.851Z | Downloaded foreign-types v0.5.0 |
982 | 2023-11-16T20:32:14.854Z | Downloaded slog-envlogger v2.2.0 |
983 | 2023-11-16T20:32:14.856Z | Downloaded debug-ignore v1.0.5 |
984 | 2023-11-16T20:32:14.859Z | Downloaded libm v0.2.7 |
985 | 2023-11-16T20:32:14.862Z | Downloaded time-core v0.1.1 |
986 | 2023-11-16T20:32:14.865Z | Downloaded strum_macros v0.25.2 |
987 | 2023-11-16T20:32:14.868Z | Downloaded strum v0.25.0 |
988 | 2023-11-16T20:32:14.870Z | Downloaded slog-scope v4.4.0 |
989 | 2023-11-16T20:32:14.873Z | Downloaded pretty-hex v0.3.0 |
990 | 2023-11-16T20:32:14.876Z | Downloaded derive_builder_macro v0.12.0 |
991 | 2023-11-16T20:32:14.878Z | Downloaded postcard v0.7.3 |
992 | 2023-11-16T20:32:14.881Z | Downloaded sha1 v0.10.6 |
993 | 2023-11-16T20:32:14.884Z | Downloaded futures-macro v0.3.29 |
994 | 2023-11-16T20:32:14.886Z | Downloaded predicates-tree v1.0.9 |
995 | 2023-11-16T20:32:14.890Z | Downloaded digest v0.10.7 |
996 | 2023-11-16T20:32:14.892Z | Downloaded snafu-derive v0.7.5 |
997 | 2023-11-16T20:32:14.895Z | Downloaded smallvec v1.11.0 |
998 | 2023-11-16T20:32:14.898Z | Downloaded rustc-demangle v0.1.23 |
999 | 2023-11-16T20:32:14.900Z | Downloaded deranged v0.3.8 |
1000 | 2023-11-16T20:32:14.904Z | Downloaded signal-hook-mio v0.2.3 |
1001 | 2023-11-16T20:32:14.907Z | Downloaded nom v7.1.3 |
1002 | 2023-11-16T20:32:14.910Z | Downloaded rayon-core v1.12.0 |
1003 | 2023-11-16T20:32:14.912Z | Downloaded termcolor v1.2.0 |
1004 | 2023-11-16T20:32:14.915Z | Downloaded toml v0.7.8 |
1005 | 2023-11-16T20:32:14.918Z | Downloaded scopeguard v1.2.0 |
1006 | 2023-11-16T20:32:14.921Z | Downloaded enum-as-inner v0.5.1 |
1007 | 2023-11-16T20:32:14.923Z | Downloaded threadpool v1.8.1 |
1008 | 2023-11-16T20:32:14.926Z | Downloaded salty v0.2.0 |
1009 | 2023-11-16T20:32:14.929Z | Downloaded fallible-iterator v0.2.0 |
1010 | 2023-11-16T20:32:14.932Z | Downloaded pin-project v1.1.3 |
1011 | 2023-11-16T20:32:14.935Z | Downloaded spin v0.9.8 |
1012 | 2023-11-16T20:32:14.938Z | Downloaded rustls-pemfile v1.0.3 |
1013 | 2023-11-16T20:32:14.941Z | Downloaded textwrap v0.16.0 |
1014 | 2023-11-16T20:32:14.943Z | Downloaded hmac v0.12.1 |
1015 | 2023-11-16T20:32:14.946Z | Downloaded trust-dns-server v0.22.1 |
1016 | 2023-11-16T20:32:14.949Z | Downloaded getopts v0.2.21 |
1017 | 2023-11-16T20:32:14.951Z | Downloaded data-encoding v2.4.0 |
1018 | 2023-11-16T20:32:14.957Z | Downloaded elliptic-curve v0.13.5 |
1019 | 2023-11-16T20:32:15.374Z | Downloaded tempfile v3.8.0 |
1020 | 2023-11-16T20:32:15.378Z | Downloaded socket2 v0.4.9 |
1021 | 2023-11-16T20:32:15.380Z | Downloaded derive_more v0.99.17 |
1022 | 2023-11-16T20:32:15.383Z | Downloaded rand v0.8.5 |
1023 | 2023-11-16T20:32:15.388Z | Downloaded tokio-postgres v0.7.10 |
1024 | 2023-11-16T20:32:15.390Z | Downloaded toml_edit v0.19.15 |
1025 | 2023-11-16T20:32:15.395Z | Downloaded diesel_derives v2.1.1 |
1026 | 2023-11-16T20:32:15.398Z | Downloaded flume v0.11.0 |
1027 | 2023-11-16T20:32:15.401Z | Downloaded pretty_assertions v1.4.0 |
1028 | 2023-11-16T20:32:15.403Z | Downloaded reedline v0.25.0 |
1029 | 2023-11-16T20:32:15.416Z | Downloaded clap v2.34.0 |
1030 | 2023-11-16T20:32:15.422Z | Downloaded tracing v0.1.37 |
1031 | 2023-11-16T20:32:15.430Z | Downloaded der v0.7.8 |
1032 | 2023-11-16T20:32:15.439Z | Downloaded lalrpop v0.19.12 |
1033 | 2023-11-16T20:32:15.446Z | Downloaded portable-atomic v1.4.3 |
1034 | 2023-11-16T20:32:15.452Z | Downloaded tough v0.14.0 |
1035 | 2023-11-16T20:32:15.461Z | Downloaded hyper v0.14.27 |
1036 | 2023-11-16T20:32:15.471Z | Downloaded vcpkg v0.2.15 |
1037 | 2023-11-16T20:32:15.477Z | Downloaded object v0.30.4 |
1038 | 2023-11-16T20:32:15.488Z | Downloaded webpki-roots v0.25.2 |
1039 | 2023-11-16T20:32:15.491Z | Downloaded openssl v0.10.57 |
1040 | 2023-11-16T20:32:15.494Z | Downloaded reqwest v0.11.22 |
1041 | 2023-11-16T20:32:15.497Z | Downloaded rustls-webpki v0.101.7 |
1042 | 2023-11-16T20:32:15.500Z | Downloaded hkdf v0.12.3 |
1043 | 2023-11-16T20:32:15.508Z | Downloaded radix_trie v0.2.1 |
1044 | 2023-11-16T20:32:15.511Z | Downloaded openapiv3 v1.0.3 |
1045 | 2023-11-16T20:32:15.514Z | Downloaded smoltcp v0.9.1 |
1046 | 2023-11-16T20:32:15.517Z | Downloaded ratatui v0.23.0 |
1047 | 2023-11-16T20:32:15.520Z | Downloaded regex-syntax v0.7.5 |
1048 | 2023-11-16T20:32:15.523Z | Downloaded rustls v0.21.8 |
1049 | 2023-11-16T20:32:15.526Z | Downloaded trust-dns-proto v0.22.0 |
1050 | 2023-11-16T20:32:15.529Z | Downloaded zerocopy-derive v0.6.4 |
1051 | 2023-11-16T20:32:15.532Z | Downloaded regex-syntax v0.8.2 |
1052 | 2023-11-16T20:32:15.535Z | Downloaded regex-automata v0.4.3 |
1053 | 2023-11-16T20:32:15.541Z | Downloaded zerocopy-derive v0.2.0 |
1054 | 2023-11-16T20:32:15.544Z | Downloaded sled v0.34.7 |
1055 | 2023-11-16T20:32:15.546Z | Downloaded tokio v1.33.0 |
1056 | 2023-11-16T20:32:15.549Z | Downloaded sha3 v0.10.8 |
1057 | 2023-11-16T20:32:15.552Z | Downloaded regex-automata v0.3.8 |
1058 | 2023-11-16T20:32:15.555Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1059 | 2023-11-16T20:32:15.558Z | Downloaded regex-syntax v0.6.29 |
1060 | 2023-11-16T20:32:15.561Z | Downloaded encoding_rs v0.8.33 |
1061 | 2023-11-16T20:32:15.563Z | Downloaded polar-core v0.27.0 |
1062 | 2023-11-16T20:32:15.566Z | Downloaded bstr v1.6.0 |
1063 | 2023-11-16T20:32:15.569Z | Downloaded diesel v2.1.3 |
1064 | 2023-11-16T20:32:15.599Z | Downloaded rustix v0.38.9 |
1065 | 2023-11-16T20:32:15.642Z | Downloaded openapiv3 v2.0.0-rc.1 |
1066 | 2023-11-16T20:32:15.669Z | Downloaded bstr v0.2.17 |
1067 | 2023-11-16T20:32:15.687Z | Downloaded syn v1.0.109 |
1068 | 2023-11-16T20:32:15.710Z | Downloaded rayon v1.8.0 |
1069 | 2023-11-16T20:32:15.728Z | Downloaded regex v1.10.2 |
1070 | 2023-11-16T20:32:15.751Z | Downloaded gimli v0.28.0 |
1071 | 2023-11-16T20:32:15.767Z | Downloaded quick-xml v0.23.1 |
1072 | 2023-11-16T20:32:15.782Z | Downloaded ring v0.17.5 |
1073 | 2023-11-16T20:32:15.923Z | Downloaded proptest v1.3.1 |
1074 | 2023-11-16T20:32:15.933Z | Downloaded regress v0.7.1 |
1075 | 2023-11-16T20:32:15.947Z | Downloaded curve25519-dalek v4.1.0 |
1076 | 2023-11-16T20:32:15.963Z | Downloaded ring v0.16.20 |
1077 | 2023-11-16T20:32:16.126Z | Downloaded idna v0.2.3 |
1078 | 2023-11-16T20:32:16.136Z | Downloaded smoltcp v0.8.2 |
1079 | 2023-11-16T20:32:16.153Z | Downloaded object v0.32.1 |
1080 | 2023-11-16T20:32:16.171Z | Downloaded chrono v0.4.31 |
1081 | 2023-11-16T20:32:16.198Z | Downloaded idna v0.4.0 |
1082 | 2023-11-16T20:32:16.201Z | Downloaded regex-automata v0.1.10 |
1083 | 2023-11-16T20:32:16.205Z | Downloaded tabled v0.14.0 |
1084 | 2023-11-16T20:32:16.231Z | Downloaded petgraph v0.6.4 |
1085 | 2023-11-16T20:32:16.255Z | Downloaded plotters v0.3.5 |
1086 | 2023-11-16T20:32:16.270Z | Downloaded futures-util v0.3.29 |
1087 | 2023-11-16T20:32:16.292Z | Downloaded bindgen v0.65.1 |
1088 | 2023-11-16T20:32:16.303Z | Downloaded h2 v0.3.21 |
1089 | 2023-11-16T20:32:16.317Z | Downloaded bitvec v1.0.1 |
1090 | 2023-11-16T20:32:16.351Z | Downloaded openssl-sys v0.9.93 |
1091 | 2023-11-16T20:32:16.774Z | Downloaded rand v0.4.6 |
1092 | 2023-11-16T20:32:16.777Z | Downloaded hashbrown v0.13.2 |
1093 | 2023-11-16T20:32:16.781Z | Downloaded time v0.3.27 |
1094 | 2023-11-16T20:32:16.785Z | Downloaded pest v2.7.2 |
1095 | 2023-11-16T20:32:16.788Z | Downloaded sha2 v0.10.8 |
1096 | 2023-11-16T20:32:16.791Z | Downloaded serde_with v2.3.3 |
1097 | 2023-11-16T20:32:16.794Z | Downloaded aho-corasick v1.0.4 |
1098 | 2023-11-16T20:32:16.797Z | Downloaded zerocopy v0.6.4 |
1099 | 2023-11-16T20:32:16.806Z | Downloaded rsa v0.9.2 |
1100 | 2023-11-16T20:32:16.809Z | Downloaded prettyplease v0.2.12 |
1101 | 2023-11-16T20:32:16.812Z | Downloaded httpdate v1.0.3 |
1102 | 2023-11-16T20:32:16.815Z | Downloaded serde_derive_internals v0.26.0 |
1103 | 2023-11-16T20:32:16.818Z | Downloaded yasna v0.5.2 |
1104 | 2023-11-16T20:32:16.821Z | Downloaded derive_builder v0.12.0 |
1105 | 2023-11-16T20:32:16.824Z | Downloaded pin-utils v0.1.0 |
1106 | 2023-11-16T20:32:16.827Z | Downloaded flagset v0.4.3 |
1107 | 2023-11-16T20:32:16.830Z | Downloaded stringprep v0.1.3 |
1108 | 2023-11-16T20:32:16.833Z | Downloaded der_derive v0.7.2 |
1109 | 2023-11-16T20:32:16.836Z | Downloaded form_urlencoded v1.2.0 |
1110 | 2023-11-16T20:32:16.838Z | Downloaded snafu v0.7.5 |
1111 | 2023-11-16T20:32:16.842Z | Downloaded unicode-normalization v0.1.22 |
1112 | 2023-11-16T20:32:16.845Z | Downloaded serde_urlencoded v0.7.1 |
1113 | 2023-11-16T20:32:16.848Z | Downloaded highway v1.1.0 |
1114 | 2023-11-16T20:32:16.851Z | Downloaded topological-sort v0.2.2 |
1115 | 2023-11-16T20:32:16.854Z | Downloaded fs-err v2.9.0 |
1116 | 2023-11-16T20:32:16.856Z | Downloaded rustls-native-certs v0.6.3 |
1117 | 2023-11-16T20:32:16.859Z | Downloaded rcgen v0.11.3 |
1118 | 2023-11-16T20:32:16.862Z | Downloaded trust-dns-resolver v0.22.0 |
1119 | 2023-11-16T20:32:16.864Z | Downloaded trybuild v1.0.85 |
1120 | 2023-11-16T20:32:16.872Z | Downloaded diff v0.1.13 |
1121 | 2023-11-16T20:32:16.875Z | Downloaded test-strategy v0.3.1 |
1122 | 2023-11-16T20:32:16.878Z | Downloaded hashbrown v0.12.3 |
1123 | 2023-11-16T20:32:16.881Z | Downloaded either v1.9.0 |
1124 | 2023-11-16T20:32:16.885Z | Downloaded semver v0.1.20 |
1125 | 2023-11-16T20:32:16.894Z | Downloaded slog-stdlog v4.1.1 |
1126 | 2023-11-16T20:32:16.915Z | Downloaded pest_derive v2.7.2 |
1127 | 2023-11-16T20:32:16.924Z | Downloaded derive_builder_core v0.12.0 |
1128 | 2023-11-16T20:32:16.927Z | Downloaded futures-channel v0.3.29 |
1129 | 2023-11-16T20:32:16.932Z | Downloaded unicode-segmentation v1.10.1 |
1130 | 2023-11-16T20:32:16.934Z | Downloaded headers v0.3.9 |
1131 | 2023-11-16T20:32:16.937Z | Downloaded expectorate v1.1.0 |
1132 | 2023-11-16T20:32:16.940Z | Downloaded tokio-util v0.7.10 |
1133 | 2023-11-16T20:32:16.943Z | Downloaded itertools v0.10.5 |
1134 | 2023-11-16T20:32:16.949Z | Downloaded ed25519 v1.5.3 |
1135 | 2023-11-16T20:32:16.952Z | Downloaded tempdir v0.3.7 |
1136 | 2023-11-16T20:32:16.954Z | Downloaded hostname v0.3.1 |
1137 | 2023-11-16T20:32:16.957Z | Downloaded term v0.7.0 |
1138 | 2023-11-16T20:32:16.960Z | Downloaded trust-dns-client v0.22.0 |
1139 | 2023-11-16T20:32:16.962Z | Downloaded zeroize_derive v1.4.2 |
1140 | 2023-11-16T20:32:16.965Z | Downloaded ena v0.14.2 |
1141 | 2023-11-16T20:32:16.968Z | Downloaded similar-asserts v1.5.0 |
1142 | 2023-11-16T20:32:16.971Z | Downloaded http v0.2.9 |
1143 | 2023-11-16T20:32:16.974Z | Downloaded pretty-hex v0.2.1 |
1144 | 2023-11-16T20:32:16.977Z | Downloaded plotters-svg v0.3.5 |
1145 | 2023-11-16T20:32:16.980Z | Downloaded smawk v0.3.1 |
1146 | 2023-11-16T20:32:16.983Z | Downloaded zeroize v1.6.0 |
1147 | 2023-11-16T20:32:16.986Z | Downloaded ron v0.8.1 |
1148 | 2023-11-16T20:32:16.989Z | Downloaded synstructure v0.12.6 |
1149 | 2023-11-16T20:32:16.992Z | Downloaded derive-where v1.2.5 |
1150 | 2023-11-16T20:32:16.995Z | Downloaded filetime v0.2.22 |
1151 | 2023-11-16T20:32:16.998Z | Downloaded zone_cfg_derive v0.3.0 |
1152 | 2023-11-16T20:32:17.001Z | Downloaded postgres-protocol v0.6.6 |
1153 | 2023-11-16T20:32:17.004Z | Downloaded flate2 v1.0.28 |
1154 | 2023-11-16T20:32:17.007Z | Downloaded hex v0.4.3 |
1155 | 2023-11-16T20:32:17.010Z | Downloaded relative-path v1.9.0 |
1156 | 2023-11-16T20:32:17.012Z | Downloaded tracing-core v0.1.31 |
1157 | 2023-11-16T20:32:17.016Z | Downloaded proc-macro-error v1.0.4 |
1158 | 2023-11-16T20:32:17.019Z | Downloaded x509-cert v0.2.4 |
1159 | 2023-11-16T20:32:17.023Z | Downloaded rand_chacha v0.3.1 |
1160 | 2023-11-16T20:32:17.026Z | Downloaded serde-hex v0.1.0 |
1161 | 2023-11-16T20:32:17.029Z | Downloaded futures v0.3.29 |
1162 | 2023-11-16T20:32:17.032Z | Downloaded structmeta v0.2.0 |
1163 | 2023-11-16T20:32:17.035Z | Downloaded plotters-backend v0.3.5 |
1164 | 2023-11-16T20:32:17.038Z | Downloaded group v0.13.0 |
1165 | 2023-11-16T20:32:17.040Z | Downloaded serde_yaml v0.9.25 |
1166 | 2023-11-16T20:32:17.043Z | Downloaded zip v0.6.6 |
1167 | 2023-11-16T20:32:17.046Z | Downloaded rand_xorshift v0.3.0 |
1168 | 2023-11-16T20:32:17.049Z | Downloaded structopt-derive v0.4.18 |
1169 | 2023-11-16T20:32:17.052Z | Downloaded slog-term v2.9.0 |
1170 | 2023-11-16T20:32:17.055Z | Downloaded steno v0.4.0 |
1171 | 2023-11-16T20:32:17.058Z | Downloaded secrecy v0.8.0 |
1172 | 2023-11-16T20:32:17.060Z | Downloaded stable_deref_trait v1.2.0 |
1173 | 2023-11-16T20:32:17.063Z | Downloaded spki v0.7.2 |
1174 | 2023-11-16T20:32:17.067Z | Downloaded ref-cast-impl v1.0.20 |
1175 | 2023-11-16T20:32:17.070Z | Downloaded r2d2 v0.8.10 |
1176 | 2023-11-16T20:32:17.073Z | Downloaded proc-macro-error-attr v1.0.4 |
1177 | 2023-11-16T20:32:17.076Z | Downloaded url v2.4.1 |
1178 | 2023-11-16T20:32:17.079Z | Downloaded shell-words v1.1.0 |
1179 | 2023-11-16T20:32:17.081Z | Downloaded dof v0.1.5 |
1180 | 2023-11-16T20:32:17.084Z | Downloaded fatfs v0.3.6 |
1181 | 2023-11-16T20:32:17.087Z | Downloaded rand_core v0.6.4 |
1182 | 2023-11-16T20:32:17.090Z | Downloaded uuid v1.5.0 |
1183 | 2023-11-16T20:32:17.093Z | Downloaded slog-dtrace v0.2.3 |
1184 | 2023-11-16T20:32:17.096Z | Downloaded platforms v3.0.2 |
1185 | 2023-11-16T20:32:17.099Z | Downloaded rstest v0.18.2 |
1186 | 2023-11-16T20:32:17.101Z | Downloaded pkcs8 v0.10.2 |
1187 | 2023-11-16T20:32:17.104Z | Downloaded tungstenite v0.18.0 |
1188 | 2023-11-16T20:32:17.107Z | Downloaded heapless v0.7.16 |
1189 | 2023-11-16T20:32:17.110Z | Downloaded tokio-rustls v0.24.1 |
1190 | 2023-11-16T20:32:17.113Z | Downloaded httparse v1.8.0 |
1191 | 2023-11-16T20:32:17.118Z | Downloaded zerocopy v0.3.0 |
1192 | 2023-11-16T20:32:17.121Z | Downloaded static_assertions v1.1.0 |
1193 | 2023-11-16T20:32:17.124Z | Downloaded httptest v0.15.5 |
1194 | 2023-11-16T20:32:17.169Z | Downloaded predicates-core v1.0.6 |
1195 | 2023-11-16T20:32:17.174Z | Downloaded thread_local v1.1.7 |
1196 | 2023-11-16T20:32:17.180Z | Downloaded thiserror-impl-no-std v2.0.2 |
1197 | 2023-11-16T20:32:17.184Z | Downloaded siphasher v0.3.11 |
1198 | 2023-11-16T20:32:17.187Z | Downloaded tokio-tungstenite v0.18.0 |
1199 | 2023-11-16T20:32:17.191Z | Downloaded tokio-stream v0.1.14 |
1200 | 2023-11-16T20:32:17.194Z | Downloaded partial-io v0.5.4 |
1201 | 2023-11-16T20:32:17.196Z | Downloaded dirs-next v2.0.0 |
1202 | 2023-11-16T20:32:17.199Z | Downloaded tinyvec v1.6.0 |
1203 | 2023-11-16T20:32:17.205Z | Downloaded num-bigint-dig v0.8.4 |
1204 | 2023-11-16T20:32:17.210Z | Downloaded crossbeam-channel v0.5.8 |
1205 | 2023-11-16T20:32:17.213Z | Downloaded criterion v0.5.1 |
1206 | 2023-11-16T20:32:17.217Z | Downloaded humantime v2.1.0 |
1207 | 2023-11-16T20:32:17.221Z | Downloaded bytes v1.5.0 |
1208 | 2023-11-16T20:32:17.224Z | Downloaded serde_with_macros v2.3.3 |
1209 | 2023-11-16T20:32:17.227Z | Downloaded pest_generator v2.7.2 |
1210 | 2023-11-16T20:32:18.235Z | Downloaded parking_lot_core v0.9.8 |
1211 | 2023-11-16T20:32:18.239Z | Downloaded pin-project-internal v1.1.3 |
1212 | 2023-11-16T20:32:18.243Z | Downloaded fxhash v0.2.1 |
1213 | 2023-11-16T20:32:18.245Z | Downloaded dyn-clone v1.0.13 |
1214 | 2023-11-16T20:32:18.254Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1215 | 2023-11-16T20:32:18.257Z | Downloaded same-file v1.0.6 |
1216 | 2023-11-16T20:32:18.260Z | Downloaded serde_repr v0.1.16 |
1217 | 2023-11-16T20:32:18.263Z | Downloaded pin-project-lite v0.2.13 |
1218 | 2023-11-16T20:32:18.266Z | Downloaded funty v2.0.0 |
1219 | 2023-11-16T20:32:18.268Z | Downloaded ff v0.13.0 |
1220 | 2023-11-16T20:32:18.271Z | Downloaded tungstenite v0.20.1 |
1221 | 2023-11-16T20:32:18.274Z | Downloaded glob v0.3.1 |
1222 | 2023-11-16T20:32:18.277Z | Downloaded tinytemplate v1.2.1 |
1223 | 2023-11-16T20:32:18.279Z | Downloaded rustc-hash v1.1.0 |
1224 | 2023-11-16T20:32:18.283Z | Downloaded num-bigint v0.4.4 |
1225 | 2023-11-16T20:32:18.286Z | Downloaded ucd-trie v0.1.6 |
1226 | 2023-11-16T20:32:18.289Z | Downloaded typenum v1.16.0 |
1227 | 2023-11-16T20:32:18.292Z | Downloaded signature v1.6.4 |
1228 | 2023-11-16T20:32:18.295Z | Downloaded futures-core v0.3.29 |
1229 | 2023-11-16T20:32:18.298Z | Downloaded fnv v1.0.7 |
1230 | 2023-11-16T20:32:18.300Z | Downloaded sct v0.7.0 |
1231 | 2023-11-16T20:32:18.303Z | Downloaded unicode-bidi v0.3.13 |
1232 | 2023-11-16T20:32:18.306Z | Downloaded rustfmt-wrapper v0.2.0 |
1233 | 2023-11-16T20:32:18.309Z | Downloaded getrandom v0.2.10 |
1234 | 2023-11-16T20:32:18.313Z | Downloaded unsafe-libyaml v0.2.9 |
1235 | 2023-11-16T20:32:18.316Z | Downloaded minimal-lexical v0.2.1 |
1236 | 2023-11-16T20:32:18.318Z | Downloaded backtrace v0.3.69 |
1237 | 2023-11-16T20:32:18.322Z | Downloaded base64 v0.21.5 |
1238 | 2023-11-16T20:32:18.325Z | Downloaded rustversion v1.0.14 |
1239 | 2023-11-16T20:32:18.327Z | Downloaded remove_dir_all v0.5.3 |
1240 | 2023-11-16T20:32:18.330Z | Downloaded darling_core v0.14.4 |
1241 | 2023-11-16T20:32:18.333Z | Downloaded rustc_version v0.4.0 |
1242 | 2023-11-16T20:32:18.337Z | Downloaded rust-argon2 v1.0.1 |
1243 | 2023-11-16T20:32:18.340Z | Downloaded chacha20poly1305 v0.10.1 |
1244 | 2023-11-16T20:32:18.343Z | Downloaded phf_shared v0.11.2 |
1245 | 2023-11-16T20:32:18.346Z | Downloaded fragile v2.0.0 |
1246 | 2023-11-16T20:32:18.349Z | Downloaded fixedbitset v0.4.2 |
1247 | 2023-11-16T20:32:18.351Z | Downloaded fd-lock v3.0.13 |
1248 | 2023-11-16T20:32:18.354Z | Downloaded percent-encoding v2.3.0 |
1249 | 2023-11-16T20:32:18.357Z | Downloaded pem v3.0.2 |
1250 | 2023-11-16T20:32:18.360Z | Downloaded xattr v1.0.1 |
1251 | 2023-11-16T20:32:18.363Z | Downloaded whoami v1.4.1 |
1252 | 2023-11-16T20:32:18.369Z | Downloaded futures-io v0.3.29 |
1253 | 2023-11-16T20:32:18.375Z | Downloaded const-oid v0.9.5 |
1254 | 2023-11-16T20:32:18.413Z | Downloaded futures-executor v0.3.29 |
1255 | 2023-11-16T20:32:18.419Z | Downloaded schemars v0.8.13 |
1256 | 2023-11-16T20:32:18.426Z | Downloaded paste v1.0.14 |
1257 | 2023-11-16T20:32:18.429Z | Downloaded similar v2.2.1 |
1258 | 2023-11-16T20:32:18.432Z | Downloaded signal-hook v0.3.17 |
1259 | 2023-11-16T20:32:18.524Z | Downloaded bzip2 v0.4.4 |
1260 | 2023-11-16T20:32:18.527Z | Downloaded swrite v0.1.0 |
1261 | 2023-11-16T20:32:18.530Z | Downloaded rustc_version v0.1.7 |
1262 | 2023-11-16T20:32:18.533Z | Downloaded float-cmp v0.9.0 |
1263 | 2023-11-16T20:32:18.548Z | Downloaded subprocess v0.2.9 |
1264 | 2023-11-16T20:32:18.552Z | Downloaded darling_macro v0.14.4 |
1265 | 2023-11-16T20:32:18.555Z | Downloaded itertools v0.11.0 |
1266 | 2023-11-16T20:32:18.558Z | Downloaded path-slash v0.1.5 |
1267 | 2023-11-16T20:32:18.562Z | Downloaded vte v0.11.1 |
1268 | 2023-11-16T20:32:18.565Z | Downloaded base64 v0.13.1 |
1269 | 2023-11-16T20:32:18.568Z | Downloaded bitflags v2.4.0 |
1270 | 2023-11-16T20:32:18.572Z | Downloaded arc-swap v1.6.0 |
1271 | 2023-11-16T20:32:18.575Z | Downloaded heck v0.3.3 |
1272 | 2023-11-16T20:32:18.578Z | Downloaded hash32 v0.2.1 |
1273 | 2023-11-16T20:32:18.582Z | Downloaded parking_lot v0.12.1 |
1274 | 2023-11-16T20:32:18.588Z | Downloaded darling v0.20.3 |
1275 | 2023-11-16T20:32:18.591Z | Downloaded tar v0.4.40 |
1276 | 2023-11-16T20:32:18.594Z | Downloaded serde-big-array v0.4.1 |
1277 | 2023-11-16T20:32:18.607Z | Downloaded spin v0.5.2 |
1278 | 2023-11-16T20:32:18.610Z | Downloaded toolchain_find v0.2.0 |
1279 | 2023-11-16T20:32:18.613Z | Downloaded futures-sink v0.3.29 |
1280 | 2023-11-16T20:32:18.616Z | Downloaded path-dedot v3.1.0 |
1281 | 2023-11-16T20:32:18.619Z | Downloaded parse-display-derive v0.8.2 |
1282 | 2023-11-16T20:32:18.622Z | Downloaded tap v1.0.1 |
1283 | 2023-11-16T20:32:18.625Z | Downloaded time-macros v0.2.13 |
1284 | 2023-11-16T20:32:18.628Z | Downloaded hubpack v0.1.2 |
1285 | 2023-11-16T20:32:18.631Z | Downloaded supports-color v2.1.0 |
1286 | 2023-11-16T20:32:18.634Z | Downloaded miniz_oxide v0.7.1 |
1287 | 2023-11-16T20:32:18.637Z | Downloaded untrusted v0.7.1 |
1288 | 2023-11-16T20:32:18.640Z | Downloaded num-complex v0.4.4 |
1289 | 2023-11-16T20:32:18.643Z | Downloaded blake2 v0.10.6 |
1290 | 2023-11-16T20:32:18.650Z | Downloaded globset v0.4.13 |
1291 | 2023-11-16T20:32:18.653Z | Downloaded termios v0.3.3 |
1292 | 2023-11-16T20:32:18.657Z | Downloaded log v0.4.20 |
1293 | 2023-11-16T20:32:18.660Z | Downloaded take_mut v0.2.2 |
1294 | 2023-11-16T20:32:18.663Z | Downloaded wyz v0.5.1 |
1295 | 2023-11-16T20:32:18.666Z | Downloaded unicode-linebreak v0.1.5 |
1296 | 2023-11-16T20:32:18.669Z | Downloaded papergrid v0.10.0 |
1297 | 2023-11-16T20:32:18.672Z | Downloaded argon2 v0.5.2 |
1298 | 2023-11-16T20:32:18.675Z | Downloaded version_check v0.9.4 |
1299 | 2023-11-16T20:32:18.678Z | Downloaded wait-timeout v0.2.0 |
1300 | 2023-11-16T20:32:18.681Z | Downloaded universal-hash v0.5.1 |
1301 | 2023-11-16T20:32:18.686Z | Downloaded usdt-impl v0.3.5 |
1302 | 2023-11-16T20:32:18.689Z | Downloaded usdt v0.3.5 |
1303 | 2023-11-16T20:32:18.692Z | Downloaded unicode-width v0.1.11 |
1304 | 2023-11-16T20:32:18.695Z | Downloaded ahash v0.8.3 |
1305 | 2023-11-16T20:32:18.698Z | Downloaded basic-toml v0.1.4 |
1306 | 2023-11-16T20:32:18.701Z | Downloaded addr2line v0.21.0 |
1307 | 2023-11-16T20:32:18.704Z | Downloaded parking_lot v0.11.2 |
1308 | 2023-11-16T20:32:18.707Z | Downloaded owo-colors v3.5.0 |
1309 | 2023-11-16T20:32:18.711Z | Downloaded num-rational v0.4.1 |
1310 | 2023-11-16T20:32:18.714Z | Downloaded unarray v0.1.4 |
1311 | 2023-11-16T20:32:18.717Z | Downloaded nu-ansi-term v0.49.0 |
1312 | 2023-11-16T20:32:18.720Z | Downloaded futures-task v0.3.29 |
1313 | 2023-11-16T20:32:18.725Z | Downloaded ciborium v0.2.1 |
1314 | 2023-11-16T20:32:18.728Z | Downloaded indicatif v0.17.7 |
1315 | 2023-11-16T20:32:18.731Z | Downloaded unicase v2.7.0 |
1316 | 2023-11-16T20:32:18.736Z | Downloaded structmeta-derive v0.2.0 |
1317 | 2023-11-16T20:32:18.740Z | Downloaded slog-bunyan v2.4.0 |
1318 | 2023-11-16T20:32:18.744Z | Downloaded slog-async v2.8.0 |
1319 | 2023-11-16T20:32:18.748Z | Downloaded thread-id v4.2.0 |
1320 | 2023-11-16T20:32:18.751Z | Downloaded num-traits v0.2.16 |
1321 | 2023-11-16T20:32:18.754Z | Downloaded clang-sys v1.6.1 |
1322 | 2023-11-16T20:32:18.757Z | Downloaded ipnet v2.8.0 |
1323 | 2023-11-16T20:32:18.760Z | Downloaded darling_core v0.20.3 |
1324 | 2023-11-16T20:32:18.769Z | Downloaded hex-literal v0.4.1 |
1325 | 2023-11-16T20:32:18.772Z | Downloaded tui-tree-widget v0.13.0 |
1326 | 2023-11-16T20:32:18.775Z | Downloaded smallvec v0.6.14 |
1327 | 2023-11-16T20:32:18.778Z | Downloaded signature v2.1.0 |
1328 | 2023-11-16T20:32:18.781Z | Downloaded schemars_derive v0.8.13 |
1329 | 2023-11-16T20:32:18.786Z | Downloaded crypto-bigint v0.5.2 |
1330 | 2023-11-16T20:32:18.789Z | Downloaded block-padding v0.3.3 |
1331 | 2023-11-16T20:32:18.793Z | Downloaded bit-vec v0.6.3 |
1332 | 2023-11-16T20:32:18.797Z | Downloaded smf v0.2.2 |
1333 | 2023-11-16T20:32:18.803Z | Downloaded crossbeam-epoch v0.9.15 |
1334 | 2023-11-16T20:32:18.807Z | Downloaded darling v0.14.4 |
1335 | 2023-11-16T20:32:18.811Z | Downloaded cancel-safe-futures v0.1.5 |
1336 | 2023-11-16T20:32:18.816Z | Downloaded serde_tokenstream v0.1.7 |
1337 | 2023-11-16T20:32:18.820Z | Downloaded serde_path_to_error v0.1.14 |
1338 | 2023-11-16T20:32:18.828Z | Downloaded semver v0.11.0 |
1339 | 2023-11-16T20:32:18.834Z | Downloaded rusty-fork v0.3.0 |
1340 | 2023-11-16T20:32:18.839Z | Downloaded http-range v0.1.5 |
1341 | 2023-11-16T20:32:18.843Z | Downloaded headers-core v0.2.0 |
1342 | 2023-11-16T20:32:18.849Z | Downloaded num v0.4.1 |
1343 | 2023-11-16T20:32:18.854Z | Downloaded nodrop v0.1.14 |
1344 | 2023-11-16T20:32:18.859Z | Downloaded crossbeam-deque v0.8.3 |
1345 | 2023-11-16T20:32:18.870Z | Downloaded cipher v0.4.4 |
1346 | 2023-11-16T20:32:18.874Z | Downloaded multer v2.1.0 |
1347 | 2023-11-16T20:32:18.877Z | Downloaded libefi-sys v0.1.0 |
1348 | 2023-11-16T20:32:18.880Z | Downloaded arrayvec v0.7.4 |
1349 | 2023-11-16T20:32:18.883Z | Downloaded assert_cmd v2.0.12 |
1350 | 2023-11-16T20:32:18.886Z | Downloaded want v0.3.1 |
1351 | 2023-11-16T20:32:18.890Z | Downloaded serde_tokenstream v0.2.0 |
1352 | 2023-11-16T20:32:18.892Z | Downloaded memoffset v0.7.1 |
1353 | 2023-11-16T20:32:18.896Z | Downloaded ascii-canvas v3.0.0 |
1354 | 2023-11-16T20:32:18.899Z | Downloaded packed_struct v0.10.1 |
1355 | 2023-11-16T20:32:18.902Z | Downloaded crossbeam-queue v0.3.8 |
1356 | 2023-11-16T20:32:18.905Z | Downloaded libloading v0.7.4 |
1357 | 2023-11-16T20:32:18.908Z | Downloaded kstat-rs v0.2.3 |
1358 | 2023-11-16T20:32:18.911Z | Downloaded chacha20 v0.9.1 |
1359 | 2023-11-16T20:32:18.914Z | Downloaded base64ct v1.6.0 |
1360 | 2023-11-16T20:32:18.918Z | Downloaded backoff v0.4.0 |
1361 | 2023-11-16T20:32:18.921Z | Downloaded ansi_term v0.12.1 |
1362 | 2023-11-16T20:32:18.925Z | Downloaded packed_struct_codegen v0.10.1 |
1363 | 2023-11-16T20:32:18.928Z | Downloaded serial_test v0.10.0 |
1364 | 2023-11-16T20:32:18.932Z | Downloaded console v0.15.7 |
1365 | 2023-11-16T20:32:18.937Z | Downloaded ipnetwork v0.20.0 |
1366 | 2023-11-16T20:32:18.940Z | Downloaded opaque-debug v0.3.0 |
1367 | 2023-11-16T20:32:18.948Z | Downloaded curve25519-dalek-derive v0.1.0 |
1368 | 2023-11-16T20:32:18.951Z | Downloaded crc v3.0.1 |
1369 | 2023-11-16T20:32:18.955Z | Downloaded once_cell v1.18.0 |
1370 | 2023-11-16T20:32:18.961Z | Downloaded native-tls v0.2.11 |
1371 | 2023-11-16T20:32:18.970Z | Downloaded lock_api v0.4.10 |
1372 | 2023-11-16T20:32:18.976Z | Downloaded crunchy v0.2.2 |
1373 | 2023-11-16T20:32:18.981Z | Downloaded cast v0.3.0 |
1374 | 2023-11-16T20:32:18.991Z | Downloaded indoc v1.0.9 |
1375 | 2023-11-16T20:32:19.001Z | Downloaded bb8 v0.8.1 |
1376 | 2023-11-16T20:32:19.015Z | Downloaded shlex v1.1.0 |
1377 | 2023-11-16T20:32:19.036Z | Downloaded corncobs v0.1.3 |
1378 | 2023-11-16T20:32:19.040Z | Downloaded lazycell v1.3.0 |
1379 | 2023-11-16T20:32:19.043Z | Downloaded is-terminal v0.4.9 |
1380 | 2023-11-16T20:32:19.046Z | Downloaded bitfield v0.14.0 |
1381 | 2023-11-16T20:32:19.049Z | Downloaded hyper-tls v0.5.0 |
1382 | 2023-11-16T20:32:19.053Z | Downloaded iana-time-zone v0.1.57 |
1383 | 2023-11-16T20:32:19.056Z | Downloaded bit-set v0.5.3 |
1384 | 2023-11-16T20:32:19.059Z | Downloaded async-stream v0.3.5 |
1385 | 2023-11-16T20:32:19.062Z | Downloaded async-trait v0.1.74 |
1386 | 2023-11-16T20:32:19.065Z | Downloaded approx v0.5.1 |
1387 | 2023-11-16T20:32:19.068Z | Downloaded libsw v3.3.0 |
1388 | 2023-11-16T20:32:19.072Z | Downloaded anes v0.1.6 |
1389 | 2023-11-16T20:32:19.075Z | Downloaded libtest-mimic v0.6.1 |
1390 | 2023-11-16T20:32:19.078Z | Downloaded lazy_static v1.4.0 |
1391 | 2023-11-16T20:32:19.082Z | Downloaded base16ct v0.2.0 |
1392 | 2023-11-16T20:32:19.086Z | Downloaded autocfg v1.1.0 |
1393 | 2023-11-16T20:32:19.089Z | Downloaded assert_matches v1.5.0 |
1394 | 2023-11-16T20:32:19.092Z | Downloaded aead v0.5.2 |
1395 | 2023-11-16T20:32:19.102Z | Downloaded atomic-waker v1.1.1 |
1396 | 2023-11-16T20:32:19.105Z | Downloaded array-init v0.0.4 |
1397 | 2023-11-16T20:32:19.108Z | Downloaded adler v1.0.2 |
1398 | 2023-11-16T20:32:19.111Z | Downloaded crc-catalog v2.2.0 |
1399 | 2023-11-16T20:32:19.115Z | Downloaded libxml v0.3.3 |
1400 | 2023-11-16T20:32:19.120Z | Downloaded lalrpop-util v0.19.12 |
1401 | 2023-11-16T20:32:19.123Z | Downloaded keccak v0.1.4 |
1402 | 2023-11-16T20:32:19.126Z | Downloaded is_ci v1.1.1 |
1403 | 2023-11-16T20:32:19.129Z | Downloaded inout v0.1.3 |
1404 | 2023-11-16T20:32:19.132Z | Downloaded indoc v2.0.3 |
1405 | 2023-11-16T20:32:19.135Z | Downloaded impl-trait-for-tuples v0.2.2 |
1406 | 2023-11-16T20:32:19.138Z | Downloaded crc-any v2.4.3 |
1407 | 2023-11-16T20:32:19.156Z | Downloaded termtree v0.4.1 |
1408 | 2023-11-16T20:32:19.160Z | Downloaded omicron-zone-package v0.8.3 |
1409 | 2023-11-16T20:32:19.163Z | Downloaded olpc-cjson v0.1.3 |
1410 | 2023-11-16T20:32:19.166Z | Downloaded num_enum v0.5.11 |
1411 | 2023-11-16T20:32:19.168Z | Downloaded nibble_vec v0.1.0 |
1412 | 2023-11-16T20:32:19.172Z | Downloaded mime_guess v2.0.4 |
1413 | 2023-11-16T20:32:19.175Z | Downloaded linked-hash-map v0.5.6 |
1414 | 2023-11-16T20:32:19.178Z | Downloaded crc32fast v1.3.2 |
1415 | 2023-11-16T20:32:19.182Z | Downloaded serial_test_derive v0.10.0 |
1416 | 2023-11-16T20:32:19.193Z | Downloaded num-iter v0.1.43 |
1417 | 2023-11-16T20:32:19.196Z | Downloaded maybe-uninit v2.0.0 |
1418 | 2023-11-16T20:32:19.225Z | Downloaded managed v0.8.0 |
1419 | 2023-11-16T20:32:19.228Z | Downloaded mockall_derive v0.11.4 |
1420 | 2023-11-16T20:32:19.231Z | Downloaded crossbeam-utils v0.8.16 |
1421 | 2023-11-16T20:32:19.237Z | Downloaded criterion-plot v0.5.0 |
1422 | 2023-11-16T20:32:19.240Z | Downloaded ident_case v1.0.1 |
1423 | 2023-11-16T20:32:19.244Z | Downloaded atomicwrites v0.4.2 |
1424 | 2023-11-16T20:32:19.247Z | Downloaded linear-map v1.2.0 |
1425 | 2023-11-16T20:32:19.259Z | Downloaded bytesize v1.3.0 |
1426 | 2023-11-16T20:32:19.263Z | Downloaded cookie v0.16.2 |
1427 | 2023-11-16T20:32:19.266Z | Downloaded buf-list v1.0.3 |
1428 | 2023-11-16T20:32:19.269Z | Downloaded bcs v0.1.6 |
1429 | 2023-11-16T20:32:19.275Z | Downloaded crypto-common v0.1.6 |
1430 | 2023-11-16T20:32:19.285Z | Downloaded cpufeatures v0.2.9 |
1431 | 2023-11-16T20:32:19.297Z | Downloaded constant_time_eq v0.3.0 |
1432 | 2023-11-16T20:32:19.304Z | Downloaded byteorder v1.5.0 |
1433 | 2023-11-16T20:32:19.309Z | Downloaded bytecount v0.6.3 |
1434 | 2023-11-16T20:32:19.313Z | Downloaded ciborium-ll v0.2.1 |
1435 | 2023-11-16T20:32:19.318Z | Downloaded block-buffer v0.10.4 |
1436 | 2023-11-16T20:32:19.334Z | Downloaded match_cfg v0.1.0 |
1437 | 2023-11-16T20:32:19.337Z | Compiling proc-macro2 v1.0.69 |
1438 | 2023-11-16T20:32:19.341Z | Compiling serde v1.0.192 |
1439 | 2023-11-16T20:32:19.347Z | Compiling autocfg v1.1.0 |
1440 | 2023-11-16T20:32:19.350Z | Compiling version_check v0.9.4 |
1441 | 2023-11-16T20:32:19.353Z | Compiling syn v1.0.109 |
1442 | 2023-11-16T20:32:19.356Z | Compiling parking_lot_core v0.9.8 |
1443 | 2023-11-16T20:32:19.360Z | Compiling libm v0.2.7 |
1444 | 2023-11-16T20:32:19.363Z | Compiling libc v0.2.150 |
1445 | 2023-11-16T20:32:19.366Z | Compiling futures-core v0.3.29 |
1446 | 2023-11-16T20:32:19.369Z | Compiling cfg-if v1.0.0 |
1447 | 2023-11-16T20:32:19.372Z | Compiling typenum v1.16.0 |
1448 | 2023-11-16T20:32:19.551Z | Compiling generic-array v0.14.7 |
1449 | 2023-11-16T20:32:19.574Z | Compiling once_cell v1.18.0 |
1450 | 2023-11-16T20:32:19.663Z | Compiling futures-task v0.3.29 |
1451 | 2023-11-16T20:32:19.742Z | Compiling lock_api v0.4.10 |
1452 | 2023-11-16T20:32:20.032Z | Compiling quote v1.0.33 |
1453 | 2023-11-16T20:32:20.217Z | Compiling num-traits v0.2.16 |
1454 | 2023-11-16T20:32:20.347Z | Compiling slab v0.4.9 |
1455 | 2023-11-16T20:32:20.476Z | Compiling futures-channel v0.3.29 |
1456 | 2023-11-16T20:32:20.691Z | Compiling syn v2.0.32 |
1457 | 2023-11-16T20:32:20.976Z | Compiling cc v1.0.83 |
1458 | 2023-11-16T20:32:21.285Z | Compiling futures-util v0.3.29 |
1459 | 2023-11-16T20:32:21.303Z | Compiling memchr v2.6.3 |
1460 | 2023-11-16T20:32:21.396Z | Compiling pkg-config v0.3.27 |
1461 | 2023-11-16T20:32:21.514Z | Compiling itoa v1.0.9 |
1462 | 2023-11-16T20:32:21.774Z | Compiling log v0.4.20 |
1463 | 2023-11-16T20:32:21.826Z | Compiling serde_json v1.0.108 |
1464 | 2023-11-16T20:32:21.983Z | Compiling rustix v0.38.9 |
1465 | 2023-11-16T20:32:22.331Z | Compiling schemars v0.8.13 |
1466 | 2023-11-16T20:32:22.439Z | Compiling httparse v1.8.0 |
1467 | 2023-11-16T20:32:22.813Z | Compiling indexmap v1.9.3 |
1468 | 2023-11-16T20:32:23.018Z | Compiling getrandom v0.2.10 |
1469 | 2023-11-16T20:32:23.068Z | Compiling ryu v1.0.15 |
1470 | 2023-11-16T20:32:23.262Z | Compiling vcpkg v0.2.15 |
1471 | 2023-11-16T20:32:23.575Z | Compiling hashbrown v0.14.2 |
1472 | 2023-11-16T20:32:23.619Z | Compiling equivalent v1.0.1 |
1473 | 2023-11-16T20:32:23.666Z | Compiling ahash v0.8.3 |
1474 | 2023-11-16T20:32:23.775Z | Compiling openssl v0.10.57 |
1475 | 2023-11-16T20:32:24.133Z | Compiling scopeguard v1.2.0 |
1476 | 2023-11-16T20:32:24.286Z | Compiling fnv v1.0.7 |
1477 | 2023-11-16T20:32:24.335Z | Compiling aho-corasick v1.0.4 |
1478 | 2023-11-16T20:32:24.447Z | Compiling rustls v0.21.8 |
1479 | 2023-11-16T20:32:24.842Z | Compiling regex-syntax v0.8.2 |
1480 | 2023-11-16T20:32:24.966Z | Compiling ring v0.16.20 |
1481 | 2023-11-16T20:32:24.994Z | Compiling ring v0.17.5 |
1482 | 2023-11-16T20:32:26.133Z | Compiling openssl-sys v0.9.93 |
1483 | 2023-11-16T20:32:28.869Z | Compiling native-tls v0.2.11 |
1484 | 2023-11-16T20:32:29.319Z | Compiling async-trait v0.1.74 |
1485 | 2023-11-16T20:32:29.765Z | Compiling ucd-trie v0.1.6 |
1486 | 2023-11-16T20:32:29.975Z | Compiling unicode-xid v0.2.4 |
1487 | 2023-11-16T20:32:30.201Z | Compiling regex-automata v0.4.3 |
1488 | 2023-11-16T20:32:30.531Z | Compiling smallvec v1.11.0 |
1489 | 2023-11-16T20:32:30.726Z | Compiling backtrace v0.3.69 |
1490 | 2023-11-16T20:32:31.327Z | Compiling crossbeam-utils v0.8.16 |
1491 | 2023-11-16T20:32:31.920Z | Compiling parking_lot v0.12.1 |
1492 | 2023-11-16T20:32:32.105Z | Compiling serde_derive_internals v0.26.0 |
1493 | 2023-11-16T20:32:32.430Z | Compiling iana-time-zone v0.1.57 |
1494 | 2023-11-16T20:32:32.944Z | Compiling anyhow v1.0.75 |
1495 | 2023-11-16T20:32:33.313Z | Compiling slog v2.7.0 |
1496 | 2023-11-16T20:32:33.953Z | Compiling num-integer v0.1.45 |
1497 | 2023-11-16T20:32:34.064Z | Compiling byteorder v1.5.0 |
1498 | 2023-11-16T20:32:34.377Z | Compiling crc32fast v1.3.2 |
1499 | 2023-11-16T20:32:34.397Z | Compiling dyn-clone v1.0.13 |
1500 | 2023-11-16T20:32:34.728Z | Compiling synstructure v0.12.6 |
1501 | 2023-11-16T20:32:34.793Z | Compiling spin v0.5.2 |
1502 | 2023-11-16T20:32:35.088Z | Compiling time-core v0.1.1 |
1503 | 2023-11-16T20:32:35.122Z | Compiling pin-project-lite v0.2.13 |
1504 | 2023-11-16T20:32:35.293Z | Compiling hashbrown v0.13.2 |
1505 | 2023-11-16T20:32:35.312Z | Compiling winnow v0.5.15 |
1506 | 2023-11-16T20:32:35.328Z | Compiling time-macros v0.2.13 |
1507 | 2023-11-16T20:32:35.976Z | Compiling rustversion v1.0.14 |
1508 | 2023-11-16T20:32:36.849Z | Compiling regex v1.10.2 |
1509 | 2023-11-16T20:32:37.122Z | Compiling signal-hook-registry v1.4.1 |
1510 | 2023-11-16T20:32:38.135Z | Compiling mio v0.8.8 |
1511 | 2023-11-16T20:32:38.846Z | Compiling errno v0.3.2 |
1512 | 2023-11-16T20:32:39.101Z | Compiling num_cpus v1.16.0 |
1513 | 2023-11-16T20:32:39.266Z | Compiling socket2 v0.5.4 |
1514 | 2023-11-16T20:32:39.312Z | Compiling usdt-impl v0.3.5 |
1515 | 2023-11-16T20:32:39.822Z | Compiling unicode-width v0.1.11 |
1516 | 2023-11-16T20:32:39.957Z | Compiling futures-sink v0.3.29 |
1517 | 2023-11-16T20:32:40.119Z | Compiling memoffset v0.9.0 |
1518 | 2023-11-16T20:32:40.200Z | Compiling tinyvec_macros v0.1.1 |
1519 | 2023-11-16T20:32:40.712Z | Compiling tinyvec v1.6.0 |
1520 | 2023-11-16T20:32:40.859Z | Compiling futures-io v0.3.29 |
1521 | 2023-11-16T20:32:41.057Z | Compiling pin-utils v0.1.0 |
1522 | 2023-11-16T20:32:41.149Z | Compiling spin v0.9.8 |
1523 | 2023-11-16T20:32:41.172Z | Compiling tracing-core v0.1.31 |
1524 | 2023-11-16T20:32:41.249Z | Compiling unicode-bidi v0.3.13 |
1525 | 2023-11-16T20:32:41.317Z | Compiling signal-hook v0.3.17 |
1526 | 2023-11-16T20:32:41.472Z | Compiling serde_derive v1.0.192 |
1527 | 2023-11-16T20:32:41.698Z | Compiling thiserror-impl v1.0.49 |
1528 | 2023-11-16T20:32:41.716Z | Compiling zeroize_derive v1.4.2 |
1529 | 2023-11-16T20:32:42.293Z | Compiling tokio-macros v2.1.0 |
1530 | 2023-11-16T20:32:42.830Z | Compiling futures-macro v0.3.29 |
1531 | 2023-11-16T20:32:43.219Z | Compiling tracing-attributes v0.1.26 |
1532 | 2023-11-16T20:32:43.390Z | Compiling schemars_derive v0.8.13 |
1533 | 2023-11-16T20:32:43.942Z | Compiling openssl-macros v0.1.1 |
1534 | 2023-11-16T20:32:44.696Z | Compiling zerocopy-derive v0.2.0 |
1535 | 2023-11-16T20:32:44.972Z | Compiling zerocopy-derive v0.6.4 |
1536 | 2023-11-16T20:32:46.084Z | Compiling thiserror v1.0.49 |
1537 | 2023-11-16T20:32:46.264Z | Compiling pest v2.7.2 |
1538 | 2023-11-16T20:32:47.409Z | Compiling zerocopy v0.3.0 |
1539 | 2023-11-16T20:32:47.860Z | Compiling unicode-normalization v0.1.22 |
1540 | 2023-11-16T20:32:48.053Z | Compiling clap_derive v4.4.2 |
1541 | 2023-11-16T20:32:48.272Z | Compiling strum_macros v0.25.2 |
1542 | 2023-11-16T20:32:48.541Z | Compiling tracing v0.1.37 |
1543 | 2023-11-16T20:32:48.747Z | Compiling dof v0.1.5 |
1544 | 2023-11-16T20:32:49.345Z | Compiling lazy_static v1.4.0 |
1545 | 2023-11-16T20:32:49.422Z | Compiling thread-id v4.2.0 |
1546 | 2023-11-16T20:32:49.567Z | Compiling crossbeam-epoch v0.9.15 |
1547 | 2023-11-16T20:32:49.742Z | Compiling strsim v0.10.0 |
1548 | 2023-11-16T20:32:49.977Z | Compiling num-iter v0.1.43 |
1549 | 2023-11-16T20:32:50.387Z | Compiling base64 v0.21.5 |
1550 | 2023-11-16T20:32:50.397Z | Compiling pest_meta v2.7.2 |
1551 | 2023-11-16T20:32:50.724Z | Compiling either v1.9.0 |
1552 | 2023-11-16T20:32:51.229Z | Compiling rand_core v0.6.4 |
1553 | 2023-11-16T20:32:51.298Z | Compiling percent-encoding v2.3.0 |
1554 | 2023-11-16T20:32:51.472Z | Compiling untrusted v0.9.0 |
1555 | 2023-11-16T20:32:51.719Z | Compiling untrusted v0.7.1 |
1556 | 2023-11-16T20:32:51.793Z | Compiling foreign-types-shared v0.1.1 |
1557 | 2023-11-16T20:32:51.809Z | Compiling hashbrown v0.12.3 |
1558 | 2023-11-16T20:32:51.920Z | Compiling openssl-probe v0.1.5 |
1559 | 2023-11-16T20:32:52.329Z | Compiling foreign-types v0.3.2 |
1560 | 2023-11-16T20:32:52.446Z | Compiling pest_generator v2.7.2 |
1561 | 2023-11-16T20:32:55.495Z | Compiling zeroize v1.6.0 |
1562 | 2023-11-16T20:32:55.991Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1563 | 2023-11-16T20:32:56.617Z | Compiling try-lock v0.2.4 |
1564 | 2023-11-16T20:32:56.805Z | Compiling want v0.3.1 |
1565 | 2023-11-16T20:32:57.377Z | Compiling pest_derive v2.7.2 |
1566 | 2023-11-16T20:32:57.647Z | Compiling sct v0.7.0 |
1567 | 2023-11-16T20:32:57.977Z | Compiling form_urlencoded v1.2.0 |
1568 | 2023-11-16T20:32:58.326Z | Compiling socket2 v0.4.9 |
1569 | 2023-11-16T20:32:58.485Z | Compiling dtrace-parser v0.1.14 |
1570 | 2023-11-16T20:32:58.503Z | Compiling rustls-webpki v0.101.7 |
1571 | 2023-11-16T20:32:59.145Z | Compiling tower-service v0.3.2 |
1572 | 2023-11-16T20:32:59.305Z | Compiling httpdate v1.0.3 |
1573 | 2023-11-16T20:32:59.634Z | Compiling rustls-pemfile v1.0.3 |
1574 | 2023-11-16T20:33:00.115Z | Compiling idna v0.4.0 |
1575 | 2023-11-16T20:33:00.534Z | Compiling adler v1.0.2 |
1576 | 2023-11-16T20:33:00.833Z | Compiling siphasher v0.3.11 |
1577 | 2023-11-16T20:33:00.919Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1578 | 2023-11-16T20:33:01.272Z | Compiling miniz_oxide v0.7.1 |
1579 | 2023-11-16T20:33:01.291Z | Compiling rustls-native-certs v0.6.3 |
1580 | 2023-11-16T20:33:01.431Z | Compiling bitflags v1.3.2 |
1581 | 2023-11-16T20:33:01.558Z | Compiling ipnet v2.8.0 |
1582 | 2023-11-16T20:33:01.808Z | Compiling url v2.4.1 |
1583 | 2023-11-16T20:33:02.133Z | Compiling encoding_rs v0.8.33 |
1584 | 2023-11-16T20:33:02.506Z | Compiling gimli v0.28.0 |
1585 | 2023-11-16T20:33:02.712Z | Compiling mime v0.3.17 |
1586 | 2023-11-16T20:33:03.246Z | Compiling webpki-roots v0.25.2 |
1587 | 2023-11-16T20:33:03.501Z | Compiling crypto-common v0.1.6 |
1588 | 2023-11-16T20:33:03.523Z | Compiling enum-as-inner v0.5.1 |
1589 | 2023-11-16T20:33:04.044Z | Compiling indexmap v2.1.0 |
1590 | 2023-11-16T20:33:04.141Z | Compiling bytes v1.5.0 |
1591 | 2023-11-16T20:33:04.636Z | Compiling uuid v1.5.0 |
1592 | 2023-11-16T20:33:04.964Z | Compiling chrono v0.4.31 |
1593 | 2023-11-16T20:33:05.763Z | Compiling semver v1.0.20 |
1594 | 2023-11-16T20:33:06.059Z | Compiling http v0.2.9 |
1595 | 2023-11-16T20:33:06.092Z | Compiling bitflags v2.4.0 |
1596 | 2023-11-16T20:33:06.700Z | Compiling toml_datetime v0.6.5 |
1597 | 2023-11-16T20:33:06.871Z | Compiling serde_spanned v0.6.4 |
1598 | 2023-11-16T20:33:07.186Z | Compiling rustc_version v0.4.0 |
1599 | 2023-11-16T20:33:07.310Z | Compiling toml_edit v0.19.15 |
1600 | 2023-11-16T20:33:08.172Z | Compiling tokio v1.33.0 |
1601 | 2023-11-16T20:33:08.295Z | Compiling openapiv3 v2.0.0-rc.1 |
1602 | 2023-11-16T20:33:10.880Z | Compiling serde_tokenstream v0.1.7 |
1603 | 2023-11-16T20:33:11.636Z | Compiling http-body v0.4.5 |
1604 | 2023-11-16T20:33:12.615Z | Compiling heapless v0.7.16 |
1605 | 2023-11-16T20:33:12.957Z | Compiling usdt-macro v0.3.5 |
1606 | 2023-11-16T20:33:13.222Z | Compiling usdt-attr-macro v0.3.5 |
1607 | 2023-11-16T20:33:14.460Z | Compiling serde_urlencoded v0.7.1 |
1608 | 2023-11-16T20:33:14.481Z | Compiling addr2line v0.21.0 |
1609 | 2023-11-16T20:33:14.770Z | Compiling diesel_table_macro_syntax v0.1.0 |
1610 | 2023-11-16T20:33:15.258Z | Compiling object v0.32.1 |
1611 | 2023-11-16T20:33:15.296Z | Compiling num-bigint v0.4.4 |
1612 | 2023-11-16T20:33:15.357Z | Compiling bit-vec v0.6.3 |
1613 | 2023-11-16T20:33:15.430Z | Compiling rustc-demangle v0.1.23 |
1614 | 2023-11-16T20:33:15.938Z | Compiling smoltcp v0.9.1 |
1615 | 2023-11-16T20:33:16.361Z | Compiling diesel_derives v2.1.1 |
1616 | 2023-11-16T20:33:16.512Z | Compiling flate2 v1.0.28 |
1617 | 2023-11-16T20:33:16.805Z | Compiling phf_shared v0.10.0 |
1618 | 2023-11-16T20:33:16.886Z | Compiling block-buffer v0.10.4 |
1619 | 2023-11-16T20:33:17.229Z | Compiling hubpack_derive v0.1.1 |
1620 | 2023-11-16T20:33:17.360Z | Compiling const-oid v0.9.5 |
1621 | 2023-11-16T20:33:17.997Z | Compiling fixedbitset v0.4.2 |
1622 | 2023-11-16T20:33:18.867Z | Compiling ppv-lite86 v0.2.17 |
1623 | 2023-11-16T20:33:18.873Z | Compiling new_debug_unreachable v1.0.4 |
1624 | 2023-11-16T20:33:18.881Z | Compiling precomputed-hash v0.1.1 |
1625 | 2023-11-16T20:33:18.965Z | Compiling subtle v2.5.0 |
1626 | 2023-11-16T20:33:18.984Z | Compiling string_cache v0.8.7 |
1627 | 2023-11-16T20:33:19.384Z | Compiling petgraph v0.6.4 |
1628 | 2023-11-16T20:33:19.611Z | Compiling bit-set v0.5.3 |
1629 | 2023-11-16T20:33:19.688Z | Compiling rand_chacha v0.3.1 |
1630 | 2023-11-16T20:33:20.035Z | Compiling toml v0.7.8 |
1631 | 2023-11-16T20:33:23.378Z | Compiling digest v0.10.7 |
1632 | 2023-11-16T20:33:25.500Z | Compiling tokio-util v0.7.10 |
1633 | 2023-11-16T20:33:26.375Z | Compiling tokio-rustls v0.24.1 |
1634 | 2023-11-16T20:33:27.019Z | Compiling toml_edit v0.21.0 |
1635 | 2023-11-16T20:33:27.818Z | Compiling h2 v0.3.21 |
1636 | 2023-11-16T20:33:28.524Z | Compiling tokio-native-tls v0.3.1 |
1637 | 2023-11-16T20:33:29.727Z | Compiling itertools v0.10.5 |
1638 | 2023-11-16T20:33:50.366Z | Compiling lalrpop-util v0.19.12 |
1639 | 2023-11-16T20:33:50.771Z | Compiling unicode-segmentation v1.10.1 |
1640 | 2023-11-16T20:33:50.816Z | Compiling rand v0.8.5 |
1641 | 2023-11-16T20:33:50.865Z | Compiling serde_repr v0.1.16 |
1642 | 2023-11-16T20:33:50.958Z | Compiling io-lifetimes v1.0.11 |
1643 | 2023-11-16T20:33:51.007Z | Compiling cpufeatures v0.2.9 |
1644 | 2023-11-16T20:33:51.111Z | Compiling anstyle v1.0.2 |
1645 | 2023-11-16T20:33:51.545Z | Compiling utf8parse v0.2.1 |
1646 | 2023-11-16T20:33:51.571Z | Compiling sha2 v0.10.8 |
1647 | 2023-11-16T20:33:51.591Z | Compiling rustix v0.37.23 |
1648 | 2023-11-16T20:33:51.597Z | Compiling anstyle-parse v0.2.1 |
1649 | 2023-11-16T20:33:51.605Z | Compiling md-5 v0.10.5 |
1650 | 2023-11-16T20:33:51.610Z | Compiling hmac v0.12.1 |
1651 | 2023-11-16T20:33:51.614Z | Compiling stringprep v0.1.3 |
1652 | 2023-11-16T20:33:51.621Z | Compiling hash32 v0.2.1 |
1653 | 2023-11-16T20:33:51.659Z | Compiling fallible-iterator v0.2.0 |
1654 | 2023-11-16T20:33:51.686Z | Compiling colorchoice v1.0.0 |
1655 | 2023-11-16T20:33:51.717Z | Compiling anstyle-query v1.0.0 |
1656 | 2023-11-16T20:33:51.736Z | Compiling stable_deref_trait v1.2.0 |
1657 | 2023-11-16T20:33:51.748Z | Compiling anstream v0.5.0 |
1658 | 2023-11-16T20:33:51.772Z | Compiling terminal_size v0.2.6 |
1659 | 2023-11-16T20:33:51.789Z | Compiling postgres-protocol v0.6.6 |
1660 | 2023-11-16T20:33:51.811Z | Compiling phf_shared v0.11.2 |
1661 | 2023-11-16T20:33:51.861Z | Compiling block-padding v0.3.3 |
1662 | 2023-11-16T20:33:51.895Z | Compiling scheduled-thread-pool v0.2.7 |
1663 | 2023-11-16T20:33:51.935Z | Compiling managed v0.8.0 |
1664 | 2023-11-16T20:33:51.968Z | Compiling clap_lex v0.5.1 |
1665 | 2023-11-16T20:33:51.980Z | Compiling deranged v0.3.8 |
1666 | 2023-11-16T20:33:52.013Z | Compiling num_threads v0.1.6 |
1667 | 2023-11-16T20:33:52.034Z | Compiling matches v0.1.10 |
1668 | 2023-11-16T20:33:52.079Z | Compiling regex-automata v0.1.10 |
1669 | 2023-11-16T20:33:52.106Z | Compiling idna v0.2.3 |
1670 | 2023-11-16T20:33:52.115Z | Compiling postgres-types v0.2.6 |
1671 | 2023-11-16T20:33:52.122Z | Compiling clap_builder v4.4.2 |
1672 | 2023-11-16T20:33:52.131Z | Compiling hyper v0.14.27 |
1673 | 2023-11-16T20:33:52.162Z | Compiling bstr v0.2.17 |
1674 | 2023-11-16T20:33:52.182Z | Compiling time v0.3.27 |
1675 | 2023-11-16T20:33:52.289Z | Compiling signal-hook-mio v0.2.3 |
1676 | 2023-11-16T20:33:52.383Z | Compiling r2d2 v0.8.10 |
1677 | 2023-11-16T20:33:52.405Z | Compiling bzip2 v0.4.4 |
1678 | 2023-11-16T20:33:52.434Z | Compiling phf v0.11.2 |
1679 | 2023-11-16T20:33:52.494Z | Compiling inout v0.1.3 |
1680 | 2023-11-16T20:33:52.518Z | Compiling hubpack v0.1.2 |
1681 | 2023-11-16T20:33:52.611Z | Compiling ipnetwork v0.20.0 |
1682 | 2023-11-16T20:33:52.634Z | Compiling futures-executor v0.3.29 |
1683 | 2023-11-16T20:33:52.656Z | Compiling itertools v0.11.0 |
1684 | 2023-11-16T20:33:52.685Z | Compiling zerocopy v0.6.4 |
1685 | 2023-11-16T20:33:52.698Z | Compiling float-cmp v0.9.0 |
1686 | 2023-11-16T20:33:52.703Z | Compiling difflib v0.4.0 |
1687 | 2023-11-16T20:33:52.740Z | Compiling data-encoding v2.4.0 |
1688 | 2023-11-16T20:33:52.759Z | Compiling regex-automata v0.3.8 |
1689 | 2023-11-16T20:33:52.805Z | Compiling normalize-line-endings v0.3.0 |
1690 | 2023-11-16T20:33:52.826Z | Compiling whoami v1.4.1 |
1691 | 2023-11-16T20:33:52.848Z | Compiling static_assertions v1.1.0 |
1692 | 2023-11-16T20:33:52.890Z | Compiling predicates-core v1.0.6 |
1693 | 2023-11-16T20:33:52.894Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1694 | 2023-11-16T20:33:52.903Z | Compiling predicates v3.0.4 |
1695 | 2023-11-16T20:33:52.909Z | Compiling tokio-postgres v0.7.10 |
1696 | 2023-11-16T20:33:52.912Z | Compiling yasna v0.5.2 |
1697 | 2023-11-16T20:33:52.918Z | Compiling bstr v1.6.0 |
1698 | 2023-11-16T20:33:52.937Z | Compiling trust-dns-proto v0.22.0 |
1699 | 2023-11-16T20:33:53.019Z | Compiling hyper-rustls v0.24.2 |
1700 | 2023-11-16T20:33:53.030Z | Compiling hyper-tls v0.5.0 |
1701 | 2023-11-16T20:33:53.081Z | Compiling clap v4.4.3 |
1702 | 2023-11-16T20:33:53.097Z | Compiling futures v0.3.29 |
1703 | 2023-11-16T20:33:53.119Z | Compiling reqwest v0.11.22 |
1704 | 2023-11-16T20:33:53.131Z | Compiling diesel v2.1.3 |
1705 | 2023-11-16T20:33:53.146Z | Compiling cipher v0.4.4 |
1706 | 2023-11-16T20:33:53.168Z | Compiling similar v2.2.1 |
1707 | 2023-11-16T20:33:53.186Z | Compiling zip v0.6.6 |
1708 | 2023-11-16T20:33:53.204Z | Compiling crossterm v0.27.0 |
1709 | 2023-11-16T20:33:53.217Z | Compiling signature v2.1.0 |
1710 | 2023-11-16T20:33:53.239Z | Compiling tokio-stream v0.1.14 |
1711 | 2023-11-16T20:33:53.250Z | Compiling usdt v0.3.5 |
1712 | 2023-11-16T20:33:53.265Z | Compiling hex v0.4.3 |
1713 | 2023-11-16T20:33:53.292Z | Compiling console v0.15.7 |
1714 | 2023-11-16T20:33:53.305Z | Compiling serde_tokenstream v0.2.0 |
1715 | 2023-11-16T20:33:53.740Z | Compiling regress v0.7.1 |
1716 | 2023-11-16T20:33:53.970Z | Compiling getopts v0.2.21 |
1717 | 2023-11-16T20:33:54.246Z | Compiling unsafe-libyaml v0.2.9 |
1718 | 2023-11-16T20:33:55.775Z | Compiling ident_case v1.0.1 |
1719 | 2023-11-16T20:33:56.461Z | Compiling serde_yaml v0.9.25 |
1720 | 2023-11-16T20:33:57.272Z | Compiling paste v1.0.14 |
1721 | 2023-11-16T20:33:57.316Z | Compiling slog-async v2.8.0 |
1722 | 2023-11-16T20:33:57.799Z | Compiling multer v2.1.0 |
1723 | 2023-11-16T20:33:58.058Z | Compiling async-stream-impl v0.3.5 |
1724 | 2023-11-16T20:33:58.306Z | Compiling darling_core v0.20.3 |
1725 | 2023-11-16T20:33:59.668Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1726 | 2023-11-16T20:34:00.035Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1727 | 2023-11-16T20:34:02.093Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1728 | 2023-11-16T20:34:04.738Z | Compiling structmeta-derive v0.2.0 |
1729 | 2023-11-16T20:34:05.212Z | Compiling regex-syntax v0.7.5 |
1730 | 2023-11-16T20:34:07.082Z | Compiling darling_macro v0.20.3 |
1731 | 2023-11-16T20:34:08.469Z | Compiling darling v0.20.3 |
1732 | 2023-11-16T20:34:08.626Z | Compiling serde_with_macros v2.3.3 |
1733 | 2023-11-16T20:34:09.031Z | Compiling structmeta v0.2.0 |
1734 | 2023-11-16T20:34:09.620Z | Compiling test-strategy v0.3.1 |
1735 | 2023-11-16T20:34:15.396Z | Compiling parse-display-derive v0.8.2 |
1736 | 2023-11-16T20:34:22.191Z | Checking unicode-ident v1.0.12 |
1737 | 2023-11-16T20:34:23.176Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1738 | 2023-11-16T20:34:30.284Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1739 | 2023-11-16T20:34:30.482Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1740 | 2023-11-16T20:34:40.882Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1741 | 2023-11-16T20:34:54.312Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1742 | 2023-11-16T20:34:54.913Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1743 | 2023-11-16T20:35:00.185Z | Checking heck v0.4.1 |
1744 | 2023-11-16T20:35:02.262Z | Checking progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1745 | 2023-11-16T20:35:04.260Z | Checking fastrand v2.0.0 |
1746 | 2023-11-16T20:35:04.746Z | Checking tempfile v3.8.0 |
1747 | 2023-11-16T20:35:05.220Z | Checking sha1 v0.10.6 |
1748 | 2023-11-16T20:35:05.323Z | Checking match_cfg v0.1.0 |
1749 | 2023-11-16T20:35:05.440Z | Checking hostname v0.3.1 |
1750 | 2023-11-16T20:35:05.602Z | Checking atty v0.2.14 |
1751 | 2023-11-16T20:35:05.635Z | Checking quick-error v1.2.3 |
1752 | 2023-11-16T20:35:05.648Z | Checking crossbeam-channel v0.5.8 |
1753 | 2023-11-16T20:35:05.760Z | Checking camino v1.1.6 |
1754 | 2023-11-16T20:35:05.807Z | Checking dirs-sys-next v0.1.2 |
1755 | 2023-11-16T20:35:05.901Z | Checking thread_local v1.1.7 |
1756 | 2023-11-16T20:35:06.046Z | Checking dirs-next v2.0.0 |
1757 | 2023-11-16T20:35:06.218Z | Checking instant v0.1.12 |
1758 | 2023-11-16T20:35:06.317Z | Checking term v0.7.0 |
1759 | 2023-11-16T20:35:06.366Z | Checking toml v0.8.8 |
1760 | 2023-11-16T20:35:06.635Z | Checking strum v0.25.0 |
1761 | 2023-11-16T20:35:06.818Z | Checking take_mut v0.2.2 |
1762 | 2023-11-16T20:35:06.839Z | Checking slog-json v2.6.1 |
1763 | 2023-11-16T20:35:06.842Z | Checking serde_with v2.3.3 |
1764 | 2023-11-16T20:35:06.898Z | Checking wait-timeout v0.2.0 |
1765 | 2023-11-16T20:35:06.948Z | Checking slog-term v2.9.0 |
1766 | 2023-11-16T20:35:07.150Z | Checking debug-ignore v1.0.5 |
1767 | 2023-11-16T20:35:07.200Z | Checking atomic-waker v1.1.1 |
1768 | 2023-11-16T20:35:07.342Z | Checking slog-bunyan v2.4.0 |
1769 | 2023-11-16T20:35:07.379Z | Checking waitgroup v0.1.2 |
1770 | 2023-11-16T20:35:07.536Z | Checking async-stream v0.3.5 |
1771 | 2023-11-16T20:35:07.556Z | Checking serde_path_to_error v0.1.14 |
1772 | 2023-11-16T20:35:07.573Z | Checking rusty-fork v0.3.0 |
1773 | 2023-11-16T20:35:07.683Z | Checking rand_xorshift v0.3.0 |
1774 | 2023-11-16T20:35:07.913Z | Checking unarray v0.1.4 |
1775 | 2023-11-16T20:35:08.036Z | Checking backoff v0.4.0 |
1776 | 2023-11-16T20:35:08.495Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1777 | 2023-11-16T20:35:08.527Z | Checking parse-display v0.8.2 |
1778 | 2023-11-16T20:35:08.681Z | Checking macaddr v1.0.1 |
1779 | 2023-11-16T20:35:09.186Z | Compiling proc-macro-error-attr v1.0.4 |
1780 | 2023-11-16T20:35:09.741Z | Compiling proc-macro-crate v1.3.1 |
1781 | 2023-11-16T20:35:09.767Z | Compiling proc-macro-error v1.0.4 |
1782 | 2023-11-16T20:35:11.040Z | Compiling num_enum_derive v0.5.11 |
1783 | 2023-11-16T20:35:12.823Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1784 | 2023-11-16T20:35:12.867Z | Checking progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1785 | 2023-11-16T20:35:13.205Z | Checking proptest v1.3.1 |
1786 | 2023-11-16T20:35:13.313Z | Compiling crucible-workspace-hack v0.1.0 |
1787 | 2023-11-16T20:35:13.352Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1788 | 2023-11-16T20:35:13.368Z | Compiling foreign-types-macros v0.2.3 |
1789 | 2023-11-16T20:35:13.825Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1790 | 2023-11-16T20:35:13.843Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1791 | 2023-11-16T20:35:14.310Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1792 | 2023-11-16T20:35:14.345Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1793 | 2023-11-16T20:35:15.458Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1794 | 2023-11-16T20:35:15.691Z | Compiling zone_cfg_derive v0.3.0 |
1795 | 2023-11-16T20:35:15.929Z | Compiling mockall_derive v0.11.4 |
1796 | 2023-11-16T20:35:15.945Z | Compiling num-derive v0.4.0 |
1797 | 2023-11-16T20:35:34.065Z | Checking is-terminal v0.4.9 |
1798 | 2023-11-16T20:35:59.023Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1799 | 2023-11-16T20:36:05.267Z | Checking termtree v0.4.1 |
1800 | 2023-11-16T20:36:05.559Z | Checking predicates-tree v1.0.9 |
1801 | 2023-11-16T20:36:06.569Z | Checking num_enum v0.5.11 |
1802 | 2023-11-16T20:36:06.609Z | Checking postcard-cobs v0.1.5-pre |
1803 | 2023-11-16T20:36:06.839Z | Checking postcard v0.7.3 |
1804 | 2023-11-16T20:36:07.229Z | Checking smoltcp v0.8.2 |
1805 | 2023-11-16T20:36:07.841Z | Checking base64ct v1.6.0 |
1806 | 2023-11-16T20:36:07.928Z | Checking cfg-if v0.1.10 |
1807 | 2023-11-16T20:36:08.050Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1808 | 2023-11-16T20:36:08.249Z | Checking foreign-types-shared v0.3.1 |
1809 | 2023-11-16T20:36:08.401Z | Checking foreign-types v0.5.0 |
1810 | 2023-11-16T20:36:08.706Z | Checking cstr-argument v0.1.2 |
1811 | 2023-11-16T20:36:08.802Z | Checking pretty-hex v0.2.1 |
1812 | 2023-11-16T20:36:08.920Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1813 | 2023-11-16T20:36:09.008Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1814 | 2023-11-16T20:36:09.375Z | Checking colored v2.0.4 |
1815 | 2023-11-16T20:36:09.965Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1816 | 2023-11-16T20:36:10.038Z | Checking predicates v2.1.5 |
1817 | 2023-11-16T20:36:10.226Z | Compiling heck v0.3.3 |
1818 | 2023-11-16T20:36:10.444Z | Checking downcast v0.11.0 |
1819 | 2023-11-16T20:36:10.730Z | Checking fragile v2.0.0 |
1820 | 2023-11-16T20:36:10.786Z | Compiling libefi-sys v0.1.0 |
1821 | 2023-11-16T20:36:11.100Z | Compiling structopt-derive v0.4.18 |
1822 | 2023-11-16T20:36:11.134Z | Checking mockall v0.11.4 |
1823 | 2023-11-16T20:36:11.234Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
1824 | 2023-11-16T20:36:11.459Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
1825 | 2023-11-16T20:36:11.574Z | Checking zone v0.3.0 |
1826 | 2023-11-16T20:36:11.632Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1827 | 2023-11-16T20:36:20.942Z | Checking smf v0.2.2 |
1828 | 2023-11-16T20:36:20.987Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1829 | 2023-11-16T20:36:21.017Z | Compiling cancel-safe-futures v0.1.5 |
1830 | 2023-11-16T20:36:21.029Z | Checking base64 v0.13.1 |
1831 | 2023-11-16T20:36:21.039Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1832 | 2023-11-16T20:36:21.043Z | Checking filetime v0.2.22 |
1833 | 2023-11-16T20:36:21.052Z | Checking xattr v1.0.1 |
1834 | 2023-11-16T20:36:21.056Z | Compiling der_derive v0.7.2 |
1835 | 2023-11-16T20:36:21.065Z | Checking tar v0.4.40 |
1836 | 2023-11-16T20:36:21.093Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
1837 | 2023-11-16T20:36:21.102Z | Compiling convert_case v0.4.0 |
1838 | 2023-11-16T20:36:21.106Z | Compiling slog-dtrace v0.2.3 |
1839 | 2023-11-16T20:36:21.111Z | Compiling radium v0.7.0 |
1840 | 2023-11-16T20:36:21.121Z | Checking pem v1.1.1 |
1841 | 2023-11-16T20:36:21.127Z | Compiling derive_more v0.99.17 |
1842 | 2023-11-16T20:36:21.157Z | Checking camino-tempfile v1.0.2 |
1843 | 2023-11-16T20:36:21.165Z | Compiling maybe-uninit v2.0.0 |
1844 | 2023-11-16T20:36:21.176Z | Checking headers-core v0.2.0 |
1845 | 2023-11-16T20:36:21.187Z | Compiling num-bigint-dig v0.8.4 |
1846 | 2023-11-16T20:36:21.197Z | Compiling packed_struct v0.10.1 |
1847 | 2023-11-16T20:36:21.203Z | Checking headers v0.3.9 |
1848 | 2023-11-16T20:36:21.211Z | Compiling packed_struct_codegen v0.10.1 |
1849 | 2023-11-16T20:36:21.222Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1850 | 2023-11-16T20:36:21.257Z | Checking pem v3.0.2 |
1851 | 2023-11-16T20:36:21.271Z | Checking rcgen v0.11.3 |
1852 | 2023-11-16T20:36:21.277Z | Checking atomicwrites v0.4.2 |
1853 | 2023-11-16T20:36:21.288Z | Checking subprocess v0.2.9 |
1854 | 2023-11-16T20:36:21.307Z | Compiling num-rational v0.4.1 |
1855 | 2023-11-16T20:36:21.324Z | Compiling same-file v1.0.6 |
1856 | 2023-11-16T20:36:21.354Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1857 | 2023-11-16T20:36:21.383Z | Compiling walkdir v2.4.0 |
1858 | 2023-11-16T20:36:21.415Z | Compiling semver-parser v0.10.2 |
1859 | 2023-11-16T20:36:22.925Z | Compiling semver v0.11.0 |
1860 | 2023-11-16T20:36:23.898Z | Compiling home v0.5.5 |
1861 | 2023-11-16T20:36:24.162Z | Compiling toolchain_find v0.2.0 |
1862 | 2023-11-16T20:36:24.445Z | Compiling toml v0.5.11 |
1863 | 2023-11-16T20:36:25.062Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1864 | 2023-11-16T20:36:26.714Z | Compiling omicron-zone-package v0.8.3 |
1865 | 2023-11-16T20:36:27.030Z | Compiling doc-comment v0.3.3 |
1866 | 2023-11-16T20:36:27.050Z | Checking linked-hash-map v0.5.6 |
1867 | 2023-11-16T20:36:27.526Z | Compiling rustfmt-wrapper v0.2.0 |
1868 | 2023-11-16T20:36:27.773Z | Checking lru-cache v0.1.2 |
1869 | 2023-11-16T20:36:27.954Z | Checking half v1.8.2 |
1870 | 2023-11-16T20:36:29.017Z | Checking ciborium-io v0.2.1 |
1871 | 2023-11-16T20:36:29.050Z | Checking password-hash v0.5.0 |
1872 | 2023-11-16T20:36:29.059Z | Checking ciborium-ll v0.2.1 |
1873 | 2023-11-16T20:36:29.067Z | Checking textwrap v0.11.0 |
1874 | 2023-11-16T20:36:29.120Z | Checking blake2 v0.10.6 |
1875 | 2023-11-16T20:36:29.138Z | Checking vec_map v0.8.2 |
1876 | 2023-11-16T20:36:29.320Z | Checking ansi_term v0.12.1 |
1877 | 2023-11-16T20:36:29.362Z | Checking strsim v0.8.0 |
1878 | 2023-11-16T20:36:29.551Z | Checking ciborium v0.2.1 |
1879 | 2023-11-16T20:36:29.638Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1880 | 2023-11-16T20:36:29.787Z | Checking clap v2.34.0 |
1881 | 2023-11-16T20:36:29.796Z | Checking argon2 v0.5.2 |
1882 | 2023-11-16T20:36:30.048Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1883 | 2023-11-16T20:36:30.489Z | Checking arc-swap v1.6.0 |
1884 | 2023-11-16T20:36:30.507Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1885 | 2023-11-16T20:36:30.745Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1886 | 2023-11-16T20:36:30.833Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1887 | 2023-11-16T20:36:31.192Z | Checking slog-scope v4.4.0 |
1888 | 2023-11-16T20:36:31.227Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1889 | 2023-11-16T20:36:31.492Z | Checking slog-stdlog v4.1.1 |
1890 | 2023-11-16T20:36:31.846Z | Compiling snafu-derive v0.7.5 |
1891 | 2023-11-16T20:36:32.134Z | Checking slog-envlogger v2.2.0 |
1892 | 2023-11-16T20:36:33.214Z | Checking newline-converter v0.3.0 |
1893 | 2023-11-16T20:36:33.250Z | Compiling derive-where v1.2.5 |
1894 | 2023-11-16T20:36:33.263Z | Compiling parking_lot_core v0.8.6 |
1895 | 2023-11-16T20:36:33.892Z | Compiling semver v0.1.20 |
1896 | 2023-11-16T20:36:34.392Z | Checking structopt v0.3.26 |
1897 | 2023-11-16T20:36:34.959Z | Compiling rustc_version v0.1.7 |
1898 | 2023-11-16T20:36:35.204Z | Checking expectorate v1.1.0 |
1899 | 2023-11-16T20:36:35.427Z | Checking pem-rfc7468 v0.7.0 |
1900 | 2023-11-16T20:36:36.058Z | Checking flagset v0.4.3 |
1901 | 2023-11-16T20:36:36.135Z | Checking termcolor v1.2.0 |
1902 | 2023-11-16T20:36:36.753Z | Checking der v0.7.8 |
1903 | 2023-11-16T20:36:37.432Z | Compiling newtype_derive v0.1.6 |
1904 | 2023-11-16T20:36:39.724Z | Checking spki v0.7.2 |
1905 | 2023-11-16T20:36:39.799Z | Checking tap v1.0.1 |
1906 | 2023-11-16T20:36:40.320Z | Checking wyz v0.5.1 |
1907 | 2023-11-16T20:36:41.230Z | Checking resolv-conf v0.7.0 |
1908 | 2023-11-16T20:36:41.475Z | Checking fxhash v0.2.1 |
1909 | 2023-11-16T20:36:41.492Z | Checking crc-catalog v2.2.0 |
1910 | 2023-11-16T20:36:41.679Z | Checking funty v2.0.0 |
1911 | 2023-11-16T20:36:41.715Z | Checking crc v3.0.1 |
1912 | 2023-11-16T20:36:41.746Z | Checking trust-dns-resolver v0.22.0 |
1913 | 2023-11-16T20:36:41.772Z | Checking pkcs8 v0.10.2 |
1914 | 2023-11-16T20:36:41.971Z | Checking nodrop v0.1.14 |
1915 | 2023-11-16T20:36:42.008Z | Checking smallvec v0.6.14 |
1916 | 2023-11-16T20:36:42.121Z | Checking array-init v0.0.4 |
1917 | 2023-11-16T20:36:42.156Z | Checking pkcs1 v0.7.5 |
1918 | 2023-11-16T20:36:42.594Z | Compiling rayon-core v1.12.0 |
1919 | 2023-11-16T20:36:42.781Z | Checking bitfield v0.14.0 |
1920 | 2023-11-16T20:36:43.052Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1921 | 2023-11-16T20:36:43.197Z | Checking x509-cert v0.2.4 |
1922 | 2023-11-16T20:36:43.415Z | Checking env_logger v0.10.0 |
1923 | 2023-11-16T20:36:43.432Z | Checking bitvec v1.0.1 |
1924 | 2023-11-16T20:36:43.796Z | Checking serde-hex v0.1.0 |
1925 | 2023-11-16T20:36:44.050Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1926 | 2023-11-16T20:36:44.193Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1927 | 2023-11-16T20:36:44.233Z | Checking hkdf v0.12.3 |
1928 | 2023-11-16T20:36:44.541Z | Checking ron v0.8.1 |
1929 | 2023-11-16T20:36:45.282Z | Checking rsa v0.9.2 |
1930 | 2023-11-16T20:36:45.801Z | Compiling memoffset v0.7.1 |
1931 | 2023-11-16T20:36:46.265Z | Compiling buf-list v1.0.3 |
1932 | 2023-11-16T20:36:46.505Z | Checking crc-any v2.4.3 |
1933 | 2023-11-16T20:36:46.662Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1934 | 2023-11-16T20:36:46.922Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1935 | 2023-11-16T20:36:47.017Z | Checking object v0.30.4 |
1936 | 2023-11-16T20:36:47.102Z | Compiling unicase v2.7.0 |
1937 | 2023-11-16T20:36:47.119Z | Checking keccak v0.1.4 |
1938 | 2023-11-16T20:36:47.540Z | Checking path-slash v0.1.5 |
1939 | 2023-11-16T20:36:47.557Z | Checking utf-8 v0.7.6 |
1940 | 2023-11-16T20:36:47.844Z | Checking sha3 v0.10.8 |
1941 | 2023-11-16T20:36:48.462Z | Checking secrecy v0.8.0 |
1942 | 2023-11-16T20:36:48.622Z | Compiling platforms v3.0.2 |
1943 | 2023-11-16T20:36:48.790Z | Compiling salty v0.2.0 |
1944 | 2023-11-16T20:36:49.971Z | Checking num-complex v0.4.4 |
1945 | 2023-11-16T20:36:50.414Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1946 | 2023-11-16T20:36:50.603Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1947 | 2023-11-16T20:36:51.148Z | Compiling curve25519-dalek v4.1.0 |
1948 | 2023-11-16T20:36:51.505Z | Checking num v0.4.1 |
1949 | 2023-11-16T20:36:51.748Z | Checking glob v0.3.1 |
1950 | 2023-11-16T20:36:51.940Z | Checking openapiv3 v1.0.3 |
1951 | 2023-11-16T20:36:52.195Z | Compiling thiserror-impl-no-std v2.0.2 |
1952 | 2023-11-16T20:36:52.212Z | Compiling mime_guess v2.0.4 |
1953 | 2023-11-16T20:36:54.017Z | Compiling curve25519-dalek-derive v0.1.0 |
1954 | 2023-11-16T20:36:54.253Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1955 | 2023-11-16T20:36:56.180Z | Checking swrite v0.1.0 |
1956 | 2023-11-16T20:36:56.653Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1957 | 2023-11-16T20:36:57.447Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
1958 | 2023-11-16T20:36:57.553Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#bb69a3a4) |
1959 | 2023-11-16T20:36:57.673Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1960 | 2023-11-16T20:36:58.708Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1961 | 2023-11-16T20:36:59.667Z | Checking nibble_vec v0.1.0 |
1962 | 2023-11-16T20:37:00.820Z | Compiling crunchy v0.2.2 |
1963 | 2023-11-16T20:37:01.484Z | Compiling portable-atomic v1.4.3 |
1964 | 2023-11-16T20:37:02.447Z | Checking endian-type v0.1.2 |
1965 | 2023-11-16T20:37:02.766Z | Checking radix_trie v0.2.1 |
1966 | 2023-11-16T20:37:03.221Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1967 | 2023-11-16T20:37:03.471Z | Checking snafu v0.7.5 |
1968 | 2023-11-16T20:37:04.282Z | Checking libsw v3.3.0 |
1969 | 2023-11-16T20:37:04.688Z | Checking linear-map v1.2.0 |
1970 | 2023-11-16T20:37:05.235Z | Compiling tiny-keccak v2.0.2 |
1971 | 2023-11-16T20:37:05.392Z | Checking owo-colors v3.5.0 |
1972 | 2023-11-16T20:37:05.864Z | Checking parking_lot v0.11.2 |
1973 | 2023-11-16T20:37:06.398Z | Checking trust-dns-client v0.22.0 |
1974 | 2023-11-16T20:37:08.624Z | Compiling clang-sys v1.6.1 |
1975 | 2023-11-16T20:37:08.784Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1976 | 2023-11-16T20:37:09.327Z | Checking crossbeam-deque v0.8.3 |
1977 | 2023-11-16T20:37:09.649Z | Compiling darling_core v0.14.4 |
1978 | 2023-11-16T20:37:09.817Z | Compiling prettyplease v0.2.12 |
1979 | 2023-11-16T20:37:10.299Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1980 | 2023-11-16T20:37:10.788Z | Checking trust-dns-server v0.22.1 |
1981 | 2023-11-16T20:37:11.128Z | Compiling ascii-canvas v3.0.0 |
1982 | 2023-11-16T20:37:11.887Z | Checking sled v0.34.7 |
1983 | 2023-11-16T20:37:13.886Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1984 | 2023-11-16T20:37:15.268Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1985 | 2023-11-16T20:37:16.504Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
1986 | 2023-11-16T20:37:17.377Z | Compiling ena v0.14.2 |
1987 | 2023-11-16T20:37:17.502Z | Checking pretty-hex v0.3.0 |
1988 | 2023-11-16T20:37:17.520Z | Compiling diff v0.1.13 |
1989 | 2023-11-16T20:37:17.729Z | Compiling regex-syntax v0.6.29 |
1990 | 2023-11-16T20:37:17.829Z | Checking signature v1.6.4 |
1991 | 2023-11-16T20:37:17.994Z | Compiling minimal-lexical v0.2.1 |
1992 | 2023-11-16T20:37:18.012Z | Checking ed25519 v1.5.3 |
1993 | 2023-11-16T20:37:18.191Z | Compiling darling_macro v0.14.4 |
1994 | 2023-11-16T20:37:18.652Z | Checking tungstenite v0.18.0 |
1995 | 2023-11-16T20:37:18.733Z | Compiling nom v7.1.3 |
1996 | 2023-11-16T20:37:18.998Z | Checking path-dedot v3.1.0 |
1997 | 2023-11-16T20:37:19.091Z | Compiling libloading v0.7.4 |
1998 | 2023-11-16T20:37:19.222Z | Compiling bindgen v0.65.1 |
1999 | 2023-11-16T20:37:19.616Z | Compiling ref-cast v1.0.20 |
2000 | 2023-11-16T20:37:19.634Z | Compiling darling v0.14.4 |
2001 | 2023-11-16T20:37:19.776Z | Compiling derive_builder_core v0.12.0 |
2002 | 2023-11-16T20:37:20.046Z | Checking tokio-tungstenite v0.18.0 |
2003 | 2023-11-16T20:37:20.153Z | Checking rayon v1.8.0 |
2004 | 2023-11-16T20:37:20.336Z | Checking path-absolutize v3.1.0 |
2005 | 2023-11-16T20:37:20.571Z | Checking steno v0.4.0 |
2006 | 2023-11-16T20:37:20.721Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2007 | 2023-11-16T20:37:23.475Z | Compiling lalrpop v0.19.12 |
2008 | 2023-11-16T20:37:24.392Z | Compiling cexpr v0.6.0 |
2009 | 2023-11-16T20:37:25.688Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2010 | 2023-11-16T20:37:26.687Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2011 | 2023-11-16T20:37:26.765Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2012 | 2023-11-16T20:37:27.033Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2013 | 2023-11-16T20:37:27.159Z | Checking globset v0.4.13 |
2014 | 2023-11-16T20:37:27.949Z | Checking olpc-cjson v0.1.3 |
2015 | 2023-11-16T20:37:27.958Z | Checking serde_plain v1.0.2 |
2016 | 2023-11-16T20:37:27.974Z | Checking serde-big-array v0.4.1 |
2017 | 2023-11-16T20:37:28.396Z | Checking serde-big-array v0.5.1 |
2018 | 2023-11-16T20:37:28.405Z | Compiling which v4.4.0 |
2019 | 2023-11-16T20:37:28.471Z | Compiling ref-cast-impl v1.0.20 |
2020 | 2023-11-16T20:37:28.824Z | Compiling libxml v0.3.3 |
2021 | 2023-11-16T20:37:29.294Z | Compiling lazycell v1.3.0 |
2022 | 2023-11-16T20:37:29.306Z | Compiling peeking_take_while v0.1.2 |
2023 | 2023-11-16T20:37:29.317Z | Compiling shlex v1.1.0 |
2024 | 2023-11-16T20:37:29.485Z | Compiling rustc-hash v1.1.0 |
2025 | 2023-11-16T20:37:30.224Z | Checking tough v0.14.0 |
2026 | 2023-11-16T20:37:32.679Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2027 | 2023-11-16T20:37:32.885Z | Compiling derive_builder_macro v0.12.0 |
2028 | 2023-11-16T20:37:34.341Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2029 | 2023-11-16T20:37:35.296Z | Checking signal-hook-tokio v0.3.1 |
2030 | 2023-11-16T20:37:35.546Z | Checking ff v0.13.0 |
2031 | 2023-11-16T20:37:35.859Z | Compiling strum_macros v0.24.3 |
2032 | 2023-11-16T20:37:36.253Z | Checking corncobs v0.1.3 |
2033 | 2023-11-16T20:37:36.524Z | Checking display-error-chain v0.2.0 |
2034 | 2023-11-16T20:37:36.725Z | Compiling indoc v1.0.9 |
2035 | 2023-11-16T20:37:37.227Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2036 | 2023-11-16T20:37:37.502Z | Checking group v0.13.0 |
2037 | 2023-11-16T20:37:37.734Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2038 | 2023-11-16T20:37:39.808Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2039 | 2023-11-16T20:37:40.532Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2040 | 2023-11-16T20:37:42.617Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2041 | 2023-11-16T20:37:42.993Z | Checking universal-hash v0.5.1 |
2042 | 2023-11-16T20:37:43.251Z | Checking crypto-bigint v0.5.2 |
2043 | 2023-11-16T20:37:45.816Z | Compiling cookie v0.16.2 |
2044 | 2023-11-16T20:37:45.973Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2045 | 2023-11-16T20:37:46.426Z | Checking opaque-debug v0.3.0 |
2046 | 2023-11-16T20:37:46.671Z | Checking base16ct v0.2.0 |
2047 | 2023-11-16T20:37:46.910Z | Checking elliptic-curve v0.13.5 |
2048 | 2023-11-16T20:37:47.706Z | Checking poly1305 v0.8.0 |
2049 | 2023-11-16T20:37:48.568Z | Checking thiserror-no-std v2.0.2 |
2050 | 2023-11-16T20:37:49.374Z | Checking chacha20 v0.9.1 |
2051 | 2023-11-16T20:37:49.499Z | Checking aead v0.5.2 |
2052 | 2023-11-16T20:37:49.813Z | Compiling impl-trait-for-tuples v0.2.2 |
2053 | 2023-11-16T20:37:49.889Z | Compiling oso-derive v0.27.0 |
2054 | 2023-11-16T20:37:51.542Z | Checking vsss-rs v3.3.1 |
2055 | 2023-11-16T20:37:52.012Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2056 | 2023-11-16T20:37:56.405Z | Checking chacha20poly1305 v0.10.1 |
2057 | 2023-11-16T20:37:58.165Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2058 | 2023-11-16T20:37:58.540Z | Checking tungstenite v0.20.1 |
2059 | 2023-11-16T20:37:58.657Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2060 | 2023-11-16T20:38:00.052Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2061 | 2023-11-16T20:38:04.623Z | Checking tokio-tungstenite v0.20.1 |
2062 | 2023-11-16T20:38:06.029Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2063 | 2023-11-16T20:38:06.144Z | Checking kstat-rs v0.2.3 |
2064 | 2023-11-16T20:38:06.639Z | Checking bcs v0.1.6 |
2065 | 2023-11-16T20:38:07.846Z | Compiling indoc v2.0.3 |
2066 | 2023-11-16T20:38:08.472Z | Checking highway v1.1.0 |
2067 | 2023-11-16T20:38:08.904Z | Checking assert_matches v1.5.0 |
2068 | 2023-11-16T20:38:13.562Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2069 | 2023-11-16T20:38:16.860Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2070 | 2023-11-16T20:38:17.153Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2071 | 2023-11-16T20:38:17.253Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
2072 | 2023-11-16T20:38:17.826Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2073 | 2023-11-16T20:38:19.102Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2074 | 2023-11-16T20:38:20.436Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
2075 | 2023-11-16T20:38:22.424Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
2076 | 2023-11-16T20:38:22.819Z | Checking http-range v0.1.5 |
2077 | 2023-11-16T20:38:23.272Z | Checking humantime v2.1.0 |
2078 | 2023-11-16T20:38:23.377Z | Checking hyper-staticfile v0.9.5 |
2079 | 2023-11-16T20:38:23.540Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
2080 | 2023-11-16T20:38:24.110Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2081 | 2023-11-16T20:38:25.885Z | Checking maplit v1.0.2 |
2082 | 2023-11-16T20:38:26.078Z | Checking number_prefix v0.4.0 |
2083 | 2023-11-16T20:38:27.480Z | Checking indicatif v0.17.7 |
2084 | 2023-11-16T20:38:30.783Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2085 | 2023-11-16T20:38:32.440Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2086 | 2023-11-16T20:38:32.689Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2087 | 2023-11-16T20:38:33.923Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2088 | 2023-11-16T20:38:34.158Z | Checking derive_builder v0.12.0 |
2089 | 2023-11-16T20:38:36.629Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2090 | 2023-11-16T20:38:37.113Z | Checking bb8 v0.8.1 |
2091 | 2023-11-16T20:38:37.158Z | Checking quick-xml v0.23.1 |
2092 | 2023-11-16T20:38:37.346Z | Checking bytesize v1.3.0 |
2093 | 2023-11-16T20:38:37.724Z | Checking fs-err v2.9.0 |
2094 | 2023-11-16T20:38:37.849Z | Checking smawk v0.3.1 |
2095 | 2023-11-16T20:38:38.133Z | Checking unicode-linebreak v0.1.5 |
2096 | 2023-11-16T20:38:38.190Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
2097 | 2023-11-16T20:38:38.817Z | Checking textwrap v0.16.0 |
2098 | 2023-11-16T20:38:43.454Z | Compiling vte_generate_state_changes v0.1.1 |
2099 | 2023-11-16T20:38:44.421Z | Checking is_ci v1.1.1 |
2100 | 2023-11-16T20:38:44.820Z | Checking cassowary v0.3.0 |
2101 | 2023-11-16T20:38:45.478Z | Checking ratatui v0.23.0 |
2102 | 2023-11-16T20:38:49.343Z | Checking supports-color v2.1.0 |
2103 | 2023-11-16T20:38:50.553Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2104 | 2023-11-16T20:38:53.932Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2105 | 2023-11-16T20:38:56.731Z | Checking rtoolbox v0.0.1 |
2106 | 2023-11-16T20:39:00.303Z | Checking rpassword v7.2.0 |
2107 | 2023-11-16T20:39:06.699Z | Checking tui-tree-widget v0.13.0 |
2108 | 2023-11-16T20:39:07.188Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2109 | 2023-11-16T20:39:08.235Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2110 | 2023-11-16T20:39:13.204Z | Checking shell-words v1.1.0 |
2111 | 2023-11-16T20:39:13.223Z | Checking yansi v0.5.1 |
2112 | 2023-11-16T20:39:13.771Z | Checking pretty_assertions v1.4.0 |
2113 | 2023-11-16T20:39:22.747Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
2114 | 2023-11-16T20:39:24.216Z | Checking fatfs v0.3.6 |
2115 | 2023-11-16T20:39:25.025Z | Checking plotters-backend v0.3.5 |
2116 | 2023-11-16T20:39:25.597Z | Checking plotters-svg v0.3.5 |
2117 | 2023-11-16T20:39:26.057Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2118 | 2023-11-16T20:39:30.696Z | Checking rand v0.4.6 |
2119 | 2023-11-16T20:39:32.083Z | Checking cast v0.3.0 |
2120 | 2023-11-16T20:39:32.266Z | Checking remove_dir_all v0.5.3 |
2121 | 2023-11-16T20:39:32.411Z | Checking tempdir v0.3.7 |
2122 | 2023-11-16T20:39:32.576Z | Checking criterion-plot v0.5.0 |
2123 | 2023-11-16T20:39:33.494Z | Checking plotters v0.3.5 |
2124 | 2023-11-16T20:39:37.752Z | Checking tinytemplate v1.2.1 |
2125 | 2023-11-16T20:39:38.171Z | Checking anes v0.1.6 |
2126 | 2023-11-16T20:39:38.382Z | Checking oorandom v11.1.3 |
2127 | 2023-11-16T20:39:38.744Z | Checking criterion v0.5.1 |
2128 | 2023-11-16T20:39:41.849Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2129 | 2023-11-16T20:39:52.970Z | Checking assert_cmd v2.0.12 |
2130 | 2023-11-16T20:39:53.150Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2131 | 2023-11-16T20:39:53.940Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2132 | 2023-11-16T20:39:55.938Z | Checking dashmap v5.5.1 |
2133 | 2023-11-16T20:39:58.202Z | Compiling serial_test_derive v0.10.0 |
2134 | 2023-11-16T20:39:59.745Z | Compiling crossbeam-queue v0.3.8 |
2135 | 2023-11-16T20:40:00.559Z | Checking serial_test v0.10.0 |
2136 | 2023-11-16T20:40:04.761Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2137 | 2023-11-16T20:40:04.868Z | Checking vte v0.11.1 |
2138 | 2023-11-16T20:40:06.372Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2139 | 2023-11-16T20:40:07.539Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2140 | 2023-11-16T20:40:07.703Z | Checking threadpool v1.8.1 |
2141 | 2023-11-16T20:40:08.533Z | Checking libtest-mimic v0.6.1 |
2142 | 2023-11-16T20:40:09.217Z | Checking strip-ansi-escapes v0.2.0 |
2143 | 2023-11-16T20:40:21.774Z | Compiling tabled_derive v0.6.0 |
2144 | 2023-11-16T20:40:23.810Z | Checking httptest v0.15.5 |
2145 | 2023-11-16T20:40:24.949Z | Checking similar-asserts v1.5.0 |
2146 | 2023-11-16T20:40:25.292Z | Checking fd-lock v3.0.13 |
2147 | 2023-11-16T20:40:25.336Z | Checking nanorand v0.7.0 |
2148 | 2023-11-16T20:40:25.574Z | Compiling rstest_macros v0.18.2 |
2149 | 2023-11-16T20:40:25.950Z | Checking nu-ansi-term v0.49.0 |
2150 | 2023-11-16T20:40:26.616Z | Checking reedline v0.25.0 |
2151 | 2023-11-16T20:40:26.695Z | Checking flume v0.11.0 |
2152 | 2023-11-16T20:40:27.649Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2153 | 2023-11-16T20:40:29.700Z | Checking datatest-stable v0.2.3 |
2154 | 2023-11-16T20:40:32.832Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2155 | 2023-11-16T20:40:33.287Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2156 | 2023-11-16T20:40:35.746Z | Compiling pin-project-internal v1.1.3 |
2157 | 2023-11-16T20:40:36.412Z | Compiling relative-path v1.9.0 |
2158 | 2023-11-16T20:40:38.198Z | Checking constant_time_eq v0.2.6 |
2159 | 2023-11-16T20:40:38.518Z | Checking bytecount v0.6.3 |
2160 | 2023-11-16T20:40:38.741Z | Compiling trybuild v1.0.85 |
2161 | 2023-11-16T20:40:39.332Z | Checking topological-sort v0.2.2 |
2162 | 2023-11-16T20:40:39.641Z | Checking arrayref v0.3.7 |
2163 | 2023-11-16T20:40:39.778Z | Checking arrayvec v0.7.4 |
2164 | 2023-11-16T20:40:40.184Z | Checking pin-project v1.1.3 |
2165 | 2023-11-16T20:40:40.366Z | Checking blake2b_simd v1.0.1 |
2166 | 2023-11-16T20:40:40.405Z | Checking papergrid v0.10.0 |
2167 | 2023-11-16T20:40:45.198Z | Checking basic-toml v0.1.4 |
2168 | 2023-11-16T20:40:45.217Z | Checking constant_time_eq v0.3.0 |
2169 | 2023-11-16T20:40:45.386Z | Checking futures-timer v3.0.2 |
2170 | 2023-11-16T20:40:45.804Z | Checking rust-argon2 v1.0.1 |
2171 | 2023-11-16T20:40:45.977Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2172 | 2023-11-16T20:40:46.380Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2173 | 2023-11-16T20:40:46.820Z | Checking tabled v0.14.0 |
2174 | 2023-11-16T20:40:47.334Z | Checking partial-io v0.5.4 |
2175 | 2023-11-16T20:40:48.117Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2176 | 2023-11-16T20:40:49.723Z | Checking cargo-platform v0.1.3 |
2177 | 2023-11-16T20:40:49.818Z | Checking approx v0.5.1 |
2178 | 2023-11-16T20:40:50.159Z | Checking hex-literal v0.4.1 |
2179 | 2023-11-16T20:40:50.327Z | Checking cargo_metadata v0.18.0 |
2180 | 2023-11-16T20:40:51.180Z | Checking crossbeam v0.8.2 |
2181 | 2023-11-16T20:40:52.635Z | Compiling polar-core v0.27.0 |
2182 | 2023-11-16T20:40:54.348Z | Checking rstest v0.18.2 |
2183 | 2023-11-16T20:40:54.640Z | Checking cargo_toml v0.17.0 |
2184 | 2023-11-16T20:40:55.640Z | Checking termios v0.3.3 |
2185 | 2023-11-16T20:40:56.239Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2186 | 2023-11-16T20:40:58.764Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2187 | 2023-11-16T20:41:03.848Z | Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger) |
2188 | 2023-11-16T20:41:09.635Z | Checking oso v0.27.0 |
2189 | 2023-11-16T20:41:14.631Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2190 | 2023-11-16T20:41:27.388Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2191 | 2023-11-16T20:41:27.752Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2192 | 2023-11-16T20:42:09.600Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2193 | 2023-11-16T20:44:01.805Z | Finished dev [unoptimized + debuginfo] target(s) in 11m 48s |
2194 | 2023-11-16T20:44:02.037Z | |
2195 | 2023-11-16T20:44:02.041Z | real 12:41.814946680 |
2196 | 2023-11-16T20:44:02.045Z | user 1:18:30.666873538 |
2197 | 2023-11-16T20:44:02.048Z | sys 10:25.918205469 |
2198 | 2023-11-16T20:44:02.051Z | trap 2.718935647 |
2199 | 2023-11-16T20:44:02.054Z | tflt 6.535186592 |
2200 | 2023-11-16T20:44:02.059Z | dflt 4.931525634 |
2201 | 2023-11-16T20:44:02.062Z | kflt 0.033616522 |
2202 | 2023-11-16T20:44:02.066Z | lock 1:46:18.016911649 |
2203 | 2023-11-16T20:44:02.069Z | slp 3:43:30.470200297 |
2204 | 2023-11-16T20:44:02.073Z | lat 2:41.834564201 |
2205 | 2023-11-16T20:44:02.076Z | stop 6:23.461095496 |
2206 | 2023-11-16T20:44:03.160Z | warning: output filename collision. |
2207 | 2023-11-16T20:44:03.163Z | 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)`. |
2208 | 2023-11-16T20:44:03.173Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2209 | 2023-11-16T20:44:03.177Z | The targets should have unique names. |
2210 | 2023-11-16T20:44:03.180Z | This is a known bug where multiple crates with the same name use |
2211 | 2023-11-16T20:44:03.184Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2212 | 2023-11-16T20:44:03.187Z | warning: output filename collision. |
2213 | 2023-11-16T20:44:03.193Z | The bin target `oximeter` in package `oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)`. |
2214 | 2023-11-16T20:44:03.196Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2215 | 2023-11-16T20:44:03.200Z | The targets should have unique names. |
2216 | 2023-11-16T20:44:03.203Z | This is a known bug where multiple crates with the same name use |
2217 | 2023-11-16T20:44:03.207Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2218 | 2023-11-16T20:44:03.210Z | warning: output filename collision. |
2219 | 2023-11-16T20:44:03.214Z | 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)`. |
2220 | 2023-11-16T20:44:03.219Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2221 | 2023-11-16T20:44:03.223Z | The targets should have unique names. |
2222 | 2023-11-16T20:44:03.228Z | This is a known bug where multiple crates with the same name use |
2223 | 2023-11-16T20:44:03.232Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2224 | 2023-11-16T20:44:03.775Z | Checking unicode-ident v1.0.12 |
2225 | 2023-11-16T20:44:03.795Z | Documenting libc v0.2.150 |
2226 | 2023-11-16T20:44:03.805Z | Documenting cfg-if v1.0.0 |
2227 | 2023-11-16T20:44:03.827Z | Checking libc v0.2.150 |
2228 | 2023-11-16T20:44:03.843Z | Checking serde v1.0.192 |
2229 | 2023-11-16T20:44:03.867Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2230 | 2023-11-16T20:44:03.870Z | Checking cfg-if v1.0.0 |
2231 | 2023-11-16T20:44:03.887Z | Documenting log v0.4.20 |
2232 | 2023-11-16T20:44:03.977Z | Checking proc-macro2 v1.0.69 |
2233 | 2023-11-16T20:44:04.181Z | Documenting scopeguard v1.2.0 |
2234 | 2023-11-16T20:44:04.222Z | Checking once_cell v1.18.0 |
2235 | 2023-11-16T20:44:04.653Z | Documenting itoa v1.0.9 |
2236 | 2023-11-16T20:44:04.959Z | Checking quote v1.0.33 |
2237 | 2023-11-16T20:44:05.468Z | Checking syn v2.0.32 |
2238 | 2023-11-16T20:44:05.580Z | Checking syn v1.0.109 |
2239 | 2023-11-16T20:44:07.797Z | Documenting memchr v2.6.3 |
2240 | 2023-11-16T20:44:08.315Z | Documenting lock_api v0.4.10 |
2241 | 2023-11-16T20:44:08.818Z | Documenting smallvec v1.11.0 |
2242 | 2023-11-16T20:44:10.334Z | Documenting getrandom v0.2.10 |
2243 | 2023-11-16T20:44:10.422Z | Documenting pin-project-lite v0.2.13 |
2244 | 2023-11-16T20:44:12.311Z | Documenting libm v0.2.7 |
2245 | 2023-11-16T20:44:12.871Z | Documenting signal-hook-registry v1.4.1 |
2246 | 2023-11-16T20:44:13.508Z | Documenting parking_lot_core v0.9.8 |
2247 | 2023-11-16T20:44:14.328Z | Checking itoa v1.0.9 |
2248 | 2023-11-16T20:44:14.577Z | Documenting mio v0.8.8 |
2249 | 2023-11-16T20:44:14.633Z | Documenting futures-core v0.3.29 |
2250 | 2023-11-16T20:44:15.623Z | Documenting socket2 v0.5.4 |
2251 | 2023-11-16T20:44:15.845Z | Documenting serde_derive v1.0.192 |
2252 | 2023-11-16T20:44:16.183Z | Documenting rand_core v0.6.4 |
2253 | 2023-11-16T20:44:17.248Z | Documenting zeroize_derive v1.4.2 |
2254 | 2023-11-16T20:44:18.988Z | Documenting num-traits v0.2.16 |
2255 | 2023-11-16T20:44:19.289Z | Documenting parking_lot v0.12.1 |
2256 | 2023-11-16T20:44:20.127Z | Documenting thiserror-impl v1.0.49 |
2257 | 2023-11-16T20:44:20.976Z | Documenting tokio-macros v2.1.0 |
2258 | 2023-11-16T20:44:21.775Z | Documenting num_cpus v1.16.0 |
2259 | 2023-11-16T20:44:21.887Z | Documenting once_cell v1.18.0 |
2260 | 2023-11-16T20:44:24.561Z | Documenting zeroize v1.6.0 |
2261 | 2023-11-16T20:44:25.442Z | Checking getrandom v0.2.10 |
2262 | 2023-11-16T20:44:25.812Z | Documenting typenum v1.16.0 |
2263 | 2023-11-16T20:44:26.086Z | Checking thiserror v1.0.49 |
2264 | 2023-11-16T20:44:26.273Z | Checking ryu v1.0.15 |
2265 | 2023-11-16T20:44:26.447Z | Documenting serde v1.0.192 |
2266 | 2023-11-16T20:44:26.612Z | Documenting ryu v1.0.15 |
2267 | 2023-11-16T20:44:27.239Z | Documenting thiserror v1.0.49 |
2268 | 2023-11-16T20:44:27.305Z | Documenting subtle v2.5.0 |
2269 | 2023-11-16T20:44:27.706Z | Checking memchr v2.6.3 |
2270 | 2023-11-16T20:44:28.433Z | Documenting byteorder v1.5.0 |
2271 | 2023-11-16T20:44:29.100Z | Checking serde_json v1.0.108 |
2272 | 2023-11-16T20:44:30.280Z | Documenting futures-sink v0.3.29 |
2273 | 2023-11-16T20:44:30.732Z | Checking heck v0.4.1 |
2274 | 2023-11-16T20:44:31.036Z | Documenting pin-utils v0.1.0 |
2275 | 2023-11-16T20:44:31.735Z | Checking log v0.4.20 |
2276 | 2023-11-16T20:44:32.205Z | Documenting const-oid v0.9.5 |
2277 | 2023-11-16T20:44:32.745Z | Documenting futures-macro v0.3.29 |
2278 | 2023-11-16T20:44:32.931Z | Checking bytes v1.5.0 |
2279 | 2023-11-16T20:44:33.189Z | Documenting generic-array v0.14.7 |
2280 | 2023-11-16T20:44:34.357Z | Documenting slab v0.4.9 |
2281 | 2023-11-16T20:44:34.808Z | Documenting futures-task v0.3.29 |
2282 | 2023-11-16T20:44:36.022Z | Documenting futures-channel v0.3.29 |
2283 | 2023-11-16T20:44:38.870Z | Documenting futures-io v0.3.29 |
2284 | 2023-11-16T20:44:39.498Z | Documenting crypto-common v0.1.6 |
2285 | 2023-11-16T20:44:39.670Z | Documenting iana-time-zone v0.1.57 |
2286 | 2023-11-16T20:44:40.361Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2287 | 2023-11-16T20:44:40.719Z | Documenting tinyvec_macros v0.1.1 |
2288 | 2023-11-16T20:44:40.820Z | Checking byteorder v1.5.0 |
2289 | 2023-11-16T20:44:41.417Z | Documenting block-buffer v0.10.4 |
2290 | 2023-11-16T20:44:41.447Z | Checking fnv v1.0.7 |
2291 | 2023-11-16T20:44:41.611Z | Documenting ppv-lite86 v0.2.17 |
2292 | 2023-11-16T20:44:42.340Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2293 | 2023-11-16T20:44:44.703Z | Documenting tinyvec v1.6.0 |
2294 | 2023-11-16T20:44:44.982Z | Documenting futures-util v0.3.29 |
2295 | 2023-11-16T20:44:45.804Z | Documenting tracing-core v0.1.31 |
2296 | 2023-11-16T20:44:46.191Z | Documenting rand_chacha v0.3.1 |
2297 | 2023-11-16T20:44:46.600Z | Documenting tracing-attributes v0.1.26 |
2298 | 2023-11-16T20:44:47.330Z | Documenting digest v0.10.7 |
2299 | 2023-11-16T20:44:49.957Z | Documenting unicode-normalization v0.1.22 |
2300 | 2023-11-16T20:44:52.101Z | Documenting rand v0.8.5 |
2301 | 2023-11-16T20:44:55.502Z | Checking libm v0.2.7 |
2302 | 2023-11-16T20:44:56.186Z | Checking ucd-trie v0.1.6 |
2303 | 2023-11-16T20:44:56.480Z | Documenting base64 v0.21.5 |
2304 | 2023-11-16T20:44:56.521Z | Documenting fnv v1.0.7 |
2305 | 2023-11-16T20:44:56.933Z | Checking pest v2.7.2 |
2306 | 2023-11-16T20:44:57.078Z | Checking num-traits v0.2.16 |
2307 | 2023-11-16T20:44:59.339Z | Documenting lazy_static v1.4.0 |
2308 | 2023-11-16T20:44:59.621Z | Documenting bytes v1.5.0 |
2309 | 2023-11-16T20:45:00.044Z | Documenting bitflags v2.4.0 |
2310 | 2023-11-16T20:45:00.204Z | Documenting serde_json v1.0.108 |
2311 | 2023-11-16T20:45:00.988Z | Documenting chrono v0.4.31 |
2312 | 2023-11-16T20:45:02.280Z | Documenting uuid v1.5.0 |
2313 | 2023-11-16T20:45:02.547Z | Checking hashbrown v0.14.2 |
2314 | 2023-11-16T20:45:03.284Z | Checking equivalent v1.0.1 |
2315 | 2023-11-16T20:45:03.473Z | Documenting unicode-bidi v0.3.13 |
2316 | 2023-11-16T20:45:04.402Z | Checking indexmap v2.1.0 |
2317 | 2023-11-16T20:45:06.177Z | Documenting percent-encoding v2.3.0 |
2318 | 2023-11-16T20:45:06.345Z | Documenting spin v0.9.8 |
2319 | 2023-11-16T20:45:06.760Z | Documenting tokio v1.33.0 |
2320 | 2023-11-16T20:45:08.192Z | Documenting http v0.2.9 |
2321 | 2023-11-16T20:45:09.209Z | Documenting cpufeatures v0.2.9 |
2322 | 2023-11-16T20:45:09.931Z | Documenting serde_derive_internals v0.26.0 |
2323 | 2023-11-16T20:45:10.658Z | Checking serde_derive_internals v0.26.0 |
2324 | 2023-11-16T20:45:10.770Z | Checking time-core v0.1.1 |
2325 | 2023-11-16T20:45:10.989Z | Documenting dyn-clone v1.0.13 |
2326 | 2023-11-16T20:45:11.612Z | Checking scopeguard v1.2.0 |
2327 | 2023-11-16T20:45:11.788Z | Checking lock_api v0.4.10 |
2328 | 2023-11-16T20:45:12.223Z | Documenting form_urlencoded v1.2.0 |
2329 | 2023-11-16T20:45:12.422Z | Documenting idna v0.4.0 |
2330 | 2023-11-16T20:45:13.296Z | Documenting tracing v0.1.37 |
2331 | 2023-11-16T20:45:13.369Z | Documenting errno v0.3.2 |
2332 | 2023-11-16T20:45:15.486Z | Documenting adler v1.0.2 |
2333 | 2023-11-16T20:45:16.862Z | Checking uuid v1.5.0 |
2334 | 2023-11-16T20:45:17.628Z | Documenting rustix v0.38.9 |
2335 | 2023-11-16T20:45:17.666Z | Documenting httparse v1.8.0 |
2336 | 2023-11-16T20:45:17.750Z | Documenting unicode-ident v1.0.12 |
2337 | 2023-11-16T20:45:18.670Z | Documenting schemars_derive v0.8.13 |
2338 | 2023-11-16T20:45:19.126Z | Documenting url v2.4.1 |
2339 | 2023-11-16T20:45:19.521Z | Documenting miniz_oxide v0.7.1 |
2340 | 2023-11-16T20:45:21.912Z | Checking iana-time-zone v0.1.57 |
2341 | 2023-11-16T20:45:22.118Z | Checking chrono v0.4.31 |
2342 | 2023-11-16T20:45:22.686Z | Documenting proc-macro2 v1.0.69 |
2343 | 2023-11-16T20:45:23.711Z | Checking zerocopy v0.3.0 |
2344 | 2023-11-16T20:45:24.488Z | Checking dtrace-parser v0.1.14 |
2345 | 2023-11-16T20:45:24.752Z | Checking dof v0.1.5 |
2346 | 2023-11-16T20:45:24.919Z | Checking thread-id v4.2.0 |
2347 | 2023-11-16T20:45:25.070Z | Documenting hashbrown v0.14.2 |
2348 | 2023-11-16T20:45:25.242Z | Documenting httpdate v1.0.3 |
2349 | 2023-11-16T20:45:25.434Z | Documenting try-lock v0.2.4 |
2350 | 2023-11-16T20:45:25.517Z | Documenting equivalent v1.0.1 |
2351 | 2023-11-16T20:45:27.539Z | Documenting schemars v0.8.13 |
2352 | 2023-11-16T20:45:28.149Z | Documenting openssl-probe v0.1.5 |
2353 | 2023-11-16T20:45:28.863Z | Documenting quote v1.0.33 |
2354 | 2023-11-16T20:45:29.663Z | Documenting untrusted v0.9.0 |
2355 | 2023-11-16T20:45:29.783Z | Documenting want v0.3.1 |
2356 | 2023-11-16T20:45:31.311Z | Checking usdt-impl v0.3.5 |
2357 | 2023-11-16T20:45:31.522Z | Documenting indexmap v2.1.0 |
2358 | 2023-11-16T20:45:32.138Z | Documenting http-body v0.4.5 |
2359 | 2023-11-16T20:45:34.094Z | Documenting openssl-macros v0.1.1 |
2360 | 2023-11-16T20:45:34.164Z | Documenting ring v0.17.5 |
2361 | 2023-11-16T20:45:35.273Z | Documenting openssl-sys v0.9.93 |
2362 | 2023-11-16T20:45:35.564Z | Checking dyn-clone v1.0.13 |
2363 | 2023-11-16T20:45:35.761Z | Documenting tower-service v0.3.2 |
2364 | 2023-11-16T20:45:37.219Z | Documenting mime v0.3.17 |
2365 | 2023-11-16T20:45:38.701Z | Checking schemars v0.8.13 |
2366 | 2023-11-16T20:45:39.581Z | Documenting async-trait v0.1.74 |
2367 | 2023-11-16T20:45:40.267Z | Documenting tokio-util v0.7.10 |
2368 | 2023-11-16T20:45:40.473Z | Documenting aho-corasick v1.0.4 |
2369 | 2023-11-16T20:45:41.202Z | Checking ahash v0.8.3 |
2370 | 2023-11-16T20:45:41.228Z | Documenting sct v0.7.0 |
2371 | 2023-11-16T20:45:41.726Z | Documenting slog v2.7.0 |
2372 | 2023-11-16T20:45:41.839Z | Documenting rustls-webpki v0.101.7 |
2373 | 2023-11-16T20:45:43.571Z | Documenting regex-syntax v0.8.2 |
2374 | 2023-11-16T20:45:46.218Z | Documenting openssl v0.10.57 |
2375 | 2023-11-16T20:45:47.347Z | Documenting ipnet v2.8.0 |
2376 | 2023-11-16T20:45:47.451Z | Documenting gimli v0.28.0 |
2377 | 2023-11-16T20:45:47.947Z | Documenting utf8parse v0.2.1 |
2378 | 2023-11-16T20:45:48.064Z | Documenting unicode-width v0.1.11 |
2379 | 2023-11-16T20:45:48.334Z | Documenting rustls v0.21.8 |
2380 | 2023-11-16T20:45:50.129Z | Documenting h2 v0.3.21 |
2381 | 2023-11-16T20:45:52.295Z | Checking hashbrown v0.13.2 |
2382 | 2023-11-16T20:45:52.392Z | Documenting time-macros v0.2.13 |
2383 | 2023-11-16T20:45:53.199Z | Documenting rustls-pemfile v1.0.3 |
2384 | 2023-11-16T20:45:53.647Z | Documenting regex-automata v0.4.3 |
2385 | 2023-11-16T20:45:53.989Z | Checking http v0.2.9 |
2386 | 2023-11-16T20:45:56.173Z | Documenting num-integer v0.1.45 |
2387 | 2023-11-16T20:45:57.110Z | Documenting addr2line v0.21.0 |
2388 | 2023-11-16T20:45:59.011Z | Documenting object v0.32.1 |
2389 | 2023-11-16T20:45:59.850Z | Documenting time-core v0.1.1 |
2390 | 2023-11-16T20:45:59.864Z | Documenting deranged v0.3.8 |
2391 | 2023-11-16T20:46:01.961Z | Documenting rustc-demangle v0.1.23 |
2392 | 2023-11-16T20:46:02.408Z | Checking smallvec v1.11.0 |
2393 | 2023-11-16T20:46:02.681Z | Documenting num_threads v0.1.6 |
2394 | 2023-11-16T20:46:02.971Z | Checking parking_lot_core v0.9.8 |
2395 | 2023-11-16T20:46:03.514Z | Documenting tokio-rustls v0.24.1 |
2396 | 2023-11-16T20:46:04.177Z | Documenting native-tls v0.2.11 |
2397 | 2023-11-16T20:46:05.569Z | Documenting hyper v0.14.27 |
2398 | 2023-11-16T20:46:06.310Z | Checking pest_meta v2.7.2 |
2399 | 2023-11-16T20:46:06.420Z | Documenting zerocopy v0.6.4 |
2400 | 2023-11-16T20:46:06.496Z | Documenting regex v1.10.2 |
2401 | 2023-11-16T20:46:07.850Z | Checking aho-corasick v1.0.4 |
2402 | 2023-11-16T20:46:08.916Z | Documenting time v0.3.27 |
2403 | 2023-11-16T20:46:10.494Z | Documenting crossbeam-utils v0.8.16 |
2404 | 2023-11-16T20:46:11.972Z | Documenting encoding_rs v0.8.33 |
2405 | 2023-11-16T20:46:12.422Z | Checking regex-syntax v0.8.2 |
2406 | 2023-11-16T20:46:12.438Z | Documenting tokio-native-tls v0.3.1 |
2407 | 2023-11-16T20:46:14.972Z | Checking parking_lot v0.12.1 |
2408 | 2023-11-16T20:46:15.547Z | Documenting rustls-native-certs v0.6.3 |
2409 | 2023-11-16T20:46:16.884Z | Documenting serde_urlencoded v0.7.1 |
2410 | 2023-11-16T20:46:17.668Z | Documenting backtrace v0.3.69 |
2411 | 2023-11-16T20:46:18.165Z | Documenting pest_meta v2.7.2 |
2412 | 2023-11-16T20:46:18.171Z | Checking regex-automata v0.4.3 |
2413 | 2023-11-16T20:46:19.397Z | Documenting anstyle v1.0.2 |
2414 | 2023-11-16T20:46:20.725Z | Checking pin-project-lite v0.2.13 |
2415 | 2023-11-16T20:46:20.903Z | Checking pest_generator v2.7.2 |
2416 | 2023-11-16T20:46:21.865Z | Documenting anstyle-parse v0.2.1 |
2417 | 2023-11-16T20:46:22.177Z | Documenting data-encoding v2.4.0 |
2418 | 2023-11-16T20:46:23.935Z | Checking regex v1.10.2 |
2419 | 2023-11-16T20:46:24.187Z | Documenting webpki-roots v0.25.2 |
2420 | 2023-11-16T20:46:24.209Z | Documenting hyper-tls v0.5.0 |
2421 | 2023-11-16T20:46:24.567Z | Documenting pest_generator v2.7.2 |
2422 | 2023-11-16T20:46:24.919Z | Documenting hyper-rustls v0.24.2 |
2423 | 2023-11-16T20:46:25.062Z | Documenting ucd-trie v0.1.6 |
2424 | 2023-11-16T20:46:25.222Z | Documenting anyhow v1.0.75 |
2425 | 2023-11-16T20:46:26.584Z | Documenting colorchoice v1.0.0 |
2426 | 2023-11-16T20:46:28.384Z | Documenting anstyle-query v1.0.0 |
2427 | 2023-11-16T20:46:29.781Z | Documenting ipnetwork v0.20.0 |
2428 | 2023-11-16T20:46:30.727Z | Documenting syn v2.0.32 |
2429 | 2023-11-16T20:46:30.979Z | Documenting pest v2.7.2 |
2430 | 2023-11-16T20:46:31.647Z | Documenting pest_derive v2.7.2 |
2431 | 2023-11-16T20:46:32.438Z | Documenting sha2 v0.10.8 |
2432 | 2023-11-16T20:46:33.907Z | Documenting anstream v0.5.0 |
2433 | 2023-11-16T20:46:34.927Z | Checking rand_core v0.6.4 |
2434 | 2023-11-16T20:46:35.366Z | Checking serde_tokenstream v0.1.7 |
2435 | 2023-11-16T20:46:35.445Z | Documenting reqwest v0.11.22 |
2436 | 2023-11-16T20:46:35.950Z | Documenting crc32fast v1.3.2 |
2437 | 2023-11-16T20:46:38.331Z | Checking signal-hook-registry v1.4.1 |
2438 | 2023-11-16T20:46:38.719Z | Documenting terminal_size v0.2.6 |
2439 | 2023-11-16T20:46:38.918Z | Checking unicode-width v0.1.11 |
2440 | 2023-11-16T20:46:39.155Z | Checking strsim v0.10.0 |
2441 | 2023-11-16T20:46:39.327Z | Documenting strsim v0.10.0 |
2442 | 2023-11-16T20:46:39.502Z | Documenting clap_lex v0.5.1 |
2443 | 2023-11-16T20:46:39.902Z | Documenting dtrace-parser v0.1.14 |
2444 | 2023-11-16T20:46:40.419Z | Documenting num-iter v0.1.43 |
2445 | 2023-11-16T20:46:41.526Z | Documenting openapiv3 v2.0.0-rc.1 |
2446 | 2023-11-16T20:46:44.892Z | Documenting hex v0.4.3 |
2447 | 2023-11-16T20:46:45.320Z | Documenting futures-executor v0.3.29 |
2448 | 2023-11-16T20:46:45.659Z | Documenting clap_builder v4.4.2 |
2449 | 2023-11-16T20:46:46.227Z | Documenting hmac v0.12.1 |
2450 | 2023-11-16T20:46:46.662Z | Documenting dof v0.1.5 |
2451 | 2023-11-16T20:46:51.061Z | Checking mio v0.8.8 |
2452 | 2023-11-16T20:46:51.098Z | Documenting clap_derive v4.4.2 |
2453 | 2023-11-16T20:46:51.161Z | Documenting signal-hook v0.3.17 |
2454 | 2023-11-16T20:46:51.505Z | Checking serde_tokenstream v0.2.0 |
2455 | 2023-11-16T20:46:52.054Z | Documenting thread-id v4.2.0 |
2456 | 2023-11-16T20:46:52.082Z | Documenting memoffset v0.9.0 |
2457 | 2023-11-16T20:46:52.694Z | Checking typenum v1.16.0 |
2458 | 2023-11-16T20:46:53.785Z | Checking zeroize v1.6.0 |
2459 | 2023-11-16T20:46:54.176Z | Checking futures-core v0.3.29 |
2460 | 2023-11-16T20:46:54.453Z | Documenting either v1.9.0 |
2461 | 2023-11-16T20:46:54.904Z | Checking generic-array v0.14.7 |
2462 | 2023-11-16T20:46:55.492Z | Documenting flate2 v1.0.28 |
2463 | 2023-11-16T20:46:56.249Z | Documenting crossbeam-epoch v0.9.15 |
2464 | 2023-11-16T20:46:56.817Z | Documenting usdt-attr-macro v0.3.5 |
2465 | 2023-11-16T20:46:57.611Z | Documenting usdt-macro v0.3.5 |
2466 | 2023-11-16T20:46:58.082Z | Documenting usdt-impl v0.3.5 |
2467 | 2023-11-16T20:46:58.923Z | Documenting clap v4.4.3 |
2468 | 2023-11-16T20:47:00.477Z | Checking regress v0.7.1 |
2469 | 2023-11-16T20:47:02.745Z | Checking openapiv3 v2.0.0-rc.1 |
2470 | 2023-11-16T20:47:03.053Z | Documenting serde_spanned v0.6.4 |
2471 | 2023-11-16T20:47:03.739Z | Documenting toml_datetime v0.6.5 |
2472 | 2023-11-16T20:47:05.582Z | Documenting winnow v0.5.15 |
2473 | 2023-11-16T20:47:05.756Z | Checking typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2474 | 2023-11-16T20:47:06.486Z | Documenting signal-hook-mio v0.2.3 |
2475 | 2023-11-16T20:47:07.696Z | Documenting futures v0.3.29 |
2476 | 2023-11-16T20:47:07.903Z | Documenting usdt v0.3.5 |
2477 | 2023-11-16T20:47:08.535Z | Documenting signature v2.1.0 |
2478 | 2023-11-16T20:47:09.667Z | Documenting block-padding v0.3.3 |
2479 | 2023-11-16T20:47:09.671Z | Documenting hash32 v0.2.1 |
2480 | 2023-11-16T20:47:09.829Z | Documenting enum-as-inner v0.5.1 |
2481 | 2023-11-16T20:47:12.392Z | Documenting scheduled-thread-pool v0.2.7 |
2482 | 2023-11-16T20:47:13.091Z | Documenting toml_edit v0.21.0 |
2483 | 2023-11-16T20:47:15.499Z | Checking diesel_table_macro_syntax v0.1.0 |
2484 | 2023-11-16T20:47:15.731Z | Documenting diesel_table_macro_syntax v0.1.0 |
2485 | 2023-11-16T20:47:15.767Z | Checking serde_spanned v0.6.4 |
2486 | 2023-11-16T20:47:15.890Z | Checking toml_datetime v0.6.5 |
2487 | 2023-11-16T20:47:16.039Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2488 | 2023-11-16T20:47:16.227Z | Checking num_cpus v1.16.0 |
2489 | 2023-11-16T20:47:16.276Z | Checking socket2 v0.5.4 |
2490 | 2023-11-16T20:47:16.387Z | Checking futures-sink v0.3.29 |
2491 | 2023-11-16T20:47:16.525Z | Checking winnow v0.5.15 |
2492 | 2023-11-16T20:47:16.591Z | Documenting unicode-segmentation v1.10.1 |
2493 | 2023-11-16T20:47:17.036Z | Documenting stable_deref_trait v1.2.0 |
2494 | 2023-11-16T20:47:18.291Z | Documenting r2d2 v0.8.10 |
2495 | 2023-11-16T20:47:19.372Z | Checking tokio v1.33.0 |
2496 | 2023-11-16T20:47:21.451Z | Documenting heapless v0.7.16 |
2497 | 2023-11-16T20:47:21.549Z | Documenting trust-dns-proto v0.22.0 |
2498 | 2023-11-16T20:47:21.826Z | Documenting inout v0.1.3 |
2499 | 2023-11-16T20:47:22.111Z | Documenting bzip2 v0.4.4 |
2500 | 2023-11-16T20:47:22.519Z | Documenting crossterm v0.27.0 |
2501 | 2023-11-16T20:47:23.309Z | Documenting diesel_derives v2.1.1 |
2502 | 2023-11-16T20:47:24.494Z | Documenting itertools v0.11.0 |
2503 | 2023-11-16T20:47:28.151Z | Documenting stringprep v0.1.3 |
2504 | 2023-11-16T20:47:28.707Z | Documenting semver v1.0.20 |
2505 | 2023-11-16T20:47:29.017Z | Documenting md-5 v0.10.5 |
2506 | 2023-11-16T20:47:30.124Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2507 | 2023-11-16T20:47:30.469Z | Documenting bit-vec v0.6.3 |
2508 | 2023-11-16T20:47:33.711Z | Documenting siphasher v0.3.11 |
2509 | 2023-11-16T20:47:34.522Z | Documenting static_assertions v1.1.0 |
2510 | 2023-11-16T20:47:34.888Z | Documenting managed v0.8.0 |
2511 | 2023-11-16T20:47:35.046Z | Checking tinyvec_macros v0.1.1 |
2512 | 2023-11-16T20:47:35.162Z | Checking spin v0.5.2 |
2513 | 2023-11-16T20:47:35.451Z | Documenting fallible-iterator v0.2.0 |
2514 | 2023-11-16T20:47:35.845Z | Documenting diesel v2.1.3 |
2515 | 2023-11-16T20:47:36.390Z | Checking tinyvec v1.6.0 |
2516 | 2023-11-16T20:47:36.484Z | Documenting cipher v0.4.4 |
2517 | 2023-11-16T20:47:36.702Z | Documenting zip v0.6.6 |
2518 | 2023-11-16T20:47:38.127Z | Documenting phf_shared v0.11.2 |
2519 | 2023-11-16T20:47:38.679Z | Checking toml_edit v0.19.15 |
2520 | 2023-11-16T20:47:39.066Z | Checking futures-channel v0.3.29 |
2521 | 2023-11-16T20:47:39.637Z | Documenting num-bigint v0.4.4 |
2522 | 2023-11-16T20:47:39.905Z | Documenting smoltcp v0.9.1 |
2523 | 2023-11-16T20:47:42.451Z | Documenting hubpack v0.1.2 |
2524 | 2023-11-16T20:47:42.533Z | Documenting postgres-protocol v0.6.6 |
2525 | 2023-11-16T20:47:43.665Z | Documenting serde_repr v0.1.16 |
2526 | 2023-11-16T20:47:43.698Z | Documenting bstr v1.6.0 |
2527 | 2023-11-16T20:47:44.837Z | Documenting regress v0.7.1 |
2528 | 2023-11-16T20:47:47.417Z | Checking futures-task v0.3.29 |
2529 | 2023-11-16T20:47:47.768Z | Checking slab v0.4.9 |
2530 | 2023-11-16T20:47:48.168Z | Documenting new_debug_unreachable v1.0.4 |
2531 | 2023-11-16T20:47:49.430Z | Documenting fixedbitset v0.4.2 |
2532 | 2023-11-16T20:47:49.793Z | Documenting precomputed-hash v0.1.1 |
2533 | 2023-11-16T20:47:51.160Z | Checking futures-io v0.3.29 |
2534 | 2023-11-16T20:47:51.254Z | Checking pin-utils v0.1.0 |
2535 | 2023-11-16T20:47:51.376Z | Documenting lalrpop-util v0.19.12 |
2536 | 2023-11-16T20:47:51.421Z | Checking futures-util v0.3.29 |
2537 | 2023-11-16T20:47:51.931Z | Documenting postgres-types v0.2.6 |
2538 | 2023-11-16T20:47:52.546Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2539 | 2023-11-16T20:47:54.192Z | Documenting yasna v0.5.2 |
2540 | 2023-11-16T20:47:54.264Z | Documenting petgraph v0.6.4 |
2541 | 2023-11-16T20:47:55.419Z | Documenting string_cache v0.8.7 |
2542 | 2023-11-16T20:47:57.680Z | Documenting phf v0.11.2 |
2543 | 2023-11-16T20:47:59.713Z | Checking unicode-normalization v0.1.22 |
2544 | 2023-11-16T20:48:01.188Z | Checking crypto-common v0.1.6 |
2545 | 2023-11-16T20:48:01.450Z | Documenting console v0.15.7 |
2546 | 2023-11-16T20:48:01.782Z | Checking spin v0.9.8 |
2547 | 2023-11-16T20:48:02.284Z | Documenting float-cmp v0.9.0 |
2548 | 2023-11-16T20:48:02.711Z | Checking tracing-core v0.1.31 |
2549 | 2023-11-16T20:48:02.734Z | Checking unsafe-libyaml v0.2.9 |
2550 | 2023-11-16T20:48:03.057Z | Documenting normalize-line-endings v0.3.0 |
2551 | 2023-11-16T20:48:03.820Z | Documenting difflib v0.4.0 |
2552 | 2023-11-16T20:48:04.276Z | Documenting whoami v1.4.1 |
2553 | 2023-11-16T20:48:04.737Z | Documenting predicates-core v1.0.6 |
2554 | 2023-11-16T20:48:05.512Z | Documenting heck v0.4.1 |
2555 | 2023-11-16T20:48:07.118Z | Checking unicode-bidi v0.3.13 |
2556 | 2023-11-16T20:48:07.688Z | Checking tracing v0.1.37 |
2557 | 2023-11-16T20:48:07.866Z | Documenting bit-set v0.5.3 |
2558 | 2023-11-16T20:48:08.212Z | Documenting similar v2.2.1 |
2559 | 2023-11-16T20:48:08.661Z | Checking typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2560 | 2023-11-16T20:48:08.856Z | Documenting typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2561 | 2023-11-16T20:48:09.008Z | Checking block-buffer v0.10.4 |
2562 | 2023-11-16T20:48:09.348Z | Checking getopts v0.2.21 |
2563 | 2023-11-16T20:48:09.810Z | Documenting tokio-stream v0.1.14 |
2564 | 2023-11-16T20:48:09.920Z | Documenting tokio-postgres v0.7.10 |
2565 | 2023-11-16T20:48:10.129Z | Checking bitflags v2.4.0 |
2566 | 2023-11-16T20:48:10.543Z | Checking const-oid v0.9.5 |
2567 | 2023-11-16T20:48:10.933Z | Documenting predicates v3.0.4 |
2568 | 2023-11-16T20:48:11.664Z | Documenting typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2569 | 2023-11-16T20:48:13.401Z | Documenting unsafe-libyaml v0.2.9 |
2570 | 2023-11-16T20:48:14.252Z | Checking ppv-lite86 v0.2.17 |
2571 | 2023-11-16T20:48:14.595Z | Checking subtle v2.5.0 |
2572 | 2023-11-16T20:48:14.973Z | Checking ident_case v1.0.1 |
2573 | 2023-11-16T20:48:15.196Z | Checking digest v0.10.7 |
2574 | 2023-11-16T20:48:15.399Z | Checking rand_chacha v0.3.1 |
2575 | 2023-11-16T20:48:15.784Z | Checking progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2576 | 2023-11-16T20:48:15.942Z | Checking serde_yaml v0.9.25 |
2577 | 2023-11-16T20:48:17.226Z | Documenting progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2578 | 2023-11-16T20:48:18.700Z | Documenting getopts v0.2.21 |
2579 | 2023-11-16T20:48:19.039Z | Documenting serde_yaml v0.9.25 |
2580 | 2023-11-16T20:48:19.257Z | Checking base64 v0.21.5 |
2581 | 2023-11-16T20:48:19.298Z | Checking rand v0.8.5 |
2582 | 2023-11-16T20:48:19.874Z | Checking tokio-util v0.7.10 |
2583 | 2023-11-16T20:48:20.007Z | Checking untrusted v0.9.0 |
2584 | 2023-11-16T20:48:20.220Z | Checking openssl-probe v0.1.5 |
2585 | 2023-11-16T20:48:20.404Z | Checking bitflags v1.3.2 |
2586 | 2023-11-16T20:48:20.541Z | Checking untrusted v0.7.1 |
2587 | 2023-11-16T20:48:20.799Z | Checking hashbrown v0.12.3 |
2588 | 2023-11-16T20:48:21.313Z | Checking percent-encoding v2.3.0 |
2589 | 2023-11-16T20:48:21.408Z | Checking foreign-types-shared v0.1.1 |
2590 | 2023-11-16T20:48:21.556Z | Checking foreign-types v0.3.2 |
2591 | 2023-11-16T20:48:21.618Z | Checking ring v0.16.20 |
2592 | 2023-11-16T20:48:21.682Z | Checking ring v0.17.5 |
2593 | 2023-11-16T20:48:22.367Z | Checking indexmap v1.9.3 |
2594 | 2023-11-16T20:48:22.384Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2595 | 2023-11-16T20:48:23.114Z | Documenting typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2596 | 2023-11-16T20:48:23.631Z | Checking openssl-sys v0.9.93 |
2597 | 2023-11-16T20:48:24.449Z | Checking errno v0.3.2 |
2598 | 2023-11-16T20:48:24.653Z | Checking try-lock v0.2.4 |
2599 | 2023-11-16T20:48:24.754Z | Checking adler v1.0.2 |
2600 | 2023-11-16T20:48:24.830Z | Documenting match_cfg v0.1.0 |
2601 | 2023-11-16T20:48:24.969Z | Checking siphasher v0.3.11 |
2602 | 2023-11-16T20:48:25.046Z | Checking unicode-segmentation v1.10.1 |
2603 | 2023-11-16T20:48:25.424Z | Checking miniz_oxide v0.7.1 |
2604 | 2023-11-16T20:48:25.718Z | Checking openssl v0.10.57 |
2605 | 2023-11-16T20:48:26.120Z | Checking want v0.3.1 |
2606 | 2023-11-16T20:48:26.364Z | Checking rustls-webpki v0.101.7 |
2607 | 2023-11-16T20:48:26.567Z | Checking sct v0.7.0 |
2608 | 2023-11-16T20:48:26.848Z | Checking h2 v0.3.21 |
2609 | 2023-11-16T20:48:27.062Z | Checking form_urlencoded v1.2.0 |
2610 | 2023-11-16T20:48:27.350Z | Checking lazy_static v1.4.0 |
2611 | 2023-11-16T20:48:27.456Z | Checking http-body v0.4.5 |
2612 | 2023-11-16T20:48:27.496Z | Documenting sha1 v0.10.6 |
2613 | 2023-11-16T20:48:27.993Z | Documenting dirs-sys-next v0.1.2 |
2614 | 2023-11-16T20:48:28.341Z | Checking io-lifetimes v1.0.11 |
2615 | 2023-11-16T20:48:28.627Z | Documenting progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2616 | 2023-11-16T20:48:28.640Z | Checking socket2 v0.4.9 |
2617 | 2023-11-16T20:48:29.051Z | Documenting hostname v0.3.1 |
2618 | 2023-11-16T20:48:29.273Z | Checking httparse v1.8.0 |
2619 | 2023-11-16T20:48:29.907Z | Checking utf8parse v0.2.1 |
2620 | 2023-11-16T20:48:30.105Z | Checking anstyle v1.0.2 |
2621 | 2023-11-16T20:48:30.628Z | Checking tower-service v0.3.2 |
2622 | 2023-11-16T20:48:30.791Z | Checking cpufeatures v0.2.9 |
2623 | 2023-11-16T20:48:30.921Z | Checking httpdate v1.0.3 |
2624 | 2023-11-16T20:48:31.276Z | Checking sha2 v0.10.8 |
2625 | 2023-11-16T20:48:32.102Z | Checking anstyle-parse v0.2.1 |
2626 | 2023-11-16T20:48:32.501Z | Checking rustix v0.37.23 |
2627 | 2023-11-16T20:48:33.585Z | Documenting progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2628 | 2023-11-16T20:48:34.265Z | Checking rustls v0.21.8 |
2629 | 2023-11-16T20:48:34.335Z | Documenting dirs-next v2.0.0 |
2630 | 2023-11-16T20:48:34.637Z | Checking native-tls v0.2.11 |
2631 | 2023-11-16T20:48:35.094Z | Checking rustls-pemfile v1.0.3 |
2632 | 2023-11-16T20:48:35.216Z | Checking hmac v0.12.1 |
2633 | 2023-11-16T20:48:35.356Z | Checking md-5 v0.10.5 |
2634 | 2023-11-16T20:48:35.369Z | Checking stringprep v0.1.3 |
2635 | 2023-11-16T20:48:35.499Z | Checking idna v0.4.0 |
2636 | 2023-11-16T20:48:35.689Z | Checking num-integer v0.1.45 |
2637 | 2023-11-16T20:48:35.756Z | Documenting camino v1.1.6 |
2638 | 2023-11-16T20:48:36.425Z | Checking hash32 v0.2.1 |
2639 | 2023-11-16T20:48:36.683Z | Checking hyper v0.14.27 |
2640 | 2023-11-16T20:48:36.887Z | Documenting thread_local v1.1.7 |
2641 | 2023-11-16T20:48:36.901Z | Documenting paste v1.0.14 |
2642 | 2023-11-16T20:48:39.473Z | Checking colorchoice v1.0.0 |
2643 | 2023-11-16T20:48:39.653Z | Checking fallible-iterator v0.2.0 |
2644 | 2023-11-16T20:48:40.074Z | Checking either v1.9.0 |
2645 | 2023-11-16T20:48:40.367Z | Checking gimli v0.28.0 |
2646 | 2023-11-16T20:48:40.528Z | Checking anstyle-query v1.0.0 |
2647 | 2023-11-16T20:48:40.613Z | Checking stable_deref_trait v1.2.0 |
2648 | 2023-11-16T20:48:40.701Z | Checking anstream v0.5.0 |
2649 | 2023-11-16T20:48:40.737Z | Checking heapless v0.7.16 |
2650 | 2023-11-16T20:48:41.193Z | Checking postgres-protocol v0.6.6 |
2651 | 2023-11-16T20:48:42.211Z | Documenting term v0.7.0 |
2652 | 2023-11-16T20:48:42.453Z | Checking tokio-rustls v0.24.1 |
2653 | 2023-11-16T20:48:43.017Z | Checking url v2.4.1 |
2654 | 2023-11-16T20:48:43.021Z | Checking rustls-native-certs v0.6.3 |
2655 | 2023-11-16T20:48:43.222Z | Checking tokio-native-tls v0.3.1 |
2656 | 2023-11-16T20:48:43.264Z | Checking terminal_size v0.2.6 |
2657 | 2023-11-16T20:48:43.341Z | Checking phf_shared v0.11.2 |
2658 | 2023-11-16T20:48:43.494Z | Documenting toml v0.8.8 |
2659 | 2023-11-16T20:48:43.619Z | Checking block-padding v0.3.3 |
2660 | 2023-11-16T20:48:43.835Z | Checking signal-hook v0.3.17 |
2661 | 2023-11-16T20:48:43.917Z | Documenting crossbeam-channel v0.5.8 |
2662 | 2023-11-16T20:48:44.328Z | Checking scheduled-thread-pool v0.2.7 |
2663 | 2023-11-16T20:48:44.343Z | Checking object v0.32.1 |
2664 | 2023-11-16T20:48:44.636Z | Documenting atty v0.2.14 |
2665 | 2023-11-16T20:48:45.730Z | Documenting progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2666 | 2023-11-16T20:48:46.535Z | Checking addr2line v0.21.0 |
2667 | 2023-11-16T20:48:46.575Z | Checking bzip2-sys v0.1.11+1.0.8 |
2668 | 2023-11-16T20:48:46.742Z | Checking crc32fast v1.3.2 |
2669 | 2023-11-16T20:48:47.080Z | Checking clap_lex v0.5.1 |
2670 | 2023-11-16T20:48:47.302Z | Checking bit-vec v0.6.3 |
2671 | 2023-11-16T20:48:47.438Z | Checking managed v0.8.0 |
2672 | 2023-11-16T20:48:47.785Z | Checking matches v0.1.10 |
2673 | 2023-11-16T20:48:47.908Z | Documenting take_mut v0.2.2 |
2674 | 2023-11-16T20:48:48.034Z | Checking ipnet v2.8.0 |
2675 | 2023-11-16T20:48:48.119Z | Checking regex-automata v0.1.10 |
2676 | 2023-11-16T20:48:48.746Z | Checking num_threads v0.1.6 |
2677 | 2023-11-16T20:48:48.749Z | Checking deranged v0.3.8 |
2678 | 2023-11-16T20:48:48.904Z | Checking rustc-demangle v0.1.23 |
2679 | 2023-11-16T20:48:49.437Z | Documenting slog-term v2.9.0 |
2680 | 2023-11-16T20:48:49.571Z | Checking bstr v0.2.17 |
2681 | 2023-11-16T20:48:50.366Z | Checking smoltcp v0.9.1 |
2682 | 2023-11-16T20:48:50.929Z | Checking idna v0.2.3 |
2683 | 2023-11-16T20:48:51.463Z | Checking time v0.3.27 |
2684 | 2023-11-16T20:48:51.634Z | Checking clap_builder v4.4.2 |
2685 | 2023-11-16T20:48:52.316Z | Checking flate2 v1.0.28 |
2686 | 2023-11-16T20:48:52.788Z | Checking bzip2 v0.4.4 |
2687 | 2023-11-16T20:48:53.239Z | Checking hyper-rustls v0.24.2 |
2688 | 2023-11-16T20:48:53.345Z | Checking hyper-tls v0.5.0 |
2689 | 2023-11-16T20:48:53.404Z | Checking backtrace v0.3.69 |
2690 | 2023-11-16T20:48:53.699Z | Documenting slog-async v2.8.0 |
2691 | 2023-11-16T20:48:53.805Z | Checking r2d2 v0.8.10 |
2692 | 2023-11-16T20:48:54.456Z | Checking signal-hook-mio v0.2.3 |
2693 | 2023-11-16T20:48:54.468Z | Checking inout v0.1.3 |
2694 | 2023-11-16T20:48:54.473Z | Checking phf v0.11.2 |
2695 | 2023-11-16T20:48:54.478Z | Checking postgres-types v0.2.6 |
2696 | 2023-11-16T20:48:54.484Z | Checking itertools v0.11.0 |
2697 | 2023-11-16T20:48:54.689Z | Checking num-bigint v0.4.4 |
2698 | 2023-11-16T20:48:55.505Z | Checking serde_urlencoded v0.7.1 |
2699 | 2023-11-16T20:48:55.508Z | Checking phf_shared v0.10.0 |
2700 | 2023-11-16T20:48:55.959Z | Checking futures-executor v0.3.29 |
2701 | 2023-11-16T20:48:56.185Z | Documenting slog-json v2.6.1 |
2702 | 2023-11-16T20:48:56.251Z | Checking ipnetwork v0.20.0 |
2703 | 2023-11-16T20:48:56.313Z | Checking float-cmp v0.9.0 |
2704 | 2023-11-16T20:48:56.451Z | Checking zerocopy v0.6.4 |
2705 | 2023-11-16T20:48:56.586Z | Documenting async-stream-impl v0.3.5 |
2706 | 2023-11-16T20:48:56.787Z | Checking hubpack v0.1.2 |
2707 | 2023-11-16T20:48:57.277Z | Checking encoding_rs v0.8.33 |
2708 | 2023-11-16T20:48:57.605Z | Checking crossbeam-utils v0.8.16 |
2709 | 2023-11-16T20:48:58.187Z | Checking pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2710 | 2023-11-16T20:48:58.287Z | Checking memoffset v0.9.0 |
2711 | 2023-11-16T20:48:58.448Z | Checking static_assertions v1.1.0 |
2712 | 2023-11-16T20:48:58.556Z | Checking predicates-core v1.0.6 |
2713 | 2023-11-16T20:48:58.575Z | Documenting atomic-waker v1.1.1 |
2714 | 2023-11-16T20:48:58.588Z | Checking precomputed-hash v0.1.1 |
2715 | 2023-11-16T20:48:58.733Z | Checking whoami v1.4.1 |
2716 | 2023-11-16T20:48:58.869Z | Checking difflib v0.4.0 |
2717 | 2023-11-16T20:48:59.136Z | Checking normalize-line-endings v0.3.0 |
2718 | 2023-11-16T20:48:59.314Z | Checking mime v0.3.17 |
2719 | 2023-11-16T20:48:59.332Z | Documenting debug-ignore v1.0.5 |
2720 | 2023-11-16T20:48:59.773Z | Checking webpki-roots v0.25.2 |
2721 | 2023-11-16T20:49:00.018Z | Checking new_debug_unreachable v1.0.4 |
2722 | 2023-11-16T20:49:00.022Z | Checking regex-automata v0.3.8 |
2723 | 2023-11-16T20:49:00.134Z | Checking data-encoding v2.4.0 |
2724 | 2023-11-16T20:49:00.981Z | Checking fixedbitset v0.4.2 |
2725 | 2023-11-16T20:49:01.129Z | Checking reqwest v0.11.22 |
2726 | 2023-11-16T20:49:01.371Z | Checking petgraph v0.6.4 |
2727 | 2023-11-16T20:49:02.534Z | Checking bstr v1.6.0 |
2728 | 2023-11-16T20:49:02.605Z | Checking trust-dns-proto v0.22.0 |
2729 | 2023-11-16T20:49:02.743Z | Documenting waitgroup v0.1.2 |
2730 | 2023-11-16T20:49:03.118Z | Documenting slog-bunyan v2.4.0 |
2731 | 2023-11-16T20:49:03.669Z | Checking string_cache v0.8.7 |
2732 | 2023-11-16T20:49:03.730Z | Checking predicates v3.0.4 |
2733 | 2023-11-16T20:49:04.042Z | Checking tokio-postgres v0.7.10 |
2734 | 2023-11-16T20:49:04.087Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2735 | 2023-11-16T20:49:04.113Z | Documenting async-stream v0.3.5 |
2736 | 2023-11-16T20:49:04.831Z | Checking diesel v2.1.3 |
2737 | 2023-11-16T20:49:06.853Z | Checking crossbeam-epoch v0.9.15 |
2738 | 2023-11-16T20:49:07.550Z | Checking yasna v0.5.2 |
2739 | 2023-11-16T20:49:08.676Z | Checking clap v4.4.3 |
2740 | 2023-11-16T20:49:08.767Z | Checking futures v0.3.29 |
2741 | 2023-11-16T20:49:08.833Z | Checking cipher v0.4.4 |
2742 | 2023-11-16T20:49:08.921Z | Checking anyhow v1.0.75 |
2743 | 2023-11-16T20:49:08.980Z | Checking crossterm v0.27.0 |
2744 | 2023-11-16T20:49:09.064Z | Checking zip v0.6.6 |
2745 | 2023-11-16T20:49:09.438Z | Checking similar v2.2.1 |
2746 | 2023-11-16T20:49:09.629Z | Checking bit-set v0.5.3 |
2747 | 2023-11-16T20:49:09.739Z | Checking itertools v0.10.5 |
2748 | 2023-11-16T20:49:09.914Z | Checking num-iter v0.1.43 |
2749 | 2023-11-16T20:49:10.021Z | Checking console v0.15.7 |
2750 | 2023-11-16T20:49:10.113Z | Checking rustix v0.38.9 |
2751 | 2023-11-16T20:49:10.158Z | Checking signature v2.1.0 |
2752 | 2023-11-16T20:49:10.473Z | Checking darling_core v0.20.3 |
2753 | 2023-11-16T20:49:10.761Z | Checking toml v0.7.8 |
2754 | 2023-11-16T20:49:10.921Z | Checking tokio-stream v0.1.14 |
2755 | 2023-11-16T20:49:11.606Z | Checking toml_edit v0.21.0 |
2756 | 2023-11-16T20:49:11.931Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2757 | 2023-11-16T20:49:11.972Z | Documenting multer v2.1.0 |
2758 | 2023-11-16T20:49:12.167Z | Checking usdt v0.3.5 |
2759 | 2023-11-16T20:49:12.469Z | Documenting serde_path_to_error v0.1.14 |
2760 | 2023-11-16T20:49:13.352Z | Checking hex v0.4.3 |
2761 | 2023-11-16T20:49:13.485Z | Checking semver v1.0.20 |
2762 | 2023-11-16T20:49:13.490Z | Documenting strum v0.25.0 |
2763 | 2023-11-16T20:49:14.100Z | Checking slog v2.7.0 |
2764 | 2023-11-16T20:49:14.185Z | Checking lalrpop-util v0.19.12 |
2765 | 2023-11-16T20:49:14.617Z | Checking darling v0.20.3 |
2766 | 2023-11-16T20:49:14.779Z | Documenting serde_with_macros v2.3.3 |
2767 | 2023-11-16T20:49:14.847Z | Documenting structmeta-derive v0.2.0 |
2768 | 2023-11-16T20:49:15.493Z | Checking structmeta v0.2.0 |
2769 | 2023-11-16T20:49:15.844Z | Documenting instant v0.1.12 |
2770 | 2023-11-16T20:49:19.058Z | Checking regex-syntax v0.7.5 |
2771 | 2023-11-16T20:49:19.208Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2772 | 2023-11-16T20:49:19.613Z | Documenting macaddr v1.0.1 |
2773 | 2023-11-16T20:49:19.980Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2774 | 2023-11-16T20:49:21.722Z | Documenting backoff v0.4.0 |
2775 | 2023-11-16T20:49:22.068Z | Documenting serde_with v2.3.3 |
2776 | 2023-11-16T20:49:22.531Z | Documenting structmeta v0.2.0 |
2777 | 2023-11-16T20:49:24.294Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2778 | 2023-11-16T20:49:25.127Z | Documenting is-terminal v0.4.9 |
2779 | 2023-11-16T20:49:26.023Z | Documenting base64ct v1.6.0 |
2780 | 2023-11-16T20:49:28.745Z | Documenting proc-macro-crate v1.3.1 |
2781 | 2023-11-16T20:49:29.422Z | Documenting parse-display-derive v0.8.2 |
2782 | 2023-11-16T20:49:30.260Z | Checking proc-macro-crate v1.3.1 |
2783 | 2023-11-16T20:49:30.610Z | Documenting proc-macro-error-attr v1.0.4 |
2784 | 2023-11-16T20:49:31.560Z | Checking proc-macro-error v1.0.4 |
2785 | 2023-11-16T20:49:31.989Z | Documenting postcard-cobs v0.1.5-pre |
2786 | 2023-11-16T20:49:32.448Z | Documenting foreign-types-macros v0.2.3 |
2787 | 2023-11-16T20:49:33.758Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2788 | 2023-11-16T20:49:36.027Z | Documenting num_enum_derive v0.5.11 |
2789 | 2023-11-16T20:49:36.520Z | Documenting postcard v0.7.3 |
2790 | 2023-11-16T20:49:37.025Z | Documenting proc-macro-error v1.0.4 |
2791 | 2023-11-16T20:49:37.968Z | Documenting parse-display v0.8.2 |
2792 | 2023-11-16T20:49:40.103Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2793 | 2023-11-16T20:49:40.212Z | Documenting foreign-types-shared v0.3.1 |
2794 | 2023-11-16T20:49:43.253Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2795 | 2023-11-16T20:49:43.718Z | Documenting crucible-workspace-hack v0.1.0 |
2796 | 2023-11-16T20:49:43.730Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2797 | 2023-11-16T20:49:43.734Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2798 | 2023-11-16T20:49:44.165Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2799 | 2023-11-16T20:49:44.371Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2800 | 2023-11-16T20:49:44.523Z | Documenting foreign-types v0.5.0 |
2801 | 2023-11-16T20:49:45.771Z | Documenting num_enum v0.5.11 |
2802 | 2023-11-16T20:49:49.149Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2803 | 2023-11-16T20:49:49.393Z | Documenting cstr-argument v0.1.2 |
2804 | 2023-11-16T20:49:49.844Z | Documenting colored v2.0.4 |
2805 | 2023-11-16T20:49:50.006Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2806 | 2023-11-16T20:49:51.281Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2807 | 2023-11-16T20:49:51.362Z | Documenting zone_cfg_derive v0.3.0 |
2808 | 2023-11-16T20:49:51.416Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
2809 | 2023-11-16T20:49:53.919Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2810 | 2023-11-16T20:49:55.000Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2811 | 2023-11-16T20:49:55.800Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2812 | 2023-11-16T20:49:57.001Z | Documenting num-derive v0.4.0 |
2813 | 2023-11-16T20:49:58.190Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
2814 | 2023-11-16T20:49:58.210Z | Documenting smf v0.2.2 |
2815 | 2023-11-16T20:49:59.103Z | Documenting zone v0.3.0 |
2816 | 2023-11-16T20:50:01.352Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2817 | 2023-11-16T20:50:01.637Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2818 | 2023-11-16T20:50:02.155Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2819 | 2023-11-16T20:50:03.274Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2820 | 2023-11-16T20:50:03.353Z | Documenting fastrand v2.0.0 |
2821 | 2023-11-16T20:50:04.031Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
2822 | 2023-11-16T20:50:04.700Z | Documenting linked-hash-map v0.5.6 |
2823 | 2023-11-16T20:50:04.870Z | Documenting password-hash v0.5.0 |
2824 | 2023-11-16T20:50:07.823Z | Documenting blake2 v0.10.6 |
2825 | 2023-11-16T20:50:09.446Z | Documenting tempfile v3.8.0 |
2826 | 2023-11-16T20:50:09.640Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2827 | 2023-11-16T20:50:10.996Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2828 | 2023-11-16T20:50:11.210Z | Documenting lru-cache v0.1.2 |
2829 | 2023-11-16T20:50:11.655Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2830 | 2023-11-16T20:50:12.076Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2831 | 2023-11-16T20:50:12.416Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2832 | 2023-11-16T20:50:12.618Z | Checking heck v0.3.3 |
2833 | 2023-11-16T20:50:12.868Z | Documenting structopt-derive v0.4.18 |
2834 | 2023-11-16T20:50:13.547Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=258a8b59902dd36fc7ee5425e6b1fb5fc80d4649#258a8b59) |
2835 | 2023-11-16T20:50:15.632Z | Documenting argon2 v0.5.2 |
2836 | 2023-11-16T20:50:16.654Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2837 | 2023-11-16T20:50:17.578Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2838 | 2023-11-16T20:50:20.774Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2839 | 2023-11-16T20:50:21.157Z | Documenting structopt v0.3.26 |
2840 | 2023-11-16T20:50:22.364Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2841 | 2023-11-16T20:50:22.939Z | Documenting libefi-sys v0.1.0 |
2842 | 2023-11-16T20:50:24.541Z | Documenting pem-rfc7468 v0.7.0 |
2843 | 2023-11-16T20:50:26.859Z | Documenting der_derive v0.7.2 |
2844 | 2023-11-16T20:50:27.766Z | Documenting flagset v0.4.3 |
2845 | 2023-11-16T20:50:28.485Z | Documenting quick-error v1.2.3 |
2846 | 2023-11-16T20:50:28.937Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2847 | 2023-11-16T20:50:30.673Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2848 | 2023-11-16T20:50:31.923Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2849 | 2023-11-16T20:50:32.197Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2850 | 2023-11-16T20:50:32.762Z | Documenting cancel-safe-futures v0.1.5 |
2851 | 2023-11-16T20:50:33.097Z | Checking convert_case v0.4.0 |
2852 | 2023-11-16T20:50:33.427Z | Documenting tap v1.0.1 |
2853 | 2023-11-16T20:50:34.009Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2854 | 2023-11-16T20:50:34.111Z | Documenting resolv-conf v0.7.0 |
2855 | 2023-11-16T20:50:34.711Z | Documenting der v0.7.8 |
2856 | 2023-11-16T20:50:35.827Z | Documenting convert_case v0.4.0 |
2857 | 2023-11-16T20:50:37.785Z | Documenting radium v0.7.0 |
2858 | 2023-11-16T20:50:37.883Z | Documenting wyz v0.5.1 |
2859 | 2023-11-16T20:50:40.085Z | Documenting trust-dns-resolver v0.22.0 |
2860 | 2023-11-16T20:50:41.550Z | Documenting derive_more v0.99.17 |
2861 | 2023-11-16T20:50:41.938Z | Documenting crc-catalog v2.2.0 |
2862 | 2023-11-16T20:50:42.482Z | Documenting arc-swap v1.6.0 |
2863 | 2023-11-16T20:50:42.810Z | Documenting funty v2.0.0 |
2864 | 2023-11-16T20:50:43.036Z | Documenting spki v0.7.2 |
2865 | 2023-11-16T20:50:46.293Z | Documenting crc v3.0.1 |
2866 | 2023-11-16T20:50:47.134Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2867 | 2023-11-16T20:50:47.534Z | Documenting bitvec v1.0.1 |
2868 | 2023-11-16T20:50:48.256Z | Documenting slog-scope v4.4.0 |
2869 | 2023-11-16T20:50:49.054Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2870 | 2023-11-16T20:50:49.794Z | Documenting pkcs8 v0.10.2 |
2871 | 2023-11-16T20:50:50.346Z | Documenting num-rational v0.4.1 |
2872 | 2023-11-16T20:50:50.540Z | Documenting hkdf v0.12.3 |
2873 | 2023-11-16T20:50:50.934Z | Documenting num-complex v0.4.4 |
2874 | 2023-11-16T20:50:51.886Z | Documenting packed_struct_codegen v0.10.1 |
2875 | 2023-11-16T20:50:54.741Z | Documenting ciborium-io v0.2.1 |
2876 | 2023-11-16T20:50:55.865Z | Documenting half v1.8.2 |
2877 | 2023-11-16T20:50:56.640Z | Documenting nodrop v0.1.14 |
2878 | 2023-11-16T20:50:56.861Z | Documenting pkcs1 v0.7.5 |
2879 | 2023-11-16T20:50:58.028Z | Documenting slog-stdlog v4.1.1 |
2880 | 2023-11-16T20:50:58.475Z | Documenting num v0.4.1 |
2881 | 2023-11-16T20:51:00.436Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2882 | 2023-11-16T20:51:00.672Z | Documenting packed_struct v0.10.1 |
2883 | 2023-11-16T20:51:00.826Z | Documenting ciborium-ll v0.2.1 |
2884 | 2023-11-16T20:51:01.028Z | Documenting array-init v0.0.4 |
2885 | 2023-11-16T20:51:01.777Z | Documenting slog-dtrace v0.2.3 |
2886 | 2023-11-16T20:51:03.118Z | Documenting num-bigint-dig v0.8.4 |
2887 | 2023-11-16T20:51:04.329Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2888 | 2023-11-16T20:51:05.961Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2889 | 2023-11-16T20:51:06.109Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2890 | 2023-11-16T20:51:06.888Z | Documenting filetime v0.2.22 |
2891 | 2023-11-16T20:51:07.230Z | Documenting xattr v1.0.1 |
2892 | 2023-11-16T20:51:11.431Z | Documenting keccak v0.1.4 |
2893 | 2023-11-16T20:51:12.187Z | Documenting bitfield v0.14.0 |
2894 | 2023-11-16T20:51:12.859Z | Documenting termcolor v1.2.0 |
2895 | 2023-11-16T20:51:13.104Z | Documenting swrite v0.1.0 |
2896 | 2023-11-16T20:51:13.236Z | Documenting rsa v0.9.2 |
2897 | 2023-11-16T20:51:14.069Z | Documenting tar v0.4.40 |
2898 | 2023-11-16T20:51:15.764Z | Documenting sha3 v0.10.8 |
2899 | 2023-11-16T20:51:16.441Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2900 | 2023-11-16T20:51:18.782Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2901 | 2023-11-16T20:51:19.295Z | Documenting ciborium v0.2.1 |
2902 | 2023-11-16T20:51:19.449Z | Documenting env_logger v0.10.0 |
2903 | 2023-11-16T20:51:20.687Z | Documenting serde-hex v0.1.0 |
2904 | 2023-11-16T20:51:23.747Z | Documenting slog-envlogger v2.2.0 |
2905 | 2023-11-16T20:51:24.329Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2906 | 2023-11-16T20:51:25.910Z | Documenting x509-cert v0.2.4 |
2907 | 2023-11-16T20:51:26.634Z | Documenting newtype_derive v0.1.6 |
2908 | 2023-11-16T20:51:28.539Z | Documenting libsw v3.3.0 |
2909 | 2023-11-16T20:51:28.710Z | Documenting ron v0.8.1 |
2910 | 2023-11-16T20:51:30.089Z | Documenting fxhash v0.2.1 |
2911 | 2023-11-16T20:51:31.984Z | Documenting secrecy v0.8.0 |
2912 | 2023-11-16T20:51:32.183Z | Documenting derive-where v1.2.5 |
2913 | 2023-11-16T20:51:34.379Z | Documenting crc-any v2.4.3 |
2914 | 2023-11-16T20:51:35.282Z | Documenting linear-map v1.2.0 |
2915 | 2023-11-16T20:51:35.396Z | Documenting owo-colors v3.5.0 |
2916 | 2023-11-16T20:51:35.963Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2917 | 2023-11-16T20:51:36.186Z | Documenting steno v0.4.0 |
2918 | 2023-11-16T20:51:37.556Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2919 | 2023-11-16T20:51:38.927Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2920 | 2023-11-16T20:51:38.987Z | Documenting doc-comment v0.3.3 |
2921 | 2023-11-16T20:51:42.105Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2922 | 2023-11-16T20:51:42.247Z | Documenting snafu-derive v0.7.5 |
2923 | 2023-11-16T20:51:42.465Z | Documenting same-file v1.0.6 |
2924 | 2023-11-16T20:51:43.054Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2925 | 2023-11-16T20:51:43.519Z | Documenting path-slash v0.1.5 |
2926 | 2023-11-16T20:51:49.219Z | Documenting walkdir v2.4.0 |
2927 | 2023-11-16T20:51:49.676Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2928 | 2023-11-16T20:51:51.877Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2929 | 2023-11-16T20:51:51.946Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2930 | 2023-11-16T20:51:54.146Z | Documenting snafu v0.7.5 |
2931 | 2023-11-16T20:51:54.657Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2932 | 2023-11-16T20:51:55.690Z | Documenting camino-tempfile v1.0.2 |
2933 | 2023-11-16T20:52:00.604Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2934 | 2023-11-16T20:52:00.982Z | Checking darling_core v0.14.4 |
2935 | 2023-11-16T20:52:02.813Z | Documenting nibble_vec v0.1.0 |
2936 | 2023-11-16T20:52:03.934Z | Documenting glob v0.3.1 |
2937 | 2023-11-16T20:52:04.048Z | Documenting endian-type v0.1.2 |
2938 | 2023-11-16T20:52:09.082Z | Checking darling v0.14.4 |
2939 | 2023-11-16T20:52:09.239Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2940 | 2023-11-16T20:52:09.646Z | Documenting radix_trie v0.2.1 |
2941 | 2023-11-16T20:52:10.166Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2942 | 2023-11-16T20:52:10.898Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2943 | 2023-11-16T20:52:13.096Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2944 | 2023-11-16T20:52:14.902Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2945 | 2023-11-16T20:52:16.614Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2946 | 2023-11-16T20:52:17.042Z | Documenting path-dedot v3.1.0 |
2947 | 2023-11-16T20:52:17.658Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2948 | 2023-11-16T20:52:19.899Z | Documenting trust-dns-client v0.22.0 |
2949 | 2023-11-16T20:52:20.413Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2950 | 2023-11-16T20:52:22.693Z | Documenting path-absolutize v3.1.0 |
2951 | 2023-11-16T20:52:28.920Z | Documenting buf-list v1.0.3 |
2952 | 2023-11-16T20:52:29.033Z | Documenting globset v0.4.13 |
2953 | 2023-11-16T20:52:31.005Z | Documenting crossbeam-deque v0.8.3 |
2954 | 2023-11-16T20:52:33.559Z | Documenting headers-core v0.2.0 |
2955 | 2023-11-16T20:52:35.199Z | Documenting olpc-cjson v0.1.3 |
2956 | 2023-11-16T20:52:35.370Z | Documenting serde_plain v1.0.2 |
2957 | 2023-11-16T20:52:35.827Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2958 | 2023-11-16T20:52:36.075Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2959 | 2023-11-16T20:52:36.137Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2960 | 2023-11-16T20:52:36.361Z | Documenting utf-8 v0.7.6 |
2961 | 2023-11-16T20:52:36.688Z | Documenting display-error-chain v0.2.0 |
2962 | 2023-11-16T20:52:37.457Z | Documenting rayon-core v1.12.0 |
2963 | 2023-11-16T20:52:40.929Z | Documenting headers v0.3.9 |
2964 | 2023-11-16T20:52:40.983Z | Documenting trust-dns-server v0.22.1 |
2965 | 2023-11-16T20:52:42.089Z | Documenting tungstenite v0.20.1 |
2966 | 2023-11-16T20:52:42.358Z | Documenting tough v0.14.0 |
2967 | 2023-11-16T20:52:42.908Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2968 | 2023-11-16T20:52:44.364Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2969 | 2023-11-16T20:52:44.492Z | Documenting derive_builder_core v0.12.0 |
2970 | 2023-11-16T20:52:45.187Z | Checking derive_builder_core v0.12.0 |
2971 | 2023-11-16T20:52:46.133Z | Documenting sled v0.34.7 |
2972 | 2023-11-16T20:52:46.586Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2973 | 2023-11-16T20:52:47.634Z | Documenting unicase v2.7.0 |
2974 | 2023-11-16T20:52:49.078Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2975 | 2023-11-16T20:52:50.872Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2976 | 2023-11-16T20:52:51.713Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2977 | 2023-11-16T20:52:51.777Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2978 | 2023-11-16T20:52:52.135Z | Documenting bcs v0.1.6 |
2979 | 2023-11-16T20:52:52.224Z | Documenting ff v0.13.0 |
2980 | 2023-11-16T20:52:52.316Z | Documenting highway v1.1.0 |
2981 | 2023-11-16T20:52:53.548Z | Documenting pretty-hex v0.3.0 |
2982 | 2023-11-16T20:52:54.521Z | Documenting mime_guess v2.0.4 |
2983 | 2023-11-16T20:52:54.594Z | Documenting derive_builder_macro v0.12.0 |
2984 | 2023-11-16T20:52:58.202Z | Documenting tokio-tungstenite v0.20.1 |
2985 | 2023-11-16T20:52:58.396Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2986 | 2023-11-16T20:52:58.604Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2987 | 2023-11-16T20:52:58.854Z | Documenting group v0.13.0 |
2988 | 2023-11-16T20:53:01.128Z | Documenting rayon v1.8.0 |
2989 | 2023-11-16T20:53:01.873Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2990 | 2023-11-16T20:53:06.827Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2991 | 2023-11-16T20:53:07.279Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2992 | 2023-11-16T20:53:12.807Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2993 | 2023-11-16T20:53:18.244Z | Documenting portable-atomic v1.4.3 |
2994 | 2023-11-16T20:53:23.780Z | Documenting ed25519 v1.5.3 |
2995 | 2023-11-16T20:53:26.763Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2996 | 2023-11-16T20:53:26.891Z | Documenting universal-hash v0.5.1 |
2997 | 2023-11-16T20:53:27.929Z | Documenting crypto-bigint v0.5.2 |
2998 | 2023-11-16T20:53:28.127Z | Documenting kstat-rs v0.2.3 |
2999 | 2023-11-16T20:53:30.068Z | Documenting ref-cast-impl v1.0.20 |
3000 | 2023-11-16T20:53:30.081Z | Documenting curve25519-dalek-derive v0.1.0 |
3001 | 2023-11-16T20:53:33.592Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3002 | 2023-11-16T20:53:34.675Z | Documenting thiserror-impl-no-std v2.0.2 |
3003 | 2023-11-16T20:53:34.899Z | Documenting vte_generate_state_changes v0.1.1 |
3004 | 2023-11-16T20:53:35.655Z | Documenting cassowary v0.3.0 |
3005 | 2023-11-16T20:53:37.167Z | Documenting opaque-debug v0.3.0 |
3006 | 2023-11-16T20:53:37.936Z | Documenting base16ct v0.2.0 |
3007 | 2023-11-16T20:53:38.216Z | Documenting number_prefix v0.4.0 |
3008 | 2023-11-16T20:53:40.619Z | Documenting vte v0.11.1 |
3009 | 2023-11-16T20:53:41.371Z | Documenting poly1305 v0.8.0 |
3010 | 2023-11-16T20:53:41.771Z | Documenting ratatui v0.23.0 |
3011 | 2023-11-16T20:53:42.266Z | Documenting elliptic-curve v0.13.5 |
3012 | 2023-11-16T20:53:43.275Z | Documenting thiserror-no-std v2.0.2 |
3013 | 2023-11-16T20:53:44.604Z | Documenting indicatif v0.17.7 |
3014 | 2023-11-16T20:53:47.586Z | Documenting curve25519-dalek v4.1.0 |
3015 | 2023-11-16T20:53:47.676Z | Documenting ref-cast v1.0.20 |
3016 | 2023-11-16T20:53:49.009Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
3017 | 2023-11-16T20:53:51.166Z | Documenting salty v0.2.0 |
3018 | 2023-11-16T20:53:52.148Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=54398875a2125227d13827d4236dce943c019b1c#54398875) |
3019 | 2023-11-16T20:53:52.352Z | Documenting derive_builder v0.12.0 |
3020 | 2023-11-16T20:53:52.865Z | Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
3021 | 2023-11-16T20:53:55.574Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
3022 | 2023-11-16T20:53:56.662Z | Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
3023 | 2023-11-16T20:53:57.555Z | Documenting polar-core v0.27.0 |
3024 | 2023-11-16T20:54:04.098Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
3025 | 2023-11-16T20:54:08.851Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
3026 | 2023-11-16T20:54:10.886Z | Documenting libxml v0.3.3 |
3027 | 2023-11-16T20:54:11.673Z | Documenting ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
3028 | 2023-11-16T20:54:13.433Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
3029 | 2023-11-16T20:54:16.855Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
3030 | 2023-11-16T20:54:18.373Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3031 | 2023-11-16T20:54:18.825Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3032 | 2023-11-16T20:54:19.144Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
3033 | 2023-11-16T20:54:21.308Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
3034 | 2023-11-16T20:54:22.697Z | Documenting chacha20 v0.9.1 |
3035 | 2023-11-16T20:54:24.375Z | Documenting bb8 v0.8.1 |
3036 | 2023-11-16T20:54:25.295Z | Documenting pem v3.0.2 |
3037 | 2023-11-16T20:54:25.543Z | Documenting bytesize v1.3.0 |
3038 | 2023-11-16T20:54:28.409Z | Documenting quick-xml v0.23.1 |
3039 | 2023-11-16T20:54:30.204Z | Documenting serde-big-array v0.5.1 |
3040 | 2023-11-16T20:54:30.754Z | Documenting aead v0.5.2 |
3041 | 2023-11-16T20:54:31.026Z | Documenting impl-trait-for-tuples v0.2.2 |
3042 | 2023-11-16T20:54:32.240Z | Documenting oso-derive v0.27.0 |
3043 | 2023-11-16T20:54:33.217Z | Documenting rtoolbox v0.0.1 |
3044 | 2023-11-16T20:54:35.458Z | Documenting unicode-linebreak v0.1.5 |
3045 | 2023-11-16T20:54:36.263Z | Documenting maplit v1.0.2 |
3046 | 2023-11-16T20:54:38.092Z | Documenting is_ci v1.1.1 |
3047 | 2023-11-16T20:54:38.914Z | Documenting humantime v2.1.0 |
3048 | 2023-11-16T20:54:39.389Z | Documenting smawk v0.3.1 |
3049 | 2023-11-16T20:54:39.584Z | Documenting fs-err v2.9.0 |
3050 | 2023-11-16T20:54:39.784Z | Documenting chacha20poly1305 v0.10.1 |
3051 | 2023-11-16T20:54:39.948Z | Documenting rpassword v7.2.0 |
3052 | 2023-11-16T20:54:42.383Z | Documenting oso v0.27.0 |
3053 | 2023-11-16T20:54:43.862Z | Documenting supports-color v2.1.0 |
3054 | 2023-11-16T20:54:44.374Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
3055 | 2023-11-16T20:54:44.664Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
3056 | 2023-11-16T20:54:45.383Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3057 | 2023-11-16T20:54:45.496Z | Documenting textwrap v0.16.0 |
3058 | 2023-11-16T20:54:46.253Z | Documenting samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
3059 | 2023-11-16T20:54:48.020Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=1446f7e0c1f05f33a0581abd51fa873c7652ab61#1446f7e0) |
3060 | 2023-11-16T20:54:50.554Z | Documenting rcgen v0.11.3 |
3061 | 2023-11-16T20:54:51.868Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3062 | 2023-11-16T20:54:58.535Z | Documenting vsss-rs v3.3.1 |
3063 | 2023-11-16T20:55:00.726Z | Documenting tui-tree-widget v0.13.0 |
3064 | 2023-11-16T20:55:01.141Z | Documenting strip-ansi-escapes v0.2.0 |
3065 | 2023-11-16T20:55:04.199Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3066 | 2023-11-16T20:55:05.262Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
3067 | 2023-11-16T20:55:07.699Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3068 | 2023-11-16T20:55:07.825Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
3069 | 2023-11-16T20:55:09.902Z | Documenting diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
3070 | 2023-11-16T20:55:11.467Z | Documenting cookie v0.16.2 |
3071 | 2023-11-16T20:55:13.324Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
3072 | 2023-11-16T20:55:16.523Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3073 | 2023-11-16T20:55:17.569Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3074 | 2023-11-16T20:55:18.132Z | Documenting atomicwrites v0.4.2 |
3075 | 2023-11-16T20:55:18.790Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
3076 | 2023-11-16T20:55:22.589Z | Documenting signal-hook-tokio v0.3.1 |
3077 | 2023-11-16T20:55:25.244Z | Documenting fd-lock v3.0.13 |
3078 | 2023-11-16T20:55:26.827Z | Documenting subprocess v0.2.9 |
3079 | 2023-11-16T20:55:28.300Z | Documenting http-range v0.1.5 |
3080 | 2023-11-16T20:55:29.561Z | Documenting corncobs v0.1.3 |
3081 | 2023-11-16T20:55:32.243Z | Documenting nu-ansi-term v0.49.0 |
3082 | 2023-11-16T20:55:32.382Z | Documenting shell-words v1.1.0 |
3083 | 2023-11-16T20:55:33.518Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3084 | 2023-11-16T20:55:33.939Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3085 | 2023-11-16T20:55:34.241Z | Documenting hyper-staticfile v0.9.5 |
3086 | 2023-11-16T20:55:38.648Z | Documenting reedline v0.25.0 |
3087 | 2023-11-16T20:55:38.886Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3088 | 2023-11-16T20:55:41.023Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3089 | 2023-11-16T20:55:43.707Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3090 | 2023-11-16T20:55:44.597Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3091 | 2023-11-16T20:55:45.690Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3092 | 2023-11-16T20:55:46.525Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3093 | 2023-11-16T20:55:49.212Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3094 | 2023-11-16T20:55:50.029Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3095 | 2023-11-16T20:56:03.812Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=51a3121c8318fc7ac97d74f917ce1d37962e785f#51a3121c) |
3096 | 2023-11-16T20:56:08.260Z | Documenting fatfs v0.3.6 |
3097 | 2023-11-16T20:56:09.483Z | Documenting cargo-platform v0.1.3 |
3098 | 2023-11-16T20:56:15.792Z | Documenting nanorand v0.7.0 |
3099 | 2023-11-16T20:56:16.303Z | Documenting assert_matches v1.5.0 |
3100 | 2023-11-16T20:56:17.155Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3101 | 2023-11-16T20:56:18.959Z | Documenting cargo_metadata v0.18.0 |
3102 | 2023-11-16T20:56:20.279Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3103 | 2023-11-16T20:56:21.171Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3104 | 2023-11-16T20:56:21.763Z | Documenting flume v0.11.0 |
3105 | 2023-11-16T20:56:24.224Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3106 | 2023-11-16T20:56:24.501Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3107 | 2023-11-16T20:56:26.382Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3108 | 2023-11-16T20:56:27.864Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3109 | 2023-11-16T20:56:28.649Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3110 | 2023-11-16T20:56:48.797Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3111 | 2023-11-16T20:56:53.589Z | Documenting omicron-zone-package v0.8.3 |
3112 | 2023-11-16T20:57:00.773Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3113 | 2023-11-16T20:57:01.263Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3114 | 2023-11-16T20:57:01.915Z | Documenting cargo_toml v0.17.0 |
3115 | 2023-11-16T20:57:03.242Z | Documenting termios v0.3.3 |
3116 | 2023-11-16T20:57:04.311Z | Documenting topological-sort v0.2.2 |
3117 | 2023-11-16T20:57:06.567Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3118 | 2023-11-16T20:57:09.425Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3119 | 2023-11-16T20:57:10.646Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3120 | 2023-11-16T20:57:11.114Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
3121 | 2023-11-16T20:57:11.474Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3122 | 2023-11-16T20:57:22.502Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3123 | 2023-11-16T20:57:27.987Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
3124 | 2023-11-16T20:57:27.991Z | --> sled-agent/src/sim/instance.rs:46:7 |
3125 | 2023-11-16T20:57:27.994Z | | |
3126 | 2023-11-16T20:57:27.997Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
3127 | 2023-11-16T20:57:28.000Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
3128 | 2023-11-16T20:57:28.003Z | | |
3129 | 2023-11-16T20:57:28.006Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3130 | 2023-11-16T20:57:28.009Z | |
3131 | 2023-11-16T20:57:31.541Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
3132 | 2023-11-16T20:57:55.884Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3133 | 2023-11-16T20:57:57.661Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3134 | 2023-11-16T20:58:14.139Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3135 | 2023-11-16T20:58:16.111Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
3136 | 2023-11-16T20:58:18.546Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3137 | 2023-11-16T20:58:22.029Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3138 | 2023-11-16T20:58:26.824Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3139 | 2023-11-16T20:59:42.765Z | Finished dev [unoptimized + debuginfo] target(s) in 15m 40s |
3140 | 2023-11-16T20:59:42.886Z | |
3141 | 2023-11-16T20:59:42.892Z | real 15:40.849386215 |
3142 | 2023-11-16T20:59:42.897Z | user 55:56.157070639 |
3143 | 2023-11-16T20:59:42.901Z | sys 59:02.592405679 |
3144 | 2023-11-16T20:59:42.912Z | trap 1.956656110 |
3145 | 2023-11-16T20:59:42.917Z | tflt 0.228681920 |
3146 | 2023-11-16T20:59:42.927Z | dflt 0.374836112 |
3147 | 2023-11-16T20:59:42.931Z | kflt 0.000181298 |
3148 | 2023-11-16T20:59:42.938Z | lock 2:57:30.953591281 |
3149 | 2023-11-16T20:59:42.947Z | slp 4:07:39.641776563 |
3150 | 2023-11-16T20:59:42.954Z | lat 5:41.153552711 |
3151 | 2023-11-16T20:59:42.960Z | stop 1:58.386251328 |
3152 | 2023-11-16T20:59:42.967Z | process exited: duration 1884197 ms, exit code 0 |
|
3153 | 2023-11-16T20:59:42.976Z | found 0 output files |