|
|
|
1 | 2023-12-07T01:22:12.672Z | job assigned to worker 01HH0XTTZTHFWGKMQ91KW6VW7Q (queued for 1 m 3 s) |
|
2 | 2023-12-07T01:22:12.794Z | starting task 0: "setup" |
3 | 2023-12-07T01:22:12.848Z | ++ uname -s |
4 | 2023-12-07T01:22:12.852Z | + kern=SunOS |
5 | 2023-12-07T01:22:12.852Z | + case "$kern" in |
6 | 2023-12-07T01:22:12.852Z | + groupadd -g 12345 build |
7 | 2023-12-07T01:22:12.855Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-12-07T01:22:14.868Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-12-07T01:22:14.997Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-12-07T01:22:15.005Z | + home_fs=zfs |
11 | 2023-12-07T01:22:15.006Z | + [[ zfs == autofs ]] |
12 | 2023-12-07T01:22:15.006Z | + mkdir -p /home/build |
13 | 2023-12-07T01:22:15.006Z | + chown build:build /home/build /work |
14 | 2023-12-07T01:22:16.999Z | + chmod 0700 /home/build /work |
15 | 2023-12-07T01:22:17.735Z | process exited: duration 4204 ms, exit code 0 |
|
16 | 2023-12-07T01:22:17.744Z | starting task 1: "rust-toolchain" |
17 | 2023-12-07T01:22:17.753Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-12-07T01:22:17.757Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2023-12-07T01:22:17.950Z | info: downloading installer |
20 | 2023-12-07T01:22:19.899Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-12-07T01:22:19.899Z | warning: /opt/ooce/bin |
22 | 2023-12-07T01:22:19.899Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-12-07T01:22:19.899Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-12-07T01:22:19.899Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-12-07T01:22:19.899Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-12-07T01:22:19.899Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-12-07T01:22:19.899Z | error: cannot install while Rust is installed |
28 | 2023-12-07T01:22:19.899Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-12-07T01:22:20.040Z | info: profile set to 'default' |
30 | 2023-12-07T01:22:20.040Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-12-07T01:22:20.047Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2023-12-07T01:22:20.235Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2023-12-07T01:22:20.235Z | info: downloading component 'cargo' |
34 | 2023-12-07T01:22:21.048Z | info: downloading component 'clippy' |
35 | 2023-12-07T01:22:21.330Z | info: downloading component 'rust-docs' |
36 | 2023-12-07T01:22:22.364Z | info: downloading component 'rust-std' |
37 | 2023-12-07T01:22:24.169Z | info: downloading component 'rustc' |
38 | 2023-12-07T01:22:28.554Z | info: downloading component 'rustfmt' |
39 | 2023-12-07T01:22:28.888Z | info: installing component 'cargo' |
40 | 2023-12-07T01:22:30.323Z | info: installing component 'clippy' |
41 | 2023-12-07T01:22:30.947Z | info: installing component 'rust-docs' |
42 | 2023-12-07T01:22:33.684Z | info: installing component 'rust-std' |
43 | 2023-12-07T01:22:36.814Z | info: installing component 'rustc' |
44 | 2023-12-07T01:22:52.137Z | info: installing component 'rustfmt' |
45 | 2023-12-07T01:22:52.786Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2023-12-07T01:22:52.788Z | |
47 | 2023-12-07T01:22:52.788Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2023-12-07T01:22:52.788Z | |
49 | 2023-12-07T01:22:52.789Z | |
50 | 2023-12-07T01:22:52.789Z | Rust is installed now. Great! |
51 | 2023-12-07T01:22:52.789Z | |
52 | 2023-12-07T01:22:52.789Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-12-07T01:22:52.789Z | environment variable. This has not been done automatically. |
54 | 2023-12-07T01:22:52.789Z | |
55 | 2023-12-07T01:22:52.790Z | To configure your current shell, run: |
56 | 2023-12-07T01:22:52.790Z | source "$HOME/.cargo/env" |
57 | 2023-12-07T01:22:52.790Z | + rustc --version |
58 | 2023-12-07T01:22:52.790Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2023-12-07T01:22:52.790Z | process exited: duration 26694 ms, exit code 0 |
|
60 | 2023-12-07T01:22:52.927Z | starting task 2: "authentication" |
61 | 2023-12-07T01:22:53.503Z | process exited: duration 177 ms, exit code 0 |
|
62 | 2023-12-07T01:22:53.579Z | starting task 3: "clone repository" |
63 | 2023-12-07T01:22:53.609Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2023-12-07T01:22:53.609Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2023-12-07T01:22:53.766Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2023-12-07T01:23:00.454Z | + cd /work/oxidecomputer/omicron |
67 | 2023-12-07T01:23:00.454Z | + [[ -n mptest ]] |
68 | 2023-12-07T01:23:00.459Z | + git fetch origin mptest |
69 | 2023-12-07T01:23:00.815Z | From https://github.com/oxidecomputer/omicron |
70 | 2023-12-07T01:23:00.815Z | * branch mptest -> FETCH_HEAD |
71 | 2023-12-07T01:23:00.823Z | + git checkout -B mptest remotes/origin/mptest |
72 | 2023-12-07T01:23:00.925Z | Switched to a new branch 'mptest' |
73 | 2023-12-07T01:23:00.948Z | branch 'mptest' set up to track 'origin/mptest'. |
74 | 2023-12-07T01:23:00.948Z | + git reset --hard c86b76b872ab4c104eebcaf28b5196bc32947822 |
75 | 2023-12-07T01:23:01.082Z | HEAD is now at c86b76b8 bump dendrite, softnpu, and sidecar-lite versions to get full multipath |
76 | 2023-12-07T01:23:01.087Z | process exited: duration 7519 ms, exit code 0 |
|
77 | 2023-12-07T01:23:01.096Z | starting task 4: "build" |
78 | 2023-12-07T01:23:01.103Z | + cargo --version |
79 | 2023-12-07T01:23:01.110Z | info: syncing channel updates for '1.74.0-x86_64-unknown-illumos' |
80 | 2023-12-07T01:23:01.332Z | info: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13) |
81 | 2023-12-07T01:23:01.336Z | info: downloading component 'cargo' |
82 | 2023-12-07T01:23:02.310Z | info: downloading component 'clippy' |
83 | 2023-12-07T01:23:02.621Z | info: downloading component 'rust-docs' |
84 | 2023-12-07T01:23:03.856Z | info: downloading component 'rust-std' |
85 | 2023-12-07T01:23:05.835Z | info: downloading component 'rustc' |
86 | 2023-12-07T01:23:10.748Z | info: downloading component 'rustfmt' |
87 | 2023-12-07T01:23:11.035Z | info: installing component 'cargo' |
88 | 2023-12-07T01:23:12.300Z | info: installing component 'clippy' |
89 | 2023-12-07T01:23:12.765Z | info: installing component 'rust-docs' |
90 | 2023-12-07T01:23:15.578Z | info: installing component 'rust-std' |
91 | 2023-12-07T01:23:18.198Z | info: installing component 'rustc' |
92 | 2023-12-07T01:23:24.504Z | info: installing component 'rustfmt' |
93 | 2023-12-07T01:23:25.045Z | cargo 1.74.0 (ecb9851af 2023-10-18) |
94 | 2023-12-07T01:23:25.048Z | + rustc --version |
95 | 2023-12-07T01:23:25.197Z | rustc 1.74.0 (79e9716c9 2023-11-13) |
96 | 2023-12-07T01:23:25.210Z | + source ./env.sh |
97 | 2023-12-07T01:23:25.211Z | ++ set -o xtrace |
98 | 2023-12-07T01:23:25.211Z | ++++ dirname ./env.sh |
99 | 2023-12-07T01:23:25.233Z | +++ cd . |
100 | 2023-12-07T01:23:25.233Z | +++ echo /work/oxidecomputer/omicron |
101 | 2023-12-07T01:23:25.233Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
102 | 2023-12-07T01:23:25.233Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
103 | 2023-12-07T01:23:25.233Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
104 | 2023-12-07T01:23:25.233Z | ++ 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 |
105 | 2023-12-07T01:23:25.233Z | ++ 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 |
106 | 2023-12-07T01:23:25.233Z | ++ 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 |
107 | 2023-12-07T01:23:25.234Z | ++ 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 |
108 | 2023-12-07T01:23:25.234Z | ++ 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 |
109 | 2023-12-07T01:23:25.234Z | ++ 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 |
110 | 2023-12-07T01:23:25.234Z | ++ unset OMICRON_WS |
111 | 2023-12-07T01:23:25.234Z | ++ set +o xtrace |
112 | 2023-12-07T01:23:25.293Z | |
113 | 2023-12-07T01:23:25.293Z | ##### ##### ###### ##### ###### #### # # # #### # |
114 | 2023-12-07T01:23:25.293Z | # # # # # # # # # # # # # # # |
115 | 2023-12-07T01:23:25.293Z | # # # # ##### # # ##### # # # # # #### # |
116 | 2023-12-07T01:23:25.293Z | ##### ##### # ##### # # # # # # # # # |
117 | 2023-12-07T01:23:25.294Z | # # # # # # # # # # # # # # # |
118 | 2023-12-07T01:23:25.294Z | # # # ###### # # ###### ### # #### # #### # |
119 | 2023-12-07T01:23:25.294Z | |
120 | 2023-12-07T01:23:34.122Z | Startup: Refreshing catalog 'helios-dev' ... Done |
121 | 2023-12-07T01:23:35.338Z | Startup: Caching catalogs ... Done |
122 | 2023-12-07T01:23:41.795Z | Planning: Solver setup ... Done (6.060s) |
123 | 2023-12-07T01:23:41.944Z | Planning: Running solver ... Done (0.147s) |
124 | 2023-12-07T01:23:50.735Z | Planning: Finding local manifests ... Done (0.004s) |
125 | 2023-12-07T01:23:50.735Z | Planning: Fetching manifests: 0/6 0% complete |
126 | 2023-12-07T01:23:50.735Z | Planning: Fetching manifests: 6/6 100% complete |
127 | 2023-12-07T01:23:50.736Z | Planning: Package planning ... Done (0.090s) |
128 | 2023-12-07T01:23:50.736Z | Planning: Merging actions ... Done (0.085s) |
129 | 2023-12-07T01:23:50.987Z | Planning: Checking for conflicting actions ... Done (0.992s) |
130 | 2023-12-07T01:23:51.153Z | Planning: Consolidating action changes ... Done (0.018s) |
131 | 2023-12-07T01:23:51.153Z | Planning: Evaluating mediators ... Done (4.684s) |
132 | 2023-12-07T01:23:51.153Z | Planning: Planning completed in 13.01 seconds |
133 | 2023-12-07T01:23:51.153Z | Packages to install: 4 |
134 | 2023-12-07T01:23:51.153Z | Packages to update: 2 |
135 | 2023-12-07T01:23:51.153Z | Mediators to change: 2 |
136 | 2023-12-07T01:23:51.153Z | Services to change: 1 |
137 | 2023-12-07T01:23:51.153Z | Estimated space available: 148.88 GB |
138 | 2023-12-07T01:23:51.153Z | Estimated space to be consumed: 1.43 GB |
139 | 2023-12-07T01:23:51.154Z | Create boot environment: No |
140 | 2023-12-07T01:23:51.154Z | Create backup boot environment: Yes |
141 | 2023-12-07T01:23:51.154Z | Rebuild boot archive: No |
142 | 2023-12-07T01:23:51.154Z | |
143 | 2023-12-07T01:23:51.154Z | Changed mediators: |
144 | 2023-12-07T01:23:51.154Z | mediator clang: |
145 | 2023-12-07T01:23:51.154Z | version: None -> 15 (system default) |
146 | 2023-12-07T01:23:51.154Z | |
147 | 2023-12-07T01:23:51.154Z | mediator llvm: |
148 | 2023-12-07T01:23:51.154Z | version: 14 (system default) -> 15 (system default) |
149 | 2023-12-07T01:23:51.154Z | |
150 | 2023-12-07T01:23:51.155Z | Changed packages: |
151 | 2023-12-07T01:23:51.155Z | helios-dev |
152 | 2023-12-07T01:23:51.156Z | developer/build-essential |
153 | 2023-12-07T01:23:51.156Z | None -> 11-2.0 |
154 | 2023-12-07T01:23:51.156Z | library/libxmlsec1 |
155 | 2023-12-07T01:23:51.156Z | None -> 1.2.35-2.0 |
156 | 2023-12-07T01:23:51.156Z | ooce/developer/clang-15 |
157 | 2023-12-07T01:23:51.156Z | None -> 15.0.7-2.0 |
158 | 2023-12-07T01:23:51.156Z | ooce/developer/llvm-15 |
159 | 2023-12-07T01:23:51.157Z | None -> 15.0.7-2.0 |
160 | 2023-12-07T01:23:51.157Z | system/library/g++-runtime |
161 | 2023-12-07T01:23:51.157Z | 12-2.0 -> 13-2.0 |
162 | 2023-12-07T01:23:51.157Z | system/library/gcc-runtime |
163 | 2023-12-07T01:23:51.157Z | 12-2.0 -> 13-2.0 |
164 | 2023-12-07T01:23:51.157Z | |
165 | 2023-12-07T01:23:51.157Z | Services: |
166 | 2023-12-07T01:23:51.157Z | restart_fmri: |
167 | 2023-12-07T01:23:51.157Z | svc:/system/update-man-index:default |
168 | 2023-12-07T01:23:51.157Z | |
169 | 2023-12-07T01:23:51.157Z | Download: 0/3330 items 0.0/221.1MB 0% complete |
170 | 2023-12-07T01:23:53.869Z | Download: 255/3330 items 15.4/221.1MB 6% complete (3.1M/s) |
171 | 2023-12-07T01:23:58.829Z | Download: 1189/3330 items 83.0/221.1MB 37% complete (8.6M/s) |
172 | 2023-12-07T01:24:03.867Z | Download: 1199/3330 items 83.5/221.1MB 37% complete (8.0M/s) |
173 | 2023-12-07T01:24:08.905Z | Download: 2246/3330 items 119.4/221.1MB 53% complete (3.6M/s) |
174 | 2023-12-07T01:24:13.875Z | Download: 3094/3330 items 122.8/221.1MB 55% complete (3.9M/s) |
175 | 2023-12-07T01:24:18.942Z | Download: 3248/3330 items 203.1/221.1MB 91% complete (8.4M/s) |
176 | 2023-12-07T01:24:24.572Z | Download: 3326/3330 items 221.0/221.1MB 99% complete (9.8M/s) |
177 | 2023-12-07T01:24:24.633Z | Download: Completed 221.11 MB in 35.83 seconds (6.2M/s) |
178 | 2023-12-07T01:24:26.632Z | Actions: 1/3766 actions (Removing old actions) |
179 | 2023-12-07T01:24:26.632Z | Actions: 5/3766 actions (Installing new actions) |
180 | 2023-12-07T01:24:31.708Z | Actions: 2802/3766 actions (Installing new actions) |
181 | 2023-12-07T01:24:35.004Z | Actions: 3729/3766 actions (Updating modified actions) |
182 | 2023-12-07T01:24:35.670Z | Actions: Completed 3766 actions in 8.97 seconds. |
183 | 2023-12-07T01:24:35.804Z | Done (0.195s) |
184 | 2023-12-07T01:24:35.811Z | Done (0.000s) |
185 | 2023-12-07T01:24:36.074Z | Done (0.268s) |
186 | 2023-12-07T01:24:43.504Z | Done (7.305s) |
187 | 2023-12-07T01:24:43.876Z | Done (0.277s) |
188 | 2023-12-07T01:24:43.883Z | Done (0.000s) |
189 | 2023-12-07T01:24:44.092Z | Done (0.000s) |
190 | 2023-12-07T01:24:44.804Z | Planning: Evaluating mediator changes ... Done |
191 | 2023-12-07T01:24:45.092Z | Planning: Checking for conflicting actions ... Done |
192 | 2023-12-07T01:24:45.097Z | Planning: Consolidating action changes ... Done |
193 | 2023-12-07T01:24:45.537Z | Planning: Evaluating mediators ... Done |
194 | 2023-12-07T01:24:45.541Z | Planning: Planning completed in 0.73 seconds |
195 | 2023-12-07T01:24:45.600Z | Mediators to change: 2 |
196 | 2023-12-07T01:24:45.605Z | Create boot environment: No |
197 | 2023-12-07T01:24:45.605Z | Create backup boot environment: No |
198 | 2023-12-07T01:24:45.708Z | Done |
199 | 2023-12-07T01:24:45.708Z | Done |
200 | 2023-12-07T01:24:45.871Z | Done |
201 | 2023-12-07T01:24:51.641Z | Done |
202 | 2023-12-07T01:24:51.765Z | Done |
203 | 2023-12-07T01:24:51.780Z | Done |
204 | 2023-12-07T01:24:51.862Z | Done |
205 | 2023-12-07T01:24:52.880Z | Planning: Evaluating mediator changes ... Done |
206 | 2023-12-07T01:24:52.897Z | Planning: Merging actions ... Done |
207 | 2023-12-07T01:24:53.206Z | Planning: Checking for conflicting actions ... Done |
208 | 2023-12-07T01:24:53.210Z | Planning: Consolidating action changes ... Done |
209 | 2023-12-07T01:24:53.628Z | Planning: Evaluating mediators ... Done |
210 | 2023-12-07T01:24:53.720Z | Planning: Planning completed in 1.28 seconds |
211 | 2023-12-07T01:24:53.785Z | Packages to change: 1 |
212 | 2023-12-07T01:24:53.785Z | Mediators to change: 1 |
213 | 2023-12-07T01:24:53.796Z | Services to change: 1 |
214 | 2023-12-07T01:24:53.796Z | Create boot environment: No |
215 | 2023-12-07T01:24:53.797Z | Create backup boot environment: Yes |
216 | 2023-12-07T01:24:55.816Z | Actions: 1/6 actions (Updating modified actions) |
217 | 2023-12-07T01:24:55.823Z | Actions: Completed 6 actions in 0.00 seconds. |
218 | 2023-12-07T01:24:55.823Z | Done |
219 | 2023-12-07T01:24:55.823Z | Done |
220 | 2023-12-07T01:24:55.878Z | Done |
221 | 2023-12-07T01:25:01.508Z | Done |
222 | 2023-12-07T01:25:01.634Z | Done |
223 | 2023-12-07T01:25:01.643Z | Done |
224 | 2023-12-07T01:25:01.733Z | Done |
225 | 2023-12-07T01:25:02.500Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
226 | 2023-12-07T01:25:02.500Z | clang system 15 system |
227 | 2023-12-07T01:25:02.501Z | csh system system illumos |
228 | 2023-12-07T01:25:02.501Z | ctags system system illumos |
229 | 2023-12-07T01:25:02.501Z | gcc vendor 12 vendor |
230 | 2023-12-07T01:25:02.501Z | gcc system 10 system |
231 | 2023-12-07T01:25:02.507Z | gcc system 7 system |
232 | 2023-12-07T01:25:02.507Z | go system 1.20 system |
233 | 2023-12-07T01:25:02.508Z | go system 1.19 system |
234 | 2023-12-07T01:25:02.508Z | llvm system 15 system |
235 | 2023-12-07T01:25:02.508Z | llvm system 14 system |
236 | 2023-12-07T01:25:02.508Z | mariadb system 10.6 system |
237 | 2023-12-07T01:25:02.508Z | mta vendor vendor dma |
238 | 2023-12-07T01:25:02.508Z | openjdk system 17 system |
239 | 2023-12-07T01:25:02.508Z | openjdk system 11 system |
240 | 2023-12-07T01:25:02.508Z | openjdk system 1.8 system |
241 | 2023-12-07T01:25:02.509Z | openssl vendor 3 vendor |
242 | 2023-12-07T01:25:02.509Z | perl system 5.36 system |
243 | 2023-12-07T01:25:02.509Z | postgresql system 15 system |
244 | 2023-12-07T01:25:02.509Z | postgresql system 13 system |
245 | 2023-12-07T01:25:02.509Z | python vendor 3 vendor |
246 | 2023-12-07T01:25:02.509Z | python system 2 system |
247 | 2023-12-07T01:25:02.510Z | python3 system 3.11 system |
248 | 2023-12-07T01:25:02.510Z | ruby system 3.0 system |
249 | 2023-12-07T01:25:02.510Z | words vendor vendor american-english |
250 | 2023-12-07T01:25:02.510Z | words system system australian-english |
251 | 2023-12-07T01:25:02.510Z | words system system british-english |
252 | 2023-12-07T01:25:02.511Z | words system system canadian-english |
253 | 2023-12-07T01:25:02.511Z | words system system french |
254 | 2023-12-07T01:25:02.511Z | words system system italian |
255 | 2023-12-07T01:25:02.511Z | words system system ngerman |
256 | 2023-12-07T01:25:02.511Z | words system system ogerman |
257 | 2023-12-07T01:25:02.512Z | words system system spanish |
258 | 2023-12-07T01:25:02.976Z | FMRI IFO |
259 | 2023-12-07T01:25:02.976Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
260 | 2023-12-07T01:25:02.976Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
261 | 2023-12-07T01:25:02.977Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
262 | 2023-12-07T01:25:02.977Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z im- |
263 | 2023-12-07T01:25:02.977Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
264 | 2023-12-07T01:25:02.977Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z i-- |
265 | 2023-12-07T01:25:02.978Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z im- |
266 | 2023-12-07T01:25:02.978Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z im- |
267 | 2023-12-07T01:25:03.053Z | + set -o errexit |
268 | 2023-12-07T01:25:03.059Z | +++ dirname ./tools/ci_download_cockroachdb |
269 | 2023-12-07T01:25:03.059Z | ++ cd ./tools |
270 | 2023-12-07T01:25:03.059Z | ++ pwd |
271 | 2023-12-07T01:25:03.059Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
272 | 2023-12-07T01:25:03.068Z | ++ basename ./tools/ci_download_cockroachdb |
273 | 2023-12-07T01:25:03.068Z | + ARG0=ci_download_cockroachdb |
274 | 2023-12-07T01:25:03.068Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
275 | 2023-12-07T01:25:03.068Z | + CIDL_VERSION=v22.1.9 |
276 | 2023-12-07T01:25:03.070Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
277 | 2023-12-07T01:25:03.070Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
278 | 2023-12-07T01:25:03.071Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
279 | 2023-12-07T01:25:03.071Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
280 | 2023-12-07T01:25:03.071Z | + TARGET_DIR=out |
281 | 2023-12-07T01:25:03.071Z | + DOWNLOAD_DIR=out/downloads |
282 | 2023-12-07T01:25:03.071Z | + DEST_DIR=./out/cockroachdb |
283 | 2023-12-07T01:25:03.071Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
284 | 2023-12-07T01:25:03.072Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
285 | 2023-12-07T01:25:03.072Z | + main |
286 | 2023-12-07T01:25:03.072Z | + [[ 0 != 0 ]] |
287 | 2023-12-07T01:25:03.079Z | + CIDL_OS=solaris2.11 |
288 | 2023-12-07T01:25:03.079Z | + [[ 0 != 0 ]] |
289 | 2023-12-07T01:25:03.079Z | + configure_os solaris2.11 |
290 | 2023-12-07T01:25:03.080Z | + echo 'current directory: /work/oxidecomputer/omicron' |
291 | 2023-12-07T01:25:03.080Z | current directory: /work/oxidecomputer/omicron |
292 | 2023-12-07T01:25:03.080Z | + echo 'configuring based on OS: "solaris2.11"' |
293 | 2023-12-07T01:25:03.080Z | + case "$1" in |
294 | 2023-12-07T01:25:03.080Z | configuring based on OS: "solaris2.11" |
295 | 2023-12-07T01:25:03.080Z | + CIDL_BUILD=illumos |
296 | 2023-12-07T01:25:03.080Z | + CIDL_SUFFIX=tar.gz |
297 | 2023-12-07T01:25:03.080Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
298 | 2023-12-07T01:25:03.080Z | + CIDL_MD5FUNC=do_md5sum |
299 | 2023-12-07T01:25:03.080Z | + CIDL_URL_BASE=https://illumos.org/downloads |
300 | 2023-12-07T01:25:03.080Z | + CIDL_ASSEMBLE=do_assemble_illumos |
301 | 2023-12-07T01:25:03.080Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
302 | 2023-12-07T01:25:03.080Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
303 | 2023-12-07T01:25:03.080Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
304 | 2023-12-07T01:25:03.080Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
305 | 2023-12-07T01:25:03.080Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
306 | 2023-12-07T01:25:03.080Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
307 | 2023-12-07T01:25:03.081Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
308 | 2023-12-07T01:25:03.081Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
309 | 2023-12-07T01:25:03.081Z | + mkdir -p out/downloads |
310 | 2023-12-07T01:25:03.081Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
311 | 2023-12-07T01:25:03.081Z | + mkdir -p ./out/cockroachdb |
312 | 2023-12-07T01:25:03.081Z | + local DO_DOWNLOAD=true |
313 | 2023-12-07T01:25:03.081Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
314 | 2023-12-07T01:25:03.081Z | + '[' true == true ']' |
315 | 2023-12-07T01:25:03.081Z | + echo Downloading... |
316 | 2023-12-07T01:25:03.081Z | Downloading... |
317 | 2023-12-07T01:25:03.081Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
318 | 2023-12-07T01:25:03.081Z | + 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 |
319 | 2023-12-07T01:25:05.238Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
320 | 2023-12-07T01:25:05.242Z | ++ md5sum |
321 | 2023-12-07T01:25:05.242Z | ++ awk '{print $1}' |
322 | 2023-12-07T01:25:05.421Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
323 | 2023-12-07T01:25:05.421Z | + [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]] |
324 | 2023-12-07T01:25:05.422Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
325 | 2023-12-07T01:25:05.429Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
326 | 2023-12-07T01:25:08.827Z | + do_assemble_illumos |
327 | 2023-12-07T01:25:08.827Z | + rm -r ./out/cockroachdb |
328 | 2023-12-07T01:25:08.841Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
329 | 2023-12-07T01:25:09.461Z | + ./out/cockroachdb/bin/cockroach version |
330 | 2023-12-07T01:25:09.667Z | Build Tag: v22.1.9-dirty |
331 | 2023-12-07T01:25:09.668Z | Build Time: 2022/10/26 21:17:46 |
332 | 2023-12-07T01:25:09.668Z | Distribution: OSS |
333 | 2023-12-07T01:25:09.668Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
334 | 2023-12-07T01:25:09.668Z | Go Version: go1.17.13 |
335 | 2023-12-07T01:25:09.668Z | C Compiler: gcc 10.3.0 |
336 | 2023-12-07T01:25:09.668Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
337 | 2023-12-07T01:25:09.668Z | Build Type: release |
338 | 2023-12-07T01:25:09.691Z | + set -o errexit |
339 | 2023-12-07T01:25:09.697Z | +++ dirname ./tools/ci_download_clickhouse |
340 | 2023-12-07T01:25:09.697Z | ++ cd ./tools |
341 | 2023-12-07T01:25:09.697Z | ++ pwd |
342 | 2023-12-07T01:25:09.697Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
343 | 2023-12-07T01:25:09.703Z | ++ basename ./tools/ci_download_clickhouse |
344 | 2023-12-07T01:25:09.704Z | + ARG0=ci_download_clickhouse |
345 | 2023-12-07T01:25:09.704Z | + TARGET_DIR=out |
346 | 2023-12-07T01:25:09.704Z | + DOWNLOAD_DIR=out/downloads |
347 | 2023-12-07T01:25:09.704Z | + DEST_DIR=./out/clickhouse |
348 | 2023-12-07T01:25:09.706Z | + CIDL_VERSION=v22.8.9.24 |
349 | 2023-12-07T01:25:09.706Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
350 | 2023-12-07T01:25:09.706Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
351 | 2023-12-07T01:25:09.707Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
352 | 2023-12-07T01:25:09.707Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
353 | 2023-12-07T01:25:09.707Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
354 | 2023-12-07T01:25:09.707Z | + main |
355 | 2023-12-07T01:25:09.707Z | + [[ 0 != 0 ]] |
356 | 2023-12-07T01:25:09.707Z | + CIDL_OS=solaris2.11 |
357 | 2023-12-07T01:25:09.708Z | + [[ 0 != 0 ]] |
358 | 2023-12-07T01:25:09.708Z | + configure_os solaris2.11 |
359 | 2023-12-07T01:25:09.708Z | + echo 'current directory: /work/oxidecomputer/omicron' |
360 | 2023-12-07T01:25:09.708Z | current directory: /work/oxidecomputer/omicron |
361 | 2023-12-07T01:25:09.708Z | + echo 'configuring based on OS: "solaris2.11"' |
362 | 2023-12-07T01:25:09.709Z | + CIDL_DASHREV= |
363 | 2023-12-07T01:25:09.709Z | + case "$1" in |
364 | 2023-12-07T01:25:09.709Z | configuring based on OS: "solaris2.11" |
365 | 2023-12-07T01:25:09.710Z | + CIDL_PLATFORM=illumos |
366 | 2023-12-07T01:25:09.710Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
367 | 2023-12-07T01:25:09.710Z | + CIDL_MD5FUNC=do_md5sum |
368 | 2023-12-07T01:25:09.710Z | + CIDL_DASHREV=-1 |
369 | 2023-12-07T01:25:09.710Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
370 | 2023-12-07T01:25:09.710Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
371 | 2023-12-07T01:25:09.711Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
372 | 2023-12-07T01:25:09.711Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
373 | 2023-12-07T01:25:09.712Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
374 | 2023-12-07T01:25:09.712Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
375 | 2023-12-07T01:25:09.712Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
376 | 2023-12-07T01:25:09.712Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
377 | 2023-12-07T01:25:09.713Z | + mkdir -p out/downloads |
378 | 2023-12-07T01:25:09.713Z | + mkdir -p ./out/clickhouse |
379 | 2023-12-07T01:25:09.720Z | + local DO_DOWNLOAD=true |
380 | 2023-12-07T01:25:09.720Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
381 | 2023-12-07T01:25:09.720Z | + '[' true == true ']' |
382 | 2023-12-07T01:25:09.720Z | + echo Downloading... |
383 | 2023-12-07T01:25:09.720Z | Downloading... |
384 | 2023-12-07T01:25:09.720Z | + 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 |
385 | 2023-12-07T01:25:09.720Z | + 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 |
386 | 2023-12-07T01:25:11.357Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
387 | 2023-12-07T01:25:11.361Z | ++ md5sum |
388 | 2023-12-07T01:25:11.361Z | ++ awk '{print $1}' |
389 | 2023-12-07T01:25:11.624Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
390 | 2023-12-07T01:25:11.624Z | + [[ 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 ]] |
391 | 2023-12-07T01:25:11.624Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
392 | 2023-12-07T01:25:11.630Z | + mkdir -p ./out/clickhouse |
393 | 2023-12-07T01:25:11.630Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
394 | 2023-12-07T01:25:16.497Z | + ./out/clickhouse/clickhouse server --version |
395 | 2023-12-07T01:25:16.551Z | ClickHouse server version 22.8.9.1. |
396 | 2023-12-07T01:25:16.573Z | + set -o errexit |
397 | 2023-12-07T01:25:16.578Z | +++ dirname ./tools/ci_download_console |
398 | 2023-12-07T01:25:16.578Z | ++ cd ./tools |
399 | 2023-12-07T01:25:16.578Z | ++ pwd |
400 | 2023-12-07T01:25:16.578Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
401 | 2023-12-07T01:25:16.591Z | ++ basename ./tools/ci_download_console |
402 | 2023-12-07T01:25:16.591Z | + ARG0=ci_download_console |
403 | 2023-12-07T01:25:16.591Z | + TARGET_DIR=out |
404 | 2023-12-07T01:25:16.592Z | + DOWNLOAD_DIR=out/downloads |
405 | 2023-12-07T01:25:16.592Z | + DEST_DIR=./out/console-assets |
406 | 2023-12-07T01:25:16.592Z | + source /work/oxidecomputer/omicron/tools/console_version |
407 | 2023-12-07T01:25:16.592Z | ++ COMMIT=ae8218df707360a902133f4a96b48a3b5a62a09e |
408 | 2023-12-07T01:25:16.592Z | ++ SHA2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
409 | 2023-12-07T01:25:16.593Z | + URL=https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
410 | 2023-12-07T01:25:16.593Z | + TARBALL_FILE=out/downloads/console.tar.gz |
411 | 2023-12-07T01:25:16.593Z | + main |
412 | 2023-12-07T01:25:16.596Z | + [[ 0 != 0 ]] |
413 | 2023-12-07T01:25:16.596Z | + echo 'URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz' |
414 | 2023-12-07T01:25:16.597Z | URL: https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
415 | 2023-12-07T01:25:16.597Z | + echo 'Local file: out/downloads/console.tar.gz' |
416 | 2023-12-07T01:25:16.597Z | + local DO_DOWNLOAD=true |
417 | 2023-12-07T01:25:16.597Z | + [[ -f out/downloads/console.tar.gz ]] |
418 | 2023-12-07T01:25:16.597Z | Local file: out/downloads/console.tar.gz |
419 | 2023-12-07T01:25:16.597Z | + mkdir -p out/downloads |
420 | 2023-12-07T01:25:16.597Z | + '[' true == true ']' |
421 | 2023-12-07T01:25:16.597Z | + echo Downloading... |
422 | 2023-12-07T01:25:16.598Z | Downloading... |
423 | 2023-12-07T01:25:16.598Z | + do_download_curl https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz out/downloads/console.tar.gz |
424 | 2023-12-07T01:25:16.598Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/ae8218df707360a902133f4a96b48a3b5a62a09e.tar.gz |
425 | 2023-12-07T01:25:17.203Z | ++ do_sha256sum out/downloads/console.tar.gz |
426 | 2023-12-07T01:25:17.207Z | ++ case "$OSTYPE" in |
427 | 2023-12-07T01:25:17.207Z | ++ SHA=sha256sum |
428 | 2023-12-07T01:25:17.208Z | ++ sha256sum |
429 | 2023-12-07T01:25:17.208Z | ++ awk '{print $1}' |
430 | 2023-12-07T01:25:17.228Z | + calculated_sha2=ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 |
431 | 2023-12-07T01:25:17.228Z | + [[ ae35b991d3ff835a59b59126298790cb7431a282b25ba4add4e7fb6ea6b98989 != \a\e\3\5\b\9\9\1\d\3\f\f\8\3\5\a\5\9\b\5\9\1\2\6\2\9\8\7\9\0\c\b\7\4\3\1\a\2\8\2\b\2\5\b\a\4\a\d\d\4\e\7\f\b\6\e\a\6\b\9\8\9\8\9 ]] |
432 | 2023-12-07T01:25:17.232Z | + rm -rf ./out/console-assets |
433 | 2023-12-07T01:25:17.232Z | + mkdir -p ./out/console-assets |
434 | 2023-12-07T01:25:17.236Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
435 | 2023-12-07T01:25:17.239Z | + mkdir -p ./out/console-assets |
436 | 2023-12-07T01:25:17.239Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
437 | 2023-12-07T01:25:17.371Z | + set -o errexit |
438 | 2023-12-07T01:25:17.378Z | +++ dirname ./tools/ci_download_maghemite_openapi |
439 | 2023-12-07T01:25:17.378Z | ++ cd ./tools |
440 | 2023-12-07T01:25:17.378Z | ++ pwd |
441 | 2023-12-07T01:25:17.379Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
442 | 2023-12-07T01:25:17.379Z | ++ basename ./tools/ci_download_maghemite_openapi |
443 | 2023-12-07T01:25:17.390Z | + ARG0=ci_download_maghemite_openapi |
444 | 2023-12-07T01:25:17.390Z | + TARGET_DIR=out |
445 | 2023-12-07T01:25:17.390Z | + DOWNLOAD_DIR=out/downloads |
446 | 2023-12-07T01:25:17.391Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
447 | 2023-12-07T01:25:17.391Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
448 | 2023-12-07T01:25:17.391Z | ++ SHA2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
449 | 2023-12-07T01:25:17.391Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
450 | 2023-12-07T01:25:17.391Z | + LOCAL_FILE=out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
451 | 2023-12-07T01:25:17.391Z | + main |
452 | 2023-12-07T01:25:17.392Z | + [[ 0 != 0 ]] |
453 | 2023-12-07T01:25:17.392Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json' |
454 | 2023-12-07T01:25:17.393Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
455 | 2023-12-07T01:25:17.393Z | + echo 'Local file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json' |
456 | 2023-12-07T01:25:17.393Z | Local file: out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
457 | 2023-12-07T01:25:17.393Z | + local DO_DOWNLOAD=true |
458 | 2023-12-07T01:25:17.393Z | + [[ -f out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]] |
459 | 2023-12-07T01:25:17.394Z | + mkdir -p out/downloads |
460 | 2023-12-07T01:25:17.394Z | + '[' true == true ']' |
461 | 2023-12-07T01:25:17.394Z | + echo Downloading... |
462 | 2023-12-07T01:25:17.394Z | Downloading... |
463 | 2023-12-07T01:25:17.394Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
464 | 2023-12-07T01:25:17.394Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/ddm-admin.json |
465 | 2023-12-07T01:25:17.613Z | ++ do_sha256sum out/downloads/ddm-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
466 | 2023-12-07T01:25:17.613Z | ++ case "$OSTYPE" in |
467 | 2023-12-07T01:25:17.619Z | ++ SHA=sha256sum |
468 | 2023-12-07T01:25:17.619Z | ++ sha256sum |
469 | 2023-12-07T01:25:17.619Z | ++ awk '{print $1}' |
470 | 2023-12-07T01:25:17.627Z | + calculated_sha2=9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf |
471 | 2023-12-07T01:25:17.627Z | + [[ 9737906555a60911636532f00f1dc2866dc7cd6553beb106e9e57beabad41cdf != \9\7\3\7\9\0\6\5\5\5\a\6\0\9\1\1\6\3\6\5\3\2\f\0\0\f\1\d\c\2\8\6\6\d\c\7\c\d\6\5\5\3\b\e\b\1\0\6\e\9\e\5\7\b\e\a\b\a\d\4\1\c\d\f ]] |
472 | 2023-12-07T01:25:17.627Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
473 | 2023-12-07T01:25:17.627Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
474 | 2023-12-07T01:25:17.627Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
475 | 2023-12-07T01:25:17.628Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
476 | 2023-12-07T01:25:17.628Z | + LOCAL_FILE=out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
477 | 2023-12-07T01:25:17.628Z | + main |
478 | 2023-12-07T01:25:17.628Z | + [[ 0 != 0 ]] |
479 | 2023-12-07T01:25:17.628Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json' |
480 | 2023-12-07T01:25:17.628Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
481 | 2023-12-07T01:25:17.628Z | + echo 'Local file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json' |
482 | 2023-12-07T01:25:17.628Z | Local file: out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
483 | 2023-12-07T01:25:17.629Z | + local DO_DOWNLOAD=true |
484 | 2023-12-07T01:25:17.629Z | + [[ -f out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json ]] |
485 | 2023-12-07T01:25:17.629Z | + mkdir -p out/downloads |
486 | 2023-12-07T01:25:17.629Z | + '[' true == true ']' |
487 | 2023-12-07T01:25:17.629Z | + echo Downloading... |
488 | 2023-12-07T01:25:17.629Z | Downloading... |
489 | 2023-12-07T01:25:17.629Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
490 | 2023-12-07T01:25:17.629Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/579592bf474ec4b86805ada60c1b920b3beef5a7/mg-admin.json |
491 | 2023-12-07T01:25:17.895Z | ++ do_sha256sum out/downloads/mg-admin-579592bf474ec4b86805ada60c1b920b3beef5a7.json |
492 | 2023-12-07T01:25:17.912Z | ++ case "$OSTYPE" in |
493 | 2023-12-07T01:25:17.912Z | ++ SHA=sha256sum |
494 | 2023-12-07T01:25:17.912Z | ++ sha256sum |
495 | 2023-12-07T01:25:17.912Z | ++ awk '{print $1}' |
496 | 2023-12-07T01:25:17.913Z | + calculated_sha2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
497 | 2023-12-07T01:25:17.914Z | + [[ 6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 != \6\c\1\f\a\b\8\d\5\0\2\8\b\5\2\a\1\6\1\d\8\b\f\0\2\a\a\e\4\7\8\4\4\6\9\9\c\d\c\5\f\7\b\2\8\e\1\a\c\5\1\9\f\c\4\e\c\1\a\b\3\9\7\1 ]] |
498 | 2023-12-07T01:25:17.932Z | + set -o errexit |
499 | 2023-12-07T01:25:17.933Z | +++ dirname ./tools/ci_download_dendrite_openapi |
500 | 2023-12-07T01:25:17.933Z | ++ cd ./tools |
501 | 2023-12-07T01:25:17.933Z | ++ pwd |
502 | 2023-12-07T01:25:17.933Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
503 | 2023-12-07T01:25:17.934Z | ++ basename ./tools/ci_download_dendrite_openapi |
504 | 2023-12-07T01:25:17.934Z | + ARG0=ci_download_dendrite_openapi |
505 | 2023-12-07T01:25:17.935Z | + TARGET_DIR=out |
506 | 2023-12-07T01:25:17.935Z | + DOWNLOAD_DIR=out/downloads |
507 | 2023-12-07T01:25:17.935Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
508 | 2023-12-07T01:25:17.936Z | ++ COMMIT=45e05b2a90203d84510e0c8e902d9449b09ffd9b |
509 | 2023-12-07T01:25:17.936Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
510 | 2023-12-07T01:25:17.936Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json |
511 | 2023-12-07T01:25:17.936Z | + LOCAL_FILE=out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
512 | 2023-12-07T01:25:17.936Z | + main |
513 | 2023-12-07T01:25:17.936Z | + [[ 0 != 0 ]] |
514 | 2023-12-07T01:25:17.936Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json' |
515 | 2023-12-07T01:25:17.937Z | + echo 'Local file: out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json' |
516 | 2023-12-07T01:25:17.937Z | + local DO_DOWNLOAD=true |
517 | 2023-12-07T01:25:17.937Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json |
518 | 2023-12-07T01:25:17.938Z | + [[ -f out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json ]] |
519 | 2023-12-07T01:25:17.938Z | Local file: out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
520 | 2023-12-07T01:25:17.939Z | + mkdir -p out/downloads |
521 | 2023-12-07T01:25:17.939Z | + '[' true == true ']' |
522 | 2023-12-07T01:25:17.939Z | + echo Downloading... |
523 | 2023-12-07T01:25:17.939Z | Downloading... |
524 | 2023-12-07T01:25:17.940Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
525 | 2023-12-07T01:25:17.940Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dpd.json |
526 | 2023-12-07T01:25:19.166Z | ++ do_sha256sum out/downloads/dpd-45e05b2a90203d84510e0c8e902d9449b09ffd9b.json |
527 | 2023-12-07T01:25:19.167Z | ++ case "$OSTYPE" in |
528 | 2023-12-07T01:25:19.167Z | ++ SHA=sha256sum |
529 | 2023-12-07T01:25:19.167Z | ++ sha256sum |
530 | 2023-12-07T01:25:19.167Z | ++ awk '{print $1}' |
531 | 2023-12-07T01:25:19.167Z | + calculated_sha2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
532 | 2023-12-07T01:25:19.167Z | + [[ 07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 != \0\7\d\1\1\5\b\f\a\8\4\9\8\a\8\0\1\5\c\a\2\a\8\4\4\7\e\f\e\e\a\c\3\2\e\2\4\a\e\b\2\5\b\a\f\3\d\5\e\2\3\1\3\2\1\6\e\1\1\2\9\3\c\0 ]] |
533 | 2023-12-07T01:25:19.171Z | + set -o errexit |
534 | 2023-12-07T01:25:19.171Z | +++ dirname ./tools/ci_download_dendrite_stub |
535 | 2023-12-07T01:25:19.171Z | ++ cd ./tools |
536 | 2023-12-07T01:25:19.171Z | ++ pwd |
537 | 2023-12-07T01:25:19.171Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
538 | 2023-12-07T01:25:19.172Z | ++ basename ./tools/ci_download_dendrite_stub |
539 | 2023-12-07T01:25:19.172Z | + ARG0=ci_download_dendrite_stub |
540 | 2023-12-07T01:25:19.172Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
541 | 2023-12-07T01:25:19.172Z | ++ CIDL_SHA256_ILLUMOS=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 |
542 | 2023-12-07T01:25:19.172Z | ++ CIDL_SHA256_LINUX_DPD=a0d92b5007826b119c68fdaef753e33b125740ec7b3e771bfa6b3aa8d9fcb8cc |
543 | 2023-12-07T01:25:19.172Z | ++ CIDL_SHA256_LINUX_SWADM=13387460db5b57e6ffad6c0b8877af32cc6d53fecc4a1a0910143c0446d39a38 |
544 | 2023-12-07T01:25:19.173Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
545 | 2023-12-07T01:25:19.173Z | ++ COMMIT=45e05b2a90203d84510e0c8e902d9449b09ffd9b |
546 | 2023-12-07T01:25:19.173Z | ++ SHA2=07d115bfa8498a8015ca2a8447efeeac32e24aeb25baf3d5e2313216e11293c0 |
547 | 2023-12-07T01:25:19.173Z | + TARGET_DIR=out |
548 | 2023-12-07T01:25:19.173Z | + DOWNLOAD_DIR=out/downloads |
549 | 2023-12-07T01:25:19.174Z | + DEST_DIR=./out/dendrite-stub |
550 | 2023-12-07T01:25:19.174Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
551 | 2023-12-07T01:25:19.174Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
552 | 2023-12-07T01:25:19.174Z | + REPO=oxidecomputer/dendrite |
553 | 2023-12-07T01:25:19.174Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b |
554 | 2023-12-07T01:25:19.174Z | + main |
555 | 2023-12-07T01:25:19.174Z | + [[ 0 != 0 ]] |
556 | 2023-12-07T01:25:19.174Z | + CIDL_OS=solaris2.11 |
557 | 2023-12-07T01:25:19.175Z | + [[ 0 != 0 ]] |
558 | 2023-12-07T01:25:19.175Z | + configure_os solaris2.11 |
559 | 2023-12-07T01:25:19.176Z | + echo 'current directory: /work/oxidecomputer/omicron' |
560 | 2023-12-07T01:25:19.176Z | current directory: /work/oxidecomputer/omicron |
561 | 2023-12-07T01:25:19.176Z | + echo 'configuring based on OS: "solaris2.11"' |
562 | 2023-12-07T01:25:19.176Z | configuring based on OS: "solaris2.11" |
563 | 2023-12-07T01:25:19.176Z | + case "$1" in |
564 | 2023-12-07T01:25:19.176Z | + SET_BINARIES= |
565 | 2023-12-07T01:25:19.177Z | + CIDL_SHA256=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 |
566 | 2023-12-07T01:25:19.177Z | + CIDL_SHA256FUNC=do_sha256sum |
567 | 2023-12-07T01:25:19.177Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
568 | 2023-12-07T01:25:19.177Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz |
569 | 2023-12-07T01:25:19.177Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
570 | 2023-12-07T01:25:19.178Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz' |
571 | 2023-12-07T01:25:19.178Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz |
572 | 2023-12-07T01:25:19.178Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
573 | 2023-12-07T01:25:19.178Z | Local file: out/downloads/dendrite-stub.tar.gz |
574 | 2023-12-07T01:25:19.178Z | + mkdir -p out/downloads |
575 | 2023-12-07T01:25:19.179Z | + mkdir -p ./out/dendrite-stub |
576 | 2023-12-07T01:25:19.179Z | + fetch_and_verify |
577 | 2023-12-07T01:25:19.179Z | + local DO_DOWNLOAD=true |
578 | 2023-12-07T01:25:19.179Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
579 | 2023-12-07T01:25:19.180Z | + '[' true == true ']' |
580 | 2023-12-07T01:25:19.180Z | + echo Downloading... |
581 | 2023-12-07T01:25:19.180Z | Downloading... |
582 | 2023-12-07T01:25:19.180Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
583 | 2023-12-07T01:25:19.180Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/45e05b2a90203d84510e0c8e902d9449b09ffd9b/dendrite-stub.tar.gz |
584 | 2023-12-07T01:25:30.260Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
585 | 2023-12-07T01:25:30.282Z | ++ sha256sum |
586 | 2023-12-07T01:25:30.282Z | ++ awk '{print $1}' |
587 | 2023-12-07T01:25:30.365Z | + calculated_sha256=b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 |
588 | 2023-12-07T01:25:30.365Z | + [[ b14e73c8091a004472f9825b9b81b2c685bc5a48801704380a80481499060ad9 != \b\1\4\e\7\3\c\8\0\9\1\a\0\0\4\4\7\2\f\9\8\2\5\b\9\b\8\1\b\2\c\6\8\5\b\c\5\a\4\8\8\0\1\7\0\4\3\8\0\a\8\0\4\8\1\4\9\9\0\6\0\a\d\9 ]] |
589 | 2023-12-07T01:25:30.383Z | + do_untar out/downloads/dendrite-stub.tar.gz |
590 | 2023-12-07T01:25:30.384Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
591 | 2023-12-07T01:25:31.487Z | + do_assemble |
592 | 2023-12-07T01:25:31.488Z | + rm -r ./out/dendrite-stub |
593 | 2023-12-07T01:25:31.501Z | + mkdir ./out/dendrite-stub |
594 | 2023-12-07T01:25:31.502Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
595 | 2023-12-07T01:25:31.650Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
596 | 2023-12-07T01:25:31.657Z | + set -o errexit |
597 | 2023-12-07T01:25:31.661Z | +++ dirname ./tools/ci_download_maghemite_mgd |
598 | 2023-12-07T01:25:31.667Z | ++ cd ./tools |
599 | 2023-12-07T01:25:31.667Z | ++ pwd |
600 | 2023-12-07T01:25:31.667Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
601 | 2023-12-07T01:25:31.667Z | ++ basename ./tools/ci_download_maghemite_mgd |
602 | 2023-12-07T01:25:31.667Z | + ARG0=ci_download_maghemite_mgd |
603 | 2023-12-07T01:25:31.667Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
604 | 2023-12-07T01:25:31.667Z | ++ CIDL_SHA256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 |
605 | 2023-12-07T01:25:31.667Z | ++ MGD_LINUX_SHA256=81231b30872fa1c581aa22c101f32d11f33f335758ac1fd2653436fbc7aab93f |
606 | 2023-12-07T01:25:31.668Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
607 | 2023-12-07T01:25:31.669Z | ++ COMMIT=579592bf474ec4b86805ada60c1b920b3beef5a7 |
608 | 2023-12-07T01:25:31.669Z | ++ SHA2=6c1fab8d5028b52a161d8bf02aae47844699cdc5f7b28e1ac519fc4ec1ab3971 |
609 | 2023-12-07T01:25:31.669Z | + TARGET_DIR=out |
610 | 2023-12-07T01:25:31.669Z | + DOWNLOAD_DIR=out/downloads |
611 | 2023-12-07T01:25:31.669Z | + DEST_DIR=./out/mgd |
612 | 2023-12-07T01:25:31.669Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
613 | 2023-12-07T01:25:31.669Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
614 | 2023-12-07T01:25:31.669Z | + REPO=oxidecomputer/maghemite |
615 | 2023-12-07T01:25:31.669Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7 |
616 | 2023-12-07T01:25:31.669Z | + main |
617 | 2023-12-07T01:25:31.669Z | + [[ 0 != 0 ]] |
618 | 2023-12-07T01:25:31.669Z | + CIDL_OS=solaris2.11 |
619 | 2023-12-07T01:25:31.669Z | + [[ 0 != 0 ]] |
620 | 2023-12-07T01:25:31.669Z | + configure_os solaris2.11 |
621 | 2023-12-07T01:25:31.670Z | + echo 'current directory: /work/oxidecomputer/omicron' |
622 | 2023-12-07T01:25:31.670Z | current directory: /work/oxidecomputer/omicron |
623 | 2023-12-07T01:25:31.670Z | configuring based on OS: "solaris2.11" |
624 | 2023-12-07T01:25:31.670Z | + echo 'configuring based on OS: "solaris2.11"' |
625 | 2023-12-07T01:25:31.670Z | + case "$1" in |
626 | 2023-12-07T01:25:31.670Z | + SET_BINARIES= |
627 | 2023-12-07T01:25:31.670Z | + CIDL_SHA256FUNC=do_sha256sum |
628 | 2023-12-07T01:25:31.670Z | + TARBALL_FILENAME=mgd.tar.gz |
629 | 2023-12-07T01:25:31.670Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
630 | 2023-12-07T01:25:31.670Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
631 | 2023-12-07T01:25:31.670Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
632 | 2023-12-07T01:25:31.681Z | Local file: out/downloads/mgd.tar.gz |
633 | 2023-12-07T01:25:31.681Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz' |
634 | 2023-12-07T01:25:31.681Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
635 | 2023-12-07T01:25:31.681Z | + mkdir -p out/downloads |
636 | 2023-12-07T01:25:31.731Z | + mkdir -p ./out/mgd |
637 | 2023-12-07T01:25:31.731Z | + fetch_and_verify |
638 | 2023-12-07T01:25:31.731Z | + local DO_DOWNLOAD=true |
639 | 2023-12-07T01:25:31.731Z | + [[ -f out/downloads/mgd.tar.gz ]] |
640 | 2023-12-07T01:25:31.731Z | + '[' true == true ']' |
641 | 2023-12-07T01:25:31.731Z | + echo Downloading... |
642 | 2023-12-07T01:25:31.731Z | Downloading... |
643 | 2023-12-07T01:25:31.732Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz out/downloads/mgd.tar.gz |
644 | 2023-12-07T01:25:31.732Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/579592bf474ec4b86805ada60c1b920b3beef5a7/mgd.tar.gz |
645 | 2023-12-07T01:25:38.836Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
646 | 2023-12-07T01:25:38.853Z | ++ sha256sum |
647 | 2023-12-07T01:25:38.853Z | ++ awk '{print $1}' |
648 | 2023-12-07T01:25:38.909Z | + calculated_sha256=82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 |
649 | 2023-12-07T01:25:38.909Z | + [[ 82aa1ca1d7701b2221c442d58f912be59798258d574effcb866ffab22753cf38 != \8\2\a\a\1\c\a\1\d\7\7\0\1\b\2\2\2\1\c\4\4\2\d\5\8\f\9\1\2\b\e\5\9\7\9\8\2\5\8\d\5\7\4\e\f\f\c\b\8\6\6\f\f\a\b\2\2\7\5\3\c\f\3\8 ]] |
650 | 2023-12-07T01:25:38.913Z | + do_untar out/downloads/mgd.tar.gz |
651 | 2023-12-07T01:25:38.914Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
652 | 2023-12-07T01:25:39.619Z | + do_assemble |
653 | 2023-12-07T01:25:39.619Z | + rm -r ./out/mgd |
654 | 2023-12-07T01:25:39.638Z | + mkdir ./out/mgd |
655 | 2023-12-07T01:25:39.638Z | + cp -r out/downloads/root ./out/mgd/root |
656 | 2023-12-07T01:25:39.821Z | + set -o errexit |
657 | 2023-12-07T01:25:40.249Z | +++ dirname ./tools/ci_download_transceiver_control |
658 | 2023-12-07T01:25:40.250Z | ++ cd ./tools |
659 | 2023-12-07T01:25:40.250Z | ++ pwd |
660 | 2023-12-07T01:25:40.250Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
661 | 2023-12-07T01:25:40.250Z | ++ basename ./tools/ci_download_transceiver_control |
662 | 2023-12-07T01:25:40.251Z | + ARG0=ci_download_transceiver_control |
663 | 2023-12-07T01:25:40.251Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
664 | 2023-12-07T01:25:40.251Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
665 | 2023-12-07T01:25:40.252Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
666 | 2023-12-07T01:25:40.252Z | + TARGET_DIR=out |
667 | 2023-12-07T01:25:40.253Z | + DOWNLOAD_DIR=out/downloads |
668 | 2023-12-07T01:25:40.253Z | + DEST_DIR=./out/transceiver-control |
669 | 2023-12-07T01:25:40.253Z | + BIN_DIR=/opt/oxide/bin |
670 | 2023-12-07T01:25:40.255Z | + BINARY=xcvradm |
671 | 2023-12-07T01:25:40.255Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
672 | 2023-12-07T01:25:40.255Z | + REPO=oxidecomputer/transceiver-control |
673 | 2023-12-07T01:25:40.256Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
674 | 2023-12-07T01:25:40.256Z | + main |
675 | 2023-12-07T01:25:40.256Z | + [[ 0 != 0 ]] |
676 | 2023-12-07T01:25:40.256Z | + CIDL_OS=solaris2.11 |
677 | 2023-12-07T01:25:40.257Z | + [[ 0 != 0 ]] |
678 | 2023-12-07T01:25:40.257Z | + configure_os solaris2.11 |
679 | 2023-12-07T01:25:40.257Z | + echo 'current directory: /work/oxidecomputer/omicron' |
680 | 2023-12-07T01:25:40.257Z | current directory: /work/oxidecomputer/omicron |
681 | 2023-12-07T01:25:40.257Z | + echo 'configuring based on OS: "solaris2.11"' |
682 | 2023-12-07T01:25:40.258Z | configuring based on OS: "solaris2.11" |
683 | 2023-12-07T01:25:40.258Z | + case "$1" in |
684 | 2023-12-07T01:25:40.258Z | + SET_BINARIES= |
685 | 2023-12-07T01:25:40.258Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
686 | 2023-12-07T01:25:40.259Z | + CIDL_SHA256FUNC=do_sha256sum |
687 | 2023-12-07T01:25:40.259Z | + ARCHIVE_FILENAME=xcvradm.gz |
688 | 2023-12-07T01:25:40.259Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
689 | 2023-12-07T01:25:40.259Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
690 | 2023-12-07T01:25:40.259Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
691 | 2023-12-07T01:25:40.260Z | + echo 'Local file: out/downloads/xcvradm.gz' |
692 | 2023-12-07T01:25:40.260Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
693 | 2023-12-07T01:25:40.260Z | Local file: out/downloads/xcvradm.gz |
694 | 2023-12-07T01:25:40.262Z | + mkdir -p out/downloads |
695 | 2023-12-07T01:25:40.262Z | + mkdir -p ./out/transceiver-control |
696 | 2023-12-07T01:25:40.262Z | + fetch_and_verify |
697 | 2023-12-07T01:25:40.263Z | + local DO_DOWNLOAD=true |
698 | 2023-12-07T01:25:40.263Z | + [[ -f out/downloads/xcvradm.gz ]] |
699 | 2023-12-07T01:25:40.263Z | + '[' true == true ']' |
700 | 2023-12-07T01:25:40.263Z | + echo Downloading... |
701 | 2023-12-07T01:25:40.263Z | Downloading... |
702 | 2023-12-07T01:25:40.263Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
703 | 2023-12-07T01:25:40.264Z | + 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 |
704 | 2023-12-07T01:25:45.376Z | ++ do_sha256sum out/downloads/xcvradm.gz |
705 | 2023-12-07T01:25:45.386Z | ++ sha256sum |
706 | 2023-12-07T01:25:45.386Z | ++ awk '{print $1}' |
707 | 2023-12-07T01:25:45.386Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
708 | 2023-12-07T01:25:45.387Z | + [[ 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 ]] |
709 | 2023-12-07T01:25:45.387Z | + do_unpack out/downloads/xcvradm.gz |
710 | 2023-12-07T01:25:45.387Z | + mkdir -p out/downloads/root//opt/oxide/bin |
711 | 2023-12-07T01:25:45.398Z | + gzip -dc out/downloads/xcvradm.gz |
712 | 2023-12-07T01:25:45.566Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
713 | 2023-12-07T01:25:45.582Z | + do_assemble |
714 | 2023-12-07T01:25:45.582Z | + rm -r ./out/transceiver-control |
715 | 2023-12-07T01:25:45.582Z | + mkdir ./out/transceiver-control |
716 | 2023-12-07T01:25:45.582Z | + cp -r out/downloads/root ./out/transceiver-control/root |
717 | 2023-12-07T01:25:45.786Z | All builder prerequisites installed successfully, and PATH looks valid |
718 | 2023-12-07T01:25:45.792Z | |
719 | 2023-12-07T01:25:45.792Z | real 2:20.497970025 |
720 | 2023-12-07T01:25:45.792Z | user 55.086811513 |
721 | 2023-12-07T01:25:45.792Z | sys 10.378184531 |
722 | 2023-12-07T01:25:45.793Z | trap 0.022637526 |
723 | 2023-12-07T01:25:45.793Z | tflt 0.164604970 |
724 | 2023-12-07T01:25:45.793Z | dflt 0.709795550 |
725 | 2023-12-07T01:25:45.793Z | kflt 0.127570011 |
726 | 2023-12-07T01:25:45.793Z | lock 1.537166193 |
727 | 2023-12-07T01:25:45.793Z | slp 4:26.093087394 |
728 | 2023-12-07T01:25:45.793Z | lat 3.469941835 |
729 | 2023-12-07T01:25:45.793Z | stop 0.062820922 |
730 | 2023-12-07T01:25:45.793Z | |
731 | 2023-12-07T01:25:45.793Z | #### # # ##### ##### # # |
732 | 2023-12-07T01:25:45.795Z | # # # # # # # # # # |
733 | 2023-12-07T01:25:45.795Z | # # # # # # # # |
734 | 2023-12-07T01:25:45.795Z | # # # ##### ##### # |
735 | 2023-12-07T01:25:45.795Z | # # # # # # # |
736 | 2023-12-07T01:25:45.795Z | #### ###### # # # # |
737 | 2023-12-07T01:25:45.795Z | |
738 | 2023-12-07T01:25:46.134Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
739 | 2023-12-07T01:25:46.491Z | Updating crates.io index |
740 | 2023-12-07T01:25:46.549Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
741 | 2023-12-07T01:25:47.314Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
742 | 2023-12-07T01:25:49.086Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
743 | 2023-12-07T01:25:49.528Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
744 | 2023-12-07T01:25:49.897Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
745 | 2023-12-07T01:25:50.244Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
746 | 2023-12-07T01:25:50.661Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
747 | 2023-12-07T01:25:51.491Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
748 | 2023-12-07T01:25:53.442Z | Updating git repository `https://github.com/oxidecomputer/opte` |
749 | 2023-12-07T01:25:54.463Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
750 | 2023-12-07T01:25:54.873Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
751 | 2023-12-07T01:25:55.418Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
752 | 2023-12-07T01:25:55.837Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
753 | 2023-12-07T01:25:56.100Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
754 | 2023-12-07T01:25:56.634Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
755 | 2023-12-07T01:25:56.926Z | Updating git repository `https://github.com/njaremko/samael` |
756 | 2023-12-07T01:25:57.457Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
757 | 2023-12-07T01:25:57.880Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
758 | 2023-12-07T01:25:58.241Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
759 | 2023-12-07T01:25:58.603Z | Updating git repository `https://github.com/jgallagher/nix` |
760 | 2023-12-07T01:25:59.821Z | Updating git repository `https://github.com/cbiffle/hubpack` |
761 | 2023-12-07T01:26:00.318Z | Updating git repository `https://github.com/oxidecomputer/typify` |
762 | 2023-12-07T01:26:01.339Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
763 | 2023-12-07T01:26:02.183Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
764 | 2023-12-07T01:26:02.193Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
765 | 2023-12-07T01:26:03.615Z | Downloading crates ... |
766 | 2023-12-07T01:26:03.820Z | Downloaded memchr v2.6.3 |
767 | 2023-12-07T01:26:03.830Z | Downloaded equivalent v1.0.1 |
768 | 2023-12-07T01:26:03.834Z | Downloaded clap_lex v0.5.1 |
769 | 2023-12-07T01:26:03.835Z | Downloaded colorchoice v1.0.0 |
770 | 2023-12-07T01:26:03.839Z | Downloaded thiserror v1.0.49 |
771 | 2023-12-07T01:26:03.844Z | Downloaded terminal_size v0.2.6 |
772 | 2023-12-07T01:26:03.849Z | Downloaded anstyle-query v1.0.0 |
773 | 2023-12-07T01:26:03.849Z | Downloaded cargo_metadata v0.18.0 |
774 | 2023-12-07T01:26:03.849Z | Downloaded anstream v0.5.0 |
775 | 2023-12-07T01:26:03.853Z | Downloaded bitflags v1.3.2 |
776 | 2023-12-07T01:26:03.857Z | Downloaded toml_datetime v0.6.5 |
777 | 2023-12-07T01:26:03.861Z | Downloaded strsim v0.10.0 |
778 | 2023-12-07T01:26:03.861Z | Downloaded serde_spanned v0.6.4 |
779 | 2023-12-07T01:26:03.882Z | Downloaded heck v0.4.1 |
780 | 2023-12-07T01:26:03.882Z | Downloaded clap_derive v4.4.2 |
781 | 2023-12-07T01:26:03.888Z | Downloaded thiserror-impl v1.0.49 |
782 | 2023-12-07T01:26:03.888Z | Downloaded cargo_toml v0.17.0 |
783 | 2023-12-07T01:26:03.888Z | Downloaded quote v1.0.33 |
784 | 2023-12-07T01:26:03.900Z | Downloaded utf8parse v0.2.1 |
785 | 2023-12-07T01:26:03.900Z | Downloaded cargo-platform v0.1.3 |
786 | 2023-12-07T01:26:03.900Z | Downloaded io-lifetimes v1.0.11 |
787 | 2023-12-07T01:26:03.900Z | Downloaded camino v1.1.6 |
788 | 2023-12-07T01:26:03.900Z | Downloaded clap v4.4.3 |
789 | 2023-12-07T01:26:03.904Z | Downloaded proc-macro2 v1.0.69 |
790 | 2023-12-07T01:26:03.904Z | Downloaded unicode-ident v1.0.12 |
791 | 2023-12-07T01:26:03.909Z | Downloaded indexmap v2.1.0 |
792 | 2023-12-07T01:26:03.914Z | Downloaded serde v1.0.192 |
793 | 2023-12-07T01:26:03.920Z | Downloaded serde_derive v1.0.192 |
794 | 2023-12-07T01:26:03.924Z | Downloaded toml v0.8.8 |
795 | 2023-12-07T01:26:03.930Z | Downloaded toml_edit v0.21.0 |
796 | 2023-12-07T01:26:03.968Z | Downloaded serde_json v1.0.108 |
797 | 2023-12-07T01:26:03.984Z | Downloaded hashbrown v0.14.2 |
798 | 2023-12-07T01:26:03.992Z | Downloaded rustix v0.37.23 |
799 | 2023-12-07T01:26:04.034Z | Downloaded syn v2.0.32 |
800 | 2023-12-07T01:26:04.050Z | Downloaded libc v0.2.150 |
801 | 2023-12-07T01:26:04.092Z | Downloaded winnow v0.5.15 |
802 | 2023-12-07T01:26:04.105Z | Downloaded clap_builder v4.4.2 |
803 | 2023-12-07T01:26:04.115Z | Downloaded ryu v1.0.15 |
804 | 2023-12-07T01:26:04.124Z | Downloaded anyhow v1.0.75 |
805 | 2023-12-07T01:26:04.124Z | Downloaded anstyle-parse v0.2.1 |
806 | 2023-12-07T01:26:04.134Z | Downloaded semver v1.0.20 |
807 | 2023-12-07T01:26:04.134Z | Downloaded anstyle v1.0.2 |
808 | 2023-12-07T01:26:04.135Z | Downloaded errno v0.3.2 |
809 | 2023-12-07T01:26:04.146Z | Downloaded itoa v1.0.9 |
810 | 2023-12-07T01:26:04.250Z | Compiling proc-macro2 v1.0.69 |
811 | 2023-12-07T01:26:04.250Z | Compiling unicode-ident v1.0.12 |
812 | 2023-12-07T01:26:04.267Z | Compiling serde v1.0.192 |
813 | 2023-12-07T01:26:04.268Z | Compiling libc v0.2.150 |
814 | 2023-12-07T01:26:04.296Z | Compiling io-lifetimes v1.0.11 |
815 | 2023-12-07T01:26:04.298Z | Compiling rustix v0.37.23 |
816 | 2023-12-07T01:26:04.298Z | Compiling utf8parse v0.2.1 |
817 | 2023-12-07T01:26:04.298Z | Compiling equivalent v1.0.1 |
818 | 2023-12-07T01:26:04.506Z | Compiling hashbrown v0.14.2 |
819 | 2023-12-07T01:26:04.578Z | Compiling bitflags v1.3.2 |
820 | 2023-12-07T01:26:04.599Z | Compiling anstyle-parse v0.2.1 |
821 | 2023-12-07T01:26:04.713Z | Compiling camino v1.1.6 |
822 | 2023-12-07T01:26:05.051Z | Compiling anstyle-query v1.0.0 |
823 | 2023-12-07T01:26:05.194Z | Compiling anstyle v1.0.2 |
824 | 2023-12-07T01:26:05.683Z | Compiling semver v1.0.20 |
825 | 2023-12-07T01:26:06.062Z | Compiling indexmap v2.1.0 |
826 | 2023-12-07T01:26:06.321Z | Compiling colorchoice v1.0.0 |
827 | 2023-12-07T01:26:06.342Z | Compiling thiserror v1.0.49 |
828 | 2023-12-07T01:26:06.497Z | Compiling winnow v0.5.15 |
829 | 2023-12-07T01:26:06.516Z | Compiling serde_json v1.0.108 |
830 | 2023-12-07T01:26:06.527Z | Compiling anstream v0.5.0 |
831 | 2023-12-07T01:26:06.820Z | Compiling clap_lex v0.5.1 |
832 | 2023-12-07T01:26:07.008Z | Compiling anyhow v1.0.75 |
833 | 2023-12-07T01:26:07.301Z | Compiling strsim v0.10.0 |
834 | 2023-12-07T01:26:07.578Z | Compiling ryu v1.0.15 |
835 | 2023-12-07T01:26:07.582Z | Compiling itoa v1.0.9 |
836 | 2023-12-07T01:26:07.790Z | Compiling quote v1.0.33 |
837 | 2023-12-07T01:26:07.858Z | Compiling heck v0.4.1 |
838 | 2023-12-07T01:26:08.391Z | Compiling syn v2.0.32 |
839 | 2023-12-07T01:26:08.571Z | Compiling errno v0.3.2 |
840 | 2023-12-07T01:26:10.030Z | Compiling terminal_size v0.2.6 |
841 | 2023-12-07T01:26:10.181Z | Compiling clap_builder v4.4.2 |
842 | 2023-12-07T01:26:16.081Z | Compiling serde_derive v1.0.192 |
843 | 2023-12-07T01:26:16.085Z | Compiling thiserror-impl v1.0.49 |
844 | 2023-12-07T01:26:16.085Z | Compiling clap_derive v4.4.2 |
845 | 2023-12-07T01:26:20.594Z | Compiling clap v4.4.3 |
846 | 2023-12-07T01:26:28.894Z | Compiling serde_spanned v0.6.4 |
847 | 2023-12-07T01:26:28.944Z | Compiling toml_datetime v0.6.5 |
848 | 2023-12-07T01:26:28.944Z | Compiling cargo-platform v0.1.3 |
849 | 2023-12-07T01:26:29.273Z | Compiling toml_edit v0.21.0 |
850 | 2023-12-07T01:26:30.897Z | Compiling cargo_metadata v0.18.0 |
851 | 2023-12-07T01:26:32.428Z | Compiling toml v0.8.8 |
852 | 2023-12-07T01:26:33.579Z | Compiling cargo_toml v0.17.0 |
853 | 2023-12-07T01:26:39.402Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
854 | 2023-12-07T01:26:40.711Z | Finished dev [unoptimized + debuginfo] target(s) in 54.83s |
855 | 2023-12-07T01:26:40.909Z | Running `target/debug/xtask clippy` |
856 | 2023-12-07T01:26:40.955Z | running: "/home/build/.rustup/toolchains/1.74.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" |
857 | 2023-12-07T01:26:41.764Z | Downloading crates ... |
858 | 2023-12-07T01:26:42.016Z | Downloaded arrayref v0.3.7 |
859 | 2023-12-07T01:26:42.033Z | Downloaded itertools v0.11.0 |
860 | 2023-12-07T01:26:42.051Z | Downloaded mime v0.3.17 |
861 | 2023-12-07T01:26:42.062Z | Downloaded crc v3.0.1 |
862 | 2023-12-07T01:26:42.070Z | Downloaded libloading v0.7.4 |
863 | 2023-12-07T01:26:42.071Z | Downloaded log v0.4.20 |
864 | 2023-12-07T01:26:42.082Z | Downloaded indicatif v0.17.7 |
865 | 2023-12-07T01:26:42.496Z | Downloaded bit-vec v0.6.3 |
866 | 2023-12-07T01:26:42.496Z | Downloaded cc v1.0.83 |
867 | 2023-12-07T01:26:42.503Z | Downloaded matches v0.1.10 |
868 | 2023-12-07T01:26:42.504Z | Downloaded ident_case v1.0.1 |
869 | 2023-12-07T01:26:42.504Z | Downloaded impl-trait-for-tuples v0.2.2 |
870 | 2023-12-07T01:26:42.504Z | Downloaded buf-list v1.0.3 |
871 | 2023-12-07T01:26:42.504Z | Downloaded indoc v1.0.9 |
872 | 2023-12-07T01:26:42.504Z | Downloaded crossbeam-deque v0.8.3 |
873 | 2023-12-07T01:26:42.504Z | Downloaded cstr-argument v0.1.2 |
874 | 2023-12-07T01:26:42.504Z | Downloaded openssl-macros v0.1.1 |
875 | 2023-12-07T01:26:42.504Z | Downloaded packed_struct v0.10.1 |
876 | 2023-12-07T01:26:42.504Z | Downloaded openssl-probe v0.1.5 |
877 | 2023-12-07T01:26:42.505Z | Downloaded nibble_vec v0.1.0 |
878 | 2023-12-07T01:26:42.505Z | Downloaded crossbeam-queue v0.3.8 |
879 | 2023-12-07T01:26:42.505Z | Downloaded crypto-common v0.1.6 |
880 | 2023-12-07T01:26:42.505Z | Downloaded oorandom v11.1.3 |
881 | 2023-12-07T01:26:42.506Z | Downloaded approx v0.5.1 |
882 | 2023-12-07T01:26:42.506Z | Downloaded vte_generate_state_changes v0.1.1 |
883 | 2023-12-07T01:26:42.506Z | Downloaded num-derive v0.4.0 |
884 | 2023-12-07T01:26:42.506Z | Downloaded foreign-types v0.5.0 |
885 | 2023-12-07T01:26:42.506Z | Downloaded dtrace-parser v0.1.14 |
886 | 2023-12-07T01:26:42.506Z | Downloaded darling v0.14.4 |
887 | 2023-12-07T01:26:42.506Z | Downloaded precomputed-hash v0.1.1 |
888 | 2023-12-07T01:26:42.506Z | Downloaded diesel_table_macro_syntax v0.1.0 |
889 | 2023-12-07T01:26:42.506Z | Downloaded omicron-zone-package v0.9.1 |
890 | 2023-12-07T01:26:42.506Z | Downloaded oso v0.27.0 |
891 | 2023-12-07T01:26:42.506Z | Downloaded wait-timeout v0.2.0 |
892 | 2023-12-07T01:26:42.506Z | Downloaded defmt-parser v0.3.3 |
893 | 2023-12-07T01:26:42.506Z | Downloaded fastrand v2.0.0 |
894 | 2023-12-07T01:26:42.507Z | Downloaded mockall_derive v0.11.4 |
895 | 2023-12-07T01:26:42.507Z | Downloaded either v1.9.0 |
896 | 2023-12-07T01:26:42.507Z | Downloaded http-range v0.1.5 |
897 | 2023-12-07T01:26:42.507Z | Downloaded crossbeam-epoch v0.9.15 |
898 | 2023-12-07T01:26:42.507Z | Downloaded base64ct v1.6.0 |
899 | 2023-12-07T01:26:42.507Z | Downloaded hostname v0.3.1 |
900 | 2023-12-07T01:26:42.507Z | Downloaded der_derive v0.7.2 |
901 | 2023-12-07T01:26:42.507Z | Downloaded ed25519 v1.5.3 |
902 | 2023-12-07T01:26:42.507Z | Downloaded fallible-iterator v0.2.0 |
903 | 2023-12-07T01:26:42.507Z | Downloaded derive_builder_macro v0.12.0 |
904 | 2023-12-07T01:26:42.507Z | Downloaded foreign-types-shared v0.3.1 |
905 | 2023-12-07T01:26:42.507Z | Downloaded serde-big-array v0.4.1 |
906 | 2023-12-07T01:26:42.507Z | Downloaded serde-big-array v0.5.1 |
907 | 2023-12-07T01:26:42.507Z | Downloaded textwrap v0.11.0 |
908 | 2023-12-07T01:26:42.507Z | Downloaded serde_tokenstream v0.1.7 |
909 | 2023-12-07T01:26:42.508Z | Downloaded time-core v0.1.1 |
910 | 2023-12-07T01:26:42.508Z | Downloaded hex v0.4.3 |
911 | 2023-12-07T01:26:42.508Z | Downloaded fd-lock v3.0.13 |
912 | 2023-12-07T01:26:42.508Z | Downloaded which v4.4.0 |
913 | 2023-12-07T01:26:42.509Z | Downloaded pem v1.1.1 |
914 | 2023-12-07T01:26:42.509Z | Downloaded openssl-sys v0.9.96 |
915 | 2023-12-07T01:26:42.509Z | Downloaded ff v0.13.0 |
916 | 2023-12-07T01:26:42.509Z | Downloaded dyn-clone v1.0.13 |
917 | 2023-12-07T01:26:42.509Z | Downloaded futures-io v0.3.29 |
918 | 2023-12-07T01:26:42.509Z | Downloaded serde_repr v0.1.16 |
919 | 2023-12-07T01:26:42.509Z | Downloaded generic-array v0.14.7 |
920 | 2023-12-07T01:26:42.509Z | Downloaded diff v0.1.13 |
921 | 2023-12-07T01:26:42.509Z | Downloaded embedded-io v0.4.0 |
922 | 2023-12-07T01:26:42.509Z | Downloaded proc-macro-error-attr v1.0.4 |
923 | 2023-12-07T01:26:42.509Z | Downloaded rustc_version v0.1.7 |
924 | 2023-12-07T01:26:42.509Z | Downloaded tokio-tungstenite v0.20.1 |
925 | 2023-12-07T01:26:42.509Z | Downloaded usdt-macro v0.3.5 |
926 | 2023-12-07T01:26:42.509Z | Downloaded rustfmt-wrapper v0.2.0 |
927 | 2023-12-07T01:26:42.509Z | Downloaded pretty-hex v0.4.0 |
928 | 2023-12-07T01:26:42.509Z | Downloaded semver v0.11.0 |
929 | 2023-12-07T01:26:42.509Z | Downloaded semver v0.1.20 |
930 | 2023-12-07T01:26:42.509Z | Downloaded headers v0.3.9 |
931 | 2023-12-07T01:26:42.510Z | Downloaded rpassword v7.3.1 |
932 | 2023-12-07T01:26:42.510Z | Downloaded tokio-native-tls v0.3.1 |
933 | 2023-12-07T01:26:42.510Z | Downloaded zip v0.6.6 |
934 | 2023-12-07T01:26:42.510Z | Downloaded digest v0.10.7 |
935 | 2023-12-07T01:26:42.510Z | Downloaded tokio-stream v0.1.14 |
936 | 2023-12-07T01:26:42.510Z | Downloaded fxhash v0.2.1 |
937 | 2023-12-07T01:26:42.510Z | Downloaded tinyvec_macros v0.1.1 |
938 | 2023-12-07T01:26:42.510Z | Downloaded datatest-stable v0.2.3 |
939 | 2023-12-07T01:26:42.510Z | Downloaded termcolor v1.2.0 |
940 | 2023-12-07T01:26:42.510Z | Downloaded env_logger v0.10.0 |
941 | 2023-12-07T01:26:42.510Z | Downloaded rusty-fork v0.3.0 |
942 | 2023-12-07T01:26:42.510Z | Downloaded shlex v1.1.0 |
943 | 2023-12-07T01:26:42.510Z | Downloaded dof v0.1.5 |
944 | 2023-12-07T01:26:42.510Z | Downloaded mio v0.8.9 |
945 | 2023-12-07T01:26:42.510Z | Downloaded slog-envlogger v2.2.0 |
946 | 2023-12-07T01:26:42.510Z | Downloaded http-body v0.4.5 |
947 | 2023-12-07T01:26:42.510Z | Downloaded path-slash v0.1.5 |
948 | 2023-12-07T01:26:42.510Z | Downloaded phf_shared v0.10.0 |
949 | 2023-12-07T01:26:42.511Z | Downloaded num_threads v0.1.6 |
950 | 2023-12-07T01:26:42.511Z | Downloaded pkg-config v0.3.27 |
951 | 2023-12-07T01:26:42.511Z | Downloaded similar-asserts v1.5.0 |
952 | 2023-12-07T01:26:42.511Z | Downloaded futures-sink v0.3.29 |
953 | 2023-12-07T01:26:42.511Z | Downloaded deranged v0.3.8 |
954 | 2023-12-07T01:26:42.511Z | Downloaded derive_builder_core v0.12.0 |
955 | 2023-12-07T01:26:42.511Z | Downloaded rustc-demangle v0.1.23 |
956 | 2023-12-07T01:26:42.511Z | Downloaded pin-project-lite v0.2.13 |
957 | 2023-12-07T01:26:42.511Z | Downloaded peeking_take_while v0.1.2 |
958 | 2023-12-07T01:26:42.549Z | Downloaded secrecy v0.8.0 |
959 | 2023-12-07T01:26:42.549Z | Downloaded schemars v0.8.13 |
960 | 2023-12-07T01:26:42.554Z | Downloaded dirs-next v2.0.0 |
961 | 2023-12-07T01:26:42.554Z | Downloaded futures-executor v0.3.29 |
962 | 2023-12-07T01:26:42.554Z | Downloaded platforms v3.0.2 |
963 | 2023-12-07T01:26:42.554Z | Downloaded thread-id v4.2.0 |
964 | 2023-12-07T01:26:42.554Z | Downloaded predicates v3.0.4 |
965 | 2023-12-07T01:26:42.554Z | Downloaded quick-error v1.2.3 |
966 | 2023-12-07T01:26:42.554Z | Downloaded futures-timer v3.0.2 |
967 | 2023-12-07T01:26:42.554Z | Downloaded rust-argon2 v1.0.1 |
968 | 2023-12-07T01:26:42.554Z | Downloaded debug-ignore v1.0.5 |
969 | 2023-12-07T01:26:42.560Z | Downloaded vsss-rs v3.3.1 |
970 | 2023-12-07T01:26:42.564Z | Downloaded plotters-svg v0.3.5 |
971 | 2023-12-07T01:26:42.564Z | Downloaded poly1305 v0.8.0 |
972 | 2023-12-07T01:26:42.570Z | Downloaded headers-core v0.2.0 |
973 | 2023-12-07T01:26:42.577Z | Downloaded slog-scope v4.4.0 |
974 | 2023-12-07T01:26:42.577Z | Downloaded slog-json v2.6.1 |
975 | 2023-12-07T01:26:42.581Z | Downloaded darling_macro v0.20.3 |
976 | 2023-12-07T01:26:42.581Z | Downloaded rand_core v0.6.4 |
977 | 2023-12-07T01:26:42.581Z | Downloaded futures-task v0.3.29 |
978 | 2023-12-07T01:26:42.581Z | Downloaded darling v0.20.3 |
979 | 2023-12-07T01:26:42.589Z | Downloaded getopts v0.2.21 |
980 | 2023-12-07T01:26:42.597Z | Downloaded thread_local v1.1.7 |
981 | 2023-12-07T01:26:42.597Z | Downloaded structmeta-derive v0.2.0 |
982 | 2023-12-07T01:26:42.608Z | Downloaded glob v0.3.1 |
983 | 2023-12-07T01:26:42.608Z | Downloaded defmt-macros v0.3.6 |
984 | 2023-12-07T01:26:42.608Z | Downloaded swrite v0.1.0 |
985 | 2023-12-07T01:26:42.614Z | Downloaded filetime v0.2.23 |
986 | 2023-12-07T01:26:42.614Z | Downloaded parking_lot_core v0.8.6 |
987 | 2023-12-07T01:26:42.614Z | Downloaded radium v0.7.0 |
988 | 2023-12-07T01:26:42.615Z | Downloaded whoami v1.4.1 |
989 | 2023-12-07T01:26:42.618Z | Downloaded utf-8 v0.7.6 |
990 | 2023-12-07T01:26:42.618Z | Downloaded yasna v0.5.2 |
991 | 2023-12-07T01:26:42.629Z | Downloaded usdt v0.3.5 |
992 | 2023-12-07T01:26:42.629Z | Downloaded ppv-lite86 v0.2.17 |
993 | 2023-12-07T01:26:42.634Z | Downloaded lalrpop v0.19.12 |
994 | 2023-12-07T01:26:42.648Z | Downloaded untrusted v0.9.0 |
995 | 2023-12-07T01:26:42.651Z | Downloaded ref-cast-impl v1.0.20 |
996 | 2023-12-07T01:26:42.656Z | Downloaded topological-sort v0.2.2 |
997 | 2023-12-07T01:26:42.656Z | Downloaded steno v0.4.0 |
998 | 2023-12-07T01:26:42.661Z | Downloaded threadpool v1.8.1 |
999 | 2023-12-07T01:26:42.666Z | Downloaded pin-utils v0.1.0 |
1000 | 2023-12-07T01:26:42.669Z | Downloaded dashmap v5.5.1 |
1001 | 2023-12-07T01:26:42.673Z | Downloaded version_check v0.9.4 |
1002 | 2023-12-07T01:26:42.673Z | Downloaded ron v0.8.1 |
1003 | 2023-12-07T01:26:42.683Z | Downloaded time-macros v0.2.13 |
1004 | 2023-12-07T01:26:42.687Z | Downloaded tinytemplate v1.2.1 |
1005 | 2023-12-07T01:26:42.692Z | Downloaded toml v0.5.11 |
1006 | 2023-12-07T01:26:42.696Z | Downloaded aho-corasick v1.0.4 |
1007 | 2023-12-07T01:26:42.705Z | Downloaded postgres-types v0.2.6 |
1008 | 2023-12-07T01:26:42.709Z | Downloaded defmt v0.3.5 |
1009 | 2023-12-07T01:26:42.715Z | Downloaded derive_builder v0.12.0 |
1010 | 2023-12-07T01:26:42.724Z | Downloaded expectorate v1.1.0 |
1011 | 2023-12-07T01:26:42.728Z | Downloaded signal-hook-registry v1.4.1 |
1012 | 2023-12-07T01:26:42.732Z | Downloaded derive_more v0.99.17 |
1013 | 2023-12-07T01:26:42.742Z | Downloaded rayon-core v1.12.0 |
1014 | 2023-12-07T01:26:42.747Z | Downloaded darling_core v0.20.3 |
1015 | 2023-12-07T01:26:42.755Z | Downloaded uuid v1.6.1 |
1016 | 2023-12-07T01:26:42.763Z | Downloaded pin-project v1.1.3 |
1017 | 2023-12-07T01:26:42.784Z | Downloaded rand v0.8.5 |
1018 | 2023-12-07T01:26:42.795Z | Downloaded rayon v1.8.0 |
1019 | 2023-12-07T01:26:42.822Z | Downloaded url v2.5.0 |
1020 | 2023-12-07T01:26:42.826Z | Downloaded http v0.2.11 |
1021 | 2023-12-07T01:26:42.826Z | Downloaded toml_edit v0.19.15 |
1022 | 2023-12-07T01:26:42.854Z | Downloaded der v0.7.8 |
1023 | 2023-12-07T01:26:42.866Z | Downloaded portable-atomic v1.4.3 |
1024 | 2023-12-07T01:26:42.876Z | Downloaded tough v0.15.0 |
1025 | 2023-12-07T01:26:42.890Z | Downloaded typed-path v0.6.0 |
1026 | 2023-12-07T01:26:42.902Z | Downloaded tokio-util v0.7.10 |
1027 | 2023-12-07T01:26:42.915Z | Downloaded time v0.3.27 |
1028 | 2023-12-07T01:26:42.925Z | Downloaded plotters v0.3.5 |
1029 | 2023-12-07T01:26:42.951Z | Downloaded h2 v0.3.21 |
1030 | 2023-12-07T01:26:42.961Z | Downloaded quick-xml v0.23.1 |
1031 | 2023-12-07T01:26:42.971Z | Downloaded webpki-roots v0.25.2 |
1032 | 2023-12-07T01:26:42.981Z | Downloaded regex v1.10.2 |
1033 | 2023-12-07T01:26:43.002Z | Downloaded proptest v1.4.0 |
1034 | 2023-12-07T01:26:43.021Z | Downloaded polar-core v0.27.0 |
1035 | 2023-12-07T01:26:43.043Z | Downloaded bstr v0.2.17 |
1036 | 2023-12-07T01:26:43.058Z | Downloaded gimli v0.28.0 |
1037 | 2023-12-07T01:26:43.071Z | Downloaded radix_trie v0.2.1 |
1038 | 2023-12-07T01:26:43.106Z | Downloaded smoltcp v0.10.0 |
1039 | 2023-12-07T01:26:43.118Z | Downloaded rustix v0.38.25 |
1040 | 2023-12-07T01:26:43.148Z | Downloaded regex-syntax v0.8.2 |
1041 | 2023-12-07T01:26:43.166Z | Downloaded regex-syntax v0.6.29 |
1042 | 2023-12-07T01:26:43.179Z | Downloaded sled v0.34.7 |
1043 | 2023-12-07T01:26:43.198Z | Downloaded zerocopy-derive v0.6.4 |
1044 | 2023-12-07T01:26:43.226Z | Downloaded zerocopy-derive v0.2.0 |
1045 | 2023-12-07T01:26:43.239Z | Downloaded regex-automata v0.4.3 |
1046 | 2023-12-07T01:26:43.269Z | Downloaded zerocopy-derive v0.7.26 |
1047 | 2023-12-07T01:26:43.299Z | Downloaded tokio v1.34.0 |
1048 | 2023-12-07T01:26:43.366Z | Downloaded sha3 v0.10.8 |
1049 | 2023-12-07T01:26:43.382Z | Downloaded regex-automata v0.3.8 |
1050 | 2023-12-07T01:26:43.419Z | Downloaded encoding_rs v0.8.33 |
1051 | 2023-12-07T01:26:43.457Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1052 | 2023-12-07T01:26:43.477Z | Downloaded regex-syntax v0.7.5 |
1053 | 2023-12-07T01:26:43.496Z | Downloaded openapiv3 v2.0.0-rc.1 |
1054 | 2023-12-07T01:26:43.515Z | Downloaded smoltcp v0.9.1 |
1055 | 2023-12-07T01:26:43.533Z | Downloaded rustls v0.21.9 |
1056 | 2023-12-07T01:26:43.609Z | Downloaded regress v0.7.1 |
1057 | 2023-12-07T01:26:43.621Z | Downloaded bstr v1.6.0 |
1058 | 2023-12-07T01:26:43.621Z | Downloaded diesel v2.1.4 |
1059 | 2023-12-07T01:26:43.633Z | Downloaded trust-dns-proto v0.22.0 |
1060 | 2023-12-07T01:26:43.646Z | Downloaded vcpkg v0.2.15 |
1061 | 2023-12-07T01:26:43.715Z | Downloaded curve25519-dalek v4.1.0 |
1062 | 2023-12-07T01:26:43.731Z | Downloaded idna v0.5.0 |
1063 | 2023-12-07T01:26:43.743Z | Downloaded ratatui v0.23.0 |
1064 | 2023-12-07T01:26:43.762Z | Downloaded idna v0.2.3 |
1065 | 2023-12-07T01:26:43.780Z | Downloaded object v0.32.1 |
1066 | 2023-12-07T01:26:43.801Z | Downloaded object v0.30.4 |
1067 | 2023-12-07T01:26:43.815Z | Downloaded bindgen v0.65.1 |
1068 | 2023-12-07T01:26:43.827Z | Downloaded futures-util v0.3.29 |
1069 | 2023-12-07T01:26:43.856Z | Downloaded bitvec v1.0.1 |
1070 | 2023-12-07T01:26:43.875Z | Downloaded syn v1.0.109 |
1071 | 2023-12-07T01:26:43.894Z | Downloaded tabled v0.14.0 |
1072 | 2023-12-07T01:26:43.928Z | Downloaded reedline v0.26.0 |
1073 | 2023-12-07T01:26:43.937Z | Downloaded pest v2.7.2 |
1074 | 2023-12-07T01:26:43.941Z | Downloaded reqwest v0.11.22 |
1075 | 2023-12-07T01:26:43.954Z | Downloaded zerocopy v0.7.26 |
1076 | 2023-12-07T01:26:43.993Z | Downloaded ring v0.17.5 |
1077 | 2023-12-07T01:26:44.125Z | Downloaded hyper v0.14.27 |
1078 | 2023-12-07T01:26:44.151Z | Downloaded unicode-normalization v0.1.22 |
1079 | 2023-12-07T01:26:44.166Z | Downloaded hkdf v0.12.3 |
1080 | 2023-12-07T01:26:44.173Z | Downloaded petgraph v0.6.4 |
1081 | 2023-12-07T01:26:44.191Z | Downloaded ring v0.16.20 |
1082 | 2023-12-07T01:26:44.335Z | Downloaded clap v2.34.0 |
1083 | 2023-12-07T01:26:44.345Z | Downloaded flate2 v1.0.28 |
1084 | 2023-12-07T01:26:44.354Z | Downloaded hashbrown v0.12.3 |
1085 | 2023-12-07T01:26:44.361Z | Downloaded elliptic-curve v0.13.5 |
1086 | 2023-12-07T01:26:44.367Z | Downloaded salty v0.2.0 |
1087 | 2023-12-07T01:26:44.376Z | Downloaded miniz_oxide v0.7.1 |
1088 | 2023-12-07T01:26:44.381Z | Downloaded toml v0.7.8 |
1089 | 2023-12-07T01:26:44.385Z | Downloaded slog v2.7.0 |
1090 | 2023-12-07T01:26:44.390Z | Downloaded futures v0.3.29 |
1091 | 2023-12-07T01:26:44.398Z | Downloaded futures-channel v0.3.29 |
1092 | 2023-12-07T01:26:44.408Z | Downloaded rsa v0.9.2 |
1093 | 2023-12-07T01:26:44.412Z | Downloaded heapless v0.7.16 |
1094 | 2023-12-07T01:26:44.416Z | Downloaded rustversion v1.0.14 |
1095 | 2023-12-07T01:26:44.420Z | Downloaded derive-where v1.2.6 |
1096 | 2023-12-07T01:26:44.426Z | Downloaded rand v0.4.6 |
1097 | 2023-12-07T01:26:44.432Z | Downloaded tracing v0.1.37 |
1098 | 2023-12-07T01:26:44.439Z | Downloaded regex-automata v0.1.10 |
1099 | 2023-12-07T01:26:44.448Z | Downloaded pretty_assertions v1.4.0 |
1100 | 2023-12-07T01:26:44.452Z | Downloaded synstructure v0.12.6 |
1101 | 2023-12-07T01:26:44.455Z | Downloaded parse-display-derive v0.8.2 |
1102 | 2023-12-07T01:26:44.455Z | Downloaded signature v1.6.4 |
1103 | 2023-12-07T01:26:44.459Z | Downloaded r2d2 v0.8.10 |
1104 | 2023-12-07T01:26:44.459Z | Downloaded tracing-attributes v0.1.26 |
1105 | 2023-12-07T01:26:44.463Z | Downloaded tokio-macros v2.2.0 |
1106 | 2023-12-07T01:26:44.470Z | Downloaded fs-err v2.11.0 |
1107 | 2023-12-07T01:26:44.471Z | Downloaded predicates-core v1.0.6 |
1108 | 2023-12-07T01:26:44.475Z | Downloaded signature v2.1.0 |
1109 | 2023-12-07T01:26:44.475Z | Downloaded smallvec v0.6.14 |
1110 | 2023-12-07T01:26:44.476Z | Downloaded crc32fast v1.3.2 |
1111 | 2023-12-07T01:26:44.479Z | Downloaded rand_xorshift v0.3.0 |
1112 | 2023-12-07T01:26:44.479Z | Downloaded paste v1.0.14 |
1113 | 2023-12-07T01:26:44.483Z | Downloaded pkcs8 v0.10.2 |
1114 | 2023-12-07T01:26:44.487Z | Downloaded wyz v0.5.1 |
1115 | 2023-12-07T01:26:44.491Z | Downloaded unicode-bidi v0.3.13 |
1116 | 2023-12-07T01:26:44.495Z | Downloaded flume v0.11.0 |
1117 | 2023-12-07T01:26:44.499Z | Downloaded serde_with v2.3.3 |
1118 | 2023-12-07T01:26:44.510Z | Downloaded chrono v0.4.31 |
1119 | 2023-12-07T01:26:44.523Z | Downloaded unicode-segmentation v1.10.1 |
1120 | 2023-12-07T01:26:44.529Z | Downloaded criterion v0.5.1 |
1121 | 2023-12-07T01:26:44.541Z | Downloaded papergrid v0.10.0 |
1122 | 2023-12-07T01:26:44.549Z | Downloaded crossbeam-utils v0.8.16 |
1123 | 2023-12-07T01:26:44.553Z | Downloaded socket2 v0.5.5 |
1124 | 2023-12-07T01:26:44.557Z | Downloaded socket2 v0.4.9 |
1125 | 2023-12-07T01:26:44.561Z | Downloaded rstest_macros v0.18.2 |
1126 | 2023-12-07T01:26:44.565Z | Downloaded tokio-postgres v0.7.10 |
1127 | 2023-12-07T01:26:44.572Z | Downloaded x509-cert v0.2.4 |
1128 | 2023-12-07T01:26:44.582Z | Downloaded itertools v0.10.5 |
1129 | 2023-12-07T01:26:44.598Z | Downloaded snafu-derive v0.7.5 |
1130 | 2023-12-07T01:26:45.667Z | Downloaded postcard v1.0.8 |
1131 | 2023-12-07T01:26:45.667Z | Downloaded tiny-keccak v2.0.2 |
1132 | 2023-12-07T01:26:45.667Z | Downloaded predicates v2.1.5 |
1133 | 2023-12-07T01:26:45.667Z | Downloaded zeroize_derive v1.4.2 |
1134 | 2023-12-07T01:26:45.667Z | Downloaded hex-literal v0.4.1 |
1135 | 2023-12-07T01:26:45.669Z | Downloaded yansi v0.5.1 |
1136 | 2023-12-07T01:26:45.669Z | Downloaded xattr v1.0.1 |
1137 | 2023-12-07T01:26:45.669Z | Downloaded sha2 v0.10.8 |
1138 | 2023-12-07T01:26:45.670Z | Downloaded futures-macro v0.3.29 |
1139 | 2023-12-07T01:26:45.670Z | Downloaded tokio-rustls v0.24.1 |
1140 | 2023-12-07T01:26:45.670Z | Downloaded ena v0.14.2 |
1141 | 2023-12-07T01:26:45.670Z | Downloaded hashbrown v0.13.2 |
1142 | 2023-12-07T01:26:45.670Z | Downloaded zerocopy v0.6.4 |
1143 | 2023-12-07T01:26:45.670Z | Downloaded trust-dns-server v0.22.1 |
1144 | 2023-12-07T01:26:45.671Z | Downloaded trust-dns-resolver v0.22.0 |
1145 | 2023-12-07T01:26:45.671Z | Downloaded plotters-backend v0.3.5 |
1146 | 2023-12-07T01:26:45.671Z | Downloaded sct v0.7.0 |
1147 | 2023-12-07T01:26:45.671Z | Downloaded parking_lot_core v0.9.8 |
1148 | 2023-12-07T01:26:45.671Z | Downloaded httptest v0.15.5 |
1149 | 2023-12-07T01:26:45.671Z | Downloaded prettyplease v0.2.12 |
1150 | 2023-12-07T01:26:45.671Z | Downloaded crossterm v0.27.0 |
1151 | 2023-12-07T01:26:45.671Z | Downloaded num-bigint-dig v0.8.4 |
1152 | 2023-12-07T01:26:45.672Z | Downloaded phf_shared v0.11.2 |
1153 | 2023-12-07T01:26:45.672Z | Downloaded resolv-conf v0.7.0 |
1154 | 2023-12-07T01:26:45.672Z | Downloaded string_cache v0.8.7 |
1155 | 2023-12-07T01:26:45.672Z | Downloaded slog-term v2.9.0 |
1156 | 2023-12-07T01:26:45.672Z | Downloaded static_assertions v1.1.0 |
1157 | 2023-12-07T01:26:45.672Z | Downloaded unsafe-libyaml v0.2.9 |
1158 | 2023-12-07T01:26:45.673Z | Downloaded nom v7.1.3 |
1159 | 2023-12-07T01:26:45.673Z | Downloaded libm v0.2.7 |
1160 | 2023-12-07T01:26:45.673Z | Downloaded signal-hook-mio v0.2.3 |
1161 | 2023-12-07T01:26:45.673Z | Downloaded predicates-tree v1.0.9 |
1162 | 2023-12-07T01:26:45.673Z | Downloaded tungstenite v0.20.1 |
1163 | 2023-12-07T01:26:45.675Z | Downloaded serde_yaml v0.9.25 |
1164 | 2023-12-07T01:26:45.675Z | Downloaded num-bigint v0.4.4 |
1165 | 2023-12-07T01:26:45.675Z | Downloaded rustls-native-certs v0.6.3 |
1166 | 2023-12-07T01:26:45.675Z | Downloaded proc-macro-crate v1.3.1 |
1167 | 2023-12-07T01:26:45.675Z | Downloaded fatfs v0.3.6 |
1168 | 2023-12-07T01:26:45.675Z | Downloaded snafu v0.7.5 |
1169 | 2023-12-07T01:26:45.676Z | Downloaded tinyvec v1.6.0 |
1170 | 2023-12-07T01:26:45.676Z | Downloaded structmeta v0.2.0 |
1171 | 2023-12-07T01:26:45.676Z | Downloaded remove_dir_all v0.5.3 |
1172 | 2023-12-07T01:26:45.676Z | Downloaded slog-stdlog v4.1.1 |
1173 | 2023-12-07T01:26:45.677Z | Downloaded half v1.8.2 |
1174 | 2023-12-07T01:26:45.677Z | Downloaded globset v0.4.13 |
1175 | 2023-12-07T01:26:45.677Z | Downloaded getrandom v0.2.10 |
1176 | 2023-12-07T01:26:45.677Z | Downloaded trust-dns-client v0.22.0 |
1177 | 2023-12-07T01:26:45.677Z | Downloaded libxml v0.3.3 |
1178 | 2023-12-07T01:26:45.677Z | Downloaded form_urlencoded v1.2.1 |
1179 | 2023-12-07T01:26:45.677Z | Downloaded futures-core v0.3.29 |
1180 | 2023-12-07T01:26:45.678Z | Downloaded term v0.7.0 |
1181 | 2023-12-07T01:26:45.678Z | Downloaded trybuild v1.0.85 |
1182 | 2023-12-07T01:26:45.678Z | Downloaded signal-hook v0.3.17 |
1183 | 2023-12-07T01:26:45.678Z | Downloaded rustc-hash v1.1.0 |
1184 | 2023-12-07T01:26:45.678Z | Downloaded rtoolbox v0.0.1 |
1185 | 2023-12-07T01:26:45.678Z | Downloaded pin-project-internal v1.1.3 |
1186 | 2023-12-07T01:26:45.678Z | Downloaded zerocopy v0.3.0 |
1187 | 2023-12-07T01:26:45.679Z | Downloaded termios v0.3.3 |
1188 | 2023-12-07T01:26:45.679Z | Downloaded backtrace v0.3.69 |
1189 | 2023-12-07T01:26:45.680Z | Downloaded password-hash v0.5.0 |
1190 | 2023-12-07T01:26:45.680Z | Downloaded hmac v0.12.1 |
1191 | 2023-12-07T01:26:45.680Z | Downloaded structopt v0.3.26 |
1192 | 2023-12-07T01:26:45.680Z | Downloaded native-tls v0.2.11 |
1193 | 2023-12-07T01:26:45.680Z | Downloaded stringprep v0.1.3 |
1194 | 2023-12-07T01:26:45.680Z | Downloaded textwrap v0.16.0 |
1195 | 2023-12-07T01:26:45.680Z | Downloaded rustc_version v0.4.0 |
1196 | 2023-12-07T01:26:45.681Z | Downloaded pest_derive v2.7.2 |
1197 | 2023-12-07T01:26:45.681Z | Downloaded parking_lot v0.12.1 |
1198 | 2023-12-07T01:26:45.681Z | Downloaded rcgen v0.11.3 |
1199 | 2023-12-07T01:26:45.681Z | Downloaded postgres-protocol v0.6.6 |
1200 | 2023-12-07T01:26:45.681Z | Downloaded pkcs1 v0.7.5 |
1201 | 2023-12-07T01:26:45.681Z | Downloaded fixedbitset v0.4.2 |
1202 | 2023-12-07T01:26:45.681Z | Downloaded scheduled-thread-pool v0.2.7 |
1203 | 2023-12-07T01:26:45.681Z | Downloaded rstest v0.18.2 |
1204 | 2023-12-07T01:26:45.681Z | Downloaded unicode-xid v0.2.4 |
1205 | 2023-12-07T01:26:45.682Z | Downloaded crossbeam-channel v0.5.8 |
1206 | 2023-12-07T01:26:45.682Z | Downloaded partial-io v0.5.4 |
1207 | 2023-12-07T01:26:45.682Z | Downloaded difflib v0.4.0 |
1208 | 2023-12-07T01:26:45.682Z | Downloaded siphasher v0.3.11 |
1209 | 2023-12-07T01:26:45.682Z | Downloaded vte v0.11.1 |
1210 | 2023-12-07T01:26:45.683Z | Downloaded test-strategy v0.3.1 |
1211 | 2023-12-07T01:26:45.683Z | Downloaded phf v0.11.2 |
1212 | 2023-12-07T01:26:45.683Z | Downloaded display-error-chain v0.2.0 |
1213 | 2023-12-07T01:26:45.683Z | Downloaded zone_cfg_derive v0.3.0 |
1214 | 2023-12-07T01:26:45.684Z | Downloaded ref-cast v1.0.20 |
1215 | 2023-12-07T01:26:45.684Z | Downloaded dirs-sys-next v0.1.2 |
1216 | 2023-12-07T01:26:45.684Z | Downloaded thiserror-no-std v2.0.2 |
1217 | 2023-12-07T01:26:45.684Z | Downloaded thiserror-impl-no-std v2.0.2 |
1218 | 2023-12-07T01:26:45.684Z | Downloaded proc-macro-error v1.0.4 |
1219 | 2023-12-07T01:26:45.685Z | Downloaded toolchain_find v0.2.0 |
1220 | 2023-12-07T01:26:45.685Z | Downloaded base64 v0.21.5 |
1221 | 2023-12-07T01:26:45.685Z | Downloaded chacha20poly1305 v0.10.1 |
1222 | 2023-12-07T01:26:45.686Z | Downloaded strip-ansi-escapes v0.2.0 |
1223 | 2023-12-07T01:26:45.686Z | Downloaded enum-as-inner v0.5.1 |
1224 | 2023-12-07T01:26:45.686Z | Downloaded relative-path v1.9.0 |
1225 | 2023-12-07T01:26:45.686Z | Downloaded httparse v1.8.0 |
1226 | 2023-12-07T01:26:45.686Z | Downloaded stable_deref_trait v1.2.0 |
1227 | 2023-12-07T01:26:45.687Z | Downloaded arc-swap v1.6.0 |
1228 | 2023-12-07T01:26:45.687Z | Downloaded pretty-hex v0.2.1 |
1229 | 2023-12-07T01:26:45.687Z | Downloaded tower-service v0.3.2 |
1230 | 2023-12-07T01:26:46.108Z | Downloaded tracing-core v0.1.31 |
1231 | 2023-12-07T01:26:46.109Z | Downloaded hash32 v0.2.1 |
1232 | 2023-12-07T01:26:46.109Z | Downloaded num-traits v0.2.16 |
1233 | 2023-12-07T01:26:46.109Z | Downloaded indexmap v1.9.3 |
1234 | 2023-12-07T01:26:46.109Z | Downloaded tar v0.4.40 |
1235 | 2023-12-07T01:26:46.109Z | Downloaded pest_meta v2.7.2 |
1236 | 2023-12-07T01:26:46.110Z | Downloaded vec_map v0.8.2 |
1237 | 2023-12-07T01:26:46.110Z | Downloaded untrusted v0.7.1 |
1238 | 2023-12-07T01:26:46.110Z | Downloaded universal-hash v0.5.1 |
1239 | 2023-12-07T01:26:46.110Z | Downloaded serde_with_macros v2.3.3 |
1240 | 2023-12-07T01:26:46.110Z | Downloaded parking_lot v0.11.2 |
1241 | 2023-12-07T01:26:46.110Z | Downloaded similar v2.2.1 |
1242 | 2023-12-07T01:26:46.111Z | Downloaded unicode-linebreak v0.1.5 |
1243 | 2023-12-07T01:26:46.111Z | Downloaded tui-tree-widget v0.13.0 |
1244 | 2023-12-07T01:26:46.111Z | Downloaded serde_plain v1.0.2 |
1245 | 2023-12-07T01:26:46.111Z | Downloaded serde_path_to_error v0.1.14 |
1246 | 2023-12-07T01:26:46.111Z | Downloaded funty v2.0.0 |
1247 | 2023-12-07T01:26:46.111Z | Downloaded packed_struct_codegen v0.10.1 |
1248 | 2023-12-07T01:26:46.112Z | Downloaded highway v1.1.0 |
1249 | 2023-12-07T01:26:46.112Z | Downloaded heck v0.3.3 |
1250 | 2023-12-07T01:26:46.112Z | Downloaded flagset v0.4.3 |
1251 | 2023-12-07T01:26:46.112Z | Downloaded base64 v0.13.1 |
1252 | 2023-12-07T01:26:46.112Z | Downloaded serial_test v0.10.0 |
1253 | 2023-12-07T01:26:46.112Z | Downloaded pem-rfc7468 v0.7.0 |
1254 | 2023-12-07T01:26:46.113Z | Downloaded diesel_derives v2.1.2 |
1255 | 2023-12-07T01:26:46.113Z | Downloaded waitgroup v0.1.2 |
1256 | 2023-12-07T01:26:46.113Z | Downloaded subprocess v0.2.9 |
1257 | 2023-12-07T01:26:46.113Z | Downloaded crypto-bigint v0.5.2 |
1258 | 2023-12-07T01:26:46.113Z | Downloaded darling_core v0.14.4 |
1259 | 2023-12-07T01:26:46.113Z | Downloaded num_cpus v1.16.0 |
1260 | 2023-12-07T01:26:46.113Z | Downloaded percent-encoding v2.3.1 |
1261 | 2023-12-07T01:26:46.113Z | Downloaded fnv v1.0.7 |
1262 | 2023-12-07T01:26:46.113Z | Downloaded float-cmp v0.9.0 |
1263 | 2023-12-07T01:26:46.113Z | Downloaded foreign-types-macros v0.2.3 |
1264 | 2023-12-07T01:26:46.114Z | Downloaded endian-type v0.1.2 |
1265 | 2023-12-07T01:26:46.114Z | Downloaded unicode-width v0.1.11 |
1266 | 2023-12-07T01:26:46.114Z | Downloaded data-encoding v2.4.0 |
1267 | 2023-12-07T01:26:46.114Z | Downloaded nanorand v0.7.0 |
1268 | 2023-12-07T01:26:46.114Z | Downloaded const-oid v0.9.5 |
1269 | 2023-12-07T01:26:46.114Z | Downloaded try-lock v0.2.4 |
1270 | 2023-12-07T01:26:46.114Z | Downloaded sha1 v0.10.6 |
1271 | 2023-12-07T01:26:46.114Z | Downloaded serial_test_derive v0.10.0 |
1272 | 2023-12-07T01:26:46.114Z | Downloaded itertools v0.12.0 |
1273 | 2023-12-07T01:26:46.114Z | Downloaded ucd-trie v0.1.6 |
1274 | 2023-12-07T01:26:46.115Z | Downloaded typenum v1.16.0 |
1275 | 2023-12-07T01:26:46.115Z | Downloaded spin v0.9.8 |
1276 | 2023-12-07T01:26:46.135Z | Downloaded httpdate v1.0.3 |
1277 | 2023-12-07T01:26:46.135Z | Downloaded pem v3.0.2 |
1278 | 2023-12-07T01:26:46.135Z | Downloaded foreign-types-shared v0.1.1 |
1279 | 2023-12-07T01:26:46.136Z | Downloaded termtree v0.4.1 |
1280 | 2023-12-07T01:26:46.136Z | Downloaded bitflags v2.4.0 |
1281 | 2023-12-07T01:26:46.136Z | Downloaded basic-toml v0.1.4 |
1282 | 2023-12-07T01:26:46.136Z | Downloaded home v0.5.5 |
1283 | 2023-12-07T01:26:46.136Z | Downloaded rustls-pemfile v1.0.3 |
1284 | 2023-12-07T01:26:46.137Z | Downloaded blake2 v0.10.6 |
1285 | 2023-12-07T01:26:46.137Z | Downloaded argon2 v0.5.2 |
1286 | 2023-12-07T01:26:46.137Z | Downloaded fragile v2.0.0 |
1287 | 2023-12-07T01:26:46.137Z | Downloaded strum_macros v0.24.3 |
1288 | 2023-12-07T01:26:46.138Z | Downloaded smallvec v1.11.0 |
1289 | 2023-12-07T01:26:46.138Z | Downloaded opaque-debug v0.3.0 |
1290 | 2023-12-07T01:26:46.138Z | Downloaded ahash v0.8.3 |
1291 | 2023-12-07T01:26:46.138Z | Downloaded addr2line v0.21.0 |
1292 | 2023-12-07T01:26:46.138Z | Downloaded structopt-derive v0.4.18 |
1293 | 2023-12-07T01:26:46.139Z | Downloaded spin v0.5.2 |
1294 | 2023-12-07T01:26:46.139Z | Downloaded smawk v0.3.1 |
1295 | 2023-12-07T01:26:46.139Z | Downloaded new_debug_unreachable v1.0.4 |
1296 | 2023-12-07T01:26:46.139Z | Downloaded crc-any v2.4.3 |
1297 | 2023-12-07T01:26:46.139Z | Downloaded parse-display v0.8.2 |
1298 | 2023-12-07T01:26:46.140Z | Downloaded foreign-types v0.3.2 |
1299 | 2023-12-07T01:26:46.140Z | Downloaded tempfile v3.8.1 |
1300 | 2023-12-07T01:26:46.140Z | Downloaded num-rational v0.4.1 |
1301 | 2023-12-07T01:26:46.140Z | Downloaded num-complex v0.4.4 |
1302 | 2023-12-07T01:26:46.140Z | Downloaded blake2b_simd v1.0.1 |
1303 | 2023-12-07T01:26:46.140Z | Downloaded rand_chacha v0.3.1 |
1304 | 2023-12-07T01:26:46.140Z | Downloaded pest_generator v2.7.2 |
1305 | 2023-12-07T01:26:46.141Z | Downloaded multer v2.1.0 |
1306 | 2023-12-07T01:26:46.141Z | Downloaded group v0.13.0 |
1307 | 2023-12-07T01:26:46.141Z | Downloaded zeroize v1.7.0 |
1308 | 2023-12-07T01:26:46.141Z | Downloaded slab v0.4.9 |
1309 | 2023-12-07T01:26:46.141Z | Downloaded serde_derive_internals v0.26.0 |
1310 | 2023-12-07T01:26:46.141Z | Downloaded owo-colors v3.5.0 |
1311 | 2023-12-07T01:26:46.141Z | Downloaded downcast v0.11.0 |
1312 | 2023-12-07T01:26:46.141Z | Downloaded doc-comment v0.3.3 |
1313 | 2023-12-07T01:26:46.141Z | Downloaded darling_macro v0.14.4 |
1314 | 2023-12-07T01:26:46.141Z | Downloaded assert_cmd v2.0.12 |
1315 | 2023-12-07T01:26:46.142Z | Downloaded strum_macros v0.25.2 |
1316 | 2023-12-07T01:26:46.142Z | Downloaded backoff v0.4.0 |
1317 | 2023-12-07T01:26:46.142Z | Downloaded unarray v0.1.4 |
1318 | 2023-12-07T01:26:46.142Z | Downloaded shell-words v1.1.0 |
1319 | 2023-12-07T01:26:46.142Z | Downloaded usdt-impl v0.3.5 |
1320 | 2023-12-07T01:26:46.142Z | Downloaded supports-color v2.1.0 |
1321 | 2023-12-07T01:26:46.142Z | Downloaded subtle v2.5.0 |
1322 | 2023-12-07T01:26:46.142Z | Downloaded slog-bunyan v2.4.0 |
1323 | 2023-12-07T01:26:46.142Z | Downloaded nu-ansi-term v0.49.0 |
1324 | 2023-12-07T01:26:46.142Z | Downloaded hyper-tls v0.5.0 |
1325 | 2023-12-07T01:26:46.143Z | Downloaded zone v0.3.0 |
1326 | 2023-12-07T01:26:46.143Z | Downloaded walkdir v2.4.0 |
1327 | 2023-12-07T01:26:46.143Z | Downloaded tempdir v0.3.7 |
1328 | 2023-12-07T01:26:46.143Z | Downloaded tap v1.0.1 |
1329 | 2023-12-07T01:26:46.143Z | Downloaded tabled_derive v0.6.0 |
1330 | 2023-12-07T01:26:46.150Z | Downloaded strsim v0.8.0 |
1331 | 2023-12-07T01:26:46.150Z | Downloaded smf v0.2.2 |
1332 | 2023-12-07T01:26:46.152Z | Downloaded slog-dtrace v0.2.3 |
1333 | 2023-12-07T01:26:46.152Z | Downloaded keccak v0.1.4 |
1334 | 2023-12-07T01:26:46.152Z | Downloaded bzip2 v0.4.4 |
1335 | 2023-12-07T01:26:46.152Z | Downloaded hyper-rustls v0.24.2 |
1336 | 2023-12-07T01:26:46.152Z | Downloaded linear-map v1.2.0 |
1337 | 2023-12-07T01:26:46.153Z | Downloaded slog-async v2.8.0 |
1338 | 2023-12-07T01:26:46.153Z | Downloaded serde-hex v0.1.0 |
1339 | 2023-12-07T01:26:46.153Z | Downloaded semver-parser v0.10.2 |
1340 | 2023-12-07T01:26:46.153Z | Downloaded num_enum_derive v0.5.11 |
1341 | 2023-12-07T01:26:46.153Z | Downloaded num-iter v0.1.43 |
1342 | 2023-12-07T01:26:46.154Z | Downloaded num v0.4.1 |
1343 | 2023-12-07T01:26:46.154Z | Downloaded crc-catalog v2.2.0 |
1344 | 2023-12-07T01:26:46.154Z | Downloaded cpufeatures v0.2.9 |
1345 | 2023-12-07T01:26:46.154Z | Downloaded arrayvec v0.7.4 |
1346 | 2023-12-07T01:26:46.155Z | Downloaded async-trait v0.1.74 |
1347 | 2023-12-07T01:26:46.155Z | Downloaded num-integer v0.1.45 |
1348 | 2023-12-07T01:26:46.155Z | Downloaded unicase v2.7.0 |
1349 | 2023-12-07T01:26:46.155Z | Downloaded colored v2.0.4 |
1350 | 2023-12-07T01:26:46.155Z | Downloaded block-padding v0.3.3 |
1351 | 2023-12-07T01:26:46.155Z | Downloaded bitfield v0.14.0 |
1352 | 2023-12-07T01:26:46.156Z | Downloaded atomic-waker v1.1.1 |
1353 | 2023-12-07T01:26:46.156Z | Downloaded usdt-attr-macro v0.3.5 |
1354 | 2023-12-07T01:26:46.156Z | Downloaded lazycell v1.3.0 |
1355 | 2023-12-07T01:26:46.156Z | Downloaded criterion-plot v0.5.0 |
1356 | 2023-12-07T01:26:46.156Z | Downloaded signal-hook-tokio v0.3.1 |
1357 | 2023-12-07T01:26:46.156Z | Downloaded serde_urlencoded v0.7.1 |
1358 | 2023-12-07T01:26:46.156Z | Downloaded olpc-cjson v0.1.3 |
1359 | 2023-12-07T01:26:46.156Z | Downloaded num_enum v0.5.11 |
1360 | 2023-12-07T01:26:46.177Z | Downloaded kstat-rs v0.2.3 |
1361 | 2023-12-07T01:26:46.177Z | Downloaded hubpack v0.1.2 |
1362 | 2023-12-07T01:26:46.177Z | Downloaded ansi_term v0.12.1 |
1363 | 2023-12-07T01:26:46.178Z | Downloaded take_mut v0.2.2 |
1364 | 2023-12-07T01:26:46.178Z | Downloaded strum v0.25.0 |
1365 | 2023-12-07T01:26:46.178Z | Downloaded cookie v0.18.0 |
1366 | 2023-12-07T01:26:46.178Z | Downloaded cobs v0.2.3 |
1367 | 2023-12-07T01:26:46.178Z | Downloaded cfg-if v1.0.0 |
1368 | 2023-12-07T01:26:46.179Z | Downloaded humantime v2.1.0 |
1369 | 2023-12-07T01:26:46.179Z | Downloaded block-buffer v0.10.4 |
1370 | 2023-12-07T01:26:46.179Z | Downloaded spki v0.7.2 |
1371 | 2023-12-07T01:26:46.179Z | Downloaded serde_tokenstream v0.2.0 |
1372 | 2023-12-07T01:26:46.180Z | Downloaded nodrop v0.1.14 |
1373 | 2023-12-07T01:26:46.180Z | Downloaded constant_time_eq v0.2.6 |
1374 | 2023-12-07T01:26:46.180Z | Downloaded chacha20 v0.9.1 |
1375 | 2023-12-07T01:26:46.181Z | Downloaded bit-set v0.5.3 |
1376 | 2023-12-07T01:26:46.181Z | Downloaded base16ct v0.2.0 |
1377 | 2023-12-07T01:26:46.181Z | Downloaded async-stream v0.3.5 |
1378 | 2023-12-07T01:26:46.186Z | Downloaded want v0.3.1 |
1379 | 2023-12-07T01:26:46.186Z | Downloaded maybe-uninit v2.0.0 |
1380 | 2023-12-07T01:26:46.186Z | Downloaded async-recursion v1.0.5 |
1381 | 2023-12-07T01:26:46.186Z | Downloaded aead v0.5.2 |
1382 | 2023-12-07T01:26:46.186Z | Downloaded maplit v1.0.2 |
1383 | 2023-12-07T01:26:46.186Z | Downloaded managed v0.8.0 |
1384 | 2023-12-07T01:26:46.186Z | Downloaded linked-hash-map v0.5.6 |
1385 | 2023-12-07T01:26:46.187Z | Downloaded crossbeam v0.8.2 |
1386 | 2023-12-07T01:26:46.187Z | Downloaded convert_case v0.4.0 |
1387 | 2023-12-07T01:26:46.187Z | Downloaded curve25519-dalek-derive v0.1.0 |
1388 | 2023-12-07T01:26:46.189Z | Downloaded ascii-canvas v3.0.0 |
1389 | 2023-12-07T01:26:46.189Z | Downloaded array-init v0.0.4 |
1390 | 2023-12-07T01:26:46.190Z | Downloaded adler v1.0.2 |
1391 | 2023-12-07T01:26:46.190Z | Downloaded newline-converter v0.3.0 |
1392 | 2023-12-07T01:26:46.190Z | Downloaded autocfg v1.1.0 |
1393 | 2023-12-07T01:26:46.190Z | Downloaded anes v0.1.6 |
1394 | 2023-12-07T01:26:46.191Z | Downloaded assert_matches v1.5.0 |
1395 | 2023-12-07T01:26:46.191Z | Downloaded crunchy v0.2.2 |
1396 | 2023-12-07T01:26:46.191Z | Downloaded crucible-workspace-hack v0.1.0 |
1397 | 2023-12-07T01:26:46.191Z | Downloaded match_cfg v0.1.0 |
1398 | 2023-12-07T01:26:46.192Z | Downloaded newtype_derive v0.1.6 |
1399 | 2023-12-07T01:26:46.192Z | Downloaded byteorder v1.5.0 |
1400 | 2023-12-07T01:26:46.192Z | Downloaded memoffset v0.9.0 |
1401 | 2023-12-07T01:26:46.192Z | Downloaded camino-tempfile v1.1.1 |
1402 | 2023-12-07T01:26:46.192Z | Downloaded ciborium-io v0.2.1 |
1403 | 2023-12-07T01:26:46.192Z | Downloaded lru-cache v0.1.2 |
1404 | 2023-12-07T01:26:46.192Z | Downloaded cassowary v0.3.0 |
1405 | 2023-12-07T01:26:46.192Z | Downloaded bb8 v0.8.1 |
1406 | 2023-12-07T01:26:46.192Z | Downloaded hyper-staticfile v0.9.5 |
1407 | 2023-12-07T01:26:46.192Z | Downloaded bytesize v1.3.0 |
1408 | 2023-12-07T01:26:46.192Z | Downloaded atty v0.2.14 |
1409 | 2023-12-07T01:26:46.192Z | Downloaded async-stream-impl v0.3.5 |
1410 | 2023-12-07T01:26:46.192Z | Downloaded atomicwrites v0.4.2 |
1411 | 2023-12-07T01:26:46.192Z | Downloaded openssl v0.10.60 |
1412 | 2023-12-07T01:26:46.192Z | Downloaded minimal-lexical v0.2.1 |
1413 | 2023-12-07T01:26:46.193Z | Downloaded mime_guess v2.0.4 |
1414 | 2023-12-07T01:26:46.193Z | Downloaded hubpack_derive v0.1.1 |
1415 | 2023-12-07T01:26:46.193Z | Downloaded bcs v0.1.6 |
1416 | 2023-12-07T01:26:46.193Z | Downloaded libsw v3.3.0 |
1417 | 2023-12-07T01:26:46.193Z | Downloaded mockall v0.11.4 |
1418 | 2023-12-07T01:26:46.193Z | Downloaded memoffset v0.7.1 |
1419 | 2023-12-07T01:26:46.193Z | Downloaded lalrpop-util v0.19.12 |
1420 | 2023-12-07T01:26:46.193Z | Downloaded normalize-line-endings v0.3.0 |
1421 | 2023-12-07T01:26:46.193Z | Downloaded lazy_static v1.4.0 |
1422 | 2023-12-07T01:26:46.193Z | Downloaded ipnetwork v0.20.0 |
1423 | 2023-12-07T01:26:46.193Z | Downloaded indoc v2.0.3 |
1424 | 2023-12-07T01:26:46.193Z | Downloaded inout v0.1.3 |
1425 | 2023-12-07T01:26:46.193Z | Downloaded schemars_derive v0.8.13 |
1426 | 2023-12-07T01:26:46.193Z | Downloaded rustls-webpki v0.101.7 |
1427 | 2023-12-07T01:26:46.193Z | Downloaded macaddr v1.0.1 |
1428 | 2023-12-07T01:26:46.193Z | Downloaded ciborium v0.2.1 |
1429 | 2023-12-07T01:26:46.193Z | Downloaded bytecount v0.6.3 |
1430 | 2023-12-07T01:26:46.199Z | Downloaded scopeguard v1.2.0 |
1431 | 2023-12-07T01:26:46.200Z | Downloaded same-file v1.0.6 |
1432 | 2023-12-07T01:26:46.200Z | Downloaded oso-derive v0.27.0 |
1433 | 2023-12-07T01:26:46.200Z | Downloaded once_cell v1.18.0 |
1434 | 2023-12-07T01:26:46.200Z | Downloaded bytes v1.5.0 |
1435 | 2023-12-07T01:26:46.206Z | Downloaded number_prefix v0.4.0 |
1436 | 2023-12-07T01:26:46.206Z | Downloaded lock_api v0.4.10 |
1437 | 2023-12-07T01:26:46.206Z | Downloaded libefi-sys v0.1.0 |
1438 | 2023-12-07T01:26:46.206Z | Downloaded iana-time-zone v0.1.57 |
1439 | 2023-12-07T01:26:46.206Z | Downloaded console v0.15.7 |
1440 | 2023-12-07T01:26:46.206Z | Downloaded clang-sys v1.6.1 |
1441 | 2023-12-07T01:26:46.206Z | Downloaded cancel-safe-futures v0.1.5 |
1442 | 2023-12-07T01:26:46.206Z | Downloaded md-5 v0.10.5 |
1443 | 2023-12-07T01:26:46.206Z | Downloaded libtest-mimic v0.6.1 |
1444 | 2023-12-07T01:26:46.220Z | Downloaded is_ci v1.1.1 |
1445 | 2023-12-07T01:26:46.220Z | Downloaded is-terminal v0.4.9 |
1446 | 2023-12-07T01:26:46.220Z | Downloaded ipnet v2.8.0 |
1447 | 2023-12-07T01:26:46.220Z | Downloaded instant v0.1.12 |
1448 | 2023-12-07T01:26:46.220Z | Downloaded corncobs v0.1.3 |
1449 | 2023-12-07T01:26:46.220Z | Downloaded constant_time_eq v0.3.0 |
1450 | 2023-12-07T01:26:46.220Z | Downloaded cipher v0.4.4 |
1451 | 2023-12-07T01:26:46.220Z | Downloaded ciborium-ll v0.2.1 |
1452 | 2023-12-07T01:26:46.220Z | Downloaded cexpr v0.6.0 |
1453 | 2023-12-07T01:26:46.220Z | Downloaded cast v0.3.0 |
1454 | 2023-12-07T01:26:46.388Z | Compiling serde v1.0.192 |
1455 | 2023-12-07T01:26:46.392Z | Compiling autocfg v1.1.0 |
1456 | 2023-12-07T01:26:46.392Z | Checking cfg-if v1.0.0 |
1457 | 2023-12-07T01:26:46.392Z | Compiling version_check v0.9.4 |
1458 | 2023-12-07T01:26:46.392Z | Compiling syn v1.0.109 |
1459 | 2023-12-07T01:26:46.461Z | Checking libc v0.2.150 |
1460 | 2023-12-07T01:26:46.497Z | Compiling syn v2.0.32 |
1461 | 2023-12-07T01:26:46.568Z | Compiling parking_lot_core v0.9.8 |
1462 | 2023-12-07T01:26:46.585Z | Compiling libm v0.2.7 |
1463 | 2023-12-07T01:26:47.138Z | Compiling cc v1.0.83 |
1464 | 2023-12-07T01:26:47.304Z | Compiling futures-core v0.3.29 |
1465 | 2023-12-07T01:26:47.363Z | Compiling once_cell v1.18.0 |
1466 | 2023-12-07T01:26:47.743Z | Compiling serde_json v1.0.108 |
1467 | 2023-12-07T01:26:47.802Z | Compiling memchr v2.6.3 |
1468 | 2023-12-07T01:26:47.874Z | Compiling lock_api v0.4.10 |
1469 | 2023-12-07T01:26:47.986Z | Compiling num-traits v0.2.16 |
1470 | 2023-12-07T01:26:48.245Z | Compiling slab v0.4.9 |
1471 | 2023-12-07T01:26:48.342Z | Checking getrandom v0.2.10 |
1472 | 2023-12-07T01:26:48.434Z | Compiling futures-channel v0.3.29 |
1473 | 2023-12-07T01:26:48.689Z | Compiling futures-task v0.3.29 |
1474 | 2023-12-07T01:26:48.870Z | Compiling typenum v1.16.0 |
1475 | 2023-12-07T01:26:48.939Z | Compiling futures-util v0.3.29 |
1476 | 2023-12-07T01:26:49.183Z | Checking scopeguard v1.2.0 |
1477 | 2023-12-07T01:26:49.343Z | Compiling generic-array v0.14.7 |
1478 | 2023-12-07T01:26:49.473Z | Compiling log v0.4.20 |
1479 | 2023-12-07T01:26:49.892Z | Compiling pkg-config v0.3.27 |
1480 | 2023-12-07T01:26:50.995Z | Checking smallvec v1.11.0 |
1481 | 2023-12-07T01:26:51.006Z | Checking itoa v1.0.9 |
1482 | 2023-12-07T01:26:51.352Z | Compiling rustix v0.38.25 |
1483 | 2023-12-07T01:26:51.536Z | Compiling indexmap v1.9.3 |
1484 | 2023-12-07T01:26:51.621Z | Compiling schemars v0.8.13 |
1485 | 2023-12-07T01:26:51.983Z | Compiling fnv v1.0.7 |
1486 | 2023-12-07T01:26:52.089Z | Compiling vcpkg v0.2.15 |
1487 | 2023-12-07T01:26:52.160Z | Compiling httparse v1.8.0 |
1488 | 2023-12-07T01:26:52.582Z | Checking rand_core v0.6.4 |
1489 | 2023-12-07T01:26:52.799Z | Compiling ring v0.17.5 |
1490 | 2023-12-07T01:26:53.012Z | Compiling ring v0.16.20 |
1491 | 2023-12-07T01:26:54.681Z | Compiling aho-corasick v1.0.4 |
1492 | 2023-12-07T01:26:54.761Z | Compiling regex-syntax v0.8.2 |
1493 | 2023-12-07T01:26:56.190Z | Compiling openssl-sys v0.9.96 |
1494 | 2023-12-07T01:26:57.406Z | Compiling parking_lot v0.12.1 |
1495 | 2023-12-07T01:26:58.136Z | Checking pin-project-lite v0.2.13 |
1496 | 2023-12-07T01:26:58.289Z | Compiling ahash v0.8.3 |
1497 | 2023-12-07T01:26:58.762Z | Compiling serde_derive_internals v0.26.0 |
1498 | 2023-12-07T01:26:58.983Z | Checking spin v0.5.2 |
1499 | 2023-12-07T01:26:59.358Z | Compiling openssl v0.10.60 |
1500 | 2023-12-07T01:26:59.986Z | Checking signal-hook-registry v1.4.1 |
1501 | 2023-12-07T01:27:00.225Z | Compiling regex-automata v0.4.3 |
1502 | 2023-12-07T01:27:00.630Z | Compiling ucd-trie v0.1.6 |
1503 | 2023-12-07T01:27:01.606Z | Compiling rustls v0.21.9 |
1504 | 2023-12-07T01:27:01.759Z | Checking mio v0.8.9 |
1505 | 2023-12-07T01:27:02.010Z | Compiling iana-time-zone v0.1.57 |
1506 | 2023-12-07T01:27:02.674Z | Compiling native-tls v0.2.11 |
1507 | 2023-12-07T01:27:02.772Z | Compiling async-trait v0.1.74 |
1508 | 2023-12-07T01:27:02.809Z | Checking num_cpus v1.16.0 |
1509 | 2023-12-07T01:27:03.583Z | Compiling unicode-xid v0.2.4 |
1510 | 2023-12-07T01:27:03.603Z | Compiling byteorder v1.5.0 |
1511 | 2023-12-07T01:27:03.826Z | Compiling dyn-clone v1.0.13 |
1512 | 2023-12-07T01:27:04.334Z | Compiling backtrace v0.3.69 |
1513 | 2023-12-07T01:27:04.526Z | Checking socket2 v0.5.5 |
1514 | 2023-12-07T01:27:04.982Z | Compiling futures-sink v0.3.29 |
1515 | 2023-12-07T01:27:05.217Z | Compiling hashbrown v0.13.2 |
1516 | 2023-12-07T01:27:05.303Z | Compiling errno v0.3.2 |
1517 | 2023-12-07T01:27:05.386Z | Compiling crossbeam-utils v0.8.16 |
1518 | 2023-12-07T01:27:05.670Z | Compiling tinyvec_macros v0.1.1 |
1519 | 2023-12-07T01:27:05.728Z | Checking ryu v1.0.15 |
1520 | 2023-12-07T01:27:05.901Z | Compiling crc32fast v1.3.2 |
1521 | 2023-12-07T01:27:06.062Z | Compiling tinyvec v1.6.0 |
1522 | 2023-12-07T01:27:06.736Z | Compiling futures-io v0.3.29 |
1523 | 2023-12-07T01:27:06.980Z | Compiling regex v1.10.2 |
1524 | 2023-12-07T01:27:07.073Z | Compiling anyhow v1.0.75 |
1525 | 2023-12-07T01:27:07.123Z | Compiling pin-utils v0.1.0 |
1526 | 2023-12-07T01:27:07.211Z | Compiling spin v0.9.8 |
1527 | 2023-12-07T01:27:07.272Z | Compiling tracing-core v0.1.31 |
1528 | 2023-12-07T01:27:07.802Z | Compiling unicode-bidi v0.3.13 |
1529 | 2023-12-07T01:27:08.645Z | Compiling unicode-normalization v0.1.22 |
1530 | 2023-12-07T01:27:08.796Z | Compiling num-integer v0.1.45 |
1531 | 2023-12-07T01:27:09.460Z | Compiling synstructure v0.12.6 |
1532 | 2023-12-07T01:27:09.558Z | Compiling lazy_static v1.4.0 |
1533 | 2023-12-07T01:27:09.705Z | Compiling unicode-width v0.1.11 |
1534 | 2023-12-07T01:27:09.940Z | Compiling slog v2.7.0 |
1535 | 2023-12-07T01:27:10.253Z | Compiling base64 v0.21.5 |
1536 | 2023-12-07T01:27:10.319Z | Compiling serde_derive v1.0.192 |
1537 | 2023-12-07T01:27:10.443Z | Compiling thiserror-impl v1.0.49 |
1538 | 2023-12-07T01:27:10.709Z | Compiling zeroize_derive v1.4.2 |
1539 | 2023-12-07T01:27:11.023Z | Compiling tokio-macros v2.2.0 |
1540 | 2023-12-07T01:27:11.579Z | Compiling futures-macro v0.3.29 |
1541 | 2023-12-07T01:27:11.639Z | Compiling tracing-attributes v0.1.26 |
1542 | 2023-12-07T01:27:12.509Z | Compiling schemars_derive v0.8.13 |
1543 | 2023-12-07T01:27:13.361Z | Compiling openssl-macros v0.1.1 |
1544 | 2023-12-07T01:27:13.787Z | Checking zeroize v1.7.0 |
1545 | 2023-12-07T01:27:15.929Z | Compiling thiserror v1.0.49 |
1546 | 2023-12-07T01:27:16.096Z | Compiling pest v2.7.2 |
1547 | 2023-12-07T01:27:16.545Z | Compiling zerocopy-derive v0.2.0 |
1548 | 2023-12-07T01:27:17.447Z | Compiling rustversion v1.0.14 |
1549 | 2023-12-07T01:27:18.115Z | Compiling tracing v0.1.37 |
1550 | 2023-12-07T01:27:18.134Z | Compiling untrusted v0.9.0 |
1551 | 2023-12-07T01:27:18.415Z | Compiling openssl-probe v0.1.5 |
1552 | 2023-12-07T01:27:18.471Z | Checking subtle v2.5.0 |
1553 | 2023-12-07T01:27:18.852Z | Compiling percent-encoding v2.3.1 |
1554 | 2023-12-07T01:27:18.885Z | Compiling untrusted v0.7.1 |
1555 | 2023-12-07T01:27:18.905Z | Compiling time-core v0.1.1 |
1556 | 2023-12-07T01:27:18.966Z | Compiling hashbrown v0.12.3 |
1557 | 2023-12-07T01:27:19.137Z | Compiling foreign-types-shared v0.1.1 |
1558 | 2023-12-07T01:27:19.168Z | Compiling time-macros v0.2.13 |
1559 | 2023-12-07T01:27:19.283Z | Compiling foreign-types v0.3.2 |
1560 | 2023-12-07T01:27:20.331Z | Compiling pest_meta v2.7.2 |
1561 | 2023-12-07T01:27:23.680Z | Compiling pest_generator v2.7.2 |
1562 | 2023-12-07T01:27:25.210Z | Compiling try-lock v0.2.4 |
1563 | 2023-12-07T01:27:25.407Z | Compiling want v0.3.1 |
1564 | 2023-12-07T01:27:25.898Z | Compiling rustls-webpki v0.101.7 |
1565 | 2023-12-07T01:27:26.134Z | Compiling sct v0.7.0 |
1566 | 2023-12-07T01:27:26.991Z | Compiling form_urlencoded v1.2.1 |
1567 | 2023-12-07T01:27:27.933Z | Compiling socket2 v0.4.9 |
1568 | 2023-12-07T01:27:28.720Z | Compiling tower-service v0.3.2 |
1569 | 2023-12-07T01:27:28.815Z | Compiling pest_derive v2.7.2 |
1570 | 2023-12-07T01:27:28.896Z | Compiling httpdate v1.0.3 |
1571 | 2023-12-07T01:27:29.043Z | Compiling either v1.9.0 |
1572 | 2023-12-07T01:27:29.311Z | Compiling rustls-pemfile v1.0.3 |
1573 | 2023-12-07T01:27:29.556Z | Compiling idna v0.5.0 |
1574 | 2023-12-07T01:27:29.570Z | Compiling memoffset v0.9.0 |
1575 | 2023-12-07T01:27:29.846Z | Compiling usdt-impl v0.3.5 |
1576 | 2023-12-07T01:27:29.993Z | Compiling adler v1.0.2 |
1577 | 2023-12-07T01:27:30.196Z | Compiling miniz_oxide v0.7.1 |
1578 | 2023-12-07T01:27:30.325Z | Compiling rustls-native-certs v0.6.3 |
1579 | 2023-12-07T01:27:30.536Z | Compiling zerocopy v0.3.0 |
1580 | 2023-12-07T01:27:31.002Z | Checking crypto-common v0.1.6 |
1581 | 2023-12-07T01:27:31.253Z | Compiling url v2.5.0 |
1582 | 2023-12-07T01:27:31.857Z | Compiling signal-hook v0.3.17 |
1583 | 2023-12-07T01:27:32.239Z | Compiling ipnet v2.8.0 |
1584 | 2023-12-07T01:27:32.309Z | Compiling dof v0.1.5 |
1585 | 2023-12-07T01:27:33.197Z | Compiling dtrace-parser v0.1.14 |
1586 | 2023-12-07T01:27:33.451Z | Checking bytes v1.5.0 |
1587 | 2023-12-07T01:27:33.784Z | Checking bitflags v2.4.0 |
1588 | 2023-12-07T01:27:34.213Z | Compiling zerocopy-derive v0.6.4 |
1589 | 2023-12-07T01:27:34.260Z | Compiling clap_derive v4.4.2 |
1590 | 2023-12-07T01:27:34.400Z | Compiling crossbeam-epoch v0.9.15 |
1591 | 2023-12-07T01:27:35.066Z | Compiling indexmap v2.1.0 |
1592 | 2023-12-07T01:27:36.162Z | Compiling semver v1.0.20 |
1593 | 2023-12-07T01:27:37.213Z | Compiling uuid v1.6.1 |
1594 | 2023-12-07T01:27:37.219Z | Compiling chrono v0.4.31 |
1595 | 2023-12-07T01:27:37.364Z | Compiling rustc_version v0.4.0 |
1596 | 2023-12-07T01:27:37.467Z | Compiling http v0.2.11 |
1597 | 2023-12-07T01:27:37.875Z | Compiling tokio v1.34.0 |
1598 | 2023-12-07T01:27:39.343Z | Compiling serde_spanned v0.6.4 |
1599 | 2023-12-07T01:27:39.685Z | Compiling toml_datetime v0.6.5 |
1600 | 2023-12-07T01:27:40.098Z | Compiling toml_edit v0.19.15 |
1601 | 2023-12-07T01:27:42.890Z | Compiling openapiv3 v2.0.0-rc.1 |
1602 | 2023-12-07T01:27:43.634Z | Compiling http-body v0.4.5 |
1603 | 2023-12-07T01:27:43.969Z | Compiling heapless v0.7.16 |
1604 | 2023-12-07T01:27:44.661Z | Compiling serde_urlencoded v0.7.1 |
1605 | 2023-12-07T01:27:45.194Z | Compiling thread-id v4.2.0 |
1606 | 2023-12-07T01:27:45.337Z | Compiling encoding_rs v0.8.33 |
1607 | 2023-12-07T01:27:45.468Z | Compiling mime v0.3.17 |
1608 | 2023-12-07T01:27:46.487Z | Compiling webpki-roots v0.25.2 |
1609 | 2023-12-07T01:27:46.652Z | Checking const-oid v0.9.5 |
1610 | 2023-12-07T01:27:47.457Z | Compiling siphasher v0.3.11 |
1611 | 2023-12-07T01:27:48.194Z | Compiling gimli v0.28.0 |
1612 | 2023-12-07T01:27:49.691Z | Compiling serde_tokenstream v0.1.7 |
1613 | 2023-12-07T01:27:50.503Z | Compiling tokio-util v0.7.10 |
1614 | 2023-12-07T01:27:51.657Z | Compiling tokio-rustls v0.24.1 |
1615 | 2023-12-07T01:27:51.844Z | Compiling strum_macros v0.25.2 |
1616 | 2023-12-07T01:27:52.293Z | Compiling h2 v0.3.21 |
1617 | 2023-12-07T01:27:53.362Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1618 | 2023-12-07T01:27:53.630Z | Compiling object v0.32.1 |
1619 | 2023-12-07T01:27:54.028Z | Compiling num-iter v0.1.43 |
1620 | 2023-12-07T01:27:54.639Z | Compiling tokio-native-tls v0.3.1 |
1621 | 2023-12-07T01:27:55.012Z | Compiling addr2line v0.21.0 |
1622 | 2023-12-07T01:27:55.027Z | Compiling rustc-demangle v0.1.23 |
1623 | 2023-12-07T01:27:56.659Z | Compiling flate2 v1.0.28 |
1624 | 2023-12-07T01:27:57.787Z | Compiling block-buffer v0.10.4 |
1625 | 2023-12-07T01:27:58.165Z | Compiling ppv-lite86 v0.2.17 |
1626 | 2023-12-07T01:27:58.627Z | Compiling doc-comment v0.3.3 |
1627 | 2023-12-07T01:27:59.209Z | Compiling usdt-attr-macro v0.3.5 |
1628 | 2023-12-07T01:27:59.452Z | Compiling rand_chacha v0.3.1 |
1629 | 2023-12-07T01:27:59.533Z | Compiling usdt-macro v0.3.5 |
1630 | 2023-12-07T01:27:59.717Z | Compiling toml v0.7.8 |
1631 | 2023-12-07T01:28:01.577Z | Compiling digest v0.10.7 |
1632 | 2023-12-07T01:28:01.642Z | Compiling toml_edit v0.21.0 |
1633 | 2023-12-07T01:28:01.672Z | Compiling hex v0.4.3 |
1634 | 2023-12-07T01:28:02.268Z | Compiling pin-project-internal v1.1.3 |
1635 | 2023-12-07T01:28:02.443Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1636 | 2023-12-07T01:28:02.639Z | Compiling bit-vec v0.6.3 |
1637 | 2023-12-07T01:28:03.289Z | Compiling rand v0.8.5 |
1638 | 2023-12-07T01:28:03.669Z | Compiling hyper v0.14.27 |
1639 | 2023-12-07T01:28:15.412Z | Compiling phf_shared v0.10.0 |
1640 | 2023-12-07T01:28:15.816Z | Compiling num-bigint v0.4.4 |
1641 | 2023-12-07T01:28:15.816Z | Compiling new_debug_unreachable v1.0.4 |
1642 | 2023-12-07T01:28:15.816Z | Compiling smoltcp v0.9.1 |
1643 | 2023-12-07T01:28:15.816Z | Compiling fixedbitset v0.4.2 |
1644 | 2023-12-07T01:28:15.816Z | Compiling precomputed-hash v0.1.1 |
1645 | 2023-12-07T01:28:15.816Z | Compiling string_cache v0.8.7 |
1646 | 2023-12-07T01:28:15.816Z | Compiling petgraph v0.6.4 |
1647 | 2023-12-07T01:28:16.113Z | Compiling bit-set v0.5.3 |
1648 | 2023-12-07T01:28:16.696Z | Compiling itertools v0.10.5 |
1649 | 2023-12-07T01:28:16.699Z | Compiling enum-as-inner v0.5.1 |
1650 | 2023-12-07T01:28:16.699Z | Compiling hubpack_derive v0.1.1 |
1651 | 2023-12-07T01:28:16.700Z | Compiling diesel_table_macro_syntax v0.1.0 |
1652 | 2023-12-07T01:28:16.700Z | Compiling lalrpop-util v0.19.12 |
1653 | 2023-12-07T01:28:16.700Z | Compiling unicode-segmentation v1.10.1 |
1654 | 2023-12-07T01:28:16.700Z | Compiling diesel_derives v2.1.2 |
1655 | 2023-12-07T01:28:16.700Z | Compiling snafu-derive v0.7.5 |
1656 | 2023-12-07T01:28:16.700Z | Compiling cpufeatures v0.2.9 |
1657 | 2023-12-07T01:28:16.701Z | Compiling rustix v0.37.23 |
1658 | 2023-12-07T01:28:16.701Z | Compiling sha2 v0.10.8 |
1659 | 2023-12-07T01:28:16.701Z | Compiling hmac v0.12.1 |
1660 | 2023-12-07T01:28:16.701Z | Compiling md-5 v0.10.5 |
1661 | 2023-12-07T01:28:16.701Z | Compiling serde_repr v0.1.16 |
1662 | 2023-12-07T01:28:16.701Z | Compiling stringprep v0.1.3 |
1663 | 2023-12-07T01:28:16.701Z | Compiling hyper-tls v0.5.0 |
1664 | 2023-12-07T01:28:16.702Z | Compiling hyper-rustls v0.24.2 |
1665 | 2023-12-07T01:28:16.702Z | Compiling hash32 v0.2.1 |
1666 | 2023-12-07T01:28:16.702Z | Compiling fallible-iterator v0.2.0 |
1667 | 2023-12-07T01:28:16.803Z | Compiling reqwest v0.11.22 |
1668 | 2023-12-07T01:28:17.176Z | Compiling stable_deref_trait v1.2.0 |
1669 | 2023-12-07T01:28:17.678Z | Checking bitflags v1.3.2 |
1670 | 2023-12-07T01:28:17.705Z | Compiling postgres-protocol v0.6.6 |
1671 | 2023-12-07T01:28:19.192Z | Compiling terminal_size v0.2.6 |
1672 | 2023-12-07T01:28:19.636Z | Compiling phf_shared v0.11.2 |
1673 | 2023-12-07T01:28:20.161Z | Compiling block-padding v0.3.3 |
1674 | 2023-12-07T01:28:20.249Z | Compiling scheduled-thread-pool v0.2.7 |
1675 | 2023-12-07T01:28:20.526Z | Compiling regex-automata v0.1.10 |
1676 | 2023-12-07T01:28:21.320Z | Compiling num_threads v0.1.6 |
1677 | 2023-12-07T01:28:21.331Z | Compiling managed v0.8.0 |
1678 | 2023-12-07T01:28:21.507Z | Compiling matches v0.1.10 |
1679 | 2023-12-07T01:28:21.525Z | Compiling deranged v0.3.8 |
1680 | 2023-12-07T01:28:21.610Z | Compiling idna v0.2.3 |
1681 | 2023-12-07T01:28:21.769Z | Compiling clap_builder v4.4.2 |
1682 | 2023-12-07T01:28:21.831Z | Compiling bstr v0.2.17 |
1683 | 2023-12-07T01:28:22.351Z | Compiling r2d2 v0.8.10 |
1684 | 2023-12-07T01:28:22.906Z | Compiling inout v0.1.3 |
1685 | 2023-12-07T01:28:23.309Z | Compiling signal-hook-mio v0.2.3 |
1686 | 2023-12-07T01:28:23.525Z | Compiling phf v0.11.2 |
1687 | 2023-12-07T01:28:23.972Z | Compiling bzip2 v0.4.4 |
1688 | 2023-12-07T01:28:24.095Z | Compiling postgres-types v0.2.6 |
1689 | 2023-12-07T01:28:24.291Z | Compiling time v0.3.27 |
1690 | 2023-12-07T01:28:24.539Z | Compiling hubpack v0.1.2 |
1691 | 2023-12-07T01:28:25.329Z | Compiling pin-project v1.1.3 |
1692 | 2023-12-07T01:28:25.875Z | Compiling ipnetwork v0.20.0 |
1693 | 2023-12-07T01:28:26.000Z | Compiling zerocopy v0.6.4 |
1694 | 2023-12-07T01:28:26.819Z | Compiling itertools v0.11.0 |
1695 | 2023-12-07T01:28:27.244Z | Compiling futures-executor v0.3.29 |
1696 | 2023-12-07T01:28:28.168Z | Compiling float-cmp v0.9.0 |
1697 | 2023-12-07T01:28:29.236Z | Compiling data-encoding v2.4.0 |
1698 | 2023-12-07T01:28:31.103Z | Compiling whoami v1.4.1 |
1699 | 2023-12-07T01:28:31.797Z | Compiling static_assertions v1.1.0 |
1700 | 2023-12-07T01:28:31.912Z | Compiling difflib v0.4.0 |
1701 | 2023-12-07T01:28:32.096Z | Compiling regex-automata v0.3.8 |
1702 | 2023-12-07T01:28:33.213Z | Compiling predicates-core v1.0.6 |
1703 | 2023-12-07T01:28:33.367Z | Compiling normalize-line-endings v0.3.0 |
1704 | 2023-12-07T01:28:33.568Z | Compiling predicates v3.0.4 |
1705 | 2023-12-07T01:28:33.708Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1706 | 2023-12-07T01:28:34.485Z | Compiling tokio-postgres v0.7.10 |
1707 | 2023-12-07T01:28:36.174Z | Compiling bstr v1.6.0 |
1708 | 2023-12-07T01:28:37.646Z | Compiling trust-dns-proto v0.22.0 |
1709 | 2023-12-07T01:28:38.178Z | Compiling diesel v2.1.4 |
1710 | 2023-12-07T01:28:38.791Z | Compiling yasna v0.5.2 |
1711 | 2023-12-07T01:28:41.975Z | Compiling futures v0.3.29 |
1712 | 2023-12-07T01:28:42.009Z | Compiling clap v4.4.3 |
1713 | 2023-12-07T01:28:42.028Z | Compiling snafu v0.7.5 |
1714 | 2023-12-07T01:28:42.101Z | Compiling zip v0.6.6 |
1715 | 2023-12-07T01:28:42.124Z | Compiling crossterm v0.27.0 |
1716 | 2023-12-07T01:28:42.157Z | Compiling cipher v0.4.4 |
1717 | 2023-12-07T01:28:42.952Z | Compiling similar v2.2.1 |
1718 | 2023-12-07T01:28:43.397Z | Compiling signature v2.1.0 |
1719 | 2023-12-07T01:28:43.511Z | Compiling usdt v0.3.5 |
1720 | 2023-12-07T01:28:43.721Z | Compiling tokio-stream v0.1.14 |
1721 | 2023-12-07T01:28:44.364Z | Compiling console v0.15.7 |
1722 | 2023-12-07T01:28:45.160Z | Checking hashbrown v0.14.2 |
1723 | 2023-12-07T01:28:46.817Z | Checking unicode-ident v1.0.12 |
1724 | 2023-12-07T01:28:46.965Z | Checking equivalent v1.0.1 |
1725 | 2023-12-07T01:28:47.060Z | Checking proc-macro2 v1.0.69 |
1726 | 2023-12-07T01:28:48.490Z | Checking quote v1.0.33 |
1727 | 2023-12-07T01:28:50.053Z | Checking utf8parse v0.2.1 |
1728 | 2023-12-07T01:28:51.640Z | Checking anstyle v1.0.2 |
1729 | 2023-12-07T01:28:52.590Z | Checking io-lifetimes v1.0.11 |
1730 | 2023-12-07T01:28:55.562Z | Checking anstyle-parse v0.2.1 |
1731 | 2023-12-07T01:29:00.075Z | Checking colorchoice v1.0.0 |
1732 | 2023-12-07T01:29:00.247Z | Checking anstyle-query v1.0.0 |
1733 | 2023-12-07T01:29:00.415Z | Checking anstream v0.5.0 |
1734 | 2023-12-07T01:29:00.624Z | Checking clap_lex v0.5.1 |
1735 | 2023-12-07T01:29:00.628Z | Checking strsim v0.10.0 |
1736 | 2023-12-07T01:29:01.427Z | Checking winnow v0.5.15 |
1737 | 2023-12-07T01:29:07.370Z | Compiling serde_tokenstream v0.2.0 |
1738 | 2023-12-07T01:29:11.942Z | Compiling regress v0.7.1 |
1739 | 2023-12-07T01:29:19.024Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1740 | 2023-12-07T01:29:41.259Z | Compiling getopts v0.2.21 |
1741 | 2023-12-07T01:29:41.629Z | Compiling unsafe-libyaml v0.2.9 |
1742 | 2023-12-07T01:29:41.630Z | Checking heck v0.4.1 |
1743 | 2023-12-07T01:29:41.631Z | Checking progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1744 | 2023-12-07T01:29:41.631Z | Compiling serde_yaml v0.9.25 |
1745 | 2023-12-07T01:29:41.631Z | Compiling ident_case v1.0.1 |
1746 | 2023-12-07T01:29:41.631Z | Checking fastrand v2.0.0 |
1747 | 2023-12-07T01:29:41.631Z | Checking match_cfg v0.1.0 |
1748 | 2023-12-07T01:29:41.631Z | Checking tempfile v3.8.1 |
1749 | 2023-12-07T01:29:41.631Z | Checking hostname v0.3.1 |
1750 | 2023-12-07T01:29:41.631Z | Checking atty v0.2.14 |
1751 | 2023-12-07T01:29:41.634Z | Compiling paste v1.0.14 |
1752 | 2023-12-07T01:29:41.635Z | Checking quick-error v1.2.3 |
1753 | 2023-12-07T01:29:41.635Z | Checking crossbeam-channel v0.5.8 |
1754 | 2023-12-07T01:29:41.635Z | Checking sha1 v0.10.6 |
1755 | 2023-12-07T01:29:41.635Z | Checking dirs-sys-next v0.1.2 |
1756 | 2023-12-07T01:29:41.635Z | Checking dirs-next v2.0.0 |
1757 | 2023-12-07T01:29:41.853Z | Checking thread_local v1.1.7 |
1758 | 2023-12-07T01:29:41.853Z | Checking instant v0.1.12 |
1759 | 2023-12-07T01:29:41.853Z | Compiling slog-async v2.8.0 |
1760 | 2023-12-07T01:29:41.853Z | Checking term v0.7.0 |
1761 | 2023-12-07T01:29:41.853Z | Checking camino v1.1.6 |
1762 | 2023-12-07T01:29:41.853Z | Compiling multer v2.1.0 |
1763 | 2023-12-07T01:29:41.854Z | Checking take_mut v0.2.2 |
1764 | 2023-12-07T01:29:41.854Z | Checking slog-term v2.9.0 |
1765 | 2023-12-07T01:29:41.854Z | Compiling darling_core v0.20.3 |
1766 | 2023-12-07T01:29:41.854Z | Checking slog-json v2.6.1 |
1767 | 2023-12-07T01:29:41.854Z | Compiling async-stream-impl v0.3.5 |
1768 | 2023-12-07T01:29:41.854Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1769 | 2023-12-07T01:29:41.854Z | Checking atomic-waker v1.1.1 |
1770 | 2023-12-07T01:29:41.854Z | Checking debug-ignore v1.0.5 |
1771 | 2023-12-07T01:29:41.855Z | Checking waitgroup v0.1.2 |
1772 | 2023-12-07T01:29:41.855Z | Checking slog-bunyan v2.4.0 |
1773 | 2023-12-07T01:29:41.855Z | Checking toml v0.8.8 |
1774 | 2023-12-07T01:29:41.855Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
1775 | 2023-12-07T01:29:41.855Z | Checking async-stream v0.3.5 |
1776 | 2023-12-07T01:29:41.855Z | Checking serde_path_to_error v0.1.14 |
1777 | 2023-12-07T01:29:41.855Z | Checking strum v0.25.0 |
1778 | 2023-12-07T01:29:41.855Z | Compiling structmeta-derive v0.2.0 |
1779 | 2023-12-07T01:29:41.856Z | Checking wait-timeout v0.2.0 |
1780 | 2023-12-07T01:29:41.856Z | Checking rusty-fork v0.3.0 |
1781 | 2023-12-07T01:29:41.856Z | Checking rand_xorshift v0.3.0 |
1782 | 2023-12-07T01:29:41.856Z | Checking unarray v0.1.4 |
1783 | 2023-12-07T01:29:41.857Z | Compiling regex-syntax v0.7.5 |
1784 | 2023-12-07T01:29:41.858Z | Checking proptest v1.4.0 |
1785 | 2023-12-07T01:29:41.858Z | Compiling structmeta v0.2.0 |
1786 | 2023-12-07T01:29:41.858Z | Checking backoff v0.4.0 |
1787 | 2023-12-07T01:29:41.858Z | Compiling test-strategy v0.3.1 |
1788 | 2023-12-07T01:29:41.920Z | Compiling darling_macro v0.20.3 |
1789 | 2023-12-07T01:29:43.247Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1790 | 2023-12-07T01:29:43.452Z | Checking macaddr v1.0.1 |
1791 | 2023-12-07T01:29:43.529Z | Compiling darling v0.20.3 |
1792 | 2023-12-07T01:29:43.679Z | Compiling serde_with_macros v2.3.3 |
1793 | 2023-12-07T01:29:44.028Z | Checking camino-tempfile v1.1.1 |
1794 | 2023-12-07T01:29:44.061Z | Checking is-terminal v0.4.9 |
1795 | 2023-12-07T01:29:44.161Z | Compiling proc-macro-error-attr v1.0.4 |
1796 | 2023-12-07T01:29:44.356Z | Compiling proc-macro-error v1.0.4 |
1797 | 2023-12-07T01:29:44.999Z | Compiling proc-macro-crate v1.3.1 |
1798 | 2023-12-07T01:29:45.794Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1799 | 2023-12-07T01:29:46.831Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1800 | 2023-12-07T01:29:46.839Z | Checking termtree v0.4.1 |
1801 | 2023-12-07T01:29:47.044Z | Checking predicates-tree v1.0.9 |
1802 | 2023-12-07T01:29:47.239Z | Compiling num_enum_derive v0.5.11 |
1803 | 2023-12-07T01:29:47.326Z | Checking base64ct v1.6.0 |
1804 | 2023-12-07T01:29:47.377Z | Compiling parse-display-derive v0.8.2 |
1805 | 2023-12-07T01:29:47.610Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1806 | 2023-12-07T01:29:47.883Z | Compiling smoltcp v0.10.0 |
1807 | 2023-12-07T01:29:47.931Z | Checking cobs v0.2.3 |
1808 | 2023-12-07T01:29:48.135Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1809 | 2023-12-07T01:29:48.182Z | Checking embedded-io v0.4.0 |
1810 | 2023-12-07T01:29:48.200Z | Checking serde_with v2.3.3 |
1811 | 2023-12-07T01:29:48.421Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1812 | 2023-12-07T01:29:48.450Z | Compiling crucible-workspace-hack v0.1.0 |
1813 | 2023-12-07T01:29:48.568Z | Checking postcard v1.0.8 |
1814 | 2023-12-07T01:29:48.877Z | Compiling foreign-types-macros v0.2.3 |
1815 | 2023-12-07T01:29:49.696Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1816 | 2023-12-07T01:29:50.136Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1817 | 2023-12-07T01:29:50.333Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1818 | 2023-12-07T01:29:50.954Z | Checking foreign-types-shared v0.3.1 |
1819 | 2023-12-07T01:29:51.062Z | Checking foreign-types v0.5.0 |
1820 | 2023-12-07T01:29:51.370Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1821 | 2023-12-07T01:29:51.494Z | Compiling zerocopy-derive v0.7.26 |
1822 | 2023-12-07T01:29:51.751Z | Checking num_enum v0.5.11 |
1823 | 2023-12-07T01:29:51.952Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1824 | 2023-12-07T01:29:52.661Z | Checking cstr-argument v0.1.2 |
1825 | 2023-12-07T01:29:52.905Z | Checking pretty-hex v0.2.1 |
1826 | 2023-12-07T01:29:53.129Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1827 | 2023-12-07T01:29:53.321Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1828 | 2023-12-07T01:29:53.568Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1829 | 2023-12-07T01:29:53.742Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1830 | 2023-12-07T01:29:53.940Z | Checking colored v2.0.4 |
1831 | 2023-12-07T01:29:53.981Z | Compiling zone_cfg_derive v0.3.0 |
1832 | 2023-12-07T01:29:54.028Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1833 | 2023-12-07T01:29:54.604Z | Checking predicates v2.1.5 |
1834 | 2023-12-07T01:29:55.020Z | Checking parse-display v0.8.2 |
1835 | 2023-12-07T01:29:55.163Z | Compiling mockall_derive v0.11.4 |
1836 | 2023-12-07T01:29:55.180Z | Checking zerocopy v0.7.26 |
1837 | 2023-12-07T01:29:55.583Z | Compiling num-derive v0.4.0 |
1838 | 2023-12-07T01:29:56.111Z | Checking fragile v2.0.0 |
1839 | 2023-12-07T01:29:56.417Z | Checking downcast v0.11.0 |
1840 | 2023-12-07T01:29:56.508Z | Checking zone v0.3.0 |
1841 | 2023-12-07T01:29:56.691Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
1842 | 2023-12-07T01:29:56.935Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1843 | 2023-12-07T01:29:57.320Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1844 | 2023-12-07T01:29:57.340Z | Checking smf v0.2.2 |
1845 | 2023-12-07T01:29:57.398Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1846 | 2023-12-07T01:29:57.716Z | Checking filetime v0.2.23 |
1847 | 2023-12-07T01:29:57.934Z | Checking xattr v1.0.1 |
1848 | 2023-12-07T01:29:57.998Z | Checking pem v3.0.2 |
1849 | 2023-12-07T01:29:58.185Z | Checking tar v0.4.40 |
1850 | 2023-12-07T01:29:58.382Z | Checking linked-hash-map v0.5.6 |
1851 | 2023-12-07T01:29:58.848Z | Checking lru-cache v0.1.2 |
1852 | 2023-12-07T01:29:59.100Z | Checking headers-core v0.2.0 |
1853 | 2023-12-07T01:29:59.301Z | Checking headers v0.3.9 |
1854 | 2023-12-07T01:29:59.366Z | Checking password-hash v0.5.0 |
1855 | 2023-12-07T01:29:59.443Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
1856 | 2023-12-07T01:29:59.546Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
1857 | 2023-12-07T01:29:59.940Z | Checking blake2 v0.10.6 |
1858 | 2023-12-07T01:30:00.038Z | Checking base64 v0.13.1 |
1859 | 2023-12-07T01:30:00.166Z | Checking rcgen v0.11.3 |
1860 | 2023-12-07T01:30:00.181Z | Checking atomicwrites v0.4.2 |
1861 | 2023-12-07T01:30:00.515Z | Checking subprocess v0.2.9 |
1862 | 2023-12-07T01:30:00.642Z | Checking argon2 v0.5.2 |
1863 | 2023-12-07T01:30:00.668Z | Checking pem v1.1.1 |
1864 | 2023-12-07T01:30:01.003Z | Compiling cancel-safe-futures v0.1.5 |
1865 | 2023-12-07T01:30:01.083Z | Checking ciborium-io v0.2.1 |
1866 | 2023-12-07T01:30:01.235Z | Checking half v1.8.2 |
1867 | 2023-12-07T01:30:01.253Z | Checking arc-swap v1.6.0 |
1868 | 2023-12-07T01:30:01.295Z | Checking textwrap v0.11.0 |
1869 | 2023-12-07T01:30:01.589Z | Compiling heck v0.3.3 |
1870 | 2023-12-07T01:30:01.609Z | Checking vec_map v0.8.2 |
1871 | 2023-12-07T01:30:01.622Z | Checking ansi_term v0.12.1 |
1872 | 2023-12-07T01:30:01.887Z | Checking ciborium-ll v0.2.1 |
1873 | 2023-12-07T01:30:01.933Z | Checking slog-scope v4.4.0 |
1874 | 2023-12-07T01:30:02.063Z | Checking strsim v0.8.0 |
1875 | 2023-12-07T01:30:02.080Z | Compiling libefi-sys v0.1.0 |
1876 | 2023-12-07T01:30:02.147Z | Compiling structopt-derive v0.4.18 |
1877 | 2023-12-07T01:30:02.190Z | Checking slog-stdlog v4.1.1 |
1878 | 2023-12-07T01:30:02.282Z | Checking clap v2.34.0 |
1879 | 2023-12-07T01:30:02.370Z | Checking ciborium v0.2.1 |
1880 | 2023-12-07T01:30:02.509Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1881 | 2023-12-07T01:30:03.343Z | Checking slog-envlogger v2.2.0 |
1882 | 2023-12-07T01:30:03.652Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1883 | 2023-12-07T01:30:03.787Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1884 | 2023-12-07T01:30:03.976Z | Checking resolv-conf v0.7.0 |
1885 | 2023-12-07T01:30:04.060Z | Compiling slog-dtrace v0.2.3 |
1886 | 2023-12-07T01:30:04.111Z | Compiling convert_case v0.4.0 |
1887 | 2023-12-07T01:30:04.507Z | Checking trust-dns-resolver v0.22.0 |
1888 | 2023-12-07T01:30:05.219Z | Checking fxhash v0.2.1 |
1889 | 2023-12-07T01:30:05.458Z | Checking itertools v0.12.0 |
1890 | 2023-12-07T01:30:05.654Z | Compiling derive_more v0.99.17 |
1891 | 2023-12-07T01:30:06.838Z | Checking pem-rfc7468 v0.7.0 |
1892 | 2023-12-07T01:30:07.042Z | Checking structopt v0.3.26 |
1893 | 2023-12-07T01:30:07.048Z | Compiling der_derive v0.7.2 |
1894 | 2023-12-07T01:30:07.234Z | Checking flagset v0.4.3 |
1895 | 2023-12-07T01:30:07.512Z | Checking termcolor v1.2.0 |
1896 | 2023-12-07T01:30:07.597Z | Compiling same-file v1.0.6 |
1897 | 2023-12-07T01:30:07.941Z | Compiling radium v0.7.0 |
1898 | 2023-12-07T01:30:08.094Z | Compiling walkdir v2.4.0 |
1899 | 2023-12-07T01:30:08.548Z | Checking mockall v0.11.4 |
1900 | 2023-12-07T01:30:08.639Z | Compiling semver-parser v0.10.2 |
1901 | 2023-12-07T01:30:08.866Z | Compiling maybe-uninit v2.0.0 |
1902 | 2023-12-07T01:30:09.343Z | Checking tap v1.0.1 |
1903 | 2023-12-07T01:30:09.741Z | Checking wyz v0.5.1 |
1904 | 2023-12-07T01:30:09.998Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1905 | 2023-12-07T01:30:10.392Z | Compiling semver v0.11.0 |
1906 | 2023-12-07T01:30:10.451Z | Compiling num-rational v0.4.1 |
1907 | 2023-12-07T01:30:11.358Z | Checking der v0.7.8 |
1908 | 2023-12-07T01:30:11.668Z | Compiling packed_struct v0.10.1 |
1909 | 2023-12-07T01:30:11.705Z | Checking crc-catalog v2.2.0 |
1910 | 2023-12-07T01:30:11.830Z | Checking funty v2.0.0 |
1911 | 2023-12-07T01:30:12.308Z | Compiling num-bigint-dig v0.8.4 |
1912 | 2023-12-07T01:30:12.327Z | Compiling home v0.5.5 |
1913 | 2023-12-07T01:30:12.398Z | Checking crc v3.0.1 |
1914 | 2023-12-07T01:30:12.705Z | Compiling toolchain_find v0.2.0 |
1915 | 2023-12-07T01:30:13.194Z | Checking hkdf v0.12.3 |
1916 | 2023-12-07T01:30:13.676Z | Checking bitvec v1.0.1 |
1917 | 2023-12-07T01:30:13.690Z | Compiling toml v0.5.11 |
1918 | 2023-12-07T01:30:14.092Z | Compiling packed_struct_codegen v0.10.1 |
1919 | 2023-12-07T01:30:14.404Z | Checking spki v0.7.2 |
1920 | 2023-12-07T01:30:14.837Z | Checking pkcs8 v0.10.2 |
1921 | 2023-12-07T01:30:15.186Z | Checking nodrop v0.1.14 |
1922 | 2023-12-07T01:30:15.677Z | Checking array-init v0.0.4 |
1923 | 2023-12-07T01:30:15.677Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1924 | 2023-12-07T01:30:15.861Z | Checking pkcs1 v0.7.5 |
1925 | 2023-12-07T01:30:15.923Z | Compiling omicron-zone-package v0.9.1 |
1926 | 2023-12-07T01:30:16.474Z | Compiling rustfmt-wrapper v0.2.0 |
1927 | 2023-12-07T01:30:17.200Z | Checking smallvec v0.6.14 |
1928 | 2023-12-07T01:30:18.522Z | Checking newline-converter v0.3.0 |
1929 | 2023-12-07T01:30:19.062Z | Checking num-complex v0.4.4 |
1930 | 2023-12-07T01:30:19.870Z | Checking utf-8 v0.7.6 |
1931 | 2023-12-07T01:30:20.040Z | Checking keccak v0.1.4 |
1932 | 2023-12-07T01:30:20.153Z | Checking bitfield v0.14.0 |
1933 | 2023-12-07T01:30:20.481Z | Checking sha3 v0.10.8 |
1934 | 2023-12-07T01:30:20.544Z | Checking num v0.4.1 |
1935 | 2023-12-07T01:30:20.588Z | Checking tungstenite v0.20.1 |
1936 | 2023-12-07T01:30:20.709Z | Checking expectorate v1.1.0 |
1937 | 2023-12-07T01:30:20.919Z | Checking serde-hex v0.1.0 |
1938 | 2023-12-07T01:30:20.983Z | Checking rsa v0.9.2 |
1939 | 2023-12-07T01:30:21.072Z | Checking x509-cert v0.2.4 |
1940 | 2023-12-07T01:30:21.619Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1941 | 2023-12-07T01:30:21.977Z | Checking env_logger v0.10.0 |
1942 | 2023-12-07T01:30:22.087Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1943 | 2023-12-07T01:30:22.392Z | Checking ron v0.8.1 |
1944 | 2023-12-07T01:30:22.624Z | Checking secrecy v0.8.0 |
1945 | 2023-12-07T01:30:22.936Z | Checking crc-any v2.4.3 |
1946 | 2023-12-07T01:30:22.950Z | Checking tokio-tungstenite v0.20.1 |
1947 | 2023-12-07T01:30:23.476Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1948 | 2023-12-07T01:30:23.620Z | Checking object v0.30.4 |
1949 | 2023-12-07T01:30:23.695Z | Checking path-slash v0.1.5 |
1950 | 2023-12-07T01:30:24.003Z | Compiling buf-list v1.0.3 |
1951 | 2023-12-07T01:30:24.017Z | Checking glob v0.3.1 |
1952 | 2023-12-07T01:30:24.417Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1953 | 2023-12-07T01:30:24.439Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1954 | 2023-12-07T01:30:24.480Z | Checking swrite v0.1.0 |
1955 | 2023-12-07T01:30:24.532Z | Compiling parking_lot_core v0.8.6 |
1956 | 2023-12-07T01:30:24.782Z | Checking nibble_vec v0.1.0 |
1957 | 2023-12-07T01:30:25.053Z | Checking endian-type v0.1.2 |
1958 | 2023-12-07T01:30:25.354Z | Checking radix_trie v0.2.1 |
1959 | 2023-12-07T01:30:25.452Z | Checking pretty-hex v0.4.0 |
1960 | 2023-12-07T01:30:25.732Z | Checking libsw v3.3.0 |
1961 | 2023-12-07T01:30:25.748Z | Checking parking_lot v0.11.2 |
1962 | 2023-12-07T01:30:26.046Z | Checking trust-dns-client v0.22.0 |
1963 | 2023-12-07T01:30:26.108Z | Compiling derive-where v1.2.6 |
1964 | 2023-12-07T01:30:26.257Z | Checking sled v0.34.7 |
1965 | 2023-12-07T01:30:26.997Z | Compiling semver v0.1.20 |
1966 | 2023-12-07T01:30:27.745Z | Checking owo-colors v3.5.0 |
1967 | 2023-12-07T01:30:28.091Z | Checking trust-dns-server v0.22.1 |
1968 | 2023-12-07T01:30:28.504Z | Checking linear-map v1.2.0 |
1969 | 2023-12-07T01:30:28.516Z | Compiling rustc_version v0.1.7 |
1970 | 2023-12-07T01:30:29.271Z | Compiling newtype_derive v0.1.6 |
1971 | 2023-12-07T01:30:29.706Z | Checking crossbeam-deque v0.8.3 |
1972 | 2023-12-07T01:30:30.175Z | Compiling unicase v2.7.0 |
1973 | 2023-12-07T01:30:30.628Z | Compiling rayon-core v1.12.0 |
1974 | 2023-12-07T01:30:30.694Z | Compiling platforms v3.0.2 |
1975 | 2023-12-07T01:30:31.351Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
1976 | 2023-12-07T01:30:31.955Z | Compiling memoffset v0.7.1 |
1977 | 2023-12-07T01:30:32.163Z | Compiling curve25519-dalek v4.1.0 |
1978 | 2023-12-07T01:30:32.248Z | Checking steno v0.4.0 |
1979 | 2023-12-07T01:30:32.252Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1980 | 2023-12-07T01:30:32.378Z | Checking rayon v1.8.0 |
1981 | 2023-12-07T01:30:33.020Z | Checking globset v0.4.13 |
1982 | 2023-12-07T01:30:33.155Z | Checking olpc-cjson v0.1.3 |
1983 | 2023-12-07T01:30:33.467Z | Checking serde_plain v1.0.2 |
1984 | 2023-12-07T01:30:33.573Z | Checking ff v0.13.0 |
1985 | 2023-12-07T01:30:33.771Z | Compiling async-recursion v1.0.5 |
1986 | 2023-12-07T01:30:33.831Z | Checking typed-path v0.6.0 |
1987 | 2023-12-07T01:30:33.871Z | Checking group v0.13.0 |
1988 | 2023-12-07T01:30:34.083Z | Compiling mime_guess v2.0.4 |
1989 | 2023-12-07T01:30:35.859Z | Checking universal-hash v0.5.1 |
1990 | 2023-12-07T01:30:35.910Z | Checking crypto-bigint v0.5.2 |
1991 | 2023-12-07T01:30:36.111Z | Compiling thiserror-impl-no-std v2.0.2 |
1992 | 2023-12-07T01:30:36.359Z | Compiling curve25519-dalek-derive v0.1.0 |
1993 | 2023-12-07T01:30:36.955Z | Checking tough v0.15.0 |
1994 | 2023-12-07T01:30:38.652Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1995 | 2023-12-07T01:30:38.766Z | Checking display-error-chain v0.2.0 |
1996 | 2023-12-07T01:30:38.874Z | Checking signature v1.6.4 |
1997 | 2023-12-07T01:30:38.972Z | Checking opaque-debug v0.3.0 |
1998 | 2023-12-07T01:30:39.011Z | Compiling salty v0.2.0 |
1999 | 2023-12-07T01:30:39.083Z | Checking base16ct v0.2.0 |
2000 | 2023-12-07T01:30:39.189Z | Checking poly1305 v0.8.0 |
2001 | 2023-12-07T01:30:39.346Z | Checking elliptic-curve v0.13.5 |
2002 | 2023-12-07T01:30:39.809Z | Checking ed25519 v1.5.3 |
2003 | 2023-12-07T01:30:40.048Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2004 | 2023-12-07T01:30:40.088Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2005 | 2023-12-07T01:30:40.459Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2006 | 2023-12-07T01:30:40.560Z | Checking chacha20 v0.9.1 |
2007 | 2023-12-07T01:30:40.872Z | Checking serde-big-array v0.5.1 |
2008 | 2023-12-07T01:30:40.994Z | Checking progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2009 | 2023-12-07T01:30:41.174Z | Checking aead v0.5.2 |
2010 | 2023-12-07T01:30:41.281Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2011 | 2023-12-07T01:30:41.390Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2012 | 2023-12-07T01:30:41.474Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2013 | 2023-12-07T01:30:41.646Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2014 | 2023-12-07T01:30:42.617Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2015 | 2023-12-07T01:30:43.188Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2016 | 2023-12-07T01:30:44.341Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2017 | 2023-12-07T01:30:44.629Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2018 | 2023-12-07T01:30:45.779Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2019 | 2023-12-07T01:30:45.970Z | Checking thiserror-no-std v2.0.2 |
2020 | 2023-12-07T01:30:46.117Z | Checking kstat-rs v0.2.3 |
2021 | 2023-12-07T01:30:46.295Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2022 | 2023-12-07T01:30:47.652Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2023 | 2023-12-07T01:30:48.151Z | Checking vsss-rs v3.3.1 |
2024 | 2023-12-07T01:30:48.267Z | Checking chacha20poly1305 v0.10.1 |
2025 | 2023-12-07T01:30:49.960Z | Checking signal-hook-tokio v0.3.1 |
2026 | 2023-12-07T01:30:50.376Z | Checking serde-big-array v0.4.1 |
2027 | 2023-12-07T01:30:50.400Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
2028 | 2023-12-07T01:30:50.475Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2029 | 2023-12-07T01:30:51.140Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
2030 | 2023-12-07T01:30:52.103Z | Checking bcs v0.1.6 |
2031 | 2023-12-07T01:30:52.705Z | Checking highway v1.1.0 |
2032 | 2023-12-07T01:30:52.812Z | Checking corncobs v0.1.3 |
2033 | 2023-12-07T01:30:53.097Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2034 | 2023-12-07T01:30:53.343Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
2035 | 2023-12-07T01:30:53.735Z | Compiling portable-atomic v1.4.3 |
2036 | 2023-12-07T01:30:54.125Z | Compiling crunchy v0.2.2 |
2037 | 2023-12-07T01:30:54.389Z | Checking http-range v0.1.5 |
2038 | 2023-12-07T01:30:54.652Z | Checking hyper-staticfile v0.9.5 |
2039 | 2023-12-07T01:30:54.900Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
2040 | 2023-12-07T01:30:55.388Z | Compiling clang-sys v1.6.1 |
2041 | 2023-12-07T01:30:55.542Z | Compiling tiny-keccak v2.0.2 |
2042 | 2023-12-07T01:30:56.006Z | Checking assert_matches v1.5.0 |
2043 | 2023-12-07T01:30:56.128Z | Compiling prettyplease v0.2.12 |
2044 | 2023-12-07T01:30:57.161Z | Compiling darling_core v0.14.4 |
2045 | 2023-12-07T01:30:58.442Z | Compiling minimal-lexical v0.2.1 |
2046 | 2023-12-07T01:30:59.167Z | Checking number_prefix v0.4.0 |
2047 | 2023-12-07T01:30:59.274Z | Checking humantime v2.1.0 |
2048 | 2023-12-07T01:30:59.435Z | Checking indicatif v0.17.7 |
2049 | 2023-12-07T01:30:59.751Z | Compiling nom v7.1.3 |
2050 | 2023-12-07T01:31:00.702Z | Compiling ascii-canvas v3.0.0 |
2051 | 2023-12-07T01:31:02.231Z | Compiling ena v0.14.2 |
2052 | 2023-12-07T01:31:02.238Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2053 | 2023-12-07T01:31:02.472Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2054 | 2023-12-07T01:31:02.683Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2055 | 2023-12-07T01:31:05.418Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2056 | 2023-12-07T01:31:06.265Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2057 | 2023-12-07T01:31:07.035Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2058 | 2023-12-07T01:31:07.300Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2059 | 2023-12-07T01:31:07.501Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2060 | 2023-12-07T01:31:07.727Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2061 | 2023-12-07T01:31:08.762Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2062 | 2023-12-07T01:31:08.773Z | Compiling darling_macro v0.14.4 |
2063 | 2023-12-07T01:31:09.266Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2064 | 2023-12-07T01:31:10.059Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2065 | 2023-12-07T01:31:10.220Z | Compiling libloading v0.7.4 |
2066 | 2023-12-07T01:31:10.247Z | Compiling regex-syntax v0.6.29 |
2067 | 2023-12-07T01:31:11.041Z | Compiling bindgen v0.65.1 |
2068 | 2023-12-07T01:31:11.988Z | Compiling diff v0.1.13 |
2069 | 2023-12-07T01:31:13.057Z | Compiling darling v0.14.4 |
2070 | 2023-12-07T01:31:13.219Z | Compiling cexpr v0.6.0 |
2071 | 2023-12-07T01:31:16.099Z | Compiling lalrpop v0.19.12 |
2072 | 2023-12-07T01:31:30.353Z | Compiling which v4.4.0 |
2073 | 2023-12-07T01:31:30.596Z | Compiling peeking_take_while v0.1.2 |
2074 | 2023-12-07T01:31:30.596Z | Compiling rustc-hash v1.1.0 |
2075 | 2023-12-07T01:31:30.775Z | Checking maplit v1.0.2 |
2076 | 2023-12-07T01:31:30.775Z | Compiling ref-cast v1.0.20 |
2077 | 2023-12-07T01:31:30.776Z | Compiling lazycell v1.3.0 |
2078 | 2023-12-07T01:31:30.776Z | Compiling shlex v1.1.0 |
2079 | 2023-12-07T01:31:30.776Z | Compiling derive_builder_core v0.12.0 |
2080 | 2023-12-07T01:31:30.776Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2081 | 2023-12-07T01:31:30.776Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2082 | 2023-12-07T01:31:30.776Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2083 | 2023-12-07T01:31:30.776Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2084 | 2023-12-07T01:31:31.312Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2085 | 2023-12-07T01:31:32.966Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2086 | 2023-12-07T01:31:33.039Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2087 | 2023-12-07T01:31:34.561Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2088 | 2023-12-07T01:31:35.003Z | Compiling ref-cast-impl v1.0.20 |
2089 | 2023-12-07T01:31:35.282Z | Compiling libxml v0.3.3 |
2090 | 2023-12-07T01:31:35.918Z | Compiling derive_builder_macro v0.12.0 |
2091 | 2023-12-07T01:31:36.584Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2092 | 2023-12-07T01:31:37.086Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2093 | 2023-12-07T01:31:37.170Z | Compiling strum_macros v0.24.3 |
2094 | 2023-12-07T01:31:37.266Z | Compiling fs-err v2.11.0 |
2095 | 2023-12-07T01:31:37.783Z | Compiling diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2096 | 2023-12-07T01:31:38.215Z | Compiling cookie v0.18.0 |
2097 | 2023-12-07T01:31:38.684Z | Compiling indoc v1.0.9 |
2098 | 2023-12-07T01:31:39.179Z | Checking derive_builder v0.12.0 |
2099 | 2023-12-07T01:31:40.340Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2100 | 2023-12-07T01:31:42.234Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2101 | 2023-12-07T01:31:43.638Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2102 | 2023-12-07T01:31:43.921Z | Checking bb8 v0.8.1 |
2103 | 2023-12-07T01:31:43.963Z | Checking quick-xml v0.23.1 |
2104 | 2023-12-07T01:31:44.065Z | Compiling impl-trait-for-tuples v0.2.2 |
2105 | 2023-12-07T01:31:44.625Z | Compiling oso-derive v0.27.0 |
2106 | 2023-12-07T01:31:44.634Z | Checking smawk v0.3.1 |
2107 | 2023-12-07T01:31:44.910Z | Checking unicode-linebreak v0.1.5 |
2108 | 2023-12-07T01:31:45.637Z | Checking textwrap v0.16.0 |
2109 | 2023-12-07T01:31:45.826Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2110 | 2023-12-07T01:31:45.914Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2111 | 2023-12-07T01:31:46.838Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2112 | 2023-12-07T01:31:46.898Z | Checking bytesize v1.3.0 |
2113 | 2023-12-07T01:31:47.299Z | Checking is_ci v1.1.1 |
2114 | 2023-12-07T01:31:47.376Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2115 | 2023-12-07T01:31:47.437Z | Checking supports-color v2.1.0 |
2116 | 2023-12-07T01:31:47.734Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2117 | 2023-12-07T01:31:48.245Z | Compiling indoc v2.0.3 |
2118 | 2023-12-07T01:31:49.440Z | Checking cassowary v0.3.0 |
2119 | 2023-12-07T01:31:50.036Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2120 | 2023-12-07T01:31:50.066Z | Checking ratatui v0.23.0 |
2121 | 2023-12-07T01:31:50.514Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2122 | 2023-12-07T01:31:51.836Z | Checking rtoolbox v0.0.1 |
2123 | 2023-12-07T01:31:52.102Z | Checking rpassword v7.3.1 |
2124 | 2023-12-07T01:31:52.314Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2125 | 2023-12-07T01:31:53.544Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2126 | 2023-12-07T01:31:54.056Z | Checking shell-words v1.1.0 |
2127 | 2023-12-07T01:31:54.060Z | Checking tui-tree-widget v0.13.0 |
2128 | 2023-12-07T01:31:54.062Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
2129 | 2023-12-07T01:31:54.062Z | Checking fatfs v0.3.6 |
2130 | 2023-12-07T01:31:54.480Z | Checking yansi v0.5.1 |
2131 | 2023-12-07T01:31:54.903Z | Checking pretty_assertions v1.4.0 |
2132 | 2023-12-07T01:31:55.187Z | Checking plotters-backend v0.3.5 |
2133 | 2023-12-07T01:31:55.696Z | Checking rand v0.4.6 |
2134 | 2023-12-07T01:31:55.755Z | Checking plotters-svg v0.3.5 |
2135 | 2023-12-07T01:31:56.077Z | Compiling vte_generate_state_changes v0.1.1 |
2136 | 2023-12-07T01:31:56.091Z | Checking remove_dir_all v0.5.3 |
2137 | 2023-12-07T01:31:56.220Z | Checking cast v0.3.0 |
2138 | 2023-12-07T01:31:56.725Z | Checking criterion-plot v0.5.0 |
2139 | 2023-12-07T01:31:57.110Z | Checking vte v0.11.1 |
2140 | 2023-12-07T01:31:57.202Z | Checking tempdir v0.3.7 |
2141 | 2023-12-07T01:31:57.430Z | Checking plotters v0.3.5 |
2142 | 2023-12-07T01:31:57.544Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2143 | 2023-12-07T01:31:58.179Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2144 | 2023-12-07T01:31:59.507Z | Checking dashmap v5.5.1 |
2145 | 2023-12-07T01:32:00.434Z | Checking tinytemplate v1.2.1 |
2146 | 2023-12-07T01:32:00.555Z | Compiling serial_test_derive v0.10.0 |
2147 | 2023-12-07T01:32:01.025Z | Checking anes v0.1.6 |
2148 | 2023-12-07T01:32:01.644Z | Checking oorandom v11.1.3 |
2149 | 2023-12-07T01:32:02.308Z | Checking criterion v0.5.1 |
2150 | 2023-12-07T01:32:02.399Z | Checking serial_test v0.10.0 |
2151 | 2023-12-07T01:32:02.734Z | Checking strip-ansi-escapes v0.2.0 |
2152 | 2023-12-07T01:32:02.946Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2153 | 2023-12-07T01:32:03.531Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2154 | 2023-12-07T01:32:04.622Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2155 | 2023-12-07T01:32:04.975Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2156 | 2023-12-07T01:32:15.666Z | Checking assert_cmd v2.0.12 |
2157 | 2023-12-07T01:32:16.041Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2158 | 2023-12-07T01:32:16.463Z | Checking fd-lock v3.0.13 |
2159 | 2023-12-07T01:32:16.463Z | Checking nu-ansi-term v0.49.0 |
2160 | 2023-12-07T01:32:16.463Z | Checking reedline v0.26.0 |
2161 | 2023-12-07T01:32:16.463Z | Checking threadpool v1.8.1 |
2162 | 2023-12-07T01:32:16.463Z | Checking nanorand v0.7.0 |
2163 | 2023-12-07T01:32:16.463Z | Checking topological-sort v0.2.2 |
2164 | 2023-12-07T01:32:16.464Z | Checking libtest-mimic v0.6.1 |
2165 | 2023-12-07T01:32:16.464Z | Checking flume v0.11.0 |
2166 | 2023-12-07T01:32:16.464Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2167 | 2023-12-07T01:32:16.464Z | Checking httptest v0.15.5 |
2168 | 2023-12-07T01:32:16.464Z | Checking similar-asserts v1.5.0 |
2169 | 2023-12-07T01:32:16.464Z | Compiling rstest_macros v0.18.2 |
2170 | 2023-12-07T01:32:16.481Z | Compiling crossbeam-queue v0.3.8 |
2171 | 2023-12-07T01:32:16.482Z | Checking bytecount v0.6.3 |
2172 | 2023-12-07T01:32:16.482Z | Checking papergrid v0.10.0 |
2173 | 2023-12-07T01:32:17.108Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2174 | 2023-12-07T01:32:18.512Z | Checking datatest-stable v0.2.3 |
2175 | 2023-12-07T01:32:18.842Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2176 | 2023-12-07T01:32:18.946Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2177 | 2023-12-07T01:32:19.880Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2178 | 2023-12-07T01:32:19.901Z | Compiling tabled_derive v0.6.0 |
2179 | 2023-12-07T01:32:20.458Z | Checking arrayref v0.3.7 |
2180 | 2023-12-07T01:32:20.627Z | Compiling trybuild v1.0.85 |
2181 | 2023-12-07T01:32:21.146Z | Checking constant_time_eq v0.2.6 |
2182 | 2023-12-07T01:32:21.228Z | Compiling relative-path v1.9.0 |
2183 | 2023-12-07T01:32:21.322Z | Checking arrayvec v0.7.4 |
2184 | 2023-12-07T01:32:21.904Z | Checking blake2b_simd v1.0.1 |
2185 | 2023-12-07T01:32:24.032Z | Checking tabled v0.14.0 |
2186 | 2023-12-07T01:32:24.176Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2187 | 2023-12-07T01:32:28.394Z | Checking basic-toml v0.1.4 |
2188 | 2023-12-07T01:32:29.698Z | Checking futures-timer v3.0.2 |
2189 | 2023-12-07T01:32:30.569Z | Checking constant_time_eq v0.3.0 |
2190 | 2023-12-07T01:32:30.829Z | Checking rust-argon2 v1.0.1 |
2191 | 2023-12-07T01:32:33.631Z | Checking crossbeam v0.8.2 |
2192 | 2023-12-07T01:32:36.038Z | Checking partial-io v0.5.4 |
2193 | 2023-12-07T01:32:36.260Z | Checking approx v0.5.1 |
2194 | 2023-12-07T01:32:36.261Z | Checking termios v0.3.3 |
2195 | 2023-12-07T01:32:36.261Z | Checking hex-literal v0.4.1 |
2196 | 2023-12-07T01:32:38.150Z | Checking rstest v0.18.2 |
2197 | 2023-12-07T01:32:47.453Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2198 | 2023-12-07T01:32:47.823Z | Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger) |
2199 | 2023-12-07T01:33:47.991Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2200 | 2023-12-07T01:33:48.707Z | Compiling samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2201 | 2023-12-07T01:33:49.971Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2202 | 2023-12-07T01:34:15.292Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2203 | 2023-12-07T01:34:28.736Z | Compiling polar-core v0.27.0 |
2204 | 2023-12-07T01:34:39.644Z | Checking oso v0.27.0 |
2205 | 2023-12-07T01:35:16.368Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2206 | 2023-12-07T01:36:38.712Z | Finished dev [unoptimized + debuginfo] target(s) in 9m 57s |
2207 | 2023-12-07T01:36:38.923Z | |
2208 | 2023-12-07T01:36:38.924Z | real 10:53.163409953 |
2209 | 2023-12-07T01:36:38.924Z | user 59:29.843322600 |
2210 | 2023-12-07T01:36:38.928Z | sys 7:39.709098070 |
2211 | 2023-12-07T01:36:38.928Z | trap 1.974617054 |
2212 | 2023-12-07T01:36:38.928Z | tflt 3.296466787 |
2213 | 2023-12-07T01:36:38.929Z | dflt 5.538497380 |
2214 | 2023-12-07T01:36:38.929Z | kflt 0.028042581 |
2215 | 2023-12-07T01:36:38.929Z | lock 1:34:39.486832096 |
2216 | 2023-12-07T01:36:38.929Z | slp 2:56:43.128696150 |
2217 | 2023-12-07T01:36:38.929Z | lat 2:04.530472889 |
2218 | 2023-12-07T01:36:38.929Z | stop 4:32.090519271 |
2219 | 2023-12-07T01:36:40.061Z | warning: output filename collision. |
2220 | 2023-12-07T01:36:40.061Z | 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)`. |
2221 | 2023-12-07T01:36:40.061Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2222 | 2023-12-07T01:36:40.061Z | The targets should have unique names. |
2223 | 2023-12-07T01:36:40.061Z | This is a known bug where multiple crates with the same name use |
2224 | 2023-12-07T01:36:40.062Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2225 | 2023-12-07T01:36:40.079Z | warning: output filename collision. |
2226 | 2023-12-07T01:36:40.079Z | 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)`. |
2227 | 2023-12-07T01:36:40.079Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2228 | 2023-12-07T01:36:40.080Z | The targets should have unique names. |
2229 | 2023-12-07T01:36:40.080Z | This is a known bug where multiple crates with the same name use |
2230 | 2023-12-07T01:36:40.080Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2231 | 2023-12-07T01:36:40.080Z | warning: output filename collision. |
2232 | 2023-12-07T01:36:40.080Z | 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)`. |
2233 | 2023-12-07T01:36:40.080Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2234 | 2023-12-07T01:36:40.080Z | The targets should have unique names. |
2235 | 2023-12-07T01:36:40.081Z | This is a known bug where multiple crates with the same name use |
2236 | 2023-12-07T01:36:40.081Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2237 | 2023-12-07T01:36:40.650Z | Documenting libc v0.2.150 |
2238 | 2023-12-07T01:36:40.665Z | Documenting cfg-if v1.0.0 |
2239 | 2023-12-07T01:36:40.676Z | Documenting serde_derive v1.0.192 |
2240 | 2023-12-07T01:36:40.699Z | Documenting scopeguard v1.2.0 |
2241 | 2023-12-07T01:36:40.705Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2242 | 2023-12-07T01:36:40.705Z | Documenting log v0.4.20 |
2243 | 2023-12-07T01:36:40.740Z | Documenting itoa v1.0.9 |
2244 | 2023-12-07T01:36:40.740Z | Documenting smallvec v1.11.0 |
2245 | 2023-12-07T01:36:41.136Z | Documenting memchr v2.6.3 |
2246 | 2023-12-07T01:36:44.611Z | Documenting lock_api v0.4.10 |
2247 | 2023-12-07T01:36:44.708Z | Documenting zeroize_derive v1.4.2 |
2248 | 2023-12-07T01:36:44.719Z | Documenting pin-project-lite v0.2.13 |
2249 | 2023-12-07T01:36:45.570Z | Documenting libm v0.2.7 |
2250 | 2023-12-07T01:36:46.752Z | Documenting futures-core v0.3.29 |
2251 | 2023-12-07T01:36:47.047Z | Documenting getrandom v0.2.10 |
2252 | 2023-12-07T01:36:48.013Z | Documenting parking_lot_core v0.9.8 |
2253 | 2023-12-07T01:36:48.733Z | Documenting signal-hook-registry v1.4.1 |
2254 | 2023-12-07T01:36:48.982Z | Documenting mio v0.8.9 |
2255 | 2023-12-07T01:36:50.059Z | Documenting num-traits v0.2.16 |
2256 | 2023-12-07T01:36:50.193Z | Documenting serde v1.0.192 |
2257 | 2023-12-07T01:36:52.266Z | Documenting zeroize v1.7.0 |
2258 | 2023-12-07T01:36:52.406Z | Documenting thiserror-impl v1.0.49 |
2259 | 2023-12-07T01:36:52.768Z | Documenting rand_core v0.6.4 |
2260 | 2023-12-07T01:36:53.774Z | Documenting parking_lot v0.12.1 |
2261 | 2023-12-07T01:36:55.046Z | Documenting num_cpus v1.16.0 |
2262 | 2023-12-07T01:36:55.070Z | Documenting socket2 v0.5.5 |
2263 | 2023-12-07T01:36:57.382Z | Documenting tokio-macros v2.2.0 |
2264 | 2023-12-07T01:36:57.980Z | Documenting typenum v1.16.0 |
2265 | 2023-12-07T01:36:58.292Z | Documenting once_cell v1.18.0 |
2266 | 2023-12-07T01:36:59.417Z | Documenting subtle v2.5.0 |
2267 | 2023-12-07T01:36:59.493Z | Documenting thiserror v1.0.49 |
2268 | 2023-12-07T01:37:00.649Z | Documenting ryu v1.0.15 |
2269 | 2023-12-07T01:37:00.896Z | Documenting byteorder v1.5.0 |
2270 | 2023-12-07T01:37:04.718Z | Documenting futures-sink v0.3.29 |
2271 | 2023-12-07T01:37:07.118Z | Documenting pin-utils v0.1.0 |
2272 | 2023-12-07T01:37:07.214Z | Documenting const-oid v0.9.5 |
2273 | 2023-12-07T01:37:09.600Z | Documenting slab v0.4.9 |
2274 | 2023-12-07T01:37:09.601Z | Documenting futures-task v0.3.29 |
2275 | 2023-12-07T01:37:09.601Z | Documenting futures-macro v0.3.29 |
2276 | 2023-12-07T01:37:11.560Z | Documenting futures-channel v0.3.29 |
2277 | 2023-12-07T01:37:32.238Z | Documenting futures-io v0.3.29 |
2278 | 2023-12-07T01:37:32.238Z | Documenting iana-time-zone v0.1.57 |
2279 | 2023-12-07T01:37:32.238Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2280 | 2023-12-07T01:37:33.195Z | Documenting tinyvec_macros v0.1.1 |
2281 | 2023-12-07T01:37:33.195Z | Documenting ppv-lite86 v0.2.17 |
2282 | 2023-12-07T01:37:33.197Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2283 | 2023-12-07T01:37:33.595Z | Documenting tracing-core v0.1.31 |
2284 | 2023-12-07T01:37:33.596Z | Documenting futures-util v0.3.29 |
2285 | 2023-12-07T01:37:33.596Z | Documenting tracing-attributes v0.1.26 |
2286 | 2023-12-07T01:37:33.596Z | Documenting tinyvec v1.6.0 |
2287 | 2023-12-07T01:37:33.596Z | Documenting rand_chacha v0.3.1 |
2288 | 2023-12-07T01:37:33.596Z | Documenting unicode-normalization v0.1.22 |
2289 | 2023-12-07T01:37:33.596Z | Documenting bytes v1.5.0 |
2290 | 2023-12-07T01:37:33.597Z | Documenting bitflags v2.4.0 |
2291 | 2023-12-07T01:37:33.597Z | Documenting serde_json v1.0.108 |
2292 | 2023-12-07T01:37:33.597Z | Documenting chrono v0.4.31 |
2293 | 2023-12-07T01:37:33.597Z | Documenting uuid v1.6.1 |
2294 | 2023-12-07T01:37:33.597Z | Documenting rand v0.8.5 |
2295 | 2023-12-07T01:37:33.597Z | Documenting fnv v1.0.7 |
2296 | 2023-12-07T01:37:33.597Z | Documenting tokio v1.34.0 |
2297 | 2023-12-07T01:37:36.221Z | Documenting base64 v0.21.5 |
2298 | 2023-12-07T01:37:36.967Z | Documenting spin v0.9.8 |
2299 | 2023-12-07T01:37:38.436Z | Documenting lazy_static v1.4.0 |
2300 | 2023-12-07T01:37:38.476Z | Documenting unicode-bidi v0.3.13 |
2301 | 2023-12-07T01:37:40.394Z | Documenting http v0.2.11 |
2302 | 2023-12-07T01:37:41.585Z | Documenting percent-encoding v2.3.1 |
2303 | 2023-12-07T01:37:41.908Z | Documenting cpufeatures v0.2.9 |
2304 | 2023-12-07T01:37:42.323Z | Documenting generic-array v0.14.7 |
2305 | 2023-12-07T01:37:42.487Z | Documenting serde_derive_internals v0.26.0 |
2306 | 2023-12-07T01:37:44.724Z | Checking serde_derive_internals v0.26.0 |
2307 | 2023-12-07T01:37:45.008Z | Documenting tracing v0.1.37 |
2308 | 2023-12-07T01:37:45.722Z | Documenting dyn-clone v1.0.13 |
2309 | 2023-12-07T01:37:46.030Z | Documenting idna v0.5.0 |
2310 | 2023-12-07T01:37:47.502Z | Documenting form_urlencoded v1.2.1 |
2311 | 2023-12-07T01:37:48.737Z | Documenting errno v0.3.2 |
2312 | 2023-12-07T01:37:48.830Z | Documenting crypto-common v0.1.6 |
2313 | 2023-12-07T01:37:49.162Z | Documenting block-buffer v0.10.4 |
2314 | 2023-12-07T01:37:50.117Z | Documenting httparse v1.8.0 |
2315 | 2023-12-07T01:37:50.473Z | Documenting schemars_derive v0.8.13 |
2316 | 2023-12-07T01:37:52.146Z | Documenting adler v1.0.2 |
2317 | 2023-12-07T01:37:53.793Z | Documenting url v2.5.0 |
2318 | 2023-12-07T01:37:54.675Z | Documenting rustix v0.38.25 |
2319 | 2023-12-07T01:37:55.626Z | Documenting unicode-ident v1.0.12 |
2320 | 2023-12-07T01:37:55.722Z | Documenting digest v0.10.7 |
2321 | 2023-12-07T01:37:56.247Z | Documenting miniz_oxide v0.7.1 |
2322 | 2023-12-07T01:37:56.258Z | Documenting untrusted v0.9.0 |
2323 | 2023-12-07T01:37:59.408Z | Documenting schemars v0.8.13 |
2324 | 2023-12-07T01:37:59.649Z | Documenting openssl-probe v0.1.5 |
2325 | 2023-12-07T01:37:59.742Z | Documenting proc-macro2 v1.0.69 |
2326 | 2023-12-07T01:38:00.317Z | Documenting httpdate v1.0.3 |
2327 | 2023-12-07T01:38:01.159Z | Documenting try-lock v0.2.4 |
2328 | 2023-12-07T01:38:05.132Z | Documenting ring v0.17.5 |
2329 | 2023-12-07T01:38:05.373Z | Documenting http-body v0.4.5 |
2330 | 2023-12-07T01:38:05.449Z | Documenting openssl-sys v0.9.96 |
2331 | 2023-12-07T01:38:05.870Z | Documenting want v0.3.1 |
2332 | 2023-12-07T01:38:06.327Z | Documenting async-trait v0.1.74 |
2333 | 2023-12-07T01:38:06.337Z | Documenting quote v1.0.33 |
2334 | 2023-12-07T01:38:08.327Z | Documenting openssl-macros v0.1.1 |
2335 | 2023-12-07T01:38:11.785Z | Documenting mime v0.3.17 |
2336 | 2023-12-07T01:38:11.825Z | Documenting tower-service v0.3.2 |
2337 | 2023-12-07T01:38:11.908Z | Documenting aho-corasick v1.0.4 |
2338 | 2023-12-07T01:38:12.795Z | Documenting rustls-webpki v0.101.7 |
2339 | 2023-12-07T01:38:13.157Z | Documenting sct v0.7.0 |
2340 | 2023-12-07T01:38:13.804Z | Documenting tokio-util v0.7.10 |
2341 | 2023-12-07T01:38:14.538Z | Documenting slog v2.7.0 |
2342 | 2023-12-07T01:38:14.725Z | Documenting openssl v0.10.60 |
2343 | 2023-12-07T01:38:17.425Z | Documenting ipnet v2.8.0 |
2344 | 2023-12-07T01:38:18.240Z | Documenting unicode-width v0.1.11 |
2345 | 2023-12-07T01:38:18.895Z | Documenting equivalent v1.0.1 |
2346 | 2023-12-07T01:38:19.377Z | Documenting regex-syntax v0.8.2 |
2347 | 2023-12-07T01:38:19.587Z | Documenting hashbrown v0.14.2 |
2348 | 2023-12-07T01:38:21.067Z | Documenting rustls v0.21.9 |
2349 | 2023-12-07T01:38:22.275Z | Documenting rustls-pemfile v1.0.3 |
2350 | 2023-12-07T01:38:22.454Z | Documenting h2 v0.3.21 |
2351 | 2023-12-07T01:38:23.116Z | Documenting num-integer v0.1.45 |
2352 | 2023-12-07T01:38:23.546Z | Documenting time-macros v0.2.13 |
2353 | 2023-12-07T01:38:25.981Z | Documenting indexmap v2.1.0 |
2354 | 2023-12-07T01:38:27.329Z | Documenting time-core v0.1.1 |
2355 | 2023-12-07T01:38:27.795Z | Documenting gimli v0.28.0 |
2356 | 2023-12-07T01:38:29.231Z | Documenting utf8parse v0.2.1 |
2357 | 2023-12-07T01:38:29.697Z | Documenting regex-automata v0.4.3 |
2358 | 2023-12-07T01:38:30.803Z | Documenting num_threads v0.1.6 |
2359 | 2023-12-07T01:38:31.568Z | Documenting deranged v0.3.8 |
2360 | 2023-12-07T01:38:33.584Z | Documenting native-tls v0.2.11 |
2361 | 2023-12-07T01:38:33.590Z | Documenting object v0.32.1 |
2362 | 2023-12-07T01:38:33.590Z | Documenting tokio-rustls v0.24.1 |
2363 | 2023-12-07T01:38:36.187Z | Documenting encoding_rs v0.8.33 |
2364 | 2023-12-07T01:38:37.355Z | Documenting hyper v0.14.27 |
2365 | 2023-12-07T01:38:37.434Z | Documenting addr2line v0.21.0 |
2366 | 2023-12-07T01:38:38.293Z | Documenting time v0.3.27 |
2367 | 2023-12-07T01:38:40.420Z | Documenting crossbeam-utils v0.8.16 |
2368 | 2023-12-07T01:38:42.857Z | Documenting regex v1.10.2 |
2369 | 2023-12-07T01:38:42.953Z | Checking pest_meta v2.7.2 |
2370 | 2023-12-07T01:38:43.064Z | Documenting rustc-demangle v0.1.23 |
2371 | 2023-12-07T01:38:43.339Z | Documenting tokio-native-tls v0.3.1 |
2372 | 2023-12-07T01:38:44.554Z | Documenting rustls-native-certs v0.6.3 |
2373 | 2023-12-07T01:38:46.151Z | Documenting serde_urlencoded v0.7.1 |
2374 | 2023-12-07T01:38:46.400Z | Documenting pest_meta v2.7.2 |
2375 | 2023-12-07T01:38:47.325Z | Checking pest_generator v2.7.2 |
2376 | 2023-12-07T01:38:48.514Z | Documenting webpki-roots v0.25.2 |
2377 | 2023-12-07T01:38:50.348Z | Documenting anstyle v1.0.2 |
2378 | 2023-12-07T01:38:51.332Z | Documenting ucd-trie v0.1.6 |
2379 | 2023-12-07T01:38:51.528Z | Documenting data-encoding v2.4.0 |
2380 | 2023-12-07T01:38:52.385Z | Documenting pest_generator v2.7.2 |
2381 | 2023-12-07T01:38:52.431Z | Documenting backtrace v0.3.69 |
2382 | 2023-12-07T01:38:52.557Z | Documenting anstyle-parse v0.2.1 |
2383 | 2023-12-07T01:38:54.255Z | Documenting syn v2.0.32 |
2384 | 2023-12-07T01:38:56.118Z | Documenting ipnetwork v0.20.0 |
2385 | 2023-12-07T01:38:56.391Z | Documenting hyper-rustls v0.24.2 |
2386 | 2023-12-07T01:38:57.251Z | Documenting hyper-tls v0.5.0 |
2387 | 2023-12-07T01:38:57.372Z | Documenting pest v2.7.2 |
2388 | 2023-12-07T01:38:57.663Z | Documenting sha2 v0.10.8 |
2389 | 2023-12-07T01:38:59.710Z | Documenting pest_derive v2.7.2 |
2390 | 2023-12-07T01:39:00.711Z | Documenting anyhow v1.0.75 |
2391 | 2023-12-07T01:39:04.512Z | Documenting futures-executor v0.3.29 |
2392 | 2023-12-07T01:39:04.966Z | Documenting hex v0.4.3 |
2393 | 2023-12-07T01:39:05.412Z | Documenting crc32fast v1.3.2 |
2394 | 2023-12-07T01:39:07.155Z | Checking serde_tokenstream v0.1.7 |
2395 | 2023-12-07T01:39:07.211Z | Documenting colorchoice v1.0.0 |
2396 | 2023-12-07T01:39:07.283Z | Documenting anstyle-query v1.0.0 |
2397 | 2023-12-07T01:39:07.543Z | Documenting reqwest v0.11.22 |
2398 | 2023-12-07T01:39:08.440Z | Documenting dtrace-parser v0.1.14 |
2399 | 2023-12-07T01:39:10.821Z | Documenting openapiv3 v2.0.0-rc.1 |
2400 | 2023-12-07T01:39:11.421Z | Documenting num-iter v0.1.43 |
2401 | 2023-12-07T01:39:11.432Z | Documenting hmac v0.12.1 |
2402 | 2023-12-07T01:39:11.432Z | Documenting dof v0.1.5 |
2403 | 2023-12-07T01:39:12.651Z | Documenting anstream v0.5.0 |
2404 | 2023-12-07T01:39:13.962Z | Documenting signal-hook v0.3.17 |
2405 | 2023-12-07T01:39:17.198Z | Documenting thread-id v4.2.0 |
2406 | 2023-12-07T01:39:18.138Z | Documenting terminal_size v0.2.6 |
2407 | 2023-12-07T01:39:18.186Z | Documenting memoffset v0.9.0 |
2408 | 2023-12-07T01:39:18.466Z | Documenting clap_lex v0.5.1 |
2409 | 2023-12-07T01:39:19.920Z | Documenting strsim v0.10.0 |
2410 | 2023-12-07T01:39:20.877Z | Documenting futures v0.3.29 |
2411 | 2023-12-07T01:39:22.405Z | Documenting crossbeam-epoch v0.9.15 |
2412 | 2023-12-07T01:39:22.491Z | Documenting flate2 v1.0.28 |
2413 | 2023-12-07T01:39:23.175Z | Documenting usdt-impl v0.3.5 |
2414 | 2023-12-07T01:39:23.175Z | Documenting usdt-attr-macro v0.3.5 |
2415 | 2023-12-07T01:39:23.921Z | Documenting usdt-macro v0.3.5 |
2416 | 2023-12-07T01:39:24.808Z | Documenting clap_derive v4.4.2 |
2417 | 2023-12-07T01:39:26.057Z | Documenting clap_builder v4.4.2 |
2418 | 2023-12-07T01:39:28.302Z | Documenting managed v0.8.0 |
2419 | 2023-12-07T01:39:29.791Z | Documenting signal-hook-mio v0.2.3 |
2420 | 2023-12-07T01:39:30.506Z | Documenting signature v2.1.0 |
2421 | 2023-12-07T01:39:31.032Z | Documenting block-padding v0.3.3 |
2422 | 2023-12-07T01:39:31.427Z | Documenting usdt v0.3.5 |
2423 | 2023-12-07T01:39:32.737Z | Documenting scheduled-thread-pool v0.2.7 |
2424 | 2023-12-07T01:39:33.285Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2425 | 2023-12-07T01:39:33.383Z | Documenting enum-as-inner v0.5.1 |
2426 | 2023-12-07T01:39:34.899Z | Documenting clap v4.4.3 |
2427 | 2023-12-07T01:39:35.698Z | Documenting pin-project-internal v1.1.3 |
2428 | 2023-12-07T01:39:37.091Z | Documenting diesel_table_macro_syntax v0.1.0 |
2429 | 2023-12-07T01:39:37.734Z | Checking diesel_table_macro_syntax v0.1.0 |
2430 | 2023-12-07T01:39:37.976Z | Documenting unicode-segmentation v1.10.1 |
2431 | 2023-12-07T01:39:38.574Z | Documenting r2d2 v0.8.10 |
2432 | 2023-12-07T01:39:39.094Z | Documenting bzip2 v0.4.4 |
2433 | 2023-12-07T01:39:39.282Z | Documenting inout v0.1.3 |
2434 | 2023-12-07T01:39:40.522Z | Documenting trust-dns-proto v0.22.0 |
2435 | 2023-12-07T01:39:42.079Z | Documenting crossterm v0.27.0 |
2436 | 2023-12-07T01:39:42.869Z | Documenting pin-project v1.1.3 |
2437 | 2023-12-07T01:39:42.968Z | Documenting md-5 v0.10.5 |
2438 | 2023-12-07T01:39:43.638Z | Documenting diesel_derives v2.1.2 |
2439 | 2023-12-07T01:39:44.551Z | Documenting stringprep v0.1.3 |
2440 | 2023-12-07T01:39:44.835Z | Documenting serde_spanned v0.6.4 |
2441 | 2023-12-07T01:39:45.519Z | Documenting toml_datetime v0.6.5 |
2442 | 2023-12-07T01:39:46.994Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2443 | 2023-12-07T01:39:58.818Z | Documenting doc-comment v0.3.3 |
2444 | 2023-12-07T01:39:59.060Z | Documenting snafu-derive v0.7.5 |
2445 | 2023-12-07T01:39:59.060Z | Documenting winnow v0.5.15 |
2446 | 2023-12-07T01:39:59.060Z | Documenting bit-vec v0.6.3 |
2447 | 2023-12-07T01:39:59.060Z | Documenting siphasher v0.3.11 |
2448 | 2023-12-07T01:39:59.060Z | Documenting either v1.9.0 |
2449 | 2023-12-07T01:39:59.255Z | Documenting fallible-iterator v0.2.0 |
2450 | 2023-12-07T01:39:59.255Z | Documenting static_assertions v1.1.0 |
2451 | 2023-12-07T01:39:59.446Z | Documenting diesel v2.1.4 |
2452 | 2023-12-07T01:39:59.446Z | Documenting phf_shared v0.11.2 |
2453 | 2023-12-07T01:39:59.446Z | Documenting cipher v0.4.4 |
2454 | 2023-12-07T01:39:59.447Z | Documenting toml_edit v0.21.0 |
2455 | 2023-12-07T01:39:59.447Z | Documenting zip v0.6.6 |
2456 | 2023-12-07T01:39:59.447Z | Documenting num-bigint v0.4.4 |
2457 | 2023-12-07T01:40:01.313Z | Documenting hubpack v0.1.2 |
2458 | 2023-12-07T01:40:01.702Z | Documenting snafu v0.7.5 |
2459 | 2023-12-07T01:40:01.872Z | Documenting postgres-protocol v0.6.6 |
2460 | 2023-12-07T01:40:05.438Z | Documenting bstr v1.6.0 |
2461 | 2023-12-07T01:40:06.618Z | Documenting regress v0.7.1 |
2462 | 2023-12-07T01:40:06.832Z | Documenting serde_repr v0.1.16 |
2463 | 2023-12-07T01:40:08.142Z | Documenting fixedbitset v0.4.2 |
2464 | 2023-12-07T01:40:08.588Z | Documenting lalrpop-util v0.19.12 |
2465 | 2023-12-07T01:40:09.197Z | Documenting precomputed-hash v0.1.1 |
2466 | 2023-12-07T01:40:11.726Z | Documenting new_debug_unreachable v1.0.4 |
2467 | 2023-12-07T01:40:12.957Z | Documenting petgraph v0.6.4 |
2468 | 2023-12-07T01:40:13.116Z | Documenting postgres-types v0.2.6 |
2469 | 2023-12-07T01:40:13.380Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2470 | 2023-12-07T01:40:14.601Z | Documenting yasna v0.5.2 |
2471 | 2023-12-07T01:40:14.853Z | Documenting phf v0.11.2 |
2472 | 2023-12-07T01:40:15.971Z | Documenting string_cache v0.8.7 |
2473 | 2023-12-07T01:40:16.226Z | Documenting console v0.15.7 |
2474 | 2023-12-07T01:40:20.650Z | Documenting semver v1.0.20 |
2475 | 2023-12-07T01:40:22.302Z | Documenting float-cmp v0.9.0 |
2476 | 2023-12-07T01:40:22.956Z | Documenting whoami v1.4.1 |
2477 | 2023-12-07T01:40:23.199Z | Documenting difflib v0.4.0 |
2478 | 2023-12-07T01:40:23.377Z | Documenting normalize-line-endings v0.3.0 |
2479 | 2023-12-07T01:40:23.879Z | Documenting predicates-core v1.0.6 |
2480 | 2023-12-07T01:40:24.008Z | Checking unsafe-libyaml v0.2.9 |
2481 | 2023-12-07T01:40:26.010Z | Documenting heck v0.4.1 |
2482 | 2023-12-07T01:40:27.036Z | Documenting bit-set v0.5.3 |
2483 | 2023-12-07T01:40:27.245Z | Documenting similar v2.2.1 |
2484 | 2023-12-07T01:40:29.041Z | Documenting tokio-postgres v0.7.10 |
2485 | 2023-12-07T01:40:29.047Z | Documenting typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2486 | 2023-12-07T01:40:29.070Z | Documenting tokio-stream v0.1.14 |
2487 | 2023-12-07T01:40:29.278Z | Documenting unsafe-libyaml v0.2.9 |
2488 | 2023-12-07T01:40:29.485Z | Documenting predicates v3.0.4 |
2489 | 2023-12-07T01:40:32.142Z | Documenting typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2490 | 2023-12-07T01:40:33.172Z | Checking ident_case v1.0.1 |
2491 | 2023-12-07T01:40:33.401Z | Checking serde_yaml v0.9.25 |
2492 | 2023-12-07T01:40:33.664Z | Documenting progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2493 | 2023-12-07T01:40:34.909Z | Documenting serde_yaml v0.9.25 |
2494 | 2023-12-07T01:40:36.487Z | Documenting getopts v0.2.21 |
2495 | 2023-12-07T01:40:36.679Z | Documenting match_cfg v0.1.0 |
2496 | 2023-12-07T01:40:37.246Z | Documenting sha1 v0.10.6 |
2497 | 2023-12-07T01:40:39.042Z | Documenting dirs-sys-next v0.1.2 |
2498 | 2023-12-07T01:40:40.797Z | Documenting hostname v0.3.1 |
2499 | 2023-12-07T01:40:41.306Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2500 | 2023-12-07T01:40:42.489Z | Documenting thread_local v1.1.7 |
2501 | 2023-12-07T01:40:43.232Z | Documenting progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2502 | 2023-12-07T01:40:43.356Z | Documenting typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
2503 | 2023-12-07T01:40:44.520Z | Documenting paste v1.0.14 |
2504 | 2023-12-07T01:40:44.788Z | Documenting dirs-next v2.0.0 |
2505 | 2023-12-07T01:40:45.567Z | Documenting crossbeam-channel v0.5.8 |
2506 | 2023-12-07T01:40:46.487Z | Documenting atty v0.2.14 |
2507 | 2023-12-07T01:40:46.696Z | Documenting take_mut v0.2.2 |
2508 | 2023-12-07T01:40:48.888Z | Documenting slog-json v2.6.1 |
2509 | 2023-12-07T01:40:50.498Z | Documenting term v0.7.0 |
2510 | 2023-12-07T01:40:50.658Z | Documenting camino v1.1.6 |
2511 | 2023-12-07T01:40:51.175Z | Documenting async-stream-impl v0.3.5 |
2512 | 2023-12-07T01:40:51.636Z | Documenting atomic-waker v1.1.1 |
2513 | 2023-12-07T01:40:52.024Z | Documenting slog-async v2.8.0 |
2514 | 2023-12-07T01:40:53.208Z | Documenting progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2515 | 2023-12-07T01:40:54.823Z | Documenting debug-ignore v1.0.5 |
2516 | 2023-12-07T01:40:55.412Z | Documenting slog-bunyan v2.4.0 |
2517 | 2023-12-07T01:40:55.843Z | Documenting waitgroup v0.1.2 |
2518 | 2023-12-07T01:40:56.219Z | Documenting slog-term v2.9.0 |
2519 | 2023-12-07T01:40:57.576Z | Checking darling_core v0.20.3 |
2520 | 2023-12-07T01:40:57.684Z | Documenting toml v0.8.8 |
2521 | 2023-12-07T01:40:57.876Z | Documenting async-stream v0.3.5 |
2522 | 2023-12-07T01:40:58.897Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2523 | 2023-12-07T01:41:00.463Z | Documenting multer v2.1.0 |
2524 | 2023-12-07T01:41:01.256Z | Documenting serde_path_to_error v0.1.14 |
2525 | 2023-12-07T01:41:02.187Z | Documenting strum v0.25.0 |
2526 | 2023-12-07T01:41:02.705Z | Checking darling v0.20.3 |
2527 | 2023-12-07T01:41:02.860Z | Documenting serde_with_macros v2.3.3 |
2528 | 2023-12-07T01:41:03.278Z | Documenting structmeta-derive v0.2.0 |
2529 | 2023-12-07T01:41:04.842Z | Checking structmeta v0.2.0 |
2530 | 2023-12-07T01:41:05.094Z | Documenting progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
2531 | 2023-12-07T01:41:05.187Z | Documenting instant v0.1.12 |
2532 | 2023-12-07T01:41:06.799Z | Checking regex-syntax v0.7.5 |
2533 | 2023-12-07T01:41:07.452Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2534 | 2023-12-07T01:41:07.668Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#ff87a017) |
2535 | 2023-12-07T01:41:07.803Z | Documenting macaddr v1.0.1 |
2536 | 2023-12-07T01:41:10.065Z | Documenting serde_with v2.3.3 |
2537 | 2023-12-07T01:41:10.544Z | Documenting backoff v0.4.0 |
2538 | 2023-12-07T01:41:10.869Z | Documenting structmeta v0.2.0 |
2539 | 2023-12-07T01:41:12.014Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2540 | 2023-12-07T01:41:13.740Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2541 | 2023-12-07T01:41:13.887Z | Documenting fastrand v2.0.0 |
2542 | 2023-12-07T01:41:17.327Z | Documenting parse-display-derive v0.8.2 |
2543 | 2023-12-07T01:41:17.982Z | Documenting is-terminal v0.4.9 |
2544 | 2023-12-07T01:41:18.365Z | Documenting base64ct v1.6.0 |
2545 | 2023-12-07T01:41:18.749Z | Checking proc-macro-crate v1.3.1 |
2546 | 2023-12-07T01:41:19.073Z | Documenting proc-macro-crate v1.3.1 |
2547 | 2023-12-07T01:41:20.078Z | Documenting tempfile v3.8.1 |
2548 | 2023-12-07T01:41:21.542Z | Documenting proc-macro-error-attr v1.0.4 |
2549 | 2023-12-07T01:41:21.891Z | Documenting hash32 v0.2.1 |
2550 | 2023-12-07T01:41:24.660Z | Documenting stable_deref_trait v1.2.0 |
2551 | 2023-12-07T01:41:24.971Z | Checking proc-macro-error v1.0.4 |
2552 | 2023-12-07T01:41:25.376Z | Documenting cobs v0.2.3 |
2553 | 2023-12-07T01:41:25.609Z | Documenting num_enum_derive v0.5.11 |
2554 | 2023-12-07T01:41:25.939Z | Documenting parse-display v0.8.2 |
2555 | 2023-12-07T01:41:26.682Z | Documenting embedded-io v0.4.0 |
2556 | 2023-12-07T01:41:27.161Z | Documenting proc-macro-error v1.0.4 |
2557 | 2023-12-07T01:41:27.901Z | Documenting camino-tempfile v1.1.1 |
2558 | 2023-12-07T01:41:28.814Z | Documenting heapless v0.7.16 |
2559 | 2023-12-07T01:41:29.599Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2560 | 2023-12-07T01:41:30.567Z | Documenting foreign-types-macros v0.2.3 |
2561 | 2023-12-07T01:41:31.396Z | Documenting postcard v1.0.8 |
2562 | 2023-12-07T01:41:31.969Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2563 | 2023-12-07T01:41:33.497Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
2564 | 2023-12-07T01:41:33.718Z | Documenting num_enum v0.5.11 |
2565 | 2023-12-07T01:41:34.652Z | Documenting foreign-types-shared v0.3.1 |
2566 | 2023-12-07T01:41:35.862Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2567 | 2023-12-07T01:41:36.258Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2568 | 2023-12-07T01:41:36.543Z | Documenting smoltcp v0.10.0 |
2569 | 2023-12-07T01:41:37.329Z | Documenting crucible-workspace-hack v0.1.0 |
2570 | 2023-12-07T01:41:37.839Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2571 | 2023-12-07T01:41:38.525Z | Documenting cstr-argument v0.1.2 |
2572 | 2023-12-07T01:41:38.798Z | Documenting foreign-types v0.5.0 |
2573 | 2023-12-07T01:41:39.147Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2574 | 2023-12-07T01:41:42.252Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
2575 | 2023-12-07T01:41:42.697Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2576 | 2023-12-07T01:41:43.288Z | Documenting colored v2.0.4 |
2577 | 2023-12-07T01:41:44.014Z | Documenting zerocopy v0.7.26 |
2578 | 2023-12-07T01:41:44.749Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2579 | 2023-12-07T01:41:45.217Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
2580 | 2023-12-07T01:41:45.480Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2581 | 2023-12-07T01:41:48.621Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2582 | 2023-12-07T01:41:49.532Z | Documenting zone_cfg_derive v0.3.0 |
2583 | 2023-12-07T01:41:49.868Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
2584 | 2023-12-07T01:41:50.400Z | Documenting num-derive v0.4.0 |
2585 | 2023-12-07T01:41:51.170Z | Documenting smf v0.2.2 |
2586 | 2023-12-07T01:41:51.349Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2587 | 2023-12-07T01:41:54.736Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
2588 | 2023-12-07T01:41:55.735Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2589 | 2023-12-07T01:41:56.474Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
2590 | 2023-12-07T01:41:57.090Z | Documenting linked-hash-map v0.5.6 |
2591 | 2023-12-07T01:41:57.231Z | Documenting zone v0.3.0 |
2592 | 2023-12-07T01:41:57.465Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
2593 | 2023-12-07T01:41:57.613Z | Documenting password-hash v0.5.0 |
2594 | 2023-12-07T01:42:00.318Z | Documenting blake2 v0.10.6 |
2595 | 2023-12-07T01:42:02.928Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2596 | 2023-12-07T01:42:03.403Z | Documenting lru-cache v0.1.2 |
2597 | 2023-12-07T01:42:03.706Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2598 | 2023-12-07T01:42:04.119Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2599 | 2023-12-07T01:42:04.145Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
2600 | 2023-12-07T01:42:04.591Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2601 | 2023-12-07T01:42:04.781Z | Checking heck v0.3.3 |
2602 | 2023-12-07T01:42:04.813Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2603 | 2023-12-07T01:42:05.034Z | Documenting structopt-derive v0.4.18 |
2604 | 2023-12-07T01:42:05.388Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2605 | 2023-12-07T01:42:07.853Z | Documenting argon2 v0.5.2 |
2606 | 2023-12-07T01:42:09.124Z | Documenting libefi-sys v0.1.0 |
2607 | 2023-12-07T01:42:09.176Z | Documenting quick-error v1.2.3 |
2608 | 2023-12-07T01:42:12.572Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2609 | 2023-12-07T01:42:12.853Z | Documenting structopt v0.3.26 |
2610 | 2023-12-07T01:42:14.536Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=24ceba1969269e4d81bda83d8968d7d7f713c46b#24ceba19) |
2611 | 2023-12-07T01:42:14.695Z | Documenting resolv-conf v0.7.0 |
2612 | 2023-12-07T01:42:15.155Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2613 | 2023-12-07T01:42:15.378Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2614 | 2023-12-07T01:42:17.714Z | Documenting pem-rfc7468 v0.7.0 |
2615 | 2023-12-07T01:42:19.265Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2616 | 2023-12-07T01:42:19.968Z | Documenting der_derive v0.7.2 |
2617 | 2023-12-07T01:42:20.558Z | Documenting flagset v0.4.3 |
2618 | 2023-12-07T01:42:21.254Z | Documenting trust-dns-resolver v0.22.0 |
2619 | 2023-12-07T01:42:22.031Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2620 | 2023-12-07T01:42:22.913Z | Documenting cancel-safe-futures v0.1.5 |
2621 | 2023-12-07T01:42:23.851Z | Checking convert_case v0.4.0 |
2622 | 2023-12-07T01:42:24.144Z | Documenting convert_case v0.4.0 |
2623 | 2023-12-07T01:42:24.787Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2624 | 2023-12-07T01:42:25.222Z | Documenting tap v1.0.1 |
2625 | 2023-12-07T01:42:26.086Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2626 | 2023-12-07T01:42:26.404Z | Documenting arc-swap v1.6.0 |
2627 | 2023-12-07T01:42:27.771Z | Documenting der v0.7.8 |
2628 | 2023-12-07T01:42:29.475Z | Documenting wyz v0.5.1 |
2629 | 2023-12-07T01:42:29.716Z | Documenting derive_more v0.99.17 |
2630 | 2023-12-07T01:42:30.614Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2631 | 2023-12-07T01:42:32.114Z | Documenting slog-scope v4.4.0 |
2632 | 2023-12-07T01:42:32.498Z | Documenting num-rational v0.4.1 |
2633 | 2023-12-07T01:42:34.307Z | Documenting radium v0.7.0 |
2634 | 2023-12-07T01:42:34.570Z | Documenting hkdf v0.12.3 |
2635 | 2023-12-07T01:42:35.819Z | Documenting spki v0.7.2 |
2636 | 2023-12-07T01:42:37.790Z | Documenting num-complex v0.4.4 |
2637 | 2023-12-07T01:42:38.303Z | Documenting half v1.8.2 |
2638 | 2023-12-07T01:42:38.703Z | Documenting crc-catalog v2.2.0 |
2639 | 2023-12-07T01:42:39.214Z | Documenting ciborium-io v0.2.1 |
2640 | 2023-12-07T01:42:41.575Z | Documenting funty v2.0.0 |
2641 | 2023-12-07T01:42:41.867Z | Documenting slog-stdlog v4.1.1 |
2642 | 2023-12-07T01:42:42.554Z | Documenting pkcs8 v0.10.2 |
2643 | 2023-12-07T01:42:42.790Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2644 | 2023-12-07T01:42:43.068Z | Documenting crc v3.0.1 |
2645 | 2023-12-07T01:42:44.580Z | Documenting ciborium-ll v0.2.1 |
2646 | 2023-12-07T01:42:44.684Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2647 | 2023-12-07T01:42:45.066Z | Documenting num v0.4.1 |
2648 | 2023-12-07T01:42:45.976Z | Documenting slog-dtrace v0.2.3 |
2649 | 2023-12-07T01:42:46.507Z | Documenting bitvec v1.0.1 |
2650 | 2023-12-07T01:42:47.405Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2651 | 2023-12-07T01:42:48.175Z | Documenting xattr v1.0.1 |
2652 | 2023-12-07T01:42:49.203Z | Documenting filetime v0.2.23 |
2653 | 2023-12-07T01:42:50.793Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2654 | 2023-12-07T01:42:53.542Z | Documenting packed_struct_codegen v0.10.1 |
2655 | 2023-12-07T01:42:54.178Z | Documenting nodrop v0.1.14 |
2656 | 2023-12-07T01:42:54.740Z | Documenting keccak v0.1.4 |
2657 | 2023-12-07T01:42:55.078Z | Documenting tar v0.4.40 |
2658 | 2023-12-07T01:42:56.090Z | Documenting ciborium v0.2.1 |
2659 | 2023-12-07T01:42:58.166Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2660 | 2023-12-07T01:42:58.374Z | Documenting array-init v0.0.4 |
2661 | 2023-12-07T01:42:59.077Z | Documenting sha3 v0.10.8 |
2662 | 2023-12-07T01:42:59.717Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2663 | 2023-12-07T01:43:01.156Z | Documenting pkcs1 v0.7.5 |
2664 | 2023-12-07T01:43:01.925Z | Documenting packed_struct v0.10.1 |
2665 | 2023-12-07T01:43:02.109Z | Documenting slog-envlogger v2.2.0 |
2666 | 2023-12-07T01:43:02.906Z | Documenting num-bigint-dig v0.8.4 |
2667 | 2023-12-07T01:43:03.265Z | Documenting fxhash v0.2.1 |
2668 | 2023-12-07T01:43:06.589Z | Documenting secrecy v0.8.0 |
2669 | 2023-12-07T01:43:07.847Z | Documenting swrite v0.1.0 |
2670 | 2023-12-07T01:43:08.799Z | Documenting utf-8 v0.7.6 |
2671 | 2023-12-07T01:43:10.344Z | Documenting termcolor v1.2.0 |
2672 | 2023-12-07T01:43:12.619Z | Documenting bitfield v0.14.0 |
2673 | 2023-12-07T01:43:12.652Z | Documenting rsa v0.9.2 |
2674 | 2023-12-07T01:43:13.411Z | Documenting serde-hex v0.1.0 |
2675 | 2023-12-07T01:43:14.824Z | Documenting tungstenite v0.20.1 |
2676 | 2023-12-07T01:43:15.275Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2677 | 2023-12-07T01:43:16.883Z | Documenting env_logger v0.10.0 |
2678 | 2023-12-07T01:43:16.977Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2679 | 2023-12-07T01:43:21.021Z | Documenting x509-cert v0.2.4 |
2680 | 2023-12-07T01:43:22.354Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2681 | 2023-12-07T01:43:23.807Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2682 | 2023-12-07T01:43:23.876Z | Documenting newtype_derive v0.1.6 |
2683 | 2023-12-07T01:43:24.191Z | Documenting libsw v3.3.0 |
2684 | 2023-12-07T01:43:26.955Z | Documenting pem v3.0.2 |
2685 | 2023-12-07T01:43:29.019Z | Documenting ron v0.8.1 |
2686 | 2023-12-07T01:43:29.345Z | Documenting derive-where v1.2.6 |
2687 | 2023-12-07T01:43:29.718Z | Documenting owo-colors v3.5.0 |
2688 | 2023-12-07T01:43:30.983Z | Documenting crc-any v2.4.3 |
2689 | 2023-12-07T01:43:31.503Z | Documenting linear-map v1.2.0 |
2690 | 2023-12-07T01:43:32.751Z | Documenting steno v0.4.0 |
2691 | 2023-12-07T01:43:35.676Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2692 | 2023-12-07T01:43:36.124Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2693 | 2023-12-07T01:43:37.141Z | Documenting tokio-tungstenite v0.20.1 |
2694 | 2023-12-07T01:43:38.136Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2695 | 2023-12-07T01:43:39.169Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2696 | 2023-12-07T01:43:39.286Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2697 | 2023-12-07T01:43:42.695Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2698 | 2023-12-07T01:43:47.977Z | Documenting itertools v0.12.0 |
2699 | 2023-12-07T01:43:48.520Z | Documenting nibble_vec v0.1.0 |
2700 | 2023-12-07T01:43:49.384Z | Documenting path-slash v0.1.5 |
2701 | 2023-12-07T01:43:51.890Z | Documenting glob v0.3.1 |
2702 | 2023-12-07T01:43:54.601Z | Documenting same-file v1.0.6 |
2703 | 2023-12-07T01:43:54.811Z | Documenting endian-type v0.1.2 |
2704 | 2023-12-07T01:43:54.977Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2705 | 2023-12-07T01:43:58.096Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2706 | 2023-12-07T01:43:59.305Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2707 | 2023-12-07T01:44:00.809Z | Documenting radix_trie v0.2.1 |
2708 | 2023-12-07T01:44:01.043Z | Documenting walkdir v2.4.0 |
2709 | 2023-12-07T01:44:06.056Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2710 | 2023-12-07T01:44:06.864Z | Documenting buf-list v1.0.3 |
2711 | 2023-12-07T01:44:07.428Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2712 | 2023-12-07T01:44:07.523Z | Checking darling_core v0.14.4 |
2713 | 2023-12-07T01:44:08.403Z | Documenting trust-dns-client v0.22.0 |
2714 | 2023-12-07T01:44:09.665Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2715 | 2023-12-07T01:44:10.368Z | Checking darling v0.14.4 |
2716 | 2023-12-07T01:44:14.107Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2717 | 2023-12-07T01:44:15.265Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2718 | 2023-12-07T01:44:16.632Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2719 | 2023-12-07T01:44:17.078Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2720 | 2023-12-07T01:44:19.249Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2721 | 2023-12-07T01:44:21.790Z | Documenting trust-dns-server v0.22.1 |
2722 | 2023-12-07T01:44:24.859Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2723 | 2023-12-07T01:44:27.724Z | Documenting sled v0.34.7 |
2724 | 2023-12-07T01:44:28.019Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2725 | 2023-12-07T01:44:29.337Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2726 | 2023-12-07T01:44:30.484Z | Documenting unicase v2.7.0 |
2727 | 2023-12-07T01:44:32.366Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2728 | 2023-12-07T01:44:32.803Z | Documenting globset v0.4.13 |
2729 | 2023-12-07T01:44:34.564Z | Documenting crossbeam-deque v0.8.3 |
2730 | 2023-12-07T01:44:34.963Z | Documenting headers-core v0.2.0 |
2731 | 2023-12-07T01:44:35.290Z | Documenting olpc-cjson v0.1.3 |
2732 | 2023-12-07T01:44:36.422Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2733 | 2023-12-07T01:44:36.933Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2734 | 2023-12-07T01:44:38.530Z | Documenting serde_plain v1.0.2 |
2735 | 2023-12-07T01:44:38.669Z | Documenting ff v0.13.0 |
2736 | 2023-12-07T01:44:40.308Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2737 | 2023-12-07T01:44:40.853Z | Documenting async-recursion v1.0.5 |
2738 | 2023-12-07T01:44:41.825Z | Documenting display-error-chain v0.2.0 |
2739 | 2023-12-07T01:44:42.281Z | Documenting typed-path v0.6.0 |
2740 | 2023-12-07T01:44:43.809Z | Documenting pretty-hex v0.4.0 |
2741 | 2023-12-07T01:44:44.483Z | Documenting headers v0.3.9 |
2742 | 2023-12-07T01:44:44.698Z | Documenting group v0.13.0 |
2743 | 2023-12-07T01:44:45.715Z | Documenting rayon-core v1.12.0 |
2744 | 2023-12-07T01:44:47.323Z | Documenting mime_guess v2.0.4 |
2745 | 2023-12-07T01:44:48.458Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2746 | 2023-12-07T01:44:49.307Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2747 | 2023-12-07T01:44:49.952Z | Documenting tough v0.15.0 |
2748 | 2023-12-07T01:44:50.586Z | Checking derive_builder_core v0.12.0 |
2749 | 2023-12-07T01:44:51.909Z | Documenting derive_builder_core v0.12.0 |
2750 | 2023-12-07T01:44:52.038Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2751 | 2023-12-07T01:44:54.150Z | Checking ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2752 | 2023-12-07T01:44:54.222Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2753 | 2023-12-07T01:44:54.452Z | Documenting universal-hash v0.5.1 |
2754 | 2023-12-07T01:44:54.612Z | Documenting crypto-bigint v0.5.2 |
2755 | 2023-12-07T01:44:55.432Z | Documenting bcs v0.1.6 |
2756 | 2023-12-07T01:45:00.691Z | Documenting kstat-rs v0.2.3 |
2757 | 2023-12-07T01:45:01.051Z | Documenting thiserror-impl-no-std v2.0.2 |
2758 | 2023-12-07T01:45:01.305Z | Documenting curve25519-dalek-derive v0.1.0 |
2759 | 2023-12-07T01:45:03.928Z | Documenting opaque-debug v0.3.0 |
2760 | 2023-12-07T01:45:06.137Z | Documenting highway v1.1.0 |
2761 | 2023-12-07T01:45:07.182Z | Documenting base16ct v0.2.0 |
2762 | 2023-12-07T01:45:08.347Z | Documenting curve25519-dalek v4.1.0 |
2763 | 2023-12-07T01:45:08.485Z | Documenting poly1305 v0.8.0 |
2764 | 2023-12-07T01:45:09.058Z | Documenting thiserror-no-std v2.0.2 |
2765 | 2023-12-07T01:45:11.324Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2766 | 2023-12-07T01:45:11.380Z | Documenting derive_builder_macro v0.12.0 |
2767 | 2023-12-07T01:45:11.544Z | Documenting elliptic-curve v0.13.5 |
2768 | 2023-12-07T01:45:12.131Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2769 | 2023-12-07T01:45:13.381Z | Documenting rayon v1.8.0 |
2770 | 2023-12-07T01:45:16.190Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2771 | 2023-12-07T01:45:17.107Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2772 | 2023-12-07T01:45:19.020Z | Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2773 | 2023-12-07T01:45:24.873Z | Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2774 | 2023-12-07T01:45:27.372Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2775 | 2023-12-07T01:45:40.643Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3e1d129151c3621d28ead5c6e5760693ba6e7fec#3e1d1291) |
2776 | 2023-12-07T01:45:44.221Z | Documenting portable-atomic v1.4.3 |
2777 | 2023-12-07T01:45:44.977Z | Documenting ed25519 v1.5.3 |
2778 | 2023-12-07T01:45:47.328Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2779 | 2023-12-07T01:45:49.244Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2780 | 2023-12-07T01:45:49.961Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
2781 | 2023-12-07T01:45:51.463Z | Documenting chacha20 v0.9.1 |
2782 | 2023-12-07T01:45:52.946Z | Documenting aead v0.5.2 |
2783 | 2023-12-07T01:45:54.179Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2784 | 2023-12-07T01:45:56.443Z | Documenting ref-cast-impl v1.0.20 |
2785 | 2023-12-07T01:45:58.598Z | Documenting vte_generate_state_changes v0.1.1 |
2786 | 2023-12-07T01:45:59.161Z | Documenting cassowary v0.3.0 |
2787 | 2023-12-07T01:46:04.923Z | Documenting number_prefix v0.4.0 |
2788 | 2023-12-07T01:46:08.771Z | Documenting ref-cast v1.0.20 |
2789 | 2023-12-07T01:46:08.771Z | Documenting vte v0.11.1 |
2790 | 2023-12-07T01:46:08.771Z | Documenting chacha20poly1305 v0.10.1 |
2791 | 2023-12-07T01:46:08.771Z | Documenting ratatui v0.23.0 |
2792 | 2023-12-07T01:46:30.773Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2793 | 2023-12-07T01:46:31.157Z | Documenting indicatif v0.17.7 |
2794 | 2023-12-07T01:46:31.157Z | Documenting salty v0.2.0 |
2795 | 2023-12-07T01:46:31.157Z | Documenting vsss-rs v3.3.1 |
2796 | 2023-12-07T01:46:31.157Z | Documenting derive_builder v0.12.0 |
2797 | 2023-12-07T01:46:31.157Z | Documenting fs-err v2.11.0 |
2798 | 2023-12-07T01:46:31.157Z | Documenting polar-core v0.27.0 |
2799 | 2023-12-07T01:46:31.157Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2800 | 2023-12-07T01:46:31.157Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2801 | 2023-12-07T01:46:31.157Z | Documenting libxml v0.3.3 |
2802 | 2023-12-07T01:46:31.158Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2803 | 2023-12-07T01:46:31.158Z | Documenting ipcc-key-value v0.1.0 (/work/oxidecomputer/omicron/ipcc-key-value) |
2804 | 2023-12-07T01:46:31.158Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2805 | 2023-12-07T01:46:31.158Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2806 | 2023-12-07T01:46:31.158Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2807 | 2023-12-07T01:46:31.158Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2808 | 2023-12-07T01:46:31.350Z | Documenting bb8 v0.8.1 |
2809 | 2023-12-07T01:46:32.582Z | Documenting quick-xml v0.23.1 |
2810 | 2023-12-07T01:46:35.138Z | Documenting serde-big-array v0.5.1 |
2811 | 2023-12-07T01:46:38.673Z | Documenting bytesize v1.3.0 |
2812 | 2023-12-07T01:46:38.964Z | Documenting rtoolbox v0.0.1 |
2813 | 2023-12-07T01:46:39.765Z | Documenting oso-derive v0.27.0 |
2814 | 2023-12-07T01:46:41.191Z | Documenting impl-trait-for-tuples v0.2.2 |
2815 | 2023-12-07T01:46:43.285Z | Documenting maplit v1.0.2 |
2816 | 2023-12-07T01:46:44.936Z | Documenting humantime v2.1.0 |
2817 | 2023-12-07T01:46:45.424Z | Documenting smawk v0.3.1 |
2818 | 2023-12-07T01:46:46.392Z | Documenting is_ci v1.1.1 |
2819 | 2023-12-07T01:46:48.882Z | Documenting http-range v0.1.5 |
2820 | 2023-12-07T01:46:49.944Z | Documenting unicode-linebreak v0.1.5 |
2821 | 2023-12-07T01:46:50.670Z | Documenting oso v0.27.0 |
2822 | 2023-12-07T01:46:50.785Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2823 | 2023-12-07T01:46:51.678Z | Documenting rpassword v7.3.1 |
2824 | 2023-12-07T01:46:51.885Z | Documenting supports-color v2.1.0 |
2825 | 2023-12-07T01:46:54.382Z | Documenting textwrap v0.16.0 |
2826 | 2023-12-07T01:46:55.017Z | Documenting hyper-staticfile v0.9.5 |
2827 | 2023-12-07T01:46:55.266Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2828 | 2023-12-07T01:46:56.967Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2829 | 2023-12-07T01:46:57.655Z | Documenting samael v0.0.10 (https://github.com/njaremko/samael?branch=master#52028e45) |
2830 | 2023-12-07T01:46:58.775Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2831 | 2023-12-07T01:47:01.034Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2832 | 2023-12-07T01:47:07.105Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2833 | 2023-12-07T01:47:31.977Z | Documenting tui-tree-widget v0.13.0 |
2834 | 2023-12-07T01:47:32.687Z | Documenting strip-ansi-escapes v0.2.0 |
2835 | 2023-12-07T01:47:32.962Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2836 | 2023-12-07T01:47:33.099Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2837 | 2023-12-07T01:47:33.100Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2838 | 2023-12-07T01:47:33.233Z | Documenting cookie v0.18.0 |
2839 | 2023-12-07T01:47:33.233Z | Documenting diesel-dtrace v0.2.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#c1252df7) |
2840 | 2023-12-07T01:47:33.234Z | Documenting rcgen v0.11.3 |
2841 | 2023-12-07T01:47:33.234Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2842 | 2023-12-07T01:47:33.234Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2843 | 2023-12-07T01:47:33.234Z | Documenting atomicwrites v0.4.2 |
2844 | 2023-12-07T01:47:33.234Z | Documenting signal-hook-tokio v0.3.1 |
2845 | 2023-12-07T01:47:33.234Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2846 | 2023-12-07T01:47:33.234Z | Documenting fd-lock v3.0.13 |
2847 | 2023-12-07T01:47:33.234Z | Documenting subprocess v0.2.9 |
2848 | 2023-12-07T01:47:33.745Z | Documenting corncobs v0.1.3 |
2849 | 2023-12-07T01:47:34.735Z | Documenting nu-ansi-term v0.49.0 |
2850 | 2023-12-07T01:47:38.112Z | Documenting shell-words v1.1.0 |
2851 | 2023-12-07T01:47:38.555Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2852 | 2023-12-07T01:47:38.777Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2853 | 2023-12-07T01:47:39.170Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2854 | 2023-12-07T01:47:40.417Z | Documenting reedline v0.26.0 |
2855 | 2023-12-07T01:47:42.102Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2856 | 2023-12-07T01:47:43.227Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2857 | 2023-12-07T01:47:43.953Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2858 | 2023-12-07T01:47:44.224Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2859 | 2023-12-07T01:47:46.124Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2860 | 2023-12-07T01:47:51.959Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2861 | 2023-12-07T01:48:09.167Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2862 | 2023-12-07T01:48:09.648Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2863 | 2023-12-07T01:48:12.300Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
2864 | 2023-12-07T01:48:13.877Z | Documenting fatfs v0.3.6 |
2865 | 2023-12-07T01:48:20.993Z | Documenting nanorand v0.7.0 |
2866 | 2023-12-07T01:48:21.423Z | Documenting assert_matches v1.5.0 |
2867 | 2023-12-07T01:48:23.300Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2868 | 2023-12-07T01:48:27.041Z | Documenting flume v0.11.0 |
2869 | 2023-12-07T01:48:27.079Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2870 | 2023-12-07T01:48:29.686Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2871 | 2023-12-07T01:48:29.942Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2872 | 2023-12-07T01:48:31.387Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2873 | 2023-12-07T01:48:32.944Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2874 | 2023-12-07T01:48:34.200Z | Documenting omicron-zone-package v0.9.1 |
2875 | 2023-12-07T01:48:51.034Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2876 | 2023-12-07T01:48:52.758Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2877 | 2023-12-07T01:48:53.985Z | Documenting termios v0.3.3 |
2878 | 2023-12-07T01:48:56.527Z | Documenting topological-sort v0.2.2 |
2879 | 2023-12-07T01:48:56.667Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
2880 | 2023-12-07T01:48:56.668Z | --> sled-agent/src/sim/instance.rs:46:7 |
2881 | 2023-12-07T01:48:56.668Z | | |
2882 | 2023-12-07T01:48:56.668Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
2883 | 2023-12-07T01:48:56.668Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
2884 | 2023-12-07T01:48:56.668Z | | |
2885 | 2023-12-07T01:48:56.668Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2886 | 2023-12-07T01:48:56.668Z | |
2887 | 2023-12-07T01:48:58.167Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2888 | 2023-12-07T01:48:59.986Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2889 | 2023-12-07T01:49:00.643Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
2890 | 2023-12-07T01:49:03.059Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2891 | 2023-12-07T01:49:06.259Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2892 | 2023-12-07T01:49:07.108Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2893 | 2023-12-07T01:49:31.789Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2894 | 2023-12-07T01:49:50.759Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2895 | 2023-12-07T01:49:51.923Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2896 | 2023-12-07T01:50:11.239Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2897 | 2023-12-07T01:50:17.326Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2898 | 2023-12-07T01:50:18.941Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2899 | 2023-12-07T01:50:20.440Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2900 | 2023-12-07T01:50:35.095Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2901 | 2023-12-07T01:51:28.055Z | warning: unresolved link to `VolumeConstructionRequest` |
2902 | 2023-12-07T01:51:28.056Z | --> nexus/src/app/sagas/volume_delete.rs:338:7 |
2903 | 2023-12-07T01:51:28.056Z | | |
2904 | 2023-12-07T01:51:28.056Z | 338 | /// [`VolumeConstructionRequest`] is shown here): |
2905 | 2023-12-07T01:51:28.056Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
2906 | 2023-12-07T01:51:28.056Z | | |
2907 | 2023-12-07T01:51:28.056Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
2908 | 2023-12-07T01:51:28.056Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2909 | 2023-12-07T01:51:28.056Z | |
2910 | 2023-12-07T01:51:28.062Z | warning: unresolved link to `fd00:1122:3344:101::5` |
2911 | 2023-12-07T01:51:28.062Z | --> nexus/src/app/sagas/volume_delete.rs:348:17 |
2912 | 2023-12-07T01:51:28.062Z | | |
2913 | 2023-12-07T01:51:28.062Z | 348 | /// "[fd00:1122:3344:101::5]:1000", |
2914 | 2023-12-07T01:51:28.063Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
2915 | 2023-12-07T01:51:28.063Z | |
2916 | 2023-12-07T01:51:28.063Z | warning: unresolved link to `fd00:1122:3344:102::9` |
2917 | 2023-12-07T01:51:28.063Z | --> nexus/src/app/sagas/volume_delete.rs:349:17 |
2918 | 2023-12-07T01:51:28.065Z | | |
2919 | 2023-12-07T01:51:28.065Z | 349 | /// "[fd00:1122:3344:102::9]:1000", |
2920 | 2023-12-07T01:51:28.065Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
2921 | 2023-12-07T01:51:28.065Z | |
2922 | 2023-12-07T01:51:28.065Z | warning: unresolved link to `fd00:1122:3344:103::2` |
2923 | 2023-12-07T01:51:28.066Z | --> nexus/src/app/sagas/volume_delete.rs:350:17 |
2924 | 2023-12-07T01:51:28.066Z | | |
2925 | 2023-12-07T01:51:28.066Z | 350 | /// "[fd00:1122:3344:103::2]:1000" |
2926 | 2023-12-07T01:51:28.066Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
2927 | 2023-12-07T01:51:28.066Z | |
2928 | 2023-12-07T01:51:28.066Z | warning: unresolved link to `fd00:1122:3344:101::5` |
2929 | 2023-12-07T01:51:28.067Z | --> nexus/src/app/sagas/volume_delete.rs:369:17 |
2930 | 2023-12-07T01:51:28.067Z | | |
2931 | 2023-12-07T01:51:28.067Z | 369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
2932 | 2023-12-07T01:51:28.067Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
2933 | 2023-12-07T01:51:28.067Z | |
2934 | 2023-12-07T01:51:28.067Z | warning: unresolved link to `fd00:1122:3344:102::9` |
2935 | 2023-12-07T01:51:28.067Z | --> nexus/src/app/sagas/volume_delete.rs:370:17 |
2936 | 2023-12-07T01:51:28.067Z | | |
2937 | 2023-12-07T01:51:28.067Z | 370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
2938 | 2023-12-07T01:51:28.067Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
2939 | 2023-12-07T01:51:28.067Z | |
2940 | 2023-12-07T01:51:28.067Z | warning: unresolved link to `fd00:1122:3344:103::2` |
2941 | 2023-12-07T01:51:28.067Z | --> nexus/src/app/sagas/volume_delete.rs:371:17 |
2942 | 2023-12-07T01:51:28.067Z | | |
2943 | 2023-12-07T01:51:28.067Z | 371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
2944 | 2023-12-07T01:51:28.068Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
2945 | 2023-12-07T01:51:28.068Z | |
2946 | 2023-12-07T01:51:31.266Z | warning: `omicron-nexus` (lib doc) generated 7 warnings |
2947 | 2023-12-07T01:52:02.877Z | Finished dev [unoptimized + debuginfo] target(s) in 15m 23s |
2948 | 2023-12-07T01:52:02.983Z | |
2949 | 2023-12-07T01:52:02.988Z | real 15:24.080077137 |
2950 | 2023-12-07T01:52:02.989Z | user 51:40.581971981 |
2951 | 2023-12-07T01:52:02.989Z | sys 58:39.562453483 |
2952 | 2023-12-07T01:52:02.989Z | trap 1.743655084 |
2953 | 2023-12-07T01:52:02.989Z | tflt 0.704894598 |
2954 | 2023-12-07T01:52:02.989Z | dflt 0.492666845 |
2955 | 2023-12-07T01:52:02.989Z | kflt 0.000106309 |
2956 | 2023-12-07T01:52:02.989Z | lock 3:05:29.952390728 |
2957 | 2023-12-07T01:52:02.989Z | slp 3:58:40.687729467 |
2958 | 2023-12-07T01:52:02.990Z | lat 5:21.580241595 |
2959 | 2023-12-07T01:52:02.990Z | stop 1:20.575991380 |
2960 | 2023-12-07T01:52:02.990Z | process exited: duration 1741982 ms, exit code 0 |
|
2961 | 2023-12-07T01:52:02.999Z | found 0 output files |