|
|
|
1 | 2024-01-30T04:16:19.883Z | job assigned to worker 01HNC98KVGWRYAHAMNARGZ6AAJ (queued for 7 m 24 s) |
|
2 | 2024-01-30T04:16:20.880Z | starting task 0: "setup" |
3 | 2024-01-30T04:16:20.938Z | ++ uname -s |
4 | 2024-01-30T04:16:20.956Z | + kern=SunOS |
5 | 2024-01-30T04:16:20.956Z | + case "$kern" in |
6 | 2024-01-30T04:16:20.956Z | + groupadd -g 12345 build |
7 | 2024-01-30T04:16:20.956Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-01-30T04:16:22.986Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-01-30T04:16:23.108Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-01-30T04:16:23.115Z | + home_fs=zfs |
11 | 2024-01-30T04:16:23.115Z | + [[ zfs == autofs ]] |
12 | 2024-01-30T04:16:23.115Z | + mkdir -p /home/build |
13 | 2024-01-30T04:16:23.118Z | + chown build:build /home/build /work |
14 | 2024-01-30T04:16:25.117Z | + chmod 0700 /home/build /work |
15 | 2024-01-30T04:16:25.121Z | process exited: duration 4240 ms, exit code 0 |
|
16 | 2024-01-30T04:16:25.127Z | starting task 1: "rust-toolchain" |
17 | 2024-01-30T04:16:25.136Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-01-30T04:16:25.138Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-01-30T04:16:25.512Z | info: downloading installer |
20 | 2024-01-30T04:16:27.217Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-01-30T04:16:27.217Z | warning: /opt/ooce/bin |
22 | 2024-01-30T04:16:27.217Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-01-30T04:16:27.217Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-01-30T04:16:27.218Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-01-30T04:16:27.218Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-01-30T04:16:27.218Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-01-30T04:16:27.218Z | error: cannot install while Rust is installed |
28 | 2024-01-30T04:16:27.218Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-01-30T04:16:27.319Z | info: profile set to 'default' |
30 | 2024-01-30T04:16:27.319Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-01-30T04:16:27.322Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-01-30T04:16:27.514Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-01-30T04:16:27.514Z | info: downloading component 'cargo' |
34 | 2024-01-30T04:16:28.286Z | info: downloading component 'clippy' |
35 | 2024-01-30T04:16:28.566Z | info: downloading component 'rust-docs' |
36 | 2024-01-30T04:16:29.561Z | info: downloading component 'rust-std' |
37 | 2024-01-30T04:16:31.325Z | info: downloading component 'rustc' |
38 | 2024-01-30T04:16:35.597Z | info: downloading component 'rustfmt' |
39 | 2024-01-30T04:16:35.929Z | info: installing component 'cargo' |
40 | 2024-01-30T04:16:37.253Z | info: installing component 'clippy' |
41 | 2024-01-30T04:16:37.843Z | info: installing component 'rust-docs' |
42 | 2024-01-30T04:16:40.572Z | info: installing component 'rust-std' |
43 | 2024-01-30T04:16:43.662Z | info: installing component 'rustc' |
44 | 2024-01-30T04:16:50.522Z | info: installing component 'rustfmt' |
45 | 2024-01-30T04:16:51.045Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-01-30T04:16:51.045Z | |
47 | 2024-01-30T04:16:51.172Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-01-30T04:16:51.172Z | |
49 | 2024-01-30T04:16:51.175Z | |
50 | 2024-01-30T04:16:51.175Z | Rust is installed now. Great! |
51 | 2024-01-30T04:16:51.175Z | |
52 | 2024-01-30T04:16:51.175Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-01-30T04:16:51.175Z | environment variable. This has not been done automatically. |
54 | 2024-01-30T04:16:51.176Z | |
55 | 2024-01-30T04:16:51.176Z | To configure your current shell, run: |
56 | 2024-01-30T04:16:51.176Z | source "$HOME/.cargo/env" |
57 | 2024-01-30T04:16:51.261Z | + rustc --version |
58 | 2024-01-30T04:16:51.369Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-01-30T04:16:51.374Z | process exited: duration 26246 ms, exit code 0 |
|
60 | 2024-01-30T04:16:51.383Z | starting task 2: "authentication" |
61 | 2024-01-30T04:16:51.414Z | process exited: duration 30 ms, exit code 0 |
|
62 | 2024-01-30T04:16:51.420Z | starting task 3: "clone repository" |
63 | 2024-01-30T04:16:51.427Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-01-30T04:16:51.430Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-01-30T04:16:51.526Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-01-30T04:16:57.814Z | + cd /work/oxidecomputer/omicron |
67 | 2024-01-30T04:16:57.817Z | + git fetch origin 5be18f982a45d0a59dccff5e04d7ecbdc21fedd6 |
68 | 2024-01-30T04:16:58.287Z | From https://github.com/oxidecomputer/omicron |
69 | 2024-01-30T04:16:58.288Z | * branch 5be18f982a45d0a59dccff5e04d7ecbdc21fedd6 -> FETCH_HEAD |
70 | 2024-01-30T04:16:58.299Z | + [[ -n renovate/snafu-0.x ]] |
71 | 2024-01-30T04:16:58.302Z | ++ git branch --show-current |
72 | 2024-01-30T04:16:58.308Z | + current=main |
73 | 2024-01-30T04:16:58.308Z | + [[ main != renovate/snafu-0.x ]] |
74 | 2024-01-30T04:16:58.308Z | + git branch -f renovate/snafu-0.x 5be18f982a45d0a59dccff5e04d7ecbdc21fedd6 |
75 | 2024-01-30T04:16:58.312Z | + git checkout -f renovate/snafu-0.x |
76 | 2024-01-30T04:16:58.493Z | Switched to branch 'renovate/snafu-0.x' |
77 | 2024-01-30T04:16:58.497Z | + git reset --hard 5be18f982a45d0a59dccff5e04d7ecbdc21fedd6 |
78 | 2024-01-30T04:16:58.511Z | HEAD is now at 5be18f982 Update Rust crate snafu to 0.8 |
79 | 2024-01-30T04:16:58.514Z | process exited: duration 7093 ms, exit code 0 |
|
80 | 2024-01-30T04:16:58.521Z | starting task 4: "build" |
81 | 2024-01-30T04:16:58.527Z | + cargo --version |
82 | 2024-01-30T04:16:58.534Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
83 | 2024-01-30T04:16:58.724Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
84 | 2024-01-30T04:16:58.730Z | info: downloading component 'cargo' |
85 | 2024-01-30T04:16:59.413Z | info: downloading component 'clippy' |
86 | 2024-01-30T04:16:59.633Z | info: downloading component 'rust-docs' |
87 | 2024-01-30T04:17:00.491Z | info: downloading component 'rust-std' |
88 | 2024-01-30T04:17:01.770Z | info: downloading component 'rustc' |
89 | 2024-01-30T04:17:05.372Z | info: downloading component 'rustfmt' |
90 | 2024-01-30T04:17:05.575Z | info: installing component 'cargo' |
91 | 2024-01-30T04:17:07.445Z | info: installing component 'clippy' |
92 | 2024-01-30T04:17:08.065Z | info: installing component 'rust-docs' |
93 | 2024-01-30T04:17:10.944Z | info: installing component 'rust-std' |
94 | 2024-01-30T04:17:13.340Z | info: installing component 'rustc' |
95 | 2024-01-30T04:17:19.608Z | info: installing component 'rustfmt' |
96 | 2024-01-30T04:17:20.135Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
97 | 2024-01-30T04:17:20.138Z | + rustc --version |
98 | 2024-01-30T04:17:20.254Z | rustc 1.74.1 (a28077b28 2023-12-04) |
99 | 2024-01-30T04:17:20.261Z | + source ./env.sh |
100 | 2024-01-30T04:17:20.264Z | ++ set -o xtrace |
101 | 2024-01-30T04:17:20.264Z | ++++ dirname ./env.sh |
102 | 2024-01-30T04:17:20.321Z | +++ cd . |
103 | 2024-01-30T04:17:20.325Z | +++ echo /work/oxidecomputer/omicron |
104 | 2024-01-30T04:17:20.325Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
105 | 2024-01-30T04:17:20.325Z | ++ 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-01-30T04:17:20.325Z | ++ 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-01-30T04:17:20.325Z | ++ 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-01-30T04:17:20.325Z | ++ 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-01-30T04:17:20.325Z | ++ 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-01-30T04:17:20.326Z | ++ 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-01-30T04:17:20.326Z | ++ 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-01-30T04:17:20.326Z | ++ 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-01-30T04:17:20.326Z | ++ unset OMICRON_WS |
114 | 2024-01-30T04:17:20.326Z | ++ set +o xtrace |
115 | 2024-01-30T04:17:20.367Z | |
116 | 2024-01-30T04:17:20.367Z | ##### ##### ###### ##### ###### #### # # # #### # |
117 | 2024-01-30T04:17:20.367Z | # # # # # # # # # # # # # # # |
118 | 2024-01-30T04:17:20.367Z | # # # # ##### # # ##### # # # # # #### # |
119 | 2024-01-30T04:17:20.367Z | ##### ##### # ##### # # # # # # # # # |
120 | 2024-01-30T04:17:20.368Z | # # # # # # # # # # # # # # # |
121 | 2024-01-30T04:17:20.368Z | # # # ###### # # ###### ### # #### # #### # |
122 | 2024-01-30T04:17:20.368Z | |
123 | 2024-01-30T04:17:29.996Z | Startup: Refreshing catalog 'helios-dev' ... Done |
124 | 2024-01-30T04:17:31.828Z | Startup: Caching catalogs ... Done |
125 | 2024-01-30T04:17:34.490Z | Planning: Solver setup ... Done (2.171s) |
126 | 2024-01-30T04:17:34.547Z | Planning: Running solver ... Done (0.059s) |
127 | 2024-01-30T04:17:34.576Z | Planning: Finding local manifests ... Done (0.003s) |
128 | 2024-01-30T04:17:34.593Z | Planning: Fetching manifests: 0/4 0% complete |
129 | 2024-01-30T04:17:34.847Z | Planning: Fetching manifests: 4/4 100% complete |
130 | 2024-01-30T04:17:34.932Z | Planning: Package planning ... Done (0.086s) |
131 | 2024-01-30T04:17:35.020Z | Planning: Merging actions ... Done (0.088s) |
132 | 2024-01-30T04:17:36.026Z | Planning: Checking for conflicting actions ... Done (1.006s) |
133 | 2024-01-30T04:17:36.044Z | Planning: Consolidating action changes ... Done (0.017s) |
134 | 2024-01-30T04:17:41.755Z | Planning: Evaluating mediators ... Done (5.710s) |
135 | 2024-01-30T04:17:41.770Z | Planning: Planning completed in 9.88 seconds |
136 | 2024-01-30T04:17:44.378Z | Packages to install: 4 |
137 | 2024-01-30T04:17:44.378Z | Mediators to change: 2 |
138 | 2024-01-30T04:17:44.378Z | Services to change: 1 |
139 | 2024-01-30T04:17:44.381Z | Estimated space available: 148.87 GB |
140 | 2024-01-30T04:17:44.381Z | Estimated space to be consumed: 1.40 GB |
141 | 2024-01-30T04:17:44.381Z | Create boot environment: No |
142 | 2024-01-30T04:17:44.381Z | Create backup boot environment: No |
143 | 2024-01-30T04:17:44.381Z | Rebuild boot archive: No |
144 | 2024-01-30T04:17:44.382Z | |
145 | 2024-01-30T04:17:44.382Z | Changed mediators: |
146 | 2024-01-30T04:17:44.382Z | mediator clang: |
147 | 2024-01-30T04:17:44.382Z | version: None -> 15 (system default) |
148 | 2024-01-30T04:17:44.382Z | |
149 | 2024-01-30T04:17:44.382Z | mediator llvm: |
150 | 2024-01-30T04:17:44.382Z | version: 14 (system default) -> 15 (system default) |
151 | 2024-01-30T04:17:44.384Z | |
152 | 2024-01-30T04:17:44.384Z | Changed packages: |
153 | 2024-01-30T04:17:44.384Z | helios-dev |
154 | 2024-01-30T04:17:44.384Z | developer/build-essential |
155 | 2024-01-30T04:17:44.384Z | None -> 11-2.0 |
156 | 2024-01-30T04:17:44.384Z | library/libxmlsec1 |
157 | 2024-01-30T04:17:44.384Z | None -> 1.2.35-2.0 |
158 | 2024-01-30T04:17:44.384Z | ooce/developer/clang-15 |
159 | 2024-01-30T04:17:44.384Z | None -> 15.0.7-2.0 |
160 | 2024-01-30T04:17:44.384Z | ooce/developer/llvm-15 |
161 | 2024-01-30T04:17:44.384Z | None -> 15.0.7-2.0 |
162 | 2024-01-30T04:17:44.384Z | |
163 | 2024-01-30T04:17:44.384Z | Services: |
164 | 2024-01-30T04:17:44.384Z | restart_fmri: |
165 | 2024-01-30T04:17:44.384Z | svc:/system/update-man-index:default |
166 | 2024-01-30T04:17:44.697Z | |
167 | 2024-01-30T04:17:44.697Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
168 | 2024-01-30T04:17:49.697Z | Download: 1253/3290 items 99.2/212.6MB 46% complete (19.8M/s) |
169 | 2024-01-30T04:17:54.697Z | Download: 3172/3290 items 143.6/212.6MB 67% complete (14.3M/s) |
170 | 2024-01-30T04:17:57.156Z | Download: Completed 212.60 MB in 12.46 seconds (17.1M/s) |
171 | 2024-01-30T04:17:57.758Z | Actions: 1/3689 actions (Installing new actions) |
172 | 2024-01-30T04:18:02.766Z | Actions: 3138/3689 actions (Installing new actions) |
173 | 2024-01-30T04:18:05.371Z | Actions: Completed 3689 actions in 7.61 seconds. |
174 | 2024-01-30T04:18:05.510Z | Done (0.132s) |
175 | 2024-01-30T04:18:05.510Z | Done (0.000s) |
176 | 2024-01-30T04:18:05.837Z | Done (0.326s) |
177 | 2024-01-30T04:18:13.639Z | Done (7.664s) |
178 | 2024-01-30T04:18:13.882Z | Done (0.143s) |
179 | 2024-01-30T04:18:13.885Z | Done (0.000s) |
180 | 2024-01-30T04:18:14.125Z | Done (0.000s) |
181 | 2024-01-30T04:18:14.847Z | Planning: Evaluating mediator changes ... Done |
182 | 2024-01-30T04:18:15.129Z | Planning: Checking for conflicting actions ... Done |
183 | 2024-01-30T04:18:15.132Z | Planning: Consolidating action changes ... Done |
184 | 2024-01-30T04:18:15.565Z | Planning: Evaluating mediators ... Done |
185 | 2024-01-30T04:18:15.568Z | Planning: Planning completed in 0.72 seconds |
186 | 2024-01-30T04:18:15.619Z | Mediators to change: 2 |
187 | 2024-01-30T04:18:15.622Z | Create boot environment: No |
188 | 2024-01-30T04:18:15.622Z | Create backup boot environment: No |
189 | 2024-01-30T04:18:15.769Z | Done |
190 | 2024-01-30T04:18:15.770Z | Done |
191 | 2024-01-30T04:18:15.966Z | Done |
192 | 2024-01-30T04:18:21.575Z | Done |
193 | 2024-01-30T04:18:21.742Z | Done |
194 | 2024-01-30T04:18:21.749Z | Done |
195 | 2024-01-30T04:18:21.789Z | Done |
196 | 2024-01-30T04:18:22.786Z | Planning: Evaluating mediator changes ... Done |
197 | 2024-01-30T04:18:22.789Z | Planning: Merging actions ... Done |
198 | 2024-01-30T04:18:23.119Z | Planning: Checking for conflicting actions ... Done |
199 | 2024-01-30T04:18:23.122Z | Planning: Consolidating action changes ... Done |
200 | 2024-01-30T04:18:23.553Z | Planning: Evaluating mediators ... Done |
201 | 2024-01-30T04:18:23.643Z | Planning: Planning completed in 1.30 seconds |
202 | 2024-01-30T04:18:23.700Z | Packages to change: 1 |
203 | 2024-01-30T04:18:23.703Z | Mediators to change: 1 |
204 | 2024-01-30T04:18:23.703Z | Services to change: 1 |
205 | 2024-01-30T04:18:23.703Z | Create boot environment: No |
206 | 2024-01-30T04:18:23.703Z | Create backup boot environment: Yes |
207 | 2024-01-30T04:18:25.700Z | Actions: 1/6 actions (Updating modified actions) |
208 | 2024-01-30T04:18:25.705Z | Actions: Completed 6 actions in 0.00 seconds. |
209 | 2024-01-30T04:18:25.705Z | Done |
210 | 2024-01-30T04:18:25.705Z | Done |
211 | 2024-01-30T04:18:25.777Z | Done |
212 | 2024-01-30T04:18:31.617Z | Done |
213 | 2024-01-30T04:18:31.739Z | Done |
214 | 2024-01-30T04:18:31.742Z | Done |
215 | 2024-01-30T04:18:31.850Z | Done |
216 | 2024-01-30T04:18:32.511Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
217 | 2024-01-30T04:18:32.511Z | clang system 15 system |
218 | 2024-01-30T04:18:32.511Z | csh system system illumos |
219 | 2024-01-30T04:18:32.511Z | ctags system system illumos |
220 | 2024-01-30T04:18:32.511Z | gcc vendor 12 vendor |
221 | 2024-01-30T04:18:32.511Z | gcc system 10 system |
222 | 2024-01-30T04:18:32.511Z | gcc system 7 system |
223 | 2024-01-30T04:18:32.511Z | go system 1.20 system |
224 | 2024-01-30T04:18:32.511Z | go system 1.19 system |
225 | 2024-01-30T04:18:32.511Z | llvm system 15 system |
226 | 2024-01-30T04:18:32.512Z | llvm system 14 system |
227 | 2024-01-30T04:18:32.512Z | mariadb system 10.6 system |
228 | 2024-01-30T04:18:32.512Z | mta vendor vendor dma |
229 | 2024-01-30T04:18:32.512Z | openjdk system 17 system |
230 | 2024-01-30T04:18:32.512Z | openjdk system 11 system |
231 | 2024-01-30T04:18:32.512Z | openjdk system 1.8 system |
232 | 2024-01-30T04:18:32.512Z | openssl vendor 3 vendor |
233 | 2024-01-30T04:18:32.512Z | perl system 5.36 system |
234 | 2024-01-30T04:18:32.512Z | postgresql system 15 system |
235 | 2024-01-30T04:18:32.512Z | postgresql system 13 system |
236 | 2024-01-30T04:18:32.512Z | python vendor 3 vendor |
237 | 2024-01-30T04:18:32.512Z | python system 2 system |
238 | 2024-01-30T04:18:32.512Z | python3 system 3.11 system |
239 | 2024-01-30T04:18:32.512Z | ruby system 3.0 system |
240 | 2024-01-30T04:18:32.512Z | words vendor vendor american-english |
241 | 2024-01-30T04:18:32.513Z | words system system australian-english |
242 | 2024-01-30T04:18:32.514Z | words system system british-english |
243 | 2024-01-30T04:18:32.514Z | words system system canadian-english |
244 | 2024-01-30T04:18:32.514Z | words system system french |
245 | 2024-01-30T04:18:32.514Z | words system system italian |
246 | 2024-01-30T04:18:32.514Z | words system system ngerman |
247 | 2024-01-30T04:18:32.514Z | words system system ogerman |
248 | 2024-01-30T04:18:32.514Z | words system system spanish |
249 | 2024-01-30T04:18:33.028Z | FMRI IFO |
250 | 2024-01-30T04:18:33.028Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
251 | 2024-01-30T04:18:33.028Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
252 | 2024-01-30T04:18:33.028Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
253 | 2024-01-30T04:18:33.028Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
254 | 2024-01-30T04:18:33.028Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
255 | 2024-01-30T04:18:33.028Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
256 | 2024-01-30T04:18:33.028Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
257 | 2024-01-30T04:18:33.028Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
258 | 2024-01-30T04:18:33.099Z | + set -o errexit |
259 | 2024-01-30T04:18:33.103Z | +++ dirname ./tools/ci_download_cockroachdb |
260 | 2024-01-30T04:18:33.103Z | ++ cd ./tools |
261 | 2024-01-30T04:18:33.103Z | ++ pwd |
262 | 2024-01-30T04:18:33.103Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
263 | 2024-01-30T04:18:33.106Z | ++ basename ./tools/ci_download_cockroachdb |
264 | 2024-01-30T04:18:33.106Z | + ARG0=ci_download_cockroachdb |
265 | 2024-01-30T04:18:33.106Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
266 | 2024-01-30T04:18:33.110Z | + CIDL_VERSION=v22.1.9 |
267 | 2024-01-30T04:18:33.110Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
268 | 2024-01-30T04:18:33.110Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
269 | 2024-01-30T04:18:33.110Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
270 | 2024-01-30T04:18:33.110Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
271 | 2024-01-30T04:18:33.111Z | + TARGET_DIR=out |
272 | 2024-01-30T04:18:33.111Z | + DOWNLOAD_DIR=out/downloads |
273 | 2024-01-30T04:18:33.111Z | + DEST_DIR=./out/cockroachdb |
274 | 2024-01-30T04:18:33.111Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
275 | 2024-01-30T04:18:33.111Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
276 | 2024-01-30T04:18:33.111Z | + main |
277 | 2024-01-30T04:18:33.111Z | + [[ 0 != 0 ]] |
278 | 2024-01-30T04:18:33.111Z | + CIDL_OS=solaris2.11 |
279 | 2024-01-30T04:18:33.111Z | + [[ 0 != 0 ]] |
280 | 2024-01-30T04:18:33.111Z | + configure_os solaris2.11 |
281 | 2024-01-30T04:18:33.111Z | + echo 'current directory: /work/oxidecomputer/omicron' |
282 | 2024-01-30T04:18:33.111Z | current directory: /work/oxidecomputer/omicron |
283 | 2024-01-30T04:18:33.111Z | + echo 'configuring based on OS: "solaris2.11"' |
284 | 2024-01-30T04:18:33.111Z | + case "$1" in |
285 | 2024-01-30T04:18:33.111Z | configuring based on OS: "solaris2.11" |
286 | 2024-01-30T04:18:33.111Z | + CIDL_BUILD=illumos |
287 | 2024-01-30T04:18:33.111Z | + CIDL_SUFFIX=tar.gz |
288 | 2024-01-30T04:18:33.111Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
289 | 2024-01-30T04:18:33.111Z | + CIDL_MD5FUNC=do_md5sum |
290 | 2024-01-30T04:18:33.111Z | + CIDL_URL_BASE=https://illumos.org/downloads |
291 | 2024-01-30T04:18:33.111Z | + CIDL_ASSEMBLE=do_assemble_illumos |
292 | 2024-01-30T04:18:33.111Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
293 | 2024-01-30T04:18:33.112Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
294 | 2024-01-30T04:18:33.112Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
295 | 2024-01-30T04:18:33.112Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
296 | 2024-01-30T04:18:33.112Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
297 | 2024-01-30T04:18:33.113Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
298 | 2024-01-30T04:18:33.113Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
299 | 2024-01-30T04:18:33.113Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
300 | 2024-01-30T04:18:33.113Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
301 | 2024-01-30T04:18:33.113Z | + mkdir -p out/downloads |
302 | 2024-01-30T04:18:33.116Z | + mkdir -p ./out/cockroachdb |
303 | 2024-01-30T04:18:33.116Z | + local DO_DOWNLOAD=true |
304 | 2024-01-30T04:18:33.116Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
305 | 2024-01-30T04:18:33.116Z | + '[' true == true ']' |
306 | 2024-01-30T04:18:33.116Z | + echo Downloading... |
307 | 2024-01-30T04:18:33.116Z | Downloading... |
308 | 2024-01-30T04:18:33.116Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
309 | 2024-01-30T04:18:33.116Z | + 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 |
310 | 2024-01-30T04:18:34.985Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
311 | 2024-01-30T04:18:34.988Z | ++ md5sum |
312 | 2024-01-30T04:18:34.988Z | ++ awk '{print $1}' |
313 | 2024-01-30T04:18:35.231Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
314 | 2024-01-30T04:18:35.231Z | + [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]] |
315 | 2024-01-30T04:18:35.231Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
316 | 2024-01-30T04:18:35.235Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
317 | 2024-01-30T04:18:38.715Z | + do_assemble_illumos |
318 | 2024-01-30T04:18:38.715Z | + rm -r ./out/cockroachdb |
319 | 2024-01-30T04:18:38.719Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
320 | 2024-01-30T04:18:39.316Z | + ./out/cockroachdb/bin/cockroach version |
321 | 2024-01-30T04:18:39.588Z | Build Tag: v22.1.9-dirty |
322 | 2024-01-30T04:18:39.588Z | Build Time: 2022/10/26 21:17:46 |
323 | 2024-01-30T04:18:39.588Z | Distribution: OSS |
324 | 2024-01-30T04:18:39.588Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
325 | 2024-01-30T04:18:39.588Z | Go Version: go1.17.13 |
326 | 2024-01-30T04:18:39.588Z | C Compiler: gcc 10.3.0 |
327 | 2024-01-30T04:18:39.588Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
328 | 2024-01-30T04:18:39.588Z | Build Type: release |
329 | 2024-01-30T04:18:39.613Z | + set -o errexit |
330 | 2024-01-30T04:18:39.616Z | +++ dirname ./tools/ci_download_clickhouse |
331 | 2024-01-30T04:18:39.618Z | ++ cd ./tools |
332 | 2024-01-30T04:18:39.618Z | ++ pwd |
333 | 2024-01-30T04:18:39.618Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
334 | 2024-01-30T04:18:39.626Z | ++ basename ./tools/ci_download_clickhouse |
335 | 2024-01-30T04:18:39.626Z | + ARG0=ci_download_clickhouse |
336 | 2024-01-30T04:18:39.626Z | + TARGET_DIR=out |
337 | 2024-01-30T04:18:39.626Z | + DOWNLOAD_DIR=out/downloads |
338 | 2024-01-30T04:18:39.626Z | + DEST_DIR=./out/clickhouse |
339 | 2024-01-30T04:18:39.626Z | + CIDL_VERSION=v22.8.9.24 |
340 | 2024-01-30T04:18:39.626Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
341 | 2024-01-30T04:18:39.626Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
342 | 2024-01-30T04:18:39.626Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
343 | 2024-01-30T04:18:39.626Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
344 | 2024-01-30T04:18:39.626Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
345 | 2024-01-30T04:18:39.626Z | + main |
346 | 2024-01-30T04:18:39.626Z | + [[ 0 != 0 ]] |
347 | 2024-01-30T04:18:39.626Z | + CIDL_OS=solaris2.11 |
348 | 2024-01-30T04:18:39.626Z | + [[ 0 != 0 ]] |
349 | 2024-01-30T04:18:39.626Z | + configure_os solaris2.11 |
350 | 2024-01-30T04:18:39.630Z | + echo 'current directory: /work/oxidecomputer/omicron' |
351 | 2024-01-30T04:18:39.630Z | current directory: /work/oxidecomputer/omicron |
352 | 2024-01-30T04:18:39.630Z | + echo 'configuring based on OS: "solaris2.11"' |
353 | 2024-01-30T04:18:39.630Z | configuring based on OS: "solaris2.11" |
354 | 2024-01-30T04:18:39.630Z | + CIDL_DASHREV= |
355 | 2024-01-30T04:18:39.630Z | + case "$1" in |
356 | 2024-01-30T04:18:39.630Z | + CIDL_PLATFORM=illumos |
357 | 2024-01-30T04:18:39.630Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
358 | 2024-01-30T04:18:39.630Z | + CIDL_MD5FUNC=do_md5sum |
359 | 2024-01-30T04:18:39.631Z | + CIDL_DASHREV=-1 |
360 | 2024-01-30T04:18:39.631Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
361 | 2024-01-30T04:18:39.632Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
362 | 2024-01-30T04:18:39.632Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
363 | 2024-01-30T04:18:39.632Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
364 | 2024-01-30T04:18:39.632Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
365 | 2024-01-30T04:18:39.632Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
366 | 2024-01-30T04:18:39.632Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
367 | 2024-01-30T04:18:39.632Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
368 | 2024-01-30T04:18:39.632Z | + mkdir -p out/downloads |
369 | 2024-01-30T04:18:39.632Z | + mkdir -p ./out/clickhouse |
370 | 2024-01-30T04:18:39.632Z | + local DO_DOWNLOAD=true |
371 | 2024-01-30T04:18:39.632Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
372 | 2024-01-30T04:18:39.632Z | + '[' true == true ']' |
373 | 2024-01-30T04:18:39.633Z | + echo Downloading... |
374 | 2024-01-30T04:18:39.633Z | Downloading... |
375 | 2024-01-30T04:18:39.633Z | + 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 |
376 | 2024-01-30T04:18:39.633Z | + 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 |
377 | 2024-01-30T04:18:40.983Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
378 | 2024-01-30T04:18:40.988Z | ++ md5sum |
379 | 2024-01-30T04:18:40.988Z | ++ awk '{print $1}' |
380 | 2024-01-30T04:18:41.253Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
381 | 2024-01-30T04:18:41.253Z | + [[ 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 ]] |
382 | 2024-01-30T04:18:41.256Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
383 | 2024-01-30T04:18:41.256Z | + mkdir -p ./out/clickhouse |
384 | 2024-01-30T04:18:41.257Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
385 | 2024-01-30T04:18:46.146Z | + ./out/clickhouse/clickhouse server --version |
386 | 2024-01-30T04:18:46.208Z | ClickHouse server version 22.8.9.1. |
387 | 2024-01-30T04:18:46.233Z | + set -o errexit |
388 | 2024-01-30T04:18:46.236Z | +++ dirname ./tools/ci_download_console |
389 | 2024-01-30T04:18:46.240Z | ++ cd ./tools |
390 | 2024-01-30T04:18:46.240Z | ++ pwd |
391 | 2024-01-30T04:18:46.241Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
392 | 2024-01-30T04:18:46.244Z | ++ basename ./tools/ci_download_console |
393 | 2024-01-30T04:18:46.244Z | + ARG0=ci_download_console |
394 | 2024-01-30T04:18:46.244Z | + TARGET_DIR=out |
395 | 2024-01-30T04:18:46.244Z | + DOWNLOAD_DIR=out/downloads |
396 | 2024-01-30T04:18:46.244Z | + DEST_DIR=./out/console-assets |
397 | 2024-01-30T04:18:46.244Z | + source /work/oxidecomputer/omicron/tools/console_version |
398 | 2024-01-30T04:18:46.244Z | ++ COMMIT=b9013a33eaa3f5efdcd5c7d244e36a54e7222295 |
399 | 2024-01-30T04:18:46.244Z | ++ SHA2=bebb9800ff94c42897d54faac8c2a3f89b2b0e927ebf75ec74223b6163e4209d |
400 | 2024-01-30T04:18:46.245Z | + URL=https://dl.oxide.computer/releases/console/b9013a33eaa3f5efdcd5c7d244e36a54e7222295.tar.gz |
401 | 2024-01-30T04:18:46.245Z | + TARBALL_FILE=out/downloads/console.tar.gz |
402 | 2024-01-30T04:18:46.245Z | + main |
403 | 2024-01-30T04:18:46.245Z | + [[ 0 != 0 ]] |
404 | 2024-01-30T04:18:46.245Z | + echo 'URL: https://dl.oxide.computer/releases/console/b9013a33eaa3f5efdcd5c7d244e36a54e7222295.tar.gz' |
405 | 2024-01-30T04:18:46.245Z | URL: https://dl.oxide.computer/releases/console/b9013a33eaa3f5efdcd5c7d244e36a54e7222295.tar.gz |
406 | 2024-01-30T04:18:46.245Z | + echo 'Local file: out/downloads/console.tar.gz' |
407 | 2024-01-30T04:18:46.245Z | Local file: out/downloads/console.tar.gz |
408 | 2024-01-30T04:18:46.245Z | + local DO_DOWNLOAD=true |
409 | 2024-01-30T04:18:46.245Z | + [[ -f out/downloads/console.tar.gz ]] |
410 | 2024-01-30T04:18:46.245Z | + mkdir -p out/downloads |
411 | 2024-01-30T04:18:46.248Z | + '[' true == true ']' |
412 | 2024-01-30T04:18:46.248Z | + echo Downloading... |
413 | 2024-01-30T04:18:46.248Z | Downloading... |
414 | 2024-01-30T04:18:46.248Z | + do_download_curl https://dl.oxide.computer/releases/console/b9013a33eaa3f5efdcd5c7d244e36a54e7222295.tar.gz out/downloads/console.tar.gz |
415 | 2024-01-30T04:18:46.248Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/b9013a33eaa3f5efdcd5c7d244e36a54e7222295.tar.gz |
416 | 2024-01-30T04:18:47.028Z | ++ do_sha256sum out/downloads/console.tar.gz |
417 | 2024-01-30T04:18:47.031Z | ++ case "$OSTYPE" in |
418 | 2024-01-30T04:18:47.031Z | ++ SHA=sha256sum |
419 | 2024-01-30T04:18:47.031Z | ++ sha256sum |
420 | 2024-01-30T04:18:47.031Z | ++ awk '{print $1}' |
421 | 2024-01-30T04:18:47.114Z | + calculated_sha2=bebb9800ff94c42897d54faac8c2a3f89b2b0e927ebf75ec74223b6163e4209d |
422 | 2024-01-30T04:18:47.114Z | + [[ bebb9800ff94c42897d54faac8c2a3f89b2b0e927ebf75ec74223b6163e4209d != \b\e\b\b\9\8\0\0\f\f\9\4\c\4\2\8\9\7\d\5\4\f\a\a\c\8\c\2\a\3\f\8\9\b\2\b\0\e\9\2\7\e\b\f\7\5\e\c\7\4\2\2\3\b\6\1\6\3\e\4\2\0\9\d ]] |
423 | 2024-01-30T04:18:47.117Z | + rm -rf ./out/console-assets |
424 | 2024-01-30T04:18:47.117Z | + mkdir -p ./out/console-assets |
425 | 2024-01-30T04:18:47.120Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
426 | 2024-01-30T04:18:47.120Z | + mkdir -p ./out/console-assets |
427 | 2024-01-30T04:18:47.123Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
428 | 2024-01-30T04:18:47.257Z | + set -o errexit |
429 | 2024-01-30T04:18:47.260Z | +++ dirname ./tools/ci_download_maghemite_openapi |
430 | 2024-01-30T04:18:47.262Z | ++ cd ./tools |
431 | 2024-01-30T04:18:47.262Z | ++ pwd |
432 | 2024-01-30T04:18:47.263Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
433 | 2024-01-30T04:18:47.269Z | ++ basename ./tools/ci_download_maghemite_openapi |
434 | 2024-01-30T04:18:47.269Z | + ARG0=ci_download_maghemite_openapi |
435 | 2024-01-30T04:18:47.269Z | + TARGET_DIR=out |
436 | 2024-01-30T04:18:47.269Z | + DOWNLOAD_DIR=out/downloads |
437 | 2024-01-30T04:18:47.269Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
438 | 2024-01-30T04:18:47.269Z | ++ COMMIT=d12bdf89b9058065789cd00c8704e4ce0a352342 |
439 | 2024-01-30T04:18:47.269Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
440 | 2024-01-30T04:18:47.269Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/ddm-admin.json |
441 | 2024-01-30T04:18:47.269Z | + LOCAL_FILE=out/downloads/ddm-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json |
442 | 2024-01-30T04:18:47.269Z | + main |
443 | 2024-01-30T04:18:47.269Z | + [[ 0 != 0 ]] |
444 | 2024-01-30T04:18:47.269Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/ddm-admin.json' |
445 | 2024-01-30T04:18:47.269Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/ddm-admin.json |
446 | 2024-01-30T04:18:47.269Z | + echo 'Local file: out/downloads/ddm-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json' |
447 | 2024-01-30T04:18:47.269Z | + local DO_DOWNLOAD=true |
448 | 2024-01-30T04:18:47.269Z | Local file: out/downloads/ddm-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json |
449 | 2024-01-30T04:18:47.269Z | + [[ -f out/downloads/ddm-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json ]] |
450 | 2024-01-30T04:18:47.269Z | + mkdir -p out/downloads |
451 | 2024-01-30T04:18:47.272Z | + '[' true == true ']' |
452 | 2024-01-30T04:18:47.272Z | + echo Downloading... |
453 | 2024-01-30T04:18:47.273Z | Downloading... |
454 | 2024-01-30T04:18:47.273Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/ddm-admin.json out/downloads/ddm-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json |
455 | 2024-01-30T04:18:47.273Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/ddm-admin.json |
456 | 2024-01-30T04:18:47.555Z | ++ do_sha256sum out/downloads/ddm-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json |
457 | 2024-01-30T04:18:47.558Z | ++ case "$OSTYPE" in |
458 | 2024-01-30T04:18:47.559Z | ++ SHA=sha256sum |
459 | 2024-01-30T04:18:47.559Z | ++ sha256sum |
460 | 2024-01-30T04:18:47.559Z | ++ awk '{print $1}' |
461 | 2024-01-30T04:18:47.559Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
462 | 2024-01-30T04:18:47.559Z | + [[ 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 ]] |
463 | 2024-01-30T04:18:47.559Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
464 | 2024-01-30T04:18:47.559Z | ++ COMMIT=d12bdf89b9058065789cd00c8704e4ce0a352342 |
465 | 2024-01-30T04:18:47.559Z | ++ SHA2=7618511f905d26394ef7c552339dd78835ce36a6def0d85b05b6d1e363a5e7b4 |
466 | 2024-01-30T04:18:47.559Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/mg-admin.json |
467 | 2024-01-30T04:18:47.561Z | + LOCAL_FILE=out/downloads/mg-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json |
468 | 2024-01-30T04:18:47.561Z | + main |
469 | 2024-01-30T04:18:47.562Z | + [[ 0 != 0 ]] |
470 | 2024-01-30T04:18:47.562Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/mg-admin.json' |
471 | 2024-01-30T04:18:47.562Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/mg-admin.json |
472 | 2024-01-30T04:18:47.562Z | + echo 'Local file: out/downloads/mg-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json' |
473 | 2024-01-30T04:18:47.562Z | Local file: out/downloads/mg-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json |
474 | 2024-01-30T04:18:47.562Z | + local DO_DOWNLOAD=true |
475 | 2024-01-30T04:18:47.562Z | + [[ -f out/downloads/mg-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json ]] |
476 | 2024-01-30T04:18:47.563Z | + mkdir -p out/downloads |
477 | 2024-01-30T04:18:47.563Z | + '[' true == true ']' |
478 | 2024-01-30T04:18:47.563Z | + echo Downloading... |
479 | 2024-01-30T04:18:47.563Z | Downloading... |
480 | 2024-01-30T04:18:47.563Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/mg-admin.json out/downloads/mg-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json |
481 | 2024-01-30T04:18:47.563Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/d12bdf89b9058065789cd00c8704e4ce0a352342/mg-admin.json |
482 | 2024-01-30T04:18:47.732Z | ++ do_sha256sum out/downloads/mg-admin-d12bdf89b9058065789cd00c8704e4ce0a352342.json |
483 | 2024-01-30T04:18:47.736Z | ++ case "$OSTYPE" in |
484 | 2024-01-30T04:18:47.736Z | ++ SHA=sha256sum |
485 | 2024-01-30T04:18:47.736Z | ++ sha256sum |
486 | 2024-01-30T04:18:47.736Z | ++ awk '{print $1}' |
487 | 2024-01-30T04:18:47.744Z | + calculated_sha2=7618511f905d26394ef7c552339dd78835ce36a6def0d85b05b6d1e363a5e7b4 |
488 | 2024-01-30T04:18:47.744Z | + [[ 7618511f905d26394ef7c552339dd78835ce36a6def0d85b05b6d1e363a5e7b4 != \7\6\1\8\5\1\1\f\9\0\5\d\2\6\3\9\4\e\f\7\c\5\5\2\3\3\9\d\d\7\8\8\3\5\c\e\3\6\a\6\d\e\f\0\d\8\5\b\0\5\b\6\d\1\e\3\6\3\a\5\e\7\b\4 ]] |
489 | 2024-01-30T04:18:47.747Z | + set -o errexit |
490 | 2024-01-30T04:18:47.762Z | +++ dirname ./tools/ci_download_dendrite_openapi |
491 | 2024-01-30T04:18:47.762Z | ++ cd ./tools |
492 | 2024-01-30T04:18:47.762Z | ++ pwd |
493 | 2024-01-30T04:18:47.766Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
494 | 2024-01-30T04:18:47.766Z | ++ basename ./tools/ci_download_dendrite_openapi |
495 | 2024-01-30T04:18:47.766Z | + ARG0=ci_download_dendrite_openapi |
496 | 2024-01-30T04:18:47.767Z | + TARGET_DIR=out |
497 | 2024-01-30T04:18:47.767Z | + DOWNLOAD_DIR=out/downloads |
498 | 2024-01-30T04:18:47.767Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
499 | 2024-01-30T04:18:47.767Z | ++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
500 | 2024-01-30T04:18:47.767Z | ++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
501 | 2024-01-30T04:18:47.767Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
502 | 2024-01-30T04:18:47.767Z | + LOCAL_FILE=out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
503 | 2024-01-30T04:18:47.768Z | + main |
504 | 2024-01-30T04:18:47.768Z | + [[ 0 != 0 ]] |
505 | 2024-01-30T04:18:47.768Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json' |
506 | 2024-01-30T04:18:47.768Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
507 | 2024-01-30T04:18:47.768Z | + echo 'Local file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json' |
508 | 2024-01-30T04:18:47.768Z | Local file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
509 | 2024-01-30T04:18:47.768Z | + local DO_DOWNLOAD=true |
510 | 2024-01-30T04:18:47.768Z | + [[ -f out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json ]] |
511 | 2024-01-30T04:18:47.768Z | + mkdir -p out/downloads |
512 | 2024-01-30T04:18:47.768Z | + '[' true == true ']' |
513 | 2024-01-30T04:18:47.768Z | + echo Downloading... |
514 | 2024-01-30T04:18:47.768Z | Downloading... |
515 | 2024-01-30T04:18:47.768Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
516 | 2024-01-30T04:18:47.769Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
517 | 2024-01-30T04:18:47.919Z | ++ do_sha256sum out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
518 | 2024-01-30T04:18:47.919Z | ++ case "$OSTYPE" in |
519 | 2024-01-30T04:18:47.919Z | ++ SHA=sha256sum |
520 | 2024-01-30T04:18:47.922Z | ++ sha256sum |
521 | 2024-01-30T04:18:47.922Z | ++ awk '{print $1}' |
522 | 2024-01-30T04:18:47.926Z | + calculated_sha2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
523 | 2024-01-30T04:18:47.926Z | + [[ e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 != \e\8\f\7\3\a\8\3\d\5\c\6\2\f\7\e\f\c\e\9\9\8\f\8\2\1\a\c\c\8\0\a\9\1\b\7\9\9\5\c\9\5\b\d\9\e\c\2\c\2\2\8\3\7\2\8\2\9\3\1\0\0\9\9 ]] |
524 | 2024-01-30T04:18:47.935Z | + set -o errexit |
525 | 2024-01-30T04:18:47.938Z | +++ dirname ./tools/ci_download_dendrite_stub |
526 | 2024-01-30T04:18:47.940Z | ++ cd ./tools |
527 | 2024-01-30T04:18:47.940Z | ++ pwd |
528 | 2024-01-30T04:18:47.940Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
529 | 2024-01-30T04:18:47.944Z | ++ basename ./tools/ci_download_dendrite_stub |
530 | 2024-01-30T04:18:47.944Z | + ARG0=ci_download_dendrite_stub |
531 | 2024-01-30T04:18:47.944Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
532 | 2024-01-30T04:18:47.944Z | ++ CIDL_SHA256_ILLUMOS=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
533 | 2024-01-30T04:18:47.944Z | ++ CIDL_SHA256_LINUX_DPD=4fc43b53a048264664ede64805d4d179ec32d50cf9ab1aaa0fa4e17190e511a2 |
534 | 2024-01-30T04:18:47.944Z | ++ CIDL_SHA256_LINUX_SWADM=0ab34a2063e68568aa064f7b71825a603d47b3e399f3e7f45976edb5d5283f0f |
535 | 2024-01-30T04:18:47.944Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
536 | 2024-01-30T04:18:47.944Z | ++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
537 | 2024-01-30T04:18:47.944Z | ++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
538 | 2024-01-30T04:18:47.944Z | + TARGET_DIR=out |
539 | 2024-01-30T04:18:47.944Z | + DOWNLOAD_DIR=out/downloads |
540 | 2024-01-30T04:18:47.944Z | + DEST_DIR=./out/dendrite-stub |
541 | 2024-01-30T04:18:47.944Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
542 | 2024-01-30T04:18:47.944Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
543 | 2024-01-30T04:18:47.944Z | + REPO=oxidecomputer/dendrite |
544 | 2024-01-30T04:18:47.944Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
545 | 2024-01-30T04:18:47.944Z | + main |
546 | 2024-01-30T04:18:47.944Z | + [[ 0 != 0 ]] |
547 | 2024-01-30T04:18:47.944Z | + CIDL_OS=solaris2.11 |
548 | 2024-01-30T04:18:47.944Z | + [[ 0 != 0 ]] |
549 | 2024-01-30T04:18:47.944Z | + configure_os solaris2.11 |
550 | 2024-01-30T04:18:47.948Z | + echo 'current directory: /work/oxidecomputer/omicron' |
551 | 2024-01-30T04:18:47.948Z | current directory: /work/oxidecomputer/omicron |
552 | 2024-01-30T04:18:47.948Z | + echo 'configuring based on OS: "solaris2.11"' |
553 | 2024-01-30T04:18:47.948Z | + case "$1" in |
554 | 2024-01-30T04:18:47.948Z | configuring based on OS: "solaris2.11" |
555 | 2024-01-30T04:18:47.948Z | + SET_BINARIES= |
556 | 2024-01-30T04:18:47.948Z | + CIDL_SHA256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
557 | 2024-01-30T04:18:47.948Z | + CIDL_SHA256FUNC=do_sha256sum |
558 | 2024-01-30T04:18:47.948Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
559 | 2024-01-30T04:18:47.948Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
560 | 2024-01-30T04:18:47.948Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
561 | 2024-01-30T04:18:47.948Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz' |
562 | 2024-01-30T04:18:47.948Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
563 | 2024-01-30T04:18:47.949Z | Local file: out/downloads/dendrite-stub.tar.gz |
564 | 2024-01-30T04:18:47.949Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
565 | 2024-01-30T04:18:47.951Z | + mkdir -p out/downloads |
566 | 2024-01-30T04:18:47.951Z | + mkdir -p ./out/dendrite-stub |
567 | 2024-01-30T04:18:47.954Z | + fetch_and_verify |
568 | 2024-01-30T04:18:47.954Z | + local DO_DOWNLOAD=true |
569 | 2024-01-30T04:18:47.955Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
570 | 2024-01-30T04:18:47.955Z | + '[' true == true ']' |
571 | 2024-01-30T04:18:47.955Z | + echo Downloading... |
572 | 2024-01-30T04:18:47.955Z | Downloading... |
573 | 2024-01-30T04:18:47.955Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
574 | 2024-01-30T04:18:47.955Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
575 | 2024-01-30T04:18:54.280Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
576 | 2024-01-30T04:18:54.283Z | ++ sha256sum |
577 | 2024-01-30T04:18:54.283Z | ++ awk '{print $1}' |
578 | 2024-01-30T04:18:54.383Z | + calculated_sha256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
579 | 2024-01-30T04:18:54.383Z | + [[ 1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b != \1\e\2\4\5\9\8\b\a\7\7\d\c\0\0\6\8\2\c\d\f\5\4\f\c\3\7\0\6\9\6\e\f\5\a\a\4\9\e\d\5\1\0\a\b\7\f\7\2\f\c\c\9\1\d\6\1\d\6\7\9\e\7\b ]] |
580 | 2024-01-30T04:18:54.395Z | + do_untar out/downloads/dendrite-stub.tar.gz |
581 | 2024-01-30T04:18:54.395Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
582 | 2024-01-30T04:18:55.472Z | + do_assemble |
583 | 2024-01-30T04:18:55.472Z | + rm -r ./out/dendrite-stub |
584 | 2024-01-30T04:18:55.475Z | + mkdir ./out/dendrite-stub |
585 | 2024-01-30T04:18:55.478Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
586 | 2024-01-30T04:18:55.614Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
587 | 2024-01-30T04:18:55.626Z | + set -o errexit |
588 | 2024-01-30T04:18:55.629Z | +++ dirname ./tools/ci_download_maghemite_mgd |
589 | 2024-01-30T04:18:55.632Z | ++ cd ./tools |
590 | 2024-01-30T04:18:55.632Z | ++ pwd |
591 | 2024-01-30T04:18:55.632Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
592 | 2024-01-30T04:18:55.635Z | ++ basename ./tools/ci_download_maghemite_mgd |
593 | 2024-01-30T04:18:55.635Z | + ARG0=ci_download_maghemite_mgd |
594 | 2024-01-30T04:18:55.635Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
595 | 2024-01-30T04:18:55.635Z | ++ CIDL_SHA256=bc887e08e3d052d8440983a2d6186cd1d92a52345504092f64f4de2e5335a75d |
596 | 2024-01-30T04:18:55.635Z | ++ MGD_LINUX_SHA256=93331c1001e3aa506a8c1b83346abba1995e489910bff2c94a86730b96617a34 |
597 | 2024-01-30T04:18:55.635Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
598 | 2024-01-30T04:18:55.635Z | ++ COMMIT=d12bdf89b9058065789cd00c8704e4ce0a352342 |
599 | 2024-01-30T04:18:55.635Z | ++ SHA2=7618511f905d26394ef7c552339dd78835ce36a6def0d85b05b6d1e363a5e7b4 |
600 | 2024-01-30T04:18:55.635Z | + TARGET_DIR=out |
601 | 2024-01-30T04:18:55.636Z | + DOWNLOAD_DIR=out/downloads |
602 | 2024-01-30T04:18:55.636Z | + DEST_DIR=./out/mgd |
603 | 2024-01-30T04:18:55.636Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
604 | 2024-01-30T04:18:55.636Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
605 | 2024-01-30T04:18:55.636Z | + REPO=oxidecomputer/maghemite |
606 | 2024-01-30T04:18:55.636Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d12bdf89b9058065789cd00c8704e4ce0a352342 |
607 | 2024-01-30T04:18:55.641Z | + main |
608 | 2024-01-30T04:18:55.641Z | + [[ 0 != 0 ]] |
609 | 2024-01-30T04:18:55.641Z | + CIDL_OS=solaris2.11 |
610 | 2024-01-30T04:18:55.641Z | + [[ 0 != 0 ]] |
611 | 2024-01-30T04:18:55.642Z | + configure_os solaris2.11 |
612 | 2024-01-30T04:18:55.642Z | + echo 'current directory: /work/oxidecomputer/omicron' |
613 | 2024-01-30T04:18:55.643Z | current directory: /work/oxidecomputer/omicron |
614 | 2024-01-30T04:18:55.643Z | + echo 'configuring based on OS: "solaris2.11"' |
615 | 2024-01-30T04:18:55.643Z | + case "$1" in |
616 | 2024-01-30T04:18:55.643Z | + SET_BINARIES= |
617 | 2024-01-30T04:18:55.643Z | configuring based on OS: "solaris2.11" |
618 | 2024-01-30T04:18:55.643Z | + CIDL_SHA256FUNC=do_sha256sum |
619 | 2024-01-30T04:18:55.644Z | + TARBALL_FILENAME=mgd.tar.gz |
620 | 2024-01-30T04:18:55.644Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d12bdf89b9058065789cd00c8704e4ce0a352342/mgd.tar.gz |
621 | 2024-01-30T04:18:55.644Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
622 | 2024-01-30T04:18:55.644Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d12bdf89b9058065789cd00c8704e4ce0a352342/mgd.tar.gz' |
623 | 2024-01-30T04:18:55.644Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d12bdf89b9058065789cd00c8704e4ce0a352342/mgd.tar.gz |
624 | 2024-01-30T04:18:55.644Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
625 | 2024-01-30T04:18:55.644Z | Local file: out/downloads/mgd.tar.gz |
626 | 2024-01-30T04:18:55.644Z | + mkdir -p out/downloads |
627 | 2024-01-30T04:18:55.645Z | + mkdir -p ./out/mgd |
628 | 2024-01-30T04:18:55.648Z | + fetch_and_verify |
629 | 2024-01-30T04:18:55.648Z | + local DO_DOWNLOAD=true |
630 | 2024-01-30T04:18:55.648Z | + [[ -f out/downloads/mgd.tar.gz ]] |
631 | 2024-01-30T04:18:55.648Z | + '[' true == true ']' |
632 | 2024-01-30T04:18:55.648Z | + echo Downloading... |
633 | 2024-01-30T04:18:55.648Z | Downloading... |
634 | 2024-01-30T04:18:55.649Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d12bdf89b9058065789cd00c8704e4ce0a352342/mgd.tar.gz out/downloads/mgd.tar.gz |
635 | 2024-01-30T04:18:55.649Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/d12bdf89b9058065789cd00c8704e4ce0a352342/mgd.tar.gz |
636 | 2024-01-30T04:19:00.645Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
637 | 2024-01-30T04:19:00.649Z | ++ sha256sum |
638 | 2024-01-30T04:19:00.650Z | ++ awk '{print $1}' |
639 | 2024-01-30T04:19:00.727Z | + calculated_sha256=bc887e08e3d052d8440983a2d6186cd1d92a52345504092f64f4de2e5335a75d |
640 | 2024-01-30T04:19:00.727Z | + [[ bc887e08e3d052d8440983a2d6186cd1d92a52345504092f64f4de2e5335a75d != \b\c\8\8\7\e\0\8\e\3\d\0\5\2\d\8\4\4\0\9\8\3\a\2\d\6\1\8\6\c\d\1\d\9\2\a\5\2\3\4\5\5\0\4\0\9\2\f\6\4\f\4\d\e\2\e\5\3\3\5\a\7\5\d ]] |
641 | 2024-01-30T04:19:00.730Z | + do_untar out/downloads/mgd.tar.gz |
642 | 2024-01-30T04:19:00.730Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
643 | 2024-01-30T04:19:01.410Z | + do_assemble |
644 | 2024-01-30T04:19:01.410Z | + rm -r ./out/mgd |
645 | 2024-01-30T04:19:01.413Z | + mkdir ./out/mgd |
646 | 2024-01-30T04:19:01.416Z | + cp -r out/downloads/root ./out/mgd/root |
647 | 2024-01-30T04:19:01.636Z | + set -o errexit |
648 | 2024-01-30T04:19:01.639Z | +++ dirname ./tools/ci_download_transceiver_control |
649 | 2024-01-30T04:19:01.639Z | ++ cd ./tools |
650 | 2024-01-30T04:19:01.639Z | ++ pwd |
651 | 2024-01-30T04:19:01.643Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
652 | 2024-01-30T04:19:01.643Z | ++ basename ./tools/ci_download_transceiver_control |
653 | 2024-01-30T04:19:01.643Z | + ARG0=ci_download_transceiver_control |
654 | 2024-01-30T04:19:01.643Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
655 | 2024-01-30T04:19:01.647Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
656 | 2024-01-30T04:19:01.648Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
657 | 2024-01-30T04:19:01.648Z | + TARGET_DIR=out |
658 | 2024-01-30T04:19:01.648Z | + DOWNLOAD_DIR=out/downloads |
659 | 2024-01-30T04:19:01.648Z | + DEST_DIR=./out/transceiver-control |
660 | 2024-01-30T04:19:01.648Z | + BIN_DIR=/opt/oxide/bin |
661 | 2024-01-30T04:19:01.648Z | + BINARY=xcvradm |
662 | 2024-01-30T04:19:01.649Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
663 | 2024-01-30T04:19:01.649Z | + REPO=oxidecomputer/transceiver-control |
664 | 2024-01-30T04:19:01.649Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
665 | 2024-01-30T04:19:01.649Z | + main |
666 | 2024-01-30T04:19:01.649Z | + [[ 0 != 0 ]] |
667 | 2024-01-30T04:19:01.649Z | + CIDL_OS=solaris2.11 |
668 | 2024-01-30T04:19:01.649Z | + [[ 0 != 0 ]] |
669 | 2024-01-30T04:19:01.649Z | + configure_os solaris2.11 |
670 | 2024-01-30T04:19:01.649Z | + echo 'current directory: /work/oxidecomputer/omicron' |
671 | 2024-01-30T04:19:01.649Z | current directory: /work/oxidecomputer/omicron |
672 | 2024-01-30T04:19:01.649Z | configuring based on OS: "solaris2.11" |
673 | 2024-01-30T04:19:01.649Z | + echo 'configuring based on OS: "solaris2.11"' |
674 | 2024-01-30T04:19:01.649Z | + case "$1" in |
675 | 2024-01-30T04:19:01.649Z | + SET_BINARIES= |
676 | 2024-01-30T04:19:01.649Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
677 | 2024-01-30T04:19:01.649Z | + CIDL_SHA256FUNC=do_sha256sum |
678 | 2024-01-30T04:19:01.650Z | + ARCHIVE_FILENAME=xcvradm.gz |
679 | 2024-01-30T04:19:01.650Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
680 | 2024-01-30T04:19:01.650Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
681 | 2024-01-30T04:19:01.650Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
682 | 2024-01-30T04:19:01.650Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
683 | 2024-01-30T04:19:01.650Z | + echo 'Local file: out/downloads/xcvradm.gz' |
684 | 2024-01-30T04:19:01.650Z | Local file: out/downloads/xcvradm.gz |
685 | 2024-01-30T04:19:01.650Z | + mkdir -p out/downloads |
686 | 2024-01-30T04:19:01.650Z | + mkdir -p ./out/transceiver-control |
687 | 2024-01-30T04:19:01.653Z | + fetch_and_verify |
688 | 2024-01-30T04:19:01.653Z | + local DO_DOWNLOAD=true |
689 | 2024-01-30T04:19:01.653Z | + [[ -f out/downloads/xcvradm.gz ]] |
690 | 2024-01-30T04:19:01.653Z | + '[' true == true ']' |
691 | 2024-01-30T04:19:01.654Z | + echo Downloading... |
692 | 2024-01-30T04:19:01.654Z | Downloading... |
693 | 2024-01-30T04:19:01.654Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
694 | 2024-01-30T04:19:01.654Z | + 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 |
695 | 2024-01-30T04:19:04.047Z | ++ do_sha256sum out/downloads/xcvradm.gz |
696 | 2024-01-30T04:19:04.050Z | ++ sha256sum |
697 | 2024-01-30T04:19:04.051Z | ++ awk '{print $1}' |
698 | 2024-01-30T04:19:04.076Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
699 | 2024-01-30T04:19:04.076Z | + [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]] |
700 | 2024-01-30T04:19:04.079Z | + do_unpack out/downloads/xcvradm.gz |
701 | 2024-01-30T04:19:04.079Z | + mkdir -p out/downloads/root//opt/oxide/bin |
702 | 2024-01-30T04:19:04.079Z | + gzip -dc out/downloads/xcvradm.gz |
703 | 2024-01-30T04:19:04.257Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
704 | 2024-01-30T04:19:04.260Z | + do_assemble |
705 | 2024-01-30T04:19:04.260Z | + rm -r ./out/transceiver-control |
706 | 2024-01-30T04:19:04.263Z | + mkdir ./out/transceiver-control |
707 | 2024-01-30T04:19:04.266Z | + cp -r out/downloads/root ./out/transceiver-control/root |
708 | 2024-01-30T04:19:04.738Z | All builder prerequisites installed successfully, and PATH looks valid |
709 | 2024-01-30T04:19:04.741Z | |
710 | 2024-01-30T04:19:04.741Z | real 1:44.316552931 |
711 | 2024-01-30T04:19:04.741Z | user 51.227886883 |
712 | 2024-01-30T04:19:04.741Z | sys 10.283829207 |
713 | 2024-01-30T04:19:04.741Z | trap 0.025799083 |
714 | 2024-01-30T04:19:04.741Z | tflt 0.157286263 |
715 | 2024-01-30T04:19:04.741Z | dflt 0.386486673 |
716 | 2024-01-30T04:19:04.745Z | kflt 0.244551801 |
717 | 2024-01-30T04:19:04.745Z | lock 2.174432319 |
718 | 2024-01-30T04:19:04.745Z | slp 3:07.143889525 |
719 | 2024-01-30T04:19:04.745Z | lat 3.563241343 |
720 | 2024-01-30T04:19:04.745Z | stop 0.060743721 |
721 | 2024-01-30T04:19:04.749Z | |
722 | 2024-01-30T04:19:04.749Z | #### # # ##### ##### # # |
723 | 2024-01-30T04:19:04.749Z | # # # # # # # # # # |
724 | 2024-01-30T04:19:04.749Z | # # # # # # # # |
725 | 2024-01-30T04:19:04.749Z | # # # ##### ##### # |
726 | 2024-01-30T04:19:04.749Z | # # # # # # # |
727 | 2024-01-30T04:19:04.749Z | #### ###### # # # # |
728 | 2024-01-30T04:19:04.749Z | |
729 | 2024-01-30T04:19:05.086Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
730 | 2024-01-30T04:19:05.457Z | Updating crates.io index |
731 | 2024-01-30T04:19:05.611Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
732 | 2024-01-30T04:19:06.493Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
733 | 2024-01-30T04:19:08.917Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
734 | 2024-01-30T04:19:09.628Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
735 | 2024-01-30T04:19:09.962Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
736 | 2024-01-30T04:19:10.238Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
737 | 2024-01-30T04:19:10.515Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
738 | 2024-01-30T04:19:11.505Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
739 | 2024-01-30T04:19:14.319Z | Updating git repository `https://github.com/oxidecomputer/opte` |
740 | 2024-01-30T04:19:15.494Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
741 | 2024-01-30T04:19:15.928Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
742 | 2024-01-30T04:19:16.661Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
743 | 2024-01-30T04:19:16.971Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
744 | 2024-01-30T04:19:17.385Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
745 | 2024-01-30T04:19:17.797Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
746 | 2024-01-30T04:19:18.327Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
747 | 2024-01-30T04:19:18.899Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
748 | 2024-01-30T04:19:19.174Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
749 | 2024-01-30T04:19:19.809Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
750 | 2024-01-30T04:19:20.228Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
751 | 2024-01-30T04:19:20.666Z | Updating git repository `https://github.com/jgallagher/nix` |
752 | 2024-01-30T04:19:22.188Z | Updating git repository `https://github.com/cbiffle/hubpack` |
753 | 2024-01-30T04:19:22.719Z | Updating git repository `https://github.com/oxidecomputer/typify` |
754 | 2024-01-30T04:19:24.474Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
755 | 2024-01-30T04:19:24.822Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
756 | 2024-01-30T04:19:25.133Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
757 | 2024-01-30T04:19:27.051Z | Downloading crates ... |
758 | 2024-01-30T04:19:27.293Z | Downloaded serde_derive v1.0.195 |
759 | 2024-01-30T04:19:27.299Z | Downloaded strsim v0.10.0 |
760 | 2024-01-30T04:19:27.302Z | Downloaded colorchoice v1.0.0 |
761 | 2024-01-30T04:19:27.305Z | Downloaded equivalent v1.0.1 |
762 | 2024-01-30T04:19:27.312Z | Downloaded serde_spanned v0.6.4 |
763 | 2024-01-30T04:19:27.323Z | Downloaded terminal_size v0.2.6 |
764 | 2024-01-30T04:19:27.326Z | Downloaded anstyle-query v1.0.0 |
765 | 2024-01-30T04:19:27.329Z | Downloaded itoa v1.0.9 |
766 | 2024-01-30T04:19:27.332Z | Downloaded errno v0.3.8 |
767 | 2024-01-30T04:19:27.335Z | Downloaded toml_datetime v0.6.5 |
768 | 2024-01-30T04:19:27.338Z | Downloaded thiserror-impl v1.0.56 |
769 | 2024-01-30T04:19:27.341Z | Downloaded utf8parse v0.2.1 |
770 | 2024-01-30T04:19:27.343Z | Downloaded clap_lex v0.5.1 |
771 | 2024-01-30T04:19:27.344Z | Downloaded anstream v0.5.0 |
772 | 2024-01-30T04:19:27.350Z | Downloaded anstyle v1.0.2 |
773 | 2024-01-30T04:19:27.355Z | Downloaded thiserror v1.0.56 |
774 | 2024-01-30T04:19:27.358Z | Downloaded heck v0.4.1 |
775 | 2024-01-30T04:19:27.358Z | Downloaded cargo-platform v0.1.3 |
776 | 2024-01-30T04:19:27.364Z | Downloaded anstyle-parse v0.2.1 |
777 | 2024-01-30T04:19:27.367Z | Downloaded bitflags v1.3.2 |
778 | 2024-01-30T04:19:27.372Z | Downloaded quote v1.0.35 |
779 | 2024-01-30T04:19:27.376Z | Downloaded camino v1.1.6 |
780 | 2024-01-30T04:19:27.379Z | Downloaded cargo_toml v0.19.0 |
781 | 2024-01-30T04:19:27.382Z | Downloaded anyhow v1.0.75 |
782 | 2024-01-30T04:19:27.387Z | Downloaded proc-macro2 v1.0.78 |
783 | 2024-01-30T04:19:27.392Z | Downloaded unicode-ident v1.0.12 |
784 | 2024-01-30T04:19:27.396Z | Downloaded io-lifetimes v1.0.11 |
785 | 2024-01-30T04:19:27.400Z | Downloaded toml v0.8.8 |
786 | 2024-01-30T04:19:27.406Z | Downloaded indexmap v2.1.0 |
787 | 2024-01-30T04:19:27.412Z | Downloaded clap v4.4.3 |
788 | 2024-01-30T04:19:27.428Z | Downloaded serde v1.0.195 |
789 | 2024-01-30T04:19:27.432Z | Downloaded ryu v1.0.15 |
790 | 2024-01-30T04:19:27.438Z | Downloaded hashbrown v0.14.2 |
791 | 2024-01-30T04:19:27.448Z | Downloaded clap_builder v4.4.2 |
792 | 2024-01-30T04:19:27.458Z | Downloaded serde_json v1.0.113 |
793 | 2024-01-30T04:19:27.471Z | Downloaded syn v2.0.48 |
794 | 2024-01-30T04:19:27.489Z | Downloaded rustix v0.37.23 |
795 | 2024-01-30T04:19:27.523Z | Downloaded libc v0.2.152 |
796 | 2024-01-30T04:19:27.570Z | Downloaded winnow v0.5.15 |
797 | 2024-01-30T04:19:27.583Z | Downloaded memchr v2.6.3 |
798 | 2024-01-30T04:19:27.594Z | Downloaded toml_edit v0.21.0 |
799 | 2024-01-30T04:19:27.627Z | Downloaded clap_derive v4.4.2 |
800 | 2024-01-30T04:19:27.631Z | Downloaded semver v1.0.21 |
801 | 2024-01-30T04:19:27.634Z | Downloaded cargo_metadata v0.18.1 |
802 | 2024-01-30T04:19:27.751Z | Compiling proc-macro2 v1.0.78 |
803 | 2024-01-30T04:19:27.751Z | Compiling unicode-ident v1.0.12 |
804 | 2024-01-30T04:19:27.757Z | Compiling serde v1.0.195 |
805 | 2024-01-30T04:19:27.757Z | Compiling libc v0.2.152 |
806 | 2024-01-30T04:19:27.757Z | Compiling io-lifetimes v1.0.11 |
807 | 2024-01-30T04:19:27.764Z | Compiling rustix v0.37.23 |
808 | 2024-01-30T04:19:27.767Z | Compiling equivalent v1.0.1 |
809 | 2024-01-30T04:19:27.768Z | Compiling utf8parse v0.2.1 |
810 | 2024-01-30T04:19:28.005Z | Compiling bitflags v1.3.2 |
811 | 2024-01-30T04:19:28.074Z | Compiling hashbrown v0.14.2 |
812 | 2024-01-30T04:19:28.093Z | Compiling anstyle-parse v0.2.1 |
813 | 2024-01-30T04:19:28.131Z | Compiling anstyle v1.0.2 |
814 | 2024-01-30T04:19:28.556Z | Compiling colorchoice v1.0.0 |
815 | 2024-01-30T04:19:28.715Z | Compiling thiserror v1.0.56 |
816 | 2024-01-30T04:19:28.729Z | Compiling semver v1.0.21 |
817 | 2024-01-30T04:19:29.597Z | Compiling indexmap v2.1.0 |
818 | 2024-01-30T04:19:29.600Z | Compiling camino v1.1.6 |
819 | 2024-01-30T04:19:29.706Z | Compiling winnow v0.5.15 |
820 | 2024-01-30T04:19:29.742Z | Compiling anstyle-query v1.0.0 |
821 | 2024-01-30T04:19:29.812Z | Compiling serde_json v1.0.113 |
822 | 2024-01-30T04:19:29.904Z | Compiling anstream v0.5.0 |
823 | 2024-01-30T04:19:30.200Z | Compiling strsim v0.10.0 |
824 | 2024-01-30T04:19:30.293Z | Compiling anyhow v1.0.75 |
825 | 2024-01-30T04:19:30.582Z | Compiling ryu v1.0.15 |
826 | 2024-01-30T04:19:31.057Z | Compiling itoa v1.0.9 |
827 | 2024-01-30T04:19:31.196Z | Compiling quote v1.0.35 |
828 | 2024-01-30T04:19:31.216Z | Compiling heck v0.4.1 |
829 | 2024-01-30T04:19:31.379Z | Compiling clap_lex v0.5.1 |
830 | 2024-01-30T04:19:31.740Z | Compiling errno v0.3.8 |
831 | 2024-01-30T04:19:31.825Z | Compiling syn v2.0.48 |
832 | 2024-01-30T04:19:33.525Z | Compiling terminal_size v0.2.6 |
833 | 2024-01-30T04:19:33.679Z | Compiling clap_builder v4.4.2 |
834 | 2024-01-30T04:19:39.779Z | Compiling serde_derive v1.0.195 |
835 | 2024-01-30T04:19:39.779Z | Compiling thiserror-impl v1.0.56 |
836 | 2024-01-30T04:19:39.782Z | Compiling clap_derive v4.4.2 |
837 | 2024-01-30T04:19:44.557Z | Compiling clap v4.4.3 |
838 | 2024-01-30T04:19:52.613Z | Compiling serde_spanned v0.6.4 |
839 | 2024-01-30T04:19:52.616Z | Compiling toml_datetime v0.6.5 |
840 | 2024-01-30T04:19:52.616Z | Compiling cargo-platform v0.1.3 |
841 | 2024-01-30T04:19:52.991Z | Compiling toml_edit v0.21.0 |
842 | 2024-01-30T04:19:54.708Z | Compiling cargo_metadata v0.18.1 |
843 | 2024-01-30T04:19:56.213Z | Compiling toml v0.8.8 |
844 | 2024-01-30T04:19:57.407Z | Compiling cargo_toml v0.19.0 |
845 | 2024-01-30T04:20:03.686Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
846 | 2024-01-30T04:20:05.030Z | Finished dev [unoptimized + debuginfo] target(s) in 1m 00s |
847 | 2024-01-30T04:20:05.249Z | Running `target/debug/xtask clippy` |
848 | 2024-01-30T04:20:05.303Z | running: "/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" |
849 | 2024-01-30T04:20:06.157Z | Downloading crates ... |
850 | 2024-01-30T04:20:06.396Z | Downloaded arc-swap v1.6.0 |
851 | 2024-01-30T04:20:06.408Z | Downloaded ciborium-io v0.2.2 |
852 | 2024-01-30T04:20:06.419Z | Downloaded curve25519-dalek-derive v0.1.0 |
853 | 2024-01-30T04:20:06.423Z | Downloaded http-body v0.4.5 |
854 | 2024-01-30T04:20:06.439Z | Downloaded constant_time_eq v0.2.6 |
855 | 2024-01-30T04:20:06.446Z | Downloaded ident_case v1.0.1 |
856 | 2024-01-30T04:20:06.451Z | Downloaded hubpack_derive v0.1.1 |
857 | 2024-01-30T04:20:06.454Z | Downloaded http-body v1.0.0 |
858 | 2024-01-30T04:20:06.454Z | Downloaded crc-catalog v2.2.0 |
859 | 2024-01-30T04:20:06.457Z | Downloaded cipher v0.4.4 |
860 | 2024-01-30T04:20:06.461Z | Downloaded console v0.15.8 |
861 | 2024-01-30T04:20:06.471Z | Downloaded cexpr v0.6.0 |
862 | 2024-01-30T04:20:06.483Z | Downloaded chacha20 v0.9.1 |
863 | 2024-01-30T04:20:06.491Z | Downloaded similar-asserts v1.5.0 |
864 | 2024-01-30T04:20:06.501Z | Downloaded tap v1.0.1 |
865 | 2024-01-30T04:20:06.517Z | Downloaded nodrop v0.1.14 |
866 | 2024-01-30T04:20:06.528Z | Downloaded num v0.4.1 |
867 | 2024-01-30T04:20:06.532Z | Downloaded normalize-line-endings v0.3.0 |
868 | 2024-01-30T04:20:06.537Z | Downloaded take_mut v0.2.2 |
869 | 2024-01-30T04:20:06.542Z | Downloaded nix v0.27.1 |
870 | 2024-01-30T04:20:06.572Z | Downloaded num_threads v0.1.6 |
871 | 2024-01-30T04:20:06.578Z | Downloaded signal-hook-tokio v0.3.1 |
872 | 2024-01-30T04:20:06.583Z | Downloaded number_prefix v0.4.0 |
873 | 2024-01-30T04:20:06.588Z | Downloaded atty v0.2.14 |
874 | 2024-01-30T04:20:06.591Z | Downloaded scroll v0.12.0 |
875 | 2024-01-30T04:20:06.601Z | Downloaded atomicwrites v0.4.3 |
876 | 2024-01-30T04:20:06.604Z | Downloaded waitgroup v0.1.2 |
877 | 2024-01-30T04:20:06.608Z | Downloaded serde-big-array v0.5.1 |
878 | 2024-01-30T04:20:06.617Z | Downloaded slog-dtrace v0.3.0 |
879 | 2024-01-30T04:20:06.621Z | Downloaded block-buffer v0.10.4 |
880 | 2024-01-30T04:20:06.628Z | Downloaded secrecy v0.8.0 |
881 | 2024-01-30T04:20:06.632Z | Downloaded doc-comment v0.3.3 |
882 | 2024-01-30T04:20:06.635Z | Downloaded usdt-attr-macro v0.3.5 |
883 | 2024-01-30T04:20:06.637Z | Downloaded topological-sort v0.2.2 |
884 | 2024-01-30T04:20:06.641Z | Downloaded guppy-workspace-hack v0.1.0 |
885 | 2024-01-30T04:20:06.644Z | Downloaded addr2line v0.21.0 |
886 | 2024-01-30T04:20:06.652Z | Downloaded bit-set v0.5.3 |
887 | 2024-01-30T04:20:06.658Z | Downloaded anes v0.1.6 |
888 | 2024-01-30T04:20:06.668Z | Downloaded peeking_take_while v0.1.2 |
889 | 2024-01-30T04:20:06.671Z | Downloaded serde_plain v1.0.2 |
890 | 2024-01-30T04:20:06.675Z | Downloaded sec1 v0.7.3 |
891 | 2024-01-30T04:20:06.681Z | Downloaded tower-layer v0.3.2 |
892 | 2024-01-30T04:20:06.685Z | Downloaded new_debug_unreachable v1.0.4 |
893 | 2024-01-30T04:20:06.688Z | Downloaded zerocopy v0.3.0 |
894 | 2024-01-30T04:20:06.691Z | Downloaded stringprep v0.1.3 |
895 | 2024-01-30T04:20:06.696Z | Downloaded static_assertions v1.1.0 |
896 | 2024-01-30T04:20:06.700Z | Downloaded fd-lock v4.0.2 |
897 | 2024-01-30T04:20:06.707Z | Downloaded float-cmp v0.9.0 |
898 | 2024-01-30T04:20:06.710Z | Downloaded termtree v0.4.1 |
899 | 2024-01-30T04:20:06.716Z | Downloaded toolchain_find v0.2.0 |
900 | 2024-01-30T04:20:06.719Z | Downloaded argon2 v0.5.3 |
901 | 2024-01-30T04:20:06.721Z | Downloaded pest_generator v2.7.6 |
902 | 2024-01-30T04:20:06.724Z | Downloaded dirs-next v2.0.0 |
903 | 2024-01-30T04:20:06.727Z | Downloaded quick-error v1.2.3 |
904 | 2024-01-30T04:20:06.730Z | Downloaded libtest-mimic v0.6.1 |
905 | 2024-01-30T04:20:06.734Z | Downloaded remove_dir_all v0.5.3 |
906 | 2024-01-30T04:20:06.738Z | Downloaded filetime v0.2.23 |
907 | 2024-01-30T04:20:06.747Z | Downloaded ron v0.8.1 |
908 | 2024-01-30T04:20:06.753Z | Downloaded thread-id v4.2.0 |
909 | 2024-01-30T04:20:06.756Z | Downloaded headers-core v0.2.0 |
910 | 2024-01-30T04:20:06.759Z | Downloaded ref-cast v1.0.20 |
911 | 2024-01-30T04:20:06.764Z | Downloaded serde-hex v0.1.0 |
912 | 2024-01-30T04:20:06.769Z | Downloaded hex-literal v0.4.1 |
913 | 2024-01-30T04:20:06.775Z | Downloaded rand_xorshift v0.3.0 |
914 | 2024-01-30T04:20:06.779Z | Downloaded flagset v0.4.3 |
915 | 2024-01-30T04:20:06.779Z | Downloaded textwrap v0.11.0 |
916 | 2024-01-30T04:20:06.781Z | Downloaded oso-derive v0.27.0 |
917 | 2024-01-30T04:20:06.784Z | Downloaded blake2 v0.10.6 |
918 | 2024-01-30T04:20:06.789Z | Downloaded usdt-attr-macro v0.5.0 |
919 | 2024-01-30T04:20:06.792Z | Downloaded openssl-macros v0.1.1 |
920 | 2024-01-30T04:20:06.795Z | Downloaded resolv-conf v0.7.0 |
921 | 2024-01-30T04:20:06.798Z | Downloaded relative-path v1.9.0 |
922 | 2024-01-30T04:20:06.800Z | Downloaded ena v0.14.2 |
923 | 2024-01-30T04:20:06.805Z | Downloaded want v0.3.1 |
924 | 2024-01-30T04:20:06.808Z | Downloaded rustfmt-wrapper v0.2.0 |
925 | 2024-01-30T04:20:06.810Z | Downloaded smallvec v0.6.14 |
926 | 2024-01-30T04:20:06.814Z | Downloaded semver v0.11.0 |
927 | 2024-01-30T04:20:06.818Z | Downloaded tokio-rustls v0.24.1 |
928 | 2024-01-30T04:20:06.824Z | Downloaded num-complex v0.4.4 |
929 | 2024-01-30T04:20:06.830Z | Downloaded serde_repr v0.1.16 |
930 | 2024-01-30T04:20:06.833Z | Downloaded tinyvec_macros v0.1.1 |
931 | 2024-01-30T04:20:06.836Z | Downloaded num-rational v0.4.1 |
932 | 2024-01-30T04:20:06.839Z | Downloaded walkdir v2.4.0 |
933 | 2024-01-30T04:20:06.843Z | Downloaded usdt v0.3.5 |
934 | 2024-01-30T04:20:06.846Z | Downloaded fatfs v0.3.6 |
935 | 2024-01-30T04:20:06.853Z | Downloaded half v2.3.1 |
936 | 2024-01-30T04:20:06.860Z | Downloaded hash32 v0.2.1 |
937 | 2024-01-30T04:20:06.863Z | Downloaded generic-array v0.14.7 |
938 | 2024-01-30T04:20:06.867Z | Downloaded dirs-sys-next v0.1.2 |
939 | 2024-01-30T04:20:06.870Z | Downloaded tokio-tungstenite v0.20.1 |
940 | 2024-01-30T04:20:06.874Z | Downloaded rand v0.4.6 |
941 | 2024-01-30T04:20:06.882Z | Downloaded dtrace-parser v0.1.14 |
942 | 2024-01-30T04:20:06.886Z | Downloaded try-lock v0.2.4 |
943 | 2024-01-30T04:20:06.889Z | Downloaded itertools v0.10.5 |
944 | 2024-01-30T04:20:06.903Z | Downloaded futures-sink v0.3.30 |
945 | 2024-01-30T04:20:06.907Z | Downloaded serde-big-array v0.4.1 |
946 | 2024-01-30T04:20:06.913Z | Downloaded derive_more v0.99.17 |
947 | 2024-01-30T04:20:06.920Z | Downloaded openssl-probe v0.1.5 |
948 | 2024-01-30T04:20:06.923Z | Downloaded flume v0.11.0 |
949 | 2024-01-30T04:20:06.931Z | Downloaded foreign-types-macros v0.2.3 |
950 | 2024-01-30T04:20:06.934Z | Downloaded futures-core v0.3.30 |
951 | 2024-01-30T04:20:06.937Z | Downloaded pem-rfc7468 v0.7.0 |
952 | 2024-01-30T04:20:06.942Z | Downloaded fallible-iterator v0.2.0 |
953 | 2024-01-30T04:20:06.945Z | Downloaded password-hash v0.5.0 |
954 | 2024-01-30T04:20:06.949Z | Downloaded parking_lot v0.12.1 |
955 | 2024-01-30T04:20:06.954Z | Downloaded fastrand v2.0.0 |
956 | 2024-01-30T04:20:06.957Z | Downloaded termios v0.3.3 |
957 | 2024-01-30T04:20:06.963Z | Downloaded unicode-linebreak v0.1.5 |
958 | 2024-01-30T04:20:06.970Z | Downloaded serde_derive_internals v0.26.0 |
959 | 2024-01-30T04:20:06.971Z | Downloaded dyn-clone v1.0.13 |
960 | 2024-01-30T04:20:06.974Z | Downloaded serde_tokenstream v0.1.7 |
961 | 2024-01-30T04:20:06.982Z | Downloaded sqlparser_derive v0.2.2 |
962 | 2024-01-30T04:20:06.985Z | Downloaded pin-project v1.1.3 |
963 | 2024-01-30T04:20:07.008Z | Downloaded proc-macro-crate v1.3.1 |
964 | 2024-01-30T04:20:07.014Z | Downloaded shell-words v1.1.0 |
965 | 2024-01-30T04:20:07.017Z | Downloaded time-macros v0.2.13 |
966 | 2024-01-30T04:20:07.018Z | Downloaded plotters-svg v0.3.5 |
967 | 2024-01-30T04:20:07.021Z | Downloaded subprocess v0.2.9 |
968 | 2024-01-30T04:20:07.024Z | Downloaded diesel_table_macro_syntax v0.1.0 |
969 | 2024-01-30T04:20:07.027Z | Downloaded schemars_derive v0.8.16 |
970 | 2024-01-30T04:20:07.030Z | Downloaded getopts v0.2.21 |
971 | 2024-01-30T04:20:07.034Z | Downloaded darling_macro v0.14.4 |
972 | 2024-01-30T04:20:07.036Z | Downloaded oorandom v11.1.3 |
973 | 2024-01-30T04:20:07.040Z | Downloaded futures-channel v0.3.30 |
974 | 2024-01-30T04:20:07.042Z | Downloaded heck v0.3.3 |
975 | 2024-01-30T04:20:07.046Z | Downloaded rusty-fork v0.3.0 |
976 | 2024-01-30T04:20:07.048Z | Downloaded scroll_derive v0.12.0 |
977 | 2024-01-30T04:20:07.051Z | Downloaded proc-macro-error-attr v1.0.4 |
978 | 2024-01-30T04:20:07.054Z | Downloaded hashbrown v0.13.2 |
979 | 2024-01-30T04:20:07.063Z | Downloaded zone_cfg_derive v0.3.0 |
980 | 2024-01-30T04:20:07.065Z | Downloaded foreign-types v0.3.2 |
981 | 2024-01-30T04:20:07.066Z | Downloaded zeroize_derive v1.4.2 |
982 | 2024-01-30T04:20:07.068Z | Downloaded defmt-parser v0.3.3 |
983 | 2024-01-30T04:20:07.074Z | Downloaded foreign-types-shared v0.1.1 |
984 | 2024-01-30T04:20:07.077Z | Downloaded ref-cast-impl v1.0.20 |
985 | 2024-01-30T04:20:07.077Z | Downloaded glob v0.3.1 |
986 | 2024-01-30T04:20:07.079Z | Downloaded phf_shared v0.11.2 |
987 | 2024-01-30T04:20:07.082Z | Downloaded subtle v2.5.0 |
988 | 2024-01-30T04:20:07.082Z | Downloaded parse-display v0.8.2 |
989 | 2024-01-30T04:20:07.085Z | Downloaded rustls-native-certs v0.7.0 |
990 | 2024-01-30T04:20:07.087Z | Downloaded papergrid v0.11.0 |
991 | 2024-01-30T04:20:07.099Z | Downloaded rpassword v7.3.1 |
992 | 2024-01-30T04:20:07.102Z | Downloaded structmeta-derive v0.2.0 |
993 | 2024-01-30T04:20:07.106Z | Downloaded num_enum_derive v0.5.11 |
994 | 2024-01-30T04:20:07.107Z | Downloaded proc-macro-error v1.0.4 |
995 | 2024-01-30T04:20:07.111Z | Downloaded dtrace-parser v0.2.0 |
996 | 2024-01-30T04:20:07.114Z | Downloaded packed_struct_codegen v0.10.1 |
997 | 2024-01-30T04:20:07.117Z | Downloaded parse-size v1.0.0 |
998 | 2024-01-30T04:20:07.120Z | Downloaded socket2 v0.5.5 |
999 | 2024-01-30T04:20:07.124Z | Downloaded tui-tree-widget v0.16.0 |
1000 | 2024-01-30T04:20:07.126Z | Downloaded mio v0.8.9 |
1001 | 2024-01-30T04:20:07.137Z | Downloaded vte_generate_state_changes v0.1.1 |
1002 | 2024-01-30T04:20:07.140Z | Downloaded usdt-macro v0.3.5 |
1003 | 2024-01-30T04:20:07.140Z | Downloaded rustls-pemfile v2.0.0 |
1004 | 2024-01-30T04:20:07.147Z | Downloaded sha1 v0.10.6 |
1005 | 2024-01-30T04:20:07.150Z | Downloaded parse-display-derive v0.8.2 |
1006 | 2024-01-30T04:20:07.150Z | Downloaded num-traits v0.2.16 |
1007 | 2024-01-30T04:20:07.156Z | Downloaded rustversion v1.0.14 |
1008 | 2024-01-30T04:20:07.161Z | Downloaded zerocopy-derive v0.7.32 |
1009 | 2024-01-30T04:20:07.171Z | Downloaded fragile v2.0.0 |
1010 | 2024-01-30T04:20:07.174Z | Downloaded tokio-native-tls v0.3.1 |
1011 | 2024-01-30T04:20:07.178Z | Downloaded socket2 v0.4.9 |
1012 | 2024-01-30T04:20:07.182Z | Downloaded version_check v0.9.4 |
1013 | 2024-01-30T04:20:07.185Z | Downloaded tiny-keccak v2.0.2 |
1014 | 2024-01-30T04:20:07.190Z | Downloaded xattr v1.0.1 |
1015 | 2024-01-30T04:20:07.193Z | Downloaded tar v0.4.40 |
1016 | 2024-01-30T04:20:07.199Z | Downloaded parking_lot_core v0.8.6 |
1017 | 2024-01-30T04:20:07.203Z | Downloaded chrono v0.4.31 |
1018 | 2024-01-30T04:20:07.220Z | Downloaded parking_lot_core v0.9.8 |
1019 | 2024-01-30T04:20:07.226Z | Downloaded spin v0.9.8 |
1020 | 2024-01-30T04:20:07.229Z | Downloaded quick-xml v0.30.0 |
1021 | 2024-01-30T04:20:07.241Z | Downloaded platforms v3.0.2 |
1022 | 2024-01-30T04:20:07.251Z | Downloaded expectorate v1.1.0 |
1023 | 2024-01-30T04:20:07.251Z | Downloaded pest_derive v2.7.6 |
1024 | 2024-01-30T04:20:07.254Z | Downloaded num-bigint-dig v0.8.4 |
1025 | 2024-01-30T04:20:07.263Z | Downloaded proptest v1.4.0 |
1026 | 2024-01-30T04:20:07.283Z | Downloaded typenum v1.16.0 |
1027 | 2024-01-30T04:20:07.287Z | Downloaded darling_core v0.20.3 |
1028 | 2024-01-30T04:20:07.298Z | Downloaded zip v0.6.6 |
1029 | 2024-01-30T04:20:07.306Z | Downloaded rsa v0.9.2 |
1030 | 2024-01-30T04:20:07.316Z | Downloaded reqwest v0.11.22 |
1031 | 2024-01-30T04:20:07.332Z | Downloaded hkdf v0.12.4 |
1032 | 2024-01-30T04:20:07.336Z | Downloaded radix_trie v0.2.1 |
1033 | 2024-01-30T04:20:07.347Z | Downloaded vcpkg v0.2.15 |
1034 | 2024-01-30T04:20:07.541Z | Downloaded regex-automata v0.1.10 |
1035 | 2024-01-30T04:20:07.546Z | Downloaded gimli v0.28.0 |
1036 | 2024-01-30T04:20:07.546Z | Downloaded headers v0.3.9 |
1037 | 2024-01-30T04:20:07.546Z | Downloaded trust-dns-proto v0.22.0 |
1038 | 2024-01-30T04:20:07.546Z | Downloaded reedline v0.28.0 |
1039 | 2024-01-30T04:20:07.546Z | Downloaded regex-syntax v0.7.5 |
1040 | 2024-01-30T04:20:07.546Z | Downloaded rustls-webpki v0.101.7 |
1041 | 2024-01-30T04:20:07.546Z | Downloaded sha3 v0.10.8 |
1042 | 2024-01-30T04:20:07.555Z | Downloaded object v0.30.4 |
1043 | 2024-01-30T04:20:07.574Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1044 | 2024-01-30T04:20:07.597Z | Downloaded bindgen v0.69.2 |
1045 | 2024-01-30T04:20:07.611Z | Downloaded plotters v0.3.5 |
1046 | 2024-01-30T04:20:07.627Z | Downloaded regress v0.7.1 |
1047 | 2024-01-30T04:20:07.640Z | Downloaded rustls v0.21.9 |
1048 | 2024-01-30T04:20:07.664Z | Downloaded bitvec v1.0.1 |
1049 | 2024-01-30T04:20:07.690Z | Downloaded webpki-roots v0.25.2 |
1050 | 2024-01-30T04:20:07.696Z | Downloaded openapiv3 v2.0.0 |
1051 | 2024-01-30T04:20:07.719Z | Downloaded smoltcp v0.9.1 |
1052 | 2024-01-30T04:20:07.738Z | Downloaded tabled v0.15.0 |
1053 | 2024-01-30T04:20:07.767Z | Downloaded diesel v2.1.4 |
1054 | 2024-01-30T04:20:07.801Z | Downloaded syn v1.0.109 |
1055 | 2024-01-30T04:20:07.819Z | Downloaded openssl v0.10.60 |
1056 | 2024-01-30T04:20:07.837Z | Downloaded object v0.32.1 |
1057 | 2024-01-30T04:20:07.856Z | Downloaded regex-syntax v0.6.29 |
1058 | 2024-01-30T04:20:07.870Z | Downloaded bstr v1.6.0 |
1059 | 2024-01-30T04:20:07.890Z | Downloaded smoltcp v0.11.0 |
1060 | 2024-01-30T04:20:07.915Z | Downloaded ratatui v0.25.0 |
1061 | 2024-01-30T04:20:07.943Z | Downloaded bstr v0.2.17 |
1062 | 2024-01-30T04:20:07.963Z | Downloaded rustls v0.22.2 |
1063 | 2024-01-30T04:20:07.989Z | Downloaded zerocopy-derive v0.6.4 |
1064 | 2024-01-30T04:20:08.013Z | Downloaded zerocopy-derive v0.2.0 |
1065 | 2024-01-30T04:20:08.031Z | Downloaded rustix v0.38.30 |
1066 | 2024-01-30T04:20:08.074Z | Downloaded regex-automata v0.3.8 |
1067 | 2024-01-30T04:20:08.111Z | Downloaded regex-automata v0.4.4 |
1068 | 2024-01-30T04:20:08.142Z | Downloaded tokio v1.35.1 |
1069 | 2024-01-30T04:20:08.211Z | Downloaded zerocopy v0.7.32 |
1070 | 2024-01-30T04:20:08.241Z | Downloaded sled v0.34.7 |
1071 | 2024-01-30T04:20:08.262Z | Downloaded portable-atomic v1.4.3 |
1072 | 2024-01-30T04:20:08.272Z | Downloaded pest v2.7.6 |
1073 | 2024-01-30T04:20:08.282Z | Downloaded rustls-webpki v0.102.1 |
1074 | 2024-01-30T04:20:08.316Z | Downloaded regex v1.10.3 |
1075 | 2024-01-30T04:20:08.344Z | Downloaded regex-syntax v0.8.2 |
1076 | 2024-01-30T04:20:08.360Z | Downloaded encoding_rs v0.8.33 |
1077 | 2024-01-30T04:20:08.403Z | Downloaded polar-core v0.27.0 |
1078 | 2024-01-30T04:20:08.420Z | Downloaded h2 v0.3.24 |
1079 | 2024-01-30T04:20:08.434Z | Downloaded rustyline v13.0.0 |
1080 | 2024-01-30T04:20:08.442Z | Downloaded sqlparser v0.43.1 |
1081 | 2024-01-30T04:20:08.453Z | Downloaded futures-util v0.3.30 |
1082 | 2024-01-30T04:20:08.476Z | Downloaded guppy v0.17.4 |
1083 | 2024-01-30T04:20:08.489Z | Downloaded idna v0.5.0 |
1084 | 2024-01-30T04:20:08.502Z | Downloaded petgraph v0.6.4 |
1085 | 2024-01-30T04:20:08.528Z | Downloaded idna v0.2.3 |
1086 | 2024-01-30T04:20:08.541Z | Downloaded aho-corasick v1.0.4 |
1087 | 2024-01-30T04:20:08.555Z | Downloaded curve25519-dalek v4.1.1 |
1088 | 2024-01-30T04:20:08.570Z | Downloaded goblin v0.8.0 |
1089 | 2024-01-30T04:20:08.581Z | Downloaded structopt v0.3.26 |
1090 | 2024-01-30T04:20:08.594Z | Downloaded vte v0.11.1 |
1091 | 2024-01-30T04:20:08.597Z | Downloaded unicode-normalization v0.1.22 |
1092 | 2024-01-30T04:20:08.605Z | Downloaded rayon v1.8.0 |
1093 | 2024-01-30T04:20:08.622Z | Downloaded lalrpop v0.19.12 |
1094 | 2024-01-30T04:20:08.644Z | Downloaded pretty_assertions v1.4.0 |
1095 | 2024-01-30T04:20:08.647Z | Downloaded der v0.7.8 |
1096 | 2024-01-30T04:20:08.656Z | Downloaded either v1.9.0 |
1097 | 2024-01-30T04:20:08.659Z | Downloaded trybuild v1.0.89 |
1098 | 2024-01-30T04:20:08.666Z | Downloaded parking_lot v0.11.2 |
1099 | 2024-01-30T04:20:08.670Z | Downloaded oso v0.27.0 |
1100 | 2024-01-30T04:20:08.680Z | Downloaded unicode-segmentation v1.10.1 |
1101 | 2024-01-30T04:20:08.683Z | Downloaded unsafe-libyaml v0.2.10 |
1102 | 2024-01-30T04:20:08.693Z | Downloaded toml_edit v0.19.15 |
1103 | 2024-01-30T04:20:08.725Z | Downloaded tough v0.16.0 |
1104 | 2024-01-30T04:20:08.739Z | Downloaded olpc-cjson v0.1.3 |
1105 | 2024-01-30T04:20:08.742Z | Downloaded home v0.5.5 |
1106 | 2024-01-30T04:20:08.744Z | Downloaded dof v0.1.5 |
1107 | 2024-01-30T04:20:08.744Z | Downloaded pest_meta v2.7.6 |
1108 | 2024-01-30T04:20:08.748Z | Downloaded rustls-pki-types v1.1.0 |
1109 | 2024-01-30T04:20:08.751Z | Downloaded rstest v0.18.2 |
1110 | 2024-01-30T04:20:08.764Z | Downloaded pkcs1 v0.7.5 |
1111 | 2024-01-30T04:20:08.767Z | Downloaded futures-task v0.3.30 |
1112 | 2024-01-30T04:20:08.767Z | Downloaded diesel_derives v2.1.2 |
1113 | 2024-01-30T04:20:08.772Z | Downloaded smallvec v1.11.2 |
1114 | 2024-01-30T04:20:08.776Z | Downloaded x509-cert v0.2.4 |
1115 | 2024-01-30T04:20:08.790Z | Downloaded url v2.5.0 |
1116 | 2024-01-30T04:20:08.793Z | Downloaded funty v2.0.0 |
1117 | 2024-01-30T04:20:08.797Z | Downloaded foreign-types-shared v0.3.1 |
1118 | 2024-01-30T04:20:08.797Z | Downloaded debug-ignore v1.0.5 |
1119 | 2024-01-30T04:20:08.800Z | Downloaded unicase v2.7.0 |
1120 | 2024-01-30T04:20:08.803Z | Downloaded unarray v0.1.4 |
1121 | 2024-01-30T04:20:08.805Z | Downloaded ed25519 v1.5.3 |
1122 | 2024-01-30T04:20:08.809Z | Downloaded schemars v0.8.16 |
1123 | 2024-01-30T04:20:08.832Z | Downloaded openssl-sys v0.9.96 |
1124 | 2024-01-30T04:20:08.841Z | Downloaded snafu v0.7.5 |
1125 | 2024-01-30T04:20:08.852Z | Downloaded prettyplease v0.2.16 |
1126 | 2024-01-30T04:20:08.858Z | Downloaded ring v0.17.7 |
1127 | 2024-01-30T04:20:08.999Z | Downloaded plotters-backend v0.3.5 |
1128 | 2024-01-30T04:20:09.002Z | Downloaded env_logger v0.10.0 |
1129 | 2024-01-30T04:20:09.005Z | Downloaded sha2 v0.10.8 |
1130 | 2024-01-30T04:20:09.008Z | Downloaded futures-macro v0.3.30 |
1131 | 2024-01-30T04:20:09.011Z | Downloaded once_cell v1.19.0 |
1132 | 2024-01-30T04:20:09.015Z | Downloaded omicron-zone-package v0.10.1 |
1133 | 2024-01-30T04:20:09.020Z | Downloaded libm v0.2.7 |
1134 | 2024-01-30T04:20:09.038Z | Downloaded form_urlencoded v1.2.1 |
1135 | 2024-01-30T04:20:09.041Z | Downloaded sqlformat v0.2.3 |
1136 | 2024-01-30T04:20:09.043Z | Downloaded spki v0.7.2 |
1137 | 2024-01-30T04:20:09.046Z | Downloaded target-lexicon v0.12.12 |
1138 | 2024-01-30T04:20:09.049Z | Downloaded zone v0.3.0 |
1139 | 2024-01-30T04:20:09.049Z | Downloaded strsim v0.8.0 |
1140 | 2024-01-30T04:20:09.054Z | Downloaded unicode-bidi v0.3.13 |
1141 | 2024-01-30T04:20:09.057Z | Downloaded toml v0.7.8 |
1142 | 2024-01-30T04:20:09.065Z | Downloaded unicode_categories v0.1.1 |
1143 | 2024-01-30T04:20:09.069Z | Downloaded heapless v0.8.0 |
1144 | 2024-01-30T04:20:09.072Z | Downloaded ring v0.16.20 |
1145 | 2024-01-30T04:20:09.237Z | Downloaded opaque-debug v0.3.0 |
1146 | 2024-01-30T04:20:09.241Z | Downloaded libxml v0.3.3 |
1147 | 2024-01-30T04:20:09.248Z | Downloaded elliptic-curve v0.13.8 |
1148 | 2024-01-30T04:20:09.255Z | Downloaded postcard v1.0.8 |
1149 | 2024-01-30T04:20:09.260Z | Downloaded darling_macro v0.20.3 |
1150 | 2024-01-30T04:20:09.266Z | Downloaded tinyvec v1.6.0 |
1151 | 2024-01-30T04:20:09.270Z | Downloaded structmeta v0.2.0 |
1152 | 2024-01-30T04:20:09.270Z | Downloaded fixedbitset v0.4.2 |
1153 | 2024-01-30T04:20:09.270Z | Downloaded semver v0.1.20 |
1154 | 2024-01-30T04:20:09.273Z | Downloaded scopeguard v1.2.0 |
1155 | 2024-01-30T04:20:09.273Z | Downloaded pin-project-lite v0.2.13 |
1156 | 2024-01-30T04:20:09.281Z | Downloaded heapless v0.7.16 |
1157 | 2024-01-30T04:20:09.288Z | Downloaded snafu v0.8.0 |
1158 | 2024-01-30T04:20:09.298Z | Downloaded salty v0.2.0 |
1159 | 2024-01-30T04:20:09.307Z | Downloaded tower v0.4.13 |
1160 | 2024-01-30T04:20:09.323Z | Downloaded hashbrown v0.12.3 |
1161 | 2024-01-30T04:20:09.330Z | Downloaded deranged v0.3.8 |
1162 | 2024-01-30T04:20:09.333Z | Downloaded der_derive v0.7.2 |
1163 | 2024-01-30T04:20:09.336Z | Downloaded hyper v0.14.27 |
1164 | 2024-01-30T04:20:09.349Z | Downloaded ucd-trie v0.1.6 |
1165 | 2024-01-30T04:20:09.352Z | Downloaded signal-hook v0.3.17 |
1166 | 2024-01-30T04:20:09.357Z | Downloaded hash32 v0.3.1 |
1167 | 2024-01-30T04:20:09.360Z | Downloaded ff v0.13.0 |
1168 | 2024-01-30T04:20:09.363Z | Downloaded fd-lock v3.0.13 |
1169 | 2024-01-30T04:20:09.366Z | Downloaded phf_shared v0.10.0 |
1170 | 2024-01-30T04:20:09.372Z | Downloaded stability v0.1.1 |
1171 | 2024-01-30T04:20:09.372Z | Downloaded paste v1.0.14 |
1172 | 2024-01-30T04:20:09.374Z | Downloaded termcolor v1.2.0 |
1173 | 2024-01-30T04:20:09.377Z | Downloaded globset v0.4.13 |
1174 | 2024-01-30T04:20:09.377Z | Downloaded trust-dns-client v0.22.0 |
1175 | 2024-01-30T04:20:09.387Z | Downloaded thread_local v1.1.7 |
1176 | 2024-01-30T04:20:09.390Z | Downloaded pin-project-internal v1.1.3 |
1177 | 2024-01-30T04:20:09.395Z | Downloaded flate2 v1.0.28 |
1178 | 2024-01-30T04:20:09.399Z | Downloaded rcgen v0.12.1 |
1179 | 2024-01-30T04:20:09.404Z | Downloaded serde_with v3.5.1 |
1180 | 2024-01-30T04:20:09.418Z | Downloaded tokio-util v0.7.10 |
1181 | 2024-01-30T04:20:09.428Z | Downloaded path-slash v0.1.5 |
1182 | 2024-01-30T04:20:09.431Z | Downloaded spin v0.5.2 |
1183 | 2024-01-30T04:20:09.434Z | Downloaded embedded-io v0.4.0 |
1184 | 2024-01-30T04:20:09.437Z | Downloaded serde_urlencoded v0.7.1 |
1185 | 2024-01-30T04:20:09.440Z | Downloaded strum_macros v0.24.3 |
1186 | 2024-01-30T04:20:09.443Z | Downloaded structopt-derive v0.4.18 |
1187 | 2024-01-30T04:20:09.443Z | Downloaded rayon-core v1.12.0 |
1188 | 2024-01-30T04:20:09.451Z | Downloaded wait-timeout v0.2.0 |
1189 | 2024-01-30T04:20:09.454Z | Downloaded foreign-types v0.5.0 |
1190 | 2024-01-30T04:20:09.454Z | Downloaded untrusted v0.9.0 |
1191 | 2024-01-30T04:20:09.457Z | Downloaded universal-hash v0.5.1 |
1192 | 2024-01-30T04:20:09.457Z | Downloaded unicode-xid v0.2.4 |
1193 | 2024-01-30T04:20:09.460Z | Downloaded display-error-chain v0.2.0 |
1194 | 2024-01-30T04:20:09.460Z | Downloaded rustc_version v0.4.0 |
1195 | 2024-01-30T04:20:09.463Z | Downloaded itertools v0.12.0 |
1196 | 2024-01-30T04:20:09.474Z | Downloaded hyper v1.1.0 |
1197 | 2024-01-30T04:20:09.486Z | Downloaded test-strategy v0.3.1 |
1198 | 2024-01-30T04:20:09.492Z | Downloaded nom v7.1.3 |
1199 | 2024-01-30T04:20:09.501Z | Downloaded steno v0.4.0 |
1200 | 2024-01-30T04:20:09.508Z | Downloaded tracing v0.1.37 |
1201 | 2024-01-30T04:20:09.519Z | Downloaded tempdir v0.3.7 |
1202 | 2024-01-30T04:20:09.525Z | Downloaded target-spec v3.0.1 |
1203 | 2024-01-30T04:20:09.525Z | Downloaded uuid v1.7.0 |
1204 | 2024-01-30T04:20:09.528Z | Downloaded trust-dns-server v0.22.1 |
1205 | 2024-01-30T04:20:09.533Z | Downloaded trust-dns-resolver v0.22.0 |
1206 | 2024-01-30T04:20:09.540Z | Downloaded partial-io v0.5.4 |
1207 | 2024-01-30T04:20:09.544Z | Downloaded owo-colors v4.0.0 |
1208 | 2024-01-30T04:20:09.548Z | Downloaded toml v0.5.11 |
1209 | 2024-01-30T04:20:09.552Z | Downloaded tokio-stream v0.1.14 |
1210 | 2024-01-30T04:20:09.559Z | Downloaded base64 v0.21.7 |
1211 | 2024-01-30T04:20:09.566Z | Downloaded rustc-demangle v0.1.23 |
1212 | 2024-01-30T04:20:09.569Z | Downloaded derive-where v1.2.7 |
1213 | 2024-01-30T04:20:09.575Z | Downloaded strum v0.25.0 |
1214 | 2024-01-30T04:20:09.578Z | Downloaded usdt-impl v0.5.0 |
1215 | 2024-01-30T04:20:09.581Z | Downloaded clap v2.34.0 |
1216 | 2024-01-30T04:20:09.591Z | Downloaded smf v0.2.2 |
1217 | 2024-01-30T04:20:09.594Z | Downloaded scheduled-thread-pool v0.2.7 |
1218 | 2024-01-30T04:20:09.596Z | Downloaded smawk v0.3.1 |
1219 | 2024-01-30T04:20:09.602Z | Downloaded shlex v1.3.0 |
1220 | 2024-01-30T04:20:09.602Z | Downloaded tabled_derive v0.7.0 |
1221 | 2024-01-30T04:20:09.605Z | Downloaded defmt v0.3.5 |
1222 | 2024-01-30T04:20:09.608Z | Downloaded postgres-types v0.2.6 |
1223 | 2024-01-30T04:20:09.611Z | Downloaded textwrap v0.16.0 |
1224 | 2024-01-30T04:20:09.614Z | Downloaded rustc-hash v1.1.0 |
1225 | 2024-01-30T04:20:09.617Z | Downloaded pkg-config v0.3.27 |
1226 | 2024-01-30T04:20:09.621Z | Downloaded pkcs8 v0.10.2 |
1227 | 2024-01-30T04:20:09.629Z | Downloaded snafu-derive v0.8.0 |
1228 | 2024-01-30T04:20:09.629Z | Downloaded tracing-core v0.1.31 |
1229 | 2024-01-30T04:20:09.629Z | Downloaded hmac v0.12.1 |
1230 | 2024-01-30T04:20:09.632Z | Downloaded tungstenite v0.20.1 |
1231 | 2024-01-30T04:20:09.638Z | Downloaded wyz v0.5.1 |
1232 | 2024-01-30T04:20:09.641Z | Downloaded which v4.4.0 |
1233 | 2024-01-30T04:20:09.646Z | Downloaded yansi v0.5.1 |
1234 | 2024-01-30T04:20:09.646Z | Downloaded usdt-impl v0.3.5 |
1235 | 2024-01-30T04:20:09.649Z | Downloaded snafu-derive v0.7.5 |
1236 | 2024-01-30T04:20:09.649Z | Downloaded tinytemplate v1.2.1 |
1237 | 2024-01-30T04:20:09.652Z | Downloaded typed-path v0.7.0 |
1238 | 2024-01-30T04:20:09.664Z | Downloaded thiserror-no-std v2.0.2 |
1239 | 2024-01-30T04:20:09.669Z | Downloaded futures v0.3.30 |
1240 | 2024-01-30T04:20:09.677Z | Downloaded rand v0.8.5 |
1241 | 2024-01-30T04:20:09.691Z | Downloaded crossterm v0.27.0 |
1242 | 2024-01-30T04:20:09.694Z | Downloaded slog-term v2.9.0 |
1243 | 2024-01-30T04:20:09.698Z | Downloaded zeroize v1.7.0 |
1244 | 2024-01-30T04:20:09.702Z | Downloaded packed_struct v0.10.1 |
1245 | 2024-01-30T04:20:09.705Z | Downloaded hex v0.4.3 |
1246 | 2024-01-30T04:20:09.705Z | Downloaded postgres-protocol v0.6.6 |
1247 | 2024-01-30T04:20:09.708Z | Downloaded num-bigint v0.4.4 |
1248 | 2024-01-30T04:20:09.716Z | Downloaded plain v0.2.3 |
1249 | 2024-01-30T04:20:09.719Z | Downloaded vec_map v0.8.2 |
1250 | 2024-01-30T04:20:09.724Z | Downloaded usdt v0.5.0 |
1251 | 2024-01-30T04:20:09.724Z | Downloaded strum_macros v0.25.2 |
1252 | 2024-01-30T04:20:09.727Z | Downloaded futures-io v0.3.30 |
1253 | 2024-01-30T04:20:09.727Z | Downloaded poly1305 v0.8.0 |
1254 | 2024-01-30T04:20:09.731Z | Downloaded serde_tokenstream v0.2.0 |
1255 | 2024-01-30T04:20:09.735Z | Downloaded defmt-macros v0.3.6 |
1256 | 2024-01-30T04:20:09.740Z | Downloaded zerocopy v0.6.4 |
1257 | 2024-01-30T04:20:09.744Z | Downloaded rustls-pemfile v1.0.3 |
1258 | 2024-01-30T04:20:09.747Z | Downloaded tokio-postgres v0.7.10 |
1259 | 2024-01-30T04:20:09.755Z | Downloaded synstructure v0.12.6 |
1260 | 2024-01-30T04:20:09.758Z | Downloaded pem v3.0.2 |
1261 | 2024-01-30T04:20:09.767Z | Downloaded samael v0.0.14 |
1262 | 2024-01-30T04:20:09.770Z | Downloaded threadpool v1.8.1 |
1263 | 2024-01-30T04:20:09.770Z | Downloaded thiserror-impl-no-std v2.0.2 |
1264 | 2024-01-30T04:20:09.772Z | Downloaded highway v1.1.0 |
1265 | 2024-01-30T04:20:09.778Z | Downloaded ppv-lite86 v0.2.17 |
1266 | 2024-01-30T04:20:09.781Z | Downloaded tokio-rustls v0.25.0 |
1267 | 2024-01-30T04:20:09.781Z | Downloaded basic-toml v0.1.8 |
1268 | 2024-01-30T04:20:09.796Z | Downloaded strip-ansi-escapes v0.2.0 |
1269 | 2024-01-30T04:20:09.799Z | Downloaded r2d2 v0.8.10 |
1270 | 2024-01-30T04:20:09.802Z | Downloaded predicates-core v1.0.6 |
1271 | 2024-01-30T04:20:09.802Z | Downloaded rand_core v0.6.4 |
1272 | 2024-01-30T04:20:09.805Z | Downloaded fxhash v0.2.1 |
1273 | 2024-01-30T04:20:09.808Z | Downloaded sct v0.7.0 |
1274 | 2024-01-30T04:20:09.811Z | Downloaded fnv v1.0.7 |
1275 | 2024-01-30T04:20:09.814Z | Downloaded base64ct v1.6.0 |
1276 | 2024-01-30T04:20:09.817Z | Downloaded diff v0.1.13 |
1277 | 2024-01-30T04:20:09.824Z | Downloaded semver-parser v0.10.2 |
1278 | 2024-01-30T04:20:09.827Z | Downloaded getrandom v0.2.10 |
1279 | 2024-01-30T04:20:09.830Z | Downloaded tokio-macros v2.2.0 |
1280 | 2024-01-30T04:20:09.833Z | Downloaded vsss-rs v3.3.4 |
1281 | 2024-01-30T04:20:09.836Z | Downloaded derive_builder_core v0.12.0 |
1282 | 2024-01-30T04:20:09.839Z | Downloaded futures-timer v3.0.2 |
1283 | 2024-01-30T04:20:09.845Z | Downloaded enum-as-inner v0.5.1 |
1284 | 2024-01-30T04:20:09.848Z | Downloaded derive_builder v0.12.0 |
1285 | 2024-01-30T04:20:09.853Z | Downloaded string_cache v0.8.7 |
1286 | 2024-01-30T04:20:09.856Z | Downloaded backoff v0.4.0 |
1287 | 2024-01-30T04:20:09.859Z | Downloaded http v0.2.11 |
1288 | 2024-01-30T04:20:09.866Z | Downloaded group v0.13.0 |
1289 | 2024-01-30T04:20:09.869Z | Downloaded cancel-safe-futures v0.1.5 |
1290 | 2024-01-30T04:20:09.873Z | Downloaded bcs v0.1.6 |
1291 | 2024-01-30T04:20:09.878Z | Downloaded rstest_macros v0.18.2 |
1292 | 2024-01-30T04:20:09.881Z | Downloaded similar v2.3.0 |
1293 | 2024-01-30T04:20:09.890Z | Downloaded rand_chacha v0.3.1 |
1294 | 2024-01-30T04:20:09.893Z | Downloaded data-encoding v2.4.0 |
1295 | 2024-01-30T04:20:09.896Z | Downloaded miniz_oxide v0.7.1 |
1296 | 2024-01-30T04:20:09.899Z | Downloaded memmap v0.7.0 |
1297 | 2024-01-30T04:20:09.902Z | Downloaded backtrace v0.3.69 |
1298 | 2024-01-30T04:20:09.908Z | Downloaded percent-encoding v2.3.1 |
1299 | 2024-01-30T04:20:09.914Z | Downloaded futures-executor v0.3.30 |
1300 | 2024-01-30T04:20:09.917Z | Downloaded fs-err v2.11.0 |
1301 | 2024-01-30T04:20:09.917Z | Downloaded datatest-stable v0.2.3 |
1302 | 2024-01-30T04:20:09.920Z | Downloaded whoami v1.4.1 |
1303 | 2024-01-30T04:20:09.921Z | Downloaded utf-8 v0.7.6 |
1304 | 2024-01-30T04:20:09.923Z | Downloaded http v1.0.0 |
1305 | 2024-01-30T04:20:09.928Z | Downloaded stable_deref_trait v1.2.0 |
1306 | 2024-01-30T04:20:09.931Z | Downloaded phf v0.11.2 |
1307 | 2024-01-30T04:20:09.934Z | Downloaded managed v0.8.0 |
1308 | 2024-01-30T04:20:09.934Z | Downloaded maplit v1.0.2 |
1309 | 2024-01-30T04:20:09.937Z | Downloaded libsw v3.3.1 |
1310 | 2024-01-30T04:20:09.939Z | Downloaded tower-service v0.3.2 |
1311 | 2024-01-30T04:20:09.939Z | Downloaded tracing-attributes v0.1.26 |
1312 | 2024-01-30T04:20:09.943Z | Downloaded mockall_derive v0.12.0 |
1313 | 2024-01-30T04:20:09.947Z | Downloaded camino-tempfile v1.1.1 |
1314 | 2024-01-30T04:20:09.950Z | Downloaded block-padding v0.3.3 |
1315 | 2024-01-30T04:20:09.953Z | Downloaded same-file v1.0.6 |
1316 | 2024-01-30T04:20:09.956Z | Downloaded async-trait v0.1.77 |
1317 | 2024-01-30T04:20:09.959Z | Downloaded dof v0.3.0 |
1318 | 2024-01-30T04:20:09.962Z | Downloaded endian-type v0.1.2 |
1319 | 2024-01-30T04:20:09.962Z | Downloaded crypto-bigint v0.5.2 |
1320 | 2024-01-30T04:20:09.973Z | Downloaded digest v0.10.7 |
1321 | 2024-01-30T04:20:09.976Z | Downloaded difflib v0.4.0 |
1322 | 2024-01-30T04:20:09.982Z | Downloaded rustc_version v0.1.7 |
1323 | 2024-01-30T04:20:09.982Z | Downloaded is-terminal v0.4.9 |
1324 | 2024-01-30T04:20:09.985Z | Downloaded indoc v2.0.3 |
1325 | 2024-01-30T04:20:09.985Z | Downloaded indoc v1.0.9 |
1326 | 2024-01-30T04:20:09.989Z | Downloaded yasna v0.5.2 |
1327 | 2024-01-30T04:20:09.992Z | Downloaded unicode-width v0.1.11 |
1328 | 2024-01-30T04:20:09.995Z | Downloaded linked-hash-map v0.5.6 |
1329 | 2024-01-30T04:20:09.998Z | Downloaded pathdiff v0.2.1 |
1330 | 2024-01-30T04:20:09.998Z | Downloaded byteorder v1.5.0 |
1331 | 2024-01-30T04:20:10.001Z | Downloaded buf-list v1.0.3 |
1332 | 2024-01-30T04:20:10.004Z | Downloaded bb8 v0.8.1 |
1333 | 2024-01-30T04:20:10.007Z | Downloaded downcast v0.11.0 |
1334 | 2024-01-30T04:20:10.010Z | Downloaded radium v0.7.0 |
1335 | 2024-01-30T04:20:10.010Z | Downloaded predicates-tree v1.0.9 |
1336 | 2024-01-30T04:20:10.014Z | Downloaded predicates v3.1.0 |
1337 | 2024-01-30T04:20:10.016Z | Downloaded pin-utils v0.1.0 |
1338 | 2024-01-30T04:20:10.019Z | Downloaded slog-async v2.8.0 |
1339 | 2024-01-30T04:20:10.020Z | Downloaded bit-vec v0.6.3 |
1340 | 2024-01-30T04:20:10.022Z | Downloaded serde_path_to_error v0.1.15 |
1341 | 2024-01-30T04:20:10.028Z | Downloaded indicatif v0.17.7 |
1342 | 2024-01-30T04:20:10.031Z | Downloaded criterion v0.5.1 |
1343 | 2024-01-30T04:20:10.043Z | Downloaded crossbeam-channel v0.5.8 |
1344 | 2024-01-30T04:20:10.050Z | Downloaded derive_builder_macro v0.12.0 |
1345 | 2024-01-30T04:20:10.053Z | Downloaded is_ci v1.1.1 |
1346 | 2024-01-30T04:20:10.053Z | Downloaded indexmap v1.9.3 |
1347 | 2024-01-30T04:20:10.059Z | Downloaded untrusted v0.7.1 |
1348 | 2024-01-30T04:20:10.061Z | Downloaded pretty-hex v0.4.1 |
1349 | 2024-01-30T04:20:10.064Z | Downloaded precomputed-hash v0.1.1 |
1350 | 2024-01-30T04:20:10.065Z | Downloaded serde_with_macros v3.5.1 |
1351 | 2024-01-30T04:20:10.067Z | Downloaded crc-any v2.4.3 |
1352 | 2024-01-30T04:20:10.070Z | Downloaded atomic-waker v1.1.1 |
1353 | 2024-01-30T04:20:10.073Z | Downloaded async-stream v0.3.5 |
1354 | 2024-01-30T04:20:10.076Z | Downloaded rust-argon2 v1.0.1 |
1355 | 2024-01-30T04:20:10.079Z | Downloaded nu-ansi-term v0.49.0 |
1356 | 2024-01-30T04:20:10.082Z | Downloaded slab v0.4.9 |
1357 | 2024-01-30T04:20:10.087Z | Downloaded darling v0.14.4 |
1358 | 2024-01-30T04:20:10.090Z | Downloaded base16ct v0.2.0 |
1359 | 2024-01-30T04:20:10.093Z | Downloaded bitfield v0.14.0 |
1360 | 2024-01-30T04:20:10.096Z | Downloaded autocfg v1.1.0 |
1361 | 2024-01-30T04:20:10.099Z | Downloaded assert_cmd v2.0.13 |
1362 | 2024-01-30T04:20:10.102Z | Downloaded pretty-hex v0.2.1 |
1363 | 2024-01-30T04:20:10.102Z | Downloaded libloading v0.7.4 |
1364 | 2024-01-30T04:20:10.105Z | Downloaded const-oid v0.9.5 |
1365 | 2024-01-30T04:20:10.109Z | Downloaded signature v1.6.4 |
1366 | 2024-01-30T04:20:10.112Z | Downloaded signal-hook-registry v1.4.1 |
1367 | 2024-01-30T04:20:10.117Z | Downloaded hyper-rustls v0.24.2 |
1368 | 2024-01-30T04:20:10.117Z | Downloaded async-stream-impl v0.3.5 |
1369 | 2024-01-30T04:20:10.120Z | Downloaded assert_matches v1.5.0 |
1370 | 2024-01-30T04:20:10.120Z | Downloaded usdt-macro v0.5.0 |
1371 | 2024-01-30T04:20:10.123Z | Downloaded slog-scope v4.4.0 |
1372 | 2024-01-30T04:20:10.123Z | Downloaded slog-json v2.6.1 |
1373 | 2024-01-30T04:20:10.126Z | Downloaded multer v3.0.0 |
1374 | 2024-01-30T04:20:10.130Z | Downloaded lock_api v0.4.10 |
1375 | 2024-01-30T04:20:10.137Z | Downloaded hyper-util v0.1.2 |
1376 | 2024-01-30T04:20:10.140Z | Downloaded rtoolbox v0.0.1 |
1377 | 2024-01-30T04:20:10.143Z | Downloaded num-iter v0.1.43 |
1378 | 2024-01-30T04:20:10.143Z | Downloaded num-derive v0.4.0 |
1379 | 2024-01-30T04:20:10.146Z | Downloaded signal-hook-mio v0.2.3 |
1380 | 2024-01-30T04:20:10.151Z | Downloaded keccak v0.1.4 |
1381 | 2024-01-30T04:20:10.151Z | Downloaded ipnet v2.9.0 |
1382 | 2024-01-30T04:20:10.154Z | Downloaded httparse v1.8.0 |
1383 | 2024-01-30T04:20:10.157Z | Downloaded darling v0.20.3 |
1384 | 2024-01-30T04:20:10.160Z | Downloaded num_enum v0.5.11 |
1385 | 2024-01-30T04:20:10.169Z | Downloaded num_cpus v1.16.0 |
1386 | 2024-01-30T04:20:10.173Z | Downloaded num-integer v0.1.45 |
1387 | 2024-01-30T04:20:10.177Z | Downloaded nibble_vec v0.1.0 |
1388 | 2024-01-30T04:20:10.183Z | Downloaded time v0.3.27 |
1389 | 2024-01-30T04:20:10.189Z | Downloaded nanorand v0.7.0 |
1390 | 2024-01-30T04:20:10.196Z | Downloaded maybe-uninit v2.0.0 |
1391 | 2024-01-30T04:20:10.199Z | Downloaded ipnetwork v0.20.0 |
1392 | 2024-01-30T04:20:10.200Z | Downloaded darling_core v0.14.4 |
1393 | 2024-01-30T04:20:10.205Z | Downloaded ciborium v0.2.2 |
1394 | 2024-01-30T04:20:10.209Z | Downloaded blake2b_simd v1.0.1 |
1395 | 2024-01-30T04:20:10.213Z | Downloaded newtype_derive v0.1.6 |
1396 | 2024-01-30T04:20:10.216Z | Downloaded nested v0.1.1 |
1397 | 2024-01-30T04:20:10.216Z | Downloaded adler v1.0.2 |
1398 | 2024-01-30T04:20:10.219Z | Downloaded ascii-canvas v3.0.0 |
1399 | 2024-01-30T04:20:10.219Z | Downloaded arrayref v0.3.7 |
1400 | 2024-01-30T04:20:10.222Z | Downloaded time-core v0.1.1 |
1401 | 2024-01-30T04:20:10.225Z | Downloaded tempfile v3.9.0 |
1402 | 2024-01-30T04:20:10.228Z | Downloaded slog-envlogger v2.2.0 |
1403 | 2024-01-30T04:20:10.231Z | Downloaded slog-bunyan v2.5.0 |
1404 | 2024-01-30T04:20:10.231Z | Downloaded mockall v0.12.0 |
1405 | 2024-01-30T04:20:10.234Z | Downloaded memoffset v0.9.0 |
1406 | 2024-01-30T04:20:10.236Z | Downloaded lru-cache v0.1.2 |
1407 | 2024-01-30T04:20:10.237Z | Downloaded lru v0.12.1 |
1408 | 2024-01-30T04:20:10.239Z | Downloaded libefi-sys v0.1.0 |
1409 | 2024-01-30T04:20:10.242Z | Downloaded lazy_static v1.4.0 |
1410 | 2024-01-30T04:20:10.242Z | Downloaded inout v0.1.3 |
1411 | 2024-01-30T04:20:10.245Z | Downloaded hyper-tls v0.5.0 |
1412 | 2024-01-30T04:20:10.245Z | Downloaded kstat-rs v0.2.3 |
1413 | 2024-01-30T04:20:10.251Z | Downloaded hyper-staticfile v0.9.5 |
1414 | 2024-01-30T04:20:10.254Z | Downloaded hostname v0.3.1 |
1415 | 2024-01-30T04:20:10.254Z | Downloaded lalrpop-util v0.19.12 |
1416 | 2024-01-30T04:20:10.254Z | Downloaded humantime v2.1.0 |
1417 | 2024-01-30T04:20:10.257Z | Downloaded httpdate v1.0.3 |
1418 | 2024-01-30T04:20:10.261Z | Downloaded newline-converter v0.3.0 |
1419 | 2024-01-30T04:20:10.262Z | Downloaded match_cfg v0.1.0 |
1420 | 2024-01-30T04:20:10.265Z | Downloaded lazycell v1.3.0 |
1421 | 2024-01-30T04:20:10.265Z | Downloaded crossbeam-queue v0.3.8 |
1422 | 2024-01-30T04:20:10.265Z | Downloaded crossbeam v0.8.2 |
1423 | 2024-01-30T04:20:10.268Z | Downloaded criterion-plot v0.5.0 |
1424 | 2024-01-30T04:20:10.271Z | Downloaded corncobs v0.1.3 |
1425 | 2024-01-30T04:20:10.271Z | Downloaded native-tls v0.2.11 |
1426 | 2024-01-30T04:20:10.274Z | Downloaded mime v0.3.17 |
1427 | 2024-01-30T04:20:10.277Z | Downloaded md-5 v0.10.5 |
1428 | 2024-01-30T04:20:10.284Z | Downloaded linear-map v1.2.0 |
1429 | 2024-01-30T04:20:10.288Z | Downloaded impl-trait-for-tuples v0.2.2 |
1430 | 2024-01-30T04:20:10.288Z | Downloaded crossbeam-utils v0.8.16 |
1431 | 2024-01-30T04:20:10.291Z | Downloaded cobs v0.2.3 |
1432 | 2024-01-30T04:20:10.297Z | Downloaded ciborium-ll v0.2.2 |
1433 | 2024-01-30T04:20:10.297Z | Downloaded cast v0.3.0 |
1434 | 2024-01-30T04:20:10.301Z | Downloaded cassowary v0.3.0 |
1435 | 2024-01-30T04:20:10.301Z | Downloaded bytes v1.5.0 |
1436 | 2024-01-30T04:20:10.305Z | Downloaded bytecount v0.6.3 |
1437 | 2024-01-30T04:20:10.308Z | Downloaded async-recursion v1.0.5 |
1438 | 2024-01-30T04:20:10.315Z | Downloaded minimal-lexical v0.2.1 |
1439 | 2024-01-30T04:20:10.320Z | Downloaded mime_guess v2.0.4 |
1440 | 2024-01-30T04:20:10.323Z | Downloaded memoffset v0.7.1 |
1441 | 2024-01-30T04:20:10.323Z | Downloaded macaddr v1.0.1 |
1442 | 2024-01-30T04:20:10.326Z | Downloaded log v0.4.20 |
1443 | 2024-01-30T04:20:10.332Z | Downloaded term v0.7.0 |
1444 | 2024-01-30T04:20:10.335Z | Downloaded matches v0.1.10 |
1445 | 2024-01-30T04:20:10.335Z | Downloaded crucible-workspace-hack v0.1.0 |
1446 | 2024-01-30T04:20:10.338Z | Downloaded swrite v0.1.0 |
1447 | 2024-01-30T04:20:10.338Z | Downloaded supports-color v2.1.0 |
1448 | 2024-01-30T04:20:10.341Z | Downloaded slog-stdlog v4.1.1 |
1449 | 2024-01-30T04:20:10.344Z | Downloaded slog v2.7.0 |
1450 | 2024-01-30T04:20:10.347Z | Downloaded siphasher v0.3.11 |
1451 | 2024-01-30T04:20:10.353Z | Downloaded signature v2.1.0 |
1452 | 2024-01-30T04:20:10.356Z | Downloaded instant v0.1.12 |
1453 | 2024-01-30T04:20:10.356Z | Downloaded http-range v0.1.5 |
1454 | 2024-01-30T04:20:10.356Z | Downloaded serde_yaml v0.9.25 |
1455 | 2024-01-30T04:20:10.360Z | Downloaded hyper-rustls v0.26.0 |
1456 | 2024-01-30T04:20:10.364Z | Downloaded crossbeam-epoch v0.9.15 |
1457 | 2024-01-30T04:20:10.369Z | Downloaded crc32fast v1.3.2 |
1458 | 2024-01-30T04:20:10.372Z | Downloaded convert_case v0.4.0 |
1459 | 2024-01-30T04:20:10.374Z | Downloaded chacha20poly1305 v0.10.1 |
1460 | 2024-01-30T04:20:10.377Z | Downloaded cc v1.0.83 |
1461 | 2024-01-30T04:20:10.381Z | Downloaded arrayvec v0.7.4 |
1462 | 2024-01-30T04:20:10.385Z | Downloaded iana-time-zone v0.1.57 |
1463 | 2024-01-30T04:20:10.388Z | Downloaded httptest v0.15.5 |
1464 | 2024-01-30T04:20:10.391Z | Downloaded crypto-common v0.1.6 |
1465 | 2024-01-30T04:20:10.395Z | Downloaded cookie v0.18.0 |
1466 | 2024-01-30T04:20:10.399Z | Downloaded hubpack v0.1.2 |
1467 | 2024-01-30T04:20:10.399Z | Downloaded crunchy v0.2.2 |
1468 | 2024-01-30T04:20:10.405Z | Downloaded crc v3.0.1 |
1469 | 2024-01-30T04:20:10.408Z | Downloaded clang-sys v1.6.1 |
1470 | 2024-01-30T04:20:10.408Z | Downloaded allocator-api2 v0.2.16 |
1471 | 2024-01-30T04:20:10.411Z | Downloaded aead v0.5.2 |
1472 | 2024-01-30T04:20:10.414Z | Downloaded cstr-argument v0.1.2 |
1473 | 2024-01-30T04:20:10.414Z | Downloaded crossbeam-deque v0.8.3 |
1474 | 2024-01-30T04:20:10.417Z | Downloaded constant_time_eq v0.3.0 |
1475 | 2024-01-30T04:20:10.421Z | Downloaded colored v2.0.4 |
1476 | 2024-01-30T04:20:10.424Z | Downloaded cfg-expr v0.15.5 |
1477 | 2024-01-30T04:20:10.427Z | Downloaded bitflags v2.4.0 |
1478 | 2024-01-30T04:20:10.431Z | Downloaded array-init v0.0.4 |
1479 | 2024-01-30T04:20:10.434Z | Downloaded approx v0.5.1 |
1480 | 2024-01-30T04:20:10.437Z | Downloaded ansi_term v0.12.1 |
1481 | 2024-01-30T04:20:10.440Z | Downloaded cfg-if v1.0.0 |
1482 | 2024-01-30T04:20:10.440Z | Downloaded cpufeatures v0.2.12 |
1483 | 2024-01-30T04:20:10.443Z | Downloaded bzip2 v0.4.4 |
1484 | 2024-01-30T04:20:10.448Z | Downloaded ahash v0.8.6 |
1485 | 2024-01-30T04:20:11.251Z | Compiling serde v1.0.195 |
1486 | 2024-01-30T04:20:11.252Z | Compiling autocfg v1.1.0 |
1487 | 2024-01-30T04:20:11.255Z | Compiling version_check v0.9.4 |
1488 | 2024-01-30T04:20:11.255Z | Checking cfg-if v1.0.0 |
1489 | 2024-01-30T04:20:11.285Z | Compiling syn v1.0.109 |
1490 | 2024-01-30T04:20:11.321Z | Checking libc v0.2.152 |
1491 | 2024-01-30T04:20:11.340Z | Compiling syn v2.0.48 |
1492 | 2024-01-30T04:20:11.384Z | Compiling parking_lot_core v0.9.8 |
1493 | 2024-01-30T04:20:11.403Z | Compiling once_cell v1.19.0 |
1494 | 2024-01-30T04:20:12.157Z | Compiling memchr v2.6.3 |
1495 | 2024-01-30T04:20:12.190Z | Compiling libm v0.2.7 |
1496 | 2024-01-30T04:20:12.250Z | Compiling cc v1.0.83 |
1497 | 2024-01-30T04:20:12.699Z | Compiling getrandom v0.2.10 |
1498 | 2024-01-30T04:20:12.800Z | Compiling lock_api v0.4.10 |
1499 | 2024-01-30T04:20:12.822Z | Compiling ahash v0.8.6 |
1500 | 2024-01-30T04:20:13.373Z | Compiling num-traits v0.2.16 |
1501 | 2024-01-30T04:20:13.422Z | Compiling byteorder v1.5.0 |
1502 | 2024-01-30T04:20:13.443Z | Compiling serde_json v1.0.113 |
1503 | 2024-01-30T04:20:13.942Z | Checking log v0.4.20 |
1504 | 2024-01-30T04:20:14.360Z | Compiling slab v0.4.9 |
1505 | 2024-01-30T04:20:14.894Z | Compiling typenum v1.16.0 |
1506 | 2024-01-30T04:20:14.971Z | Checking scopeguard v1.2.0 |
1507 | 2024-01-30T04:20:15.133Z | Compiling generic-array v0.14.7 |
1508 | 2024-01-30T04:20:15.151Z | Checking itoa v1.0.9 |
1509 | 2024-01-30T04:20:15.440Z | Checking smallvec v1.11.2 |
1510 | 2024-01-30T04:20:15.663Z | Compiling pkg-config v0.3.27 |
1511 | 2024-01-30T04:20:15.918Z | Compiling allocator-api2 v0.2.16 |
1512 | 2024-01-30T04:20:16.080Z | Compiling rustix v0.38.30 |
1513 | 2024-01-30T04:20:16.190Z | Compiling schemars v0.8.16 |
1514 | 2024-01-30T04:20:16.926Z | Compiling httparse v1.8.0 |
1515 | 2024-01-30T04:20:17.284Z | Compiling ring v0.17.7 |
1516 | 2024-01-30T04:20:17.365Z | Compiling fnv v1.0.7 |
1517 | 2024-01-30T04:20:17.531Z | Compiling vcpkg v0.2.15 |
1518 | 2024-01-30T04:20:17.572Z | Checking pin-project-lite v0.2.13 |
1519 | 2024-01-30T04:20:17.698Z | Checking parking_lot v0.12.1 |
1520 | 2024-01-30T04:20:17.718Z | Compiling aho-corasick v1.0.4 |
1521 | 2024-01-30T04:20:18.209Z | Compiling regex-syntax v0.8.2 |
1522 | 2024-01-30T04:20:21.205Z | Compiling openssl-sys v0.9.96 |
1523 | 2024-01-30T04:20:22.254Z | Checking signal-hook-registry v1.4.1 |
1524 | 2024-01-30T04:20:22.653Z | Compiling ucd-trie v0.1.6 |
1525 | 2024-01-30T04:20:22.659Z | Checking mio v0.8.9 |
1526 | 2024-01-30T04:20:22.760Z | Checking rand_core v0.6.4 |
1527 | 2024-01-30T04:20:23.515Z | Compiling ring v0.16.20 |
1528 | 2024-01-30T04:20:23.536Z | Checking num_cpus v1.16.0 |
1529 | 2024-01-30T04:20:23.672Z | Compiling serde_derive_internals v0.26.0 |
1530 | 2024-01-30T04:20:23.808Z | Compiling regex-automata v0.4.4 |
1531 | 2024-01-30T04:20:27.877Z | Compiling openssl v0.10.60 |
1532 | 2024-01-30T04:20:28.315Z | Checking futures-core v0.3.30 |
1533 | 2024-01-30T04:20:28.402Z | Compiling iana-time-zone v0.1.57 |
1534 | 2024-01-30T04:20:28.420Z | Checking socket2 v0.5.5 |
1535 | 2024-01-30T04:20:28.487Z | Compiling native-tls v0.2.11 |
1536 | 2024-01-30T04:20:28.571Z | Checking ryu v1.0.15 |
1537 | 2024-01-30T04:20:28.913Z | Compiling rustls v0.21.9 |
1538 | 2024-01-30T04:20:28.984Z | Checking spin v0.5.2 |
1539 | 2024-01-30T04:20:29.127Z | Compiling dyn-clone v1.0.13 |
1540 | 2024-01-30T04:20:29.323Z | Compiling async-trait v0.1.77 |
1541 | 2024-01-30T04:20:29.598Z | Checking futures-sink v0.3.30 |
1542 | 2024-01-30T04:20:29.783Z | Compiling backtrace v0.3.69 |
1543 | 2024-01-30T04:20:30.333Z | Compiling regex v1.10.3 |
1544 | 2024-01-30T04:20:30.466Z | Compiling errno v0.3.8 |
1545 | 2024-01-30T04:20:30.685Z | Checking pin-utils v0.1.0 |
1546 | 2024-01-30T04:20:30.823Z | Compiling unicode-xid v0.2.4 |
1547 | 2024-01-30T04:20:30.850Z | Compiling crossbeam-utils v0.8.16 |
1548 | 2024-01-30T04:20:31.065Z | Compiling crc32fast v1.3.2 |
1549 | 2024-01-30T04:20:31.526Z | Compiling tinyvec_macros v0.1.1 |
1550 | 2024-01-30T04:20:31.561Z | Compiling futures-channel v0.3.30 |
1551 | 2024-01-30T04:20:31.627Z | Compiling tinyvec v1.6.0 |
1552 | 2024-01-30T04:20:32.225Z | Checking subtle v2.5.0 |
1553 | 2024-01-30T04:20:32.263Z | Checking futures-task v0.3.30 |
1554 | 2024-01-30T04:20:32.580Z | Compiling unicode-width v0.1.11 |
1555 | 2024-01-30T04:20:32.616Z | Compiling futures-io v0.3.30 |
1556 | 2024-01-30T04:20:33.007Z | Compiling anyhow v1.0.75 |
1557 | 2024-01-30T04:20:33.058Z | Compiling spin v0.9.8 |
1558 | 2024-01-30T04:20:33.172Z | Compiling tracing-core v0.1.31 |
1559 | 2024-01-30T04:20:33.602Z | Compiling unicode-bidi v0.3.13 |
1560 | 2024-01-30T04:20:34.214Z | Compiling unicode-normalization v0.1.22 |
1561 | 2024-01-30T04:20:35.308Z | Compiling serde_derive v1.0.195 |
1562 | 2024-01-30T04:20:35.343Z | Compiling zerocopy-derive v0.7.32 |
1563 | 2024-01-30T04:20:35.556Z | Compiling thiserror-impl v1.0.56 |
1564 | 2024-01-30T04:20:36.111Z | Compiling zeroize_derive v1.4.2 |
1565 | 2024-01-30T04:20:36.130Z | Compiling tokio-macros v2.2.0 |
1566 | 2024-01-30T04:20:36.431Z | Compiling futures-macro v0.3.30 |
1567 | 2024-01-30T04:20:36.697Z | Compiling tracing-attributes v0.1.26 |
1568 | 2024-01-30T04:20:38.797Z | Compiling schemars_derive v0.8.16 |
1569 | 2024-01-30T04:20:38.931Z | Checking zeroize v1.7.0 |
1570 | 2024-01-30T04:20:39.341Z | Compiling openssl-macros v0.1.1 |
1571 | 2024-01-30T04:20:39.364Z | Compiling zerocopy v0.7.32 |
1572 | 2024-01-30T04:20:41.189Z | Checking futures-util v0.3.30 |
1573 | 2024-01-30T04:20:41.260Z | Compiling thiserror v1.0.56 |
1574 | 2024-01-30T04:20:41.440Z | Compiling pest v2.7.6 |
1575 | 2024-01-30T04:20:43.056Z | Compiling hashbrown v0.14.2 |
1576 | 2024-01-30T04:20:43.211Z | Compiling hashbrown v0.13.2 |
1577 | 2024-01-30T04:20:44.644Z | Compiling tracing v0.1.37 |
1578 | 2024-01-30T04:20:45.028Z | Compiling der_derive v0.7.2 |
1579 | 2024-01-30T04:20:45.150Z | Compiling num-integer v0.1.45 |
1580 | 2024-01-30T04:20:45.392Z | Compiling pest_meta v2.7.6 |
1581 | 2024-01-30T04:20:45.756Z | Compiling slog v2.7.0 |
1582 | 2024-01-30T04:20:46.625Z | Compiling lazy_static v1.4.0 |
1583 | 2024-01-30T04:20:46.772Z | Compiling foreign-types-shared v0.1.1 |
1584 | 2024-01-30T04:20:46.790Z | Compiling untrusted v0.7.1 |
1585 | 2024-01-30T04:20:46.915Z | Compiling rustversion v1.0.14 |
1586 | 2024-01-30T04:20:47.971Z | Compiling pest_generator v2.7.6 |
1587 | 2024-01-30T04:20:48.088Z | Compiling time-core v0.1.1 |
1588 | 2024-01-30T04:20:48.331Z | Compiling untrusted v0.9.0 |
1589 | 2024-01-30T04:20:48.572Z | Compiling percent-encoding v2.3.1 |
1590 | 2024-01-30T04:20:49.128Z | Compiling time-macros v0.2.13 |
1591 | 2024-01-30T04:20:51.390Z | Compiling foreign-types v0.3.2 |
1592 | 2024-01-30T04:20:51.510Z | Compiling scroll_derive v0.12.0 |
1593 | 2024-01-30T04:20:53.278Z | Compiling synstructure v0.12.6 |
1594 | 2024-01-30T04:20:54.171Z | Compiling pest_derive v2.7.6 |
1595 | 2024-01-30T04:20:54.899Z | Compiling thread-id v4.2.0 |
1596 | 2024-01-30T04:20:55.027Z | Compiling try-lock v0.2.4 |
1597 | 2024-01-30T04:20:55.049Z | Compiling base64 v0.21.7 |
1598 | 2024-01-30T04:20:55.213Z | Compiling want v0.3.1 |
1599 | 2024-01-30T04:20:55.430Z | Compiling sct v0.7.0 |
1600 | 2024-01-30T04:20:55.621Z | Compiling rustls-webpki v0.101.7 |
1601 | 2024-01-30T04:20:56.165Z | Compiling form_urlencoded v1.2.1 |
1602 | 2024-01-30T04:20:56.402Z | Compiling zerocopy-derive v0.2.0 |
1603 | 2024-01-30T04:20:56.467Z | Compiling socket2 v0.4.9 |
1604 | 2024-01-30T04:20:57.147Z | Compiling tower-service v0.3.2 |
1605 | 2024-01-30T04:20:57.311Z | Compiling httpdate v1.0.3 |
1606 | 2024-01-30T04:20:57.493Z | Compiling const-oid v0.9.5 |
1607 | 2024-01-30T04:20:57.839Z | Compiling openssl-probe v0.1.5 |
1608 | 2024-01-30T04:20:58.332Z | Compiling idna v0.5.0 |
1609 | 2024-01-30T04:20:58.503Z | Compiling memoffset v0.9.0 |
1610 | 2024-01-30T04:20:58.827Z | Compiling adler v1.0.2 |
1611 | 2024-01-30T04:20:58.848Z | Checking bytes v1.5.0 |
1612 | 2024-01-30T04:20:59.165Z | Checking bitflags v2.4.0 |
1613 | 2024-01-30T04:20:59.583Z | Compiling miniz_oxide v0.7.1 |
1614 | 2024-01-30T04:20:59.832Z | Compiling url v2.5.0 |
1615 | 2024-01-30T04:21:00.071Z | Checking tokio v1.35.1 |
1616 | 2024-01-30T04:21:00.700Z | Checking crypto-common v0.1.6 |
1617 | 2024-01-30T04:21:01.083Z | Checking equivalent v1.0.1 |
1618 | 2024-01-30T04:21:01.647Z | Compiling indexmap v2.1.0 |
1619 | 2024-01-30T04:21:01.677Z | Compiling chrono v0.4.31 |
1620 | 2024-01-30T04:21:02.192Z | Compiling uuid v1.7.0 |
1621 | 2024-01-30T04:21:03.359Z | Compiling http v0.2.11 |
1622 | 2024-01-30T04:21:03.753Z | Compiling semver v1.0.21 |
1623 | 2024-01-30T04:21:04.757Z | Compiling serde_spanned v0.6.4 |
1624 | 2024-01-30T04:21:04.981Z | Compiling toml_datetime v0.6.5 |
1625 | 2024-01-30T04:21:05.108Z | Compiling rustc_version v0.4.0 |
1626 | 2024-01-30T04:21:06.345Z | Compiling openapiv3 v2.0.0 |
1627 | 2024-01-30T04:21:06.403Z | Compiling toml_edit v0.19.15 |
1628 | 2024-01-30T04:21:08.179Z | Compiling http-body v0.4.5 |
1629 | 2024-01-30T04:21:11.202Z | Compiling signal-hook v0.3.17 |
1630 | 2024-01-30T04:21:11.598Z | Compiling either v1.9.0 |
1631 | 2024-01-30T04:21:12.354Z | Compiling ipnet v2.9.0 |
1632 | 2024-01-30T04:21:14.296Z | Compiling serde_urlencoded v0.7.1 |
1633 | 2024-01-30T04:21:14.401Z | Compiling rustls-pemfile v1.0.3 |
1634 | 2024-01-30T04:21:14.983Z | Compiling clap_derive v4.4.2 |
1635 | 2024-01-30T04:21:15.109Z | Compiling zerocopy-derive v0.6.4 |
1636 | 2024-01-30T04:21:15.566Z | Compiling usdt-impl v0.3.5 |
1637 | 2024-01-30T04:21:16.102Z | Compiling crossbeam-epoch v0.9.15 |
1638 | 2024-01-30T04:21:16.305Z | Compiling encoding_rs v0.8.33 |
1639 | 2024-01-30T04:21:16.610Z | Compiling tokio-util v0.7.10 |
1640 | 2024-01-30T04:21:16.771Z | Compiling tokio-rustls v0.24.1 |
1641 | 2024-01-30T04:21:17.399Z | Compiling webpki-roots v0.25.2 |
1642 | 2024-01-30T04:21:17.624Z | Compiling gimli v0.28.0 |
1643 | 2024-01-30T04:21:18.823Z | Compiling h2 v0.3.24 |
1644 | 2024-01-30T04:21:19.826Z | Compiling tokio-native-tls v0.3.1 |
1645 | 2024-01-30T04:21:20.094Z | Compiling mime v0.3.17 |
1646 | 2024-01-30T04:21:20.214Z | Compiling siphasher v0.3.11 |
1647 | 2024-01-30T04:21:21.270Z | Compiling zerocopy v0.3.0 |
1648 | 2024-01-30T04:21:21.545Z | Compiling strum_macros v0.25.2 |
1649 | 2024-01-30T04:21:22.558Z | Compiling scroll v0.12.0 |
1650 | 2024-01-30T04:21:23.218Z | Compiling block-buffer v0.10.4 |
1651 | 2024-01-30T04:21:23.440Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1652 | 2024-01-30T04:21:23.618Z | Compiling object v0.32.1 |
1653 | 2024-01-30T04:21:23.864Z | Compiling usdt-impl v0.5.0 |
1654 | 2024-01-30T04:21:24.101Z | Compiling num-iter v0.1.43 |
1655 | 2024-01-30T04:21:24.342Z | Compiling rustc-demangle v0.1.23 |
1656 | 2024-01-30T04:21:24.428Z | Compiling plain v0.2.3 |
1657 | 2024-01-30T04:21:24.648Z | Compiling goblin v0.8.0 |
1658 | 2024-01-30T04:21:24.713Z | Compiling addr2line v0.21.0 |
1659 | 2024-01-30T04:21:26.204Z | Compiling flate2 v1.0.28 |
1660 | 2024-01-30T04:21:27.296Z | Compiling digest v0.10.7 |
1661 | 2024-01-30T04:21:27.845Z | Compiling dof v0.1.5 |
1662 | 2024-01-30T04:21:27.961Z | Compiling heapless v0.7.16 |
1663 | 2024-01-30T04:21:28.048Z | Compiling dtrace-parser v0.1.14 |
1664 | 2024-01-30T04:21:28.581Z | Compiling ppv-lite86 v0.2.17 |
1665 | 2024-01-30T04:21:28.611Z | Compiling pretty-hex v0.4.1 |
1666 | 2024-01-30T04:21:29.005Z | Compiling toml v0.7.8 |
1667 | 2024-01-30T04:21:29.415Z | Compiling toml_edit v0.21.0 |
1668 | 2024-01-30T04:21:29.869Z | Compiling rand_chacha v0.3.1 |
1669 | 2024-01-30T04:21:31.532Z | Compiling hyper v0.14.27 |
1670 | 2024-01-30T04:21:31.791Z | Compiling hex v0.4.3 |
1671 | 2024-01-30T04:21:31.970Z | Compiling serde_tokenstream v0.1.7 |
1672 | 2024-01-30T04:21:32.790Z | Compiling dtrace-parser v0.2.0 |
1673 | 2024-01-30T04:21:34.265Z | Compiling dof v0.3.0 |
1674 | 2024-01-30T04:21:36.196Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1675 | 2024-01-30T04:21:36.511Z | Compiling bit-vec v0.6.3 |
1676 | 2024-01-30T04:21:37.860Z | Compiling rand v0.8.5 |
1677 | 2024-01-30T04:21:38.371Z | Compiling phf_shared v0.10.0 |
1678 | 2024-01-30T04:21:38.965Z | Compiling num-bigint v0.4.4 |
1679 | 2024-01-30T04:21:39.494Z | Compiling precomputed-hash v0.1.1 |
1680 | 2024-01-30T04:21:39.542Z | Compiling base64ct v1.6.0 |
1681 | 2024-01-30T04:21:39.649Z | Compiling minimal-lexical v0.2.1 |
1682 | 2024-01-30T04:21:39.843Z | Compiling fixedbitset v0.4.2 |
1683 | 2024-01-30T04:21:40.239Z | Compiling new_debug_unreachable v1.0.4 |
1684 | 2024-01-30T04:21:40.358Z | Compiling smoltcp v0.9.1 |
1685 | 2024-01-30T04:21:40.476Z | Compiling string_cache v0.8.7 |
1686 | 2024-01-30T04:21:40.505Z | Compiling nom v7.1.3 |
1687 | 2024-01-30T04:21:40.557Z | Compiling petgraph v0.6.4 |
1688 | 2024-01-30T04:21:41.249Z | Compiling pem-rfc7468 v0.7.0 |
1689 | 2024-01-30T04:21:42.055Z | Compiling bit-set v0.5.3 |
1690 | 2024-01-30T04:21:42.105Z | Compiling usdt-macro v0.3.5 |
1691 | 2024-01-30T04:21:42.458Z | Compiling usdt-attr-macro v0.3.5 |
1692 | 2024-01-30T04:21:42.477Z | Compiling hmac v0.12.1 |
1693 | 2024-01-30T04:21:42.670Z | Compiling itertools v0.10.5 |
1694 | 2024-01-30T04:21:42.816Z | Compiling hyper-rustls v0.24.2 |
1695 | 2024-01-30T04:21:43.365Z | Compiling hyper-tls v0.5.0 |
1696 | 2024-01-30T04:21:43.886Z | Compiling reqwest v0.11.22 |
1697 | 2024-01-30T04:21:43.991Z | Compiling enum-as-inner v0.5.1 |
1698 | 2024-01-30T04:21:44.246Z | Compiling hubpack_derive v0.1.1 |
1699 | 2024-01-30T04:21:44.848Z | Compiling diesel_table_macro_syntax v0.1.0 |
1700 | 2024-01-30T04:21:45.588Z | Compiling unicode-segmentation v1.10.1 |
1701 | 2024-01-30T04:21:45.685Z | Checking unicode-ident v1.0.12 |
1702 | 2024-01-30T04:21:46.018Z | Compiling lalrpop-util v0.19.12 |
1703 | 2024-01-30T04:21:46.345Z | Compiling flagset v0.4.3 |
1704 | 2024-01-30T04:21:46.541Z | Compiling diesel_derives v2.1.2 |
1705 | 2024-01-30T04:21:46.642Z | Compiling der v0.7.8 |
1706 | 2024-01-30T04:21:47.239Z | Compiling cpufeatures v0.2.12 |
1707 | 2024-01-30T04:21:47.264Z | Compiling rustix v0.37.23 |
1708 | 2024-01-30T04:21:47.372Z | Compiling sha2 v0.10.8 |
1709 | 2024-01-30T04:21:47.531Z | Compiling md-5 v0.10.5 |
1710 | 2024-01-30T04:21:48.348Z | Compiling stringprep v0.1.3 |
1711 | 2024-01-30T04:21:49.205Z | Compiling serde_repr v0.1.16 |
1712 | 2024-01-30T04:21:49.223Z | Compiling hash32 v0.2.1 |
1713 | 2024-01-30T04:21:49.544Z | Compiling fallible-iterator v0.2.0 |
1714 | 2024-01-30T04:21:49.787Z | Checking bitflags v1.3.2 |
1715 | 2024-01-30T04:21:49.911Z | Compiling spki v0.7.2 |
1716 | 2024-01-30T04:21:49.962Z | Compiling stable_deref_trait v1.2.0 |
1717 | 2024-01-30T04:21:50.316Z | Compiling pkcs8 v0.10.2 |
1718 | 2024-01-30T04:21:50.793Z | Compiling postgres-protocol v0.6.6 |
1719 | 2024-01-30T04:21:51.061Z | Compiling terminal_size v0.2.6 |
1720 | 2024-01-30T04:21:51.318Z | Checking proc-macro2 v1.0.78 |
1721 | 2024-01-30T04:21:51.714Z | Compiling phf_shared v0.11.2 |
1722 | 2024-01-30T04:21:52.266Z | Compiling ff v0.13.0 |
1723 | 2024-01-30T04:21:52.355Z | Compiling block-padding v0.3.3 |
1724 | 2024-01-30T04:21:52.392Z | Compiling scheduled-thread-pool v0.2.7 |
1725 | 2024-01-30T04:21:52.730Z | Compiling base16ct v0.2.0 |
1726 | 2024-01-30T04:21:53.208Z | Compiling num_threads v0.1.6 |
1727 | 2024-01-30T04:21:53.370Z | Compiling matches v0.1.10 |
1728 | 2024-01-30T04:21:53.375Z | Compiling deranged v0.3.8 |
1729 | 2024-01-30T04:21:53.401Z | Compiling managed v0.8.0 |
1730 | 2024-01-30T04:21:53.431Z | Compiling regex-automata v0.1.10 |
1731 | 2024-01-30T04:21:53.624Z | Compiling idna v0.2.3 |
1732 | 2024-01-30T04:21:53.674Z | Compiling sec1 v0.7.3 |
1733 | 2024-01-30T04:21:54.100Z | Compiling bstr v0.2.17 |
1734 | 2024-01-30T04:21:54.497Z | Compiling clap_builder v4.4.2 |
1735 | 2024-01-30T04:21:56.290Z | Compiling r2d2 v0.8.10 |
1736 | 2024-01-30T04:21:56.460Z | Compiling time v0.3.27 |
1737 | 2024-01-30T04:21:56.481Z | Compiling signal-hook-mio v0.2.3 |
1738 | 2024-01-30T04:21:56.691Z | Compiling inout v0.1.3 |
1739 | 2024-01-30T04:21:56.845Z | Compiling group v0.13.0 |
1740 | 2024-01-30T04:21:57.101Z | Checking quote v1.0.35 |
1741 | 2024-01-30T04:21:57.307Z | Compiling phf v0.11.2 |
1742 | 2024-01-30T04:21:57.616Z | Compiling postgres-types v0.2.6 |
1743 | 2024-01-30T04:21:57.724Z | Compiling bzip2 v0.4.4 |
1744 | 2024-01-30T04:21:58.272Z | Compiling hubpack v0.1.2 |
1745 | 2024-01-30T04:21:58.291Z | Compiling hkdf v0.12.4 |
1746 | 2024-01-30T04:21:58.975Z | Compiling zerocopy v0.6.4 |
1747 | 2024-01-30T04:22:00.164Z | Compiling ipnetwork v0.20.0 |
1748 | 2024-01-30T04:22:00.387Z | Compiling crypto-bigint v0.5.2 |
1749 | 2024-01-30T04:22:01.673Z | Compiling futures-executor v0.3.30 |
1750 | 2024-01-30T04:22:02.599Z | Compiling float-cmp v0.9.0 |
1751 | 2024-01-30T04:22:02.934Z | Compiling data-encoding v2.4.0 |
1752 | 2024-01-30T04:22:04.357Z | Compiling whoami v1.4.1 |
1753 | 2024-01-30T04:22:05.362Z | Compiling regex-automata v0.3.8 |
1754 | 2024-01-30T04:22:05.452Z | Compiling difflib v0.4.0 |
1755 | 2024-01-30T04:22:06.464Z | Compiling normalize-line-endings v0.3.0 |
1756 | 2024-01-30T04:22:06.628Z | Compiling static_assertions v1.1.0 |
1757 | 2024-01-30T04:22:06.764Z | Compiling predicates-core v1.0.6 |
1758 | 2024-01-30T04:22:06.924Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1759 | 2024-01-30T04:22:07.331Z | Compiling predicates v3.1.0 |
1760 | 2024-01-30T04:22:08.905Z | Compiling bstr v1.6.0 |
1761 | 2024-01-30T04:22:09.515Z | Compiling tokio-postgres v0.7.10 |
1762 | 2024-01-30T04:22:10.070Z | Compiling trust-dns-proto v0.22.0 |
1763 | 2024-01-30T04:22:11.143Z | Compiling elliptic-curve v0.13.8 |
1764 | 2024-01-30T04:22:11.487Z | Compiling yasna v0.5.2 |
1765 | 2024-01-30T04:22:12.043Z | Compiling futures v0.3.30 |
1766 | 2024-01-30T04:22:12.203Z | Compiling clap v4.4.3 |
1767 | 2024-01-30T04:22:12.343Z | Compiling zip v0.6.6 |
1768 | 2024-01-30T04:22:12.376Z | Compiling cipher v0.4.4 |
1769 | 2024-01-30T04:22:13.179Z | Compiling crossterm v0.27.0 |
1770 | 2024-01-30T04:22:13.703Z | Compiling diesel v2.1.4 |
1771 | 2024-01-30T04:22:14.683Z | Compiling similar v2.3.0 |
1772 | 2024-01-30T04:22:15.964Z | Compiling usdt v0.3.5 |
1773 | 2024-01-30T04:22:16.351Z | Compiling camino v1.1.6 |
1774 | 2024-01-30T04:22:16.832Z | Compiling tokio-stream v0.1.14 |
1775 | 2024-01-30T04:22:17.511Z | Compiling console v0.15.8 |
1776 | 2024-01-30T04:22:21.497Z | Checking utf8parse v0.2.1 |
1777 | 2024-01-30T04:22:24.865Z | Checking anstyle v1.0.2 |
1778 | 2024-01-30T04:22:26.419Z | Compiling serde_tokenstream v0.2.0 |
1779 | 2024-01-30T04:22:27.214Z | Checking io-lifetimes v1.0.11 |
1780 | 2024-01-30T04:22:32.612Z | Checking anstyle-parse v0.2.1 |
1781 | 2024-01-30T04:22:33.811Z | Checking anstyle-query v1.0.0 |
1782 | 2024-01-30T04:22:33.970Z | Checking colorchoice v1.0.0 |
1783 | 2024-01-30T04:22:34.134Z | Checking anstream v0.5.0 |
1784 | 2024-01-30T04:22:34.557Z | Checking clap_lex v0.5.1 |
1785 | 2024-01-30T04:22:34.577Z | Checking strsim v0.10.0 |
1786 | 2024-01-30T04:22:35.200Z | Checking winnow v0.5.15 |
1787 | 2024-01-30T04:22:43.432Z | Compiling regress v0.7.1 |
1788 | 2024-01-30T04:22:49.538Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1789 | 2024-01-30T04:22:59.883Z | Compiling getopts v0.2.21 |
1790 | 2024-01-30T04:22:59.886Z | Compiling unsafe-libyaml v0.2.10 |
1791 | 2024-01-30T04:23:00.506Z | Checking heck v0.4.1 |
1792 | 2024-01-30T04:23:02.017Z | Compiling serde_yaml v0.9.25 |
1793 | 2024-01-30T04:23:03.150Z | Checking progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1794 | 2024-01-30T04:23:03.220Z | Compiling ident_case v1.0.1 |
1795 | 2024-01-30T04:23:03.262Z | Checking fastrand v2.0.0 |
1796 | 2024-01-30T04:23:03.474Z | Checking match_cfg v0.1.0 |
1797 | 2024-01-30T04:23:03.593Z | Checking rustls-pki-types v1.1.0 |
1798 | 2024-01-30T04:23:03.611Z | Checking hostname v0.3.1 |
1799 | 2024-01-30T04:23:03.739Z | Checking tempfile v3.9.0 |
1800 | 2024-01-30T04:23:03.777Z | Checking http v1.0.0 |
1801 | 2024-01-30T04:23:04.160Z | Checking atty v0.2.14 |
1802 | 2024-01-30T04:23:04.281Z | Compiling paste v1.0.14 |
1803 | 2024-01-30T04:23:04.313Z | Checking quick-error v1.2.3 |
1804 | 2024-01-30T04:23:04.503Z | Checking crossbeam-channel v0.5.8 |
1805 | 2024-01-30T04:23:05.138Z | Checking sha1 v0.10.6 |
1806 | 2024-01-30T04:23:05.548Z | Checking dirs-sys-next v0.1.2 |
1807 | 2024-01-30T04:23:05.621Z | Compiling rustls v0.22.2 |
1808 | 2024-01-30T04:23:05.804Z | Checking dirs-next v2.0.0 |
1809 | 2024-01-30T04:23:05.982Z | Checking rustls-webpki v0.102.1 |
1810 | 2024-01-30T04:23:06.071Z | Checking thread_local v1.1.7 |
1811 | 2024-01-30T04:23:06.492Z | Checking instant v0.1.12 |
1812 | 2024-01-30T04:23:06.642Z | Compiling slog-async v2.8.0 |
1813 | 2024-01-30T04:23:07.466Z | Checking term v0.7.0 |
1814 | 2024-01-30T04:23:07.905Z | Checking rustls-pemfile v2.0.0 |
1815 | 2024-01-30T04:23:08.097Z | Compiling multer v3.0.0 |
1816 | 2024-01-30T04:23:08.224Z | Checking take_mut v0.2.2 |
1817 | 2024-01-30T04:23:08.422Z | Checking debug-ignore v1.0.5 |
1818 | 2024-01-30T04:23:08.606Z | Checking slog-term v2.9.0 |
1819 | 2024-01-30T04:23:08.960Z | Compiling darling_core v0.20.3 |
1820 | 2024-01-30T04:23:09.038Z | Checking slog-json v2.6.1 |
1821 | 2024-01-30T04:23:09.377Z | Compiling async-stream-impl v0.3.5 |
1822 | 2024-01-30T04:23:09.397Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1823 | 2024-01-30T04:23:09.500Z | Checking atomic-waker v1.1.1 |
1824 | 2024-01-30T04:23:09.677Z | Checking waitgroup v0.1.2 |
1825 | 2024-01-30T04:23:09.858Z | Checking slog-bunyan v2.5.0 |
1826 | 2024-01-30T04:23:10.072Z | Checking toml v0.8.8 |
1827 | 2024-01-30T04:23:10.509Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1828 | 2024-01-30T04:23:11.359Z | Checking serde_path_to_error v0.1.15 |
1829 | 2024-01-30T04:23:11.693Z | Checking async-stream v0.3.5 |
1830 | 2024-01-30T04:23:11.998Z | Checking strum v0.25.0 |
1831 | 2024-01-30T04:23:12.180Z | Compiling structmeta-derive v0.2.0 |
1832 | 2024-01-30T04:23:12.364Z | Checking wait-timeout v0.2.0 |
1833 | 2024-01-30T04:23:12.611Z | Checking rusty-fork v0.3.0 |
1834 | 2024-01-30T04:23:13.004Z | Checking tokio-rustls v0.25.0 |
1835 | 2024-01-30T04:23:13.037Z | Checking rand_xorshift v0.3.0 |
1836 | 2024-01-30T04:23:13.269Z | Checking unarray v0.1.4 |
1837 | 2024-01-30T04:23:13.465Z | Compiling regex-syntax v0.7.5 |
1838 | 2024-01-30T04:23:13.555Z | Checking proptest v1.4.0 |
1839 | 2024-01-30T04:23:17.204Z | Compiling structmeta v0.2.0 |
1840 | 2024-01-30T04:23:17.873Z | Checking backoff v0.4.0 |
1841 | 2024-01-30T04:23:18.309Z | Compiling test-strategy v0.3.1 |
1842 | 2024-01-30T04:23:19.356Z | Compiling darling_macro v0.20.3 |
1843 | 2024-01-30T04:23:20.338Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1844 | 2024-01-30T04:23:20.668Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1845 | 2024-01-30T04:23:20.928Z | Checking macaddr v1.0.1 |
1846 | 2024-01-30T04:23:20.953Z | Checking camino-tempfile v1.1.1 |
1847 | 2024-01-30T04:23:20.993Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1848 | 2024-01-30T04:23:21.023Z | Compiling darling v0.20.3 |
1849 | 2024-01-30T04:23:21.175Z | Compiling serde_with_macros v3.5.1 |
1850 | 2024-01-30T04:23:21.298Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1851 | 2024-01-30T04:23:21.346Z | Checking is-terminal v0.4.9 |
1852 | 2024-01-30T04:23:21.412Z | Compiling proc-macro-error-attr v1.0.4 |
1853 | 2024-01-30T04:23:21.499Z | Compiling proc-macro-error v1.0.4 |
1854 | 2024-01-30T04:23:22.135Z | Compiling proc-macro-crate v1.3.1 |
1855 | 2024-01-30T04:23:22.192Z | Checking termtree v0.4.1 |
1856 | 2024-01-30T04:23:22.478Z | Compiling heapless v0.8.0 |
1857 | 2024-01-30T04:23:23.775Z | Checking predicates-tree v1.0.9 |
1858 | 2024-01-30T04:23:24.057Z | Compiling num_enum_derive v0.5.11 |
1859 | 2024-01-30T04:23:24.066Z | Checking hash32 v0.3.1 |
1860 | 2024-01-30T04:23:24.225Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1861 | 2024-01-30T04:23:24.442Z | Compiling smoltcp v0.11.0 |
1862 | 2024-01-30T04:23:24.926Z | Checking embedded-io v0.4.0 |
1863 | 2024-01-30T04:23:25.127Z | Compiling parse-display-derive v0.8.2 |
1864 | 2024-01-30T04:23:25.218Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1865 | 2024-01-30T04:23:25.600Z | Compiling crucible-workspace-hack v0.1.0 |
1866 | 2024-01-30T04:23:25.634Z | Checking cobs v0.2.3 |
1867 | 2024-01-30T04:23:26.005Z | Checking postcard v1.0.8 |
1868 | 2024-01-30T04:23:26.141Z | Compiling foreign-types-macros v0.2.3 |
1869 | 2024-01-30T04:23:26.479Z | Checking serde_with v3.5.1 |
1870 | 2024-01-30T04:23:27.177Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1871 | 2024-01-30T04:23:27.598Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1872 | 2024-01-30T04:23:27.800Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1873 | 2024-01-30T04:23:28.195Z | Checking foreign-types-shared v0.3.1 |
1874 | 2024-01-30T04:23:28.346Z | Checking foreign-types v0.5.0 |
1875 | 2024-01-30T04:23:28.510Z | Checking num_enum v0.5.11 |
1876 | 2024-01-30T04:23:28.603Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1877 | 2024-01-30T04:23:28.717Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1878 | 2024-01-30T04:23:28.758Z | Checking cstr-argument v0.1.2 |
1879 | 2024-01-30T04:23:28.997Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1880 | 2024-01-30T04:23:29.410Z | Checking pretty-hex v0.2.1 |
1881 | 2024-01-30T04:23:29.625Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1882 | 2024-01-30T04:23:29.957Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1883 | 2024-01-30T04:23:30.109Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1884 | 2024-01-30T04:23:30.148Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1885 | 2024-01-30T04:23:30.165Z | Checking colored v2.0.4 |
1886 | 2024-01-30T04:23:30.571Z | Compiling usdt-macro v0.5.0 |
1887 | 2024-01-30T04:23:30.586Z | Compiling usdt-attr-macro v0.5.0 |
1888 | 2024-01-30T04:23:31.292Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1889 | 2024-01-30T04:23:32.326Z | Checking memmap v0.7.0 |
1890 | 2024-01-30T04:23:32.628Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1891 | 2024-01-30T04:23:32.677Z | Checking parse-display v0.8.2 |
1892 | 2024-01-30T04:23:32.940Z | Compiling zone_cfg_derive v0.3.0 |
1893 | 2024-01-30T04:23:33.045Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1894 | 2024-01-30T04:23:33.277Z | Checking usdt v0.5.0 |
1895 | 2024-01-30T04:23:33.361Z | Compiling num-derive v0.4.0 |
1896 | 2024-01-30T04:23:33.470Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1897 | 2024-01-30T04:23:33.534Z | Compiling mockall_derive v0.12.0 |
1898 | 2024-01-30T04:23:33.640Z | Checking fragile v2.0.0 |
1899 | 2024-01-30T04:23:34.031Z | Checking downcast v0.11.0 |
1900 | 2024-01-30T04:23:34.312Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1901 | 2024-01-30T04:23:34.665Z | Checking smf v0.2.2 |
1902 | 2024-01-30T04:23:35.374Z | Checking xattr v1.0.1 |
1903 | 2024-01-30T04:23:35.380Z | Checking zone v0.3.0 |
1904 | 2024-01-30T04:23:35.628Z | Checking filetime v0.2.23 |
1905 | 2024-01-30T04:23:35.747Z | Checking same-file v1.0.6 |
1906 | 2024-01-30T04:23:35.766Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1907 | 2024-01-30T04:23:36.001Z | Checking walkdir v2.4.0 |
1908 | 2024-01-30T04:23:36.006Z | Checking tar v0.4.40 |
1909 | 2024-01-30T04:23:36.171Z | Checking pem v3.0.2 |
1910 | 2024-01-30T04:23:36.402Z | Checking linked-hash-map v0.5.6 |
1911 | 2024-01-30T04:23:36.535Z | Checking itertools v0.12.0 |
1912 | 2024-01-30T04:23:36.636Z | Checking headers-core v0.2.0 |
1913 | 2024-01-30T04:23:36.818Z | Checking headers v0.3.9 |
1914 | 2024-01-30T04:23:36.881Z | Checking lru-cache v0.1.2 |
1915 | 2024-01-30T04:23:37.137Z | Checking swrite v0.1.0 |
1916 | 2024-01-30T04:23:37.195Z | Checking password-hash v0.5.0 |
1917 | 2024-01-30T04:23:37.288Z | Checking blake2 v0.10.6 |
1918 | 2024-01-30T04:23:37.401Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
1919 | 2024-01-30T04:23:37.869Z | Checking rcgen v0.12.1 |
1920 | 2024-01-30T04:23:37.946Z | Checking argon2 v0.5.3 |
1921 | 2024-01-30T04:23:38.098Z | Checking atomicwrites v0.4.3 |
1922 | 2024-01-30T04:23:38.363Z | Checking subprocess v0.2.9 |
1923 | 2024-01-30T04:23:38.588Z | Checking arc-swap v1.6.0 |
1924 | 2024-01-30T04:23:38.902Z | Compiling cancel-safe-futures v0.1.5 |
1925 | 2024-01-30T04:23:38.919Z | Checking half v2.3.1 |
1926 | 2024-01-30T04:23:39.216Z | Checking ciborium-io v0.2.2 |
1927 | 2024-01-30T04:23:39.239Z | Checking slog-scope v4.4.0 |
1928 | 2024-01-30T04:23:39.375Z | Checking resolv-conf v0.7.0 |
1929 | 2024-01-30T04:23:39.503Z | Checking slog-stdlog v4.1.1 |
1930 | 2024-01-30T04:23:39.652Z | Checking ciborium-ll v0.2.2 |
1931 | 2024-01-30T04:23:39.722Z | Checking slog-envlogger v2.2.0 |
1932 | 2024-01-30T04:23:39.887Z | Checking trust-dns-resolver v0.22.0 |
1933 | 2024-01-30T04:23:40.037Z | Checking libsw v3.3.1 |
1934 | 2024-01-30T04:23:40.096Z | Checking ciborium v0.2.2 |
1935 | 2024-01-30T04:23:40.127Z | Compiling derive-where v1.2.7 |
1936 | 2024-01-30T04:23:40.409Z | Checking linear-map v1.2.0 |
1937 | 2024-01-30T04:23:40.611Z | Checking owo-colors v4.0.0 |
1938 | 2024-01-30T04:23:40.938Z | Checking textwrap v0.11.0 |
1939 | 2024-01-30T04:23:41.256Z | Compiling heck v0.3.3 |
1940 | 2024-01-30T04:23:41.718Z | Checking vec_map v0.8.2 |
1941 | 2024-01-30T04:23:41.885Z | Checking strsim v0.8.0 |
1942 | 2024-01-30T04:23:42.107Z | Checking ansi_term v0.12.1 |
1943 | 2024-01-30T04:23:42.154Z | Compiling libefi-sys v0.1.0 |
1944 | 2024-01-30T04:23:42.373Z | Compiling structopt-derive v0.4.18 |
1945 | 2024-01-30T04:23:42.565Z | Checking clap v2.34.0 |
1946 | 2024-01-30T04:23:42.585Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1947 | 2024-01-30T04:23:43.130Z | Compiling slog-dtrace v0.3.0 |
1948 | 2024-01-30T04:23:43.715Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1949 | 2024-01-30T04:23:43.802Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1950 | 2024-01-30T04:23:44.238Z | Checking termcolor v1.2.0 |
1951 | 2024-01-30T04:23:44.377Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1952 | 2024-01-30T04:23:44.862Z | Checking nibble_vec v0.1.0 |
1953 | 2024-01-30T04:23:45.130Z | Checking endian-type v0.1.2 |
1954 | 2024-01-30T04:23:45.324Z | Compiling radium v0.7.0 |
1955 | 2024-01-30T04:23:45.436Z | Checking radix_trie v0.2.1 |
1956 | 2024-01-30T04:23:46.041Z | Compiling maybe-uninit v2.0.0 |
1957 | 2024-01-30T04:23:46.071Z | Checking tap v1.0.1 |
1958 | 2024-01-30T04:23:46.298Z | Checking wyz v0.5.1 |
1959 | 2024-01-30T04:23:46.787Z | Checking fxhash v0.2.1 |
1960 | 2024-01-30T04:23:46.896Z | Compiling packed_struct v0.10.1 |
1961 | 2024-01-30T04:23:46.913Z | Checking funty v2.0.0 |
1962 | 2024-01-30T04:23:47.028Z | Checking crc-catalog v2.2.0 |
1963 | 2024-01-30T04:23:47.206Z | Compiling num-bigint-dig v0.8.4 |
1964 | 2024-01-30T04:23:47.226Z | Checking crc v3.0.1 |
1965 | 2024-01-30T04:23:47.370Z | Checking structopt v0.3.26 |
1966 | 2024-01-30T04:23:47.549Z | Compiling packed_struct_codegen v0.10.1 |
1967 | 2024-01-30T04:23:47.637Z | Compiling indexmap v1.9.3 |
1968 | 2024-01-30T04:23:47.678Z | Checking mockall v0.12.0 |
1969 | 2024-01-30T04:23:47.694Z | Checking nodrop v0.1.14 |
1970 | 2024-01-30T04:23:47.835Z | Compiling semver v0.1.20 |
1971 | 2024-01-30T04:23:47.909Z | Checking array-init v0.0.4 |
1972 | 2024-01-30T04:23:48.079Z | Checking smallvec v0.6.14 |
1973 | 2024-01-30T04:23:48.670Z | Compiling rustc_version v0.1.7 |
1974 | 2024-01-30T04:23:48.704Z | Checking bitvec v1.0.1 |
1975 | 2024-01-30T04:23:48.879Z | Checking pkcs1 v0.7.5 |
1976 | 2024-01-30T04:23:49.404Z | Checking signature v2.1.0 |
1977 | 2024-01-30T04:23:49.515Z | Checking hashbrown v0.12.3 |
1978 | 2024-01-30T04:23:49.651Z | Checking bitfield v0.14.0 |
1979 | 2024-01-30T04:23:50.083Z | Checking serde-hex v0.1.0 |
1980 | 2024-01-30T04:23:51.224Z | Compiling newtype_derive v0.1.6 |
1981 | 2024-01-30T04:23:51.242Z | Checking rsa v0.9.2 |
1982 | 2024-01-30T04:23:51.644Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1983 | 2024-01-30T04:23:51.987Z | Checking env_logger v0.10.0 |
1984 | 2024-01-30T04:23:52.006Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1985 | 2024-01-30T04:23:52.262Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1986 | 2024-01-30T04:23:52.448Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1987 | 2024-01-30T04:23:52.525Z | Checking x509-cert v0.2.4 |
1988 | 2024-01-30T04:23:52.607Z | Checking ron v0.8.1 |
1989 | 2024-01-30T04:23:52.627Z | Compiling semver-parser v0.10.2 |
1990 | 2024-01-30T04:23:53.618Z | Checking crc-any v2.4.3 |
1991 | 2024-01-30T04:23:54.283Z | Compiling semver v0.11.0 |
1992 | 2024-01-30T04:23:54.644Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1993 | 2024-01-30T04:23:55.205Z | Checking object v0.30.4 |
1994 | 2024-01-30T04:23:55.517Z | Compiling num-rational v0.4.1 |
1995 | 2024-01-30T04:23:56.377Z | Compiling home v0.5.5 |
1996 | 2024-01-30T04:23:56.463Z | Checking path-slash v0.1.5 |
1997 | 2024-01-30T04:23:56.728Z | Compiling toolchain_find v0.2.0 |
1998 | 2024-01-30T04:23:57.229Z | Compiling toml v0.5.11 |
1999 | 2024-01-30T04:23:57.652Z | Compiling topological-sort v0.2.2 |
2000 | 2024-01-30T04:23:57.812Z | Compiling convert_case v0.4.0 |
2001 | 2024-01-30T04:23:57.955Z | Checking steno v0.4.0 |
2002 | 2024-01-30T04:23:59.324Z | Compiling derive_more v0.99.17 |
2003 | 2024-01-30T04:23:59.826Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2004 | 2024-01-30T04:24:00.057Z | Compiling rustfmt-wrapper v0.2.0 |
2005 | 2024-01-30T04:24:00.217Z | Compiling omicron-zone-package v0.10.1 |
2006 | 2024-01-30T04:24:02.130Z | Checking num-complex v0.4.4 |
2007 | 2024-01-30T04:24:03.627Z | Checking num v0.4.1 |
2008 | 2024-01-30T04:24:03.631Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2009 | 2024-01-30T04:24:03.761Z | Checking newline-converter v0.3.0 |
2010 | 2024-01-30T04:24:03.967Z | Checking utf-8 v0.7.6 |
2011 | 2024-01-30T04:24:04.254Z | Checking tungstenite v0.20.1 |
2012 | 2024-01-30T04:24:04.682Z | Checking expectorate v1.1.0 |
2013 | 2024-01-30T04:24:04.902Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2014 | 2024-01-30T04:24:05.418Z | Compiling buf-list v1.0.3 |
2015 | 2024-01-30T04:24:05.507Z | Checking display-error-chain v0.2.0 |
2016 | 2024-01-30T04:24:05.657Z | Checking tokio-tungstenite v0.20.1 |
2017 | 2024-01-30T04:24:05.661Z | Compiling parking_lot_core v0.8.6 |
2018 | 2024-01-30T04:24:05.727Z | Checking keccak v0.1.4 |
2019 | 2024-01-30T04:24:06.175Z | Checking sha3 v0.10.8 |
2020 | 2024-01-30T04:24:06.414Z | Checking trust-dns-client v0.22.0 |
2021 | 2024-01-30T04:24:06.876Z | Checking parking_lot v0.11.2 |
2022 | 2024-01-30T04:24:06.937Z | Checking secrecy v0.8.0 |
2023 | 2024-01-30T04:24:07.279Z | Compiling pin-project-internal v1.1.3 |
2024 | 2024-01-30T04:24:07.391Z | Compiling doc-comment v0.3.3 |
2025 | 2024-01-30T04:24:08.149Z | Checking sled v0.34.7 |
2026 | 2024-01-30T04:24:08.386Z | Checking glob v0.3.1 |
2027 | 2024-01-30T04:24:08.589Z | Compiling vte_generate_state_changes v0.1.1 |
2028 | 2024-01-30T04:24:08.821Z | Compiling unicase v2.7.0 |
2029 | 2024-01-30T04:24:09.176Z | Checking trust-dns-server v0.22.1 |
2030 | 2024-01-30T04:24:09.265Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2031 | 2024-01-30T04:24:09.567Z | Checking vte v0.11.1 |
2032 | 2024-01-30T04:24:09.713Z | Compiling platforms v3.0.2 |
2033 | 2024-01-30T04:24:10.503Z | Checking crossbeam-deque v0.8.3 |
2034 | 2024-01-30T04:24:10.995Z | Checking fd-lock v3.0.13 |
2035 | 2024-01-30T04:24:11.260Z | Compiling snafu-derive v0.7.5 |
2036 | 2024-01-30T04:24:12.055Z | Checking strip-ansi-escapes v0.2.0 |
2037 | 2024-01-30T04:24:12.256Z | Compiling fs-err v2.11.0 |
2038 | 2024-01-30T04:24:12.684Z | Checking nu-ansi-term v0.49.0 |
2039 | 2024-01-30T04:24:12.702Z | Checking pin-project v1.1.3 |
2040 | 2024-01-30T04:24:12.826Z | Compiling rayon-core v1.12.0 |
2041 | 2024-01-30T04:24:13.263Z | Checking globset v0.4.13 |
2042 | 2024-01-30T04:24:13.309Z | Checking reedline v0.28.0 |
2043 | 2024-01-30T04:24:13.489Z | Checking olpc-cjson v0.1.3 |
2044 | 2024-01-30T04:24:13.785Z | Checking serde_plain v1.0.2 |
2045 | 2024-01-30T04:24:13.946Z | Compiling async-recursion v1.0.5 |
2046 | 2024-01-30T04:24:14.009Z | Checking typed-path v0.7.0 |
2047 | 2024-01-30T04:24:14.103Z | Compiling curve25519-dalek v4.1.1 |
2048 | 2024-01-30T04:24:15.072Z | Checking progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2049 | 2024-01-30T04:24:15.374Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2050 | 2024-01-30T04:24:15.411Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2051 | 2024-01-30T04:24:15.542Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2052 | 2024-01-30T04:24:15.639Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2053 | 2024-01-30T04:24:16.908Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2054 | 2024-01-30T04:24:17.344Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2055 | 2024-01-30T04:24:17.822Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2056 | 2024-01-30T04:24:19.937Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2057 | 2024-01-30T04:24:20.436Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2058 | 2024-01-30T04:24:21.048Z | Checking snafu v0.7.5 |
2059 | 2024-01-30T04:24:21.052Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2060 | 2024-01-30T04:24:21.314Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2061 | 2024-01-30T04:24:21.779Z | Checking tough v0.16.0 |
2062 | 2024-01-30T04:24:22.170Z | Compiling memoffset v0.7.1 |
2063 | 2024-01-30T04:24:22.228Z | Checking parse-size v1.0.0 |
2064 | 2024-01-30T04:24:22.466Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2065 | 2024-01-30T04:24:22.655Z | Compiling mime_guess v2.0.4 |
2066 | 2024-01-30T04:24:22.801Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2067 | 2024-01-30T04:24:24.822Z | Checking rayon v1.8.0 |
2068 | 2024-01-30T04:24:28.981Z | Checking progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2069 | 2024-01-30T04:24:29.460Z | Checking universal-hash v0.5.1 |
2070 | 2024-01-30T04:24:29.463Z | Compiling thiserror-impl-no-std v2.0.2 |
2071 | 2024-01-30T04:24:29.725Z | Compiling curve25519-dalek-derive v0.1.0 |
2072 | 2024-01-30T04:24:31.128Z | Checking opaque-debug v0.3.0 |
2073 | 2024-01-30T04:24:31.248Z | Checking poly1305 v0.8.0 |
2074 | 2024-01-30T04:24:31.393Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2075 | 2024-01-30T04:24:32.493Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2076 | 2024-01-30T04:24:32.941Z | Checking chacha20 v0.9.1 |
2077 | 2024-01-30T04:24:33.493Z | Checking aead v0.5.2 |
2078 | 2024-01-30T04:24:33.802Z | Checking kstat-rs v0.2.3 |
2079 | 2024-01-30T04:24:34.329Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2080 | 2024-01-30T04:24:34.769Z | Checking signature v1.6.4 |
2081 | 2024-01-30T04:24:34.941Z | Compiling salty v0.2.0 |
2082 | 2024-01-30T04:24:35.001Z | Checking thiserror-no-std v2.0.2 |
2083 | 2024-01-30T04:24:35.134Z | Checking ed25519 v1.5.3 |
2084 | 2024-01-30T04:24:35.150Z | Checking vsss-rs v3.3.4 |
2085 | 2024-01-30T04:24:35.441Z | Checking chacha20poly1305 v0.10.1 |
2086 | 2024-01-30T04:24:35.797Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2087 | 2024-01-30T04:24:36.679Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2088 | 2024-01-30T04:24:36.871Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2089 | 2024-01-30T04:24:39.834Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2090 | 2024-01-30T04:24:41.213Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2091 | 2024-01-30T04:24:41.484Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2092 | 2024-01-30T04:24:42.183Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2093 | 2024-01-30T04:24:43.180Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2094 | 2024-01-30T04:24:44.128Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2095 | 2024-01-30T04:24:44.478Z | Checking serde-big-array v0.5.1 |
2096 | 2024-01-30T04:24:44.799Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2097 | 2024-01-30T04:24:46.298Z | Checking humantime v2.1.0 |
2098 | 2024-01-30T04:24:46.752Z | Checking bytecount v0.6.3 |
2099 | 2024-01-30T04:24:47.161Z | Checking papergrid v0.11.0 |
2100 | 2024-01-30T04:24:48.658Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2101 | 2024-01-30T04:24:48.834Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2102 | 2024-01-30T04:24:49.536Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
2103 | 2024-01-30T04:24:49.966Z | Compiling tabled_derive v0.7.0 |
2104 | 2024-01-30T04:24:51.309Z | Checking signal-hook-tokio v0.3.1 |
2105 | 2024-01-30T04:24:51.417Z | Checking fd-lock v4.0.2 |
2106 | 2024-01-30T04:24:51.539Z | Checking nix v0.27.1 |
2107 | 2024-01-30T04:24:51.670Z | Checking serde-big-array v0.4.1 |
2108 | 2024-01-30T04:24:51.902Z | Compiling sqlparser_derive v0.2.2 |
2109 | 2024-01-30T04:24:52.555Z | Checking unicode_categories v0.1.1 |
2110 | 2024-01-30T04:24:53.022Z | Checking sqlformat v0.2.3 |
2111 | 2024-01-30T04:24:53.684Z | Checking sqlparser v0.43.1 |
2112 | 2024-01-30T04:24:54.297Z | Checking tabled v0.15.0 |
2113 | 2024-01-30T04:24:55.311Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2114 | 2024-01-30T04:24:55.882Z | Checking rustyline v13.0.0 |
2115 | 2024-01-30T04:24:57.004Z | Checking bcs v0.1.6 |
2116 | 2024-01-30T04:24:57.716Z | Compiling prettyplease v0.2.16 |
2117 | 2024-01-30T04:24:58.135Z | Checking corncobs v0.1.3 |
2118 | 2024-01-30T04:24:58.401Z | Checking highway v1.1.0 |
2119 | 2024-01-30T04:24:58.505Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2120 | 2024-01-30T04:24:58.790Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2121 | 2024-01-30T04:24:59.010Z | Checking http-range v0.1.5 |
2122 | 2024-01-30T04:24:59.254Z | Checking hyper-staticfile v0.9.5 |
2123 | 2024-01-30T04:24:59.275Z | Compiling crunchy v0.2.2 |
2124 | 2024-01-30T04:24:59.854Z | Compiling portable-atomic v1.4.3 |
2125 | 2024-01-30T04:25:00.184Z | Compiling clang-sys v1.6.1 |
2126 | 2024-01-30T04:25:00.316Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2127 | 2024-01-30T04:25:01.191Z | Checking assert_matches v1.5.0 |
2128 | 2024-01-30T04:25:01.293Z | Compiling tiny-keccak v2.0.2 |
2129 | 2024-01-30T04:25:01.907Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2130 | 2024-01-30T04:25:03.182Z | Checking progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2131 | 2024-01-30T04:25:03.307Z | Compiling darling_core v0.14.4 |
2132 | 2024-01-30T04:25:03.483Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2133 | 2024-01-30T04:25:03.816Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2134 | 2024-01-30T04:25:03.912Z | Checking number_prefix v0.4.0 |
2135 | 2024-01-30T04:25:04.178Z | Checking indicatif v0.17.7 |
2136 | 2024-01-30T04:25:04.744Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2137 | 2024-01-30T04:25:05.336Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2138 | 2024-01-30T04:25:06.744Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2139 | 2024-01-30T04:25:07.744Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2140 | 2024-01-30T04:25:08.262Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2141 | 2024-01-30T04:25:08.281Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2142 | 2024-01-30T04:25:10.534Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2143 | 2024-01-30T04:25:10.795Z | Compiling ascii-canvas v3.0.0 |
2144 | 2024-01-30T04:25:12.872Z | Compiling ena v0.14.2 |
2145 | 2024-01-30T04:25:13.215Z | Compiling darling_macro v0.14.4 |
2146 | 2024-01-30T04:25:13.476Z | Compiling libloading v0.7.4 |
2147 | 2024-01-30T04:25:13.679Z | Compiling bindgen v0.69.2 |
2148 | 2024-01-30T04:25:14.055Z | Compiling diff v0.1.13 |
2149 | 2024-01-30T04:25:14.197Z | Compiling regex-syntax v0.6.29 |
2150 | 2024-01-30T04:25:14.873Z | Compiling darling v0.14.4 |
2151 | 2024-01-30T04:25:15.587Z | Compiling cexpr v0.6.0 |
2152 | 2024-01-30T04:25:16.104Z | Compiling which v4.4.0 |
2153 | 2024-01-30T04:25:17.113Z | Compiling peeking_take_while v0.1.2 |
2154 | 2024-01-30T04:25:17.300Z | Compiling lazycell v1.3.0 |
2155 | 2024-01-30T04:25:17.545Z | Compiling rustc-hash v1.1.0 |
2156 | 2024-01-30T04:25:17.761Z | Checking maplit v1.0.2 |
2157 | 2024-01-30T04:25:17.909Z | Compiling ref-cast v1.0.20 |
2158 | 2024-01-30T04:25:18.042Z | Compiling shlex v1.3.0 |
2159 | 2024-01-30T04:25:18.694Z | Compiling derive_builder_core v0.12.0 |
2160 | 2024-01-30T04:25:18.757Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2161 | 2024-01-30T04:25:19.188Z | Compiling ref-cast-impl v1.0.20 |
2162 | 2024-01-30T04:25:19.718Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2163 | 2024-01-30T04:25:20.161Z | Compiling lalrpop v0.19.12 |
2164 | 2024-01-30T04:25:22.827Z | Compiling libxml v0.3.3 |
2165 | 2024-01-30T04:25:23.406Z | Compiling derive_builder_macro v0.12.0 |
2166 | 2024-01-30T04:25:23.632Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2167 | 2024-01-30T04:25:24.211Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2168 | 2024-01-30T04:25:24.391Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2169 | 2024-01-30T04:25:24.594Z | Compiling strum_macros v0.24.3 |
2170 | 2024-01-30T04:25:24.789Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2171 | 2024-01-30T04:25:25.213Z | Compiling cookie v0.18.0 |
2172 | 2024-01-30T04:25:25.654Z | Compiling indoc v1.0.9 |
2173 | 2024-01-30T04:25:26.037Z | Checking derive_builder v0.12.0 |
2174 | 2024-01-30T04:25:27.331Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2175 | 2024-01-30T04:25:29.016Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2176 | 2024-01-30T04:25:29.424Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2177 | 2024-01-30T04:25:29.835Z | Checking bb8 v0.8.1 |
2178 | 2024-01-30T04:25:30.571Z | Checking quick-xml v0.30.0 |
2179 | 2024-01-30T04:25:31.026Z | Compiling impl-trait-for-tuples v0.2.2 |
2180 | 2024-01-30T04:25:31.233Z | Compiling oso-derive v0.27.0 |
2181 | 2024-01-30T04:25:31.489Z | Checking smawk v0.3.1 |
2182 | 2024-01-30T04:25:31.775Z | Checking unicode-linebreak v0.1.5 |
2183 | 2024-01-30T04:25:32.451Z | Checking textwrap v0.16.0 |
2184 | 2024-01-30T04:25:32.924Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2185 | 2024-01-30T04:25:33.814Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2186 | 2024-01-30T04:25:33.847Z | Checking is_ci v1.1.1 |
2187 | 2024-01-30T04:25:34.020Z | Checking supports-color v2.1.0 |
2188 | 2024-01-30T04:25:34.304Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2189 | 2024-01-30T04:25:34.307Z | Checking lru v0.12.1 |
2190 | 2024-01-30T04:25:34.732Z | Compiling stability v0.1.1 |
2191 | 2024-01-30T04:25:35.668Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2192 | 2024-01-30T04:25:36.524Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2193 | 2024-01-30T04:25:37.539Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2194 | 2024-01-30T04:25:38.074Z | Checking cassowary v0.3.0 |
2195 | 2024-01-30T04:25:38.116Z | Compiling indoc v2.0.3 |
2196 | 2024-01-30T04:25:38.708Z | Checking rtoolbox v0.0.1 |
2197 | 2024-01-30T04:25:38.977Z | Checking rpassword v7.3.1 |
2198 | 2024-01-30T04:25:39.180Z | Checking nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
2199 | 2024-01-30T04:25:39.924Z | Checking ratatui v0.25.0 |
2200 | 2024-01-30T04:25:40.310Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2201 | 2024-01-30T04:25:40.781Z | Checking shell-words v1.1.0 |
2202 | 2024-01-30T04:25:41.068Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2203 | 2024-01-30T04:25:42.880Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
2204 | 2024-01-30T04:25:44.222Z | Checking tui-tree-widget v0.16.0 |
2205 | 2024-01-30T04:25:44.654Z | Checking fatfs v0.3.6 |
2206 | 2024-01-30T04:25:45.307Z | Checking yansi v0.5.1 |
2207 | 2024-01-30T04:25:46.016Z | Checking pretty_assertions v1.4.0 |
2208 | 2024-01-30T04:25:46.298Z | Compiling target-lexicon v0.12.12 |
2209 | 2024-01-30T04:25:46.344Z | Compiling guppy-workspace-hack v0.1.0 |
2210 | 2024-01-30T04:25:46.761Z | Checking plotters-backend v0.3.5 |
2211 | 2024-01-30T04:25:47.358Z | Checking plotters-svg v0.3.5 |
2212 | 2024-01-30T04:25:47.700Z | Checking http-body v1.0.0 |
2213 | 2024-01-30T04:25:47.997Z | Checking rand v0.4.6 |
2214 | 2024-01-30T04:25:48.627Z | Checking remove_dir_all v0.5.3 |
2215 | 2024-01-30T04:25:48.765Z | Compiling target-spec v3.0.1 |
2216 | 2024-01-30T04:25:49.536Z | Checking cast v0.3.0 |
2217 | 2024-01-30T04:25:49.601Z | Checking tower-layer v0.3.2 |
2218 | 2024-01-30T04:25:50.000Z | Checking tower v0.4.13 |
2219 | 2024-01-30T04:25:50.024Z | Checking criterion-plot v0.5.0 |
2220 | 2024-01-30T04:25:50.632Z | Checking tempdir v0.3.7 |
2221 | 2024-01-30T04:25:50.835Z | Checking cfg-expr v0.15.5 |
2222 | 2024-01-30T04:25:50.886Z | Checking hyper v1.1.0 |
2223 | 2024-01-30T04:25:51.435Z | Checking plotters v0.3.5 |
2224 | 2024-01-30T04:25:52.120Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2225 | 2024-01-30T04:25:52.918Z | Checking tinytemplate v1.2.1 |
2226 | 2024-01-30T04:25:53.478Z | Checking cargo-platform v0.1.3 |
2227 | 2024-01-30T04:25:53.543Z | Checking oorandom v11.1.3 |
2228 | 2024-01-30T04:25:53.717Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2229 | 2024-01-30T04:25:53.759Z | Checking anes v0.1.6 |
2230 | 2024-01-30T04:25:53.920Z | Checking cargo_metadata v0.18.1 |
2231 | 2024-01-30T04:25:54.252Z | Checking hyper-util v0.1.2 |
2232 | 2024-01-30T04:25:54.356Z | Checking criterion v0.5.1 |
2233 | 2024-01-30T04:25:56.745Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2234 | 2024-01-30T04:25:57.156Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2235 | 2024-01-30T04:25:59.180Z | Checking assert_cmd v2.0.13 |
2236 | 2024-01-30T04:25:59.837Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2237 | 2024-01-30T04:26:02.276Z | Checking rustls-native-certs v0.7.0 |
2238 | 2024-01-30T04:26:02.474Z | Checking pathdiff v0.2.1 |
2239 | 2024-01-30T04:26:02.660Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2240 | 2024-01-30T04:26:02.695Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2241 | 2024-01-30T04:26:04.058Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2242 | 2024-01-30T04:26:04.377Z | Checking nested v0.1.1 |
2243 | 2024-01-30T04:26:04.670Z | Checking guppy v0.17.4 |
2244 | 2024-01-30T04:26:06.308Z | Checking hyper-rustls v0.26.0 |
2245 | 2024-01-30T04:26:06.798Z | Compiling snafu-derive v0.8.0 |
2246 | 2024-01-30T04:26:06.817Z | Checking threadpool v1.8.1 |
2247 | 2024-01-30T04:26:07.088Z | Checking nanorand v0.7.0 |
2248 | 2024-01-30T04:26:07.652Z | Checking flume v0.11.0 |
2249 | 2024-01-30T04:26:08.148Z | Checking libtest-mimic v0.6.1 |
2250 | 2024-01-30T04:26:08.406Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2251 | 2024-01-30T04:26:08.832Z | Checking httptest v0.15.5 |
2252 | 2024-01-30T04:26:10.041Z | Checking similar-asserts v1.5.0 |
2253 | 2024-01-30T04:26:10.373Z | Compiling rstest_macros v0.18.2 |
2254 | 2024-01-30T04:26:11.187Z | Compiling crossbeam-queue v0.3.8 |
2255 | 2024-01-30T04:26:12.213Z | Checking datatest-stable v0.2.3 |
2256 | 2024-01-30T04:26:12.530Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2257 | 2024-01-30T04:26:13.233Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2258 | 2024-01-30T04:26:13.838Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2259 | 2024-01-30T04:26:14.267Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2260 | 2024-01-30T04:26:15.165Z | Compiling relative-path v1.9.0 |
2261 | 2024-01-30T04:26:15.294Z | Checking arrayref v0.3.7 |
2262 | 2024-01-30T04:26:15.426Z | Compiling trybuild v1.0.89 |
2263 | 2024-01-30T04:26:16.071Z | Checking arrayvec v0.7.4 |
2264 | 2024-01-30T04:26:16.355Z | Checking constant_time_eq v0.2.6 |
2265 | 2024-01-30T04:26:16.650Z | Checking blake2b_simd v1.0.1 |
2266 | 2024-01-30T04:26:16.752Z | Checking snafu v0.8.0 |
2267 | 2024-01-30T04:26:17.216Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2268 | 2024-01-30T04:26:18.426Z | Checking basic-toml v0.1.8 |
2269 | 2024-01-30T04:26:19.804Z | Checking futures-timer v3.0.2 |
2270 | 2024-01-30T04:26:20.229Z | Checking constant_time_eq v0.3.0 |
2271 | 2024-01-30T04:26:20.397Z | Checking rust-argon2 v1.0.1 |
2272 | 2024-01-30T04:26:23.268Z | Checking crossbeam v0.8.2 |
2273 | 2024-01-30T04:26:25.057Z | Checking partial-io v0.5.4 |
2274 | 2024-01-30T04:26:25.624Z | Checking approx v0.5.1 |
2275 | 2024-01-30T04:26:25.967Z | Checking termios v0.3.3 |
2276 | 2024-01-30T04:26:26.254Z | Checking hex-literal v0.4.1 |
2277 | 2024-01-30T04:26:32.610Z | Checking rstest v0.18.2 |
2278 | 2024-01-30T04:26:34.713Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2279 | 2024-01-30T04:26:38.989Z | Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger) |
2280 | 2024-01-30T04:27:46.968Z | Checking zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
2281 | 2024-01-30T04:27:51.718Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2282 | 2024-01-30T04:27:52.668Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2283 | 2024-01-30T04:27:59.123Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2284 | 2024-01-30T04:27:59.671Z | Compiling samael v0.0.14 |
2285 | 2024-01-30T04:28:30.953Z | Compiling polar-core v0.27.0 |
2286 | 2024-01-30T04:28:42.106Z | Checking oso v0.27.0 |
2287 | 2024-01-30T04:29:21.018Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2288 | 2024-01-30T04:30:49.134Z | Finished dev [unoptimized + debuginfo] target(s) in 10m 43s |
2289 | 2024-01-30T04:30:49.366Z | |
2290 | 2024-01-30T04:30:49.366Z | real 11:44.639758935 |
2291 | 2024-01-30T04:30:49.366Z | user 1:04:35.112200426 |
2292 | 2024-01-30T04:30:49.366Z | sys 8:07.448684570 |
2293 | 2024-01-30T04:30:49.366Z | trap 2.149596893 |
2294 | 2024-01-30T04:30:49.367Z | tflt 3.206152413 |
2295 | 2024-01-30T04:30:49.367Z | dflt 5.581419036 |
2296 | 2024-01-30T04:30:49.370Z | kflt 0.021020663 |
2297 | 2024-01-30T04:30:49.370Z | lock 1:42:46.746490026 |
2298 | 2024-01-30T04:30:49.370Z | slp 3:11:26.182007142 |
2299 | 2024-01-30T04:30:49.370Z | lat 2:14.316477842 |
2300 | 2024-01-30T04:30:49.370Z | stop 4:52.313327091 |
2301 | 2024-01-30T04:30:50.617Z | warning: output filename collision. |
2302 | 2024-01-30T04:30:50.617Z | 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)`. |
2303 | 2024-01-30T04:30:50.617Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2304 | 2024-01-30T04:30:50.617Z | The targets should have unique names. |
2305 | 2024-01-30T04:30:50.617Z | This is a known bug where multiple crates with the same name use |
2306 | 2024-01-30T04:30:50.617Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2307 | 2024-01-30T04:30:50.621Z | warning: output filename collision. |
2308 | 2024-01-30T04:30:50.621Z | 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)`. |
2309 | 2024-01-30T04:30:50.621Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html |
2310 | 2024-01-30T04:30:50.622Z | The targets should have unique names. |
2311 | 2024-01-30T04:30:50.622Z | This is a known bug where multiple crates with the same name use |
2312 | 2024-01-30T04:30:50.622Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2313 | 2024-01-30T04:30:50.622Z | warning: output filename collision. |
2314 | 2024-01-30T04:30:50.622Z | 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)`. |
2315 | 2024-01-30T04:30:50.622Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2316 | 2024-01-30T04:30:50.622Z | The targets should have unique names. |
2317 | 2024-01-30T04:30:50.622Z | This is a known bug where multiple crates with the same name use |
2318 | 2024-01-30T04:30:50.622Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2319 | 2024-01-30T04:30:50.623Z | warning: output filename collision. |
2320 | 2024-01-30T04:30:50.623Z | The lib target `progenitor` in package `progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)` has the same output filename as the lib target `progenitor` in package `progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)`. |
2321 | 2024-01-30T04:30:50.623Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor/index.html |
2322 | 2024-01-30T04:30:50.623Z | The targets should have unique names. |
2323 | 2024-01-30T04:30:50.623Z | This is a known bug where multiple crates with the same name use |
2324 | 2024-01-30T04:30:50.623Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2325 | 2024-01-30T04:30:50.623Z | warning: output filename collision. |
2326 | 2024-01-30T04:30:50.623Z | The lib target `progenitor-client` in package `progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)` 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#86b60220)`. |
2327 | 2024-01-30T04:30:50.623Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor_client/index.html |
2328 | 2024-01-30T04:30:50.623Z | The targets should have unique names. |
2329 | 2024-01-30T04:30:50.623Z | This is a known bug where multiple crates with the same name use |
2330 | 2024-01-30T04:30:50.623Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2331 | 2024-01-30T04:30:50.623Z | warning: output filename collision. |
2332 | 2024-01-30T04:30:50.624Z | The lib target `progenitor-impl` in package `progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)` 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#86b60220)`. |
2333 | 2024-01-30T04:30:50.624Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor_impl/index.html |
2334 | 2024-01-30T04:30:50.624Z | The targets should have unique names. |
2335 | 2024-01-30T04:30:50.624Z | This is a known bug where multiple crates with the same name use |
2336 | 2024-01-30T04:30:50.624Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2337 | 2024-01-30T04:30:50.627Z | warning: output filename collision. |
2338 | 2024-01-30T04:30:50.627Z | 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)`. |
2339 | 2024-01-30T04:30:50.627Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2340 | 2024-01-30T04:30:50.627Z | The targets should have unique names. |
2341 | 2024-01-30T04:30:50.627Z | This is a known bug where multiple crates with the same name use |
2342 | 2024-01-30T04:30:50.627Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2343 | 2024-01-30T04:30:51.285Z | Documenting libc v0.2.152 |
2344 | 2024-01-30T04:30:51.300Z | Documenting cfg-if v1.0.0 |
2345 | 2024-01-30T04:30:51.313Z | Documenting serde_derive v1.0.195 |
2346 | 2024-01-30T04:30:51.341Z | Documenting log v0.4.20 |
2347 | 2024-01-30T04:30:51.358Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2348 | 2024-01-30T04:30:51.372Z | Documenting memchr v2.6.3 |
2349 | 2024-01-30T04:30:51.388Z | Documenting scopeguard v1.2.0 |
2350 | 2024-01-30T04:30:51.399Z | Documenting byteorder v1.5.0 |
2351 | 2024-01-30T04:30:51.783Z | Documenting smallvec v1.11.2 |
2352 | 2024-01-30T04:30:55.159Z | Documenting itoa v1.0.9 |
2353 | 2024-01-30T04:30:55.292Z | Documenting lock_api v0.4.10 |
2354 | 2024-01-30T04:30:56.494Z | Documenting zeroize_derive v1.4.2 |
2355 | 2024-01-30T04:30:57.244Z | Documenting once_cell v1.19.0 |
2356 | 2024-01-30T04:30:57.326Z | Documenting pin-project-lite v0.2.13 |
2357 | 2024-01-30T04:30:57.718Z | Documenting getrandom v0.2.10 |
2358 | 2024-01-30T04:30:58.234Z | Documenting parking_lot_core v0.9.8 |
2359 | 2024-01-30T04:30:59.269Z | Documenting libm v0.2.7 |
2360 | 2024-01-30T04:30:59.731Z | Documenting signal-hook-registry v1.4.1 |
2361 | 2024-01-30T04:31:00.867Z | Documenting serde v1.0.195 |
2362 | 2024-01-30T04:31:01.384Z | Documenting mio v0.8.9 |
2363 | 2024-01-30T04:31:03.144Z | Documenting futures-core v0.3.30 |
2364 | 2024-01-30T04:31:03.414Z | Documenting rand_core v0.6.4 |
2365 | 2024-01-30T04:31:03.866Z | Documenting parking_lot v0.12.1 |
2366 | 2024-01-30T04:31:04.028Z | Documenting zeroize v1.7.0 |
2367 | 2024-01-30T04:31:04.194Z | Documenting num-traits v0.2.16 |
2368 | 2024-01-30T04:31:05.812Z | Documenting thiserror-impl v1.0.56 |
2369 | 2024-01-30T04:31:07.363Z | Documenting num_cpus v1.16.0 |
2370 | 2024-01-30T04:31:08.390Z | Documenting socket2 v0.5.5 |
2371 | 2024-01-30T04:31:09.096Z | Documenting tokio-macros v2.2.0 |
2372 | 2024-01-30T04:31:09.608Z | Documenting typenum v1.16.0 |
2373 | 2024-01-30T04:31:09.752Z | Documenting subtle v2.5.0 |
2374 | 2024-01-30T04:31:11.173Z | Documenting ryu v1.0.15 |
2375 | 2024-01-30T04:31:12.636Z | Documenting thiserror v1.0.56 |
2376 | 2024-01-30T04:31:12.917Z | Documenting zerocopy v0.7.32 |
2377 | 2024-01-30T04:31:14.136Z | Documenting futures-sink v0.3.30 |
2378 | 2024-01-30T04:31:15.133Z | Documenting pin-utils v0.1.0 |
2379 | 2024-01-30T04:31:15.698Z | Documenting slab v0.4.9 |
2380 | 2024-01-30T04:31:15.701Z | Documenting futures-macro v0.3.30 |
2381 | 2024-01-30T04:31:18.120Z | Documenting futures-task v0.3.30 |
2382 | 2024-01-30T04:31:19.512Z | Documenting futures-channel v0.3.30 |
2383 | 2024-01-30T04:31:21.662Z | Documenting const-oid v0.9.5 |
2384 | 2024-01-30T04:31:22.627Z | Documenting futures-io v0.3.30 |
2385 | 2024-01-30T04:31:23.109Z | Documenting iana-time-zone v0.1.57 |
2386 | 2024-01-30T04:31:23.912Z | Documenting allocator-api2 v0.2.16 |
2387 | 2024-01-30T04:31:24.315Z | Documenting ahash v0.8.6 |
2388 | 2024-01-30T04:31:25.518Z | Documenting tinyvec_macros v0.1.1 |
2389 | 2024-01-30T04:31:28.375Z | Documenting futures-util v0.3.30 |
2390 | 2024-01-30T04:31:28.942Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2391 | 2024-01-30T04:31:29.327Z | Documenting tracing-core v0.1.31 |
2392 | 2024-01-30T04:31:29.814Z | Documenting tinyvec v1.6.0 |
2393 | 2024-01-30T04:31:30.180Z | Documenting tracing-attributes v0.1.26 |
2394 | 2024-01-30T04:31:31.255Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2395 | 2024-01-30T04:31:31.731Z | Documenting hashbrown v0.14.2 |
2396 | 2024-01-30T04:31:35.605Z | Documenting unicode-normalization v0.1.22 |
2397 | 2024-01-30T04:31:35.670Z | Documenting bytes v1.5.0 |
2398 | 2024-01-30T04:31:40.156Z | Documenting bitflags v2.4.0 |
2399 | 2024-01-30T04:31:41.247Z | Documenting serde_json v1.0.113 |
2400 | 2024-01-30T04:31:42.617Z | Documenting chrono v0.4.31 |
2401 | 2024-01-30T04:31:43.070Z | Documenting tokio v1.35.1 |
2402 | 2024-01-30T04:31:44.287Z | Documenting uuid v1.7.0 |
2403 | 2024-01-30T04:31:46.133Z | Documenting ppv-lite86 v0.2.17 |
2404 | 2024-01-30T04:31:46.707Z | Documenting unicode-bidi v0.3.13 |
2405 | 2024-01-30T04:31:49.646Z | Documenting equivalent v1.0.1 |
2406 | 2024-01-30T04:31:50.970Z | Documenting base64 v0.21.7 |
2407 | 2024-01-30T04:31:51.053Z | Documenting rand_chacha v0.3.1 |
2408 | 2024-01-30T04:31:51.936Z | Documenting percent-encoding v2.3.1 |
2409 | 2024-01-30T04:31:53.092Z | Documenting lazy_static v1.4.0 |
2410 | 2024-01-30T04:31:53.929Z | Documenting indexmap v2.1.0 |
2411 | 2024-01-30T04:31:54.691Z | Documenting generic-array v0.14.7 |
2412 | 2024-01-30T04:31:56.587Z | Documenting serde_derive_internals v0.26.0 |
2413 | 2024-01-30T04:31:57.006Z | Documenting rand v0.8.5 |
2414 | 2024-01-30T04:31:57.312Z | Checking serde_derive_internals v0.26.0 |
2415 | 2024-01-30T04:31:57.936Z | Documenting form_urlencoded v1.2.1 |
2416 | 2024-01-30T04:31:58.452Z | Documenting fnv v1.0.7 |
2417 | 2024-01-30T04:31:58.774Z | Documenting tracing v0.1.37 |
2418 | 2024-01-30T04:32:00.176Z | Documenting dyn-clone v1.0.13 |
2419 | 2024-01-30T04:32:01.827Z | Documenting crypto-common v0.1.6 |
2420 | 2024-01-30T04:32:01.838Z | Documenting block-buffer v0.10.4 |
2421 | 2024-01-30T04:32:03.606Z | Documenting cpufeatures v0.2.12 |
2422 | 2024-01-30T04:32:03.874Z | Documenting idna v0.5.0 |
2423 | 2024-01-30T04:32:04.410Z | Documenting schemars_derive v0.8.16 |
2424 | 2024-01-30T04:32:04.586Z | Documenting httparse v1.8.0 |
2425 | 2024-01-30T04:32:04.644Z | Documenting errno v0.3.8 |
2426 | 2024-01-30T04:32:07.571Z | Documenting unicode-width v0.1.11 |
2427 | 2024-01-30T04:32:07.583Z | Documenting unicode-ident v1.0.12 |
2428 | 2024-01-30T04:32:08.550Z | Documenting digest v0.10.7 |
2429 | 2024-01-30T04:32:09.729Z | Documenting url v2.5.0 |
2430 | 2024-01-30T04:32:10.653Z | Documenting rustix v0.38.30 |
2431 | 2024-01-30T04:32:10.782Z | Documenting httpdate v1.0.3 |
2432 | 2024-01-30T04:32:11.614Z | Documenting adler v1.0.2 |
2433 | 2024-01-30T04:32:11.698Z | Documenting proc-macro2 v1.0.78 |
2434 | 2024-01-30T04:32:13.416Z | Documenting schemars v0.8.16 |
2435 | 2024-01-30T04:32:15.706Z | Documenting try-lock v0.2.4 |
2436 | 2024-01-30T04:32:16.156Z | Documenting miniz_oxide v0.7.1 |
2437 | 2024-01-30T04:32:16.431Z | Documenting http-body v0.4.5 |
2438 | 2024-01-30T04:32:17.810Z | Documenting openssl-sys v0.9.96 |
2439 | 2024-01-30T04:32:17.973Z | Documenting openssl-macros v0.1.1 |
2440 | 2024-01-30T04:32:20.058Z | Documenting want v0.3.1 |
2441 | 2024-01-30T04:32:21.164Z | Documenting tower-service v0.3.2 |
2442 | 2024-01-30T04:32:21.396Z | Documenting mime v0.3.17 |
2443 | 2024-01-30T04:32:23.285Z | Documenting base64ct v1.6.0 |
2444 | 2024-01-30T04:32:23.737Z | Documenting quote v1.0.35 |
2445 | 2024-01-30T04:32:24.774Z | Documenting aho-corasick v1.0.4 |
2446 | 2024-01-30T04:32:25.741Z | Documenting openssl-probe v0.1.5 |
2447 | 2024-01-30T04:32:27.034Z | Documenting ipnet v2.9.0 |
2448 | 2024-01-30T04:32:27.180Z | Documenting openssl v0.10.60 |
2449 | 2024-01-30T04:32:27.787Z | Documenting regex-syntax v0.8.2 |
2450 | 2024-01-30T04:32:27.882Z | Documenting tokio-util v0.7.10 |
2451 | 2024-01-30T04:32:29.383Z | Documenting syn v2.0.48 |
2452 | 2024-01-30T04:32:29.731Z | Documenting slog v2.7.0 |
2453 | 2024-01-30T04:32:31.369Z | Documenting async-trait v0.1.77 |
2454 | 2024-01-30T04:32:32.203Z | Documenting pem-rfc7468 v0.7.0 |
2455 | 2024-01-30T04:32:33.364Z | Documenting encoding_rs v0.8.33 |
2456 | 2024-01-30T04:32:36.200Z | Documenting der_derive v0.7.2 |
2457 | 2024-01-30T04:32:36.618Z | Documenting h2 v0.3.24 |
2458 | 2024-01-30T04:32:38.783Z | Documenting regex-automata v0.4.4 |
2459 | 2024-01-30T04:32:38.933Z | Documenting flagset v0.4.3 |
2460 | 2024-01-30T04:32:38.933Z | Documenting utf8parse v0.2.1 |
2461 | 2024-01-30T04:32:41.995Z | Documenting native-tls v0.2.11 |
2462 | 2024-01-30T04:32:42.076Z | Documenting serde_urlencoded v0.7.1 |
2463 | 2024-01-30T04:32:42.288Z | Documenting num-integer v0.1.45 |
2464 | 2024-01-30T04:32:42.397Z | Documenting time-macros v0.2.13 |
2465 | 2024-01-30T04:32:44.124Z | Documenting der v0.7.8 |
2466 | 2024-01-30T04:32:46.538Z | Documenting num_threads v0.1.6 |
2467 | 2024-01-30T04:32:47.768Z | Documenting tokio-native-tls v0.3.1 |
2468 | 2024-01-30T04:32:48.312Z | Documenting gimli v0.28.0 |
2469 | 2024-01-30T04:32:49.455Z | Documenting deranged v0.3.8 |
2470 | 2024-01-30T04:32:50.951Z | Documenting regex v1.10.3 |
2471 | 2024-01-30T04:32:51.473Z | Documenting time-core v0.1.1 |
2472 | 2024-01-30T04:32:51.855Z | Documenting spki v0.7.2 |
2473 | 2024-01-30T04:32:52.624Z | Documenting hyper v0.14.27 |
2474 | 2024-01-30T04:32:55.504Z | Documenting object v0.32.1 |
2475 | 2024-01-30T04:32:55.721Z | Documenting crossbeam-utils v0.8.16 |
2476 | 2024-01-30T04:32:56.076Z | Documenting time v0.3.27 |
2477 | 2024-01-30T04:32:58.101Z | Documenting addr2line v0.21.0 |
2478 | 2024-01-30T04:32:58.189Z | Documenting rustc-demangle v0.1.23 |
2479 | 2024-01-30T04:32:58.580Z | Documenting webpki-roots v0.25.2 |
2480 | 2024-01-30T04:32:59.567Z | Documenting spin v0.9.8 |
2481 | 2024-01-30T04:33:02.085Z | Documenting pkcs8 v0.10.2 |
2482 | 2024-01-30T04:33:02.638Z | Documenting openapiv3 v2.0.0 |
2483 | 2024-01-30T04:33:03.636Z | Checking pest_meta v2.7.6 |
2484 | 2024-01-30T04:33:04.003Z | Documenting data-encoding v2.4.0 |
2485 | 2024-01-30T04:33:04.146Z | Documenting anstyle v1.0.2 |
2486 | 2024-01-30T04:33:04.429Z | Documenting anstyle-parse v0.2.1 |
2487 | 2024-01-30T04:33:05.139Z | Documenting ipnetwork v0.20.0 |
2488 | 2024-01-30T04:33:08.641Z | Documenting sha2 v0.10.8 |
2489 | 2024-01-30T04:33:08.979Z | Documenting futures-executor v0.3.30 |
2490 | 2024-01-30T04:33:09.548Z | Documenting hex v0.4.3 |
2491 | 2024-01-30T04:33:10.146Z | Documenting crc32fast v1.3.2 |
2492 | 2024-01-30T04:33:12.198Z | Documenting hyper-tls v0.5.0 |
2493 | 2024-01-30T04:33:12.832Z | Documenting hyper-rustls v0.24.2 |
2494 | 2024-01-30T04:33:12.859Z | Documenting pest_meta v2.7.6 |
2495 | 2024-01-30T04:33:15.343Z | Documenting backtrace v0.3.69 |
2496 | 2024-01-30T04:33:15.669Z | Documenting scroll_derive v0.12.0 |
2497 | 2024-01-30T04:33:15.928Z | Documenting colorchoice v1.0.0 |
2498 | 2024-01-30T04:33:16.147Z | Documenting untrusted v0.9.0 |
2499 | 2024-01-30T04:33:16.371Z | Documenting anstyle-query v1.0.0 |
2500 | 2024-01-30T04:33:18.815Z | Documenting either v1.9.0 |
2501 | 2024-01-30T04:33:20.040Z | Documenting pest_generator v2.7.6 |
2502 | 2024-01-30T04:33:20.219Z | Documenting ring v0.17.7 |
2503 | 2024-01-30T04:33:21.699Z | Documenting anstream v0.5.0 |
2504 | 2024-01-30T04:33:22.131Z | Documenting scroll v0.12.0 |
2505 | 2024-01-30T04:33:23.762Z | Checking pest_generator v2.7.6 |
2506 | 2024-01-30T04:33:23.860Z | Documenting anyhow v1.0.75 |
2507 | 2024-01-30T04:33:23.958Z | Documenting reqwest v0.11.22 |
2508 | 2024-01-30T04:33:24.361Z | Documenting num-iter v0.1.43 |
2509 | 2024-01-30T04:33:24.698Z | Documenting hmac v0.12.1 |
2510 | 2024-01-30T04:33:27.058Z | Documenting signal-hook v0.3.17 |
2511 | 2024-01-30T04:33:27.358Z | Documenting terminal_size v0.2.6 |
2512 | 2024-01-30T04:33:27.797Z | Documenting memoffset v0.9.0 |
2513 | 2024-01-30T04:33:27.911Z | Documenting strsim v0.10.0 |
2514 | 2024-01-30T04:33:30.461Z | Documenting plain v0.2.3 |
2515 | 2024-01-30T04:33:31.064Z | Documenting clap_lex v0.5.1 |
2516 | 2024-01-30T04:33:31.878Z | Documenting ucd-trie v0.1.6 |
2517 | 2024-01-30T04:33:32.091Z | Documenting crossbeam-epoch v0.9.15 |
2518 | 2024-01-30T04:33:32.940Z | Documenting pest_derive v2.7.6 |
2519 | 2024-01-30T04:33:33.475Z | Documenting futures v0.3.30 |
2520 | 2024-01-30T04:33:34.044Z | Documenting flate2 v1.0.28 |
2521 | 2024-01-30T04:33:34.488Z | Documenting goblin v0.8.0 |
2522 | 2024-01-30T04:33:37.005Z | Documenting clap_builder v4.4.2 |
2523 | 2024-01-30T04:33:37.990Z | Documenting clap_derive v4.4.2 |
2524 | 2024-01-30T04:33:38.004Z | Documenting pest v2.7.6 |
2525 | 2024-01-30T04:33:39.258Z | Documenting unicode-segmentation v1.10.1 |
2526 | 2024-01-30T04:33:39.943Z | Documenting pretty-hex v0.4.1 |
2527 | 2024-01-30T04:33:41.156Z | Documenting managed v0.8.0 |
2528 | 2024-01-30T04:33:45.280Z | Documenting signal-hook-mio v0.2.3 |
2529 | 2024-01-30T04:33:45.310Z | Documenting block-padding v0.3.3 |
2530 | 2024-01-30T04:33:45.310Z | Documenting scheduled-thread-pool v0.2.7 |
2531 | 2024-01-30T04:33:45.712Z | Documenting dof v0.3.0 |
2532 | 2024-01-30T04:33:45.775Z | Documenting dtrace-parser v0.2.0 |
2533 | 2024-01-30T04:33:46.197Z | Documenting thread-id v4.2.0 |
2534 | 2024-01-30T04:33:46.374Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2535 | 2024-01-30T04:33:46.812Z | Documenting clap v4.4.3 |
2536 | 2024-01-30T04:33:50.614Z | Documenting enum-as-inner v0.5.1 |
2537 | 2024-01-30T04:33:50.740Z | Checking diesel_table_macro_syntax v0.1.0 |
2538 | 2024-01-30T04:33:50.997Z | Documenting diesel_table_macro_syntax v0.1.0 |
2539 | 2024-01-30T04:33:51.008Z | Documenting r2d2 v0.8.10 |
2540 | 2024-01-30T04:33:51.706Z | Documenting crossterm v0.27.0 |
2541 | 2024-01-30T04:33:51.973Z | Documenting bzip2 v0.4.4 |
2542 | 2024-01-30T04:33:52.182Z | Documenting inout v0.1.3 |
2543 | 2024-01-30T04:33:53.903Z | Documenting md-5 v0.10.5 |
2544 | 2024-01-30T04:33:54.080Z | Documenting usdt-impl v0.5.0 |
2545 | 2024-01-30T04:33:57.173Z | Documenting stringprep v0.1.3 |
2546 | 2024-01-30T04:33:57.523Z | Documenting diesel_derives v2.1.2 |
2547 | 2024-01-30T04:33:57.767Z | Documenting serde_spanned v0.6.4 |
2548 | 2024-01-30T04:33:57.828Z | Documenting trust-dns-proto v0.22.0 |
2549 | 2024-01-30T04:33:58.183Z | Documenting toml_datetime v0.6.5 |
2550 | 2024-01-30T04:33:59.476Z | Documenting ff v0.13.0 |
2551 | 2024-01-30T04:34:01.189Z | Documenting regress v0.7.1 |
2552 | 2024-01-30T04:34:02.867Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2553 | 2024-01-30T04:34:03.567Z | Documenting winnow v0.5.15 |
2554 | 2024-01-30T04:34:04.043Z | Documenting siphasher v0.3.11 |
2555 | 2024-01-30T04:34:04.309Z | Documenting bit-vec v0.6.3 |
2556 | 2024-01-30T04:34:05.079Z | Documenting static_assertions v1.1.0 |
2557 | 2024-01-30T04:34:08.345Z | Documenting base16ct v0.2.0 |
2558 | 2024-01-30T04:34:08.462Z | Documenting fallible-iterator v0.2.0 |
2559 | 2024-01-30T04:34:09.125Z | Documenting diesel v2.1.4 |
2560 | 2024-01-30T04:34:09.435Z | Documenting phf_shared v0.11.2 |
2561 | 2024-01-30T04:34:10.236Z | Documenting group v0.13.0 |
2562 | 2024-01-30T04:34:10.453Z | Documenting cipher v0.4.4 |
2563 | 2024-01-30T04:34:11.254Z | Documenting toml_edit v0.21.0 |
2564 | 2024-01-30T04:34:11.855Z | Documenting zip v0.6.6 |
2565 | 2024-01-30T04:34:12.975Z | Documenting sec1 v0.7.3 |
2566 | 2024-01-30T04:34:15.684Z | Documenting hkdf v0.12.4 |
2567 | 2024-01-30T04:34:16.041Z | Documenting num-bigint v0.4.4 |
2568 | 2024-01-30T04:34:16.115Z | Documenting postgres-protocol v0.6.6 |
2569 | 2024-01-30T04:34:18.666Z | Documenting crypto-bigint v0.5.2 |
2570 | 2024-01-30T04:34:20.144Z | Documenting camino v1.1.6 |
2571 | 2024-01-30T04:34:20.640Z | Documenting hubpack v0.1.2 |
2572 | 2024-01-30T04:34:22.698Z | Documenting bstr v1.6.0 |
2573 | 2024-01-30T04:34:22.880Z | Documenting serde_repr v0.1.16 |
2574 | 2024-01-30T04:34:26.083Z | Documenting minimal-lexical v0.2.1 |
2575 | 2024-01-30T04:34:26.789Z | Documenting lalrpop-util v0.19.12 |
2576 | 2024-01-30T04:34:27.311Z | Documenting fixedbitset v0.4.2 |
2577 | 2024-01-30T04:34:27.751Z | Documenting precomputed-hash v0.1.1 |
2578 | 2024-01-30T04:34:29.380Z | Documenting new_debug_unreachable v1.0.4 |
2579 | 2024-01-30T04:34:29.552Z | Documenting heck v0.4.1 |
2580 | 2024-01-30T04:34:30.558Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2581 | 2024-01-30T04:34:31.753Z | Documenting nom v7.1.3 |
2582 | 2024-01-30T04:34:32.224Z | Documenting petgraph v0.6.4 |
2583 | 2024-01-30T04:34:33.009Z | Documenting elliptic-curve v0.13.8 |
2584 | 2024-01-30T04:34:33.262Z | Documenting yasna v0.5.2 |
2585 | 2024-01-30T04:34:33.700Z | Documenting string_cache v0.8.7 |
2586 | 2024-01-30T04:34:35.831Z | Documenting typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2587 | 2024-01-30T04:34:39.104Z | Documenting postgres-types v0.2.6 |
2588 | 2024-01-30T04:34:39.906Z | Documenting phf v0.11.2 |
2589 | 2024-01-30T04:34:40.695Z | Documenting typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2590 | 2024-01-30T04:34:42.299Z | Documenting console v0.15.8 |
2591 | 2024-01-30T04:34:42.920Z | Documenting semver v1.0.21 |
2592 | 2024-01-30T04:34:43.293Z | Documenting float-cmp v0.9.0 |
2593 | 2024-01-30T04:34:46.016Z | Documenting difflib v0.4.0 |
2594 | 2024-01-30T04:34:47.766Z | Documenting predicates-core v1.0.6 |
2595 | 2024-01-30T04:34:48.800Z | Documenting whoami v1.4.1 |
2596 | 2024-01-30T04:34:49.112Z | Documenting normalize-line-endings v0.3.0 |
2597 | 2024-01-30T04:34:49.801Z | Documenting bit-set v0.5.3 |
2598 | 2024-01-30T04:34:50.078Z | Documenting similar v2.3.0 |
2599 | 2024-01-30T04:34:50.095Z | Documenting getopts v0.2.21 |
2600 | 2024-01-30T04:34:51.408Z | Documenting typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2601 | 2024-01-30T04:34:51.569Z | Documenting tokio-stream v0.1.14 |
2602 | 2024-01-30T04:34:53.385Z | Checking ident_case v1.0.1 |
2603 | 2024-01-30T04:34:54.301Z | Documenting progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2604 | 2024-01-30T04:34:54.350Z | Documenting tokio-postgres v0.7.10 |
2605 | 2024-01-30T04:34:54.554Z | Documenting predicates v3.1.0 |
2606 | 2024-01-30T04:34:55.929Z | Documenting match_cfg v0.1.0 |
2607 | 2024-01-30T04:34:56.251Z | Documenting sha1 v0.10.6 |
2608 | 2024-01-30T04:34:56.628Z | Documenting dirs-sys-next v0.1.2 |
2609 | 2024-01-30T04:34:59.220Z | Documenting rustls-pki-types v1.1.0 |
2610 | 2024-01-30T04:35:00.090Z | Documenting hostname v0.3.1 |
2611 | 2024-01-30T04:35:01.500Z | Documenting progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2612 | 2024-01-30T04:35:01.934Z | Documenting paste v1.0.14 |
2613 | 2024-01-30T04:35:02.217Z | Documenting dirs-next v2.0.0 |
2614 | 2024-01-30T04:35:03.438Z | Documenting thread_local v1.1.7 |
2615 | 2024-01-30T04:35:03.846Z | Documenting crossbeam-channel v0.5.8 |
2616 | 2024-01-30T04:35:04.924Z | Documenting rustls-webpki v0.102.1 |
2617 | 2024-01-30T04:35:05.692Z | Documenting atty v0.2.14 |
2618 | 2024-01-30T04:35:07.875Z | Documenting term v0.7.0 |
2619 | 2024-01-30T04:35:08.078Z | Documenting take_mut v0.2.2 |
2620 | 2024-01-30T04:35:09.119Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2621 | 2024-01-30T04:35:09.896Z | Documenting slog-json v2.6.1 |
2622 | 2024-01-30T04:35:09.980Z | Documenting http v1.0.0 |
2623 | 2024-01-30T04:35:10.365Z | Documenting async-stream-impl v0.3.5 |
2624 | 2024-01-30T04:35:11.501Z | Documenting rustls v0.22.2 |
2625 | 2024-01-30T04:35:13.546Z | Documenting slog-async v2.8.0 |
2626 | 2024-01-30T04:35:13.914Z | Documenting progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2627 | 2024-01-30T04:35:14.020Z | Documenting slog-term v2.9.0 |
2628 | 2024-01-30T04:35:14.362Z | Documenting atomic-waker v1.1.1 |
2629 | 2024-01-30T04:35:16.606Z | Documenting debug-ignore v1.0.5 |
2630 | 2024-01-30T04:35:16.979Z | Documenting async-stream v0.3.5 |
2631 | 2024-01-30T04:35:18.304Z | Documenting multer v3.0.0 |
2632 | 2024-01-30T04:35:18.603Z | Documenting waitgroup v0.1.2 |
2633 | 2024-01-30T04:35:20.078Z | Documenting slog-bunyan v2.5.0 |
2634 | 2024-01-30T04:35:20.419Z | Documenting rustls-pemfile v2.0.0 |
2635 | 2024-01-30T04:35:20.642Z | Checking darling_core v0.20.3 |
2636 | 2024-01-30T04:35:22.405Z | Documenting toml v0.8.8 |
2637 | 2024-01-30T04:35:23.536Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2638 | 2024-01-30T04:35:24.007Z | Documenting serde_path_to_error v0.1.15 |
2639 | 2024-01-30T04:35:25.265Z | Documenting strum v0.25.0 |
2640 | 2024-01-30T04:35:25.699Z | Documenting tokio-rustls v0.25.0 |
2641 | 2024-01-30T04:35:26.614Z | Checking darling v0.20.3 |
2642 | 2024-01-30T04:35:26.758Z | Documenting serde_with_macros v3.5.1 |
2643 | 2024-01-30T04:35:27.571Z | Documenting structmeta-derive v0.2.0 |
2644 | 2024-01-30T04:35:30.187Z | Checking structmeta v0.2.0 |
2645 | 2024-01-30T04:35:30.515Z | Documenting instant v0.1.12 |
2646 | 2024-01-30T04:35:30.592Z | Checking regex-syntax v0.7.5 |
2647 | 2024-01-30T04:35:30.909Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2648 | 2024-01-30T04:35:31.363Z | Documenting macaddr v1.0.1 |
2649 | 2024-01-30T04:35:31.574Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2650 | 2024-01-30T04:35:33.596Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2651 | 2024-01-30T04:35:34.148Z | Documenting serde_with v3.5.1 |
2652 | 2024-01-30T04:35:35.196Z | Documenting structmeta v0.2.0 |
2653 | 2024-01-30T04:35:35.674Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2654 | 2024-01-30T04:35:35.928Z | Documenting backoff v0.4.0 |
2655 | 2024-01-30T04:35:36.045Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2656 | 2024-01-30T04:35:37.218Z | Documenting fastrand v2.0.0 |
2657 | 2024-01-30T04:35:37.481Z | Documenting proc-macro-error-attr v1.0.4 |
2658 | 2024-01-30T04:35:37.879Z | Documenting is-terminal v0.4.9 |
2659 | 2024-01-30T04:35:40.530Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2660 | 2024-01-30T04:35:41.614Z | Documenting parse-display-derive v0.8.2 |
2661 | 2024-01-30T04:35:43.112Z | Documenting proc-macro-error v1.0.4 |
2662 | 2024-01-30T04:35:43.439Z | Documenting tempfile v3.9.0 |
2663 | 2024-01-30T04:35:44.444Z | Checking proc-macro-error v1.0.4 |
2664 | 2024-01-30T04:35:44.736Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2665 | 2024-01-30T04:35:44.851Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2666 | 2024-01-30T04:35:45.262Z | Documenting proc-macro-crate v1.3.1 |
2667 | 2024-01-30T04:35:45.593Z | Checking proc-macro-crate v1.3.1 |
2668 | 2024-01-30T04:35:45.997Z | Documenting hash32 v0.3.1 |
2669 | 2024-01-30T04:35:46.100Z | Documenting stable_deref_trait v1.2.0 |
2670 | 2024-01-30T04:35:47.423Z | Documenting embedded-io v0.4.0 |
2671 | 2024-01-30T04:35:49.924Z | Documenting camino-tempfile v1.1.1 |
2672 | 2024-01-30T04:35:50.148Z | Documenting cobs v0.2.3 |
2673 | 2024-01-30T04:35:50.450Z | Documenting foreign-types-macros v0.2.3 |
2674 | 2024-01-30T04:35:50.728Z | Documenting parse-display v0.8.2 |
2675 | 2024-01-30T04:35:51.936Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2676 | 2024-01-30T04:35:52.170Z | Documenting heapless v0.8.0 |
2677 | 2024-01-30T04:35:53.131Z | Documenting num_enum_derive v0.5.11 |
2678 | 2024-01-30T04:35:54.339Z | Documenting postcard v1.0.8 |
2679 | 2024-01-30T04:35:56.251Z | Documenting foreign-types-shared v0.3.1 |
2680 | 2024-01-30T04:35:56.552Z | Documenting crucible-workspace-hack v0.1.0 |
2681 | 2024-01-30T04:35:56.725Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2682 | 2024-01-30T04:35:57.244Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2683 | 2024-01-30T04:35:57.634Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2684 | 2024-01-30T04:35:59.388Z | Documenting smoltcp v0.11.0 |
2685 | 2024-01-30T04:36:00.462Z | Documenting foreign-types v0.5.0 |
2686 | 2024-01-30T04:36:01.524Z | Documenting cstr-argument v0.1.2 |
2687 | 2024-01-30T04:36:01.930Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2688 | 2024-01-30T04:36:02.718Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2689 | 2024-01-30T04:36:02.996Z | Documenting colored v2.0.4 |
2690 | 2024-01-30T04:36:03.250Z | Documenting num_enum v0.5.11 |
2691 | 2024-01-30T04:36:06.454Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2692 | 2024-01-30T04:36:07.644Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2693 | 2024-01-30T04:36:08.206Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2694 | 2024-01-30T04:36:08.579Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2695 | 2024-01-30T04:36:08.895Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2696 | 2024-01-30T04:36:09.790Z | Documenting zone_cfg_derive v0.3.0 |
2697 | 2024-01-30T04:36:10.140Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2698 | 2024-01-30T04:36:11.595Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2699 | 2024-01-30T04:36:13.295Z | Documenting num-derive v0.4.0 |
2700 | 2024-01-30T04:36:14.556Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2701 | 2024-01-30T04:36:15.284Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2702 | 2024-01-30T04:36:16.396Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2703 | 2024-01-30T04:36:17.246Z | Documenting zone v0.3.0 |
2704 | 2024-01-30T04:36:18.548Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2705 | 2024-01-30T04:36:20.645Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
2706 | 2024-01-30T04:36:22.693Z | Documenting smf v0.2.2 |
2707 | 2024-01-30T04:36:22.794Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2708 | 2024-01-30T04:36:25.830Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2709 | 2024-01-30T04:36:26.258Z | Documenting linked-hash-map v0.5.6 |
2710 | 2024-01-30T04:36:27.000Z | Documenting password-hash v0.5.0 |
2711 | 2024-01-30T04:36:28.345Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2712 | 2024-01-30T04:36:28.696Z | Documenting blake2 v0.10.6 |
2713 | 2024-01-30T04:36:29.993Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2714 | 2024-01-30T04:36:32.770Z | Documenting lru-cache v0.1.2 |
2715 | 2024-01-30T04:36:33.082Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2716 | 2024-01-30T04:36:33.789Z | Documenting itertools v0.12.0 |
2717 | 2024-01-30T04:36:36.077Z | Documenting argon2 v0.5.3 |
2718 | 2024-01-30T04:36:38.135Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2719 | 2024-01-30T04:36:38.414Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2720 | 2024-01-30T04:36:38.879Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2721 | 2024-01-30T04:36:39.009Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2722 | 2024-01-30T04:36:39.431Z | Documenting memmap v0.7.0 |
2723 | 2024-01-30T04:36:39.988Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2724 | 2024-01-30T04:36:40.881Z | Documenting quick-error v1.2.3 |
2725 | 2024-01-30T04:36:43.676Z | Documenting swrite v0.1.0 |
2726 | 2024-01-30T04:36:43.921Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2727 | 2024-01-30T04:36:44.922Z | Documenting tap v1.0.1 |
2728 | 2024-01-30T04:36:45.145Z | Documenting usdt v0.5.0 |
2729 | 2024-01-30T04:36:45.246Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2730 | 2024-01-30T04:36:46.560Z | Documenting resolv-conf v0.7.0 |
2731 | 2024-01-30T04:36:47.335Z | Documenting radium v0.7.0 |
2732 | 2024-01-30T04:36:48.099Z | Documenting newtype_derive v0.1.6 |
2733 | 2024-01-30T04:36:49.148Z | Documenting wyz v0.5.1 |
2734 | 2024-01-30T04:36:49.313Z | Documenting nibble_vec v0.1.0 |
2735 | 2024-01-30T04:36:50.139Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2736 | 2024-01-30T04:36:51.652Z | Checking heck v0.3.3 |
2737 | 2024-01-30T04:36:51.888Z | Documenting endian-type v0.1.2 |
2738 | 2024-01-30T04:36:52.426Z | Documenting trust-dns-resolver v0.22.0 |
2739 | 2024-01-30T04:36:53.593Z | Documenting crc-catalog v2.2.0 |
2740 | 2024-01-30T04:36:53.651Z | Documenting funty v2.0.0 |
2741 | 2024-01-30T04:36:53.982Z | Documenting steno v0.4.0 |
2742 | 2024-01-30T04:36:55.052Z | Documenting structopt-derive v0.4.18 |
2743 | 2024-01-30T04:36:55.545Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2744 | 2024-01-30T04:36:57.313Z | Documenting radix_trie v0.2.1 |
2745 | 2024-01-30T04:36:57.924Z | Documenting crc v3.0.1 |
2746 | 2024-01-30T04:36:58.638Z | Documenting bitvec v1.0.1 |
2747 | 2024-01-30T04:37:02.172Z | Documenting cancel-safe-futures v0.1.5 |
2748 | 2024-01-30T04:37:02.751Z | Documenting filetime v0.2.23 |
2749 | 2024-01-30T04:37:03.211Z | Documenting xattr v1.0.1 |
2750 | 2024-01-30T04:37:06.288Z | Documenting packed_struct_codegen v0.10.1 |
2751 | 2024-01-30T04:37:06.879Z | Documenting nodrop v0.1.14 |
2752 | 2024-01-30T04:37:08.539Z | Documenting structopt v0.3.26 |
2753 | 2024-01-30T04:37:09.117Z | Documenting tar v0.4.40 |
2754 | 2024-01-30T04:37:10.218Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2755 | 2024-01-30T04:37:11.100Z | Documenting libefi-sys v0.1.0 |
2756 | 2024-01-30T04:37:11.193Z | Documenting array-init v0.0.4 |
2757 | 2024-01-30T04:37:11.529Z | Documenting num-bigint-dig v0.8.4 |
2758 | 2024-01-30T04:37:14.793Z | Documenting packed_struct v0.10.1 |
2759 | 2024-01-30T04:37:14.918Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2760 | 2024-01-30T04:37:15.351Z | Documenting pkcs1 v0.7.5 |
2761 | 2024-01-30T04:37:15.972Z | Documenting signature v2.1.0 |
2762 | 2024-01-30T04:37:17.023Z | Documenting arc-swap v1.6.0 |
2763 | 2024-01-30T04:37:21.356Z | Documenting termcolor v1.2.0 |
2764 | 2024-01-30T04:37:22.257Z | Documenting bitfield v0.14.0 |
2765 | 2024-01-30T04:37:22.406Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2766 | 2024-01-30T04:37:22.693Z | Documenting slog-scope v4.4.0 |
2767 | 2024-01-30T04:37:23.206Z | Documenting rsa v0.9.2 |
2768 | 2024-01-30T04:37:25.902Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2769 | 2024-01-30T04:37:26.453Z | Documenting serde-hex v0.1.0 |
2770 | 2024-01-30T04:37:27.768Z | Documenting env_logger v0.10.0 |
2771 | 2024-01-30T04:37:28.332Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2772 | 2024-01-30T04:37:28.433Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2773 | 2024-01-30T04:37:29.652Z | Documenting num-rational v0.4.1 |
2774 | 2024-01-30T04:37:32.450Z | Documenting x509-cert v0.2.4 |
2775 | 2024-01-30T04:37:33.504Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2776 | 2024-01-30T04:37:34.130Z | Documenting libsw v3.3.1 |
2777 | 2024-01-30T04:37:34.704Z | Documenting ron v0.8.1 |
2778 | 2024-01-30T04:37:34.795Z | Documenting num-complex v0.4.4 |
2779 | 2024-01-30T04:37:35.576Z | Documenting half v2.3.1 |
2780 | 2024-01-30T04:37:35.852Z | Documenting derive-where v1.2.7 |
2781 | 2024-01-30T04:37:40.093Z | Documenting crc-any v2.4.3 |
2782 | 2024-01-30T04:37:40.585Z | Documenting same-file v1.0.6 |
2783 | 2024-01-30T04:37:41.093Z | Documenting linear-map v1.2.0 |
2784 | 2024-01-30T04:37:41.110Z | Documenting ciborium-io v0.2.2 |
2785 | 2024-01-30T04:37:41.460Z | Documenting owo-colors v4.0.0 |
2786 | 2024-01-30T04:37:42.174Z | Documenting num v0.4.1 |
2787 | 2024-01-30T04:37:44.522Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2788 | 2024-01-30T04:37:45.382Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2789 | 2024-01-30T04:37:46.555Z | Documenting ciborium-ll v0.2.2 |
2790 | 2024-01-30T04:37:46.860Z | Documenting walkdir v2.4.0 |
2791 | 2024-01-30T04:37:47.728Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2792 | 2024-01-30T04:37:48.861Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2793 | 2024-01-30T04:37:51.104Z | Documenting slog-stdlog v4.1.1 |
2794 | 2024-01-30T04:37:52.423Z | Documenting slog-dtrace v0.3.0 |
2795 | 2024-01-30T04:37:52.886Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2796 | 2024-01-30T04:37:53.346Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2797 | 2024-01-30T04:37:56.766Z | Documenting path-slash v0.1.5 |
2798 | 2024-01-30T04:38:00.173Z | Documenting slog-envlogger v2.2.0 |
2799 | 2024-01-30T04:38:00.501Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2800 | 2024-01-30T04:38:02.351Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2801 | 2024-01-30T04:38:03.389Z | Documenting ciborium v0.2.2 |
2802 | 2024-01-30T04:38:04.732Z | Documenting pem v3.0.2 |
2803 | 2024-01-30T04:38:08.403Z | Documenting fxhash v0.2.1 |
2804 | 2024-01-30T04:38:10.259Z | Documenting utf-8 v0.7.6 |
2805 | 2024-01-30T04:38:10.719Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2806 | 2024-01-30T04:38:11.459Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2807 | 2024-01-30T04:38:14.015Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2808 | 2024-01-30T04:38:15.801Z | Documenting tungstenite v0.20.1 |
2809 | 2024-01-30T04:38:16.347Z | Documenting vte_generate_state_changes v0.1.1 |
2810 | 2024-01-30T04:38:17.248Z | Documenting convert_case v0.4.0 |
2811 | 2024-01-30T04:38:21.293Z | Documenting display-error-chain v0.2.0 |
2812 | 2024-01-30T04:38:22.093Z | Checking convert_case v0.4.0 |
2813 | 2024-01-30T04:38:22.408Z | Documenting vte v0.11.1 |
2814 | 2024-01-30T04:38:22.690Z | Documenting derive_more v0.99.17 |
2815 | 2024-01-30T04:38:25.770Z | Documenting tokio-tungstenite v0.20.1 |
2816 | 2024-01-30T04:38:26.922Z | Documenting buf-list v1.0.3 |
2817 | 2024-01-30T04:38:29.060Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2818 | 2024-01-30T04:38:31.467Z | Documenting strip-ansi-escapes v0.2.0 |
2819 | 2024-01-30T04:38:32.338Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2820 | 2024-01-30T04:38:34.051Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2821 | 2024-01-30T04:38:36.943Z | Checking darling_core v0.14.4 |
2822 | 2024-01-30T04:38:37.832Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2823 | 2024-01-30T04:38:38.394Z | Documenting nu-ansi-term v0.49.0 |
2824 | 2024-01-30T04:38:39.791Z | Checking darling v0.14.4 |
2825 | 2024-01-30T04:38:40.076Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2826 | 2024-01-30T04:38:42.856Z | Documenting trust-dns-client v0.22.0 |
2827 | 2024-01-30T04:38:43.050Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2828 | 2024-01-30T04:38:43.800Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2829 | 2024-01-30T04:38:44.199Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2830 | 2024-01-30T04:38:44.567Z | Documenting reedline v0.28.0 |
2831 | 2024-01-30T04:38:46.038Z | Documenting globset v0.4.13 |
2832 | 2024-01-30T04:38:46.248Z | Documenting olpc-cjson v0.1.3 |
2833 | 2024-01-30T04:38:53.034Z | Documenting serde_plain v1.0.2 |
2834 | 2024-01-30T04:38:53.662Z | Documenting async-recursion v1.0.5 |
2835 | 2024-01-30T04:38:54.298Z | Documenting keccak v0.1.4 |
2836 | 2024-01-30T04:38:56.174Z | Documenting bytecount v0.6.3 |
2837 | 2024-01-30T04:38:56.681Z | Documenting typed-path v0.7.0 |
2838 | 2024-01-30T04:38:56.837Z | Documenting trust-dns-server v0.22.1 |
2839 | 2024-01-30T04:38:58.748Z | Documenting sha3 v0.10.8 |
2840 | 2024-01-30T04:38:59.305Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2841 | 2024-01-30T04:39:00.425Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2842 | 2024-01-30T04:39:00.570Z | Documenting papergrid v0.11.0 |
2843 | 2024-01-30T04:39:02.324Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2844 | 2024-01-30T04:39:02.478Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2845 | 2024-01-30T04:39:03.381Z | Documenting sled v0.34.7 |
2846 | 2024-01-30T04:39:04.628Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2847 | 2024-01-30T04:39:05.091Z | Documenting tough v0.16.0 |
2848 | 2024-01-30T04:39:05.861Z | Documenting fs-err v2.11.0 |
2849 | 2024-01-30T04:39:06.635Z | Documenting unicase v2.7.0 |
2850 | 2024-01-30T04:39:07.633Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2851 | 2024-01-30T04:39:08.059Z | Documenting tabled_derive v0.7.0 |
2852 | 2024-01-30T04:39:08.111Z | Documenting progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2853 | 2024-01-30T04:39:10.074Z | Documenting progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2854 | 2024-01-30T04:39:11.591Z | Documenting crossbeam-deque v0.8.3 |
2855 | 2024-01-30T04:39:11.863Z | Documenting fd-lock v4.0.2 |
2856 | 2024-01-30T04:39:11.962Z | Documenting nix v0.27.1 |
2857 | 2024-01-30T04:39:14.940Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2858 | 2024-01-30T04:39:15.293Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2859 | 2024-01-30T04:39:15.500Z | Documenting secrecy v0.8.0 |
2860 | 2024-01-30T04:39:16.901Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2861 | 2024-01-30T04:39:17.232Z | Documenting headers-core v0.2.0 |
2862 | 2024-01-30T04:39:18.340Z | Documenting sqlparser_derive v0.2.2 |
2863 | 2024-01-30T04:39:20.140Z | Documenting parse-size v1.0.0 |
2864 | 2024-01-30T04:39:20.783Z | Documenting home v0.5.5 |
2865 | 2024-01-30T04:39:21.081Z | Documenting unicode_categories v0.1.1 |
2866 | 2024-01-30T04:39:21.750Z | Documenting progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2867 | 2024-01-30T04:39:22.208Z | Documenting rayon-core v1.12.0 |
2868 | 2024-01-30T04:39:24.354Z | Documenting tabled v0.15.0 |
2869 | 2024-01-30T04:39:24.905Z | Documenting headers v0.3.9 |
2870 | 2024-01-30T04:39:26.032Z | Documenting sqlparser v0.43.1 |
2871 | 2024-01-30T04:39:26.272Z | Documenting rustyline v13.0.0 |
2872 | 2024-01-30T04:39:26.745Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2873 | 2024-01-30T04:39:26.783Z | Documenting sqlformat v0.2.3 |
2874 | 2024-01-30T04:39:28.439Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2875 | 2024-01-30T04:39:33.181Z | Documenting mime_guess v2.0.4 |
2876 | 2024-01-30T04:39:34.422Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2877 | 2024-01-30T04:39:35.763Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2878 | 2024-01-30T04:39:37.536Z | Documenting derive_builder_core v0.12.0 |
2879 | 2024-01-30T04:39:39.207Z | Checking derive_builder_core v0.12.0 |
2880 | 2024-01-30T04:39:40.079Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2881 | 2024-01-30T04:39:40.564Z | Documenting universal-hash v0.5.1 |
2882 | 2024-01-30T04:39:40.595Z | Documenting bcs v0.1.6 |
2883 | 2024-01-30T04:39:45.543Z | Documenting kstat-rs v0.2.3 |
2884 | 2024-01-30T04:39:46.590Z | Documenting thiserror-impl-no-std v2.0.2 |
2885 | 2024-01-30T04:39:46.881Z | Documenting curve25519-dalek-derive v0.1.0 |
2886 | 2024-01-30T04:39:47.139Z | Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2887 | 2024-01-30T04:39:50.006Z | Documenting opaque-debug v0.3.0 |
2888 | 2024-01-30T04:39:51.817Z | Documenting highway v1.1.0 |
2889 | 2024-01-30T04:39:53.510Z | Documenting curve25519-dalek v4.1.1 |
2890 | 2024-01-30T04:39:54.062Z | Documenting thiserror-no-std v2.0.2 |
2891 | 2024-01-30T04:39:54.197Z | Documenting poly1305 v0.8.0 |
2892 | 2024-01-30T04:39:54.522Z | Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2893 | 2024-01-30T04:39:56.402Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2894 | 2024-01-30T04:39:57.501Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2895 | 2024-01-30T04:39:58.144Z | Documenting derive_builder_macro v0.12.0 |
2896 | 2024-01-30T04:39:58.276Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2897 | 2024-01-30T04:40:00.137Z | Documenting rayon v1.8.0 |
2898 | 2024-01-30T04:40:02.374Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2899 | 2024-01-30T04:40:04.628Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2900 | 2024-01-30T04:40:06.919Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2901 | 2024-01-30T04:40:11.809Z | Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2902 | 2024-01-30T04:40:12.048Z | Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2903 | 2024-01-30T04:40:23.461Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2904 | 2024-01-30T04:40:27.614Z | Documenting portable-atomic v1.4.3 |
2905 | 2024-01-30T04:40:31.887Z | Documenting ed25519 v1.5.3 |
2906 | 2024-01-30T04:40:32.377Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2907 | 2024-01-30T04:40:33.124Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2908 | 2024-01-30T04:40:34.234Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2909 | 2024-01-30T04:40:34.318Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2910 | 2024-01-30T04:40:36.269Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
2911 | 2024-01-30T04:40:38.013Z | Documenting chacha20 v0.9.1 |
2912 | 2024-01-30T04:40:43.069Z | Documenting aead v0.5.2 |
2913 | 2024-01-30T04:40:45.738Z | Documenting lru v0.12.1 |
2914 | 2024-01-30T04:40:46.773Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2915 | 2024-01-30T04:40:49.162Z | Documenting stability v0.1.1 |
2916 | 2024-01-30T04:40:52.359Z | Documenting ref-cast-impl v1.0.20 |
2917 | 2024-01-30T04:40:52.605Z | Documenting cassowary v0.3.0 |
2918 | 2024-01-30T04:40:53.719Z | Documenting glob v0.3.1 |
2919 | 2024-01-30T04:40:53.870Z | Documenting number_prefix v0.4.0 |
2920 | 2024-01-30T04:40:55.993Z | Documenting chacha20poly1305 v0.10.1 |
2921 | 2024-01-30T04:40:58.698Z | Documenting ratatui v0.25.0 |
2922 | 2024-01-30T04:40:59.461Z | Documenting indicatif v0.17.7 |
2923 | 2024-01-30T04:40:59.952Z | Documenting ref-cast v1.0.20 |
2924 | 2024-01-30T04:41:00.310Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2925 | 2024-01-30T04:41:04.021Z | Documenting salty v0.2.0 |
2926 | 2024-01-30T04:41:04.452Z | Documenting derive_builder v0.12.0 |
2927 | 2024-01-30T04:41:05.577Z | Documenting vsss-rs v3.3.4 |
2928 | 2024-01-30T04:41:05.816Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2929 | 2024-01-30T04:41:10.901Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2930 | 2024-01-30T04:41:10.950Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2931 | 2024-01-30T04:41:11.121Z | Documenting polar-core v0.27.0 |
2932 | 2024-01-30T04:41:12.446Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2933 | 2024-01-30T04:41:16.593Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2934 | 2024-01-30T04:41:17.078Z | Documenting libxml v0.3.3 |
2935 | 2024-01-30T04:41:19.088Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2936 | 2024-01-30T04:41:24.174Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2937 | 2024-01-30T04:41:26.617Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2938 | 2024-01-30T04:41:27.004Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2939 | 2024-01-30T04:41:27.034Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2940 | 2024-01-30T04:41:30.210Z | Documenting bb8 v0.8.1 |
2941 | 2024-01-30T04:41:31.149Z | Documenting quick-xml v0.30.0 |
2942 | 2024-01-30T04:41:35.227Z | Documenting serde-big-array v0.5.1 |
2943 | 2024-01-30T04:41:35.633Z | Documenting rtoolbox v0.0.1 |
2944 | 2024-01-30T04:41:36.141Z | Documenting oso-derive v0.27.0 |
2945 | 2024-01-30T04:41:39.030Z | Documenting impl-trait-for-tuples v0.2.2 |
2946 | 2024-01-30T04:41:39.781Z | Documenting humantime v2.1.0 |
2947 | 2024-01-30T04:41:42.006Z | Documenting smawk v0.3.1 |
2948 | 2024-01-30T04:41:42.148Z | Documenting unicode-linebreak v0.1.5 |
2949 | 2024-01-30T04:41:42.289Z | Documenting http-range v0.1.5 |
2950 | 2024-01-30T04:41:42.657Z | Documenting is_ci v1.1.1 |
2951 | 2024-01-30T04:41:44.043Z | Documenting maplit v1.0.2 |
2952 | 2024-01-30T04:41:45.444Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2953 | 2024-01-30T04:41:46.564Z | Documenting rpassword v7.3.1 |
2954 | 2024-01-30T04:41:47.705Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2955 | 2024-01-30T04:41:47.856Z | Documenting hyper-staticfile v0.9.5 |
2956 | 2024-01-30T04:41:48.060Z | Documenting textwrap v0.16.0 |
2957 | 2024-01-30T04:41:48.280Z | Documenting supports-color v2.1.0 |
2958 | 2024-01-30T04:41:49.459Z | Documenting oso v0.27.0 |
2959 | 2024-01-30T04:41:53.004Z | Documenting samael v0.0.14 |
2960 | 2024-01-30T04:41:55.297Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2961 | 2024-01-30T04:41:55.497Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2962 | 2024-01-30T04:41:57.560Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2963 | 2024-01-30T04:41:58.396Z | Documenting tui-tree-widget v0.16.0 |
2964 | 2024-01-30T04:41:58.886Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2965 | 2024-01-30T04:42:02.876Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2966 | 2024-01-30T04:42:05.757Z | Checking nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
2967 | 2024-01-30T04:42:06.765Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2968 | 2024-01-30T04:42:07.740Z | Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2969 | 2024-01-30T04:42:12.120Z | Documenting cookie v0.18.0 |
2970 | 2024-01-30T04:42:25.597Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2971 | 2024-01-30T04:42:26.282Z | Documenting rcgen v0.12.1 |
2972 | 2024-01-30T04:42:27.264Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2973 | 2024-01-30T04:42:27.264Z | Documenting atomicwrites v0.4.3 |
2974 | 2024-01-30T04:42:27.264Z | Documenting signal-hook-tokio v0.3.1 |
2975 | 2024-01-30T04:42:27.264Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2976 | 2024-01-30T04:42:27.264Z | Documenting subprocess v0.2.9 |
2977 | 2024-01-30T04:42:28.687Z | Documenting shell-words v1.1.0 |
2978 | 2024-01-30T04:42:31.959Z | Documenting corncobs v0.1.3 |
2979 | 2024-01-30T04:42:33.056Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2980 | 2024-01-30T04:42:34.947Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2981 | 2024-01-30T04:42:36.369Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2982 | 2024-01-30T04:42:39.247Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2983 | 2024-01-30T04:42:41.934Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2984 | 2024-01-30T04:42:43.692Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2985 | 2024-01-30T04:42:45.722Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2986 | 2024-01-30T04:42:48.691Z | Documenting nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
2987 | 2024-01-30T04:42:52.847Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2988 | 2024-01-30T04:43:08.751Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2989 | 2024-01-30T04:43:10.751Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2990 | 2024-01-30T04:43:17.227Z | warning: unclosed HTML tag `usize` |
2991 | 2024-01-30T04:43:17.227Z | --> wicket/src/ui/panes/update.rs:153:19 |
2992 | 2024-01-30T04:43:17.228Z | | |
2993 | 2024-01-30T04:43:17.228Z | 153 | /// TODO: The <usize> generic parameter is carried over from earlier versions |
2994 | 2024-01-30T04:43:17.228Z | | ^^^^^^^ |
2995 | 2024-01-30T04:43:17.228Z | | |
2996 | 2024-01-30T04:43:17.228Z | = note: `#[warn(rustdoc::invalid_html_tags)]` on by default |
2997 | 2024-01-30T04:43:17.228Z | |
2998 | 2024-01-30T04:43:18.930Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
2999 | 2024-01-30T04:43:19.226Z | Documenting fatfs v0.3.6 |
3000 | 2024-01-30T04:43:19.240Z | warning: `wicket` (lib doc) generated 1 warning |
3001 | 2024-01-30T04:43:19.257Z | Documenting nanorand v0.7.0 |
3002 | 2024-01-30T04:43:24.939Z | Documenting topological-sort v0.2.2 |
3003 | 2024-01-30T04:43:25.241Z | Documenting assert_matches v1.5.0 |
3004 | 2024-01-30T04:43:26.756Z | Documenting flume v0.11.0 |
3005 | 2024-01-30T04:43:29.436Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3006 | 2024-01-30T04:43:31.439Z | Documenting omicron-zone-package v0.10.1 |
3007 | 2024-01-30T04:43:34.918Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3008 | 2024-01-30T04:43:36.761Z | Documenting snafu v0.8.0 |
3009 | 2024-01-30T04:43:43.680Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3010 | 2024-01-30T04:43:44.696Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3011 | 2024-01-30T04:43:46.325Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3012 | 2024-01-30T04:43:47.094Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3013 | 2024-01-30T04:43:49.054Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3014 | 2024-01-30T04:43:54.791Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3015 | 2024-01-30T04:43:56.138Z | Documenting termios v0.3.3 |
3016 | 2024-01-30T04:44:02.151Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3017 | 2024-01-30T04:44:05.725Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
3018 | 2024-01-30T04:44:05.725Z | --> sled-agent/src/sim/instance.rs:46:7 |
3019 | 2024-01-30T04:44:05.725Z | | |
3020 | 2024-01-30T04:44:05.725Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
3021 | 2024-01-30T04:44:05.725Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
3022 | 2024-01-30T04:44:05.725Z | | |
3023 | 2024-01-30T04:44:05.725Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3024 | 2024-01-30T04:44:05.725Z | |
3025 | 2024-01-30T04:44:11.226Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
3026 | 2024-01-30T04:44:11.820Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3027 | 2024-01-30T04:44:22.986Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3028 | 2024-01-30T04:44:24.793Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3029 | 2024-01-30T04:44:25.532Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3030 | 2024-01-30T04:44:43.787Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3031 | 2024-01-30T04:45:03.261Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3032 | 2024-01-30T04:45:19.144Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3033 | 2024-01-30T04:45:33.492Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3034 | 2024-01-30T04:45:34.849Z | warning: unresolved link to `DataStore::update_tuf_repo_description_insert` |
3035 | 2024-01-30T04:45:34.850Z | --> nexus/db-queries/src/db/datastore/update.rs:27:27 |
3036 | 2024-01-30T04:45:34.850Z | | |
3037 | 2024-01-30T04:45:34.850Z | 27 | /// The return value of [`DataStore::update_tuf_repo_description_insert`]. |
3038 | 2024-01-30T04:45:34.850Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert` |
3039 | 2024-01-30T04:45:34.850Z | | |
3040 | 2024-01-30T04:45:34.850Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3041 | 2024-01-30T04:45:34.850Z | |
3042 | 2024-01-30T04:45:35.340Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
3043 | 2024-01-30T04:45:36.852Z | Documenting zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
3044 | 2024-01-30T04:45:38.492Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3045 | 2024-01-30T04:45:47.830Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3046 | 2024-01-30T04:45:59.341Z | warning: `nexus-db-queries` (lib doc) generated 1 warning |
3047 | 2024-01-30T04:45:59.344Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3048 | 2024-01-30T04:47:15.679Z | warning: unresolved link to `VolumeConstructionRequest` |
3049 | 2024-01-30T04:47:15.679Z | --> nexus/src/app/sagas/volume_delete.rs:338:7 |
3050 | 2024-01-30T04:47:15.679Z | | |
3051 | 2024-01-30T04:47:15.679Z | 338 | /// [`VolumeConstructionRequest`] is shown here): |
3052 | 2024-01-30T04:47:15.679Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
3053 | 2024-01-30T04:47:15.679Z | | |
3054 | 2024-01-30T04:47:15.679Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3055 | 2024-01-30T04:47:15.679Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3056 | 2024-01-30T04:47:15.679Z | |
3057 | 2024-01-30T04:47:15.683Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3058 | 2024-01-30T04:47:15.683Z | --> nexus/src/app/sagas/volume_delete.rs:348:17 |
3059 | 2024-01-30T04:47:15.683Z | | |
3060 | 2024-01-30T04:47:15.683Z | 348 | /// "[fd00:1122:3344:101::5]:1000", |
3061 | 2024-01-30T04:47:15.683Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3062 | 2024-01-30T04:47:15.683Z | |
3063 | 2024-01-30T04:47:15.684Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3064 | 2024-01-30T04:47:15.684Z | --> nexus/src/app/sagas/volume_delete.rs:349:17 |
3065 | 2024-01-30T04:47:15.684Z | | |
3066 | 2024-01-30T04:47:15.684Z | 349 | /// "[fd00:1122:3344:102::9]:1000", |
3067 | 2024-01-30T04:47:15.684Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3068 | 2024-01-30T04:47:15.684Z | |
3069 | 2024-01-30T04:47:15.684Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3070 | 2024-01-30T04:47:15.684Z | --> nexus/src/app/sagas/volume_delete.rs:350:17 |
3071 | 2024-01-30T04:47:15.684Z | | |
3072 | 2024-01-30T04:47:15.684Z | 350 | /// "[fd00:1122:3344:103::2]:1000" |
3073 | 2024-01-30T04:47:15.684Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3074 | 2024-01-30T04:47:15.684Z | |
3075 | 2024-01-30T04:47:15.684Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3076 | 2024-01-30T04:47:15.684Z | --> nexus/src/app/sagas/volume_delete.rs:369:17 |
3077 | 2024-01-30T04:47:15.684Z | | |
3078 | 2024-01-30T04:47:15.684Z | 369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
3079 | 2024-01-30T04:47:15.685Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3080 | 2024-01-30T04:47:15.685Z | |
3081 | 2024-01-30T04:47:15.685Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3082 | 2024-01-30T04:47:15.685Z | --> nexus/src/app/sagas/volume_delete.rs:370:17 |
3083 | 2024-01-30T04:47:15.685Z | | |
3084 | 2024-01-30T04:47:15.685Z | 370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
3085 | 2024-01-30T04:47:15.685Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3086 | 2024-01-30T04:47:15.685Z | |
3087 | 2024-01-30T04:47:15.685Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3088 | 2024-01-30T04:47:15.685Z | --> nexus/src/app/sagas/volume_delete.rs:371:17 |
3089 | 2024-01-30T04:47:15.685Z | | |
3090 | 2024-01-30T04:47:15.685Z | 371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
3091 | 2024-01-30T04:47:15.685Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3092 | 2024-01-30T04:47:15.686Z | |
3093 | 2024-01-30T04:47:20.458Z | warning: `omicron-nexus` (lib doc) generated 7 warnings |
3094 | 2024-01-30T04:47:55.060Z | Finished dev [unoptimized + debuginfo] target(s) in 17m 05s |
3095 | 2024-01-30T04:47:55.172Z | |
3096 | 2024-01-30T04:47:55.175Z | real 17:05.803098676 |
3097 | 2024-01-30T04:47:55.176Z | user 55:25.587580437 |
3098 | 2024-01-30T04:47:55.176Z | sys 1:05:22.762423708 |
3099 | 2024-01-30T04:47:55.176Z | trap 1.911119500 |
3100 | 2024-01-30T04:47:55.176Z | tflt 0.096175740 |
3101 | 2024-01-30T04:47:55.176Z | dflt 0.452280448 |
3102 | 2024-01-30T04:47:55.176Z | kflt 0.000192252 |
3103 | 2024-01-30T04:47:55.176Z | lock 3:24:12.526319099 |
3104 | 2024-01-30T04:47:55.176Z | slp 4:21:22.221866735 |
3105 | 2024-01-30T04:47:55.176Z | lat 5:20.903265722 |
3106 | 2024-01-30T04:47:55.176Z | stop 1:34.837714607 |
3107 | 2024-01-30T04:47:55.176Z | process exited: duration 1856704 ms, exit code 0 |
|
3108 | 2024-01-30T04:47:55.183Z | found 0 output files |