|
|
|
1 | 2024-02-29T20:15:18.113Z | job assigned to worker 01HQV81QN1Y7FYVYJSTWERMH6G (queued for 1 m 4 s) |
|
2 | 2024-02-29T20:15:18.385Z | starting task 0: "setup" |
3 | 2024-02-29T20:15:18.472Z | ++ uname -s |
4 | 2024-02-29T20:15:18.476Z | + kern=SunOS |
5 | 2024-02-29T20:15:18.477Z | + case "$kern" in |
6 | 2024-02-29T20:15:18.477Z | + groupadd -g 12345 build |
7 | 2024-02-29T20:15:18.477Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-02-29T20:15:20.490Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-02-29T20:15:20.629Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-02-29T20:15:20.641Z | + home_fs=zfs |
11 | 2024-02-29T20:15:20.641Z | + [[ zfs == autofs ]] |
12 | 2024-02-29T20:15:20.641Z | + mkdir -p /home/build |
13 | 2024-02-29T20:15:20.641Z | + chown build:build /home/build /work |
14 | 2024-02-29T20:15:22.634Z | + chmod 0700 /home/build /work |
15 | 2024-02-29T20:15:22.638Z | process exited: duration 4251 ms, exit code 0 |
|
16 | 2024-02-29T20:15:23.057Z | starting task 1: "rust-toolchain" |
17 | 2024-02-29T20:15:23.061Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-02-29T20:15:23.061Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-02-29T20:15:23.061Z | info: downloading installer |
20 | 2024-02-29T20:15:24.401Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-02-29T20:15:24.401Z | warning: /opt/ooce/bin |
22 | 2024-02-29T20:15:24.401Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-02-29T20:15:24.402Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-02-29T20:15:24.402Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-02-29T20:15:24.402Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-02-29T20:15:24.402Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-02-29T20:15:24.402Z | error: cannot install while Rust is installed |
28 | 2024-02-29T20:15:24.402Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-02-29T20:15:24.528Z | info: profile set to 'default' |
30 | 2024-02-29T20:15:24.529Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-02-29T20:15:24.533Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-02-29T20:15:24.693Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-02-29T20:15:24.693Z | info: downloading component 'cargo' |
34 | 2024-02-29T20:15:26.005Z | info: downloading component 'clippy' |
35 | 2024-02-29T20:15:26.052Z | info: downloading component 'rust-docs' |
36 | 2024-02-29T20:15:26.879Z | info: downloading component 'rust-std' |
37 | 2024-02-29T20:15:28.718Z | info: downloading component 'rustc' |
38 | 2024-02-29T20:15:34.286Z | info: downloading component 'rustfmt' |
39 | 2024-02-29T20:15:34.594Z | info: installing component 'cargo' |
40 | 2024-02-29T20:15:35.506Z | info: installing component 'clippy' |
41 | 2024-02-29T20:15:35.908Z | info: installing component 'rust-docs' |
42 | 2024-02-29T20:15:37.409Z | info: installing component 'rust-std' |
43 | 2024-02-29T20:15:39.332Z | info: installing component 'rustc' |
44 | 2024-02-29T20:15:43.472Z | info: installing component 'rustfmt' |
45 | 2024-02-29T20:15:43.816Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-02-29T20:15:43.827Z | |
47 | 2024-02-29T20:15:44.104Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-02-29T20:15:44.104Z | |
49 | 2024-02-29T20:15:44.115Z | |
50 | 2024-02-29T20:15:44.115Z | Rust is installed now. Great! |
51 | 2024-02-29T20:15:44.115Z | |
52 | 2024-02-29T20:15:44.115Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-02-29T20:15:44.116Z | environment variable. This has not been done automatically. |
54 | 2024-02-29T20:15:44.116Z | |
55 | 2024-02-29T20:15:44.116Z | To configure your current shell, run: |
56 | 2024-02-29T20:15:44.116Z | source "$HOME/.cargo/env" |
57 | 2024-02-29T20:15:44.192Z | + rustc --version |
58 | 2024-02-29T20:15:44.226Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-02-29T20:15:44.246Z | process exited: duration 21574 ms, exit code 0 |
|
60 | 2024-02-29T20:15:44.261Z | starting task 2: "authentication" |
61 | 2024-02-29T20:15:44.294Z | process exited: duration 32 ms, exit code 0 |
|
62 | 2024-02-29T20:15:44.321Z | starting task 3: "clone repository" |
63 | 2024-02-29T20:15:44.331Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-02-29T20:15:44.332Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-02-29T20:15:44.576Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-02-29T20:15:53.153Z | + cd /work/oxidecomputer/omicron |
67 | 2024-02-29T20:15:53.157Z | + git fetch origin ae45f45d20d9c898b7f0e3407a0fadf12d103fe7 |
68 | 2024-02-29T20:15:53.482Z | From https://github.com/oxidecomputer/omicron |
69 | 2024-02-29T20:15:53.483Z | * branch ae45f45d20d9c898b7f0e3407a0fadf12d103fe7 -> FETCH_HEAD |
70 | 2024-02-29T20:15:53.496Z | + [[ -n andy/clickhousev23.8 ]] |
71 | 2024-02-29T20:15:53.496Z | ++ git branch --show-current |
72 | 2024-02-29T20:15:53.496Z | + current=main |
73 | 2024-02-29T20:15:53.496Z | + [[ main != andy/clickhousev23.8 ]] |
74 | 2024-02-29T20:15:53.515Z | + git branch -f andy/clickhousev23.8 ae45f45d20d9c898b7f0e3407a0fadf12d103fe7 |
75 | 2024-02-29T20:15:53.515Z | + git checkout -f andy/clickhousev23.8 |
76 | 2024-02-29T20:15:53.613Z | Switched to branch 'andy/clickhousev23.8' |
77 | 2024-02-29T20:15:53.621Z | + git reset --hard ae45f45d20d9c898b7f0e3407a0fadf12d103fe7 |
78 | 2024-02-29T20:15:53.725Z | HEAD is now at ae45f45d2 needle arguments do not need explicit lifetime |
79 | 2024-02-29T20:15:53.741Z | process exited: duration 9404 ms, exit code 0 |
|
80 | 2024-02-29T20:15:54.176Z | starting task 4: "build" |
81 | 2024-02-29T20:15:54.197Z | + cargo --version |
82 | 2024-02-29T20:15:54.198Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
83 | 2024-02-29T20:15:54.198Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
84 | 2024-02-29T20:15:54.198Z | info: downloading component 'cargo' |
85 | 2024-02-29T20:15:54.566Z | info: downloading component 'clippy' |
86 | 2024-02-29T20:15:54.768Z | info: downloading component 'rust-docs' |
87 | 2024-02-29T20:15:55.563Z | info: downloading component 'rust-std' |
88 | 2024-02-29T20:15:56.789Z | info: downloading component 'rustc' |
89 | 2024-02-29T20:16:00.121Z | info: downloading component 'rustfmt' |
90 | 2024-02-29T20:16:00.317Z | info: installing component 'cargo' |
91 | 2024-02-29T20:16:01.216Z | info: installing component 'clippy' |
92 | 2024-02-29T20:16:01.570Z | info: installing component 'rust-docs' |
93 | 2024-02-29T20:16:03.126Z | info: installing component 'rust-std' |
94 | 2024-02-29T20:16:04.772Z | info: installing component 'rustc' |
95 | 2024-02-29T20:16:08.979Z | info: installing component 'rustfmt' |
96 | 2024-02-29T20:16:09.378Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
97 | 2024-02-29T20:16:09.382Z | + rustc --version |
98 | 2024-02-29T20:16:09.486Z | rustc 1.74.1 (a28077b28 2023-12-04) |
99 | 2024-02-29T20:16:09.491Z | + source ./env.sh |
100 | 2024-02-29T20:16:09.491Z | ++ set -o xtrace |
101 | 2024-02-29T20:16:09.498Z | ++++ dirname ./env.sh |
102 | 2024-02-29T20:16:09.557Z | +++ cd . |
103 | 2024-02-29T20:16:09.574Z | +++ echo /work/oxidecomputer/omicron |
104 | 2024-02-29T20:16:09.574Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
105 | 2024-02-29T20:16:09.575Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
106 | 2024-02-29T20:16:09.575Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
107 | 2024-02-29T20:16:09.575Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
108 | 2024-02-29T20:16:09.575Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
109 | 2024-02-29T20:16:09.575Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
110 | 2024-02-29T20:16:09.575Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
111 | 2024-02-29T20:16:09.575Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
112 | 2024-02-29T20:16:09.575Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
113 | 2024-02-29T20:16:09.575Z | ++ unset OMICRON_WS |
114 | 2024-02-29T20:16:09.575Z | ++ set +o xtrace |
115 | 2024-02-29T20:16:09.604Z | |
116 | 2024-02-29T20:16:09.604Z | ##### ##### ###### ##### ###### #### # # # #### # |
117 | 2024-02-29T20:16:09.604Z | # # # # # # # # # # # # # # # |
118 | 2024-02-29T20:16:09.604Z | # # # # ##### # # ##### # # # # # #### # |
119 | 2024-02-29T20:16:09.605Z | ##### ##### # ##### # # # # # # # # # |
120 | 2024-02-29T20:16:09.605Z | # # # # # # # # # # # # # # # |
121 | 2024-02-29T20:16:09.605Z | # # # ###### # # ###### ### # #### # #### # |
122 | 2024-02-29T20:16:09.605Z | |
123 | 2024-02-29T20:16:21.238Z | Startup: Refreshing catalog 'helios-dev' ... Done |
124 | 2024-02-29T20:16:22.925Z | Startup: Caching catalogs ... Done |
125 | 2024-02-29T20:16:24.228Z | Planning: Solver setup ... Done (1.371s) |
126 | 2024-02-29T20:16:24.251Z | Planning: Running solver ... Done (0.031s) |
127 | 2024-02-29T20:16:24.482Z | Planning: Finding local manifests ... Done (0.205s) |
128 | 2024-02-29T20:16:24.496Z | Planning: Fetching manifests: 0/4 0% complete |
129 | 2024-02-29T20:16:24.707Z | Planning: Fetching manifests: 4/4 100% complete |
130 | 2024-02-29T20:16:24.757Z | Planning: Package planning ... Done (0.050s) |
131 | 2024-02-29T20:16:24.813Z | Planning: Merging actions ... Done (0.051s) |
132 | 2024-02-29T20:16:25.901Z | Planning: Checking for conflicting actions ... Done (1.083s) |
133 | 2024-02-29T20:16:25.913Z | Planning: Consolidating action changes ... Done (0.011s) |
134 | 2024-02-29T20:16:31.152Z | Planning: Evaluating mediators ... Done (5.243s) |
135 | 2024-02-29T20:16:31.161Z | Planning: Planning completed in 8.59 seconds |
136 | 2024-02-29T20:16:31.173Z | Packages to install: 4 |
137 | 2024-02-29T20:16:31.173Z | Mediators to change: 2 |
138 | 2024-02-29T20:16:31.177Z | Services to change: 1 |
139 | 2024-02-29T20:16:31.178Z | Estimated space available: 148.87 GB |
140 | 2024-02-29T20:16:31.178Z | Estimated space to be consumed: 1.42 GB |
141 | 2024-02-29T20:16:31.178Z | Create boot environment: No |
142 | 2024-02-29T20:16:31.178Z | Create backup boot environment: No |
143 | 2024-02-29T20:16:31.178Z | Rebuild boot archive: No |
144 | 2024-02-29T20:16:31.178Z | |
145 | 2024-02-29T20:16:31.178Z | Changed mediators: |
146 | 2024-02-29T20:16:31.178Z | mediator clang: |
147 | 2024-02-29T20:16:31.178Z | version: None -> 15 (system default) |
148 | 2024-02-29T20:16:31.178Z | |
149 | 2024-02-29T20:16:31.178Z | mediator llvm: |
150 | 2024-02-29T20:16:31.178Z | version: 14 (system default) -> 15 (system default) |
151 | 2024-02-29T20:16:31.178Z | |
152 | 2024-02-29T20:16:31.178Z | Changed packages: |
153 | 2024-02-29T20:16:31.178Z | helios-dev |
154 | 2024-02-29T20:16:31.178Z | developer/build-essential |
155 | 2024-02-29T20:16:31.178Z | None -> 11-2.0 |
156 | 2024-02-29T20:16:31.178Z | library/libxmlsec1 |
157 | 2024-02-29T20:16:31.178Z | None -> 1.2.35-2.0 |
158 | 2024-02-29T20:16:31.178Z | ooce/developer/clang-15 |
159 | 2024-02-29T20:16:31.178Z | None -> 15.0.7-2.0 |
160 | 2024-02-29T20:16:31.178Z | ooce/developer/llvm-15 |
161 | 2024-02-29T20:16:31.179Z | None -> 15.0.7-2.0 |
162 | 2024-02-29T20:16:31.179Z | |
163 | 2024-02-29T20:16:31.179Z | Services: |
164 | 2024-02-29T20:16:31.179Z | restart_fmri: |
165 | 2024-02-29T20:16:31.179Z | svc:/system/update-man-index:default |
166 | 2024-02-29T20:16:31.458Z | |
167 | 2024-02-29T20:16:31.459Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
168 | 2024-02-29T20:16:37.592Z | Download: 211/3290 items 1.3/212.6MB 0% complete (1.3M/s) |
169 | 2024-02-29T20:16:43.657Z | Download: 1037/3290 items 19.6/212.6MB 9% complete (1.9M/s) |
170 | 2024-02-29T20:16:47.598Z | Download: 1929/3290 items 118.6/212.6MB 55% complete (11.8M/s) |
171 | 2024-02-29T20:16:54.570Z | Download: 2224/3290 items 119.2/212.6MB 56% complete (10.2M/s) |
172 | 2024-02-29T20:16:59.823Z | Download: 3275/3290 items 208.9/212.6MB 98% complete (9.0M/s) |
173 | 2024-02-29T20:17:04.676Z | Download: Completed 212.60 MB in 33.21 seconds (6.4M/s) |
174 | 2024-02-29T20:17:04.823Z | Actions: 1/3689 actions (Installing new actions) |
175 | 2024-02-29T20:17:09.829Z | Actions: 3517/3689 actions (Installing new actions) |
176 | 2024-02-29T20:17:11.050Z | Actions: Completed 3689 actions in 6.22 seconds. |
177 | 2024-02-29T20:17:11.145Z | Done (0.091s) |
178 | 2024-02-29T20:17:11.146Z | Done (0.000s) |
179 | 2024-02-29T20:17:11.377Z | Done (0.232s) |
180 | 2024-02-29T20:17:18.655Z | Done (6.740s) |
181 | 2024-02-29T20:17:18.664Z | Done (0.170s) |
182 | 2024-02-29T20:17:18.664Z | Done (0.000s) |
183 | 2024-02-29T20:17:18.664Z | Done (0.000s) |
184 | 2024-02-29T20:17:19.152Z | Planning: Evaluating mediator changes ... Done |
185 | 2024-02-29T20:17:19.568Z | Planning: Checking for conflicting actions ... Done |
186 | 2024-02-29T20:17:19.568Z | Planning: Consolidating action changes ... Done |
187 | 2024-02-29T20:17:19.995Z | Planning: Evaluating mediators ... Done |
188 | 2024-02-29T20:17:20.026Z | Planning: Planning completed in 0.45 seconds |
189 | 2024-02-29T20:17:20.026Z | Mediators to change: 2 |
190 | 2024-02-29T20:17:20.026Z | Create boot environment: No |
191 | 2024-02-29T20:17:20.026Z | Create backup boot environment: No |
192 | 2024-02-29T20:17:20.026Z | Done |
193 | 2024-02-29T20:17:20.026Z | Done |
194 | 2024-02-29T20:17:20.026Z | Done |
195 | 2024-02-29T20:17:23.613Z | Done |
196 | 2024-02-29T20:17:23.707Z | Done |
197 | 2024-02-29T20:17:23.722Z | Done |
198 | 2024-02-29T20:17:23.802Z | Done |
199 | 2024-02-29T20:17:25.383Z | Planning: Evaluating mediator changes ... Done |
200 | 2024-02-29T20:17:25.406Z | Planning: Merging actions ... Done |
201 | 2024-02-29T20:17:25.406Z | Planning: Checking for conflicting actions ... Done |
202 | 2024-02-29T20:17:25.407Z | Planning: Consolidating action changes ... Done |
203 | 2024-02-29T20:17:25.407Z | Planning: Evaluating mediators ... Done |
204 | 2024-02-29T20:17:25.407Z | Planning: Planning completed in 0.81 seconds |
205 | 2024-02-29T20:17:25.407Z | Packages to change: 1 |
206 | 2024-02-29T20:17:25.407Z | Mediators to change: 1 |
207 | 2024-02-29T20:17:25.407Z | Services to change: 1 |
208 | 2024-02-29T20:17:25.407Z | Create boot environment: No |
209 | 2024-02-29T20:17:25.407Z | Create backup boot environment: Yes |
210 | 2024-02-29T20:17:27.035Z | Actions: 1/6 actions (Updating modified actions) |
211 | 2024-02-29T20:17:27.137Z | Actions: Completed 6 actions in 0.11 seconds. |
212 | 2024-02-29T20:17:27.144Z | Done |
213 | 2024-02-29T20:17:27.144Z | Done |
214 | 2024-02-29T20:17:27.186Z | Done |
215 | 2024-02-29T20:17:31.043Z | Done |
216 | 2024-02-29T20:17:31.132Z | Done |
217 | 2024-02-29T20:17:31.138Z | Done |
218 | 2024-02-29T20:17:31.249Z | Done |
219 | 2024-02-29T20:17:31.707Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
220 | 2024-02-29T20:17:31.707Z | clang system 15 system |
221 | 2024-02-29T20:17:31.707Z | csh system system illumos |
222 | 2024-02-29T20:17:31.708Z | ctags system system illumos |
223 | 2024-02-29T20:17:31.708Z | gcc vendor 12 vendor |
224 | 2024-02-29T20:17:31.708Z | gcc system 10 system |
225 | 2024-02-29T20:17:31.708Z | gcc system 7 system |
226 | 2024-02-29T20:17:31.708Z | go system 1.20 system |
227 | 2024-02-29T20:17:31.708Z | go system 1.19 system |
228 | 2024-02-29T20:17:31.708Z | llvm system 15 system |
229 | 2024-02-29T20:17:31.708Z | llvm system 14 system |
230 | 2024-02-29T20:17:31.708Z | mariadb system 10.6 system |
231 | 2024-02-29T20:17:31.708Z | mta vendor vendor dma |
232 | 2024-02-29T20:17:31.708Z | openjdk system 17 system |
233 | 2024-02-29T20:17:31.708Z | openjdk system 11 system |
234 | 2024-02-29T20:17:31.708Z | openjdk system 1.8 system |
235 | 2024-02-29T20:17:31.709Z | openssl vendor 3 vendor |
236 | 2024-02-29T20:17:31.709Z | perl system 5.36 system |
237 | 2024-02-29T20:17:31.709Z | postgresql system 15 system |
238 | 2024-02-29T20:17:31.709Z | postgresql system 13 system |
239 | 2024-02-29T20:17:31.709Z | python vendor 3 vendor |
240 | 2024-02-29T20:17:31.709Z | python system 2 system |
241 | 2024-02-29T20:17:31.709Z | python3 system 3.11 system |
242 | 2024-02-29T20:17:31.709Z | ruby system 3.0 system |
243 | 2024-02-29T20:17:31.709Z | words vendor vendor american-english |
244 | 2024-02-29T20:17:31.709Z | words system system australian-english |
245 | 2024-02-29T20:17:31.709Z | words system system british-english |
246 | 2024-02-29T20:17:31.709Z | words system system canadian-english |
247 | 2024-02-29T20:17:31.709Z | words system system french |
248 | 2024-02-29T20:17:31.709Z | words system system italian |
249 | 2024-02-29T20:17:31.710Z | words system system ngerman |
250 | 2024-02-29T20:17:31.710Z | words system system ogerman |
251 | 2024-02-29T20:17:31.710Z | words system system spanish |
252 | 2024-02-29T20:17:32.225Z | PUBLISHER TYPE STATUS P LOCATION |
253 | 2024-02-29T20:17:32.225Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
254 | 2024-02-29T20:17:33.364Z | FMRI IFO |
255 | 2024-02-29T20:17:33.364Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
256 | 2024-02-29T20:17:33.364Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
257 | 2024-02-29T20:17:33.364Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
258 | 2024-02-29T20:17:33.364Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
259 | 2024-02-29T20:17:33.364Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
260 | 2024-02-29T20:17:33.364Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
261 | 2024-02-29T20:17:33.364Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
262 | 2024-02-29T20:17:33.364Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
263 | 2024-02-29T20:17:33.364Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
264 | 2024-02-29T20:17:33.364Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
265 | 2024-02-29T20:17:33.364Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
266 | 2024-02-29T20:17:33.365Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
267 | 2024-02-29T20:17:33.586Z | + set -o errexit |
268 | 2024-02-29T20:17:33.591Z | +++ dirname ./tools/ci_download_cockroachdb |
269 | 2024-02-29T20:17:33.595Z | ++ cd ./tools |
270 | 2024-02-29T20:17:33.595Z | ++ pwd |
271 | 2024-02-29T20:17:33.595Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
272 | 2024-02-29T20:17:33.595Z | ++ basename ./tools/ci_download_cockroachdb |
273 | 2024-02-29T20:17:33.595Z | + ARG0=ci_download_cockroachdb |
274 | 2024-02-29T20:17:33.595Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
275 | 2024-02-29T20:17:33.598Z | + CIDL_VERSION=v22.1.9 |
276 | 2024-02-29T20:17:33.598Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
277 | 2024-02-29T20:17:33.598Z | ++ CIDL_SHA256_DARWIN=1ca69e0911af11a73305c3c6f4650b912d70754900b5bf7b80a1d361efe36561 |
278 | 2024-02-29T20:17:33.598Z | ++ CIDL_SHA256_LINUX=24c321820e7ee45fa07fe91ac138befe13ad860e41c6ed595ce58823205ff4a9 |
279 | 2024-02-29T20:17:33.598Z | ++ CIDL_SHA256_ILLUMOS=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
280 | 2024-02-29T20:17:33.598Z | + TARGET_DIR=out |
281 | 2024-02-29T20:17:33.599Z | + DOWNLOAD_DIR=out/downloads |
282 | 2024-02-29T20:17:33.599Z | + DEST_DIR=./out/cockroachdb |
283 | 2024-02-29T20:17:33.599Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
284 | 2024-02-29T20:17:33.599Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
285 | 2024-02-29T20:17:33.599Z | + main |
286 | 2024-02-29T20:17:33.599Z | + [[ 0 != 0 ]] |
287 | 2024-02-29T20:17:33.599Z | + CIDL_OS=solaris2.11 |
288 | 2024-02-29T20:17:33.599Z | + [[ 0 != 0 ]] |
289 | 2024-02-29T20:17:33.599Z | + configure_os solaris2.11 |
290 | 2024-02-29T20:17:33.599Z | + echo 'current directory: /work/oxidecomputer/omicron' |
291 | 2024-02-29T20:17:33.599Z | + echo 'configuring based on OS: "solaris2.11"' |
292 | 2024-02-29T20:17:33.599Z | current directory: /work/oxidecomputer/omicron |
293 | 2024-02-29T20:17:33.599Z | configuring based on OS: "solaris2.11" |
294 | 2024-02-29T20:17:33.599Z | + case "$1" in |
295 | 2024-02-29T20:17:33.599Z | + CIDL_BUILD=illumos |
296 | 2024-02-29T20:17:33.599Z | + CIDL_SUFFIX=tar.gz |
297 | 2024-02-29T20:17:33.599Z | + CIDL_SHA256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
298 | 2024-02-29T20:17:33.599Z | + CIDL_URL_BASE=https://illumos.org/downloads |
299 | 2024-02-29T20:17:33.599Z | + CIDL_ASSEMBLE=do_assemble_illumos |
300 | 2024-02-29T20:17:33.599Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
301 | 2024-02-29T20:17:33.599Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
302 | 2024-02-29T20:17:33.599Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
303 | 2024-02-29T20:17:33.600Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
304 | 2024-02-29T20:17:33.600Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
305 | 2024-02-29T20:17:33.600Z | + CIDL_SHA256FUNC=do_sha256sum |
306 | 2024-02-29T20:17:33.600Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
307 | 2024-02-29T20:17:33.600Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
308 | 2024-02-29T20:17:33.600Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
309 | 2024-02-29T20:17:33.600Z | + mkdir -p out/downloads |
310 | 2024-02-29T20:17:33.600Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
311 | 2024-02-29T20:17:33.600Z | + mkdir -p ./out/cockroachdb |
312 | 2024-02-29T20:17:33.605Z | + local DO_DOWNLOAD=true |
313 | 2024-02-29T20:17:33.605Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
314 | 2024-02-29T20:17:33.605Z | + '[' true == true ']' |
315 | 2024-02-29T20:17:33.605Z | + echo Downloading... |
316 | 2024-02-29T20:17:33.605Z | Downloading... |
317 | 2024-02-29T20:17:33.605Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
318 | 2024-02-29T20:17:33.605Z | + curl --silent --show-error --fail --location --output out/downloads/cockroach-v22.1.9.illumos.tar.gz https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
319 | 2024-02-29T20:17:41.360Z | ++ do_sha256sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
320 | 2024-02-29T20:17:41.367Z | ++ sha256sum |
321 | 2024-02-29T20:17:41.368Z | ++ awk '{print $1}' |
322 | 2024-02-29T20:17:41.488Z | + calculated_sha256=f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 |
323 | 2024-02-29T20:17:41.488Z | + [[ f151714ba3a6e02caaaa59727482c36085e60d6bd2fa963938e9a3d8c8a77088 != \f\1\5\1\7\1\4\b\a\3\a\6\e\0\2\c\a\a\a\a\5\9\7\2\7\4\8\2\c\3\6\0\8\5\e\6\0\d\6\b\d\2\f\a\9\6\3\9\3\8\e\9\a\3\d\8\c\8\a\7\7\0\8\8 ]] |
324 | 2024-02-29T20:17:41.491Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
325 | 2024-02-29T20:17:41.491Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
326 | 2024-02-29T20:17:43.658Z | + do_assemble_illumos |
327 | 2024-02-29T20:17:43.658Z | + rm -r ./out/cockroachdb |
328 | 2024-02-29T20:17:43.661Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
329 | 2024-02-29T20:17:44.102Z | + ./out/cockroachdb/bin/cockroach version |
330 | 2024-02-29T20:17:44.311Z | Build Tag: v22.1.9-dirty |
331 | 2024-02-29T20:17:44.311Z | Build Time: 2022/10/26 21:17:46 |
332 | 2024-02-29T20:17:44.312Z | Distribution: OSS |
333 | 2024-02-29T20:17:44.312Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
334 | 2024-02-29T20:17:44.312Z | Go Version: go1.17.13 |
335 | 2024-02-29T20:17:44.312Z | C Compiler: gcc 10.3.0 |
336 | 2024-02-29T20:17:44.312Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
337 | 2024-02-29T20:17:44.312Z | Build Type: release |
338 | 2024-02-29T20:17:44.325Z | + set -o errexit |
339 | 2024-02-29T20:17:44.329Z | +++ dirname ./tools/ci_download_clickhouse |
340 | 2024-02-29T20:17:44.334Z | ++ cd ./tools |
341 | 2024-02-29T20:17:44.334Z | ++ pwd |
342 | 2024-02-29T20:17:44.334Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
343 | 2024-02-29T20:17:44.335Z | ++ basename ./tools/ci_download_clickhouse |
344 | 2024-02-29T20:17:44.340Z | + ARG0=ci_download_clickhouse |
345 | 2024-02-29T20:17:44.340Z | + TARGET_DIR=out |
346 | 2024-02-29T20:17:44.340Z | + DOWNLOAD_DIR=out/downloads |
347 | 2024-02-29T20:17:44.340Z | + DEST_DIR=./out/clickhouse |
348 | 2024-02-29T20:17:44.340Z | ++ cat /work/oxidecomputer/omicron/tools/clickhouse_version |
349 | 2024-02-29T20:17:44.340Z | + CIDL_VERSION=v23.8.7.24 |
350 | 2024-02-29T20:17:44.340Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
351 | 2024-02-29T20:17:44.340Z | ++ CIDL_MD5_DARWIN=3e20c3284b7e6b0cfcfedf622ecf547a |
352 | 2024-02-29T20:17:44.340Z | ++ CIDL_MD5_LINUX=f6c30a25a86deac3bad6c50dcf758fd5 |
353 | 2024-02-29T20:17:44.340Z | ++ CIDL_MD5_ILLUMOS=409222de8ecb59e5dd97dcc942ccdffe |
354 | 2024-02-29T20:17:44.340Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
355 | 2024-02-29T20:17:44.341Z | + main |
356 | 2024-02-29T20:17:44.341Z | + [[ 0 != 0 ]] |
357 | 2024-02-29T20:17:44.341Z | + CIDL_OS=solaris2.11 |
358 | 2024-02-29T20:17:44.341Z | + [[ 0 != 0 ]] |
359 | 2024-02-29T20:17:44.341Z | + configure_os solaris2.11 |
360 | 2024-02-29T20:17:44.341Z | + echo 'current directory: /work/oxidecomputer/omicron' |
361 | 2024-02-29T20:17:44.341Z | current directory: /work/oxidecomputer/omicron |
362 | 2024-02-29T20:17:44.341Z | + echo 'configuring based on OS: "solaris2.11"' |
363 | 2024-02-29T20:17:44.341Z | + CIDL_DASHREV= |
364 | 2024-02-29T20:17:44.341Z | + case "$1" in |
365 | 2024-02-29T20:17:44.341Z | configuring based on OS: "solaris2.11" |
366 | 2024-02-29T20:17:44.341Z | + CIDL_PLATFORM=illumos |
367 | 2024-02-29T20:17:44.341Z | + CIDL_MD5=409222de8ecb59e5dd97dcc942ccdffe |
368 | 2024-02-29T20:17:44.341Z | + CIDL_MD5FUNC=do_md5sum |
369 | 2024-02-29T20:17:44.341Z | + TARBALL_DIRNAME=clickhouse-v23.8.7.24 |
370 | 2024-02-29T20:17:44.341Z | + TARBALL_FILENAME=clickhouse-v23.8.7.24.illumos.tar.gz |
371 | 2024-02-29T20:17:44.341Z | + TARBALL_FILE=out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
372 | 2024-02-29T20:17:44.341Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
373 | 2024-02-29T20:17:44.341Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz' |
374 | 2024-02-29T20:17:44.341Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
375 | 2024-02-29T20:17:44.341Z | + echo 'Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz' |
376 | 2024-02-29T20:17:44.341Z | Local file: out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
377 | 2024-02-29T20:17:44.341Z | + mkdir -p out/downloads |
378 | 2024-02-29T20:17:44.342Z | + mkdir -p ./out/clickhouse |
379 | 2024-02-29T20:17:44.345Z | + local DO_DOWNLOAD=true |
380 | 2024-02-29T20:17:44.345Z | + [[ -f out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ]] |
381 | 2024-02-29T20:17:44.345Z | + '[' true == true ']' |
382 | 2024-02-29T20:17:44.345Z | + echo Downloading... |
383 | 2024-02-29T20:17:44.345Z | Downloading... |
384 | 2024-02-29T20:17:44.345Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
385 | 2024-02-29T20:17:44.345Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v23.8.7.24.illumos.tar.gz |
386 | 2024-02-29T20:17:48.125Z | ++ do_md5sum out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz |
387 | 2024-02-29T20:17:48.146Z | ++ md5sum |
388 | 2024-02-29T20:17:48.146Z | ++ awk '{print $1}' |
389 | 2024-02-29T20:17:48.349Z | + calculated_md5=409222de8ecb59e5dd97dcc942ccdffe |
390 | 2024-02-29T20:17:48.349Z | + [[ 409222de8ecb59e5dd97dcc942ccdffe != \4\0\9\2\2\2\d\e\8\e\c\b\5\9\e\5\d\d\9\7\d\c\c\9\4\2\c\c\d\f\f\e ]] |
391 | 2024-02-29T20:17:48.352Z | + do_untar out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz ./out/clickhouse |
392 | 2024-02-29T20:17:48.353Z | + mkdir -p ./out/clickhouse |
393 | 2024-02-29T20:17:48.353Z | + tar xzf out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz -C ./out/clickhouse |
394 | 2024-02-29T20:17:52.169Z | + ./out/clickhouse/clickhouse server --version |
395 | 2024-02-29T20:17:52.823Z | ClickHouse server version 23.8.7.1. |
396 | 2024-02-29T20:17:52.874Z | + set -o errexit |
397 | 2024-02-29T20:17:52.881Z | +++ dirname ./tools/ci_download_console |
398 | 2024-02-29T20:17:52.881Z | ++ cd ./tools |
399 | 2024-02-29T20:17:52.881Z | ++ pwd |
400 | 2024-02-29T20:17:52.881Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
401 | 2024-02-29T20:17:52.881Z | ++ basename ./tools/ci_download_console |
402 | 2024-02-29T20:17:52.889Z | + ARG0=ci_download_console |
403 | 2024-02-29T20:17:52.889Z | + TARGET_DIR=out |
404 | 2024-02-29T20:17:52.889Z | + DOWNLOAD_DIR=out/downloads |
405 | 2024-02-29T20:17:52.889Z | + DEST_DIR=./out/console-assets |
406 | 2024-02-29T20:17:52.889Z | + source /work/oxidecomputer/omicron/tools/console_version |
407 | 2024-02-29T20:17:52.889Z | ++ COMMIT=e5a1f804faa913de3be5b4cddac2011247a99774 |
408 | 2024-02-29T20:17:52.889Z | ++ SHA2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
409 | 2024-02-29T20:17:52.889Z | + URL=https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
410 | 2024-02-29T20:17:52.889Z | + TARBALL_FILE=out/downloads/console.tar.gz |
411 | 2024-02-29T20:17:52.889Z | + main |
412 | 2024-02-29T20:17:52.889Z | + [[ 0 != 0 ]] |
413 | 2024-02-29T20:17:52.889Z | + echo 'URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz' |
414 | 2024-02-29T20:17:52.889Z | URL: https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
415 | 2024-02-29T20:17:52.890Z | + echo 'Local file: out/downloads/console.tar.gz' |
416 | 2024-02-29T20:17:52.890Z | Local file: out/downloads/console.tar.gz |
417 | 2024-02-29T20:17:52.890Z | + local DO_DOWNLOAD=true |
418 | 2024-02-29T20:17:52.890Z | + [[ -f out/downloads/console.tar.gz ]] |
419 | 2024-02-29T20:17:52.890Z | + mkdir -p out/downloads |
420 | 2024-02-29T20:17:52.890Z | + '[' true == true ']' |
421 | 2024-02-29T20:17:52.890Z | + echo Downloading... |
422 | 2024-02-29T20:17:52.890Z | Downloading... |
423 | 2024-02-29T20:17:52.890Z | + do_download_curl https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz out/downloads/console.tar.gz |
424 | 2024-02-29T20:17:52.890Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/e5a1f804faa913de3be5b4cddac2011247a99774.tar.gz |
425 | 2024-02-29T20:17:53.394Z | ++ do_sha256sum out/downloads/console.tar.gz |
426 | 2024-02-29T20:17:53.402Z | ++ case "$OSTYPE" in |
427 | 2024-02-29T20:17:53.403Z | ++ SHA=sha256sum |
428 | 2024-02-29T20:17:53.403Z | ++ sha256sum |
429 | 2024-02-29T20:17:53.403Z | ++ awk '{print $1}' |
430 | 2024-02-29T20:17:53.972Z | + calculated_sha2=54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 |
431 | 2024-02-29T20:17:53.972Z | + [[ 54ff1026062fc1a3f0de86aa558d051b8ad6248d458c1767b9e926f2606e75f5 != \5\4\f\f\1\0\2\6\0\6\2\f\c\1\a\3\f\0\d\e\8\6\a\a\5\5\8\d\0\5\1\b\8\a\d\6\2\4\8\d\4\5\8\c\1\7\6\7\b\9\e\9\2\6\f\2\6\0\6\e\7\5\f\5 ]] |
432 | 2024-02-29T20:17:53.972Z | + rm -rf ./out/console-assets |
433 | 2024-02-29T20:17:53.973Z | + mkdir -p ./out/console-assets |
434 | 2024-02-29T20:17:53.973Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
435 | 2024-02-29T20:17:53.973Z | + mkdir -p ./out/console-assets |
436 | 2024-02-29T20:17:53.973Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
437 | 2024-02-29T20:17:53.973Z | + set -o errexit |
438 | 2024-02-29T20:17:53.973Z | +++ dirname ./tools/ci_download_maghemite_openapi |
439 | 2024-02-29T20:17:53.973Z | ++ cd ./tools |
440 | 2024-02-29T20:17:53.973Z | ++ pwd |
441 | 2024-02-29T20:17:53.973Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
442 | 2024-02-29T20:17:53.973Z | ++ basename ./tools/ci_download_maghemite_openapi |
443 | 2024-02-29T20:17:53.973Z | + ARG0=ci_download_maghemite_openapi |
444 | 2024-02-29T20:17:53.974Z | + TARGET_DIR=out |
445 | 2024-02-29T20:17:53.974Z | + DOWNLOAD_DIR=out/downloads |
446 | 2024-02-29T20:17:53.974Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
447 | 2024-02-29T20:17:53.974Z | ++ COMMIT=4b0e584eec455a43c36af08ae207086965cef833 |
448 | 2024-02-29T20:17:53.974Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
449 | 2024-02-29T20:17:53.974Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json |
450 | 2024-02-29T20:17:53.974Z | + LOCAL_FILE=out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
451 | 2024-02-29T20:17:53.974Z | + main |
452 | 2024-02-29T20:17:53.974Z | + [[ 0 != 0 ]] |
453 | 2024-02-29T20:17:53.974Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json' |
454 | 2024-02-29T20:17:53.975Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json |
455 | 2024-02-29T20:17:53.975Z | + echo 'Local file: out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json' |
456 | 2024-02-29T20:17:53.975Z | Local file: out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
457 | 2024-02-29T20:17:53.975Z | + local DO_DOWNLOAD=true |
458 | 2024-02-29T20:17:53.975Z | + [[ -f out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json ]] |
459 | 2024-02-29T20:17:53.975Z | + mkdir -p out/downloads |
460 | 2024-02-29T20:17:53.975Z | + '[' true == true ']' |
461 | 2024-02-29T20:17:53.975Z | + echo Downloading... |
462 | 2024-02-29T20:17:53.975Z | Downloading... |
463 | 2024-02-29T20:17:53.975Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
464 | 2024-02-29T20:17:53.975Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/ddm-admin.json |
465 | 2024-02-29T20:17:53.976Z | ++ do_sha256sum out/downloads/ddm-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
466 | 2024-02-29T20:17:53.976Z | ++ case "$OSTYPE" in |
467 | 2024-02-29T20:17:53.976Z | ++ SHA=sha256sum |
468 | 2024-02-29T20:17:53.976Z | ++ sha256sum |
469 | 2024-02-29T20:17:53.976Z | ++ awk '{print $1}' |
470 | 2024-02-29T20:17:53.976Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
471 | 2024-02-29T20:17:53.976Z | + [[ 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 ]] |
472 | 2024-02-29T20:17:53.976Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
473 | 2024-02-29T20:17:53.976Z | ++ COMMIT=4b0e584eec455a43c36af08ae207086965cef833 |
474 | 2024-02-29T20:17:53.976Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
475 | 2024-02-29T20:17:53.977Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json |
476 | 2024-02-29T20:17:53.977Z | + LOCAL_FILE=out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
477 | 2024-02-29T20:17:53.977Z | + main |
478 | 2024-02-29T20:17:53.977Z | + [[ 0 != 0 ]] |
479 | 2024-02-29T20:17:53.977Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json' |
480 | 2024-02-29T20:17:53.977Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json |
481 | 2024-02-29T20:17:53.977Z | + echo 'Local file: out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json' |
482 | 2024-02-29T20:17:53.977Z | Local file: out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
483 | 2024-02-29T20:17:53.977Z | + local DO_DOWNLOAD=true |
484 | 2024-02-29T20:17:53.977Z | + [[ -f out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json ]] |
485 | 2024-02-29T20:17:53.977Z | + mkdir -p out/downloads |
486 | 2024-02-29T20:17:53.978Z | + '[' true == true ']' |
487 | 2024-02-29T20:17:53.978Z | + echo Downloading... |
488 | 2024-02-29T20:17:53.978Z | Downloading... |
489 | 2024-02-29T20:17:53.978Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
490 | 2024-02-29T20:17:53.978Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/4b0e584eec455a43c36af08ae207086965cef833/mg-admin.json |
491 | 2024-02-29T20:17:53.978Z | ++ do_sha256sum out/downloads/mg-admin-4b0e584eec455a43c36af08ae207086965cef833.json |
492 | 2024-02-29T20:17:53.978Z | ++ case "$OSTYPE" in |
493 | 2024-02-29T20:17:53.978Z | ++ SHA=sha256sum |
494 | 2024-02-29T20:17:53.978Z | ++ sha256sum |
495 | 2024-02-29T20:17:53.978Z | ++ awk '{print $1}' |
496 | 2024-02-29T20:17:53.979Z | + calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
497 | 2024-02-29T20:17:53.979Z | + [[ 0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 != \0\a\c\0\3\8\b\b\a\a\5\4\d\0\a\e\0\a\c\5\c\c\a\e\f\f\4\8\f\0\3\0\7\0\6\1\8\3\7\2\c\c\a\2\6\c\9\d\0\9\b\7\1\6\b\9\0\9\b\f\9\3\5\5 ]] |
498 | 2024-02-29T20:17:53.979Z | + set -o errexit |
499 | 2024-02-29T20:17:53.979Z | +++ dirname ./tools/ci_download_dendrite_openapi |
500 | 2024-02-29T20:17:53.979Z | ++ cd ./tools |
501 | 2024-02-29T20:17:53.979Z | ++ pwd |
502 | 2024-02-29T20:17:53.979Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
503 | 2024-02-29T20:17:53.979Z | ++ basename ./tools/ci_download_dendrite_openapi |
504 | 2024-02-29T20:17:53.979Z | + ARG0=ci_download_dendrite_openapi |
505 | 2024-02-29T20:17:53.979Z | + TARGET_DIR=out |
506 | 2024-02-29T20:17:53.979Z | + DOWNLOAD_DIR=out/downloads |
507 | 2024-02-29T20:17:53.980Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
508 | 2024-02-29T20:17:53.980Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
509 | 2024-02-29T20:17:53.980Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
510 | 2024-02-29T20:17:53.980Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
511 | 2024-02-29T20:17:53.980Z | + LOCAL_FILE=out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
512 | 2024-02-29T20:17:53.980Z | + main |
513 | 2024-02-29T20:17:53.980Z | + [[ 0 != 0 ]] |
514 | 2024-02-29T20:17:53.980Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json' |
515 | 2024-02-29T20:17:53.980Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
516 | 2024-02-29T20:17:53.980Z | + echo 'Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json' |
517 | 2024-02-29T20:17:53.980Z | Local file: out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
518 | 2024-02-29T20:17:53.981Z | + local DO_DOWNLOAD=true |
519 | 2024-02-29T20:17:53.981Z | + [[ -f out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json ]] |
520 | 2024-02-29T20:17:53.981Z | + mkdir -p out/downloads |
521 | 2024-02-29T20:17:53.981Z | + '[' true == true ']' |
522 | 2024-02-29T20:17:53.981Z | + echo Downloading... |
523 | 2024-02-29T20:17:53.981Z | Downloading... |
524 | 2024-02-29T20:17:53.981Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
525 | 2024-02-29T20:17:53.981Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/3618dd6017b363c5d34399273453cf50b9c9a43e/dpd.json |
526 | 2024-02-29T20:17:54.058Z | ++ do_sha256sum out/downloads/dpd-3618dd6017b363c5d34399273453cf50b9c9a43e.json |
527 | 2024-02-29T20:17:54.058Z | ++ case "$OSTYPE" in |
528 | 2024-02-29T20:17:54.062Z | ++ SHA=sha256sum |
529 | 2024-02-29T20:17:54.062Z | ++ sha256sum |
530 | 2024-02-29T20:17:54.062Z | ++ awk '{print $1}' |
531 | 2024-02-29T20:17:54.092Z | + calculated_sha2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
532 | 2024-02-29T20:17:54.092Z | + [[ aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e != \a\a\6\7\0\1\6\5\e\5\b\4\5\9\f\a\b\4\c\a\b\a\3\6\a\e\4\d\3\8\2\a\0\9\2\6\4\f\f\5\c\f\6\a\2\d\a\c\0\d\a\e\0\a\0\d\b\3\9\a\3\7\8\e ]] |
533 | 2024-02-29T20:17:54.133Z | + set -o errexit |
534 | 2024-02-29T20:17:54.133Z | +++ dirname ./tools/ci_download_dendrite_stub |
535 | 2024-02-29T20:17:54.134Z | ++ cd ./tools |
536 | 2024-02-29T20:17:54.134Z | ++ pwd |
537 | 2024-02-29T20:17:54.134Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
538 | 2024-02-29T20:17:54.134Z | ++ basename ./tools/ci_download_dendrite_stub |
539 | 2024-02-29T20:17:54.134Z | + ARG0=ci_download_dendrite_stub |
540 | 2024-02-29T20:17:54.134Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
541 | 2024-02-29T20:17:54.134Z | ++ CIDL_SHA256_ILLUMOS=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
542 | 2024-02-29T20:17:54.134Z | ++ CIDL_SHA256_LINUX_DPD=cb9a1978d1fe3a3f2391757f80436d8cc87c0041161652ad2234e7cf83e9ae36 |
543 | 2024-02-29T20:17:54.134Z | ++ CIDL_SHA256_LINUX_SWADM=b7e737be56a8a815a95624f0b5c42ce1e339b07feeae7b3d7b9b4bc17c204245 |
544 | 2024-02-29T20:17:54.134Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
545 | 2024-02-29T20:17:54.134Z | ++ COMMIT=3618dd6017b363c5d34399273453cf50b9c9a43e |
546 | 2024-02-29T20:17:54.134Z | ++ SHA2=aa670165e5b459fab4caba36ae4d382a09264ff5cf6a2dac0dae0a0db39a378e |
547 | 2024-02-29T20:17:54.134Z | + TARGET_DIR=out |
548 | 2024-02-29T20:17:54.134Z | + DOWNLOAD_DIR=out/downloads |
549 | 2024-02-29T20:17:54.134Z | + DEST_DIR=./out/dendrite-stub |
550 | 2024-02-29T20:17:54.134Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
551 | 2024-02-29T20:17:54.134Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
552 | 2024-02-29T20:17:54.135Z | + REPO=oxidecomputer/dendrite |
553 | 2024-02-29T20:17:54.135Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e |
554 | 2024-02-29T20:17:54.135Z | + main |
555 | 2024-02-29T20:17:54.135Z | + [[ 0 != 0 ]] |
556 | 2024-02-29T20:17:54.135Z | + CIDL_OS=solaris2.11 |
557 | 2024-02-29T20:17:54.135Z | + [[ 0 != 0 ]] |
558 | 2024-02-29T20:17:54.135Z | + configure_os solaris2.11 |
559 | 2024-02-29T20:17:54.135Z | + echo 'current directory: /work/oxidecomputer/omicron' |
560 | 2024-02-29T20:17:54.135Z | current directory: /work/oxidecomputer/omicron |
561 | 2024-02-29T20:17:54.135Z | configuring based on OS: "solaris2.11" |
562 | 2024-02-29T20:17:54.135Z | + echo 'configuring based on OS: "solaris2.11"' |
563 | 2024-02-29T20:17:54.135Z | + case "$1" in |
564 | 2024-02-29T20:17:54.135Z | + SET_BINARIES= |
565 | 2024-02-29T20:17:54.135Z | + CIDL_SHA256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
566 | 2024-02-29T20:17:54.135Z | + CIDL_SHA256FUNC=do_sha256sum |
567 | 2024-02-29T20:17:54.135Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
568 | 2024-02-29T20:17:54.135Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
569 | 2024-02-29T20:17:54.136Z | Local file: out/downloads/dendrite-stub.tar.gz |
570 | 2024-02-29T20:17:54.136Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
571 | 2024-02-29T20:17:54.136Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
572 | 2024-02-29T20:17:54.136Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz' |
573 | 2024-02-29T20:17:54.136Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
574 | 2024-02-29T20:17:54.136Z | + mkdir -p out/downloads |
575 | 2024-02-29T20:17:54.136Z | + mkdir -p ./out/dendrite-stub |
576 | 2024-02-29T20:17:54.136Z | + fetch_and_verify |
577 | 2024-02-29T20:17:54.136Z | + local DO_DOWNLOAD=true |
578 | 2024-02-29T20:17:54.136Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
579 | 2024-02-29T20:17:54.136Z | + '[' true == true ']' |
580 | 2024-02-29T20:17:54.136Z | + echo Downloading... |
581 | 2024-02-29T20:17:54.136Z | Downloading... |
582 | 2024-02-29T20:17:54.136Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
583 | 2024-02-29T20:17:54.136Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/3618dd6017b363c5d34399273453cf50b9c9a43e/dendrite-stub.tar.gz |
584 | 2024-02-29T20:18:04.091Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
585 | 2024-02-29T20:18:04.106Z | ++ sha256sum |
586 | 2024-02-29T20:18:04.106Z | ++ awk '{print $1}' |
587 | 2024-02-29T20:18:04.549Z | + calculated_sha256=eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 |
588 | 2024-02-29T20:18:04.549Z | + [[ eb98985871f321411f7875ef7751dba85ae0dd3034877b63ccb78cedcb96e6e7 != \e\b\9\8\9\8\5\8\7\1\f\3\2\1\4\1\1\f\7\8\7\5\e\f\7\7\5\1\d\b\a\8\5\a\e\0\d\d\3\0\3\4\8\7\7\b\6\3\c\c\b\7\8\c\e\d\c\b\9\6\e\6\e\7 ]] |
589 | 2024-02-29T20:18:04.549Z | + do_untar out/downloads/dendrite-stub.tar.gz |
590 | 2024-02-29T20:18:04.549Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
591 | 2024-02-29T20:18:04.801Z | + do_assemble |
592 | 2024-02-29T20:18:04.801Z | + rm -r ./out/dendrite-stub |
593 | 2024-02-29T20:18:04.814Z | + mkdir ./out/dendrite-stub |
594 | 2024-02-29T20:18:04.814Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
595 | 2024-02-29T20:18:04.891Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
596 | 2024-02-29T20:18:04.900Z | + set -o errexit |
597 | 2024-02-29T20:18:04.907Z | +++ dirname ./tools/ci_download_maghemite_mgd |
598 | 2024-02-29T20:18:04.907Z | ++ cd ./tools |
599 | 2024-02-29T20:18:04.907Z | ++ pwd |
600 | 2024-02-29T20:18:04.907Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
601 | 2024-02-29T20:18:04.907Z | ++ basename ./tools/ci_download_maghemite_mgd |
602 | 2024-02-29T20:18:04.916Z | + ARG0=ci_download_maghemite_mgd |
603 | 2024-02-29T20:18:04.916Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
604 | 2024-02-29T20:18:04.916Z | ++ CIDL_SHA256=22996a6f3353296b848be729f14e78a42e7d3d6e62a4a918a5c2358ae011c8eb |
605 | 2024-02-29T20:18:04.916Z | ++ MGD_LINUX_SHA256=943b0a52d279bde55a419e2cdb24873acc32703bc97bd599376117ee0edc1511 |
606 | 2024-02-29T20:18:04.917Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
607 | 2024-02-29T20:18:04.917Z | ++ COMMIT=4b0e584eec455a43c36af08ae207086965cef833 |
608 | 2024-02-29T20:18:04.917Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
609 | 2024-02-29T20:18:04.917Z | + TARGET_DIR=out |
610 | 2024-02-29T20:18:04.917Z | + DOWNLOAD_DIR=out/downloads |
611 | 2024-02-29T20:18:04.917Z | + DEST_DIR=./out/mgd |
612 | 2024-02-29T20:18:04.917Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
613 | 2024-02-29T20:18:04.917Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
614 | 2024-02-29T20:18:04.917Z | + REPO=oxidecomputer/maghemite |
615 | 2024-02-29T20:18:04.917Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833 |
616 | 2024-02-29T20:18:04.917Z | + main |
617 | 2024-02-29T20:18:04.917Z | + [[ 0 != 0 ]] |
618 | 2024-02-29T20:18:04.917Z | + CIDL_OS=solaris2.11 |
619 | 2024-02-29T20:18:04.917Z | + [[ 0 != 0 ]] |
620 | 2024-02-29T20:18:04.917Z | + configure_os solaris2.11 |
621 | 2024-02-29T20:18:04.917Z | + echo 'current directory: /work/oxidecomputer/omicron' |
622 | 2024-02-29T20:18:04.917Z | + echo 'configuring based on OS: "solaris2.11"' |
623 | 2024-02-29T20:18:04.917Z | current directory: /work/oxidecomputer/omicron |
624 | 2024-02-29T20:18:04.917Z | configuring based on OS: "solaris2.11" |
625 | 2024-02-29T20:18:04.917Z | + case "$1" in |
626 | 2024-02-29T20:18:04.917Z | + SET_BINARIES= |
627 | 2024-02-29T20:18:04.917Z | + CIDL_SHA256FUNC=do_sha256sum |
628 | 2024-02-29T20:18:04.918Z | + TARBALL_FILENAME=mgd.tar.gz |
629 | 2024-02-29T20:18:04.918Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz |
630 | 2024-02-29T20:18:04.918Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
631 | 2024-02-29T20:18:04.918Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz' |
632 | 2024-02-29T20:18:04.918Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz |
633 | 2024-02-29T20:18:04.918Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
634 | 2024-02-29T20:18:04.918Z | + mkdir -p out/downloads |
635 | 2024-02-29T20:18:04.918Z | Local file: out/downloads/mgd.tar.gz |
636 | 2024-02-29T20:18:04.918Z | + mkdir -p ./out/mgd |
637 | 2024-02-29T20:18:04.918Z | + fetch_and_verify |
638 | 2024-02-29T20:18:04.918Z | + local DO_DOWNLOAD=true |
639 | 2024-02-29T20:18:04.918Z | + [[ -f out/downloads/mgd.tar.gz ]] |
640 | 2024-02-29T20:18:04.918Z | + '[' true == true ']' |
641 | 2024-02-29T20:18:04.918Z | + echo Downloading... |
642 | 2024-02-29T20:18:04.918Z | Downloading... |
643 | 2024-02-29T20:18:04.918Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz out/downloads/mgd.tar.gz |
644 | 2024-02-29T20:18:04.918Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/4b0e584eec455a43c36af08ae207086965cef833/mgd.tar.gz |
645 | 2024-02-29T20:18:11.737Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
646 | 2024-02-29T20:18:11.743Z | ++ sha256sum |
647 | 2024-02-29T20:18:11.743Z | ++ awk '{print $1}' |
648 | 2024-02-29T20:18:11.767Z | + calculated_sha256=22996a6f3353296b848be729f14e78a42e7d3d6e62a4a918a5c2358ae011c8eb |
649 | 2024-02-29T20:18:11.782Z | + [[ 22996a6f3353296b848be729f14e78a42e7d3d6e62a4a918a5c2358ae011c8eb != \2\2\9\9\6\a\6\f\3\3\5\3\2\9\6\b\8\4\8\b\e\7\2\9\f\1\4\e\7\8\a\4\2\e\7\d\3\d\6\e\6\2\a\4\a\9\1\8\a\5\c\2\3\5\8\a\e\0\1\1\c\8\e\b ]] |
650 | 2024-02-29T20:18:11.782Z | + do_untar out/downloads/mgd.tar.gz |
651 | 2024-02-29T20:18:11.782Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
652 | 2024-02-29T20:18:12.197Z | + do_assemble |
653 | 2024-02-29T20:18:12.198Z | + rm -r ./out/mgd |
654 | 2024-02-29T20:18:12.205Z | + mkdir ./out/mgd |
655 | 2024-02-29T20:18:12.205Z | + cp -r out/downloads/root ./out/mgd/root |
656 | 2024-02-29T20:18:12.355Z | + set -o errexit |
657 | 2024-02-29T20:18:12.364Z | +++ dirname ./tools/ci_download_transceiver_control |
658 | 2024-02-29T20:18:12.364Z | ++ cd ./tools |
659 | 2024-02-29T20:18:12.364Z | ++ pwd |
660 | 2024-02-29T20:18:12.364Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
661 | 2024-02-29T20:18:12.364Z | ++ basename ./tools/ci_download_transceiver_control |
662 | 2024-02-29T20:18:12.364Z | + ARG0=ci_download_transceiver_control |
663 | 2024-02-29T20:18:12.364Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
664 | 2024-02-29T20:18:12.364Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
665 | 2024-02-29T20:18:12.364Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
666 | 2024-02-29T20:18:12.365Z | + TARGET_DIR=out |
667 | 2024-02-29T20:18:12.365Z | + DOWNLOAD_DIR=out/downloads |
668 | 2024-02-29T20:18:12.365Z | + DEST_DIR=./out/transceiver-control |
669 | 2024-02-29T20:18:12.365Z | + BIN_DIR=/opt/oxide/bin |
670 | 2024-02-29T20:18:12.365Z | + BINARY=xcvradm |
671 | 2024-02-29T20:18:12.365Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
672 | 2024-02-29T20:18:12.365Z | + REPO=oxidecomputer/transceiver-control |
673 | 2024-02-29T20:18:12.365Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
674 | 2024-02-29T20:18:12.365Z | + main |
675 | 2024-02-29T20:18:12.365Z | + [[ 0 != 0 ]] |
676 | 2024-02-29T20:18:12.366Z | + CIDL_OS=solaris2.11 |
677 | 2024-02-29T20:18:12.366Z | + [[ 0 != 0 ]] |
678 | 2024-02-29T20:18:12.366Z | + configure_os solaris2.11 |
679 | 2024-02-29T20:18:12.366Z | + echo 'current directory: /work/oxidecomputer/omicron' |
680 | 2024-02-29T20:18:12.366Z | current directory: /work/oxidecomputer/omicron |
681 | 2024-02-29T20:18:12.366Z | + echo 'configuring based on OS: "solaris2.11"' |
682 | 2024-02-29T20:18:12.366Z | + case "$1" in |
683 | 2024-02-29T20:18:12.366Z | configuring based on OS: "solaris2.11" |
684 | 2024-02-29T20:18:12.366Z | + SET_BINARIES= |
685 | 2024-02-29T20:18:12.366Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
686 | 2024-02-29T20:18:12.366Z | + CIDL_SHA256FUNC=do_sha256sum |
687 | 2024-02-29T20:18:12.366Z | + ARCHIVE_FILENAME=xcvradm.gz |
688 | 2024-02-29T20:18:12.366Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
689 | 2024-02-29T20:18:12.366Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
690 | 2024-02-29T20:18:12.367Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
691 | 2024-02-29T20:18:12.367Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
692 | 2024-02-29T20:18:12.367Z | + echo 'Local file: out/downloads/xcvradm.gz' |
693 | 2024-02-29T20:18:12.367Z | + mkdir -p out/downloads |
694 | 2024-02-29T20:18:12.367Z | Local file: out/downloads/xcvradm.gz |
695 | 2024-02-29T20:18:12.367Z | + mkdir -p ./out/transceiver-control |
696 | 2024-02-29T20:18:12.367Z | + fetch_and_verify |
697 | 2024-02-29T20:18:12.367Z | + local DO_DOWNLOAD=true |
698 | 2024-02-29T20:18:12.368Z | + [[ -f out/downloads/xcvradm.gz ]] |
699 | 2024-02-29T20:18:12.368Z | + '[' true == true ']' |
700 | 2024-02-29T20:18:12.368Z | + echo Downloading... |
701 | 2024-02-29T20:18:12.368Z | Downloading... |
702 | 2024-02-29T20:18:12.368Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
703 | 2024-02-29T20:18:12.368Z | + curl --silent --show-error --fail --location --output out/downloads/xcvradm.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
704 | 2024-02-29T20:18:16.580Z | ++ do_sha256sum out/downloads/xcvradm.gz |
705 | 2024-02-29T20:18:16.594Z | ++ sha256sum |
706 | 2024-02-29T20:18:16.594Z | ++ awk '{print $1}' |
707 | 2024-02-29T20:18:16.595Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
708 | 2024-02-29T20:18:16.595Z | + [[ 388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 != \3\8\8\f\9\e\0\3\0\8\9\e\8\b\c\6\d\4\7\f\d\2\1\f\9\c\8\3\5\5\4\a\6\c\d\c\6\2\6\e\b\9\2\8\3\7\4\f\c\f\f\9\4\5\a\8\8\1\e\1\f\7\e\1 ]] |
709 | 2024-02-29T20:18:16.595Z | + do_unpack out/downloads/xcvradm.gz |
710 | 2024-02-29T20:18:16.595Z | + mkdir -p out/downloads/root//opt/oxide/bin |
711 | 2024-02-29T20:18:16.595Z | + gzip -dc out/downloads/xcvradm.gz |
712 | 2024-02-29T20:18:16.706Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
713 | 2024-02-29T20:18:16.713Z | + do_assemble |
714 | 2024-02-29T20:18:16.713Z | + rm -r ./out/transceiver-control |
715 | 2024-02-29T20:18:16.713Z | + mkdir ./out/transceiver-control |
716 | 2024-02-29T20:18:16.713Z | + cp -r out/downloads/root ./out/transceiver-control/root |
717 | 2024-02-29T20:18:17.236Z | All builder prerequisites installed successfully, and PATH looks valid |
718 | 2024-02-29T20:18:17.248Z | |
719 | 2024-02-29T20:18:17.248Z | real 2:07.535633476 |
720 | 2024-02-29T20:18:17.248Z | user 36.921627518 |
721 | 2024-02-29T20:18:17.248Z | sys 6.959355232 |
722 | 2024-02-29T20:18:17.248Z | trap 0.008604986 |
723 | 2024-02-29T20:18:17.249Z | tflt 0.197234091 |
724 | 2024-02-29T20:18:17.249Z | dflt 0.694182217 |
725 | 2024-02-29T20:18:17.249Z | kflt 0.384234194 |
726 | 2024-02-29T20:18:17.249Z | lock 1.269178744 |
727 | 2024-02-29T20:18:17.249Z | slp 4:20.102224203 |
728 | 2024-02-29T20:18:17.249Z | lat 1.898839094 |
729 | 2024-02-29T20:18:17.249Z | stop 0.109868269 |
730 | 2024-02-29T20:18:17.249Z | |
731 | 2024-02-29T20:18:17.249Z | #### # # ##### ##### # # |
732 | 2024-02-29T20:18:17.250Z | # # # # # # # # # # |
733 | 2024-02-29T20:18:17.250Z | # # # # # # # # |
734 | 2024-02-29T20:18:17.250Z | # # # ##### ##### # |
735 | 2024-02-29T20:18:17.250Z | # # # # # # # |
736 | 2024-02-29T20:18:17.250Z | #### ###### # # # # |
737 | 2024-02-29T20:18:17.250Z | |
738 | 2024-02-29T20:18:17.460Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
739 | 2024-02-29T20:18:17.875Z | Updating git repository `https://github.com/oxidecomputer/samael` |
740 | 2024-02-29T20:18:18.402Z | Updating crates.io index |
741 | 2024-02-29T20:18:18.406Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
742 | 2024-02-29T20:18:19.322Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
743 | 2024-02-29T20:18:21.058Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
744 | 2024-02-29T20:18:21.592Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
745 | 2024-02-29T20:18:21.977Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
746 | 2024-02-29T20:18:22.368Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
747 | 2024-02-29T20:18:22.737Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
748 | 2024-02-29T20:18:23.684Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
749 | 2024-02-29T20:18:25.811Z | Updating git repository `https://github.com/oxidecomputer/opte` |
750 | 2024-02-29T20:18:26.759Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
751 | 2024-02-29T20:18:27.288Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
752 | 2024-02-29T20:18:27.949Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
753 | 2024-02-29T20:18:28.785Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
754 | 2024-02-29T20:18:28.788Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
755 | 2024-02-29T20:18:28.986Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
756 | 2024-02-29T20:18:29.349Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
757 | 2024-02-29T20:18:29.859Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
758 | 2024-02-29T20:18:30.322Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
759 | 2024-02-29T20:18:30.827Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
760 | 2024-02-29T20:18:31.172Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
761 | 2024-02-29T20:18:31.469Z | Updating git repository `https://github.com/jgallagher/nix` |
762 | 2024-02-29T20:18:32.609Z | Updating git repository `https://github.com/cbiffle/hubpack` |
763 | 2024-02-29T20:18:33.087Z | Updating git repository `https://github.com/oxidecomputer/typify` |
764 | 2024-02-29T20:18:34.770Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
765 | 2024-02-29T20:18:35.197Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
766 | 2024-02-29T20:18:35.473Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
767 | 2024-02-29T20:18:36.898Z | Downloading crates ... |
768 | 2024-02-29T20:18:37.083Z | Downloaded cargo_toml v0.19.0 |
769 | 2024-02-29T20:18:37.091Z | Downloaded anstyle v1.0.2 |
770 | 2024-02-29T20:18:37.091Z | Downloaded anstream v0.6.11 |
771 | 2024-02-29T20:18:37.095Z | Downloaded colorchoice v1.0.0 |
772 | 2024-02-29T20:18:37.104Z | Downloaded equivalent v1.0.1 |
773 | 2024-02-29T20:18:37.107Z | Downloaded itoa v1.0.9 |
774 | 2024-02-29T20:18:37.110Z | Downloaded toml_datetime v0.6.5 |
775 | 2024-02-29T20:18:37.111Z | Downloaded errno v0.3.8 |
776 | 2024-02-29T20:18:37.114Z | Downloaded heck v0.4.1 |
777 | 2024-02-29T20:18:37.120Z | Downloaded anstyle-query v1.0.0 |
778 | 2024-02-29T20:18:37.120Z | Downloaded indexmap v2.2.3 |
779 | 2024-02-29T20:18:37.120Z | Downloaded cargo-platform v0.1.3 |
780 | 2024-02-29T20:18:37.130Z | Downloaded clap_lex v0.7.0 |
781 | 2024-02-29T20:18:37.130Z | Downloaded thiserror v1.0.57 |
782 | 2024-02-29T20:18:37.130Z | Downloaded camino v1.1.6 |
783 | 2024-02-29T20:18:37.130Z | Downloaded anstyle-parse v0.2.1 |
784 | 2024-02-29T20:18:37.137Z | Downloaded clap_derive v4.5.0 |
785 | 2024-02-29T20:18:37.137Z | Downloaded cargo_metadata v0.18.1 |
786 | 2024-02-29T20:18:37.137Z | Downloaded bitflags v2.4.0 |
787 | 2024-02-29T20:18:37.141Z | Downloaded terminal_size v0.3.0 |
788 | 2024-02-29T20:18:37.141Z | Downloaded serde_spanned v0.6.5 |
789 | 2024-02-29T20:18:37.141Z | Downloaded anyhow v1.0.75 |
790 | 2024-02-29T20:18:37.145Z | Downloaded semver v1.0.22 |
791 | 2024-02-29T20:18:37.145Z | Downloaded strsim v0.11.0 |
792 | 2024-02-29T20:18:37.152Z | Downloaded ryu v1.0.15 |
793 | 2024-02-29T20:18:37.152Z | Downloaded unicode-ident v1.0.12 |
794 | 2024-02-29T20:18:37.152Z | Downloaded serde_derive v1.0.196 |
795 | 2024-02-29T20:18:37.158Z | Downloaded quote v1.0.35 |
796 | 2024-02-29T20:18:37.158Z | Downloaded proc-macro2 v1.0.78 |
797 | 2024-02-29T20:18:37.158Z | Downloaded clap v4.5.0 |
798 | 2024-02-29T20:18:37.166Z | Downloaded thiserror-impl v1.0.57 |
799 | 2024-02-29T20:18:37.173Z | Downloaded serde v1.0.196 |
800 | 2024-02-29T20:18:37.193Z | Downloaded utf8parse v0.2.1 |
801 | 2024-02-29T20:18:37.193Z | Downloaded memchr v2.6.3 |
802 | 2024-02-29T20:18:37.193Z | Downloaded toml_edit v0.22.6 |
803 | 2024-02-29T20:18:37.202Z | Downloaded toml v0.8.10 |
804 | 2024-02-29T20:18:37.218Z | Downloaded hashbrown v0.14.3 |
805 | 2024-02-29T20:18:37.234Z | Downloaded clap_builder v4.5.0 |
806 | 2024-02-29T20:18:37.246Z | Downloaded serde_json v1.0.114 |
807 | 2024-02-29T20:18:37.247Z | Downloaded winnow v0.6.1 |
808 | 2024-02-29T20:18:37.271Z | Downloaded syn v2.0.48 |
809 | 2024-02-29T20:18:37.271Z | Downloaded rustix v0.38.31 |
810 | 2024-02-29T20:18:37.297Z | Downloaded libc v0.2.153 |
811 | 2024-02-29T20:18:37.515Z | Compiling proc-macro2 v1.0.78 |
812 | 2024-02-29T20:18:37.515Z | Compiling unicode-ident v1.0.12 |
813 | 2024-02-29T20:18:37.531Z | Compiling serde v1.0.196 |
814 | 2024-02-29T20:18:37.531Z | Compiling libc v0.2.153 |
815 | 2024-02-29T20:18:37.531Z | Compiling rustix v0.38.31 |
816 | 2024-02-29T20:18:37.531Z | Compiling hashbrown v0.14.3 |
817 | 2024-02-29T20:18:37.531Z | Compiling equivalent v1.0.1 |
818 | 2024-02-29T20:18:37.539Z | Compiling bitflags v2.4.0 |
819 | 2024-02-29T20:18:37.692Z | Compiling utf8parse v0.2.1 |
820 | 2024-02-29T20:18:37.732Z | Compiling semver v1.0.22 |
821 | 2024-02-29T20:18:37.845Z | Compiling anstyle-parse v0.2.1 |
822 | 2024-02-29T20:18:37.944Z | Compiling winnow v0.6.1 |
823 | 2024-02-29T20:18:38.145Z | Compiling camino v1.1.6 |
824 | 2024-02-29T20:18:38.621Z | Compiling indexmap v2.2.3 |
825 | 2024-02-29T20:18:39.503Z | Compiling anstyle-query v1.0.0 |
826 | 2024-02-29T20:18:39.587Z | Compiling anstyle v1.0.2 |
827 | 2024-02-29T20:18:39.882Z | Compiling thiserror v1.0.57 |
828 | 2024-02-29T20:18:40.395Z | Compiling colorchoice v1.0.0 |
829 | 2024-02-29T20:18:40.408Z | Compiling serde_json v1.0.114 |
830 | 2024-02-29T20:18:40.509Z | Compiling anstream v0.6.11 |
831 | 2024-02-29T20:18:40.682Z | Compiling strsim v0.11.0 |
832 | 2024-02-29T20:18:40.682Z | Compiling itoa v1.0.9 |
833 | 2024-02-29T20:18:40.748Z | Compiling clap_lex v0.7.0 |
834 | 2024-02-29T20:18:40.769Z | Compiling ryu v1.0.15 |
835 | 2024-02-29T20:18:40.796Z | Compiling anyhow v1.0.75 |
836 | 2024-02-29T20:18:40.878Z | Compiling heck v0.4.1 |
837 | 2024-02-29T20:18:41.419Z | Compiling quote v1.0.35 |
838 | 2024-02-29T20:18:41.751Z | Compiling syn v2.0.48 |
839 | 2024-02-29T20:18:41.877Z | Compiling errno v0.3.8 |
840 | 2024-02-29T20:18:42.794Z | Compiling terminal_size v0.3.0 |
841 | 2024-02-29T20:18:42.798Z | Compiling clap_builder v4.5.0 |
842 | 2024-02-29T20:18:46.577Z | Compiling serde_derive v1.0.196 |
843 | 2024-02-29T20:18:47.805Z | Compiling thiserror-impl v1.0.57 |
844 | 2024-02-29T20:18:47.805Z | Compiling clap_derive v4.5.0 |
845 | 2024-02-29T20:18:49.319Z | Compiling clap v4.5.0 |
846 | 2024-02-29T20:18:54.715Z | Compiling serde_spanned v0.6.5 |
847 | 2024-02-29T20:18:54.719Z | Compiling toml_datetime v0.6.5 |
848 | 2024-02-29T20:18:54.719Z | Compiling cargo-platform v0.1.3 |
849 | 2024-02-29T20:18:54.956Z | Compiling toml_edit v0.22.6 |
850 | 2024-02-29T20:18:56.028Z | Compiling cargo_metadata v0.18.1 |
851 | 2024-02-29T20:18:57.011Z | Compiling toml v0.8.10 |
852 | 2024-02-29T20:18:57.679Z | Compiling cargo_toml v0.19.0 |
853 | 2024-02-29T20:19:01.558Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
854 | 2024-02-29T20:19:02.541Z | Finished dev [unoptimized + debuginfo] target(s) in 45.24s |
855 | 2024-02-29T20:19:02.721Z | Running `target/debug/xtask clippy` |
856 | 2024-02-29T20:19:02.755Z | running: "/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" "--warn" "clippy::disallowed_macros" "--warn" "clippy::disallowed_methods" "--warn" "clippy::disallowed_names" "--warn" "clippy::disallowed_script_idents" "--warn" "clippy::disallowed_types" |
857 | 2024-02-29T20:19:03.298Z | Downloading crates ... |
858 | 2024-02-29T20:19:03.514Z | Downloaded arc-swap v1.6.0 |
859 | 2024-02-29T20:19:03.544Z | Downloaded httpdate v1.0.3 |
860 | 2024-02-29T20:19:03.544Z | Downloaded hubpack_derive v0.1.1 |
861 | 2024-02-29T20:19:03.544Z | Downloaded bytecount v0.6.3 |
862 | 2024-02-29T20:19:03.558Z | Downloaded ciborium-ll v0.2.2 |
863 | 2024-02-29T20:19:03.558Z | Downloaded chacha20 v0.9.1 |
864 | 2024-02-29T20:19:03.559Z | Downloaded instant v0.1.12 |
865 | 2024-02-29T20:19:03.559Z | Downloaded ident_case v1.0.1 |
866 | 2024-02-29T20:19:03.559Z | Downloaded hyper-staticfile v0.9.5 |
867 | 2024-02-29T20:19:03.559Z | Downloaded cancel-safe-futures v0.1.5 |
868 | 2024-02-29T20:19:03.560Z | Downloaded cexpr v0.6.0 |
869 | 2024-02-29T20:19:03.560Z | Downloaded inout v0.1.3 |
870 | 2024-02-29T20:19:03.560Z | Downloaded normalize-line-endings v0.3.0 |
871 | 2024-02-29T20:19:03.577Z | Downloaded hyper-tls v0.5.0 |
872 | 2024-02-29T20:19:03.577Z | Downloaded colored v2.0.4 |
873 | 2024-02-29T20:19:03.577Z | Downloaded hyper-rustls v0.24.2 |
874 | 2024-02-29T20:19:03.577Z | Downloaded newtype_derive v0.1.6 |
875 | 2024-02-29T20:19:03.577Z | Downloaded num-bigint-dig v0.8.4 |
876 | 2024-02-29T20:19:03.609Z | Downloaded serde-big-array v0.4.1 |
877 | 2024-02-29T20:19:03.609Z | Downloaded rpassword v7.3.1 |
878 | 2024-02-29T20:19:03.609Z | Downloaded num-rational v0.4.1 |
879 | 2024-02-29T20:19:03.610Z | Downloaded rtoolbox v0.0.1 |
880 | 2024-02-29T20:19:03.625Z | Downloaded autocfg v1.1.0 |
881 | 2024-02-29T20:19:03.626Z | Downloaded block-buffer v0.10.4 |
882 | 2024-02-29T20:19:03.626Z | Downloaded bit-vec v0.6.3 |
883 | 2024-02-29T20:19:03.626Z | Downloaded highway v1.1.0 |
884 | 2024-02-29T20:19:03.626Z | Downloaded atty v0.2.14 |
885 | 2024-02-29T20:19:03.626Z | Downloaded home v0.5.5 |
886 | 2024-02-29T20:19:03.626Z | Downloaded async-stream-impl v0.3.5 |
887 | 2024-02-29T20:19:03.626Z | Downloaded hyper-util v0.1.2 |
888 | 2024-02-29T20:19:03.626Z | Downloaded blake2 v0.10.6 |
889 | 2024-02-29T20:19:03.626Z | Downloaded rstest_macros v0.18.2 |
890 | 2024-02-29T20:19:03.626Z | Downloaded crunchy v0.2.2 |
891 | 2024-02-29T20:19:03.662Z | Downloaded nodrop v0.1.14 |
892 | 2024-02-29T20:19:03.662Z | Downloaded cstr-argument v0.1.2 |
893 | 2024-02-29T20:19:03.662Z | Downloaded serde-big-array v0.5.1 |
894 | 2024-02-29T20:19:03.662Z | Downloaded signal-hook-tokio v0.3.1 |
895 | 2024-02-29T20:19:03.662Z | Downloaded nested v0.1.1 |
896 | 2024-02-29T20:19:03.662Z | Downloaded new_debug_unreachable v1.0.4 |
897 | 2024-02-29T20:19:03.662Z | Downloaded matches v0.1.10 |
898 | 2024-02-29T20:19:03.662Z | Downloaded arrayref v0.3.7 |
899 | 2024-02-29T20:19:03.689Z | Downloaded criterion-plot v0.5.0 |
900 | 2024-02-29T20:19:03.689Z | Downloaded crc-catalog v2.2.0 |
901 | 2024-02-29T20:19:03.689Z | Downloaded atomicwrites v0.4.3 |
902 | 2024-02-29T20:19:03.690Z | Downloaded async-stream v0.3.5 |
903 | 2024-02-29T20:19:03.690Z | Downloaded http-body v1.0.0 |
904 | 2024-02-29T20:19:03.690Z | Downloaded http-range v0.1.5 |
905 | 2024-02-29T20:19:03.690Z | Downloaded crypto-common v0.1.6 |
906 | 2024-02-29T20:19:03.690Z | Downloaded time-core v0.1.1 |
907 | 2024-02-29T20:19:03.690Z | Downloaded atomic-waker v1.1.1 |
908 | 2024-02-29T20:19:03.690Z | Downloaded curve25519-dalek-derive v0.1.0 |
909 | 2024-02-29T20:19:03.691Z | Downloaded bitflags v1.3.2 |
910 | 2024-02-29T20:19:03.691Z | Downloaded memmap v0.7.0 |
911 | 2024-02-29T20:19:03.691Z | Downloaded linked-hash-map v0.5.6 |
912 | 2024-02-29T20:19:03.691Z | Downloaded newtype-uuid v1.0.1 |
913 | 2024-02-29T20:19:03.691Z | Downloaded tempdir v0.3.7 |
914 | 2024-02-29T20:19:03.692Z | Downloaded is-terminal v0.4.9 |
915 | 2024-02-29T20:19:03.692Z | Downloaded slog-bunyan v2.5.0 |
916 | 2024-02-29T20:19:03.692Z | Downloaded lru v0.12.1 |
917 | 2024-02-29T20:19:03.692Z | Downloaded bb8 v0.8.3 |
918 | 2024-02-29T20:19:03.692Z | Downloaded md-5 v0.10.5 |
919 | 2024-02-29T20:19:03.718Z | Downloaded maplit v1.0.2 |
920 | 2024-02-29T20:19:03.718Z | Downloaded multimap v0.10.0 |
921 | 2024-02-29T20:19:03.719Z | Downloaded nibble_vec v0.1.0 |
922 | 2024-02-29T20:19:03.719Z | Downloaded memoffset v0.7.1 |
923 | 2024-02-29T20:19:03.719Z | Downloaded managed v0.8.0 |
924 | 2024-02-29T20:19:03.719Z | Downloaded humantime v2.1.0 |
925 | 2024-02-29T20:19:03.719Z | Downloaded lazy_static v1.4.0 |
926 | 2024-02-29T20:19:03.719Z | Downloaded serde_repr v0.1.16 |
927 | 2024-02-29T20:19:03.720Z | Downloaded scheduled-thread-pool v0.2.7 |
928 | 2024-02-29T20:19:03.720Z | Downloaded camino-tempfile v1.1.1 |
929 | 2024-02-29T20:19:03.720Z | Downloaded oso-derive v0.27.0 |
930 | 2024-02-29T20:19:03.720Z | Downloaded assert_cmd v2.0.14 |
931 | 2024-02-29T20:19:03.720Z | Downloaded tiny-keccak v2.0.2 |
932 | 2024-02-29T20:19:03.743Z | Downloaded backoff v0.4.0 |
933 | 2024-02-29T20:19:03.744Z | Downloaded maybe-uninit v2.0.0 |
934 | 2024-02-29T20:19:03.744Z | Downloaded strum_macros v0.26.1 |
935 | 2024-02-29T20:19:03.744Z | Downloaded log v0.4.20 |
936 | 2024-02-29T20:19:03.745Z | Downloaded httparse v1.8.0 |
937 | 2024-02-29T20:19:03.745Z | Downloaded mime_guess v2.0.4 |
938 | 2024-02-29T20:19:03.745Z | Downloaded slog-async v2.8.0 |
939 | 2024-02-29T20:19:03.745Z | Downloaded linear-map v1.2.0 |
940 | 2024-02-29T20:19:03.761Z | Downloaded blake2b_simd v1.0.1 |
941 | 2024-02-29T20:19:03.761Z | Downloaded form_urlencoded v1.2.1 |
942 | 2024-02-29T20:19:03.761Z | Downloaded memmap2 v0.7.1 |
943 | 2024-02-29T20:19:03.761Z | Downloaded strsim v0.10.0 |
944 | 2024-02-29T20:19:03.761Z | Downloaded crc32fast v1.3.2 |
945 | 2024-02-29T20:19:03.762Z | Downloaded unicode-xid v0.2.4 |
946 | 2024-02-29T20:19:03.762Z | Downloaded difflib v0.4.0 |
947 | 2024-02-29T20:19:03.762Z | Downloaded hash32 v0.2.1 |
948 | 2024-02-29T20:19:03.762Z | Downloaded num_enum v0.5.11 |
949 | 2024-02-29T20:19:03.791Z | Downloaded cfg-expr v0.15.6 |
950 | 2024-02-29T20:19:03.791Z | Downloaded native-tls v0.2.11 |
951 | 2024-02-29T20:19:03.792Z | Downloaded miniz_oxide v0.7.1 |
952 | 2024-02-29T20:19:03.792Z | Downloaded basic-toml v0.1.8 |
953 | 2024-02-29T20:19:03.807Z | Downloaded digest v0.10.7 |
954 | 2024-02-29T20:19:03.807Z | Downloaded strum v0.26.1 |
955 | 2024-02-29T20:19:03.807Z | Downloaded doc-comment v0.3.3 |
956 | 2024-02-29T20:19:03.808Z | Downloaded getrandom v0.2.10 |
957 | 2024-02-29T20:19:03.808Z | Downloaded parse-size v1.0.0 |
958 | 2024-02-29T20:19:03.808Z | Downloaded data-encoding v2.4.0 |
959 | 2024-02-29T20:19:03.808Z | Downloaded snafu-derive v0.7.5 |
960 | 2024-02-29T20:19:03.809Z | Downloaded universal-hash v0.5.1 |
961 | 2024-02-29T20:19:03.809Z | Downloaded scopeguard v1.2.0 |
962 | 2024-02-29T20:19:03.809Z | Downloaded supports-color v3.0.0 |
963 | 2024-02-29T20:19:03.809Z | Downloaded rustc-hash v1.1.0 |
964 | 2024-02-29T20:19:03.809Z | Downloaded ref-cast v1.0.20 |
965 | 2024-02-29T20:19:04.239Z | Downloaded slog-envlogger v2.2.0 |
966 | 2024-02-29T20:19:04.239Z | Downloaded time-macros v0.2.13 |
967 | 2024-02-29T20:19:04.239Z | Downloaded derive-where v1.2.7 |
968 | 2024-02-29T20:19:04.239Z | Downloaded bytes v1.5.0 |
969 | 2024-02-29T20:19:04.239Z | Downloaded crossbeam-utils v0.8.16 |
970 | 2024-02-29T20:19:04.247Z | Downloaded termtree v0.4.1 |
971 | 2024-02-29T20:19:04.247Z | Downloaded crypto-bigint v0.5.2 |
972 | 2024-02-29T20:19:04.248Z | Downloaded num_cpus v1.16.0 |
973 | 2024-02-29T20:19:04.248Z | Downloaded quick-error v1.2.3 |
974 | 2024-02-29T20:19:04.248Z | Downloaded semver v0.1.20 |
975 | 2024-02-29T20:19:04.248Z | Downloaded proc-macro-crate v1.3.1 |
976 | 2024-02-29T20:19:04.248Z | Downloaded ed25519 v1.5.3 |
977 | 2024-02-29T20:19:04.248Z | Downloaded dyn-clone v1.0.16 |
978 | 2024-02-29T20:19:04.248Z | Downloaded number_prefix v0.4.0 |
979 | 2024-02-29T20:19:04.248Z | Downloaded usdt-attr-macro v0.5.0 |
980 | 2024-02-29T20:19:04.248Z | Downloaded strsim v0.8.0 |
981 | 2024-02-29T20:19:04.248Z | Downloaded funty v2.0.0 |
982 | 2024-02-29T20:19:04.248Z | Downloaded phf_shared v0.10.0 |
983 | 2024-02-29T20:19:04.248Z | Downloaded owo-colors v4.0.0 |
984 | 2024-02-29T20:19:04.248Z | Downloaded either v1.10.0 |
985 | 2024-02-29T20:19:04.248Z | Downloaded enum-as-inner v0.5.1 |
986 | 2024-02-29T20:19:04.248Z | Downloaded globset v0.4.13 |
987 | 2024-02-29T20:19:04.248Z | Downloaded secrecy v0.8.0 |
988 | 2024-02-29T20:19:04.248Z | Downloaded rustc-demangle v0.1.23 |
989 | 2024-02-29T20:19:04.248Z | Downloaded der_derive v0.7.2 |
990 | 2024-02-29T20:19:04.248Z | Downloaded pkcs8 v0.10.2 |
991 | 2024-02-29T20:19:04.248Z | Downloaded thread-id v4.2.0 |
992 | 2024-02-29T20:19:04.248Z | Downloaded take_mut v0.2.2 |
993 | 2024-02-29T20:19:04.249Z | Downloaded sha1 v0.10.6 |
994 | 2024-02-29T20:19:04.249Z | Downloaded ppv-lite86 v0.2.17 |
995 | 2024-02-29T20:19:04.249Z | Downloaded futures-io v0.3.30 |
996 | 2024-02-29T20:19:04.249Z | Downloaded thiserror-no-std v2.0.2 |
997 | 2024-02-29T20:19:04.249Z | Downloaded serde_plain v1.0.2 |
998 | 2024-02-29T20:19:04.249Z | Downloaded tokio-native-tls v0.3.1 |
999 | 2024-02-29T20:19:04.249Z | Downloaded target-lexicon v0.12.13 |
1000 | 2024-02-29T20:19:04.249Z | Downloaded tokio-rustls v0.25.0 |
1001 | 2024-02-29T20:19:04.249Z | Downloaded phf_shared v0.11.2 |
1002 | 2024-02-29T20:19:04.249Z | Downloaded peeking_take_while v0.1.2 |
1003 | 2024-02-29T20:19:04.249Z | Downloaded darling_macro v0.20.3 |
1004 | 2024-02-29T20:19:04.249Z | Downloaded tokio-postgres v0.7.10 |
1005 | 2024-02-29T20:19:04.249Z | Downloaded filetime v0.2.23 |
1006 | 2024-02-29T20:19:04.249Z | Downloaded yansi v0.5.1 |
1007 | 2024-02-29T20:19:04.249Z | Downloaded remove_dir_all v0.5.3 |
1008 | 2024-02-29T20:19:04.249Z | Downloaded which v4.4.0 |
1009 | 2024-02-29T20:19:04.249Z | Downloaded pkcs1 v0.7.5 |
1010 | 2024-02-29T20:19:04.249Z | Downloaded similar v2.3.0 |
1011 | 2024-02-29T20:19:04.249Z | Downloaded tap v1.0.1 |
1012 | 2024-02-29T20:19:04.249Z | Downloaded tracing-attributes v0.1.26 |
1013 | 2024-02-29T20:19:04.249Z | Downloaded derive_builder_core v0.12.0 |
1014 | 2024-02-29T20:19:04.249Z | Downloaded fastrand v2.0.1 |
1015 | 2024-02-29T20:19:04.249Z | Downloaded siphasher v0.3.11 |
1016 | 2024-02-29T20:19:04.250Z | Downloaded usdt-impl v0.3.5 |
1017 | 2024-02-29T20:19:04.250Z | Downloaded zone_cfg_derive v0.3.0 |
1018 | 2024-02-29T20:19:04.250Z | Downloaded vte_generate_state_changes v0.1.1 |
1019 | 2024-02-29T20:19:04.250Z | Downloaded crossbeam-channel v0.5.8 |
1020 | 2024-02-29T20:19:04.250Z | Downloaded num_threads v0.1.6 |
1021 | 2024-02-29T20:19:04.250Z | Downloaded dtrace-parser v0.1.14 |
1022 | 2024-02-29T20:19:04.250Z | Downloaded float-cmp v0.9.0 |
1023 | 2024-02-29T20:19:04.250Z | Downloaded futures-timer v3.0.2 |
1024 | 2024-02-29T20:19:04.250Z | Downloaded rustls-pemfile v1.0.3 |
1025 | 2024-02-29T20:19:04.250Z | Downloaded futures-task v0.3.30 |
1026 | 2024-02-29T20:19:04.250Z | Downloaded similar-asserts v1.5.0 |
1027 | 2024-02-29T20:19:04.250Z | Downloaded proc-macro-error-attr v1.0.4 |
1028 | 2024-02-29T20:19:04.250Z | Downloaded threadpool v1.8.1 |
1029 | 2024-02-29T20:19:04.250Z | Downloaded signature v1.6.4 |
1030 | 2024-02-29T20:19:04.250Z | Downloaded xattr v1.0.1 |
1031 | 2024-02-29T20:19:04.250Z | Downloaded trust-dns-server v0.22.1 |
1032 | 2024-02-29T20:19:04.250Z | Downloaded ref-cast-impl v1.0.20 |
1033 | 2024-02-29T20:19:04.250Z | Downloaded rustls-pki-types v1.3.0 |
1034 | 2024-02-29T20:19:04.250Z | Downloaded derive_builder_macro v0.12.0 |
1035 | 2024-02-29T20:19:04.250Z | Downloaded endian-type v0.1.2 |
1036 | 2024-02-29T20:19:04.250Z | Downloaded half v2.3.1 |
1037 | 2024-02-29T20:19:04.250Z | Downloaded slog-scope v4.4.0 |
1038 | 2024-02-29T20:19:04.250Z | Downloaded signal-hook-mio v0.2.3 |
1039 | 2024-02-29T20:19:04.251Z | Downloaded fxhash v0.2.1 |
1040 | 2024-02-29T20:19:04.251Z | Downloaded termios v0.3.3 |
1041 | 2024-02-29T20:19:04.251Z | Downloaded minimal-lexical v0.2.1 |
1042 | 2024-02-29T20:19:04.251Z | Downloaded strip-ansi-escapes v0.2.0 |
1043 | 2024-02-29T20:19:04.251Z | Downloaded shlex v1.3.0 |
1044 | 2024-02-29T20:19:04.251Z | Downloaded dof v0.3.0 |
1045 | 2024-02-29T20:19:04.251Z | Downloaded plotters-svg v0.3.5 |
1046 | 2024-02-29T20:19:04.251Z | Downloaded path-slash v0.1.5 |
1047 | 2024-02-29T20:19:04.251Z | Downloaded usdt-attr-macro v0.3.5 |
1048 | 2024-02-29T20:19:04.251Z | Downloaded tower-layer v0.3.2 |
1049 | 2024-02-29T20:19:04.251Z | Downloaded tower-service v0.3.2 |
1050 | 2024-02-29T20:19:04.251Z | Downloaded packed_struct v0.10.1 |
1051 | 2024-02-29T20:19:04.251Z | Downloaded postcard v1.0.8 |
1052 | 2024-02-29T20:19:04.251Z | Downloaded itertools v0.12.1 |
1053 | 2024-02-29T20:19:04.251Z | Downloaded dtrace-parser v0.2.0 |
1054 | 2024-02-29T20:19:04.251Z | Downloaded zerocopy v0.3.0 |
1055 | 2024-02-29T20:19:04.251Z | Downloaded stability v0.1.1 |
1056 | 2024-02-29T20:19:04.251Z | Downloaded partial-io v0.5.4 |
1057 | 2024-02-29T20:19:04.251Z | Downloaded rustls-native-certs v0.7.0 |
1058 | 2024-02-29T20:19:04.251Z | Downloaded unicode-linebreak v0.1.5 |
1059 | 2024-02-29T20:19:04.251Z | Downloaded fnv v1.0.7 |
1060 | 2024-02-29T20:19:04.251Z | Downloaded serde_yaml v0.9.25 |
1061 | 2024-02-29T20:19:04.251Z | Downloaded parking_lot_core v0.8.6 |
1062 | 2024-02-29T20:19:04.251Z | Downloaded rstest v0.18.2 |
1063 | 2024-02-29T20:19:04.252Z | Downloaded tinyvec_macros v0.1.1 |
1064 | 2024-02-29T20:19:04.252Z | Downloaded usdt-macro v0.5.0 |
1065 | 2024-02-29T20:19:04.252Z | Downloaded futures-macro v0.3.30 |
1066 | 2024-02-29T20:19:04.252Z | Downloaded rusty-fork v0.3.0 |
1067 | 2024-02-29T20:19:04.252Z | Downloaded usdt v0.5.0 |
1068 | 2024-02-29T20:19:04.252Z | Downloaded usdt v0.3.5 |
1069 | 2024-02-29T20:19:04.252Z | Downloaded ena v0.14.2 |
1070 | 2024-02-29T20:19:04.257Z | Downloaded predicates-core v1.0.6 |
1071 | 2024-02-29T20:19:04.257Z | Downloaded papergrid v0.11.0 |
1072 | 2024-02-29T20:19:04.257Z | Downloaded pin-project-internal v1.1.3 |
1073 | 2024-02-29T20:19:04.257Z | Downloaded try-lock v0.2.4 |
1074 | 2024-02-29T20:19:04.258Z | Downloaded pin-utils v0.1.0 |
1075 | 2024-02-29T20:19:04.258Z | Downloaded phf v0.11.2 |
1076 | 2024-02-29T20:19:04.258Z | Downloaded futures-executor v0.3.30 |
1077 | 2024-02-29T20:19:04.258Z | Downloaded semver v0.11.0 |
1078 | 2024-02-29T20:19:04.258Z | Downloaded unicase v2.7.0 |
1079 | 2024-02-29T20:19:04.258Z | Downloaded generic-array v0.14.7 |
1080 | 2024-02-29T20:19:04.258Z | Downloaded itertools v0.10.5 |
1081 | 2024-02-29T20:19:04.258Z | Downloaded openssl-probe v0.1.5 |
1082 | 2024-02-29T20:19:04.258Z | Downloaded walkdir v2.4.0 |
1083 | 2024-02-29T20:19:04.258Z | Downloaded foreign-types v0.3.2 |
1084 | 2024-02-29T20:19:04.258Z | Downloaded predicates v3.1.0 |
1085 | 2024-02-29T20:19:04.258Z | Downloaded darling v0.14.4 |
1086 | 2024-02-29T20:19:04.258Z | Downloaded fd-lock v3.0.13 |
1087 | 2024-02-29T20:19:04.258Z | Downloaded zeroize v1.7.0 |
1088 | 2024-02-29T20:19:04.258Z | Downloaded unicode-width v0.1.11 |
1089 | 2024-02-29T20:19:04.258Z | Downloaded packed_struct_codegen v0.10.1 |
1090 | 2024-02-29T20:19:04.258Z | Downloaded rayon-core v1.12.0 |
1091 | 2024-02-29T20:19:04.258Z | Downloaded serde_path_to_error v0.1.15 |
1092 | 2024-02-29T20:19:04.258Z | Downloaded sha2 v0.10.8 |
1093 | 2024-02-29T20:19:04.258Z | Downloaded pathdiff v0.2.1 |
1094 | 2024-02-29T20:19:04.258Z | Downloaded url v2.5.0 |
1095 | 2024-02-29T20:19:04.258Z | Downloaded structmeta-derive v0.2.0 |
1096 | 2024-02-29T20:19:04.259Z | Downloaded pest_generator v2.7.6 |
1097 | 2024-02-29T20:19:04.259Z | Downloaded tokio-rustls v0.24.1 |
1098 | 2024-02-29T20:19:04.259Z | Downloaded getopts v0.2.21 |
1099 | 2024-02-29T20:19:04.259Z | Downloaded rcgen v0.12.1 |
1100 | 2024-02-29T20:19:04.259Z | Downloaded strum v0.25.0 |
1101 | 2024-02-29T20:19:04.259Z | Downloaded hkdf v0.12.4 |
1102 | 2024-02-29T20:19:04.259Z | Downloaded toml v0.5.11 |
1103 | 2024-02-29T20:19:04.259Z | Downloaded subtle v2.5.0 |
1104 | 2024-02-29T20:19:04.259Z | Downloaded plotters-backend v0.3.5 |
1105 | 2024-02-29T20:19:04.259Z | Downloaded resolv-conf v0.7.0 |
1106 | 2024-02-29T20:19:04.259Z | Downloaded darling_core v0.14.4 |
1107 | 2024-02-29T20:19:04.259Z | Downloaded tar v0.4.40 |
1108 | 2024-02-29T20:19:04.259Z | Downloaded num_enum_derive v0.5.11 |
1109 | 2024-02-29T20:19:04.259Z | Downloaded parking_lot_core v0.9.8 |
1110 | 2024-02-29T20:19:04.259Z | Downloaded yasna v0.5.2 |
1111 | 2024-02-29T20:19:04.259Z | Downloaded headers-core v0.2.0 |
1112 | 2024-02-29T20:19:04.259Z | Downloaded heapless v0.7.16 |
1113 | 2024-02-29T20:19:04.259Z | Downloaded spki v0.7.2 |
1114 | 2024-02-29T20:19:04.259Z | Downloaded structmeta v0.3.0 |
1115 | 2024-02-29T20:19:04.259Z | Downloaded plain v0.2.3 |
1116 | 2024-02-29T20:19:04.259Z | Downloaded pkg-config v0.3.27 |
1117 | 2024-02-29T20:19:04.259Z | Downloaded hashbrown v0.13.2 |
1118 | 2024-02-29T20:19:04.259Z | Downloaded fatfs v0.3.6 |
1119 | 2024-02-29T20:19:04.260Z | Downloaded darling_macro v0.14.4 |
1120 | 2024-02-29T20:19:04.260Z | Downloaded toml v0.7.8 |
1121 | 2024-02-29T20:19:04.260Z | Downloaded serde_with v3.6.1 |
1122 | 2024-02-29T20:19:04.260Z | Downloaded untrusted v0.9.0 |
1123 | 2024-02-29T20:19:04.260Z | Downloaded semver-parser v0.10.2 |
1124 | 2024-02-29T20:19:04.260Z | Downloaded tokio-tungstenite v0.20.1 |
1125 | 2024-02-29T20:19:04.260Z | Downloaded clap v2.34.0 |
1126 | 2024-02-29T20:19:04.260Z | Downloaded defmt-macros v0.3.6 |
1127 | 2024-02-29T20:19:04.260Z | Downloaded slog-term v2.9.0 |
1128 | 2024-02-29T20:19:04.260Z | Downloaded glob v0.3.1 |
1129 | 2024-02-29T20:19:04.260Z | Downloaded uuid v1.7.0 |
1130 | 2024-02-29T20:19:04.260Z | Downloaded postgres-types v0.2.6 |
1131 | 2024-02-29T20:19:04.260Z | Downloaded unicode-segmentation v1.10.1 |
1132 | 2024-02-29T20:19:04.260Z | Downloaded usdt-macro v0.3.5 |
1133 | 2024-02-29T20:19:04.260Z | Downloaded smawk v0.3.1 |
1134 | 2024-02-29T20:19:04.260Z | Downloaded fallible-iterator v0.2.0 |
1135 | 2024-02-29T20:19:04.260Z | Downloaded blake3 v1.5.0 |
1136 | 2024-02-29T20:19:04.260Z | Downloaded termcolor v1.2.0 |
1137 | 2024-02-29T20:19:04.260Z | Downloaded foreign-types v0.5.0 |
1138 | 2024-02-29T20:19:04.260Z | Downloaded same-file v1.0.6 |
1139 | 2024-02-29T20:19:04.260Z | Downloaded whoami v1.4.1 |
1140 | 2024-02-29T20:19:04.260Z | Downloaded pretty-hex v0.4.1 |
1141 | 2024-02-29T20:19:04.260Z | Downloaded foreign-types-macros v0.2.3 |
1142 | 2024-02-29T20:19:04.260Z | Downloaded percent-encoding v2.3.1 |
1143 | 2024-02-29T20:19:04.261Z | Downloaded untrusted v0.7.1 |
1144 | 2024-02-29T20:19:04.261Z | Downloaded darling v0.20.3 |
1145 | 2024-02-29T20:19:04.261Z | Downloaded tracing v0.1.37 |
1146 | 2024-02-29T20:19:04.261Z | Downloaded flagset v0.4.3 |
1147 | 2024-02-29T20:19:04.261Z | Downloaded salty v0.2.0 |
1148 | 2024-02-29T20:19:04.261Z | Downloaded fs-err v2.11.0 |
1149 | 2024-02-29T20:19:04.261Z | Downloaded postgres-protocol v0.6.6 |
1150 | 2024-02-29T20:19:04.261Z | Downloaded aho-corasick v1.0.4 |
1151 | 2024-02-29T20:19:04.261Z | Downloaded rsa v0.9.2 |
1152 | 2024-02-29T20:19:04.261Z | Downloaded diff v0.1.13 |
1153 | 2024-02-29T20:19:04.261Z | Downloaded tracing-core v0.1.31 |
1154 | 2024-02-29T20:19:04.267Z | Downloaded zip v0.6.6 |
1155 | 2024-02-29T20:19:04.267Z | Downloaded tinytemplate v1.2.1 |
1156 | 2024-02-29T20:19:04.267Z | Downloaded pin-project v1.1.3 |
1157 | 2024-02-29T20:19:04.276Z | Downloaded diesel_derives v2.1.2 |
1158 | 2024-02-29T20:19:04.279Z | Downloaded trybuild v1.0.89 |
1159 | 2024-02-29T20:19:04.285Z | Downloaded pest_meta v2.7.6 |
1160 | 2024-02-29T20:19:04.290Z | Downloaded elliptic-curve v0.13.8 |
1161 | 2024-02-29T20:19:04.293Z | Downloaded toml_edit v0.19.15 |
1162 | 2024-02-29T20:19:04.311Z | Downloaded unsafe-libyaml v0.2.10 |
1163 | 2024-02-29T20:19:04.315Z | Downloaded derive_more v0.99.17 |
1164 | 2024-02-29T20:19:04.330Z | Downloaded rand v0.4.6 |
1165 | 2024-02-29T20:19:04.339Z | Downloaded unicode_categories v0.1.1 |
1166 | 2024-02-29T20:19:04.339Z | Downloaded petgraph v0.6.4 |
1167 | 2024-02-29T20:19:04.349Z | Downloaded tough v0.16.0 |
1168 | 2024-02-29T20:19:04.361Z | Downloaded chrono v0.4.31 |
1169 | 2024-02-29T20:19:04.361Z | Downloaded tokio-util v0.7.10 |
1170 | 2024-02-29T20:19:04.383Z | Downloaded goblin v0.8.0 |
1171 | 2024-02-29T20:19:04.383Z | Downloaded trust-dns-client v0.22.0 |
1172 | 2024-02-29T20:19:04.402Z | Downloaded rand v0.8.5 |
1173 | 2024-02-29T20:19:04.403Z | Downloaded steno v0.4.0 |
1174 | 2024-02-29T20:19:04.403Z | Downloaded pest v2.7.6 |
1175 | 2024-02-29T20:19:04.403Z | Downloaded omicron-zone-package v0.11.0 |
1176 | 2024-02-29T20:19:04.403Z | Downloaded rayon v1.8.0 |
1177 | 2024-02-29T20:19:04.429Z | Downloaded oso v0.27.0 |
1178 | 2024-02-29T20:19:04.429Z | Downloaded bitvec v1.0.1 |
1179 | 2024-02-29T20:19:04.443Z | Downloaded winnow v0.5.15 |
1180 | 2024-02-29T20:19:04.443Z | Downloaded quick-xml v0.30.0 |
1181 | 2024-02-29T20:19:04.452Z | Downloaded idna v0.2.3 |
1182 | 2024-02-29T20:19:04.452Z | Downloaded sqlparser v0.43.1 |
1183 | 2024-02-29T20:19:04.462Z | Downloaded bindgen v0.69.2 |
1184 | 2024-02-29T20:19:04.476Z | Downloaded curve25519-dalek v4.1.1 |
1185 | 2024-02-29T20:19:04.509Z | Downloaded object v0.32.1 |
1186 | 2024-02-29T20:19:04.510Z | Downloaded futures-util v0.3.30 |
1187 | 2024-02-29T20:19:04.523Z | Downloaded webpki-roots v0.25.2 |
1188 | 2024-02-29T20:19:04.524Z | Downloaded trust-dns-proto v0.22.0 |
1189 | 2024-02-29T20:19:04.539Z | Downloaded bstr v1.6.0 |
1190 | 2024-02-29T20:19:04.540Z | Downloaded bstr v0.2.17 |
1191 | 2024-02-29T20:19:04.552Z | Downloaded vcpkg v0.2.15 |
1192 | 2024-02-29T20:19:04.591Z | Downloaded object v0.30.4 |
1193 | 2024-02-29T20:19:04.614Z | Downloaded smoltcp v0.11.0 |
1194 | 2024-02-29T20:19:04.617Z | Downloaded rustls v0.22.2 |
1195 | 2024-02-29T20:19:04.636Z | Downloaded regress v0.8.0 |
1196 | 2024-02-29T20:19:04.636Z | Downloaded polar-core v0.27.0 |
1197 | 2024-02-29T20:19:04.682Z | Downloaded regex-syntax v0.6.29 |
1198 | 2024-02-29T20:19:04.682Z | Downloaded diesel v2.1.4 |
1199 | 2024-02-29T20:19:04.694Z | Downloaded openapiv3 v2.0.0 |
1200 | 2024-02-29T20:19:04.694Z | Downloaded regex-syntax v0.8.2 |
1201 | 2024-02-29T20:19:04.695Z | Downloaded sled v0.34.7 |
1202 | 2024-02-29T20:19:04.708Z | Downloaded ratatui v0.26.1 |
1203 | 2024-02-29T20:19:04.717Z | Downloaded zerocopy-derive v0.6.4 |
1204 | 2024-02-29T20:19:04.734Z | Downloaded regex-automata v0.4.4 |
1205 | 2024-02-29T20:19:04.752Z | Downloaded regex-automata v0.3.8 |
1206 | 2024-02-29T20:19:04.769Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1207 | 2024-02-29T20:19:04.783Z | Downloaded tokio v1.36.0 |
1208 | 2024-02-29T20:19:04.816Z | Downloaded csv v1.3.0 |
1209 | 2024-02-29T20:19:04.841Z | Downloaded sha3 v0.10.8 |
1210 | 2024-02-29T20:19:04.864Z | Downloaded zerocopy-derive v0.2.0 |
1211 | 2024-02-29T20:19:04.864Z | Downloaded openssl v0.10.60 |
1212 | 2024-02-29T20:19:04.874Z | Downloaded regex v1.10.3 |
1213 | 2024-02-29T20:19:04.881Z | Downloaded smoltcp v0.9.1 |
1214 | 2024-02-29T20:19:04.886Z | Downloaded encoding_rs v0.8.33 |
1215 | 2024-02-29T20:19:04.910Z | Downloaded proptest v1.4.0 |
1216 | 2024-02-29T20:19:04.915Z | Downloaded nix v0.27.1 |
1217 | 2024-02-29T20:19:04.927Z | Downloaded plotters v0.3.5 |
1218 | 2024-02-29T20:19:04.935Z | Downloaded radix_trie v0.2.1 |
1219 | 2024-02-29T20:19:04.941Z | Downloaded idna v0.5.0 |
1220 | 2024-02-29T20:19:04.949Z | Downloaded reqwest v0.11.22 |
1221 | 2024-02-29T20:19:04.956Z | Downloaded portable-atomic v1.4.3 |
1222 | 2024-02-29T20:19:04.962Z | Downloaded openssl-sys v0.9.96 |
1223 | 2024-02-29T20:19:04.968Z | Downloaded gimli v0.28.0 |
1224 | 2024-02-29T20:19:04.978Z | Downloaded rustls v0.21.9 |
1225 | 2024-02-29T20:19:04.991Z | Downloaded heapless v0.8.0 |
1226 | 2024-02-29T20:19:04.995Z | Downloaded pretty_assertions v1.4.0 |
1227 | 2024-02-29T20:19:04.999Z | Downloaded h2 v0.3.24 |
1228 | 2024-02-29T20:19:05.004Z | Downloaded syn v1.0.109 |
1229 | 2024-02-29T20:19:05.019Z | Downloaded typed-path v0.7.0 |
1230 | 2024-02-29T20:19:05.046Z | Downloaded ring v0.17.8 |
1231 | 2024-02-29T20:19:05.107Z | Downloaded rustyline v13.0.0 |
1232 | 2024-02-29T20:19:05.118Z | Downloaded hashbrown v0.12.3 |
1233 | 2024-02-29T20:19:05.118Z | Downloaded prettyplease v0.2.16 |
1234 | 2024-02-29T20:19:05.119Z | Downloaded signal-hook v0.3.17 |
1235 | 2024-02-29T20:19:05.119Z | Downloaded unicode-normalization v0.1.22 |
1236 | 2024-02-29T20:19:05.119Z | Downloaded openssl-macros v0.1.1 |
1237 | 2024-02-29T20:19:05.119Z | Downloaded time v0.3.27 |
1238 | 2024-02-29T20:19:05.131Z | Downloaded regex-automata v0.1.10 |
1239 | 2024-02-29T20:19:05.139Z | Downloaded tabled v0.15.0 |
1240 | 2024-02-29T20:19:05.149Z | Downloaded rustls-webpki v0.101.7 |
1241 | 2024-02-29T20:19:05.160Z | Downloaded reedline v0.29.0 |
1242 | 2024-02-29T20:19:05.167Z | Downloaded ring v0.16.20 |
1243 | 2024-02-29T20:19:05.248Z | Downloaded unicode-bidi v0.3.13 |
1244 | 2024-02-29T20:19:05.252Z | Downloaded x509-cert v0.2.4 |
1245 | 2024-02-29T20:19:05.252Z | Downloaded zerocopy v0.7.32 |
1246 | 2024-02-29T20:19:05.270Z | Downloaded hyper v0.14.27 |
1247 | 2024-02-29T20:19:05.287Z | Downloaded rust-argon2 v1.0.1 |
1248 | 2024-02-29T20:19:05.288Z | Downloaded rustc_version v0.1.7 |
1249 | 2024-02-29T20:19:05.288Z | Downloaded smallvec v0.6.14 |
1250 | 2024-02-29T20:19:05.305Z | Downloaded embedded-io v0.4.0 |
1251 | 2024-02-29T20:19:05.305Z | Downloaded flume v0.11.0 |
1252 | 2024-02-29T20:19:05.306Z | Downloaded lalrpop v0.19.12 |
1253 | 2024-02-29T20:19:05.306Z | Downloaded futures-channel v0.3.30 |
1254 | 2024-02-29T20:19:05.306Z | Downloaded guppy v0.17.5 |
1255 | 2024-02-29T20:19:05.720Z | Downloaded tower v0.4.13 |
1256 | 2024-02-29T20:19:05.720Z | Downloaded serde_with_macros v3.6.1 |
1257 | 2024-02-29T20:19:05.738Z | Downloaded gethostname v0.4.3 |
1258 | 2024-02-29T20:19:05.738Z | Downloaded heck v0.3.3 |
1259 | 2024-02-29T20:19:05.738Z | Downloaded trust-dns-resolver v0.22.0 |
1260 | 2024-02-29T20:19:05.738Z | Downloaded hyper v1.1.0 |
1261 | 2024-02-29T20:19:05.738Z | Downloaded flate2 v1.0.28 |
1262 | 2024-02-29T20:19:05.738Z | Downloaded structopt-derive v0.4.18 |
1263 | 2024-02-29T20:19:05.738Z | Downloaded usdt-impl v0.5.0 |
1264 | 2024-02-29T20:19:05.738Z | Downloaded tui-tree-widget v0.17.0 |
1265 | 2024-02-29T20:19:05.738Z | Downloaded pretty-hex v0.2.1 |
1266 | 2024-02-29T20:19:05.738Z | Downloaded fragile v2.0.0 |
1267 | 2024-02-29T20:19:05.739Z | Downloaded serde_tokenstream v0.2.0 |
1268 | 2024-02-29T20:19:05.739Z | Downloaded tungstenite v0.20.1 |
1269 | 2024-02-29T20:19:05.739Z | Downloaded smf v0.2.2 |
1270 | 2024-02-29T20:19:05.739Z | Downloaded radium v0.7.0 |
1271 | 2024-02-29T20:19:05.739Z | Downloaded fixedbitset v0.4.2 |
1272 | 2024-02-29T20:19:05.739Z | Downloaded headers v0.3.9 |
1273 | 2024-02-29T20:19:05.739Z | Downloaded futures v0.3.30 |
1274 | 2024-02-29T20:19:05.739Z | Downloaded strum_macros v0.24.3 |
1275 | 2024-02-29T20:19:05.739Z | Downloaded num-traits v0.2.16 |
1276 | 2024-02-29T20:19:05.739Z | Downloaded parking_lot v0.12.1 |
1277 | 2024-02-29T20:19:05.739Z | Downloaded tinyvec v1.6.0 |
1278 | 2024-02-29T20:19:05.739Z | Downloaded ron v0.8.1 |
1279 | 2024-02-29T20:19:05.739Z | Downloaded darling_core v0.20.3 |
1280 | 2024-02-29T20:19:05.739Z | Downloaded expectorate v1.1.0 |
1281 | 2024-02-29T20:19:05.739Z | Downloaded zerocopy v0.6.4 |
1282 | 2024-02-29T20:19:05.739Z | Downloaded vec_map v0.8.2 |
1283 | 2024-02-29T20:19:05.739Z | Downloaded utf-8 v0.7.6 |
1284 | 2024-02-29T20:19:05.739Z | Downloaded term v0.7.0 |
1285 | 2024-02-29T20:19:05.739Z | Downloaded serde-hex v0.1.0 |
1286 | 2024-02-29T20:19:05.740Z | Downloaded hash32 v0.3.1 |
1287 | 2024-02-29T20:19:05.740Z | Downloaded olpc-cjson v0.1.3 |
1288 | 2024-02-29T20:19:05.740Z | Downloaded serde_tokenstream v0.1.7 |
1289 | 2024-02-29T20:19:05.740Z | Downloaded unarray v0.1.4 |
1290 | 2024-02-29T20:19:05.740Z | Downloaded datatest-stable v0.2.3 |
1291 | 2024-02-29T20:19:05.740Z | Downloaded r2d2 v0.8.10 |
1292 | 2024-02-29T20:19:05.740Z | Downloaded criterion v0.5.1 |
1293 | 2024-02-29T20:19:05.740Z | Downloaded structmeta v0.2.0 |
1294 | 2024-02-29T20:19:05.740Z | Downloaded tokio-stream v0.1.14 |
1295 | 2024-02-29T20:19:05.740Z | Downloaded futures-sink v0.3.30 |
1296 | 2024-02-29T20:19:05.740Z | Downloaded vte v0.11.1 |
1297 | 2024-02-29T20:19:05.740Z | Downloaded poly1305 v0.8.0 |
1298 | 2024-02-29T20:19:05.740Z | Downloaded pem-rfc7468 v0.7.0 |
1299 | 2024-02-29T20:19:05.740Z | Downloaded nom v7.1.3 |
1300 | 2024-02-29T20:19:05.740Z | Downloaded libm v0.2.7 |
1301 | 2024-02-29T20:19:05.740Z | Downloaded crossterm v0.27.0 |
1302 | 2024-02-29T20:19:05.740Z | Downloaded der v0.7.8 |
1303 | 2024-02-29T20:19:05.741Z | Downloaded wait-timeout v0.2.0 |
1304 | 2024-02-29T20:19:05.741Z | Downloaded slog-json v2.6.1 |
1305 | 2024-02-29T20:19:05.741Z | Downloaded password-hash v0.5.0 |
1306 | 2024-02-29T20:19:05.741Z | Downloaded version_check v0.9.4 |
1307 | 2024-02-29T20:19:05.741Z | Downloaded http v0.2.11 |
1308 | 2024-02-29T20:19:05.741Z | Downloaded defmt v0.3.5 |
1309 | 2024-02-29T20:19:05.741Z | Downloaded ff v0.13.0 |
1310 | 2024-02-29T20:19:05.741Z | Downloaded defmt-parser v0.3.3 |
1311 | 2024-02-29T20:19:05.741Z | Downloaded rustls-webpki v0.102.1 |
1312 | 2024-02-29T20:19:05.741Z | Downloaded pem v3.0.2 |
1313 | 2024-02-29T20:19:05.741Z | Downloaded signature v2.1.0 |
1314 | 2024-02-29T20:19:05.741Z | Downloaded pest_derive v2.7.6 |
1315 | 2024-02-29T20:19:05.741Z | Downloaded pin-project-lite v0.2.13 |
1316 | 2024-02-29T20:19:05.741Z | Downloaded http v1.0.0 |
1317 | 2024-02-29T20:19:05.741Z | Downloaded ucd-trie v0.1.6 |
1318 | 2024-02-29T20:19:05.741Z | Downloaded once_cell v1.19.0 |
1319 | 2024-02-29T20:19:05.741Z | Downloaded signal-hook-registry v1.4.1 |
1320 | 2024-02-29T20:19:05.742Z | Downloaded zone v0.3.0 |
1321 | 2024-02-29T20:19:05.742Z | Downloaded fd-lock v4.0.2 |
1322 | 2024-02-29T20:19:05.742Z | Downloaded parking_lot v0.11.2 |
1323 | 2024-02-29T20:19:05.742Z | Downloaded subprocess v0.2.9 |
1324 | 2024-02-29T20:19:05.742Z | Downloaded mio v0.8.9 |
1325 | 2024-02-29T20:19:05.742Z | Downloaded cc v1.0.83 |
1326 | 2024-02-29T20:19:05.742Z | Downloaded env_logger v0.10.0 |
1327 | 2024-02-29T20:19:05.742Z | Downloaded snafu v0.7.5 |
1328 | 2024-02-29T20:19:05.742Z | Downloaded slog v2.7.0 |
1329 | 2024-02-29T20:19:05.742Z | Downloaded sqlformat v0.2.3 |
1330 | 2024-02-29T20:19:05.742Z | Downloaded typenum v1.16.0 |
1331 | 2024-02-29T20:19:05.742Z | Downloaded static_assertions v1.1.0 |
1332 | 2024-02-29T20:19:05.742Z | Downloaded stable_deref_trait v1.2.0 |
1333 | 2024-02-29T20:19:05.742Z | Downloaded oorandom v11.1.3 |
1334 | 2024-02-29T20:19:05.742Z | Downloaded foreign-types-shared v0.1.1 |
1335 | 2024-02-29T20:19:05.742Z | Downloaded vsss-rs v3.3.4 |
1336 | 2024-02-29T20:19:05.742Z | Downloaded backtrace v0.3.69 |
1337 | 2024-02-29T20:19:05.742Z | Downloaded base64 v0.21.7 |
1338 | 2024-02-29T20:19:05.742Z | Downloaded foreign-types-shared v0.3.1 |
1339 | 2024-02-29T20:19:05.742Z | Downloaded thiserror-impl-no-std v2.0.2 |
1340 | 2024-02-29T20:19:05.742Z | Downloaded scroll v0.12.0 |
1341 | 2024-02-29T20:19:05.742Z | Downloaded schemars_derive v0.8.16 |
1342 | 2024-02-29T20:19:05.742Z | Downloaded textwrap v0.16.1 |
1343 | 2024-02-29T20:19:05.743Z | Downloaded string_cache v0.8.7 |
1344 | 2024-02-29T20:19:05.743Z | Downloaded thread_local v1.1.7 |
1345 | 2024-02-29T20:19:05.743Z | Downloaded waitgroup v0.1.2 |
1346 | 2024-02-29T20:19:05.743Z | Downloaded sqlparser_derive v0.2.2 |
1347 | 2024-02-29T20:19:05.743Z | Downloaded parse-display-derive v0.9.0 |
1348 | 2024-02-29T20:19:05.743Z | Downloaded parse-display v0.9.0 |
1349 | 2024-02-29T20:19:05.743Z | Downloaded serde_derive_internals v0.26.0 |
1350 | 2024-02-29T20:19:05.743Z | Downloaded slog-stdlog v4.1.1 |
1351 | 2024-02-29T20:19:05.743Z | Downloaded dof v0.1.5 |
1352 | 2024-02-29T20:19:05.743Z | Downloaded display-error-chain v0.2.0 |
1353 | 2024-02-29T20:19:05.743Z | Downloaded target-spec v3.1.0 |
1354 | 2024-02-29T20:19:05.743Z | Downloaded stringprep v0.1.3 |
1355 | 2024-02-29T20:19:05.743Z | Downloaded derive_builder v0.12.0 |
1356 | 2024-02-29T20:19:05.743Z | Downloaded opaque-debug v0.3.0 |
1357 | 2024-02-29T20:19:05.754Z | Downloaded predicates-tree v1.0.9 |
1358 | 2024-02-29T20:19:05.754Z | Downloaded dirs-sys-next v0.1.2 |
1359 | 2024-02-29T20:19:05.754Z | Downloaded dirs-next v2.0.0 |
1360 | 2024-02-29T20:19:05.755Z | Downloaded zeroize_derive v1.4.2 |
1361 | 2024-02-29T20:19:05.755Z | Downloaded platforms v3.0.2 |
1362 | 2024-02-29T20:19:05.755Z | Downloaded indicatif v0.17.8 |
1363 | 2024-02-29T20:19:05.755Z | Downloaded const-oid v0.9.5 |
1364 | 2024-02-29T20:19:05.755Z | Downloaded allocator-api2 v0.2.16 |
1365 | 2024-02-29T20:19:05.755Z | Downloaded schemars v0.8.16 |
1366 | 2024-02-29T20:19:05.755Z | Downloaded proc-macro-error v1.0.4 |
1367 | 2024-02-29T20:19:05.755Z | Downloaded socket2 v0.5.5 |
1368 | 2024-02-29T20:19:05.755Z | Downloaded socket2 v0.4.9 |
1369 | 2024-02-29T20:19:05.755Z | Downloaded group v0.13.0 |
1370 | 2024-02-29T20:19:05.755Z | Downloaded zerocopy-derive v0.7.32 |
1371 | 2024-02-29T20:19:05.755Z | Downloaded scroll_derive v0.12.0 |
1372 | 2024-02-29T20:19:05.755Z | Downloaded test-strategy v0.3.1 |
1373 | 2024-02-29T20:19:05.755Z | Downloaded hex-literal v0.4.1 |
1374 | 2024-02-29T20:19:05.755Z | Downloaded hex v0.4.3 |
1375 | 2024-02-29T20:19:05.755Z | Downloaded libtest-mimic v0.6.1 |
1376 | 2024-02-29T20:19:05.755Z | Downloaded crc-any v2.4.3 |
1377 | 2024-02-29T20:19:05.755Z | Downloaded precomputed-hash v0.1.1 |
1378 | 2024-02-29T20:19:05.755Z | Downloaded downcast v0.11.0 |
1379 | 2024-02-29T20:19:05.755Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1380 | 2024-02-29T20:19:05.755Z | Downloaded hmac v0.12.1 |
1381 | 2024-02-29T20:19:05.755Z | Downloaded paste v1.0.14 |
1382 | 2024-02-29T20:19:05.756Z | Downloaded futures-core v0.3.30 |
1383 | 2024-02-29T20:19:05.756Z | Downloaded debug-ignore v1.0.5 |
1384 | 2024-02-29T20:19:05.756Z | Downloaded tokio-macros v2.2.0 |
1385 | 2024-02-29T20:19:05.756Z | Downloaded tabled_derive v0.7.0 |
1386 | 2024-02-29T20:19:05.756Z | Downloaded base64ct v1.6.0 |
1387 | 2024-02-29T20:19:05.756Z | Downloaded ahash v0.8.7 |
1388 | 2024-02-29T20:19:05.756Z | Downloaded rand_xorshift v0.3.0 |
1389 | 2024-02-29T20:19:05.756Z | Downloaded rand_core v0.6.4 |
1390 | 2024-02-29T20:19:05.756Z | Downloaded rand_chacha v0.3.1 |
1391 | 2024-02-29T20:19:05.756Z | Downloaded structopt v0.3.26 |
1392 | 2024-02-29T20:19:05.756Z | Downloaded sct v0.7.0 |
1393 | 2024-02-29T20:19:05.757Z | Downloaded rustls-pemfile v2.1.0 |
1394 | 2024-02-29T20:19:05.757Z | Downloaded multer v3.0.0 |
1395 | 2024-02-29T20:19:05.757Z | Downloaded cookie v0.18.0 |
1396 | 2024-02-29T20:19:05.757Z | Downloaded wyz v0.5.1 |
1397 | 2024-02-29T20:19:05.757Z | Downloaded tempfile v3.10.0 |
1398 | 2024-02-29T20:19:05.758Z | Downloaded structmeta-derive v0.3.0 |
1399 | 2024-02-29T20:19:05.758Z | Downloaded swrite v0.1.0 |
1400 | 2024-02-29T20:19:05.758Z | Downloaded lru-cache v0.1.2 |
1401 | 2024-02-29T20:19:05.758Z | Downloaded lock_api v0.4.10 |
1402 | 2024-02-29T20:19:05.758Z | Downloaded guppy-workspace-hack v0.1.0 |
1403 | 2024-02-29T20:19:05.758Z | Downloaded bzip2 v0.4.4 |
1404 | 2024-02-29T20:19:05.758Z | Downloaded smallvec v1.13.1 |
1405 | 2024-02-29T20:19:05.758Z | Downloaded slog-dtrace v0.3.0 |
1406 | 2024-02-29T20:19:05.758Z | Downloaded chacha20poly1305 v0.10.1 |
1407 | 2024-02-29T20:19:05.758Z | Downloaded spin v0.9.8 |
1408 | 2024-02-29T20:19:05.758Z | Downloaded bcs v0.1.6 |
1409 | 2024-02-29T20:19:05.758Z | Downloaded spin v0.5.2 |
1410 | 2024-02-29T20:19:05.758Z | Downloaded textwrap v0.11.0 |
1411 | 2024-02-29T20:19:05.758Z | Downloaded synstructure v0.12.6 |
1412 | 2024-02-29T20:19:05.758Z | Downloaded strum_macros v0.25.2 |
1413 | 2024-02-29T20:19:05.758Z | Downloaded arrayvec v0.7.4 |
1414 | 2024-02-29T20:19:05.758Z | Downloaded async-trait v0.1.77 |
1415 | 2024-02-29T20:19:05.758Z | Downloaded argon2 v0.5.3 |
1416 | 2024-02-29T20:19:05.758Z | Downloaded aead v0.5.2 |
1417 | 2024-02-29T20:19:05.758Z | Downloaded anes v0.1.6 |
1418 | 2024-02-29T20:19:05.758Z | Downloaded ansi_term v0.12.1 |
1419 | 2024-02-29T20:19:05.759Z | Downloaded addr2line v0.21.0 |
1420 | 2024-02-29T20:19:05.759Z | Downloaded csv-core v0.1.11 |
1421 | 2024-02-29T20:19:05.759Z | Downloaded buf-list v1.0.3 |
1422 | 2024-02-29T20:19:05.759Z | Downloaded libxml v0.3.3 |
1423 | 2024-02-29T20:19:05.759Z | Downloaded rustversion v1.0.14 |
1424 | 2024-02-29T20:19:05.759Z | Downloaded block-padding v0.3.3 |
1425 | 2024-02-29T20:19:05.759Z | Downloaded deranged v0.3.8 |
1426 | 2024-02-29T20:19:05.759Z | Downloaded byteorder v1.5.0 |
1427 | 2024-02-29T20:19:05.759Z | Downloaded macaddr v1.0.1 |
1428 | 2024-02-29T20:19:05.759Z | Downloaded http-body v0.4.5 |
1429 | 2024-02-29T20:19:05.759Z | Downloaded nanorand v0.7.0 |
1430 | 2024-02-29T20:19:05.759Z | Downloaded memoffset v0.9.0 |
1431 | 2024-02-29T20:19:05.759Z | Downloaded hostname v0.3.1 |
1432 | 2024-02-29T20:19:05.759Z | Downloaded mockall v0.12.0 |
1433 | 2024-02-29T20:19:05.759Z | Downloaded mime v0.3.17 |
1434 | 2024-02-29T20:19:05.759Z | Downloaded libsw v3.3.1 |
1435 | 2024-02-29T20:19:05.759Z | Downloaded shell-words v1.1.0 |
1436 | 2024-02-29T20:19:05.759Z | Downloaded serde_urlencoded v0.7.1 |
1437 | 2024-02-29T20:19:05.759Z | Downloaded slab v0.4.9 |
1438 | 2024-02-29T20:19:05.759Z | Downloaded sec1 v0.7.3 |
1439 | 2024-02-29T20:19:05.759Z | Downloaded topological-sort v0.2.2 |
1440 | 2024-02-29T20:19:05.760Z | Downloaded lazycell v1.3.0 |
1441 | 2024-02-29T20:19:05.760Z | Downloaded crc v3.0.1 |
1442 | 2024-02-29T20:19:05.760Z | Downloaded kstat-rs v0.2.3 |
1443 | 2024-02-29T20:19:05.760Z | Downloaded bit-set v0.5.3 |
1444 | 2024-02-29T20:19:05.760Z | Downloaded cast v0.3.0 |
1445 | 2024-02-29T20:19:05.760Z | Downloaded base16ct v0.2.0 |
1446 | 2024-02-29T20:19:05.760Z | Downloaded ascii-canvas v3.0.0 |
1447 | 2024-02-29T20:19:05.760Z | Downloaded ipnetwork v0.20.0 |
1448 | 2024-02-29T20:19:05.760Z | Downloaded cpufeatures v0.2.12 |
1449 | 2024-02-29T20:19:05.760Z | Downloaded bitfield v0.14.0 |
1450 | 2024-02-29T20:19:05.760Z | Downloaded want v0.3.1 |
1451 | 2024-02-29T20:19:05.761Z | Downloaded toolchain_find v0.2.0 |
1452 | 2024-02-29T20:19:05.761Z | Downloaded crossbeam-deque v0.8.3 |
1453 | 2024-02-29T20:19:05.761Z | Downloaded async-recursion v1.0.5 |
1454 | 2024-02-29T20:19:05.761Z | Downloaded corncobs v0.1.3 |
1455 | 2024-02-29T20:19:05.761Z | Downloaded approx v0.5.1 |
1456 | 2024-02-29T20:19:05.761Z | Downloaded adler v1.0.2 |
1457 | 2024-02-29T20:19:05.770Z | Downloaded impl-trait-for-tuples v0.2.2 |
1458 | 2024-02-29T20:19:05.770Z | Downloaded match_cfg v0.1.0 |
1459 | 2024-02-29T20:19:05.770Z | Downloaded indexmap v1.9.3 |
1460 | 2024-02-29T20:19:05.770Z | Downloaded hyper-rustls v0.26.0 |
1461 | 2024-02-29T20:19:05.770Z | Downloaded compact_str v0.7.1 |
1462 | 2024-02-29T20:19:05.770Z | Downloaded num-bigint v0.4.4 |
1463 | 2024-02-29T20:19:05.770Z | Downloaded libloading v0.7.4 |
1464 | 2024-02-29T20:19:05.771Z | Downloaded keccak v0.1.4 |
1465 | 2024-02-29T20:19:05.771Z | Downloaded ipnet v2.9.0 |
1466 | 2024-02-29T20:19:05.771Z | Downloaded indoc v2.0.3 |
1467 | 2024-02-29T20:19:05.771Z | Downloaded httptest v0.15.5 |
1468 | 2024-02-29T20:19:05.771Z | Downloaded convert_case v0.4.0 |
1469 | 2024-02-29T20:19:05.771Z | Downloaded crucible-workspace-hack v0.1.0 |
1470 | 2024-02-29T20:19:05.771Z | Downloaded assert_matches v1.5.0 |
1471 | 2024-02-29T20:19:05.771Z | Downloaded mockall_derive v0.12.0 |
1472 | 2024-02-29T20:19:05.771Z | Downloaded libefi-sys v0.1.0 |
1473 | 2024-02-29T20:19:05.771Z | Downloaded relative-path v1.9.0 |
1474 | 2024-02-29T20:19:05.772Z | Downloaded nu-ansi-term v0.50.0 |
1475 | 2024-02-29T20:19:05.772Z | Downloaded rustfmt-wrapper v0.2.0 |
1476 | 2024-02-29T20:19:05.772Z | Downloaded rustc_version v0.4.0 |
1477 | 2024-02-29T20:19:05.772Z | Downloaded num-complex v0.4.4 |
1478 | 2024-02-29T20:19:05.772Z | Downloaded array-init v0.0.4 |
1479 | 2024-02-29T20:19:05.772Z | Downloaded num v0.4.1 |
1480 | 2024-02-29T20:19:05.772Z | Downloaded num-integer v0.1.46 |
1481 | 2024-02-29T20:19:05.772Z | Downloaded num-derive v0.4.0 |
1482 | 2024-02-29T20:19:05.772Z | Downloaded lalrpop-util v0.19.12 |
1483 | 2024-02-29T20:19:05.772Z | Downloaded is_ci v1.2.0 |
1484 | 2024-02-29T20:19:05.772Z | Downloaded console v0.15.8 |
1485 | 2024-02-29T20:19:05.772Z | Downloaded clang-sys v1.6.1 |
1486 | 2024-02-29T20:19:05.772Z | Downloaded num-iter v0.1.43 |
1487 | 2024-02-29T20:19:05.772Z | Downloaded newline-converter v0.3.0 |
1488 | 2024-02-29T20:19:05.773Z | Downloaded indoc v1.0.9 |
1489 | 2024-02-29T20:19:05.773Z | Downloaded hubpack v0.1.2 |
1490 | 2024-02-29T20:19:05.773Z | Downloaded cipher v0.4.4 |
1491 | 2024-02-29T20:19:05.773Z | Downloaded cobs v0.2.3 |
1492 | 2024-02-29T20:19:05.773Z | Downloaded crossbeam-epoch v0.9.15 |
1493 | 2024-02-29T20:19:05.773Z | Downloaded constant_time_eq v0.3.0 |
1494 | 2024-02-29T20:19:05.773Z | Downloaded iana-time-zone v0.1.57 |
1495 | 2024-02-29T20:19:05.773Z | Downloaded constant_time_eq v0.2.6 |
1496 | 2024-02-29T20:19:05.773Z | Downloaded ciborium v0.2.2 |
1497 | 2024-02-29T20:19:05.783Z | Downloaded castaway v0.2.2 |
1498 | 2024-02-29T20:19:05.783Z | Downloaded cfg-if v1.0.0 |
1499 | 2024-02-29T20:19:05.783Z | Downloaded ciborium-io v0.2.2 |
1500 | 2024-02-29T20:19:05.783Z | Downloaded cassowary v0.3.0 |
1501 | 2024-02-29T20:19:06.283Z | Compiling libc v0.2.153 |
1502 | 2024-02-29T20:19:06.283Z | Compiling serde v1.0.196 |
1503 | 2024-02-29T20:19:06.283Z | Compiling autocfg v1.1.0 |
1504 | 2024-02-29T20:19:06.283Z | Compiling version_check v0.9.4 |
1505 | 2024-02-29T20:19:06.295Z | Checking cfg-if v1.0.0 |
1506 | 2024-02-29T20:19:06.295Z | Compiling syn v1.0.109 |
1507 | 2024-02-29T20:19:06.336Z | Compiling syn v2.0.48 |
1508 | 2024-02-29T20:19:06.432Z | Compiling parking_lot_core v0.9.8 |
1509 | 2024-02-29T20:19:06.444Z | Compiling libm v0.2.7 |
1510 | 2024-02-29T20:19:06.808Z | Compiling memchr v2.6.3 |
1511 | 2024-02-29T20:19:06.924Z | Compiling once_cell v1.19.0 |
1512 | 2024-02-29T20:19:06.947Z | Compiling serde_json v1.0.114 |
1513 | 2024-02-29T20:19:07.058Z | Compiling ahash v0.8.7 |
1514 | 2024-02-29T20:19:07.290Z | Compiling lock_api v0.4.10 |
1515 | 2024-02-29T20:19:07.326Z | Compiling num-traits v0.2.16 |
1516 | 2024-02-29T20:19:07.485Z | Compiling byteorder v1.5.0 |
1517 | 2024-02-29T20:19:07.953Z | Compiling log v0.4.20 |
1518 | 2024-02-29T20:19:08.264Z | Checking getrandom v0.2.10 |
1519 | 2024-02-29T20:19:08.371Z | Compiling slab v0.4.9 |
1520 | 2024-02-29T20:19:08.390Z | Compiling cc v1.0.83 |
1521 | 2024-02-29T20:19:08.877Z | Compiling typenum v1.16.0 |
1522 | 2024-02-29T20:19:08.877Z | Checking itoa v1.0.9 |
1523 | 2024-02-29T20:19:08.877Z | Compiling generic-array v0.14.7 |
1524 | 2024-02-29T20:19:08.979Z | Checking scopeguard v1.2.0 |
1525 | 2024-02-29T20:19:09.062Z | Compiling allocator-api2 v0.2.16 |
1526 | 2024-02-29T20:19:09.170Z | Compiling pkg-config v0.3.27 |
1527 | 2024-02-29T20:19:09.368Z | Compiling rustix v0.38.31 |
1528 | 2024-02-29T20:19:09.834Z | Checking smallvec v1.13.1 |
1529 | 2024-02-29T20:19:10.230Z | Compiling schemars v0.8.16 |
1530 | 2024-02-29T20:19:10.332Z | Compiling httparse v1.8.0 |
1531 | 2024-02-29T20:19:10.350Z | Compiling fnv v1.0.7 |
1532 | 2024-02-29T20:19:10.662Z | Compiling vcpkg v0.2.15 |
1533 | 2024-02-29T20:19:10.788Z | Compiling aho-corasick v1.0.4 |
1534 | 2024-02-29T20:19:11.046Z | Compiling regex-syntax v0.8.2 |
1535 | 2024-02-29T20:19:11.819Z | Compiling ring v0.17.8 |
1536 | 2024-02-29T20:19:13.105Z | Compiling openssl-sys v0.9.96 |
1537 | 2024-02-29T20:19:13.735Z | Checking parking_lot v0.12.1 |
1538 | 2024-02-29T20:19:14.084Z | Checking pin-project-lite v0.2.13 |
1539 | 2024-02-29T20:19:14.102Z | Compiling ucd-trie v0.1.6 |
1540 | 2024-02-29T20:19:14.575Z | Compiling serde_derive_internals v0.26.0 |
1541 | 2024-02-29T20:19:14.711Z | Compiling regex-automata v0.4.4 |
1542 | 2024-02-29T20:19:15.946Z | Compiling ring v0.16.20 |
1543 | 2024-02-29T20:19:16.158Z | Checking ryu v1.0.15 |
1544 | 2024-02-29T20:19:17.008Z | Checking signal-hook-registry v1.4.1 |
1545 | 2024-02-29T20:19:17.238Z | Compiling openssl v0.10.60 |
1546 | 2024-02-29T20:19:17.394Z | Compiling crossbeam-utils v0.8.16 |
1547 | 2024-02-29T20:19:17.672Z | Checking mio v0.8.9 |
1548 | 2024-02-29T20:19:17.684Z | Checking rand_core v0.6.4 |
1549 | 2024-02-29T20:19:17.874Z | Compiling iana-time-zone v0.1.57 |
1550 | 2024-02-29T20:19:17.938Z | Checking num_cpus v1.16.0 |
1551 | 2024-02-29T20:19:18.467Z | Compiling rustls v0.21.9 |
1552 | 2024-02-29T20:19:18.483Z | Checking futures-core v0.3.30 |
1553 | 2024-02-29T20:19:18.483Z | Compiling native-tls v0.2.11 |
1554 | 2024-02-29T20:19:18.483Z | Compiling spin v0.5.2 |
1555 | 2024-02-29T20:19:19.075Z | Compiling dyn-clone v1.0.16 |
1556 | 2024-02-29T20:19:19.075Z | Compiling regex v1.10.3 |
1557 | 2024-02-29T20:19:19.075Z | Checking socket2 v0.5.5 |
1558 | 2024-02-29T20:19:19.075Z | Compiling slog v2.7.0 |
1559 | 2024-02-29T20:19:19.123Z | Compiling async-trait v0.1.77 |
1560 | 2024-02-29T20:19:19.664Z | Compiling memoffset v0.9.0 |
1561 | 2024-02-29T20:19:20.091Z | Compiling crossbeam-epoch v0.9.15 |
1562 | 2024-02-29T20:19:20.112Z | Compiling backtrace v0.3.69 |
1563 | 2024-02-29T20:19:20.552Z | Compiling futures-sink v0.3.30 |
1564 | 2024-02-29T20:19:20.721Z | Compiling errno v0.3.8 |
1565 | 2024-02-29T20:19:20.756Z | Compiling rustversion v1.0.14 |
1566 | 2024-02-29T20:19:20.926Z | Compiling unicode-xid v0.2.4 |
1567 | 2024-02-29T20:19:20.992Z | Compiling serde_derive v1.0.196 |
1568 | 2024-02-29T20:19:21.101Z | Compiling zerocopy-derive v0.7.32 |
1569 | 2024-02-29T20:19:21.116Z | Compiling thiserror-impl v1.0.57 |
1570 | 2024-02-29T20:19:21.206Z | Compiling zeroize_derive v1.4.2 |
1571 | 2024-02-29T20:19:21.409Z | Compiling tokio-macros v2.2.0 |
1572 | 2024-02-29T20:19:21.573Z | Compiling futures-macro v0.3.30 |
1573 | 2024-02-29T20:19:21.944Z | Compiling tracing-attributes v0.1.26 |
1574 | 2024-02-29T20:19:22.970Z | Compiling schemars_derive v0.8.16 |
1575 | 2024-02-29T20:19:23.301Z | Compiling openssl-macros v0.1.1 |
1576 | 2024-02-29T20:19:23.626Z | Compiling zerocopy v0.7.32 |
1577 | 2024-02-29T20:19:23.855Z | Checking zeroize v1.7.0 |
1578 | 2024-02-29T20:19:24.629Z | Compiling thiserror v1.0.57 |
1579 | 2024-02-29T20:19:24.760Z | Compiling pest v2.7.6 |
1580 | 2024-02-29T20:19:24.851Z | Compiling either v1.10.0 |
1581 | 2024-02-29T20:19:25.329Z | Compiling crc32fast v1.3.2 |
1582 | 2024-02-29T20:19:25.612Z | Compiling tinyvec_macros v0.1.1 |
1583 | 2024-02-29T20:19:25.713Z | Compiling tinyvec v1.6.0 |
1584 | 2024-02-29T20:19:25.880Z | Compiling hashbrown v0.14.3 |
1585 | 2024-02-29T20:19:26.024Z | Compiling futures-channel v0.3.30 |
1586 | 2024-02-29T20:19:26.425Z | Compiling pin-utils v0.1.0 |
1587 | 2024-02-29T20:19:26.642Z | Compiling futures-task v0.3.30 |
1588 | 2024-02-29T20:19:26.659Z | Compiling anyhow v1.0.75 |
1589 | 2024-02-29T20:19:26.923Z | Compiling unicode-width v0.1.11 |
1590 | 2024-02-29T20:19:26.964Z | Compiling futures-io v0.3.30 |
1591 | 2024-02-29T20:19:27.087Z | Compiling pest_meta v2.7.6 |
1592 | 2024-02-29T20:19:27.116Z | Compiling unicode-normalization v0.1.22 |
1593 | 2024-02-29T20:19:27.152Z | Compiling futures-util v0.3.30 |
1594 | 2024-02-29T20:19:27.325Z | Compiling spin v0.9.8 |
1595 | 2024-02-29T20:19:27.379Z | Compiling tracing-core v0.1.31 |
1596 | 2024-02-29T20:19:27.545Z | Compiling unicode-bidi v0.3.13 |
1597 | 2024-02-29T20:19:28.199Z | Compiling tracing v0.1.37 |
1598 | 2024-02-29T20:19:28.225Z | Compiling der_derive v0.7.2 |
1599 | 2024-02-29T20:19:28.710Z | Compiling pest_generator v2.7.6 |
1600 | 2024-02-29T20:19:29.341Z | Compiling winnow v0.5.15 |
1601 | 2024-02-29T20:19:29.632Z | Compiling lazy_static v1.4.0 |
1602 | 2024-02-29T20:19:31.120Z | Checking subtle v2.5.0 |
1603 | 2024-02-29T20:19:32.511Z | Compiling pest_derive v2.7.6 |
1604 | 2024-02-29T20:19:32.652Z | Compiling foreign-types-shared v0.1.1 |
1605 | 2024-02-29T20:19:32.757Z | Compiling untrusted v0.9.0 |
1606 | 2024-02-29T20:19:32.773Z | Compiling time-core v0.1.1 |
1607 | 2024-02-29T20:19:32.849Z | Compiling percent-encoding v2.3.1 |
1608 | 2024-02-29T20:19:32.931Z | Compiling untrusted v0.7.1 |
1609 | 2024-02-29T20:19:32.951Z | Compiling time-macros v0.2.13 |
1610 | 2024-02-29T20:19:33.745Z | Compiling foreign-types v0.3.2 |
1611 | 2024-02-29T20:19:34.629Z | Compiling synstructure v0.12.6 |
1612 | 2024-02-29T20:19:35.136Z | Compiling scroll_derive v0.12.0 |
1613 | 2024-02-29T20:19:35.299Z | Checking bytes v1.5.0 |
1614 | 2024-02-29T20:19:36.423Z | Compiling indexmap v2.2.3 |
1615 | 2024-02-29T20:19:36.558Z | Compiling bitflags v2.4.0 |
1616 | 2024-02-29T20:19:36.570Z | Compiling uuid v1.7.0 |
1617 | 2024-02-29T20:19:36.781Z | Compiling chrono v0.4.31 |
1618 | 2024-02-29T20:19:37.127Z | Compiling semver v1.0.22 |
1619 | 2024-02-29T20:19:37.617Z | Checking tokio v1.36.0 |
1620 | 2024-02-29T20:19:37.788Z | Compiling http v0.2.11 |
1621 | 2024-02-29T20:19:38.194Z | Compiling toml_datetime v0.6.5 |
1622 | 2024-02-29T20:19:38.633Z | Compiling serde_spanned v0.6.5 |
1623 | 2024-02-29T20:19:38.772Z | Compiling openapiv3 v2.0.0 |
1624 | 2024-02-29T20:19:38.893Z | Compiling rustc_version v0.4.0 |
1625 | 2024-02-29T20:19:39.666Z | Compiling toml_edit v0.19.15 |
1626 | 2024-02-29T20:19:41.282Z | Compiling thread-id v4.2.0 |
1627 | 2024-02-29T20:19:41.300Z | Compiling base64 v0.21.7 |
1628 | 2024-02-29T20:19:41.300Z | Compiling try-lock v0.2.4 |
1629 | 2024-02-29T20:19:41.373Z | Compiling want v0.3.1 |
1630 | 2024-02-29T20:19:41.641Z | Compiling http-body v0.4.5 |
1631 | 2024-02-29T20:19:41.876Z | Compiling zerocopy-derive v0.2.0 |
1632 | 2024-02-29T20:19:42.064Z | Compiling rustls-webpki v0.101.7 |
1633 | 2024-02-29T20:19:43.418Z | Compiling sct v0.7.0 |
1634 | 2024-02-29T20:19:43.727Z | Compiling form_urlencoded v1.2.1 |
1635 | 2024-02-29T20:19:44.081Z | Compiling socket2 v0.4.9 |
1636 | 2024-02-29T20:19:44.111Z | Compiling openssl-probe v0.1.5 |
1637 | 2024-02-29T20:19:44.129Z | Compiling const-oid v0.9.5 |
1638 | 2024-02-29T20:19:44.254Z | Compiling tower-service v0.3.2 |
1639 | 2024-02-29T20:19:44.446Z | Compiling httpdate v1.0.3 |
1640 | 2024-02-29T20:19:44.719Z | Compiling idna v0.5.0 |
1641 | 2024-02-29T20:19:45.007Z | Compiling adler v1.0.2 |
1642 | 2024-02-29T20:19:45.220Z | Compiling miniz_oxide v0.7.1 |
1643 | 2024-02-29T20:19:45.989Z | Compiling tokio-util v0.7.10 |
1644 | 2024-02-29T20:19:46.143Z | Compiling url v2.5.0 |
1645 | 2024-02-29T20:19:46.891Z | Compiling ipnet v2.9.0 |
1646 | 2024-02-29T20:19:47.199Z | Compiling h2 v0.3.24 |
1647 | 2024-02-29T20:19:47.626Z | Compiling signal-hook v0.3.17 |
1648 | 2024-02-29T20:19:47.977Z | Compiling serde_urlencoded v0.7.1 |
1649 | 2024-02-29T20:19:48.173Z | Compiling rustls-pemfile v1.0.3 |
1650 | 2024-02-29T20:19:48.497Z | Compiling tokio-native-tls v0.3.1 |
1651 | 2024-02-29T20:19:48.548Z | Compiling crypto-common v0.1.6 |
1652 | 2024-02-29T20:19:48.668Z | Compiling tokio-rustls v0.24.1 |
1653 | 2024-02-29T20:19:48.765Z | Compiling zerocopy-derive v0.6.4 |
1654 | 2024-02-29T20:19:48.785Z | Compiling clap_derive v4.5.0 |
1655 | 2024-02-29T20:19:49.299Z | Compiling usdt-impl v0.3.5 |
1656 | 2024-02-29T20:19:49.503Z | Compiling encoding_rs v0.8.33 |
1657 | 2024-02-29T20:19:50.375Z | Compiling mime v0.3.17 |
1658 | 2024-02-29T20:19:50.854Z | Compiling siphasher v0.3.11 |
1659 | 2024-02-29T20:19:50.990Z | Compiling gimli v0.28.0 |
1660 | 2024-02-29T20:19:51.216Z | Compiling webpki-roots v0.25.2 |
1661 | 2024-02-29T20:19:51.363Z | Compiling zerocopy v0.3.0 |
1662 | 2024-02-29T20:19:51.413Z | Compiling scroll v0.12.0 |
1663 | 2024-02-29T20:19:51.975Z | Compiling block-buffer v0.10.4 |
1664 | 2024-02-29T20:19:52.390Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1665 | 2024-02-29T20:19:52.502Z | Compiling object v0.32.1 |
1666 | 2024-02-29T20:19:52.751Z | Compiling num-iter v0.1.43 |
1667 | 2024-02-29T20:19:53.082Z | Compiling usdt-impl v0.5.0 |
1668 | 2024-02-29T20:19:53.456Z | Compiling rustc-demangle v0.1.23 |
1669 | 2024-02-29T20:19:53.948Z | Compiling plain v0.2.3 |
1670 | 2024-02-29T20:19:54.123Z | Compiling goblin v0.8.0 |
1671 | 2024-02-29T20:19:54.163Z | Compiling hyper v0.14.27 |
1672 | 2024-02-29T20:19:54.371Z | Compiling flate2 v1.0.28 |
1673 | 2024-02-29T20:19:54.509Z | Compiling digest v0.10.7 |
1674 | 2024-02-29T20:19:54.987Z | Compiling dof v0.1.5 |
1675 | 2024-02-29T20:19:55.069Z | Compiling heapless v0.7.16 |
1676 | 2024-02-29T20:19:55.363Z | Compiling addr2line v0.21.0 |
1677 | 2024-02-29T20:19:55.723Z | Compiling dtrace-parser v0.1.14 |
1678 | 2024-02-29T20:19:55.948Z | Compiling futures-executor v0.3.30 |
1679 | 2024-02-29T20:19:56.025Z | Compiling strum_macros v0.25.2 |
1680 | 2024-02-29T20:19:56.207Z | Compiling pretty-hex v0.4.1 |
1681 | 2024-02-29T20:19:56.555Z | Compiling ppv-lite86 v0.2.17 |
1682 | 2024-02-29T20:19:57.361Z | Checking equivalent v1.0.1 |
1683 | 2024-02-29T20:19:57.905Z | Compiling rand_chacha v0.3.1 |
1684 | 2024-02-29T20:19:58.227Z | Compiling toml_edit v0.22.6 |
1685 | 2024-02-29T20:19:59.707Z | Compiling futures v0.3.30 |
1686 | 2024-02-29T20:19:59.894Z | Compiling toml v0.7.8 |
1687 | 2024-02-29T20:20:00.282Z | Compiling dof v0.3.0 |
1688 | 2024-02-29T20:20:00.448Z | Compiling hex v0.4.3 |
1689 | 2024-02-29T20:20:00.600Z | Compiling serde_tokenstream v0.1.7 |
1690 | 2024-02-29T20:20:01.143Z | Compiling dtrace-parser v0.2.0 |
1691 | 2024-02-29T20:20:01.585Z | Compiling hyper-tls v0.5.0 |
1692 | 2024-02-29T20:20:01.686Z | Compiling hyper-rustls v0.24.2 |
1693 | 2024-02-29T20:20:02.059Z | Compiling reqwest v0.11.22 |
1694 | 2024-02-29T20:20:02.685Z | Compiling bit-vec v0.6.3 |
1695 | 2024-02-29T20:20:02.935Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1696 | 2024-02-29T20:20:03.279Z | Compiling rand v0.8.5 |
1697 | 2024-02-29T20:20:03.810Z | Compiling phf_shared v0.10.0 |
1698 | 2024-02-29T20:20:04.042Z | Compiling num-bigint v0.4.4 |
1699 | 2024-02-29T20:20:04.104Z | Compiling new_debug_unreachable v1.0.4 |
1700 | 2024-02-29T20:20:04.202Z | Compiling smoltcp v0.9.1 |
1701 | 2024-02-29T20:20:04.843Z | Compiling minimal-lexical v0.2.1 |
1702 | 2024-02-29T20:20:04.861Z | Compiling precomputed-hash v0.1.1 |
1703 | 2024-02-29T20:20:04.919Z | Compiling base64ct v1.6.0 |
1704 | 2024-02-29T20:20:04.972Z | Compiling fixedbitset v0.4.2 |
1705 | 2024-02-29T20:20:05.011Z | Compiling string_cache v0.8.7 |
1706 | 2024-02-29T20:20:05.345Z | Compiling petgraph v0.6.4 |
1707 | 2024-02-29T20:20:05.440Z | Compiling pem-rfc7468 v0.7.0 |
1708 | 2024-02-29T20:20:05.446Z | Compiling nom v7.1.3 |
1709 | 2024-02-29T20:20:05.551Z | Compiling bit-set v0.5.3 |
1710 | 2024-02-29T20:20:05.632Z | Compiling usdt-macro v0.3.5 |
1711 | 2024-02-29T20:20:05.842Z | Compiling usdt-attr-macro v0.3.5 |
1712 | 2024-02-29T20:20:06.198Z | Compiling hmac v0.12.1 |
1713 | 2024-02-29T20:20:06.453Z | Compiling itertools v0.10.5 |
1714 | 2024-02-29T20:20:06.814Z | Compiling hubpack_derive v0.1.1 |
1715 | 2024-02-29T20:20:06.884Z | Compiling enum-as-inner v0.5.1 |
1716 | 2024-02-29T20:20:07.083Z | Compiling diesel_table_macro_syntax v0.1.0 |
1717 | 2024-02-29T20:20:07.468Z | Compiling unicode-segmentation v1.10.1 |
1718 | 2024-02-29T20:20:07.623Z | Compiling flagset v0.4.3 |
1719 | 2024-02-29T20:20:07.776Z | Compiling lalrpop-util v0.19.12 |
1720 | 2024-02-29T20:20:07.815Z | Compiling der v0.7.8 |
1721 | 2024-02-29T20:20:08.129Z | Compiling diesel_derives v2.1.2 |
1722 | 2024-02-29T20:20:09.262Z | Compiling cpufeatures v0.2.12 |
1723 | 2024-02-29T20:20:09.373Z | Compiling sha2 v0.10.8 |
1724 | 2024-02-29T20:20:09.781Z | Compiling md-5 v0.10.5 |
1725 | 2024-02-29T20:20:09.815Z | Compiling stringprep v0.1.3 |
1726 | 2024-02-29T20:20:10.030Z | Compiling spki v0.7.2 |
1727 | 2024-02-29T20:20:10.142Z | Compiling serde_repr v0.1.16 |
1728 | 2024-02-29T20:20:10.401Z | Compiling num-integer v0.1.46 |
1729 | 2024-02-29T20:20:10.426Z | Compiling hash32 v0.2.1 |
1730 | 2024-02-29T20:20:10.823Z | Compiling stable_deref_trait v1.2.0 |
1731 | 2024-02-29T20:20:10.839Z | Compiling fallible-iterator v0.2.0 |
1732 | 2024-02-29T20:20:11.253Z | Compiling pkcs8 v0.10.2 |
1733 | 2024-02-29T20:20:11.538Z | Compiling postgres-protocol v0.6.6 |
1734 | 2024-02-29T20:20:11.567Z | Compiling phf_shared v0.11.2 |
1735 | 2024-02-29T20:20:11.941Z | Compiling ff v0.13.0 |
1736 | 2024-02-29T20:20:12.124Z | Compiling terminal_size v0.3.0 |
1737 | 2024-02-29T20:20:12.302Z | Compiling block-padding v0.3.3 |
1738 | 2024-02-29T20:20:12.362Z | Compiling scheduled-thread-pool v0.2.7 |
1739 | 2024-02-29T20:20:12.565Z | Compiling managed v0.8.0 |
1740 | 2024-02-29T20:20:12.585Z | Compiling bitflags v1.3.2 |
1741 | 2024-02-29T20:20:12.800Z | Compiling base16ct v0.2.0 |
1742 | 2024-02-29T20:20:12.824Z | Compiling num_threads v0.1.6 |
1743 | 2024-02-29T20:20:12.924Z | Checking unicode-ident v1.0.12 |
1744 | 2024-02-29T20:20:12.952Z | Compiling matches v0.1.10 |
1745 | 2024-02-29T20:20:13.016Z | Compiling deranged v0.3.8 |
1746 | 2024-02-29T20:20:13.046Z | Compiling regex-automata v0.1.10 |
1747 | 2024-02-29T20:20:13.080Z | Compiling clap_builder v4.5.0 |
1748 | 2024-02-29T20:20:13.123Z | Compiling idna v0.2.3 |
1749 | 2024-02-29T20:20:13.177Z | Compiling sec1 v0.7.3 |
1750 | 2024-02-29T20:20:13.525Z | Compiling bstr v0.2.17 |
1751 | 2024-02-29T20:20:13.749Z | Compiling r2d2 v0.8.10 |
1752 | 2024-02-29T20:20:14.168Z | Compiling inout v0.1.3 |
1753 | 2024-02-29T20:20:14.797Z | Compiling postgres-types v0.2.6 |
1754 | 2024-02-29T20:20:14.840Z | Compiling time v0.3.27 |
1755 | 2024-02-29T20:20:14.900Z | Compiling signal-hook-mio v0.2.3 |
1756 | 2024-02-29T20:20:15.049Z | Compiling group v0.13.0 |
1757 | 2024-02-29T20:20:15.163Z | Compiling phf v0.11.2 |
1758 | 2024-02-29T20:20:15.368Z | Compiling bzip2 v0.4.4 |
1759 | 2024-02-29T20:20:15.763Z | Compiling hubpack v0.1.2 |
1760 | 2024-02-29T20:20:15.809Z | Compiling hkdf v0.12.4 |
1761 | 2024-02-29T20:20:16.219Z | Compiling zerocopy v0.6.4 |
1762 | 2024-02-29T20:20:16.418Z | Compiling crypto-bigint v0.5.2 |
1763 | 2024-02-29T20:20:17.112Z | Compiling ipnetwork v0.20.0 |
1764 | 2024-02-29T20:20:17.659Z | Compiling float-cmp v0.9.0 |
1765 | 2024-02-29T20:20:17.874Z | Compiling data-encoding v2.4.0 |
1766 | 2024-02-29T20:20:17.892Z | Compiling predicates-core v1.0.6 |
1767 | 2024-02-29T20:20:18.243Z | Compiling normalize-line-endings v0.3.0 |
1768 | 2024-02-29T20:20:18.261Z | Compiling regex-automata v0.3.8 |
1769 | 2024-02-29T20:20:18.357Z | Compiling static_assertions v1.1.0 |
1770 | 2024-02-29T20:20:18.470Z | Compiling difflib v0.4.0 |
1771 | 2024-02-29T20:20:19.992Z | Compiling whoami v1.4.1 |
1772 | 2024-02-29T20:20:20.173Z | Compiling bstr v1.6.0 |
1773 | 2024-02-29T20:20:20.318Z | Compiling tokio-postgres v0.7.10 |
1774 | 2024-02-29T20:20:20.506Z | Compiling predicates v3.1.0 |
1775 | 2024-02-29T20:20:21.052Z | Compiling trust-dns-proto v0.22.0 |
1776 | 2024-02-29T20:20:21.073Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1777 | 2024-02-29T20:20:21.822Z | Compiling yasna v0.5.2 |
1778 | 2024-02-29T20:20:22.281Z | Compiling elliptic-curve v0.13.8 |
1779 | 2024-02-29T20:20:23.068Z | Compiling clap v4.5.0 |
1780 | 2024-02-29T20:20:23.197Z | Compiling zip v0.6.6 |
1781 | 2024-02-29T20:20:23.577Z | Compiling crossterm v0.27.0 |
1782 | 2024-02-29T20:20:23.872Z | Compiling similar v2.3.0 |
1783 | 2024-02-29T20:20:24.714Z | Compiling cipher v0.4.4 |
1784 | 2024-02-29T20:20:25.285Z | Compiling diesel v2.1.4 |
1785 | 2024-02-29T20:20:25.772Z | Compiling usdt v0.3.5 |
1786 | 2024-02-29T20:20:26.064Z | Compiling strum v0.25.0 |
1787 | 2024-02-29T20:20:26.230Z | Compiling tokio-stream v0.1.14 |
1788 | 2024-02-29T20:20:26.437Z | Compiling console v0.15.8 |
1789 | 2024-02-29T20:20:26.985Z | Checking proc-macro2 v1.0.78 |
1790 | 2024-02-29T20:20:27.636Z | Checking quote v1.0.35 |
1791 | 2024-02-29T20:20:29.785Z | Checking utf8parse v0.2.1 |
1792 | 2024-02-29T20:20:30.956Z | Checking anstyle v1.0.2 |
1793 | 2024-02-29T20:20:35.646Z | Checking anstyle-parse v0.2.1 |
1794 | 2024-02-29T20:20:36.926Z | Checking colorchoice v1.0.0 |
1795 | 2024-02-29T20:20:37.048Z | Checking anstyle-query v1.0.0 |
1796 | 2024-02-29T20:20:37.178Z | Checking anstream v0.6.11 |
1797 | 2024-02-29T20:20:37.353Z | Compiling serde_tokenstream v0.2.0 |
1798 | 2024-02-29T20:20:37.636Z | Checking strsim v0.11.0 |
1799 | 2024-02-29T20:20:37.655Z | Checking clap_lex v0.7.0 |
1800 | 2024-02-29T20:20:43.241Z | Checking winnow v0.6.1 |
1801 | 2024-02-29T20:20:49.631Z | Compiling regress v0.8.0 |
1802 | 2024-02-29T20:20:52.587Z | Compiling getopts v0.2.21 |
1803 | 2024-02-29T20:20:52.914Z | Compiling unsafe-libyaml v0.2.10 |
1804 | 2024-02-29T20:20:53.444Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
1805 | 2024-02-29T20:20:53.663Z | Checking heck v0.4.1 |
1806 | 2024-02-29T20:20:54.924Z | Compiling serde_yaml v0.9.25 |
1807 | 2024-02-29T20:20:55.389Z | Checking camino v1.1.6 |
1808 | 2024-02-29T20:20:55.705Z | Checking progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1809 | 2024-02-29T20:20:55.916Z | Compiling ident_case v1.0.1 |
1810 | 2024-02-29T20:20:55.959Z | Compiling strsim v0.10.0 |
1811 | 2024-02-29T20:20:56.450Z | Checking rustls-pki-types v1.3.0 |
1812 | 2024-02-29T20:20:56.458Z | Checking fastrand v2.0.1 |
1813 | 2024-02-29T20:20:56.458Z | Checking match_cfg v0.1.0 |
1814 | 2024-02-29T20:20:56.458Z | Checking tempfile v3.10.0 |
1815 | 2024-02-29T20:20:56.501Z | Checking hostname v0.3.1 |
1816 | 2024-02-29T20:20:56.627Z | Checking http v1.0.0 |
1817 | 2024-02-29T20:20:56.753Z | Checking atty v0.2.14 |
1818 | 2024-02-29T20:20:56.773Z | Compiling paste v1.0.14 |
1819 | 2024-02-29T20:20:56.866Z | Checking quick-error v1.2.3 |
1820 | 2024-02-29T20:20:57.003Z | Checking sha1 v0.10.6 |
1821 | 2024-02-29T20:20:57.276Z | Checking dirs-sys-next v0.1.2 |
1822 | 2024-02-29T20:20:57.771Z | Compiling rustls v0.22.2 |
1823 | 2024-02-29T20:20:57.771Z | Checking dirs-next v2.0.0 |
1824 | 2024-02-29T20:20:57.771Z | Checking rustls-webpki v0.102.1 |
1825 | 2024-02-29T20:20:58.050Z | Checking crossbeam-channel v0.5.8 |
1826 | 2024-02-29T20:20:58.481Z | Checking thread_local v1.1.7 |
1827 | 2024-02-29T20:20:58.753Z | Checking instant v0.1.12 |
1828 | 2024-02-29T20:20:58.837Z | Compiling slog-async v2.8.0 |
1829 | 2024-02-29T20:20:58.934Z | Checking term v0.7.0 |
1830 | 2024-02-29T20:20:59.204Z | Checking rustls-pemfile v2.1.0 |
1831 | 2024-02-29T20:20:59.397Z | Compiling multer v3.0.0 |
1832 | 2024-02-29T20:20:59.416Z | Checking take_mut v0.2.2 |
1833 | 2024-02-29T20:20:59.498Z | Checking debug-ignore v1.0.5 |
1834 | 2024-02-29T20:20:59.567Z | Checking slog-term v2.9.0 |
1835 | 2024-02-29T20:20:59.621Z | Compiling darling_core v0.20.3 |
1836 | 2024-02-29T20:20:59.784Z | Checking slog-json v2.6.1 |
1837 | 2024-02-29T20:20:59.832Z | Compiling async-stream-impl v0.3.5 |
1838 | 2024-02-29T20:21:00.033Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1839 | 2024-02-29T20:21:00.050Z | Checking atomic-waker v1.1.1 |
1840 | 2024-02-29T20:21:00.171Z | Checking waitgroup v0.1.2 |
1841 | 2024-02-29T20:21:00.301Z | Checking slog-bunyan v2.5.0 |
1842 | 2024-02-29T20:21:00.464Z | Checking toml v0.8.10 |
1843 | 2024-02-29T20:21:00.835Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1844 | 2024-02-29T20:21:01.203Z | Checking serde_path_to_error v0.1.15 |
1845 | 2024-02-29T20:21:01.316Z | Checking async-stream v0.3.5 |
1846 | 2024-02-29T20:21:01.518Z | Checking wait-timeout v0.2.0 |
1847 | 2024-02-29T20:21:01.698Z | Compiling strum_macros v0.26.1 |
1848 | 2024-02-29T20:21:01.842Z | Compiling structmeta-derive v0.3.0 |
1849 | 2024-02-29T20:21:02.680Z | Checking tokio-rustls v0.25.0 |
1850 | 2024-02-29T20:21:03.050Z | Checking rusty-fork v0.3.0 |
1851 | 2024-02-29T20:21:03.340Z | Checking newtype-uuid v1.0.1 |
1852 | 2024-02-29T20:21:03.583Z | Compiling structmeta-derive v0.2.0 |
1853 | 2024-02-29T20:21:05.149Z | Compiling structmeta v0.3.0 |
1854 | 2024-02-29T20:21:05.595Z | Checking rand_xorshift v0.3.0 |
1855 | 2024-02-29T20:21:05.770Z | Checking unarray v0.1.4 |
1856 | 2024-02-29T20:21:05.923Z | Checking proptest v1.4.0 |
1857 | 2024-02-29T20:21:05.993Z | Compiling darling_macro v0.20.3 |
1858 | 2024-02-29T20:21:06.926Z | Compiling structmeta v0.2.0 |
1859 | 2024-02-29T20:21:07.082Z | Compiling darling v0.20.3 |
1860 | 2024-02-29T20:21:07.201Z | Compiling serde_with_macros v3.6.1 |
1861 | 2024-02-29T20:21:07.293Z | Compiling parse-display-derive v0.9.0 |
1862 | 2024-02-29T20:21:07.360Z | Checking backoff v0.4.0 |
1863 | 2024-02-29T20:21:07.379Z | Checking strum v0.26.1 |
1864 | 2024-02-29T20:21:07.526Z | Compiling test-strategy v0.3.1 |
1865 | 2024-02-29T20:21:07.628Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1866 | 2024-02-29T20:21:07.793Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1867 | 2024-02-29T20:21:07.925Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1868 | 2024-02-29T20:21:07.943Z | Checking macaddr v1.0.1 |
1869 | 2024-02-29T20:21:08.285Z | Checking camino-tempfile v1.1.1 |
1870 | 2024-02-29T20:21:08.370Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1871 | 2024-02-29T20:21:08.553Z | Checking is-terminal v0.4.9 |
1872 | 2024-02-29T20:21:09.030Z | Compiling proc-macro-error-attr v1.0.4 |
1873 | 2024-02-29T20:21:09.087Z | Compiling proc-macro-error v1.0.4 |
1874 | 2024-02-29T20:21:09.597Z | Compiling proc-macro-crate v1.3.1 |
1875 | 2024-02-29T20:21:10.542Z | Checking termtree v0.4.1 |
1876 | 2024-02-29T20:21:10.672Z | Checking serde_with v3.6.1 |
1877 | 2024-02-29T20:21:10.701Z | Compiling heapless v0.8.0 |
1878 | 2024-02-29T20:21:10.731Z | Checking predicates-tree v1.0.9 |
1879 | 2024-02-29T20:21:10.873Z | Compiling num_enum_derive v0.5.11 |
1880 | 2024-02-29T20:21:10.917Z | Checking hash32 v0.3.1 |
1881 | 2024-02-29T20:21:11.100Z | Compiling smoltcp v0.11.0 |
1882 | 2024-02-29T20:21:11.626Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1883 | 2024-02-29T20:21:11.911Z | Compiling usdt-macro v0.5.0 |
1884 | 2024-02-29T20:21:12.028Z | Compiling usdt-attr-macro v0.5.0 |
1885 | 2024-02-29T20:21:12.394Z | Checking parse-display v0.9.0 |
1886 | 2024-02-29T20:21:12.447Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
1887 | 2024-02-29T20:21:12.602Z | Checking memmap v0.7.0 |
1888 | 2024-02-29T20:21:12.728Z | Checking cobs v0.2.3 |
1889 | 2024-02-29T20:21:12.792Z | Checking embedded-io v0.4.0 |
1890 | 2024-02-29T20:21:12.908Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1891 | 2024-02-29T20:21:12.995Z | Compiling crucible-workspace-hack v0.1.0 |
1892 | 2024-02-29T20:21:13.247Z | Checking postcard v1.0.8 |
1893 | 2024-02-29T20:21:13.566Z | Compiling foreign-types-macros v0.2.3 |
1894 | 2024-02-29T20:21:13.734Z | Checking num_enum v0.5.11 |
1895 | 2024-02-29T20:21:13.794Z | Checking usdt v0.5.0 |
1896 | 2024-02-29T20:21:13.883Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1897 | 2024-02-29T20:21:13.951Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1898 | 2024-02-29T20:21:14.100Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1899 | 2024-02-29T20:21:14.123Z | Checking foreign-types-shared v0.3.1 |
1900 | 2024-02-29T20:21:14.349Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1901 | 2024-02-29T20:21:14.367Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1902 | 2024-02-29T20:21:14.452Z | Checking cstr-argument v0.1.2 |
1903 | 2024-02-29T20:21:14.482Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1904 | 2024-02-29T20:21:14.613Z | Checking pretty-hex v0.2.1 |
1905 | 2024-02-29T20:21:14.777Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1906 | 2024-02-29T20:21:14.826Z | Checking colored v2.0.4 |
1907 | 2024-02-29T20:21:15.006Z | Checking foreign-types v0.5.0 |
1908 | 2024-02-29T20:21:15.052Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1909 | 2024-02-29T20:21:15.116Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1910 | 2024-02-29T20:21:15.141Z | Compiling zone_cfg_derive v0.3.0 |
1911 | 2024-02-29T20:21:15.281Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1912 | 2024-02-29T20:21:15.350Z | Compiling mockall_derive v0.12.0 |
1913 | 2024-02-29T20:21:15.409Z | Compiling num-derive v0.4.0 |
1914 | 2024-02-29T20:21:15.627Z | Checking fragile v2.0.0 |
1915 | 2024-02-29T20:21:15.888Z | Checking downcast v0.11.0 |
1916 | 2024-02-29T20:21:16.093Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
1917 | 2024-02-29T20:21:16.330Z | Checking smf v0.2.2 |
1918 | 2024-02-29T20:21:16.550Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1919 | 2024-02-29T20:21:16.755Z | Checking zone v0.3.0 |
1920 | 2024-02-29T20:21:16.770Z | Checking xattr v1.0.1 |
1921 | 2024-02-29T20:21:16.946Z | Checking filetime v0.2.23 |
1922 | 2024-02-29T20:21:17.145Z | Checking same-file v1.0.6 |
1923 | 2024-02-29T20:21:17.272Z | Checking tar v0.4.40 |
1924 | 2024-02-29T20:21:17.317Z | Checking walkdir v2.4.0 |
1925 | 2024-02-29T20:21:17.494Z | Checking pem v3.0.2 |
1926 | 2024-02-29T20:21:17.574Z | Compiling rayon-core v1.12.0 |
1927 | 2024-02-29T20:21:17.737Z | Checking linked-hash-map v0.5.6 |
1928 | 2024-02-29T20:21:17.902Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
1929 | 2024-02-29T20:21:17.918Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
1930 | 2024-02-29T20:21:17.936Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1931 | 2024-02-29T20:21:17.990Z | Checking itertools v0.12.1 |
1932 | 2024-02-29T20:21:18.042Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1933 | 2024-02-29T20:21:18.056Z | Checking lru-cache v0.1.2 |
1934 | 2024-02-29T20:21:18.227Z | Checking headers-core v0.2.0 |
1935 | 2024-02-29T20:21:18.324Z | Checking password-hash v0.5.0 |
1936 | 2024-02-29T20:21:18.352Z | Checking headers v0.3.9 |
1937 | 2024-02-29T20:21:18.797Z | Checking blake2 v0.10.6 |
1938 | 2024-02-29T20:21:19.249Z | Checking swrite v0.1.0 |
1939 | 2024-02-29T20:21:19.370Z | Checking argon2 v0.5.3 |
1940 | 2024-02-29T20:21:19.501Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1941 | 2024-02-29T20:21:19.576Z | Compiling derive-where v1.2.7 |
1942 | 2024-02-29T20:21:19.806Z | Checking rcgen v0.12.1 |
1943 | 2024-02-29T20:21:19.993Z | Checking atomicwrites v0.4.3 |
1944 | 2024-02-29T20:21:20.128Z | Checking subprocess v0.2.9 |
1945 | 2024-02-29T20:21:20.180Z | Checking arc-swap v1.6.0 |
1946 | 2024-02-29T20:21:20.470Z | Compiling cancel-safe-futures v0.1.5 |
1947 | 2024-02-29T20:21:20.627Z | Checking slog-scope v4.4.0 |
1948 | 2024-02-29T20:21:20.654Z | Checking half v2.3.1 |
1949 | 2024-02-29T20:21:20.692Z | Checking ciborium-io v0.2.2 |
1950 | 2024-02-29T20:21:20.811Z | Checking resolv-conf v0.7.0 |
1951 | 2024-02-29T20:21:20.815Z | Checking slog-stdlog v4.1.1 |
1952 | 2024-02-29T20:21:20.985Z | Checking slog-envlogger v2.2.0 |
1953 | 2024-02-29T20:21:21.142Z | Checking ciborium-ll v0.2.2 |
1954 | 2024-02-29T20:21:21.148Z | Checking trust-dns-resolver v0.22.0 |
1955 | 2024-02-29T20:21:21.199Z | Checking libsw v3.3.1 |
1956 | 2024-02-29T20:21:21.318Z | Checking linear-map v1.2.0 |
1957 | 2024-02-29T20:21:21.439Z | Checking ciborium v0.2.2 |
1958 | 2024-02-29T20:21:21.473Z | Checking owo-colors v4.0.0 |
1959 | 2024-02-29T20:21:21.645Z | Compiling slog-dtrace v0.3.0 |
1960 | 2024-02-29T20:21:22.051Z | Checking textwrap v0.11.0 |
1961 | 2024-02-29T20:21:22.265Z | Compiling heck v0.3.3 |
1962 | 2024-02-29T20:21:22.477Z | Compiling blake3 v1.5.0 |
1963 | 2024-02-29T20:21:22.685Z | Checking ansi_term v0.12.1 |
1964 | 2024-02-29T20:21:22.735Z | Checking termcolor v1.2.0 |
1965 | 2024-02-29T20:21:22.975Z | Compiling libefi-sys v0.1.0 |
1966 | 2024-02-29T20:21:23.105Z | Checking vec_map v0.8.2 |
1967 | 2024-02-29T20:21:23.117Z | Checking strsim v0.8.0 |
1968 | 2024-02-29T20:21:23.327Z | Compiling structopt-derive v0.4.18 |
1969 | 2024-02-29T20:21:23.383Z | Checking clap v2.34.0 |
1970 | 2024-02-29T20:21:23.888Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1971 | 2024-02-29T20:21:23.892Z | Checking nibble_vec v0.1.0 |
1972 | 2024-02-29T20:21:23.892Z | Compiling radium v0.7.0 |
1973 | 2024-02-29T20:21:23.892Z | Checking endian-type v0.1.2 |
1974 | 2024-02-29T20:21:24.056Z | Checking mockall v0.12.0 |
1975 | 2024-02-29T20:21:24.116Z | Checking radix_trie v0.2.1 |
1976 | 2024-02-29T20:21:24.277Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1977 | 2024-02-29T20:21:24.390Z | Checking tap v1.0.1 |
1978 | 2024-02-29T20:21:24.542Z | Compiling maybe-uninit v2.0.0 |
1979 | 2024-02-29T20:21:24.562Z | Checking wyz v0.5.1 |
1980 | 2024-02-29T20:21:24.572Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1981 | 2024-02-29T20:21:24.801Z | Checking fxhash v0.2.1 |
1982 | 2024-02-29T20:21:24.946Z | Checking gethostname v0.4.3 |
1983 | 2024-02-29T20:21:24.961Z | Compiling semver v0.1.20 |
1984 | 2024-02-29T20:21:24.998Z | Checking crc-catalog v2.2.0 |
1985 | 2024-02-29T20:21:25.081Z | Compiling num-bigint-dig v0.8.4 |
1986 | 2024-02-29T20:21:25.122Z | Checking funty v2.0.0 |
1987 | 2024-02-29T20:21:25.136Z | Compiling packed_struct v0.10.1 |
1988 | 2024-02-29T20:21:25.443Z | Compiling rustc_version v0.1.7 |
1989 | 2024-02-29T20:21:25.650Z | Checking crc v3.0.1 |
1990 | 2024-02-29T20:21:25.719Z | Compiling packed_struct_codegen v0.10.1 |
1991 | 2024-02-29T20:21:25.844Z | Compiling indexmap v1.9.3 |
1992 | 2024-02-29T20:21:25.907Z | Checking nodrop v0.1.14 |
1993 | 2024-02-29T20:21:26.009Z | Checking array-init v0.0.4 |
1994 | 2024-02-29T20:21:26.173Z | Compiling newtype_derive v0.1.6 |
1995 | 2024-02-29T20:21:26.191Z | Checking smallvec v0.6.14 |
1996 | 2024-02-29T20:21:26.230Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
1997 | 2024-02-29T20:21:26.270Z | Checking bitvec v1.0.1 |
1998 | 2024-02-29T20:21:26.436Z | Checking structopt v0.3.26 |
1999 | 2024-02-29T20:21:26.563Z | Checking pkcs1 v0.7.5 |
2000 | 2024-02-29T20:21:26.629Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2001 | 2024-02-29T20:21:26.820Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2002 | 2024-02-29T20:21:26.908Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2003 | 2024-02-29T20:21:26.952Z | Checking signature v2.1.0 |
2004 | 2024-02-29T20:21:26.965Z | Compiling crossbeam-deque v0.8.3 |
2005 | 2024-02-29T20:21:27.138Z | Checking hashbrown v0.12.3 |
2006 | 2024-02-29T20:21:27.389Z | Checking bitfield v0.14.0 |
2007 | 2024-02-29T20:21:28.897Z | Checking rsa v0.9.2 |
2008 | 2024-02-29T20:21:28.901Z | Checking serde-hex v0.1.0 |
2009 | 2024-02-29T20:21:28.920Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2010 | 2024-02-29T20:21:28.940Z | Checking env_logger v0.10.0 |
2011 | 2024-02-29T20:21:29.216Z | Checking x509-cert v0.2.4 |
2012 | 2024-02-29T20:21:29.374Z | Checking ron v0.8.1 |
2013 | 2024-02-29T20:21:29.435Z | Checking hashbrown v0.13.2 |
2014 | 2024-02-29T20:21:30.383Z | Compiling semver-parser v0.10.2 |
2015 | 2024-02-29T20:21:30.534Z | Compiling num-rational v0.4.1 |
2016 | 2024-02-29T20:21:30.631Z | Checking crc-any v2.4.3 |
2017 | 2024-02-29T20:21:30.891Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2018 | 2024-02-29T20:21:31.002Z | Checking object v0.30.4 |
2019 | 2024-02-29T20:21:31.120Z | Compiling semver v0.11.0 |
2020 | 2024-02-29T20:21:31.147Z | Compiling rayon v1.8.0 |
2021 | 2024-02-29T20:21:32.550Z | Compiling memmap2 v0.7.1 |
2022 | 2024-02-29T20:21:32.582Z | Checking path-slash v0.1.5 |
2023 | 2024-02-29T20:21:32.721Z | Compiling arrayvec v0.7.4 |
2024 | 2024-02-29T20:21:32.933Z | Compiling constant_time_eq v0.3.0 |
2025 | 2024-02-29T20:21:32.978Z | Compiling home v0.5.5 |
2026 | 2024-02-29T20:21:33.038Z | Compiling arrayref v0.3.7 |
2027 | 2024-02-29T20:21:33.114Z | Compiling toolchain_find v0.2.0 |
2028 | 2024-02-29T20:21:33.170Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2029 | 2024-02-29T20:21:33.211Z | Checking steno v0.4.0 |
2030 | 2024-02-29T20:21:33.749Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2031 | 2024-02-29T20:21:34.240Z | Compiling toml v0.5.11 |
2032 | 2024-02-29T20:21:34.574Z | Checking num-complex v0.4.4 |
2033 | 2024-02-29T20:21:35.359Z | Compiling convert_case v0.4.0 |
2034 | 2024-02-29T20:21:35.516Z | Compiling topological-sort v0.2.2 |
2035 | 2024-02-29T20:21:35.725Z | Checking num v0.4.1 |
2036 | 2024-02-29T20:21:35.826Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2037 | 2024-02-29T20:21:36.008Z | Compiling rustfmt-wrapper v0.2.0 |
2038 | 2024-02-29T20:21:36.293Z | Compiling derive_more v0.99.17 |
2039 | 2024-02-29T20:21:36.636Z | Compiling omicron-zone-package v0.11.0 |
2040 | 2024-02-29T20:21:38.194Z | Checking newline-converter v0.3.0 |
2041 | 2024-02-29T20:21:38.249Z | Checking expectorate v1.1.0 |
2042 | 2024-02-29T20:21:38.249Z | Checking utf-8 v0.7.6 |
2043 | 2024-02-29T20:21:38.250Z | Compiling buf-list v1.0.3 |
2044 | 2024-02-29T20:21:38.250Z | Checking tungstenite v0.20.1 |
2045 | 2024-02-29T20:21:38.250Z | Checking display-error-chain v0.2.0 |
2046 | 2024-02-29T20:21:38.265Z | Compiling parking_lot_core v0.8.6 |
2047 | 2024-02-29T20:21:38.647Z | Checking tokio-tungstenite v0.20.1 |
2048 | 2024-02-29T20:21:38.752Z | Checking keccak v0.1.4 |
2049 | 2024-02-29T20:21:39.042Z | Checking sha3 v0.10.8 |
2050 | 2024-02-29T20:21:39.114Z | Checking parking_lot v0.11.2 |
2051 | 2024-02-29T20:21:39.132Z | Checking trust-dns-client v0.22.0 |
2052 | 2024-02-29T20:21:39.426Z | Checking secrecy v0.8.0 |
2053 | 2024-02-29T20:21:39.442Z | Compiling pin-project-internal v1.1.3 |
2054 | 2024-02-29T20:21:39.667Z | Compiling doc-comment v0.3.3 |
2055 | 2024-02-29T20:21:40.425Z | Checking sled v0.34.7 |
2056 | 2024-02-29T20:21:40.544Z | Checking glob v0.3.1 |
2057 | 2024-02-29T20:21:40.668Z | Checking trust-dns-server v0.22.1 |
2058 | 2024-02-29T20:21:40.859Z | Compiling vte_generate_state_changes v0.1.1 |
2059 | 2024-02-29T20:21:41.589Z | Checking vte v0.11.1 |
2060 | 2024-02-29T20:21:42.757Z | Checking pin-project v1.1.3 |
2061 | 2024-02-29T20:21:42.880Z | Compiling unicase v2.7.0 |
2062 | 2024-02-29T20:21:43.090Z | Compiling platforms v3.0.2 |
2063 | 2024-02-29T20:21:43.212Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2064 | 2024-02-29T20:21:43.297Z | Checking strip-ansi-escapes v0.2.0 |
2065 | 2024-02-29T20:21:43.344Z | Checking fd-lock v3.0.13 |
2066 | 2024-02-29T20:21:43.391Z | Compiling snafu-derive v0.7.5 |
2067 | 2024-02-29T20:21:43.434Z | Compiling fs-err v2.11.0 |
2068 | 2024-02-29T20:21:43.482Z | Checking nu-ansi-term v0.50.0 |
2069 | 2024-02-29T20:21:43.555Z | Checking globset v0.4.13 |
2070 | 2024-02-29T20:21:43.896Z | Checking olpc-cjson v0.1.3 |
2071 | 2024-02-29T20:21:43.920Z | Checking reedline v0.29.0 |
2072 | 2024-02-29T20:21:44.022Z | Checking serde_plain v1.0.2 |
2073 | 2024-02-29T20:21:44.156Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2074 | 2024-02-29T20:21:44.183Z | Compiling async-recursion v1.0.5 |
2075 | 2024-02-29T20:21:44.278Z | Checking typed-path v0.7.0 |
2076 | 2024-02-29T20:21:44.510Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2077 | 2024-02-29T20:21:45.037Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2078 | 2024-02-29T20:21:45.192Z | Compiling curve25519-dalek v4.1.1 |
2079 | 2024-02-29T20:21:45.397Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2080 | 2024-02-29T20:21:45.644Z | Checking progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
2081 | 2024-02-29T20:21:45.771Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
2082 | 2024-02-29T20:21:45.844Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2083 | 2024-02-29T20:21:45.892Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2084 | 2024-02-29T20:21:45.929Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2085 | 2024-02-29T20:21:45.954Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2086 | 2024-02-29T20:21:46.141Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2087 | 2024-02-29T20:21:46.969Z | Compiling memoffset v0.7.1 |
2088 | 2024-02-29T20:21:47.062Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2089 | 2024-02-29T20:21:47.291Z | Checking parse-size v1.0.0 |
2090 | 2024-02-29T20:21:48.292Z | Compiling mime_guess v2.0.4 |
2091 | 2024-02-29T20:21:49.067Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2092 | 2024-02-29T20:21:49.724Z | Checking snafu v0.7.5 |
2093 | 2024-02-29T20:21:50.238Z | Checking tough v0.16.0 |
2094 | 2024-02-29T20:21:51.871Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2095 | 2024-02-29T20:21:52.279Z | Checking progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
2096 | 2024-02-29T20:21:52.385Z | Checking universal-hash v0.5.1 |
2097 | 2024-02-29T20:21:52.575Z | Compiling thiserror-impl-no-std v2.0.2 |
2098 | 2024-02-29T20:21:52.624Z | Compiling curve25519-dalek-derive v0.1.0 |
2099 | 2024-02-29T20:21:54.126Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
2100 | 2024-02-29T20:21:54.294Z | Checking opaque-debug v0.3.0 |
2101 | 2024-02-29T20:21:54.380Z | Checking poly1305 v0.8.0 |
2102 | 2024-02-29T20:21:56.091Z | Checking thiserror-no-std v2.0.2 |
2103 | 2024-02-29T20:21:56.585Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2104 | 2024-02-29T20:21:56.670Z | Checking chacha20 v0.9.1 |
2105 | 2024-02-29T20:21:56.926Z | Checking aead v0.5.2 |
2106 | 2024-02-29T20:21:56.989Z | Checking kstat-rs v0.2.3 |
2107 | 2024-02-29T20:21:57.137Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2108 | 2024-02-29T20:21:57.323Z | Checking signature v1.6.4 |
2109 | 2024-02-29T20:21:57.469Z | Compiling salty v0.2.0 |
2110 | 2024-02-29T20:21:58.112Z | Checking ed25519 v1.5.3 |
2111 | 2024-02-29T20:21:58.274Z | Checking chacha20poly1305 v0.10.1 |
2112 | 2024-02-29T20:21:58.490Z | Checking vsss-rs v3.3.4 |
2113 | 2024-02-29T20:21:59.284Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2114 | 2024-02-29T20:21:59.301Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2115 | 2024-02-29T20:21:59.551Z | Checking serde-big-array v0.5.1 |
2116 | 2024-02-29T20:21:59.774Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2117 | 2024-02-29T20:22:00.066Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2118 | 2024-02-29T20:22:00.821Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2119 | 2024-02-29T20:22:02.288Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2120 | 2024-02-29T20:22:02.662Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2121 | 2024-02-29T20:22:02.672Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2122 | 2024-02-29T20:22:03.037Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2123 | 2024-02-29T20:22:03.726Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2124 | 2024-02-29T20:22:04.606Z | Checking bytecount v0.6.3 |
2125 | 2024-02-29T20:22:04.774Z | Checking papergrid v0.11.0 |
2126 | 2024-02-29T20:22:06.186Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2127 | 2024-02-29T20:22:06.502Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
2128 | 2024-02-29T20:22:06.795Z | Compiling tabled_derive v0.7.0 |
2129 | 2024-02-29T20:22:07.404Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2130 | 2024-02-29T20:22:07.539Z | Checking signal-hook-tokio v0.3.1 |
2131 | 2024-02-29T20:22:07.699Z | Checking fd-lock v4.0.2 |
2132 | 2024-02-29T20:22:07.713Z | Checking nix v0.27.1 |
2133 | 2024-02-29T20:22:07.886Z | Checking serde-big-array v0.4.1 |
2134 | 2024-02-29T20:22:08.049Z | Compiling sqlparser_derive v0.2.2 |
2135 | 2024-02-29T20:22:09.026Z | Compiling prettyplease v0.2.16 |
2136 | 2024-02-29T20:22:09.326Z | Checking unicode_categories v0.1.1 |
2137 | 2024-02-29T20:22:09.339Z | Checking humantime v2.1.0 |
2138 | 2024-02-29T20:22:09.615Z | Checking tabled v0.15.0 |
2139 | 2024-02-29T20:22:09.630Z | Checking sqlformat v0.2.3 |
2140 | 2024-02-29T20:22:09.695Z | Checking sqlparser v0.43.1 |
2141 | 2024-02-29T20:22:10.418Z | Checking rustyline v13.0.0 |
2142 | 2024-02-29T20:22:11.080Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2143 | 2024-02-29T20:22:12.077Z | Checking bcs v0.1.6 |
2144 | 2024-02-29T20:22:12.131Z | Checking corncobs v0.1.3 |
2145 | 2024-02-29T20:22:12.319Z | Checking highway v1.1.0 |
2146 | 2024-02-29T20:22:12.560Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2147 | 2024-02-29T20:22:12.703Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2148 | 2024-02-29T20:22:12.754Z | Compiling crunchy v0.2.2 |
2149 | 2024-02-29T20:22:12.967Z | Checking http-range v0.1.5 |
2150 | 2024-02-29T20:22:13.143Z | Checking hyper-staticfile v0.9.5 |
2151 | 2024-02-29T20:22:13.357Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2152 | 2024-02-29T20:22:13.470Z | Compiling clang-sys v1.6.1 |
2153 | 2024-02-29T20:22:13.547Z | Compiling tiny-keccak v2.0.2 |
2154 | 2024-02-29T20:22:13.874Z | Checking progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
2155 | 2024-02-29T20:22:14.062Z | Compiling darling_core v0.14.4 |
2156 | 2024-02-29T20:22:14.086Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2157 | 2024-02-29T20:22:14.254Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2158 | 2024-02-29T20:22:15.565Z | Checking assert_matches v1.5.0 |
2159 | 2024-02-29T20:22:15.661Z | Compiling ascii-canvas v3.0.0 |
2160 | 2024-02-29T20:22:16.929Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2161 | 2024-02-29T20:22:18.032Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2162 | 2024-02-29T20:22:18.129Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2163 | 2024-02-29T20:22:18.215Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2164 | 2024-02-29T20:22:18.359Z | Compiling ena v0.14.2 |
2165 | 2024-02-29T20:22:18.390Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2166 | 2024-02-29T20:22:18.409Z | Compiling libloading v0.7.4 |
2167 | 2024-02-29T20:22:19.164Z | Compiling regex-syntax v0.6.29 |
2168 | 2024-02-29T20:22:19.172Z | Compiling diff v0.1.13 |
2169 | 2024-02-29T20:22:19.460Z | Compiling bindgen v0.69.2 |
2170 | 2024-02-29T20:22:20.162Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2171 | 2024-02-29T20:22:20.176Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2172 | 2024-02-29T20:22:20.546Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2173 | 2024-02-29T20:22:23.753Z | Compiling darling_macro v0.14.4 |
2174 | 2024-02-29T20:22:24.864Z | Compiling lalrpop v0.19.12 |
2175 | 2024-02-29T20:22:24.892Z | Compiling darling v0.14.4 |
2176 | 2024-02-29T20:22:25.174Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2177 | 2024-02-29T20:22:25.421Z | Compiling cexpr v0.6.0 |
2178 | 2024-02-29T20:22:25.759Z | Compiling which v4.4.0 |
2179 | 2024-02-29T20:22:25.977Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2180 | 2024-02-29T20:22:26.265Z | Checking maplit v1.0.2 |
2181 | 2024-02-29T20:22:26.344Z | Compiling rustc-hash v1.1.0 |
2182 | 2024-02-29T20:22:26.371Z | Compiling ref-cast v1.0.20 |
2183 | 2024-02-29T20:22:26.505Z | Compiling portable-atomic v1.4.3 |
2184 | 2024-02-29T20:22:26.913Z | Compiling shlex v1.3.0 |
2185 | 2024-02-29T20:22:27.154Z | Compiling peeking_take_while v0.1.2 |
2186 | 2024-02-29T20:22:27.292Z | Compiling lazycell v1.3.0 |
2187 | 2024-02-29T20:22:27.396Z | Compiling derive_builder_core v0.12.0 |
2188 | 2024-02-29T20:22:28.051Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2189 | 2024-02-29T20:22:28.067Z | Compiling ref-cast-impl v1.0.20 |
2190 | 2024-02-29T20:22:28.217Z | Compiling libxml v0.3.3 |
2191 | 2024-02-29T20:22:28.875Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2192 | 2024-02-29T20:22:29.377Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2193 | 2024-02-29T20:22:29.793Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2194 | 2024-02-29T20:22:29.809Z | Compiling strum_macros v0.24.3 |
2195 | 2024-02-29T20:22:29.980Z | Compiling derive_builder_macro v0.12.0 |
2196 | 2024-02-29T20:22:30.227Z | Compiling cookie v0.18.0 |
2197 | 2024-02-29T20:22:30.554Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2198 | 2024-02-29T20:22:30.880Z | Checking number_prefix v0.4.0 |
2199 | 2024-02-29T20:22:30.899Z | Compiling indoc v1.0.9 |
2200 | 2024-02-29T20:22:31.056Z | Checking indicatif v0.17.8 |
2201 | 2024-02-29T20:22:31.843Z | Checking derive_builder v0.12.0 |
2202 | 2024-02-29T20:22:32.087Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2203 | 2024-02-29T20:22:32.430Z | Checking bb8 v0.8.3 |
2204 | 2024-02-29T20:22:32.896Z | Checking quick-xml v0.30.0 |
2205 | 2024-02-29T20:22:33.551Z | Checking castaway v0.2.2 |
2206 | 2024-02-29T20:22:33.691Z | Compiling oso-derive v0.27.0 |
2207 | 2024-02-29T20:22:33.753Z | Compiling impl-trait-for-tuples v0.2.2 |
2208 | 2024-02-29T20:22:33.862Z | Checking compact_str v0.7.1 |
2209 | 2024-02-29T20:22:33.899Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2210 | 2024-02-29T20:22:34.908Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2211 | 2024-02-29T20:22:34.927Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2212 | 2024-02-29T20:22:35.019Z | Checking lru v0.12.1 |
2213 | 2024-02-29T20:22:35.024Z | Compiling stability v0.1.1 |
2214 | 2024-02-29T20:22:35.299Z | Compiling indoc v2.0.3 |
2215 | 2024-02-29T20:22:36.076Z | Checking cassowary v0.3.0 |
2216 | 2024-02-29T20:22:36.288Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2217 | 2024-02-29T20:22:36.457Z | Checking smawk v0.3.1 |
2218 | 2024-02-29T20:22:36.480Z | Checking ratatui v0.26.1 |
2219 | 2024-02-29T20:22:36.661Z | Checking unicode-linebreak v0.1.5 |
2220 | 2024-02-29T20:22:36.831Z | Checking is_ci v1.2.0 |
2221 | 2024-02-29T20:22:36.962Z | Checking supports-color v3.0.0 |
2222 | 2024-02-29T20:22:37.057Z | Checking textwrap v0.16.1 |
2223 | 2024-02-29T20:22:37.159Z | Compiling nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution) |
2224 | 2024-02-29T20:22:37.464Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2225 | 2024-02-29T20:22:37.504Z | Checking rtoolbox v0.0.1 |
2226 | 2024-02-29T20:22:37.705Z | Checking rpassword v7.3.1 |
2227 | 2024-02-29T20:22:37.821Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
2228 | 2024-02-29T20:22:37.868Z | Checking fatfs v0.3.6 |
2229 | 2024-02-29T20:22:37.890Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2230 | 2024-02-29T20:22:38.504Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2231 | 2024-02-29T20:22:39.900Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2232 | 2024-02-29T20:22:39.940Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2233 | 2024-02-29T20:22:39.940Z | Checking tui-tree-widget v0.17.0 |
2234 | 2024-02-29T20:22:40.242Z | Checking shell-words v1.1.0 |
2235 | 2024-02-29T20:22:40.416Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2236 | 2024-02-29T20:22:40.482Z | Checking nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
2237 | 2024-02-29T20:22:41.459Z | Checking yansi v0.5.1 |
2238 | 2024-02-29T20:22:41.757Z | Compiling target-lexicon v0.12.13 |
2239 | 2024-02-29T20:22:41.796Z | Checking pretty_assertions v1.4.0 |
2240 | 2024-02-29T20:22:42.394Z | Compiling guppy-workspace-hack v0.1.0 |
2241 | 2024-02-29T20:22:42.823Z | Checking plotters-backend v0.3.5 |
2242 | 2024-02-29T20:22:43.201Z | Checking plotters-svg v0.3.5 |
2243 | 2024-02-29T20:22:43.435Z | Checking http-body v1.0.0 |
2244 | 2024-02-29T20:22:43.482Z | Checking rand v0.4.6 |
2245 | 2024-02-29T20:22:43.647Z | Checking cast v0.3.0 |
2246 | 2024-02-29T20:22:43.992Z | Compiling assert_cmd v2.0.14 |
2247 | 2024-02-29T20:22:44.392Z | Checking remove_dir_all v0.5.3 |
2248 | 2024-02-29T20:22:44.460Z | Compiling target-spec v3.1.0 |
2249 | 2024-02-29T20:22:44.617Z | Checking tower-layer v0.3.2 |
2250 | 2024-02-29T20:22:44.887Z | Checking tower v0.4.13 |
2251 | 2024-02-29T20:22:45.105Z | Checking tempdir v0.3.7 |
2252 | 2024-02-29T20:22:45.300Z | Checking criterion-plot v0.5.0 |
2253 | 2024-02-29T20:22:45.765Z | Checking hyper v1.1.0 |
2254 | 2024-02-29T20:22:45.831Z | Checking plotters v0.3.5 |
2255 | 2024-02-29T20:22:49.483Z | Checking cfg-expr v0.15.6 |
2256 | 2024-02-29T20:22:49.663Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2257 | 2024-02-29T20:22:49.663Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2258 | 2024-02-29T20:22:49.663Z | Checking tinytemplate v1.2.1 |
2259 | 2024-02-29T20:22:49.663Z | Checking cargo-platform v0.1.3 |
2260 | 2024-02-29T20:22:49.663Z | Checking anes v0.1.6 |
2261 | 2024-02-29T20:22:49.663Z | Checking oorandom v11.1.3 |
2262 | 2024-02-29T20:22:49.663Z | Checking cargo_metadata v0.18.1 |
2263 | 2024-02-29T20:22:49.664Z | Checking criterion v0.5.1 |
2264 | 2024-02-29T20:22:49.668Z | Checking hyper-util v0.1.2 |
2265 | 2024-02-29T20:22:49.668Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2266 | 2024-02-29T20:22:50.393Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2267 | 2024-02-29T20:22:50.761Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2268 | 2024-02-29T20:22:51.277Z | Checking rustls-native-certs v0.7.0 |
2269 | 2024-02-29T20:22:51.419Z | Checking pathdiff v0.2.1 |
2270 | 2024-02-29T20:22:51.573Z | Checking nested v0.1.1 |
2271 | 2024-02-29T20:22:51.784Z | Checking guppy v0.17.5 |
2272 | 2024-02-29T20:23:03.128Z | Checking hyper-rustls v0.26.0 |
2273 | 2024-02-29T20:23:03.128Z | Checking httptest v0.15.5 |
2274 | 2024-02-29T20:23:03.128Z | Checking threadpool v1.8.1 |
2275 | 2024-02-29T20:23:03.128Z | Checking nanorand v0.7.0 |
2276 | 2024-02-29T20:23:03.209Z | Checking flume v0.11.0 |
2277 | 2024-02-29T20:23:03.209Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2278 | 2024-02-29T20:23:03.209Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2279 | 2024-02-29T20:23:03.209Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2280 | 2024-02-29T20:23:03.209Z | Checking libtest-mimic v0.6.1 |
2281 | 2024-02-29T20:23:03.209Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2282 | 2024-02-29T20:23:03.209Z | Checking similar-asserts v1.5.0 |
2283 | 2024-02-29T20:23:03.209Z | Compiling rstest_macros v0.18.2 |
2284 | 2024-02-29T20:23:03.210Z | Checking datatest-stable v0.2.3 |
2285 | 2024-02-29T20:23:03.210Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2286 | 2024-02-29T20:23:03.210Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2287 | 2024-02-29T20:23:03.210Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2288 | 2024-02-29T20:23:03.210Z | Checking csv-core v0.1.11 |
2289 | 2024-02-29T20:23:03.210Z | Checking constant_time_eq v0.2.6 |
2290 | 2024-02-29T20:23:03.210Z | Compiling trybuild v1.0.89 |
2291 | 2024-02-29T20:23:03.210Z | Compiling relative-path v1.9.0 |
2292 | 2024-02-29T20:23:03.210Z | Checking csv v1.3.0 |
2293 | 2024-02-29T20:23:03.210Z | Checking blake2b_simd v1.0.1 |
2294 | 2024-02-29T20:23:03.210Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2295 | 2024-02-29T20:23:03.210Z | Checking basic-toml v0.1.8 |
2296 | 2024-02-29T20:23:03.210Z | Checking multimap v0.10.0 |
2297 | 2024-02-29T20:23:03.210Z | Checking futures-timer v3.0.2 |
2298 | 2024-02-29T20:23:04.319Z | Checking rust-argon2 v1.0.1 |
2299 | 2024-02-29T20:23:04.728Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2300 | 2024-02-29T20:23:06.735Z | Checking partial-io v0.5.4 |
2301 | 2024-02-29T20:23:07.126Z | Checking approx v0.5.1 |
2302 | 2024-02-29T20:23:07.357Z | Checking termios v0.3.3 |
2303 | 2024-02-29T20:23:07.561Z | Checking hex-literal v0.4.1 |
2304 | 2024-02-29T20:23:10.975Z | Checking rstest v0.18.2 |
2305 | 2024-02-29T20:23:12.347Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2306 | 2024-02-29T20:23:59.259Z | Checking zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
2307 | 2024-02-29T20:24:03.906Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2308 | 2024-02-29T20:24:05.342Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2309 | 2024-02-29T20:24:06.516Z | Compiling samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f) |
2310 | 2024-02-29T20:24:12.382Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2311 | 2024-02-29T20:24:28.545Z | Compiling polar-core v0.27.0 |
2312 | 2024-02-29T20:24:35.456Z | Checking oso v0.27.0 |
2313 | 2024-02-29T20:25:02.226Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2314 | 2024-02-29T20:26:03.534Z | Finished dev [unoptimized + debuginfo] target(s) in 7m 00s |
2315 | 2024-02-29T20:26:03.721Z | |
2316 | 2024-02-29T20:26:03.721Z | real 7:46.457517014 |
2317 | 2024-02-29T20:26:03.721Z | user 40:22.841758263 |
2318 | 2024-02-29T20:26:03.722Z | sys 6:42.133990605 |
2319 | 2024-02-29T20:26:03.722Z | trap 1.080849041 |
2320 | 2024-02-29T20:26:03.722Z | tflt 6.923539364 |
2321 | 2024-02-29T20:26:03.722Z | dflt 6.074749136 |
2322 | 2024-02-29T20:26:03.722Z | kflt 0.058848716 |
2323 | 2024-02-29T20:26:03.722Z | lock 1:02:03.463765459 |
2324 | 2024-02-29T20:26:03.736Z | slp 2:03:43.880550228 |
2325 | 2024-02-29T20:26:03.737Z | lat 1:46.943752126 |
2326 | 2024-02-29T20:26:03.737Z | stop 4:23.903252264 |
2327 | 2024-02-29T20:26:04.569Z | warning: output filename collision. |
2328 | 2024-02-29T20:26:04.569Z | 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)`. |
2329 | 2024-02-29T20:26:04.569Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2330 | 2024-02-29T20:26:04.569Z | The targets should have unique names. |
2331 | 2024-02-29T20:26:04.569Z | This is a known bug where multiple crates with the same name use |
2332 | 2024-02-29T20:26:04.569Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2333 | 2024-02-29T20:26:04.988Z | warning: output filename collision. |
2334 | 2024-02-29T20:26:04.989Z | 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)`. |
2335 | 2024-02-29T20:26:04.989Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html |
2336 | 2024-02-29T20:26:04.989Z | The targets should have unique names. |
2337 | 2024-02-29T20:26:04.989Z | This is a known bug where multiple crates with the same name use |
2338 | 2024-02-29T20:26:04.989Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2339 | 2024-02-29T20:26:04.990Z | warning: output filename collision. |
2340 | 2024-02-29T20:26:04.990Z | 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)`. |
2341 | 2024-02-29T20:26:04.990Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2342 | 2024-02-29T20:26:04.990Z | The targets should have unique names. |
2343 | 2024-02-29T20:26:04.990Z | This is a known bug where multiple crates with the same name use |
2344 | 2024-02-29T20:26:04.990Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2345 | 2024-02-29T20:26:04.990Z | warning: output filename collision. |
2346 | 2024-02-29T20:26:04.991Z | The lib target `progenitor` in package `progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)` has the same output filename as the lib target `progenitor` in package `progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)`. |
2347 | 2024-02-29T20:26:04.991Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor/index.html |
2348 | 2024-02-29T20:26:04.991Z | The targets should have unique names. |
2349 | 2024-02-29T20:26:04.991Z | This is a known bug where multiple crates with the same name use |
2350 | 2024-02-29T20:26:04.991Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2351 | 2024-02-29T20:26:04.991Z | warning: output filename collision. |
2352 | 2024-02-29T20:26:04.991Z | The lib target `progenitor-client` in package `progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)` has the same output filename as the lib target `progenitor-client` in package `progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)`. |
2353 | 2024-02-29T20:26:04.991Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor_client/index.html |
2354 | 2024-02-29T20:26:04.992Z | The targets should have unique names. |
2355 | 2024-02-29T20:26:04.992Z | This is a known bug where multiple crates with the same name use |
2356 | 2024-02-29T20:26:04.992Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2357 | 2024-02-29T20:26:04.992Z | warning: output filename collision. |
2358 | 2024-02-29T20:26:04.992Z | The lib target `progenitor-impl` in package `progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0)` has the same output filename as the lib target `progenitor-impl` in package `progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0)`. |
2359 | 2024-02-29T20:26:04.992Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor_impl/index.html |
2360 | 2024-02-29T20:26:04.993Z | The targets should have unique names. |
2361 | 2024-02-29T20:26:04.993Z | This is a known bug where multiple crates with the same name use |
2362 | 2024-02-29T20:26:04.993Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2363 | 2024-02-29T20:26:04.993Z | warning: output filename collision. |
2364 | 2024-02-29T20:26:04.993Z | 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)`. |
2365 | 2024-02-29T20:26:04.993Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2366 | 2024-02-29T20:26:04.993Z | The targets should have unique names. |
2367 | 2024-02-29T20:26:04.993Z | This is a known bug where multiple crates with the same name use |
2368 | 2024-02-29T20:26:04.994Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2369 | 2024-02-29T20:26:05.026Z | Documenting libc v0.2.153 |
2370 | 2024-02-29T20:26:05.066Z | Documenting cfg-if v1.0.0 |
2371 | 2024-02-29T20:26:05.080Z | Documenting serde_derive v1.0.196 |
2372 | 2024-02-29T20:26:05.111Z | Documenting log v0.4.20 |
2373 | 2024-02-29T20:26:05.111Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2374 | 2024-02-29T20:26:05.140Z | Documenting memchr v2.6.3 |
2375 | 2024-02-29T20:26:05.148Z | Documenting scopeguard v1.2.0 |
2376 | 2024-02-29T20:26:05.164Z | Documenting byteorder v1.5.0 |
2377 | 2024-02-29T20:26:05.425Z | Documenting smallvec v1.13.1 |
2378 | 2024-02-29T20:26:07.709Z | Documenting itoa v1.0.9 |
2379 | 2024-02-29T20:26:07.799Z | Documenting lock_api v0.4.10 |
2380 | 2024-02-29T20:26:08.661Z | Documenting once_cell v1.19.0 |
2381 | 2024-02-29T20:26:09.177Z | Documenting getrandom v0.2.10 |
2382 | 2024-02-29T20:26:09.885Z | Documenting zeroize_derive v1.4.2 |
2383 | 2024-02-29T20:26:09.895Z | Documenting parking_lot_core v0.9.8 |
2384 | 2024-02-29T20:26:09.895Z | Documenting libm v0.2.7 |
2385 | 2024-02-29T20:26:10.569Z | Documenting pin-project-lite v0.2.13 |
2386 | 2024-02-29T20:26:10.784Z | Documenting signal-hook-registry v1.4.1 |
2387 | 2024-02-29T20:26:11.493Z | Documenting serde v1.0.196 |
2388 | 2024-02-29T20:26:12.957Z | Documenting rand_core v0.6.4 |
2389 | 2024-02-29T20:26:12.990Z | Documenting num-traits v0.2.16 |
2390 | 2024-02-29T20:26:13.220Z | Documenting mio v0.8.9 |
2391 | 2024-02-29T20:26:13.422Z | Documenting futures-core v0.3.30 |
2392 | 2024-02-29T20:26:13.530Z | Documenting parking_lot v0.12.1 |
2393 | 2024-02-29T20:26:14.743Z | Documenting ryu v1.0.15 |
2394 | 2024-02-29T20:26:14.962Z | Documenting zeroize v1.7.0 |
2395 | 2024-02-29T20:26:16.724Z | Documenting thiserror-impl v1.0.57 |
2396 | 2024-02-29T20:26:17.023Z | Documenting socket2 v0.5.5 |
2397 | 2024-02-29T20:26:17.234Z | Documenting num_cpus v1.16.0 |
2398 | 2024-02-29T20:26:17.431Z | Documenting tokio-macros v2.2.0 |
2399 | 2024-02-29T20:26:17.559Z | Documenting zerocopy v0.7.32 |
2400 | 2024-02-29T20:26:17.766Z | Documenting typenum v1.16.0 |
2401 | 2024-02-29T20:26:18.945Z | Documenting subtle v2.5.0 |
2402 | 2024-02-29T20:26:20.997Z | Documenting futures-sink v0.3.30 |
2403 | 2024-02-29T20:26:21.240Z | Documenting iana-time-zone v0.1.57 |
2404 | 2024-02-29T20:26:21.502Z | Documenting thiserror v1.0.57 |
2405 | 2024-02-29T20:26:21.915Z | Documenting pin-utils v0.1.0 |
2406 | 2024-02-29T20:26:22.882Z | Documenting slab v0.4.9 |
2407 | 2024-02-29T20:26:24.775Z | Documenting futures-channel v0.3.30 |
2408 | 2024-02-29T20:26:25.365Z | Documenting ahash v0.8.7 |
2409 | 2024-02-29T20:26:25.369Z | Documenting futures-macro v0.3.30 |
2410 | 2024-02-29T20:26:25.369Z | Documenting futures-task v0.3.30 |
2411 | 2024-02-29T20:26:28.045Z | Documenting allocator-api2 v0.2.16 |
2412 | 2024-02-29T20:26:28.078Z | Documenting futures-io v0.3.30 |
2413 | 2024-02-29T20:26:28.831Z | Documenting const-oid v0.9.5 |
2414 | 2024-02-29T20:26:29.262Z | Documenting tinyvec_macros v0.1.1 |
2415 | 2024-02-29T20:26:29.983Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2416 | 2024-02-29T20:26:30.095Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2417 | 2024-02-29T20:26:30.160Z | Documenting tracing-core v0.1.31 |
2418 | 2024-02-29T20:26:30.563Z | Documenting hashbrown v0.14.3 |
2419 | 2024-02-29T20:26:30.914Z | Documenting tracing-attributes v0.1.26 |
2420 | 2024-02-29T20:26:31.614Z | Documenting futures-util v0.3.30 |
2421 | 2024-02-29T20:26:32.225Z | Documenting tinyvec v1.6.0 |
2422 | 2024-02-29T20:26:33.241Z | Documenting bytes v1.5.0 |
2423 | 2024-02-29T20:26:34.931Z | Documenting bitflags v2.4.0 |
2424 | 2024-02-29T20:26:35.958Z | Documenting serde_json v1.0.114 |
2425 | 2024-02-29T20:26:37.637Z | Documenting chrono v0.4.31 |
2426 | 2024-02-29T20:26:37.871Z | Documenting uuid v1.7.0 |
2427 | 2024-02-29T20:26:38.070Z | Documenting tokio v1.36.0 |
2428 | 2024-02-29T20:26:39.071Z | Documenting unicode-normalization v0.1.22 |
2429 | 2024-02-29T20:26:41.778Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2430 | 2024-02-29T20:26:42.440Z | Documenting ppv-lite86 v0.2.17 |
2431 | 2024-02-29T20:26:42.449Z | Documenting equivalent v1.0.1 |
2432 | 2024-02-29T20:26:43.555Z | Documenting unicode-bidi v0.3.13 |
2433 | 2024-02-29T20:26:43.658Z | Checking serde_derive_internals v0.26.0 |
2434 | 2024-02-29T20:26:43.829Z | Documenting generic-array v0.14.7 |
2435 | 2024-02-29T20:26:44.259Z | Documenting serde_derive_internals v0.26.0 |
2436 | 2024-02-29T20:26:45.544Z | Documenting indexmap v2.2.3 |
2437 | 2024-02-29T20:26:45.904Z | Documenting rand_chacha v0.3.1 |
2438 | 2024-02-29T20:26:47.751Z | Documenting base64 v0.21.7 |
2439 | 2024-02-29T20:26:48.610Z | Documenting crypto-common v0.1.6 |
2440 | 2024-02-29T20:26:48.783Z | Documenting tracing v0.1.37 |
2441 | 2024-02-29T20:26:49.201Z | Documenting block-buffer v0.10.4 |
2442 | 2024-02-29T20:26:49.963Z | Documenting percent-encoding v2.3.1 |
2443 | 2024-02-29T20:26:50.191Z | Documenting rand v0.8.5 |
2444 | 2024-02-29T20:26:50.752Z | Documenting dyn-clone v1.0.16 |
2445 | 2024-02-29T20:26:50.943Z | Documenting schemars_derive v0.8.16 |
2446 | 2024-02-29T20:26:51.712Z | Documenting lazy_static v1.4.0 |
2447 | 2024-02-29T20:26:53.254Z | Documenting fnv v1.0.7 |
2448 | 2024-02-29T20:26:53.393Z | Documenting digest v0.10.7 |
2449 | 2024-02-29T20:26:53.707Z | Documenting errno v0.3.8 |
2450 | 2024-02-29T20:26:53.882Z | Documenting form_urlencoded v1.2.1 |
2451 | 2024-02-29T20:26:54.479Z | Documenting cpufeatures v0.2.12 |
2452 | 2024-02-29T20:26:55.622Z | Documenting idna v0.5.0 |
2453 | 2024-02-29T20:26:56.877Z | Documenting httparse v1.8.0 |
2454 | 2024-02-29T20:26:57.249Z | Documenting unicode-ident v1.0.12 |
2455 | 2024-02-29T20:26:57.362Z | Documenting schemars v0.8.16 |
2456 | 2024-02-29T20:26:57.742Z | Documenting rustix v0.38.31 |
2457 | 2024-02-29T20:26:57.855Z | Documenting unicode-width v0.1.11 |
2458 | 2024-02-29T20:26:59.475Z | Documenting try-lock v0.2.4 |
2459 | 2024-02-29T20:26:59.761Z | Documenting url v2.5.0 |
2460 | 2024-02-29T20:27:00.187Z | Documenting proc-macro2 v1.0.78 |
2461 | 2024-02-29T20:27:00.843Z | Documenting adler v1.0.2 |
2462 | 2024-02-29T20:27:01.639Z | Documenting httpdate v1.0.3 |
2463 | 2024-02-29T20:27:02.482Z | Documenting want v0.3.1 |
2464 | 2024-02-29T20:27:03.859Z | Documenting miniz_oxide v0.7.1 |
2465 | 2024-02-29T20:27:04.326Z | Documenting http-body v0.4.5 |
2466 | 2024-02-29T20:27:04.404Z | Documenting openssl-sys v0.9.96 |
2467 | 2024-02-29T20:27:04.417Z | Documenting openssl-macros v0.1.1 |
2468 | 2024-02-29T20:27:04.692Z | Documenting mime v0.3.17 |
2469 | 2024-02-29T20:27:05.614Z | Documenting tower-service v0.3.2 |
2470 | 2024-02-29T20:27:06.393Z | Documenting base64ct v1.6.0 |
2471 | 2024-02-29T20:27:07.288Z | Documenting quote v1.0.35 |
2472 | 2024-02-29T20:27:08.834Z | Documenting aho-corasick v1.0.4 |
2473 | 2024-02-29T20:27:09.077Z | Documenting slog v2.7.0 |
2474 | 2024-02-29T20:27:09.275Z | Documenting openssl-probe v0.1.5 |
2475 | 2024-02-29T20:27:09.414Z | Documenting regex-syntax v0.8.2 |
2476 | 2024-02-29T20:27:09.440Z | Documenting tokio-util v0.7.10 |
2477 | 2024-02-29T20:27:10.278Z | Documenting openssl v0.10.60 |
2478 | 2024-02-29T20:27:10.866Z | Documenting ipnet v2.9.0 |
2479 | 2024-02-29T20:27:11.136Z | Documenting syn v2.0.48 |
2480 | 2024-02-29T20:27:13.131Z | Documenting async-trait v0.1.77 |
2481 | 2024-02-29T20:27:13.422Z | Documenting pem-rfc7468 v0.7.0 |
2482 | 2024-02-29T20:27:13.640Z | Documenting crossbeam-utils v0.8.16 |
2483 | 2024-02-29T20:27:15.054Z | Documenting encoding_rs v0.8.33 |
2484 | 2024-02-29T20:27:15.243Z | Documenting h2 v0.3.24 |
2485 | 2024-02-29T20:27:16.208Z | Documenting regex-automata v0.4.4 |
2486 | 2024-02-29T20:27:17.511Z | Documenting der_derive v0.7.2 |
2487 | 2024-02-29T20:27:17.772Z | Documenting utf8parse v0.2.1 |
2488 | 2024-02-29T20:27:17.949Z | Documenting flagset v0.4.3 |
2489 | 2024-02-29T20:27:18.468Z | Documenting native-tls v0.2.11 |
2490 | 2024-02-29T20:27:19.636Z | Documenting serde_urlencoded v0.7.1 |
2491 | 2024-02-29T20:27:20.746Z | Documenting num-integer v0.1.46 |
2492 | 2024-02-29T20:27:20.816Z | Documenting time-macros v0.2.13 |
2493 | 2024-02-29T20:27:22.644Z | Documenting der v0.7.8 |
2494 | 2024-02-29T20:27:23.816Z | Documenting time-core v0.1.1 |
2495 | 2024-02-29T20:27:24.460Z | Documenting tokio-native-tls v0.3.1 |
2496 | 2024-02-29T20:27:25.171Z | Documenting regex v1.10.3 |
2497 | 2024-02-29T20:27:25.714Z | Documenting deranged v0.3.8 |
2498 | 2024-02-29T20:27:26.095Z | Documenting gimli v0.28.0 |
2499 | 2024-02-29T20:27:26.696Z | Documenting num_threads v0.1.6 |
2500 | 2024-02-29T20:27:26.710Z | Documenting hyper v0.14.27 |
2501 | 2024-02-29T20:27:27.651Z | Documenting spki v0.7.2 |
2502 | 2024-02-29T20:27:29.787Z | Documenting object v0.32.1 |
2503 | 2024-02-29T20:27:30.018Z | Documenting rustc-demangle v0.1.23 |
2504 | 2024-02-29T20:27:30.137Z | Documenting webpki-roots v0.25.2 |
2505 | 2024-02-29T20:27:30.476Z | Documenting time v0.3.27 |
2506 | 2024-02-29T20:27:30.684Z | Documenting spin v0.9.8 |
2507 | 2024-02-29T20:27:32.169Z | Documenting addr2line v0.21.0 |
2508 | 2024-02-29T20:27:32.700Z | Documenting either v1.10.0 |
2509 | 2024-02-29T20:27:32.994Z | Documenting pkcs8 v0.10.2 |
2510 | 2024-02-29T20:27:33.680Z | Documenting openapiv3 v2.0.0 |
2511 | 2024-02-29T20:27:33.889Z | Documenting futures-executor v0.3.30 |
2512 | 2024-02-29T20:27:35.882Z | Checking pest_meta v2.7.6 |
2513 | 2024-02-29T20:27:35.976Z | Documenting memoffset v0.9.0 |
2514 | 2024-02-29T20:27:36.400Z | Documenting anstyle v1.0.2 |
2515 | 2024-02-29T20:27:36.839Z | Documenting data-encoding v2.4.0 |
2516 | 2024-02-29T20:27:37.469Z | Documenting anstyle-parse v0.2.1 |
2517 | 2024-02-29T20:27:38.766Z | Documenting crossbeam-epoch v0.9.15 |
2518 | 2024-02-29T20:27:38.921Z | Documenting ipnetwork v0.20.0 |
2519 | 2024-02-29T20:27:39.109Z | Documenting hyper-rustls v0.24.2 |
2520 | 2024-02-29T20:27:40.211Z | Documenting hyper-tls v0.5.0 |
2521 | 2024-02-29T20:27:40.567Z | Documenting sha2 v0.10.8 |
2522 | 2024-02-29T20:27:40.757Z | Documenting hex v0.4.3 |
2523 | 2024-02-29T20:27:41.073Z | Documenting crc32fast v1.3.2 |
2524 | 2024-02-29T20:27:42.453Z | Documenting backtrace v0.3.69 |
2525 | 2024-02-29T20:27:42.888Z | Documenting pest_meta v2.7.6 |
2526 | 2024-02-29T20:27:44.212Z | Documenting scroll_derive v0.12.0 |
2527 | 2024-02-29T20:27:44.856Z | Documenting colorchoice v1.0.0 |
2528 | 2024-02-29T20:27:44.907Z | Documenting anstyle-query v1.0.0 |
2529 | 2024-02-29T20:27:45.543Z | Documenting untrusted v0.9.0 |
2530 | 2024-02-29T20:27:46.882Z | Documenting pest_generator v2.7.6 |
2531 | 2024-02-29T20:27:47.216Z | Documenting futures v0.3.30 |
2532 | 2024-02-29T20:27:47.489Z | Documenting reqwest v0.11.22 |
2533 | 2024-02-29T20:27:47.653Z | Checking pest_generator v2.7.6 |
2534 | 2024-02-29T20:27:48.357Z | Documenting ring v0.17.8 |
2535 | 2024-02-29T20:27:48.377Z | Documenting num-iter v0.1.43 |
2536 | 2024-02-29T20:27:48.648Z | Documenting anstream v0.6.11 |
2537 | 2024-02-29T20:27:48.663Z | Documenting anyhow v1.0.75 |
2538 | 2024-02-29T20:27:48.723Z | Documenting scroll v0.12.0 |
2539 | 2024-02-29T20:27:56.234Z | Documenting terminal_size v0.3.0 |
2540 | 2024-02-29T20:27:56.300Z | Documenting hmac v0.12.1 |
2541 | 2024-02-29T20:27:56.300Z | Documenting signal-hook v0.3.17 |
2542 | 2024-02-29T20:27:56.300Z | Documenting ucd-trie v0.1.6 |
2543 | 2024-02-29T20:27:56.300Z | Documenting plain v0.2.3 |
2544 | 2024-02-29T20:27:56.300Z | Documenting static_assertions v1.1.0 |
2545 | 2024-02-29T20:27:56.300Z | Documenting clap_lex v0.7.0 |
2546 | 2024-02-29T20:27:56.300Z | Documenting strsim v0.11.0 |
2547 | 2024-02-29T20:27:56.330Z | Documenting goblin v0.8.0 |
2548 | 2024-02-29T20:27:56.706Z | Documenting pest_derive v2.7.6 |
2549 | 2024-02-29T20:27:56.718Z | Documenting flate2 v1.0.28 |
2550 | 2024-02-29T20:27:57.348Z | Documenting clap_derive v4.5.0 |
2551 | 2024-02-29T20:27:57.790Z | Documenting pest v2.7.6 |
2552 | 2024-02-29T20:27:57.952Z | Documenting pretty-hex v0.4.1 |
2553 | 2024-02-29T20:27:59.028Z | Documenting managed v0.8.0 |
2554 | 2024-02-29T20:28:00.687Z | Documenting clap_builder v4.5.0 |
2555 | 2024-02-29T20:28:01.023Z | Documenting unicode-segmentation v1.10.1 |
2556 | 2024-02-29T20:28:01.126Z | Documenting signal-hook-mio v0.2.3 |
2557 | 2024-02-29T20:28:02.299Z | Documenting block-padding v0.3.3 |
2558 | 2024-02-29T20:28:02.416Z | Documenting scheduled-thread-pool v0.2.7 |
2559 | 2024-02-29T20:28:02.590Z | Documenting thread-id v4.2.0 |
2560 | 2024-02-29T20:28:02.806Z | Documenting dtrace-parser v0.2.0 |
2561 | 2024-02-29T20:28:03.507Z | Documenting dof v0.3.0 |
2562 | 2024-02-29T20:28:04.430Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2563 | 2024-02-29T20:28:05.186Z | Documenting enum-as-inner v0.5.1 |
2564 | 2024-02-29T20:28:06.040Z | Checking diesel_table_macro_syntax v0.1.0 |
2565 | 2024-02-29T20:28:06.218Z | Documenting diesel_table_macro_syntax v0.1.0 |
2566 | 2024-02-29T20:28:06.421Z | Documenting r2d2 v0.8.10 |
2567 | 2024-02-29T20:28:06.488Z | Documenting inout v0.1.3 |
2568 | 2024-02-29T20:28:06.684Z | Documenting clap v4.5.0 |
2569 | 2024-02-29T20:28:06.696Z | Documenting crossterm v0.27.0 |
2570 | 2024-02-29T20:28:08.375Z | Documenting bzip2 v0.4.4 |
2571 | 2024-02-29T20:28:15.476Z | Documenting usdt-impl v0.5.0 |
2572 | 2024-02-29T20:28:15.554Z | Documenting trust-dns-proto v0.22.0 |
2573 | 2024-02-29T20:28:15.555Z | Documenting md-5 v0.10.5 |
2574 | 2024-02-29T20:28:15.555Z | Documenting stringprep v0.1.3 |
2575 | 2024-02-29T20:28:15.555Z | Documenting diesel_derives v2.1.2 |
2576 | 2024-02-29T20:28:15.555Z | Documenting serde_spanned v0.6.5 |
2577 | 2024-02-29T20:28:15.555Z | Documenting toml_datetime v0.6.5 |
2578 | 2024-02-29T20:28:15.555Z | Documenting ff v0.13.0 |
2579 | 2024-02-29T20:28:15.640Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2580 | 2024-02-29T20:28:15.663Z | Documenting winnow v0.6.1 |
2581 | 2024-02-29T20:28:15.863Z | Documenting fallible-iterator v0.2.0 |
2582 | 2024-02-29T20:28:16.103Z | Documenting bit-vec v0.6.3 |
2583 | 2024-02-29T20:28:16.184Z | Documenting siphasher v0.3.11 |
2584 | 2024-02-29T20:28:16.691Z | Documenting base16ct v0.2.0 |
2585 | 2024-02-29T20:28:17.574Z | Documenting group v0.13.0 |
2586 | 2024-02-29T20:28:18.355Z | Documenting diesel v2.1.4 |
2587 | 2024-02-29T20:28:18.500Z | Documenting zip v0.6.6 |
2588 | 2024-02-29T20:28:19.105Z | Documenting phf_shared v0.11.2 |
2589 | 2024-02-29T20:28:19.785Z | Documenting sec1 v0.7.3 |
2590 | 2024-02-29T20:28:20.200Z | Documenting cipher v0.4.4 |
2591 | 2024-02-29T20:28:20.808Z | Documenting toml_edit v0.22.6 |
2592 | 2024-02-29T20:28:20.892Z | Documenting postgres-protocol v0.6.6 |
2593 | 2024-02-29T20:28:21.497Z | Documenting hkdf v0.12.4 |
2594 | 2024-02-29T20:28:22.863Z | Documenting num-bigint v0.4.4 |
2595 | 2024-02-29T20:28:22.897Z | Documenting crypto-bigint v0.5.2 |
2596 | 2024-02-29T20:28:25.946Z | Documenting regress v0.8.0 |
2597 | 2024-02-29T20:28:26.946Z | Documenting hubpack v0.1.2 |
2598 | 2024-02-29T20:28:26.959Z | Documenting bstr v1.6.0 |
2599 | 2024-02-29T20:28:26.959Z | Documenting serde_repr v0.1.16 |
2600 | 2024-02-29T20:28:27.972Z | Documenting fixedbitset v0.4.2 |
2601 | 2024-02-29T20:28:30.044Z | Documenting lalrpop-util v0.19.12 |
2602 | 2024-02-29T20:28:30.482Z | Documenting minimal-lexical v0.2.1 |
2603 | 2024-02-29T20:28:30.998Z | Documenting new_debug_unreachable v1.0.4 |
2604 | 2024-02-29T20:28:31.312Z | Documenting precomputed-hash v0.1.1 |
2605 | 2024-02-29T20:28:31.520Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2606 | 2024-02-29T20:28:32.148Z | Documenting petgraph v0.6.4 |
2607 | 2024-02-29T20:28:32.410Z | Documenting yasna v0.5.2 |
2608 | 2024-02-29T20:28:33.952Z | Documenting elliptic-curve v0.13.8 |
2609 | 2024-02-29T20:28:34.393Z | Documenting nom v7.1.3 |
2610 | 2024-02-29T20:28:34.765Z | Documenting postgres-types v0.2.6 |
2611 | 2024-02-29T20:28:35.013Z | Documenting string_cache v0.8.7 |
2612 | 2024-02-29T20:28:38.098Z | Documenting phf v0.11.2 |
2613 | 2024-02-29T20:28:38.865Z | Documenting console v0.15.8 |
2614 | 2024-02-29T20:28:39.352Z | Documenting semver v1.0.22 |
2615 | 2024-02-29T20:28:39.389Z | Documenting float-cmp v0.9.0 |
2616 | 2024-02-29T20:28:39.421Z | Documenting predicates-core v1.0.6 |
2617 | 2024-02-29T20:28:39.463Z | Documenting normalize-line-endings v0.3.0 |
2618 | 2024-02-29T20:28:42.075Z | Documenting heck v0.4.1 |
2619 | 2024-02-29T20:28:42.416Z | Documenting whoami v1.4.1 |
2620 | 2024-02-29T20:28:43.242Z | Documenting difflib v0.4.0 |
2621 | 2024-02-29T20:28:43.283Z | Documenting bit-set v0.5.3 |
2622 | 2024-02-29T20:28:43.434Z | Documenting similar v2.3.0 |
2623 | 2024-02-29T20:28:43.652Z | Documenting typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
2624 | 2024-02-29T20:28:44.098Z | Documenting tokio-stream v0.1.14 |
2625 | 2024-02-29T20:28:44.443Z | Documenting getopts v0.2.21 |
2626 | 2024-02-29T20:28:46.169Z | Documenting tokio-postgres v0.7.10 |
2627 | 2024-02-29T20:28:46.598Z | Documenting typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
2628 | 2024-02-29T20:28:47.074Z | Documenting predicates v3.1.0 |
2629 | 2024-02-29T20:28:47.433Z | Checking ident_case v1.0.1 |
2630 | 2024-02-29T20:28:47.581Z | Checking strsim v0.10.0 |
2631 | 2024-02-29T20:28:47.810Z | Documenting progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
2632 | 2024-02-29T20:28:47.983Z | Documenting match_cfg v0.1.0 |
2633 | 2024-02-29T20:28:48.984Z | Documenting sha1 v0.10.6 |
2634 | 2024-02-29T20:28:49.736Z | Documenting dirs-sys-next v0.1.2 |
2635 | 2024-02-29T20:28:50.437Z | Documenting rustls-pki-types v1.3.0 |
2636 | 2024-02-29T20:28:50.804Z | Documenting hostname v0.3.1 |
2637 | 2024-02-29T20:28:52.034Z | Documenting camino v1.1.6 |
2638 | 2024-02-29T20:28:53.193Z | Documenting dirs-next v2.0.0 |
2639 | 2024-02-29T20:28:53.846Z | Documenting paste v1.0.14 |
2640 | 2024-02-29T20:28:54.206Z | Documenting typify v0.0.15 (https://github.com/oxidecomputer/typify#ce009d6f) |
2641 | 2024-02-29T20:28:54.316Z | Documenting thread_local v1.1.7 |
2642 | 2024-02-29T20:28:54.769Z | Documenting rustls-webpki v0.102.1 |
2643 | 2024-02-29T20:29:06.477Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2644 | 2024-02-29T20:29:06.638Z | Documenting crossbeam-channel v0.5.8 |
2645 | 2024-02-29T20:29:06.638Z | Documenting term v0.7.0 |
2646 | 2024-02-29T20:29:06.639Z | Documenting atty v0.2.14 |
2647 | 2024-02-29T20:29:06.639Z | Documenting take_mut v0.2.2 |
2648 | 2024-02-29T20:29:06.733Z | Documenting slog-json v2.6.1 |
2649 | 2024-02-29T20:29:06.733Z | Documenting rustls v0.22.2 |
2650 | 2024-02-29T20:29:06.733Z | Documenting http v1.0.0 |
2651 | 2024-02-29T20:29:06.733Z | Documenting async-stream-impl v0.3.5 |
2652 | 2024-02-29T20:29:06.734Z | Documenting slog-term v2.9.0 |
2653 | 2024-02-29T20:29:06.734Z | Documenting debug-ignore v1.0.5 |
2654 | 2024-02-29T20:29:06.734Z | Documenting progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
2655 | 2024-02-29T20:29:06.734Z | Documenting slog-async v2.8.0 |
2656 | 2024-02-29T20:29:06.734Z | Documenting atomic-waker v1.1.1 |
2657 | 2024-02-29T20:29:06.734Z | Documenting slog-bunyan v2.5.0 |
2658 | 2024-02-29T20:29:06.734Z | Documenting async-stream v0.3.5 |
2659 | 2024-02-29T20:29:06.734Z | Documenting multer v3.0.0 |
2660 | 2024-02-29T20:29:06.734Z | Documenting rustls-pemfile v2.1.0 |
2661 | 2024-02-29T20:29:06.734Z | Documenting waitgroup v0.1.2 |
2662 | 2024-02-29T20:29:06.751Z | Checking darling_core v0.20.3 |
2663 | 2024-02-29T20:29:08.396Z | Documenting tokio-rustls v0.25.0 |
2664 | 2024-02-29T20:29:08.569Z | Documenting toml v0.8.10 |
2665 | 2024-02-29T20:29:09.216Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2666 | 2024-02-29T20:29:09.321Z | Documenting serde_path_to_error v0.1.15 |
2667 | 2024-02-29T20:29:09.449Z | Checking darling v0.20.3 |
2668 | 2024-02-29T20:29:09.565Z | Documenting serde_with_macros v3.6.1 |
2669 | 2024-02-29T20:29:10.052Z | Documenting structmeta-derive v0.3.0 |
2670 | 2024-02-29T20:29:10.250Z | Documenting progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#bc0bb4b0) |
2671 | 2024-02-29T20:29:10.282Z | Documenting strum v0.26.1 |
2672 | 2024-02-29T20:29:17.466Z | Checking structmeta v0.3.0 |
2673 | 2024-02-29T20:29:17.466Z | Documenting instant v0.1.12 |
2674 | 2024-02-29T20:29:17.466Z | Documenting newtype-uuid v1.0.1 |
2675 | 2024-02-29T20:29:17.467Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2676 | 2024-02-29T20:29:17.467Z | Documenting macaddr v1.0.1 |
2677 | 2024-02-29T20:29:17.467Z | Documenting serde_with v3.6.1 |
2678 | 2024-02-29T20:29:17.467Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2679 | 2024-02-29T20:29:17.467Z | Documenting structmeta v0.3.0 |
2680 | 2024-02-29T20:29:17.467Z | Documenting backoff v0.4.0 |
2681 | 2024-02-29T20:29:18.271Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2682 | 2024-02-29T20:29:18.437Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2683 | 2024-02-29T20:29:18.681Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2684 | 2024-02-29T20:29:18.722Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2685 | 2024-02-29T20:29:20.582Z | Documenting parse-display-derive v0.9.0 |
2686 | 2024-02-29T20:29:21.103Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2687 | 2024-02-29T20:29:21.419Z | Documenting fastrand v2.0.1 |
2688 | 2024-02-29T20:29:22.302Z | Documenting proc-macro-error-attr v1.0.4 |
2689 | 2024-02-29T20:29:22.701Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2690 | 2024-02-29T20:29:23.511Z | Checking proc-macro-error v1.0.4 |
2691 | 2024-02-29T20:29:23.623Z | Documenting is-terminal v0.4.9 |
2692 | 2024-02-29T20:29:23.775Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2693 | 2024-02-29T20:29:28.114Z | Documenting proc-macro-crate v1.3.1 |
2694 | 2024-02-29T20:29:28.180Z | Checking proc-macro-crate v1.3.1 |
2695 | 2024-02-29T20:29:28.180Z | Documenting hash32 v0.3.1 |
2696 | 2024-02-29T20:29:28.180Z | Documenting stable_deref_trait v1.2.0 |
2697 | 2024-02-29T20:29:28.180Z | Documenting tempfile v3.10.0 |
2698 | 2024-02-29T20:29:28.180Z | Documenting proc-macro-error v1.0.4 |
2699 | 2024-02-29T20:29:28.180Z | Documenting parse-display v0.9.0 |
2700 | 2024-02-29T20:29:28.208Z | Documenting embedded-io v0.4.0 |
2701 | 2024-02-29T20:29:28.432Z | Documenting heapless v0.8.0 |
2702 | 2024-02-29T20:29:28.840Z | Documenting cobs v0.2.3 |
2703 | 2024-02-29T20:29:29.310Z | Documenting num_enum_derive v0.5.11 |
2704 | 2024-02-29T20:29:30.030Z | Documenting foreign-types-macros v0.2.3 |
2705 | 2024-02-29T20:29:30.522Z | Documenting camino-tempfile v1.1.1 |
2706 | 2024-02-29T20:29:30.719Z | Documenting foreign-types-shared v0.3.1 |
2707 | 2024-02-29T20:29:31.763Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2708 | 2024-02-29T20:29:31.770Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2709 | 2024-02-29T20:29:31.770Z | Documenting postcard v1.0.8 |
2710 | 2024-02-29T20:29:33.343Z | Documenting smoltcp v0.11.0 |
2711 | 2024-02-29T20:29:33.606Z | Documenting crucible-workspace-hack v0.1.0 |
2712 | 2024-02-29T20:29:34.436Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2713 | 2024-02-29T20:29:34.678Z | Documenting foreign-types v0.5.0 |
2714 | 2024-02-29T20:29:35.176Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2715 | 2024-02-29T20:29:35.351Z | Documenting num_enum v0.5.11 |
2716 | 2024-02-29T20:29:36.495Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2717 | 2024-02-29T20:29:37.257Z | Documenting cstr-argument v0.1.2 |
2718 | 2024-02-29T20:29:38.694Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2719 | 2024-02-29T20:29:38.983Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2720 | 2024-02-29T20:29:39.111Z | Documenting colored v2.0.4 |
2721 | 2024-02-29T20:29:39.244Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2722 | 2024-02-29T20:29:39.441Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2723 | 2024-02-29T20:29:41.748Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2724 | 2024-02-29T20:29:43.288Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2725 | 2024-02-29T20:29:43.414Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2726 | 2024-02-29T20:29:43.605Z | Documenting zone_cfg_derive v0.3.0 |
2727 | 2024-02-29T20:29:43.962Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2728 | 2024-02-29T20:29:46.053Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2729 | 2024-02-29T20:29:46.287Z | Documenting num-derive v0.4.0 |
2730 | 2024-02-29T20:29:46.421Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2731 | 2024-02-29T20:29:47.517Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2732 | 2024-02-29T20:29:48.188Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2733 | 2024-02-29T20:29:48.440Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2734 | 2024-02-29T20:29:48.457Z | Documenting smf v0.2.2 |
2735 | 2024-02-29T20:29:49.154Z | Documenting zone v0.3.0 |
2736 | 2024-02-29T20:29:50.955Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
2737 | 2024-02-29T20:29:52.066Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2738 | 2024-02-29T20:29:52.338Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2739 | 2024-02-29T20:29:52.395Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2740 | 2024-02-29T20:29:52.880Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2741 | 2024-02-29T20:29:52.892Z | Documenting linked-hash-map v0.5.6 |
2742 | 2024-02-29T20:29:54.363Z | Documenting password-hash v0.5.0 |
2743 | 2024-02-29T20:29:55.727Z | Documenting blake2 v0.10.6 |
2744 | 2024-02-29T20:29:55.942Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2745 | 2024-02-29T20:29:57.136Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2746 | 2024-02-29T20:29:59.146Z | Documenting lru-cache v0.1.2 |
2747 | 2024-02-29T20:29:59.189Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2748 | 2024-02-29T20:29:59.361Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2749 | 2024-02-29T20:30:00.156Z | Documenting itertools v0.12.1 |
2750 | 2024-02-29T20:30:00.302Z | Documenting memmap v0.7.0 |
2751 | 2024-02-29T20:30:01.024Z | Documenting argon2 v0.5.3 |
2752 | 2024-02-29T20:30:01.364Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2753 | 2024-02-29T20:30:01.773Z | Documenting quick-error v1.2.3 |
2754 | 2024-02-29T20:30:02.675Z | Documenting derive-where v1.2.7 |
2755 | 2024-02-29T20:30:04.453Z | Documenting usdt v0.5.0 |
2756 | 2024-02-29T20:30:04.756Z | Documenting swrite v0.1.0 |
2757 | 2024-02-29T20:30:05.542Z | Documenting newtype_derive v0.1.6 |
2758 | 2024-02-29T20:30:05.626Z | Documenting resolv-conf v0.7.0 |
2759 | 2024-02-29T20:30:06.007Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2760 | 2024-02-29T20:30:06.853Z | Documenting tap v1.0.1 |
2761 | 2024-02-29T20:30:07.457Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2762 | 2024-02-29T20:30:08.462Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2763 | 2024-02-29T20:30:09.203Z | Documenting steno v0.4.0 |
2764 | 2024-02-29T20:30:09.644Z | Documenting trust-dns-resolver v0.22.0 |
2765 | 2024-02-29T20:30:09.828Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2766 | 2024-02-29T20:30:09.875Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2767 | 2024-02-29T20:30:09.880Z | Documenting wyz v0.5.1 |
2768 | 2024-02-29T20:30:10.675Z | Documenting radium v0.7.0 |
2769 | 2024-02-29T20:30:11.819Z | Documenting nibble_vec v0.1.0 |
2770 | 2024-02-29T20:30:12.862Z | Checking heck v0.3.3 |
2771 | 2024-02-29T20:30:13.029Z | Documenting funty v2.0.0 |
2772 | 2024-02-29T20:30:13.042Z | Documenting endian-type v0.1.2 |
2773 | 2024-02-29T20:30:13.739Z | Documenting crc-catalog v2.2.0 |
2774 | 2024-02-29T20:30:16.204Z | Documenting bitvec v1.0.1 |
2775 | 2024-02-29T20:30:16.338Z | Documenting structopt-derive v0.4.18 |
2776 | 2024-02-29T20:30:16.681Z | Documenting crc v3.0.1 |
2777 | 2024-02-29T20:30:16.864Z | Documenting radix_trie v0.2.1 |
2778 | 2024-02-29T20:30:18.561Z | Documenting cancel-safe-futures v0.1.5 |
2779 | 2024-02-29T20:30:19.727Z | Documenting filetime v0.2.23 |
2780 | 2024-02-29T20:30:19.844Z | Documenting xattr v1.0.1 |
2781 | 2024-02-29T20:30:20.878Z | Documenting packed_struct_codegen v0.10.1 |
2782 | 2024-02-29T20:30:21.428Z | Documenting nodrop v0.1.14 |
2783 | 2024-02-29T20:30:21.506Z | Documenting structopt v0.3.26 |
2784 | 2024-02-29T20:30:23.702Z | Documenting num-bigint-dig v0.8.4 |
2785 | 2024-02-29T20:30:23.878Z | Documenting tar v0.4.40 |
2786 | 2024-02-29T20:30:24.343Z | Documenting array-init v0.0.4 |
2787 | 2024-02-29T20:30:25.201Z | Documenting libefi-sys v0.1.0 |
2788 | 2024-02-29T20:30:25.866Z | Documenting num-rational v0.4.1 |
2789 | 2024-02-29T20:30:26.899Z | Documenting packed_struct v0.10.1 |
2790 | 2024-02-29T20:30:27.541Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2791 | 2024-02-29T20:30:28.522Z | Documenting pkcs1 v0.7.5 |
2792 | 2024-02-29T20:30:29.233Z | Documenting signature v2.1.0 |
2793 | 2024-02-29T20:30:29.249Z | Documenting num-complex v0.4.4 |
2794 | 2024-02-29T20:30:30.135Z | Documenting bitfield v0.14.0 |
2795 | 2024-02-29T20:30:30.979Z | Documenting arc-swap v1.6.0 |
2796 | 2024-02-29T20:30:32.534Z | Documenting termcolor v1.2.0 |
2797 | 2024-02-29T20:30:32.721Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2798 | 2024-02-29T20:30:32.856Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2799 | 2024-02-29T20:30:32.982Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2800 | 2024-02-29T20:30:34.125Z | Documenting rsa v0.9.2 |
2801 | 2024-02-29T20:30:34.529Z | Documenting num v0.4.1 |
2802 | 2024-02-29T20:30:34.915Z | Documenting slog-scope v4.4.0 |
2803 | 2024-02-29T20:30:35.913Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2804 | 2024-02-29T20:30:37.206Z | Documenting env_logger v0.10.0 |
2805 | 2024-02-29T20:30:37.478Z | Documenting serde-hex v0.1.0 |
2806 | 2024-02-29T20:30:37.656Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2807 | 2024-02-29T20:30:38.745Z | Documenting x509-cert v0.2.4 |
2808 | 2024-02-29T20:30:41.073Z | Documenting ron v0.8.1 |
2809 | 2024-02-29T20:30:41.806Z | Documenting libsw v3.3.1 |
2810 | 2024-02-29T20:30:43.336Z | Documenting gethostname v0.4.3 |
2811 | 2024-02-29T20:30:43.336Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2812 | 2024-02-29T20:30:43.824Z | Documenting half v2.3.1 |
2813 | 2024-02-29T20:30:44.087Z | Documenting owo-colors v4.0.0 |
2814 | 2024-02-29T20:30:44.354Z | Documenting ciborium-io v0.2.2 |
2815 | 2024-02-29T20:30:45.500Z | Documenting linear-map v1.2.0 |
2816 | 2024-02-29T20:30:45.823Z | Documenting same-file v1.0.6 |
2817 | 2024-02-29T20:30:46.551Z | Documenting crc-any v2.4.3 |
2818 | 2024-02-29T20:30:46.863Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2819 | 2024-02-29T20:30:47.771Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2820 | 2024-02-29T20:30:48.076Z | Documenting ciborium-ll v0.2.2 |
2821 | 2024-02-29T20:30:48.871Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2822 | 2024-02-29T20:30:49.649Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2823 | 2024-02-29T20:30:50.217Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2824 | 2024-02-29T20:30:50.271Z | Documenting walkdir v2.4.0 |
2825 | 2024-02-29T20:30:52.319Z | Documenting slog-stdlog v4.1.1 |
2826 | 2024-02-29T20:30:53.110Z | Documenting slog-dtrace v0.3.0 |
2827 | 2024-02-29T20:30:54.911Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2828 | 2024-02-29T20:30:56.981Z | Documenting path-slash v0.1.5 |
2829 | 2024-02-29T20:30:59.304Z | Documenting slog-envlogger v2.2.0 |
2830 | 2024-02-29T20:31:00.362Z | Documenting ciborium v0.2.2 |
2831 | 2024-02-29T20:31:00.777Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2832 | 2024-02-29T20:31:01.203Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2833 | 2024-02-29T20:31:01.208Z | Documenting pem v3.0.2 |
2834 | 2024-02-29T20:31:04.741Z | Documenting fxhash v0.2.1 |
2835 | 2024-02-29T20:31:05.039Z | Documenting utf-8 v0.7.6 |
2836 | 2024-02-29T20:31:05.137Z | Documenting display-error-chain v0.2.0 |
2837 | 2024-02-29T20:31:06.018Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2838 | 2024-02-29T20:31:06.979Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2839 | 2024-02-29T20:31:07.590Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2840 | 2024-02-29T20:31:07.820Z | Documenting vte_generate_state_changes v0.1.1 |
2841 | 2024-02-29T20:31:08.550Z | Documenting convert_case v0.4.0 |
2842 | 2024-02-29T20:31:08.908Z | Documenting tungstenite v0.20.1 |
2843 | 2024-02-29T20:31:09.070Z | Checking convert_case v0.4.0 |
2844 | 2024-02-29T20:31:09.309Z | Documenting buf-list v1.0.3 |
2845 | 2024-02-29T20:31:11.623Z | Documenting vte v0.11.1 |
2846 | 2024-02-29T20:31:12.434Z | Documenting derive_more v0.99.17 |
2847 | 2024-02-29T20:31:14.703Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2848 | 2024-02-29T20:31:14.720Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2849 | 2024-02-29T20:31:14.862Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2850 | 2024-02-29T20:31:15.183Z | Checking darling_core v0.14.4 |
2851 | 2024-02-29T20:31:16.534Z | Documenting tokio-tungstenite v0.20.1 |
2852 | 2024-02-29T20:31:16.552Z | Documenting pin-project-internal v1.1.3 |
2853 | 2024-02-29T20:31:17.095Z | Checking darling v0.14.4 |
2854 | 2024-02-29T20:31:17.110Z | Documenting strip-ansi-escapes v0.2.0 |
2855 | 2024-02-29T20:31:18.358Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2856 | 2024-02-29T20:31:19.425Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2857 | 2024-02-29T20:31:21.148Z | Documenting doc-comment v0.3.3 |
2858 | 2024-02-29T20:31:21.564Z | Documenting pin-project v1.1.3 |
2859 | 2024-02-29T20:31:22.177Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2860 | 2024-02-29T20:31:23.928Z | Documenting crossbeam-deque v0.8.3 |
2861 | 2024-02-29T20:31:24.110Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2862 | 2024-02-29T20:31:24.428Z | Documenting snafu-derive v0.7.5 |
2863 | 2024-02-29T20:31:24.528Z | Documenting nu-ansi-term v0.50.0 |
2864 | 2024-02-29T20:31:24.543Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2865 | 2024-02-29T20:31:27.672Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2866 | 2024-02-29T20:31:32.089Z | Documenting rayon-core v1.12.0 |
2867 | 2024-02-29T20:31:32.128Z | Documenting reedline v0.29.0 |
2868 | 2024-02-29T20:31:32.129Z | Documenting trust-dns-client v0.22.0 |
2869 | 2024-02-29T20:31:32.129Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2870 | 2024-02-29T20:31:32.286Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2871 | 2024-02-29T20:31:32.530Z | Documenting globset v0.4.13 |
2872 | 2024-02-29T20:31:32.631Z | Documenting olpc-cjson v0.1.3 |
2873 | 2024-02-29T20:31:33.129Z | Documenting snafu v0.7.5 |
2874 | 2024-02-29T20:31:34.673Z | Documenting serde_plain v1.0.2 |
2875 | 2024-02-29T20:31:46.936Z | Documenting headers-core v0.2.0 |
2876 | 2024-02-29T20:31:46.960Z | Documenting async-recursion v1.0.5 |
2877 | 2024-02-29T20:31:46.960Z | Documenting bytecount v0.6.3 |
2878 | 2024-02-29T20:31:46.960Z | Documenting keccak v0.1.4 |
2879 | 2024-02-29T20:31:46.960Z | Documenting typed-path v0.7.0 |
2880 | 2024-02-29T20:31:46.979Z | Documenting rayon v1.8.0 |
2881 | 2024-02-29T20:31:46.979Z | Documenting trust-dns-server v0.22.1 |
2882 | 2024-02-29T20:31:46.979Z | Documenting papergrid v0.11.0 |
2883 | 2024-02-29T20:31:46.979Z | Documenting sha3 v0.10.8 |
2884 | 2024-02-29T20:31:46.979Z | Documenting headers v0.3.9 |
2885 | 2024-02-29T20:31:46.979Z | Documenting tough v0.16.0 |
2886 | 2024-02-29T20:31:46.980Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2887 | 2024-02-29T20:31:46.980Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2888 | 2024-02-29T20:31:46.980Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2889 | 2024-02-29T20:31:46.980Z | Documenting derive_builder_core v0.12.0 |
2890 | 2024-02-29T20:31:46.980Z | Checking derive_builder_core v0.12.0 |
2891 | 2024-02-29T20:31:47.331Z | Documenting sled v0.34.7 |
2892 | 2024-02-29T20:31:47.480Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2893 | 2024-02-29T20:31:47.690Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2894 | 2024-02-29T20:31:48.105Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2895 | 2024-02-29T20:31:48.310Z | Documenting fs-err v2.11.0 |
2896 | 2024-02-29T20:31:48.943Z | Documenting unicase v2.7.0 |
2897 | 2024-02-29T20:31:49.349Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2898 | 2024-02-29T20:31:49.514Z | Documenting tabled_derive v0.7.0 |
2899 | 2024-02-29T20:31:49.700Z | Documenting progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
2900 | 2024-02-29T20:31:52.224Z | Documenting progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
2901 | 2024-02-29T20:31:52.446Z | Documenting fd-lock v4.0.2 |
2902 | 2024-02-29T20:31:53.080Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2903 | 2024-02-29T20:31:53.959Z | Documenting nix v0.27.1 |
2904 | 2024-02-29T20:31:54.130Z | Documenting secrecy v0.8.0 |
2905 | 2024-02-29T20:31:54.575Z | Documenting rustversion v1.0.14 |
2906 | 2024-02-29T20:31:57.019Z | Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2907 | 2024-02-29T20:31:58.126Z | Documenting sqlparser_derive v0.2.2 |
2908 | 2024-02-29T20:31:58.289Z | Documenting home v0.5.5 |
2909 | 2024-02-29T20:31:58.313Z | Documenting unicode_categories v0.1.1 |
2910 | 2024-02-29T20:31:58.527Z | Documenting parse-size v1.0.0 |
2911 | 2024-02-29T20:32:01.096Z | Documenting castaway v0.2.2 |
2912 | 2024-02-29T20:32:01.479Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2913 | 2024-02-29T20:32:01.628Z | Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2914 | 2024-02-29T20:32:01.950Z | Documenting progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#bc0bb4b0) |
2915 | 2024-02-29T20:32:02.045Z | Documenting rustyline v13.0.0 |
2916 | 2024-02-29T20:32:02.170Z | Documenting sqlformat v0.2.3 |
2917 | 2024-02-29T20:32:03.614Z | Documenting sqlparser v0.43.1 |
2918 | 2024-02-29T20:32:04.818Z | Documenting tabled v0.15.0 |
2919 | 2024-02-29T20:32:05.420Z | Documenting derive_builder_macro v0.12.0 |
2920 | 2024-02-29T20:32:07.515Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2921 | 2024-02-29T20:32:09.034Z | Documenting mime_guess v2.0.4 |
2922 | 2024-02-29T20:32:11.532Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2923 | 2024-02-29T20:32:12.211Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2924 | 2024-02-29T20:32:13.043Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2925 | 2024-02-29T20:32:14.049Z | Compiling nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution) |
2926 | 2024-02-29T20:32:14.369Z | Documenting universal-hash v0.5.1 |
2927 | 2024-02-29T20:32:16.789Z | Documenting bcs v0.1.6 |
2928 | 2024-02-29T20:32:19.362Z | Documenting kstat-rs v0.2.3 |
2929 | 2024-02-29T20:32:20.593Z | Documenting thiserror-impl-no-std v2.0.2 |
2930 | 2024-02-29T20:32:21.060Z | Documenting ref-cast-impl v1.0.20 |
2931 | 2024-02-29T20:32:24.423Z | Documenting curve25519-dalek-derive v0.1.0 |
2932 | 2024-02-29T20:32:25.586Z | Documenting highway v1.1.0 |
2933 | 2024-02-29T20:32:25.639Z | Documenting opaque-debug v0.3.0 |
2934 | 2024-02-29T20:32:27.054Z | Documenting ref-cast v1.0.20 |
2935 | 2024-02-29T20:32:27.101Z | Documenting thiserror-no-std v2.0.2 |
2936 | 2024-02-29T20:32:29.233Z | Documenting poly1305 v0.8.0 |
2937 | 2024-02-29T20:32:29.233Z | Documenting curve25519-dalek v4.1.1 |
2938 | 2024-02-29T20:32:29.233Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2939 | 2024-02-29T20:32:29.481Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2940 | 2024-02-29T20:32:36.565Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=c7cdaf1875d259e29ca50a14b77b0bfd9dfe443d#c7cdaf18) |
2941 | 2024-02-29T20:32:36.565Z | Documenting derive_builder v0.12.0 |
2942 | 2024-02-29T20:32:36.565Z | Documenting compact_str v0.7.1 |
2943 | 2024-02-29T20:32:36.583Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2944 | 2024-02-29T20:32:36.583Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2945 | 2024-02-29T20:32:36.583Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2946 | 2024-02-29T20:32:36.583Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2947 | 2024-02-29T20:32:37.491Z | Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2948 | 2024-02-29T20:32:42.045Z | Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2949 | 2024-02-29T20:32:45.356Z | Documenting portable-atomic v1.4.3 |
2950 | 2024-02-29T20:32:48.148Z | Documenting polar-core v0.27.0 |
2951 | 2024-02-29T20:32:49.159Z | Documenting ed25519 v1.5.3 |
2952 | 2024-02-29T20:32:51.990Z | Documenting libxml v0.3.3 |
2953 | 2024-02-29T20:32:52.116Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2954 | 2024-02-29T20:32:52.912Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2955 | 2024-02-29T20:32:55.465Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2956 | 2024-02-29T20:32:56.315Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2957 | 2024-02-29T20:32:56.956Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2958 | 2024-02-29T20:32:58.227Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
2959 | 2024-02-29T20:32:58.426Z | Documenting chacha20 v0.9.1 |
2960 | 2024-02-29T20:32:58.891Z | Documenting bb8 v0.8.3 |
2961 | 2024-02-29T20:33:00.192Z | Documenting aead v0.5.2 |
2962 | 2024-02-29T20:33:03.526Z | Documenting lru v0.12.1 |
2963 | 2024-02-29T20:33:05.724Z | Documenting quick-xml v0.30.0 |
2964 | 2024-02-29T20:33:06.585Z | Documenting impl-trait-for-tuples v0.2.2 |
2965 | 2024-02-29T20:33:07.384Z | Documenting stability v0.1.1 |
2966 | 2024-02-29T20:33:09.296Z | Documenting oso-derive v0.27.0 |
2967 | 2024-02-29T20:33:09.712Z | Documenting glob v0.3.1 |
2968 | 2024-02-29T20:33:12.043Z | Documenting number_prefix v0.4.0 |
2969 | 2024-02-29T20:33:12.079Z | Documenting maplit v1.0.2 |
2970 | 2024-02-29T20:33:13.315Z | Documenting cassowary v0.3.0 |
2971 | 2024-02-29T20:33:13.757Z | Documenting samael v0.0.14 (https://github.com/oxidecomputer/samael?branch=oxide/omicron#9e609a8f) |
2972 | 2024-02-29T20:33:14.272Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2973 | 2024-02-29T20:33:15.089Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2974 | 2024-02-29T20:33:15.478Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2975 | 2024-02-29T20:33:15.901Z | Documenting indicatif v0.17.8 |
2976 | 2024-02-29T20:33:16.024Z | Documenting oso v0.27.0 |
2977 | 2024-02-29T20:33:16.962Z | Documenting chacha20poly1305 v0.10.1 |
2978 | 2024-02-29T20:33:17.355Z | Documenting ratatui v0.26.1 |
2979 | 2024-02-29T20:33:20.945Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2980 | 2024-02-29T20:33:21.404Z | Documenting salty v0.2.0 |
2981 | 2024-02-29T20:33:23.522Z | Documenting vsss-rs v3.3.4 |
2982 | 2024-02-29T20:33:25.974Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2983 | 2024-02-29T20:33:26.020Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2984 | 2024-02-29T20:33:27.140Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2985 | 2024-02-29T20:33:27.983Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2986 | 2024-02-29T20:33:28.686Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2987 | 2024-02-29T20:33:30.836Z | Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2988 | 2024-02-29T20:33:32.161Z | Documenting cookie v0.18.0 |
2989 | 2024-02-29T20:33:32.578Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2990 | 2024-02-29T20:33:35.517Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2991 | 2024-02-29T20:33:36.269Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2992 | 2024-02-29T20:33:36.584Z | Documenting serde-big-array v0.5.1 |
2993 | 2024-02-29T20:33:36.653Z | Documenting rtoolbox v0.0.1 |
2994 | 2024-02-29T20:33:39.218Z | Documenting http-range v0.1.5 |
2995 | 2024-02-29T20:33:39.713Z | Documenting smawk v0.3.1 |
2996 | 2024-02-29T20:33:39.815Z | Documenting humantime v2.1.0 |
2997 | 2024-02-29T20:33:40.803Z | Documenting is_ci v1.2.0 |
2998 | 2024-02-29T20:33:41.016Z | Documenting unicode-linebreak v0.1.5 |
2999 | 2024-02-29T20:33:43.022Z | Documenting hyper-staticfile v0.9.5 |
3000 | 2024-02-29T20:33:44.060Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
3001 | 2024-02-29T20:33:44.066Z | Documenting rpassword v7.3.1 |
3002 | 2024-02-29T20:33:44.211Z | Documenting textwrap v0.16.1 |
3003 | 2024-02-29T20:33:44.659Z | Documenting supports-color v3.0.0 |
3004 | 2024-02-29T20:33:45.419Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3005 | 2024-02-29T20:33:48.214Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
3006 | 2024-02-29T20:33:48.360Z | Documenting tui-tree-widget v0.17.0 |
3007 | 2024-02-29T20:33:50.169Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3008 | 2024-02-29T20:33:50.429Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3009 | 2024-02-29T20:33:51.107Z | Checking nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
3010 | 2024-02-29T20:33:51.881Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
3011 | 2024-02-29T20:33:53.669Z | Documenting rcgen v0.12.1 |
3012 | 2024-02-29T20:33:59.999Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
3013 | 2024-02-29T20:34:00.083Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3014 | 2024-02-29T20:34:00.083Z | Documenting atomicwrites v0.4.3 |
3015 | 2024-02-29T20:34:00.083Z | Documenting signal-hook-tokio v0.3.1 |
3016 | 2024-02-29T20:34:00.097Z | Documenting memmap2 v0.7.1 |
3017 | 2024-02-29T20:34:00.280Z | Documenting subprocess v0.2.9 |
3018 | 2024-02-29T20:34:00.647Z | Documenting corncobs v0.1.3 |
3019 | 2024-02-29T20:34:01.712Z | Documenting shell-words v1.1.0 |
3020 | 2024-02-29T20:34:03.615Z | Documenting arrayvec v0.7.4 |
3021 | 2024-02-29T20:34:03.912Z | Documenting arrayref v0.3.7 |
3022 | 2024-02-29T20:34:04.557Z | Documenting constant_time_eq v0.3.0 |
3023 | 2024-02-29T20:34:06.200Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
3024 | 2024-02-29T20:34:06.824Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3025 | 2024-02-29T20:34:06.850Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
3026 | 2024-02-29T20:34:07.520Z | Documenting blake3 v1.5.0 |
3027 | 2024-02-29T20:34:10.242Z | Documenting nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
3028 | 2024-02-29T20:34:11.881Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
3029 | 2024-02-29T20:34:12.115Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
3030 | 2024-02-29T20:34:12.740Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3031 | 2024-02-29T20:34:13.503Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
3032 | 2024-02-29T20:34:18.586Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3033 | 2024-02-29T20:34:22.240Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
3034 | 2024-02-29T20:34:24.072Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
3035 | 2024-02-29T20:34:31.507Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=796dce526dd7ed7b52a0429a486ccba4a9da1ce5#796dce52) |
3036 | 2024-02-29T20:34:31.524Z | warning: unclosed HTML tag `usize` |
3037 | 2024-02-29T20:34:31.524Z | --> wicket/src/ui/panes/update.rs:153:19 |
3038 | 2024-02-29T20:34:31.524Z | | |
3039 | 2024-02-29T20:34:31.524Z | 153 | /// TODO: The <usize> generic parameter is carried over from earlier versions |
3040 | 2024-02-29T20:34:31.524Z | | ^^^^^^^ |
3041 | 2024-02-29T20:34:31.524Z | | |
3042 | 2024-02-29T20:34:31.524Z | = note: `#[warn(rustdoc::invalid_html_tags)]` on by default |
3043 | 2024-02-29T20:34:31.524Z | |
3044 | 2024-02-29T20:34:32.843Z | warning: `wicket` (lib doc) generated 1 warning |
3045 | 2024-02-29T20:34:32.846Z | Documenting fatfs v0.3.6 |
3046 | 2024-02-29T20:34:33.429Z | Documenting nanorand v0.7.0 |
3047 | 2024-02-29T20:34:35.165Z | Documenting assert_matches v1.5.0 |
3048 | 2024-02-29T20:34:37.515Z | Documenting topological-sort v0.2.2 |
3049 | 2024-02-29T20:34:38.021Z | Documenting flume v0.11.0 |
3050 | 2024-02-29T20:34:38.112Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3051 | 2024-02-29T20:34:44.413Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3052 | 2024-02-29T20:34:44.414Z | Documenting omicron-zone-package v0.11.0 |
3053 | 2024-02-29T20:34:44.414Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3054 | 2024-02-29T20:34:44.414Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3055 | 2024-02-29T20:34:45.313Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3056 | 2024-02-29T20:34:45.846Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3057 | 2024-02-29T20:34:46.323Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3058 | 2024-02-29T20:34:56.573Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3059 | 2024-02-29T20:35:00.146Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3060 | 2024-02-29T20:35:00.998Z | Documenting termios v0.3.3 |
3061 | 2024-02-29T20:35:03.093Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
3062 | 2024-02-29T20:35:03.094Z | --> sled-agent/src/sim/instance.rs:46:7 |
3063 | 2024-02-29T20:35:03.094Z | | |
3064 | 2024-02-29T20:35:03.094Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
3065 | 2024-02-29T20:35:03.094Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
3066 | 2024-02-29T20:35:03.094Z | | |
3067 | 2024-02-29T20:35:03.094Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3068 | 2024-02-29T20:35:03.094Z | |
3069 | 2024-02-29T20:35:05.144Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3070 | 2024-02-29T20:35:06.410Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
3071 | 2024-02-29T20:35:10.639Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3072 | 2024-02-29T20:35:10.688Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3073 | 2024-02-29T20:35:10.688Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3074 | 2024-02-29T20:35:30.267Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3075 | 2024-02-29T20:35:39.102Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3076 | 2024-02-29T20:35:39.785Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3077 | 2024-02-29T20:35:49.292Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3078 | 2024-02-29T20:35:51.857Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
3079 | 2024-02-29T20:35:54.236Z | warning: unresolved link to `DataStore::update_tuf_repo_description_insert` |
3080 | 2024-02-29T20:35:54.236Z | --> nexus/db-queries/src/db/datastore/update.rs:28:27 |
3081 | 2024-02-29T20:35:54.237Z | | |
3082 | 2024-02-29T20:35:54.237Z | 28 | /// The return value of [`DataStore::update_tuf_repo_description_insert`]. |
3083 | 2024-02-29T20:35:54.237Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert` |
3084 | 2024-02-29T20:35:54.237Z | | |
3085 | 2024-02-29T20:35:54.237Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3086 | 2024-02-29T20:35:54.237Z | |
3087 | 2024-02-29T20:35:58.838Z | Documenting zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
3088 | 2024-02-29T20:35:59.292Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3089 | 2024-02-29T20:36:02.399Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3090 | 2024-02-29T20:36:04.326Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
3091 | 2024-02-29T20:36:09.254Z | warning: `nexus-db-queries` (lib doc) generated 1 warning |
3092 | 2024-02-29T20:36:09.258Z | Documenting nexus-blueprint-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/blueprint-execution) |
3093 | 2024-02-29T20:36:32.698Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3094 | 2024-02-29T20:37:21.626Z | warning: unresolved link to `VolumeConstructionRequest` |
3095 | 2024-02-29T20:37:21.626Z | --> nexus/src/app/sagas/volume_delete.rs:338:7 |
3096 | 2024-02-29T20:37:21.626Z | | |
3097 | 2024-02-29T20:37:21.626Z | 338 | /// [`VolumeConstructionRequest`] is shown here): |
3098 | 2024-02-29T20:37:21.626Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
3099 | 2024-02-29T20:37:21.626Z | | |
3100 | 2024-02-29T20:37:21.626Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3101 | 2024-02-29T20:37:21.626Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3102 | 2024-02-29T20:37:21.626Z | |
3103 | 2024-02-29T20:37:21.640Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3104 | 2024-02-29T20:37:21.640Z | --> nexus/src/app/sagas/volume_delete.rs:348:17 |
3105 | 2024-02-29T20:37:21.641Z | | |
3106 | 2024-02-29T20:37:21.641Z | 348 | /// "[fd00:1122:3344:101::5]:1000", |
3107 | 2024-02-29T20:37:21.641Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3108 | 2024-02-29T20:37:21.641Z | |
3109 | 2024-02-29T20:37:21.641Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3110 | 2024-02-29T20:37:21.641Z | --> nexus/src/app/sagas/volume_delete.rs:349:17 |
3111 | 2024-02-29T20:37:21.641Z | | |
3112 | 2024-02-29T20:37:21.641Z | 349 | /// "[fd00:1122:3344:102::9]:1000", |
3113 | 2024-02-29T20:37:21.641Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3114 | 2024-02-29T20:37:21.641Z | |
3115 | 2024-02-29T20:37:21.641Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3116 | 2024-02-29T20:37:21.641Z | --> nexus/src/app/sagas/volume_delete.rs:350:17 |
3117 | 2024-02-29T20:37:21.641Z | | |
3118 | 2024-02-29T20:37:21.641Z | 350 | /// "[fd00:1122:3344:103::2]:1000" |
3119 | 2024-02-29T20:37:21.641Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3120 | 2024-02-29T20:37:21.641Z | |
3121 | 2024-02-29T20:37:21.641Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3122 | 2024-02-29T20:37:21.642Z | --> nexus/src/app/sagas/volume_delete.rs:369:17 |
3123 | 2024-02-29T20:37:21.642Z | | |
3124 | 2024-02-29T20:37:21.642Z | 369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
3125 | 2024-02-29T20:37:21.642Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3126 | 2024-02-29T20:37:21.642Z | |
3127 | 2024-02-29T20:37:21.642Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3128 | 2024-02-29T20:37:21.642Z | --> nexus/src/app/sagas/volume_delete.rs:370:17 |
3129 | 2024-02-29T20:37:21.642Z | | |
3130 | 2024-02-29T20:37:21.642Z | 370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
3131 | 2024-02-29T20:37:21.642Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3132 | 2024-02-29T20:37:21.642Z | |
3133 | 2024-02-29T20:37:21.642Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3134 | 2024-02-29T20:37:21.642Z | --> nexus/src/app/sagas/volume_delete.rs:371:17 |
3135 | 2024-02-29T20:37:21.642Z | | |
3136 | 2024-02-29T20:37:21.642Z | 371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
3137 | 2024-02-29T20:37:21.642Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3138 | 2024-02-29T20:37:21.643Z | |
3139 | 2024-02-29T20:37:24.526Z | warning: `omicron-nexus` (lib doc) generated 7 warnings |
3140 | 2024-02-29T20:37:47.362Z | Finished dev [unoptimized + debuginfo] target(s) in 11m 43s |
3141 | 2024-02-29T20:37:47.465Z | |
3142 | 2024-02-29T20:37:47.486Z | real 11:43.672088318 |
3143 | 2024-02-29T20:37:47.486Z | user 31:06.544404487 |
3144 | 2024-02-29T20:37:47.486Z | sys 49:43.386544139 |
3145 | 2024-02-29T20:37:47.487Z | trap 0.932460812 |
3146 | 2024-02-29T20:37:47.487Z | tflt 0.098141192 |
3147 | 2024-02-29T20:37:47.487Z | dflt 0.537045398 |
3148 | 2024-02-29T20:37:47.487Z | kflt 0.000500968 |
3149 | 2024-02-29T20:37:47.487Z | lock 2:09:42.369665321 |
3150 | 2024-02-29T20:37:47.487Z | slp 2:54:05.011876271 |
3151 | 2024-02-29T20:37:47.487Z | lat 4:49.893511620 |
3152 | 2024-02-29T20:37:47.487Z | stop 1:33.356268511 |
3153 | 2024-02-29T20:37:47.487Z | process exited: duration 1313620 ms, exit code 0 |
|
3154 | 2024-02-29T20:37:47.534Z | found 0 output files |