|
|
|
1 | 2024-02-23T19:39:39.526Z | job assigned to worker 01HQBQME2290PXTWZMMFRJFKG7 (queued for 56 s) |
|
2 | 2024-02-23T19:39:40.274Z | starting task 0: "setup" |
3 | 2024-02-23T19:39:40.358Z | ++ uname -s |
4 | 2024-02-23T19:39:40.367Z | + kern=SunOS |
5 | 2024-02-23T19:39:40.368Z | + case "$kern" in |
6 | 2024-02-23T19:39:40.368Z | + groupadd -g 12345 build |
7 | 2024-02-23T19:39:40.368Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-02-23T19:39:42.369Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-02-23T19:39:42.437Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-02-23T19:39:42.452Z | + home_fs=zfs |
11 | 2024-02-23T19:39:42.452Z | + [[ zfs == autofs ]] |
12 | 2024-02-23T19:39:42.452Z | + mkdir -p /home/build |
13 | 2024-02-23T19:39:42.452Z | + chown build:build /home/build /work |
14 | 2024-02-23T19:39:44.450Z | + chmod 0700 /home/build /work |
15 | 2024-02-23T19:39:44.468Z | process exited: duration 4162 ms, exit code 0 |
|
16 | 2024-02-23T19:39:44.505Z | starting task 1: "rust-toolchain" |
17 | 2024-02-23T19:39:44.511Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-02-23T19:39:44.512Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-02-23T19:39:44.622Z | info: downloading installer |
20 | 2024-02-23T19:39:50.563Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-02-23T19:39:50.610Z | warning: /opt/ooce/bin |
22 | 2024-02-23T19:39:50.610Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-02-23T19:39:50.610Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-02-23T19:39:50.610Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-02-23T19:39:50.610Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-02-23T19:39:50.611Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-02-23T19:39:50.611Z | error: cannot install while Rust is installed |
28 | 2024-02-23T19:39:50.611Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-02-23T19:39:50.611Z | info: profile set to 'default' |
30 | 2024-02-23T19:39:50.611Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-02-23T19:39:50.611Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-02-23T19:39:50.611Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-02-23T19:39:50.611Z | info: downloading component 'cargo' |
34 | 2024-02-23T19:39:50.612Z | info: downloading component 'clippy' |
35 | 2024-02-23T19:39:50.612Z | info: downloading component 'rust-docs' |
36 | 2024-02-23T19:39:50.612Z | info: downloading component 'rust-std' |
37 | 2024-02-23T19:39:50.612Z | info: downloading component 'rustc' |
38 | 2024-02-23T19:39:54.188Z | info: downloading component 'rustfmt' |
39 | 2024-02-23T19:39:54.421Z | info: installing component 'cargo' |
40 | 2024-02-23T19:39:55.320Z | info: installing component 'clippy' |
41 | 2024-02-23T19:39:55.754Z | info: installing component 'rust-docs' |
42 | 2024-02-23T19:39:57.305Z | info: installing component 'rust-std' |
43 | 2024-02-23T19:39:59.239Z | info: installing component 'rustc' |
44 | 2024-02-23T19:40:04.207Z | info: installing component 'rustfmt' |
45 | 2024-02-23T19:40:04.210Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-02-23T19:40:04.210Z | |
47 | 2024-02-23T19:40:04.429Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-02-23T19:40:04.429Z | |
49 | 2024-02-23T19:40:04.433Z | |
50 | 2024-02-23T19:40:04.433Z | Rust is installed now. Great! |
51 | 2024-02-23T19:40:04.433Z | |
52 | 2024-02-23T19:40:04.433Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-02-23T19:40:04.433Z | environment variable. This has not been done automatically. |
54 | 2024-02-23T19:40:04.433Z | |
55 | 2024-02-23T19:40:04.433Z | To configure your current shell, run: |
56 | 2024-02-23T19:40:04.433Z | source "$HOME/.cargo/env" |
57 | 2024-02-23T19:40:04.487Z | + rustc --version |
58 | 2024-02-23T19:40:04.559Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-02-23T19:40:04.563Z | process exited: duration 20059 ms, exit code 0 |
|
60 | 2024-02-23T19:40:04.571Z | starting task 2: "authentication" |
61 | 2024-02-23T19:40:04.594Z | process exited: duration 24 ms, exit code 0 |
|
62 | 2024-02-23T19:40:04.606Z | starting task 3: "clone repository" |
63 | 2024-02-23T19:40:04.609Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-02-23T19:40:04.613Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-02-23T19:40:04.839Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-02-23T19:40:12.458Z | + cd /work/oxidecomputer/omicron |
67 | 2024-02-23T19:40:12.458Z | + git fetch origin 70dfed3dff440d3f0c168c492a064216b4eccbf9 |
68 | 2024-02-23T19:40:12.458Z | From https://github.com/oxidecomputer/omicron |
69 | 2024-02-23T19:40:12.458Z | * branch 70dfed3dff440d3f0c168c492a064216b4eccbf9 -> FETCH_HEAD |
70 | 2024-02-23T19:40:12.458Z | + [[ -n dap/more-inventory-collection ]] |
71 | 2024-02-23T19:40:12.458Z | ++ git branch --show-current |
72 | 2024-02-23T19:40:12.458Z | + current=main |
73 | 2024-02-23T19:40:12.458Z | + [[ main != dap/more-inventory-collection ]] |
74 | 2024-02-23T19:40:12.458Z | + git branch -f dap/more-inventory-collection 70dfed3dff440d3f0c168c492a064216b4eccbf9 |
75 | 2024-02-23T19:40:12.458Z | + git checkout -f dap/more-inventory-collection |
76 | 2024-02-23T19:40:12.458Z | Switched to branch 'dap/more-inventory-collection' |
77 | 2024-02-23T19:40:12.458Z | + git reset --hard 70dfed3dff440d3f0c168c492a064216b4eccbf9 |
78 | 2024-02-23T19:40:12.458Z | HEAD is now at 70dfed3df fix |
79 | 2024-02-23T19:40:12.458Z | process exited: duration 6565 ms, exit code 0 |
|
80 | 2024-02-23T19:40:12.543Z | starting task 4: "build" |
81 | 2024-02-23T19:40:12.555Z | + cargo --version |
82 | 2024-02-23T19:40:12.556Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
83 | 2024-02-23T19:40:12.665Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
84 | 2024-02-23T19:40:12.665Z | info: downloading component 'cargo' |
85 | 2024-02-23T19:40:13.342Z | info: downloading component 'clippy' |
86 | 2024-02-23T19:40:13.570Z | info: downloading component 'rust-docs' |
87 | 2024-02-23T19:40:14.406Z | info: downloading component 'rust-std' |
88 | 2024-02-23T19:40:15.720Z | info: downloading component 'rustc' |
89 | 2024-02-23T19:40:19.444Z | info: downloading component 'rustfmt' |
90 | 2024-02-23T19:40:19.767Z | info: installing component 'cargo' |
91 | 2024-02-23T19:40:20.677Z | info: installing component 'clippy' |
92 | 2024-02-23T19:40:21.029Z | info: installing component 'rust-docs' |
93 | 2024-02-23T19:40:22.642Z | info: installing component 'rust-std' |
94 | 2024-02-23T19:40:24.262Z | info: installing component 'rustc' |
95 | 2024-02-23T19:40:28.303Z | info: installing component 'rustfmt' |
96 | 2024-02-23T19:40:28.690Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
97 | 2024-02-23T19:40:28.703Z | + rustc --version |
98 | 2024-02-23T19:40:28.765Z | rustc 1.74.1 (a28077b28 2023-12-04) |
99 | 2024-02-23T19:40:28.771Z | + source ./env.sh |
100 | 2024-02-23T19:40:28.771Z | ++ set -o xtrace |
101 | 2024-02-23T19:40:28.776Z | ++++ dirname ./env.sh |
102 | 2024-02-23T19:40:28.822Z | +++ cd . |
103 | 2024-02-23T19:40:28.828Z | +++ echo /work/oxidecomputer/omicron |
104 | 2024-02-23T19:40:28.828Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
105 | 2024-02-23T19:40:28.828Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
106 | 2024-02-23T19:40:28.828Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
107 | 2024-02-23T19:40:28.829Z | ++ 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 |
108 | 2024-02-23T19:40:28.829Z | ++ 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 |
109 | 2024-02-23T19:40:28.829Z | ++ 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 |
110 | 2024-02-23T19:40:28.829Z | ++ 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 |
111 | 2024-02-23T19:40:28.829Z | ++ 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 |
112 | 2024-02-23T19:40:28.829Z | ++ 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 |
113 | 2024-02-23T19:40:28.829Z | ++ unset OMICRON_WS |
114 | 2024-02-23T19:40:28.830Z | ++ set +o xtrace |
115 | 2024-02-23T19:40:28.877Z | |
116 | 2024-02-23T19:40:28.877Z | ##### ##### ###### ##### ###### #### # # # #### # |
117 | 2024-02-23T19:40:28.877Z | # # # # # # # # # # # # # # # |
118 | 2024-02-23T19:40:28.878Z | # # # # ##### # # ##### # # # # # #### # |
119 | 2024-02-23T19:40:28.878Z | ##### ##### # ##### # # # # # # # # # |
120 | 2024-02-23T19:40:28.878Z | # # # # # # # # # # # # # # # |
121 | 2024-02-23T19:40:28.878Z | # # # ###### # # ###### ### # #### # #### # |
122 | 2024-02-23T19:40:28.878Z | |
123 | 2024-02-23T19:40:38.822Z | Startup: Refreshing catalog 'helios-dev' ... Done |
124 | 2024-02-23T19:40:40.236Z | Startup: Caching catalogs ... Done |
125 | 2024-02-23T19:40:41.826Z | Planning: Solver setup ... Done (1.197s) |
126 | 2024-02-23T19:40:41.858Z | Planning: Running solver ... Done (0.029s) |
127 | 2024-02-23T19:40:42.200Z | Planning: Finding local manifests ... Done (0.325s) |
128 | 2024-02-23T19:40:42.217Z | Planning: Fetching manifests: 0/4 0% complete |
129 | 2024-02-23T19:40:42.432Z | Planning: Fetching manifests: 4/4 100% complete |
130 | 2024-02-23T19:40:42.480Z | Planning: Package planning ... Done (0.050s) |
131 | 2024-02-23T19:40:42.533Z | Planning: Merging actions ... Done (0.051s) |
132 | 2024-02-23T19:40:44.058Z | Planning: Checking for conflicting actions ... Done (1.528s) |
133 | 2024-02-23T19:40:44.070Z | Planning: Consolidating action changes ... Done (0.012s) |
134 | 2024-02-23T19:40:49.675Z | Planning: Evaluating mediators ... Done (5.606s) |
135 | 2024-02-23T19:40:49.685Z | Planning: Planning completed in 9.40 seconds |
136 | 2024-02-23T19:40:49.698Z | Packages to install: 4 |
137 | 2024-02-23T19:40:49.698Z | Mediators to change: 2 |
138 | 2024-02-23T19:40:49.699Z | Services to change: 1 |
139 | 2024-02-23T19:40:49.702Z | Estimated space available: 148.87 GB |
140 | 2024-02-23T19:40:49.702Z | Estimated space to be consumed: 1.41 GB |
141 | 2024-02-23T19:40:49.702Z | Create boot environment: No |
142 | 2024-02-23T19:40:49.702Z | Create backup boot environment: No |
143 | 2024-02-23T19:40:49.702Z | Rebuild boot archive: No |
144 | 2024-02-23T19:40:49.702Z | |
145 | 2024-02-23T19:40:49.702Z | Changed mediators: |
146 | 2024-02-23T19:40:49.702Z | mediator clang: |
147 | 2024-02-23T19:40:49.702Z | version: None -> 15 (system default) |
148 | 2024-02-23T19:40:49.702Z | |
149 | 2024-02-23T19:40:49.702Z | mediator llvm: |
150 | 2024-02-23T19:40:49.702Z | version: 14 (system default) -> 15 (system default) |
151 | 2024-02-23T19:40:49.702Z | |
152 | 2024-02-23T19:40:49.702Z | Changed packages: |
153 | 2024-02-23T19:40:49.702Z | helios-dev |
154 | 2024-02-23T19:40:49.702Z | developer/build-essential |
155 | 2024-02-23T19:40:49.702Z | None -> 11-2.0 |
156 | 2024-02-23T19:40:49.702Z | library/libxmlsec1 |
157 | 2024-02-23T19:40:49.703Z | None -> 1.2.35-2.0 |
158 | 2024-02-23T19:40:49.703Z | ooce/developer/clang-15 |
159 | 2024-02-23T19:40:49.703Z | None -> 15.0.7-2.0 |
160 | 2024-02-23T19:40:49.703Z | ooce/developer/llvm-15 |
161 | 2024-02-23T19:40:49.703Z | None -> 15.0.7-2.0 |
162 | 2024-02-23T19:40:49.703Z | |
163 | 2024-02-23T19:40:49.703Z | Services: |
164 | 2024-02-23T19:40:49.703Z | restart_fmri: |
165 | 2024-02-23T19:40:49.703Z | svc:/system/update-man-index:default |
166 | 2024-02-23T19:40:50.055Z | |
167 | 2024-02-23T19:40:50.055Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
168 | 2024-02-23T19:40:55.075Z | Download: 375/3290 items 16.4/212.6MB 7% complete (3.7M/s) |
169 | 2024-02-23T19:41:00.096Z | Download: 1184/3290 items 47.5/212.6MB 22% complete (4.7M/s) |
170 | 2024-02-23T19:41:17.485Z | Download: 1196/3290 items 83.4/212.6MB 39% complete |
171 | 2024-02-23T19:41:22.503Z | Download: 2142/3290 items 119.0/212.6MB 55% complete (7.3M/s) |
172 | 2024-02-23T19:41:27.497Z | Download: 3144/3290 items 142.1/212.6MB 66% complete (5.8M/s) |
173 | 2024-02-23T19:41:29.473Z | Download: Completed 212.60 MB in 39.42 seconds (5.4M/s) |
174 | 2024-02-23T19:41:29.859Z | Actions: 1/3689 actions (Installing new actions) |
175 | 2024-02-23T19:41:34.873Z | Actions: 3561/3689 actions (Installing new actions) |
176 | 2024-02-23T19:41:35.139Z | Actions: Completed 3689 actions in 5.28 seconds. |
177 | 2024-02-23T19:41:36.097Z | Done (0.185s) |
178 | 2024-02-23T19:41:36.097Z | Done (0.000s) |
179 | 2024-02-23T19:41:36.097Z | Done (0.224s) |
180 | 2024-02-23T19:41:41.042Z | Done (5.360s) |
181 | 2024-02-23T19:41:41.230Z | Done (0.112s) |
182 | 2024-02-23T19:41:41.237Z | Done (0.000s) |
183 | 2024-02-23T19:41:41.389Z | Done (0.000s) |
184 | 2024-02-23T19:41:41.936Z | Planning: Evaluating mediator changes ... Done |
185 | 2024-02-23T19:41:42.100Z | Planning: Checking for conflicting actions ... Done |
186 | 2024-02-23T19:41:42.103Z | Planning: Consolidating action changes ... Done |
187 | 2024-02-23T19:41:42.380Z | Planning: Evaluating mediators ... Done |
188 | 2024-02-23T19:41:42.383Z | Planning: Planning completed in 0.45 seconds |
189 | 2024-02-23T19:41:42.414Z | Mediators to change: 2 |
190 | 2024-02-23T19:41:42.414Z | Create boot environment: No |
191 | 2024-02-23T19:41:42.417Z | Create backup boot environment: No |
192 | 2024-02-23T19:41:42.483Z | Done |
193 | 2024-02-23T19:41:42.484Z | Done |
194 | 2024-02-23T19:41:42.619Z | Done |
195 | 2024-02-23T19:41:46.534Z | Done |
196 | 2024-02-23T19:41:46.623Z | Done |
197 | 2024-02-23T19:41:46.626Z | Done |
198 | 2024-02-23T19:41:46.710Z | Done |
199 | 2024-02-23T19:41:47.368Z | Planning: Evaluating mediator changes ... Done |
200 | 2024-02-23T19:41:47.371Z | Planning: Merging actions ... Done |
201 | 2024-02-23T19:41:47.567Z | Planning: Checking for conflicting actions ... Done |
202 | 2024-02-23T19:41:47.583Z | Planning: Consolidating action changes ... Done |
203 | 2024-02-23T19:41:47.835Z | Planning: Evaluating mediators ... Done |
204 | 2024-02-23T19:41:47.898Z | Planning: Planning completed in 0.80 seconds |
205 | 2024-02-23T19:41:47.930Z | Packages to change: 1 |
206 | 2024-02-23T19:41:47.930Z | Mediators to change: 1 |
207 | 2024-02-23T19:41:47.930Z | Services to change: 1 |
208 | 2024-02-23T19:41:47.933Z | Create boot environment: No |
209 | 2024-02-23T19:41:47.933Z | Create backup boot environment: Yes |
210 | 2024-02-23T19:41:49.748Z | Actions: 1/6 actions (Updating modified actions) |
211 | 2024-02-23T19:41:49.781Z | Actions: Completed 6 actions in 0.03 seconds. |
212 | 2024-02-23T19:41:49.784Z | Done |
213 | 2024-02-23T19:41:49.784Z | Done |
214 | 2024-02-23T19:41:49.827Z | Done |
215 | 2024-02-23T19:41:53.762Z | Done |
216 | 2024-02-23T19:41:53.857Z | Done |
217 | 2024-02-23T19:41:53.861Z | Done |
218 | 2024-02-23T19:41:53.954Z | Done |
219 | 2024-02-23T19:41:54.408Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
220 | 2024-02-23T19:41:54.408Z | clang system 15 system |
221 | 2024-02-23T19:41:54.408Z | csh system system illumos |
222 | 2024-02-23T19:41:54.408Z | ctags system system illumos |
223 | 2024-02-23T19:41:54.408Z | gcc vendor 12 vendor |
224 | 2024-02-23T19:41:54.408Z | gcc system 10 system |
225 | 2024-02-23T19:41:54.408Z | gcc system 7 system |
226 | 2024-02-23T19:41:54.408Z | go system 1.20 system |
227 | 2024-02-23T19:41:54.408Z | go system 1.19 system |
228 | 2024-02-23T19:41:54.409Z | llvm system 15 system |
229 | 2024-02-23T19:41:54.409Z | llvm system 14 system |
230 | 2024-02-23T19:41:54.409Z | mariadb system 10.6 system |
231 | 2024-02-23T19:41:54.409Z | mta vendor vendor dma |
232 | 2024-02-23T19:41:54.409Z | openjdk system 17 system |
233 | 2024-02-23T19:41:54.409Z | openjdk system 11 system |
234 | 2024-02-23T19:41:54.409Z | openjdk system 1.8 system |
235 | 2024-02-23T19:41:54.409Z | openssl vendor 3 vendor |
236 | 2024-02-23T19:41:54.409Z | perl system 5.36 system |
237 | 2024-02-23T19:41:54.409Z | postgresql system 15 system |
238 | 2024-02-23T19:41:54.409Z | postgresql system 13 system |
239 | 2024-02-23T19:41:54.409Z | python vendor 3 vendor |
240 | 2024-02-23T19:41:54.409Z | python system 2 system |
241 | 2024-02-23T19:41:54.409Z | python3 system 3.11 system |
242 | 2024-02-23T19:41:54.410Z | ruby system 3.0 system |
243 | 2024-02-23T19:41:54.410Z | words vendor vendor american-english |
244 | 2024-02-23T19:41:54.410Z | words system system australian-english |
245 | 2024-02-23T19:41:54.410Z | words system system british-english |
246 | 2024-02-23T19:41:54.410Z | words system system canadian-english |
247 | 2024-02-23T19:41:54.410Z | words system system french |
248 | 2024-02-23T19:41:54.410Z | words system system italian |
249 | 2024-02-23T19:41:54.410Z | words system system ngerman |
250 | 2024-02-23T19:41:54.410Z | words system system ogerman |
251 | 2024-02-23T19:41:54.410Z | words system system spanish |
252 | 2024-02-23T19:41:54.761Z | FMRI IFO |
253 | 2024-02-23T19:41:54.761Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
254 | 2024-02-23T19:41:54.761Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
255 | 2024-02-23T19:41:54.761Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
256 | 2024-02-23T19:41:54.761Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
257 | 2024-02-23T19:41:54.762Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
258 | 2024-02-23T19:41:54.762Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
259 | 2024-02-23T19:41:54.762Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
260 | 2024-02-23T19:41:54.762Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
261 | 2024-02-23T19:41:54.809Z | + set -o errexit |
262 | 2024-02-23T19:41:54.812Z | +++ dirname ./tools/ci_download_cockroachdb |
263 | 2024-02-23T19:41:54.814Z | ++ cd ./tools |
264 | 2024-02-23T19:41:54.814Z | ++ pwd |
265 | 2024-02-23T19:41:54.814Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
266 | 2024-02-23T19:41:54.815Z | ++ basename ./tools/ci_download_cockroachdb |
267 | 2024-02-23T19:41:54.818Z | + ARG0=ci_download_cockroachdb |
268 | 2024-02-23T19:41:54.818Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
269 | 2024-02-23T19:41:54.818Z | + CIDL_VERSION=v22.1.9 |
270 | 2024-02-23T19:41:54.818Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
271 | 2024-02-23T19:41:54.818Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
272 | 2024-02-23T19:41:54.818Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
273 | 2024-02-23T19:41:54.818Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
274 | 2024-02-23T19:41:54.818Z | + TARGET_DIR=out |
275 | 2024-02-23T19:41:54.818Z | + DOWNLOAD_DIR=out/downloads |
276 | 2024-02-23T19:41:54.818Z | + DEST_DIR=./out/cockroachdb |
277 | 2024-02-23T19:41:54.818Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
278 | 2024-02-23T19:41:54.818Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
279 | 2024-02-23T19:41:54.821Z | + main |
280 | 2024-02-23T19:41:54.821Z | + [[ 0 != 0 ]] |
281 | 2024-02-23T19:41:54.821Z | + CIDL_OS=solaris2.11 |
282 | 2024-02-23T19:41:54.821Z | + [[ 0 != 0 ]] |
283 | 2024-02-23T19:41:54.821Z | + configure_os solaris2.11 |
284 | 2024-02-23T19:41:54.821Z | + echo 'current directory: /work/oxidecomputer/omicron' |
285 | 2024-02-23T19:41:54.821Z | + echo 'configuring based on OS: "solaris2.11"' |
286 | 2024-02-23T19:41:54.822Z | current directory: /work/oxidecomputer/omicron |
287 | 2024-02-23T19:41:54.822Z | configuring based on OS: "solaris2.11" |
288 | 2024-02-23T19:41:54.822Z | + case "$1" in |
289 | 2024-02-23T19:41:54.822Z | + CIDL_BUILD=illumos |
290 | 2024-02-23T19:41:54.822Z | + CIDL_SUFFIX=tar.gz |
291 | 2024-02-23T19:41:54.822Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
292 | 2024-02-23T19:41:54.822Z | + CIDL_URL_BASE=https://illumos.org/downloads |
293 | 2024-02-23T19:41:54.822Z | + CIDL_ASSEMBLE=do_assemble_illumos |
294 | 2024-02-23T19:41:54.822Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
295 | 2024-02-23T19:41:54.822Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
296 | 2024-02-23T19:41:54.822Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
297 | 2024-02-23T19:41:54.822Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
298 | 2024-02-23T19:41:54.822Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
299 | 2024-02-23T19:41:54.822Z | + CIDL_SHA256FUNC=do_sha256sum |
300 | 2024-02-23T19:41:54.822Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
301 | 2024-02-23T19:41:54.822Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
302 | 2024-02-23T19:41:54.822Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
303 | 2024-02-23T19:41:54.822Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
304 | 2024-02-23T19:41:54.822Z | + mkdir -p out/downloads |
305 | 2024-02-23T19:41:54.822Z | + mkdir -p ./out/cockroachdb |
306 | 2024-02-23T19:41:54.828Z | + local DO_DOWNLOAD=true |
307 | 2024-02-23T19:41:54.828Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
308 | 2024-02-23T19:41:54.828Z | + '[' true == true ']' |
309 | 2024-02-23T19:41:54.828Z | + echo Downloading... |
310 | 2024-02-23T19:41:54.828Z | Downloading... |
311 | 2024-02-23T19:41:54.829Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
312 | 2024-02-23T19:41:54.829Z | + 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 |
313 | 2024-02-23T19:41:58.350Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
314 | 2024-02-23T19:41:58.353Z | ++ sha256sum |
315 | 2024-02-23T19:41:58.353Z | ++ awk '{print $1}' |
316 | 2024-02-23T19:41:58.449Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
317 | 2024-02-23T19:41:58.449Z | + [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]] |
318 | 2024-02-23T19:41:58.449Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
319 | 2024-02-23T19:41:58.454Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
320 | 2024-02-23T19:42:00.632Z | + do_assemble_illumos |
321 | 2024-02-23T19:42:00.632Z | + rm -r ./out/cockroachdb |
322 | 2024-02-23T19:42:00.635Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
323 | 2024-02-23T19:42:01.015Z | + ./out/cockroachdb/bin/cockroach version |
324 | 2024-02-23T19:42:01.229Z | Build Tag: v22.1.9-dirty |
325 | 2024-02-23T19:42:01.229Z | Build Time: 2022/10/26 21:17:46 |
326 | 2024-02-23T19:42:01.229Z | Distribution: OSS |
327 | 2024-02-23T19:42:01.229Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
328 | 2024-02-23T19:42:01.229Z | Go Version: go1.17.13 |
329 | 2024-02-23T19:42:01.229Z | C Compiler: gcc 10.3.0 |
330 | 2024-02-23T19:42:01.229Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
331 | 2024-02-23T19:42:01.229Z | Build Type: release |
332 | 2024-02-23T19:42:01.248Z | + set -o errexit |
333 | 2024-02-23T19:42:01.251Z | +++ dirname ./tools/ci_download_clickhouse |
334 | 2024-02-23T19:42:01.255Z | ++ cd ./tools |
335 | 2024-02-23T19:42:01.255Z | ++ pwd |
336 | 2024-02-23T19:42:01.255Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
337 | 2024-02-23T19:42:01.255Z | ++ basename ./tools/ci_download_clickhouse |
338 | 2024-02-23T19:42:01.255Z | + ARG0=ci_download_clickhouse |
339 | 2024-02-23T19:42:01.255Z | + TARGET_DIR=out |
340 | 2024-02-23T19:42:01.255Z | + DOWNLOAD_DIR=out/downloads |
341 | 2024-02-23T19:42:01.255Z | + DEST_DIR=./out/clickhouse |
342 | 2024-02-23T19:42:01.255Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
343 | 2024-02-23T19:42:01.259Z | + CIDL_VERSION=v22.8.9.24 |
344 | 2024-02-23T19:42:01.260Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
345 | 2024-02-23T19:42:01.260Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
346 | 2024-02-23T19:42:01.260Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
347 | 2024-02-23T19:42:01.260Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
348 | 2024-02-23T19:42:01.260Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
349 | 2024-02-23T19:42:01.260Z | + main |
350 | 2024-02-23T19:42:01.260Z | + [[ 0 != 0 ]] |
351 | 2024-02-23T19:42:01.260Z | + CIDL_OS=solaris2.11 |
352 | 2024-02-23T19:42:01.260Z | + [[ 0 != 0 ]] |
353 | 2024-02-23T19:42:01.260Z | + configure_os solaris2.11 |
354 | 2024-02-23T19:42:01.260Z | + echo 'current directory: /work/oxidecomputer/omicron' |
355 | 2024-02-23T19:42:01.260Z | current directory: /work/oxidecomputer/omicron |
356 | 2024-02-23T19:42:01.260Z | + echo 'configuring based on OS: "solaris2.11"' |
357 | 2024-02-23T19:42:01.260Z | + CIDL_DASHREV= |
358 | 2024-02-23T19:42:01.260Z | + case "$1" in |
359 | 2024-02-23T19:42:01.260Z | configuring based on OS: "solaris2.11" |
360 | 2024-02-23T19:42:01.260Z | + CIDL_PLATFORM=illumos |
361 | 2024-02-23T19:42:01.260Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
362 | 2024-02-23T19:42:01.260Z | + CIDL_MD5FUNC=do_md5sum |
363 | 2024-02-23T19:42:01.260Z | + CIDL_DASHREV=-1 |
364 | 2024-02-23T19:42:01.260Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
365 | 2024-02-23T19:42:01.260Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
366 | 2024-02-23T19:42:01.260Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
367 | 2024-02-23T19:42:01.260Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
368 | 2024-02-23T19:42:01.260Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
369 | 2024-02-23T19:42:01.261Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
370 | 2024-02-23T19:42:01.261Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
371 | 2024-02-23T19:42:01.261Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
372 | 2024-02-23T19:42:01.261Z | + mkdir -p out/downloads |
373 | 2024-02-23T19:42:01.264Z | + mkdir -p ./out/clickhouse |
374 | 2024-02-23T19:42:01.264Z | + local DO_DOWNLOAD=true |
375 | 2024-02-23T19:42:01.264Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
376 | 2024-02-23T19:42:01.264Z | + '[' true == true ']' |
377 | 2024-02-23T19:42:01.264Z | + echo Downloading... |
378 | 2024-02-23T19:42:01.264Z | Downloading... |
379 | 2024-02-23T19:42:01.264Z | + 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 |
380 | 2024-02-23T19:42:01.264Z | + 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 |
381 | 2024-02-23T19:42:02.733Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
382 | 2024-02-23T19:42:02.745Z | ++ md5sum |
383 | 2024-02-23T19:42:02.745Z | ++ awk '{print $1}' |
384 | 2024-02-23T19:42:02.911Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
385 | 2024-02-23T19:42:02.911Z | + [[ 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 ]] |
386 | 2024-02-23T19:42:02.911Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
387 | 2024-02-23T19:42:02.918Z | + mkdir -p ./out/clickhouse |
388 | 2024-02-23T19:42:02.918Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
389 | 2024-02-23T19:42:05.996Z | + ./out/clickhouse/clickhouse server --version |
390 | 2024-02-23T19:42:06.049Z | ClickHouse server version 22.8.9.1. |
391 | 2024-02-23T19:42:06.074Z | + set -o errexit |
392 | 2024-02-23T19:42:06.091Z | +++ dirname ./tools/ci_download_console |
393 | 2024-02-23T19:42:06.121Z | ++ cd ./tools |
394 | 2024-02-23T19:42:06.122Z | ++ pwd |
395 | 2024-02-23T19:42:06.122Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
396 | 2024-02-23T19:42:06.122Z | ++ basename ./tools/ci_download_console |
397 | 2024-02-23T19:42:06.122Z | + ARG0=ci_download_console |
398 | 2024-02-23T19:42:06.122Z | + TARGET_DIR=out |
399 | 2024-02-23T19:42:06.122Z | + DOWNLOAD_DIR=out/downloads |
400 | 2024-02-23T19:42:06.122Z | + DEST_DIR=./out/console-assets |
401 | 2024-02-23T19:42:06.122Z | + source /work/oxidecomputer/omicron/tools/console_version |
402 | 2024-02-23T19:42:06.122Z | ++ COMMIT=e5a1f804faa913de3be5b4cddac2011247a99774 |
403 | 2024-02-23T19:42:06.122Z | ++ SHA2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
404 | 2024-02-23T19:42:06.122Z | + URL=https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
405 | 2024-02-23T19:42:06.122Z | + TARBALL_FILE=out/downloads/console.tar.gz |
406 | 2024-02-23T19:42:06.122Z | + main |
407 | 2024-02-23T19:42:06.122Z | + [[ 0 != 0 ]] |
408 | 2024-02-23T19:42:06.122Z | + echo 'URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz' |
409 | 2024-02-23T19:42:06.122Z | URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
410 | 2024-02-23T19:42:06.122Z | Local file: out/downloads/console.tar.gz |
411 | 2024-02-23T19:42:06.122Z | + echo 'Local file: out/downloads/console.tar.gz' |
412 | 2024-02-23T19:42:06.122Z | + local DO_DOWNLOAD=true |
413 | 2024-02-23T19:42:06.122Z | + [[ -f out/downloads/console.tar.gz ]] |
414 | 2024-02-23T19:42:06.122Z | + mkdir -p out/downloads |
415 | 2024-02-23T19:42:06.122Z | + '[' true == true ']' |
416 | 2024-02-23T19:42:06.122Z | + echo Downloading... |
417 | 2024-02-23T19:42:06.123Z | Downloading... |
418 | 2024-02-23T19:42:06.123Z | + do_download_curl https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz out/downloads/console.tar.gz |
419 | 2024-02-23T19:42:06.123Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
420 | 2024-02-23T19:42:06.764Z | ++ do_sha256sum out/downloads/console.tar.gz |
421 | 2024-02-23T19:42:06.764Z | ++ case "$OSTYPE" in |
422 | 2024-02-23T19:42:06.780Z | ++ SHA=sha256sum |
423 | 2024-02-23T19:42:06.780Z | ++ sha256sum |
424 | 2024-02-23T19:42:06.781Z | ++ awk '{print $1}' |
425 | 2024-02-23T19:42:06.789Z | + calculated_sha2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
426 | 2024-02-23T19:42:06.789Z | + [[ 54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 != \5\4\f\f\1\0\2\6\0\6\2\f\c\1\a\3\f\0\d\e\8\6\a\a\5\5\8\d\0\5\1\b\8\a\d\6\2\4\8\d\4\5\8\c\1\7\6\7\b\9\e\9\2\6\f\2\6\0\6\e\7\5\f\5 ]] |
427 | 2024-02-23T19:42:06.789Z | + rm -rf ./out/console-assets |
428 | 2024-02-23T19:42:06.790Z | + mkdir -p ./out/console-assets |
429 | 2024-02-23T19:42:06.790Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
430 | 2024-02-23T19:42:06.790Z | + mkdir -p ./out/console-assets |
431 | 2024-02-23T19:42:06.790Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
432 | 2024-02-23T19:42:06.871Z | + set -o errexit |
433 | 2024-02-23T19:42:06.878Z | +++ dirname ./tools/ci_download_maghemite_openapi |
434 | 2024-02-23T19:42:06.879Z | ++ cd ./tools |
435 | 2024-02-23T19:42:06.879Z | ++ pwd |
436 | 2024-02-23T19:42:06.879Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
437 | 2024-02-23T19:42:06.879Z | ++ basename ./tools/ci_download_maghemite_openapi |
438 | 2024-02-23T19:42:06.889Z | + ARG0=ci_download_maghemite_openapi |
439 | 2024-02-23T19:42:06.889Z | + TARGET_DIR=out |
440 | 2024-02-23T19:42:06.889Z | + DOWNLOAD_DIR=out/downloads |
441 | 2024-02-23T19:42:06.890Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
442 | 2024-02-23T19:42:06.890Z | ++ COMMIT=4b0e584eec455a43c36af08ae207086965cef833 |
443 | 2024-02-23T19:42:06.890Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
444 | 2024-02-23T19:42:06.890Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json |
445 | 2024-02-23T19:42:06.891Z | + LOCAL_FILE=out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
446 | 2024-02-23T19:42:06.891Z | + main |
447 | 2024-02-23T19:42:06.891Z | + [[ 0 != 0 ]] |
448 | 2024-02-23T19:42:06.891Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json' |
449 | 2024-02-23T19:42:06.892Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json |
450 | 2024-02-23T19:42:06.892Z | + echo 'Local file: out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json' |
451 | 2024-02-23T19:42:06.892Z | Local file: out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
452 | 2024-02-23T19:42:06.892Z | + local DO_DOWNLOAD=true |
453 | 2024-02-23T19:42:06.892Z | + [[ -f out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json ]] |
454 | 2024-02-23T19:42:06.893Z | + mkdir -p out/downloads |
455 | 2024-02-23T19:42:06.893Z | + '[' true == true ']' |
456 | 2024-02-23T19:42:06.893Z | + echo Downloading... |
457 | 2024-02-23T19:42:06.893Z | Downloading... |
458 | 2024-02-23T19:42:06.893Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
459 | 2024-02-23T19:42:06.894Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json |
460 | 2024-02-23T19:42:08.577Z | ++ do_sha256sum out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
461 | 2024-02-23T19:42:08.577Z | ++ case "$OSTYPE" in |
462 | 2024-02-23T19:42:08.582Z | ++ SHA=sha256sum |
463 | 2024-02-23T19:42:08.582Z | ++ sha256sum |
464 | 2024-02-23T19:42:08.582Z | ++ awk '{print $1}' |
465 | 2024-02-23T19:42:08.582Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
466 | 2024-02-23T19:42:08.582Z | + [[ 0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 != \0\b\0\d\b\c\2\f\8\b\b\c\5\d\2\d\9\b\e\9\2\d\6\4\c\4\8\6\5\f\8\f\9\3\3\5\3\5\5\a\a\e\6\2\f\7\d\e\9\f\6\7\f\8\1\d\f\b\3\f\1\8\0\3 ]] |
467 | 2024-02-23T19:42:08.582Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
468 | 2024-02-23T19:42:08.582Z | ++ COMMIT=4b0e584eec455a43c36af08ae207086965cef833 |
469 | 2024-02-23T19:42:08.582Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
470 | 2024-02-23T19:42:08.582Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json |
471 | 2024-02-23T19:42:08.582Z | + LOCAL_FILE=out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
472 | 2024-02-23T19:42:08.582Z | + main |
473 | 2024-02-23T19:42:08.583Z | + [[ 0 != 0 ]] |
474 | 2024-02-23T19:42:08.583Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json' |
475 | 2024-02-23T19:42:08.583Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json |
476 | 2024-02-23T19:42:08.583Z | + echo 'Local file: out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json' |
477 | 2024-02-23T19:42:08.583Z | Local file: out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
478 | 2024-02-23T19:42:08.583Z | + local DO_DOWNLOAD=true |
479 | 2024-02-23T19:42:08.583Z | + [[ -f out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json ]] |
480 | 2024-02-23T19:42:08.583Z | + mkdir -p out/downloads |
481 | 2024-02-23T19:42:08.583Z | + '[' true == true ']' |
482 | 2024-02-23T19:42:08.583Z | + echo Downloading... |
483 | 2024-02-23T19:42:08.583Z | Downloading... |
484 | 2024-02-23T19:42:08.583Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
485 | 2024-02-23T19:42:08.583Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json |
486 | 2024-02-23T19:42:08.701Z | ++ do_sha256sum out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
487 | 2024-02-23T19:42:08.705Z | ++ case "$OSTYPE" in |
488 | 2024-02-23T19:42:08.705Z | ++ SHA=sha256sum |
489 | 2024-02-23T19:42:08.705Z | ++ sha256sum |
490 | 2024-02-23T19:42:08.705Z | ++ awk '{print $1}' |
491 | 2024-02-23T19:42:08.709Z | + calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
492 | 2024-02-23T19:42:08.709Z | + [[ 0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 != \0\a\c\0\3\8\b\b\a\a\5\4\d\0\a\e\0\a\c\5\c\c\a\e\f\f\4\8\f\0\3\0\7\0\6\1\8\3\7\2\c\c\a\2\6\c\9\d\0\9\b\7\1\6\b\9\0\9\b\f\9\3\5\5 ]] |
493 | 2024-02-23T19:42:08.714Z | + set -o errexit |
494 | 2024-02-23T19:42:08.718Z | +++ dirname ./tools/ci_download_dendrite_openapi |
495 | 2024-02-23T19:42:08.718Z | ++ cd ./tools |
496 | 2024-02-23T19:42:08.718Z | ++ pwd |
497 | 2024-02-23T19:42:08.718Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
498 | 2024-02-23T19:42:08.722Z | ++ basename ./tools/ci_download_dendrite_openapi |
499 | 2024-02-23T19:42:08.722Z | + ARG0=ci_download_dendrite_openapi |
500 | 2024-02-23T19:42:08.722Z | + TARGET_DIR=out |
501 | 2024-02-23T19:42:08.722Z | + DOWNLOAD_DIR=out/downloads |
502 | 2024-02-23T19:42:08.722Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
503 | 2024-02-23T19:42:08.722Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
504 | 2024-02-23T19:42:08.722Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
505 | 2024-02-23T19:42:08.722Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
506 | 2024-02-23T19:42:08.722Z | + LOCAL_FILE=out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
507 | 2024-02-23T19:42:08.722Z | + main |
508 | 2024-02-23T19:42:08.722Z | + [[ 0 != 0 ]] |
509 | 2024-02-23T19:42:08.722Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json' |
510 | 2024-02-23T19:42:08.722Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
511 | 2024-02-23T19:42:08.722Z | Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
512 | 2024-02-23T19:42:08.722Z | + echo 'Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json' |
513 | 2024-02-23T19:42:08.722Z | + local DO_DOWNLOAD=true |
514 | 2024-02-23T19:42:08.723Z | + [[ -f out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json ]] |
515 | 2024-02-23T19:42:08.723Z | + mkdir -p out/downloads |
516 | 2024-02-23T19:42:08.728Z | + '[' true == true ']' |
517 | 2024-02-23T19:42:08.728Z | + echo Downloading... |
518 | 2024-02-23T19:42:08.728Z | Downloading... |
519 | 2024-02-23T19:42:08.728Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
520 | 2024-02-23T19:42:08.728Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
521 | 2024-02-23T19:42:09.289Z | ++ do_sha256sum out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
522 | 2024-02-23T19:42:09.289Z | ++ case "$OSTYPE" in |
523 | 2024-02-23T19:42:09.289Z | ++ SHA=sha256sum |
524 | 2024-02-23T19:42:09.293Z | ++ sha256sum |
525 | 2024-02-23T19:42:09.293Z | ++ awk '{print $1}' |
526 | 2024-02-23T19:42:09.296Z | + calculated_sha2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
527 | 2024-02-23T19:42:09.296Z | + [[ aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e != \a\a\6\7\0\1\6\5\e\5\b\4\5\9\f\a\b\4\c\a\b\a\3\6\a\e\4\d\3\8\2\a\0\9\2\6\4\f\f\5\c\f\6\a\2\d\a\c\0\d\a\e\0\a\0\d\b\3\9\a\3\7\8\e ]] |
528 | 2024-02-23T19:42:09.301Z | + set -o errexit |
529 | 2024-02-23T19:42:09.313Z | +++ dirname ./tools/ci_download_dendrite_stub |
530 | 2024-02-23T19:42:09.313Z | ++ cd ./tools |
531 | 2024-02-23T19:42:09.313Z | ++ pwd |
532 | 2024-02-23T19:42:09.313Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
533 | 2024-02-23T19:42:09.313Z | ++ basename ./tools/ci_download_dendrite_stub |
534 | 2024-02-23T19:42:09.313Z | + ARG0=ci_download_dendrite_stub |
535 | 2024-02-23T19:42:09.313Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
536 | 2024-02-23T19:42:09.313Z | ++ CIDL_SHA256_ILLUMOS=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
537 | 2024-02-23T19:42:09.313Z | ++ CIDL_SHA256_LINUX_DPD=cb9a1978d1fe3a3f2391757f80436d8cc87c0041161652ad2234e7cf83e9ae36 |
538 | 2024-02-23T19:42:09.313Z | ++ CIDL_SHA256_LINUX_SWADM=b7e737be56a8a815a95624f0b5c42ce1e339b07feeae7b3d7b9b4bc17c204245 |
539 | 2024-02-23T19:42:09.313Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
540 | 2024-02-23T19:42:09.313Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
541 | 2024-02-23T19:42:09.313Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
542 | 2024-02-23T19:42:09.313Z | + TARGET_DIR=out |
543 | 2024-02-23T19:42:09.313Z | + DOWNLOAD_DIR=out/downloads |
544 | 2024-02-23T19:42:09.313Z | + DEST_DIR=./out/dendrite-stub |
545 | 2024-02-23T19:42:09.313Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
546 | 2024-02-23T19:42:09.313Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
547 | 2024-02-23T19:42:09.314Z | + REPO=oxidecomputer/dendrite |
548 | 2024-02-23T19:42:09.314Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e |
549 | 2024-02-23T19:42:09.314Z | + main |
550 | 2024-02-23T19:42:09.314Z | + [[ 0 != 0 ]] |
551 | 2024-02-23T19:42:09.314Z | + CIDL_OS=solaris2.11 |
552 | 2024-02-23T19:42:09.314Z | + [[ 0 != 0 ]] |
553 | 2024-02-23T19:42:09.314Z | + configure_os solaris2.11 |
554 | 2024-02-23T19:42:09.314Z | + echo 'current directory: /work/oxidecomputer/omicron' |
555 | 2024-02-23T19:42:09.314Z | current directory: /work/oxidecomputer/omicron |
556 | 2024-02-23T19:42:09.314Z | + echo 'configuring based on OS: "solaris2.11"' |
557 | 2024-02-23T19:42:09.314Z | + case "$1" in |
558 | 2024-02-23T19:42:09.314Z | + SET_BINARIES= |
559 | 2024-02-23T19:42:09.314Z | configuring based on OS: "solaris2.11" |
560 | 2024-02-23T19:42:09.314Z | + CIDL_SHA256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
561 | 2024-02-23T19:42:09.314Z | + CIDL_SHA256FUNC=do_sha256sum |
562 | 2024-02-23T19:42:09.314Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
563 | 2024-02-23T19:42:09.314Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
564 | 2024-02-23T19:42:09.314Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
565 | 2024-02-23T19:42:09.314Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz' |
566 | 2024-02-23T19:42:09.314Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
567 | 2024-02-23T19:42:09.314Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
568 | 2024-02-23T19:42:09.315Z | + mkdir -p out/downloads |
569 | 2024-02-23T19:42:09.315Z | Local file: out/downloads/dendrite-stub.tar.gz |
570 | 2024-02-23T19:42:09.320Z | + mkdir -p ./out/dendrite-stub |
571 | 2024-02-23T19:42:09.320Z | + fetch_and_verify |
572 | 2024-02-23T19:42:09.320Z | + local DO_DOWNLOAD=true |
573 | 2024-02-23T19:42:09.320Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
574 | 2024-02-23T19:42:09.320Z | + '[' true == true ']' |
575 | 2024-02-23T19:42:09.320Z | + echo Downloading... |
576 | 2024-02-23T19:42:09.320Z | Downloading... |
577 | 2024-02-23T19:42:09.320Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
578 | 2024-02-23T19:42:09.320Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
579 | 2024-02-23T19:42:18.776Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
580 | 2024-02-23T19:42:18.786Z | ++ sha256sum |
581 | 2024-02-23T19:42:18.787Z | ++ awk '{print $1}' |
582 | 2024-02-23T19:42:18.802Z | + calculated_sha256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
583 | 2024-02-23T19:42:18.806Z | + [[ eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 != \e\b\9\8\9\8\5\8\7\1\f\3\2\1\4\1\1\f\7\8\7\5\e\f\7\7\5\1\d\b\a\8\5\a\e\0\d\d\3\0\3\4\8\7\7\b\6\3\c\c\b\7\8\c\e\d\c\b\9\6\e\6\e\7 ]] |
584 | 2024-02-23T19:42:18.806Z | + do_untar out/downloads/dendrite-stub.tar.gz |
585 | 2024-02-23T19:42:18.806Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
586 | 2024-02-23T19:42:19.493Z | + do_assemble |
587 | 2024-02-23T19:42:19.493Z | + rm -r ./out/dendrite-stub |
588 | 2024-02-23T19:42:19.500Z | + mkdir ./out/dendrite-stub |
589 | 2024-02-23T19:42:19.500Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
590 | 2024-02-23T19:42:19.584Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
591 | 2024-02-23T19:42:19.594Z | + set -o errexit |
592 | 2024-02-23T19:42:19.597Z | +++ dirname ./tools/ci_download_maghemite_mgd |
593 | 2024-02-23T19:42:19.600Z | ++ cd ./tools |
594 | 2024-02-23T19:42:19.600Z | ++ pwd |
595 | 2024-02-23T19:42:19.600Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
596 | 2024-02-23T19:42:19.600Z | ++ basename ./tools/ci_download_maghemite_mgd |
597 | 2024-02-23T19:42:19.603Z | + ARG0=ci_download_maghemite_mgd |
598 | 2024-02-23T19:42:19.603Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
599 | 2024-02-23T19:42:19.604Z | ++ CIDL_SHA256=22996a6f3353296b848be729f14e78a42e7d3d6e62a4a918a5c2358ae011c8eb |
600 | 2024-02-23T19:42:19.604Z | ++ MGD_LINUX_SHA256=943b0a52d279bde55a419e2cdb24873acc32703bc97bd599376117ee0edc1511 |
601 | 2024-02-23T19:42:19.604Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
602 | 2024-02-23T19:42:19.604Z | ++ COMMIT=4b0e584eec455a43c36af08ae207086965cef833 |
603 | 2024-02-23T19:42:19.604Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
604 | 2024-02-23T19:42:19.604Z | + TARGET_DIR=out |
605 | 2024-02-23T19:42:19.604Z | + DOWNLOAD_DIR=out/downloads |
606 | 2024-02-23T19:42:19.604Z | + DEST_DIR=./out/mgd |
607 | 2024-02-23T19:42:19.604Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
608 | 2024-02-23T19:42:19.604Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
609 | 2024-02-23T19:42:19.604Z | + REPO=oxidecomputer/maghemite |
610 | 2024-02-23T19:42:19.604Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833 |
611 | 2024-02-23T19:42:19.604Z | + main |
612 | 2024-02-23T19:42:19.604Z | + [[ 0 != 0 ]] |
613 | 2024-02-23T19:42:19.604Z | + CIDL_OS=solaris2.11 |
614 | 2024-02-23T19:42:19.604Z | + [[ 0 != 0 ]] |
615 | 2024-02-23T19:42:19.604Z | + configure_os solaris2.11 |
616 | 2024-02-23T19:42:19.604Z | + echo 'current directory: /work/oxidecomputer/omicron' |
617 | 2024-02-23T19:42:19.604Z | current directory: /work/oxidecomputer/omicron |
618 | 2024-02-23T19:42:19.604Z | configuring based on OS: "solaris2.11" |
619 | 2024-02-23T19:42:19.604Z | + echo 'configuring based on OS: "solaris2.11"' |
620 | 2024-02-23T19:42:19.604Z | + case "$1" in |
621 | 2024-02-23T19:42:19.604Z | + SET_BINARIES= |
622 | 2024-02-23T19:42:19.604Z | + CIDL_SHA256FUNC=do_sha256sum |
623 | 2024-02-23T19:42:19.605Z | + TARBALL_FILENAME=mgd.tar.gz |
624 | 2024-02-23T19:42:19.605Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz |
625 | 2024-02-23T19:42:19.605Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
626 | 2024-02-23T19:42:19.605Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz' |
627 | 2024-02-23T19:42:19.605Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz |
628 | 2024-02-23T19:42:19.605Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
629 | 2024-02-23T19:42:19.605Z | + mkdir -p out/downloads |
630 | 2024-02-23T19:42:19.605Z | Local file: out/downloads/mgd.tar.gz |
631 | 2024-02-23T19:42:19.608Z | + mkdir -p ./out/mgd |
632 | 2024-02-23T19:42:19.608Z | + fetch_and_verify |
633 | 2024-02-23T19:42:19.608Z | + local DO_DOWNLOAD=true |
634 | 2024-02-23T19:42:19.608Z | + [[ -f out/downloads/mgd.tar.gz ]] |
635 | 2024-02-23T19:42:19.608Z | + '[' true == true ']' |
636 | 2024-02-23T19:42:19.608Z | + echo Downloading... |
637 | 2024-02-23T19:42:19.608Z | Downloading... |
638 | 2024-02-23T19:42:19.608Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz out/downloads/mgd.tar.gz |
639 | 2024-02-23T19:42:19.608Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz |
640 | 2024-02-23T19:42:25.961Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
641 | 2024-02-23T19:42:25.972Z | ++ sha256sum |
642 | 2024-02-23T19:42:25.972Z | ++ awk '{print $1}' |
643 | 2024-02-23T19:42:25.980Z | + calculated_sha256=22996a6f3353296b848be729f14e78a42e7d3d6e62a4a918a5c2358ae011c8eb |
644 | 2024-02-23T19:42:25.993Z | + [[ 22996a6f3353296b848be729f14e78a42e7d3d6e62a4a918a5c2358ae011c8eb != \2\2\9\9\6\a\6\f\3\3\5\3\2\9\6\b\8\4\8\b\e\7\2\9\f\1\4\e\7\8\a\4\2\e\7\d\3\d\6\e\6\2\a\4\a\9\1\8\a\5\c\2\3\5\8\a\e\0\1\1\c\8\e\b ]] |
645 | 2024-02-23T19:42:25.993Z | + do_untar out/downloads/mgd.tar.gz |
646 | 2024-02-23T19:42:25.993Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
647 | 2024-02-23T19:42:26.426Z | + do_assemble |
648 | 2024-02-23T19:42:26.426Z | + rm -r ./out/mgd |
649 | 2024-02-23T19:42:26.429Z | + mkdir ./out/mgd |
650 | 2024-02-23T19:42:26.432Z | + cp -r out/downloads/root ./out/mgd/root |
651 | 2024-02-23T19:42:26.593Z | + set -o errexit |
652 | 2024-02-23T19:42:26.597Z | +++ dirname ./tools/ci_download_transceiver_control |
653 | 2024-02-23T19:42:26.597Z | ++ cd ./tools |
654 | 2024-02-23T19:42:26.597Z | ++ pwd |
655 | 2024-02-23T19:42:26.597Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
656 | 2024-02-23T19:42:26.597Z | ++ basename ./tools/ci_download_transceiver_control |
657 | 2024-02-23T19:42:26.597Z | + ARG0=ci_download_transceiver_control |
658 | 2024-02-23T19:42:26.597Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
659 | 2024-02-23T19:42:26.597Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
660 | 2024-02-23T19:42:26.597Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
661 | 2024-02-23T19:42:26.597Z | + TARGET_DIR=out |
662 | 2024-02-23T19:42:26.597Z | + DOWNLOAD_DIR=out/downloads |
663 | 2024-02-23T19:42:26.597Z | + DEST_DIR=./out/transceiver-control |
664 | 2024-02-23T19:42:26.597Z | + BIN_DIR=/opt/oxide/bin |
665 | 2024-02-23T19:42:26.597Z | + BINARY=xcvradm |
666 | 2024-02-23T19:42:26.597Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
667 | 2024-02-23T19:42:26.597Z | + REPO=oxidecomputer/transceiver-control |
668 | 2024-02-23T19:42:26.597Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
669 | 2024-02-23T19:42:26.598Z | + main |
670 | 2024-02-23T19:42:26.598Z | + [[ 0 != 0 ]] |
671 | 2024-02-23T19:42:26.598Z | + CIDL_OS=solaris2.11 |
672 | 2024-02-23T19:42:26.598Z | + [[ 0 != 0 ]] |
673 | 2024-02-23T19:42:26.598Z | + configure_os solaris2.11 |
674 | 2024-02-23T19:42:26.598Z | + echo 'current directory: /work/oxidecomputer/omicron' |
675 | 2024-02-23T19:42:26.598Z | current directory: /work/oxidecomputer/omicron |
676 | 2024-02-23T19:42:26.598Z | configuring based on OS: "solaris2.11" |
677 | 2024-02-23T19:42:26.598Z | + echo 'configuring based on OS: "solaris2.11"' |
678 | 2024-02-23T19:42:26.598Z | + case "$1" in |
679 | 2024-02-23T19:42:26.598Z | + SET_BINARIES= |
680 | 2024-02-23T19:42:26.598Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
681 | 2024-02-23T19:42:26.598Z | + CIDL_SHA256FUNC=do_sha256sum |
682 | 2024-02-23T19:42:26.598Z | + ARCHIVE_FILENAME=xcvradm.gz |
683 | 2024-02-23T19:42:26.598Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
684 | 2024-02-23T19:42:26.598Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
685 | 2024-02-23T19:42:26.598Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
686 | 2024-02-23T19:42:26.598Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
687 | 2024-02-23T19:42:26.598Z | Local file: out/downloads/xcvradm.gz |
688 | 2024-02-23T19:42:26.598Z | + echo 'Local file: out/downloads/xcvradm.gz' |
689 | 2024-02-23T19:42:26.598Z | + mkdir -p out/downloads |
690 | 2024-02-23T19:42:26.598Z | + mkdir -p ./out/transceiver-control |
691 | 2024-02-23T19:42:26.598Z | + fetch_and_verify |
692 | 2024-02-23T19:42:26.598Z | + local DO_DOWNLOAD=true |
693 | 2024-02-23T19:42:26.598Z | + [[ -f out/downloads/xcvradm.gz ]] |
694 | 2024-02-23T19:42:26.599Z | + '[' true == true ']' |
695 | 2024-02-23T19:42:26.599Z | + echo Downloading... |
696 | 2024-02-23T19:42:26.599Z | Downloading... |
697 | 2024-02-23T19:42:26.599Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
698 | 2024-02-23T19:42:26.599Z | + 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 |
699 | 2024-02-23T19:42:28.566Z | ++ do_sha256sum out/downloads/xcvradm.gz |
700 | 2024-02-23T19:42:28.571Z | ++ sha256sum |
701 | 2024-02-23T19:42:28.571Z | ++ awk '{print $1}' |
702 | 2024-02-23T19:42:28.575Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
703 | 2024-02-23T19:42:28.575Z | + [[ 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 ]] |
704 | 2024-02-23T19:42:28.578Z | + do_unpack out/downloads/xcvradm.gz |
705 | 2024-02-23T19:42:28.578Z | + mkdir -p out/downloads/root//opt/oxide/bin |
706 | 2024-02-23T19:42:28.578Z | + gzip -dc out/downloads/xcvradm.gz |
707 | 2024-02-23T19:42:28.698Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
708 | 2024-02-23T19:42:28.701Z | + do_assemble |
709 | 2024-02-23T19:42:28.701Z | + rm -r ./out/transceiver-control |
710 | 2024-02-23T19:42:28.705Z | + mkdir ./out/transceiver-control |
711 | 2024-02-23T19:42:28.711Z | + cp -r out/downloads/root ./out/transceiver-control/root |
712 | 2024-02-23T19:42:29.043Z | All builder prerequisites installed successfully, and PATH looks valid |
713 | 2024-02-23T19:42:29.050Z | |
714 | 2024-02-23T19:42:29.050Z | real 2:00.114265420 |
715 | 2024-02-23T19:42:29.050Z | user 34.962874701 |
716 | 2024-02-23T19:42:29.050Z | sys 6.627886565 |
717 | 2024-02-23T19:42:29.050Z | trap 0.008453721 |
718 | 2024-02-23T19:42:29.050Z | tflt 0.232966703 |
719 | 2024-02-23T19:42:29.050Z | dflt 0.599926996 |
720 | 2024-02-23T19:42:29.050Z | kflt 0.211674772 |
721 | 2024-02-23T19:42:29.050Z | lock 1.330375569 |
722 | 2024-02-23T19:42:29.050Z | slp 3:57.968929369 |
723 | 2024-02-23T19:42:29.050Z | lat 1.772032418 |
724 | 2024-02-23T19:42:29.050Z | stop 0.118051753 |
725 | 2024-02-23T19:42:29.051Z | |
726 | 2024-02-23T19:42:29.051Z | #### # # ##### ##### # # |
727 | 2024-02-23T19:42:29.051Z | # # # # # # # # # # |
728 | 2024-02-23T19:42:29.051Z | # # # # # # # # |
729 | 2024-02-23T19:42:29.051Z | # # # ##### ##### # |
730 | 2024-02-23T19:42:29.051Z | # # # # # # # |
731 | 2024-02-23T19:42:29.051Z | #### ###### # # # # |
732 | 2024-02-23T19:42:29.051Z | |
733 | 2024-02-23T19:42:29.270Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
734 | 2024-02-23T19:42:29.616Z | Updating git repository `https://github.com/oxidecomputer/samael` |
735 | 2024-02-23T19:42:29.970Z | Updating crates.io index |
736 | 2024-02-23T19:42:29.973Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
737 | 2024-02-23T19:42:30.863Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
738 | 2024-02-23T19:42:32.706Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
739 | 2024-02-23T19:42:33.295Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
740 | 2024-02-23T19:42:33.592Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
741 | 2024-02-23T19:42:33.859Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
742 | 2024-02-23T19:42:34.113Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
743 | 2024-02-23T19:42:35.080Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
744 | 2024-02-23T19:42:37.968Z | Updating git repository `https://github.com/oxidecomputer/opte` |
745 | 2024-02-23T19:42:38.835Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
746 | 2024-02-23T19:42:39.176Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
747 | 2024-02-23T19:42:39.760Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
748 | 2024-02-23T19:42:40.210Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
749 | 2024-02-23T19:42:40.517Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
750 | 2024-02-23T19:42:40.820Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
751 | 2024-02-23T19:42:41.173Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
752 | 2024-02-23T19:42:41.618Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
753 | 2024-02-23T19:42:41.887Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
754 | 2024-02-23T19:42:42.386Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
755 | 2024-02-23T19:42:42.739Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
756 | 2024-02-23T19:42:43.073Z | Updating git repository `https://github.com/jgallagher/nix` |
757 | 2024-02-23T19:42:44.123Z | Updating git repository `https://github.com/cbiffle/hubpack` |
758 | 2024-02-23T19:42:44.881Z | Updating git repository `https://github.com/oxidecomputer/typify` |
759 | 2024-02-23T19:42:46.009Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
760 | 2024-02-23T19:42:46.381Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
761 | 2024-02-23T19:42:46.672Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
762 | 2024-02-23T19:42:47.833Z | Downloading crates ... |
763 | 2024-02-23T19:42:48.015Z | Downloaded anstyle-parse v0.2.1 |
764 | 2024-02-23T19:42:48.018Z | Downloaded colorchoice v1.0.0 |
765 | 2024-02-23T19:42:48.024Z | Downloaded proc-macro2 v1.0.78 |
766 | 2024-02-23T19:42:48.028Z | Downloaded heck v0.4.1 |
767 | 2024-02-23T19:42:48.046Z | Downloaded semver v1.0.22 |
768 | 2024-02-23T19:42:48.055Z | Downloaded unicode-ident v1.0.12 |
769 | 2024-02-23T19:42:48.055Z | Downloaded equivalent v1.0.1 |
770 | 2024-02-23T19:42:48.061Z | Downloaded clap v4.5.0 |
771 | 2024-02-23T19:42:48.066Z | Downloaded itoa v1.0.9 |
772 | 2024-02-23T19:42:48.066Z | Downloaded terminal_size v0.3.0 |
773 | 2024-02-23T19:42:48.071Z | Downloaded strsim v0.11.0 |
774 | 2024-02-23T19:42:48.072Z | Downloaded thiserror v1.0.57 |
775 | 2024-02-23T19:42:48.088Z | Downloaded cargo-platform v0.1.3 |
776 | 2024-02-23T19:42:48.088Z | Downloaded serde_spanned v0.6.5 |
777 | 2024-02-23T19:42:48.088Z | Downloaded utf8parse v0.2.1 |
778 | 2024-02-23T19:42:48.110Z | Downloaded clap_derive v4.5.0 |
779 | 2024-02-23T19:42:48.110Z | Downloaded errno v0.3.8 |
780 | 2024-02-23T19:42:48.110Z | Downloaded anstyle v1.0.2 |
781 | 2024-02-23T19:42:48.110Z | Downloaded anstyle-query v1.0.0 |
782 | 2024-02-23T19:42:48.110Z | Downloaded clap_lex v0.7.0 |
783 | 2024-02-23T19:42:48.110Z | Downloaded toml_datetime v0.6.5 |
784 | 2024-02-23T19:42:48.110Z | Downloaded camino v1.1.6 |
785 | 2024-02-23T19:42:48.110Z | Downloaded cargo_toml v0.19.0 |
786 | 2024-02-23T19:42:48.111Z | Downloaded thiserror-impl v1.0.57 |
787 | 2024-02-23T19:42:48.111Z | Downloaded cargo_metadata v0.18.1 |
788 | 2024-02-23T19:42:48.111Z | Downloaded bitflags v2.4.0 |
789 | 2024-02-23T19:42:48.135Z | Downloaded quote v1.0.35 |
790 | 2024-02-23T19:42:48.135Z | Downloaded anstream v0.6.11 |
791 | 2024-02-23T19:42:48.135Z | Downloaded anyhow v1.0.75 |
792 | 2024-02-23T19:42:48.135Z | Downloaded toml v0.8.10 |
793 | 2024-02-23T19:42:48.136Z | Downloaded serde_derive v1.0.196 |
794 | 2024-02-23T19:42:48.136Z | Downloaded ryu v1.0.15 |
795 | 2024-02-23T19:42:48.136Z | Downloaded indexmap v2.2.3 |
796 | 2024-02-23T19:42:48.136Z | Downloaded serde v1.0.196 |
797 | 2024-02-23T19:42:48.142Z | Downloaded memchr v2.6.3 |
798 | 2024-02-23T19:42:48.142Z | Downloaded toml_edit v0.22.6 |
799 | 2024-02-23T19:42:48.162Z | Downloaded hashbrown v0.14.3 |
800 | 2024-02-23T19:42:48.174Z | Downloaded winnow v0.6.1 |
801 | 2024-02-23T19:42:48.196Z | Downloaded serde_json v1.0.114 |
802 | 2024-02-23T19:42:48.196Z | Downloaded clap_builder v4.5.0 |
803 | 2024-02-23T19:42:48.202Z | Downloaded syn v2.0.48 |
804 | 2024-02-23T19:42:48.212Z | Downloaded rustix v0.38.31 |
805 | 2024-02-23T19:42:48.241Z | Downloaded libc v0.2.153 |
806 | 2024-02-23T19:42:48.460Z | Compiling proc-macro2 v1.0.78 |
807 | 2024-02-23T19:42:48.461Z | Compiling unicode-ident v1.0.12 |
808 | 2024-02-23T19:42:48.465Z | Compiling serde v1.0.196 |
809 | 2024-02-23T19:42:48.465Z | Compiling libc v0.2.153 |
810 | 2024-02-23T19:42:48.465Z | Compiling rustix v0.38.31 |
811 | 2024-02-23T19:42:48.466Z | Compiling hashbrown v0.14.3 |
812 | 2024-02-23T19:42:48.485Z | Compiling bitflags v2.4.0 |
813 | 2024-02-23T19:42:48.494Z | Compiling equivalent v1.0.1 |
814 | 2024-02-23T19:42:48.628Z | Compiling utf8parse v0.2.1 |
815 | 2024-02-23T19:42:48.680Z | Compiling anstyle v1.0.2 |
816 | 2024-02-23T19:42:48.788Z | Compiling anstyle-parse v0.2.1 |
817 | 2024-02-23T19:42:48.917Z | Compiling winnow v0.6.1 |
818 | 2024-02-23T19:42:49.092Z | Compiling thiserror v1.0.57 |
819 | 2024-02-23T19:42:49.107Z | Compiling colorchoice v1.0.0 |
820 | 2024-02-23T19:42:49.240Z | Compiling semver v1.0.22 |
821 | 2024-02-23T19:42:50.805Z | Compiling indexmap v2.2.3 |
822 | 2024-02-23T19:42:50.850Z | Compiling serde_json v1.0.114 |
823 | 2024-02-23T19:42:50.850Z | Compiling anstyle-query v1.0.0 |
824 | 2024-02-23T19:42:50.850Z | Compiling camino v1.1.6 |
825 | 2024-02-23T19:42:50.850Z | Compiling anstream v0.6.11 |
826 | 2024-02-23T19:42:50.885Z | Compiling strsim v0.11.0 |
827 | 2024-02-23T19:42:50.921Z | Compiling itoa v1.0.9 |
828 | 2024-02-23T19:42:50.928Z | Compiling ryu v1.0.15 |
829 | 2024-02-23T19:42:51.206Z | Compiling heck v0.4.1 |
830 | 2024-02-23T19:42:51.303Z | Compiling anyhow v1.0.75 |
831 | 2024-02-23T19:42:51.385Z | Compiling clap_lex v0.7.0 |
832 | 2024-02-23T19:42:51.722Z | Compiling quote v1.0.35 |
833 | 2024-02-23T19:42:52.051Z | Compiling syn v2.0.48 |
834 | 2024-02-23T19:42:52.077Z | Compiling errno v0.3.8 |
835 | 2024-02-23T19:42:53.016Z | Compiling terminal_size v0.3.0 |
836 | 2024-02-23T19:42:53.104Z | Compiling clap_builder v4.5.0 |
837 | 2024-02-23T19:43:03.771Z | Compiling serde_derive v1.0.196 |
838 | 2024-02-23T19:43:03.825Z | Compiling thiserror-impl v1.0.57 |
839 | 2024-02-23T19:43:03.825Z | Compiling clap_derive v4.5.0 |
840 | 2024-02-23T19:43:03.825Z | Compiling clap v4.5.0 |
841 | 2024-02-23T19:43:04.951Z | Compiling serde_spanned v0.6.5 |
842 | 2024-02-23T19:43:04.971Z | Compiling toml_datetime v0.6.5 |
843 | 2024-02-23T19:43:04.971Z | Compiling cargo-platform v0.1.3 |
844 | 2024-02-23T19:43:05.191Z | Compiling toml_edit v0.22.6 |
845 | 2024-02-23T19:43:06.338Z | Compiling cargo_metadata v0.18.1 |
846 | 2024-02-23T19:43:07.318Z | Compiling toml v0.8.10 |
847 | 2024-02-23T19:43:08.090Z | Compiling cargo_toml v0.19.0 |
848 | 2024-02-23T19:43:12.003Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
849 | 2024-02-23T19:43:12.985Z | Finished dev [unoptimized + debuginfo] target(s) in 43.88s |
850 | 2024-02-23T19:43:13.166Z | Running `target/debug/xtask clippy` |
851 | 2024-02-23T19:43:13.194Z | running: "/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" "--warn" "clippy::disallowed_macros" "--warn" "clippy::disallowed_methods" "--warn" "clippy::disallowed_names" "--warn" "clippy::disallowed_script_idents" "--warn" "clippy::disallowed_types" |
852 | 2024-02-23T19:43:13.737Z | Downloading crates ... |
853 | 2024-02-23T19:43:13.958Z | Downloaded hubpack_derive v0.1.1 |
854 | 2024-02-23T19:43:13.961Z | Downloaded http-range v0.1.5 |
855 | 2024-02-23T19:43:13.964Z | Downloaded ciborium-io v0.2.2 |
856 | 2024-02-23T19:43:13.974Z | Downloaded byteorder v1.5.0 |
857 | 2024-02-23T19:43:13.977Z | Downloaded block-buffer v0.10.4 |
858 | 2024-02-23T19:43:13.983Z | Downloaded num v0.4.1 |
859 | 2024-02-23T19:43:13.983Z | Downloaded nodrop v0.1.14 |
860 | 2024-02-23T19:43:13.986Z | Downloaded humantime v2.1.0 |
861 | 2024-02-23T19:43:13.999Z | Downloaded bcs v0.1.6 |
862 | 2024-02-23T19:43:14.005Z | Downloaded is_ci v1.2.0 |
863 | 2024-02-23T19:43:14.005Z | Downloaded indoc v1.0.9 |
864 | 2024-02-23T19:43:14.005Z | Downloaded num-iter v0.1.43 |
865 | 2024-02-23T19:43:14.005Z | Downloaded httptest v0.15.5 |
866 | 2024-02-23T19:43:14.009Z | Downloaded nu-ansi-term v0.50.0 |
867 | 2024-02-23T19:43:14.009Z | Downloaded normalize-line-endings v0.3.0 |
868 | 2024-02-23T19:43:14.009Z | Downloaded num-integer v0.1.46 |
869 | 2024-02-23T19:43:14.012Z | Downloaded num-complex v0.4.4 |
870 | 2024-02-23T19:43:14.015Z | Downloaded chacha20 v0.9.1 |
871 | 2024-02-23T19:43:14.019Z | Downloaded rpassword v7.3.1 |
872 | 2024-02-23T19:43:14.022Z | Downloaded relative-path v1.9.0 |
873 | 2024-02-23T19:43:14.025Z | Downloaded num-rational v0.4.1 |
874 | 2024-02-23T19:43:14.030Z | Downloaded instant v0.1.12 |
875 | 2024-02-23T19:43:14.030Z | Downloaded rustc-demangle v0.1.23 |
876 | 2024-02-23T19:43:14.034Z | Downloaded rsa v0.9.2 |
877 | 2024-02-23T19:43:14.040Z | Downloaded crucible-workspace-hack v0.1.0 |
878 | 2024-02-23T19:43:14.044Z | Downloaded bitflags v1.3.2 |
879 | 2024-02-23T19:43:14.048Z | Downloaded http-body v0.4.5 |
880 | 2024-02-23T19:43:14.051Z | Downloaded cfg-if v1.0.0 |
881 | 2024-02-23T19:43:14.055Z | Downloaded http-body v1.0.0 |
882 | 2024-02-23T19:43:14.058Z | Downloaded lazy_static v1.4.0 |
883 | 2024-02-23T19:43:14.061Z | Downloaded blake2b_simd v1.0.1 |
884 | 2024-02-23T19:43:14.061Z | Downloaded num-bigint-dig v0.8.4 |
885 | 2024-02-23T19:43:14.069Z | Downloaded httparse v1.8.0 |
886 | 2024-02-23T19:43:14.074Z | Downloaded curve25519-dalek-derive v0.1.0 |
887 | 2024-02-23T19:43:14.077Z | Downloaded crc-any v2.4.3 |
888 | 2024-02-23T19:43:14.081Z | Downloaded crunchy v0.2.2 |
889 | 2024-02-23T19:43:14.084Z | Downloaded new_debug_unreachable v1.0.4 |
890 | 2024-02-23T19:43:14.087Z | Downloaded matches v0.1.10 |
891 | 2024-02-23T19:43:14.087Z | Downloaded match_cfg v0.1.0 |
892 | 2024-02-23T19:43:14.090Z | Downloaded constant_time_eq v0.2.6 |
893 | 2024-02-23T19:43:14.093Z | Downloaded crc v3.0.1 |
894 | 2024-02-23T19:43:14.097Z | Downloaded adler v1.0.2 |
895 | 2024-02-23T19:43:14.100Z | Downloaded blake2 v0.10.6 |
896 | 2024-02-23T19:43:14.103Z | Downloaded approx v0.5.1 |
897 | 2024-02-23T19:43:14.109Z | Downloaded ascii-canvas v3.0.0 |
898 | 2024-02-23T19:43:14.109Z | Downloaded display-error-chain v0.2.0 |
899 | 2024-02-23T19:43:14.112Z | Downloaded derive_builder_macro v0.12.0 |
900 | 2024-02-23T19:43:14.112Z | Downloaded aead v0.5.2 |
901 | 2024-02-23T19:43:14.112Z | Downloaded number_prefix v0.4.0 |
902 | 2024-02-23T19:43:14.115Z | Downloaded maplit v1.0.2 |
903 | 2024-02-23T19:43:14.118Z | Downloaded crossbeam-deque v0.8.3 |
904 | 2024-02-23T19:43:14.118Z | Downloaded autocfg v1.1.0 |
905 | 2024-02-23T19:43:14.121Z | Downloaded cc v1.0.83 |
906 | 2024-02-23T19:43:14.125Z | Downloaded linear-map v1.2.0 |
907 | 2024-02-23T19:43:14.129Z | Downloaded memoffset v0.7.1 |
908 | 2024-02-23T19:43:14.133Z | Downloaded memoffset v0.9.0 |
909 | 2024-02-23T19:43:14.135Z | Downloaded mockall v0.12.0 |
910 | 2024-02-23T19:43:14.138Z | Downloaded mime v0.3.17 |
911 | 2024-02-23T19:43:14.141Z | Downloaded textwrap v0.11.0 |
912 | 2024-02-23T19:43:14.144Z | Downloaded time-macros v0.2.13 |
913 | 2024-02-23T19:43:14.146Z | Downloaded native-tls v0.2.11 |
914 | 2024-02-23T19:43:14.151Z | Downloaded want v0.3.1 |
915 | 2024-02-23T19:43:14.151Z | Downloaded termtree v0.4.1 |
916 | 2024-02-23T19:43:14.153Z | Downloaded walkdir v2.4.0 |
917 | 2024-02-23T19:43:14.156Z | Downloaded tempdir v0.3.7 |
918 | 2024-02-23T19:43:14.159Z | Downloaded rustc-hash v1.1.0 |
919 | 2024-02-23T19:43:14.159Z | Downloaded foreign-types-shared v0.3.1 |
920 | 2024-02-23T19:43:14.162Z | Downloaded num-derive v0.4.0 |
921 | 2024-02-23T19:43:14.164Z | Downloaded sqlparser_derive v0.2.2 |
922 | 2024-02-23T19:43:14.165Z | Downloaded signature v1.6.4 |
923 | 2024-02-23T19:43:14.167Z | Downloaded enum-as-inner v0.5.1 |
924 | 2024-02-23T19:43:14.170Z | Downloaded packed_struct v0.10.1 |
925 | 2024-02-23T19:43:14.175Z | Downloaded async-trait v0.1.77 |
926 | 2024-02-23T19:43:14.178Z | Downloaded memmap2 v0.7.1 |
927 | 2024-02-23T19:43:14.181Z | Downloaded mime_guess v2.0.4 |
928 | 2024-02-23T19:43:14.184Z | Downloaded http v0.2.11 |
929 | 2024-02-23T19:43:14.188Z | Downloaded stability v0.1.1 |
930 | 2024-02-23T19:43:14.191Z | Downloaded spin v0.5.2 |
931 | 2024-02-23T19:43:14.194Z | Downloaded indicatif v0.17.8 |
932 | 2024-02-23T19:43:14.197Z | Downloaded hmac v0.12.1 |
933 | 2024-02-23T19:43:14.200Z | Downloaded fixedbitset v0.4.2 |
934 | 2024-02-23T19:43:14.203Z | Downloaded ed25519 v1.5.3 |
935 | 2024-02-23T19:43:14.206Z | Downloaded openssl-probe v0.1.5 |
936 | 2024-02-23T19:43:14.206Z | Downloaded structmeta-derive v0.3.0 |
937 | 2024-02-23T19:43:14.209Z | Downloaded structmeta v0.3.0 |
938 | 2024-02-23T19:43:14.211Z | Downloaded defmt-parser v0.3.3 |
939 | 2024-02-23T19:43:14.211Z | Downloaded defmt-macros v0.3.6 |
940 | 2024-02-23T19:43:14.214Z | Downloaded tokio-stream v0.1.14 |
941 | 2024-02-23T19:43:14.220Z | Downloaded rustls-native-certs v0.7.0 |
942 | 2024-02-23T19:43:14.223Z | Downloaded crossbeam-epoch v0.9.15 |
943 | 2024-02-23T19:43:14.226Z | Downloaded miniz_oxide v0.7.1 |
944 | 2024-02-23T19:43:14.229Z | Downloaded ahash v0.8.7 |
945 | 2024-02-23T19:43:14.233Z | Downloaded guppy-workspace-hack v0.1.0 |
946 | 2024-02-23T19:43:14.236Z | Downloaded basic-toml v0.1.8 |
947 | 2024-02-23T19:43:14.245Z | Downloaded remove_dir_all v0.5.3 |
948 | 2024-02-23T19:43:14.248Z | Downloaded data-encoding v2.4.0 |
949 | 2024-02-23T19:43:14.251Z | Downloaded plain v0.2.3 |
950 | 2024-02-23T19:43:14.251Z | Downloaded fnv v1.0.7 |
951 | 2024-02-23T19:43:14.251Z | Downloaded typenum v1.16.0 |
952 | 2024-02-23T19:43:14.257Z | Downloaded precomputed-hash v0.1.1 |
953 | 2024-02-23T19:43:14.260Z | Downloaded darling_macro v0.20.3 |
954 | 2024-02-23T19:43:14.261Z | Downloaded foreign-types-shared v0.1.1 |
955 | 2024-02-23T19:43:14.261Z | Downloaded smallvec v0.6.14 |
956 | 2024-02-23T19:43:14.261Z | Downloaded zerocopy v0.3.0 |
957 | 2024-02-23T19:43:14.261Z | Downloaded deranged v0.3.8 |
958 | 2024-02-23T19:43:14.264Z | Downloaded rand_xorshift v0.3.0 |
959 | 2024-02-23T19:43:14.264Z | Downloaded vte_generate_state_changes v0.1.1 |
960 | 2024-02-23T19:43:14.266Z | Downloaded hash32 v0.2.1 |
961 | 2024-02-23T19:43:14.269Z | Downloaded string_cache v0.8.7 |
962 | 2024-02-23T19:43:14.269Z | Downloaded zerocopy-derive v0.7.32 |
963 | 2024-02-23T19:43:14.273Z | Downloaded waitgroup v0.1.2 |
964 | 2024-02-23T19:43:14.276Z | Downloaded bytes v1.5.0 |
965 | 2024-02-23T19:43:14.279Z | Downloaded version_check v0.9.4 |
966 | 2024-02-23T19:43:14.286Z | Downloaded yansi v0.5.1 |
967 | 2024-02-23T19:43:14.306Z | Downloaded xattr v1.0.1 |
968 | 2024-02-23T19:43:14.306Z | Downloaded rand_chacha v0.3.1 |
969 | 2024-02-23T19:43:14.306Z | Downloaded arc-swap v1.6.0 |
970 | 2024-02-23T19:43:14.306Z | Downloaded stable_deref_trait v1.2.0 |
971 | 2024-02-23T19:43:14.307Z | Downloaded generic-array v0.14.7 |
972 | 2024-02-23T19:43:14.307Z | Downloaded fragile v2.0.0 |
973 | 2024-02-23T19:43:14.319Z | Downloaded parse-size v1.0.0 |
974 | 2024-02-23T19:43:14.319Z | Downloaded fd-lock v3.0.13 |
975 | 2024-02-23T19:43:14.320Z | Downloaded strum_macros v0.25.2 |
976 | 2024-02-23T19:43:14.320Z | Downloaded rusty-fork v0.3.0 |
977 | 2024-02-23T19:43:14.320Z | Downloaded elliptic-curve v0.13.8 |
978 | 2024-02-23T19:43:14.320Z | Downloaded path-slash v0.1.5 |
979 | 2024-02-23T19:43:14.320Z | Downloaded proc-macro-error-attr v1.0.4 |
980 | 2024-02-23T19:43:14.320Z | Downloaded doc-comment v0.3.3 |
981 | 2024-02-23T19:43:14.320Z | Downloaded phf_shared v0.10.0 |
982 | 2024-02-23T19:43:14.324Z | Downloaded parse-display-derive v0.9.0 |
983 | 2024-02-23T19:43:14.324Z | Downloaded foreign-types-macros v0.2.3 |
984 | 2024-02-23T19:43:14.324Z | Downloaded unicode-linebreak v0.1.5 |
985 | 2024-02-23T19:43:14.324Z | Downloaded opaque-debug v0.3.0 |
986 | 2024-02-23T19:43:14.324Z | Downloaded num_threads v0.1.6 |
987 | 2024-02-23T19:43:14.324Z | Downloaded fallible-iterator v0.2.0 |
988 | 2024-02-23T19:43:14.324Z | Downloaded pem-rfc7468 v0.7.0 |
989 | 2024-02-23T19:43:14.331Z | Downloaded semver-parser v0.10.2 |
990 | 2024-02-23T19:43:14.334Z | Downloaded usdt v0.5.0 |
991 | 2024-02-23T19:43:14.338Z | Downloaded crypto-bigint v0.5.2 |
992 | 2024-02-23T19:43:14.341Z | Downloaded openssl-macros v0.1.1 |
993 | 2024-02-23T19:43:14.344Z | Downloaded nix v0.27.1 |
994 | 2024-02-23T19:43:14.355Z | Downloaded rustc_version v0.1.7 |
995 | 2024-02-23T19:43:14.358Z | Downloaded rust-argon2 v1.0.1 |
996 | 2024-02-23T19:43:14.361Z | Downloaded pretty-hex v0.4.1 |
997 | 2024-02-23T19:43:14.361Z | Downloaded pretty-hex v0.2.1 |
998 | 2024-02-23T19:43:14.368Z | Downloaded ff v0.13.0 |
999 | 2024-02-23T19:43:14.368Z | Downloaded num_cpus v1.16.0 |
1000 | 2024-02-23T19:43:14.371Z | Downloaded dof v0.1.5 |
1001 | 2024-02-23T19:43:14.371Z | Downloaded slog-envlogger v2.2.0 |
1002 | 2024-02-23T19:43:14.371Z | Downloaded predicates-core v1.0.6 |
1003 | 2024-02-23T19:43:14.374Z | Downloaded secrecy v0.8.0 |
1004 | 2024-02-23T19:43:14.374Z | Downloaded password-hash v0.5.0 |
1005 | 2024-02-23T19:43:14.377Z | Downloaded structopt v0.3.26 |
1006 | 2024-02-23T19:43:14.384Z | Downloaded tower-service v0.3.2 |
1007 | 2024-02-23T19:43:14.387Z | Downloaded socket2 v0.5.5 |
1008 | 2024-02-23T19:43:14.390Z | Downloaded strum v0.26.1 |
1009 | 2024-02-23T19:43:14.390Z | Downloaded itertools v0.12.1 |
1010 | 2024-02-23T19:43:14.398Z | Downloaded plotters-backend v0.3.5 |
1011 | 2024-02-23T19:43:14.401Z | Downloaded dof v0.3.0 |
1012 | 2024-02-23T19:43:14.401Z | Downloaded tap v1.0.1 |
1013 | 2024-02-23T19:43:14.404Z | Downloaded num_enum v0.5.11 |
1014 | 2024-02-23T19:43:14.408Z | Downloaded heck v0.3.3 |
1015 | 2024-02-23T19:43:14.411Z | Downloaded pest_derive v2.7.6 |
1016 | 2024-02-23T19:43:14.414Z | Downloaded endian-type v0.1.2 |
1017 | 2024-02-23T19:43:14.414Z | Downloaded difflib v0.4.0 |
1018 | 2024-02-23T19:43:14.417Z | Downloaded quick-error v1.2.3 |
1019 | 2024-02-23T19:43:14.420Z | Downloaded getopts v0.2.21 |
1020 | 2024-02-23T19:43:14.420Z | Downloaded supports-color v3.0.0 |
1021 | 2024-02-23T19:43:14.423Z | Downloaded once_cell v1.19.0 |
1022 | 2024-02-23T19:43:14.426Z | Downloaded scopeguard v1.2.0 |
1023 | 2024-02-23T19:43:14.426Z | Downloaded tabled_derive v0.7.0 |
1024 | 2024-02-23T19:43:14.429Z | Downloaded subtle v2.5.0 |
1025 | 2024-02-23T19:43:14.429Z | Downloaded oso v0.27.0 |
1026 | 2024-02-23T19:43:14.432Z | Downloaded textwrap v0.16.1 |
1027 | 2024-02-23T19:43:14.434Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1028 | 2024-02-23T19:43:14.437Z | Downloaded unicode-bidi v0.3.13 |
1029 | 2024-02-23T19:43:14.440Z | Downloaded headers-core v0.2.0 |
1030 | 2024-02-23T19:43:14.440Z | Downloaded url v2.5.0 |
1031 | 2024-02-23T19:43:14.443Z | Downloaded slab v0.4.9 |
1032 | 2024-02-23T19:43:14.446Z | Downloaded rustls-pemfile v1.0.3 |
1033 | 2024-02-23T19:43:14.455Z | Downloaded thread-id v4.2.0 |
1034 | 2024-02-23T19:43:14.456Z | Downloaded slog-dtrace v0.3.0 |
1035 | 2024-02-23T19:43:14.456Z | Downloaded semver v0.11.0 |
1036 | 2024-02-23T19:43:14.456Z | Downloaded swrite v0.1.0 |
1037 | 2024-02-23T19:43:14.459Z | Downloaded rustls-pki-types v1.3.0 |
1038 | 2024-02-23T19:43:14.459Z | Downloaded ron v0.8.1 |
1039 | 2024-02-23T19:43:14.462Z | Downloaded zeroize_derive v1.4.2 |
1040 | 2024-02-23T19:43:14.465Z | Downloaded num_enum_derive v0.5.11 |
1041 | 2024-02-23T19:43:14.465Z | Downloaded gethostname v0.4.3 |
1042 | 2024-02-23T19:43:14.468Z | Downloaded untrusted v0.9.0 |
1043 | 2024-02-23T19:43:14.468Z | Downloaded omicron-zone-package v0.11.0 |
1044 | 2024-02-23T19:43:14.471Z | Downloaded tungstenite v0.20.1 |
1045 | 2024-02-23T19:43:14.475Z | Downloaded packed_struct_codegen v0.10.1 |
1046 | 2024-02-23T19:43:14.477Z | Downloaded proc-macro-crate v1.3.1 |
1047 | 2024-02-23T19:43:14.477Z | Downloaded env_logger v0.10.0 |
1048 | 2024-02-23T19:43:14.481Z | Downloaded zone_cfg_derive v0.3.0 |
1049 | 2024-02-23T19:43:14.484Z | Downloaded usdt-macro v0.5.0 |
1050 | 2024-02-23T19:43:14.484Z | Downloaded diff v0.1.13 |
1051 | 2024-02-23T19:43:14.487Z | Downloaded fxhash v0.2.1 |
1052 | 2024-02-23T19:43:14.489Z | Downloaded take_mut v0.2.2 |
1053 | 2024-02-23T19:43:14.489Z | Downloaded itertools v0.10.5 |
1054 | 2024-02-23T19:43:14.495Z | Downloaded tinyvec_macros v0.1.1 |
1055 | 2024-02-23T19:43:14.498Z | Downloaded same-file v1.0.6 |
1056 | 2024-02-23T19:43:14.499Z | Downloaded hex v0.4.3 |
1057 | 2024-02-23T19:43:14.501Z | Downloaded strum v0.25.0 |
1058 | 2024-02-23T19:43:14.501Z | Downloaded serde_path_to_error v0.1.15 |
1059 | 2024-02-23T19:43:14.504Z | Downloaded slog-scope v4.4.0 |
1060 | 2024-02-23T19:43:14.507Z | Downloaded foreign-types v0.3.2 |
1061 | 2024-02-23T19:43:14.507Z | Downloaded thiserror-no-std v2.0.2 |
1062 | 2024-02-23T19:43:14.512Z | Downloaded slog-term v2.9.0 |
1063 | 2024-02-23T19:43:14.515Z | Downloaded rustc_version v0.4.0 |
1064 | 2024-02-23T19:43:14.515Z | Downloaded tracing-attributes v0.1.26 |
1065 | 2024-02-23T19:43:14.519Z | Downloaded hyper v1.1.0 |
1066 | 2024-02-23T19:43:14.534Z | Downloaded darling_macro v0.14.4 |
1067 | 2024-02-23T19:43:14.536Z | Downloaded funty v2.0.0 |
1068 | 2024-02-23T19:43:14.537Z | Downloaded futures-core v0.3.30 |
1069 | 2024-02-23T19:43:14.537Z | Downloaded pem v3.0.2 |
1070 | 2024-02-23T19:43:14.537Z | Downloaded flagset v0.4.3 |
1071 | 2024-02-23T19:43:14.537Z | Downloaded usdt-attr-macro v0.3.5 |
1072 | 2024-02-23T19:43:14.537Z | Downloaded postgres-protocol v0.6.6 |
1073 | 2024-02-23T19:43:14.537Z | Downloaded olpc-cjson v0.1.3 |
1074 | 2024-02-23T19:43:14.537Z | Downloaded fastrand v2.0.1 |
1075 | 2024-02-23T19:43:14.540Z | Downloaded phf v0.11.2 |
1076 | 2024-02-23T19:43:14.540Z | Downloaded serde_tokenstream v0.2.0 |
1077 | 2024-02-23T19:43:14.546Z | Downloaded peeking_take_while v0.1.2 |
1078 | 2024-02-23T19:43:14.551Z | Downloaded phf_shared v0.11.2 |
1079 | 2024-02-23T19:43:14.551Z | Downloaded rstest_macros v0.18.2 |
1080 | 2024-02-23T19:43:14.551Z | Downloaded rayon-core v1.12.0 |
1081 | 2024-02-23T19:43:14.554Z | Downloaded defmt v0.3.5 |
1082 | 2024-02-23T19:43:14.557Z | Downloaded dtrace-parser v0.2.0 |
1083 | 2024-02-23T19:43:14.557Z | Downloaded usdt-macro v0.3.5 |
1084 | 2024-02-23T19:43:14.560Z | Downloaded futures-io v0.3.30 |
1085 | 2024-02-23T19:43:14.560Z | Downloaded derive_builder v0.12.0 |
1086 | 2024-02-23T19:43:14.563Z | Downloaded serde-hex v0.1.0 |
1087 | 2024-02-23T19:43:14.567Z | Downloaded der v0.7.8 |
1088 | 2024-02-23T19:43:14.571Z | Downloaded unarray v0.1.4 |
1089 | 2024-02-23T19:43:14.574Z | Downloaded fatfs v0.3.6 |
1090 | 2024-02-23T19:43:14.576Z | Downloaded tower-layer v0.3.2 |
1091 | 2024-02-23T19:43:14.579Z | Downloaded futures-executor v0.3.30 |
1092 | 2024-02-23T19:43:14.579Z | Downloaded ena v0.14.2 |
1093 | 2024-02-23T19:43:14.582Z | Downloaded tinytemplate v1.2.1 |
1094 | 2024-02-23T19:43:14.582Z | Downloaded synstructure v0.12.6 |
1095 | 2024-02-23T19:43:14.585Z | Downloaded usdt-impl v0.5.0 |
1096 | 2024-02-23T19:43:14.585Z | Downloaded getrandom v0.2.10 |
1097 | 2024-02-23T19:43:14.588Z | Downloaded slog v2.7.0 |
1098 | 2024-02-23T19:43:14.591Z | Downloaded futures-timer v3.0.2 |
1099 | 2024-02-23T19:43:14.594Z | Downloaded futures-channel v0.3.30 |
1100 | 2024-02-23T19:43:14.597Z | Downloaded strsim v0.8.0 |
1101 | 2024-02-23T19:43:14.597Z | Downloaded dyn-clone v1.0.16 |
1102 | 2024-02-23T19:43:14.600Z | Downloaded ref-cast v1.0.20 |
1103 | 2024-02-23T19:43:14.603Z | Downloaded slog-json v2.6.1 |
1104 | 2024-02-23T19:43:14.603Z | Downloaded derive_builder_core v0.12.0 |
1105 | 2024-02-23T19:43:14.606Z | Downloaded slog-async v2.8.0 |
1106 | 2024-02-23T19:43:14.608Z | Downloaded paste v1.0.14 |
1107 | 2024-02-23T19:43:14.611Z | Downloaded threadpool v1.8.1 |
1108 | 2024-02-23T19:43:14.611Z | Downloaded untrusted v0.7.1 |
1109 | 2024-02-23T19:43:14.614Z | Downloaded num-bigint v0.4.4 |
1110 | 2024-02-23T19:43:14.620Z | Downloaded foreign-types v0.5.0 |
1111 | 2024-02-23T19:43:14.623Z | Downloaded tracing-core v0.1.31 |
1112 | 2024-02-23T19:43:14.623Z | Downloaded serde_with v3.6.1 |
1113 | 2024-02-23T19:43:14.629Z | Downloaded dirs-next v2.0.0 |
1114 | 2024-02-23T19:43:14.632Z | Downloaded darling v0.14.4 |
1115 | 2024-02-23T19:43:14.635Z | Downloaded derive-where v1.2.7 |
1116 | 2024-02-23T19:43:14.638Z | Downloaded unicode-segmentation v1.10.1 |
1117 | 2024-02-23T19:43:14.641Z | Downloaded reedline v0.29.0 |
1118 | 2024-02-23T19:43:14.649Z | Downloaded oso-derive v0.27.0 |
1119 | 2024-02-23T19:43:14.652Z | Downloaded rustls-pemfile v2.1.0 |
1120 | 2024-02-23T19:43:14.654Z | Downloaded rustfmt-wrapper v0.2.0 |
1121 | 2024-02-23T19:43:14.655Z | Downloaded criterion v0.5.1 |
1122 | 2024-02-23T19:43:14.661Z | Downloaded poly1305 v0.8.0 |
1123 | 2024-02-23T19:43:14.664Z | Downloaded toml v0.7.8 |
1124 | 2024-02-23T19:43:14.667Z | Downloaded strum_macros v0.24.3 |
1125 | 2024-02-23T19:43:14.670Z | Downloaded predicates v3.1.0 |
1126 | 2024-02-23T19:43:14.673Z | Downloaded dirs-sys-next v0.1.2 |
1127 | 2024-02-23T19:43:14.676Z | Downloaded tokio-rustls v0.24.1 |
1128 | 2024-02-23T19:43:14.676Z | Downloaded smf v0.2.2 |
1129 | 2024-02-23T19:43:14.679Z | Downloaded tokio-util v0.7.10 |
1130 | 2024-02-23T19:43:14.684Z | Downloaded darling v0.20.3 |
1131 | 2024-02-23T19:43:14.687Z | Downloaded rcgen v0.12.1 |
1132 | 2024-02-23T19:43:14.690Z | Downloaded usdt-impl v0.3.5 |
1133 | 2024-02-23T19:43:14.693Z | Downloaded derive_more v0.99.17 |
1134 | 2024-02-23T19:43:14.705Z | Downloaded thiserror-impl-no-std v2.0.2 |
1135 | 2024-02-23T19:43:14.708Z | Downloaded term v0.7.0 |
1136 | 2024-02-23T19:43:14.708Z | Downloaded platforms v3.0.2 |
1137 | 2024-02-23T19:43:14.708Z | Downloaded flate2 v1.0.28 |
1138 | 2024-02-23T19:43:14.717Z | Downloaded ucd-trie v0.1.6 |
1139 | 2024-02-23T19:43:14.717Z | Downloaded flume v0.11.0 |
1140 | 2024-02-23T19:43:14.726Z | Downloaded float-cmp v0.9.0 |
1141 | 2024-02-23T19:43:14.726Z | Downloaded structopt-derive v0.4.18 |
1142 | 2024-02-23T19:43:14.726Z | Downloaded utf-8 v0.7.6 |
1143 | 2024-02-23T19:43:14.726Z | Downloaded target-lexicon v0.12.13 |
1144 | 2024-02-23T19:43:14.726Z | Downloaded tokio-rustls v0.25.0 |
1145 | 2024-02-23T19:43:14.729Z | Downloaded zerocopy v0.7.32 |
1146 | 2024-02-23T19:43:14.742Z | Downloaded which v4.4.0 |
1147 | 2024-02-23T19:43:14.749Z | Downloaded serde_plain v1.0.2 |
1148 | 2024-02-23T19:43:14.749Z | Downloaded pkcs1 v0.7.5 |
1149 | 2024-02-23T19:43:14.749Z | Downloaded serde_yaml v0.9.25 |
1150 | 2024-02-23T19:43:14.754Z | Downloaded prettyplease v0.2.16 |
1151 | 2024-02-23T19:43:14.773Z | Downloaded sha2 v0.10.8 |
1152 | 2024-02-23T19:43:14.773Z | Downloaded zip v0.6.6 |
1153 | 2024-02-23T19:43:14.777Z | Downloaded diesel_derives v2.1.2 |
1154 | 2024-02-23T19:43:14.777Z | Downloaded darling_core v0.14.4 |
1155 | 2024-02-23T19:43:14.777Z | Downloaded multer v3.0.0 |
1156 | 2024-02-23T19:43:14.777Z | Downloaded pretty_assertions v1.4.0 |
1157 | 2024-02-23T19:43:14.777Z | Downloaded pin-project v1.1.3 |
1158 | 2024-02-23T19:43:14.786Z | Downloaded papergrid v0.11.0 |
1159 | 2024-02-23T19:43:14.791Z | Downloaded rand v0.8.5 |
1160 | 2024-02-23T19:43:14.805Z | Downloaded headers v0.3.9 |
1161 | 2024-02-23T19:43:14.805Z | Downloaded trust-dns-resolver v0.22.0 |
1162 | 2024-02-23T19:43:14.805Z | Downloaded futures-util v0.3.30 |
1163 | 2024-02-23T19:43:14.814Z | Downloaded time v0.3.27 |
1164 | 2024-02-23T19:43:14.820Z | Downloaded toml v0.5.11 |
1165 | 2024-02-23T19:43:14.824Z | Downloaded h2 v0.3.24 |
1166 | 2024-02-23T19:43:14.832Z | Downloaded heapless v0.7.16 |
1167 | 2024-02-23T19:43:14.836Z | Downloaded owo-colors v4.0.0 |
1168 | 2024-02-23T19:43:14.839Z | Downloaded rand v0.4.6 |
1169 | 2024-02-23T19:43:14.842Z | Downloaded darling_core v0.20.3 |
1170 | 2024-02-23T19:43:14.845Z | Downloaded unicode-normalization v0.1.22 |
1171 | 2024-02-23T19:43:14.849Z | Downloaded parking_lot v0.11.2 |
1172 | 2024-02-23T19:43:14.852Z | Downloaded regex-automata v0.1.10 |
1173 | 2024-02-23T19:43:14.857Z | Downloaded object v0.30.4 |
1174 | 2024-02-23T19:43:14.870Z | Downloaded salty v0.2.0 |
1175 | 2024-02-23T19:43:14.874Z | Downloaded sqlparser v0.43.1 |
1176 | 2024-02-23T19:43:14.880Z | Downloaded guppy v0.17.5 |
1177 | 2024-02-23T19:43:14.886Z | Downloaded syn v1.0.109 |
1178 | 2024-02-23T19:43:14.898Z | Downloaded plotters v0.3.5 |
1179 | 2024-02-23T19:43:14.908Z | Downloaded vcpkg v0.2.15 |
1180 | 2024-02-23T19:43:14.951Z | Downloaded bitvec v1.0.1 |
1181 | 2024-02-23T19:43:14.967Z | Downloaded proptest v1.4.0 |
1182 | 2024-02-23T19:43:14.977Z | Downloaded bstr v1.6.0 |
1183 | 2024-02-23T19:43:14.988Z | Downloaded tough v0.16.0 |
1184 | 2024-02-23T19:43:15.008Z | Downloaded gimli v0.28.0 |
1185 | 2024-02-23T19:43:15.012Z | Downloaded rustyline v13.0.0 |
1186 | 2024-02-23T19:43:15.012Z | Downloaded tabled v0.15.0 |
1187 | 2024-02-23T19:43:15.029Z | Downloaded smoltcp v0.9.1 |
1188 | 2024-02-23T19:43:15.040Z | Downloaded scroll_derive v0.12.0 |
1189 | 2024-02-23T19:43:15.043Z | Downloaded object v0.32.1 |
1190 | 2024-02-23T19:43:15.052Z | Downloaded trust-dns-proto v0.22.0 |
1191 | 2024-02-23T19:43:15.074Z | Downloaded polar-core v0.27.0 |
1192 | 2024-02-23T19:43:15.078Z | Downloaded rustls v0.21.9 |
1193 | 2024-02-23T19:43:15.086Z | Downloaded regex v1.10.3 |
1194 | 2024-02-23T19:43:15.101Z | Downloaded openapiv3 v2.0.0 |
1195 | 2024-02-23T19:43:15.115Z | Downloaded openssl v0.10.60 |
1196 | 2024-02-23T19:43:15.127Z | Downloaded sled v0.34.7 |
1197 | 2024-02-23T19:43:15.137Z | Downloaded portable-atomic v1.4.3 |
1198 | 2024-02-23T19:43:15.142Z | Downloaded diesel v2.1.4 |
1199 | 2024-02-23T19:43:15.162Z | Downloaded regex-syntax v0.8.2 |
1200 | 2024-02-23T19:43:15.170Z | Downloaded regex-automata v0.4.4 |
1201 | 2024-02-23T19:43:15.189Z | Downloaded ratatui v0.26.1 |
1202 | 2024-02-23T19:43:15.207Z | Downloaded tokio v1.36.0 |
1203 | 2024-02-23T19:43:15.249Z | Downloaded csv v1.3.0 |
1204 | 2024-02-23T19:43:15.268Z | Downloaded sha3 v0.10.8 |
1205 | 2024-02-23T19:43:15.273Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1206 | 2024-02-23T19:43:15.286Z | Downloaded regex-automata v0.3.8 |
1207 | 2024-02-23T19:43:15.304Z | Downloaded zerocopy-derive v0.2.0 |
1208 | 2024-02-23T19:43:15.312Z | Downloaded smoltcp v0.11.0 |
1209 | 2024-02-23T19:43:15.328Z | Downloaded encoding_rs v0.8.33 |
1210 | 2024-02-23T19:43:15.349Z | Downloaded zerocopy-derive v0.6.4 |
1211 | 2024-02-23T19:43:15.359Z | Downloaded webpki-roots v0.25.2 |
1212 | 2024-02-23T19:43:15.363Z | Downloaded rustls v0.22.2 |
1213 | 2024-02-23T19:43:15.378Z | Downloaded regex-syntax v0.6.29 |
1214 | 2024-02-23T19:43:15.385Z | Downloaded goblin v0.8.0 |
1215 | 2024-02-23T19:43:15.395Z | Downloaded quick-xml v0.30.0 |
1216 | 2024-02-23T19:43:15.397Z | Downloaded petgraph v0.6.4 |
1217 | 2024-02-23T19:43:15.414Z | Downloaded idna v0.2.3 |
1218 | 2024-02-23T19:43:15.420Z | Downloaded chrono v0.4.31 |
1219 | 2024-02-23T19:43:15.428Z | Downloaded bindgen v0.69.2 |
1220 | 2024-02-23T19:43:15.436Z | Downloaded rustls-webpki v0.102.1 |
1221 | 2024-02-23T19:43:15.455Z | Downloaded idna v0.5.0 |
1222 | 2024-02-23T19:43:15.462Z | Downloaded bstr v0.2.17 |
1223 | 2024-02-23T19:43:15.473Z | Downloaded lalrpop v0.19.12 |
1224 | 2024-02-23T19:43:15.485Z | Downloaded rayon v1.8.0 |
1225 | 2024-02-23T19:43:15.494Z | Downloaded radix_trie v0.2.1 |
1226 | 2024-02-23T19:43:15.500Z | Downloaded curve25519-dalek v4.1.1 |
1227 | 2024-02-23T19:43:15.510Z | Downloaded regress v0.8.0 |
1228 | 2024-02-23T19:43:15.517Z | Downloaded parking_lot v0.12.1 |
1229 | 2024-02-23T19:43:15.520Z | Downloaded ring v0.17.8 |
1230 | 2024-02-23T19:43:15.591Z | Downloaded spin v0.9.8 |
1231 | 2024-02-23T19:43:15.597Z | Downloaded futures v0.3.30 |
1232 | 2024-02-23T19:43:15.600Z | Downloaded num-traits v0.2.16 |
1233 | 2024-02-23T19:43:15.603Z | Downloaded toml_edit v0.19.15 |
1234 | 2024-02-23T19:43:15.617Z | Downloaded hashbrown v0.12.3 |
1235 | 2024-02-23T19:43:15.621Z | Downloaded trust-dns-client v0.22.0 |
1236 | 2024-02-23T19:43:15.626Z | Downloaded hyper v0.14.27 |
1237 | 2024-02-23T19:43:15.634Z | Downloaded clap v2.34.0 |
1238 | 2024-02-23T19:43:15.641Z | Downloaded winnow v0.5.15 |
1239 | 2024-02-23T19:43:15.652Z | Downloaded rustls-webpki v0.101.7 |
1240 | 2024-02-23T19:43:15.664Z | Downloaded serde_derive_internals v0.26.0 |
1241 | 2024-02-23T19:43:15.667Z | Downloaded steno v0.4.0 |
1242 | 2024-02-23T19:43:15.670Z | Downloaded tower v0.4.13 |
1243 | 2024-02-23T19:43:15.678Z | Downloaded ring v0.16.20 |
1244 | 2024-02-23T19:43:15.761Z | Downloaded target-spec v3.1.0 |
1245 | 2024-02-23T19:43:15.764Z | Downloaded postcard v1.0.8 |
1246 | 2024-02-23T19:43:15.767Z | Downloaded tokio-postgres v0.7.10 |
1247 | 2024-02-23T19:43:15.770Z | Downloaded reqwest v0.11.22 |
1248 | 2024-02-23T19:43:15.779Z | Downloaded futures-sink v0.3.30 |
1249 | 2024-02-23T19:43:15.998Z | Downloaded trybuild v1.0.89 |
1250 | 2024-02-23T19:43:15.998Z | Downloaded postgres-types v0.2.6 |
1251 | 2024-02-23T19:43:15.998Z | Downloaded parse-display v0.9.0 |
1252 | 2024-02-23T19:43:15.998Z | Downloaded blake3 v1.5.0 |
1253 | 2024-02-23T19:43:15.998Z | Downloaded zeroize v1.7.0 |
1254 | 2024-02-23T19:43:15.998Z | Downloaded slog-bunyan v2.5.0 |
1255 | 2024-02-23T19:43:15.998Z | Downloaded libxml v0.3.3 |
1256 | 2024-02-23T19:43:15.998Z | Downloaded partial-io v0.5.4 |
1257 | 2024-02-23T19:43:15.998Z | Downloaded tinyvec v1.6.0 |
1258 | 2024-02-23T19:43:15.998Z | Downloaded unicode_categories v0.1.1 |
1259 | 2024-02-23T19:43:15.998Z | Downloaded rtoolbox v0.0.1 |
1260 | 2024-02-23T19:43:15.998Z | Downloaded pest_generator v2.7.6 |
1261 | 2024-02-23T19:43:15.998Z | Downloaded serde_tokenstream v0.1.7 |
1262 | 2024-02-23T19:43:15.998Z | Downloaded trust-dns-server v0.22.1 |
1263 | 2024-02-23T19:43:15.998Z | Downloaded hashbrown v0.13.2 |
1264 | 2024-02-23T19:43:15.998Z | Downloaded siphasher v0.3.11 |
1265 | 2024-02-23T19:43:15.998Z | Downloaded termcolor v1.2.0 |
1266 | 2024-02-23T19:43:15.998Z | Downloaded half v2.3.1 |
1267 | 2024-02-23T19:43:15.999Z | Downloaded hkdf v0.12.4 |
1268 | 2024-02-23T19:43:15.999Z | Downloaded heapless v0.8.0 |
1269 | 2024-02-23T19:43:15.999Z | Downloaded expectorate v1.1.0 |
1270 | 2024-02-23T19:43:15.999Z | Downloaded x509-cert v0.2.4 |
1271 | 2024-02-23T19:43:15.999Z | Downloaded tracing v0.1.37 |
1272 | 2024-02-23T19:43:15.999Z | Downloaded predicates-tree v1.0.9 |
1273 | 2024-02-23T19:43:15.999Z | Downloaded fs-err v2.11.0 |
1274 | 2024-02-23T19:43:15.999Z | Downloaded usdt v0.3.5 |
1275 | 2024-02-23T19:43:15.999Z | Downloaded rstest v0.18.2 |
1276 | 2024-02-23T19:43:15.999Z | Downloaded pest_meta v2.7.6 |
1277 | 2024-02-23T19:43:15.999Z | Downloaded unicode-xid v0.2.4 |
1278 | 2024-02-23T19:43:15.999Z | Downloaded hash32 v0.3.1 |
1279 | 2024-02-23T19:43:15.999Z | Downloaded smallvec v1.13.1 |
1280 | 2024-02-23T19:43:15.999Z | Downloaded static_assertions v1.1.0 |
1281 | 2024-02-23T19:43:15.999Z | Downloaded unsafe-libyaml v0.2.10 |
1282 | 2024-02-23T19:43:15.999Z | Downloaded pest v2.7.6 |
1283 | 2024-02-23T19:43:15.999Z | Downloaded sha1 v0.10.6 |
1284 | 2024-02-23T19:43:15.999Z | Downloaded ppv-lite86 v0.2.17 |
1285 | 2024-02-23T19:43:15.999Z | Downloaded ref-cast-impl v1.0.20 |
1286 | 2024-02-23T19:43:15.999Z | Downloaded pkcs8 v0.10.2 |
1287 | 2024-02-23T19:43:15.999Z | Downloaded tar v0.4.40 |
1288 | 2024-02-23T19:43:15.999Z | Downloaded uuid v1.7.0 |
1289 | 2024-02-23T19:43:15.999Z | Downloaded libm v0.2.7 |
1290 | 2024-02-23T19:43:15.999Z | Downloaded crossterm v0.27.0 |
1291 | 2024-02-23T19:43:15.999Z | Downloaded vsss-rs v3.3.4 |
1292 | 2024-02-23T19:43:16.000Z | Downloaded schemars_derive v0.8.16 |
1293 | 2024-02-23T19:43:16.000Z | Downloaded hex-literal v0.4.1 |
1294 | 2024-02-23T19:43:16.000Z | Downloaded oorandom v11.1.3 |
1295 | 2024-02-23T19:43:16.000Z | Downloaded zone v0.3.0 |
1296 | 2024-02-23T19:43:16.000Z | Downloaded tokio-tungstenite v0.20.1 |
1297 | 2024-02-23T19:43:16.000Z | Downloaded openssl-sys v0.9.96 |
1298 | 2024-02-23T19:43:16.000Z | Downloaded proc-macro-error v1.0.4 |
1299 | 2024-02-23T19:43:16.000Z | Downloaded futures-task v0.3.30 |
1300 | 2024-02-23T19:43:16.000Z | Downloaded socket2 v0.4.9 |
1301 | 2024-02-23T19:43:16.000Z | Downloaded snafu v0.7.5 |
1302 | 2024-02-23T19:43:16.000Z | Downloaded semver v0.1.20 |
1303 | 2024-02-23T19:43:16.000Z | Downloaded filetime v0.2.23 |
1304 | 2024-02-23T19:43:16.000Z | Downloaded parking_lot_core v0.8.6 |
1305 | 2024-02-23T19:43:16.000Z | Downloaded serde_with_macros v3.6.1 |
1306 | 2024-02-23T19:43:16.000Z | Downloaded vte v0.11.1 |
1307 | 2024-02-23T19:43:16.000Z | Downloaded slog-stdlog v4.1.1 |
1308 | 2024-02-23T19:43:16.000Z | Downloaded typed-path v0.7.0 |
1309 | 2024-02-23T19:43:16.001Z | Downloaded tui-tree-widget v0.17.0 |
1310 | 2024-02-23T19:43:16.001Z | Downloaded tokio-native-tls v0.3.1 |
1311 | 2024-02-23T19:43:16.001Z | Downloaded termios v0.3.3 |
1312 | 2024-02-23T19:43:16.001Z | Downloaded structmeta-derive v0.2.0 |
1313 | 2024-02-23T19:43:16.001Z | Downloaded futures-macro v0.3.30 |
1314 | 2024-02-23T19:43:16.001Z | Downloaded digest v0.10.7 |
1315 | 2024-02-23T19:43:16.001Z | Downloaded fd-lock v4.0.2 |
1316 | 2024-02-23T19:43:16.001Z | Downloaded subprocess v0.2.9 |
1317 | 2024-02-23T19:43:16.001Z | Downloaded plotters-svg v0.3.5 |
1318 | 2024-02-23T19:43:16.001Z | Downloaded pin-utils v0.1.0 |
1319 | 2024-02-23T19:43:16.001Z | Downloaded mio v0.8.9 |
1320 | 2024-02-23T19:43:16.001Z | Downloaded minimal-lexical v0.2.1 |
1321 | 2024-02-23T19:43:16.001Z | Downloaded crossbeam-channel v0.5.8 |
1322 | 2024-02-23T19:43:16.001Z | Downloaded parking_lot_core v0.9.8 |
1323 | 2024-02-23T19:43:16.002Z | Downloaded zerocopy v0.6.4 |
1324 | 2024-02-23T19:43:16.002Z | Downloaded yasna v0.5.2 |
1325 | 2024-02-23T19:43:16.002Z | Downloaded globset v0.4.13 |
1326 | 2024-02-23T19:43:16.002Z | Downloaded tiny-keccak v2.0.2 |
1327 | 2024-02-23T19:43:16.002Z | Downloaded backtrace v0.3.69 |
1328 | 2024-02-23T19:43:16.002Z | Downloaded wait-timeout v0.2.0 |
1329 | 2024-02-23T19:43:16.002Z | Downloaded unicase v2.7.0 |
1330 | 2024-02-23T19:43:16.002Z | Downloaded pin-project-lite v0.2.13 |
1331 | 2024-02-23T19:43:16.002Z | Downloaded pin-project-internal v1.1.3 |
1332 | 2024-02-23T19:43:16.002Z | Downloaded strum_macros v0.26.1 |
1333 | 2024-02-23T19:43:16.002Z | Downloaded rand_core v0.6.4 |
1334 | 2024-02-23T19:43:16.002Z | Downloaded radium v0.7.0 |
1335 | 2024-02-23T19:43:16.002Z | Downloaded form_urlencoded v1.2.1 |
1336 | 2024-02-23T19:43:16.002Z | Downloaded smawk v0.3.1 |
1337 | 2024-02-23T19:43:16.002Z | Downloaded stringprep v0.1.3 |
1338 | 2024-02-23T19:43:16.002Z | Downloaded snafu-derive v0.7.5 |
1339 | 2024-02-23T19:43:16.002Z | Downloaded pathdiff v0.2.1 |
1340 | 2024-02-23T19:43:16.002Z | Downloaded signal-hook v0.3.17 |
1341 | 2024-02-23T19:43:16.006Z | Downloaded group v0.13.0 |
1342 | 2024-02-23T19:43:16.006Z | Downloaded glob v0.3.1 |
1343 | 2024-02-23T19:43:16.006Z | Downloaded allocator-api2 v0.2.16 |
1344 | 2024-02-23T19:43:16.006Z | Downloaded wyz v0.5.1 |
1345 | 2024-02-23T19:43:16.006Z | Downloaded whoami v1.4.1 |
1346 | 2024-02-23T19:43:16.006Z | Downloaded schemars v0.8.16 |
1347 | 2024-02-23T19:43:16.025Z | Downloaded crossbeam-utils v0.8.16 |
1348 | 2024-02-23T19:43:16.025Z | Downloaded resolv-conf v0.7.0 |
1349 | 2024-02-23T19:43:16.025Z | Downloaded r2d2 v0.8.10 |
1350 | 2024-02-23T19:43:16.025Z | Downloaded universal-hash v0.5.1 |
1351 | 2024-02-23T19:43:16.025Z | Downloaded spki v0.7.2 |
1352 | 2024-02-23T19:43:16.028Z | Downloaded scroll v0.12.0 |
1353 | 2024-02-23T19:43:16.028Z | Downloaded http v1.0.0 |
1354 | 2024-02-23T19:43:16.033Z | Downloaded percent-encoding v2.3.1 |
1355 | 2024-02-23T19:43:16.037Z | Downloaded test-strategy v0.3.1 |
1356 | 2024-02-23T19:43:16.040Z | Downloaded tempfile v3.10.0 |
1357 | 2024-02-23T19:43:16.040Z | Downloaded similar v2.3.0 |
1358 | 2024-02-23T19:43:16.044Z | Downloaded addr2line v0.21.0 |
1359 | 2024-02-23T19:43:16.047Z | Downloaded sct v0.7.0 |
1360 | 2024-02-23T19:43:16.051Z | Downloaded cookie v0.18.0 |
1361 | 2024-02-23T19:43:16.054Z | Downloaded datatest-stable v0.2.3 |
1362 | 2024-02-23T19:43:16.057Z | Downloaded vec_map v0.8.2 |
1363 | 2024-02-23T19:43:16.057Z | Downloaded lock_api v0.4.10 |
1364 | 2024-02-23T19:43:16.060Z | Downloaded pkg-config v0.3.27 |
1365 | 2024-02-23T19:43:16.063Z | Downloaded embedded-io v0.4.0 |
1366 | 2024-02-23T19:43:16.063Z | Downloaded either v1.10.0 |
1367 | 2024-02-23T19:43:16.063Z | Downloaded compact_str v0.7.1 |
1368 | 2024-02-23T19:43:16.066Z | Downloaded try-lock v0.2.4 |
1369 | 2024-02-23T19:43:16.066Z | Downloaded newline-converter v0.3.0 |
1370 | 2024-02-23T19:43:16.069Z | Downloaded structmeta v0.2.0 |
1371 | 2024-02-23T19:43:16.069Z | Downloaded topological-sort v0.2.2 |
1372 | 2024-02-23T19:43:16.069Z | Downloaded log v0.4.20 |
1373 | 2024-02-23T19:43:16.072Z | Downloaded assert_cmd v2.0.14 |
1374 | 2024-02-23T19:43:16.072Z | Downloaded lalrpop-util v0.19.12 |
1375 | 2024-02-23T19:43:16.075Z | Downloaded bzip2 v0.4.4 |
1376 | 2024-02-23T19:43:16.075Z | Downloaded memmap v0.7.0 |
1377 | 2024-02-23T19:43:16.078Z | Downloaded libsw v3.3.1 |
1378 | 2024-02-23T19:43:16.078Z | Downloaded downcast v0.11.0 |
1379 | 2024-02-23T19:43:16.081Z | Downloaded base64ct v1.6.0 |
1380 | 2024-02-23T19:43:16.081Z | Downloaded crc32fast v1.3.2 |
1381 | 2024-02-23T19:43:16.084Z | Downloaded lru v0.12.1 |
1382 | 2024-02-23T19:43:16.084Z | Downloaded iana-time-zone v0.1.57 |
1383 | 2024-02-23T19:43:16.090Z | Downloaded backoff v0.4.0 |
1384 | 2024-02-23T19:43:16.093Z | Downloaded bit-vec v0.6.3 |
1385 | 2024-02-23T19:43:16.093Z | Downloaded arrayvec v0.7.4 |
1386 | 2024-02-23T19:43:16.093Z | Downloaded argon2 v0.5.3 |
1387 | 2024-02-23T19:43:16.096Z | Downloaded ansi_term v0.12.1 |
1388 | 2024-02-23T19:43:16.096Z | Downloaded libtest-mimic v0.6.1 |
1389 | 2024-02-23T19:43:16.099Z | Downloaded unicode-width v0.1.11 |
1390 | 2024-02-23T19:43:16.099Z | Downloaded ipnet v2.9.0 |
1391 | 2024-02-23T19:43:16.102Z | Downloaded console v0.15.8 |
1392 | 2024-02-23T19:43:16.105Z | Downloaded debug-ignore v1.0.5 |
1393 | 2024-02-23T19:43:16.105Z | Downloaded shlex v1.3.0 |
1394 | 2024-02-23T19:43:16.108Z | Downloaded serde_urlencoded v0.7.1 |
1395 | 2024-02-23T19:43:16.108Z | Downloaded sec1 v0.7.3 |
1396 | 2024-02-23T19:43:16.111Z | Downloaded linked-hash-map v0.5.6 |
1397 | 2024-02-23T19:43:16.111Z | Downloaded libloading v0.7.4 |
1398 | 2024-02-23T19:43:16.114Z | Downloaded similar-asserts v1.5.0 |
1399 | 2024-02-23T19:43:16.114Z | Downloaded keccak v0.1.4 |
1400 | 2024-02-23T19:43:16.117Z | Downloaded md-5 v0.10.5 |
1401 | 2024-02-23T19:43:16.117Z | Downloaded der_derive v0.7.2 |
1402 | 2024-02-23T19:43:16.120Z | Downloaded signature v2.1.0 |
1403 | 2024-02-23T19:43:16.120Z | Downloaded signal-hook-registry v1.4.1 |
1404 | 2024-02-23T19:43:16.120Z | Downloaded signal-hook-mio v0.2.3 |
1405 | 2024-02-23T19:43:16.123Z | Downloaded base64 v0.21.7 |
1406 | 2024-02-23T19:43:16.126Z | Downloaded tokio-macros v2.2.0 |
1407 | 2024-02-23T19:43:16.126Z | Downloaded thread_local v1.1.7 |
1408 | 2024-02-23T19:43:16.129Z | Downloaded time-core v0.1.1 |
1409 | 2024-02-23T19:43:16.129Z | Downloaded sqlformat v0.2.3 |
1410 | 2024-02-23T19:43:16.129Z | Downloaded serde_repr v0.1.16 |
1411 | 2024-02-23T19:43:16.132Z | Downloaded strsim v0.10.0 |
1412 | 2024-02-23T19:43:16.133Z | Downloaded indexmap v1.9.3 |
1413 | 2024-02-23T19:43:16.135Z | Downloaded hyper-util v0.1.2 |
1414 | 2024-02-23T19:43:16.138Z | Downloaded clang-sys v1.6.1 |
1415 | 2024-02-23T19:43:16.141Z | Downloaded crypto-common v0.1.6 |
1416 | 2024-02-23T19:43:16.141Z | Downloaded criterion-plot v0.5.0 |
1417 | 2024-02-23T19:43:16.144Z | Downloaded strip-ansi-escapes v0.2.0 |
1418 | 2024-02-23T19:43:16.144Z | Downloaded nanorand v0.7.0 |
1419 | 2024-02-23T19:43:16.147Z | Downloaded multimap v0.10.0 |
1420 | 2024-02-23T19:43:16.147Z | Downloaded libefi-sys v0.1.0 |
1421 | 2024-02-23T19:43:16.150Z | Downloaded const-oid v0.9.5 |
1422 | 2024-02-23T19:43:16.150Z | Downloaded aho-corasick v1.0.4 |
1423 | 2024-02-23T19:43:16.154Z | Downloaded managed v0.8.0 |
1424 | 2024-02-23T19:43:16.157Z | Downloaded maybe-uninit v2.0.0 |
1425 | 2024-02-23T19:43:16.157Z | Downloaded base16ct v0.2.0 |
1426 | 2024-02-23T19:43:16.160Z | Downloaded bitfield v0.14.0 |
1427 | 2024-02-23T19:43:16.160Z | Downloaded bb8 v0.8.3 |
1428 | 2024-02-23T19:43:16.160Z | Downloaded scheduled-thread-pool v0.2.7 |
1429 | 2024-02-23T19:43:16.163Z | Downloaded rustversion v1.0.14 |
1430 | 2024-02-23T19:43:16.163Z | Downloaded cast v0.3.0 |
1431 | 2024-02-23T19:43:16.169Z | Downloaded csv-core v0.1.11 |
1432 | 2024-02-23T19:43:16.169Z | Downloaded signal-hook-tokio v0.3.1 |
1433 | 2024-02-23T19:43:16.172Z | Downloaded shell-words v1.1.0 |
1434 | 2024-02-23T19:43:16.172Z | Downloaded atomic-waker v1.1.1 |
1435 | 2024-02-23T19:43:16.172Z | Downloaded async-recursion v1.0.5 |
1436 | 2024-02-23T19:43:16.172Z | Downloaded arrayref v0.3.7 |
1437 | 2024-02-23T19:43:16.172Z | Downloaded array-init v0.0.4 |
1438 | 2024-02-23T19:43:16.172Z | Downloaded anes v0.1.6 |
1439 | 2024-02-23T19:43:16.175Z | Downloaded convert_case v0.4.0 |
1440 | 2024-02-23T19:43:16.175Z | Downloaded cexpr v0.6.0 |
1441 | 2024-02-23T19:43:16.178Z | Downloaded async-stream v0.3.5 |
1442 | 2024-02-23T19:43:16.178Z | Downloaded toolchain_find v0.2.0 |
1443 | 2024-02-23T19:43:16.181Z | Downloaded dtrace-parser v0.1.14 |
1444 | 2024-02-23T19:43:16.181Z | Downloaded usdt-attr-macro v0.5.0 |
1445 | 2024-02-23T19:43:16.181Z | Downloaded is-terminal v0.4.9 |
1446 | 2024-02-23T19:43:16.181Z | Downloaded corncobs v0.1.3 |
1447 | 2024-02-23T19:43:16.184Z | Downloaded constant_time_eq v0.3.0 |
1448 | 2024-02-23T19:43:16.184Z | Downloaded ciborium-ll v0.2.2 |
1449 | 2024-02-23T19:43:16.184Z | Downloaded castaway v0.2.2 |
1450 | 2024-02-23T19:43:16.187Z | Downloaded serde-big-array v0.5.1 |
1451 | 2024-02-23T19:43:16.187Z | Downloaded serde-big-array v0.4.1 |
1452 | 2024-02-23T19:43:16.190Z | Downloaded nested v0.1.1 |
1453 | 2024-02-23T19:43:16.190Z | Downloaded chacha20poly1305 v0.10.1 |
1454 | 2024-02-23T19:43:16.190Z | Downloaded macaddr v1.0.1 |
1455 | 2024-02-23T19:43:16.193Z | Downloaded kstat-rs v0.2.3 |
1456 | 2024-02-23T19:43:16.193Z | Downloaded cfg-expr v0.15.6 |
1457 | 2024-02-23T19:43:16.196Z | Downloaded inout v0.1.3 |
1458 | 2024-02-23T19:43:16.196Z | Downloaded colored v2.0.4 |
1459 | 2024-02-23T19:43:16.200Z | Downloaded ciborium v0.2.2 |
1460 | 2024-02-23T19:43:16.202Z | Downloaded hostname v0.3.1 |
1461 | 2024-02-23T19:43:16.202Z | Downloaded crc-catalog v2.2.0 |
1462 | 2024-02-23T19:43:16.202Z | Downloaded assert_matches v1.5.0 |
1463 | 2024-02-23T19:43:16.205Z | Downloaded cstr-argument v0.1.2 |
1464 | 2024-02-23T19:43:16.205Z | Downloaded atty v0.2.14 |
1465 | 2024-02-23T19:43:16.205Z | Downloaded httpdate v1.0.3 |
1466 | 2024-02-23T19:43:16.208Z | Downloaded buf-list v1.0.3 |
1467 | 2024-02-23T19:43:16.208Z | Downloaded cpufeatures v0.2.12 |
1468 | 2024-02-23T19:43:16.211Z | Downloaded atomicwrites v0.4.3 |
1469 | 2024-02-23T19:43:16.211Z | Downloaded cassowary v0.3.0 |
1470 | 2024-02-23T19:43:16.211Z | Downloaded lazycell v1.3.0 |
1471 | 2024-02-23T19:43:16.214Z | Downloaded bit-set v0.5.3 |
1472 | 2024-02-23T19:43:16.215Z | Downloaded block-padding v0.3.3 |
1473 | 2024-02-23T19:43:16.215Z | Downloaded camino-tempfile v1.1.1 |
1474 | 2024-02-23T19:43:16.217Z | Downloaded async-stream-impl v0.3.5 |
1475 | 2024-02-23T19:43:16.218Z | Downloaded nom v7.1.3 |
1476 | 2024-02-23T19:43:16.221Z | Downloaded cancel-safe-futures v0.1.5 |
1477 | 2024-02-23T19:43:16.224Z | Downloaded mockall_derive v0.12.0 |
1478 | 2024-02-23T19:43:16.226Z | Downloaded cipher v0.4.4 |
1479 | 2024-02-23T19:43:16.232Z | Downloaded lru-cache v0.1.2 |
1480 | 2024-02-23T19:43:16.232Z | Downloaded newtype_derive v0.1.6 |
1481 | 2024-02-23T19:43:16.232Z | Downloaded hyper-rustls v0.24.2 |
1482 | 2024-02-23T19:43:16.239Z | Downloaded nibble_vec v0.1.0 |
1483 | 2024-02-23T19:43:16.239Z | Downloaded ipnetwork v0.20.0 |
1484 | 2024-02-23T19:43:16.239Z | Downloaded indoc v2.0.3 |
1485 | 2024-02-23T19:43:16.244Z | Downloaded impl-trait-for-tuples v0.2.2 |
1486 | 2024-02-23T19:43:16.244Z | Downloaded hyper-tls v0.5.0 |
1487 | 2024-02-23T19:43:16.244Z | Downloaded hyper-rustls v0.26.0 |
1488 | 2024-02-23T19:43:16.244Z | Downloaded hubpack v0.1.2 |
1489 | 2024-02-23T19:43:16.244Z | Downloaded ident_case v1.0.1 |
1490 | 2024-02-23T19:43:16.248Z | Downloaded hyper-staticfile v0.9.5 |
1491 | 2024-02-23T19:43:16.248Z | Downloaded highway v1.1.0 |
1492 | 2024-02-23T19:43:16.248Z | Downloaded newtype-uuid v1.0.1 |
1493 | 2024-02-23T19:43:16.254Z | Downloaded home v0.5.5 |
1494 | 2024-02-23T19:43:16.254Z | Downloaded cobs v0.2.3 |
1495 | 2024-02-23T19:43:16.254Z | Downloaded bytecount v0.6.3 |
1496 | 2024-02-23T19:43:16.809Z | Compiling libc v0.2.153 |
1497 | 2024-02-23T19:43:16.809Z | Compiling serde v1.0.196 |
1498 | 2024-02-23T19:43:16.809Z | Compiling autocfg v1.1.0 |
1499 | 2024-02-23T19:43:16.813Z | Compiling version_check v0.9.4 |
1500 | 2024-02-23T19:43:16.813Z | Checking cfg-if v1.0.0 |
1501 | 2024-02-23T19:43:16.857Z | Compiling syn v1.0.109 |
1502 | 2024-02-23T19:43:16.902Z | Compiling syn v2.0.48 |
1503 | 2024-02-23T19:43:16.964Z | Compiling parking_lot_core v0.9.8 |
1504 | 2024-02-23T19:43:16.995Z | Compiling memchr v2.6.3 |
1505 | 2024-02-23T19:43:17.490Z | Compiling libm v0.2.7 |
1506 | 2024-02-23T19:43:17.517Z | Compiling once_cell v1.19.0 |
1507 | 2024-02-23T19:43:17.678Z | Compiling ahash v0.8.7 |
1508 | 2024-02-23T19:43:17.851Z | Compiling lock_api v0.4.10 |
1509 | 2024-02-23T19:43:17.981Z | Compiling num-traits v0.2.16 |
1510 | 2024-02-23T19:43:18.134Z | Compiling serde_json v1.0.114 |
1511 | 2024-02-23T19:43:18.350Z | Compiling byteorder v1.5.0 |
1512 | 2024-02-23T19:43:18.800Z | Compiling log v0.4.20 |
1513 | 2024-02-23T19:43:18.935Z | Checking getrandom v0.2.10 |
1514 | 2024-02-23T19:43:18.938Z | Compiling slab v0.4.9 |
1515 | 2024-02-23T19:43:19.116Z | Compiling cc v1.0.83 |
1516 | 2024-02-23T19:43:19.395Z | Compiling typenum v1.16.0 |
1517 | 2024-02-23T19:43:19.419Z | Checking itoa v1.0.9 |
1518 | 2024-02-23T19:43:19.448Z | Compiling generic-array v0.14.7 |
1519 | 2024-02-23T19:43:19.618Z | Checking scopeguard v1.2.0 |
1520 | 2024-02-23T19:43:19.672Z | Compiling allocator-api2 v0.2.16 |
1521 | 2024-02-23T19:43:19.733Z | Compiling pkg-config v0.3.27 |
1522 | 2024-02-23T19:43:19.860Z | Compiling rustix v0.38.31 |
1523 | 2024-02-23T19:43:20.443Z | Checking smallvec v1.13.1 |
1524 | 2024-02-23T19:43:20.778Z | Compiling schemars v0.8.16 |
1525 | 2024-02-23T19:43:20.805Z | Compiling httparse v1.8.0 |
1526 | 2024-02-23T19:43:20.821Z | Compiling fnv v1.0.7 |
1527 | 2024-02-23T19:43:21.218Z | Compiling vcpkg v0.2.15 |
1528 | 2024-02-23T19:43:21.325Z | Compiling aho-corasick v1.0.4 |
1529 | 2024-02-23T19:43:21.610Z | Compiling regex-syntax v0.8.2 |
1530 | 2024-02-23T19:43:22.268Z | Compiling ring v0.17.8 |
1531 | 2024-02-23T19:43:23.697Z | Compiling openssl-sys v0.9.96 |
1532 | 2024-02-23T19:43:24.252Z | Checking parking_lot v0.12.1 |
1533 | 2024-02-23T19:43:24.554Z | Checking pin-project-lite v0.2.13 |
1534 | 2024-02-23T19:43:24.622Z | Compiling ucd-trie v0.1.6 |
1535 | 2024-02-23T19:43:25.091Z | Compiling serde_derive_internals v0.26.0 |
1536 | 2024-02-23T19:43:25.174Z | Compiling regex-automata v0.4.4 |
1537 | 2024-02-23T19:43:26.050Z | Compiling ring v0.16.20 |
1538 | 2024-02-23T19:43:26.642Z | Checking ryu v1.0.15 |
1539 | 2024-02-23T19:43:27.887Z | Checking signal-hook-registry v1.4.1 |
1540 | 2024-02-23T19:43:27.905Z | Compiling crossbeam-utils v0.8.16 |
1541 | 2024-02-23T19:43:28.137Z | Compiling openssl v0.10.60 |
1542 | 2024-02-23T19:43:28.455Z | Checking mio v0.8.9 |
1543 | 2024-02-23T19:43:28.573Z | Checking rand_core v0.6.4 |
1544 | 2024-02-23T19:43:28.702Z | Compiling iana-time-zone v0.1.57 |
1545 | 2024-02-23T19:43:28.847Z | Checking num_cpus v1.16.0 |
1546 | 2024-02-23T19:43:28.952Z | Checking futures-core v0.3.30 |
1547 | 2024-02-23T19:43:29.080Z | Compiling rustls v0.21.9 |
1548 | 2024-02-23T19:43:29.096Z | Compiling native-tls v0.2.11 |
1549 | 2024-02-23T19:43:29.245Z | Compiling dyn-clone v1.0.16 |
1550 | 2024-02-23T19:43:29.360Z | Compiling regex v1.10.3 |
1551 | 2024-02-23T19:43:29.460Z | Compiling spin v0.5.2 |
1552 | 2024-02-23T19:43:29.463Z | Checking socket2 v0.5.5 |
1553 | 2024-02-23T19:43:29.463Z | Compiling slog v2.7.0 |
1554 | 2024-02-23T19:43:29.701Z | Compiling async-trait v0.1.77 |
1555 | 2024-02-23T19:43:30.097Z | Compiling memoffset v0.9.0 |
1556 | 2024-02-23T19:43:30.565Z | Compiling crossbeam-epoch v0.9.15 |
1557 | 2024-02-23T19:43:30.761Z | Compiling backtrace v0.3.69 |
1558 | 2024-02-23T19:43:30.994Z | Compiling futures-sink v0.3.30 |
1559 | 2024-02-23T19:43:31.148Z | Compiling errno v0.3.8 |
1560 | 2024-02-23T19:43:31.239Z | Compiling unicode-xid v0.2.4 |
1561 | 2024-02-23T19:43:31.315Z | Compiling crc32fast v1.3.2 |
1562 | 2024-02-23T19:43:31.385Z | Compiling tinyvec_macros v0.1.1 |
1563 | 2024-02-23T19:43:31.404Z | Compiling rustversion v1.0.14 |
1564 | 2024-02-23T19:43:31.482Z | Compiling either v1.10.0 |
1565 | 2024-02-23T19:43:31.810Z | Compiling tinyvec v1.6.0 |
1566 | 2024-02-23T19:43:31.901Z | Compiling futures-channel v0.3.30 |
1567 | 2024-02-23T19:43:32.106Z | Compiling serde_derive v1.0.196 |
1568 | 2024-02-23T19:43:32.154Z | Compiling zerocopy-derive v0.7.32 |
1569 | 2024-02-23T19:43:32.200Z | Compiling thiserror-impl v1.0.57 |
1570 | 2024-02-23T19:43:32.333Z | Compiling zeroize_derive v1.4.2 |
1571 | 2024-02-23T19:43:32.494Z | Compiling tokio-macros v2.2.0 |
1572 | 2024-02-23T19:43:32.872Z | Compiling futures-macro v0.3.30 |
1573 | 2024-02-23T19:43:33.394Z | Compiling tracing-attributes v0.1.26 |
1574 | 2024-02-23T19:43:34.141Z | Compiling schemars_derive v0.8.16 |
1575 | 2024-02-23T19:43:34.374Z | Compiling openssl-macros v0.1.1 |
1576 | 2024-02-23T19:43:34.758Z | Compiling zerocopy v0.7.32 |
1577 | 2024-02-23T19:43:35.190Z | Checking zeroize v1.7.0 |
1578 | 2024-02-23T19:43:35.789Z | Compiling thiserror v1.0.57 |
1579 | 2024-02-23T19:43:35.932Z | Compiling pest v2.7.6 |
1580 | 2024-02-23T19:43:36.016Z | Compiling anyhow v1.0.75 |
1581 | 2024-02-23T19:43:36.791Z | Compiling unicode-width v0.1.11 |
1582 | 2024-02-23T19:43:36.898Z | Compiling futures-task v0.3.30 |
1583 | 2024-02-23T19:43:36.958Z | Compiling pin-utils v0.1.0 |
1584 | 2024-02-23T19:43:37.050Z | Compiling hashbrown v0.14.3 |
1585 | 2024-02-23T19:43:37.111Z | Compiling futures-io v0.3.30 |
1586 | 2024-02-23T19:43:37.366Z | Compiling futures-util v0.3.30 |
1587 | 2024-02-23T19:43:37.621Z | Compiling unicode-normalization v0.1.22 |
1588 | 2024-02-23T19:43:37.900Z | Compiling spin v0.9.8 |
1589 | 2024-02-23T19:43:38.306Z | Compiling pest_meta v2.7.6 |
1590 | 2024-02-23T19:43:38.409Z | Compiling tracing-core v0.1.31 |
1591 | 2024-02-23T19:43:38.546Z | Compiling unicode-bidi v0.3.13 |
1592 | 2024-02-23T19:43:38.787Z | Compiling der_derive v0.7.2 |
1593 | 2024-02-23T19:43:39.278Z | Compiling tracing v0.1.37 |
1594 | 2024-02-23T19:43:39.807Z | Compiling pest_generator v2.7.6 |
1595 | 2024-02-23T19:43:39.963Z | Compiling winnow v0.5.15 |
1596 | 2024-02-23T19:43:40.556Z | Compiling lazy_static v1.4.0 |
1597 | 2024-02-23T19:43:40.967Z | Checking subtle v2.5.0 |
1598 | 2024-02-23T19:43:42.244Z | Compiling untrusted v0.7.1 |
1599 | 2024-02-23T19:43:42.440Z | Compiling time-core v0.1.1 |
1600 | 2024-02-23T19:43:42.620Z | Compiling untrusted v0.9.0 |
1601 | 2024-02-23T19:43:42.795Z | Compiling percent-encoding v2.3.1 |
1602 | 2024-02-23T19:43:43.517Z | Compiling foreign-types-shared v0.1.1 |
1603 | 2024-02-23T19:43:43.633Z | Compiling foreign-types v0.3.2 |
1604 | 2024-02-23T19:43:43.772Z | Compiling pest_derive v2.7.6 |
1605 | 2024-02-23T19:43:44.162Z | Compiling time-macros v0.2.13 |
1606 | 2024-02-23T19:43:44.982Z | Compiling scroll_derive v0.12.0 |
1607 | 2024-02-23T19:43:45.061Z | Compiling synstructure v0.12.6 |
1608 | 2024-02-23T19:43:46.979Z | Checking bytes v1.5.0 |
1609 | 2024-02-23T19:43:47.033Z | Checking bitflags v2.4.0 |
1610 | 2024-02-23T19:43:47.375Z | Compiling thread-id v4.2.0 |
1611 | 2024-02-23T19:43:47.484Z | Compiling base64 v0.21.7 |
1612 | 2024-02-23T19:43:47.963Z | Compiling indexmap v2.2.3 |
1613 | 2024-02-23T19:43:48.197Z | Compiling chrono v0.4.31 |
1614 | 2024-02-23T19:43:48.326Z | Compiling uuid v1.7.0 |
1615 | 2024-02-23T19:43:48.494Z | Compiling semver v1.0.22 |
1616 | 2024-02-23T19:43:48.611Z | Checking tokio v1.36.0 |
1617 | 2024-02-23T19:43:49.092Z | Compiling http v0.2.11 |
1618 | 2024-02-23T19:43:49.434Z | Compiling serde_spanned v0.6.5 |
1619 | 2024-02-23T19:43:49.685Z | Compiling toml_datetime v0.6.5 |
1620 | 2024-02-23T19:43:49.913Z | Compiling openapiv3 v2.0.0 |
1621 | 2024-02-23T19:43:50.148Z | Compiling rustc_version v0.4.0 |
1622 | 2024-02-23T19:43:51.005Z | Compiling toml_edit v0.19.15 |
1623 | 2024-02-23T19:43:51.858Z | Compiling try-lock v0.2.4 |
1624 | 2024-02-23T19:43:52.144Z | Compiling want v0.3.1 |
1625 | 2024-02-23T19:43:52.847Z | Compiling http-body v0.4.5 |
1626 | 2024-02-23T19:43:52.850Z | Compiling zerocopy-derive v0.2.0 |
1627 | 2024-02-23T19:43:52.853Z | Compiling sct v0.7.0 |
1628 | 2024-02-23T19:43:53.165Z | Compiling rustls-webpki v0.101.7 |
1629 | 2024-02-23T19:43:54.705Z | Compiling form_urlencoded v1.2.1 |
1630 | 2024-02-23T19:43:55.106Z | Compiling socket2 v0.4.9 |
1631 | 2024-02-23T19:43:55.245Z | Compiling openssl-probe v0.1.5 |
1632 | 2024-02-23T19:43:55.583Z | Compiling httpdate v1.0.3 |
1633 | 2024-02-23T19:43:55.601Z | Compiling tower-service v0.3.2 |
1634 | 2024-02-23T19:43:55.734Z | Compiling const-oid v0.9.5 |
1635 | 2024-02-23T19:43:56.022Z | Compiling idna v0.5.0 |
1636 | 2024-02-23T19:43:56.159Z | Compiling adler v1.0.2 |
1637 | 2024-02-23T19:43:56.520Z | Compiling miniz_oxide v0.7.1 |
1638 | 2024-02-23T19:43:57.350Z | Compiling url v2.5.0 |
1639 | 2024-02-23T19:43:57.690Z | Compiling tokio-util v0.7.10 |
1640 | 2024-02-23T19:43:58.221Z | Compiling signal-hook v0.3.17 |
1641 | 2024-02-23T19:43:58.546Z | Compiling ipnet v2.9.0 |
1642 | 2024-02-23T19:43:59.345Z | Compiling h2 v0.3.24 |
1643 | 2024-02-23T19:43:59.546Z | Compiling serde_urlencoded v0.7.1 |
1644 | 2024-02-23T19:43:59.906Z | Compiling tokio-rustls v0.24.1 |
1645 | 2024-02-23T19:43:59.978Z | Compiling tokio-native-tls v0.3.1 |
1646 | 2024-02-23T19:44:00.105Z | Compiling rustls-pemfile v1.0.3 |
1647 | 2024-02-23T19:44:00.257Z | Compiling crypto-common v0.1.6 |
1648 | 2024-02-23T19:44:00.310Z | Compiling clap_derive v4.5.0 |
1649 | 2024-02-23T19:44:00.483Z | Compiling zerocopy-derive v0.6.4 |
1650 | 2024-02-23T19:44:00.487Z | Compiling usdt-impl v0.3.5 |
1651 | 2024-02-23T19:44:00.852Z | Compiling encoding_rs v0.8.33 |
1652 | 2024-02-23T19:44:00.884Z | Compiling gimli v0.28.0 |
1653 | 2024-02-23T19:44:01.703Z | Compiling mime v0.3.17 |
1654 | 2024-02-23T19:44:02.353Z | Compiling siphasher v0.3.11 |
1655 | 2024-02-23T19:44:02.750Z | Compiling webpki-roots v0.25.2 |
1656 | 2024-02-23T19:44:02.958Z | Compiling zerocopy v0.3.0 |
1657 | 2024-02-23T19:44:03.061Z | Compiling scroll v0.12.0 |
1658 | 2024-02-23T19:44:03.653Z | Compiling block-buffer v0.10.4 |
1659 | 2024-02-23T19:44:03.931Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1660 | 2024-02-23T19:44:04.147Z | Compiling object v0.32.1 |
1661 | 2024-02-23T19:44:04.455Z | Compiling num-iter v0.1.43 |
1662 | 2024-02-23T19:44:04.779Z | Compiling usdt-impl v0.5.0 |
1663 | 2024-02-23T19:44:05.152Z | Compiling rustc-demangle v0.1.23 |
1664 | 2024-02-23T19:44:05.564Z | Compiling addr2line v0.21.0 |
1665 | 2024-02-23T19:44:05.569Z | Compiling plain v0.2.3 |
1666 | 2024-02-23T19:44:05.747Z | Compiling goblin v0.8.0 |
1667 | 2024-02-23T19:44:05.937Z | Compiling flate2 v1.0.28 |
1668 | 2024-02-23T19:44:06.134Z | Compiling digest v0.10.7 |
1669 | 2024-02-23T19:44:06.292Z | Compiling dof v0.1.5 |
1670 | 2024-02-23T19:44:06.341Z | Compiling heapless v0.7.16 |
1671 | 2024-02-23T19:44:06.729Z | Compiling hyper v0.14.27 |
1672 | 2024-02-23T19:44:06.785Z | Compiling dtrace-parser v0.1.14 |
1673 | 2024-02-23T19:44:06.795Z | Compiling futures-executor v0.3.30 |
1674 | 2024-02-23T19:44:06.978Z | Compiling strum_macros v0.25.2 |
1675 | 2024-02-23T19:44:07.705Z | Checking equivalent v1.0.1 |
1676 | 2024-02-23T19:44:07.708Z | Compiling ppv-lite86 v0.2.17 |
1677 | 2024-02-23T19:44:07.709Z | Compiling pretty-hex v0.4.1 |
1678 | 2024-02-23T19:44:08.216Z | Compiling rand_chacha v0.3.1 |
1679 | 2024-02-23T19:44:08.928Z | Compiling toml_edit v0.22.6 |
1680 | 2024-02-23T19:44:10.870Z | Compiling futures v0.3.30 |
1681 | 2024-02-23T19:44:11.073Z | Compiling toml v0.7.8 |
1682 | 2024-02-23T19:44:11.434Z | Compiling hex v0.4.3 |
1683 | 2024-02-23T19:44:11.535Z | Compiling serde_tokenstream v0.1.7 |
1684 | 2024-02-23T19:44:11.974Z | Compiling dof v0.3.0 |
1685 | 2024-02-23T19:44:18.234Z | Compiling dtrace-parser v0.2.0 |
1686 | 2024-02-23T19:44:18.275Z | Compiling bit-vec v0.6.3 |
1687 | 2024-02-23T19:44:18.275Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1688 | 2024-02-23T19:44:18.275Z | Compiling hyper-rustls v0.24.2 |
1689 | 2024-02-23T19:44:18.275Z | Compiling hyper-tls v0.5.0 |
1690 | 2024-02-23T19:44:18.275Z | Compiling reqwest v0.11.22 |
1691 | 2024-02-23T19:44:18.276Z | Compiling rand v0.8.5 |
1692 | 2024-02-23T19:44:18.276Z | Compiling phf_shared v0.10.0 |
1693 | 2024-02-23T19:44:18.276Z | Compiling num-bigint v0.4.4 |
1694 | 2024-02-23T19:44:18.276Z | Compiling smoltcp v0.9.1 |
1695 | 2024-02-23T19:44:18.276Z | Compiling precomputed-hash v0.1.1 |
1696 | 2024-02-23T19:44:18.276Z | Compiling fixedbitset v0.4.2 |
1697 | 2024-02-23T19:44:18.276Z | Compiling base64ct v1.6.0 |
1698 | 2024-02-23T19:44:18.276Z | Compiling minimal-lexical v0.2.1 |
1699 | 2024-02-23T19:44:18.276Z | Compiling new_debug_unreachable v1.0.4 |
1700 | 2024-02-23T19:44:18.276Z | Compiling string_cache v0.8.7 |
1701 | 2024-02-23T19:44:18.277Z | Compiling pem-rfc7468 v0.7.0 |
1702 | 2024-02-23T19:44:18.277Z | Compiling nom v7.1.3 |
1703 | 2024-02-23T19:44:18.277Z | Compiling petgraph v0.6.4 |
1704 | 2024-02-23T19:44:18.277Z | Compiling bit-set v0.5.3 |
1705 | 2024-02-23T19:44:18.277Z | Compiling usdt-macro v0.3.5 |
1706 | 2024-02-23T19:44:18.277Z | Compiling usdt-attr-macro v0.3.5 |
1707 | 2024-02-23T19:44:18.277Z | Compiling hmac v0.12.1 |
1708 | 2024-02-23T19:44:18.277Z | Compiling hubpack_derive v0.1.1 |
1709 | 2024-02-23T19:44:18.277Z | Compiling enum-as-inner v0.5.1 |
1710 | 2024-02-23T19:44:18.338Z | Compiling itertools v0.10.5 |
1711 | 2024-02-23T19:44:18.775Z | Compiling diesel_table_macro_syntax v0.1.0 |
1712 | 2024-02-23T19:44:18.999Z | Compiling flagset v0.4.3 |
1713 | 2024-02-23T19:44:19.137Z | Compiling lalrpop-util v0.19.12 |
1714 | 2024-02-23T19:44:19.153Z | Compiling unicode-segmentation v1.10.1 |
1715 | 2024-02-23T19:44:19.217Z | Compiling der v0.7.8 |
1716 | 2024-02-23T19:44:19.239Z | Compiling diesel_derives v2.1.2 |
1717 | 2024-02-23T19:44:21.295Z | Compiling cpufeatures v0.2.12 |
1718 | 2024-02-23T19:44:21.373Z | Compiling sha2 v0.10.8 |
1719 | 2024-02-23T19:44:21.432Z | Compiling md-5 v0.10.5 |
1720 | 2024-02-23T19:44:21.645Z | Compiling spki v0.7.2 |
1721 | 2024-02-23T19:44:21.700Z | Compiling stringprep v0.1.3 |
1722 | 2024-02-23T19:44:21.742Z | Compiling serde_repr v0.1.16 |
1723 | 2024-02-23T19:44:22.028Z | Compiling num-integer v0.1.46 |
1724 | 2024-02-23T19:44:22.305Z | Compiling hash32 v0.2.1 |
1725 | 2024-02-23T19:44:22.719Z | Compiling fallible-iterator v0.2.0 |
1726 | 2024-02-23T19:44:23.206Z | Compiling stable_deref_trait v1.2.0 |
1727 | 2024-02-23T19:44:23.206Z | Compiling pkcs8 v0.10.2 |
1728 | 2024-02-23T19:44:23.207Z | Compiling phf_shared v0.11.2 |
1729 | 2024-02-23T19:44:23.432Z | Compiling postgres-protocol v0.6.6 |
1730 | 2024-02-23T19:44:23.592Z | Compiling ff v0.13.0 |
1731 | 2024-02-23T19:44:23.826Z | Compiling terminal_size v0.3.0 |
1732 | 2024-02-23T19:44:24.060Z | Compiling block-padding v0.3.3 |
1733 | 2024-02-23T19:44:24.151Z | Compiling scheduled-thread-pool v0.2.7 |
1734 | 2024-02-23T19:44:24.260Z | Compiling base16ct v0.2.0 |
1735 | 2024-02-23T19:44:24.312Z | Compiling matches v0.1.10 |
1736 | 2024-02-23T19:44:24.384Z | Compiling num_threads v0.1.6 |
1737 | 2024-02-23T19:44:24.405Z | Compiling managed v0.8.0 |
1738 | 2024-02-23T19:44:24.585Z | Checking unicode-ident v1.0.12 |
1739 | 2024-02-23T19:44:24.660Z | Compiling deranged v0.3.8 |
1740 | 2024-02-23T19:44:24.740Z | Compiling regex-automata v0.1.10 |
1741 | 2024-02-23T19:44:24.761Z | Compiling bitflags v1.3.2 |
1742 | 2024-02-23T19:44:24.865Z | Compiling clap_builder v4.5.0 |
1743 | 2024-02-23T19:44:25.109Z | Compiling sec1 v0.7.3 |
1744 | 2024-02-23T19:44:25.251Z | Compiling bstr v0.2.17 |
1745 | 2024-02-23T19:44:25.718Z | Compiling idna v0.2.3 |
1746 | 2024-02-23T19:44:25.721Z | Compiling r2d2 v0.8.10 |
1747 | 2024-02-23T19:44:26.500Z | Compiling time v0.3.27 |
1748 | 2024-02-23T19:44:26.595Z | Compiling inout v0.1.3 |
1749 | 2024-02-23T19:44:26.743Z | Compiling postgres-types v0.2.6 |
1750 | 2024-02-23T19:44:26.891Z | Compiling group v0.13.0 |
1751 | 2024-02-23T19:44:26.989Z | Compiling signal-hook-mio v0.2.3 |
1752 | 2024-02-23T19:44:27.177Z | Compiling phf v0.11.2 |
1753 | 2024-02-23T19:44:27.220Z | Compiling bzip2 v0.4.4 |
1754 | 2024-02-23T19:44:27.450Z | Compiling hubpack v0.1.2 |
1755 | 2024-02-23T19:44:27.616Z | Compiling hkdf v0.12.4 |
1756 | 2024-02-23T19:44:27.948Z | Compiling zerocopy v0.6.4 |
1757 | 2024-02-23T19:44:28.274Z | Compiling crypto-bigint v0.5.2 |
1758 | 2024-02-23T19:44:28.411Z | Compiling ipnetwork v0.20.0 |
1759 | 2024-02-23T19:44:29.423Z | Compiling float-cmp v0.9.0 |
1760 | 2024-02-23T19:44:29.651Z | Compiling difflib v0.4.0 |
1761 | 2024-02-23T19:44:30.280Z | Compiling normalize-line-endings v0.3.0 |
1762 | 2024-02-23T19:44:30.626Z | Compiling static_assertions v1.1.0 |
1763 | 2024-02-23T19:44:30.669Z | Compiling regex-automata v0.3.8 |
1764 | 2024-02-23T19:44:30.732Z | Compiling whoami v1.4.1 |
1765 | 2024-02-23T19:44:31.407Z | Compiling data-encoding v2.4.0 |
1766 | 2024-02-23T19:44:31.438Z | Compiling predicates-core v1.0.6 |
1767 | 2024-02-23T19:44:31.818Z | Compiling predicates v3.1.0 |
1768 | 2024-02-23T19:44:31.941Z | Compiling tokio-postgres v0.7.10 |
1769 | 2024-02-23T19:44:32.322Z | Compiling trust-dns-proto v0.22.0 |
1770 | 2024-02-23T19:44:33.329Z | Compiling bstr v1.6.0 |
1771 | 2024-02-23T19:44:33.548Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1772 | 2024-02-23T19:44:33.913Z | Compiling yasna v0.5.2 |
1773 | 2024-02-23T19:44:35.048Z | Compiling elliptic-curve v0.13.8 |
1774 | 2024-02-23T19:44:35.631Z | Compiling clap v4.5.0 |
1775 | 2024-02-23T19:44:35.757Z | Compiling zip v0.6.6 |
1776 | 2024-02-23T19:44:35.890Z | Compiling crossterm v0.27.0 |
1777 | 2024-02-23T19:44:35.999Z | Compiling cipher v0.4.4 |
1778 | 2024-02-23T19:44:36.559Z | Compiling diesel v2.1.4 |
1779 | 2024-02-23T19:44:36.589Z | Compiling similar v2.3.0 |
1780 | 2024-02-23T19:44:37.467Z | Compiling usdt v0.3.5 |
1781 | 2024-02-23T19:44:37.750Z | Compiling strum v0.25.0 |
1782 | 2024-02-23T19:44:37.926Z | Compiling tokio-stream v0.1.14 |
1783 | 2024-02-23T19:44:38.836Z | Compiling console v0.15.8 |
1784 | 2024-02-23T19:44:39.096Z | Checking proc-macro2 v1.0.78 |
1785 | 2024-02-23T19:44:39.790Z | Checking quote v1.0.35 |
1786 | 2024-02-23T19:44:41.912Z | Checking utf8parse v0.2.1 |
1787 | 2024-02-23T19:44:43.333Z | Checking anstyle v1.0.2 |
1788 | 2024-02-23T19:44:48.378Z | Checking anstyle-parse v0.2.1 |
1789 | 2024-02-23T19:44:49.328Z | Checking anstyle-query v1.0.0 |
1790 | 2024-02-23T19:44:49.489Z | Checking colorchoice v1.0.0 |
1791 | 2024-02-23T19:44:49.620Z | Checking anstream v0.6.11 |
1792 | 2024-02-23T19:44:49.970Z | Compiling serde_tokenstream v0.2.0 |
1793 | 2024-02-23T19:44:49.998Z | Checking clap_lex v0.7.0 |
1794 | 2024-02-23T19:44:50.264Z | Checking strsim v0.11.0 |
1795 | 2024-02-23T19:44:55.904Z | Checking winnow v0.6.1 |
1796 | 2024-02-23T19:45:02.466Z | Compiling regress v0.8.0 |
1797 | 2024-02-23T19:45:05.755Z | Compiling getopts v0.2.21 |
1798 | 2024-02-23T19:45:05.773Z | Compiling unsafe-libyaml v0.2.10 |
1799 | 2024-02-23T19:45:06.440Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
1800 | 2024-02-23T19:45:06.836Z | Checking heck v0.4.1 |
1801 | 2024-02-23T19:45:07.782Z | Compiling serde_yaml v0.9.25 |
1802 | 2024-02-23T19:45:08.335Z | Checking camino v1.1.6 |
1803 | 2024-02-23T19:45:08.479Z | Checking progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1804 | 2024-02-23T19:45:08.822Z | Compiling strsim v0.10.0 |
1805 | 2024-02-23T19:45:08.925Z | Compiling ident_case v1.0.1 |
1806 | 2024-02-23T19:45:09.102Z | Checking rustls-pki-types v1.3.0 |
1807 | 2024-02-23T19:45:09.118Z | Checking fastrand v2.0.1 |
1808 | 2024-02-23T19:45:09.445Z | Checking match_cfg v0.1.0 |
1809 | 2024-02-23T19:45:09.490Z | Checking tempfile v3.10.0 |
1810 | 2024-02-23T19:45:09.537Z | Checking hostname v0.3.1 |
1811 | 2024-02-23T19:45:09.649Z | Checking http v1.0.0 |
1812 | 2024-02-23T19:45:09.667Z | Checking atty v0.2.14 |
1813 | 2024-02-23T19:45:09.783Z | Checking quick-error v1.2.3 |
1814 | 2024-02-23T19:45:09.840Z | Compiling paste v1.0.14 |
1815 | 2024-02-23T19:45:09.916Z | Checking sha1 v0.10.6 |
1816 | 2024-02-23T19:45:10.208Z | Checking dirs-sys-next v0.1.2 |
1817 | 2024-02-23T19:45:10.386Z | Compiling rustls v0.22.2 |
1818 | 2024-02-23T19:45:10.718Z | Checking dirs-next v2.0.0 |
1819 | 2024-02-23T19:45:10.846Z | Checking rustls-webpki v0.102.1 |
1820 | 2024-02-23T19:45:11.047Z | Checking crossbeam-channel v0.5.8 |
1821 | 2024-02-23T19:45:11.678Z | Checking thread_local v1.1.7 |
1822 | 2024-02-23T19:45:11.818Z | Checking instant v0.1.12 |
1823 | 2024-02-23T19:45:11.824Z | Compiling slog-async v2.8.0 |
1824 | 2024-02-23T19:45:11.970Z | Checking term v0.7.0 |
1825 | 2024-02-23T19:45:12.229Z | Checking rustls-pemfile v2.1.0 |
1826 | 2024-02-23T19:45:12.405Z | Compiling multer v3.0.0 |
1827 | 2024-02-23T19:45:12.452Z | Checking debug-ignore v1.0.5 |
1828 | 2024-02-23T19:45:12.469Z | Checking take_mut v0.2.2 |
1829 | 2024-02-23T19:45:12.585Z | Checking slog-term v2.9.0 |
1830 | 2024-02-23T19:45:12.758Z | Compiling darling_core v0.20.3 |
1831 | 2024-02-23T19:45:12.812Z | Checking slog-json v2.6.1 |
1832 | 2024-02-23T19:45:12.888Z | Compiling async-stream-impl v0.3.5 |
1833 | 2024-02-23T19:45:13.065Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1834 | 2024-02-23T19:45:13.077Z | Checking atomic-waker v1.1.1 |
1835 | 2024-02-23T19:45:13.208Z | Checking waitgroup v0.1.2 |
1836 | 2024-02-23T19:45:13.330Z | Checking slog-bunyan v2.5.0 |
1837 | 2024-02-23T19:45:13.490Z | Checking toml v0.8.10 |
1838 | 2024-02-23T19:45:13.883Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1839 | 2024-02-23T19:45:14.318Z | Checking serde_path_to_error v0.1.15 |
1840 | 2024-02-23T19:45:14.436Z | Checking async-stream v0.3.5 |
1841 | 2024-02-23T19:45:14.620Z | Checking wait-timeout v0.2.0 |
1842 | 2024-02-23T19:45:14.798Z | Compiling strum_macros v0.26.1 |
1843 | 2024-02-23T19:45:14.959Z | Compiling structmeta-derive v0.3.0 |
1844 | 2024-02-23T19:45:15.831Z | Checking tokio-rustls v0.25.0 |
1845 | 2024-02-23T19:45:16.237Z | Checking rusty-fork v0.3.0 |
1846 | 2024-02-23T19:45:16.546Z | Checking newtype-uuid v1.0.1 |
1847 | 2024-02-23T19:45:16.791Z | Compiling structmeta-derive v0.2.0 |
1848 | 2024-02-23T19:45:18.291Z | Compiling structmeta v0.3.0 |
1849 | 2024-02-23T19:45:18.758Z | Checking rand_xorshift v0.3.0 |
1850 | 2024-02-23T19:45:18.938Z | Checking unarray v0.1.4 |
1851 | 2024-02-23T19:45:19.093Z | Checking proptest v1.4.0 |
1852 | 2024-02-23T19:45:19.268Z | Compiling darling_macro v0.20.3 |
1853 | 2024-02-23T19:45:20.044Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1854 | 2024-02-23T19:45:20.080Z | Compiling structmeta v0.2.0 |
1855 | 2024-02-23T19:45:20.365Z | Compiling parse-display-derive v0.9.0 |
1856 | 2024-02-23T19:45:20.385Z | Compiling darling v0.20.3 |
1857 | 2024-02-23T19:45:20.420Z | Checking strum v0.26.1 |
1858 | 2024-02-23T19:45:20.506Z | Compiling serde_with_macros v3.6.1 |
1859 | 2024-02-23T19:45:20.525Z | Checking backoff v0.4.0 |
1860 | 2024-02-23T19:45:20.551Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1861 | 2024-02-23T19:45:20.569Z | Compiling test-strategy v0.3.1 |
1862 | 2024-02-23T19:45:20.823Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1863 | 2024-02-23T19:45:20.998Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1864 | 2024-02-23T19:45:21.167Z | Checking macaddr v1.0.1 |
1865 | 2024-02-23T19:45:21.497Z | Checking camino-tempfile v1.1.1 |
1866 | 2024-02-23T19:45:21.502Z | Checking is-terminal v0.4.9 |
1867 | 2024-02-23T19:45:21.638Z | Compiling proc-macro-error-attr v1.0.4 |
1868 | 2024-02-23T19:45:21.785Z | Compiling proc-macro-error v1.0.4 |
1869 | 2024-02-23T19:45:22.283Z | Compiling proc-macro-crate v1.3.1 |
1870 | 2024-02-23T19:45:23.449Z | Compiling heapless v0.8.0 |
1871 | 2024-02-23T19:45:23.727Z | Checking termtree v0.4.1 |
1872 | 2024-02-23T19:45:23.744Z | Compiling num_enum_derive v0.5.11 |
1873 | 2024-02-23T19:45:23.927Z | Checking predicates-tree v1.0.9 |
1874 | 2024-02-23T19:45:24.029Z | Checking serde_with v3.6.1 |
1875 | 2024-02-23T19:45:24.083Z | Checking hash32 v0.3.1 |
1876 | 2024-02-23T19:45:24.286Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1877 | 2024-02-23T19:45:24.369Z | Compiling smoltcp v0.11.0 |
1878 | 2024-02-23T19:45:24.928Z | Compiling usdt-macro v0.5.0 |
1879 | 2024-02-23T19:45:25.167Z | Compiling usdt-attr-macro v0.5.0 |
1880 | 2024-02-23T19:45:25.411Z | Checking parse-display v0.9.0 |
1881 | 2024-02-23T19:45:25.626Z | Checking memmap v0.7.0 |
1882 | 2024-02-23T19:45:25.631Z | Checking cobs v0.2.3 |
1883 | 2024-02-23T19:45:25.654Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
1884 | 2024-02-23T19:45:25.816Z | Compiling crucible-workspace-hack v0.1.0 |
1885 | 2024-02-23T19:45:25.856Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1886 | 2024-02-23T19:45:26.160Z | Checking embedded-io v0.4.0 |
1887 | 2024-02-23T19:45:26.359Z | Checking postcard v1.0.8 |
1888 | 2024-02-23T19:45:26.661Z | Compiling foreign-types-macros v0.2.3 |
1889 | 2024-02-23T19:45:26.709Z | Checking num_enum v0.5.11 |
1890 | 2024-02-23T19:45:26.870Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1891 | 2024-02-23T19:45:27.009Z | Checking usdt v0.5.0 |
1892 | 2024-02-23T19:45:27.068Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1893 | 2024-02-23T19:45:27.212Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1894 | 2024-02-23T19:45:27.291Z | Checking foreign-types-shared v0.3.1 |
1895 | 2024-02-23T19:45:27.516Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1896 | 2024-02-23T19:45:27.541Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1897 | 2024-02-23T19:45:27.606Z | Checking cstr-argument v0.1.2 |
1898 | 2024-02-23T19:45:27.749Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1899 | 2024-02-23T19:45:27.773Z | Checking pretty-hex v0.2.1 |
1900 | 2024-02-23T19:45:27.922Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1901 | 2024-02-23T19:45:28.079Z | Checking foreign-types v0.5.0 |
1902 | 2024-02-23T19:45:28.121Z | Checking colored v2.0.4 |
1903 | 2024-02-23T19:45:28.186Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1904 | 2024-02-23T19:45:28.209Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1905 | 2024-02-23T19:45:28.414Z | Compiling zone_cfg_derive v0.3.0 |
1906 | 2024-02-23T19:45:28.432Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1907 | 2024-02-23T19:45:28.469Z | Compiling mockall_derive v0.12.0 |
1908 | 2024-02-23T19:45:28.989Z | Compiling num-derive v0.4.0 |
1909 | 2024-02-23T19:45:28.994Z | Checking fragile v2.0.0 |
1910 | 2024-02-23T19:45:29.062Z | Checking downcast v0.11.0 |
1911 | 2024-02-23T19:45:29.254Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1912 | 2024-02-23T19:45:29.503Z | Checking smf v0.2.2 |
1913 | 2024-02-23T19:45:29.556Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1914 | 2024-02-23T19:45:29.997Z | Checking xattr v1.0.1 |
1915 | 2024-02-23T19:45:30.058Z | Checking zone v0.3.0 |
1916 | 2024-02-23T19:45:30.186Z | Checking filetime v0.2.23 |
1917 | 2024-02-23T19:45:30.396Z | Checking same-file v1.0.6 |
1918 | 2024-02-23T19:45:30.450Z | Checking tar v0.4.40 |
1919 | 2024-02-23T19:45:30.552Z | Checking walkdir v2.4.0 |
1920 | 2024-02-23T19:45:30.837Z | Checking pem v3.0.2 |
1921 | 2024-02-23T19:45:30.853Z | Compiling rayon-core v1.12.0 |
1922 | 2024-02-23T19:45:30.955Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1923 | 2024-02-23T19:45:31.132Z | Checking linked-hash-map v0.5.6 |
1924 | 2024-02-23T19:45:31.209Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
1925 | 2024-02-23T19:45:31.275Z | Checking itertools v0.12.1 |
1926 | 2024-02-23T19:45:31.296Z | Checking headers-core v0.2.0 |
1927 | 2024-02-23T19:45:31.310Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
1928 | 2024-02-23T19:45:31.433Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1929 | 2024-02-23T19:45:31.468Z | Checking lru-cache v0.1.2 |
1930 | 2024-02-23T19:45:31.656Z | Checking headers v0.3.9 |
1931 | 2024-02-23T19:45:31.675Z | Checking password-hash v0.5.0 |
1932 | 2024-02-23T19:45:32.129Z | Checking blake2 v0.10.6 |
1933 | 2024-02-23T19:45:32.556Z | Checking swrite v0.1.0 |
1934 | 2024-02-23T19:45:32.576Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1935 | 2024-02-23T19:45:32.692Z | Checking argon2 v0.5.3 |
1936 | 2024-02-23T19:45:32.828Z | Compiling derive-where v1.2.7 |
1937 | 2024-02-23T19:45:32.857Z | Checking rcgen v0.12.1 |
1938 | 2024-02-23T19:45:33.304Z | Checking atomicwrites v0.4.3 |
1939 | 2024-02-23T19:45:33.491Z | Checking subprocess v0.2.9 |
1940 | 2024-02-23T19:45:33.554Z | Checking arc-swap v1.6.0 |
1941 | 2024-02-23T19:45:33.630Z | Compiling cancel-safe-futures v0.1.5 |
1942 | 2024-02-23T19:45:34.014Z | Checking slog-scope v4.4.0 |
1943 | 2024-02-23T19:45:34.053Z | Checking half v2.3.1 |
1944 | 2024-02-23T19:45:34.473Z | Checking ciborium-io v0.2.2 |
1945 | 2024-02-23T19:45:34.481Z | Checking resolv-conf v0.7.0 |
1946 | 2024-02-23T19:45:34.481Z | Checking slog-stdlog v4.1.1 |
1947 | 2024-02-23T19:45:34.481Z | Checking slog-envlogger v2.2.0 |
1948 | 2024-02-23T19:45:34.516Z | Checking ciborium-ll v0.2.2 |
1949 | 2024-02-23T19:45:34.546Z | Checking trust-dns-resolver v0.22.0 |
1950 | 2024-02-23T19:45:34.582Z | Checking libsw v3.3.1 |
1951 | 2024-02-23T19:45:34.618Z | Checking linear-map v1.2.0 |
1952 | 2024-02-23T19:45:34.824Z | Checking ciborium v0.2.2 |
1953 | 2024-02-23T19:45:34.841Z | Checking owo-colors v4.0.0 |
1954 | 2024-02-23T19:45:34.962Z | Compiling slog-dtrace v0.3.0 |
1955 | 2024-02-23T19:45:35.734Z | Checking textwrap v0.11.0 |
1956 | 2024-02-23T19:45:35.734Z | Compiling heck v0.3.3 |
1957 | 2024-02-23T19:45:35.923Z | Compiling blake3 v1.5.0 |
1958 | 2024-02-23T19:45:36.076Z | Checking ansi_term v0.12.1 |
1959 | 2024-02-23T19:45:36.239Z | Checking vec_map v0.8.2 |
1960 | 2024-02-23T19:45:36.400Z | Checking termcolor v1.2.0 |
1961 | 2024-02-23T19:45:36.539Z | Checking strsim v0.8.0 |
1962 | 2024-02-23T19:45:36.585Z | Compiling libefi-sys v0.1.0 |
1963 | 2024-02-23T19:45:36.730Z | Checking clap v2.34.0 |
1964 | 2024-02-23T19:45:36.808Z | Compiling structopt-derive v0.4.18 |
1965 | 2024-02-23T19:45:36.955Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1966 | 2024-02-23T19:45:36.993Z | Checking nibble_vec v0.1.0 |
1967 | 2024-02-23T19:45:37.182Z | Compiling radium v0.7.0 |
1968 | 2024-02-23T19:45:37.377Z | Checking endian-type v0.1.2 |
1969 | 2024-02-23T19:45:37.571Z | Checking radix_trie v0.2.1 |
1970 | 2024-02-23T19:45:37.683Z | Checking mockall v0.12.0 |
1971 | 2024-02-23T19:45:37.719Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1972 | 2024-02-23T19:45:37.926Z | Compiling maybe-uninit v2.0.0 |
1973 | 2024-02-23T19:45:37.969Z | Checking tap v1.0.1 |
1974 | 2024-02-23T19:45:38.092Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1975 | 2024-02-23T19:45:38.131Z | Checking wyz v0.5.1 |
1976 | 2024-02-23T19:45:38.336Z | Checking fxhash v0.2.1 |
1977 | 2024-02-23T19:45:38.420Z | Checking gethostname v0.4.3 |
1978 | 2024-02-23T19:45:38.511Z | Compiling num-bigint-dig v0.8.4 |
1979 | 2024-02-23T19:45:38.540Z | Compiling packed_struct v0.10.1 |
1980 | 2024-02-23T19:45:38.556Z | Checking crc-catalog v2.2.0 |
1981 | 2024-02-23T19:45:38.568Z | Checking funty v2.0.0 |
1982 | 2024-02-23T19:45:38.695Z | Compiling semver v0.1.20 |
1983 | 2024-02-23T19:45:39.163Z | Checking crc v3.0.1 |
1984 | 2024-02-23T19:45:39.164Z | Compiling rustc_version v0.1.7 |
1985 | 2024-02-23T19:45:39.178Z | Compiling packed_struct_codegen v0.10.1 |
1986 | 2024-02-23T19:45:39.380Z | Compiling indexmap v1.9.3 |
1987 | 2024-02-23T19:45:39.529Z | Checking nodrop v0.1.14 |
1988 | 2024-02-23T19:45:39.547Z | Compiling newtype_derive v0.1.6 |
1989 | 2024-02-23T19:45:39.647Z | Checking array-init v0.0.4 |
1990 | 2024-02-23T19:45:39.727Z | Checking smallvec v0.6.14 |
1991 | 2024-02-23T19:45:39.743Z | Checking bitvec v1.0.1 |
1992 | 2024-02-23T19:45:39.775Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1993 | 2024-02-23T19:45:39.988Z | Checking structopt v0.3.26 |
1994 | 2024-02-23T19:45:40.006Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1995 | 2024-02-23T19:45:40.095Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1996 | 2024-02-23T19:45:40.132Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1997 | 2024-02-23T19:45:41.533Z | Checking pkcs1 v0.7.5 |
1998 | 2024-02-23T19:45:41.534Z | Checking signature v2.1.0 |
1999 | 2024-02-23T19:45:41.534Z | Compiling crossbeam-deque v0.8.3 |
2000 | 2024-02-23T19:45:41.534Z | Checking hashbrown v0.12.3 |
2001 | 2024-02-23T19:45:41.534Z | Checking bitfield v0.14.0 |
2002 | 2024-02-23T19:45:42.022Z | Checking rsa v0.9.2 |
2003 | 2024-02-23T19:45:42.449Z | Checking serde-hex v0.1.0 |
2004 | 2024-02-23T19:45:42.650Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2005 | 2024-02-23T19:45:42.665Z | Checking env_logger v0.10.0 |
2006 | 2024-02-23T19:45:42.896Z | Checking x509-cert v0.2.4 |
2007 | 2024-02-23T19:45:43.005Z | Checking ron v0.8.1 |
2008 | 2024-02-23T19:45:43.114Z | Checking hashbrown v0.13.2 |
2009 | 2024-02-23T19:45:44.062Z | Compiling semver-parser v0.10.2 |
2010 | 2024-02-23T19:45:44.229Z | Compiling num-rational v0.4.1 |
2011 | 2024-02-23T19:45:44.278Z | Checking crc-any v2.4.3 |
2012 | 2024-02-23T19:45:44.576Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2013 | 2024-02-23T19:45:44.638Z | Checking object v0.30.4 |
2014 | 2024-02-23T19:45:44.821Z | Compiling semver v0.11.0 |
2015 | 2024-02-23T19:45:44.842Z | Compiling rayon v1.8.0 |
2016 | 2024-02-23T19:45:45.622Z | Compiling memmap2 v0.7.1 |
2017 | 2024-02-23T19:45:46.462Z | Compiling home v0.5.5 |
2018 | 2024-02-23T19:45:46.530Z | Compiling arrayref v0.3.7 |
2019 | 2024-02-23T19:45:46.606Z | Checking path-slash v0.1.5 |
2020 | 2024-02-23T19:45:46.642Z | Compiling constant_time_eq v0.3.0 |
2021 | 2024-02-23T19:45:46.716Z | Compiling arrayvec v0.7.4 |
2022 | 2024-02-23T19:45:46.734Z | Compiling toolchain_find v0.2.0 |
2023 | 2024-02-23T19:45:46.770Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2024 | 2024-02-23T19:45:47.116Z | Checking steno v0.4.0 |
2025 | 2024-02-23T19:45:47.385Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2026 | 2024-02-23T19:45:48.065Z | Compiling toml v0.5.11 |
2027 | 2024-02-23T19:45:48.174Z | Checking num-complex v0.4.4 |
2028 | 2024-02-23T19:45:49.053Z | Compiling topological-sort v0.2.2 |
2029 | 2024-02-23T19:45:49.087Z | Compiling convert_case v0.4.0 |
2030 | 2024-02-23T19:45:49.274Z | Checking num v0.4.1 |
2031 | 2024-02-23T19:45:49.619Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2032 | 2024-02-23T19:45:49.861Z | Checking newline-converter v0.3.0 |
2033 | 2024-02-23T19:45:50.019Z | Compiling omicron-zone-package v0.11.0 |
2034 | 2024-02-23T19:45:50.076Z | Compiling derive_more v0.99.17 |
2035 | 2024-02-23T19:45:50.949Z | Compiling rustfmt-wrapper v0.2.0 |
2036 | 2024-02-23T19:45:51.452Z | Checking expectorate v1.1.0 |
2037 | 2024-02-23T19:45:51.607Z | Checking utf-8 v0.7.6 |
2038 | 2024-02-23T19:45:51.633Z | Compiling buf-list v1.0.3 |
2039 | 2024-02-23T19:45:51.817Z | Checking tungstenite v0.20.1 |
2040 | 2024-02-23T19:45:52.112Z | Checking display-error-chain v0.2.0 |
2041 | 2024-02-23T19:45:52.259Z | Compiling parking_lot_core v0.8.6 |
2042 | 2024-02-23T19:45:52.695Z | Checking keccak v0.1.4 |
2043 | 2024-02-23T19:45:52.724Z | Checking tokio-tungstenite v0.20.1 |
2044 | 2024-02-23T19:45:53.009Z | Checking sha3 v0.10.8 |
2045 | 2024-02-23T19:45:53.027Z | Checking trust-dns-client v0.22.0 |
2046 | 2024-02-23T19:45:53.131Z | Checking parking_lot v0.11.2 |
2047 | 2024-02-23T19:45:53.396Z | Checking secrecy v0.8.0 |
2048 | 2024-02-23T19:45:53.489Z | Compiling pin-project-internal v1.1.3 |
2049 | 2024-02-23T19:45:53.610Z | Compiling doc-comment v0.3.3 |
2050 | 2024-02-23T19:45:54.301Z | Checking sled v0.34.7 |
2051 | 2024-02-23T19:45:54.493Z | Checking glob v0.3.1 |
2052 | 2024-02-23T19:45:54.735Z | Checking trust-dns-server v0.22.1 |
2053 | 2024-02-23T19:45:54.811Z | Compiling vte_generate_state_changes v0.1.1 |
2054 | 2024-02-23T19:45:55.538Z | Checking vte v0.11.1 |
2055 | 2024-02-23T19:45:56.909Z | Compiling unicase v2.7.0 |
2056 | 2024-02-23T19:45:56.955Z | Checking pin-project v1.1.3 |
2057 | 2024-02-23T19:45:57.071Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2058 | 2024-02-23T19:45:57.090Z | Compiling platforms v3.0.2 |
2059 | 2024-02-23T19:45:57.326Z | Checking strip-ansi-escapes v0.2.0 |
2060 | 2024-02-23T19:45:57.429Z | Checking fd-lock v3.0.13 |
2061 | 2024-02-23T19:45:57.443Z | Compiling snafu-derive v0.7.5 |
2062 | 2024-02-23T19:45:57.474Z | Compiling fs-err v2.11.0 |
2063 | 2024-02-23T19:45:57.490Z | Checking nu-ansi-term v0.50.0 |
2064 | 2024-02-23T19:45:57.601Z | Checking globset v0.4.13 |
2065 | 2024-02-23T19:45:57.918Z | Checking reedline v0.29.0 |
2066 | 2024-02-23T19:45:57.947Z | Checking olpc-cjson v0.1.3 |
2067 | 2024-02-23T19:45:58.098Z | Checking serde_plain v1.0.2 |
2068 | 2024-02-23T19:45:58.165Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2069 | 2024-02-23T19:45:58.186Z | Compiling async-recursion v1.0.5 |
2070 | 2024-02-23T19:45:58.763Z | Checking typed-path v0.7.0 |
2071 | 2024-02-23T19:45:58.773Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2072 | 2024-02-23T19:45:59.004Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2073 | 2024-02-23T19:45:59.562Z | Compiling curve25519-dalek v4.1.1 |
2074 | 2024-02-23T19:45:59.569Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2075 | 2024-02-23T19:46:00.262Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
2076 | 2024-02-23T19:46:00.279Z | Checking progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
2077 | 2024-02-23T19:46:00.279Z | Compiling memoffset v0.7.1 |
2078 | 2024-02-23T19:46:00.280Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2079 | 2024-02-23T19:46:00.280Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2080 | 2024-02-23T19:46:00.280Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2081 | 2024-02-23T19:46:00.280Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2082 | 2024-02-23T19:46:00.315Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2083 | 2024-02-23T19:46:01.120Z | Checking parse-size v1.0.0 |
2084 | 2024-02-23T19:46:01.337Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2085 | 2024-02-23T19:46:01.847Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2086 | 2024-02-23T19:46:03.499Z | Compiling mime_guess v2.0.4 |
2087 | 2024-02-23T19:46:03.788Z | Checking snafu v0.7.5 |
2088 | 2024-02-23T19:46:04.312Z | Checking tough v0.16.0 |
2089 | 2024-02-23T19:46:06.744Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2090 | 2024-02-23T19:46:07.033Z | Checking progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
2091 | 2024-02-23T19:46:07.144Z | Checking universal-hash v0.5.1 |
2092 | 2024-02-23T19:46:07.344Z | Compiling thiserror-impl-no-std v2.0.2 |
2093 | 2024-02-23T19:46:08.611Z | Compiling curve25519-dalek-derive v0.1.0 |
2094 | 2024-02-23T19:46:08.629Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
2095 | 2024-02-23T19:46:09.071Z | Checking opaque-debug v0.3.0 |
2096 | 2024-02-23T19:46:09.171Z | Checking poly1305 v0.8.0 |
2097 | 2024-02-23T19:46:10.979Z | Checking thiserror-no-std v2.0.2 |
2098 | 2024-02-23T19:46:11.289Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2099 | 2024-02-23T19:46:11.526Z | Checking chacha20 v0.9.1 |
2100 | 2024-02-23T19:46:11.650Z | Checking aead v0.5.2 |
2101 | 2024-02-23T19:46:11.879Z | Checking kstat-rs v0.2.3 |
2102 | 2024-02-23T19:46:11.902Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2103 | 2024-02-23T19:46:12.255Z | Checking signature v1.6.4 |
2104 | 2024-02-23T19:46:12.270Z | Compiling salty v0.2.0 |
2105 | 2024-02-23T19:46:12.864Z | Checking ed25519 v1.5.3 |
2106 | 2024-02-23T19:46:13.104Z | Checking chacha20poly1305 v0.10.1 |
2107 | 2024-02-23T19:46:13.478Z | Checking vsss-rs v3.3.4 |
2108 | 2024-02-23T19:46:13.820Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2109 | 2024-02-23T19:46:14.081Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2110 | 2024-02-23T19:46:14.736Z | Checking serde-big-array v0.5.1 |
2111 | 2024-02-23T19:46:14.747Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2112 | 2024-02-23T19:46:14.747Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2113 | 2024-02-23T19:46:16.506Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2114 | 2024-02-23T19:46:17.315Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2115 | 2024-02-23T19:46:17.511Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2116 | 2024-02-23T19:46:17.802Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2117 | 2024-02-23T19:46:18.615Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2118 | 2024-02-23T19:46:19.043Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2119 | 2024-02-23T19:46:19.285Z | Checking bytecount v0.6.3 |
2120 | 2024-02-23T19:46:19.425Z | Checking papergrid v0.11.0 |
2121 | 2024-02-23T19:46:20.088Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2122 | 2024-02-23T19:46:21.365Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
2123 | 2024-02-23T19:46:21.673Z | Compiling tabled_derive v0.7.0 |
2124 | 2024-02-23T19:46:22.085Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2125 | 2024-02-23T19:46:22.843Z | Checking signal-hook-tokio v0.3.1 |
2126 | 2024-02-23T19:46:23.663Z | Checking fd-lock v4.0.2 |
2127 | 2024-02-23T19:46:23.663Z | Checking nix v0.27.1 |
2128 | 2024-02-23T19:46:23.663Z | Checking serde-big-array v0.4.1 |
2129 | 2024-02-23T19:46:23.663Z | Compiling sqlparser_derive v0.2.2 |
2130 | 2024-02-23T19:46:23.785Z | Checking unicode_categories v0.1.1 |
2131 | 2024-02-23T19:46:24.092Z | Checking humantime v2.1.0 |
2132 | 2024-02-23T19:46:24.367Z | Compiling prettyplease v0.2.16 |
2133 | 2024-02-23T19:46:24.412Z | Checking sqlparser v0.43.1 |
2134 | 2024-02-23T19:46:24.567Z | Checking tabled v0.15.0 |
2135 | 2024-02-23T19:46:24.735Z | Checking sqlformat v0.2.3 |
2136 | 2024-02-23T19:46:25.449Z | Checking rustyline v13.0.0 |
2137 | 2024-02-23T19:46:26.397Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2138 | 2024-02-23T19:46:27.277Z | Checking bcs v0.1.6 |
2139 | 2024-02-23T19:46:27.511Z | Checking highway v1.1.0 |
2140 | 2024-02-23T19:46:27.774Z | Checking corncobs v0.1.3 |
2141 | 2024-02-23T19:46:27.787Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2142 | 2024-02-23T19:46:27.981Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2143 | 2024-02-23T19:46:28.812Z | Compiling crunchy v0.2.2 |
2144 | 2024-02-23T19:46:28.812Z | Checking http-range v0.1.5 |
2145 | 2024-02-23T19:46:28.813Z | Checking progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
2146 | 2024-02-23T19:46:28.813Z | Checking hyper-staticfile v0.9.5 |
2147 | 2024-02-23T19:46:28.817Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2148 | 2024-02-23T19:46:28.817Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2149 | 2024-02-23T19:46:28.817Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2150 | 2024-02-23T19:46:28.818Z | Compiling clang-sys v1.6.1 |
2151 | 2024-02-23T19:46:29.392Z | Compiling tiny-keccak v2.0.2 |
2152 | 2024-02-23T19:46:29.895Z | Compiling darling_core v0.14.4 |
2153 | 2024-02-23T19:46:31.270Z | Checking assert_matches v1.5.0 |
2154 | 2024-02-23T19:46:31.369Z | Compiling ascii-canvas v3.0.0 |
2155 | 2024-02-23T19:46:31.995Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2156 | 2024-02-23T19:46:32.611Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2157 | 2024-02-23T19:46:32.713Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2158 | 2024-02-23T19:46:32.913Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2159 | 2024-02-23T19:46:33.352Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2160 | 2024-02-23T19:46:33.775Z | Compiling ena v0.14.2 |
2161 | 2024-02-23T19:46:33.847Z | Compiling libloading v0.7.4 |
2162 | 2024-02-23T19:46:34.235Z | Compiling diff v0.1.13 |
2163 | 2024-02-23T19:46:34.251Z | Compiling regex-syntax v0.6.29 |
2164 | 2024-02-23T19:46:34.669Z | Compiling bindgen v0.69.2 |
2165 | 2024-02-23T19:46:34.886Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2166 | 2024-02-23T19:46:34.909Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2167 | 2024-02-23T19:46:34.968Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2168 | 2024-02-23T19:46:37.076Z | Compiling darling_macro v0.14.4 |
2169 | 2024-02-23T19:46:38.267Z | Compiling darling v0.14.4 |
2170 | 2024-02-23T19:46:38.390Z | Compiling lalrpop v0.19.12 |
2171 | 2024-02-23T19:46:39.891Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2172 | 2024-02-23T19:46:40.176Z | Compiling cexpr v0.6.0 |
2173 | 2024-02-23T19:46:40.583Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2174 | 2024-02-23T19:46:40.606Z | Compiling which v4.4.0 |
2175 | 2024-02-23T19:46:41.188Z | Compiling shlex v1.3.0 |
2176 | 2024-02-23T19:46:41.275Z | Compiling ref-cast v1.0.20 |
2177 | 2024-02-23T19:46:41.653Z | Compiling rustc-hash v1.1.0 |
2178 | 2024-02-23T19:46:41.810Z | Compiling lazycell v1.3.0 |
2179 | 2024-02-23T19:46:41.832Z | Checking maplit v1.0.2 |
2180 | 2024-02-23T19:46:41.944Z | Compiling portable-atomic v1.4.3 |
2181 | 2024-02-23T19:46:42.376Z | Compiling peeking_take_while v0.1.2 |
2182 | 2024-02-23T19:46:42.383Z | Compiling derive_builder_core v0.12.0 |
2183 | 2024-02-23T19:46:42.383Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2184 | 2024-02-23T19:46:42.664Z | Compiling ref-cast-impl v1.0.20 |
2185 | 2024-02-23T19:46:43.136Z | Compiling libxml v0.3.3 |
2186 | 2024-02-23T19:46:43.650Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2187 | 2024-02-23T19:46:44.184Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2188 | 2024-02-23T19:46:44.593Z | Compiling derive_builder_macro v0.12.0 |
2189 | 2024-02-23T19:46:44.630Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2190 | 2024-02-23T19:46:44.683Z | Compiling strum_macros v0.24.3 |
2191 | 2024-02-23T19:46:45.052Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2192 | 2024-02-23T19:46:45.415Z | Compiling cookie v0.18.0 |
2193 | 2024-02-23T19:46:45.827Z | Checking number_prefix v0.4.0 |
2194 | 2024-02-23T19:46:45.827Z | Compiling indoc v1.0.9 |
2195 | 2024-02-23T19:46:45.827Z | Checking indicatif v0.17.8 |
2196 | 2024-02-23T19:46:46.700Z | Checking derive_builder v0.12.0 |
2197 | 2024-02-23T19:46:46.930Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2198 | 2024-02-23T19:46:47.260Z | Checking bb8 v0.8.3 |
2199 | 2024-02-23T19:46:47.735Z | Checking quick-xml v0.30.0 |
2200 | 2024-02-23T19:46:48.718Z | Checking castaway v0.2.2 |
2201 | 2024-02-23T19:46:48.783Z | Compiling oso-derive v0.27.0 |
2202 | 2024-02-23T19:46:48.890Z | Compiling impl-trait-for-tuples v0.2.2 |
2203 | 2024-02-23T19:46:48.949Z | Checking compact_str v0.7.1 |
2204 | 2024-02-23T19:46:49.701Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2205 | 2024-02-23T19:46:50.208Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2206 | 2024-02-23T19:46:50.320Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2207 | 2024-02-23T19:46:50.446Z | Checking lru v0.12.1 |
2208 | 2024-02-23T19:46:50.735Z | Compiling stability v0.1.1 |
2209 | 2024-02-23T19:46:51.785Z | Checking cassowary v0.3.0 |
2210 | 2024-02-23T19:46:51.889Z | Compiling indoc v2.0.3 |
2211 | 2024-02-23T19:46:52.206Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2212 | 2024-02-23T19:46:52.243Z | Checking unicode-linebreak v0.1.5 |
2213 | 2024-02-23T19:46:52.552Z | Checking smawk v0.3.1 |
2214 | 2024-02-23T19:46:53.044Z | Checking is_ci v1.2.0 |
2215 | 2024-02-23T19:46:53.044Z | Checking textwrap v0.16.1 |
2216 | 2024-02-23T19:46:53.044Z | Checking supports-color v3.0.0 |
2217 | 2024-02-23T19:46:53.044Z | Compiling nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution) |
2218 | 2024-02-23T19:46:53.087Z | Checking ratatui v0.26.1 |
2219 | 2024-02-23T19:46:53.145Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2220 | 2024-02-23T19:46:53.302Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2221 | 2024-02-23T19:46:53.500Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2222 | 2024-02-23T19:46:53.850Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2223 | 2024-02-23T19:46:54.713Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2224 | 2024-02-23T19:46:54.716Z | Checking nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
2225 | 2024-02-23T19:46:55.607Z | Checking rtoolbox v0.0.1 |
2226 | 2024-02-23T19:46:55.809Z | Checking rpassword v7.3.1 |
2227 | 2024-02-23T19:46:55.971Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
2228 | 2024-02-23T19:46:56.230Z | Checking tui-tree-widget v0.17.0 |
2229 | 2024-02-23T19:46:56.582Z | Checking fatfs v0.3.6 |
2230 | 2024-02-23T19:46:57.501Z | Checking shell-words v1.1.0 |
2231 | 2024-02-23T19:46:57.673Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2232 | 2024-02-23T19:46:58.193Z | Checking yansi v0.5.1 |
2233 | 2024-02-23T19:46:58.252Z | Checking pretty_assertions v1.4.0 |
2234 | 2024-02-23T19:46:58.455Z | Compiling target-lexicon v0.12.13 |
2235 | 2024-02-23T19:46:59.444Z | Compiling guppy-workspace-hack v0.1.0 |
2236 | 2024-02-23T19:46:59.651Z | Checking plotters-backend v0.3.5 |
2237 | 2024-02-23T19:47:00.050Z | Checking plotters-svg v0.3.5 |
2238 | 2024-02-23T19:47:00.258Z | Checking http-body v1.0.0 |
2239 | 2024-02-23T19:47:00.314Z | Checking rand v0.4.6 |
2240 | 2024-02-23T19:47:00.488Z | Checking remove_dir_all v0.5.3 |
2241 | 2024-02-23T19:47:00.602Z | Checking tower-layer v0.3.2 |
2242 | 2024-02-23T19:47:00.854Z | Checking cast v0.3.0 |
2243 | 2024-02-23T19:47:01.202Z | Compiling assert_cmd v2.0.14 |
2244 | 2024-02-23T19:47:01.222Z | Compiling target-spec v3.1.0 |
2245 | 2024-02-23T19:47:01.353Z | Checking tempdir v0.3.7 |
2246 | 2024-02-23T19:47:01.530Z | Checking criterion-plot v0.5.0 |
2247 | 2024-02-23T19:47:01.673Z | Checking tower v0.4.13 |
2248 | 2024-02-23T19:47:01.837Z | Checking hyper v1.1.0 |
2249 | 2024-02-23T19:47:02.036Z | Checking cfg-expr v0.15.6 |
2250 | 2024-02-23T19:47:02.563Z | Checking plotters v0.3.5 |
2251 | 2024-02-23T19:47:02.991Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2252 | 2024-02-23T19:47:03.163Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2253 | 2024-02-23T19:47:03.962Z | Checking tinytemplate v1.2.1 |
2254 | 2024-02-23T19:47:04.402Z | Checking cargo-platform v0.1.3 |
2255 | 2024-02-23T19:47:04.497Z | Checking oorandom v11.1.3 |
2256 | 2024-02-23T19:47:04.671Z | Checking anes v0.1.6 |
2257 | 2024-02-23T19:47:04.749Z | Checking cargo_metadata v0.18.1 |
2258 | 2024-02-23T19:47:04.859Z | Checking hyper-util v0.1.2 |
2259 | 2024-02-23T19:47:05.037Z | Checking criterion v0.5.1 |
2260 | 2024-02-23T19:47:06.201Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2261 | 2024-02-23T19:47:06.752Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2262 | 2024-02-23T19:47:07.091Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2263 | 2024-02-23T19:47:08.218Z | Checking rustls-native-certs v0.7.0 |
2264 | 2024-02-23T19:47:08.375Z | Checking pathdiff v0.2.1 |
2265 | 2024-02-23T19:47:08.545Z | Checking nested v0.1.1 |
2266 | 2024-02-23T19:47:08.772Z | Checking guppy v0.17.5 |
2267 | 2024-02-23T19:47:10.980Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2268 | 2024-02-23T19:47:11.109Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2269 | 2024-02-23T19:47:11.955Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2270 | 2024-02-23T19:47:12.571Z | Checking hyper-rustls v0.26.0 |
2271 | 2024-02-23T19:47:12.574Z | Checking httptest v0.15.5 |
2272 | 2024-02-23T19:47:12.813Z | Checking threadpool v1.8.1 |
2273 | 2024-02-23T19:47:13.037Z | Checking nanorand v0.7.0 |
2274 | 2024-02-23T19:47:13.557Z | Checking flume v0.11.0 |
2275 | 2024-02-23T19:47:13.557Z | Checking libtest-mimic v0.6.1 |
2276 | 2024-02-23T19:47:13.965Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2277 | 2024-02-23T19:47:13.978Z | Checking similar-asserts v1.5.0 |
2278 | 2024-02-23T19:47:14.147Z | Compiling rstest_macros v0.18.2 |
2279 | 2024-02-23T19:47:14.799Z | Checking datatest-stable v0.2.3 |
2280 | 2024-02-23T19:47:15.034Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2281 | 2024-02-23T19:47:16.370Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2282 | 2024-02-23T19:47:16.413Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2283 | 2024-02-23T19:47:16.898Z | Checking csv-core v0.1.11 |
2284 | 2024-02-23T19:47:17.124Z | Compiling trybuild v1.0.89 |
2285 | 2024-02-23T19:47:17.595Z | Checking constant_time_eq v0.2.6 |
2286 | 2024-02-23T19:47:17.599Z | Compiling relative-path v1.9.0 |
2287 | 2024-02-23T19:47:17.599Z | Checking blake2b_simd v1.0.1 |
2288 | 2024-02-23T19:47:17.625Z | Checking csv v1.3.0 |
2289 | 2024-02-23T19:47:18.206Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2290 | 2024-02-23T19:47:18.506Z | Checking basic-toml v0.1.8 |
2291 | 2024-02-23T19:47:19.441Z | Checking multimap v0.10.0 |
2292 | 2024-02-23T19:47:19.758Z | Checking futures-timer v3.0.2 |
2293 | 2024-02-23T19:47:21.540Z | Checking rust-argon2 v1.0.1 |
2294 | 2024-02-23T19:47:21.937Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2295 | 2024-02-23T19:47:24.053Z | Checking partial-io v0.5.4 |
2296 | 2024-02-23T19:47:24.480Z | Checking approx v0.5.1 |
2297 | 2024-02-23T19:47:24.704Z | Checking termios v0.3.3 |
2298 | 2024-02-23T19:47:25.116Z | Checking hex-literal v0.4.1 |
2299 | 2024-02-23T19:47:28.434Z | Checking rstest v0.18.2 |
2300 | 2024-02-23T19:47:30.335Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2301 | 2024-02-23T19:48:20.420Z | Checking zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
2302 | 2024-02-23T19:48:22.515Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2303 | 2024-02-23T19:48:22.670Z | Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f) |
2304 | 2024-02-23T19:48:23.913Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2305 | 2024-02-23T19:48:38.873Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2306 | 2024-02-23T19:48:48.029Z | Compiling polar-core v0.27.0 |
2307 | 2024-02-23T19:48:55.152Z | Checking oso v0.27.0 |
2308 | 2024-02-23T19:49:22.993Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2309 | 2024-02-23T19:50:29.662Z | Finished dev [unoptimized + debuginfo] target(s) in 7m 16s |
2310 | 2024-02-23T19:50:29.853Z | |
2311 | 2024-02-23T19:50:29.861Z | real 8:00.788261774 |
2312 | 2024-02-23T19:50:29.861Z | user 41:41.259326681 |
2313 | 2024-02-23T19:50:29.861Z | sys 6:50.085572992 |
2314 | 2024-02-23T19:50:29.861Z | trap 1.163223319 |
2315 | 2024-02-23T19:50:29.861Z | tflt 5.372857598 |
2316 | 2024-02-23T19:50:29.861Z | dflt 3.822045120 |
2317 | 2024-02-23T19:50:29.861Z | kflt 0.084140549 |
2318 | 2024-02-23T19:50:29.861Z | lock 1:04:11.975146792 |
2319 | 2024-02-23T19:50:29.861Z | slp 2:06:52.996212220 |
2320 | 2024-02-23T19:50:29.861Z | lat 1:50.998404193 |
2321 | 2024-02-23T19:50:29.861Z | stop 4:34.414784200 |
2322 | 2024-02-23T19:50:30.689Z | warning: output filename collision. |
2323 | 2024-02-23T19:50:30.689Z | 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)`. |
2324 | 2024-02-23T19:50:30.689Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2325 | 2024-02-23T19:50:30.689Z | The targets should have unique names. |
2326 | 2024-02-23T19:50:30.689Z | This is a known bug where multiple crates with the same name use |
2327 | 2024-02-23T19:50:30.689Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2328 | 2024-02-23T19:50:30.693Z | warning: output filename collision. |
2329 | 2024-02-23T19:50:30.693Z | The lib target `nix` in package `nix v0.27.1` has the same output filename as the lib target `nix` in package `nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d)`. |
2330 | 2024-02-23T19:50:30.693Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html |
2331 | 2024-02-23T19:50:30.693Z | The targets should have unique names. |
2332 | 2024-02-23T19:50:30.693Z | This is a known bug where multiple crates with the same name use |
2333 | 2024-02-23T19:50:30.693Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2334 | 2024-02-23T19:50:30.693Z | warning: output filename collision. |
2335 | 2024-02-23T19:50:30.693Z | 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)`. |
2336 | 2024-02-23T19:50:30.693Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2337 | 2024-02-23T19:50:30.693Z | The targets should have unique names. |
2338 | 2024-02-23T19:50:30.693Z | This is a known bug where multiple crates with the same name use |
2339 | 2024-02-23T19:50:30.693Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2340 | 2024-02-23T19:50:30.693Z | warning: output filename collision. |
2341 | 2024-02-23T19:50:30.694Z | The lib target `progenitor` in package `progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)` has the same output filename as the lib target `progenitor` in package `progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)`. |
2342 | 2024-02-23T19:50:30.694Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor/index.html |
2343 | 2024-02-23T19:50:30.694Z | The targets should have unique names. |
2344 | 2024-02-23T19:50:30.694Z | This is a known bug where multiple crates with the same name use |
2345 | 2024-02-23T19:50:30.694Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2346 | 2024-02-23T19:50:30.694Z | warning: output filename collision. |
2347 | 2024-02-23T19:50:30.694Z | The lib target `progenitor-client` in package `progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)` has the same output filename as the lib target `progenitor-client` in package `progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)`. |
2348 | 2024-02-23T19:50:30.694Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor_client/index.html |
2349 | 2024-02-23T19:50:30.694Z | The targets should have unique names. |
2350 | 2024-02-23T19:50:30.694Z | This is a known bug where multiple crates with the same name use |
2351 | 2024-02-23T19:50:30.694Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2352 | 2024-02-23T19:50:30.694Z | warning: output filename collision. |
2353 | 2024-02-23T19:50:30.694Z | The lib target `progenitor-impl` in package `progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)` has the same output filename as the lib target `progenitor-impl` in package `progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)`. |
2354 | 2024-02-23T19:50:30.694Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor_impl/index.html |
2355 | 2024-02-23T19:50:30.694Z | The targets should have unique names. |
2356 | 2024-02-23T19:50:30.694Z | This is a known bug where multiple crates with the same name use |
2357 | 2024-02-23T19:50:30.694Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2358 | 2024-02-23T19:50:30.694Z | warning: output filename collision. |
2359 | 2024-02-23T19:50:30.694Z | 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)`. |
2360 | 2024-02-23T19:50:30.694Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2361 | 2024-02-23T19:50:30.694Z | The targets should have unique names. |
2362 | 2024-02-23T19:50:30.694Z | This is a known bug where multiple crates with the same name use |
2363 | 2024-02-23T19:50:30.694Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2364 | 2024-02-23T19:50:31.141Z | Documenting libc v0.2.153 |
2365 | 2024-02-23T19:50:31.182Z | Documenting cfg-if v1.0.0 |
2366 | 2024-02-23T19:50:31.196Z | Documenting serde_derive v1.0.196 |
2367 | 2024-02-23T19:50:31.228Z | Documenting log v0.4.20 |
2368 | 2024-02-23T19:50:31.228Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2369 | 2024-02-23T19:50:31.257Z | Documenting memchr v2.6.3 |
2370 | 2024-02-23T19:50:31.268Z | Documenting scopeguard v1.2.0 |
2371 | 2024-02-23T19:50:31.281Z | Documenting byteorder v1.5.0 |
2372 | 2024-02-23T19:50:31.562Z | Documenting smallvec v1.13.1 |
2373 | 2024-02-23T19:50:33.948Z | Documenting itoa v1.0.9 |
2374 | 2024-02-23T19:50:34.122Z | Documenting lock_api v0.4.10 |
2375 | 2024-02-23T19:50:34.786Z | Documenting once_cell v1.19.0 |
2376 | 2024-02-23T19:50:35.400Z | Documenting getrandom v0.2.10 |
2377 | 2024-02-23T19:50:35.715Z | Documenting zeroize_derive v1.4.2 |
2378 | 2024-02-23T19:50:35.715Z | Documenting parking_lot_core v0.9.8 |
2379 | 2024-02-23T19:50:35.892Z | Documenting libm v0.2.7 |
2380 | 2024-02-23T19:50:36.885Z | Documenting pin-project-lite v0.2.13 |
2381 | 2024-02-23T19:50:37.203Z | Documenting signal-hook-registry v1.4.1 |
2382 | 2024-02-23T19:50:38.193Z | Documenting serde v1.0.196 |
2383 | 2024-02-23T19:50:39.251Z | Documenting rand_core v0.6.4 |
2384 | 2024-02-23T19:50:39.317Z | Documenting num-traits v0.2.16 |
2385 | 2024-02-23T19:50:39.329Z | Documenting mio v0.8.9 |
2386 | 2024-02-23T19:50:39.729Z | Documenting parking_lot v0.12.1 |
2387 | 2024-02-23T19:50:39.811Z | Documenting futures-core v0.3.30 |
2388 | 2024-02-23T19:50:41.253Z | Documenting ryu v1.0.15 |
2389 | 2024-02-23T19:50:41.350Z | Documenting zeroize v1.7.0 |
2390 | 2024-02-23T19:50:43.072Z | Documenting thiserror-impl v1.0.57 |
2391 | 2024-02-23T19:50:43.458Z | Documenting socket2 v0.5.5 |
2392 | 2024-02-23T19:50:43.538Z | Documenting num_cpus v1.16.0 |
2393 | 2024-02-23T19:50:43.670Z | Documenting tokio-macros v2.2.0 |
2394 | 2024-02-23T19:50:44.001Z | Documenting zerocopy v0.7.32 |
2395 | 2024-02-23T19:50:44.112Z | Documenting typenum v1.16.0 |
2396 | 2024-02-23T19:50:45.288Z | Documenting subtle v2.5.0 |
2397 | 2024-02-23T19:50:47.983Z | Documenting futures-sink v0.3.30 |
2398 | 2024-02-23T19:50:47.989Z | Documenting iana-time-zone v0.1.57 |
2399 | 2024-02-23T19:50:47.989Z | Documenting thiserror v1.0.57 |
2400 | 2024-02-23T19:50:48.199Z | Documenting pin-utils v0.1.0 |
2401 | 2024-02-23T19:50:49.227Z | Documenting slab v0.4.9 |
2402 | 2024-02-23T19:50:51.242Z | Documenting futures-channel v0.3.30 |
2403 | 2024-02-23T19:50:51.277Z | Documenting futures-macro v0.3.30 |
2404 | 2024-02-23T19:50:51.435Z | Documenting ahash v0.8.7 |
2405 | 2024-02-23T19:50:51.849Z | Documenting futures-io v0.3.30 |
2406 | 2024-02-23T19:50:53.473Z | Documenting allocator-api2 v0.2.16 |
2407 | 2024-02-23T19:50:54.100Z | Documenting futures-task v0.3.30 |
2408 | 2024-02-23T19:50:55.192Z | Documenting const-oid v0.9.5 |
2409 | 2024-02-23T19:50:55.891Z | Documenting tinyvec_macros v0.1.1 |
2410 | 2024-02-23T19:50:56.337Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2411 | 2024-02-23T19:50:56.488Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2412 | 2024-02-23T19:50:56.549Z | Documenting tracing-core v0.1.31 |
2413 | 2024-02-23T19:50:57.145Z | Documenting hashbrown v0.14.3 |
2414 | 2024-02-23T19:50:57.333Z | Documenting tracing-attributes v0.1.26 |
2415 | 2024-02-23T19:50:57.955Z | Documenting futures-util v0.3.30 |
2416 | 2024-02-23T19:50:58.807Z | Documenting tinyvec v1.6.0 |
2417 | 2024-02-23T19:51:00.142Z | Documenting bytes v1.5.0 |
2418 | 2024-02-23T19:51:01.383Z | Documenting bitflags v2.4.0 |
2419 | 2024-02-23T19:51:03.020Z | Documenting serde_json v1.0.114 |
2420 | 2024-02-23T19:51:03.936Z | Documenting chrono v0.4.31 |
2421 | 2024-02-23T19:51:04.381Z | Documenting uuid v1.7.0 |
2422 | 2024-02-23T19:51:05.091Z | Documenting tokio v1.36.0 |
2423 | 2024-02-23T19:51:05.633Z | Documenting unicode-normalization v0.1.22 |
2424 | 2024-02-23T19:51:08.894Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2425 | 2024-02-23T19:51:09.055Z | Documenting ppv-lite86 v0.2.17 |
2426 | 2024-02-23T19:51:09.147Z | Documenting unicode-bidi v0.3.13 |
2427 | 2024-02-23T19:51:10.185Z | Documenting equivalent v1.0.1 |
2428 | 2024-02-23T19:51:10.347Z | Documenting serde_derive_internals v0.26.0 |
2429 | 2024-02-23T19:51:10.904Z | Documenting generic-array v0.14.7 |
2430 | 2024-02-23T19:51:12.613Z | Documenting rand_chacha v0.3.1 |
2431 | 2024-02-23T19:51:12.963Z | Documenting indexmap v2.2.3 |
2432 | 2024-02-23T19:51:13.461Z | Checking serde_derive_internals v0.26.0 |
2433 | 2024-02-23T19:51:14.097Z | Documenting percent-encoding v2.3.1 |
2434 | 2024-02-23T19:51:15.420Z | Documenting tracing v0.1.37 |
2435 | 2024-02-23T19:51:15.744Z | Documenting crypto-common v0.1.6 |
2436 | 2024-02-23T19:51:16.012Z | Documenting block-buffer v0.10.4 |
2437 | 2024-02-23T19:51:16.324Z | Documenting base64 v0.21.7 |
2438 | 2024-02-23T19:51:16.978Z | Documenting rand v0.8.5 |
2439 | 2024-02-23T19:51:18.092Z | Documenting dyn-clone v1.0.16 |
2440 | 2024-02-23T19:51:18.242Z | Documenting schemars_derive v0.8.16 |
2441 | 2024-02-23T19:51:18.459Z | Documenting lazy_static v1.4.0 |
2442 | 2024-02-23T19:51:20.043Z | Documenting form_urlencoded v1.2.1 |
2443 | 2024-02-23T19:51:20.146Z | Documenting fnv v1.0.7 |
2444 | 2024-02-23T19:51:20.375Z | Documenting digest v0.10.7 |
2445 | 2024-02-23T19:51:21.131Z | Documenting errno v0.3.8 |
2446 | 2024-02-23T19:51:21.362Z | Documenting cpufeatures v0.2.12 |
2447 | 2024-02-23T19:51:22.649Z | Documenting idna v0.5.0 |
2448 | 2024-02-23T19:51:23.800Z | Documenting httparse v1.8.0 |
2449 | 2024-02-23T19:51:24.010Z | Documenting unicode-ident v1.0.12 |
2450 | 2024-02-23T19:51:24.251Z | Documenting unicode-width v0.1.11 |
2451 | 2024-02-23T19:51:24.696Z | Documenting schemars v0.8.16 |
2452 | 2024-02-23T19:51:25.085Z | Documenting rustix v0.38.31 |
2453 | 2024-02-23T19:51:26.521Z | Documenting adler v1.0.2 |
2454 | 2024-02-23T19:51:26.915Z | Documenting url v2.5.0 |
2455 | 2024-02-23T19:51:27.322Z | Documenting proc-macro2 v1.0.78 |
2456 | 2024-02-23T19:51:27.322Z | Documenting httpdate v1.0.3 |
2457 | 2024-02-23T19:51:28.452Z | Documenting try-lock v0.2.4 |
2458 | 2024-02-23T19:51:29.727Z | Documenting miniz_oxide v0.7.1 |
2459 | 2024-02-23T19:51:31.075Z | Documenting http-body v0.4.5 |
2460 | 2024-02-23T19:51:31.418Z | Documenting openssl-sys v0.9.96 |
2461 | 2024-02-23T19:51:31.931Z | Documenting openssl-macros v0.1.1 |
2462 | 2024-02-23T19:51:31.946Z | Documenting want v0.3.1 |
2463 | 2024-02-23T19:51:31.946Z | Documenting base64ct v1.6.0 |
2464 | 2024-02-23T19:51:32.107Z | Documenting tower-service v0.3.2 |
2465 | 2024-02-23T19:51:33.300Z | Documenting mime v0.3.17 |
2466 | 2024-02-23T19:51:35.390Z | Documenting quote v1.0.35 |
2467 | 2024-02-23T19:51:35.565Z | Documenting aho-corasick v1.0.4 |
2468 | 2024-02-23T19:51:35.891Z | Documenting slog v2.7.0 |
2469 | 2024-02-23T19:51:35.967Z | Documenting ipnet v2.9.0 |
2470 | 2024-02-23T19:51:36.222Z | Documenting openssl-probe v0.1.5 |
2471 | 2024-02-23T19:51:36.709Z | Documenting tokio-util v0.7.10 |
2472 | 2024-02-23T19:51:37.404Z | Documenting openssl v0.10.60 |
2473 | 2024-02-23T19:51:38.058Z | Documenting regex-syntax v0.8.2 |
2474 | 2024-02-23T19:51:39.503Z | Documenting syn v2.0.48 |
2475 | 2024-02-23T19:51:40.139Z | Documenting async-trait v0.1.77 |
2476 | 2024-02-23T19:51:40.354Z | Documenting pem-rfc7468 v0.7.0 |
2477 | 2024-02-23T19:51:40.505Z | Documenting encoding_rs v0.8.33 |
2478 | 2024-02-23T19:51:40.635Z | Documenting crossbeam-utils v0.8.16 |
2479 | 2024-02-23T19:51:42.505Z | Documenting h2 v0.3.24 |
2480 | 2024-02-23T19:51:44.530Z | Documenting der_derive v0.7.2 |
2481 | 2024-02-23T19:51:44.821Z | Documenting regex-automata v0.4.4 |
2482 | 2024-02-23T19:51:44.896Z | Documenting utf8parse v0.2.1 |
2483 | 2024-02-23T19:51:44.917Z | Documenting flagset v0.4.3 |
2484 | 2024-02-23T19:51:45.036Z | Documenting serde_urlencoded v0.7.1 |
2485 | 2024-02-23T19:51:45.782Z | Documenting native-tls v0.2.11 |
2486 | 2024-02-23T19:51:47.751Z | Documenting num-integer v0.1.46 |
2487 | 2024-02-23T19:51:47.837Z | Documenting time-macros v0.2.13 |
2488 | 2024-02-23T19:51:49.232Z | Documenting gimli v0.28.0 |
2489 | 2024-02-23T19:51:49.745Z | Documenting der v0.7.8 |
2490 | 2024-02-23T19:51:50.842Z | Documenting tokio-native-tls v0.3.1 |
2491 | 2024-02-23T19:51:52.764Z | Documenting deranged v0.3.8 |
2492 | 2024-02-23T19:51:53.217Z | Documenting time-core v0.1.1 |
2493 | 2024-02-23T19:51:53.902Z | Documenting regex v1.10.3 |
2494 | 2024-02-23T19:51:54.035Z | Documenting hyper v0.14.27 |
2495 | 2024-02-23T19:51:54.878Z | Documenting num_threads v0.1.6 |
2496 | 2024-02-23T19:51:55.389Z | Documenting addr2line v0.21.0 |
2497 | 2024-02-23T19:51:56.220Z | Documenting spki v0.7.2 |
2498 | 2024-02-23T19:51:56.223Z | Documenting object v0.32.1 |
2499 | 2024-02-23T19:51:57.302Z | Documenting rustc-demangle v0.1.23 |
2500 | 2024-02-23T19:51:58.662Z | Documenting time v0.3.27 |
2501 | 2024-02-23T19:51:58.716Z | Documenting webpki-roots v0.25.2 |
2502 | 2024-02-23T19:51:59.284Z | Documenting spin v0.9.8 |
2503 | 2024-02-23T19:51:59.623Z | Documenting either v1.10.0 |
2504 | 2024-02-23T19:52:00.427Z | Documenting openapiv3 v2.0.0 |
2505 | 2024-02-23T19:52:00.943Z | Documenting pkcs8 v0.10.2 |
2506 | 2024-02-23T19:52:02.284Z | Documenting futures-executor v0.3.30 |
2507 | 2024-02-23T19:52:02.451Z | Checking pest_meta v2.7.6 |
2508 | 2024-02-23T19:52:03.484Z | Documenting memoffset v0.9.0 |
2509 | 2024-02-23T19:52:03.684Z | Documenting data-encoding v2.4.0 |
2510 | 2024-02-23T19:52:04.181Z | Documenting anstyle v1.0.2 |
2511 | 2024-02-23T19:52:05.498Z | Documenting anstyle-parse v0.2.1 |
2512 | 2024-02-23T19:52:06.335Z | Documenting crossbeam-epoch v0.9.15 |
2513 | 2024-02-23T19:52:06.564Z | Documenting hyper-tls v0.5.0 |
2514 | 2024-02-23T19:52:06.631Z | Documenting hyper-rustls v0.24.2 |
2515 | 2024-02-23T19:52:07.407Z | Documenting ipnetwork v0.20.0 |
2516 | 2024-02-23T19:52:08.106Z | Documenting sha2 v0.10.8 |
2517 | 2024-02-23T19:52:08.184Z | Documenting hex v0.4.3 |
2518 | 2024-02-23T19:52:08.926Z | Documenting crc32fast v1.3.2 |
2519 | 2024-02-23T19:52:09.263Z | Documenting backtrace v0.3.69 |
2520 | 2024-02-23T19:52:10.559Z | Documenting pest_meta v2.7.6 |
2521 | 2024-02-23T19:52:12.282Z | Documenting scroll_derive v0.12.0 |
2522 | 2024-02-23T19:52:12.537Z | Documenting colorchoice v1.0.0 |
2523 | 2024-02-23T19:52:12.653Z | Documenting anstyle-query v1.0.0 |
2524 | 2024-02-23T19:52:13.167Z | Documenting untrusted v0.9.0 |
2525 | 2024-02-23T19:52:14.031Z | Documenting futures v0.3.30 |
2526 | 2024-02-23T19:52:14.809Z | Documenting reqwest v0.11.22 |
2527 | 2024-02-23T19:52:15.352Z | Documenting pest_generator v2.7.6 |
2528 | 2024-02-23T19:52:15.425Z | Checking pest_generator v2.7.6 |
2529 | 2024-02-23T19:52:15.634Z | Documenting anyhow v1.0.75 |
2530 | 2024-02-23T19:52:15.987Z | Documenting ring v0.17.8 |
2531 | 2024-02-23T19:52:16.146Z | Documenting num-iter v0.1.43 |
2532 | 2024-02-23T19:52:16.362Z | Documenting anstream v0.6.11 |
2533 | 2024-02-23T19:52:16.711Z | Documenting scroll v0.12.0 |
2534 | 2024-02-23T19:52:20.116Z | Documenting terminal_size v0.3.0 |
2535 | 2024-02-23T19:52:20.321Z | Documenting hmac v0.12.1 |
2536 | 2024-02-23T19:52:20.586Z | Documenting signal-hook v0.3.17 |
2537 | 2024-02-23T19:52:20.749Z | Documenting clap_lex v0.7.0 |
2538 | 2024-02-23T19:52:21.167Z | Documenting plain v0.2.3 |
2539 | 2024-02-23T19:52:21.181Z | Documenting ucd-trie v0.1.6 |
2540 | 2024-02-23T19:52:22.780Z | Documenting strsim v0.11.0 |
2541 | 2024-02-23T19:52:24.172Z | Documenting static_assertions v1.1.0 |
2542 | 2024-02-23T19:52:24.428Z | Documenting goblin v0.8.0 |
2543 | 2024-02-23T19:52:24.690Z | Documenting pest_derive v2.7.6 |
2544 | 2024-02-23T19:52:25.260Z | Documenting flate2 v1.0.28 |
2545 | 2024-02-23T19:52:25.397Z | Documenting clap_derive v4.5.0 |
2546 | 2024-02-23T19:52:25.516Z | Documenting pretty-hex v0.4.1 |
2547 | 2024-02-23T19:52:25.771Z | Documenting pest v2.7.6 |
2548 | 2024-02-23T19:52:27.211Z | Documenting unicode-segmentation v1.10.1 |
2549 | 2024-02-23T19:52:27.352Z | Documenting clap_builder v4.5.0 |
2550 | 2024-02-23T19:52:28.659Z | Documenting managed v0.8.0 |
2551 | 2024-02-23T19:52:29.122Z | Documenting signal-hook-mio v0.2.3 |
2552 | 2024-02-23T19:52:30.505Z | Documenting block-padding v0.3.3 |
2553 | 2024-02-23T19:52:30.645Z | Documenting scheduled-thread-pool v0.2.7 |
2554 | 2024-02-23T19:52:30.812Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2555 | 2024-02-23T19:52:30.826Z | Documenting dtrace-parser v0.2.0 |
2556 | 2024-02-23T19:52:31.807Z | Documenting dof v0.3.0 |
2557 | 2024-02-23T19:52:31.977Z | Documenting thread-id v4.2.0 |
2558 | 2024-02-23T19:52:33.511Z | Documenting enum-as-inner v0.5.1 |
2559 | 2024-02-23T19:52:33.776Z | Documenting clap v4.5.0 |
2560 | 2024-02-23T19:52:34.704Z | Documenting diesel_table_macro_syntax v0.1.0 |
2561 | 2024-02-23T19:52:34.825Z | Checking diesel_table_macro_syntax v0.1.0 |
2562 | 2024-02-23T19:52:34.895Z | Documenting bzip2 v0.4.4 |
2563 | 2024-02-23T19:52:34.991Z | Documenting inout v0.1.3 |
2564 | 2024-02-23T19:52:35.626Z | Documenting r2d2 v0.8.10 |
2565 | 2024-02-23T19:52:35.955Z | Documenting crossterm v0.27.0 |
2566 | 2024-02-23T19:52:37.440Z | Documenting usdt-impl v0.5.0 |
2567 | 2024-02-23T19:52:37.881Z | Documenting trust-dns-proto v0.22.0 |
2568 | 2024-02-23T19:52:38.873Z | Documenting md-5 v0.10.5 |
2569 | 2024-02-23T19:52:39.079Z | Documenting stringprep v0.1.3 |
2570 | 2024-02-23T19:52:39.167Z | Documenting serde_spanned v0.6.5 |
2571 | 2024-02-23T19:52:39.259Z | Documenting diesel_derives v2.1.2 |
2572 | 2024-02-23T19:52:39.806Z | Documenting toml_datetime v0.6.5 |
2573 | 2024-02-23T19:52:41.333Z | Documenting ff v0.13.0 |
2574 | 2024-02-23T19:52:42.941Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2575 | 2024-02-23T19:52:43.214Z | Documenting siphasher v0.3.11 |
2576 | 2024-02-23T19:52:43.775Z | Documenting fallible-iterator v0.2.0 |
2577 | 2024-02-23T19:52:43.877Z | Documenting winnow v0.6.1 |
2578 | 2024-02-23T19:52:45.288Z | Documenting bit-vec v0.6.3 |
2579 | 2024-02-23T19:52:45.319Z | Documenting base16ct v0.2.0 |
2580 | 2024-02-23T19:52:46.257Z | Documenting group v0.13.0 |
2581 | 2024-02-23T19:52:46.274Z | Documenting phf_shared v0.11.2 |
2582 | 2024-02-23T19:52:46.727Z | Documenting diesel v2.1.4 |
2583 | 2024-02-23T19:52:47.091Z | Documenting cipher v0.4.4 |
2584 | 2024-02-23T19:52:48.417Z | Documenting sec1 v0.7.3 |
2585 | 2024-02-23T19:52:49.228Z | Documenting postgres-protocol v0.6.6 |
2586 | 2024-02-23T19:52:49.231Z | Documenting toml_edit v0.22.6 |
2587 | 2024-02-23T19:52:49.415Z | Documenting zip v0.6.6 |
2588 | 2024-02-23T19:52:50.235Z | Documenting hkdf v0.12.4 |
2589 | 2024-02-23T19:52:50.355Z | Documenting num-bigint v0.4.4 |
2590 | 2024-02-23T19:52:53.699Z | Documenting crypto-bigint v0.5.2 |
2591 | 2024-02-23T19:52:53.859Z | Documenting regress v0.8.0 |
2592 | 2024-02-23T19:52:54.895Z | Documenting hubpack v0.1.2 |
2593 | 2024-02-23T19:52:55.178Z | Documenting bstr v1.6.0 |
2594 | 2024-02-23T19:52:55.485Z | Documenting serde_repr v0.1.16 |
2595 | 2024-02-23T19:52:55.922Z | Documenting precomputed-hash v0.1.1 |
2596 | 2024-02-23T19:52:57.802Z | Documenting lalrpop-util v0.19.12 |
2597 | 2024-02-23T19:52:59.628Z | Documenting minimal-lexical v0.2.1 |
2598 | 2024-02-23T19:52:59.905Z | Documenting fixedbitset v0.4.2 |
2599 | 2024-02-23T19:53:00.061Z | Documenting new_debug_unreachable v1.0.4 |
2600 | 2024-02-23T19:53:00.145Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2601 | 2024-02-23T19:53:00.373Z | Documenting yasna v0.5.2 |
2602 | 2024-02-23T19:53:00.864Z | Documenting elliptic-curve v0.13.8 |
2603 | 2024-02-23T19:53:02.641Z | Documenting postgres-types v0.2.6 |
2604 | 2024-02-23T19:53:02.983Z | Documenting string_cache v0.8.7 |
2605 | 2024-02-23T19:53:03.204Z | Documenting petgraph v0.6.4 |
2606 | 2024-02-23T19:53:03.554Z | Documenting nom v7.1.3 |
2607 | 2024-02-23T19:53:06.883Z | Documenting phf v0.11.2 |
2608 | 2024-02-23T19:53:07.377Z | Documenting console v0.15.8 |
2609 | 2024-02-23T19:53:07.763Z | Documenting semver v1.0.22 |
2610 | 2024-02-23T19:53:07.775Z | Documenting float-cmp v0.9.0 |
2611 | 2024-02-23T19:53:08.686Z | Documenting difflib v0.4.0 |
2612 | 2024-02-23T19:53:10.469Z | Documenting heck v0.4.1 |
2613 | 2024-02-23T19:53:10.692Z | Documenting whoami v1.4.1 |
2614 | 2024-02-23T19:53:10.935Z | Documenting predicates-core v1.0.6 |
2615 | 2024-02-23T19:53:11.449Z | Documenting normalize-line-endings v0.3.0 |
2616 | 2024-02-23T19:53:11.784Z | Documenting bit-set v0.5.3 |
2617 | 2024-02-23T19:53:12.240Z | Documenting similar v2.3.0 |
2618 | 2024-02-23T19:53:12.512Z | Documenting typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
2619 | 2024-02-23T19:53:13.043Z | Documenting tokio-stream v0.1.14 |
2620 | 2024-02-23T19:53:14.515Z | Documenting tokio-postgres v0.7.10 |
2621 | 2024-02-23T19:53:14.803Z | Documenting getopts v0.2.21 |
2622 | 2024-02-23T19:53:14.996Z | Documenting typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
2623 | 2024-02-23T19:53:15.248Z | Documenting predicates v3.1.0 |
2624 | 2024-02-23T19:53:16.052Z | Checking strsim v0.10.0 |
2625 | 2024-02-23T19:53:16.290Z | Checking ident_case v1.0.1 |
2626 | 2024-02-23T19:53:16.448Z | Documenting progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
2627 | 2024-02-23T19:53:16.725Z | Documenting match_cfg v0.1.0 |
2628 | 2024-02-23T19:53:18.339Z | Documenting sha1 v0.10.6 |
2629 | 2024-02-23T19:53:19.308Z | Documenting dirs-sys-next v0.1.2 |
2630 | 2024-02-23T19:53:19.429Z | Documenting rustls-pki-types v1.3.0 |
2631 | 2024-02-23T19:53:19.567Z | Documenting hostname v0.3.1 |
2632 | 2024-02-23T19:53:20.277Z | Documenting camino v1.1.6 |
2633 | 2024-02-23T19:53:22.717Z | Documenting typify v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
2634 | 2024-02-23T19:53:23.202Z | Documenting paste v1.0.14 |
2635 | 2024-02-23T19:53:23.395Z | Documenting thread_local v1.1.7 |
2636 | 2024-02-23T19:53:23.422Z | Documenting dirs-next v2.0.0 |
2637 | 2024-02-23T19:53:23.495Z | Documenting rustls-webpki v0.102.1 |
2638 | 2024-02-23T19:53:24.166Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2639 | 2024-02-23T19:53:24.943Z | Documenting crossbeam-channel v0.5.8 |
2640 | 2024-02-23T19:53:25.337Z | Documenting atty v0.2.14 |
2641 | 2024-02-23T19:53:27.270Z | Documenting term v0.7.0 |
2642 | 2024-02-23T19:53:27.667Z | Documenting take_mut v0.2.2 |
2643 | 2024-02-23T19:53:27.948Z | Documenting rustls v0.22.2 |
2644 | 2024-02-23T19:53:28.036Z | Documenting slog-json v2.6.1 |
2645 | 2024-02-23T19:53:28.051Z | Documenting http v1.0.0 |
2646 | 2024-02-23T19:53:28.756Z | Documenting async-stream-impl v0.3.5 |
2647 | 2024-02-23T19:53:29.095Z | Documenting debug-ignore v1.0.5 |
2648 | 2024-02-23T19:53:30.533Z | Documenting progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
2649 | 2024-02-23T19:53:31.325Z | Documenting slog-term v2.9.0 |
2650 | 2024-02-23T19:53:31.472Z | Documenting slog-async v2.8.0 |
2651 | 2024-02-23T19:53:32.040Z | Documenting atomic-waker v1.1.1 |
2652 | 2024-02-23T19:53:32.748Z | Documenting slog-bunyan v2.5.0 |
2653 | 2024-02-23T19:53:33.306Z | Documenting async-stream v0.3.5 |
2654 | 2024-02-23T19:53:34.177Z | Documenting multer v3.0.0 |
2655 | 2024-02-23T19:53:34.968Z | Documenting waitgroup v0.1.2 |
2656 | 2024-02-23T19:53:35.779Z | Documenting rustls-pemfile v2.1.0 |
2657 | 2024-02-23T19:53:36.129Z | Checking darling_core v0.20.3 |
2658 | 2024-02-23T19:53:37.206Z | Documenting toml v0.8.10 |
2659 | 2024-02-23T19:53:37.350Z | Documenting tokio-rustls v0.25.0 |
2660 | 2024-02-23T19:53:37.868Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2661 | 2024-02-23T19:53:38.071Z | Documenting serde_path_to_error v0.1.15 |
2662 | 2024-02-23T19:53:38.945Z | Documenting progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
2663 | 2024-02-23T19:53:39.084Z | Checking darling v0.20.3 |
2664 | 2024-02-23T19:53:39.154Z | Documenting structmeta-derive v0.3.0 |
2665 | 2024-02-23T19:53:39.194Z | Documenting serde_with_macros v3.6.1 |
2666 | 2024-02-23T19:53:39.959Z | Documenting strum v0.26.1 |
2667 | 2024-02-23T19:53:42.293Z | Checking structmeta v0.3.0 |
2668 | 2024-02-23T19:53:42.817Z | Documenting instant v0.1.12 |
2669 | 2024-02-23T19:53:42.834Z | Documenting newtype-uuid v1.0.1 |
2670 | 2024-02-23T19:53:43.226Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2671 | 2024-02-23T19:53:43.728Z | Documenting macaddr v1.0.1 |
2672 | 2024-02-23T19:53:43.878Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2673 | 2024-02-23T19:53:44.258Z | Documenting structmeta v0.3.0 |
2674 | 2024-02-23T19:53:44.359Z | Documenting serde_with v3.6.1 |
2675 | 2024-02-23T19:53:46.308Z | Documenting backoff v0.4.0 |
2676 | 2024-02-23T19:53:47.655Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2677 | 2024-02-23T19:53:47.764Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2678 | 2024-02-23T19:53:47.964Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2679 | 2024-02-23T19:53:48.024Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2680 | 2024-02-23T19:53:48.186Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2681 | 2024-02-23T19:53:48.646Z | Documenting parse-display-derive v0.9.0 |
2682 | 2024-02-23T19:53:50.840Z | Documenting fastrand v2.0.1 |
2683 | 2024-02-23T19:53:51.824Z | Documenting proc-macro-error-attr v1.0.4 |
2684 | 2024-02-23T19:53:52.066Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2685 | 2024-02-23T19:53:52.514Z | Checking proc-macro-error v1.0.4 |
2686 | 2024-02-23T19:53:52.808Z | Documenting is-terminal v0.4.9 |
2687 | 2024-02-23T19:53:52.884Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2688 | 2024-02-23T19:53:52.943Z | Checking proc-macro-crate v1.3.1 |
2689 | 2024-02-23T19:53:53.025Z | Documenting proc-macro-crate v1.3.1 |
2690 | 2024-02-23T19:53:53.194Z | Documenting hash32 v0.3.1 |
2691 | 2024-02-23T19:53:53.256Z | Documenting stable_deref_trait v1.2.0 |
2692 | 2024-02-23T19:53:54.561Z | Documenting parse-display v0.9.0 |
2693 | 2024-02-23T19:53:55.389Z | Documenting tempfile v3.10.0 |
2694 | 2024-02-23T19:53:55.812Z | Documenting proc-macro-error v1.0.4 |
2695 | 2024-02-23T19:53:56.074Z | Documenting cobs v0.2.3 |
2696 | 2024-02-23T19:53:57.265Z | Documenting heapless v0.8.0 |
2697 | 2024-02-23T19:53:57.990Z | Documenting embedded-io v0.4.0 |
2698 | 2024-02-23T19:53:58.376Z | Documenting num_enum_derive v0.5.11 |
2699 | 2024-02-23T19:53:58.817Z | Documenting foreign-types-macros v0.2.3 |
2700 | 2024-02-23T19:53:59.039Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2701 | 2024-02-23T19:53:59.644Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2702 | 2024-02-23T19:53:59.770Z | Documenting camino-tempfile v1.1.1 |
2703 | 2024-02-23T19:54:00.218Z | Documenting foreign-types-shared v0.3.1 |
2704 | 2024-02-23T19:54:01.122Z | Documenting postcard v1.0.8 |
2705 | 2024-02-23T19:54:01.980Z | Documenting crucible-workspace-hack v0.1.0 |
2706 | 2024-02-23T19:54:02.141Z | Documenting smoltcp v0.11.0 |
2707 | 2024-02-23T19:54:03.204Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2708 | 2024-02-23T19:54:03.456Z | Documenting foreign-types v0.5.0 |
2709 | 2024-02-23T19:54:04.503Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2710 | 2024-02-23T19:54:04.651Z | Documenting num_enum v0.5.11 |
2711 | 2024-02-23T19:54:05.722Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2712 | 2024-02-23T19:54:06.004Z | Documenting cstr-argument v0.1.2 |
2713 | 2024-02-23T19:54:07.547Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2714 | 2024-02-23T19:54:07.665Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2715 | 2024-02-23T19:54:08.358Z | Documenting colored v2.0.4 |
2716 | 2024-02-23T19:54:08.470Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2717 | 2024-02-23T19:54:08.663Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2718 | 2024-02-23T19:54:10.490Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2719 | 2024-02-23T19:54:11.930Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2720 | 2024-02-23T19:54:12.052Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2721 | 2024-02-23T19:54:12.902Z | Documenting zone_cfg_derive v0.3.0 |
2722 | 2024-02-23T19:54:13.619Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2723 | 2024-02-23T19:54:15.180Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2724 | 2024-02-23T19:54:15.217Z | Documenting num-derive v0.4.0 |
2725 | 2024-02-23T19:54:15.365Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2726 | 2024-02-23T19:54:16.150Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2727 | 2024-02-23T19:54:17.961Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2728 | 2024-02-23T19:54:17.974Z | Documenting zone v0.3.0 |
2729 | 2024-02-23T19:54:18.200Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2730 | 2024-02-23T19:54:19.954Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
2731 | 2024-02-23T19:54:21.178Z | Documenting smf v0.2.2 |
2732 | 2024-02-23T19:54:21.835Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2733 | 2024-02-23T19:54:21.846Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2734 | 2024-02-23T19:54:22.151Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2735 | 2024-02-23T19:54:23.178Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2736 | 2024-02-23T19:54:23.434Z | Documenting linked-hash-map v0.5.6 |
2737 | 2024-02-23T19:54:24.523Z | Documenting password-hash v0.5.0 |
2738 | 2024-02-23T19:54:24.885Z | Documenting blake2 v0.10.6 |
2739 | 2024-02-23T19:54:25.279Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2740 | 2024-02-23T19:54:26.542Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2741 | 2024-02-23T19:54:28.213Z | Documenting lru-cache v0.1.2 |
2742 | 2024-02-23T19:54:28.805Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2743 | 2024-02-23T19:54:29.333Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2744 | 2024-02-23T19:54:30.319Z | Documenting itertools v0.12.1 |
2745 | 2024-02-23T19:54:30.342Z | Documenting argon2 v0.5.3 |
2746 | 2024-02-23T19:54:30.342Z | Documenting memmap v0.7.0 |
2747 | 2024-02-23T19:54:31.975Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2748 | 2024-02-23T19:54:32.086Z | Documenting quick-error v1.2.3 |
2749 | 2024-02-23T19:54:33.323Z | Documenting derive-where v1.2.7 |
2750 | 2024-02-23T19:54:34.542Z | Documenting swrite v0.1.0 |
2751 | 2024-02-23T19:54:34.554Z | Documenting usdt v0.5.0 |
2752 | 2024-02-23T19:54:35.197Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2753 | 2024-02-23T19:54:35.848Z | Documenting newtype_derive v0.1.6 |
2754 | 2024-02-23T19:54:35.924Z | Documenting resolv-conf v0.7.0 |
2755 | 2024-02-23T19:54:37.403Z | Documenting tap v1.0.1 |
2756 | 2024-02-23T19:54:37.464Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2757 | 2024-02-23T19:54:37.483Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2758 | 2024-02-23T19:54:38.889Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2759 | 2024-02-23T19:54:39.598Z | Documenting steno v0.4.0 |
2760 | 2024-02-23T19:54:39.724Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2761 | 2024-02-23T19:54:40.070Z | Documenting trust-dns-resolver v0.22.0 |
2762 | 2024-02-23T19:54:40.323Z | Documenting radium v0.7.0 |
2763 | 2024-02-23T19:54:40.346Z | Documenting wyz v0.5.1 |
2764 | 2024-02-23T19:54:41.385Z | Documenting nibble_vec v0.1.0 |
2765 | 2024-02-23T19:54:42.064Z | Checking heck v0.3.3 |
2766 | 2024-02-23T19:54:42.238Z | Documenting funty v2.0.0 |
2767 | 2024-02-23T19:54:43.390Z | Documenting endian-type v0.1.2 |
2768 | 2024-02-23T19:54:43.609Z | Documenting crc-catalog v2.2.0 |
2769 | 2024-02-23T19:54:45.488Z | Documenting bitvec v1.0.1 |
2770 | 2024-02-23T19:54:45.958Z | Documenting structopt-derive v0.4.18 |
2771 | 2024-02-23T19:54:46.578Z | Documenting crc v3.0.1 |
2772 | 2024-02-23T19:54:47.134Z | Documenting radix_trie v0.2.1 |
2773 | 2024-02-23T19:54:49.136Z | Documenting cancel-safe-futures v0.1.5 |
2774 | 2024-02-23T19:54:49.570Z | Documenting xattr v1.0.1 |
2775 | 2024-02-23T19:54:50.198Z | Documenting filetime v0.2.23 |
2776 | 2024-02-23T19:54:50.997Z | Documenting packed_struct_codegen v0.10.1 |
2777 | 2024-02-23T19:54:51.102Z | Documenting nodrop v0.1.14 |
2778 | 2024-02-23T19:54:51.277Z | Documenting structopt v0.3.26 |
2779 | 2024-02-23T19:54:53.605Z | Documenting num-bigint-dig v0.8.4 |
2780 | 2024-02-23T19:54:53.906Z | Documenting libefi-sys v0.1.0 |
2781 | 2024-02-23T19:54:54.107Z | Documenting tar v0.4.40 |
2782 | 2024-02-23T19:54:54.219Z | Documenting array-init v0.0.4 |
2783 | 2024-02-23T19:54:55.776Z | Documenting num-rational v0.4.1 |
2784 | 2024-02-23T19:54:56.211Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2785 | 2024-02-23T19:54:57.189Z | Documenting packed_struct v0.10.1 |
2786 | 2024-02-23T19:54:57.442Z | Documenting pkcs1 v0.7.5 |
2787 | 2024-02-23T19:54:57.927Z | Documenting signature v2.1.0 |
2788 | 2024-02-23T19:54:58.373Z | Documenting num-complex v0.4.4 |
2789 | 2024-02-23T19:55:00.159Z | Documenting arc-swap v1.6.0 |
2790 | 2024-02-23T19:55:00.863Z | Documenting bitfield v0.14.0 |
2791 | 2024-02-23T19:55:01.074Z | Documenting termcolor v1.2.0 |
2792 | 2024-02-23T19:55:02.122Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2793 | 2024-02-23T19:55:02.870Z | Documenting rsa v0.9.2 |
2794 | 2024-02-23T19:55:03.383Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2795 | 2024-02-23T19:55:03.927Z | Documenting num v0.4.1 |
2796 | 2024-02-23T19:55:03.927Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2797 | 2024-02-23T19:55:04.146Z | Documenting slog-scope v4.4.0 |
2798 | 2024-02-23T19:55:05.827Z | Documenting env_logger v0.10.0 |
2799 | 2024-02-23T19:55:06.324Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2800 | 2024-02-23T19:55:07.972Z | Documenting serde-hex v0.1.0 |
2801 | 2024-02-23T19:55:08.143Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2802 | 2024-02-23T19:55:08.421Z | Documenting x509-cert v0.2.4 |
2803 | 2024-02-23T19:55:10.098Z | Documenting ron v0.8.1 |
2804 | 2024-02-23T19:55:10.623Z | Documenting libsw v3.3.1 |
2805 | 2024-02-23T19:55:11.396Z | Documenting gethostname v0.4.3 |
2806 | 2024-02-23T19:55:12.135Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2807 | 2024-02-23T19:55:13.764Z | Documenting half v2.3.1 |
2808 | 2024-02-23T19:55:14.170Z | Documenting owo-colors v4.0.0 |
2809 | 2024-02-23T19:55:14.397Z | Documenting linear-map v1.2.0 |
2810 | 2024-02-23T19:55:14.610Z | Documenting ciborium-io v0.2.2 |
2811 | 2024-02-23T19:55:15.339Z | Documenting crc-any v2.4.3 |
2812 | 2024-02-23T19:55:15.566Z | Documenting same-file v1.0.6 |
2813 | 2024-02-23T19:55:16.842Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2814 | 2024-02-23T19:55:17.532Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2815 | 2024-02-23T19:55:18.347Z | Documenting ciborium-ll v0.2.2 |
2816 | 2024-02-23T19:55:18.548Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2817 | 2024-02-23T19:55:18.967Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2818 | 2024-02-23T19:55:19.181Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2819 | 2024-02-23T19:55:20.162Z | Documenting walkdir v2.4.0 |
2820 | 2024-02-23T19:55:22.573Z | Documenting slog-stdlog v4.1.1 |
2821 | 2024-02-23T19:55:24.112Z | Documenting slog-dtrace v0.3.0 |
2822 | 2024-02-23T19:55:24.817Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2823 | 2024-02-23T19:55:26.583Z | Documenting path-slash v0.1.5 |
2824 | 2024-02-23T19:55:29.952Z | Documenting slog-envlogger v2.2.0 |
2825 | 2024-02-23T19:55:29.973Z | Documenting ciborium v0.2.2 |
2826 | 2024-02-23T19:55:30.324Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2827 | 2024-02-23T19:55:30.580Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2828 | 2024-02-23T19:55:31.593Z | Documenting pem v3.0.2 |
2829 | 2024-02-23T19:55:35.360Z | Documenting fxhash v0.2.1 |
2830 | 2024-02-23T19:55:35.898Z | Documenting display-error-chain v0.2.0 |
2831 | 2024-02-23T19:55:35.902Z | Documenting utf-8 v0.7.6 |
2832 | 2024-02-23T19:55:36.324Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2833 | 2024-02-23T19:55:37.038Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2834 | 2024-02-23T19:55:37.416Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2835 | 2024-02-23T19:55:37.637Z | Documenting vte_generate_state_changes v0.1.1 |
2836 | 2024-02-23T19:55:39.162Z | Checking convert_case v0.4.0 |
2837 | 2024-02-23T19:55:39.299Z | Documenting convert_case v0.4.0 |
2838 | 2024-02-23T19:55:39.392Z | Documenting buf-list v1.0.3 |
2839 | 2024-02-23T19:55:39.479Z | Documenting tungstenite v0.20.1 |
2840 | 2024-02-23T19:55:41.505Z | Documenting vte v0.11.1 |
2841 | 2024-02-23T19:55:43.153Z | Documenting derive_more v0.99.17 |
2842 | 2024-02-23T19:55:44.111Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2843 | 2024-02-23T19:55:44.273Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2844 | 2024-02-23T19:55:44.639Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2845 | 2024-02-23T19:55:44.962Z | Checking darling_core v0.14.4 |
2846 | 2024-02-23T19:55:46.538Z | Documenting pin-project-internal v1.1.3 |
2847 | 2024-02-23T19:55:46.846Z | Checking darling v0.14.4 |
2848 | 2024-02-23T19:55:46.859Z | Documenting tokio-tungstenite v0.20.1 |
2849 | 2024-02-23T19:55:46.966Z | Documenting strip-ansi-escapes v0.2.0 |
2850 | 2024-02-23T19:55:49.315Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2851 | 2024-02-23T19:55:49.691Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2852 | 2024-02-23T19:55:50.890Z | Documenting doc-comment v0.3.3 |
2853 | 2024-02-23T19:55:51.660Z | Documenting pin-project v1.1.3 |
2854 | 2024-02-23T19:55:53.316Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2855 | 2024-02-23T19:55:53.901Z | Documenting crossbeam-deque v0.8.3 |
2856 | 2024-02-23T19:55:54.241Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2857 | 2024-02-23T19:55:54.636Z | Documenting snafu-derive v0.7.5 |
2858 | 2024-02-23T19:55:54.662Z | Documenting nu-ansi-term v0.50.0 |
2859 | 2024-02-23T19:55:55.167Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2860 | 2024-02-23T19:55:58.243Z | Documenting rayon-core v1.12.0 |
2861 | 2024-02-23T19:55:58.440Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2862 | 2024-02-23T19:55:59.085Z | Documenting reedline v0.29.0 |
2863 | 2024-02-23T19:56:00.405Z | Documenting trust-dns-client v0.22.0 |
2864 | 2024-02-23T19:56:01.100Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2865 | 2024-02-23T19:56:02.422Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2866 | 2024-02-23T19:56:02.763Z | Documenting globset v0.4.13 |
2867 | 2024-02-23T19:56:02.836Z | Documenting olpc-cjson v0.1.3 |
2868 | 2024-02-23T19:56:03.365Z | Documenting snafu v0.7.5 |
2869 | 2024-02-23T19:56:05.648Z | Documenting serde_plain v1.0.2 |
2870 | 2024-02-23T19:56:07.194Z | Documenting headers-core v0.2.0 |
2871 | 2024-02-23T19:56:07.675Z | Documenting async-recursion v1.0.5 |
2872 | 2024-02-23T19:56:07.774Z | Documenting typed-path v0.7.0 |
2873 | 2024-02-23T19:56:08.384Z | Documenting keccak v0.1.4 |
2874 | 2024-02-23T19:56:09.850Z | Documenting bytecount v0.6.3 |
2875 | 2024-02-23T19:56:10.186Z | Documenting rayon v1.8.0 |
2876 | 2024-02-23T19:56:10.821Z | Documenting trust-dns-server v0.22.1 |
2877 | 2024-02-23T19:56:11.403Z | Documenting sha3 v0.10.8 |
2878 | 2024-02-23T19:56:12.185Z | Documenting headers v0.3.9 |
2879 | 2024-02-23T19:56:12.794Z | Documenting papergrid v0.11.0 |
2880 | 2024-02-23T19:56:13.489Z | Documenting tough v0.16.0 |
2881 | 2024-02-23T19:56:14.609Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2882 | 2024-02-23T19:56:16.689Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2883 | 2024-02-23T19:56:17.668Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2884 | 2024-02-23T19:56:17.857Z | Checking derive_builder_core v0.12.0 |
2885 | 2024-02-23T19:56:17.985Z | Documenting derive_builder_core v0.12.0 |
2886 | 2024-02-23T19:56:18.813Z | Documenting sled v0.34.7 |
2887 | 2024-02-23T19:56:19.049Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2888 | 2024-02-23T19:56:19.303Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2889 | 2024-02-23T19:56:19.661Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2890 | 2024-02-23T19:56:20.246Z | Documenting fs-err v2.11.0 |
2891 | 2024-02-23T19:56:20.410Z | Documenting unicase v2.7.0 |
2892 | 2024-02-23T19:56:20.536Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2893 | 2024-02-23T19:56:20.901Z | Documenting tabled_derive v0.7.0 |
2894 | 2024-02-23T19:56:21.074Z | Documenting progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
2895 | 2024-02-23T19:56:23.928Z | Documenting progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
2896 | 2024-02-23T19:56:24.149Z | Documenting fd-lock v4.0.2 |
2897 | 2024-02-23T19:56:24.774Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2898 | 2024-02-23T19:56:25.716Z | Documenting nix v0.27.1 |
2899 | 2024-02-23T19:56:25.849Z | Documenting secrecy v0.8.0 |
2900 | 2024-02-23T19:56:26.077Z | Documenting rustversion v1.0.14 |
2901 | 2024-02-23T19:56:27.584Z | Documenting sqlparser_derive v0.2.2 |
2902 | 2024-02-23T19:56:28.686Z | Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2903 | 2024-02-23T19:56:29.848Z | Documenting home v0.5.5 |
2904 | 2024-02-23T19:56:30.086Z | Documenting unicode_categories v0.1.1 |
2905 | 2024-02-23T19:56:30.297Z | Documenting parse-size v1.0.0 |
2906 | 2024-02-23T19:56:32.491Z | Documenting castaway v0.2.2 |
2907 | 2024-02-23T19:56:32.645Z | Documenting progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
2908 | 2024-02-23T19:56:32.973Z | Documenting sqlparser v0.43.1 |
2909 | 2024-02-23T19:56:33.113Z | Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2910 | 2024-02-23T19:56:33.566Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2911 | 2024-02-23T19:56:33.764Z | Documenting rustyline v13.0.0 |
2912 | 2024-02-23T19:56:34.029Z | Documenting sqlformat v0.2.3 |
2913 | 2024-02-23T19:56:36.336Z | Documenting tabled v0.15.0 |
2914 | 2024-02-23T19:56:37.025Z | Documenting derive_builder_macro v0.12.0 |
2915 | 2024-02-23T19:56:39.778Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2916 | 2024-02-23T19:56:40.715Z | Documenting mime_guess v2.0.4 |
2917 | 2024-02-23T19:56:42.467Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2918 | 2024-02-23T19:56:43.176Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2919 | 2024-02-23T19:56:43.684Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2920 | 2024-02-23T19:56:45.691Z | Compiling nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution) |
2921 | 2024-02-23T19:56:45.821Z | Documenting universal-hash v0.5.1 |
2922 | 2024-02-23T19:56:46.027Z | Documenting bcs v0.1.6 |
2923 | 2024-02-23T19:56:49.988Z | Documenting kstat-rs v0.2.3 |
2924 | 2024-02-23T19:56:50.190Z | Documenting thiserror-impl-no-std v2.0.2 |
2925 | 2024-02-23T19:56:52.411Z | Documenting ref-cast-impl v1.0.20 |
2926 | 2024-02-23T19:56:55.200Z | Documenting curve25519-dalek-derive v0.1.0 |
2927 | 2024-02-23T19:56:55.659Z | Documenting highway v1.1.0 |
2928 | 2024-02-23T19:56:56.700Z | Documenting opaque-debug v0.3.0 |
2929 | 2024-02-23T19:56:57.593Z | Documenting thiserror-no-std v2.0.2 |
2930 | 2024-02-23T19:56:58.296Z | Documenting ref-cast v1.0.20 |
2931 | 2024-02-23T19:56:58.756Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2932 | 2024-02-23T19:56:59.679Z | Documenting curve25519-dalek v4.1.1 |
2933 | 2024-02-23T19:56:59.763Z | Documenting poly1305 v0.8.0 |
2934 | 2024-02-23T19:57:00.061Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2935 | 2024-02-23T19:57:00.469Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2936 | 2024-02-23T19:57:01.276Z | Documenting derive_builder v0.12.0 |
2937 | 2024-02-23T19:57:02.932Z | Documenting compact_str v0.7.1 |
2938 | 2024-02-23T19:57:04.941Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2939 | 2024-02-23T19:57:06.010Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2940 | 2024-02-23T19:57:06.471Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2941 | 2024-02-23T19:57:07.099Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2942 | 2024-02-23T19:57:08.989Z | Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2943 | 2024-02-23T19:57:13.014Z | Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2944 | 2024-02-23T19:57:16.219Z | Documenting portable-atomic v1.4.3 |
2945 | 2024-02-23T19:57:17.464Z | Documenting polar-core v0.27.0 |
2946 | 2024-02-23T19:57:17.895Z | Documenting ed25519 v1.5.3 |
2947 | 2024-02-23T19:57:20.021Z | Documenting libxml v0.3.3 |
2948 | 2024-02-23T19:57:20.919Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2949 | 2024-02-23T19:57:24.124Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2950 | 2024-02-23T19:57:26.032Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2951 | 2024-02-23T19:57:26.459Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2952 | 2024-02-23T19:57:26.881Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2953 | 2024-02-23T19:57:26.908Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
2954 | 2024-02-23T19:57:27.563Z | Documenting chacha20 v0.9.1 |
2955 | 2024-02-23T19:57:30.443Z | Documenting bb8 v0.8.3 |
2956 | 2024-02-23T19:57:30.598Z | Documenting aead v0.5.2 |
2957 | 2024-02-23T19:57:32.897Z | Documenting lru v0.12.1 |
2958 | 2024-02-23T19:57:36.610Z | Documenting quick-xml v0.30.0 |
2959 | 2024-02-23T19:57:36.829Z | Documenting stability v0.1.1 |
2960 | 2024-02-23T19:57:37.527Z | Documenting impl-trait-for-tuples v0.2.2 |
2961 | 2024-02-23T19:57:38.390Z | Documenting oso-derive v0.27.0 |
2962 | 2024-02-23T19:57:40.736Z | Documenting number_prefix v0.4.0 |
2963 | 2024-02-23T19:57:41.363Z | Documenting maplit v1.0.2 |
2964 | 2024-02-23T19:57:41.920Z | Documenting glob v0.3.1 |
2965 | 2024-02-23T19:57:42.897Z | Documenting cassowary v0.3.0 |
2966 | 2024-02-23T19:57:43.026Z | Documenting samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f) |
2967 | 2024-02-23T19:57:44.040Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2968 | 2024-02-23T19:57:44.557Z | Documenting indicatif v0.17.8 |
2969 | 2024-02-23T19:57:44.873Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2970 | 2024-02-23T19:57:45.157Z | Documenting oso v0.27.0 |
2971 | 2024-02-23T19:57:46.895Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2972 | 2024-02-23T19:57:47.209Z | Documenting ratatui v0.26.1 |
2973 | 2024-02-23T19:57:49.705Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2974 | 2024-02-23T19:57:50.757Z | Documenting chacha20poly1305 v0.10.1 |
2975 | 2024-02-23T19:57:51.582Z | Documenting salty v0.2.0 |
2976 | 2024-02-23T19:57:55.103Z | Documenting vsss-rs v3.3.4 |
2977 | 2024-02-23T19:57:56.098Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2978 | 2024-02-23T19:57:57.462Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2979 | 2024-02-23T19:57:57.477Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2980 | 2024-02-23T19:57:58.289Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2981 | 2024-02-23T19:57:58.644Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2982 | 2024-02-23T19:58:02.526Z | Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2983 | 2024-02-23T19:58:02.765Z | Documenting cookie v0.18.0 |
2984 | 2024-02-23T19:58:02.789Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2985 | 2024-02-23T19:58:03.041Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2986 | 2024-02-23T19:58:06.056Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2987 | 2024-02-23T19:58:06.391Z | Documenting serde-big-array v0.5.1 |
2988 | 2024-02-23T19:58:07.136Z | Documenting rtoolbox v0.0.1 |
2989 | 2024-02-23T19:58:07.502Z | Documenting http-range v0.1.5 |
2990 | 2024-02-23T19:58:08.387Z | Documenting is_ci v1.2.0 |
2991 | 2024-02-23T19:58:10.857Z | Documenting unicode-linebreak v0.1.5 |
2992 | 2024-02-23T19:58:11.256Z | Documenting smawk v0.3.1 |
2993 | 2024-02-23T19:58:11.494Z | Documenting humantime v2.1.0 |
2994 | 2024-02-23T19:58:11.641Z | Documenting hyper-staticfile v0.9.5 |
2995 | 2024-02-23T19:58:12.135Z | Documenting supports-color v3.0.0 |
2996 | 2024-02-23T19:58:13.892Z | Documenting rpassword v7.3.1 |
2997 | 2024-02-23T19:58:15.545Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2998 | 2024-02-23T19:58:15.889Z | Documenting textwrap v0.16.1 |
2999 | 2024-02-23T19:58:15.997Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3000 | 2024-02-23T19:58:16.668Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3001 | 2024-02-23T19:58:18.889Z | Documenting tui-tree-widget v0.17.0 |
3002 | 2024-02-23T19:58:20.077Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3003 | 2024-02-23T19:58:20.586Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3004 | 2024-02-23T19:58:20.948Z | Checking nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
3005 | 2024-02-23T19:58:21.746Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3006 | 2024-02-23T19:58:24.593Z | Documenting rcgen v0.12.1 |
3007 | 2024-02-23T19:58:24.700Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3008 | 2024-02-23T19:58:25.262Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3009 | 2024-02-23T19:58:25.703Z | Documenting atomicwrites v0.4.3 |
3010 | 2024-02-23T19:58:26.103Z | Documenting signal-hook-tokio v0.3.1 |
3011 | 2024-02-23T19:58:30.272Z | Documenting memmap2 v0.7.1 |
3012 | 2024-02-23T19:58:31.063Z | Documenting subprocess v0.2.9 |
3013 | 2024-02-23T19:58:32.355Z | Documenting corncobs v0.1.3 |
3014 | 2024-02-23T19:58:32.626Z | Documenting arrayvec v0.7.4 |
3015 | 2024-02-23T19:58:34.435Z | Documenting arrayref v0.3.7 |
3016 | 2024-02-23T19:58:34.611Z | Documenting constant_time_eq v0.3.0 |
3017 | 2024-02-23T19:58:35.380Z | Documenting shell-words v1.1.0 |
3018 | 2024-02-23T19:58:35.538Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3019 | 2024-02-23T19:58:35.902Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3020 | 2024-02-23T19:58:37.483Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3021 | 2024-02-23T19:58:37.623Z | Documenting blake3 v1.5.0 |
3022 | 2024-02-23T19:58:39.957Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3023 | 2024-02-23T19:58:40.585Z | Documenting nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
3024 | 2024-02-23T19:58:40.784Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3025 | 2024-02-23T19:58:42.041Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3026 | 2024-02-23T19:58:43.380Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3027 | 2024-02-23T19:58:48.684Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3028 | 2024-02-23T19:58:57.354Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3029 | 2024-02-23T19:58:59.245Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3030 | 2024-02-23T19:59:02.658Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
3031 | 2024-02-23T19:59:06.178Z | Documenting fatfs v0.3.6 |
3032 | 2024-02-23T19:59:06.684Z | warning: unclosed HTML tag `usize` |
3033 | 2024-02-23T19:59:06.684Z | --> wicket/src/ui/panes/update.rs:153:19 |
3034 | 2024-02-23T19:59:06.685Z | | |
3035 | 2024-02-23T19:59:06.685Z | 153 | /// TODO: The <usize> generic parameter is carried over from earlier versions |
3036 | 2024-02-23T19:59:06.685Z | | ^^^^^^^ |
3037 | 2024-02-23T19:59:06.685Z | | |
3038 | 2024-02-23T19:59:06.685Z | = note: `#[warn(rustdoc::invalid_html_tags)]` on by default |
3039 | 2024-02-23T19:59:06.685Z | |
3040 | 2024-02-23T19:59:08.076Z | warning: `wicket` (lib doc) generated 1 warning |
3041 | 2024-02-23T19:59:08.079Z | Documenting nanorand v0.7.0 |
3042 | 2024-02-23T19:59:11.586Z | Documenting assert_matches v1.5.0 |
3043 | 2024-02-23T19:59:12.287Z | Documenting topological-sort v0.2.2 |
3044 | 2024-02-23T19:59:12.536Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3045 | 2024-02-23T19:59:12.681Z | Documenting flume v0.11.0 |
3046 | 2024-02-23T19:59:14.117Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3047 | 2024-02-23T19:59:14.150Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3048 | 2024-02-23T19:59:17.038Z | Documenting omicron-zone-package v0.11.0 |
3049 | 2024-02-23T19:59:17.976Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3050 | 2024-02-23T19:59:20.276Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3051 | 2024-02-23T19:59:20.548Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3052 | 2024-02-23T19:59:21.362Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3053 | 2024-02-23T19:59:29.682Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
3054 | 2024-02-23T19:59:29.682Z | --> sled-agent/src/sim/instance.rs:46:7 |
3055 | 2024-02-23T19:59:29.682Z | | |
3056 | 2024-02-23T19:59:29.682Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
3057 | 2024-02-23T19:59:29.682Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
3058 | 2024-02-23T19:59:29.682Z | | |
3059 | 2024-02-23T19:59:29.682Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3060 | 2024-02-23T19:59:29.682Z | |
3061 | 2024-02-23T19:59:30.390Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3062 | 2024-02-23T19:59:31.279Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3063 | 2024-02-23T19:59:32.996Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
3064 | 2024-02-23T19:59:32.996Z | Documenting termios v0.3.3 |
3065 | 2024-02-23T19:59:37.177Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3066 | 2024-02-23T19:59:42.826Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3067 | 2024-02-23T19:59:43.567Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3068 | 2024-02-23T19:59:44.119Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3069 | 2024-02-23T20:00:03.632Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3070 | 2024-02-23T20:00:12.448Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3071 | 2024-02-23T20:00:15.694Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3072 | 2024-02-23T20:00:27.533Z | warning: unresolved link to `DataStore::update_tuf_repo_description_insert` |
3073 | 2024-02-23T20:00:27.533Z | --> nexus/db-queries/src/db/datastore/update.rs:28:27 |
3074 | 2024-02-23T20:00:27.533Z | | |
3075 | 2024-02-23T20:00:27.533Z | 28 | /// The return value of [`DataStore::update_tuf_repo_description_insert`]. |
3076 | 2024-02-23T20:00:27.533Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert` |
3077 | 2024-02-23T20:00:27.533Z | | |
3078 | 2024-02-23T20:00:27.533Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3079 | 2024-02-23T20:00:27.533Z | |
3080 | 2024-02-23T20:00:29.800Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3081 | 2024-02-23T20:00:32.240Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
3082 | 2024-02-23T20:00:32.807Z | Documenting zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
3083 | 2024-02-23T20:00:33.627Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3084 | 2024-02-23T20:00:35.667Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3085 | 2024-02-23T20:00:37.085Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3086 | 2024-02-23T20:00:43.923Z | warning: `nexus-db-queries` (lib doc) generated 1 warning |
3087 | 2024-02-23T20:00:43.930Z | Documenting nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution) |
3088 | 2024-02-23T20:01:07.041Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3089 | 2024-02-23T20:01:55.896Z | warning: unresolved link to `VolumeConstructionRequest` |
3090 | 2024-02-23T20:01:55.896Z | --> nexus/src/app/sagas/volume_delete.rs:338:7 |
3091 | 2024-02-23T20:01:55.896Z | | |
3092 | 2024-02-23T20:01:55.896Z | 338 | /// [`VolumeConstructionRequest`] is shown here): |
3093 | 2024-02-23T20:01:55.896Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
3094 | 2024-02-23T20:01:55.896Z | | |
3095 | 2024-02-23T20:01:55.896Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3096 | 2024-02-23T20:01:55.896Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3097 | 2024-02-23T20:01:55.896Z | |
3098 | 2024-02-23T20:01:55.901Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3099 | 2024-02-23T20:01:55.901Z | --> nexus/src/app/sagas/volume_delete.rs:348:17 |
3100 | 2024-02-23T20:01:55.901Z | | |
3101 | 2024-02-23T20:01:55.901Z | 348 | /// "[fd00:1122:3344:101::5]:1000", |
3102 | 2024-02-23T20:01:55.901Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3103 | 2024-02-23T20:01:55.901Z | |
3104 | 2024-02-23T20:01:55.901Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3105 | 2024-02-23T20:01:55.901Z | --> nexus/src/app/sagas/volume_delete.rs:349:17 |
3106 | 2024-02-23T20:01:55.901Z | | |
3107 | 2024-02-23T20:01:55.901Z | 349 | /// "[fd00:1122:3344:102::9]:1000", |
3108 | 2024-02-23T20:01:55.902Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3109 | 2024-02-23T20:01:55.902Z | |
3110 | 2024-02-23T20:01:55.902Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3111 | 2024-02-23T20:01:55.902Z | --> nexus/src/app/sagas/volume_delete.rs:350:17 |
3112 | 2024-02-23T20:01:55.902Z | | |
3113 | 2024-02-23T20:01:55.902Z | 350 | /// "[fd00:1122:3344:103::2]:1000" |
3114 | 2024-02-23T20:01:55.902Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3115 | 2024-02-23T20:01:55.902Z | |
3116 | 2024-02-23T20:01:55.902Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3117 | 2024-02-23T20:01:55.902Z | --> nexus/src/app/sagas/volume_delete.rs:369:17 |
3118 | 2024-02-23T20:01:55.902Z | | |
3119 | 2024-02-23T20:01:55.902Z | 369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
3120 | 2024-02-23T20:01:55.902Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3121 | 2024-02-23T20:01:55.902Z | |
3122 | 2024-02-23T20:01:55.902Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3123 | 2024-02-23T20:01:55.902Z | --> nexus/src/app/sagas/volume_delete.rs:370:17 |
3124 | 2024-02-23T20:01:55.902Z | | |
3125 | 2024-02-23T20:01:55.902Z | 370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
3126 | 2024-02-23T20:01:55.902Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3127 | 2024-02-23T20:01:55.902Z | |
3128 | 2024-02-23T20:01:55.902Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3129 | 2024-02-23T20:01:55.902Z | --> nexus/src/app/sagas/volume_delete.rs:371:17 |
3130 | 2024-02-23T20:01:55.902Z | | |
3131 | 2024-02-23T20:01:55.903Z | 371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
3132 | 2024-02-23T20:01:55.903Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3133 | 2024-02-23T20:01:55.903Z | |
3134 | 2024-02-23T20:01:58.869Z | warning: `omicron-nexus` (lib doc) generated 7 warnings |
3135 | 2024-02-23T20:02:21.854Z | Finished dev [unoptimized + debuginfo] target(s) in 11m 51s |
3136 | 2024-02-23T20:02:21.953Z | |
3137 | 2024-02-23T20:02:21.953Z | real 11:52.051637046 |
3138 | 2024-02-23T20:02:21.953Z | user 32:09.098953897 |
3139 | 2024-02-23T20:02:21.953Z | sys 49:54.669584816 |
3140 | 2024-02-23T20:02:21.953Z | trap 1.022450203 |
3141 | 2024-02-23T20:02:21.953Z | tflt 0.144182934 |
3142 | 2024-02-23T20:02:21.953Z | dflt 0.609414100 |
3143 | 2024-02-23T20:02:21.953Z | kflt 0.000110905 |
3144 | 2024-02-23T20:02:21.956Z | lock 2:11:16.300608852 |
3145 | 2024-02-23T20:02:21.957Z | slp 2:56:42.972028623 |
3146 | 2024-02-23T20:02:21.957Z | lat 4:40.600439245 |
3147 | 2024-02-23T20:02:21.957Z | stop 1:35.938951683 |
3148 | 2024-02-23T20:02:21.957Z | process exited: duration 1329403 ms, exit code 0 |
|
3149 | 2024-02-23T20:02:21.963Z | found 0 output files |