|
|
|
1 | 2024-02-21T00:17:43.069Z | job assigned to worker 01HQ4GAZSAXRANCKD6W17W7H23 (queued for 1 m 16 s) |
|
2 | 2024-02-21T00:17:43.463Z | starting task 0: "setup" |
3 | 2024-02-21T00:17:43.572Z | ++ uname -s |
4 | 2024-02-21T00:17:43.601Z | + kern=SunOS |
5 | 2024-02-21T00:17:43.601Z | + case "$kern" in |
6 | 2024-02-21T00:17:43.601Z | + groupadd -g 12345 build |
7 | 2024-02-21T00:17:43.601Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-02-21T00:17:51.274Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-02-21T00:17:51.705Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-02-21T00:17:51.705Z | + home_fs=zfs |
11 | 2024-02-21T00:17:51.705Z | + [[ zfs == autofs ]] |
12 | 2024-02-21T00:17:51.705Z | + mkdir -p /home/build |
13 | 2024-02-21T00:17:51.705Z | + chown build:build /home/build /work |
14 | 2024-02-21T00:17:51.705Z | + chmod 0700 /home/build /work |
15 | 2024-02-21T00:17:51.705Z | process exited: duration 4219 ms, exit code 0 |
|
16 | 2024-02-21T00:17:51.715Z | starting task 1: "rust-toolchain" |
17 | 2024-02-21T00:17:51.744Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-02-21T00:17:51.744Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-02-21T00:17:51.842Z | info: downloading installer |
20 | 2024-02-21T00:17:53.459Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-02-21T00:17:53.459Z | warning: /opt/ooce/bin |
22 | 2024-02-21T00:17:53.460Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-02-21T00:17:53.460Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-02-21T00:17:53.460Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-02-21T00:17:53.460Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-02-21T00:17:53.460Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-02-21T00:17:53.460Z | error: cannot install while Rust is installed |
28 | 2024-02-21T00:17:53.460Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-02-21T00:17:53.798Z | info: profile set to 'default' |
30 | 2024-02-21T00:17:53.798Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-02-21T00:17:53.810Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-02-21T00:17:53.957Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-02-21T00:17:53.957Z | info: downloading component 'cargo' |
34 | 2024-02-21T00:17:54.675Z | info: downloading component 'clippy' |
35 | 2024-02-21T00:17:54.952Z | info: downloading component 'rust-docs' |
36 | 2024-02-21T00:17:55.849Z | info: downloading component 'rust-std' |
37 | 2024-02-21T00:17:57.468Z | info: downloading component 'rustc' |
38 | 2024-02-21T00:18:02.693Z | info: downloading component 'rustfmt' |
39 | 2024-02-21T00:18:02.928Z | info: installing component 'cargo' |
40 | 2024-02-21T00:18:03.934Z | info: installing component 'clippy' |
41 | 2024-02-21T00:18:04.378Z | info: installing component 'rust-docs' |
42 | 2024-02-21T00:18:05.937Z | info: installing component 'rust-std' |
43 | 2024-02-21T00:18:08.020Z | info: installing component 'rustc' |
44 | 2024-02-21T00:18:13.085Z | info: installing component 'rustfmt' |
45 | 2024-02-21T00:18:13.905Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-02-21T00:18:13.905Z | |
47 | 2024-02-21T00:18:13.905Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-02-21T00:18:13.905Z | |
49 | 2024-02-21T00:18:13.905Z | |
50 | 2024-02-21T00:18:13.905Z | Rust is installed now. Great! |
51 | 2024-02-21T00:18:13.905Z | |
52 | 2024-02-21T00:18:13.905Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-02-21T00:18:13.905Z | environment variable. This has not been done automatically. |
54 | 2024-02-21T00:18:13.905Z | |
55 | 2024-02-21T00:18:13.905Z | To configure your current shell, run: |
56 | 2024-02-21T00:18:13.906Z | source "$HOME/.cargo/env" |
57 | 2024-02-21T00:18:13.906Z | + rustc --version |
58 | 2024-02-21T00:18:13.967Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-02-21T00:18:13.985Z | process exited: duration 22246 ms, exit code 0 |
|
60 | 2024-02-21T00:18:14.022Z | starting task 2: "authentication" |
61 | 2024-02-21T00:18:14.466Z | process exited: duration 39 ms, exit code 0 |
|
62 | 2024-02-21T00:18:14.492Z | starting task 3: "clone repository" |
63 | 2024-02-21T00:18:14.500Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-02-21T00:18:14.500Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-02-21T00:18:15.246Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-02-21T00:18:21.242Z | + cd /work/oxidecomputer/omicron |
67 | 2024-02-21T00:18:21.242Z | + git fetch origin 8ba348d1d3bb973a6dd6fd810a14b756837826b2 |
68 | 2024-02-21T00:18:21.746Z | From https://github.com/oxidecomputer/omicron |
69 | 2024-02-21T00:18:21.747Z | * branch 8ba348d1d3bb973a6dd6fd810a14b756837826b2 -> FETCH_HEAD |
70 | 2024-02-21T00:18:22.222Z | + [[ -n '' ]] |
71 | 2024-02-21T00:18:22.222Z | + git reset --hard 8ba348d1d3bb973a6dd6fd810a14b756837826b2 |
72 | 2024-02-21T00:18:22.222Z | HEAD is now at 8ba348d1d address comment |
73 | 2024-02-21T00:18:22.222Z | process exited: duration 7294 ms, exit code 0 |
|
74 | 2024-02-21T00:18:22.234Z | starting task 4: "build" |
75 | 2024-02-21T00:18:22.239Z | + cargo --version |
76 | 2024-02-21T00:18:22.244Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
77 | 2024-02-21T00:18:22.442Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
78 | 2024-02-21T00:18:22.442Z | info: downloading component 'cargo' |
79 | 2024-02-21T00:18:23.440Z | info: downloading component 'clippy' |
80 | 2024-02-21T00:18:23.893Z | info: downloading component 'rust-docs' |
81 | 2024-02-21T00:18:25.087Z | info: downloading component 'rust-std' |
82 | 2024-02-21T00:18:27.766Z | info: downloading component 'rustc' |
83 | 2024-02-21T00:18:31.552Z | info: downloading component 'rustfmt' |
84 | 2024-02-21T00:18:31.761Z | info: installing component 'cargo' |
85 | 2024-02-21T00:18:32.704Z | info: installing component 'clippy' |
86 | 2024-02-21T00:18:33.081Z | info: installing component 'rust-docs' |
87 | 2024-02-21T00:18:34.694Z | info: installing component 'rust-std' |
88 | 2024-02-21T00:18:36.437Z | info: installing component 'rustc' |
89 | 2024-02-21T00:18:40.764Z | info: installing component 'rustfmt' |
90 | 2024-02-21T00:18:41.161Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
91 | 2024-02-21T00:18:41.171Z | + rustc --version |
92 | 2024-02-21T00:18:41.247Z | rustc 1.74.1 (a28077b28 2023-12-04) |
93 | 2024-02-21T00:18:41.255Z | + source ./env.sh |
94 | 2024-02-21T00:18:41.255Z | ++ set -o xtrace |
95 | 2024-02-21T00:18:41.255Z | ++++ dirname ./env.sh |
96 | 2024-02-21T00:18:41.284Z | +++ cd . |
97 | 2024-02-21T00:18:41.294Z | +++ echo /work/oxidecomputer/omicron |
98 | 2024-02-21T00:18:41.294Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
99 | 2024-02-21T00:18:41.294Z | ++ 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 | 2024-02-21T00:18:41.295Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
101 | 2024-02-21T00:18:41.295Z | ++ 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 | 2024-02-21T00:18:41.295Z | ++ 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 | 2024-02-21T00:18:41.295Z | ++ 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 | 2024-02-21T00:18:41.295Z | ++ 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 | 2024-02-21T00:18:41.295Z | ++ 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 | 2024-02-21T00:18:41.296Z | ++ 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 | 2024-02-21T00:18:41.296Z | ++ unset OMICRON_WS |
108 | 2024-02-21T00:18:41.296Z | ++ set +o xtrace |
109 | 2024-02-21T00:18:41.348Z | |
110 | 2024-02-21T00:18:41.349Z | ##### ##### ###### ##### ###### #### # # # #### # |
111 | 2024-02-21T00:18:41.349Z | # # # # # # # # # # # # # # # |
112 | 2024-02-21T00:18:41.349Z | # # # # ##### # # ##### # # # # # #### # |
113 | 2024-02-21T00:18:41.349Z | ##### ##### # ##### # # # # # # # # # |
114 | 2024-02-21T00:18:41.349Z | # # # # # # # # # # # # # # # |
115 | 2024-02-21T00:18:41.350Z | # # # ###### # # ###### ### # #### # #### # |
116 | 2024-02-21T00:18:41.350Z | |
117 | 2024-02-21T00:18:50.884Z | Startup: Refreshing catalog 'helios-dev' ... Done |
118 | 2024-02-21T00:18:52.149Z | Startup: Caching catalogs ... Done |
119 | 2024-02-21T00:18:53.747Z | Planning: Solver setup ... Done (1.200s) |
120 | 2024-02-21T00:18:53.780Z | Planning: Running solver ... Done (0.030s) |
121 | 2024-02-21T00:18:54.080Z | Planning: Finding local manifests ... Done (0.270s) |
122 | 2024-02-21T00:18:54.171Z | Planning: Fetching manifests: 0/4 0% complete |
123 | 2024-02-21T00:18:54.848Z | Planning: Fetching manifests: 4/4 100% complete |
124 | 2024-02-21T00:18:54.874Z | Planning: Package planning ... Done (0.051s) |
125 | 2024-02-21T00:18:54.925Z | Planning: Merging actions ... Done (0.052s) |
126 | 2024-02-21T00:18:55.951Z | Planning: Checking for conflicting actions ... Done (1.034s) |
127 | 2024-02-21T00:18:55.964Z | Planning: Consolidating action changes ... Done (0.012s) |
128 | 2024-02-21T00:19:00.247Z | Planning: Evaluating mediators ... Done (4.269s) |
129 | 2024-02-21T00:19:00.263Z | Planning: Planning completed in 8.04 seconds |
130 | 2024-02-21T00:19:00.285Z | Packages to install: 4 |
131 | 2024-02-21T00:19:00.285Z | Mediators to change: 2 |
132 | 2024-02-21T00:19:00.285Z | Services to change: 1 |
133 | 2024-02-21T00:19:00.286Z | Estimated space available: 148.87 GB |
134 | 2024-02-21T00:19:00.286Z | Estimated space to be consumed: 1.41 GB |
135 | 2024-02-21T00:19:00.286Z | Create boot environment: No |
136 | 2024-02-21T00:19:00.286Z | Create backup boot environment: No |
137 | 2024-02-21T00:19:00.286Z | Rebuild boot archive: No |
138 | 2024-02-21T00:19:00.287Z | |
139 | 2024-02-21T00:19:00.287Z | Changed mediators: |
140 | 2024-02-21T00:19:00.287Z | mediator clang: |
141 | 2024-02-21T00:19:00.287Z | version: None -> 15 (system default) |
142 | 2024-02-21T00:19:00.287Z | |
143 | 2024-02-21T00:19:00.288Z | mediator llvm: |
144 | 2024-02-21T00:19:00.288Z | version: 14 (system default) -> 15 (system default) |
145 | 2024-02-21T00:19:00.288Z | |
146 | 2024-02-21T00:19:00.288Z | Changed packages: |
147 | 2024-02-21T00:19:00.288Z | helios-dev |
148 | 2024-02-21T00:19:00.288Z | developer/build-essential |
149 | 2024-02-21T00:19:00.289Z | None -> 11-2.0 |
150 | 2024-02-21T00:19:00.289Z | library/libxmlsec1 |
151 | 2024-02-21T00:19:00.289Z | None -> 1.2.35-2.0 |
152 | 2024-02-21T00:19:00.289Z | ooce/developer/clang-15 |
153 | 2024-02-21T00:19:00.290Z | None -> 15.0.7-2.0 |
154 | 2024-02-21T00:19:00.290Z | ooce/developer/llvm-15 |
155 | 2024-02-21T00:19:00.290Z | None -> 15.0.7-2.0 |
156 | 2024-02-21T00:19:00.290Z | |
157 | 2024-02-21T00:19:00.290Z | Services: |
158 | 2024-02-21T00:19:00.291Z | restart_fmri: |
159 | 2024-02-21T00:19:00.291Z | svc:/system/update-man-index:default |
160 | 2024-02-21T00:19:00.552Z | |
161 | 2024-02-21T00:19:00.552Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
162 | 2024-02-21T00:19:05.567Z | Download: 586/3290 items 17.5/212.6MB 8% complete (3.6M/s) |
163 | 2024-02-21T00:19:11.081Z | Download: 1196/3290 items 83.0/212.6MB 39% complete (8.8M/s) |
164 | 2024-02-21T00:19:16.083Z | Download: 1565/3290 items 117.6/212.6MB 55% complete (10.0M/s) |
165 | 2024-02-21T00:19:21.087Z | Download: 2231/3290 items 119.3/212.6MB 56% complete (3.6M/s) |
166 | 2024-02-21T00:19:26.414Z | Download: 3247/3290 items 198.3/212.6MB 93% complete (8.2M/s) |
167 | 2024-02-21T00:19:30.249Z | Download: Completed 212.60 MB in 29.69 seconds (7.2M/s) |
168 | 2024-02-21T00:19:30.494Z | Actions: 1/3689 actions (Installing new actions) |
169 | 2024-02-21T00:19:35.537Z | Actions: 3592/3689 actions (Installing new actions) |
170 | 2024-02-21T00:19:35.951Z | Actions: Completed 3689 actions in 5.48 seconds. |
171 | 2024-02-21T00:19:36.142Z | Done (0.182s) |
172 | 2024-02-21T00:19:36.142Z | Done (0.000s) |
173 | 2024-02-21T00:19:36.371Z | Done (0.226s) |
174 | 2024-02-21T00:19:42.530Z | Done (6.028s) |
175 | 2024-02-21T00:19:43.037Z | Done (0.170s) |
176 | 2024-02-21T00:19:43.037Z | Done (0.000s) |
177 | 2024-02-21T00:19:43.037Z | Done (0.000s) |
178 | 2024-02-21T00:19:43.538Z | Planning: Evaluating mediator changes ... Done |
179 | 2024-02-21T00:19:43.690Z | Planning: Checking for conflicting actions ... Done |
180 | 2024-02-21T00:19:43.694Z | Planning: Consolidating action changes ... Done |
181 | 2024-02-21T00:19:43.978Z | Planning: Evaluating mediators ... Done |
182 | 2024-02-21T00:19:44.458Z | Planning: Planning completed in 0.45 seconds |
183 | 2024-02-21T00:19:44.459Z | Mediators to change: 2 |
184 | 2024-02-21T00:19:44.459Z | Create boot environment: No |
185 | 2024-02-21T00:19:44.459Z | Create backup boot environment: No |
186 | 2024-02-21T00:19:44.459Z | Done |
187 | 2024-02-21T00:19:44.459Z | Done |
188 | 2024-02-21T00:19:44.459Z | Done |
189 | 2024-02-21T00:19:48.212Z | Done |
190 | 2024-02-21T00:19:48.299Z | Done |
191 | 2024-02-21T00:19:48.307Z | Done |
192 | 2024-02-21T00:19:48.457Z | Done |
193 | 2024-02-21T00:19:49.121Z | Planning: Evaluating mediator changes ... Done |
194 | 2024-02-21T00:19:49.145Z | Planning: Merging actions ... Done |
195 | 2024-02-21T00:19:49.312Z | Planning: Checking for conflicting actions ... Done |
196 | 2024-02-21T00:19:49.317Z | Planning: Consolidating action changes ... Done |
197 | 2024-02-21T00:19:49.677Z | Planning: Evaluating mediators ... Done |
198 | 2024-02-21T00:19:51.055Z | Planning: Planning completed in 0.82 seconds |
199 | 2024-02-21T00:19:51.055Z | Packages to change: 1 |
200 | 2024-02-21T00:19:51.055Z | Mediators to change: 1 |
201 | 2024-02-21T00:19:51.055Z | Services to change: 1 |
202 | 2024-02-21T00:19:51.055Z | Create boot environment: No |
203 | 2024-02-21T00:19:51.055Z | Create backup boot environment: Yes |
204 | 2024-02-21T00:19:51.599Z | Actions: 1/6 actions (Updating modified actions) |
205 | 2024-02-21T00:19:51.620Z | Actions: Completed 6 actions in 0.03 seconds. |
206 | 2024-02-21T00:19:51.640Z | Done |
207 | 2024-02-21T00:19:51.640Z | Done |
208 | 2024-02-21T00:19:51.680Z | Done |
209 | 2024-02-21T00:19:55.727Z | Done |
210 | 2024-02-21T00:19:55.833Z | Done |
211 | 2024-02-21T00:19:55.851Z | Done |
212 | 2024-02-21T00:19:55.978Z | Done |
213 | 2024-02-21T00:19:56.463Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
214 | 2024-02-21T00:19:56.463Z | clang system 15 system |
215 | 2024-02-21T00:19:56.463Z | csh system system illumos |
216 | 2024-02-21T00:19:56.463Z | ctags system system illumos |
217 | 2024-02-21T00:19:56.463Z | gcc vendor 12 vendor |
218 | 2024-02-21T00:19:56.463Z | gcc system 10 system |
219 | 2024-02-21T00:19:56.464Z | gcc system 7 system |
220 | 2024-02-21T00:19:56.464Z | go system 1.20 system |
221 | 2024-02-21T00:19:56.464Z | go system 1.19 system |
222 | 2024-02-21T00:19:56.464Z | llvm system 15 system |
223 | 2024-02-21T00:19:56.464Z | llvm system 14 system |
224 | 2024-02-21T00:19:56.464Z | mariadb system 10.6 system |
225 | 2024-02-21T00:19:56.464Z | mta vendor vendor dma |
226 | 2024-02-21T00:19:56.464Z | openjdk system 17 system |
227 | 2024-02-21T00:19:56.464Z | openjdk system 11 system |
228 | 2024-02-21T00:19:56.464Z | openjdk system 1.8 system |
229 | 2024-02-21T00:19:56.464Z | openssl vendor 3 vendor |
230 | 2024-02-21T00:19:56.464Z | perl system 5.36 system |
231 | 2024-02-21T00:19:56.464Z | postgresql system 15 system |
232 | 2024-02-21T00:19:56.464Z | postgresql system 13 system |
233 | 2024-02-21T00:19:56.464Z | python vendor 3 vendor |
234 | 2024-02-21T00:19:56.464Z | python system 2 system |
235 | 2024-02-21T00:19:56.464Z | python3 system 3.11 system |
236 | 2024-02-21T00:19:56.464Z | ruby system 3.0 system |
237 | 2024-02-21T00:19:56.464Z | words vendor vendor american-english |
238 | 2024-02-21T00:19:56.464Z | words system system australian-english |
239 | 2024-02-21T00:19:56.464Z | words system system british-english |
240 | 2024-02-21T00:19:56.464Z | words system system canadian-english |
241 | 2024-02-21T00:19:56.464Z | words system system french |
242 | 2024-02-21T00:19:56.464Z | words system system italian |
243 | 2024-02-21T00:19:56.464Z | words system system ngerman |
244 | 2024-02-21T00:19:56.465Z | words system system ogerman |
245 | 2024-02-21T00:19:56.465Z | words system system spanish |
246 | 2024-02-21T00:19:56.831Z | FMRI IFO |
247 | 2024-02-21T00:19:56.831Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
248 | 2024-02-21T00:19:56.831Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
249 | 2024-02-21T00:19:56.831Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
250 | 2024-02-21T00:19:56.831Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
251 | 2024-02-21T00:19:56.831Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
252 | 2024-02-21T00:19:56.831Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
253 | 2024-02-21T00:19:56.832Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
254 | 2024-02-21T00:19:56.832Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
255 | 2024-02-21T00:19:56.889Z | + set -o errexit |
256 | 2024-02-21T00:19:56.893Z | +++ dirname ./tools/ci_download_cockroachdb |
257 | 2024-02-21T00:19:56.893Z | ++ cd ./tools |
258 | 2024-02-21T00:19:56.893Z | ++ pwd |
259 | 2024-02-21T00:19:56.897Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
260 | 2024-02-21T00:19:56.897Z | ++ basename ./tools/ci_download_cockroachdb |
261 | 2024-02-21T00:19:56.897Z | + ARG0=ci_download_cockroachdb |
262 | 2024-02-21T00:19:56.897Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
263 | 2024-02-21T00:19:56.902Z | + CIDL_VERSION=v22.1.9 |
264 | 2024-02-21T00:19:56.903Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
265 | 2024-02-21T00:19:56.903Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
266 | 2024-02-21T00:19:56.903Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
267 | 2024-02-21T00:19:56.903Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
268 | 2024-02-21T00:19:56.903Z | + TARGET_DIR=out |
269 | 2024-02-21T00:19:56.903Z | + DOWNLOAD_DIR=out/downloads |
270 | 2024-02-21T00:19:56.903Z | + DEST_DIR=./out/cockroachdb |
271 | 2024-02-21T00:19:56.903Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
272 | 2024-02-21T00:19:56.903Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
273 | 2024-02-21T00:19:56.903Z | + main |
274 | 2024-02-21T00:19:56.903Z | + [[ 0 != 0 ]] |
275 | 2024-02-21T00:19:56.903Z | + CIDL_OS=solaris2.11 |
276 | 2024-02-21T00:19:56.903Z | + [[ 0 != 0 ]] |
277 | 2024-02-21T00:19:56.903Z | + configure_os solaris2.11 |
278 | 2024-02-21T00:19:56.903Z | + echo 'current directory: /work/oxidecomputer/omicron' |
279 | 2024-02-21T00:19:56.903Z | current directory: /work/oxidecomputer/omicron |
280 | 2024-02-21T00:19:56.903Z | + echo 'configuring based on OS: "solaris2.11"' |
281 | 2024-02-21T00:19:56.903Z | configuring based on OS: "solaris2.11" |
282 | 2024-02-21T00:19:56.903Z | + case "$1" in |
283 | 2024-02-21T00:19:56.904Z | + CIDL_BUILD=illumos |
284 | 2024-02-21T00:19:56.904Z | + CIDL_SUFFIX=tar.gz |
285 | 2024-02-21T00:19:56.904Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
286 | 2024-02-21T00:19:56.904Z | + CIDL_URL_BASE=https://illumos.org/downloads |
287 | 2024-02-21T00:19:56.904Z | + CIDL_ASSEMBLE=do_assemble_illumos |
288 | 2024-02-21T00:19:56.904Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
289 | 2024-02-21T00:19:56.904Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
290 | 2024-02-21T00:19:56.904Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
291 | 2024-02-21T00:19:56.904Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
292 | 2024-02-21T00:19:56.904Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
293 | 2024-02-21T00:19:56.904Z | + CIDL_SHA256FUNC=do_sha256sum |
294 | 2024-02-21T00:19:56.904Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
295 | 2024-02-21T00:19:56.904Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
296 | 2024-02-21T00:19:56.904Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
297 | 2024-02-21T00:19:56.904Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
298 | 2024-02-21T00:19:56.904Z | + mkdir -p out/downloads |
299 | 2024-02-21T00:19:56.904Z | + mkdir -p ./out/cockroachdb |
300 | 2024-02-21T00:19:56.908Z | + local DO_DOWNLOAD=true |
301 | 2024-02-21T00:19:56.908Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
302 | 2024-02-21T00:19:56.908Z | + '[' true == true ']' |
303 | 2024-02-21T00:19:56.908Z | + echo Downloading... |
304 | 2024-02-21T00:19:56.908Z | Downloading... |
305 | 2024-02-21T00:19:56.908Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
306 | 2024-02-21T00:19:56.908Z | + 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 |
307 | 2024-02-21T00:20:05.644Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
308 | 2024-02-21T00:20:06.671Z | ++ sha256sum |
309 | 2024-02-21T00:20:06.671Z | ++ awk '{print $1}' |
310 | 2024-02-21T00:20:06.684Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
311 | 2024-02-21T00:20:06.684Z | + [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]] |
312 | 2024-02-21T00:20:06.684Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
313 | 2024-02-21T00:20:06.685Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
314 | 2024-02-21T00:20:07.964Z | + do_assemble_illumos |
315 | 2024-02-21T00:20:07.965Z | + rm -r ./out/cockroachdb |
316 | 2024-02-21T00:20:07.978Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
317 | 2024-02-21T00:20:08.366Z | + ./out/cockroachdb/bin/cockroach version |
318 | 2024-02-21T00:20:09.089Z | Build Tag: v22.1.9-dirty |
319 | 2024-02-21T00:20:09.089Z | Build Time: 2022/10/26 21:17:46 |
320 | 2024-02-21T00:20:09.090Z | Distribution: OSS |
321 | 2024-02-21T00:20:09.090Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
322 | 2024-02-21T00:20:09.090Z | Go Version: go1.17.13 |
323 | 2024-02-21T00:20:09.090Z | C Compiler: gcc 10.3.0 |
324 | 2024-02-21T00:20:09.090Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
325 | 2024-02-21T00:20:09.090Z | Build Type: release |
326 | 2024-02-21T00:20:09.090Z | + set -o errexit |
327 | 2024-02-21T00:20:09.090Z | +++ dirname ./tools/ci_download_clickhouse |
328 | 2024-02-21T00:20:09.090Z | ++ cd ./tools |
329 | 2024-02-21T00:20:09.091Z | ++ pwd |
330 | 2024-02-21T00:20:09.091Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
331 | 2024-02-21T00:20:09.091Z | ++ basename ./tools/ci_download_clickhouse |
332 | 2024-02-21T00:20:09.091Z | + ARG0=ci_download_clickhouse |
333 | 2024-02-21T00:20:09.091Z | + TARGET_DIR=out |
334 | 2024-02-21T00:20:09.091Z | + DOWNLOAD_DIR=out/downloads |
335 | 2024-02-21T00:20:09.091Z | + DEST_DIR=./out/clickhouse |
336 | 2024-02-21T00:20:09.091Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
337 | 2024-02-21T00:20:09.091Z | + CIDL_VERSION=v22.8.9.24 |
338 | 2024-02-21T00:20:09.091Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
339 | 2024-02-21T00:20:09.091Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
340 | 2024-02-21T00:20:09.092Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
341 | 2024-02-21T00:20:09.092Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
342 | 2024-02-21T00:20:09.092Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
343 | 2024-02-21T00:20:09.092Z | + main |
344 | 2024-02-21T00:20:09.092Z | + [[ 0 != 0 ]] |
345 | 2024-02-21T00:20:09.092Z | + CIDL_OS=solaris2.11 |
346 | 2024-02-21T00:20:09.092Z | + [[ 0 != 0 ]] |
347 | 2024-02-21T00:20:09.092Z | + configure_os solaris2.11 |
348 | 2024-02-21T00:20:09.092Z | + echo 'current directory: /work/oxidecomputer/omicron' |
349 | 2024-02-21T00:20:09.092Z | current directory: /work/oxidecomputer/omicron |
350 | 2024-02-21T00:20:09.092Z | + echo 'configuring based on OS: "solaris2.11"' |
351 | 2024-02-21T00:20:09.093Z | + CIDL_DASHREV= |
352 | 2024-02-21T00:20:09.093Z | configuring based on OS: "solaris2.11" |
353 | 2024-02-21T00:20:09.093Z | + case "$1" in |
354 | 2024-02-21T00:20:09.093Z | + CIDL_PLATFORM=illumos |
355 | 2024-02-21T00:20:09.093Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
356 | 2024-02-21T00:20:09.093Z | + CIDL_MD5FUNC=do_md5sum |
357 | 2024-02-21T00:20:09.093Z | + CIDL_DASHREV=-1 |
358 | 2024-02-21T00:20:09.093Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
359 | 2024-02-21T00:20:09.101Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
360 | 2024-02-21T00:20:09.101Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
361 | 2024-02-21T00:20:09.101Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
362 | 2024-02-21T00:20:09.101Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
363 | 2024-02-21T00:20:09.101Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
364 | 2024-02-21T00:20:09.101Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
365 | 2024-02-21T00:20:09.101Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
366 | 2024-02-21T00:20:09.101Z | + mkdir -p out/downloads |
367 | 2024-02-21T00:20:09.102Z | + mkdir -p ./out/clickhouse |
368 | 2024-02-21T00:20:09.102Z | + local DO_DOWNLOAD=true |
369 | 2024-02-21T00:20:09.102Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
370 | 2024-02-21T00:20:09.102Z | + '[' true == true ']' |
371 | 2024-02-21T00:20:09.102Z | + echo Downloading... |
372 | 2024-02-21T00:20:09.102Z | Downloading... |
373 | 2024-02-21T00:20:09.102Z | + 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 |
374 | 2024-02-21T00:20:09.102Z | + 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 |
375 | 2024-02-21T00:20:10.381Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
376 | 2024-02-21T00:20:10.399Z | ++ md5sum |
377 | 2024-02-21T00:20:10.399Z | ++ awk '{print $1}' |
378 | 2024-02-21T00:20:10.563Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
379 | 2024-02-21T00:20:10.564Z | + [[ 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 ]] |
380 | 2024-02-21T00:20:10.581Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
381 | 2024-02-21T00:20:10.581Z | + mkdir -p ./out/clickhouse |
382 | 2024-02-21T00:20:10.581Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
383 | 2024-02-21T00:20:13.687Z | + ./out/clickhouse/clickhouse server --version |
384 | 2024-02-21T00:20:13.731Z | ClickHouse server version 22.8.9.1. |
385 | 2024-02-21T00:20:14.309Z | + set -o errexit |
386 | 2024-02-21T00:20:14.309Z | +++ dirname ./tools/ci_download_console |
387 | 2024-02-21T00:20:14.309Z | ++ cd ./tools |
388 | 2024-02-21T00:20:14.309Z | ++ pwd |
389 | 2024-02-21T00:20:14.309Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
390 | 2024-02-21T00:20:14.309Z | ++ basename ./tools/ci_download_console |
391 | 2024-02-21T00:20:14.309Z | + ARG0=ci_download_console |
392 | 2024-02-21T00:20:14.309Z | + TARGET_DIR=out |
393 | 2024-02-21T00:20:14.309Z | + DOWNLOAD_DIR=out/downloads |
394 | 2024-02-21T00:20:14.310Z | + DEST_DIR=./out/console-assets |
395 | 2024-02-21T00:20:14.310Z | + source /work/oxidecomputer/omicron/tools/console_version |
396 | 2024-02-21T00:20:14.310Z | ++ COMMIT=e5a1f804faa913de3be5b4cddac2011247a99774 |
397 | 2024-02-21T00:20:14.310Z | ++ SHA2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
398 | 2024-02-21T00:20:14.310Z | + URL=https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
399 | 2024-02-21T00:20:14.310Z | + TARBALL_FILE=out/downloads/console.tar.gz |
400 | 2024-02-21T00:20:14.314Z | + main |
401 | 2024-02-21T00:20:14.314Z | + [[ 0 != 0 ]] |
402 | 2024-02-21T00:20:14.315Z | + echo 'URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz' |
403 | 2024-02-21T00:20:14.315Z | URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
404 | 2024-02-21T00:20:14.315Z | + echo 'Local file: out/downloads/console.tar.gz' |
405 | 2024-02-21T00:20:14.315Z | Local file: out/downloads/console.tar.gz |
406 | 2024-02-21T00:20:14.315Z | + local DO_DOWNLOAD=true |
407 | 2024-02-21T00:20:14.315Z | + [[ -f out/downloads/console.tar.gz ]] |
408 | 2024-02-21T00:20:14.316Z | + mkdir -p out/downloads |
409 | 2024-02-21T00:20:14.316Z | + '[' true == true ']' |
410 | 2024-02-21T00:20:14.316Z | + echo Downloading... |
411 | 2024-02-21T00:20:14.317Z | Downloading... |
412 | 2024-02-21T00:20:14.317Z | + do_download_curl https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz out/downloads/console.tar.gz |
413 | 2024-02-21T00:20:14.317Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
414 | 2024-02-21T00:20:14.334Z | ++ do_sha256sum out/downloads/console.tar.gz |
415 | 2024-02-21T00:20:14.334Z | ++ case "$OSTYPE" in |
416 | 2024-02-21T00:20:14.335Z | ++ SHA=sha256sum |
417 | 2024-02-21T00:20:14.335Z | ++ sha256sum |
418 | 2024-02-21T00:20:14.335Z | ++ awk '{print $1}' |
419 | 2024-02-21T00:20:14.336Z | + calculated_sha2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
420 | 2024-02-21T00:20:14.336Z | + [[ 54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 != \5\4\f\f\1\0\2\6\0\6\2\f\c\1\a\3\f\0\d\e\8\6\a\a\5\5\8\d\0\5\1\b\8\a\d\6\2\4\8\d\4\5\8\c\1\7\6\7\b\9\e\9\2\6\f\2\6\0\6\e\7\5\f\5 ]] |
421 | 2024-02-21T00:20:14.336Z | + rm -rf ./out/console-assets |
422 | 2024-02-21T00:20:14.336Z | + mkdir -p ./out/console-assets |
423 | 2024-02-21T00:20:14.336Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
424 | 2024-02-21T00:20:14.336Z | + mkdir -p ./out/console-assets |
425 | 2024-02-21T00:20:14.336Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
426 | 2024-02-21T00:20:14.360Z | + set -o errexit |
427 | 2024-02-21T00:20:14.380Z | +++ dirname ./tools/ci_download_maghemite_openapi |
428 | 2024-02-21T00:20:14.380Z | ++ cd ./tools |
429 | 2024-02-21T00:20:14.380Z | ++ pwd |
430 | 2024-02-21T00:20:14.380Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
431 | 2024-02-21T00:20:14.380Z | ++ basename ./tools/ci_download_maghemite_openapi |
432 | 2024-02-21T00:20:14.380Z | + ARG0=ci_download_maghemite_openapi |
433 | 2024-02-21T00:20:14.380Z | + TARGET_DIR=out |
434 | 2024-02-21T00:20:14.380Z | + DOWNLOAD_DIR=out/downloads |
435 | 2024-02-21T00:20:14.381Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
436 | 2024-02-21T00:20:14.381Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
437 | 2024-02-21T00:20:14.381Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
438 | 2024-02-21T00:20:14.381Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
439 | 2024-02-21T00:20:14.381Z | + LOCAL_FILE=out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
440 | 2024-02-21T00:20:14.381Z | + main |
441 | 2024-02-21T00:20:14.382Z | + [[ 0 != 0 ]] |
442 | 2024-02-21T00:20:14.382Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json' |
443 | 2024-02-21T00:20:14.382Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
444 | 2024-02-21T00:20:14.382Z | + echo 'Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json' |
445 | 2024-02-21T00:20:14.382Z | Local file: out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
446 | 2024-02-21T00:20:14.382Z | + local DO_DOWNLOAD=true |
447 | 2024-02-21T00:20:14.383Z | + [[ -f out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]] |
448 | 2024-02-21T00:20:14.383Z | + mkdir -p out/downloads |
449 | 2024-02-21T00:20:14.383Z | + '[' true == true ']' |
450 | 2024-02-21T00:20:14.383Z | + echo Downloading... |
451 | 2024-02-21T00:20:14.383Z | Downloading... |
452 | 2024-02-21T00:20:14.383Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
453 | 2024-02-21T00:20:14.383Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/ddm-admin.json |
454 | 2024-02-21T00:20:15.504Z | ++ do_sha256sum out/downloads/ddm-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
455 | 2024-02-21T00:20:15.504Z | ++ case "$OSTYPE" in |
456 | 2024-02-21T00:20:15.504Z | ++ SHA=sha256sum |
457 | 2024-02-21T00:20:15.528Z | ++ sha256sum |
458 | 2024-02-21T00:20:15.528Z | ++ awk '{print $1}' |
459 | 2024-02-21T00:20:15.528Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
460 | 2024-02-21T00:20:15.529Z | + [[ 0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 != \0\b\0\d\b\c\2\f\8\b\b\c\5\d\2\d\9\b\e\9\2\d\6\4\c\4\8\6\5\f\8\f\9\3\3\5\3\5\5\a\a\e\6\2\f\7\d\e\9\f\6\7\f\8\1\d\f\b\3\f\1\8\0\3 ]] |
461 | 2024-02-21T00:20:15.529Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
462 | 2024-02-21T00:20:15.529Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
463 | 2024-02-21T00:20:15.529Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
464 | 2024-02-21T00:20:15.529Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
465 | 2024-02-21T00:20:15.530Z | + LOCAL_FILE=out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
466 | 2024-02-21T00:20:15.530Z | + main |
467 | 2024-02-21T00:20:15.530Z | + [[ 0 != 0 ]] |
468 | 2024-02-21T00:20:15.530Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json' |
469 | 2024-02-21T00:20:15.530Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
470 | 2024-02-21T00:20:15.531Z | Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
471 | 2024-02-21T00:20:15.531Z | + echo 'Local file: out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json' |
472 | 2024-02-21T00:20:15.531Z | + local DO_DOWNLOAD=true |
473 | 2024-02-21T00:20:15.531Z | + [[ -f out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json ]] |
474 | 2024-02-21T00:20:15.531Z | + mkdir -p out/downloads |
475 | 2024-02-21T00:20:15.531Z | + '[' true == true ']' |
476 | 2024-02-21T00:20:15.531Z | + echo Downloading... |
477 | 2024-02-21T00:20:15.531Z | Downloading... |
478 | 2024-02-21T00:20:15.531Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
479 | 2024-02-21T00:20:15.531Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mg-admin.json |
480 | 2024-02-21T00:20:16.722Z | ++ do_sha256sum out/downloads/mg-admin-41a69a11db6cfa8fc0c8686dc2d725708e0586ce.json |
481 | 2024-02-21T00:20:16.741Z | ++ case "$OSTYPE" in |
482 | 2024-02-21T00:20:16.741Z | ++ SHA=sha256sum |
483 | 2024-02-21T00:20:16.741Z | ++ sha256sum |
484 | 2024-02-21T00:20:16.742Z | ++ awk '{print $1}' |
485 | 2024-02-21T00:20:16.742Z | + calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
486 | 2024-02-21T00:20:16.742Z | + [[ 0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 != \0\a\c\0\3\8\b\b\a\a\5\4\d\0\a\e\0\a\c\5\c\c\a\e\f\f\4\8\f\0\3\0\7\0\6\1\8\3\7\2\c\c\a\2\6\c\9\d\0\9\b\7\1\6\b\9\0\9\b\f\9\3\5\5 ]] |
487 | 2024-02-21T00:20:16.742Z | + set -o errexit |
488 | 2024-02-21T00:20:16.742Z | +++ dirname ./tools/ci_download_dendrite_openapi |
489 | 2024-02-21T00:20:16.742Z | ++ cd ./tools |
490 | 2024-02-21T00:20:16.742Z | ++ pwd |
491 | 2024-02-21T00:20:16.764Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
492 | 2024-02-21T00:20:16.765Z | ++ basename ./tools/ci_download_dendrite_openapi |
493 | 2024-02-21T00:20:16.765Z | + ARG0=ci_download_dendrite_openapi |
494 | 2024-02-21T00:20:16.765Z | + TARGET_DIR=out |
495 | 2024-02-21T00:20:16.765Z | + DOWNLOAD_DIR=out/downloads |
496 | 2024-02-21T00:20:16.765Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
497 | 2024-02-21T00:20:16.766Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
498 | 2024-02-21T00:20:16.766Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
499 | 2024-02-21T00:20:16.766Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
500 | 2024-02-21T00:20:16.766Z | + LOCAL_FILE=out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
501 | 2024-02-21T00:20:16.766Z | + main |
502 | 2024-02-21T00:20:16.766Z | + [[ 0 != 0 ]] |
503 | 2024-02-21T00:20:16.766Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json' |
504 | 2024-02-21T00:20:16.767Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
505 | 2024-02-21T00:20:16.767Z | + echo 'Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json' |
506 | 2024-02-21T00:20:16.767Z | Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
507 | 2024-02-21T00:20:16.767Z | + local DO_DOWNLOAD=true |
508 | 2024-02-21T00:20:16.767Z | + [[ -f out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json ]] |
509 | 2024-02-21T00:20:16.767Z | + mkdir -p out/downloads |
510 | 2024-02-21T00:20:16.767Z | + '[' true == true ']' |
511 | 2024-02-21T00:20:16.767Z | + echo Downloading... |
512 | 2024-02-21T00:20:16.768Z | Downloading... |
513 | 2024-02-21T00:20:16.768Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
514 | 2024-02-21T00:20:16.768Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
515 | 2024-02-21T00:20:17.429Z | ++ do_sha256sum out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
516 | 2024-02-21T00:20:17.444Z | ++ case "$OSTYPE" in |
517 | 2024-02-21T00:20:17.444Z | ++ SHA=sha256sum |
518 | 2024-02-21T00:20:17.445Z | ++ sha256sum |
519 | 2024-02-21T00:20:17.445Z | ++ awk '{print $1}' |
520 | 2024-02-21T00:20:17.445Z | + calculated_sha2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
521 | 2024-02-21T00:20:17.445Z | + [[ aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e != \a\a\6\7\0\1\6\5\e\5\b\4\5\9\f\a\b\4\c\a\b\a\3\6\a\e\4\d\3\8\2\a\0\9\2\6\4\f\f\5\c\f\6\a\2\d\a\c\0\d\a\e\0\a\0\d\b\3\9\a\3\7\8\e ]] |
522 | 2024-02-21T00:20:17.459Z | + set -o errexit |
523 | 2024-02-21T00:20:17.459Z | +++ dirname ./tools/ci_download_dendrite_stub |
524 | 2024-02-21T00:20:17.460Z | ++ cd ./tools |
525 | 2024-02-21T00:20:17.460Z | ++ pwd |
526 | 2024-02-21T00:20:17.460Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
527 | 2024-02-21T00:20:17.460Z | ++ basename ./tools/ci_download_dendrite_stub |
528 | 2024-02-21T00:20:17.460Z | + ARG0=ci_download_dendrite_stub |
529 | 2024-02-21T00:20:17.460Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
530 | 2024-02-21T00:20:17.460Z | ++ CIDL_SHA256_ILLUMOS=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
531 | 2024-02-21T00:20:17.460Z | ++ CIDL_SHA256_LINUX_DPD=cb9a1978d1fe3a3f2391757f80436d8cc87c0041161652ad2234e7cf83e9ae36 |
532 | 2024-02-21T00:20:17.460Z | ++ CIDL_SHA256_LINUX_SWADM=b7e737be56a8a815a95624f0b5c42ce1e339b07feeae7b3d7b9b4bc17c204245 |
533 | 2024-02-21T00:20:17.460Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
534 | 2024-02-21T00:20:17.461Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
535 | 2024-02-21T00:20:17.461Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
536 | 2024-02-21T00:20:17.461Z | + TARGET_DIR=out |
537 | 2024-02-21T00:20:17.461Z | + DOWNLOAD_DIR=out/downloads |
538 | 2024-02-21T00:20:17.461Z | + DEST_DIR=./out/dendrite-stub |
539 | 2024-02-21T00:20:17.461Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
540 | 2024-02-21T00:20:17.461Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
541 | 2024-02-21T00:20:17.461Z | + REPO=oxidecomputer/dendrite |
542 | 2024-02-21T00:20:17.461Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e |
543 | 2024-02-21T00:20:17.462Z | + main |
544 | 2024-02-21T00:20:17.462Z | + [[ 0 != 0 ]] |
545 | 2024-02-21T00:20:17.462Z | + CIDL_OS=solaris2.11 |
546 | 2024-02-21T00:20:17.462Z | + [[ 0 != 0 ]] |
547 | 2024-02-21T00:20:17.462Z | + configure_os solaris2.11 |
548 | 2024-02-21T00:20:17.462Z | + echo 'current directory: /work/oxidecomputer/omicron' |
549 | 2024-02-21T00:20:17.462Z | current directory: /work/oxidecomputer/omicron |
550 | 2024-02-21T00:20:17.462Z | + echo 'configuring based on OS: "solaris2.11"' |
551 | 2024-02-21T00:20:17.463Z | + case "$1" in |
552 | 2024-02-21T00:20:17.463Z | configuring based on OS: "solaris2.11" |
553 | 2024-02-21T00:20:17.463Z | + SET_BINARIES= |
554 | 2024-02-21T00:20:17.463Z | + CIDL_SHA256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
555 | 2024-02-21T00:20:17.463Z | + CIDL_SHA256FUNC=do_sha256sum |
556 | 2024-02-21T00:20:17.463Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
557 | 2024-02-21T00:20:17.463Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
558 | 2024-02-21T00:20:17.463Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
559 | 2024-02-21T00:20:17.464Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz' |
560 | 2024-02-21T00:20:17.464Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
561 | 2024-02-21T00:20:17.464Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
562 | 2024-02-21T00:20:17.464Z | Local file: out/downloads/dendrite-stub.tar.gz |
563 | 2024-02-21T00:20:17.464Z | + mkdir -p out/downloads |
564 | 2024-02-21T00:20:17.464Z | + mkdir -p ./out/dendrite-stub |
565 | 2024-02-21T00:20:17.474Z | + fetch_and_verify |
566 | 2024-02-21T00:20:17.474Z | + local DO_DOWNLOAD=true |
567 | 2024-02-21T00:20:17.474Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
568 | 2024-02-21T00:20:17.475Z | + '[' true == true ']' |
569 | 2024-02-21T00:20:17.475Z | + echo Downloading... |
570 | 2024-02-21T00:20:17.475Z | Downloading... |
571 | 2024-02-21T00:20:17.475Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
572 | 2024-02-21T00:20:17.475Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
573 | 2024-02-21T00:20:43.386Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
574 | 2024-02-21T00:20:43.401Z | ++ sha256sum |
575 | 2024-02-21T00:20:43.401Z | ++ awk '{print $1}' |
576 | 2024-02-21T00:20:43.413Z | + calculated_sha256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
577 | 2024-02-21T00:20:43.413Z | + [[ eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 != \e\b\9\8\9\8\5\8\7\1\f\3\2\1\4\1\1\f\7\8\7\5\e\f\7\7\5\1\d\b\a\8\5\a\e\0\d\d\3\0\3\4\8\7\7\b\6\3\c\c\b\7\8\c\e\d\c\b\9\6\e\6\e\7 ]] |
578 | 2024-02-21T00:20:43.414Z | + do_untar out/downloads/dendrite-stub.tar.gz |
579 | 2024-02-21T00:20:43.414Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
580 | 2024-02-21T00:20:44.095Z | + do_assemble |
581 | 2024-02-21T00:20:44.095Z | + rm -r ./out/dendrite-stub |
582 | 2024-02-21T00:20:44.100Z | + mkdir ./out/dendrite-stub |
583 | 2024-02-21T00:20:44.100Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
584 | 2024-02-21T00:20:44.181Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
585 | 2024-02-21T00:20:44.198Z | + set -o errexit |
586 | 2024-02-21T00:20:44.214Z | +++ dirname ./tools/ci_download_maghemite_mgd |
587 | 2024-02-21T00:20:44.215Z | ++ cd ./tools |
588 | 2024-02-21T00:20:44.215Z | ++ pwd |
589 | 2024-02-21T00:20:44.215Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
590 | 2024-02-21T00:20:44.215Z | ++ basename ./tools/ci_download_maghemite_mgd |
591 | 2024-02-21T00:20:44.215Z | + ARG0=ci_download_maghemite_mgd |
592 | 2024-02-21T00:20:44.215Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
593 | 2024-02-21T00:20:44.215Z | ++ CIDL_SHA256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d |
594 | 2024-02-21T00:20:44.215Z | ++ MGD_LINUX_SHA256=b2c823dd714fad67546a0e0c0d4ae56f2fe2e7c43434469b38e13b78de9f6968 |
595 | 2024-02-21T00:20:44.215Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
596 | 2024-02-21T00:20:44.215Z | ++ COMMIT=41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
597 | 2024-02-21T00:20:44.216Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
598 | 2024-02-21T00:20:44.216Z | + TARGET_DIR=out |
599 | 2024-02-21T00:20:44.216Z | + DOWNLOAD_DIR=out/downloads |
600 | 2024-02-21T00:20:44.216Z | + DEST_DIR=./out/mgd |
601 | 2024-02-21T00:20:44.216Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
602 | 2024-02-21T00:20:44.216Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
603 | 2024-02-21T00:20:44.216Z | + REPO=oxidecomputer/maghemite |
604 | 2024-02-21T00:20:44.216Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce |
605 | 2024-02-21T00:20:44.216Z | + main |
606 | 2024-02-21T00:20:44.216Z | + [[ 0 != 0 ]] |
607 | 2024-02-21T00:20:44.216Z | + CIDL_OS=solaris2.11 |
608 | 2024-02-21T00:20:44.216Z | + [[ 0 != 0 ]] |
609 | 2024-02-21T00:20:44.216Z | + configure_os solaris2.11 |
610 | 2024-02-21T00:20:44.217Z | + echo 'current directory: /work/oxidecomputer/omicron' |
611 | 2024-02-21T00:20:44.217Z | current directory: /work/oxidecomputer/omicron |
612 | 2024-02-21T00:20:44.217Z | + echo 'configuring based on OS: "solaris2.11"' |
613 | 2024-02-21T00:20:44.217Z | + case "$1" in |
614 | 2024-02-21T00:20:44.217Z | + SET_BINARIES= |
615 | 2024-02-21T00:20:44.217Z | configuring based on OS: "solaris2.11" |
616 | 2024-02-21T00:20:44.217Z | + CIDL_SHA256FUNC=do_sha256sum |
617 | 2024-02-21T00:20:44.218Z | + TARBALL_FILENAME=mgd.tar.gz |
618 | 2024-02-21T00:20:44.218Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
619 | 2024-02-21T00:20:44.218Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
620 | 2024-02-21T00:20:44.218Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz' |
621 | 2024-02-21T00:20:44.218Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
622 | 2024-02-21T00:20:44.218Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
623 | 2024-02-21T00:20:44.218Z | Local file: out/downloads/mgd.tar.gz |
624 | 2024-02-21T00:20:44.218Z | + mkdir -p out/downloads |
625 | 2024-02-21T00:20:44.218Z | + mkdir -p ./out/mgd |
626 | 2024-02-21T00:20:44.218Z | + fetch_and_verify |
627 | 2024-02-21T00:20:44.218Z | + local DO_DOWNLOAD=true |
628 | 2024-02-21T00:20:44.218Z | + [[ -f out/downloads/mgd.tar.gz ]] |
629 | 2024-02-21T00:20:44.218Z | + '[' true == true ']' |
630 | 2024-02-21T00:20:44.219Z | + echo Downloading... |
631 | 2024-02-21T00:20:44.219Z | Downloading... |
632 | 2024-02-21T00:20:44.219Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz out/downloads/mgd.tar.gz |
633 | 2024-02-21T00:20:44.219Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/41a69a11db6cfa8fc0c8686dc2d725708e0586ce/mgd.tar.gz |
634 | 2024-02-21T00:20:57.525Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
635 | 2024-02-21T00:20:57.536Z | ++ sha256sum |
636 | 2024-02-21T00:20:57.536Z | ++ awk '{print $1}' |
637 | 2024-02-21T00:20:57.536Z | + calculated_sha256=26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d |
638 | 2024-02-21T00:20:57.536Z | + [[ 26d34f61589f63be64eaa77a6e9e2db4c95d6675798386a1d61721c1ccc59d4d != \2\6\d\3\4\f\6\1\5\8\9\f\6\3\b\e\6\4\e\a\a\7\7\a\6\e\9\e\2\d\b\4\c\9\5\d\6\6\7\5\7\9\8\3\8\6\a\1\d\6\1\7\2\1\c\1\c\c\c\5\9\d\4\d ]] |
639 | 2024-02-21T00:20:57.536Z | + do_untar out/downloads/mgd.tar.gz |
640 | 2024-02-21T00:20:57.536Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
641 | 2024-02-21T00:20:57.975Z | + do_assemble |
642 | 2024-02-21T00:20:57.975Z | + rm -r ./out/mgd |
643 | 2024-02-21T00:20:57.997Z | + mkdir ./out/mgd |
644 | 2024-02-21T00:20:57.997Z | + cp -r out/downloads/root ./out/mgd/root |
645 | 2024-02-21T00:20:58.148Z | + set -o errexit |
646 | 2024-02-21T00:20:58.176Z | +++ dirname ./tools/ci_download_transceiver_control |
647 | 2024-02-21T00:20:58.176Z | ++ cd ./tools |
648 | 2024-02-21T00:20:58.177Z | ++ pwd |
649 | 2024-02-21T00:20:58.177Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
650 | 2024-02-21T00:20:58.177Z | ++ basename ./tools/ci_download_transceiver_control |
651 | 2024-02-21T00:20:58.177Z | + ARG0=ci_download_transceiver_control |
652 | 2024-02-21T00:20:58.177Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
653 | 2024-02-21T00:20:58.178Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
654 | 2024-02-21T00:20:58.178Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
655 | 2024-02-21T00:20:58.178Z | + TARGET_DIR=out |
656 | 2024-02-21T00:20:58.178Z | + DOWNLOAD_DIR=out/downloads |
657 | 2024-02-21T00:20:58.179Z | + DEST_DIR=./out/transceiver-control |
658 | 2024-02-21T00:20:58.179Z | + BIN_DIR=/opt/oxide/bin |
659 | 2024-02-21T00:20:58.179Z | + BINARY=xcvradm |
660 | 2024-02-21T00:20:58.179Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
661 | 2024-02-21T00:20:58.179Z | + REPO=oxidecomputer/transceiver-control |
662 | 2024-02-21T00:20:58.180Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
663 | 2024-02-21T00:20:58.180Z | + main |
664 | 2024-02-21T00:20:58.180Z | + [[ 0 != 0 ]] |
665 | 2024-02-21T00:20:58.180Z | + CIDL_OS=solaris2.11 |
666 | 2024-02-21T00:20:58.180Z | + [[ 0 != 0 ]] |
667 | 2024-02-21T00:20:58.180Z | + configure_os solaris2.11 |
668 | 2024-02-21T00:20:58.181Z | + echo 'current directory: /work/oxidecomputer/omicron' |
669 | 2024-02-21T00:20:58.181Z | current directory: /work/oxidecomputer/omicron |
670 | 2024-02-21T00:20:58.181Z | + echo 'configuring based on OS: "solaris2.11"' |
671 | 2024-02-21T00:20:58.181Z | + case "$1" in |
672 | 2024-02-21T00:20:58.181Z | configuring based on OS: "solaris2.11" |
673 | 2024-02-21T00:20:58.182Z | + SET_BINARIES= |
674 | 2024-02-21T00:20:58.182Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
675 | 2024-02-21T00:20:58.182Z | + CIDL_SHA256FUNC=do_sha256sum |
676 | 2024-02-21T00:20:58.182Z | + ARCHIVE_FILENAME=xcvradm.gz |
677 | 2024-02-21T00:20:58.182Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
678 | 2024-02-21T00:20:58.183Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
679 | 2024-02-21T00:20:58.183Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
680 | 2024-02-21T00:20:58.183Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
681 | 2024-02-21T00:20:58.183Z | + echo 'Local file: out/downloads/xcvradm.gz' |
682 | 2024-02-21T00:20:58.183Z | Local file: out/downloads/xcvradm.gz |
683 | 2024-02-21T00:20:58.183Z | + mkdir -p out/downloads |
684 | 2024-02-21T00:20:58.183Z | + mkdir -p ./out/transceiver-control |
685 | 2024-02-21T00:20:58.184Z | + fetch_and_verify |
686 | 2024-02-21T00:20:58.184Z | + local DO_DOWNLOAD=true |
687 | 2024-02-21T00:20:58.184Z | + [[ -f out/downloads/xcvradm.gz ]] |
688 | 2024-02-21T00:20:58.184Z | + '[' true == true ']' |
689 | 2024-02-21T00:20:58.184Z | + echo Downloading... |
690 | 2024-02-21T00:20:58.184Z | Downloading... |
691 | 2024-02-21T00:20:58.185Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
692 | 2024-02-21T00:20:58.185Z | + 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 |
693 | 2024-02-21T00:21:01.715Z | ++ do_sha256sum out/downloads/xcvradm.gz |
694 | 2024-02-21T00:21:01.722Z | ++ sha256sum |
695 | 2024-02-21T00:21:01.722Z | ++ awk '{print $1}' |
696 | 2024-02-21T00:21:01.722Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
697 | 2024-02-21T00:21:01.722Z | + [[ 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 ]] |
698 | 2024-02-21T00:21:01.723Z | + do_unpack out/downloads/xcvradm.gz |
699 | 2024-02-21T00:21:01.723Z | + mkdir -p out/downloads/root//opt/oxide/bin |
700 | 2024-02-21T00:21:01.723Z | + gzip -dc out/downloads/xcvradm.gz |
701 | 2024-02-21T00:21:01.841Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
702 | 2024-02-21T00:21:01.849Z | + do_assemble |
703 | 2024-02-21T00:21:01.849Z | + rm -r ./out/transceiver-control |
704 | 2024-02-21T00:21:01.849Z | + mkdir ./out/transceiver-control |
705 | 2024-02-21T00:21:01.849Z | + cp -r out/downloads/root ./out/transceiver-control/root |
706 | 2024-02-21T00:21:02.304Z | All builder prerequisites installed successfully, and PATH looks valid |
707 | 2024-02-21T00:21:02.331Z | |
708 | 2024-02-21T00:21:02.331Z | real 2:20.886124061 |
709 | 2024-02-21T00:21:02.331Z | user 35.575304285 |
710 | 2024-02-21T00:21:02.332Z | sys 6.761473498 |
711 | 2024-02-21T00:21:02.332Z | trap 0.011088669 |
712 | 2024-02-21T00:21:02.332Z | tflt 0.170253305 |
713 | 2024-02-21T00:21:02.332Z | dflt 0.401764364 |
714 | 2024-02-21T00:21:02.332Z | kflt 0.157482854 |
715 | 2024-02-21T00:21:02.333Z | lock 1.336613894 |
716 | 2024-02-21T00:21:02.333Z | slp 5:10.009636712 |
717 | 2024-02-21T00:21:02.333Z | lat 1.812807414 |
718 | 2024-02-21T00:21:02.333Z | stop 0.133079375 |
719 | 2024-02-21T00:21:02.333Z | |
720 | 2024-02-21T00:21:02.333Z | #### # # ##### ##### # # |
721 | 2024-02-21T00:21:02.333Z | # # # # # # # # # # |
722 | 2024-02-21T00:21:02.333Z | # # # # # # # # |
723 | 2024-02-21T00:21:02.333Z | # # # ##### ##### # |
724 | 2024-02-21T00:21:02.334Z | # # # # # # # |
725 | 2024-02-21T00:21:02.334Z | #### ###### # # # # |
726 | 2024-02-21T00:21:02.334Z | |
727 | 2024-02-21T00:21:02.521Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
728 | 2024-02-21T00:21:02.842Z | Updating git repository `https://github.com/oxidecomputer/samael` |
729 | 2024-02-21T00:21:03.190Z | Updating crates.io index |
730 | 2024-02-21T00:21:03.624Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
731 | 2024-02-21T00:21:04.118Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
732 | 2024-02-21T00:21:05.755Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
733 | 2024-02-21T00:21:06.048Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
734 | 2024-02-21T00:21:06.397Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
735 | 2024-02-21T00:21:06.667Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
736 | 2024-02-21T00:21:06.933Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
737 | 2024-02-21T00:21:07.699Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
738 | 2024-02-21T00:21:09.554Z | Updating git repository `https://github.com/oxidecomputer/opte` |
739 | 2024-02-21T00:21:10.565Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
740 | 2024-02-21T00:21:10.922Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
741 | 2024-02-21T00:21:11.548Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
742 | 2024-02-21T00:21:11.880Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
743 | 2024-02-21T00:21:12.185Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
744 | 2024-02-21T00:21:12.516Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
745 | 2024-02-21T00:21:12.917Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
746 | 2024-02-21T00:21:13.270Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
747 | 2024-02-21T00:21:13.706Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
748 | 2024-02-21T00:21:14.176Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
749 | 2024-02-21T00:21:14.639Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
750 | 2024-02-21T00:21:14.966Z | Updating git repository `https://github.com/jgallagher/nix` |
751 | 2024-02-21T00:21:17.433Z | Updating git repository `https://github.com/cbiffle/hubpack` |
752 | 2024-02-21T00:21:18.376Z | Updating git repository `https://github.com/oxidecomputer/typify` |
753 | 2024-02-21T00:21:18.376Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
754 | 2024-02-21T00:21:18.377Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
755 | 2024-02-21T00:21:19.148Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
756 | 2024-02-21T00:21:19.897Z | Downloading crates ... |
757 | 2024-02-21T00:21:20.087Z | Downloaded colorchoice v1.0.0 |
758 | 2024-02-21T00:21:20.096Z | Downloaded anstream v0.6.11 |
759 | 2024-02-21T00:21:20.120Z | Downloaded serde v1.0.196 |
760 | 2024-02-21T00:21:20.126Z | Downloaded equivalent v1.0.1 |
761 | 2024-02-21T00:21:20.133Z | Downloaded strsim v0.11.0 |
762 | 2024-02-21T00:21:20.137Z | Downloaded clap_lex v0.7.0 |
763 | 2024-02-21T00:21:20.137Z | Downloaded anstyle-query v1.0.0 |
764 | 2024-02-21T00:21:20.137Z | Downloaded thiserror-impl v1.0.57 |
765 | 2024-02-21T00:21:20.141Z | Downloaded cargo_metadata v0.18.1 |
766 | 2024-02-21T00:21:20.141Z | Downloaded errno v0.3.8 |
767 | 2024-02-21T00:21:20.144Z | Downloaded cargo-platform v0.1.3 |
768 | 2024-02-21T00:21:20.144Z | Downloaded itoa v1.0.9 |
769 | 2024-02-21T00:21:20.145Z | Downloaded heck v0.4.1 |
770 | 2024-02-21T00:21:20.149Z | Downloaded terminal_size v0.3.0 |
771 | 2024-02-21T00:21:20.155Z | Downloaded serde_spanned v0.6.5 |
772 | 2024-02-21T00:21:20.155Z | Downloaded toml_datetime v0.6.5 |
773 | 2024-02-21T00:21:20.159Z | Downloaded clap_derive v4.5.0 |
774 | 2024-02-21T00:21:20.159Z | Downloaded anstyle v1.0.2 |
775 | 2024-02-21T00:21:20.159Z | Downloaded thiserror v1.0.57 |
776 | 2024-02-21T00:21:20.164Z | Downloaded semver v1.0.22 |
777 | 2024-02-21T00:21:20.590Z | Downloaded utf8parse v0.2.1 |
778 | 2024-02-21T00:21:20.590Z | Downloaded camino v1.1.6 |
779 | 2024-02-21T00:21:20.607Z | Downloaded bitflags v2.4.0 |
780 | 2024-02-21T00:21:20.607Z | Downloaded quote v1.0.35 |
781 | 2024-02-21T00:21:20.608Z | Downloaded serde_derive v1.0.196 |
782 | 2024-02-21T00:21:20.608Z | Downloaded unicode-ident v1.0.12 |
783 | 2024-02-21T00:21:20.608Z | Downloaded anstyle-parse v0.2.1 |
784 | 2024-02-21T00:21:20.608Z | Downloaded clap v4.5.0 |
785 | 2024-02-21T00:21:20.608Z | Downloaded proc-macro2 v1.0.78 |
786 | 2024-02-21T00:21:20.608Z | Downloaded ryu v1.0.15 |
787 | 2024-02-21T00:21:20.608Z | Downloaded anyhow v1.0.75 |
788 | 2024-02-21T00:21:20.608Z | Downloaded cargo_toml v0.19.0 |
789 | 2024-02-21T00:21:20.608Z | Downloaded toml v0.8.10 |
790 | 2024-02-21T00:21:20.608Z | Downloaded indexmap v2.2.3 |
791 | 2024-02-21T00:21:20.608Z | Downloaded memchr v2.6.3 |
792 | 2024-02-21T00:21:20.608Z | Downloaded toml_edit v0.22.6 |
793 | 2024-02-21T00:21:20.608Z | Downloaded hashbrown v0.14.3 |
794 | 2024-02-21T00:21:20.608Z | Downloaded winnow v0.6.1 |
795 | 2024-02-21T00:21:20.608Z | Downloaded clap_builder v4.5.0 |
796 | 2024-02-21T00:21:20.608Z | Downloaded serde_json v1.0.114 |
797 | 2024-02-21T00:21:20.608Z | Downloaded syn v2.0.48 |
798 | 2024-02-21T00:21:20.608Z | Downloaded rustix v0.38.31 |
799 | 2024-02-21T00:21:20.608Z | Downloaded libc v0.2.153 |
800 | 2024-02-21T00:21:20.608Z | Compiling proc-macro2 v1.0.78 |
801 | 2024-02-21T00:21:20.608Z | Compiling unicode-ident v1.0.12 |
802 | 2024-02-21T00:21:20.608Z | Compiling serde v1.0.196 |
803 | 2024-02-21T00:21:20.608Z | Compiling libc v0.2.153 |
804 | 2024-02-21T00:21:20.608Z | Compiling rustix v0.38.31 |
805 | 2024-02-21T00:21:20.609Z | Compiling equivalent v1.0.1 |
806 | 2024-02-21T00:21:20.609Z | Compiling hashbrown v0.14.3 |
807 | 2024-02-21T00:21:20.609Z | Compiling bitflags v2.4.0 |
808 | 2024-02-21T00:21:21.178Z | Compiling utf8parse v0.2.1 |
809 | 2024-02-21T00:21:21.192Z | Compiling semver v1.0.22 |
810 | 2024-02-21T00:21:21.192Z | Compiling anstyle-parse v0.2.1 |
811 | 2024-02-21T00:21:21.192Z | Compiling serde_json v1.0.114 |
812 | 2024-02-21T00:21:21.236Z | Compiling camino v1.1.6 |
813 | 2024-02-21T00:21:21.734Z | Compiling indexmap v2.2.3 |
814 | 2024-02-21T00:21:22.434Z | Compiling thiserror v1.0.57 |
815 | 2024-02-21T00:21:22.434Z | Compiling anstyle-query v1.0.0 |
816 | 2024-02-21T00:21:22.448Z | Compiling colorchoice v1.0.0 |
817 | 2024-02-21T00:21:22.913Z | Compiling anstyle v1.0.2 |
818 | 2024-02-21T00:21:22.934Z | Compiling winnow v0.6.1 |
819 | 2024-02-21T00:21:22.934Z | Compiling heck v0.4.1 |
820 | 2024-02-21T00:21:22.934Z | Compiling ryu v1.0.15 |
821 | 2024-02-21T00:21:22.935Z | Compiling anyhow v1.0.75 |
822 | 2024-02-21T00:21:22.952Z | Compiling anstream v0.6.11 |
823 | 2024-02-21T00:21:23.006Z | Compiling itoa v1.0.9 |
824 | 2024-02-21T00:21:23.711Z | Compiling clap_lex v0.7.0 |
825 | 2024-02-21T00:21:23.760Z | Compiling strsim v0.11.0 |
826 | 2024-02-21T00:21:23.837Z | Compiling quote v1.0.35 |
827 | 2024-02-21T00:21:23.920Z | Compiling syn v2.0.48 |
828 | 2024-02-21T00:21:24.019Z | Compiling errno v0.3.8 |
829 | 2024-02-21T00:21:24.910Z | Compiling terminal_size v0.3.0 |
830 | 2024-02-21T00:21:25.393Z | Compiling clap_builder v4.5.0 |
831 | 2024-02-21T00:21:28.968Z | Compiling serde_derive v1.0.196 |
832 | 2024-02-21T00:21:28.977Z | Compiling thiserror-impl v1.0.57 |
833 | 2024-02-21T00:21:28.977Z | Compiling clap_derive v4.5.0 |
834 | 2024-02-21T00:21:31.867Z | Compiling clap v4.5.0 |
835 | 2024-02-21T00:21:37.454Z | Compiling toml_datetime v0.6.5 |
836 | 2024-02-21T00:21:37.454Z | Compiling serde_spanned v0.6.5 |
837 | 2024-02-21T00:21:37.470Z | Compiling cargo-platform v0.1.3 |
838 | 2024-02-21T00:21:37.698Z | Compiling toml_edit v0.22.6 |
839 | 2024-02-21T00:21:38.836Z | Compiling cargo_metadata v0.18.1 |
840 | 2024-02-21T00:21:40.297Z | Compiling toml v0.8.10 |
841 | 2024-02-21T00:21:40.594Z | Compiling cargo_toml v0.19.0 |
842 | 2024-02-21T00:21:44.586Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
843 | 2024-02-21T00:21:45.572Z | Finished dev [unoptimized + debuginfo] target(s) in 43.21s |
844 | 2024-02-21T00:21:45.734Z | Running `target/debug/xtask clippy` |
845 | 2024-02-21T00:21:46.231Z | running: "/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" "--warn" "clippy::disallowed_macros" "--warn" "clippy::disallowed_methods" "--warn" "clippy::disallowed_names" "--warn" "clippy::disallowed_script_idents" "--warn" "clippy::disallowed_types" |
846 | 2024-02-21T00:21:46.331Z | Downloading crates ... |
847 | 2024-02-21T00:21:46.520Z | Downloaded bit-vec v0.6.3 |
848 | 2024-02-21T00:21:46.537Z | Downloaded curve25519-dalek-derive v0.1.0 |
849 | 2024-02-21T00:21:46.549Z | Downloaded hyper-tls v0.5.0 |
850 | 2024-02-21T00:21:46.549Z | Downloaded instant v0.1.12 |
851 | 2024-02-21T00:21:46.549Z | Downloaded ascii-canvas v3.0.0 |
852 | 2024-02-21T00:21:46.549Z | Downloaded http-body v1.0.0 |
853 | 2024-02-21T00:21:46.549Z | Downloaded cfg-if v1.0.0 |
854 | 2024-02-21T00:21:46.549Z | Downloaded hostname v0.3.1 |
855 | 2024-02-21T00:21:46.569Z | Downloaded buf-list v1.0.3 |
856 | 2024-02-21T00:21:46.569Z | Downloaded cast v0.3.0 |
857 | 2024-02-21T00:21:46.569Z | Downloaded byteorder v1.5.0 |
858 | 2024-02-21T00:21:46.569Z | Downloaded httpdate v1.0.3 |
859 | 2024-02-21T00:21:46.569Z | Downloaded http-body v0.4.5 |
860 | 2024-02-21T00:21:46.580Z | Downloaded httparse v1.8.0 |
861 | 2024-02-21T00:21:46.580Z | Downloaded hyper-staticfile v0.9.5 |
862 | 2024-02-21T00:21:46.580Z | Downloaded base64 v0.21.7 |
863 | 2024-02-21T00:21:46.581Z | Downloaded num-integer v0.1.46 |
864 | 2024-02-21T00:21:46.581Z | Downloaded num-iter v0.1.43 |
865 | 2024-02-21T00:21:46.589Z | Downloaded mockall_derive v0.12.0 |
866 | 2024-02-21T00:21:46.589Z | Downloaded ciborium-io v0.2.2 |
867 | 2024-02-21T00:21:46.589Z | Downloaded hmac v0.12.1 |
868 | 2024-02-21T00:21:46.609Z | Downloaded is-terminal v0.4.9 |
869 | 2024-02-21T00:21:46.609Z | Downloaded indoc v2.0.3 |
870 | 2024-02-21T00:21:46.609Z | Downloaded cobs v0.2.3 |
871 | 2024-02-21T00:21:46.609Z | Downloaded indoc v1.0.9 |
872 | 2024-02-21T00:21:46.609Z | Downloaded atty v0.2.14 |
873 | 2024-02-21T00:21:46.614Z | Downloaded hubpack v0.1.2 |
874 | 2024-02-21T00:21:46.614Z | Downloaded ciborium-ll v0.2.2 |
875 | 2024-02-21T00:21:46.614Z | Downloaded camino-tempfile v1.1.1 |
876 | 2024-02-21T00:21:46.614Z | Downloaded assert_matches v1.5.0 |
877 | 2024-02-21T00:21:46.614Z | Downloaded bytes v1.5.0 |
878 | 2024-02-21T00:21:46.619Z | Downloaded mime v0.3.17 |
879 | 2024-02-21T00:21:46.630Z | Downloaded nested v0.1.1 |
880 | 2024-02-21T00:21:46.630Z | Downloaded impl-trait-for-tuples v0.2.2 |
881 | 2024-02-21T00:21:47.062Z | Downloaded bzip2 v0.4.4 |
882 | 2024-02-21T00:21:47.063Z | Downloaded approx v0.5.1 |
883 | 2024-02-21T00:21:47.063Z | Downloaded anes v0.1.6 |
884 | 2024-02-21T00:21:47.617Z | Downloaded bitvec v1.0.1 |
885 | 2024-02-21T00:21:47.617Z | Downloaded cstr-argument v0.1.2 |
886 | 2024-02-21T00:21:47.617Z | Downloaded ident_case v1.0.1 |
887 | 2024-02-21T00:21:47.617Z | Downloaded bb8 v0.8.3 |
888 | 2024-02-21T00:21:47.617Z | Downloaded bitfield v0.14.0 |
889 | 2024-02-21T00:21:47.617Z | Downloaded memoffset v0.9.0 |
890 | 2024-02-21T00:21:47.618Z | Downloaded newtype-uuid v1.0.1 |
891 | 2024-02-21T00:21:47.618Z | Downloaded newline-converter v0.3.0 |
892 | 2024-02-21T00:21:47.618Z | Downloaded linked-hash-map v0.5.6 |
893 | 2024-02-21T00:21:47.618Z | Downloaded zone_cfg_derive v0.3.0 |
894 | 2024-02-21T00:21:47.618Z | Downloaded want v0.3.1 |
895 | 2024-02-21T00:21:47.618Z | Downloaded indexmap v1.9.3 |
896 | 2024-02-21T00:21:47.618Z | Downloaded new_debug_unreachable v1.0.4 |
897 | 2024-02-21T00:21:47.618Z | Downloaded arrayvec v0.7.4 |
898 | 2024-02-21T00:21:47.618Z | Downloaded structopt-derive v0.4.18 |
899 | 2024-02-21T00:21:47.618Z | Downloaded semver v0.11.0 |
900 | 2024-02-21T00:21:47.618Z | Downloaded managed v0.8.0 |
901 | 2024-02-21T00:21:47.618Z | Downloaded signal-hook-mio v0.2.3 |
902 | 2024-02-21T00:21:47.618Z | Downloaded lazycell v1.3.0 |
903 | 2024-02-21T00:21:47.618Z | Downloaded home v0.5.5 |
904 | 2024-02-21T00:21:47.618Z | Downloaded libtest-mimic v0.6.1 |
905 | 2024-02-21T00:21:47.618Z | Downloaded base64ct v1.6.0 |
906 | 2024-02-21T00:21:47.618Z | Downloaded maplit v1.0.2 |
907 | 2024-02-21T00:21:47.618Z | Downloaded libefi-sys v0.1.0 |
908 | 2024-02-21T00:21:47.619Z | Downloaded num-derive v0.4.0 |
909 | 2024-02-21T00:21:47.619Z | Downloaded thread-id v4.2.0 |
910 | 2024-02-21T00:21:47.619Z | Downloaded clang-sys v1.6.1 |
911 | 2024-02-21T00:21:47.619Z | Downloaded nibble_vec v0.1.0 |
912 | 2024-02-21T00:21:47.619Z | Downloaded macaddr v1.0.1 |
913 | 2024-02-21T00:21:47.619Z | Downloaded lru v0.12.1 |
914 | 2024-02-21T00:21:47.619Z | Downloaded try-lock v0.2.4 |
915 | 2024-02-21T00:21:47.619Z | Downloaded http v0.2.11 |
916 | 2024-02-21T00:21:47.619Z | Downloaded foreign-types v0.5.0 |
917 | 2024-02-21T00:21:47.619Z | Downloaded scroll v0.12.0 |
918 | 2024-02-21T00:21:47.619Z | Downloaded rustls-native-certs v0.7.0 |
919 | 2024-02-21T00:21:47.619Z | Downloaded derive_builder_macro v0.12.0 |
920 | 2024-02-21T00:21:47.620Z | Downloaded miniz_oxide v0.7.1 |
921 | 2024-02-21T00:21:47.620Z | Downloaded tabled_derive v0.7.0 |
922 | 2024-02-21T00:21:47.620Z | Downloaded serde_plain v1.0.2 |
923 | 2024-02-21T00:21:47.620Z | Downloaded rustfmt-wrapper v0.2.0 |
924 | 2024-02-21T00:21:47.620Z | Downloaded crunchy v0.2.2 |
925 | 2024-02-21T00:21:47.620Z | Downloaded peeking_take_while v0.1.2 |
926 | 2024-02-21T00:21:47.620Z | Downloaded tempfile v3.10.0 |
927 | 2024-02-21T00:21:47.620Z | Downloaded radium v0.7.0 |
928 | 2024-02-21T00:21:47.620Z | Downloaded hex-literal v0.4.1 |
929 | 2024-02-21T00:21:47.620Z | Downloaded difflib v0.4.0 |
930 | 2024-02-21T00:21:47.620Z | Downloaded packed_struct_codegen v0.10.1 |
931 | 2024-02-21T00:21:47.620Z | Downloaded subtle v2.5.0 |
932 | 2024-02-21T00:21:47.620Z | Downloaded gethostname v0.4.3 |
933 | 2024-02-21T00:21:47.620Z | Downloaded http v1.0.0 |
934 | 2024-02-21T00:21:47.620Z | Downloaded futures-timer v3.0.2 |
935 | 2024-02-21T00:21:47.620Z | Downloaded crossbeam-epoch v0.9.15 |
936 | 2024-02-21T00:21:47.620Z | Downloaded untrusted v0.9.0 |
937 | 2024-02-21T00:21:47.620Z | Downloaded threadpool v1.8.1 |
938 | 2024-02-21T00:21:47.620Z | Downloaded slog-stdlog v4.1.1 |
939 | 2024-02-21T00:21:47.620Z | Downloaded darling_macro v0.14.4 |
940 | 2024-02-21T00:21:47.620Z | Downloaded which v4.4.0 |
941 | 2024-02-21T00:21:47.620Z | Downloaded socket2 v0.5.5 |
942 | 2024-02-21T00:21:47.620Z | Downloaded headers-core v0.2.0 |
943 | 2024-02-21T00:21:47.621Z | Downloaded digest v0.10.7 |
944 | 2024-02-21T00:21:47.621Z | Downloaded rustls-pki-types v1.3.0 |
945 | 2024-02-21T00:21:47.621Z | Downloaded serde_repr v0.1.16 |
946 | 2024-02-21T00:21:47.621Z | Downloaded predicates v3.1.0 |
947 | 2024-02-21T00:21:47.621Z | Downloaded defmt-parser v0.3.3 |
948 | 2024-02-21T00:21:47.621Z | Downloaded topological-sort v0.2.2 |
949 | 2024-02-21T00:21:47.621Z | Downloaded zerocopy-derive v0.7.32 |
950 | 2024-02-21T00:21:47.621Z | Downloaded darling_macro v0.20.3 |
951 | 2024-02-21T00:21:47.621Z | Downloaded rand_core v0.6.4 |
952 | 2024-02-21T00:21:47.621Z | Downloaded pest_derive v2.7.6 |
953 | 2024-02-21T00:21:47.621Z | Downloaded parking_lot v0.11.2 |
954 | 2024-02-21T00:21:47.621Z | Downloaded opaque-debug v0.3.0 |
955 | 2024-02-21T00:21:47.621Z | Downloaded olpc-cjson v0.1.3 |
956 | 2024-02-21T00:21:47.621Z | Downloaded dtrace-parser v0.1.14 |
957 | 2024-02-21T00:21:47.621Z | Downloaded fixedbitset v0.4.2 |
958 | 2024-02-21T00:21:47.621Z | Downloaded dof v0.3.0 |
959 | 2024-02-21T00:21:47.621Z | Downloaded rand_xorshift v0.3.0 |
960 | 2024-02-21T00:21:47.621Z | Downloaded proc-macro-error-attr v1.0.4 |
961 | 2024-02-21T00:21:47.622Z | Downloaded filetime v0.2.23 |
962 | 2024-02-21T00:21:47.622Z | Downloaded slog-term v2.9.0 |
963 | 2024-02-21T00:21:47.622Z | Downloaded num-rational v0.4.1 |
964 | 2024-02-21T00:21:47.622Z | Downloaded vec_map v0.8.2 |
965 | 2024-02-21T00:21:47.622Z | Downloaded target-spec v3.1.0 |
966 | 2024-02-21T00:21:47.622Z | Downloaded futures-core v0.3.30 |
967 | 2024-02-21T00:21:47.622Z | Downloaded slog-envlogger v2.2.0 |
968 | 2024-02-21T00:21:47.622Z | Downloaded flagset v0.4.3 |
969 | 2024-02-21T00:21:47.622Z | Downloaded backtrace v0.3.69 |
970 | 2024-02-21T00:21:47.622Z | Downloaded pkg-config v0.3.27 |
971 | 2024-02-21T00:21:47.622Z | Downloaded zerocopy v0.3.0 |
972 | 2024-02-21T00:21:47.622Z | Downloaded termtree v0.4.1 |
973 | 2024-02-21T00:21:47.623Z | Downloaded percent-encoding v2.3.1 |
974 | 2024-02-21T00:21:47.623Z | Downloaded serde-big-array v0.5.1 |
975 | 2024-02-21T00:21:47.623Z | Downloaded derive_more v0.99.17 |
976 | 2024-02-21T00:21:47.623Z | Downloaded path-slash v0.1.5 |
977 | 2024-02-21T00:21:47.623Z | Downloaded libsw v3.3.1 |
978 | 2024-02-21T00:21:47.623Z | Downloaded zeroize_derive v1.4.2 |
979 | 2024-02-21T00:21:47.623Z | Downloaded num_enum v0.5.11 |
980 | 2024-02-21T00:21:47.623Z | Downloaded downcast v0.11.0 |
981 | 2024-02-21T00:21:47.623Z | Downloaded globset v0.4.13 |
982 | 2024-02-21T00:21:47.623Z | Downloaded structopt v0.3.26 |
983 | 2024-02-21T00:21:47.623Z | Downloaded enum-as-inner v0.5.1 |
984 | 2024-02-21T00:21:48.051Z | Downloaded libloading v0.7.4 |
985 | 2024-02-21T00:21:48.051Z | Downloaded toolchain_find v0.2.0 |
986 | 2024-02-21T00:21:48.051Z | Downloaded serde-hex v0.1.0 |
987 | 2024-02-21T00:21:48.051Z | Downloaded serde-big-array v0.4.1 |
988 | 2024-02-21T00:21:48.051Z | Downloaded plotters-svg v0.3.5 |
989 | 2024-02-21T00:21:48.052Z | Downloaded embedded-io v0.4.0 |
990 | 2024-02-21T00:21:48.052Z | Downloaded test-strategy v0.3.1 |
991 | 2024-02-21T00:21:48.052Z | Downloaded slog-json v2.6.1 |
992 | 2024-02-21T00:21:48.052Z | Downloaded platforms v3.0.2 |
993 | 2024-02-21T00:21:48.052Z | Downloaded plain v0.2.3 |
994 | 2024-02-21T00:21:48.052Z | Downloaded log v0.4.20 |
995 | 2024-02-21T00:21:48.053Z | Downloaded guppy-workspace-hack v0.1.0 |
996 | 2024-02-21T00:21:48.053Z | Downloaded tower-layer v0.3.2 |
997 | 2024-02-21T00:21:48.053Z | Downloaded textwrap v0.11.0 |
998 | 2024-02-21T00:21:48.053Z | Downloaded pathdiff v0.2.1 |
999 | 2024-02-21T00:21:48.053Z | Downloaded version_check v0.9.4 |
1000 | 2024-02-21T00:21:48.053Z | Downloaded termios v0.3.3 |
1001 | 2024-02-21T00:21:48.054Z | Downloaded zone v0.3.0 |
1002 | 2024-02-21T00:21:48.054Z | Downloaded siphasher v0.3.11 |
1003 | 2024-02-21T00:21:48.054Z | Downloaded fallible-iterator v0.2.0 |
1004 | 2024-02-21T00:21:48.054Z | Downloaded omicron-zone-package v0.11.0 |
1005 | 2024-02-21T00:21:48.054Z | Downloaded similar v2.3.0 |
1006 | 2024-02-21T00:21:48.054Z | Downloaded sec1 v0.7.3 |
1007 | 2024-02-21T00:21:48.054Z | Downloaded smallvec v0.6.14 |
1008 | 2024-02-21T00:21:48.054Z | Downloaded parse-display v0.9.0 |
1009 | 2024-02-21T00:21:48.054Z | Downloaded proc-macro-error v1.0.4 |
1010 | 2024-02-21T00:21:48.054Z | Downloaded scroll_derive v0.12.0 |
1011 | 2024-02-21T00:21:48.054Z | Downloaded rustls-pemfile v1.0.3 |
1012 | 2024-02-21T00:21:48.054Z | Downloaded flume v0.11.0 |
1013 | 2024-02-21T00:21:48.055Z | Downloaded dirs-sys-next v0.1.2 |
1014 | 2024-02-21T00:21:48.055Z | Downloaded pin-utils v0.1.0 |
1015 | 2024-02-21T00:21:48.055Z | Downloaded postgres-types v0.2.6 |
1016 | 2024-02-21T00:21:48.055Z | Downloaded postgres-protocol v0.6.6 |
1017 | 2024-02-21T00:21:48.055Z | Downloaded subprocess v0.2.9 |
1018 | 2024-02-21T00:21:48.055Z | Downloaded swrite v0.1.0 |
1019 | 2024-02-21T00:21:48.055Z | Downloaded usdt-macro v0.5.0 |
1020 | 2024-02-21T00:21:48.055Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1021 | 2024-02-21T00:21:48.055Z | Downloaded vte_generate_state_changes v0.1.1 |
1022 | 2024-02-21T00:21:48.055Z | Downloaded matches v0.1.10 |
1023 | 2024-02-21T00:21:48.055Z | Downloaded blake3 v1.5.0 |
1024 | 2024-02-21T00:21:48.055Z | Downloaded foreign-types-shared v0.3.1 |
1025 | 2024-02-21T00:21:48.055Z | Downloaded slog-scope v4.4.0 |
1026 | 2024-02-21T00:21:48.055Z | Downloaded num_cpus v1.16.0 |
1027 | 2024-02-21T00:21:48.055Z | Downloaded derive_builder_core v0.12.0 |
1028 | 2024-02-21T00:21:48.055Z | Downloaded strum v0.25.0 |
1029 | 2024-02-21T00:21:48.055Z | Downloaded unicode-xid v0.2.4 |
1030 | 2024-02-21T00:21:48.055Z | Downloaded oso v0.27.0 |
1031 | 2024-02-21T00:21:48.055Z | Downloaded fxhash v0.2.1 |
1032 | 2024-02-21T00:21:48.056Z | Downloaded funty v2.0.0 |
1033 | 2024-02-21T00:21:48.056Z | Downloaded zeroize v1.7.0 |
1034 | 2024-02-21T00:21:48.056Z | Downloaded rayon-core v1.12.0 |
1035 | 2024-02-21T00:21:48.056Z | Downloaded term v0.7.0 |
1036 | 2024-02-21T00:21:48.056Z | Downloaded usdt-macro v0.3.5 |
1037 | 2024-02-21T00:21:48.056Z | Downloaded smf v0.2.2 |
1038 | 2024-02-21T00:21:48.056Z | Downloaded form_urlencoded v1.2.1 |
1039 | 2024-02-21T00:21:48.056Z | Downloaded ff v0.13.0 |
1040 | 2024-02-21T00:21:48.056Z | Downloaded tungstenite v0.20.1 |
1041 | 2024-02-21T00:21:48.056Z | Downloaded unicode-width v0.1.11 |
1042 | 2024-02-21T00:21:48.056Z | Downloaded remove_dir_all v0.5.3 |
1043 | 2024-02-21T00:21:48.056Z | Downloaded quick-error v1.2.3 |
1044 | 2024-02-21T00:21:48.056Z | Downloaded oorandom v11.1.3 |
1045 | 2024-02-21T00:21:48.056Z | Downloaded tar v0.4.40 |
1046 | 2024-02-21T00:21:48.056Z | Downloaded sqlparser_derive v0.2.2 |
1047 | 2024-02-21T00:21:48.056Z | Downloaded toml v0.5.11 |
1048 | 2024-02-21T00:21:48.056Z | Downloaded pem v3.0.2 |
1049 | 2024-02-21T00:21:48.056Z | Downloaded whoami v1.4.1 |
1050 | 2024-02-21T00:21:48.056Z | Downloaded ucd-trie v0.1.6 |
1051 | 2024-02-21T00:21:48.056Z | Downloaded endian-type v0.1.2 |
1052 | 2024-02-21T00:21:48.056Z | Downloaded derive-where v1.2.7 |
1053 | 2024-02-21T00:21:48.057Z | Downloaded foreign-types v0.3.2 |
1054 | 2024-02-21T00:21:48.057Z | Downloaded usdt-attr-macro v0.5.0 |
1055 | 2024-02-21T00:21:48.057Z | Downloaded parking_lot v0.12.1 |
1056 | 2024-02-21T00:21:48.057Z | Downloaded unarray v0.1.4 |
1057 | 2024-02-21T00:21:48.057Z | Downloaded same-file v1.0.6 |
1058 | 2024-02-21T00:21:48.057Z | Downloaded heapless v0.7.16 |
1059 | 2024-02-21T00:21:48.057Z | Downloaded rust-argon2 v1.0.1 |
1060 | 2024-02-21T00:21:48.057Z | Downloaded predicates-tree v1.0.9 |
1061 | 2024-02-21T00:21:48.057Z | Downloaded predicates-core v1.0.6 |
1062 | 2024-02-21T00:21:48.057Z | Downloaded rpassword v7.3.1 |
1063 | 2024-02-21T00:21:48.057Z | Downloaded xattr v1.0.1 |
1064 | 2024-02-21T00:21:48.057Z | Downloaded parse-size v1.0.0 |
1065 | 2024-02-21T00:21:48.057Z | Downloaded owo-colors v4.0.0 |
1066 | 2024-02-21T00:21:48.057Z | Downloaded strum_macros v0.26.1 |
1067 | 2024-02-21T00:21:48.057Z | Downloaded usdt-impl v0.3.5 |
1068 | 2024-02-21T00:21:48.057Z | Downloaded structmeta-derive v0.2.0 |
1069 | 2024-02-21T00:21:48.057Z | Downloaded fd-lock v4.0.2 |
1070 | 2024-02-21T00:21:48.057Z | Downloaded utf-8 v0.7.6 |
1071 | 2024-02-21T00:21:48.057Z | Downloaded num_threads v0.1.6 |
1072 | 2024-02-21T00:21:48.057Z | Downloaded getopts v0.2.21 |
1073 | 2024-02-21T00:21:48.057Z | Downloaded serde_with v3.6.1 |
1074 | 2024-02-21T00:21:48.058Z | Downloaded openssl-probe v0.1.5 |
1075 | 2024-02-21T00:21:48.058Z | Downloaded either v1.10.0 |
1076 | 2024-02-21T00:21:48.058Z | Downloaded dirs-next v2.0.0 |
1077 | 2024-02-21T00:21:48.058Z | Downloaded itertools v0.12.1 |
1078 | 2024-02-21T00:21:48.058Z | Downloaded foreign-types-shared v0.1.1 |
1079 | 2024-02-21T00:21:48.058Z | Downloaded oso-derive v0.27.0 |
1080 | 2024-02-21T00:21:48.058Z | Downloaded waitgroup v0.1.2 |
1081 | 2024-02-21T00:21:48.058Z | Downloaded termcolor v1.2.0 |
1082 | 2024-02-21T00:21:48.058Z | Downloaded secrecy v0.8.0 |
1083 | 2024-02-21T00:21:48.058Z | Downloaded strum_macros v0.25.2 |
1084 | 2024-02-21T00:21:48.068Z | Downloaded strum_macros v0.24.3 |
1085 | 2024-02-21T00:21:48.068Z | Downloaded num_enum_derive v0.5.11 |
1086 | 2024-02-21T00:21:48.068Z | Downloaded tiny-keccak v2.0.2 |
1087 | 2024-02-21T00:21:48.068Z | Downloaded display-error-chain v0.2.0 |
1088 | 2024-02-21T00:21:48.068Z | Downloaded fnv v1.0.7 |
1089 | 2024-02-21T00:21:48.068Z | Downloaded pin-project v1.1.3 |
1090 | 2024-02-21T00:21:48.069Z | Downloaded tinyvec_macros v0.1.1 |
1091 | 2024-02-21T00:21:48.069Z | Downloaded glob v0.3.1 |
1092 | 2024-02-21T00:21:48.069Z | Downloaded slog-bunyan v2.5.0 |
1093 | 2024-02-21T00:21:48.069Z | Downloaded pretty-hex v0.2.1 |
1094 | 2024-02-21T00:21:48.069Z | Downloaded memoffset v0.7.1 |
1095 | 2024-02-21T00:21:48.069Z | Downloaded memmap2 v0.7.1 |
1096 | 2024-02-21T00:21:48.069Z | Downloaded slab v0.4.9 |
1097 | 2024-02-21T00:21:48.069Z | Downloaded tokio-postgres v0.7.10 |
1098 | 2024-02-21T00:21:48.069Z | Downloaded env_logger v0.10.0 |
1099 | 2024-02-21T00:21:48.069Z | Downloaded group v0.13.0 |
1100 | 2024-02-21T00:21:48.070Z | Downloaded mime_guess v2.0.4 |
1101 | 2024-02-21T00:21:48.070Z | Downloaded thiserror-impl-no-std v2.0.2 |
1102 | 2024-02-21T00:21:48.070Z | Downloaded wait-timeout v0.2.0 |
1103 | 2024-02-21T00:21:48.070Z | Downloaded rand_chacha v0.3.1 |
1104 | 2024-02-21T00:21:48.070Z | Downloaded openssl-sys v0.9.96 |
1105 | 2024-02-21T00:21:48.070Z | Downloaded futures-executor v0.3.30 |
1106 | 2024-02-21T00:21:48.070Z | Downloaded structmeta v0.2.0 |
1107 | 2024-02-21T00:21:48.070Z | Downloaded derive_builder v0.12.0 |
1108 | 2024-02-21T00:21:48.070Z | Downloaded pest v2.7.6 |
1109 | 2024-02-21T00:21:48.071Z | Downloaded defmt-macros v0.3.6 |
1110 | 2024-02-21T00:21:48.071Z | Downloaded spki v0.7.2 |
1111 | 2024-02-21T00:21:48.071Z | Downloaded thiserror-no-std v2.0.2 |
1112 | 2024-02-21T00:21:48.071Z | Downloaded phf v0.11.2 |
1113 | 2024-02-21T00:21:48.071Z | Downloaded tokio-macros v2.2.0 |
1114 | 2024-02-21T00:21:48.071Z | Downloaded unicode-bidi v0.3.13 |
1115 | 2024-02-21T00:21:48.071Z | Downloaded flate2 v1.0.28 |
1116 | 2024-02-21T00:21:48.071Z | Downloaded tinytemplate v1.2.1 |
1117 | 2024-02-21T00:21:48.072Z | Downloaded futures-channel v0.3.30 |
1118 | 2024-02-21T00:21:48.072Z | Downloaded darling v0.14.4 |
1119 | 2024-02-21T00:21:48.072Z | Downloaded tokio-rustls v0.24.1 |
1120 | 2024-02-21T00:21:48.072Z | Downloaded unsafe-libyaml v0.2.10 |
1121 | 2024-02-21T00:21:48.072Z | Downloaded memmap v0.7.0 |
1122 | 2024-02-21T00:21:48.072Z | Downloaded tracing-attributes v0.1.26 |
1123 | 2024-02-21T00:21:48.072Z | Downloaded unicode-segmentation v1.10.1 |
1124 | 2024-02-21T00:21:48.073Z | Downloaded rustc-demangle v0.1.23 |
1125 | 2024-02-21T00:21:48.073Z | Downloaded parking_lot_core v0.9.8 |
1126 | 2024-02-21T00:21:48.073Z | Downloaded elliptic-curve v0.13.8 |
1127 | 2024-02-21T00:21:48.073Z | Downloaded serde_with_macros v3.6.1 |
1128 | 2024-02-21T00:21:48.073Z | Downloaded futures v0.3.30 |
1129 | 2024-02-21T00:21:48.073Z | Downloaded toml_edit v0.19.15 |
1130 | 2024-02-21T00:21:48.073Z | Downloaded num-traits v0.2.16 |
1131 | 2024-02-21T00:21:48.073Z | Downloaded toml v0.7.8 |
1132 | 2024-02-21T00:21:48.074Z | Downloaded textwrap v0.16.1 |
1133 | 2024-02-21T00:21:48.074Z | Downloaded zerocopy v0.7.32 |
1134 | 2024-02-21T00:21:48.074Z | Downloaded tinyvec v1.6.0 |
1135 | 2024-02-21T00:21:48.074Z | Downloaded pretty_assertions v1.4.0 |
1136 | 2024-02-21T00:21:48.075Z | Downloaded schemars v0.8.16 |
1137 | 2024-02-21T00:21:48.075Z | Downloaded headers v0.3.9 |
1138 | 2024-02-21T00:21:48.075Z | Downloaded half v2.3.1 |
1139 | 2024-02-21T00:21:48.075Z | Downloaded sqlparser v0.43.1 |
1140 | 2024-02-21T00:21:48.075Z | Downloaded hashbrown v0.12.3 |
1141 | 2024-02-21T00:21:48.075Z | Downloaded typed-path v0.7.0 |
1142 | 2024-02-21T00:21:48.076Z | Downloaded rayon v1.8.0 |
1143 | 2024-02-21T00:21:48.076Z | Downloaded url v2.5.0 |
1144 | 2024-02-21T00:21:48.076Z | Downloaded regex-automata v0.1.10 |
1145 | 2024-02-21T00:21:48.076Z | Downloaded portable-atomic v1.4.3 |
1146 | 2024-02-21T00:21:48.077Z | Downloaded lalrpop v0.19.12 |
1147 | 2024-02-21T00:21:48.077Z | Downloaded idna v0.5.0 |
1148 | 2024-02-21T00:21:48.077Z | Downloaded vcpkg v0.2.15 |
1149 | 2024-02-21T00:21:48.077Z | Downloaded rustyline v13.0.0 |
1150 | 2024-02-21T00:21:48.078Z | Downloaded reedline v0.29.0 |
1151 | 2024-02-21T00:21:48.078Z | Downloaded rustls v0.21.9 |
1152 | 2024-02-21T00:21:48.078Z | Downloaded proptest v1.4.0 |
1153 | 2024-02-21T00:21:48.078Z | Downloaded regex-syntax v0.6.29 |
1154 | 2024-02-21T00:21:48.078Z | Downloaded gimli v0.28.0 |
1155 | 2024-02-21T00:21:48.078Z | Downloaded regex v1.10.3 |
1156 | 2024-02-21T00:21:48.078Z | Downloaded trust-dns-proto v0.22.0 |
1157 | 2024-02-21T00:21:48.079Z | Downloaded regex-syntax v0.8.2 |
1158 | 2024-02-21T00:21:48.079Z | Downloaded goblin v0.8.0 |
1159 | 2024-02-21T00:21:48.080Z | Downloaded winnow v0.5.15 |
1160 | 2024-02-21T00:21:48.080Z | Downloaded regex-automata v0.4.4 |
1161 | 2024-02-21T00:21:48.080Z | Downloaded tokio v1.36.0 |
1162 | 2024-02-21T00:21:48.080Z | Downloaded radix_trie v0.2.1 |
1163 | 2024-02-21T00:21:48.081Z | Downloaded rustls v0.22.2 |
1164 | 2024-02-21T00:21:48.081Z | Downloaded openssl v0.10.60 |
1165 | 2024-02-21T00:21:48.081Z | Downloaded polar-core v0.27.0 |
1166 | 2024-02-21T00:21:48.081Z | Downloaded object v0.32.1 |
1167 | 2024-02-21T00:21:48.081Z | Downloaded webpki-roots v0.25.2 |
1168 | 2024-02-21T00:21:48.082Z | Downloaded futures-util v0.3.30 |
1169 | 2024-02-21T00:21:48.082Z | Downloaded smoltcp v0.9.1 |
1170 | 2024-02-21T00:21:48.082Z | Downloaded diesel v2.1.4 |
1171 | 2024-02-21T00:21:48.082Z | Downloaded h2 v0.3.24 |
1172 | 2024-02-21T00:21:48.082Z | Downloaded smoltcp v0.11.0 |
1173 | 2024-02-21T00:21:48.082Z | Downloaded curve25519-dalek v4.1.1 |
1174 | 2024-02-21T00:21:48.082Z | Downloaded syn v1.0.109 |
1175 | 2024-02-21T00:21:48.083Z | Downloaded nix v0.27.1 |
1176 | 2024-02-21T00:21:48.083Z | Downloaded openapiv3 v2.0.0 |
1177 | 2024-02-21T00:21:48.083Z | Downloaded tabled v0.15.0 |
1178 | 2024-02-21T00:21:48.083Z | Downloaded ratatui v0.26.1 |
1179 | 2024-02-21T00:21:48.083Z | Downloaded zerocopy-derive v0.6.4 |
1180 | 2024-02-21T00:21:48.083Z | Downloaded zerocopy-derive v0.2.0 |
1181 | 2024-02-21T00:21:48.083Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1182 | 2024-02-21T00:21:48.084Z | Downloaded regex-automata v0.3.8 |
1183 | 2024-02-21T00:21:48.084Z | Downloaded sled v0.34.7 |
1184 | 2024-02-21T00:21:48.514Z | Downloaded reqwest v0.11.22 |
1185 | 2024-02-21T00:21:48.514Z | Downloaded quick-xml v0.30.0 |
1186 | 2024-02-21T00:21:48.514Z | Downloaded object v0.30.4 |
1187 | 2024-02-21T00:21:48.514Z | Downloaded regress v0.8.0 |
1188 | 2024-02-21T00:21:48.514Z | Downloaded sha3 v0.10.8 |
1189 | 2024-02-21T00:21:48.514Z | Downloaded csv v1.3.0 |
1190 | 2024-02-21T00:21:48.514Z | Downloaded idna v0.2.3 |
1191 | 2024-02-21T00:21:48.514Z | Downloaded bstr v0.2.17 |
1192 | 2024-02-21T00:21:48.515Z | Downloaded plotters v0.3.5 |
1193 | 2024-02-21T00:21:48.515Z | Downloaded bindgen v0.69.2 |
1194 | 2024-02-21T00:21:48.515Z | Downloaded trust-dns-server v0.22.1 |
1195 | 2024-02-21T00:21:48.515Z | Downloaded petgraph v0.6.4 |
1196 | 2024-02-21T00:21:48.515Z | Downloaded hyper v0.14.27 |
1197 | 2024-02-21T00:21:48.515Z | Downloaded chrono v0.4.31 |
1198 | 2024-02-21T00:21:48.515Z | Downloaded time v0.3.27 |
1199 | 2024-02-21T00:21:48.515Z | Downloaded guppy v0.17.5 |
1200 | 2024-02-21T00:21:48.515Z | Downloaded rustls-webpki v0.101.7 |
1201 | 2024-02-21T00:21:48.515Z | Downloaded encoding_rs v0.8.33 |
1202 | 2024-02-21T00:21:48.515Z | Downloaded rustls-webpki v0.102.1 |
1203 | 2024-02-21T00:21:48.516Z | Downloaded uuid v1.7.0 |
1204 | 2024-02-21T00:21:48.516Z | Downloaded salty v0.2.0 |
1205 | 2024-02-21T00:21:48.516Z | Downloaded serde_yaml v0.9.25 |
1206 | 2024-02-21T00:21:48.516Z | Downloaded snafu v0.7.5 |
1207 | 2024-02-21T00:21:48.516Z | Downloaded ron v0.8.1 |
1208 | 2024-02-21T00:21:48.516Z | Downloaded libm v0.2.7 |
1209 | 2024-02-21T00:21:48.516Z | Downloaded unicode-normalization v0.1.22 |
1210 | 2024-02-21T00:21:48.516Z | Downloaded clap v2.34.0 |
1211 | 2024-02-21T00:21:48.516Z | Downloaded trust-dns-client v0.22.0 |
1212 | 2024-02-21T00:21:48.516Z | Downloaded sqlformat v0.2.3 |
1213 | 2024-02-21T00:21:48.517Z | Downloaded strsim v0.10.0 |
1214 | 2024-02-21T00:21:48.517Z | Downloaded pest_generator v2.7.6 |
1215 | 2024-02-21T00:21:48.517Z | Downloaded usdt-impl v0.5.0 |
1216 | 2024-02-21T00:21:48.517Z | Downloaded aho-corasick v1.0.4 |
1217 | 2024-02-21T00:21:48.949Z | Downloaded sha1 v0.10.6 |
1218 | 2024-02-21T00:21:48.949Z | Downloaded proc-macro-crate v1.3.1 |
1219 | 2024-02-21T00:21:48.949Z | Downloaded diff v0.1.13 |
1220 | 2024-02-21T00:21:48.950Z | Downloaded time-macros v0.2.13 |
1221 | 2024-02-21T00:21:48.950Z | Downloaded unicode_categories v0.1.1 |
1222 | 2024-02-21T00:21:48.950Z | Downloaded papergrid v0.11.0 |
1223 | 2024-02-21T00:21:48.950Z | Downloaded tracing v0.1.37 |
1224 | 2024-02-21T00:21:48.950Z | Downloaded fs-err v2.11.0 |
1225 | 2024-02-21T00:21:48.950Z | Downloaded resolv-conf v0.7.0 |
1226 | 2024-02-21T00:21:48.951Z | Downloaded pin-project-lite v0.2.13 |
1227 | 2024-02-21T00:21:48.951Z | Downloaded rand v0.4.6 |
1228 | 2024-02-21T00:21:48.951Z | Downloaded fragile v2.0.0 |
1229 | 2024-02-21T00:21:48.951Z | Downloaded once_cell v1.19.0 |
1230 | 2024-02-21T00:21:48.951Z | Downloaded rustls-pemfile v2.1.0 |
1231 | 2024-02-21T00:21:48.951Z | Downloaded rstest v0.18.2 |
1232 | 2024-02-21T00:21:48.951Z | Downloaded rand v0.8.5 |
1233 | 2024-02-21T00:21:48.951Z | Downloaded minimal-lexical v0.2.1 |
1234 | 2024-02-21T00:21:48.951Z | Downloaded tough v0.16.0 |
1235 | 2024-02-21T00:21:48.951Z | Downloaded steno v0.4.0 |
1236 | 2024-02-21T00:21:48.952Z | Downloaded der_derive v0.7.2 |
1237 | 2024-02-21T00:21:48.952Z | Downloaded sct v0.7.0 |
1238 | 2024-02-21T00:21:48.952Z | Downloaded trust-dns-resolver v0.22.0 |
1239 | 2024-02-21T00:21:48.952Z | Downloaded openssl-macros v0.1.1 |
1240 | 2024-02-21T00:21:48.952Z | Downloaded pkcs8 v0.10.2 |
1241 | 2024-02-21T00:21:48.952Z | Downloaded ref-cast-impl v1.0.20 |
1242 | 2024-02-21T00:21:48.952Z | Downloaded ref-cast v1.0.20 |
1243 | 2024-02-21T00:21:48.952Z | Downloaded password-hash v0.5.0 |
1244 | 2024-02-21T00:21:48.952Z | Downloaded partial-io v0.5.4 |
1245 | 2024-02-21T00:21:48.952Z | Downloaded bstr v1.6.0 |
1246 | 2024-02-21T00:21:48.953Z | Downloaded getrandom v0.2.10 |
1247 | 2024-02-21T00:21:48.953Z | Downloaded tokio-util v0.7.10 |
1248 | 2024-02-21T00:21:48.953Z | Downloaded ena v0.14.2 |
1249 | 2024-02-21T00:21:48.953Z | Downloaded postcard v1.0.8 |
1250 | 2024-02-21T00:21:48.953Z | Downloaded typenum v1.16.0 |
1251 | 2024-02-21T00:21:48.953Z | Downloaded prettyplease v0.2.16 |
1252 | 2024-02-21T00:21:48.953Z | Downloaded zerocopy v0.6.4 |
1253 | 2024-02-21T00:21:48.953Z | Downloaded num-bigint-dig v0.8.4 |
1254 | 2024-02-21T00:21:48.953Z | Downloaded nom v7.1.3 |
1255 | 2024-02-21T00:21:48.954Z | Downloaded crossterm v0.27.0 |
1256 | 2024-02-21T00:21:48.954Z | Downloaded x509-cert v0.2.4 |
1257 | 2024-02-21T00:21:48.954Z | Downloaded rusty-fork v0.3.0 |
1258 | 2024-02-21T00:21:48.954Z | Downloaded darling_core v0.14.4 |
1259 | 2024-02-21T00:21:48.954Z | Downloaded nodrop v0.1.14 |
1260 | 2024-02-21T00:21:48.954Z | Downloaded tap v1.0.1 |
1261 | 2024-02-21T00:21:48.954Z | Downloaded tui-tree-widget v0.17.0 |
1262 | 2024-02-21T00:21:48.954Z | Downloaded zip v0.6.6 |
1263 | 2024-02-21T00:21:48.954Z | Downloaded darling_core v0.20.3 |
1264 | 2024-02-21T00:21:48.955Z | Downloaded itertools v0.10.5 |
1265 | 2024-02-21T00:21:48.955Z | Downloaded hashbrown v0.13.2 |
1266 | 2024-02-21T00:21:48.955Z | Downloaded static_assertions v1.1.0 |
1267 | 2024-02-21T00:21:48.955Z | Downloaded rustc-hash v1.1.0 |
1268 | 2024-02-21T00:21:48.955Z | Downloaded serde_tokenstream v0.2.0 |
1269 | 2024-02-21T00:21:48.955Z | Downloaded pkcs1 v0.7.5 |
1270 | 2024-02-21T00:21:48.955Z | Downloaded libxml v0.3.3 |
1271 | 2024-02-21T00:21:48.955Z | Downloaded rustc_version v0.1.7 |
1272 | 2024-02-21T00:21:48.955Z | Downloaded slog v2.7.0 |
1273 | 2024-02-21T00:21:48.956Z | Downloaded rsa v0.9.2 |
1274 | 2024-02-21T00:21:48.956Z | Downloaded expectorate v1.1.0 |
1275 | 2024-02-21T00:21:48.956Z | Downloaded schemars_derive v0.8.16 |
1276 | 2024-02-21T00:21:48.956Z | Downloaded slog-async v2.8.0 |
1277 | 2024-02-21T00:21:48.956Z | Downloaded der v0.7.8 |
1278 | 2024-02-21T00:21:48.956Z | Downloaded stringprep v0.1.3 |
1279 | 2024-02-21T00:21:48.956Z | Downloaded tower v0.4.13 |
1280 | 2024-02-21T00:21:48.956Z | Downloaded yansi v0.5.1 |
1281 | 2024-02-21T00:21:48.957Z | Downloaded fatfs v0.3.6 |
1282 | 2024-02-21T00:21:48.957Z | Downloaded foreign-types-macros v0.2.3 |
1283 | 2024-02-21T00:21:48.957Z | Downloaded walkdir v2.4.0 |
1284 | 2024-02-21T00:21:48.957Z | Downloaded fd-lock v3.0.13 |
1285 | 2024-02-21T00:21:48.957Z | Downloaded ring v0.17.8 |
1286 | 2024-02-21T00:21:48.957Z | Downloaded unicase v2.7.0 |
1287 | 2024-02-21T00:21:48.957Z | Downloaded target-lexicon v0.12.13 |
1288 | 2024-02-21T00:21:48.957Z | Downloaded darling v0.20.3 |
1289 | 2024-02-21T00:21:48.958Z | Downloaded tokio-tungstenite v0.20.1 |
1290 | 2024-02-21T00:21:48.958Z | Downloaded tokio-native-tls v0.3.1 |
1291 | 2024-02-21T00:21:48.958Z | Downloaded diesel_derives v2.1.2 |
1292 | 2024-02-21T00:21:48.958Z | Downloaded poly1305 v0.8.0 |
1293 | 2024-02-21T00:21:48.958Z | Downloaded yasna v0.5.2 |
1294 | 2024-02-21T00:21:48.958Z | Downloaded vte v0.11.1 |
1295 | 2024-02-21T00:21:48.958Z | Downloaded ed25519 v1.5.3 |
1296 | 2024-02-21T00:21:48.958Z | Downloaded heapless v0.8.0 |
1297 | 2024-02-21T00:21:48.959Z | Downloaded criterion v0.5.1 |
1298 | 2024-02-21T00:21:48.959Z | Downloaded slog-dtrace v0.3.0 |
1299 | 2024-02-21T00:21:48.959Z | Downloaded pin-project-internal v1.1.3 |
1300 | 2024-02-21T00:21:48.959Z | Downloaded vsss-rs v3.3.4 |
1301 | 2024-02-21T00:21:48.959Z | Downloaded ring v0.16.20 |
1302 | 2024-02-21T00:21:48.967Z | Downloaded parse-display-derive v0.9.0 |
1303 | 2024-02-21T00:21:48.967Z | Downloaded mio v0.8.9 |
1304 | 2024-02-21T00:21:48.967Z | Downloaded similar-asserts v1.5.0 |
1305 | 2024-02-21T00:21:48.968Z | Downloaded string_cache v0.8.7 |
1306 | 2024-02-21T00:21:48.968Z | Downloaded rcgen v0.12.1 |
1307 | 2024-02-21T00:21:48.968Z | Downloaded tracing-core v0.1.31 |
1308 | 2024-02-21T00:21:48.968Z | Downloaded spin v0.9.8 |
1309 | 2024-02-21T00:21:48.968Z | Downloaded debug-ignore v1.0.5 |
1310 | 2024-02-21T00:21:48.968Z | Downloaded semver-parser v0.10.2 |
1311 | 2024-02-21T00:21:48.968Z | Downloaded num-bigint v0.4.4 |
1312 | 2024-02-21T00:21:48.968Z | Downloaded hyper v1.1.0 |
1313 | 2024-02-21T00:21:48.968Z | Downloaded dyn-clone v1.0.16 |
1314 | 2024-02-21T00:21:48.968Z | Downloaded spin v0.5.2 |
1315 | 2024-02-21T00:21:48.969Z | Downloaded phf_shared v0.11.2 |
1316 | 2024-02-21T00:21:48.969Z | Downloaded paste v1.0.14 |
1317 | 2024-02-21T00:21:48.969Z | Downloaded datatest-stable v0.2.3 |
1318 | 2024-02-21T00:21:48.969Z | Downloaded data-encoding v2.4.0 |
1319 | 2024-02-21T00:21:48.969Z | Downloaded signature v2.1.0 |
1320 | 2024-02-21T00:21:48.969Z | Downloaded plotters-backend v0.3.5 |
1321 | 2024-02-21T00:21:48.969Z | Downloaded fastrand v2.0.1 |
1322 | 2024-02-21T00:21:48.969Z | Downloaded sha2 v0.10.8 |
1323 | 2024-02-21T00:21:48.969Z | Downloaded trybuild v1.0.89 |
1324 | 2024-02-21T00:21:48.970Z | Downloaded pest_meta v2.7.6 |
1325 | 2024-02-21T00:21:48.970Z | Downloaded parking_lot_core v0.8.6 |
1326 | 2024-02-21T00:21:48.970Z | Downloaded strum v0.26.1 |
1327 | 2024-02-21T00:21:48.970Z | Downloaded pem-rfc7468 v0.7.0 |
1328 | 2024-02-21T00:21:48.970Z | Downloaded generic-array v0.14.7 |
1329 | 2024-02-21T00:21:48.970Z | Downloaded tokio-stream v0.1.14 |
1330 | 2024-02-21T00:21:48.970Z | Downloaded rstest_macros v0.18.2 |
1331 | 2024-02-21T00:21:48.970Z | Downloaded packed_struct v0.10.1 |
1332 | 2024-02-21T00:21:48.970Z | Downloaded futures-sink v0.3.30 |
1333 | 2024-02-21T00:21:48.970Z | Downloaded futures-task v0.3.30 |
1334 | 2024-02-21T00:21:48.970Z | Downloaded keccak v0.1.4 |
1335 | 2024-02-21T00:21:48.970Z | Downloaded crypto-bigint v0.5.2 |
1336 | 2024-02-21T00:21:48.971Z | Downloaded cfg-expr v0.15.6 |
1337 | 2024-02-21T00:21:48.971Z | Downloaded socket2 v0.4.9 |
1338 | 2024-02-21T00:21:48.971Z | Downloaded synstructure v0.12.6 |
1339 | 2024-02-21T00:21:48.971Z | Downloaded ipnetwork v0.20.0 |
1340 | 2024-02-21T00:21:48.971Z | Downloaded untrusted v0.7.1 |
1341 | 2024-02-21T00:21:48.971Z | Downloaded cookie v0.18.0 |
1342 | 2024-02-21T00:21:48.971Z | Downloaded smallvec v1.13.1 |
1343 | 2024-02-21T00:21:48.971Z | Downloaded signal-hook v0.3.17 |
1344 | 2024-02-21T00:21:48.971Z | Downloaded cc v1.0.83 |
1345 | 2024-02-21T00:21:48.971Z | Downloaded hash32 v0.3.1 |
1346 | 2024-02-21T00:21:48.971Z | Downloaded hash32 v0.2.1 |
1347 | 2024-02-21T00:21:48.972Z | Downloaded futures-macro v0.3.30 |
1348 | 2024-02-21T00:21:48.972Z | Downloaded ppv-lite86 v0.2.17 |
1349 | 2024-02-21T00:21:48.972Z | Downloaded heck v0.3.3 |
1350 | 2024-02-21T00:21:48.972Z | Downloaded defmt v0.3.5 |
1351 | 2024-02-21T00:21:48.972Z | Downloaded serde_derive_internals v0.26.0 |
1352 | 2024-02-21T00:21:48.972Z | Downloaded crc-any v2.4.3 |
1353 | 2024-02-21T00:21:48.972Z | Downloaded phf_shared v0.10.0 |
1354 | 2024-02-21T00:21:48.972Z | Downloaded futures-io v0.3.30 |
1355 | 2024-02-21T00:21:48.972Z | Downloaded addr2line v0.21.0 |
1356 | 2024-02-21T00:21:48.972Z | Downloaded arc-swap v1.6.0 |
1357 | 2024-02-21T00:21:48.973Z | Downloaded unicode-linebreak v0.1.5 |
1358 | 2024-02-21T00:21:48.973Z | Downloaded universal-hash v0.5.1 |
1359 | 2024-02-21T00:21:48.973Z | Downloaded allocator-api2 v0.2.16 |
1360 | 2024-02-21T00:21:48.973Z | Downloaded chacha20poly1305 v0.10.1 |
1361 | 2024-02-21T00:21:48.973Z | Downloaded crossbeam-utils v0.8.16 |
1362 | 2024-02-21T00:21:48.973Z | Downloaded thread_local v1.1.7 |
1363 | 2024-02-21T00:21:48.973Z | Downloaded serde_tokenstream v0.1.7 |
1364 | 2024-02-21T00:21:48.973Z | Downloaded r2d2 v0.8.10 |
1365 | 2024-02-21T00:21:48.973Z | Downloaded hex v0.4.3 |
1366 | 2024-02-21T00:21:48.974Z | Downloaded wyz v0.5.1 |
1367 | 2024-02-21T00:21:48.974Z | Downloaded pretty-hex v0.4.1 |
1368 | 2024-02-21T00:21:48.974Z | Downloaded number_prefix v0.4.0 |
1369 | 2024-02-21T00:21:48.974Z | Downloaded dof v0.1.5 |
1370 | 2024-02-21T00:21:48.974Z | Downloaded cancel-safe-futures v0.1.5 |
1371 | 2024-02-21T00:21:48.974Z | Downloaded snafu-derive v0.7.5 |
1372 | 2024-02-21T00:21:48.974Z | Downloaded compact_str v0.7.1 |
1373 | 2024-02-21T00:21:48.974Z | Downloaded signal-hook-registry v1.4.1 |
1374 | 2024-02-21T00:21:48.974Z | Downloaded serde_path_to_error v0.1.15 |
1375 | 2024-02-21T00:21:48.975Z | Downloaded nanorand v0.7.0 |
1376 | 2024-02-21T00:21:48.975Z | Downloaded crc32fast v1.3.2 |
1377 | 2024-02-21T00:21:48.975Z | Downloaded csv-core v0.1.11 |
1378 | 2024-02-21T00:21:48.975Z | Downloaded structmeta v0.3.0 |
1379 | 2024-02-21T00:21:48.975Z | Downloaded structmeta-derive v0.3.0 |
1380 | 2024-02-21T00:21:48.975Z | Downloaded precomputed-hash v0.1.1 |
1381 | 2024-02-21T00:21:48.975Z | Downloaded relative-path v1.9.0 |
1382 | 2024-02-21T00:21:48.975Z | Downloaded tower-service v0.3.2 |
1383 | 2024-02-21T00:21:48.975Z | Downloaded dtrace-parser v0.2.0 |
1384 | 2024-02-21T00:21:48.975Z | Downloaded doc-comment v0.3.3 |
1385 | 2024-02-21T00:21:48.975Z | Downloaded float-cmp v0.9.0 |
1386 | 2024-02-21T00:21:48.975Z | Downloaded deranged v0.3.8 |
1387 | 2024-02-21T00:21:48.975Z | Downloaded usdt v0.5.0 |
1388 | 2024-02-21T00:21:48.975Z | Downloaded usdt v0.3.5 |
1389 | 2024-02-21T00:21:48.975Z | Downloaded tokio-rustls v0.25.0 |
1390 | 2024-02-21T00:21:48.976Z | Downloaded tempdir v0.3.7 |
1391 | 2024-02-21T00:21:48.976Z | Downloaded supports-color v3.0.0 |
1392 | 2024-02-21T00:21:48.976Z | Downloaded strip-ansi-escapes v0.2.0 |
1393 | 2024-02-21T00:21:48.976Z | Downloaded multimap v0.10.0 |
1394 | 2024-02-21T00:21:48.976Z | Downloaded time-core v0.1.1 |
1395 | 2024-02-21T00:21:48.976Z | Downloaded smawk v0.3.1 |
1396 | 2024-02-21T00:21:48.976Z | Downloaded semver v0.1.20 |
1397 | 2024-02-21T00:21:48.976Z | Downloaded stable_deref_trait v1.2.0 |
1398 | 2024-02-21T00:21:48.976Z | Downloaded signature v1.6.4 |
1399 | 2024-02-21T00:21:48.976Z | Downloaded shell-words v1.1.0 |
1400 | 2024-02-21T00:21:48.976Z | Downloaded native-tls v0.2.11 |
1401 | 2024-02-21T00:21:48.976Z | Downloaded hyper-util v0.1.2 |
1402 | 2024-02-21T00:21:48.988Z | Downloaded base16ct v0.2.0 |
1403 | 2024-02-21T00:21:48.988Z | Downloaded backoff v0.4.0 |
1404 | 2024-02-21T00:21:48.988Z | Downloaded assert_cmd v2.0.14 |
1405 | 2024-02-21T00:21:48.988Z | Downloaded ahash v0.8.7 |
1406 | 2024-02-21T00:21:48.988Z | Downloaded strsim v0.8.0 |
1407 | 2024-02-21T00:21:48.988Z | Downloaded shlex v1.3.0 |
1408 | 2024-02-21T00:21:48.988Z | Downloaded serde_urlencoded v0.7.1 |
1409 | 2024-02-21T00:21:48.988Z | Downloaded scheduled-thread-pool v0.2.7 |
1410 | 2024-02-21T00:21:48.988Z | Downloaded rustversion v1.0.14 |
1411 | 2024-02-21T00:21:48.988Z | Downloaded linear-map v1.2.0 |
1412 | 2024-02-21T00:21:48.988Z | Downloaded constant_time_eq v0.2.6 |
1413 | 2024-02-21T00:21:48.989Z | Downloaded async-trait v0.1.77 |
1414 | 2024-02-21T00:21:48.989Z | Downloaded ansi_term v0.12.1 |
1415 | 2024-02-21T00:21:48.989Z | Downloaded usdt-attr-macro v0.3.5 |
1416 | 2024-02-21T00:21:48.989Z | Downloaded take_mut v0.2.2 |
1417 | 2024-02-21T00:21:48.989Z | Downloaded ciborium v0.2.2 |
1418 | 2024-02-21T00:21:48.989Z | Downloaded const-oid v0.9.5 |
1419 | 2024-02-21T00:21:48.989Z | Downloaded bitflags v1.3.2 |
1420 | 2024-02-21T00:21:48.989Z | Downloaded signal-hook-tokio v0.3.1 |
1421 | 2024-02-21T00:21:48.989Z | Downloaded scopeguard v1.2.0 |
1422 | 2024-02-21T00:21:48.989Z | Downloaded lazy_static v1.4.0 |
1423 | 2024-02-21T00:21:48.989Z | Downloaded lalrpop-util v0.19.12 |
1424 | 2024-02-21T00:21:48.989Z | Downloaded criterion-plot v0.5.0 |
1425 | 2024-02-21T00:21:48.989Z | Downloaded cexpr v0.6.0 |
1426 | 2024-02-21T00:21:48.989Z | Downloaded crossbeam-channel v0.5.8 |
1427 | 2024-02-21T00:21:48.989Z | Downloaded crypto-common v0.1.6 |
1428 | 2024-02-21T00:21:48.989Z | Downloaded lock_api v0.4.10 |
1429 | 2024-02-21T00:21:48.989Z | Downloaded highway v1.1.0 |
1430 | 2024-02-21T00:21:48.989Z | Downloaded arrayref v0.3.7 |
1431 | 2024-02-21T00:21:48.989Z | Downloaded stability v0.1.1 |
1432 | 2024-02-21T00:21:48.989Z | Downloaded mockall v0.12.0 |
1433 | 2024-02-21T00:21:48.989Z | Downloaded bytecount v0.6.3 |
1434 | 2024-02-21T00:21:48.989Z | Downloaded block-buffer v0.10.4 |
1435 | 2024-02-21T00:21:48.989Z | Downloaded async-recursion v1.0.5 |
1436 | 2024-02-21T00:21:48.989Z | Downloaded adler v1.0.2 |
1437 | 2024-02-21T00:21:48.990Z | Downloaded atomic-waker v1.1.1 |
1438 | 2024-02-21T00:21:48.990Z | Downloaded argon2 v0.5.3 |
1439 | 2024-02-21T00:21:48.990Z | Downloaded kstat-rs v0.2.3 |
1440 | 2024-02-21T00:21:48.990Z | Downloaded indicatif v0.17.8 |
1441 | 2024-02-21T00:21:48.990Z | Downloaded crc v3.0.1 |
1442 | 2024-02-21T00:21:48.990Z | Downloaded block-padding v0.3.3 |
1443 | 2024-02-21T00:21:48.990Z | Downloaded async-stream v0.3.5 |
1444 | 2024-02-21T00:21:48.990Z | Downloaded array-init v0.0.4 |
1445 | 2024-02-21T00:21:48.990Z | Downloaded aead v0.5.2 |
1446 | 2024-02-21T00:21:48.990Z | Downloaded corncobs v0.1.3 |
1447 | 2024-02-21T00:21:48.990Z | Downloaded convert_case v0.4.0 |
1448 | 2024-02-21T00:21:48.990Z | Downloaded crc-catalog v2.2.0 |
1449 | 2024-02-21T00:21:48.990Z | Downloaded colored v2.0.4 |
1450 | 2024-02-21T00:21:48.990Z | Downloaded ipnet v2.9.0 |
1451 | 2024-02-21T00:21:48.990Z | Downloaded console v0.15.8 |
1452 | 2024-02-21T00:21:48.990Z | Downloaded normalize-line-endings v0.3.0 |
1453 | 2024-02-21T00:21:48.990Z | Downloaded httptest v0.15.5 |
1454 | 2024-02-21T00:21:48.990Z | Downloaded iana-time-zone v0.1.57 |
1455 | 2024-02-21T00:21:48.990Z | Downloaded crossbeam-deque v0.8.3 |
1456 | 2024-02-21T00:21:48.990Z | Downloaded cpufeatures v0.2.12 |
1457 | 2024-02-21T00:21:48.990Z | Downloaded constant_time_eq v0.3.0 |
1458 | 2024-02-21T00:21:48.990Z | Downloaded md-5 v0.10.5 |
1459 | 2024-02-21T00:21:48.990Z | Downloaded crucible-workspace-hack v0.1.0 |
1460 | 2024-02-21T00:21:48.990Z | Downloaded basic-toml v0.1.8 |
1461 | 2024-02-21T00:21:48.990Z | Downloaded is_ci v1.2.0 |
1462 | 2024-02-21T00:21:48.990Z | Downloaded inout v0.1.3 |
1463 | 2024-02-21T00:21:48.991Z | Downloaded rustc_version v0.4.0 |
1464 | 2024-02-21T00:21:48.991Z | Downloaded rtoolbox v0.0.1 |
1465 | 2024-02-21T00:21:48.991Z | Downloaded maybe-uninit v2.0.0 |
1466 | 2024-02-21T00:21:48.991Z | Downloaded bit-set v0.5.3 |
1467 | 2024-02-21T00:21:48.991Z | Downloaded hkdf v0.12.4 |
1468 | 2024-02-21T00:21:48.991Z | Downloaded autocfg v1.1.0 |
1469 | 2024-02-21T00:21:48.991Z | Downloaded bcs v0.1.6 |
1470 | 2024-02-21T00:21:48.991Z | Downloaded atomicwrites v0.4.3 |
1471 | 2024-02-21T00:21:48.991Z | Downloaded async-stream-impl v0.3.5 |
1472 | 2024-02-21T00:21:48.991Z | Downloaded match_cfg v0.1.0 |
1473 | 2024-02-21T00:21:48.991Z | Downloaded newtype_derive v0.1.6 |
1474 | 2024-02-21T00:21:48.991Z | Downloaded multer v3.0.0 |
1475 | 2024-02-21T00:21:48.991Z | Downloaded lru-cache v0.1.2 |
1476 | 2024-02-21T00:21:48.991Z | Downloaded hyper-rustls v0.26.0 |
1477 | 2024-02-21T00:21:48.991Z | Downloaded cipher v0.4.4 |
1478 | 2024-02-21T00:21:48.991Z | Downloaded castaway v0.2.2 |
1479 | 2024-02-21T00:21:48.991Z | Downloaded blake2 v0.10.6 |
1480 | 2024-02-21T00:21:48.991Z | Downloaded num-complex v0.4.4 |
1481 | 2024-02-21T00:21:48.991Z | Downloaded num v0.4.1 |
1482 | 2024-02-21T00:21:48.991Z | Downloaded nu-ansi-term v0.50.0 |
1483 | 2024-02-21T00:21:48.991Z | Downloaded hyper-rustls v0.24.2 |
1484 | 2024-02-21T00:21:48.991Z | Downloaded humantime v2.1.0 |
1485 | 2024-02-21T00:21:48.991Z | Downloaded chacha20 v0.9.1 |
1486 | 2024-02-21T00:21:48.991Z | Downloaded blake2b_simd v1.0.1 |
1487 | 2024-02-21T00:21:48.991Z | Downloaded hubpack_derive v0.1.1 |
1488 | 2024-02-21T00:21:48.991Z | Downloaded cassowary v0.3.0 |
1489 | 2024-02-21T00:21:48.992Z | Downloaded http-range v0.1.5 |
1490 | 2024-02-21T00:21:49.394Z | Compiling libc v0.2.153 |
1491 | 2024-02-21T00:21:49.394Z | Compiling serde v1.0.196 |
1492 | 2024-02-21T00:21:49.394Z | Compiling autocfg v1.1.0 |
1493 | 2024-02-21T00:21:49.401Z | Compiling version_check v0.9.4 |
1494 | 2024-02-21T00:21:49.401Z | Checking cfg-if v1.0.0 |
1495 | 2024-02-21T00:21:49.454Z | Compiling syn v1.0.109 |
1496 | 2024-02-21T00:21:49.878Z | Compiling syn v2.0.48 |
1497 | 2024-02-21T00:21:49.878Z | Compiling parking_lot_core v0.9.8 |
1498 | 2024-02-21T00:21:49.878Z | Compiling memchr v2.6.3 |
1499 | 2024-02-21T00:21:50.056Z | Compiling libm v0.2.7 |
1500 | 2024-02-21T00:21:50.072Z | Compiling once_cell v1.19.0 |
1501 | 2024-02-21T00:21:50.357Z | Compiling lock_api v0.4.10 |
1502 | 2024-02-21T00:21:50.452Z | Compiling ahash v0.8.7 |
1503 | 2024-02-21T00:21:50.502Z | Compiling num-traits v0.2.16 |
1504 | 2024-02-21T00:21:50.828Z | Compiling serde_json v1.0.114 |
1505 | 2024-02-21T00:21:50.850Z | Compiling byteorder v1.5.0 |
1506 | 2024-02-21T00:21:51.318Z | Compiling log v0.4.20 |
1507 | 2024-02-21T00:21:51.471Z | Checking getrandom v0.2.10 |
1508 | 2024-02-21T00:21:51.968Z | Compiling cc v1.0.83 |
1509 | 2024-02-21T00:21:51.968Z | Compiling slab v0.4.9 |
1510 | 2024-02-21T00:21:51.968Z | Compiling typenum v1.16.0 |
1511 | 2024-02-21T00:21:52.115Z | Checking itoa v1.0.9 |
1512 | 2024-02-21T00:21:52.135Z | Compiling generic-array v0.14.7 |
1513 | 2024-02-21T00:21:52.191Z | Checking scopeguard v1.2.0 |
1514 | 2024-02-21T00:21:52.292Z | Compiling allocator-api2 v0.2.16 |
1515 | 2024-02-21T00:21:52.317Z | Compiling pkg-config v0.3.27 |
1516 | 2024-02-21T00:21:52.531Z | Compiling rustix v0.38.31 |
1517 | 2024-02-21T00:21:53.158Z | Checking smallvec v1.13.1 |
1518 | 2024-02-21T00:21:53.437Z | Compiling schemars v0.8.16 |
1519 | 2024-02-21T00:21:53.513Z | Compiling httparse v1.8.0 |
1520 | 2024-02-21T00:21:53.535Z | Compiling fnv v1.0.7 |
1521 | 2024-02-21T00:21:53.863Z | Compiling vcpkg v0.2.15 |
1522 | 2024-02-21T00:21:54.006Z | Compiling aho-corasick v1.0.4 |
1523 | 2024-02-21T00:21:54.638Z | Compiling regex-syntax v0.8.2 |
1524 | 2024-02-21T00:21:55.219Z | Compiling ring v0.17.8 |
1525 | 2024-02-21T00:21:56.319Z | Compiling openssl-sys v0.9.96 |
1526 | 2024-02-21T00:21:57.014Z | Checking parking_lot v0.12.1 |
1527 | 2024-02-21T00:21:57.152Z | Checking pin-project-lite v0.2.13 |
1528 | 2024-02-21T00:21:57.267Z | Compiling ucd-trie v0.1.6 |
1529 | 2024-02-21T00:21:57.703Z | Compiling serde_derive_internals v0.26.0 |
1530 | 2024-02-21T00:21:57.890Z | Compiling regex-automata v0.4.4 |
1531 | 2024-02-21T00:21:58.946Z | Compiling ring v0.16.20 |
1532 | 2024-02-21T00:21:59.180Z | Checking ryu v1.0.15 |
1533 | 2024-02-21T00:22:00.793Z | Checking signal-hook-registry v1.4.1 |
1534 | 2024-02-21T00:22:00.806Z | Compiling openssl v0.10.60 |
1535 | 2024-02-21T00:22:00.807Z | Compiling crossbeam-utils v0.8.16 |
1536 | 2024-02-21T00:22:00.952Z | Checking mio v0.8.9 |
1537 | 2024-02-21T00:22:01.092Z | Checking rand_core v0.6.4 |
1538 | 2024-02-21T00:22:01.152Z | Compiling iana-time-zone v0.1.57 |
1539 | 2024-02-21T00:22:01.365Z | Checking num_cpus v1.16.0 |
1540 | 2024-02-21T00:22:01.471Z | Compiling native-tls v0.2.11 |
1541 | 2024-02-21T00:22:01.587Z | Compiling rustls v0.21.9 |
1542 | 2024-02-21T00:22:01.607Z | Checking futures-core v0.3.30 |
1543 | 2024-02-21T00:22:01.870Z | Compiling spin v0.5.2 |
1544 | 2024-02-21T00:22:01.890Z | Compiling dyn-clone v1.0.16 |
1545 | 2024-02-21T00:22:01.911Z | Checking socket2 v0.5.5 |
1546 | 2024-02-21T00:22:02.090Z | Compiling regex v1.10.3 |
1547 | 2024-02-21T00:22:02.102Z | Compiling slog v2.7.0 |
1548 | 2024-02-21T00:22:02.310Z | Compiling async-trait v0.1.77 |
1549 | 2024-02-21T00:22:02.714Z | Compiling memoffset v0.9.0 |
1550 | 2024-02-21T00:22:03.257Z | Compiling crossbeam-epoch v0.9.15 |
1551 | 2024-02-21T00:22:03.282Z | Compiling backtrace v0.3.69 |
1552 | 2024-02-21T00:22:03.617Z | Compiling futures-sink v0.3.30 |
1553 | 2024-02-21T00:22:03.766Z | Compiling errno v0.3.8 |
1554 | 2024-02-21T00:22:04.231Z | Compiling crc32fast v1.3.2 |
1555 | 2024-02-21T00:22:04.255Z | Compiling either v1.10.0 |
1556 | 2024-02-21T00:22:04.255Z | Compiling tinyvec_macros v0.1.1 |
1557 | 2024-02-21T00:22:04.255Z | Compiling unicode-xid v0.2.4 |
1558 | 2024-02-21T00:22:04.675Z | Compiling rustversion v1.0.14 |
1559 | 2024-02-21T00:22:04.687Z | Compiling tinyvec v1.6.0 |
1560 | 2024-02-21T00:22:04.687Z | Compiling futures-channel v0.3.30 |
1561 | 2024-02-21T00:22:04.687Z | Compiling serde_derive v1.0.196 |
1562 | 2024-02-21T00:22:04.735Z | Compiling zerocopy-derive v0.7.32 |
1563 | 2024-02-21T00:22:04.810Z | Compiling thiserror-impl v1.0.57 |
1564 | 2024-02-21T00:22:04.932Z | Compiling zeroize_derive v1.4.2 |
1565 | 2024-02-21T00:22:05.106Z | Compiling tokio-macros v2.2.0 |
1566 | 2024-02-21T00:22:05.302Z | Compiling futures-macro v0.3.30 |
1567 | 2024-02-21T00:22:05.870Z | Compiling tracing-attributes v0.1.26 |
1568 | 2024-02-21T00:22:06.681Z | Compiling schemars_derive v0.8.16 |
1569 | 2024-02-21T00:22:06.957Z | Compiling openssl-macros v0.1.1 |
1570 | 2024-02-21T00:22:07.294Z | Compiling zerocopy v0.7.32 |
1571 | 2024-02-21T00:22:07.696Z | Checking zeroize v1.7.0 |
1572 | 2024-02-21T00:22:08.387Z | Compiling thiserror v1.0.57 |
1573 | 2024-02-21T00:22:08.546Z | Compiling pest v2.7.6 |
1574 | 2024-02-21T00:22:08.634Z | Compiling unicode-width v0.1.11 |
1575 | 2024-02-21T00:22:08.793Z | Compiling pin-utils v0.1.0 |
1576 | 2024-02-21T00:22:08.894Z | Compiling anyhow v1.0.75 |
1577 | 2024-02-21T00:22:09.356Z | Compiling futures-io v0.3.30 |
1578 | 2024-02-21T00:22:10.260Z | Compiling hashbrown v0.14.3 |
1579 | 2024-02-21T00:22:10.260Z | Compiling futures-task v0.3.30 |
1580 | 2024-02-21T00:22:10.260Z | Compiling futures-util v0.3.30 |
1581 | 2024-02-21T00:22:10.260Z | Compiling unicode-normalization v0.1.22 |
1582 | 2024-02-21T00:22:10.490Z | Compiling spin v0.9.8 |
1583 | 2024-02-21T00:22:11.014Z | Compiling pest_meta v2.7.6 |
1584 | 2024-02-21T00:22:11.058Z | Compiling tracing-core v0.1.31 |
1585 | 2024-02-21T00:22:11.137Z | Compiling unicode-bidi v0.3.13 |
1586 | 2024-02-21T00:22:11.350Z | Compiling der_derive v0.7.2 |
1587 | 2024-02-21T00:22:11.930Z | Compiling tracing v0.1.37 |
1588 | 2024-02-21T00:22:12.499Z | Compiling pest_generator v2.7.6 |
1589 | 2024-02-21T00:22:12.726Z | Compiling winnow v0.5.15 |
1590 | 2024-02-21T00:22:13.172Z | Compiling lazy_static v1.4.0 |
1591 | 2024-02-21T00:22:14.364Z | Checking subtle v2.5.0 |
1592 | 2024-02-21T00:22:14.705Z | Compiling percent-encoding v2.3.1 |
1593 | 2024-02-21T00:22:15.760Z | Compiling time-core v0.1.1 |
1594 | 2024-02-21T00:22:15.946Z | Compiling foreign-types-shared v0.1.1 |
1595 | 2024-02-21T00:22:16.015Z | Compiling untrusted v0.9.0 |
1596 | 2024-02-21T00:22:16.095Z | Compiling untrusted v0.7.1 |
1597 | 2024-02-21T00:22:16.348Z | Compiling pest_derive v2.7.6 |
1598 | 2024-02-21T00:22:16.665Z | Compiling foreign-types v0.3.2 |
1599 | 2024-02-21T00:22:16.781Z | Compiling time-macros v0.2.13 |
1600 | 2024-02-21T00:22:18.039Z | Compiling scroll_derive v0.12.0 |
1601 | 2024-02-21T00:22:18.653Z | Compiling synstructure v0.12.6 |
1602 | 2024-02-21T00:22:19.507Z | Checking bytes v1.5.0 |
1603 | 2024-02-21T00:22:19.734Z | Checking bitflags v2.4.0 |
1604 | 2024-02-21T00:22:20.296Z | Compiling thread-id v4.2.0 |
1605 | 2024-02-21T00:22:20.415Z | Compiling indexmap v2.2.3 |
1606 | 2024-02-21T00:22:20.583Z | Compiling uuid v1.7.0 |
1607 | 2024-02-21T00:22:20.718Z | Compiling chrono v0.4.31 |
1608 | 2024-02-21T00:22:20.904Z | Compiling semver v1.0.22 |
1609 | 2024-02-21T00:22:21.519Z | Compiling http v0.2.11 |
1610 | 2024-02-21T00:22:21.653Z | Checking tokio v1.36.0 |
1611 | 2024-02-21T00:22:22.234Z | Compiling serde_spanned v0.6.5 |
1612 | 2024-02-21T00:22:22.246Z | Compiling toml_datetime v0.6.5 |
1613 | 2024-02-21T00:22:22.701Z | Compiling rustc_version v0.4.0 |
1614 | 2024-02-21T00:22:22.744Z | Compiling openapiv3 v2.0.0 |
1615 | 2024-02-21T00:22:23.061Z | Compiling toml_edit v0.19.15 |
1616 | 2024-02-21T00:22:24.321Z | Compiling try-lock v0.2.4 |
1617 | 2024-02-21T00:22:24.488Z | Compiling base64 v0.21.7 |
1618 | 2024-02-21T00:22:25.524Z | Compiling want v0.3.1 |
1619 | 2024-02-21T00:22:25.536Z | Compiling http-body v0.4.5 |
1620 | 2024-02-21T00:22:25.536Z | Compiling zerocopy-derive v0.2.0 |
1621 | 2024-02-21T00:22:25.601Z | Compiling sct v0.7.0 |
1622 | 2024-02-21T00:22:25.919Z | Compiling rustls-webpki v0.101.7 |
1623 | 2024-02-21T00:22:27.664Z | Compiling form_urlencoded v1.2.1 |
1624 | 2024-02-21T00:22:27.962Z | Compiling socket2 v0.4.9 |
1625 | 2024-02-21T00:22:27.980Z | Compiling httpdate v1.0.3 |
1626 | 2024-02-21T00:22:28.017Z | Compiling const-oid v0.9.5 |
1627 | 2024-02-21T00:22:28.700Z | Compiling openssl-probe v0.1.5 |
1628 | 2024-02-21T00:22:28.901Z | Compiling tower-service v0.3.2 |
1629 | 2024-02-21T00:22:29.023Z | Compiling idna v0.5.0 |
1630 | 2024-02-21T00:22:29.236Z | Compiling adler v1.0.2 |
1631 | 2024-02-21T00:22:29.480Z | Compiling miniz_oxide v0.7.1 |
1632 | 2024-02-21T00:22:29.985Z | Compiling url v2.5.0 |
1633 | 2024-02-21T00:22:30.371Z | Compiling tokio-util v0.7.10 |
1634 | 2024-02-21T00:22:31.194Z | Compiling ipnet v2.9.0 |
1635 | 2024-02-21T00:22:31.615Z | Compiling h2 v0.3.24 |
1636 | 2024-02-21T00:22:32.094Z | Compiling signal-hook v0.3.17 |
1637 | 2024-02-21T00:22:32.214Z | Compiling tokio-native-tls v0.3.1 |
1638 | 2024-02-21T00:22:32.464Z | Compiling serde_urlencoded v0.7.1 |
1639 | 2024-02-21T00:22:33.012Z | Compiling rustls-pemfile v1.0.3 |
1640 | 2024-02-21T00:22:33.013Z | Compiling crypto-common v0.1.6 |
1641 | 2024-02-21T00:22:33.013Z | Compiling clap_derive v4.5.0 |
1642 | 2024-02-21T00:22:33.013Z | Compiling zerocopy-derive v0.6.4 |
1643 | 2024-02-21T00:22:33.013Z | Compiling usdt-impl v0.3.5 |
1644 | 2024-02-21T00:22:33.404Z | Compiling tokio-rustls v0.24.1 |
1645 | 2024-02-21T00:22:33.888Z | Compiling encoding_rs v0.8.33 |
1646 | 2024-02-21T00:22:34.711Z | Compiling webpki-roots v0.25.2 |
1647 | 2024-02-21T00:22:34.727Z | Compiling mime v0.3.17 |
1648 | 2024-02-21T00:22:34.864Z | Compiling siphasher v0.3.11 |
1649 | 2024-02-21T00:22:35.318Z | Compiling gimli v0.28.0 |
1650 | 2024-02-21T00:22:35.466Z | Compiling zerocopy v0.3.0 |
1651 | 2024-02-21T00:22:35.518Z | Compiling scroll v0.12.0 |
1652 | 2024-02-21T00:22:36.522Z | Compiling block-buffer v0.10.4 |
1653 | 2024-02-21T00:22:36.541Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1654 | 2024-02-21T00:22:37.064Z | Compiling object v0.32.1 |
1655 | 2024-02-21T00:22:37.073Z | Compiling usdt-impl v0.5.0 |
1656 | 2024-02-21T00:22:37.286Z | Compiling num-iter v0.1.43 |
1657 | 2024-02-21T00:22:37.627Z | Compiling plain v0.2.3 |
1658 | 2024-02-21T00:22:38.132Z | Compiling rustc-demangle v0.1.23 |
1659 | 2024-02-21T00:22:38.294Z | Compiling goblin v0.8.0 |
1660 | 2024-02-21T00:22:39.305Z | Compiling flate2 v1.0.28 |
1661 | 2024-02-21T00:22:39.318Z | Compiling digest v0.10.7 |
1662 | 2024-02-21T00:22:39.318Z | Compiling dof v0.1.5 |
1663 | 2024-02-21T00:22:39.414Z | Compiling hyper v0.14.27 |
1664 | 2024-02-21T00:22:39.487Z | Compiling heapless v0.7.16 |
1665 | 2024-02-21T00:22:39.949Z | Compiling addr2line v0.21.0 |
1666 | 2024-02-21T00:22:39.991Z | Compiling dtrace-parser v0.1.14 |
1667 | 2024-02-21T00:22:40.139Z | Compiling futures-executor v0.3.30 |
1668 | 2024-02-21T00:22:40.623Z | Compiling strum_macros v0.25.2 |
1669 | 2024-02-21T00:22:40.771Z | Compiling ppv-lite86 v0.2.17 |
1670 | 2024-02-21T00:22:41.583Z | Checking equivalent v1.0.1 |
1671 | 2024-02-21T00:22:41.700Z | Compiling pretty-hex v0.4.1 |
1672 | 2024-02-21T00:22:42.163Z | Compiling rand_chacha v0.3.1 |
1673 | 2024-02-21T00:22:42.688Z | Compiling toml_edit v0.22.6 |
1674 | 2024-02-21T00:22:44.059Z | Compiling futures v0.3.30 |
1675 | 2024-02-21T00:22:44.599Z | Compiling toml v0.7.8 |
1676 | 2024-02-21T00:22:45.232Z | Compiling dof v0.3.0 |
1677 | 2024-02-21T00:22:45.247Z | Compiling hex v0.4.3 |
1678 | 2024-02-21T00:22:45.503Z | Compiling serde_tokenstream v0.1.7 |
1679 | 2024-02-21T00:22:45.994Z | Compiling dtrace-parser v0.2.0 |
1680 | 2024-02-21T00:22:47.078Z | Compiling hyper-rustls v0.24.2 |
1681 | 2024-02-21T00:22:47.158Z | Compiling hyper-tls v0.5.0 |
1682 | 2024-02-21T00:22:47.283Z | Compiling bit-vec v0.6.3 |
1683 | 2024-02-21T00:22:47.462Z | Compiling reqwest v0.11.22 |
1684 | 2024-02-21T00:22:47.571Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1685 | 2024-02-21T00:22:47.992Z | Compiling rand v0.8.5 |
1686 | 2024-02-21T00:22:48.162Z | Compiling phf_shared v0.10.0 |
1687 | 2024-02-21T00:22:48.497Z | Compiling num-bigint v0.4.4 |
1688 | 2024-02-21T00:22:49.189Z | Compiling new_debug_unreachable v1.0.4 |
1689 | 2024-02-21T00:22:49.189Z | Compiling base64ct v1.6.0 |
1690 | 2024-02-21T00:22:49.331Z | Compiling precomputed-hash v0.1.1 |
1691 | 2024-02-21T00:22:49.452Z | Compiling smoltcp v0.9.1 |
1692 | 2024-02-21T00:22:49.524Z | Compiling fixedbitset v0.4.2 |
1693 | 2024-02-21T00:22:49.540Z | Compiling minimal-lexical v0.2.1 |
1694 | 2024-02-21T00:22:49.742Z | Compiling petgraph v0.6.4 |
1695 | 2024-02-21T00:22:49.935Z | Compiling nom v7.1.3 |
1696 | 2024-02-21T00:22:50.272Z | Compiling string_cache v0.8.7 |
1697 | 2024-02-21T00:22:50.412Z | Compiling pem-rfc7468 v0.7.0 |
1698 | 2024-02-21T00:22:50.777Z | Compiling bit-set v0.5.3 |
1699 | 2024-02-21T00:22:50.793Z | Compiling usdt-attr-macro v0.3.5 |
1700 | 2024-02-21T00:22:51.077Z | Compiling usdt-macro v0.3.5 |
1701 | 2024-02-21T00:22:51.205Z | Compiling hmac v0.12.1 |
1702 | 2024-02-21T00:22:51.404Z | Compiling enum-as-inner v0.5.1 |
1703 | 2024-02-21T00:22:51.466Z | Compiling hubpack_derive v0.1.1 |
1704 | 2024-02-21T00:22:51.615Z | Compiling itertools v0.10.5 |
1705 | 2024-02-21T00:22:52.404Z | Compiling diesel_table_macro_syntax v0.1.0 |
1706 | 2024-02-21T00:22:52.532Z | Compiling flagset v0.4.3 |
1707 | 2024-02-21T00:22:52.543Z | Compiling lalrpop-util v0.19.12 |
1708 | 2024-02-21T00:22:52.594Z | Compiling unicode-segmentation v1.10.1 |
1709 | 2024-02-21T00:22:52.755Z | Compiling der v0.7.8 |
1710 | 2024-02-21T00:22:52.845Z | Compiling diesel_derives v2.1.2 |
1711 | 2024-02-21T00:22:53.917Z | Compiling cpufeatures v0.2.12 |
1712 | 2024-02-21T00:22:54.021Z | Compiling sha2 v0.10.8 |
1713 | 2024-02-21T00:22:54.628Z | Compiling md-5 v0.10.5 |
1714 | 2024-02-21T00:22:54.891Z | Compiling stringprep v0.1.3 |
1715 | 2024-02-21T00:22:55.100Z | Compiling spki v0.7.2 |
1716 | 2024-02-21T00:22:55.119Z | Compiling serde_repr v0.1.16 |
1717 | 2024-02-21T00:22:55.305Z | Compiling num-integer v0.1.46 |
1718 | 2024-02-21T00:22:55.473Z | Compiling hash32 v0.2.1 |
1719 | 2024-02-21T00:22:55.881Z | Compiling fallible-iterator v0.2.0 |
1720 | 2024-02-21T00:22:55.934Z | Compiling stable_deref_trait v1.2.0 |
1721 | 2024-02-21T00:22:56.106Z | Compiling pkcs8 v0.10.2 |
1722 | 2024-02-21T00:22:56.493Z | Compiling phf_shared v0.11.2 |
1723 | 2024-02-21T00:22:56.635Z | Compiling postgres-protocol v0.6.6 |
1724 | 2024-02-21T00:22:56.858Z | Compiling ff v0.13.0 |
1725 | 2024-02-21T00:22:57.089Z | Compiling terminal_size v0.3.0 |
1726 | 2024-02-21T00:22:57.320Z | Compiling block-padding v0.3.3 |
1727 | 2024-02-21T00:22:57.513Z | Compiling scheduled-thread-pool v0.2.7 |
1728 | 2024-02-21T00:22:57.593Z | Compiling bitflags v1.3.2 |
1729 | 2024-02-21T00:22:57.611Z | Compiling deranged v0.3.8 |
1730 | 2024-02-21T00:22:57.688Z | Compiling managed v0.8.0 |
1731 | 2024-02-21T00:22:57.702Z | Compiling regex-automata v0.1.10 |
1732 | 2024-02-21T00:22:57.832Z | Compiling base16ct v0.2.0 |
1733 | 2024-02-21T00:22:58.081Z | Checking unicode-ident v1.0.12 |
1734 | 2024-02-21T00:22:58.118Z | Compiling matches v0.1.10 |
1735 | 2024-02-21T00:22:58.209Z | Compiling num_threads v0.1.6 |
1736 | 2024-02-21T00:22:58.238Z | Compiling idna v0.2.3 |
1737 | 2024-02-21T00:22:58.265Z | Compiling clap_builder v4.5.0 |
1738 | 2024-02-21T00:22:59.825Z | Compiling bstr v0.2.17 |
1739 | 2024-02-21T00:22:59.985Z | Compiling sec1 v0.7.3 |
1740 | 2024-02-21T00:22:59.985Z | Compiling r2d2 v0.8.10 |
1741 | 2024-02-21T00:22:59.985Z | Compiling time v0.3.27 |
1742 | 2024-02-21T00:22:59.986Z | Compiling inout v0.1.3 |
1743 | 2024-02-21T00:23:00.080Z | Compiling postgres-types v0.2.6 |
1744 | 2024-02-21T00:23:00.562Z | Compiling group v0.13.0 |
1745 | 2024-02-21T00:23:00.562Z | Compiling signal-hook-mio v0.2.3 |
1746 | 2024-02-21T00:23:00.575Z | Compiling phf v0.11.2 |
1747 | 2024-02-21T00:23:00.575Z | Compiling bzip2 v0.4.4 |
1748 | 2024-02-21T00:23:00.774Z | Compiling hubpack v0.1.2 |
1749 | 2024-02-21T00:23:00.836Z | Compiling hkdf v0.12.4 |
1750 | 2024-02-21T00:23:01.240Z | Compiling zerocopy v0.6.4 |
1751 | 2024-02-21T00:23:01.469Z | Compiling crypto-bigint v0.5.2 |
1752 | 2024-02-21T00:23:02.044Z | Compiling ipnetwork v0.20.0 |
1753 | 2024-02-21T00:23:02.595Z | Compiling float-cmp v0.9.0 |
1754 | 2024-02-21T00:23:03.070Z | Compiling data-encoding v2.4.0 |
1755 | 2024-02-21T00:23:03.119Z | Compiling static_assertions v1.1.0 |
1756 | 2024-02-21T00:23:03.223Z | Compiling difflib v0.4.0 |
1757 | 2024-02-21T00:23:04.040Z | Compiling whoami v1.4.1 |
1758 | 2024-02-21T00:23:04.303Z | Compiling regex-automata v0.3.8 |
1759 | 2024-02-21T00:23:05.013Z | Compiling normalize-line-endings v0.3.0 |
1760 | 2024-02-21T00:23:05.165Z | Compiling predicates-core v1.0.6 |
1761 | 2024-02-21T00:23:05.677Z | Compiling tokio-postgres v0.7.10 |
1762 | 2024-02-21T00:23:05.677Z | Compiling predicates v3.1.0 |
1763 | 2024-02-21T00:23:05.677Z | Compiling trust-dns-proto v0.22.0 |
1764 | 2024-02-21T00:23:05.677Z | Compiling yasna v0.5.2 |
1765 | 2024-02-21T00:23:07.894Z | Compiling bstr v1.6.0 |
1766 | 2024-02-21T00:23:07.953Z | Compiling elliptic-curve v0.13.8 |
1767 | 2024-02-21T00:23:07.953Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1768 | 2024-02-21T00:23:08.183Z | Compiling clap v4.5.0 |
1769 | 2024-02-21T00:23:08.726Z | Compiling zip v0.6.6 |
1770 | 2024-02-21T00:23:08.748Z | Compiling crossterm v0.27.0 |
1771 | 2024-02-21T00:23:09.090Z | Compiling cipher v0.4.4 |
1772 | 2024-02-21T00:23:09.651Z | Compiling similar v2.3.0 |
1773 | 2024-02-21T00:23:10.489Z | Compiling diesel v2.1.4 |
1774 | 2024-02-21T00:23:10.934Z | Compiling usdt v0.3.5 |
1775 | 2024-02-21T00:23:11.224Z | Compiling strum v0.25.0 |
1776 | 2024-02-21T00:23:11.393Z | Compiling tokio-stream v0.1.14 |
1777 | 2024-02-21T00:23:11.683Z | Compiling console v0.15.8 |
1778 | 2024-02-21T00:23:12.456Z | Checking proc-macro2 v1.0.78 |
1779 | 2024-02-21T00:23:13.161Z | Checking quote v1.0.35 |
1780 | 2024-02-21T00:23:15.963Z | Checking utf8parse v0.2.1 |
1781 | 2024-02-21T00:23:16.648Z | Checking anstyle v1.0.2 |
1782 | 2024-02-21T00:23:22.103Z | Checking anstyle-parse v0.2.1 |
1783 | 2024-02-21T00:23:23.401Z | Checking colorchoice v1.0.0 |
1784 | 2024-02-21T00:23:23.437Z | Checking anstyle-query v1.0.0 |
1785 | 2024-02-21T00:23:23.438Z | Checking anstream v0.6.11 |
1786 | 2024-02-21T00:23:23.438Z | Compiling serde_tokenstream v0.2.0 |
1787 | 2024-02-21T00:23:23.551Z | Checking clap_lex v0.7.0 |
1788 | 2024-02-21T00:23:23.886Z | Checking strsim v0.11.0 |
1789 | 2024-02-21T00:23:29.599Z | Checking winnow v0.6.1 |
1790 | 2024-02-21T00:23:37.731Z | Compiling regress v0.8.0 |
1791 | 2024-02-21T00:23:39.255Z | Compiling getopts v0.2.21 |
1792 | 2024-02-21T00:23:39.578Z | Compiling unsafe-libyaml v0.2.10 |
1793 | 2024-02-21T00:23:40.088Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
1794 | 2024-02-21T00:23:40.432Z | Checking heck v0.4.1 |
1795 | 2024-02-21T00:23:41.705Z | Compiling serde_yaml v0.9.25 |
1796 | 2024-02-21T00:23:42.140Z | Checking camino v1.1.6 |
1797 | 2024-02-21T00:23:42.271Z | Checking progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1798 | 2024-02-21T00:23:42.621Z | Compiling strsim v0.10.0 |
1799 | 2024-02-21T00:23:42.739Z | Compiling ident_case v1.0.1 |
1800 | 2024-02-21T00:23:42.805Z | Checking match_cfg v0.1.0 |
1801 | 2024-02-21T00:23:42.918Z | Checking fastrand v2.0.1 |
1802 | 2024-02-21T00:23:42.939Z | Checking rustls-pki-types v1.3.0 |
1803 | 2024-02-21T00:23:43.235Z | Checking tempfile v3.10.0 |
1804 | 2024-02-21T00:23:43.317Z | Checking hostname v0.3.1 |
1805 | 2024-02-21T00:23:44.270Z | Checking http v1.0.0 |
1806 | 2024-02-21T00:23:44.291Z | Checking atty v0.2.14 |
1807 | 2024-02-21T00:23:44.291Z | Checking quick-error v1.2.3 |
1808 | 2024-02-21T00:23:44.291Z | Compiling paste v1.0.14 |
1809 | 2024-02-21T00:23:44.291Z | Checking sha1 v0.10.6 |
1810 | 2024-02-21T00:23:44.291Z | Checking dirs-sys-next v0.1.2 |
1811 | 2024-02-21T00:23:44.291Z | Compiling rustls v0.22.2 |
1812 | 2024-02-21T00:23:44.553Z | Checking dirs-next v2.0.0 |
1813 | 2024-02-21T00:23:44.689Z | Checking rustls-webpki v0.102.1 |
1814 | 2024-02-21T00:23:45.196Z | Checking crossbeam-channel v0.5.8 |
1815 | 2024-02-21T00:23:45.521Z | Checking thread_local v1.1.7 |
1816 | 2024-02-21T00:23:45.644Z | Checking instant v0.1.12 |
1817 | 2024-02-21T00:23:45.700Z | Compiling slog-async v2.8.0 |
1818 | 2024-02-21T00:23:45.813Z | Checking term v0.7.0 |
1819 | 2024-02-21T00:23:46.186Z | Checking rustls-pemfile v2.1.0 |
1820 | 2024-02-21T00:23:46.255Z | Compiling multer v3.0.0 |
1821 | 2024-02-21T00:23:46.322Z | Checking take_mut v0.2.2 |
1822 | 2024-02-21T00:23:46.743Z | Checking debug-ignore v1.0.5 |
1823 | 2024-02-21T00:23:46.762Z | Checking slog-term v2.9.0 |
1824 | 2024-02-21T00:23:46.762Z | Compiling darling_core v0.20.3 |
1825 | 2024-02-21T00:23:46.762Z | Checking slog-json v2.6.1 |
1826 | 2024-02-21T00:23:46.783Z | Compiling async-stream-impl v0.3.5 |
1827 | 2024-02-21T00:23:46.931Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1828 | 2024-02-21T00:23:46.949Z | Checking atomic-waker v1.1.1 |
1829 | 2024-02-21T00:23:47.178Z | Checking waitgroup v0.1.2 |
1830 | 2024-02-21T00:23:47.231Z | Checking slog-bunyan v2.5.0 |
1831 | 2024-02-21T00:23:47.405Z | Checking toml v0.8.10 |
1832 | 2024-02-21T00:23:47.800Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1833 | 2024-02-21T00:23:48.257Z | Checking serde_path_to_error v0.1.15 |
1834 | 2024-02-21T00:23:48.359Z | Checking async-stream v0.3.5 |
1835 | 2024-02-21T00:23:48.558Z | Checking wait-timeout v0.2.0 |
1836 | 2024-02-21T00:23:48.740Z | Compiling strum_macros v0.26.1 |
1837 | 2024-02-21T00:23:48.970Z | Compiling structmeta-derive v0.3.0 |
1838 | 2024-02-21T00:23:49.820Z | Checking tokio-rustls v0.25.0 |
1839 | 2024-02-21T00:23:50.361Z | Checking rusty-fork v0.3.0 |
1840 | 2024-02-21T00:23:50.501Z | Checking newtype-uuid v1.0.1 |
1841 | 2024-02-21T00:23:50.789Z | Compiling structmeta-derive v0.2.0 |
1842 | 2024-02-21T00:23:52.273Z | Compiling structmeta v0.3.0 |
1843 | 2024-02-21T00:23:53.176Z | Checking rand_xorshift v0.3.0 |
1844 | 2024-02-21T00:23:53.187Z | Checking unarray v0.1.4 |
1845 | 2024-02-21T00:23:53.187Z | Compiling darling_macro v0.20.3 |
1846 | 2024-02-21T00:23:53.187Z | Checking proptest v1.4.0 |
1847 | 2024-02-21T00:23:54.151Z | Compiling structmeta v0.2.0 |
1848 | 2024-02-21T00:23:54.270Z | Compiling darling v0.20.3 |
1849 | 2024-02-21T00:23:54.396Z | Compiling serde_with_macros v3.6.1 |
1850 | 2024-02-21T00:23:54.903Z | Compiling parse-display-derive v0.9.0 |
1851 | 2024-02-21T00:23:54.903Z | Checking strum v0.26.1 |
1852 | 2024-02-21T00:23:54.903Z | Checking backoff v0.4.0 |
1853 | 2024-02-21T00:23:54.904Z | Compiling test-strategy v0.3.1 |
1854 | 2024-02-21T00:23:54.933Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1855 | 2024-02-21T00:23:55.101Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1856 | 2024-02-21T00:23:55.135Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1857 | 2024-02-21T00:23:55.268Z | Checking macaddr v1.0.1 |
1858 | 2024-02-21T00:23:55.623Z | Checking camino-tempfile v1.1.1 |
1859 | 2024-02-21T00:23:55.643Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1860 | 2024-02-21T00:23:55.933Z | Checking is-terminal v0.4.9 |
1861 | 2024-02-21T00:23:56.068Z | Compiling proc-macro-error-attr v1.0.4 |
1862 | 2024-02-21T00:23:56.525Z | Compiling proc-macro-error v1.0.4 |
1863 | 2024-02-21T00:23:57.056Z | Compiling proc-macro-crate v1.3.1 |
1864 | 2024-02-21T00:23:57.943Z | Compiling heapless v0.8.0 |
1865 | 2024-02-21T00:23:59.367Z | Checking serde_with v3.6.1 |
1866 | 2024-02-21T00:23:59.367Z | Checking termtree v0.4.1 |
1867 | 2024-02-21T00:23:59.367Z | Compiling num_enum_derive v0.5.11 |
1868 | 2024-02-21T00:23:59.368Z | Checking predicates-tree v1.0.9 |
1869 | 2024-02-21T00:23:59.368Z | Checking hash32 v0.3.1 |
1870 | 2024-02-21T00:23:59.368Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1871 | 2024-02-21T00:23:59.368Z | Compiling smoltcp v0.11.0 |
1872 | 2024-02-21T00:23:59.385Z | Compiling usdt-attr-macro v0.5.0 |
1873 | 2024-02-21T00:23:59.559Z | Checking parse-display v0.9.0 |
1874 | 2024-02-21T00:23:59.728Z | Compiling usdt-macro v0.5.0 |
1875 | 2024-02-21T00:23:59.789Z | Checking memmap v0.7.0 |
1876 | 2024-02-21T00:23:59.879Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
1877 | 2024-02-21T00:23:59.994Z | Compiling crucible-workspace-hack v0.1.0 |
1878 | 2024-02-21T00:24:00.122Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1879 | 2024-02-21T00:24:00.321Z | Checking cobs v0.2.3 |
1880 | 2024-02-21T00:24:00.843Z | Checking embedded-io v0.4.0 |
1881 | 2024-02-21T00:24:00.843Z | Checking postcard v1.0.8 |
1882 | 2024-02-21T00:24:01.101Z | Compiling foreign-types-macros v0.2.3 |
1883 | 2024-02-21T00:24:01.239Z | Checking num_enum v0.5.11 |
1884 | 2024-02-21T00:24:01.390Z | Checking usdt v0.5.0 |
1885 | 2024-02-21T00:24:01.401Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1886 | 2024-02-21T00:24:01.422Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1887 | 2024-02-21T00:24:01.671Z | Checking foreign-types-shared v0.3.1 |
1888 | 2024-02-21T00:24:02.166Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1889 | 2024-02-21T00:24:02.181Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1890 | 2024-02-21T00:24:02.181Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1891 | 2024-02-21T00:24:02.181Z | Checking cstr-argument v0.1.2 |
1892 | 2024-02-21T00:24:02.181Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1893 | 2024-02-21T00:24:02.182Z | Checking pretty-hex v0.2.1 |
1894 | 2024-02-21T00:24:02.328Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1895 | 2024-02-21T00:24:02.388Z | Checking colored v2.0.4 |
1896 | 2024-02-21T00:24:02.471Z | Checking foreign-types v0.5.0 |
1897 | 2024-02-21T00:24:02.970Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1898 | 2024-02-21T00:24:02.971Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1899 | 2024-02-21T00:24:02.971Z | Compiling zone_cfg_derive v0.3.0 |
1900 | 2024-02-21T00:24:02.971Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1901 | 2024-02-21T00:24:02.971Z | Compiling num-derive v0.4.0 |
1902 | 2024-02-21T00:24:02.971Z | Compiling mockall_derive v0.12.0 |
1903 | 2024-02-21T00:24:03.201Z | Checking fragile v2.0.0 |
1904 | 2024-02-21T00:24:03.501Z | Checking downcast v0.11.0 |
1905 | 2024-02-21T00:24:04.008Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1906 | 2024-02-21T00:24:04.008Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1907 | 2024-02-21T00:24:04.008Z | Checking smf v0.2.2 |
1908 | 2024-02-21T00:24:04.863Z | Checking zone v0.3.0 |
1909 | 2024-02-21T00:24:04.876Z | Checking xattr v1.0.1 |
1910 | 2024-02-21T00:24:04.876Z | Checking filetime v0.2.23 |
1911 | 2024-02-21T00:24:04.900Z | Checking same-file v1.0.6 |
1912 | 2024-02-21T00:24:04.997Z | Checking tar v0.4.40 |
1913 | 2024-02-21T00:24:05.048Z | Checking walkdir v2.4.0 |
1914 | 2024-02-21T00:24:05.271Z | Checking pem v3.0.2 |
1915 | 2024-02-21T00:24:05.296Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1916 | 2024-02-21T00:24:05.325Z | Compiling rayon-core v1.12.0 |
1917 | 2024-02-21T00:24:05.528Z | Checking linked-hash-map v0.5.6 |
1918 | 2024-02-21T00:24:05.629Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
1919 | 2024-02-21T00:24:05.676Z | Checking itertools v0.12.1 |
1920 | 2024-02-21T00:24:05.698Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
1921 | 2024-02-21T00:24:05.831Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1922 | 2024-02-21T00:24:05.862Z | Checking lru-cache v0.1.2 |
1923 | 2024-02-21T00:24:06.060Z | Checking headers-core v0.2.0 |
1924 | 2024-02-21T00:24:06.081Z | Checking password-hash v0.5.0 |
1925 | 2024-02-21T00:24:06.199Z | Checking headers v0.3.9 |
1926 | 2024-02-21T00:24:06.570Z | Checking blake2 v0.10.6 |
1927 | 2024-02-21T00:24:06.863Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1928 | 2024-02-21T00:24:07.046Z | Checking swrite v0.1.0 |
1929 | 2024-02-21T00:24:07.173Z | Checking argon2 v0.5.3 |
1930 | 2024-02-21T00:24:07.198Z | Compiling derive-where v1.2.7 |
1931 | 2024-02-21T00:24:07.693Z | Checking rcgen v0.12.1 |
1932 | 2024-02-21T00:24:07.828Z | Checking atomicwrites v0.4.3 |
1933 | 2024-02-21T00:24:07.962Z | Checking subprocess v0.2.9 |
1934 | 2024-02-21T00:24:08.035Z | Checking arc-swap v1.6.0 |
1935 | 2024-02-21T00:24:08.505Z | Compiling cancel-safe-futures v0.1.5 |
1936 | 2024-02-21T00:24:08.526Z | Checking slog-scope v4.4.0 |
1937 | 2024-02-21T00:24:08.542Z | Checking half v2.3.1 |
1938 | 2024-02-21T00:24:08.556Z | Checking ciborium-io v0.2.2 |
1939 | 2024-02-21T00:24:08.682Z | Checking resolv-conf v0.7.0 |
1940 | 2024-02-21T00:24:08.743Z | Checking slog-stdlog v4.1.1 |
1941 | 2024-02-21T00:24:09.315Z | Checking slog-envlogger v2.2.0 |
1942 | 2024-02-21T00:24:09.320Z | Checking ciborium-ll v0.2.2 |
1943 | 2024-02-21T00:24:09.320Z | Checking libsw v3.3.1 |
1944 | 2024-02-21T00:24:09.320Z | Checking trust-dns-resolver v0.22.0 |
1945 | 2024-02-21T00:24:09.320Z | Checking linear-map v1.2.0 |
1946 | 2024-02-21T00:24:09.320Z | Checking owo-colors v4.0.0 |
1947 | 2024-02-21T00:24:09.320Z | Checking ciborium v0.2.2 |
1948 | 2024-02-21T00:24:09.483Z | Compiling slog-dtrace v0.3.0 |
1949 | 2024-02-21T00:24:09.891Z | Checking textwrap v0.11.0 |
1950 | 2024-02-21T00:24:10.126Z | Compiling heck v0.3.3 |
1951 | 2024-02-21T00:24:10.423Z | Compiling blake3 v1.5.0 |
1952 | 2024-02-21T00:24:10.587Z | Compiling libefi-sys v0.1.0 |
1953 | 2024-02-21T00:24:10.771Z | Checking ansi_term v0.12.1 |
1954 | 2024-02-21T00:24:10.917Z | Checking vec_map v0.8.2 |
1955 | 2024-02-21T00:24:11.429Z | Checking termcolor v1.2.0 |
1956 | 2024-02-21T00:24:11.429Z | Checking strsim v0.8.0 |
1957 | 2024-02-21T00:24:11.429Z | Checking clap v2.34.0 |
1958 | 2024-02-21T00:24:11.429Z | Compiling structopt-derive v0.4.18 |
1959 | 2024-02-21T00:24:11.469Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1960 | 2024-02-21T00:24:11.531Z | Checking nibble_vec v0.1.0 |
1961 | 2024-02-21T00:24:11.730Z | Checking endian-type v0.1.2 |
1962 | 2024-02-21T00:24:11.834Z | Compiling radium v0.7.0 |
1963 | 2024-02-21T00:24:11.931Z | Checking radix_trie v0.2.1 |
1964 | 2024-02-21T00:24:11.984Z | Checking mockall v0.12.0 |
1965 | 2024-02-21T00:24:12.279Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1966 | 2024-02-21T00:24:12.349Z | Compiling maybe-uninit v2.0.0 |
1967 | 2024-02-21T00:24:12.376Z | Checking tap v1.0.1 |
1968 | 2024-02-21T00:24:12.533Z | Checking wyz v0.5.1 |
1969 | 2024-02-21T00:24:12.601Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1970 | 2024-02-21T00:24:12.838Z | Checking fxhash v0.2.1 |
1971 | 2024-02-21T00:24:12.930Z | Checking gethostname v0.4.3 |
1972 | 2024-02-21T00:24:13.826Z | Compiling packed_struct v0.10.1 |
1973 | 2024-02-21T00:24:13.826Z | Checking crc-catalog v2.2.0 |
1974 | 2024-02-21T00:24:13.826Z | Checking funty v2.0.0 |
1975 | 2024-02-21T00:24:13.826Z | Compiling semver v0.1.20 |
1976 | 2024-02-21T00:24:13.826Z | Compiling num-bigint-dig v0.8.4 |
1977 | 2024-02-21T00:24:13.826Z | Compiling rustc_version v0.1.7 |
1978 | 2024-02-21T00:24:13.826Z | Checking crc v3.0.1 |
1979 | 2024-02-21T00:24:13.826Z | Compiling packed_struct_codegen v0.10.1 |
1980 | 2024-02-21T00:24:14.785Z | Compiling indexmap v1.9.3 |
1981 | 2024-02-21T00:24:14.785Z | Checking nodrop v0.1.14 |
1982 | 2024-02-21T00:24:14.785Z | Checking array-init v0.0.4 |
1983 | 2024-02-21T00:24:14.785Z | Checking bitvec v1.0.1 |
1984 | 2024-02-21T00:24:14.785Z | Compiling newtype_derive v0.1.6 |
1985 | 2024-02-21T00:24:14.785Z | Checking smallvec v0.6.14 |
1986 | 2024-02-21T00:24:14.786Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1987 | 2024-02-21T00:24:14.786Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1988 | 2024-02-21T00:24:14.786Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1989 | 2024-02-21T00:24:14.786Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1990 | 2024-02-21T00:24:14.786Z | Checking structopt v0.3.26 |
1991 | 2024-02-21T00:24:14.923Z | Checking pkcs1 v0.7.5 |
1992 | 2024-02-21T00:24:15.034Z | Checking signature v2.1.0 |
1993 | 2024-02-21T00:24:15.202Z | Compiling crossbeam-deque v0.8.3 |
1994 | 2024-02-21T00:24:15.346Z | Checking hashbrown v0.12.3 |
1995 | 2024-02-21T00:24:15.562Z | Checking bitfield v0.14.0 |
1996 | 2024-02-21T00:24:17.318Z | Checking serde-hex v0.1.0 |
1997 | 2024-02-21T00:24:17.361Z | Checking rsa v0.9.2 |
1998 | 2024-02-21T00:24:17.361Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1999 | 2024-02-21T00:24:17.361Z | Checking env_logger v0.10.0 |
2000 | 2024-02-21T00:24:17.549Z | Checking x509-cert v0.2.4 |
2001 | 2024-02-21T00:24:17.638Z | Checking ron v0.8.1 |
2002 | 2024-02-21T00:24:17.875Z | Checking hashbrown v0.13.2 |
2003 | 2024-02-21T00:24:18.985Z | Compiling semver-parser v0.10.2 |
2004 | 2024-02-21T00:24:19.034Z | Compiling num-rational v0.4.1 |
2005 | 2024-02-21T00:24:19.085Z | Checking crc-any v2.4.3 |
2006 | 2024-02-21T00:24:19.249Z | Checking object v0.30.4 |
2007 | 2024-02-21T00:24:19.455Z | Compiling semver v0.11.0 |
2008 | 2024-02-21T00:24:19.695Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2009 | 2024-02-21T00:24:20.127Z | Compiling rayon v1.8.0 |
2010 | 2024-02-21T00:24:20.543Z | Compiling memmap2 v0.7.1 |
2011 | 2024-02-21T00:24:21.020Z | Checking path-slash v0.1.5 |
2012 | 2024-02-21T00:24:21.130Z | Compiling arrayref v0.3.7 |
2013 | 2024-02-21T00:24:21.172Z | Compiling arrayvec v0.7.4 |
2014 | 2024-02-21T00:24:21.224Z | Compiling constant_time_eq v0.3.0 |
2015 | 2024-02-21T00:24:21.271Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2016 | 2024-02-21T00:24:21.750Z | Compiling home v0.5.5 |
2017 | 2024-02-21T00:24:21.772Z | Compiling toolchain_find v0.2.0 |
2018 | 2024-02-21T00:24:21.773Z | Checking steno v0.4.0 |
2019 | 2024-02-21T00:24:22.239Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2020 | 2024-02-21T00:24:22.602Z | Compiling toml v0.5.11 |
2021 | 2024-02-21T00:24:23.049Z | Checking num-complex v0.4.4 |
2022 | 2024-02-21T00:24:23.756Z | Compiling topological-sort v0.2.2 |
2023 | 2024-02-21T00:24:24.012Z | Compiling convert_case v0.4.0 |
2024 | 2024-02-21T00:24:24.036Z | Checking num v0.4.1 |
2025 | 2024-02-21T00:24:24.143Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2026 | 2024-02-21T00:24:24.197Z | Checking newline-converter v0.3.0 |
2027 | 2024-02-21T00:24:24.704Z | Compiling rustfmt-wrapper v0.2.0 |
2028 | 2024-02-21T00:24:24.976Z | Compiling derive_more v0.99.17 |
2029 | 2024-02-21T00:24:25.434Z | Compiling omicron-zone-package v0.11.0 |
2030 | 2024-02-21T00:24:26.191Z | Checking expectorate v1.1.0 |
2031 | 2024-02-21T00:24:26.714Z | Checking utf-8 v0.7.6 |
2032 | 2024-02-21T00:24:26.714Z | Compiling buf-list v1.0.3 |
2033 | 2024-02-21T00:24:26.715Z | Checking tungstenite v0.20.1 |
2034 | 2024-02-21T00:24:26.715Z | Checking display-error-chain v0.2.0 |
2035 | 2024-02-21T00:24:26.755Z | Compiling parking_lot_core v0.8.6 |
2036 | 2024-02-21T00:24:27.309Z | Checking keccak v0.1.4 |
2037 | 2024-02-21T00:24:27.421Z | Checking tokio-tungstenite v0.20.1 |
2038 | 2024-02-21T00:24:27.437Z | Checking trust-dns-client v0.22.0 |
2039 | 2024-02-21T00:24:27.628Z | Checking sha3 v0.10.8 |
2040 | 2024-02-21T00:24:27.657Z | Checking parking_lot v0.11.2 |
2041 | 2024-02-21T00:24:28.024Z | Checking secrecy v0.8.0 |
2042 | 2024-02-21T00:24:28.031Z | Compiling pin-project-internal v1.1.3 |
2043 | 2024-02-21T00:24:28.266Z | Compiling doc-comment v0.3.3 |
2044 | 2024-02-21T00:24:28.841Z | Checking sled v0.34.7 |
2045 | 2024-02-21T00:24:29.178Z | Checking glob v0.3.1 |
2046 | 2024-02-21T00:24:29.517Z | Compiling vte_generate_state_changes v0.1.1 |
2047 | 2024-02-21T00:24:29.547Z | Checking trust-dns-server v0.22.1 |
2048 | 2024-02-21T00:24:30.655Z | Checking vte v0.11.1 |
2049 | 2024-02-21T00:24:31.529Z | Checking pin-project v1.1.3 |
2050 | 2024-02-21T00:24:32.065Z | Compiling unicase v2.7.0 |
2051 | 2024-02-21T00:24:32.078Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2052 | 2024-02-21T00:24:32.078Z | Compiling platforms v3.0.2 |
2053 | 2024-02-21T00:24:32.170Z | Checking strip-ansi-escapes v0.2.0 |
2054 | 2024-02-21T00:24:32.203Z | Checking fd-lock v3.0.13 |
2055 | 2024-02-21T00:24:32.327Z | Compiling snafu-derive v0.7.5 |
2056 | 2024-02-21T00:24:32.344Z | Compiling fs-err v2.11.0 |
2057 | 2024-02-21T00:24:32.382Z | Checking nu-ansi-term v0.50.0 |
2058 | 2024-02-21T00:24:32.439Z | Checking globset v0.4.13 |
2059 | 2024-02-21T00:24:32.816Z | Checking olpc-cjson v0.1.3 |
2060 | 2024-02-21T00:24:32.836Z | Checking reedline v0.29.0 |
2061 | 2024-02-21T00:24:32.967Z | Checking serde_plain v1.0.2 |
2062 | 2024-02-21T00:24:33.038Z | Compiling async-recursion v1.0.5 |
2063 | 2024-02-21T00:24:33.056Z | Checking typed-path v0.7.0 |
2064 | 2024-02-21T00:24:33.194Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2065 | 2024-02-21T00:24:33.206Z | Compiling curve25519-dalek v4.1.1 |
2066 | 2024-02-21T00:24:34.132Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2067 | 2024-02-21T00:24:34.302Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
2068 | 2024-02-21T00:24:34.526Z | Checking progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
2069 | 2024-02-21T00:24:34.671Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2070 | 2024-02-21T00:24:34.727Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2071 | 2024-02-21T00:24:35.227Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2072 | 2024-02-21T00:24:35.227Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2073 | 2024-02-21T00:24:35.227Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2074 | 2024-02-21T00:24:35.495Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2075 | 2024-02-21T00:24:35.806Z | Compiling memoffset v0.7.1 |
2076 | 2024-02-21T00:24:35.919Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2077 | 2024-02-21T00:24:36.150Z | Checking parse-size v1.0.0 |
2078 | 2024-02-21T00:24:36.470Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2079 | 2024-02-21T00:24:36.612Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2080 | 2024-02-21T00:24:38.898Z | Checking snafu v0.7.5 |
2081 | 2024-02-21T00:24:38.914Z | Compiling mime_guess v2.0.4 |
2082 | 2024-02-21T00:24:39.445Z | Checking tough v0.16.0 |
2083 | 2024-02-21T00:24:41.986Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2084 | 2024-02-21T00:24:42.009Z | Checking progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
2085 | 2024-02-21T00:24:42.346Z | Checking universal-hash v0.5.1 |
2086 | 2024-02-21T00:24:42.525Z | Compiling thiserror-impl-no-std v2.0.2 |
2087 | 2024-02-21T00:24:42.620Z | Compiling curve25519-dalek-derive v0.1.0 |
2088 | 2024-02-21T00:24:42.930Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
2089 | 2024-02-21T00:24:44.332Z | Checking opaque-debug v0.3.0 |
2090 | 2024-02-21T00:24:44.755Z | Checking poly1305 v0.8.0 |
2091 | 2024-02-21T00:24:46.122Z | Checking thiserror-no-std v2.0.2 |
2092 | 2024-02-21T00:24:46.353Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2093 | 2024-02-21T00:24:46.650Z | Checking chacha20 v0.9.1 |
2094 | 2024-02-21T00:24:46.698Z | Checking aead v0.5.2 |
2095 | 2024-02-21T00:24:46.912Z | Checking kstat-rs v0.2.3 |
2096 | 2024-02-21T00:24:46.992Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2097 | 2024-02-21T00:24:47.306Z | Compiling salty v0.2.0 |
2098 | 2024-02-21T00:24:47.364Z | Checking signature v1.6.4 |
2099 | 2024-02-21T00:24:47.877Z | Checking ed25519 v1.5.3 |
2100 | 2024-02-21T00:24:48.099Z | Checking chacha20poly1305 v0.10.1 |
2101 | 2024-02-21T00:24:48.663Z | Checking vsss-rs v3.3.4 |
2102 | 2024-02-21T00:24:48.943Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2103 | 2024-02-21T00:24:49.060Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2104 | 2024-02-21T00:24:49.577Z | Checking serde-big-array v0.5.1 |
2105 | 2024-02-21T00:24:49.577Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2106 | 2024-02-21T00:24:49.577Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2107 | 2024-02-21T00:24:51.473Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2108 | 2024-02-21T00:24:52.358Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2109 | 2024-02-21T00:24:52.510Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2110 | 2024-02-21T00:24:53.010Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2111 | 2024-02-21T00:24:53.860Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2112 | 2024-02-21T00:24:54.109Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2113 | 2024-02-21T00:24:54.522Z | Checking bytecount v0.6.3 |
2114 | 2024-02-21T00:24:54.674Z | Checking papergrid v0.11.0 |
2115 | 2024-02-21T00:24:55.075Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2116 | 2024-02-21T00:24:56.911Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
2117 | 2024-02-21T00:24:56.930Z | Compiling tabled_derive v0.7.0 |
2118 | 2024-02-21T00:24:57.429Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2119 | 2024-02-21T00:24:57.566Z | Checking signal-hook-tokio v0.3.1 |
2120 | 2024-02-21T00:24:57.995Z | Checking fd-lock v4.0.2 |
2121 | 2024-02-21T00:24:58.008Z | Checking nix v0.27.1 |
2122 | 2024-02-21T00:24:58.009Z | Checking serde-big-array v0.4.1 |
2123 | 2024-02-21T00:24:58.009Z | Compiling sqlparser_derive v0.2.2 |
2124 | 2024-02-21T00:24:58.724Z | Checking unicode_categories v0.1.1 |
2125 | 2024-02-21T00:24:59.021Z | Checking humantime v2.1.0 |
2126 | 2024-02-21T00:24:59.253Z | Compiling prettyplease v0.2.16 |
2127 | 2024-02-21T00:24:59.498Z | Checking sqlparser v0.43.1 |
2128 | 2024-02-21T00:24:59.637Z | Checking sqlformat v0.2.3 |
2129 | 2024-02-21T00:24:59.804Z | Checking tabled v0.15.0 |
2130 | 2024-02-21T00:25:00.998Z | Checking rustyline v13.0.0 |
2131 | 2024-02-21T00:25:01.417Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2132 | 2024-02-21T00:25:02.429Z | Checking bcs v0.1.6 |
2133 | 2024-02-21T00:25:02.473Z | Checking highway v1.1.0 |
2134 | 2024-02-21T00:25:02.866Z | Checking corncobs v0.1.3 |
2135 | 2024-02-21T00:25:02.877Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2136 | 2024-02-21T00:25:03.463Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2137 | 2024-02-21T00:25:03.481Z | Compiling crunchy v0.2.2 |
2138 | 2024-02-21T00:25:03.481Z | Checking progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
2139 | 2024-02-21T00:25:03.481Z | Checking http-range v0.1.5 |
2140 | 2024-02-21T00:25:03.481Z | Checking hyper-staticfile v0.9.5 |
2141 | 2024-02-21T00:25:03.481Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2142 | 2024-02-21T00:25:03.572Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2143 | 2024-02-21T00:25:03.895Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2144 | 2024-02-21T00:25:03.966Z | Compiling clang-sys v1.6.1 |
2145 | 2024-02-21T00:25:04.514Z | Compiling tiny-keccak v2.0.2 |
2146 | 2024-02-21T00:25:05.009Z | Compiling darling_core v0.14.4 |
2147 | 2024-02-21T00:25:06.407Z | Checking assert_matches v1.5.0 |
2148 | 2024-02-21T00:25:06.515Z | Compiling ascii-canvas v3.0.0 |
2149 | 2024-02-21T00:25:07.017Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2150 | 2024-02-21T00:25:07.074Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2151 | 2024-02-21T00:25:08.112Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2152 | 2024-02-21T00:25:08.535Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2153 | 2024-02-21T00:25:08.702Z | Compiling ena v0.14.2 |
2154 | 2024-02-21T00:25:08.791Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2155 | 2024-02-21T00:25:08.808Z | Compiling libloading v0.7.4 |
2156 | 2024-02-21T00:25:09.091Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2157 | 2024-02-21T00:25:09.206Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2158 | 2024-02-21T00:25:10.048Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2159 | 2024-02-21T00:25:11.144Z | Compiling regex-syntax v0.6.29 |
2160 | 2024-02-21T00:25:11.313Z | Compiling darling_macro v0.14.4 |
2161 | 2024-02-21T00:25:12.482Z | Compiling diff v0.1.13 |
2162 | 2024-02-21T00:25:12.739Z | Compiling bindgen v0.69.2 |
2163 | 2024-02-21T00:25:12.995Z | Compiling darling v0.14.4 |
2164 | 2024-02-21T00:25:13.576Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2165 | 2024-02-21T00:25:13.832Z | Compiling cexpr v0.6.0 |
2166 | 2024-02-21T00:25:15.551Z | Compiling which v4.4.0 |
2167 | 2024-02-21T00:25:15.565Z | Compiling lalrpop v0.19.12 |
2168 | 2024-02-21T00:25:15.686Z | Compiling peeking_take_while v0.1.2 |
2169 | 2024-02-21T00:25:15.815Z | Compiling rustc-hash v1.1.0 |
2170 | 2024-02-21T00:25:15.839Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2171 | 2024-02-21T00:25:15.974Z | Compiling shlex v1.3.0 |
2172 | 2024-02-21T00:25:16.802Z | Checking maplit v1.0.2 |
2173 | 2024-02-21T00:25:16.814Z | Compiling lazycell v1.3.0 |
2174 | 2024-02-21T00:25:16.815Z | Compiling ref-cast v1.0.20 |
2175 | 2024-02-21T00:25:16.815Z | Compiling portable-atomic v1.4.3 |
2176 | 2024-02-21T00:25:16.815Z | Compiling derive_builder_core v0.12.0 |
2177 | 2024-02-21T00:25:17.537Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2178 | 2024-02-21T00:25:17.734Z | Compiling ref-cast-impl v1.0.20 |
2179 | 2024-02-21T00:25:17.867Z | Compiling libxml v0.3.3 |
2180 | 2024-02-21T00:25:19.110Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2181 | 2024-02-21T00:25:19.217Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2182 | 2024-02-21T00:25:19.779Z | Compiling derive_builder_macro v0.12.0 |
2183 | 2024-02-21T00:25:19.791Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2184 | 2024-02-21T00:25:19.974Z | Compiling strum_macros v0.24.3 |
2185 | 2024-02-21T00:25:20.060Z | Compiling cookie v0.18.0 |
2186 | 2024-02-21T00:25:20.318Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2187 | 2024-02-21T00:25:20.408Z | Compiling indoc v1.0.9 |
2188 | 2024-02-21T00:25:20.896Z | Checking number_prefix v0.4.0 |
2189 | 2024-02-21T00:25:20.896Z | Checking indicatif v0.17.8 |
2190 | 2024-02-21T00:25:21.679Z | Checking derive_builder v0.12.0 |
2191 | 2024-02-21T00:25:21.832Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2192 | 2024-02-21T00:25:22.179Z | Checking bb8 v0.8.3 |
2193 | 2024-02-21T00:25:22.652Z | Checking quick-xml v0.30.0 |
2194 | 2024-02-21T00:25:23.589Z | Checking castaway v0.2.2 |
2195 | 2024-02-21T00:25:23.745Z | Compiling impl-trait-for-tuples v0.2.2 |
2196 | 2024-02-21T00:25:23.873Z | Compiling oso-derive v0.27.0 |
2197 | 2024-02-21T00:25:24.138Z | Checking compact_str v0.7.1 |
2198 | 2024-02-21T00:25:24.776Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2199 | 2024-02-21T00:25:25.820Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2200 | 2024-02-21T00:25:25.832Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2201 | 2024-02-21T00:25:25.832Z | Checking lru v0.12.1 |
2202 | 2024-02-21T00:25:25.832Z | Compiling stability v0.1.1 |
2203 | 2024-02-21T00:25:26.824Z | Checking cassowary v0.3.0 |
2204 | 2024-02-21T00:25:26.901Z | Compiling indoc v2.0.3 |
2205 | 2024-02-21T00:25:27.391Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2206 | 2024-02-21T00:25:27.423Z | Checking unicode-linebreak v0.1.5 |
2207 | 2024-02-21T00:25:27.424Z | Checking smawk v0.3.1 |
2208 | 2024-02-21T00:25:27.964Z | Checking is_ci v1.2.0 |
2209 | 2024-02-21T00:25:27.978Z | Checking textwrap v0.16.1 |
2210 | 2024-02-21T00:25:27.979Z | Checking supports-color v3.0.0 |
2211 | 2024-02-21T00:25:27.979Z | Compiling nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution) |
2212 | 2024-02-21T00:25:28.082Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2213 | 2024-02-21T00:25:28.098Z | Checking ratatui v0.26.1 |
2214 | 2024-02-21T00:25:28.130Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2215 | 2024-02-21T00:25:28.454Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2216 | 2024-02-21T00:25:28.637Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2217 | 2024-02-21T00:25:29.093Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2218 | 2024-02-21T00:25:29.556Z | Checking nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
2219 | 2024-02-21T00:25:30.558Z | Checking rtoolbox v0.0.1 |
2220 | 2024-02-21T00:25:30.778Z | Checking rpassword v7.3.1 |
2221 | 2024-02-21T00:25:30.969Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
2222 | 2024-02-21T00:25:31.321Z | Checking tui-tree-widget v0.17.0 |
2223 | 2024-02-21T00:25:31.677Z | Checking fatfs v0.3.6 |
2224 | 2024-02-21T00:25:32.550Z | Checking shell-words v1.1.0 |
2225 | 2024-02-21T00:25:32.735Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2226 | 2024-02-21T00:25:33.074Z | Checking yansi v0.5.1 |
2227 | 2024-02-21T00:25:33.390Z | Checking pretty_assertions v1.4.0 |
2228 | 2024-02-21T00:25:33.592Z | Compiling target-lexicon v0.12.13 |
2229 | 2024-02-21T00:25:34.000Z | Checking plotters-backend v0.3.5 |
2230 | 2024-02-21T00:25:34.369Z | Compiling guppy-workspace-hack v0.1.0 |
2231 | 2024-02-21T00:25:35.182Z | Checking plotters-svg v0.3.5 |
2232 | 2024-02-21T00:25:35.320Z | Checking http-body v1.0.0 |
2233 | 2024-02-21T00:25:35.444Z | Checking rand v0.4.6 |
2234 | 2024-02-21T00:25:35.508Z | Compiling target-spec v3.1.0 |
2235 | 2024-02-21T00:25:36.140Z | Checking remove_dir_all v0.5.3 |
2236 | 2024-02-21T00:25:36.151Z | Checking tower-layer v0.3.2 |
2237 | 2024-02-21T00:25:36.237Z | Compiling assert_cmd v2.0.14 |
2238 | 2024-02-21T00:25:36.422Z | Checking cast v0.3.0 |
2239 | 2024-02-21T00:25:36.534Z | Checking tower v0.4.13 |
2240 | 2024-02-21T00:25:36.699Z | Checking tempdir v0.3.7 |
2241 | 2024-02-21T00:25:36.763Z | Checking criterion-plot v0.5.0 |
2242 | 2024-02-21T00:25:36.879Z | Checking hyper v1.1.0 |
2243 | 2024-02-21T00:25:37.225Z | Checking plotters v0.3.5 |
2244 | 2024-02-21T00:25:37.392Z | Checking cfg-expr v0.15.6 |
2245 | 2024-02-21T00:25:38.233Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2246 | 2024-02-21T00:25:38.306Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2247 | 2024-02-21T00:25:39.140Z | Checking tinytemplate v1.2.1 |
2248 | 2024-02-21T00:25:39.176Z | Checking cargo-platform v0.1.3 |
2249 | 2024-02-21T00:25:39.512Z | Checking anes v0.1.6 |
2250 | 2024-02-21T00:25:39.562Z | Checking oorandom v11.1.3 |
2251 | 2024-02-21T00:25:39.715Z | Checking cargo_metadata v0.18.1 |
2252 | 2024-02-21T00:25:39.894Z | Checking criterion v0.5.1 |
2253 | 2024-02-21T00:25:40.774Z | Checking hyper-util v0.1.2 |
2254 | 2024-02-21T00:25:41.627Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2255 | 2024-02-21T00:25:41.960Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2256 | 2024-02-21T00:25:41.987Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2257 | 2024-02-21T00:25:43.043Z | Checking rustls-native-certs v0.7.0 |
2258 | 2024-02-21T00:25:43.206Z | Checking pathdiff v0.2.1 |
2259 | 2024-02-21T00:25:43.730Z | Checking nested v0.1.1 |
2260 | 2024-02-21T00:25:43.730Z | Checking guppy v0.17.5 |
2261 | 2024-02-21T00:25:46.014Z | Checking hyper-rustls v0.26.0 |
2262 | 2024-02-21T00:25:46.127Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2263 | 2024-02-21T00:25:46.357Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2264 | 2024-02-21T00:25:47.165Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2265 | 2024-02-21T00:25:47.972Z | Checking httptest v0.15.5 |
2266 | 2024-02-21T00:25:48.361Z | Checking threadpool v1.8.1 |
2267 | 2024-02-21T00:25:48.417Z | Checking nanorand v0.7.0 |
2268 | 2024-02-21T00:25:49.206Z | Checking libtest-mimic v0.6.1 |
2269 | 2024-02-21T00:25:49.215Z | Checking flume v0.11.0 |
2270 | 2024-02-21T00:25:49.269Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2271 | 2024-02-21T00:25:49.395Z | Checking similar-asserts v1.5.0 |
2272 | 2024-02-21T00:25:49.848Z | Compiling rstest_macros v0.18.2 |
2273 | 2024-02-21T00:25:50.161Z | Checking datatest-stable v0.2.3 |
2274 | 2024-02-21T00:25:50.423Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2275 | 2024-02-21T00:25:51.737Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2276 | 2024-02-21T00:25:51.770Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2277 | 2024-02-21T00:25:52.299Z | Checking csv-core v0.1.11 |
2278 | 2024-02-21T00:25:52.525Z | Compiling relative-path v1.9.0 |
2279 | 2024-02-21T00:25:52.554Z | Compiling trybuild v1.0.89 |
2280 | 2024-02-21T00:25:52.663Z | Checking constant_time_eq v0.2.6 |
2281 | 2024-02-21T00:25:52.798Z | Checking blake2b_simd v1.0.1 |
2282 | 2024-02-21T00:25:53.058Z | Checking csv v1.3.0 |
2283 | 2024-02-21T00:25:53.716Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2284 | 2024-02-21T00:25:53.974Z | Checking multimap v0.10.0 |
2285 | 2024-02-21T00:25:54.342Z | Checking basic-toml v0.1.8 |
2286 | 2024-02-21T00:25:55.272Z | Checking futures-timer v3.0.2 |
2287 | 2024-02-21T00:25:57.075Z | Checking rust-argon2 v1.0.1 |
2288 | 2024-02-21T00:25:57.602Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2289 | 2024-02-21T00:25:59.656Z | Checking partial-io v0.5.4 |
2290 | 2024-02-21T00:26:00.065Z | Checking approx v0.5.1 |
2291 | 2024-02-21T00:26:00.317Z | Checking termios v0.3.3 |
2292 | 2024-02-21T00:26:00.540Z | Checking hex-literal v0.4.1 |
2293 | 2024-02-21T00:26:03.937Z | Checking rstest v0.18.2 |
2294 | 2024-02-21T00:26:06.352Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2295 | 2024-02-21T00:26:54.952Z | Checking zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
2296 | 2024-02-21T00:26:57.631Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2297 | 2024-02-21T00:26:59.373Z | Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f) |
2298 | 2024-02-21T00:26:59.817Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2299 | 2024-02-21T00:27:12.838Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2300 | 2024-02-21T00:27:23.951Z | Compiling polar-core v0.27.0 |
2301 | 2024-02-21T00:27:31.321Z | Checking oso v0.27.0 |
2302 | 2024-02-21T00:27:59.642Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2303 | 2024-02-21T00:29:09.548Z | Finished dev [unoptimized + debuginfo] target(s) in 7m 23s |
2304 | 2024-02-21T00:29:09.741Z | |
2305 | 2024-02-21T00:29:09.741Z | real 8:07.359470870 |
2306 | 2024-02-21T00:29:09.742Z | user 42:13.610663846 |
2307 | 2024-02-21T00:29:09.742Z | sys 6:55.656897492 |
2308 | 2024-02-21T00:29:09.742Z | trap 1.208000031 |
2309 | 2024-02-21T00:29:09.742Z | tflt 5.517536708 |
2310 | 2024-02-21T00:29:09.742Z | dflt 4.203108330 |
2311 | 2024-02-21T00:29:09.742Z | kflt 0.050065999 |
2312 | 2024-02-21T00:29:09.751Z | lock 1:05:03.763678124 |
2313 | 2024-02-21T00:29:09.751Z | slp 2:08:13.968957461 |
2314 | 2024-02-21T00:29:09.752Z | lat 1:51.802810674 |
2315 | 2024-02-21T00:29:09.752Z | stop 4:45.263230971 |
2316 | 2024-02-21T00:29:11.034Z | warning: output filename collision. |
2317 | 2024-02-21T00:29:11.034Z | 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)`. |
2318 | 2024-02-21T00:29:11.034Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2319 | 2024-02-21T00:29:11.034Z | The targets should have unique names. |
2320 | 2024-02-21T00:29:11.035Z | This is a known bug where multiple crates with the same name use |
2321 | 2024-02-21T00:29:11.035Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2322 | 2024-02-21T00:29:11.059Z | warning: output filename collision. |
2323 | 2024-02-21T00:29:11.060Z | The lib target `nix` in package `nix v0.27.1` has the same output filename as the lib target `nix` in package `nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)`. |
2324 | 2024-02-21T00:29:11.060Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html |
2325 | 2024-02-21T00:29:11.060Z | The targets should have unique names. |
2326 | 2024-02-21T00:29:11.060Z | This is a known bug where multiple crates with the same name use |
2327 | 2024-02-21T00:29:11.060Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2328 | 2024-02-21T00:29:11.060Z | warning: output filename collision. |
2329 | 2024-02-21T00:29:11.060Z | 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)`. |
2330 | 2024-02-21T00:29:11.060Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2331 | 2024-02-21T00:29:11.060Z | The targets should have unique names. |
2332 | 2024-02-21T00:29:11.060Z | This is a known bug where multiple crates with the same name use |
2333 | 2024-02-21T00:29:11.061Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2334 | 2024-02-21T00:29:11.061Z | warning: output filename collision. |
2335 | 2024-02-21T00:29:11.061Z | The lib target `progenitor` in package `progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)` has the same output filename as the lib target `progenitor` in package `progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)`. |
2336 | 2024-02-21T00:29:11.061Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor/index.html |
2337 | 2024-02-21T00:29:11.061Z | The targets should have unique names. |
2338 | 2024-02-21T00:29:11.061Z | This is a known bug where multiple crates with the same name use |
2339 | 2024-02-21T00:29:11.061Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2340 | 2024-02-21T00:29:11.061Z | warning: output filename collision. |
2341 | 2024-02-21T00:29:11.061Z | The lib target `progenitor-client` in package `progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)` has the same output filename as the lib target `progenitor-client` in package `progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)`. |
2342 | 2024-02-21T00:29:11.062Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor_client/index.html |
2343 | 2024-02-21T00:29:11.062Z | The targets should have unique names. |
2344 | 2024-02-21T00:29:11.062Z | This is a known bug where multiple crates with the same name use |
2345 | 2024-02-21T00:29:11.062Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2346 | 2024-02-21T00:29:11.062Z | warning: output filename collision. |
2347 | 2024-02-21T00:29:11.062Z | The lib target `progenitor-impl` in package `progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)` has the same output filename as the lib target `progenitor-impl` in package `progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)`. |
2348 | 2024-02-21T00:29:11.062Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor_impl/index.html |
2349 | 2024-02-21T00:29:11.062Z | The targets should have unique names. |
2350 | 2024-02-21T00:29:11.062Z | This is a known bug where multiple crates with the same name use |
2351 | 2024-02-21T00:29:11.062Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2352 | 2024-02-21T00:29:11.062Z | warning: output filename collision. |
2353 | 2024-02-21T00:29:11.062Z | 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)`. |
2354 | 2024-02-21T00:29:11.062Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2355 | 2024-02-21T00:29:11.062Z | The targets should have unique names. |
2356 | 2024-02-21T00:29:11.062Z | This is a known bug where multiple crates with the same name use |
2357 | 2024-02-21T00:29:11.062Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2358 | 2024-02-21T00:29:11.505Z | Documenting libc v0.2.153 |
2359 | 2024-02-21T00:29:11.505Z | Documenting cfg-if v1.0.0 |
2360 | 2024-02-21T00:29:11.505Z | Documenting serde_derive v1.0.196 |
2361 | 2024-02-21T00:29:11.505Z | Documenting log v0.4.20 |
2362 | 2024-02-21T00:29:11.505Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2363 | 2024-02-21T00:29:11.505Z | Documenting memchr v2.6.3 |
2364 | 2024-02-21T00:29:11.505Z | Documenting scopeguard v1.2.0 |
2365 | 2024-02-21T00:29:11.505Z | Documenting byteorder v1.5.0 |
2366 | 2024-02-21T00:29:11.515Z | Documenting smallvec v1.13.1 |
2367 | 2024-02-21T00:29:13.854Z | Documenting itoa v1.0.9 |
2368 | 2024-02-21T00:29:13.979Z | Documenting lock_api v0.4.10 |
2369 | 2024-02-21T00:29:14.838Z | Documenting once_cell v1.19.0 |
2370 | 2024-02-21T00:29:15.306Z | Documenting getrandom v0.2.10 |
2371 | 2024-02-21T00:29:15.642Z | Documenting zeroize_derive v1.4.2 |
2372 | 2024-02-21T00:29:15.696Z | Documenting parking_lot_core v0.9.8 |
2373 | 2024-02-21T00:29:15.905Z | Documenting libm v0.2.7 |
2374 | 2024-02-21T00:29:16.744Z | Documenting pin-project-lite v0.2.13 |
2375 | 2024-02-21T00:29:16.982Z | Documenting signal-hook-registry v1.4.1 |
2376 | 2024-02-21T00:29:17.671Z | Documenting serde v1.0.196 |
2377 | 2024-02-21T00:29:19.166Z | Documenting rand_core v0.6.4 |
2378 | 2024-02-21T00:29:19.303Z | Documenting num-traits v0.2.16 |
2379 | 2024-02-21T00:29:19.467Z | Documenting mio v0.8.9 |
2380 | 2024-02-21T00:29:19.672Z | Documenting parking_lot v0.12.1 |
2381 | 2024-02-21T00:29:19.694Z | Documenting futures-core v0.3.30 |
2382 | 2024-02-21T00:29:21.072Z | Documenting ryu v1.0.15 |
2383 | 2024-02-21T00:29:21.147Z | Documenting zeroize v1.7.0 |
2384 | 2024-02-21T00:29:23.068Z | Documenting thiserror-impl v1.0.57 |
2385 | 2024-02-21T00:29:23.434Z | Documenting num_cpus v1.16.0 |
2386 | 2024-02-21T00:29:23.567Z | Documenting socket2 v0.5.5 |
2387 | 2024-02-21T00:29:23.648Z | Documenting tokio-macros v2.2.0 |
2388 | 2024-02-21T00:29:23.858Z | Documenting zerocopy v0.7.32 |
2389 | 2024-02-21T00:29:24.143Z | Documenting typenum v1.16.0 |
2390 | 2024-02-21T00:29:25.135Z | Documenting subtle v2.5.0 |
2391 | 2024-02-21T00:29:27.469Z | Documenting futures-sink v0.3.30 |
2392 | 2024-02-21T00:29:27.672Z | Documenting pin-utils v0.1.0 |
2393 | 2024-02-21T00:29:27.905Z | Documenting thiserror v1.0.57 |
2394 | 2024-02-21T00:29:28.148Z | Documenting iana-time-zone v0.1.57 |
2395 | 2024-02-21T00:29:29.186Z | Documenting slab v0.4.9 |
2396 | 2024-02-21T00:29:31.181Z | Documenting futures-channel v0.3.30 |
2397 | 2024-02-21T00:29:31.296Z | Documenting ahash v0.8.7 |
2398 | 2024-02-21T00:29:31.727Z | Documenting futures-macro v0.3.30 |
2399 | 2024-02-21T00:29:31.905Z | Documenting const-oid v0.9.5 |
2400 | 2024-02-21T00:29:33.388Z | Documenting futures-io v0.3.30 |
2401 | 2024-02-21T00:29:34.053Z | Documenting allocator-api2 v0.2.16 |
2402 | 2024-02-21T00:29:35.293Z | Documenting futures-task v0.3.30 |
2403 | 2024-02-21T00:29:36.230Z | Documenting tinyvec_macros v0.1.1 |
2404 | 2024-02-21T00:29:36.617Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2405 | 2024-02-21T00:29:36.788Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2406 | 2024-02-21T00:29:37.383Z | Documenting tracing-core v0.1.31 |
2407 | 2024-02-21T00:29:37.666Z | Documenting hashbrown v0.14.3 |
2408 | 2024-02-21T00:29:37.760Z | Documenting tracing-attributes v0.1.26 |
2409 | 2024-02-21T00:29:38.033Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2410 | 2024-02-21T00:29:39.400Z | Documenting tinyvec v1.6.0 |
2411 | 2024-02-21T00:29:39.406Z | Documenting futures-util v0.3.30 |
2412 | 2024-02-21T00:29:39.970Z | Documenting bytes v1.5.0 |
2413 | 2024-02-21T00:29:43.415Z | Documenting bitflags v2.4.0 |
2414 | 2024-02-21T00:29:43.494Z | Documenting serde_json v1.0.114 |
2415 | 2024-02-21T00:29:44.888Z | Documenting tokio v1.36.0 |
2416 | 2024-02-21T00:29:44.925Z | Documenting chrono v0.4.31 |
2417 | 2024-02-21T00:29:47.515Z | Documenting uuid v1.7.0 |
2418 | 2024-02-21T00:29:47.824Z | Documenting unicode-normalization v0.1.22 |
2419 | 2024-02-21T00:29:49.338Z | Documenting ppv-lite86 v0.2.17 |
2420 | 2024-02-21T00:29:50.216Z | Documenting equivalent v1.0.1 |
2421 | 2024-02-21T00:29:51.065Z | Documenting unicode-bidi v0.3.13 |
2422 | 2024-02-21T00:29:51.980Z | Documenting generic-array v0.14.7 |
2423 | 2024-02-21T00:29:52.449Z | Documenting serde_derive_internals v0.26.0 |
2424 | 2024-02-21T00:29:52.547Z | Checking serde_derive_internals v0.26.0 |
2425 | 2024-02-21T00:29:52.679Z | Documenting rand_chacha v0.3.1 |
2426 | 2024-02-21T00:29:53.126Z | Documenting indexmap v2.2.3 |
2427 | 2024-02-21T00:29:53.167Z | Documenting base64 v0.21.7 |
2428 | 2024-02-21T00:29:55.356Z | Documenting dyn-clone v1.0.16 |
2429 | 2024-02-21T00:29:56.327Z | Documenting percent-encoding v2.3.1 |
2430 | 2024-02-21T00:29:56.366Z | Documenting tracing v0.1.37 |
2431 | 2024-02-21T00:29:56.784Z | Documenting crypto-common v0.1.6 |
2432 | 2024-02-21T00:29:57.215Z | Documenting block-buffer v0.10.4 |
2433 | 2024-02-21T00:29:57.220Z | Documenting rand v0.8.5 |
2434 | 2024-02-21T00:29:57.836Z | Documenting schemars_derive v0.8.16 |
2435 | 2024-02-21T00:29:58.469Z | Documenting lazy_static v1.4.0 |
2436 | 2024-02-21T00:29:58.577Z | Documenting fnv v1.0.7 |
2437 | 2024-02-21T00:30:00.318Z | Documenting form_urlencoded v1.2.1 |
2438 | 2024-02-21T00:30:00.927Z | Documenting errno v0.3.8 |
2439 | 2024-02-21T00:30:01.377Z | Documenting cpufeatures v0.2.12 |
2440 | 2024-02-21T00:30:01.665Z | Documenting digest v0.10.7 |
2441 | 2024-02-21T00:30:02.264Z | Documenting idna v0.5.0 |
2442 | 2024-02-21T00:30:02.750Z | Documenting httparse v1.8.0 |
2443 | 2024-02-21T00:30:04.587Z | Documenting unicode-ident v1.0.12 |
2444 | 2024-02-21T00:30:04.593Z | Documenting unicode-width v0.1.11 |
2445 | 2024-02-21T00:30:04.593Z | Documenting schemars v0.8.16 |
2446 | 2024-02-21T00:30:04.994Z | Documenting rustix v0.38.31 |
2447 | 2024-02-21T00:30:06.434Z | Documenting url v2.5.0 |
2448 | 2024-02-21T00:30:07.517Z | Documenting proc-macro2 v1.0.78 |
2449 | 2024-02-21T00:30:07.523Z | Documenting httpdate v1.0.3 |
2450 | 2024-02-21T00:30:07.523Z | Documenting try-lock v0.2.4 |
2451 | 2024-02-21T00:30:08.026Z | Documenting adler v1.0.2 |
2452 | 2024-02-21T00:30:10.551Z | Documenting want v0.3.1 |
2453 | 2024-02-21T00:30:11.287Z | Documenting http-body v0.4.5 |
2454 | 2024-02-21T00:30:11.332Z | Documenting openssl-sys v0.9.96 |
2455 | 2024-02-21T00:30:11.465Z | Documenting miniz_oxide v0.7.1 |
2456 | 2024-02-21T00:30:11.652Z | Documenting openssl-macros v0.1.1 |
2457 | 2024-02-21T00:30:11.888Z | Documenting mime v0.3.17 |
2458 | 2024-02-21T00:30:12.090Z | Documenting tower-service v0.3.2 |
2459 | 2024-02-21T00:30:14.507Z | Documenting base64ct v1.6.0 |
2460 | 2024-02-21T00:30:14.845Z | Documenting quote v1.0.35 |
2461 | 2024-02-21T00:30:15.922Z | Documenting aho-corasick v1.0.4 |
2462 | 2024-02-21T00:30:16.080Z | Documenting slog v2.7.0 |
2463 | 2024-02-21T00:30:16.113Z | Documenting openssl-probe v0.1.5 |
2464 | 2024-02-21T00:30:16.489Z | Documenting ipnet v2.9.0 |
2465 | 2024-02-21T00:30:17.385Z | Documenting openssl v0.10.60 |
2466 | 2024-02-21T00:30:17.855Z | Documenting tokio-util v0.7.10 |
2467 | 2024-02-21T00:30:18.874Z | Documenting regex-syntax v0.8.2 |
2468 | 2024-02-21T00:30:18.943Z | Documenting syn v2.0.48 |
2469 | 2024-02-21T00:30:19.881Z | Documenting async-trait v0.1.77 |
2470 | 2024-02-21T00:30:20.394Z | Documenting pem-rfc7468 v0.7.0 |
2471 | 2024-02-21T00:30:20.881Z | Documenting encoding_rs v0.8.33 |
2472 | 2024-02-21T00:30:20.899Z | Documenting crossbeam-utils v0.8.16 |
2473 | 2024-02-21T00:30:23.799Z | Documenting h2 v0.3.24 |
2474 | 2024-02-21T00:30:24.491Z | Documenting der_derive v0.7.2 |
2475 | 2024-02-21T00:30:24.788Z | Documenting utf8parse v0.2.1 |
2476 | 2024-02-21T00:30:32.204Z | Documenting flagset v0.4.3 |
2477 | 2024-02-21T00:30:32.426Z | Documenting serde_urlencoded v0.7.1 |
2478 | 2024-02-21T00:30:32.427Z | Documenting regex-automata v0.4.4 |
2479 | 2024-02-21T00:30:32.427Z | Documenting native-tls v0.2.11 |
2480 | 2024-02-21T00:30:32.427Z | Documenting num-integer v0.1.46 |
2481 | 2024-02-21T00:30:32.427Z | Documenting time-macros v0.2.13 |
2482 | 2024-02-21T00:30:32.440Z | Documenting num_threads v0.1.6 |
2483 | 2024-02-21T00:30:32.440Z | Documenting der v0.7.8 |
2484 | 2024-02-21T00:30:32.440Z | Documenting tokio-native-tls v0.3.1 |
2485 | 2024-02-21T00:30:33.086Z | Documenting gimli v0.28.0 |
2486 | 2024-02-21T00:30:33.279Z | Documenting time-core v0.1.1 |
2487 | 2024-02-21T00:30:33.578Z | Documenting deranged v0.3.8 |
2488 | 2024-02-21T00:30:34.889Z | Documenting spki v0.7.2 |
2489 | 2024-02-21T00:30:34.960Z | Documenting regex v1.10.3 |
2490 | 2024-02-21T00:30:35.323Z | Documenting hyper v0.14.27 |
2491 | 2024-02-21T00:30:36.240Z | Documenting object v0.32.1 |
2492 | 2024-02-21T00:30:36.470Z | Documenting rustc-demangle v0.1.23 |
2493 | 2024-02-21T00:30:38.477Z | Documenting time v0.3.27 |
2494 | 2024-02-21T00:30:38.507Z | Documenting webpki-roots v0.25.2 |
2495 | 2024-02-21T00:30:39.033Z | Documenting addr2line v0.21.0 |
2496 | 2024-02-21T00:30:39.507Z | Documenting spin v0.9.8 |
2497 | 2024-02-21T00:30:39.548Z | Documenting either v1.10.0 |
2498 | 2024-02-21T00:30:40.751Z | Documenting pkcs8 v0.10.2 |
2499 | 2024-02-21T00:30:42.385Z | Documenting openapiv3 v2.0.0 |
2500 | 2024-02-21T00:30:42.547Z | Documenting futures-executor v0.3.30 |
2501 | 2024-02-21T00:30:42.812Z | Checking pest_meta v2.7.6 |
2502 | 2024-02-21T00:30:43.553Z | Documenting memoffset v0.9.0 |
2503 | 2024-02-21T00:30:43.732Z | Documenting anstyle v1.0.2 |
2504 | 2024-02-21T00:30:43.820Z | Documenting data-encoding v2.4.0 |
2505 | 2024-02-21T00:30:45.320Z | Documenting anstyle-parse v0.2.1 |
2506 | 2024-02-21T00:30:46.431Z | Documenting crossbeam-epoch v0.9.15 |
2507 | 2024-02-21T00:30:47.719Z | Documenting ipnetwork v0.20.0 |
2508 | 2024-02-21T00:30:47.916Z | Documenting sha2 v0.10.8 |
2509 | 2024-02-21T00:30:48.415Z | Documenting hyper-tls v0.5.0 |
2510 | 2024-02-21T00:30:48.415Z | Documenting hyper-rustls v0.24.2 |
2511 | 2024-02-21T00:30:48.734Z | Documenting hex v0.4.3 |
2512 | 2024-02-21T00:30:49.055Z | Documenting backtrace v0.3.69 |
2513 | 2024-02-21T00:30:49.434Z | Documenting crc32fast v1.3.2 |
2514 | 2024-02-21T00:30:50.589Z | Documenting pest_meta v2.7.6 |
2515 | 2024-02-21T00:30:52.844Z | Documenting scroll_derive v0.12.0 |
2516 | 2024-02-21T00:30:52.918Z | Documenting anstyle-query v1.0.0 |
2517 | 2024-02-21T00:30:53.000Z | Documenting colorchoice v1.0.0 |
2518 | 2024-02-21T00:30:53.268Z | Documenting untrusted v0.9.0 |
2519 | 2024-02-21T00:30:54.652Z | Documenting pest_generator v2.7.6 |
2520 | 2024-02-21T00:30:55.341Z | Documenting anyhow v1.0.75 |
2521 | 2024-02-21T00:30:55.463Z | Documenting futures v0.3.30 |
2522 | 2024-02-21T00:30:55.876Z | Checking pest_generator v2.7.6 |
2523 | 2024-02-21T00:30:56.140Z | Documenting ring v0.17.8 |
2524 | 2024-02-21T00:30:56.336Z | Documenting reqwest v0.11.22 |
2525 | 2024-02-21T00:30:56.620Z | Documenting anstream v0.6.11 |
2526 | 2024-02-21T00:30:56.645Z | Documenting num-iter v0.1.43 |
2527 | 2024-02-21T00:30:57.277Z | Documenting scroll v0.12.0 |
2528 | 2024-02-21T00:30:59.451Z | Documenting terminal_size v0.3.0 |
2529 | 2024-02-21T00:31:00.506Z | Documenting hmac v0.12.1 |
2530 | 2024-02-21T00:31:00.693Z | Documenting signal-hook v0.3.17 |
2531 | 2024-02-21T00:31:01.266Z | Documenting strsim v0.11.0 |
2532 | 2024-02-21T00:31:01.382Z | Documenting static_assertions v1.1.0 |
2533 | 2024-02-21T00:31:01.750Z | Documenting plain v0.2.3 |
2534 | 2024-02-21T00:31:03.827Z | Documenting ucd-trie v0.1.6 |
2535 | 2024-02-21T00:31:04.284Z | Documenting clap_lex v0.7.0 |
2536 | 2024-02-21T00:31:04.411Z | Documenting pest_derive v2.7.6 |
2537 | 2024-02-21T00:31:04.654Z | Documenting goblin v0.8.0 |
2538 | 2024-02-21T00:31:04.836Z | Documenting flate2 v1.0.28 |
2539 | 2024-02-21T00:31:05.458Z | Documenting clap_derive v4.5.0 |
2540 | 2024-02-21T00:31:05.894Z | Documenting unicode-segmentation v1.10.1 |
2541 | 2024-02-21T00:31:07.371Z | Documenting managed v0.8.0 |
2542 | 2024-02-21T00:31:08.253Z | Documenting pest v2.7.6 |
2543 | 2024-02-21T00:31:08.800Z | Documenting clap_builder v4.5.0 |
2544 | 2024-02-21T00:31:08.874Z | Documenting pretty-hex v0.4.1 |
2545 | 2024-02-21T00:31:09.317Z | Documenting signal-hook-mio v0.2.3 |
2546 | 2024-02-21T00:31:10.171Z | Documenting block-padding v0.3.3 |
2547 | 2024-02-21T00:31:10.720Z | Documenting scheduled-thread-pool v0.2.7 |
2548 | 2024-02-21T00:31:10.941Z | Documenting thread-id v4.2.0 |
2549 | 2024-02-21T00:31:12.028Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2550 | 2024-02-21T00:31:12.066Z | Documenting dof v0.3.0 |
2551 | 2024-02-21T00:31:13.415Z | Documenting dtrace-parser v0.2.0 |
2552 | 2024-02-21T00:31:13.661Z | Documenting enum-as-inner v0.5.1 |
2553 | 2024-02-21T00:31:14.339Z | Documenting diesel_table_macro_syntax v0.1.0 |
2554 | 2024-02-21T00:31:14.778Z | Checking diesel_table_macro_syntax v0.1.0 |
2555 | 2024-02-21T00:31:14.876Z | Documenting r2d2 v0.8.10 |
2556 | 2024-02-21T00:31:14.973Z | Documenting inout v0.1.3 |
2557 | 2024-02-21T00:31:15.124Z | Documenting clap v4.5.0 |
2558 | 2024-02-21T00:31:16.074Z | Documenting bzip2 v0.4.4 |
2559 | 2024-02-21T00:31:17.465Z | Documenting crossterm v0.27.0 |
2560 | 2024-02-21T00:31:17.759Z | Documenting usdt-impl v0.5.0 |
2561 | 2024-02-21T00:31:18.155Z | Documenting trust-dns-proto v0.22.0 |
2562 | 2024-02-21T00:31:19.080Z | Documenting diesel_derives v2.1.2 |
2563 | 2024-02-21T00:31:19.206Z | Documenting md-5 v0.10.5 |
2564 | 2024-02-21T00:31:19.327Z | Documenting stringprep v0.1.3 |
2565 | 2024-02-21T00:31:20.124Z | Documenting toml_datetime v0.6.5 |
2566 | 2024-02-21T00:31:20.583Z | Documenting serde_spanned v0.6.5 |
2567 | 2024-02-21T00:31:22.941Z | Documenting ff v0.13.0 |
2568 | 2024-02-21T00:31:23.251Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2569 | 2024-02-21T00:31:24.090Z | Documenting base16ct v0.2.0 |
2570 | 2024-02-21T00:31:24.217Z | Documenting winnow v0.6.1 |
2571 | 2024-02-21T00:31:24.637Z | Documenting fallible-iterator v0.2.0 |
2572 | 2024-02-21T00:31:25.552Z | Documenting siphasher v0.3.11 |
2573 | 2024-02-21T00:31:26.261Z | Documenting bit-vec v0.6.3 |
2574 | 2024-02-21T00:31:26.981Z | Documenting group v0.13.0 |
2575 | 2024-02-21T00:31:27.141Z | Documenting diesel v2.1.4 |
2576 | 2024-02-21T00:31:27.219Z | Documenting sec1 v0.7.3 |
2577 | 2024-02-21T00:31:27.901Z | Documenting zip v0.6.6 |
2578 | 2024-02-21T00:31:28.648Z | Documenting phf_shared v0.11.2 |
2579 | 2024-02-21T00:31:29.861Z | Documenting toml_edit v0.22.6 |
2580 | 2024-02-21T00:31:29.869Z | Documenting postgres-protocol v0.6.6 |
2581 | 2024-02-21T00:31:30.481Z | Documenting cipher v0.4.4 |
2582 | 2024-02-21T00:31:30.968Z | Documenting hkdf v0.12.4 |
2583 | 2024-02-21T00:31:31.929Z | Documenting num-bigint v0.4.4 |
2584 | 2024-02-21T00:31:32.529Z | Documenting crypto-bigint v0.5.2 |
2585 | 2024-02-21T00:31:33.604Z | Documenting regress v0.8.0 |
2586 | 2024-02-21T00:31:35.585Z | Documenting hubpack v0.1.2 |
2587 | 2024-02-21T00:31:35.864Z | Documenting bstr v1.6.0 |
2588 | 2024-02-21T00:31:36.860Z | Documenting serde_repr v0.1.16 |
2589 | 2024-02-21T00:31:37.078Z | Documenting new_debug_unreachable v1.0.4 |
2590 | 2024-02-21T00:31:39.541Z | Documenting fixedbitset v0.4.2 |
2591 | 2024-02-21T00:31:39.814Z | Documenting precomputed-hash v0.1.1 |
2592 | 2024-02-21T00:31:40.089Z | Documenting minimal-lexical v0.2.1 |
2593 | 2024-02-21T00:31:40.101Z | Documenting lalrpop-util v0.19.12 |
2594 | 2024-02-21T00:31:40.286Z | Documenting elliptic-curve v0.13.8 |
2595 | 2024-02-21T00:31:41.529Z | Documenting yasna v0.5.2 |
2596 | 2024-02-21T00:31:41.821Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2597 | 2024-02-21T00:31:42.805Z | Documenting petgraph v0.6.4 |
2598 | 2024-02-21T00:31:43.720Z | Documenting string_cache v0.8.7 |
2599 | 2024-02-21T00:31:44.022Z | Documenting nom v7.1.3 |
2600 | 2024-02-21T00:31:44.853Z | Documenting postgres-types v0.2.6 |
2601 | 2024-02-21T00:31:48.181Z | Documenting phf v0.11.2 |
2602 | 2024-02-21T00:31:48.627Z | Documenting console v0.15.8 |
2603 | 2024-02-21T00:31:48.644Z | Documenting semver v1.0.22 |
2604 | 2024-02-21T00:31:48.835Z | Documenting float-cmp v0.9.0 |
2605 | 2024-02-21T00:31:49.248Z | Documenting predicates-core v1.0.6 |
2606 | 2024-02-21T00:31:50.455Z | Documenting difflib v0.4.0 |
2607 | 2024-02-21T00:31:51.049Z | Documenting heck v0.4.1 |
2608 | 2024-02-21T00:31:52.446Z | Documenting normalize-line-endings v0.3.0 |
2609 | 2024-02-21T00:31:52.859Z | Documenting whoami v1.4.1 |
2610 | 2024-02-21T00:31:52.998Z | Documenting bit-set v0.5.3 |
2611 | 2024-02-21T00:31:53.149Z | Documenting similar v2.3.0 |
2612 | 2024-02-21T00:31:53.206Z | Documenting typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
2613 | 2024-02-21T00:31:54.128Z | Documenting tokio-stream v0.1.14 |
2614 | 2024-02-21T00:31:54.255Z | Documenting getopts v0.2.21 |
2615 | 2024-02-21T00:31:55.618Z | Documenting typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
2616 | 2024-02-21T00:31:56.291Z | Documenting predicates v3.1.0 |
2617 | 2024-02-21T00:31:56.646Z | Documenting tokio-postgres v0.7.10 |
2618 | 2024-02-21T00:31:57.261Z | Checking ident_case v1.0.1 |
2619 | 2024-02-21T00:31:57.426Z | Checking strsim v0.10.0 |
2620 | 2024-02-21T00:31:57.516Z | Documenting progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
2621 | 2024-02-21T00:31:57.654Z | Documenting match_cfg v0.1.0 |
2622 | 2024-02-21T00:31:58.807Z | Documenting sha1 v0.10.6 |
2623 | 2024-02-21T00:31:59.414Z | Documenting dirs-sys-next v0.1.2 |
2624 | 2024-02-21T00:32:00.164Z | Documenting rustls-pki-types v1.3.0 |
2625 | 2024-02-21T00:32:00.535Z | Documenting hostname v0.3.1 |
2626 | 2024-02-21T00:32:01.377Z | Documenting camino v1.1.6 |
2627 | 2024-02-21T00:32:03.378Z | Documenting dirs-next v2.0.0 |
2628 | 2024-02-21T00:32:03.423Z | Documenting typify v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
2629 | 2024-02-21T00:32:03.713Z | Documenting paste v1.0.14 |
2630 | 2024-02-21T00:32:04.079Z | Documenting thread_local v1.1.7 |
2631 | 2024-02-21T00:32:04.507Z | Documenting rustls-webpki v0.102.1 |
2632 | 2024-02-21T00:32:06.208Z | Documenting crossbeam-channel v0.5.8 |
2633 | 2024-02-21T00:32:06.479Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2634 | 2024-02-21T00:32:06.583Z | Documenting atty v0.2.14 |
2635 | 2024-02-21T00:32:07.326Z | Documenting term v0.7.0 |
2636 | 2024-02-21T00:32:08.244Z | Documenting take_mut v0.2.2 |
2637 | 2024-02-21T00:32:08.797Z | Documenting slog-json v2.6.1 |
2638 | 2024-02-21T00:32:09.545Z | Documenting rustls v0.22.2 |
2639 | 2024-02-21T00:32:09.980Z | Documenting http v1.0.0 |
2640 | 2024-02-21T00:32:10.138Z | Documenting async-stream-impl v0.3.5 |
2641 | 2024-02-21T00:32:10.433Z | Documenting atomic-waker v1.1.1 |
2642 | 2024-02-21T00:32:11.248Z | Documenting progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
2643 | 2024-02-21T00:32:11.513Z | Documenting slog-term v2.9.0 |
2644 | 2024-02-21T00:32:12.029Z | Documenting slog-async v2.8.0 |
2645 | 2024-02-21T00:32:13.383Z | Documenting debug-ignore v1.0.5 |
2646 | 2024-02-21T00:32:13.565Z | Documenting slog-bunyan v2.5.0 |
2647 | 2024-02-21T00:32:14.721Z | Documenting async-stream v0.3.5 |
2648 | 2024-02-21T00:32:16.143Z | Documenting multer v3.0.0 |
2649 | 2024-02-21T00:32:16.228Z | Documenting waitgroup v0.1.2 |
2650 | 2024-02-21T00:32:16.357Z | Documenting rustls-pemfile v2.1.0 |
2651 | 2024-02-21T00:32:16.734Z | Checking darling_core v0.20.3 |
2652 | 2024-02-21T00:32:18.570Z | Documenting tokio-rustls v0.25.0 |
2653 | 2024-02-21T00:32:18.584Z | Documenting toml v0.8.10 |
2654 | 2024-02-21T00:32:18.716Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2655 | 2024-02-21T00:32:18.778Z | Documenting serde_path_to_error v0.1.15 |
2656 | 2024-02-21T00:32:19.792Z | Documenting progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
2657 | 2024-02-21T00:32:20.046Z | Checking darling v0.20.3 |
2658 | 2024-02-21T00:32:20.149Z | Documenting serde_with_macros v3.6.1 |
2659 | 2024-02-21T00:32:20.540Z | Documenting structmeta-derive v0.3.0 |
2660 | 2024-02-21T00:32:21.547Z | Documenting strum v0.26.1 |
2661 | 2024-02-21T00:32:23.084Z | Checking structmeta v0.3.0 |
2662 | 2024-02-21T00:32:23.319Z | Documenting instant v0.1.12 |
2663 | 2024-02-21T00:32:24.111Z | Documenting newtype-uuid v1.0.1 |
2664 | 2024-02-21T00:32:24.642Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2665 | 2024-02-21T00:32:24.778Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2666 | 2024-02-21T00:32:24.906Z | Documenting macaddr v1.0.1 |
2667 | 2024-02-21T00:32:25.320Z | Documenting serde_with v3.6.1 |
2668 | 2024-02-21T00:32:25.734Z | Documenting structmeta v0.3.0 |
2669 | 2024-02-21T00:32:27.508Z | Documenting backoff v0.4.0 |
2670 | 2024-02-21T00:32:29.022Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2671 | 2024-02-21T00:32:29.201Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2672 | 2024-02-21T00:32:29.257Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2673 | 2024-02-21T00:32:29.363Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2674 | 2024-02-21T00:32:29.437Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2675 | 2024-02-21T00:32:30.129Z | Documenting parse-display-derive v0.9.0 |
2676 | 2024-02-21T00:32:32.386Z | Documenting fastrand v2.0.1 |
2677 | 2024-02-21T00:32:32.905Z | Documenting proc-macro-error-attr v1.0.4 |
2678 | 2024-02-21T00:32:33.368Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2679 | 2024-02-21T00:32:33.473Z | Checking proc-macro-error v1.0.4 |
2680 | 2024-02-21T00:32:33.759Z | Documenting is-terminal v0.4.9 |
2681 | 2024-02-21T00:32:33.864Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2682 | 2024-02-21T00:32:34.159Z | Checking proc-macro-crate v1.3.1 |
2683 | 2024-02-21T00:32:34.254Z | Documenting proc-macro-crate v1.3.1 |
2684 | 2024-02-21T00:32:34.336Z | Documenting hash32 v0.3.1 |
2685 | 2024-02-21T00:32:34.419Z | Documenting stable_deref_trait v1.2.0 |
2686 | 2024-02-21T00:32:36.223Z | Documenting parse-display v0.9.0 |
2687 | 2024-02-21T00:32:36.857Z | Documenting proc-macro-error v1.0.4 |
2688 | 2024-02-21T00:32:36.978Z | Documenting tempfile v3.10.0 |
2689 | 2024-02-21T00:32:37.350Z | Documenting embedded-io v0.4.0 |
2690 | 2024-02-21T00:32:38.532Z | Documenting heapless v0.8.0 |
2691 | 2024-02-21T00:32:38.957Z | Documenting cobs v0.2.3 |
2692 | 2024-02-21T00:32:39.731Z | Documenting num_enum_derive v0.5.11 |
2693 | 2024-02-21T00:32:39.830Z | Documenting foreign-types-macros v0.2.3 |
2694 | 2024-02-21T00:32:40.464Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2695 | 2024-02-21T00:32:40.612Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2696 | 2024-02-21T00:32:41.329Z | Documenting foreign-types-shared v0.3.1 |
2697 | 2024-02-21T00:32:41.520Z | Documenting camino-tempfile v1.1.1 |
2698 | 2024-02-21T00:32:41.960Z | Documenting postcard v1.0.8 |
2699 | 2024-02-21T00:32:43.562Z | Documenting smoltcp v0.11.0 |
2700 | 2024-02-21T00:32:43.776Z | Documenting crucible-workspace-hack v0.1.0 |
2701 | 2024-02-21T00:32:44.666Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2702 | 2024-02-21T00:32:44.669Z | Documenting foreign-types v0.5.0 |
2703 | 2024-02-21T00:32:46.048Z | Documenting num_enum v0.5.11 |
2704 | 2024-02-21T00:32:46.222Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2705 | 2024-02-21T00:32:46.842Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2706 | 2024-02-21T00:32:47.938Z | Documenting cstr-argument v0.1.2 |
2707 | 2024-02-21T00:32:48.763Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2708 | 2024-02-21T00:32:48.929Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2709 | 2024-02-21T00:32:49.974Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2710 | 2024-02-21T00:32:49.997Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2711 | 2024-02-21T00:32:50.131Z | Documenting colored v2.0.4 |
2712 | 2024-02-21T00:32:51.467Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2713 | 2024-02-21T00:32:53.398Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2714 | 2024-02-21T00:32:53.640Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2715 | 2024-02-21T00:32:54.566Z | Documenting zone_cfg_derive v0.3.0 |
2716 | 2024-02-21T00:32:54.752Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2717 | 2024-02-21T00:32:56.581Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2718 | 2024-02-21T00:32:57.037Z | Documenting num-derive v0.4.0 |
2719 | 2024-02-21T00:32:57.054Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2720 | 2024-02-21T00:32:57.840Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2721 | 2024-02-21T00:32:59.108Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2722 | 2024-02-21T00:32:59.835Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2723 | 2024-02-21T00:33:00.315Z | Documenting zone v0.3.0 |
2724 | 2024-02-21T00:33:01.364Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
2725 | 2024-02-21T00:33:02.730Z | Documenting smf v0.2.2 |
2726 | 2024-02-21T00:33:03.167Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2727 | 2024-02-21T00:33:03.176Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2728 | 2024-02-21T00:33:03.485Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2729 | 2024-02-21T00:33:03.686Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2730 | 2024-02-21T00:33:04.886Z | Documenting password-hash v0.5.0 |
2731 | 2024-02-21T00:33:06.174Z | Documenting blake2 v0.10.6 |
2732 | 2024-02-21T00:33:06.924Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2733 | 2024-02-21T00:33:07.206Z | Documenting linked-hash-map v0.5.6 |
2734 | 2024-02-21T00:33:08.216Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2735 | 2024-02-21T00:33:09.199Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2736 | 2024-02-21T00:33:10.326Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2737 | 2024-02-21T00:33:11.357Z | Documenting argon2 v0.5.3 |
2738 | 2024-02-21T00:33:11.596Z | Documenting itertools v0.12.1 |
2739 | 2024-02-21T00:33:12.508Z | Documenting memmap v0.7.0 |
2740 | 2024-02-21T00:33:12.515Z | Documenting lru-cache v0.1.2 |
2741 | 2024-02-21T00:33:12.515Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2742 | 2024-02-21T00:33:13.528Z | Documenting derive-where v1.2.7 |
2743 | 2024-02-21T00:33:13.947Z | Documenting swrite v0.1.0 |
2744 | 2024-02-21T00:33:16.004Z | Documenting quick-error v1.2.3 |
2745 | 2024-02-21T00:33:16.164Z | Documenting usdt v0.5.0 |
2746 | 2024-02-21T00:33:16.541Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2747 | 2024-02-21T00:33:17.537Z | Documenting newtype_derive v0.1.6 |
2748 | 2024-02-21T00:33:17.645Z | Documenting tap v1.0.1 |
2749 | 2024-02-21T00:33:18.703Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2750 | 2024-02-21T00:33:18.985Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2751 | 2024-02-21T00:33:19.862Z | Documenting resolv-conf v0.7.0 |
2752 | 2024-02-21T00:33:20.392Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2753 | 2024-02-21T00:33:20.982Z | Documenting wyz v0.5.1 |
2754 | 2024-02-21T00:33:20.987Z | Documenting radium v0.7.0 |
2755 | 2024-02-21T00:33:21.377Z | Documenting steno v0.4.0 |
2756 | 2024-02-21T00:33:23.417Z | Documenting nibble_vec v0.1.0 |
2757 | 2024-02-21T00:33:23.734Z | Checking heck v0.3.3 |
2758 | 2024-02-21T00:33:23.852Z | Documenting crc-catalog v2.2.0 |
2759 | 2024-02-21T00:33:23.910Z | Documenting endian-type v0.1.2 |
2760 | 2024-02-21T00:33:23.940Z | Documenting funty v2.0.0 |
2761 | 2024-02-21T00:33:24.138Z | Documenting trust-dns-resolver v0.22.0 |
2762 | 2024-02-21T00:33:33.090Z | Documenting crc v3.0.1 |
2763 | 2024-02-21T00:33:33.186Z | Documenting bitvec v1.0.1 |
2764 | 2024-02-21T00:33:33.186Z | Documenting structopt-derive v0.4.18 |
2765 | 2024-02-21T00:33:33.186Z | Documenting radix_trie v0.2.1 |
2766 | 2024-02-21T00:33:33.244Z | Documenting cancel-safe-futures v0.1.5 |
2767 | 2024-02-21T00:33:33.244Z | Documenting xattr v1.0.1 |
2768 | 2024-02-21T00:33:33.244Z | Documenting filetime v0.2.23 |
2769 | 2024-02-21T00:33:33.244Z | Documenting packed_struct_codegen v0.10.1 |
2770 | 2024-02-21T00:33:33.244Z | Documenting nodrop v0.1.14 |
2771 | 2024-02-21T00:33:33.244Z | Documenting structopt v0.3.26 |
2772 | 2024-02-21T00:33:35.429Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2773 | 2024-02-21T00:33:35.976Z | Documenting array-init v0.0.4 |
2774 | 2024-02-21T00:33:36.251Z | Documenting libefi-sys v0.1.0 |
2775 | 2024-02-21T00:33:36.329Z | Documenting num-bigint-dig v0.8.4 |
2776 | 2024-02-21T00:33:36.408Z | Documenting tar v0.4.40 |
2777 | 2024-02-21T00:33:36.673Z | Documenting num-rational v0.4.1 |
2778 | 2024-02-21T00:33:37.607Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2779 | 2024-02-21T00:33:39.098Z | Documenting packed_struct v0.10.1 |
2780 | 2024-02-21T00:33:39.245Z | Documenting pkcs1 v0.7.5 |
2781 | 2024-02-21T00:33:40.330Z | Documenting signature v2.1.0 |
2782 | 2024-02-21T00:33:40.661Z | Documenting num-complex v0.4.4 |
2783 | 2024-02-21T00:33:41.882Z | Documenting termcolor v1.2.0 |
2784 | 2024-02-21T00:33:42.773Z | Documenting bitfield v0.14.0 |
2785 | 2024-02-21T00:33:43.703Z | Documenting arc-swap v1.6.0 |
2786 | 2024-02-21T00:33:44.022Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2787 | 2024-02-21T00:33:44.539Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2788 | 2024-02-21T00:33:45.447Z | Documenting rsa v0.9.2 |
2789 | 2024-02-21T00:33:45.755Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2790 | 2024-02-21T00:33:46.112Z | Documenting num v0.4.1 |
2791 | 2024-02-21T00:33:46.707Z | Documenting env_logger v0.10.0 |
2792 | 2024-02-21T00:33:47.012Z | Documenting slog-scope v4.4.0 |
2793 | 2024-02-21T00:33:48.122Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2794 | 2024-02-21T00:33:49.217Z | Documenting serde-hex v0.1.0 |
2795 | 2024-02-21T00:33:51.052Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2796 | 2024-02-21T00:33:51.575Z | Documenting x509-cert v0.2.4 |
2797 | 2024-02-21T00:33:51.576Z | Documenting ron v0.8.1 |
2798 | 2024-02-21T00:33:52.661Z | Documenting libsw v3.3.1 |
2799 | 2024-02-21T00:33:54.070Z | Documenting gethostname v0.4.3 |
2800 | 2024-02-21T00:33:55.013Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2801 | 2024-02-21T00:33:55.874Z | Documenting half v2.3.1 |
2802 | 2024-02-21T00:33:56.114Z | Documenting crc-any v2.4.3 |
2803 | 2024-02-21T00:33:56.391Z | Documenting owo-colors v4.0.0 |
2804 | 2024-02-21T00:33:57.597Z | Documenting linear-map v1.2.0 |
2805 | 2024-02-21T00:33:57.667Z | Documenting ciborium-io v0.2.2 |
2806 | 2024-02-21T00:33:58.083Z | Documenting same-file v1.0.6 |
2807 | 2024-02-21T00:33:58.990Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2808 | 2024-02-21T00:33:59.275Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2809 | 2024-02-21T00:34:00.492Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2810 | 2024-02-21T00:34:01.329Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2811 | 2024-02-21T00:34:01.478Z | Documenting ciborium-ll v0.2.2 |
2812 | 2024-02-21T00:34:01.881Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2813 | 2024-02-21T00:34:02.757Z | Documenting walkdir v2.4.0 |
2814 | 2024-02-21T00:34:05.792Z | Documenting slog-stdlog v4.1.1 |
2815 | 2024-02-21T00:34:05.960Z | Documenting slog-dtrace v0.3.0 |
2816 | 2024-02-21T00:34:07.495Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2817 | 2024-02-21T00:34:09.784Z | Documenting path-slash v0.1.5 |
2818 | 2024-02-21T00:34:10.403Z | Documenting slog-envlogger v2.2.0 |
2819 | 2024-02-21T00:34:12.120Z | Documenting ciborium v0.2.2 |
2820 | 2024-02-21T00:34:12.664Z | Documenting pem v3.0.2 |
2821 | 2024-02-21T00:34:13.294Z | Documenting fxhash v0.2.1 |
2822 | 2024-02-21T00:34:13.778Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2823 | 2024-02-21T00:34:16.137Z | Documenting utf-8 v0.7.6 |
2824 | 2024-02-21T00:34:17.039Z | Documenting display-error-chain v0.2.0 |
2825 | 2024-02-21T00:34:17.184Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2826 | 2024-02-21T00:34:17.647Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2827 | 2024-02-21T00:34:19.545Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2828 | 2024-02-21T00:34:19.916Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2829 | 2024-02-21T00:34:20.006Z | Documenting tungstenite v0.20.1 |
2830 | 2024-02-21T00:34:20.137Z | Documenting vte_generate_state_changes v0.1.1 |
2831 | 2024-02-21T00:34:21.072Z | Documenting convert_case v0.4.0 |
2832 | 2024-02-21T00:34:21.083Z | Checking convert_case v0.4.0 |
2833 | 2024-02-21T00:34:21.166Z | Documenting buf-list v1.0.3 |
2834 | 2024-02-21T00:34:23.975Z | Documenting vte v0.11.1 |
2835 | 2024-02-21T00:34:24.547Z | Documenting derive_more v0.99.17 |
2836 | 2024-02-21T00:34:26.128Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2837 | 2024-02-21T00:34:26.678Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2838 | 2024-02-21T00:34:27.231Z | Documenting tokio-tungstenite v0.20.1 |
2839 | 2024-02-21T00:34:27.458Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2840 | 2024-02-21T00:34:27.800Z | Checking darling_core v0.14.4 |
2841 | 2024-02-21T00:34:28.982Z | Documenting pin-project-internal v1.1.3 |
2842 | 2024-02-21T00:34:29.675Z | Checking darling v0.14.4 |
2843 | 2024-02-21T00:34:29.805Z | Documenting strip-ansi-escapes v0.2.0 |
2844 | 2024-02-21T00:34:30.781Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2845 | 2024-02-21T00:34:34.208Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2846 | 2024-02-21T00:34:34.428Z | Documenting pin-project v1.1.3 |
2847 | 2024-02-21T00:34:34.669Z | Documenting doc-comment v0.3.3 |
2848 | 2024-02-21T00:34:35.545Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2849 | 2024-02-21T00:34:36.934Z | Documenting crossbeam-deque v0.8.3 |
2850 | 2024-02-21T00:34:37.192Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2851 | 2024-02-21T00:34:37.975Z | Documenting snafu-derive v0.7.5 |
2852 | 2024-02-21T00:34:38.047Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2853 | 2024-02-21T00:34:38.047Z | Documenting nu-ansi-term v0.50.0 |
2854 | 2024-02-21T00:34:39.790Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2855 | 2024-02-21T00:34:41.031Z | Documenting rayon-core v1.12.0 |
2856 | 2024-02-21T00:34:41.492Z | Documenting trust-dns-client v0.22.0 |
2857 | 2024-02-21T00:34:41.763Z | Documenting reedline v0.29.0 |
2858 | 2024-02-21T00:34:43.707Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2859 | 2024-02-21T00:34:52.565Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2860 | 2024-02-21T00:34:54.534Z | Documenting globset v0.4.13 |
2861 | 2024-02-21T00:34:54.534Z | Documenting olpc-cjson v0.1.3 |
2862 | 2024-02-21T00:34:54.534Z | Documenting snafu v0.7.5 |
2863 | 2024-02-21T00:34:54.534Z | Documenting serde_plain v1.0.2 |
2864 | 2024-02-21T00:34:55.175Z | Documenting headers-core v0.2.0 |
2865 | 2024-02-21T00:34:55.176Z | Documenting async-recursion v1.0.5 |
2866 | 2024-02-21T00:34:55.176Z | Documenting keccak v0.1.4 |
2867 | 2024-02-21T00:34:55.176Z | Documenting typed-path v0.7.0 |
2868 | 2024-02-21T00:34:55.176Z | Documenting bytecount v0.6.3 |
2869 | 2024-02-21T00:34:55.176Z | Documenting trust-dns-server v0.22.1 |
2870 | 2024-02-21T00:34:55.176Z | Documenting rayon v1.8.0 |
2871 | 2024-02-21T00:34:55.176Z | Documenting sha3 v0.10.8 |
2872 | 2024-02-21T00:35:10.574Z | Documenting headers v0.3.9 |
2873 | 2024-02-21T00:35:10.574Z | Documenting papergrid v0.11.0 |
2874 | 2024-02-21T00:35:10.779Z | Documenting tough v0.16.0 |
2875 | 2024-02-21T00:35:10.779Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2876 | 2024-02-21T00:35:10.938Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2877 | 2024-02-21T00:35:10.939Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2878 | 2024-02-21T00:35:10.939Z | Checking derive_builder_core v0.12.0 |
2879 | 2024-02-21T00:35:10.939Z | Documenting derive_builder_core v0.12.0 |
2880 | 2024-02-21T00:35:10.939Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2881 | 2024-02-21T00:35:10.939Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2882 | 2024-02-21T00:35:10.940Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2883 | 2024-02-21T00:35:10.940Z | Documenting sled v0.34.7 |
2884 | 2024-02-21T00:35:10.940Z | Documenting fs-err v2.11.0 |
2885 | 2024-02-21T00:35:10.940Z | Documenting unicase v2.7.0 |
2886 | 2024-02-21T00:35:10.940Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2887 | 2024-02-21T00:35:10.940Z | Documenting tabled_derive v0.7.0 |
2888 | 2024-02-21T00:35:10.940Z | Documenting progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
2889 | 2024-02-21T00:35:10.940Z | Documenting progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
2890 | 2024-02-21T00:35:10.940Z | Documenting fd-lock v4.0.2 |
2891 | 2024-02-21T00:35:10.940Z | Documenting nix v0.27.1 |
2892 | 2024-02-21T00:35:10.940Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2893 | 2024-02-21T00:35:10.940Z | Documenting secrecy v0.8.0 |
2894 | 2024-02-21T00:35:10.940Z | Documenting rustversion v1.0.14 |
2895 | 2024-02-21T00:35:11.434Z | Documenting sqlparser_derive v0.2.2 |
2896 | 2024-02-21T00:35:11.434Z | Documenting home v0.5.5 |
2897 | 2024-02-21T00:35:12.112Z | Documenting parse-size v1.0.0 |
2898 | 2024-02-21T00:35:13.473Z | Documenting unicode_categories v0.1.1 |
2899 | 2024-02-21T00:35:14.330Z | Documenting castaway v0.2.2 |
2900 | 2024-02-21T00:35:17.863Z | Documenting tabled v0.15.0 |
2901 | 2024-02-21T00:35:17.869Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2902 | 2024-02-21T00:35:17.869Z | Documenting progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
2903 | 2024-02-21T00:35:17.869Z | Documenting rustyline v13.0.0 |
2904 | 2024-02-21T00:35:17.870Z | Documenting sqlparser v0.43.1 |
2905 | 2024-02-21T00:35:17.870Z | Documenting sqlformat v0.2.3 |
2906 | 2024-02-21T00:35:18.588Z | Documenting derive_builder_macro v0.12.0 |
2907 | 2024-02-21T00:35:21.730Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2908 | 2024-02-21T00:35:22.467Z | Documenting mime_guess v2.0.4 |
2909 | 2024-02-21T00:35:23.329Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2910 | 2024-02-21T00:35:25.065Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2911 | 2024-02-21T00:35:25.326Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2912 | 2024-02-21T00:35:27.285Z | Compiling nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution) |
2913 | 2024-02-21T00:35:27.610Z | Documenting universal-hash v0.5.1 |
2914 | 2024-02-21T00:35:29.818Z | Documenting bcs v0.1.6 |
2915 | 2024-02-21T00:35:31.431Z | Documenting kstat-rs v0.2.3 |
2916 | 2024-02-21T00:35:33.837Z | Documenting thiserror-impl-no-std v2.0.2 |
2917 | 2024-02-21T00:35:34.109Z | Documenting curve25519-dalek-derive v0.1.0 |
2918 | 2024-02-21T00:35:38.890Z | Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2919 | 2024-02-21T00:35:39.007Z | Documenting ref-cast-impl v1.0.20 |
2920 | 2024-02-21T00:35:39.185Z | Documenting highway v1.1.0 |
2921 | 2024-02-21T00:35:39.732Z | Documenting opaque-debug v0.3.0 |
2922 | 2024-02-21T00:35:39.738Z | Documenting thiserror-no-std v2.0.2 |
2923 | 2024-02-21T00:35:40.306Z | Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2924 | 2024-02-21T00:35:40.979Z | Documenting curve25519-dalek v4.1.1 |
2925 | 2024-02-21T00:35:42.299Z | Documenting poly1305 v0.8.0 |
2926 | 2024-02-21T00:35:42.720Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2927 | 2024-02-21T00:35:43.073Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2928 | 2024-02-21T00:35:44.206Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2929 | 2024-02-21T00:35:44.454Z | Documenting ref-cast v1.0.20 |
2930 | 2024-02-21T00:35:44.480Z | Documenting derive_builder v0.12.0 |
2931 | 2024-02-21T00:35:47.201Z | Documenting compact_str v0.7.1 |
2932 | 2024-02-21T00:35:47.424Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2933 | 2024-02-21T00:35:47.500Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2934 | 2024-02-21T00:35:49.011Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2935 | 2024-02-21T00:35:51.373Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2936 | 2024-02-21T00:35:52.347Z | Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2937 | 2024-02-21T00:35:55.837Z | Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2938 | 2024-02-21T00:36:00.278Z | Documenting portable-atomic v1.4.3 |
2939 | 2024-02-21T00:36:01.155Z | Documenting polar-core v0.27.0 |
2940 | 2024-02-21T00:36:02.195Z | Documenting ed25519 v1.5.3 |
2941 | 2024-02-21T00:36:04.087Z | Documenting libxml v0.3.3 |
2942 | 2024-02-21T00:36:05.171Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2943 | 2024-02-21T00:36:06.250Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2944 | 2024-02-21T00:36:08.868Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2945 | 2024-02-21T00:36:09.849Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2946 | 2024-02-21T00:36:10.021Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2947 | 2024-02-21T00:36:10.590Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
2948 | 2024-02-21T00:36:10.752Z | Documenting chacha20 v0.9.1 |
2949 | 2024-02-21T00:36:13.908Z | Documenting bb8 v0.8.3 |
2950 | 2024-02-21T00:36:15.250Z | Documenting aead v0.5.2 |
2951 | 2024-02-21T00:36:16.000Z | Documenting lru v0.12.1 |
2952 | 2024-02-21T00:36:20.262Z | Documenting quick-xml v0.30.0 |
2953 | 2024-02-21T00:36:20.798Z | Documenting impl-trait-for-tuples v0.2.2 |
2954 | 2024-02-21T00:36:21.629Z | Documenting oso-derive v0.27.0 |
2955 | 2024-02-21T00:36:21.663Z | Documenting stability v0.1.1 |
2956 | 2024-02-21T00:36:23.968Z | Documenting glob v0.3.1 |
2957 | 2024-02-21T00:36:26.202Z | Documenting cassowary v0.3.0 |
2958 | 2024-02-21T00:36:26.228Z | Documenting number_prefix v0.4.0 |
2959 | 2024-02-21T00:36:26.453Z | Documenting maplit v1.0.2 |
2960 | 2024-02-21T00:36:27.028Z | Documenting samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f) |
2961 | 2024-02-21T00:36:27.518Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2962 | 2024-02-21T00:36:28.549Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2963 | 2024-02-21T00:36:28.755Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2964 | 2024-02-21T00:36:30.187Z | Documenting indicatif v0.17.8 |
2965 | 2024-02-21T00:36:30.448Z | Documenting ratatui v0.26.1 |
2966 | 2024-02-21T00:36:30.951Z | Documenting oso v0.27.0 |
2967 | 2024-02-21T00:36:35.366Z | Documenting chacha20poly1305 v0.10.1 |
2968 | 2024-02-21T00:36:36.073Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2969 | 2024-02-21T00:36:37.224Z | Documenting salty v0.2.0 |
2970 | 2024-02-21T00:36:39.150Z | Documenting vsss-rs v3.3.4 |
2971 | 2024-02-21T00:36:41.842Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2972 | 2024-02-21T00:36:41.977Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2973 | 2024-02-21T00:36:42.022Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2974 | 2024-02-21T00:36:43.195Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2975 | 2024-02-21T00:36:43.916Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2976 | 2024-02-21T00:36:44.762Z | Documenting cookie v0.18.0 |
2977 | 2024-02-21T00:36:46.602Z | Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2978 | 2024-02-21T00:36:47.866Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2979 | 2024-02-21T00:36:48.268Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2980 | 2024-02-21T00:36:49.516Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2981 | 2024-02-21T00:36:49.825Z | Documenting serde-big-array v0.5.1 |
2982 | 2024-02-21T00:36:51.740Z | Documenting rtoolbox v0.0.1 |
2983 | 2024-02-21T00:36:52.456Z | Documenting is_ci v1.2.0 |
2984 | 2024-02-21T00:36:52.628Z | Documenting unicode-linebreak v0.1.5 |
2985 | 2024-02-21T00:36:54.408Z | Documenting humantime v2.1.0 |
2986 | 2024-02-21T00:36:55.596Z | Documenting smawk v0.3.1 |
2987 | 2024-02-21T00:36:55.750Z | Documenting http-range v0.1.5 |
2988 | 2024-02-21T00:36:56.042Z | Documenting rpassword v7.3.1 |
2989 | 2024-02-21T00:36:56.293Z | Documenting supports-color v3.0.0 |
2990 | 2024-02-21T00:36:58.332Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2991 | 2024-02-21T00:36:59.570Z | Documenting hyper-staticfile v0.9.5 |
2992 | 2024-02-21T00:37:00.206Z | Documenting textwrap v0.16.1 |
2993 | 2024-02-21T00:37:00.223Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2994 | 2024-02-21T00:37:00.838Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2995 | 2024-02-21T00:37:01.037Z | Documenting tui-tree-widget v0.17.0 |
2996 | 2024-02-21T00:37:05.088Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2997 | 2024-02-21T00:37:05.334Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2998 | 2024-02-21T00:37:07.271Z | Checking nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
2999 | 2024-02-21T00:37:07.610Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3000 | 2024-02-21T00:37:08.146Z | Documenting rcgen v0.12.1 |
3001 | 2024-02-21T00:37:09.412Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3002 | 2024-02-21T00:37:09.655Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3003 | 2024-02-21T00:37:10.116Z | Documenting atomicwrites v0.4.3 |
3004 | 2024-02-21T00:37:11.029Z | Documenting signal-hook-tokio v0.3.1 |
3005 | 2024-02-21T00:37:14.813Z | Documenting subprocess v0.2.9 |
3006 | 2024-02-21T00:37:15.539Z | Documenting memmap2 v0.7.1 |
3007 | 2024-02-21T00:37:16.080Z | Documenting arrayref v0.3.7 |
3008 | 2024-02-21T00:37:16.093Z | Documenting constant_time_eq v0.3.0 |
3009 | 2024-02-21T00:37:18.664Z | Documenting arrayvec v0.7.4 |
3010 | 2024-02-21T00:37:18.969Z | Documenting corncobs v0.1.3 |
3011 | 2024-02-21T00:37:19.099Z | Documenting shell-words v1.1.0 |
3012 | 2024-02-21T00:37:19.430Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3013 | 2024-02-21T00:37:19.853Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3014 | 2024-02-21T00:37:21.523Z | Documenting blake3 v1.5.0 |
3015 | 2024-02-21T00:37:22.091Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3016 | 2024-02-21T00:37:23.755Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3017 | 2024-02-21T00:37:25.580Z | Documenting nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
3018 | 2024-02-21T00:37:26.019Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3019 | 2024-02-21T00:37:27.418Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3020 | 2024-02-21T00:37:28.863Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3021 | 2024-02-21T00:37:35.720Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3022 | 2024-02-21T00:37:40.971Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3023 | 2024-02-21T00:37:42.032Z | warning: unclosed HTML tag `usize` |
3024 | 2024-02-21T00:37:42.032Z | --> wicket/src/ui/panes/update.rs:153:19 |
3025 | 2024-02-21T00:37:42.032Z | | |
3026 | 2024-02-21T00:37:42.032Z | 153 | /// TODO: The <usize> generic parameter is carried over from earlier versions |
3027 | 2024-02-21T00:37:42.033Z | | ^^^^^^^ |
3028 | 2024-02-21T00:37:42.033Z | | |
3029 | 2024-02-21T00:37:42.033Z | = note: `#[warn(rustdoc::invalid_html_tags)]` on by default |
3030 | 2024-02-21T00:37:42.033Z | |
3031 | 2024-02-21T00:37:42.888Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3032 | 2024-02-21T00:37:43.293Z | warning: `wicket` (lib doc) generated 1 warning |
3033 | 2024-02-21T00:37:43.297Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
3034 | 2024-02-21T00:37:47.782Z | Documenting fatfs v0.3.6 |
3035 | 2024-02-21T00:37:52.425Z | Documenting nanorand v0.7.0 |
3036 | 2024-02-21T00:37:53.074Z | Documenting topological-sort v0.2.2 |
3037 | 2024-02-21T00:37:53.563Z | Documenting assert_matches v1.5.0 |
3038 | 2024-02-21T00:37:56.667Z | Documenting flume v0.11.0 |
3039 | 2024-02-21T00:37:56.772Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3040 | 2024-02-21T00:37:57.864Z | Documenting omicron-zone-package v0.11.0 |
3041 | 2024-02-21T00:37:58.073Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3042 | 2024-02-21T00:37:59.446Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3043 | 2024-02-21T00:38:02.151Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3044 | 2024-02-21T00:38:04.548Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3045 | 2024-02-21T00:38:05.329Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3046 | 2024-02-21T00:38:05.725Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3047 | 2024-02-21T00:38:10.988Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3048 | 2024-02-21T00:38:11.462Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
3049 | 2024-02-21T00:38:11.462Z | --> sled-agent/src/sim/instance.rs:46:7 |
3050 | 2024-02-21T00:38:11.462Z | | |
3051 | 2024-02-21T00:38:11.462Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
3052 | 2024-02-21T00:38:11.463Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
3053 | 2024-02-21T00:38:11.463Z | | |
3054 | 2024-02-21T00:38:11.463Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3055 | 2024-02-21T00:38:11.463Z | |
3056 | 2024-02-21T00:38:11.935Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3057 | 2024-02-21T00:38:13.795Z | Documenting termios v0.3.3 |
3058 | 2024-02-21T00:38:14.970Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
3059 | 2024-02-21T00:38:18.134Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3060 | 2024-02-21T00:38:27.606Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3061 | 2024-02-21T00:38:29.060Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3062 | 2024-02-21T00:38:29.499Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3063 | 2024-02-21T00:38:38.237Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3064 | 2024-02-21T00:38:51.954Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3065 | 2024-02-21T00:39:00.745Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3066 | 2024-02-21T00:39:09.149Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3067 | 2024-02-21T00:39:09.378Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
3068 | 2024-02-21T00:39:12.993Z | Documenting zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
3069 | 2024-02-21T00:39:15.900Z | warning: unresolved link to `DataStore::update_tuf_repo_description_insert` |
3070 | 2024-02-21T00:39:15.900Z | --> nexus/db-queries/src/db/datastore/update.rs:28:27 |
3071 | 2024-02-21T00:39:15.900Z | | |
3072 | 2024-02-21T00:39:15.900Z | 28 | /// The return value of [`DataStore::update_tuf_repo_description_insert`]. |
3073 | 2024-02-21T00:39:15.900Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert` |
3074 | 2024-02-21T00:39:15.900Z | | |
3075 | 2024-02-21T00:39:15.900Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3076 | 2024-02-21T00:39:15.900Z | |
3077 | 2024-02-21T00:39:17.506Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3078 | 2024-02-21T00:39:17.576Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3079 | 2024-02-21T00:39:22.516Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3080 | 2024-02-21T00:39:31.156Z | warning: `nexus-db-queries` (lib doc) generated 1 warning |
3081 | 2024-02-21T00:39:31.169Z | Documenting nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution) |
3082 | 2024-02-21T00:39:54.495Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3083 | 2024-02-21T00:40:46.928Z | warning: unresolved link to `VolumeConstructionRequest` |
3084 | 2024-02-21T00:40:46.928Z | --> nexus/src/app/sagas/volume_delete.rs:338:7 |
3085 | 2024-02-21T00:40:46.928Z | | |
3086 | 2024-02-21T00:40:46.928Z | 338 | /// [`VolumeConstructionRequest`] is shown here): |
3087 | 2024-02-21T00:40:46.928Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
3088 | 2024-02-21T00:40:46.929Z | | |
3089 | 2024-02-21T00:40:46.929Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3090 | 2024-02-21T00:40:46.929Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3091 | 2024-02-21T00:40:46.929Z | |
3092 | 2024-02-21T00:40:46.934Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3093 | 2024-02-21T00:40:46.934Z | --> nexus/src/app/sagas/volume_delete.rs:348:17 |
3094 | 2024-02-21T00:40:46.934Z | | |
3095 | 2024-02-21T00:40:46.934Z | 348 | /// "[fd00:1122:3344:101::5]:1000", |
3096 | 2024-02-21T00:40:46.934Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3097 | 2024-02-21T00:40:46.934Z | |
3098 | 2024-02-21T00:40:46.935Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3099 | 2024-02-21T00:40:46.935Z | --> nexus/src/app/sagas/volume_delete.rs:349:17 |
3100 | 2024-02-21T00:40:46.935Z | | |
3101 | 2024-02-21T00:40:46.935Z | 349 | /// "[fd00:1122:3344:102::9]:1000", |
3102 | 2024-02-21T00:40:46.935Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3103 | 2024-02-21T00:40:46.935Z | |
3104 | 2024-02-21T00:40:46.935Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3105 | 2024-02-21T00:40:46.935Z | --> nexus/src/app/sagas/volume_delete.rs:350:17 |
3106 | 2024-02-21T00:40:46.935Z | | |
3107 | 2024-02-21T00:40:46.935Z | 350 | /// "[fd00:1122:3344:103::2]:1000" |
3108 | 2024-02-21T00:40:46.935Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3109 | 2024-02-21T00:40:46.935Z | |
3110 | 2024-02-21T00:40:46.935Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3111 | 2024-02-21T00:40:46.936Z | --> nexus/src/app/sagas/volume_delete.rs:369:17 |
3112 | 2024-02-21T00:40:46.936Z | | |
3113 | 2024-02-21T00:40:46.936Z | 369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
3114 | 2024-02-21T00:40:46.936Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3115 | 2024-02-21T00:40:46.936Z | |
3116 | 2024-02-21T00:40:46.936Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3117 | 2024-02-21T00:40:46.936Z | --> nexus/src/app/sagas/volume_delete.rs:370:17 |
3118 | 2024-02-21T00:40:46.936Z | | |
3119 | 2024-02-21T00:40:46.936Z | 370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
3120 | 2024-02-21T00:40:46.936Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3121 | 2024-02-21T00:40:46.936Z | |
3122 | 2024-02-21T00:40:46.936Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3123 | 2024-02-21T00:40:46.936Z | --> nexus/src/app/sagas/volume_delete.rs:371:17 |
3124 | 2024-02-21T00:40:46.936Z | | |
3125 | 2024-02-21T00:40:46.937Z | 371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
3126 | 2024-02-21T00:40:46.937Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3127 | 2024-02-21T00:40:46.937Z | |
3128 | 2024-02-21T00:40:50.107Z | warning: `omicron-nexus` (lib doc) generated 7 warnings |
3129 | 2024-02-21T00:41:06.296Z | Finished dev [unoptimized + debuginfo] target(s) in 11m 56s |
3130 | 2024-02-21T00:41:06.399Z | |
3131 | 2024-02-21T00:41:06.403Z | real 11:56.506123890 |
3132 | 2024-02-21T00:41:06.404Z | user 32:55.727972656 |
3133 | 2024-02-21T00:41:06.404Z | sys 49:34.501605840 |
3134 | 2024-02-21T00:41:06.404Z | trap 1.034322990 |
3135 | 2024-02-21T00:41:06.404Z | tflt 0.157932653 |
3136 | 2024-02-21T00:41:06.404Z | dflt 0.629928113 |
3137 | 2024-02-21T00:41:06.404Z | kflt 0.000040011 |
3138 | 2024-02-21T00:41:06.404Z | lock 2:09:05.725670870 |
3139 | 2024-02-21T00:41:06.404Z | slp 2:57:25.700293232 |
3140 | 2024-02-21T00:41:06.404Z | lat 4:56.612980174 |
3141 | 2024-02-21T00:41:06.404Z | stop 1:43.483413242 |
3142 | 2024-02-21T00:41:06.404Z | process exited: duration 1363920 ms, exit code 0 |
|
3143 | 2024-02-21T00:41:06.412Z | found 0 output files |