|
|
|
1 | 2024-02-01T07:24:23.939Z | job assigned to worker 01HNHRS1FWRX1RS2PS5TTRMFY5 (queued for 1 m 44 s) |
|
2 | 2024-02-01T07:24:25.496Z | starting task 0: "setup" |
3 | 2024-02-01T07:24:25.835Z | ++ uname -s |
4 | 2024-02-01T07:24:25.874Z | + kern=SunOS |
5 | 2024-02-01T07:24:25.874Z | + case "$kern" in |
6 | 2024-02-01T07:24:25.874Z | + groupadd -g 12345 build |
7 | 2024-02-01T07:24:25.874Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-02-01T07:24:27.108Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-02-01T07:24:27.321Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-02-01T07:24:27.331Z | + home_fs=zfs |
11 | 2024-02-01T07:24:27.331Z | + [[ zfs == autofs ]] |
12 | 2024-02-01T07:24:27.331Z | + mkdir -p /home/build |
13 | 2024-02-01T07:24:27.331Z | + chown build:build /home/build /work |
14 | 2024-02-01T07:24:29.322Z | + chmod 0700 /home/build /work |
15 | 2024-02-01T07:24:29.327Z | process exited: duration 3825 ms, exit code 0 |
|
16 | 2024-02-01T07:24:29.335Z | starting task 1: "rust-toolchain" |
17 | 2024-02-01T07:24:29.344Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-02-01T07:24:29.347Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.72.1 --profile default |
19 | 2024-02-01T07:24:29.498Z | info: downloading installer |
20 | 2024-02-01T07:24:30.935Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-02-01T07:24:30.935Z | warning: /opt/ooce/bin |
22 | 2024-02-01T07:24:30.935Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-02-01T07:24:30.935Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-02-01T07:24:30.935Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-02-01T07:24:30.935Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-02-01T07:24:30.935Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-02-01T07:24:30.935Z | error: cannot install while Rust is installed |
28 | 2024-02-01T07:24:30.935Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-02-01T07:24:31.230Z | info: profile set to 'default' |
30 | 2024-02-01T07:24:31.230Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-02-01T07:24:31.243Z | info: syncing channel updates for '1.72.1-x86_64-unknown-illumos' |
32 | 2024-02-01T07:24:31.392Z | info: latest update on 2023-09-19, rust version 1.72.1 (d5c2e9c34 2023-09-13) |
33 | 2024-02-01T07:24:31.393Z | info: downloading component 'cargo' |
34 | 2024-02-01T07:24:31.982Z | info: downloading component 'clippy' |
35 | 2024-02-01T07:24:32.194Z | info: downloading component 'rust-docs' |
36 | 2024-02-01T07:24:32.929Z | info: downloading component 'rust-std' |
37 | 2024-02-01T07:24:34.236Z | info: downloading component 'rustc' |
38 | 2024-02-01T07:24:37.355Z | info: downloading component 'rustfmt' |
39 | 2024-02-01T07:24:37.533Z | info: installing component 'cargo' |
40 | 2024-02-01T07:24:39.124Z | info: installing component 'clippy' |
41 | 2024-02-01T07:24:39.764Z | info: installing component 'rust-docs' |
42 | 2024-02-01T07:24:42.455Z | info: installing component 'rust-std' |
43 | 2024-02-01T07:24:45.985Z | info: installing component 'rustc' |
44 | 2024-02-01T07:24:55.156Z | info: installing component 'rustfmt' |
45 | 2024-02-01T07:24:55.606Z | info: default toolchain set to '1.72.1-x86_64-unknown-illumos' |
46 | 2024-02-01T07:24:55.606Z | |
47 | 2024-02-01T07:24:55.744Z | 1.72.1-x86_64-unknown-illumos installed - rustc 1.72.1 (d5c2e9c34 2023-09-13) |
48 | 2024-02-01T07:24:55.745Z | |
49 | 2024-02-01T07:24:55.761Z | |
50 | 2024-02-01T07:24:55.762Z | Rust is installed now. Great! |
51 | 2024-02-01T07:24:55.762Z | |
52 | 2024-02-01T07:24:55.762Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-02-01T07:24:55.763Z | environment variable. This has not been done automatically. |
54 | 2024-02-01T07:24:55.763Z | |
55 | 2024-02-01T07:24:55.765Z | To configure your current shell, run: |
56 | 2024-02-01T07:24:55.765Z | source "$HOME/.cargo/env" |
57 | 2024-02-01T07:24:56.239Z | + rustc --version |
58 | 2024-02-01T07:24:56.246Z | rustc 1.72.1 (d5c2e9c34 2023-09-13) |
59 | 2024-02-01T07:24:56.246Z | process exited: duration 26614 ms, exit code 0 |
|
60 | 2024-02-01T07:24:56.263Z | starting task 2: "authentication" |
61 | 2024-02-01T07:24:56.322Z | process exited: duration 40 ms, exit code 0 |
|
62 | 2024-02-01T07:24:56.344Z | starting task 3: "clone repository" |
63 | 2024-02-01T07:24:56.374Z | + mkdir -p /work/oxidecomputer/omicron |
64 | 2024-02-01T07:24:56.375Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
65 | 2024-02-01T07:24:56.539Z | Cloning into '/work/oxidecomputer/omicron'... |
66 | 2024-02-01T07:25:02.824Z | + cd /work/oxidecomputer/omicron |
67 | 2024-02-01T07:25:02.824Z | + git fetch origin 4f230b334444ec11ebda1809ef1ca8abd69a5ff6 |
68 | 2024-02-01T07:25:03.588Z | From https://github.com/oxidecomputer/omicron |
69 | 2024-02-01T07:25:03.588Z | * branch 4f230b334444ec11ebda1809ef1ca8abd69a5ff6 -> FETCH_HEAD |
70 | 2024-02-01T07:25:03.596Z | + [[ -n renovate/itertools-0.x ]] |
71 | 2024-02-01T07:25:03.596Z | ++ git branch --show-current |
72 | 2024-02-01T07:25:03.596Z | + current=main |
73 | 2024-02-01T07:25:03.596Z | + [[ main != renovate/itertools-0.x ]] |
74 | 2024-02-01T07:25:03.597Z | + git branch -f renovate/itertools-0.x 4f230b334444ec11ebda1809ef1ca8abd69a5ff6 |
75 | 2024-02-01T07:25:03.597Z | + git checkout -f renovate/itertools-0.x |
76 | 2024-02-01T07:25:03.597Z | Switched to branch 'renovate/itertools-0.x' |
77 | 2024-02-01T07:25:03.597Z | + git reset --hard 4f230b334444ec11ebda1809ef1ca8abd69a5ff6 |
78 | 2024-02-01T07:25:03.597Z | HEAD is now at 4f230b334 Update Rust crate itertools to 0.12.1 |
79 | 2024-02-01T07:25:03.597Z | process exited: duration 7067 ms, exit code 0 |
|
80 | 2024-02-01T07:25:04.022Z | starting task 4: "build" |
81 | 2024-02-01T07:25:04.031Z | + cargo --version |
82 | 2024-02-01T07:25:04.037Z | info: syncing channel updates for '1.74.1-x86_64-unknown-illumos' |
83 | 2024-02-01T07:25:04.208Z | info: latest update on 2023-12-07, rust version 1.74.1 (a28077b28 2023-12-04) |
84 | 2024-02-01T07:25:04.667Z | info: downloading component 'cargo' |
85 | 2024-02-01T07:25:04.827Z | info: downloading component 'clippy' |
86 | 2024-02-01T07:25:05.029Z | info: downloading component 'rust-docs' |
87 | 2024-02-01T07:25:05.782Z | info: downloading component 'rust-std' |
88 | 2024-02-01T07:25:06.920Z | info: downloading component 'rustc' |
89 | 2024-02-01T07:25:10.080Z | info: downloading component 'rustfmt' |
90 | 2024-02-01T07:25:10.261Z | info: installing component 'cargo' |
91 | 2024-02-01T07:25:11.540Z | info: installing component 'clippy' |
92 | 2024-02-01T07:25:12.029Z | info: installing component 'rust-docs' |
93 | 2024-02-01T07:25:14.834Z | info: installing component 'rust-std' |
94 | 2024-02-01T07:25:17.231Z | info: installing component 'rustc' |
95 | 2024-02-01T07:25:23.369Z | info: installing component 'rustfmt' |
96 | 2024-02-01T07:25:23.905Z | cargo 1.74.1 (ecb9851af 2023-10-18) |
97 | 2024-02-01T07:25:23.916Z | + rustc --version |
98 | 2024-02-01T07:25:24.045Z | rustc 1.74.1 (a28077b28 2023-12-04) |
99 | 2024-02-01T07:25:24.061Z | + source ./env.sh |
100 | 2024-02-01T07:25:24.061Z | ++ set -o xtrace |
101 | 2024-02-01T07:25:24.061Z | ++++ dirname ./env.sh |
102 | 2024-02-01T07:25:24.099Z | +++ cd . |
103 | 2024-02-01T07:25:24.112Z | +++ echo /work/oxidecomputer/omicron |
104 | 2024-02-01T07:25:24.112Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
105 | 2024-02-01T07:25:24.112Z | ++ 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-01T07:25:24.113Z | ++ 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-01T07:25:24.113Z | ++ 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-01T07:25:24.114Z | ++ 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-01T07:25:24.114Z | ++ 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-01T07:25:24.114Z | ++ 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-01T07:25:24.114Z | ++ 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-01T07:25:24.114Z | ++ 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-01T07:25:24.114Z | ++ unset OMICRON_WS |
114 | 2024-02-01T07:25:24.114Z | ++ set +o xtrace |
115 | 2024-02-01T07:25:24.133Z | |
116 | 2024-02-01T07:25:24.133Z | ##### ##### ###### ##### ###### #### # # # #### # |
117 | 2024-02-01T07:25:24.133Z | # # # # # # # # # # # # # # # |
118 | 2024-02-01T07:25:24.133Z | # # # # ##### # # ##### # # # # # #### # |
119 | 2024-02-01T07:25:24.133Z | ##### ##### # ##### # # # # # # # # # |
120 | 2024-02-01T07:25:24.134Z | # # # # # # # # # # # # # # # |
121 | 2024-02-01T07:25:24.134Z | # # # ###### # # ###### ### # #### # #### # |
122 | 2024-02-01T07:25:24.135Z | |
123 | 2024-02-01T07:25:33.051Z | Startup: Refreshing catalog 'helios-dev' ... Done |
124 | 2024-02-01T07:25:34.830Z | Startup: Caching catalogs ... Done |
125 | 2024-02-01T07:25:38.052Z | Planning: Solver setup ... Done (2.306s) |
126 | 2024-02-01T07:25:38.067Z | Planning: Running solver ... Done (0.063s) |
127 | 2024-02-01T07:25:38.068Z | Planning: Finding local manifests ... Done (0.003s) |
128 | 2024-02-01T07:25:38.068Z | Planning: Fetching manifests: 0/4 0% complete |
129 | 2024-02-01T07:25:38.068Z | Planning: Fetching manifests: 4/4 100% complete |
130 | 2024-02-01T07:25:38.505Z | Planning: Package planning ... Done (0.080s) |
131 | 2024-02-01T07:25:38.517Z | Planning: Merging actions ... Done (0.085s) |
132 | 2024-02-01T07:25:38.925Z | Planning: Checking for conflicting actions ... Done (0.749s) |
133 | 2024-02-01T07:25:38.936Z | Planning: Consolidating action changes ... Done (0.017s) |
134 | 2024-02-01T07:25:42.768Z | Planning: Evaluating mediators ... Done (3.830s) |
135 | 2024-02-01T07:25:42.784Z | Planning: Planning completed in 7.88 seconds |
136 | 2024-02-01T07:25:44.518Z | Packages to install: 4 |
137 | 2024-02-01T07:25:44.518Z | Mediators to change: 2 |
138 | 2024-02-01T07:25:44.520Z | Services to change: 1 |
139 | 2024-02-01T07:25:44.524Z | Estimated space available: 148.87 GB |
140 | 2024-02-01T07:25:44.524Z | Estimated space to be consumed: 1.40 GB |
141 | 2024-02-01T07:25:44.524Z | Create boot environment: No |
142 | 2024-02-01T07:25:44.524Z | Create backup boot environment: No |
143 | 2024-02-01T07:25:44.524Z | Rebuild boot archive: No |
144 | 2024-02-01T07:25:44.524Z | |
145 | 2024-02-01T07:25:44.524Z | Changed mediators: |
146 | 2024-02-01T07:25:44.524Z | mediator clang: |
147 | 2024-02-01T07:25:44.524Z | version: None -> 15 (system default) |
148 | 2024-02-01T07:25:44.524Z | |
149 | 2024-02-01T07:25:44.524Z | mediator llvm: |
150 | 2024-02-01T07:25:44.524Z | version: 14 (system default) -> 15 (system default) |
151 | 2024-02-01T07:25:44.524Z | |
152 | 2024-02-01T07:25:44.524Z | Changed packages: |
153 | 2024-02-01T07:25:44.525Z | helios-dev |
154 | 2024-02-01T07:25:44.525Z | developer/build-essential |
155 | 2024-02-01T07:25:44.525Z | None -> 11-2.0 |
156 | 2024-02-01T07:25:44.525Z | library/libxmlsec1 |
157 | 2024-02-01T07:25:44.525Z | None -> 1.2.35-2.0 |
158 | 2024-02-01T07:25:44.525Z | ooce/developer/clang-15 |
159 | 2024-02-01T07:25:44.525Z | None -> 15.0.7-2.0 |
160 | 2024-02-01T07:25:44.525Z | ooce/developer/llvm-15 |
161 | 2024-02-01T07:25:44.525Z | None -> 15.0.7-2.0 |
162 | 2024-02-01T07:25:44.525Z | |
163 | 2024-02-01T07:25:44.525Z | Services: |
164 | 2024-02-01T07:25:44.525Z | restart_fmri: |
165 | 2024-02-01T07:25:44.525Z | svc:/system/update-man-index:default |
166 | 2024-02-01T07:25:44.715Z | |
167 | 2024-02-01T07:25:44.715Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
168 | 2024-02-01T07:25:49.701Z | Download: 423/3290 items 16.9/212.6MB 7% complete (3.5M/s) |
169 | 2024-02-01T07:25:54.703Z | Download: 1012/3290 items 19.4/212.6MB 9% complete (2.0M/s) |
170 | 2024-02-01T07:26:01.811Z | Download: 1194/3290 items 83.5/212.6MB 39% complete (7.9M/s) |
171 | 2024-02-01T07:26:07.681Z | Download: 1195/3290 items 83.5/212.6MB 39% complete (7.8M/s) |
172 | 2024-02-01T07:26:14.627Z | Download: 1196/3290 items 83.5/212.6MB 39% complete |
173 | 2024-02-01T07:26:24.332Z | Download: 1200/3290 items 83.5/212.6MB 39% complete (390B/s) |
174 | 2024-02-01T07:26:29.326Z | Download: 1980/3290 items 118.7/212.6MB 55% complete (7.3M/s) |
175 | 2024-02-01T07:26:36.263Z | Download: 2224/3290 items 119.2/212.6MB 56% complete (5.0M/s) |
176 | 2024-02-01T07:26:41.271Z | Download: 2727/3290 items 120.8/212.6MB 56% complete (169k/s) |
177 | 2024-02-01T07:26:46.752Z | Download: 3246/3290 items 181.2/212.6MB 85% complete (6.1M/s) |
178 | 2024-02-01T07:26:50.181Z | Download: Completed 212.60 MB in 65.48 seconds (3.2M/s) |
179 | 2024-02-01T07:26:50.446Z | Actions: 1/3689 actions (Installing new actions) |
180 | 2024-02-01T07:26:55.553Z | Actions: 2694/3689 actions (Installing new actions) |
181 | 2024-02-01T07:26:58.016Z | Actions: Completed 3689 actions in 7.57 seconds. |
182 | 2024-02-01T07:26:58.272Z | Done (0.250s) |
183 | 2024-02-01T07:26:58.272Z | Done (0.000s) |
184 | 2024-02-01T07:26:58.608Z | Done (0.336s) |
185 | 2024-02-01T07:27:06.110Z | Done (7.363s) |
186 | 2024-02-01T07:27:06.291Z | Done (0.084s) |
187 | 2024-02-01T07:27:06.294Z | Done (0.000s) |
188 | 2024-02-01T07:27:06.503Z | Done (0.000s) |
189 | 2024-02-01T07:27:07.235Z | Planning: Evaluating mediator changes ... Done |
190 | 2024-02-01T07:27:07.520Z | Planning: Checking for conflicting actions ... Done |
191 | 2024-02-01T07:27:07.523Z | Planning: Consolidating action changes ... Done |
192 | 2024-02-01T07:27:07.960Z | Planning: Evaluating mediators ... Done |
193 | 2024-02-01T07:27:07.963Z | Planning: Planning completed in 0.73 seconds |
194 | 2024-02-01T07:27:08.014Z | Mediators to change: 2 |
195 | 2024-02-01T07:27:08.017Z | Create boot environment: No |
196 | 2024-02-01T07:27:08.017Z | Create backup boot environment: No |
197 | 2024-02-01T07:27:08.145Z | Done |
198 | 2024-02-01T07:27:08.146Z | Done |
199 | 2024-02-01T07:27:08.346Z | Done |
200 | 2024-02-01T07:27:14.002Z | Done |
201 | 2024-02-01T07:27:14.122Z | Done |
202 | 2024-02-01T07:27:14.125Z | Done |
203 | 2024-02-01T07:27:14.245Z | Done |
204 | 2024-02-01T07:27:15.252Z | Planning: Evaluating mediator changes ... Done |
205 | 2024-02-01T07:27:15.254Z | Planning: Merging actions ... Done |
206 | 2024-02-01T07:27:15.579Z | Planning: Checking for conflicting actions ... Done |
207 | 2024-02-01T07:27:15.582Z | Planning: Consolidating action changes ... Done |
208 | 2024-02-01T07:27:16.015Z | Planning: Evaluating mediators ... Done |
209 | 2024-02-01T07:27:16.101Z | Planning: Planning completed in 1.30 seconds |
210 | 2024-02-01T07:27:16.160Z | Packages to change: 1 |
211 | 2024-02-01T07:27:16.163Z | Mediators to change: 1 |
212 | 2024-02-01T07:27:16.163Z | Services to change: 1 |
213 | 2024-02-01T07:27:16.163Z | Create boot environment: No |
214 | 2024-02-01T07:27:16.163Z | Create backup boot environment: Yes |
215 | 2024-02-01T07:27:18.040Z | Actions: 1/6 actions (Updating modified actions) |
216 | 2024-02-01T07:27:18.043Z | Actions: Completed 6 actions in 0.00 seconds. |
217 | 2024-02-01T07:27:18.043Z | Done |
218 | 2024-02-01T07:27:18.043Z | Done |
219 | 2024-02-01T07:27:18.120Z | Done |
220 | 2024-02-01T07:27:23.903Z | Done |
221 | 2024-02-01T07:27:24.026Z | Done |
222 | 2024-02-01T07:27:24.029Z | Done |
223 | 2024-02-01T07:27:24.120Z | Done |
224 | 2024-02-01T07:27:24.806Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
225 | 2024-02-01T07:27:24.806Z | clang system 15 system |
226 | 2024-02-01T07:27:24.806Z | csh system system illumos |
227 | 2024-02-01T07:27:24.806Z | ctags system system illumos |
228 | 2024-02-01T07:27:24.806Z | gcc vendor 12 vendor |
229 | 2024-02-01T07:27:24.806Z | gcc system 10 system |
230 | 2024-02-01T07:27:24.806Z | gcc system 7 system |
231 | 2024-02-01T07:27:24.806Z | go system 1.20 system |
232 | 2024-02-01T07:27:24.807Z | go system 1.19 system |
233 | 2024-02-01T07:27:24.807Z | llvm system 15 system |
234 | 2024-02-01T07:27:24.807Z | llvm system 14 system |
235 | 2024-02-01T07:27:24.807Z | mariadb system 10.6 system |
236 | 2024-02-01T07:27:24.807Z | mta vendor vendor dma |
237 | 2024-02-01T07:27:24.807Z | openjdk system 17 system |
238 | 2024-02-01T07:27:24.807Z | openjdk system 11 system |
239 | 2024-02-01T07:27:24.807Z | openjdk system 1.8 system |
240 | 2024-02-01T07:27:24.807Z | openssl vendor 3 vendor |
241 | 2024-02-01T07:27:24.807Z | perl system 5.36 system |
242 | 2024-02-01T07:27:24.807Z | postgresql system 15 system |
243 | 2024-02-01T07:27:24.807Z | postgresql system 13 system |
244 | 2024-02-01T07:27:24.808Z | python vendor 3 vendor |
245 | 2024-02-01T07:27:24.808Z | python system 2 system |
246 | 2024-02-01T07:27:24.808Z | python3 system 3.11 system |
247 | 2024-02-01T07:27:24.808Z | ruby system 3.0 system |
248 | 2024-02-01T07:27:24.808Z | words vendor vendor american-english |
249 | 2024-02-01T07:27:24.808Z | words system system australian-english |
250 | 2024-02-01T07:27:24.808Z | words system system british-english |
251 | 2024-02-01T07:27:24.808Z | words system system canadian-english |
252 | 2024-02-01T07:27:24.808Z | words system system french |
253 | 2024-02-01T07:27:24.808Z | words system system italian |
254 | 2024-02-01T07:27:24.808Z | words system system ngerman |
255 | 2024-02-01T07:27:24.809Z | words system system ogerman |
256 | 2024-02-01T07:27:24.809Z | words system system spanish |
257 | 2024-02-01T07:27:25.332Z | FMRI IFO |
258 | 2024-02-01T07:27:25.332Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
259 | 2024-02-01T07:27:25.332Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
260 | 2024-02-01T07:27:25.332Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
261 | 2024-02-01T07:27:25.332Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
262 | 2024-02-01T07:27:25.332Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
263 | 2024-02-01T07:27:25.340Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
264 | 2024-02-01T07:27:25.340Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
265 | 2024-02-01T07:27:25.340Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
266 | 2024-02-01T07:27:25.406Z | + set -o errexit |
267 | 2024-02-01T07:27:25.410Z | +++ dirname ./tools/ci_download_cockroachdb |
268 | 2024-02-01T07:27:25.413Z | ++ cd ./tools |
269 | 2024-02-01T07:27:25.413Z | ++ pwd |
270 | 2024-02-01T07:27:25.413Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
271 | 2024-02-01T07:27:25.413Z | ++ basename ./tools/ci_download_cockroachdb |
272 | 2024-02-01T07:27:25.416Z | + ARG0=ci_download_cockroachdb |
273 | 2024-02-01T07:27:25.416Z | ++ cat /work/oxidecomputer/omicron/tools/cockroachdb_version |
274 | 2024-02-01T07:27:25.419Z | + CIDL_VERSION=v22.1.9 |
275 | 2024-02-01T07:27:25.419Z | + source /work/oxidecomputer/omicron/tools/cockroachdb_checksums |
276 | 2024-02-01T07:27:25.419Z | ++ CIDL_MD5_DARWIN=2db972c254b4e3b599e12110520178b5 |
277 | 2024-02-01T07:27:25.419Z | ++ CIDL_MD5_LINUX=8c3170883e0a0be1a34b44090c067a8c |
278 | 2024-02-01T07:27:25.419Z | ++ CIDL_MD5_ILLUMOS=d8999aff364e5d70f226e139fda724a3 |
279 | 2024-02-01T07:27:25.419Z | + TARGET_DIR=out |
280 | 2024-02-01T07:27:25.419Z | + DOWNLOAD_DIR=out/downloads |
281 | 2024-02-01T07:27:25.419Z | + DEST_DIR=./out/cockroachdb |
282 | 2024-02-01T07:27:25.431Z | + CIDL_URL_COCKROACH=https://binaries.cockroachdb.com |
283 | 2024-02-01T07:27:25.431Z | + CIDL_URL_ILLUMOS=https://illumos.org/downloads |
284 | 2024-02-01T07:27:25.431Z | + main |
285 | 2024-02-01T07:27:25.431Z | + [[ 0 != 0 ]] |
286 | 2024-02-01T07:27:25.431Z | + CIDL_OS=solaris2.11 |
287 | 2024-02-01T07:27:25.431Z | + [[ 0 != 0 ]] |
288 | 2024-02-01T07:27:25.431Z | + configure_os solaris2.11 |
289 | 2024-02-01T07:27:25.432Z | + echo 'current directory: /work/oxidecomputer/omicron' |
290 | 2024-02-01T07:27:25.432Z | current directory: /work/oxidecomputer/omicron |
291 | 2024-02-01T07:27:25.432Z | + echo 'configuring based on OS: "solaris2.11"' |
292 | 2024-02-01T07:27:25.432Z | + case "$1" in |
293 | 2024-02-01T07:27:25.432Z | configuring based on OS: "solaris2.11" |
294 | 2024-02-01T07:27:25.432Z | + CIDL_BUILD=illumos |
295 | 2024-02-01T07:27:25.432Z | + CIDL_SUFFIX=tar.gz |
296 | 2024-02-01T07:27:25.432Z | + CIDL_MD5=d8999aff364e5d70f226e139fda724a3 |
297 | 2024-02-01T07:27:25.433Z | + CIDL_MD5FUNC=do_md5sum |
298 | 2024-02-01T07:27:25.433Z | + CIDL_URL_BASE=https://illumos.org/downloads |
299 | 2024-02-01T07:27:25.433Z | + CIDL_ASSEMBLE=do_assemble_illumos |
300 | 2024-02-01T07:27:25.433Z | + TARBALL_DIRNAME=cockroach-v22.1.9.illumos |
301 | 2024-02-01T07:27:25.433Z | + TARBALL_FILENAME=cockroach-v22.1.9.illumos.tar.gz |
302 | 2024-02-01T07:27:25.433Z | + TARBALL_FILE=out/downloads/cockroach-v22.1.9.illumos.tar.gz |
303 | 2024-02-01T07:27:25.433Z | + TARBALL_DIR=out/downloads/cockroach-v22.1.9.illumos |
304 | 2024-02-01T07:27:25.433Z | + CIDL_URL=https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
305 | 2024-02-01T07:27:25.433Z | + echo 'URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz' |
306 | 2024-02-01T07:27:25.433Z | URL: https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz |
307 | 2024-02-01T07:27:25.433Z | Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz |
308 | 2024-02-01T07:27:25.433Z | + echo 'Local file: out/downloads/cockroach-v22.1.9.illumos.tar.gz' |
309 | 2024-02-01T07:27:25.433Z | + mkdir -p out/downloads |
310 | 2024-02-01T07:27:25.443Z | + mkdir -p ./out/cockroachdb |
311 | 2024-02-01T07:27:25.443Z | + local DO_DOWNLOAD=true |
312 | 2024-02-01T07:27:25.443Z | + [[ -f out/downloads/cockroach-v22.1.9.illumos.tar.gz ]] |
313 | 2024-02-01T07:27:25.444Z | + '[' true == true ']' |
314 | 2024-02-01T07:27:25.444Z | + echo Downloading... |
315 | 2024-02-01T07:27:25.444Z | Downloading... |
316 | 2024-02-01T07:27:25.444Z | + do_download_curl https://illumos.org/downloads/cockroach-v22.1.9.illumos.tar.gz out/downloads/cockroach-v22.1.9.illumos.tar.gz |
317 | 2024-02-01T07:27:25.444Z | + 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 |
318 | 2024-02-01T07:27:38.513Z | ++ do_md5sum out/downloads/cockroach-v22.1.9.illumos.tar.gz |
319 | 2024-02-01T07:27:38.515Z | ++ md5sum |
320 | 2024-02-01T07:27:38.516Z | ++ awk '{print $1}' |
321 | 2024-02-01T07:27:38.727Z | + calculated_md5=d8999aff364e5d70f226e139fda724a3 |
322 | 2024-02-01T07:27:38.727Z | + [[ d8999aff364e5d70f226e139fda724a3 != \d\8\9\9\9\a\f\f\3\6\4\e\5\d\7\0\f\2\2\6\e\1\3\9\f\d\a\7\2\4\a\3 ]] |
323 | 2024-02-01T07:27:38.727Z | + do_untar out/downloads/cockroach-v22.1.9.illumos.tar.gz |
324 | 2024-02-01T07:27:38.729Z | + tar xzf out/downloads/cockroach-v22.1.9.illumos.tar.gz -C out/downloads |
325 | 2024-02-01T07:27:42.172Z | + do_assemble_illumos |
326 | 2024-02-01T07:27:42.172Z | + rm -r ./out/cockroachdb |
327 | 2024-02-01T07:27:42.177Z | + cp -r out/downloads/cockroach-v22.1.9 ./out/cockroachdb |
328 | 2024-02-01T07:27:42.852Z | + ./out/cockroachdb/bin/cockroach version |
329 | 2024-02-01T07:27:43.207Z | Build Tag: v22.1.9-dirty |
330 | 2024-02-01T07:27:43.208Z | Build Time: 2022/10/26 21:17:46 |
331 | 2024-02-01T07:27:43.208Z | Distribution: OSS |
332 | 2024-02-01T07:27:43.208Z | Platform: illumos amd64 (x86_64-pc-solaris2.11) |
333 | 2024-02-01T07:27:43.208Z | Go Version: go1.17.13 |
334 | 2024-02-01T07:27:43.208Z | C Compiler: gcc 10.3.0 |
335 | 2024-02-01T07:27:43.208Z | Build Commit ID: e438c2f89282e607e0e6ca1d38b2e0a622f94493 |
336 | 2024-02-01T07:27:43.208Z | Build Type: release |
337 | 2024-02-01T07:27:43.235Z | + set -o errexit |
338 | 2024-02-01T07:27:43.240Z | +++ dirname ./tools/ci_download_clickhouse |
339 | 2024-02-01T07:27:43.244Z | ++ cd ./tools |
340 | 2024-02-01T07:27:43.244Z | ++ pwd |
341 | 2024-02-01T07:27:43.244Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
342 | 2024-02-01T07:27:43.244Z | ++ basename ./tools/ci_download_clickhouse |
343 | 2024-02-01T07:27:43.244Z | + ARG0=ci_download_clickhouse |
344 | 2024-02-01T07:27:43.244Z | + TARGET_DIR=out |
345 | 2024-02-01T07:27:43.244Z | + DOWNLOAD_DIR=out/downloads |
346 | 2024-02-01T07:27:43.244Z | + DEST_DIR=./out/clickhouse |
347 | 2024-02-01T07:27:43.244Z | + CIDL_VERSION=v22.8.9.24 |
348 | 2024-02-01T07:27:43.244Z | + source /work/oxidecomputer/omicron/tools/clickhouse_checksums |
349 | 2024-02-01T07:27:43.244Z | ++ CIDL_MD5_DARWIN=20603974a929926591fca70ff1df0e45 |
350 | 2024-02-01T07:27:43.244Z | ++ CIDL_MD5_LINUX=ea909519bd9d989fd5d090fd9bdd42f1 |
351 | 2024-02-01T07:27:43.247Z | ++ CIDL_MD5_ILLUMOS=7702939ce5b4b51846a1ba39f1392306 |
352 | 2024-02-01T07:27:43.247Z | + CIDL_URL_BASE=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com |
353 | 2024-02-01T07:27:43.247Z | + main |
354 | 2024-02-01T07:27:43.247Z | + [[ 0 != 0 ]] |
355 | 2024-02-01T07:27:43.247Z | + CIDL_OS=solaris2.11 |
356 | 2024-02-01T07:27:43.247Z | + [[ 0 != 0 ]] |
357 | 2024-02-01T07:27:43.247Z | + configure_os solaris2.11 |
358 | 2024-02-01T07:27:43.247Z | + echo 'current directory: /work/oxidecomputer/omicron' |
359 | 2024-02-01T07:27:43.248Z | current directory: /work/oxidecomputer/omicron |
360 | 2024-02-01T07:27:43.248Z | + echo 'configuring based on OS: "solaris2.11"' |
361 | 2024-02-01T07:27:43.248Z | + CIDL_DASHREV= |
362 | 2024-02-01T07:27:43.248Z | configuring based on OS: "solaris2.11" |
363 | 2024-02-01T07:27:43.248Z | + case "$1" in |
364 | 2024-02-01T07:27:43.248Z | + CIDL_PLATFORM=illumos |
365 | 2024-02-01T07:27:43.248Z | + CIDL_MD5=7702939ce5b4b51846a1ba39f1392306 |
366 | 2024-02-01T07:27:43.248Z | + CIDL_MD5FUNC=do_md5sum |
367 | 2024-02-01T07:27:43.248Z | + CIDL_DASHREV=-1 |
368 | 2024-02-01T07:27:43.248Z | + TARBALL_DIRNAME=clickhouse-v22.8.9.24 |
369 | 2024-02-01T07:27:43.248Z | + TARBALL_FILENAME=clickhouse-v22.8.9.24-1.illumos.tar.gz |
370 | 2024-02-01T07:27:43.248Z | + TARBALL_FILE=out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
371 | 2024-02-01T07:27:43.248Z | + CIDL_URL=https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
372 | 2024-02-01T07:27:43.251Z | + echo 'URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
373 | 2024-02-01T07:27:43.251Z | URL: https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
374 | 2024-02-01T07:27:43.251Z | Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
375 | 2024-02-01T07:27:43.251Z | + echo 'Local file: out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz' |
376 | 2024-02-01T07:27:43.253Z | + mkdir -p out/downloads |
377 | 2024-02-01T07:27:43.253Z | + mkdir -p ./out/clickhouse |
378 | 2024-02-01T07:27:43.253Z | + local DO_DOWNLOAD=true |
379 | 2024-02-01T07:27:43.253Z | + [[ -f out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ]] |
380 | 2024-02-01T07:27:43.253Z | + '[' true == true ']' |
381 | 2024-02-01T07:27:43.253Z | + echo Downloading... |
382 | 2024-02-01T07:27:43.254Z | Downloading... |
383 | 2024-02-01T07:27:43.254Z | + do_download_curl https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
384 | 2024-02-01T07:27:43.254Z | + curl --silent --show-error --fail --location --output out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz https://oxide-clickhouse-build.s3.us-west-2.amazonaws.com/clickhouse-v22.8.9.24-1.illumos.tar.gz |
385 | 2024-02-01T07:27:44.589Z | ++ do_md5sum out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz |
386 | 2024-02-01T07:27:44.592Z | ++ md5sum |
387 | 2024-02-01T07:27:44.592Z | ++ awk '{print $1}' |
388 | 2024-02-01T07:27:44.850Z | + calculated_md5=7702939ce5b4b51846a1ba39f1392306 |
389 | 2024-02-01T07:27:44.850Z | + [[ 7702939ce5b4b51846a1ba39f1392306 != \7\7\0\2\9\3\9\c\e\5\b\4\b\5\1\8\4\6\a\1\b\a\3\9\f\1\3\9\2\3\0\6 ]] |
390 | 2024-02-01T07:27:44.850Z | + do_untar out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz ./out/clickhouse |
391 | 2024-02-01T07:27:44.862Z | + mkdir -p ./out/clickhouse |
392 | 2024-02-01T07:27:44.862Z | + tar xzf out/downloads/clickhouse-v22.8.9.24-1.illumos.tar.gz -C ./out/clickhouse |
393 | 2024-02-01T07:27:49.653Z | + ./out/clickhouse/clickhouse server --version |
394 | 2024-02-01T07:27:49.783Z | ClickHouse server version 22.8.9.1. |
395 | 2024-02-01T07:27:49.808Z | + set -o errexit |
396 | 2024-02-01T07:27:49.808Z | +++ dirname ./tools/ci_download_console |
397 | 2024-02-01T07:27:49.808Z | ++ cd ./tools |
398 | 2024-02-01T07:27:49.808Z | ++ pwd |
399 | 2024-02-01T07:27:49.808Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
400 | 2024-02-01T07:27:49.808Z | ++ basename ./tools/ci_download_console |
401 | 2024-02-01T07:27:49.808Z | + ARG0=ci_download_console |
402 | 2024-02-01T07:27:49.808Z | + TARGET_DIR=out |
403 | 2024-02-01T07:27:49.808Z | + DOWNLOAD_DIR=out/downloads |
404 | 2024-02-01T07:27:49.808Z | + DEST_DIR=./out/console-assets |
405 | 2024-02-01T07:27:49.808Z | + source /work/oxidecomputer/omicron/tools/console_version |
406 | 2024-02-01T07:27:49.808Z | ++ COMMIT=1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0 |
407 | 2024-02-01T07:27:49.808Z | ++ SHA2=97e1ea69a7f2a798c05f1d8e12f7de9bf32d11f70d99a7cbc05dabda1c5b7ce4 |
408 | 2024-02-01T07:27:49.809Z | + URL=https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz |
409 | 2024-02-01T07:27:49.809Z | + TARBALL_FILE=out/downloads/console.tar.gz |
410 | 2024-02-01T07:27:49.809Z | + main |
411 | 2024-02-01T07:27:49.809Z | + [[ 0 != 0 ]] |
412 | 2024-02-01T07:27:49.809Z | + echo 'URL: https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz' |
413 | 2024-02-01T07:27:49.809Z | URL: https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz |
414 | 2024-02-01T07:27:49.809Z | + echo 'Local file: out/downloads/console.tar.gz' |
415 | 2024-02-01T07:27:49.809Z | Local file: out/downloads/console.tar.gz |
416 | 2024-02-01T07:27:49.809Z | + local DO_DOWNLOAD=true |
417 | 2024-02-01T07:27:49.809Z | + [[ -f out/downloads/console.tar.gz ]] |
418 | 2024-02-01T07:27:49.809Z | + mkdir -p out/downloads |
419 | 2024-02-01T07:27:49.809Z | + '[' true == true ']' |
420 | 2024-02-01T07:27:49.809Z | + echo Downloading... |
421 | 2024-02-01T07:27:49.809Z | Downloading... |
422 | 2024-02-01T07:27:49.809Z | + do_download_curl https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz out/downloads/console.tar.gz |
423 | 2024-02-01T07:27:49.809Z | + curl --silent --show-error --fail --location --output out/downloads/console.tar.gz https://dl.oxide.computer/releases/console/1a4f5d81af09f238dc094e56ad24dd0aa4fd46a0.tar.gz |
424 | 2024-02-01T07:27:50.341Z | ++ do_sha256sum out/downloads/console.tar.gz |
425 | 2024-02-01T07:27:50.349Z | ++ case "$OSTYPE" in |
426 | 2024-02-01T07:27:50.350Z | ++ SHA=sha256sum |
427 | 2024-02-01T07:27:50.350Z | ++ sha256sum |
428 | 2024-02-01T07:27:50.351Z | ++ awk '{print $1}' |
429 | 2024-02-01T07:27:50.393Z | + calculated_sha2=97e1ea69a7f2a798c05f1d8e12f7de9bf32d11f70d99a7cbc05dabda1c5b7ce4 |
430 | 2024-02-01T07:27:50.394Z | + [[ 97e1ea69a7f2a798c05f1d8e12f7de9bf32d11f70d99a7cbc05dabda1c5b7ce4 != \9\7\e\1\e\a\6\9\a\7\f\2\a\7\9\8\c\0\5\f\1\d\8\e\1\2\f\7\d\e\9\b\f\3\2\d\1\1\f\7\0\d\9\9\a\7\c\b\c\0\5\d\a\b\d\a\1\c\5\b\7\c\e\4 ]] |
431 | 2024-02-01T07:27:50.394Z | + rm -rf ./out/console-assets |
432 | 2024-02-01T07:27:50.400Z | + mkdir -p ./out/console-assets |
433 | 2024-02-01T07:27:50.407Z | + do_untar out/downloads/console.tar.gz ./out/console-assets |
434 | 2024-02-01T07:27:50.407Z | + mkdir -p ./out/console-assets |
435 | 2024-02-01T07:27:50.407Z | + tar xzf out/downloads/console.tar.gz -C ./out/console-assets |
436 | 2024-02-01T07:27:50.540Z | + set -o errexit |
437 | 2024-02-01T07:27:50.543Z | +++ dirname ./tools/ci_download_maghemite_openapi |
438 | 2024-02-01T07:27:50.543Z | ++ cd ./tools |
439 | 2024-02-01T07:27:50.548Z | ++ pwd |
440 | 2024-02-01T07:27:50.549Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
441 | 2024-02-01T07:27:50.549Z | ++ basename ./tools/ci_download_maghemite_openapi |
442 | 2024-02-01T07:27:50.567Z | + ARG0=ci_download_maghemite_openapi |
443 | 2024-02-01T07:27:50.567Z | + TARGET_DIR=out |
444 | 2024-02-01T07:27:50.567Z | + DOWNLOAD_DIR=out/downloads |
445 | 2024-02-01T07:27:50.567Z | + source /work/oxidecomputer/omicron/tools/maghemite_ddm_openapi_version |
446 | 2024-02-01T07:27:50.567Z | ++ COMMIT=712b2487d9b141234af98b6578bc5f77420bdb03 |
447 | 2024-02-01T07:27:50.568Z | ++ SHA2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
448 | 2024-02-01T07:27:50.568Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json |
449 | 2024-02-01T07:27:50.568Z | + LOCAL_FILE=out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
450 | 2024-02-01T07:27:50.568Z | + main |
451 | 2024-02-01T07:27:50.569Z | + [[ 0 != 0 ]] |
452 | 2024-02-01T07:27:50.569Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json' |
453 | 2024-02-01T07:27:50.569Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json |
454 | 2024-02-01T07:27:50.569Z | + echo 'Local file: out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json' |
455 | 2024-02-01T07:27:50.569Z | Local file: out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
456 | 2024-02-01T07:27:50.569Z | + local DO_DOWNLOAD=true |
457 | 2024-02-01T07:27:50.569Z | + [[ -f out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json ]] |
458 | 2024-02-01T07:27:50.569Z | + mkdir -p out/downloads |
459 | 2024-02-01T07:27:50.569Z | + '[' true == true ']' |
460 | 2024-02-01T07:27:50.569Z | + echo Downloading... |
461 | 2024-02-01T07:27:50.569Z | Downloading... |
462 | 2024-02-01T07:27:50.569Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
463 | 2024-02-01T07:27:50.569Z | + curl --silent --show-error --fail --location --output out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/ddm-admin.json |
464 | 2024-02-01T07:27:52.788Z | ++ do_sha256sum out/downloads/ddm-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
465 | 2024-02-01T07:27:52.796Z | ++ case "$OSTYPE" in |
466 | 2024-02-01T07:27:52.797Z | ++ SHA=sha256sum |
467 | 2024-02-01T07:27:52.797Z | ++ sha256sum |
468 | 2024-02-01T07:27:52.797Z | ++ awk '{print $1}' |
469 | 2024-02-01T07:27:52.797Z | + calculated_sha2=0b0dbc2f8bbc5d2d9be92d64c4865f8f9335355aae62f7de9f67f81dfb3f1803 |
470 | 2024-02-01T07:27:52.797Z | + [[ 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 ]] |
471 | 2024-02-01T07:27:52.798Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
472 | 2024-02-01T07:27:52.798Z | ++ COMMIT=712b2487d9b141234af98b6578bc5f77420bdb03 |
473 | 2024-02-01T07:27:52.798Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
474 | 2024-02-01T07:27:52.798Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json |
475 | 2024-02-01T07:27:52.798Z | + LOCAL_FILE=out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
476 | 2024-02-01T07:27:52.799Z | + main |
477 | 2024-02-01T07:27:52.799Z | + [[ 0 != 0 ]] |
478 | 2024-02-01T07:27:52.799Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json' |
479 | 2024-02-01T07:27:52.799Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json |
480 | 2024-02-01T07:27:52.800Z | Local file: out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
481 | 2024-02-01T07:27:52.800Z | + echo 'Local file: out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json' |
482 | 2024-02-01T07:27:52.800Z | + local DO_DOWNLOAD=true |
483 | 2024-02-01T07:27:52.800Z | + [[ -f out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json ]] |
484 | 2024-02-01T07:27:52.800Z | + mkdir -p out/downloads |
485 | 2024-02-01T07:27:52.801Z | + '[' true == true ']' |
486 | 2024-02-01T07:27:52.801Z | + echo Downloading... |
487 | 2024-02-01T07:27:52.801Z | Downloading... |
488 | 2024-02-01T07:27:52.801Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
489 | 2024-02-01T07:27:52.801Z | + curl --silent --show-error --fail --location --output out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/openapi/712b2487d9b141234af98b6578bc5f77420bdb03/mg-admin.json |
490 | 2024-02-01T07:27:53.079Z | ++ do_sha256sum out/downloads/mg-admin-712b2487d9b141234af98b6578bc5f77420bdb03.json |
491 | 2024-02-01T07:27:53.108Z | ++ case "$OSTYPE" in |
492 | 2024-02-01T07:27:53.108Z | ++ SHA=sha256sum |
493 | 2024-02-01T07:27:53.108Z | ++ sha256sum |
494 | 2024-02-01T07:27:53.108Z | ++ awk '{print $1}' |
495 | 2024-02-01T07:27:53.108Z | + calculated_sha2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
496 | 2024-02-01T07:27:53.108Z | + [[ 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 ]] |
497 | 2024-02-01T07:27:53.109Z | + set -o errexit |
498 | 2024-02-01T07:27:53.109Z | +++ dirname ./tools/ci_download_dendrite_openapi |
499 | 2024-02-01T07:27:53.109Z | ++ cd ./tools |
500 | 2024-02-01T07:27:53.109Z | ++ pwd |
501 | 2024-02-01T07:27:53.109Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
502 | 2024-02-01T07:27:53.109Z | ++ basename ./tools/ci_download_dendrite_openapi |
503 | 2024-02-01T07:27:53.109Z | + ARG0=ci_download_dendrite_openapi |
504 | 2024-02-01T07:27:53.110Z | + TARGET_DIR=out |
505 | 2024-02-01T07:27:53.110Z | + DOWNLOAD_DIR=out/downloads |
506 | 2024-02-01T07:27:53.110Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
507 | 2024-02-01T07:27:53.110Z | ++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
508 | 2024-02-01T07:27:53.110Z | ++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
509 | 2024-02-01T07:27:53.111Z | + URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
510 | 2024-02-01T07:27:53.111Z | + LOCAL_FILE=out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
511 | 2024-02-01T07:27:53.111Z | + main |
512 | 2024-02-01T07:27:53.111Z | + [[ 0 != 0 ]] |
513 | 2024-02-01T07:27:53.111Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json' |
514 | 2024-02-01T07:27:53.112Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
515 | 2024-02-01T07:27:53.112Z | + echo 'Local file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json' |
516 | 2024-02-01T07:27:53.112Z | + local DO_DOWNLOAD=true |
517 | 2024-02-01T07:27:53.112Z | Local file: out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
518 | 2024-02-01T07:27:53.112Z | + [[ -f out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json ]] |
519 | 2024-02-01T07:27:53.113Z | + mkdir -p out/downloads |
520 | 2024-02-01T07:27:53.113Z | + '[' true == true ']' |
521 | 2024-02-01T07:27:53.113Z | + echo Downloading... |
522 | 2024-02-01T07:27:53.113Z | Downloading... |
523 | 2024-02-01T07:27:53.114Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
524 | 2024-02-01T07:27:53.114Z | + curl --silent --show-error --fail --location --output out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/openapi/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dpd.json |
525 | 2024-02-01T07:27:53.914Z | ++ do_sha256sum out/downloads/dpd-fd159136c552d8b4ec4d49dd9bae7e38f6a636e6.json |
526 | 2024-02-01T07:27:53.914Z | ++ case "$OSTYPE" in |
527 | 2024-02-01T07:27:53.928Z | ++ SHA=sha256sum |
528 | 2024-02-01T07:27:53.928Z | ++ sha256sum |
529 | 2024-02-01T07:27:53.929Z | ++ awk '{print $1}' |
530 | 2024-02-01T07:27:53.929Z | + calculated_sha2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
531 | 2024-02-01T07:27:53.929Z | + [[ e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 != \e\8\f\7\3\a\8\3\d\5\c\6\2\f\7\e\f\c\e\9\9\8\f\8\2\1\a\c\c\8\0\a\9\1\b\7\9\9\5\c\9\5\b\d\9\e\c\2\c\2\2\8\3\7\2\8\2\9\3\1\0\0\9\9 ]] |
532 | 2024-02-01T07:27:53.940Z | + set -o errexit |
533 | 2024-02-01T07:27:53.940Z | +++ dirname ./tools/ci_download_dendrite_stub |
534 | 2024-02-01T07:27:53.940Z | ++ cd ./tools |
535 | 2024-02-01T07:27:53.940Z | ++ pwd |
536 | 2024-02-01T07:27:53.941Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
537 | 2024-02-01T07:27:53.941Z | ++ basename ./tools/ci_download_dendrite_stub |
538 | 2024-02-01T07:27:53.941Z | + ARG0=ci_download_dendrite_stub |
539 | 2024-02-01T07:27:53.941Z | + source /work/oxidecomputer/omicron/tools/dendrite_stub_checksums |
540 | 2024-02-01T07:27:53.941Z | ++ CIDL_SHA256_ILLUMOS=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
541 | 2024-02-01T07:27:53.941Z | ++ CIDL_SHA256_LINUX_DPD=4fc43b53a048264664ede64805d4d179ec32d50cf9ab1aaa0fa4e17190e511a2 |
542 | 2024-02-01T07:27:53.941Z | ++ CIDL_SHA256_LINUX_SWADM=0ab34a2063e68568aa064f7b71825a603d47b3e399f3e7f45976edb5d5283f0f |
543 | 2024-02-01T07:27:53.941Z | + source /work/oxidecomputer/omicron/tools/dendrite_openapi_version |
544 | 2024-02-01T07:27:53.941Z | ++ COMMIT=fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
545 | 2024-02-01T07:27:53.941Z | ++ SHA2=e8f73a83d5c62f7efce998f821acc80a91b7995c95bd9ec2c228372829310099 |
546 | 2024-02-01T07:27:53.941Z | + TARGET_DIR=out |
547 | 2024-02-01T07:27:53.941Z | + DOWNLOAD_DIR=out/downloads |
548 | 2024-02-01T07:27:53.941Z | + DEST_DIR=./out/dendrite-stub |
549 | 2024-02-01T07:27:53.941Z | + BIN_DIR=./out/dendrite-stub/root/opt/oxide/dendrite/bin |
550 | 2024-02-01T07:27:53.942Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
551 | 2024-02-01T07:27:53.942Z | + REPO=oxidecomputer/dendrite |
552 | 2024-02-01T07:27:53.942Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6 |
553 | 2024-02-01T07:27:53.954Z | + main |
554 | 2024-02-01T07:27:53.954Z | + [[ 0 != 0 ]] |
555 | 2024-02-01T07:27:53.954Z | + CIDL_OS=solaris2.11 |
556 | 2024-02-01T07:27:53.954Z | + [[ 0 != 0 ]] |
557 | 2024-02-01T07:27:53.955Z | + configure_os solaris2.11 |
558 | 2024-02-01T07:27:53.955Z | + echo 'current directory: /work/oxidecomputer/omicron' |
559 | 2024-02-01T07:27:53.955Z | current directory: /work/oxidecomputer/omicron |
560 | 2024-02-01T07:27:53.955Z | + echo 'configuring based on OS: "solaris2.11"' |
561 | 2024-02-01T07:27:53.955Z | + case "$1" in |
562 | 2024-02-01T07:27:53.955Z | configuring based on OS: "solaris2.11" |
563 | 2024-02-01T07:27:53.955Z | + SET_BINARIES= |
564 | 2024-02-01T07:27:53.956Z | + CIDL_SHA256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
565 | 2024-02-01T07:27:53.956Z | + CIDL_SHA256FUNC=do_sha256sum |
566 | 2024-02-01T07:27:53.956Z | + TARBALL_FILENAME=dendrite-stub.tar.gz |
567 | 2024-02-01T07:27:53.956Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
568 | 2024-02-01T07:27:53.956Z | + TARBALL_FILE=out/downloads/dendrite-stub.tar.gz |
569 | 2024-02-01T07:27:53.956Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz' |
570 | 2024-02-01T07:27:53.956Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
571 | 2024-02-01T07:27:53.956Z | + echo 'Local file: out/downloads/dendrite-stub.tar.gz' |
572 | 2024-02-01T07:27:53.957Z | Local file: out/downloads/dendrite-stub.tar.gz |
573 | 2024-02-01T07:27:53.957Z | + mkdir -p out/downloads |
574 | 2024-02-01T07:27:53.957Z | + mkdir -p ./out/dendrite-stub |
575 | 2024-02-01T07:27:53.957Z | + fetch_and_verify |
576 | 2024-02-01T07:27:53.957Z | + local DO_DOWNLOAD=true |
577 | 2024-02-01T07:27:53.957Z | + [[ -f out/downloads/dendrite-stub.tar.gz ]] |
578 | 2024-02-01T07:27:53.957Z | + '[' true == true ']' |
579 | 2024-02-01T07:27:53.957Z | + echo Downloading... |
580 | 2024-02-01T07:27:53.957Z | Downloading... |
581 | 2024-02-01T07:27:53.957Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz out/downloads/dendrite-stub.tar.gz |
582 | 2024-02-01T07:27:53.957Z | + curl --silent --show-error --fail --location --output out/downloads/dendrite-stub.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/fd159136c552d8b4ec4d49dd9bae7e38f6a636e6/dendrite-stub.tar.gz |
583 | 2024-02-01T07:28:15.491Z | ++ do_sha256sum out/downloads/dendrite-stub.tar.gz |
584 | 2024-02-01T07:28:15.521Z | ++ sha256sum |
585 | 2024-02-01T07:28:15.521Z | ++ awk '{print $1}' |
586 | 2024-02-01T07:28:15.607Z | + calculated_sha256=1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b |
587 | 2024-02-01T07:28:15.627Z | + [[ 1e24598ba77dc00682cdf54fc370696ef5aa49ed510ab7f72fcc91d61d679e7b != \1\e\2\4\5\9\8\b\a\7\7\d\c\0\0\6\8\2\c\d\f\5\4\f\c\3\7\0\6\9\6\e\f\5\a\a\4\9\e\d\5\1\0\a\b\7\f\7\2\f\c\c\9\1\d\6\1\d\6\7\9\e\7\b ]] |
588 | 2024-02-01T07:28:15.627Z | + do_untar out/downloads/dendrite-stub.tar.gz |
589 | 2024-02-01T07:28:15.627Z | + tar xzf out/downloads/dendrite-stub.tar.gz -C out/downloads |
590 | 2024-02-01T07:28:16.674Z | + do_assemble |
591 | 2024-02-01T07:28:16.674Z | + rm -r ./out/dendrite-stub |
592 | 2024-02-01T07:28:16.678Z | + mkdir ./out/dendrite-stub |
593 | 2024-02-01T07:28:16.678Z | + cp -r out/downloads/root ./out/dendrite-stub/root |
594 | 2024-02-01T07:28:16.864Z | + ln -s /work/oxidecomputer/omicron/out/dendrite-stub/root/opt/oxide/dendrite/bin/ /work/oxidecomputer/omicron/out/dendrite-stub/bin |
595 | 2024-02-01T07:28:16.876Z | + set -o errexit |
596 | 2024-02-01T07:28:17.358Z | +++ dirname ./tools/ci_download_maghemite_mgd |
597 | 2024-02-01T07:28:17.358Z | ++ cd ./tools |
598 | 2024-02-01T07:28:17.359Z | ++ pwd |
599 | 2024-02-01T07:28:17.359Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
600 | 2024-02-01T07:28:17.359Z | ++ basename ./tools/ci_download_maghemite_mgd |
601 | 2024-02-01T07:28:17.359Z | + ARG0=ci_download_maghemite_mgd |
602 | 2024-02-01T07:28:17.359Z | + source /work/oxidecomputer/omicron/tools/maghemite_mgd_checksums |
603 | 2024-02-01T07:28:17.359Z | ++ CIDL_SHA256=2c54146a133b5f12587d9fb89f85ef0a0ca6278efc8c6fe4859782e886e6c774 |
604 | 2024-02-01T07:28:17.359Z | ++ MGD_LINUX_SHA256=248732202f5102bf0947f5f91871379b6c6945fe387d4272cebe6e08f1b58184 |
605 | 2024-02-01T07:28:17.360Z | + source /work/oxidecomputer/omicron/tools/maghemite_mg_openapi_version |
606 | 2024-02-01T07:28:17.360Z | ++ COMMIT=712b2487d9b141234af98b6578bc5f77420bdb03 |
607 | 2024-02-01T07:28:17.360Z | ++ SHA2=0ac038bbaa54d0ae0ac5ccaeff48f03070618372cca26c9d09b716b909bf9355 |
608 | 2024-02-01T07:28:17.360Z | + TARGET_DIR=out |
609 | 2024-02-01T07:28:17.360Z | + DOWNLOAD_DIR=out/downloads |
610 | 2024-02-01T07:28:17.360Z | + DEST_DIR=./out/mgd |
611 | 2024-02-01T07:28:17.360Z | + BIN_DIR=./out/mgd/root/opt/oxide/mgd/bin |
612 | 2024-02-01T07:28:17.361Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
613 | 2024-02-01T07:28:17.361Z | + REPO=oxidecomputer/maghemite |
614 | 2024-02-01T07:28:17.361Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03 |
615 | 2024-02-01T07:28:17.361Z | + main |
616 | 2024-02-01T07:28:17.361Z | + [[ 0 != 0 ]] |
617 | 2024-02-01T07:28:17.361Z | + CIDL_OS=solaris2.11 |
618 | 2024-02-01T07:28:17.361Z | + [[ 0 != 0 ]] |
619 | 2024-02-01T07:28:17.361Z | + configure_os solaris2.11 |
620 | 2024-02-01T07:28:17.362Z | + echo 'current directory: /work/oxidecomputer/omicron' |
621 | 2024-02-01T07:28:17.362Z | current directory: /work/oxidecomputer/omicron |
622 | 2024-02-01T07:28:17.362Z | + echo 'configuring based on OS: "solaris2.11"' |
623 | 2024-02-01T07:28:17.362Z | + case "$1" in |
624 | 2024-02-01T07:28:17.362Z | configuring based on OS: "solaris2.11" |
625 | 2024-02-01T07:28:17.362Z | + SET_BINARIES= |
626 | 2024-02-01T07:28:17.363Z | + CIDL_SHA256FUNC=do_sha256sum |
627 | 2024-02-01T07:28:17.363Z | + TARBALL_FILENAME=mgd.tar.gz |
628 | 2024-02-01T07:28:17.363Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz |
629 | 2024-02-01T07:28:17.363Z | + TARBALL_FILE=out/downloads/mgd.tar.gz |
630 | 2024-02-01T07:28:17.363Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz |
631 | 2024-02-01T07:28:17.363Z | Local file: out/downloads/mgd.tar.gz |
632 | 2024-02-01T07:28:17.363Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz' |
633 | 2024-02-01T07:28:17.363Z | + echo 'Local file: out/downloads/mgd.tar.gz' |
634 | 2024-02-01T07:28:17.364Z | + mkdir -p out/downloads |
635 | 2024-02-01T07:28:17.364Z | + mkdir -p ./out/mgd |
636 | 2024-02-01T07:28:17.364Z | + fetch_and_verify |
637 | 2024-02-01T07:28:17.364Z | + local DO_DOWNLOAD=true |
638 | 2024-02-01T07:28:17.364Z | + [[ -f out/downloads/mgd.tar.gz ]] |
639 | 2024-02-01T07:28:17.364Z | + '[' true == true ']' |
640 | 2024-02-01T07:28:17.365Z | + echo Downloading... |
641 | 2024-02-01T07:28:17.365Z | Downloading... |
642 | 2024-02-01T07:28:17.365Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz out/downloads/mgd.tar.gz |
643 | 2024-02-01T07:28:17.365Z | + curl --silent --show-error --fail --location --output out/downloads/mgd.tar.gz https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/image/712b2487d9b141234af98b6578bc5f77420bdb03/mgd.tar.gz |
644 | 2024-02-01T07:28:25.930Z | ++ do_sha256sum out/downloads/mgd.tar.gz |
645 | 2024-02-01T07:28:25.935Z | ++ sha256sum |
646 | 2024-02-01T07:28:25.935Z | ++ awk '{print $1}' |
647 | 2024-02-01T07:28:26.013Z | + calculated_sha256=2c54146a133b5f12587d9fb89f85ef0a0ca6278efc8c6fe4859782e886e6c774 |
648 | 2024-02-01T07:28:26.013Z | + [[ 2c54146a133b5f12587d9fb89f85ef0a0ca6278efc8c6fe4859782e886e6c774 != \2\c\5\4\1\4\6\a\1\3\3\b\5\f\1\2\5\8\7\d\9\f\b\8\9\f\8\5\e\f\0\a\0\c\a\6\2\7\8\e\f\c\8\c\6\f\e\4\8\5\9\7\8\2\e\8\8\6\e\6\c\7\7\4 ]] |
649 | 2024-02-01T07:28:26.020Z | + do_untar out/downloads/mgd.tar.gz |
650 | 2024-02-01T07:28:26.020Z | + tar xzf out/downloads/mgd.tar.gz -C out/downloads |
651 | 2024-02-01T07:28:26.867Z | + do_assemble |
652 | 2024-02-01T07:28:26.867Z | + rm -r ./out/mgd |
653 | 2024-02-01T07:28:26.918Z | + mkdir ./out/mgd |
654 | 2024-02-01T07:28:26.918Z | + cp -r out/downloads/root ./out/mgd/root |
655 | 2024-02-01T07:28:26.929Z | + set -o errexit |
656 | 2024-02-01T07:28:26.929Z | +++ dirname ./tools/ci_download_transceiver_control |
657 | 2024-02-01T07:28:26.929Z | ++ cd ./tools |
658 | 2024-02-01T07:28:26.929Z | ++ pwd |
659 | 2024-02-01T07:28:26.929Z | + SOURCE_DIR=/work/oxidecomputer/omicron/tools |
660 | 2024-02-01T07:28:26.929Z | ++ basename ./tools/ci_download_transceiver_control |
661 | 2024-02-01T07:28:26.929Z | + ARG0=ci_download_transceiver_control |
662 | 2024-02-01T07:28:26.929Z | + source /work/oxidecomputer/omicron/tools/transceiver_control_version |
663 | 2024-02-01T07:28:26.930Z | ++ COMMIT=8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
664 | 2024-02-01T07:28:26.930Z | ++ CIDL_SHA256_ILLUMOS=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
665 | 2024-02-01T07:28:26.931Z | + TARGET_DIR=out |
666 | 2024-02-01T07:28:26.931Z | + DOWNLOAD_DIR=out/downloads |
667 | 2024-02-01T07:28:26.931Z | + DEST_DIR=./out/transceiver-control |
668 | 2024-02-01T07:28:26.931Z | + BIN_DIR=/opt/oxide/bin |
669 | 2024-02-01T07:28:26.931Z | + BINARY=xcvradm |
670 | 2024-02-01T07:28:26.931Z | + ARTIFACT_URL=https://buildomat.eng.oxide.computer/public/file |
671 | 2024-02-01T07:28:26.931Z | + REPO=oxidecomputer/transceiver-control |
672 | 2024-02-01T07:28:26.931Z | + PACKAGE_BASE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a |
673 | 2024-02-01T07:28:26.931Z | + main |
674 | 2024-02-01T07:28:26.931Z | + [[ 0 != 0 ]] |
675 | 2024-02-01T07:28:26.932Z | + CIDL_OS=solaris2.11 |
676 | 2024-02-01T07:28:26.932Z | + [[ 0 != 0 ]] |
677 | 2024-02-01T07:28:26.932Z | + configure_os solaris2.11 |
678 | 2024-02-01T07:28:26.932Z | + echo 'current directory: /work/oxidecomputer/omicron' |
679 | 2024-02-01T07:28:26.932Z | current directory: /work/oxidecomputer/omicron |
680 | 2024-02-01T07:28:26.932Z | + echo 'configuring based on OS: "solaris2.11"' |
681 | 2024-02-01T07:28:26.932Z | configuring based on OS: "solaris2.11" |
682 | 2024-02-01T07:28:26.932Z | + case "$1" in |
683 | 2024-02-01T07:28:26.932Z | + SET_BINARIES= |
684 | 2024-02-01T07:28:26.932Z | + CIDL_SHA256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
685 | 2024-02-01T07:28:26.932Z | + CIDL_SHA256FUNC=do_sha256sum |
686 | 2024-02-01T07:28:26.933Z | + ARCHIVE_FILENAME=xcvradm.gz |
687 | 2024-02-01T07:28:26.933Z | + PACKAGE_URL=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
688 | 2024-02-01T07:28:26.933Z | + ARCHIVE_FILE=out/downloads/xcvradm.gz |
689 | 2024-02-01T07:28:26.933Z | + echo 'URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz' |
690 | 2024-02-01T07:28:26.933Z | URL: https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz |
691 | 2024-02-01T07:28:26.933Z | + echo 'Local file: out/downloads/xcvradm.gz' |
692 | 2024-02-01T07:28:26.933Z | Local file: out/downloads/xcvradm.gz |
693 | 2024-02-01T07:28:26.933Z | + mkdir -p out/downloads |
694 | 2024-02-01T07:28:26.957Z | + mkdir -p ./out/transceiver-control |
695 | 2024-02-01T07:28:26.957Z | + fetch_and_verify |
696 | 2024-02-01T07:28:26.957Z | + local DO_DOWNLOAD=true |
697 | 2024-02-01T07:28:26.957Z | + [[ -f out/downloads/xcvradm.gz ]] |
698 | 2024-02-01T07:28:26.957Z | + '[' true == true ']' |
699 | 2024-02-01T07:28:26.958Z | + echo Downloading... |
700 | 2024-02-01T07:28:26.958Z | Downloading... |
701 | 2024-02-01T07:28:26.958Z | + do_download_curl https://buildomat.eng.oxide.computer/public/file/oxidecomputer/transceiver-control/bins/8813cf996f37a6c43e7b83d6084f88c5f0f0430a/xcvradm.gz out/downloads/xcvradm.gz |
702 | 2024-02-01T07:28:26.961Z | + 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 |
703 | 2024-02-01T07:28:29.086Z | ++ do_sha256sum out/downloads/xcvradm.gz |
704 | 2024-02-01T07:28:29.089Z | ++ sha256sum |
705 | 2024-02-01T07:28:29.089Z | ++ awk '{print $1}' |
706 | 2024-02-01T07:28:29.111Z | + calculated_sha256=388f9e03089e8bc6d47fd21f9c83554a6cdc626eb928374fcff945a881e1f7e1 |
707 | 2024-02-01T07:28:29.111Z | + [[ 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 ]] |
708 | 2024-02-01T07:28:29.114Z | + do_unpack out/downloads/xcvradm.gz |
709 | 2024-02-01T07:28:29.114Z | + mkdir -p out/downloads/root//opt/oxide/bin |
710 | 2024-02-01T07:28:29.114Z | + gzip -dc out/downloads/xcvradm.gz |
711 | 2024-02-01T07:28:29.288Z | + chmod +x out/downloads/root//opt/oxide/bin/xcvradm |
712 | 2024-02-01T07:28:29.292Z | + do_assemble |
713 | 2024-02-01T07:28:29.292Z | + rm -r ./out/transceiver-control |
714 | 2024-02-01T07:28:29.295Z | + mkdir ./out/transceiver-control |
715 | 2024-02-01T07:28:29.297Z | + cp -r out/downloads/root ./out/transceiver-control/root |
716 | 2024-02-01T07:28:29.647Z | All builder prerequisites installed successfully, and PATH looks valid |
717 | 2024-02-01T07:28:29.668Z | |
718 | 2024-02-01T07:28:29.668Z | real 3:05.485631860 |
719 | 2024-02-01T07:28:29.668Z | user 51.908500318 |
720 | 2024-02-01T07:28:29.668Z | sys 10.237959225 |
721 | 2024-02-01T07:28:29.669Z | trap 0.022792325 |
722 | 2024-02-01T07:28:29.669Z | tflt 0.141138138 |
723 | 2024-02-01T07:28:29.669Z | dflt 0.280005248 |
724 | 2024-02-01T07:28:29.669Z | kflt 0.168835693 |
725 | 2024-02-01T07:28:29.669Z | lock 2.284880253 |
726 | 2024-02-01T07:28:29.669Z | slp 6:21.761588154 |
727 | 2024-02-01T07:28:29.670Z | lat 3.457542910 |
728 | 2024-02-01T07:28:29.670Z | stop 0.072196786 |
729 | 2024-02-01T07:28:29.670Z | |
730 | 2024-02-01T07:28:29.670Z | #### # # ##### ##### # # |
731 | 2024-02-01T07:28:29.670Z | # # # # # # # # # # |
732 | 2024-02-01T07:28:29.670Z | # # # # # # # # |
733 | 2024-02-01T07:28:29.670Z | # # # ##### ##### # |
734 | 2024-02-01T07:28:29.670Z | # # # # # # # |
735 | 2024-02-01T07:28:29.670Z | #### ###### # # # # |
736 | 2024-02-01T07:28:29.670Z | |
737 | 2024-02-01T07:28:30.111Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
738 | 2024-02-01T07:28:30.340Z | Updating crates.io index |
739 | 2024-02-01T07:28:30.362Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
740 | 2024-02-01T07:28:31.232Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
741 | 2024-02-01T07:28:33.529Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
742 | 2024-02-01T07:28:34.147Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
743 | 2024-02-01T07:28:34.429Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
744 | 2024-02-01T07:28:34.715Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
745 | 2024-02-01T07:28:34.992Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
746 | 2024-02-01T07:28:36.042Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
747 | 2024-02-01T07:28:38.608Z | Updating git repository `https://github.com/oxidecomputer/opte` |
748 | 2024-02-01T07:28:39.592Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
749 | 2024-02-01T07:28:39.917Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
750 | 2024-02-01T07:28:40.538Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
751 | 2024-02-01T07:28:40.882Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
752 | 2024-02-01T07:28:41.151Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
753 | 2024-02-01T07:28:41.481Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
754 | 2024-02-01T07:28:41.976Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
755 | 2024-02-01T07:28:42.422Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
756 | 2024-02-01T07:28:42.711Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
757 | 2024-02-01T07:28:43.255Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
758 | 2024-02-01T07:28:43.683Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
759 | 2024-02-01T07:28:43.971Z | Updating git repository `https://github.com/jgallagher/nix` |
760 | 2024-02-01T07:28:45.163Z | Updating git repository `https://github.com/cbiffle/hubpack` |
761 | 2024-02-01T07:28:45.604Z | Updating git repository `https://github.com/oxidecomputer/typify` |
762 | 2024-02-01T07:28:47.379Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
763 | 2024-02-01T07:28:47.773Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
764 | 2024-02-01T07:28:48.074Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
765 | 2024-02-01T07:28:49.544Z | Downloading crates ... |
766 | 2024-02-01T07:28:49.819Z | Downloaded anstyle-parse v0.2.1 |
767 | 2024-02-01T07:28:49.837Z | Downloaded equivalent v1.0.1 |
768 | 2024-02-01T07:28:49.847Z | Downloaded colorchoice v1.0.0 |
769 | 2024-02-01T07:28:49.851Z | Downloaded terminal_size v0.2.6 |
770 | 2024-02-01T07:28:49.858Z | Downloaded anstyle-query v1.0.0 |
771 | 2024-02-01T07:28:49.861Z | Downloaded bitflags v1.3.2 |
772 | 2024-02-01T07:28:49.861Z | Downloaded toml_datetime v0.6.5 |
773 | 2024-02-01T07:28:49.865Z | Downloaded thiserror v1.0.56 |
774 | 2024-02-01T07:28:49.871Z | Downloaded errno v0.3.8 |
775 | 2024-02-01T07:28:49.874Z | Downloaded heck v0.4.1 |
776 | 2024-02-01T07:28:49.879Z | Downloaded utf8parse v0.2.1 |
777 | 2024-02-01T07:28:49.879Z | Downloaded strsim v0.10.0 |
778 | 2024-02-01T07:28:49.882Z | Downloaded quote v1.0.35 |
779 | 2024-02-01T07:28:49.883Z | Downloaded anstyle v1.0.2 |
780 | 2024-02-01T07:28:49.889Z | Downloaded io-lifetimes v1.0.11 |
781 | 2024-02-01T07:28:49.897Z | Downloaded clap_derive v4.4.2 |
782 | 2024-02-01T07:28:49.897Z | Downloaded cargo_toml v0.19.0 |
783 | 2024-02-01T07:28:49.897Z | Downloaded camino v1.1.6 |
784 | 2024-02-01T07:28:49.900Z | Downloaded semver v1.0.21 |
785 | 2024-02-01T07:28:49.904Z | Downloaded cargo-platform v0.1.3 |
786 | 2024-02-01T07:28:49.904Z | Downloaded anstream v0.5.0 |
787 | 2024-02-01T07:28:49.921Z | Downloaded thiserror-impl v1.0.56 |
788 | 2024-02-01T07:28:49.928Z | Downloaded serde_spanned v0.6.4 |
789 | 2024-02-01T07:28:49.928Z | Downloaded ryu v1.0.15 |
790 | 2024-02-01T07:28:49.928Z | Downloaded clap v4.4.3 |
791 | 2024-02-01T07:28:49.931Z | Downloaded toml v0.8.8 |
792 | 2024-02-01T07:28:49.935Z | Downloaded unicode-ident v1.0.12 |
793 | 2024-02-01T07:28:49.945Z | Downloaded serde v1.0.195 |
794 | 2024-02-01T07:28:49.949Z | Downloaded serde_derive v1.0.195 |
795 | 2024-02-01T07:28:49.949Z | Downloaded memchr v2.6.3 |
796 | 2024-02-01T07:28:49.961Z | Downloaded toml_edit v0.21.0 |
797 | 2024-02-01T07:28:49.998Z | Downloaded clap_builder v4.4.2 |
798 | 2024-02-01T07:28:50.007Z | Downloaded serde_json v1.0.113 |
799 | 2024-02-01T07:28:50.019Z | Downloaded winnow v0.5.15 |
800 | 2024-02-01T07:28:50.032Z | Downloaded rustix v0.37.23 |
801 | 2024-02-01T07:28:50.067Z | Downloaded syn v2.0.48 |
802 | 2024-02-01T07:28:50.087Z | Downloaded libc v0.2.152 |
803 | 2024-02-01T07:28:50.134Z | Downloaded hashbrown v0.14.2 |
804 | 2024-02-01T07:28:50.144Z | Downloaded indexmap v2.2.2 |
805 | 2024-02-01T07:28:50.162Z | Downloaded proc-macro2 v1.0.78 |
806 | 2024-02-01T07:28:50.187Z | Downloaded anyhow v1.0.75 |
807 | 2024-02-01T07:28:50.187Z | Downloaded cargo_metadata v0.18.1 |
808 | 2024-02-01T07:28:50.188Z | Downloaded clap_lex v0.5.1 |
809 | 2024-02-01T07:28:50.188Z | Downloaded itoa v1.0.9 |
810 | 2024-02-01T07:28:50.279Z | Compiling proc-macro2 v1.0.78 |
811 | 2024-02-01T07:28:50.282Z | Compiling unicode-ident v1.0.12 |
812 | 2024-02-01T07:28:50.282Z | Compiling serde v1.0.195 |
813 | 2024-02-01T07:28:50.282Z | Compiling libc v0.2.152 |
814 | 2024-02-01T07:28:50.282Z | Compiling io-lifetimes v1.0.11 |
815 | 2024-02-01T07:28:50.282Z | Compiling rustix v0.37.23 |
816 | 2024-02-01T07:28:50.295Z | Compiling hashbrown v0.14.2 |
817 | 2024-02-01T07:28:50.298Z | Compiling bitflags v1.3.2 |
818 | 2024-02-01T07:28:50.532Z | Compiling utf8parse v0.2.1 |
819 | 2024-02-01T07:28:50.653Z | Compiling equivalent v1.0.1 |
820 | 2024-02-01T07:28:50.776Z | Compiling anstyle-parse v0.2.1 |
821 | 2024-02-01T07:28:50.797Z | Compiling camino v1.1.6 |
822 | 2024-02-01T07:28:51.208Z | Compiling anstyle v1.0.2 |
823 | 2024-02-01T07:28:51.756Z | Compiling thiserror v1.0.56 |
824 | 2024-02-01T07:28:51.805Z | Compiling serde_json v1.0.113 |
825 | 2024-02-01T07:28:51.935Z | Compiling indexmap v2.2.2 |
826 | 2024-02-01T07:28:51.943Z | Compiling winnow v0.5.15 |
827 | 2024-02-01T07:28:51.993Z | Compiling anstyle-query v1.0.0 |
828 | 2024-02-01T07:28:52.135Z | Compiling semver v1.0.21 |
829 | 2024-02-01T07:28:52.155Z | Compiling colorchoice v1.0.0 |
830 | 2024-02-01T07:28:52.312Z | Compiling anstream v0.5.0 |
831 | 2024-02-01T07:28:52.458Z | Compiling ryu v1.0.15 |
832 | 2024-02-01T07:28:52.663Z | Compiling strsim v0.10.0 |
833 | 2024-02-01T07:28:53.069Z | Compiling itoa v1.0.9 |
834 | 2024-02-01T07:28:53.123Z | Compiling anyhow v1.0.75 |
835 | 2024-02-01T07:28:53.421Z | Compiling quote v1.0.35 |
836 | 2024-02-01T07:28:53.469Z | Compiling clap_lex v0.5.1 |
837 | 2024-02-01T07:28:53.945Z | Compiling errno v0.3.8 |
838 | 2024-02-01T07:28:54.039Z | Compiling syn v2.0.48 |
839 | 2024-02-01T07:28:54.208Z | Compiling heck v0.4.1 |
840 | 2024-02-01T07:28:55.680Z | Compiling terminal_size v0.2.6 |
841 | 2024-02-01T07:28:55.829Z | Compiling clap_builder v4.4.2 |
842 | 2024-02-01T07:29:01.938Z | Compiling serde_derive v1.0.195 |
843 | 2024-02-01T07:29:01.938Z | Compiling thiserror-impl v1.0.56 |
844 | 2024-02-01T07:29:01.948Z | Compiling clap_derive v4.4.2 |
845 | 2024-02-01T07:29:06.420Z | Compiling clap v4.4.3 |
846 | 2024-02-01T07:29:14.786Z | Compiling serde_spanned v0.6.4 |
847 | 2024-02-01T07:29:14.791Z | Compiling toml_datetime v0.6.5 |
848 | 2024-02-01T07:29:14.791Z | Compiling cargo-platform v0.1.3 |
849 | 2024-02-01T07:29:15.107Z | Compiling toml_edit v0.21.0 |
850 | 2024-02-01T07:29:16.759Z | Compiling cargo_metadata v0.18.1 |
851 | 2024-02-01T07:29:18.303Z | Compiling toml v0.8.8 |
852 | 2024-02-01T07:29:19.644Z | Compiling cargo_toml v0.19.0 |
853 | 2024-02-01T07:29:25.870Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
854 | 2024-02-01T07:29:27.359Z | Finished dev [unoptimized + debuginfo] target(s) in 57.51s |
855 | 2024-02-01T07:29:27.465Z | Running `target/debug/xtask clippy` |
856 | 2024-02-01T07:29:27.521Z | running: "/home/build/.rustup/toolchains/1.74.1-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" "--allow" "clippy::style" |
857 | 2024-02-01T07:29:28.374Z | Downloading crates ... |
858 | 2024-02-01T07:29:28.688Z | Downloaded addr2line v0.21.0 |
859 | 2024-02-01T07:29:28.713Z | Downloaded hostname v0.3.1 |
860 | 2024-02-01T07:29:28.716Z | Downloaded is-terminal v0.4.9 |
861 | 2024-02-01T07:29:28.730Z | Downloaded anes v0.1.6 |
862 | 2024-02-01T07:29:28.737Z | Downloaded assert_cmd v2.0.13 |
863 | 2024-02-01T07:29:28.742Z | Downloaded crossbeam v0.8.2 |
864 | 2024-02-01T07:29:28.745Z | Downloaded async-stream-impl v0.3.5 |
865 | 2024-02-01T07:29:28.748Z | Downloaded argon2 v0.5.3 |
866 | 2024-02-01T07:29:28.751Z | Downloaded adler v1.0.2 |
867 | 2024-02-01T07:29:28.758Z | Downloaded assert_matches v1.5.0 |
868 | 2024-02-01T07:29:28.765Z | Downloaded atty v0.2.14 |
869 | 2024-02-01T07:29:28.772Z | Downloaded signature v2.1.0 |
870 | 2024-02-01T07:29:28.776Z | Downloaded slog-json v2.6.1 |
871 | 2024-02-01T07:29:28.782Z | Downloaded libefi-sys v0.1.0 |
872 | 2024-02-01T07:29:28.789Z | Downloaded slog-envlogger v2.2.0 |
873 | 2024-02-01T07:29:28.794Z | Downloaded lru-cache v0.1.2 |
874 | 2024-02-01T07:29:28.799Z | Downloaded linear-map v1.2.0 |
875 | 2024-02-01T07:29:28.802Z | Downloaded nested v0.1.1 |
876 | 2024-02-01T07:29:28.804Z | Downloaded linked-hash-map v0.5.6 |
877 | 2024-02-01T07:29:28.809Z | Downloaded libsw v3.3.1 |
878 | 2024-02-01T07:29:28.827Z | Downloaded nodrop v0.1.14 |
879 | 2024-02-01T07:29:28.830Z | Downloaded http-range v0.1.5 |
880 | 2024-02-01T07:29:28.837Z | Downloaded bit-set v0.5.3 |
881 | 2024-02-01T07:29:28.842Z | Downloaded crunchy v0.2.2 |
882 | 2024-02-01T07:29:28.847Z | Downloaded cstr-argument v0.1.2 |
883 | 2024-02-01T07:29:28.850Z | Downloaded http-body v1.0.0 |
884 | 2024-02-01T07:29:28.862Z | Downloaded ahash v0.8.6 |
885 | 2024-02-01T07:29:28.873Z | Downloaded block-padding v0.3.3 |
886 | 2024-02-01T07:29:28.892Z | Downloaded newtype_derive v0.1.6 |
887 | 2024-02-01T07:29:28.892Z | Downloaded crc32fast v1.3.2 |
888 | 2024-02-01T07:29:28.899Z | Downloaded base16ct v0.2.0 |
889 | 2024-02-01T07:29:28.899Z | Downloaded num-iter v0.1.43 |
890 | 2024-02-01T07:29:28.899Z | Downloaded usdt-macro v0.5.0 |
891 | 2024-02-01T07:29:28.899Z | Downloaded num_enum v0.5.11 |
892 | 2024-02-01T07:29:28.915Z | Downloaded termios v0.3.3 |
893 | 2024-02-01T07:29:28.925Z | Downloaded base64ct v1.6.0 |
894 | 2024-02-01T07:29:29.359Z | Downloaded display-error-chain v0.2.0 |
895 | 2024-02-01T07:29:29.359Z | Downloaded usdt-attr-macro v0.5.0 |
896 | 2024-02-01T07:29:29.359Z | Downloaded difflib v0.4.0 |
897 | 2024-02-01T07:29:29.359Z | Downloaded tinyvec_macros v0.1.1 |
898 | 2024-02-01T07:29:29.360Z | Downloaded libtest-mimic v0.6.1 |
899 | 2024-02-01T07:29:29.360Z | Downloaded tap v1.0.1 |
900 | 2024-02-01T07:29:29.360Z | Downloaded darling v0.14.4 |
901 | 2024-02-01T07:29:29.360Z | Downloaded topological-sort v0.2.2 |
902 | 2024-02-01T07:29:29.360Z | Downloaded usdt-impl v0.5.0 |
903 | 2024-02-01T07:29:29.360Z | Downloaded term v0.7.0 |
904 | 2024-02-01T07:29:29.360Z | Downloaded mime_guess v2.0.4 |
905 | 2024-02-01T07:29:29.360Z | Downloaded scopeguard v1.2.0 |
906 | 2024-02-01T07:29:29.360Z | Downloaded dirs-sys-next v0.1.2 |
907 | 2024-02-01T07:29:29.360Z | Downloaded usdt-impl v0.3.5 |
908 | 2024-02-01T07:29:29.360Z | Downloaded parse-size v1.0.0 |
909 | 2024-02-01T07:29:29.360Z | Downloaded strum_macros v0.25.2 |
910 | 2024-02-01T07:29:29.361Z | Downloaded float-cmp v0.9.0 |
911 | 2024-02-01T07:29:29.361Z | Downloaded flagset v0.4.3 |
912 | 2024-02-01T07:29:29.361Z | Downloaded blake2 v0.10.6 |
913 | 2024-02-01T07:29:29.361Z | Downloaded fragile v2.0.0 |
914 | 2024-02-01T07:29:29.361Z | Downloaded base64 v0.21.7 |
915 | 2024-02-01T07:29:29.361Z | Downloaded try-lock v0.2.4 |
916 | 2024-02-01T07:29:29.361Z | Downloaded rustfmt-wrapper v0.2.0 |
917 | 2024-02-01T07:29:29.361Z | Downloaded untrusted v0.7.1 |
918 | 2024-02-01T07:29:29.363Z | Downloaded itertools v0.12.1 |
919 | 2024-02-01T07:29:29.363Z | Downloaded phf_shared v0.10.0 |
920 | 2024-02-01T07:29:29.363Z | Downloaded derive_builder v0.12.0 |
921 | 2024-02-01T07:29:29.363Z | Downloaded oso v0.27.0 |
922 | 2024-02-01T07:29:29.363Z | Downloaded unicase v2.7.0 |
923 | 2024-02-01T07:29:29.364Z | Downloaded diesel_derives v2.1.2 |
924 | 2024-02-01T07:29:29.364Z | Downloaded fxhash v0.2.1 |
925 | 2024-02-01T07:29:29.364Z | Downloaded termtree v0.4.1 |
926 | 2024-02-01T07:29:29.364Z | Downloaded fd-lock v3.0.13 |
927 | 2024-02-01T07:29:29.364Z | Downloaded password-hash v0.5.0 |
928 | 2024-02-01T07:29:29.364Z | Downloaded pkg-config v0.3.27 |
929 | 2024-02-01T07:29:29.364Z | Downloaded shlex v1.3.0 |
930 | 2024-02-01T07:29:29.364Z | Downloaded usdt-attr-macro v0.3.5 |
931 | 2024-02-01T07:29:29.364Z | Downloaded time-core v0.1.1 |
932 | 2024-02-01T07:29:29.364Z | Downloaded crossbeam-channel v0.5.8 |
933 | 2024-02-01T07:29:29.364Z | Downloaded endian-type v0.1.2 |
934 | 2024-02-01T07:29:29.364Z | Downloaded tower-layer v0.3.2 |
935 | 2024-02-01T07:29:29.365Z | Downloaded either v1.9.0 |
936 | 2024-02-01T07:29:29.365Z | Downloaded wait-timeout v0.2.0 |
937 | 2024-02-01T07:29:29.365Z | Downloaded hmac v0.12.1 |
938 | 2024-02-01T07:29:29.365Z | Downloaded pretty-hex v0.4.1 |
939 | 2024-02-01T07:29:29.365Z | Downloaded rstest v0.18.2 |
940 | 2024-02-01T07:29:29.365Z | Downloaded tui-tree-widget v0.16.0 |
941 | 2024-02-01T07:29:29.365Z | Downloaded group v0.13.0 |
942 | 2024-02-01T07:29:29.365Z | Downloaded signal-hook-mio v0.2.3 |
943 | 2024-02-01T07:29:29.365Z | Downloaded steno v0.4.0 |
944 | 2024-02-01T07:29:29.365Z | Downloaded sqlparser_derive v0.2.2 |
945 | 2024-02-01T07:29:29.366Z | Downloaded enum-as-inner v0.5.1 |
946 | 2024-02-01T07:29:29.367Z | Downloaded ena v0.14.2 |
947 | 2024-02-01T07:29:29.367Z | Downloaded der_derive v0.7.2 |
948 | 2024-02-01T07:29:29.367Z | Downloaded phf v0.11.2 |
949 | 2024-02-01T07:29:29.367Z | Downloaded whoami v1.4.1 |
950 | 2024-02-01T07:29:29.367Z | Downloaded usdt v0.3.5 |
951 | 2024-02-01T07:29:29.367Z | Downloaded toml v0.7.8 |
952 | 2024-02-01T07:29:29.367Z | Downloaded opaque-debug v0.3.0 |
953 | 2024-02-01T07:29:29.367Z | Downloaded rtoolbox v0.0.1 |
954 | 2024-02-01T07:29:29.367Z | Downloaded wyz v0.5.1 |
955 | 2024-02-01T07:29:29.368Z | Downloaded synstructure v0.12.6 |
956 | 2024-02-01T07:29:29.368Z | Downloaded dtrace-parser v0.1.14 |
957 | 2024-02-01T07:29:29.368Z | Downloaded num-bigint v0.4.4 |
958 | 2024-02-01T07:29:29.368Z | Downloaded dtrace-parser v0.2.0 |
959 | 2024-02-01T07:29:29.368Z | Downloaded structopt v0.3.26 |
960 | 2024-02-01T07:29:29.368Z | Downloaded derive_builder_macro v0.12.0 |
961 | 2024-02-01T07:29:29.368Z | Downloaded unicode-xid v0.2.4 |
962 | 2024-02-01T07:29:29.368Z | Downloaded ref-cast-impl v1.0.20 |
963 | 2024-02-01T07:29:29.368Z | Downloaded serde-big-array v0.5.1 |
964 | 2024-02-01T07:29:29.368Z | Downloaded sqlformat v0.2.3 |
965 | 2024-02-01T07:29:29.368Z | Downloaded hash32 v0.3.1 |
966 | 2024-02-01T07:29:29.368Z | Downloaded hash32 v0.2.1 |
967 | 2024-02-01T07:29:29.368Z | Downloaded httpdate v1.0.3 |
968 | 2024-02-01T07:29:29.369Z | Downloaded resolv-conf v0.7.0 |
969 | 2024-02-01T07:29:29.369Z | Downloaded tokio-rustls v0.24.1 |
970 | 2024-02-01T07:29:29.369Z | Downloaded version_check v0.9.4 |
971 | 2024-02-01T07:29:29.369Z | Downloaded rstest_macros v0.18.2 |
972 | 2024-02-01T07:29:29.371Z | Downloaded guppy-workspace-hack v0.1.0 |
973 | 2024-02-01T07:29:29.371Z | Downloaded quick-error v1.2.3 |
974 | 2024-02-01T07:29:29.372Z | Downloaded futures-executor v0.3.30 |
975 | 2024-02-01T07:29:29.372Z | Downloaded openssl-probe v0.1.5 |
976 | 2024-02-01T07:29:29.372Z | Downloaded serde-big-array v0.4.1 |
977 | 2024-02-01T07:29:29.372Z | Downloaded dyn-clone v1.0.13 |
978 | 2024-02-01T07:29:29.372Z | Downloaded defmt-parser v0.3.3 |
979 | 2024-02-01T07:29:29.372Z | Downloaded proc-macro-error-attr v1.0.4 |
980 | 2024-02-01T07:29:29.372Z | Downloaded precomputed-hash v0.1.1 |
981 | 2024-02-01T07:29:29.372Z | Downloaded futures-sink v0.3.30 |
982 | 2024-02-01T07:29:29.373Z | Downloaded tokio-tungstenite v0.20.1 |
983 | 2024-02-01T07:29:29.373Z | Downloaded oorandom v11.1.3 |
984 | 2024-02-01T07:29:29.373Z | Downloaded tower-service v0.3.2 |
985 | 2024-02-01T07:29:29.373Z | Downloaded oso-derive v0.27.0 |
986 | 2024-02-01T07:29:29.373Z | Downloaded take_mut v0.2.2 |
987 | 2024-02-01T07:29:29.373Z | Downloaded slog v2.7.0 |
988 | 2024-02-01T07:29:29.373Z | Downloaded plotters-backend v0.3.5 |
989 | 2024-02-01T07:29:29.373Z | Downloaded vec_map v0.8.2 |
990 | 2024-02-01T07:29:29.373Z | Downloaded openssl-sys v0.9.96 |
991 | 2024-02-01T07:29:29.378Z | Downloaded serde_tokenstream v0.1.7 |
992 | 2024-02-01T07:29:29.378Z | Downloaded proc-macro-crate v1.3.1 |
993 | 2024-02-01T07:29:29.378Z | Downloaded spki v0.7.2 |
994 | 2024-02-01T07:29:29.378Z | Downloaded pin-utils v0.1.0 |
995 | 2024-02-01T07:29:29.379Z | Downloaded unicode-width v0.1.11 |
996 | 2024-02-01T07:29:29.379Z | Downloaded ppv-lite86 v0.2.17 |
997 | 2024-02-01T07:29:29.379Z | Downloaded once_cell v1.19.0 |
998 | 2024-02-01T07:29:29.379Z | Downloaded semver-parser v0.10.2 |
999 | 2024-02-01T07:29:29.380Z | Downloaded futures-macro v0.3.30 |
1000 | 2024-02-01T07:29:29.380Z | Downloaded tracing-attributes v0.1.26 |
1001 | 2024-02-01T07:29:29.383Z | Downloaded tungstenite v0.20.1 |
1002 | 2024-02-01T07:29:29.388Z | Downloaded packed_struct v0.10.1 |
1003 | 2024-02-01T07:29:29.392Z | Downloaded zerocopy v0.3.0 |
1004 | 2024-02-01T07:29:29.395Z | Downloaded schemars_derive v0.8.16 |
1005 | 2024-02-01T07:29:29.398Z | Downloaded fastrand v2.0.0 |
1006 | 2024-02-01T07:29:29.403Z | Downloaded trust-dns-resolver v0.22.0 |
1007 | 2024-02-01T07:29:29.409Z | Downloaded globset v0.4.13 |
1008 | 2024-02-01T07:29:29.415Z | Downloaded proc-macro-error v1.0.4 |
1009 | 2024-02-01T07:29:29.420Z | Downloaded parking_lot v0.12.1 |
1010 | 2024-02-01T07:29:29.425Z | Downloaded yansi v0.5.1 |
1011 | 2024-02-01T07:29:29.428Z | Downloaded ucd-trie v0.1.6 |
1012 | 2024-02-01T07:29:29.432Z | Downloaded unsafe-libyaml v0.2.10 |
1013 | 2024-02-01T07:29:29.438Z | Downloaded owo-colors v4.0.0 |
1014 | 2024-02-01T07:29:29.444Z | Downloaded tokio-postgres v0.7.10 |
1015 | 2024-02-01T07:29:29.453Z | Downloaded half v2.3.1 |
1016 | 2024-02-01T07:29:29.458Z | Downloaded socket2 v0.4.9 |
1017 | 2024-02-01T07:29:29.461Z | Downloaded tinyvec v1.6.0 |
1018 | 2024-02-01T07:29:29.467Z | Downloaded x509-cert v0.2.4 |
1019 | 2024-02-01T07:29:29.482Z | Downloaded elliptic-curve v0.13.8 |
1020 | 2024-02-01T07:29:29.485Z | Downloaded tracing v0.1.37 |
1021 | 2024-02-01T07:29:29.493Z | Downloaded socket2 v0.5.5 |
1022 | 2024-02-01T07:29:29.498Z | Downloaded hashbrown v0.13.2 |
1023 | 2024-02-01T07:29:29.512Z | Downloaded zerocopy v0.6.4 |
1024 | 2024-02-01T07:29:29.516Z | Downloaded clap v2.34.0 |
1025 | 2024-02-01T07:29:29.525Z | Downloaded tower v0.4.13 |
1026 | 2024-02-01T07:29:29.542Z | Downloaded trust-dns-client v0.22.0 |
1027 | 2024-02-01T07:29:29.553Z | Downloaded reedline v0.28.0 |
1028 | 2024-02-01T07:29:29.567Z | Downloaded der v0.7.8 |
1029 | 2024-02-01T07:29:29.576Z | Downloaded unicode-segmentation v1.10.1 |
1030 | 2024-02-01T07:29:29.584Z | Downloaded goblin v0.8.0 |
1031 | 2024-02-01T07:29:29.596Z | Downloaded time v0.3.27 |
1032 | 2024-02-01T07:29:29.608Z | Downloaded bitvec v1.0.1 |
1033 | 2024-02-01T07:29:29.637Z | Downloaded hyper v1.1.0 |
1034 | 2024-02-01T07:29:29.649Z | Downloaded plotters v0.3.5 |
1035 | 2024-02-01T07:29:29.666Z | Downloaded unicode-normalization v0.1.22 |
1036 | 2024-02-01T07:29:29.675Z | Downloaded hkdf v0.12.4 |
1037 | 2024-02-01T07:29:29.678Z | Downloaded reqwest v0.11.22 |
1038 | 2024-02-01T07:29:29.692Z | Downloaded object v0.30.4 |
1039 | 2024-02-01T07:29:29.712Z | Downloaded quick-xml v0.30.0 |
1040 | 2024-02-01T07:29:29.723Z | Downloaded gimli v0.28.0 |
1041 | 2024-02-01T07:29:29.741Z | Downloaded proptest v1.4.0 |
1042 | 2024-02-01T07:29:29.762Z | Downloaded tabled v0.15.0 |
1043 | 2024-02-01T07:29:30.190Z | Downloaded regress v0.7.1 |
1044 | 2024-02-01T07:29:30.190Z | Downloaded smoltcp v0.11.0 |
1045 | 2024-02-01T07:29:30.190Z | Downloaded trust-dns-proto v0.22.0 |
1046 | 2024-02-01T07:29:30.190Z | Downloaded openapiv3 v2.0.0 |
1047 | 2024-02-01T07:29:30.191Z | Downloaded regex-syntax v0.8.2 |
1048 | 2024-02-01T07:29:30.191Z | Downloaded zerocopy-derive v0.2.0 |
1049 | 2024-02-01T07:29:30.191Z | Downloaded sled v0.34.7 |
1050 | 2024-02-01T07:29:30.191Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1051 | 2024-02-01T07:29:30.191Z | Downloaded regex-automata v0.4.4 |
1052 | 2024-02-01T07:29:30.191Z | Downloaded regex-automata v0.3.8 |
1053 | 2024-02-01T07:29:30.191Z | Downloaded tokio v1.35.1 |
1054 | 2024-02-01T07:29:30.191Z | Downloaded sha3 v0.10.8 |
1055 | 2024-02-01T07:29:30.191Z | Downloaded zerocopy-derive v0.6.4 |
1056 | 2024-02-01T07:29:30.191Z | Downloaded regex-syntax v0.7.5 |
1057 | 2024-02-01T07:29:30.191Z | Downloaded openssl v0.10.60 |
1058 | 2024-02-01T07:29:30.191Z | Downloaded encoding_rs v0.8.33 |
1059 | 2024-02-01T07:29:30.209Z | Downloaded regex-syntax v0.6.29 |
1060 | 2024-02-01T07:29:30.220Z | Downloaded rustls v0.22.2 |
1061 | 2024-02-01T07:29:30.247Z | Downloaded rustix v0.38.30 |
1062 | 2024-02-01T07:29:30.697Z | Downloaded bstr v0.2.17 |
1063 | 2024-02-01T07:29:30.700Z | Downloaded syn v1.0.109 |
1064 | 2024-02-01T07:29:30.700Z | Downloaded ratatui v0.25.0 |
1065 | 2024-02-01T07:29:30.700Z | Downloaded bstr v1.6.0 |
1066 | 2024-02-01T07:29:30.700Z | Downloaded ring v0.17.7 |
1067 | 2024-02-01T07:29:30.700Z | Downloaded diesel v2.1.4 |
1068 | 2024-02-01T07:29:30.700Z | Downloaded smoltcp v0.9.1 |
1069 | 2024-02-01T07:29:30.700Z | Downloaded rustls v0.21.9 |
1070 | 2024-02-01T07:29:30.700Z | Downloaded regex v1.10.3 |
1071 | 2024-02-01T07:29:30.700Z | Downloaded object v0.32.1 |
1072 | 2024-02-01T07:29:30.700Z | Downloaded polar-core v0.27.0 |
1073 | 2024-02-01T07:29:30.700Z | Downloaded ring v0.16.20 |
1074 | 2024-02-01T07:29:30.809Z | Downloaded curve25519-dalek v4.1.1 |
1075 | 2024-02-01T07:29:30.825Z | Downloaded h2 v0.3.24 |
1076 | 2024-02-01T07:29:30.836Z | Downloaded nix v0.27.1 |
1077 | 2024-02-01T07:29:30.859Z | Downloaded petgraph v0.6.4 |
1078 | 2024-02-01T07:29:30.880Z | Downloaded vcpkg v0.2.15 |
1079 | 2024-02-01T07:29:30.952Z | Downloaded radix_trie v0.2.1 |
1080 | 2024-02-01T07:29:30.961Z | Downloaded rustls-webpki v0.102.1 |
1081 | 2024-02-01T07:29:30.993Z | Downloaded sqlparser v0.43.1 |
1082 | 2024-02-01T07:29:31.003Z | Downloaded zerocopy v0.7.32 |
1083 | 2024-02-01T07:29:31.035Z | Downloaded webpki-roots v0.25.2 |
1084 | 2024-02-01T07:29:31.043Z | Downloaded portable-atomic v1.4.3 |
1085 | 2024-02-01T07:29:31.048Z | Downloaded chrono v0.4.31 |
1086 | 2024-02-01T07:29:31.062Z | Downloaded tough v0.16.0 |
1087 | 2024-02-01T07:29:31.075Z | Downloaded guppy v0.17.4 |
1088 | 2024-02-01T07:29:31.086Z | Downloaded bindgen v0.69.2 |
1089 | 2024-02-01T07:29:31.099Z | Downloaded headers v0.3.9 |
1090 | 2024-02-01T07:29:31.109Z | Downloaded tokio-util v0.7.10 |
1091 | 2024-02-01T07:29:31.119Z | Downloaded typed-path v0.7.0 |
1092 | 2024-02-01T07:29:31.131Z | Downloaded rustls-webpki v0.101.7 |
1093 | 2024-02-01T07:29:31.155Z | Downloaded pest v2.7.6 |
1094 | 2024-02-01T07:29:31.164Z | Downloaded rayon v1.8.0 |
1095 | 2024-02-01T07:29:31.183Z | Downloaded hashbrown v0.12.3 |
1096 | 2024-02-01T07:29:31.188Z | Downloaded lalrpop v0.19.12 |
1097 | 2024-02-01T07:29:31.207Z | Downloaded serde_with v3.5.1 |
1098 | 2024-02-01T07:29:31.221Z | Downloaded regex-automata v0.1.10 |
1099 | 2024-02-01T07:29:31.228Z | Downloaded idna v0.2.3 |
1100 | 2024-02-01T07:29:31.241Z | Downloaded rcgen v0.12.1 |
1101 | 2024-02-01T07:29:31.246Z | Downloaded url v2.5.0 |
1102 | 2024-02-01T07:29:31.262Z | Downloaded postcard v1.0.8 |
1103 | 2024-02-01T07:29:31.272Z | Downloaded tracing-core v0.1.31 |
1104 | 2024-02-01T07:29:31.273Z | Downloaded derive_more v0.99.17 |
1105 | 2024-02-01T07:29:31.276Z | Downloaded futures-util v0.3.30 |
1106 | 2024-02-01T07:29:31.291Z | Downloaded parking_lot v0.11.2 |
1107 | 2024-02-01T07:29:31.294Z | Downloaded pkcs1 v0.7.5 |
1108 | 2024-02-01T07:29:31.298Z | Downloaded phf_shared v0.11.2 |
1109 | 2024-02-01T07:29:31.301Z | Downloaded fatfs v0.3.6 |
1110 | 2024-02-01T07:29:31.304Z | Downloaded snafu v0.7.5 |
1111 | 2024-02-01T07:29:31.314Z | Downloaded prettyplease v0.2.16 |
1112 | 2024-02-01T07:29:31.320Z | Downloaded pretty_assertions v1.4.0 |
1113 | 2024-02-01T07:29:31.324Z | Downloaded expectorate v1.1.0 |
1114 | 2024-02-01T07:29:31.327Z | Downloaded rand v0.8.5 |
1115 | 2024-02-01T07:29:31.332Z | Downloaded subprocess v0.2.9 |
1116 | 2024-02-01T07:29:31.337Z | Downloaded idna v0.5.0 |
1117 | 2024-02-01T07:29:31.349Z | Downloaded serde_repr v0.1.16 |
1118 | 2024-02-01T07:29:31.352Z | Downloaded relative-path v1.9.0 |
1119 | 2024-02-01T07:29:31.361Z | Downloaded env_logger v0.10.0 |
1120 | 2024-02-01T07:29:31.365Z | Downloaded embedded-io v0.4.0 |
1121 | 2024-02-01T07:29:31.365Z | Downloaded trybuild v1.0.89 |
1122 | 2024-02-01T07:29:31.369Z | Downloaded schemars v0.8.16 |
1123 | 2024-02-01T07:29:31.390Z | Downloaded rustyline v13.0.0 |
1124 | 2024-02-01T07:29:31.397Z | Downloaded pin-project-internal v1.1.3 |
1125 | 2024-02-01T07:29:31.401Z | Downloaded crossterm v0.27.0 |
1126 | 2024-02-01T07:29:31.411Z | Downloaded openssl-macros v0.1.1 |
1127 | 2024-02-01T07:29:31.414Z | Downloaded httptest v0.15.5 |
1128 | 2024-02-01T07:29:31.417Z | Downloaded trust-dns-server v0.22.1 |
1129 | 2024-02-01T07:29:31.423Z | Downloaded rayon-core v1.12.0 |
1130 | 2024-02-01T07:29:31.442Z | Downloaded nom v7.1.3 |
1131 | 2024-02-01T07:29:31.446Z | Downloaded rsa v0.9.2 |
1132 | 2024-02-01T07:29:31.451Z | Downloaded remove_dir_all v0.5.3 |
1133 | 2024-02-01T07:29:31.451Z | Downloaded snafu-derive v0.7.5 |
1134 | 2024-02-01T07:29:31.451Z | Downloaded serde_tokenstream v0.2.0 |
1135 | 2024-02-01T07:29:31.457Z | Downloaded derive_builder_core v0.12.0 |
1136 | 2024-02-01T07:29:31.461Z | Downloaded scroll v0.12.0 |
1137 | 2024-02-01T07:29:31.461Z | Downloaded typenum v1.16.0 |
1138 | 2024-02-01T07:29:31.465Z | Downloaded derive-where v1.2.7 |
1139 | 2024-02-01T07:29:31.471Z | Downloaded heapless v0.7.16 |
1140 | 2024-02-01T07:29:31.478Z | Downloaded doc-comment v0.3.3 |
1141 | 2024-02-01T07:29:31.482Z | Downloaded dof v0.1.5 |
1142 | 2024-02-01T07:29:31.482Z | Downloaded dof v0.3.0 |
1143 | 2024-02-01T07:29:31.499Z | Downloaded digest v0.10.7 |
1144 | 2024-02-01T07:29:31.499Z | Downloaded textwrap v0.11.0 |
1145 | 2024-02-01T07:29:31.507Z | Downloaded scroll_derive v0.12.0 |
1146 | 2024-02-01T07:29:31.507Z | Downloaded futures-core v0.3.30 |
1147 | 2024-02-01T07:29:31.507Z | Downloaded num-bigint-dig v0.8.4 |
1148 | 2024-02-01T07:29:31.507Z | Downloaded tokio-stream v0.1.14 |
1149 | 2024-02-01T07:29:31.517Z | Downloaded toml v0.5.11 |
1150 | 2024-02-01T07:29:31.517Z | Downloaded futures v0.3.30 |
1151 | 2024-02-01T07:29:31.521Z | Downloaded heapless v0.8.0 |
1152 | 2024-02-01T07:29:31.525Z | Downloaded toml_edit v0.19.15 |
1153 | 2024-02-01T07:29:31.559Z | Downloaded which v4.4.0 |
1154 | 2024-02-01T07:29:31.568Z | Downloaded xattr v1.0.1 |
1155 | 2024-02-01T07:29:31.569Z | Downloaded scheduled-thread-pool v0.2.7 |
1156 | 2024-02-01T07:29:31.569Z | Downloaded same-file v1.0.6 |
1157 | 2024-02-01T07:29:31.569Z | Downloaded postgres-types v0.2.6 |
1158 | 2024-02-01T07:29:31.572Z | Downloaded postgres-protocol v0.6.6 |
1159 | 2024-02-01T07:29:31.572Z | Downloaded sct v0.7.0 |
1160 | 2024-02-01T07:29:31.575Z | Downloaded rand v0.4.6 |
1161 | 2024-02-01T07:29:31.583Z | Downloaded minimal-lexical v0.2.1 |
1162 | 2024-02-01T07:29:31.588Z | Downloaded libxml v0.3.3 |
1163 | 2024-02-01T07:29:31.598Z | Downloaded downcast v0.11.0 |
1164 | 2024-02-01T07:29:31.603Z | Downloaded slog-term v2.9.0 |
1165 | 2024-02-01T07:29:31.606Z | Downloaded tinytemplate v1.2.1 |
1166 | 2024-02-01T07:29:31.609Z | Downloaded signal-hook v0.3.17 |
1167 | 2024-02-01T07:29:31.618Z | Downloaded pest_meta v2.7.6 |
1168 | 2024-02-01T07:29:31.618Z | Downloaded tokio-rustls v0.25.0 |
1169 | 2024-02-01T07:29:31.623Z | Downloaded signal-hook-registry v1.4.1 |
1170 | 2024-02-01T07:29:31.623Z | Downloaded rand_chacha v0.3.1 |
1171 | 2024-02-01T07:29:31.626Z | Downloaded futures-io v0.3.30 |
1172 | 2024-02-01T07:29:31.626Z | Downloaded ref-cast v1.0.20 |
1173 | 2024-02-01T07:29:31.630Z | Downloaded getrandom v0.2.10 |
1174 | 2024-02-01T07:29:31.633Z | Downloaded getopts v0.2.21 |
1175 | 2024-02-01T07:29:31.636Z | Downloaded futures-channel v0.3.30 |
1176 | 2024-02-01T07:29:31.643Z | Downloaded rustc_version v0.1.7 |
1177 | 2024-02-01T07:29:31.643Z | Downloaded criterion v0.5.1 |
1178 | 2024-02-01T07:29:31.651Z | Downloaded funty v2.0.0 |
1179 | 2024-02-01T07:29:31.654Z | Downloaded platforms v3.0.2 |
1180 | 2024-02-01T07:29:31.657Z | Downloaded unicode-bidi v0.3.13 |
1181 | 2024-02-01T07:29:31.660Z | Downloaded papergrid v0.11.0 |
1182 | 2024-02-01T07:29:31.667Z | Downloaded omicron-zone-package v0.10.1 |
1183 | 2024-02-01T07:29:31.671Z | Downloaded unicode_categories v0.1.1 |
1184 | 2024-02-01T07:29:31.676Z | Downloaded smallvec v0.6.14 |
1185 | 2024-02-01T07:29:31.678Z | Downloaded time-macros v0.2.13 |
1186 | 2024-02-01T07:29:31.681Z | Downloaded ed25519 v1.5.3 |
1187 | 2024-02-01T07:29:31.684Z | Downloaded deranged v0.3.8 |
1188 | 2024-02-01T07:29:31.684Z | Downloaded slog-stdlog v4.1.1 |
1189 | 2024-02-01T07:29:31.687Z | Downloaded rustls-pki-types v1.1.0 |
1190 | 2024-02-01T07:29:31.690Z | Downloaded secrecy v0.8.0 |
1191 | 2024-02-01T07:29:31.693Z | Downloaded sec1 v0.7.3 |
1192 | 2024-02-01T07:29:31.693Z | Downloaded yasna v0.5.2 |
1193 | 2024-02-01T07:29:31.702Z | Downloaded swrite v0.1.0 |
1194 | 2024-02-01T07:29:31.707Z | Downloaded tiny-keccak v2.0.2 |
1195 | 2024-02-01T07:29:31.707Z | Downloaded datatest-stable v0.2.3 |
1196 | 2024-02-01T07:29:31.707Z | Downloaded pkcs8 v0.10.2 |
1197 | 2024-02-01T07:29:31.710Z | Downloaded pem-rfc7468 v0.7.0 |
1198 | 2024-02-01T07:29:31.718Z | Downloaded http v0.2.11 |
1199 | 2024-02-01T07:29:31.723Z | Downloaded flate2 v1.0.28 |
1200 | 2024-02-01T07:29:31.732Z | Downloaded generic-array v0.14.7 |
1201 | 2024-02-01T07:29:31.732Z | Downloaded serde-hex v0.1.0 |
1202 | 2024-02-01T07:29:31.732Z | Downloaded rand_xorshift v0.3.0 |
1203 | 2024-02-01T07:29:31.736Z | Downloaded rand_core v0.6.4 |
1204 | 2024-02-01T07:29:31.736Z | Downloaded fs-err v2.11.0 |
1205 | 2024-02-01T07:29:31.748Z | Downloaded serde_with_macros v3.5.1 |
1206 | 2024-02-01T07:29:31.748Z | Downloaded parking_lot_core v0.8.6 |
1207 | 2024-02-01T07:29:31.748Z | Downloaded flume v0.11.0 |
1208 | 2024-02-01T07:29:31.753Z | Downloaded aho-corasick v1.0.4 |
1209 | 2024-02-01T07:29:31.761Z | Downloaded crypto-bigint v0.5.2 |
1210 | 2024-02-01T07:29:31.771Z | Downloaded vte v0.11.1 |
1211 | 2024-02-01T07:29:31.774Z | Downloaded predicates-tree v1.0.9 |
1212 | 2024-02-01T07:29:31.778Z | Downloaded predicates-core v1.0.6 |
1213 | 2024-02-01T07:29:31.778Z | Downloaded predicates v3.1.0 |
1214 | 2024-02-01T07:29:31.785Z | Downloaded usdt v0.5.0 |
1215 | 2024-02-01T07:29:31.791Z | Downloaded zip v0.6.6 |
1216 | 2024-02-01T07:29:31.791Z | Downloaded hyper v0.14.27 |
1217 | 2024-02-01T07:29:31.804Z | Downloaded rusty-fork v0.3.0 |
1218 | 2024-02-01T07:29:31.807Z | Downloaded tabled_derive v0.7.0 |
1219 | 2024-02-01T07:29:31.810Z | Downloaded pest_derive v2.7.6 |
1220 | 2024-02-01T07:29:31.813Z | Downloaded partial-io v0.5.4 |
1221 | 2024-02-01T07:29:31.816Z | Downloaded tar v0.4.40 |
1222 | 2024-02-01T07:29:31.822Z | Downloaded pin-project v1.1.3 |
1223 | 2024-02-01T07:29:31.840Z | Downloaded form_urlencoded v1.2.1 |
1224 | 2024-02-01T07:29:31.844Z | Downloaded plain v0.2.3 |
1225 | 2024-02-01T07:29:31.844Z | Downloaded thread_local v1.1.7 |
1226 | 2024-02-01T07:29:31.847Z | Downloaded thread-id v4.2.0 |
1227 | 2024-02-01T07:29:31.847Z | Downloaded fallible-iterator v0.2.0 |
1228 | 2024-02-01T07:29:31.850Z | Downloaded fd-lock v4.0.2 |
1229 | 2024-02-01T07:29:31.853Z | Downloaded unicode-linebreak v0.1.5 |
1230 | 2024-02-01T07:29:31.856Z | Downloaded libm v0.2.7 |
1231 | 2024-02-01T07:29:31.870Z | Downloaded darling_core v0.20.3 |
1232 | 2024-02-01T07:29:31.877Z | Downloaded pretty-hex v0.2.1 |
1233 | 2024-02-01T07:29:31.881Z | Downloaded r2d2 v0.8.10 |
1234 | 2024-02-01T07:29:31.886Z | Downloaded diff v0.1.13 |
1235 | 2024-02-01T07:29:31.893Z | Downloaded mio v0.8.9 |
1236 | 2024-02-01T07:29:31.898Z | Downloaded shell-words v1.1.0 |
1237 | 2024-02-01T07:29:31.901Z | Downloaded pest_generator v2.7.6 |
1238 | 2024-02-01T07:29:31.904Z | Downloaded pem v3.0.2 |
1239 | 2024-02-01T07:29:31.904Z | Downloaded parking_lot_core v0.9.8 |
1240 | 2024-02-01T07:29:31.907Z | Downloaded untrusted v0.9.0 |
1241 | 2024-02-01T07:29:31.909Z | Downloaded universal-hash v0.5.1 |
1242 | 2024-02-01T07:29:31.912Z | Downloaded rustc_version v0.4.0 |
1243 | 2024-02-01T07:29:31.915Z | Downloaded salty v0.2.0 |
1244 | 2024-02-01T07:29:31.921Z | Downloaded paste v1.0.14 |
1245 | 2024-02-01T07:29:31.926Z | Downloaded samael v0.0.14 |
1246 | 2024-02-01T07:29:31.935Z | Downloaded zerocopy-derive v0.7.32 |
1247 | 2024-02-01T07:29:31.943Z | Downloaded tokio-macros v2.2.0 |
1248 | 2024-02-01T07:29:31.945Z | Downloaded poly1305 v0.8.0 |
1249 | 2024-02-01T07:29:31.948Z | Downloaded darling_core v0.14.4 |
1250 | 2024-02-01T07:29:31.956Z | Downloaded percent-encoding v2.3.1 |
1251 | 2024-02-01T07:29:31.959Z | Downloaded parse-display-derive v0.8.2 |
1252 | 2024-02-01T07:29:31.961Z | Downloaded heck v0.3.3 |
1253 | 2024-02-01T07:29:31.961Z | Downloaded futures-task v0.3.30 |
1254 | 2024-02-01T07:29:31.967Z | Downloaded rustversion v1.0.14 |
1255 | 2024-02-01T07:29:31.970Z | Downloaded olpc-cjson v0.1.3 |
1256 | 2024-02-01T07:29:31.972Z | Downloaded home v0.5.5 |
1257 | 2024-02-01T07:29:31.975Z | Downloaded tokio-native-tls v0.3.1 |
1258 | 2024-02-01T07:29:31.975Z | Downloaded uuid v1.7.0 |
1259 | 2024-02-01T07:29:31.978Z | Downloaded itertools v0.10.5 |
1260 | 2024-02-01T07:29:31.988Z | Downloaded unarray v0.1.4 |
1261 | 2024-02-01T07:29:31.992Z | Downloaded packed_struct_codegen v0.10.1 |
1262 | 2024-02-01T07:29:31.995Z | Downloaded test-strategy v0.3.1 |
1263 | 2024-02-01T07:29:31.999Z | Downloaded highway v1.1.0 |
1264 | 2024-02-01T07:29:32.004Z | Downloaded hex-literal v0.4.1 |
1265 | 2024-02-01T07:29:32.004Z | Downloaded hex v0.4.3 |
1266 | 2024-02-01T07:29:32.007Z | Downloaded slog-async v2.8.0 |
1267 | 2024-02-01T07:29:32.010Z | Downloaded siphasher v0.3.11 |
1268 | 2024-02-01T07:29:32.010Z | Downloaded similar-asserts v1.5.0 |
1269 | 2024-02-01T07:29:32.013Z | Downloaded fnv v1.0.7 |
1270 | 2024-02-01T07:29:32.017Z | Downloaded num-traits v0.2.16 |
1271 | 2024-02-01T07:29:32.020Z | Downloaded textwrap v0.16.0 |
1272 | 2024-02-01T07:29:32.023Z | Downloaded peeking_take_while v0.1.2 |
1273 | 2024-02-01T07:29:32.034Z | Downloaded pathdiff v0.2.1 |
1274 | 2024-02-01T07:29:32.035Z | Downloaded path-slash v0.1.5 |
1275 | 2024-02-01T07:29:32.041Z | Downloaded serde_urlencoded v0.7.1 |
1276 | 2024-02-01T07:29:32.041Z | Downloaded radium v0.7.0 |
1277 | 2024-02-01T07:29:32.041Z | Downloaded cc v1.0.83 |
1278 | 2024-02-01T07:29:32.042Z | Downloaded fixedbitset v0.4.2 |
1279 | 2024-02-01T07:29:32.045Z | Downloaded ff v0.13.0 |
1280 | 2024-02-01T07:29:32.046Z | Downloaded vsss-rs v3.3.4 |
1281 | 2024-02-01T07:29:32.046Z | Downloaded ron v0.8.1 |
1282 | 2024-02-01T07:29:32.055Z | Downloaded structmeta-derive v0.2.0 |
1283 | 2024-02-01T07:29:32.058Z | Downloaded strsim v0.8.0 |
1284 | 2024-02-01T07:29:32.058Z | Downloaded pin-project-lite v0.2.13 |
1285 | 2024-02-01T07:29:32.066Z | Downloaded target-lexicon v0.12.12 |
1286 | 2024-02-01T07:29:32.069Z | Downloaded parse-display v0.8.2 |
1287 | 2024-02-01T07:29:32.072Z | Downloaded headers-core v0.2.0 |
1288 | 2024-02-01T07:29:32.072Z | Downloaded filetime v0.2.23 |
1289 | 2024-02-01T07:29:32.077Z | Downloaded dirs-next v2.0.0 |
1290 | 2024-02-01T07:29:32.077Z | Downloaded smf v0.2.2 |
1291 | 2024-02-01T07:29:32.080Z | Downloaded defmt-macros v0.3.6 |
1292 | 2024-02-01T07:29:32.083Z | Downloaded slab v0.4.9 |
1293 | 2024-02-01T07:29:32.086Z | Downloaded slog-bunyan v2.5.0 |
1294 | 2024-02-01T07:29:32.086Z | Downloaded chacha20poly1305 v0.10.1 |
1295 | 2024-02-01T07:29:32.089Z | Downloaded backtrace v0.3.69 |
1296 | 2024-02-01T07:29:32.096Z | Downloaded crc-any v2.4.3 |
1297 | 2024-02-01T07:29:32.100Z | Downloaded tempfile v3.9.0 |
1298 | 2024-02-01T07:29:32.104Z | Downloaded plotters-svg v0.3.5 |
1299 | 2024-02-01T07:29:32.110Z | Downloaded foreign-types-shared v0.3.1 |
1300 | 2024-02-01T07:29:32.110Z | Downloaded foreign-types-shared v0.1.1 |
1301 | 2024-02-01T07:29:32.110Z | Downloaded foreign-types-macros v0.2.3 |
1302 | 2024-02-01T07:29:32.113Z | Downloaded foreign-types v0.5.0 |
1303 | 2024-02-01T07:29:32.113Z | Downloaded foreign-types v0.3.2 |
1304 | 2024-02-01T07:29:32.113Z | Downloaded blake2b_simd v1.0.1 |
1305 | 2024-02-01T07:29:32.120Z | Downloaded bcs v0.1.6 |
1306 | 2024-02-01T07:29:32.120Z | Downloaded slog-scope v4.4.0 |
1307 | 2024-02-01T07:29:32.123Z | Downloaded slog-dtrace v0.3.0 |
1308 | 2024-02-01T07:29:32.123Z | Downloaded debug-ignore v1.0.5 |
1309 | 2024-02-01T07:29:32.126Z | Downloaded data-encoding v2.4.0 |
1310 | 2024-02-01T07:29:32.126Z | Downloaded zeroize_derive v1.4.2 |
1311 | 2024-02-01T07:29:32.129Z | Downloaded darling v0.20.3 |
1312 | 2024-02-01T07:29:32.133Z | Downloaded defmt v0.3.5 |
1313 | 2024-02-01T07:29:32.138Z | Downloaded zone v0.3.0 |
1314 | 2024-02-01T07:29:32.141Z | Downloaded zeroize v1.7.0 |
1315 | 2024-02-01T07:29:32.146Z | Downloaded bytes v1.5.0 |
1316 | 2024-02-01T07:29:32.150Z | Downloaded async-trait v0.1.77 |
1317 | 2024-02-01T07:29:32.154Z | Downloaded num_cpus v1.16.0 |
1318 | 2024-02-01T07:29:32.160Z | Downloaded num-rational v0.4.1 |
1319 | 2024-02-01T07:29:32.163Z | Downloaded num-complex v0.4.4 |
1320 | 2024-02-01T07:29:32.163Z | Downloaded multer v3.0.0 |
1321 | 2024-02-01T07:29:32.167Z | Downloaded mockall v0.12.0 |
1322 | 2024-02-01T07:29:32.172Z | Downloaded walkdir v2.4.0 |
1323 | 2024-02-01T07:29:32.175Z | Downloaded vte_generate_state_changes v0.1.1 |
1324 | 2024-02-01T07:29:32.175Z | Downloaded utf-8 v0.7.6 |
1325 | 2024-02-01T07:29:32.176Z | Downloaded allocator-api2 v0.2.16 |
1326 | 2024-02-01T07:29:32.180Z | Downloaded strum v0.25.0 |
1327 | 2024-02-01T07:29:32.183Z | Downloaded toolchain_find v0.2.0 |
1328 | 2024-02-01T07:29:32.183Z | Downloaded arc-swap v1.6.0 |
1329 | 2024-02-01T07:29:32.189Z | Downloaded thiserror-impl-no-std v2.0.2 |
1330 | 2024-02-01T07:29:32.192Z | Downloaded rustls-pemfile v1.0.3 |
1331 | 2024-02-01T07:29:32.195Z | Downloaded rustls-native-certs v0.7.0 |
1332 | 2024-02-01T07:29:32.198Z | Downloaded miniz_oxide v0.7.1 |
1333 | 2024-02-01T07:29:32.201Z | Downloaded cookie v0.18.0 |
1334 | 2024-02-01T07:29:32.206Z | Downloaded const-oid v0.9.5 |
1335 | 2024-02-01T07:29:32.211Z | Downloaded thiserror-no-std v2.0.2 |
1336 | 2024-02-01T07:29:32.216Z | Downloaded tempdir v0.3.7 |
1337 | 2024-02-01T07:29:32.219Z | Downloaded supports-color v2.1.0 |
1338 | 2024-02-01T07:29:32.223Z | Downloaded termcolor v1.2.0 |
1339 | 2024-02-01T07:29:32.223Z | Downloaded memmap v0.7.0 |
1340 | 2024-02-01T07:29:32.239Z | Downloaded console v0.15.8 |
1341 | 2024-02-01T07:29:32.242Z | Downloaded clang-sys v1.6.1 |
1342 | 2024-02-01T07:29:32.242Z | Downloaded target-spec v3.0.1 |
1343 | 2024-02-01T07:29:32.242Z | Downloaded smallvec v1.11.2 |
1344 | 2024-02-01T07:29:32.243Z | Downloaded num_enum_derive v0.5.11 |
1345 | 2024-02-01T07:29:32.243Z | Downloaded nu-ansi-term v0.49.0 |
1346 | 2024-02-01T07:29:32.247Z | Downloaded darling_macro v0.20.3 |
1347 | 2024-02-01T07:29:32.247Z | Downloaded darling_macro v0.14.4 |
1348 | 2024-02-01T07:29:32.247Z | Downloaded zone_cfg_derive v0.3.0 |
1349 | 2024-02-01T07:29:32.251Z | Downloaded threadpool v1.8.1 |
1350 | 2024-02-01T07:29:32.251Z | Downloaded strum_macros v0.24.3 |
1351 | 2024-02-01T07:29:32.251Z | Downloaded structopt-derive v0.4.18 |
1352 | 2024-02-01T07:29:32.255Z | Downloaded hubpack v0.1.2 |
1353 | 2024-02-01T07:29:32.258Z | Downloaded http-body v0.4.5 |
1354 | 2024-02-01T07:29:32.258Z | Downloaded crypto-common v0.1.6 |
1355 | 2024-02-01T07:29:32.261Z | Downloaded native-tls v0.2.11 |
1356 | 2024-02-01T07:29:32.264Z | Downloaded mockall_derive v0.12.0 |
1357 | 2024-02-01T07:29:32.268Z | Downloaded md-5 v0.10.5 |
1358 | 2024-02-01T07:29:32.268Z | Downloaded want v0.3.1 |
1359 | 2024-02-01T07:29:32.273Z | Downloaded waitgroup v0.1.2 |
1360 | 2024-02-01T07:29:32.273Z | Downloaded cfg-expr v0.15.5 |
1361 | 2024-02-01T07:29:32.277Z | Downloaded basic-toml v0.1.8 |
1362 | 2024-02-01T07:29:32.293Z | Downloaded subtle v2.5.0 |
1363 | 2024-02-01T07:29:32.296Z | Downloaded structmeta v0.2.0 |
1364 | 2024-02-01T07:29:32.296Z | Downloaded strip-ansi-escapes v0.2.0 |
1365 | 2024-02-01T07:29:32.296Z | Downloaded string_cache v0.8.7 |
1366 | 2024-02-01T07:29:32.300Z | Downloaded stable_deref_trait v1.2.0 |
1367 | 2024-02-01T07:29:32.300Z | Downloaded rustls-pemfile v2.0.0 |
1368 | 2024-02-01T07:29:32.304Z | Downloaded hyper-rustls v0.24.2 |
1369 | 2024-02-01T07:29:32.308Z | Downloaded usdt-macro v0.3.5 |
1370 | 2024-02-01T07:29:32.311Z | Downloaded num-integer v0.1.45 |
1371 | 2024-02-01T07:29:32.311Z | Downloaded num-derive v0.4.0 |
1372 | 2024-02-01T07:29:32.316Z | Downloaded num v0.4.1 |
1373 | 2024-02-01T07:29:32.316Z | Downloaded nanorand v0.7.0 |
1374 | 2024-02-01T07:29:32.322Z | Downloaded maybe-uninit v2.0.0 |
1375 | 2024-02-01T07:29:32.325Z | Downloaded futures-timer v3.0.2 |
1376 | 2024-02-01T07:29:32.325Z | Downloaded stringprep v0.1.3 |
1377 | 2024-02-01T07:29:32.326Z | Downloaded rustc-demangle v0.1.23 |
1378 | 2024-02-01T07:29:32.340Z | Downloaded rust-argon2 v1.0.1 |
1379 | 2024-02-01T07:29:32.344Z | Downloaded glob v0.3.1 |
1380 | 2024-02-01T07:29:32.345Z | Downloaded static_assertions v1.1.0 |
1381 | 2024-02-01T07:29:32.345Z | Downloaded signature v1.6.4 |
1382 | 2024-02-01T07:29:32.345Z | Downloaded serde_plain v1.0.2 |
1383 | 2024-02-01T07:29:32.345Z | Downloaded semver v0.11.0 |
1384 | 2024-02-01T07:29:32.345Z | Downloaded ciborium v0.2.2 |
1385 | 2024-02-01T07:29:32.348Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1386 | 2024-02-01T07:29:32.350Z | Downloaded new_debug_unreachable v1.0.4 |
1387 | 2024-02-01T07:29:32.353Z | Downloaded mime v0.3.17 |
1388 | 2024-02-01T07:29:32.354Z | Downloaded match_cfg v0.1.0 |
1389 | 2024-02-01T07:29:32.354Z | Downloaded cpufeatures v0.2.12 |
1390 | 2024-02-01T07:29:32.356Z | Downloaded constant_time_eq v0.2.6 |
1391 | 2024-02-01T07:29:32.356Z | Downloaded bzip2 v0.4.4 |
1392 | 2024-02-01T07:29:32.359Z | Downloaded block-buffer v0.10.4 |
1393 | 2024-02-01T07:29:32.362Z | Downloaded backoff v0.4.0 |
1394 | 2024-02-01T07:29:32.364Z | Downloaded nibble_vec v0.1.0 |
1395 | 2024-02-01T07:29:32.369Z | Downloaded maplit v1.0.2 |
1396 | 2024-02-01T07:29:32.369Z | Downloaded crossbeam-deque v0.8.3 |
1397 | 2024-02-01T07:29:32.372Z | Downloaded cancel-safe-futures v0.1.5 |
1398 | 2024-02-01T07:29:32.377Z | Downloaded bit-vec v0.6.3 |
1399 | 2024-02-01T07:29:32.380Z | Downloaded autocfg v1.1.0 |
1400 | 2024-02-01T07:29:32.380Z | Downloaded macaddr v1.0.1 |
1401 | 2024-02-01T07:29:32.384Z | Downloaded curve25519-dalek-derive v0.1.0 |
1402 | 2024-02-01T07:29:32.384Z | Downloaded bitflags v2.4.0 |
1403 | 2024-02-01T07:29:32.387Z | Downloaded number_prefix v0.4.0 |
1404 | 2024-02-01T07:29:32.391Z | Downloaded num_threads v0.1.6 |
1405 | 2024-02-01T07:29:32.391Z | Downloaded crucible-workspace-hack v0.1.0 |
1406 | 2024-02-01T07:29:32.391Z | Downloaded rustc-hash v1.1.0 |
1407 | 2024-02-01T07:29:32.395Z | Downloaded kstat-rs v0.2.3 |
1408 | 2024-02-01T07:29:32.395Z | Downloaded hyper-tls v0.5.0 |
1409 | 2024-02-01T07:29:32.400Z | Downloaded normalize-line-endings v0.3.0 |
1410 | 2024-02-01T07:29:32.400Z | Downloaded newline-converter v0.3.0 |
1411 | 2024-02-01T07:29:32.400Z | Downloaded lazy_static v1.4.0 |
1412 | 2024-02-01T07:29:32.404Z | Downloaded crossbeam-epoch v0.9.15 |
1413 | 2024-02-01T07:29:32.409Z | Downloaded criterion-plot v0.5.0 |
1414 | 2024-02-01T07:29:32.409Z | Downloaded crc-catalog v2.2.0 |
1415 | 2024-02-01T07:29:32.415Z | Downloaded constant_time_eq v0.3.0 |
1416 | 2024-02-01T07:29:32.415Z | Downloaded cobs v0.2.3 |
1417 | 2024-02-01T07:29:32.420Z | Downloaded stability v0.1.1 |
1418 | 2024-02-01T07:29:32.420Z | Downloaded log v0.4.20 |
1419 | 2024-02-01T07:29:32.421Z | Downloaded lock_api v0.4.10 |
1420 | 2024-02-01T07:29:32.437Z | Downloaded crc v3.0.1 |
1421 | 2024-02-01T07:29:32.441Z | Downloaded corncobs v0.1.3 |
1422 | 2024-02-01T07:29:32.446Z | Downloaded colored v2.0.4 |
1423 | 2024-02-01T07:29:32.446Z | Downloaded cipher v0.4.4 |
1424 | 2024-02-01T07:29:32.451Z | Downloaded cast v0.3.0 |
1425 | 2024-02-01T07:29:32.451Z | Downloaded cassowary v0.3.0 |
1426 | 2024-02-01T07:29:32.458Z | Downloaded buf-list v1.0.3 |
1427 | 2024-02-01T07:29:32.458Z | Downloaded bb8 v0.8.1 |
1428 | 2024-02-01T07:29:32.876Z | Downloaded bitfield v0.14.0 |
1429 | 2024-02-01T07:29:32.876Z | Downloaded atomic-waker v1.1.1 |
1430 | 2024-02-01T07:29:32.876Z | Downloaded serde_yaml v0.9.25 |
1431 | 2024-02-01T07:29:32.880Z | Downloaded memoffset v0.9.0 |
1432 | 2024-02-01T07:29:32.881Z | Downloaded memoffset v0.7.1 |
1433 | 2024-02-01T07:29:32.881Z | Downloaded matches v0.1.10 |
1434 | 2024-02-01T07:29:32.881Z | Downloaded managed v0.8.0 |
1435 | 2024-02-01T07:29:32.881Z | Downloaded lru v0.12.1 |
1436 | 2024-02-01T07:29:32.881Z | Downloaded crossbeam-utils v0.8.16 |
1437 | 2024-02-01T07:29:32.881Z | Downloaded ciborium-ll v0.2.2 |
1438 | 2024-02-01T07:29:32.881Z | Downloaded chacha20 v0.9.1 |
1439 | 2024-02-01T07:29:32.881Z | Downloaded cexpr v0.6.0 |
1440 | 2024-02-01T07:29:32.881Z | Downloaded bytecount v0.6.3 |
1441 | 2024-02-01T07:29:32.881Z | Downloaded async-recursion v1.0.5 |
1442 | 2024-02-01T07:29:32.881Z | Downloaded array-init v0.0.4 |
1443 | 2024-02-01T07:29:32.881Z | Downloaded cfg-if v1.0.0 |
1444 | 2024-02-01T07:29:32.881Z | Downloaded camino-tempfile v1.1.1 |
1445 | 2024-02-01T07:29:32.881Z | Downloaded byteorder v1.5.0 |
1446 | 2024-02-01T07:29:32.881Z | Downloaded approx v0.5.1 |
1447 | 2024-02-01T07:29:32.881Z | Downloaded similar v2.3.0 |
1448 | 2024-02-01T07:29:32.881Z | Downloaded lazycell v1.3.0 |
1449 | 2024-02-01T07:29:32.881Z | Downloaded spin v0.9.8 |
1450 | 2024-02-01T07:29:32.881Z | Downloaded crossbeam-queue v0.3.8 |
1451 | 2024-02-01T07:29:32.882Z | Downloaded rpassword v7.3.1 |
1452 | 2024-02-01T07:29:32.882Z | Downloaded is_ci v1.1.1 |
1453 | 2024-02-01T07:29:32.883Z | Downloaded ident_case v1.0.1 |
1454 | 2024-02-01T07:29:32.883Z | Downloaded convert_case v0.4.0 |
1455 | 2024-02-01T07:29:32.883Z | Downloaded ciborium-io v0.2.2 |
1456 | 2024-02-01T07:29:32.883Z | Downloaded async-stream v0.3.5 |
1457 | 2024-02-01T07:29:32.883Z | Downloaded ascii-canvas v3.0.0 |
1458 | 2024-02-01T07:29:32.883Z | Downloaded spin v0.5.2 |
1459 | 2024-02-01T07:29:32.883Z | Downloaded smawk v0.3.1 |
1460 | 2024-02-01T07:29:32.883Z | Downloaded signal-hook-tokio v0.3.1 |
1461 | 2024-02-01T07:29:32.883Z | Downloaded sha2 v0.10.8 |
1462 | 2024-02-01T07:29:32.883Z | Downloaded serde_derive_internals v0.26.0 |
1463 | 2024-02-01T07:29:32.883Z | Downloaded sha1 v0.10.6 |
1464 | 2024-02-01T07:29:32.883Z | Downloaded serde_path_to_error v0.1.15 |
1465 | 2024-02-01T07:29:32.883Z | Downloaded semver v0.1.20 |
1466 | 2024-02-01T07:29:32.883Z | Downloaded atomicwrites v0.4.3 |
1467 | 2024-02-01T07:29:32.883Z | Downloaded arrayref v0.3.7 |
1468 | 2024-02-01T07:29:32.883Z | Downloaded lalrpop-util v0.19.12 |
1469 | 2024-02-01T07:29:32.883Z | Downloaded keccak v0.1.4 |
1470 | 2024-02-01T07:29:32.883Z | Downloaded arrayvec v0.7.4 |
1471 | 2024-02-01T07:29:32.883Z | Downloaded indoc v2.0.3 |
1472 | 2024-02-01T07:29:32.883Z | Downloaded indicatif v0.17.7 |
1473 | 2024-02-01T07:29:32.883Z | Downloaded ansi_term v0.12.1 |
1474 | 2024-02-01T07:29:32.883Z | Downloaded indexmap v1.9.3 |
1475 | 2024-02-01T07:29:32.883Z | Downloaded libloading v0.7.4 |
1476 | 2024-02-01T07:29:32.883Z | Downloaded ipnet v2.9.0 |
1477 | 2024-02-01T07:29:32.883Z | Downloaded instant v0.1.12 |
1478 | 2024-02-01T07:29:32.884Z | Downloaded hyper-util v0.1.2 |
1479 | 2024-02-01T07:29:32.884Z | Downloaded hyper-rustls v0.26.0 |
1480 | 2024-02-01T07:29:32.884Z | Downloaded httparse v1.8.0 |
1481 | 2024-02-01T07:29:32.884Z | Downloaded aead v0.5.2 |
1482 | 2024-02-01T07:29:32.884Z | Downloaded ipnetwork v0.20.0 |
1483 | 2024-02-01T07:29:32.884Z | Downloaded indoc v1.0.9 |
1484 | 2024-02-01T07:29:32.884Z | Downloaded impl-trait-for-tuples v0.2.2 |
1485 | 2024-02-01T07:29:32.884Z | Downloaded humantime v2.1.0 |
1486 | 2024-02-01T07:29:32.884Z | Downloaded http v1.0.0 |
1487 | 2024-02-01T07:29:32.885Z | Downloaded inout v0.1.3 |
1488 | 2024-02-01T07:29:32.885Z | Downloaded iana-time-zone v0.1.57 |
1489 | 2024-02-01T07:29:32.885Z | Downloaded hyper-staticfile v0.9.5 |
1490 | 2024-02-01T07:29:32.885Z | Downloaded hubpack_derive v0.1.1 |
1491 | 2024-02-01T07:29:33.447Z | Compiling serde v1.0.195 |
1492 | 2024-02-01T07:29:33.450Z | Compiling autocfg v1.1.0 |
1493 | 2024-02-01T07:29:33.450Z | Compiling version_check v0.9.4 |
1494 | 2024-02-01T07:29:33.450Z | Checking cfg-if v1.0.0 |
1495 | 2024-02-01T07:29:33.480Z | Compiling syn v1.0.109 |
1496 | 2024-02-01T07:29:33.494Z | Checking libc v0.2.152 |
1497 | 2024-02-01T07:29:33.530Z | Compiling syn v2.0.48 |
1498 | 2024-02-01T07:29:33.577Z | Compiling parking_lot_core v0.9.8 |
1499 | 2024-02-01T07:29:33.618Z | Compiling once_cell v1.19.0 |
1500 | 2024-02-01T07:29:34.361Z | Compiling memchr v2.6.3 |
1501 | 2024-02-01T07:29:34.379Z | Compiling libm v0.2.7 |
1502 | 2024-02-01T07:29:34.424Z | Compiling cc v1.0.83 |
1503 | 2024-02-01T07:29:34.814Z | Compiling ahash v0.8.6 |
1504 | 2024-02-01T07:29:34.880Z | Compiling getrandom v0.2.10 |
1505 | 2024-02-01T07:29:34.951Z | Compiling lock_api v0.4.10 |
1506 | 2024-02-01T07:29:35.472Z | Compiling num-traits v0.2.16 |
1507 | 2024-02-01T07:29:35.672Z | Compiling byteorder v1.5.0 |
1508 | 2024-02-01T07:29:35.693Z | Compiling serde_json v1.0.113 |
1509 | 2024-02-01T07:29:36.187Z | Checking log v0.4.20 |
1510 | 2024-02-01T07:29:36.596Z | Compiling slab v0.4.9 |
1511 | 2024-02-01T07:29:37.116Z | Compiling typenum v1.16.0 |
1512 | 2024-02-01T07:29:37.214Z | Checking scopeguard v1.2.0 |
1513 | 2024-02-01T07:29:37.335Z | Compiling generic-array v0.14.7 |
1514 | 2024-02-01T07:29:37.376Z | Checking itoa v1.0.9 |
1515 | 2024-02-01T07:29:37.605Z | Checking smallvec v1.11.2 |
1516 | 2024-02-01T07:29:37.682Z | Compiling pkg-config v0.3.27 |
1517 | 2024-02-01T07:29:38.061Z | Compiling allocator-api2 v0.2.16 |
1518 | 2024-02-01T07:29:38.389Z | Compiling rustix v0.38.30 |
1519 | 2024-02-01T07:29:38.420Z | Compiling schemars v0.8.16 |
1520 | 2024-02-01T07:29:39.185Z | Compiling httparse v1.8.0 |
1521 | 2024-02-01T07:29:39.492Z | Compiling ring v0.17.7 |
1522 | 2024-02-01T07:29:39.635Z | Compiling fnv v1.0.7 |
1523 | 2024-02-01T07:29:39.784Z | Checking parking_lot v0.12.1 |
1524 | 2024-02-01T07:29:39.802Z | Checking pin-project-lite v0.2.13 |
1525 | 2024-02-01T07:29:39.838Z | Compiling vcpkg v0.2.15 |
1526 | 2024-02-01T07:29:39.922Z | Compiling aho-corasick v1.0.4 |
1527 | 2024-02-01T07:29:40.287Z | Compiling regex-syntax v0.8.2 |
1528 | 2024-02-01T07:29:43.263Z | Compiling openssl-sys v0.9.96 |
1529 | 2024-02-01T07:29:44.582Z | Checking signal-hook-registry v1.4.1 |
1530 | 2024-02-01T07:29:45.045Z | Compiling ucd-trie v0.1.6 |
1531 | 2024-02-01T07:29:45.049Z | Checking mio v0.8.9 |
1532 | 2024-02-01T07:29:45.049Z | Checking rand_core v0.6.4 |
1533 | 2024-02-01T07:29:45.599Z | Compiling ring v0.16.20 |
1534 | 2024-02-01T07:29:45.730Z | Checking num_cpus v1.16.0 |
1535 | 2024-02-01T07:29:45.875Z | Compiling serde_derive_internals v0.26.0 |
1536 | 2024-02-01T07:29:45.992Z | Compiling regex-automata v0.4.4 |
1537 | 2024-02-01T07:29:48.804Z | Checking futures-core v0.3.30 |
1538 | 2024-02-01T07:29:49.064Z | Compiling openssl v0.10.60 |
1539 | 2024-02-01T07:29:49.688Z | Compiling iana-time-zone v0.1.57 |
1540 | 2024-02-01T07:29:50.022Z | Checking socket2 v0.5.5 |
1541 | 2024-02-01T07:29:50.353Z | Checking ryu v1.0.15 |
1542 | 2024-02-01T07:29:50.535Z | Compiling rustls v0.21.9 |
1543 | 2024-02-01T07:29:50.660Z | Compiling native-tls v0.2.11 |
1544 | 2024-02-01T07:29:50.699Z | Checking spin v0.5.2 |
1545 | 2024-02-01T07:29:50.742Z | Compiling dyn-clone v1.0.13 |
1546 | 2024-02-01T07:29:51.035Z | Compiling async-trait v0.1.77 |
1547 | 2024-02-01T07:29:51.632Z | Checking futures-sink v0.3.30 |
1548 | 2024-02-01T07:29:51.767Z | Compiling backtrace v0.3.69 |
1549 | 2024-02-01T07:29:52.246Z | Compiling errno v0.3.8 |
1550 | 2024-02-01T07:29:52.441Z | Compiling unicode-xid v0.2.4 |
1551 | 2024-02-01T07:29:52.459Z | Compiling tinyvec_macros v0.1.1 |
1552 | 2024-02-01T07:29:52.559Z | Checking pin-utils v0.1.0 |
1553 | 2024-02-01T07:29:52.579Z | Compiling crc32fast v1.3.2 |
1554 | 2024-02-01T07:29:52.673Z | Compiling regex v1.10.3 |
1555 | 2024-02-01T07:29:52.691Z | Compiling crossbeam-utils v0.8.16 |
1556 | 2024-02-01T07:29:53.291Z | Compiling tinyvec v1.6.0 |
1557 | 2024-02-01T07:29:53.378Z | Compiling futures-channel v0.3.30 |
1558 | 2024-02-01T07:29:54.028Z | Checking futures-task v0.3.30 |
1559 | 2024-02-01T07:29:54.294Z | Compiling anyhow v1.0.75 |
1560 | 2024-02-01T07:29:54.363Z | Checking subtle v2.5.0 |
1561 | 2024-02-01T07:29:54.904Z | Compiling unicode-width v0.1.11 |
1562 | 2024-02-01T07:29:54.908Z | Compiling futures-io v0.3.30 |
1563 | 2024-02-01T07:29:55.141Z | Compiling spin v0.9.8 |
1564 | 2024-02-01T07:29:55.196Z | Compiling tracing-core v0.1.31 |
1565 | 2024-02-01T07:29:55.318Z | Compiling unicode-bidi v0.3.13 |
1566 | 2024-02-01T07:29:55.822Z | Compiling unicode-normalization v0.1.22 |
1567 | 2024-02-01T07:29:57.360Z | Compiling num-integer v0.1.45 |
1568 | 2024-02-01T07:29:57.627Z | Compiling slog v2.7.0 |
1569 | 2024-02-01T07:29:57.732Z | Compiling lazy_static v1.4.0 |
1570 | 2024-02-01T07:29:57.856Z | Compiling serde_derive v1.0.195 |
1571 | 2024-02-01T07:29:57.878Z | Compiling zerocopy-derive v0.7.32 |
1572 | 2024-02-01T07:29:57.896Z | Compiling thiserror-impl v1.0.56 |
1573 | 2024-02-01T07:29:57.917Z | Compiling zeroize_derive v1.4.2 |
1574 | 2024-02-01T07:29:58.070Z | Compiling tokio-macros v2.2.0 |
1575 | 2024-02-01T07:29:58.461Z | Compiling futures-macro v0.3.30 |
1576 | 2024-02-01T07:29:58.792Z | Compiling tracing-attributes v0.1.26 |
1577 | 2024-02-01T07:30:00.563Z | Compiling schemars_derive v0.8.16 |
1578 | 2024-02-01T07:30:00.910Z | Checking zeroize v1.7.0 |
1579 | 2024-02-01T07:30:01.324Z | Compiling openssl-macros v0.1.1 |
1580 | 2024-02-01T07:30:01.807Z | Compiling zerocopy v0.7.32 |
1581 | 2024-02-01T07:30:03.165Z | Checking futures-util v0.3.30 |
1582 | 2024-02-01T07:30:03.428Z | Compiling thiserror v1.0.56 |
1583 | 2024-02-01T07:30:03.605Z | Compiling pest v2.7.6 |
1584 | 2024-02-01T07:30:05.452Z | Compiling hashbrown v0.14.2 |
1585 | 2024-02-01T07:30:05.473Z | Compiling hashbrown v0.13.2 |
1586 | 2024-02-01T07:30:06.461Z | Compiling tracing v0.1.37 |
1587 | 2024-02-01T07:30:07.229Z | Compiling der_derive v0.7.2 |
1588 | 2024-02-01T07:30:07.608Z | Compiling pest_meta v2.7.6 |
1589 | 2024-02-01T07:30:08.447Z | Compiling untrusted v0.9.0 |
1590 | 2024-02-01T07:30:08.692Z | Compiling rustversion v1.0.14 |
1591 | 2024-02-01T07:30:08.906Z | Compiling percent-encoding v2.3.1 |
1592 | 2024-02-01T07:30:09.470Z | Compiling untrusted v0.7.1 |
1593 | 2024-02-01T07:30:09.660Z | Compiling time-core v0.1.1 |
1594 | 2024-02-01T07:30:09.709Z | Compiling foreign-types-shared v0.1.1 |
1595 | 2024-02-01T07:30:09.765Z | Compiling pest_generator v2.7.6 |
1596 | 2024-02-01T07:30:09.918Z | Compiling time-macros v0.2.13 |
1597 | 2024-02-01T07:30:11.550Z | Compiling foreign-types v0.3.2 |
1598 | 2024-02-01T07:30:13.193Z | Compiling scroll_derive v0.12.0 |
1599 | 2024-02-01T07:30:15.591Z | Compiling synstructure v0.12.6 |
1600 | 2024-02-01T07:30:15.728Z | Compiling thread-id v4.2.0 |
1601 | 2024-02-01T07:30:15.880Z | Compiling base64 v0.21.7 |
1602 | 2024-02-01T07:30:16.385Z | Compiling pest_derive v2.7.6 |
1603 | 2024-02-01T07:30:17.151Z | Compiling try-lock v0.2.4 |
1604 | 2024-02-01T07:30:17.348Z | Compiling want v0.3.1 |
1605 | 2024-02-01T07:30:17.626Z | Compiling rustls-webpki v0.101.7 |
1606 | 2024-02-01T07:30:17.779Z | Compiling sct v0.7.0 |
1607 | 2024-02-01T07:30:18.041Z | Compiling form_urlencoded v1.2.1 |
1608 | 2024-02-01T07:30:18.285Z | Compiling socket2 v0.4.9 |
1609 | 2024-02-01T07:30:18.515Z | Compiling openssl-probe v0.1.5 |
1610 | 2024-02-01T07:30:18.679Z | Compiling zerocopy-derive v0.2.0 |
1611 | 2024-02-01T07:30:19.015Z | Compiling httpdate v1.0.3 |
1612 | 2024-02-01T07:30:19.407Z | Compiling const-oid v0.9.5 |
1613 | 2024-02-01T07:30:19.640Z | Compiling tower-service v0.3.2 |
1614 | 2024-02-01T07:30:20.230Z | Compiling idna v0.5.0 |
1615 | 2024-02-01T07:30:20.485Z | Compiling memoffset v0.9.0 |
1616 | 2024-02-01T07:30:20.897Z | Compiling adler v1.0.2 |
1617 | 2024-02-01T07:30:21.069Z | Checking bytes v1.5.0 |
1618 | 2024-02-01T07:30:21.233Z | Checking bitflags v2.4.0 |
1619 | 2024-02-01T07:30:21.661Z | Compiling url v2.5.0 |
1620 | 2024-02-01T07:30:21.938Z | Compiling miniz_oxide v0.7.1 |
1621 | 2024-02-01T07:30:22.270Z | Checking tokio v1.35.1 |
1622 | 2024-02-01T07:30:22.854Z | Compiling indexmap v2.2.2 |
1623 | 2024-02-01T07:30:23.867Z | Compiling chrono v0.4.31 |
1624 | 2024-02-01T07:30:24.828Z | Compiling uuid v1.7.0 |
1625 | 2024-02-01T07:30:25.053Z | Compiling http v0.2.11 |
1626 | 2024-02-01T07:30:25.171Z | Compiling semver v1.0.21 |
1627 | 2024-02-01T07:30:26.833Z | Compiling serde_spanned v0.6.4 |
1628 | 2024-02-01T07:30:26.836Z | Compiling toml_datetime v0.6.5 |
1629 | 2024-02-01T07:30:27.353Z | Compiling rustc_version v0.4.0 |
1630 | 2024-02-01T07:30:27.453Z | Compiling openapiv3 v2.0.0 |
1631 | 2024-02-01T07:30:28.598Z | Compiling toml_edit v0.19.15 |
1632 | 2024-02-01T07:30:30.375Z | Compiling http-body v0.4.5 |
1633 | 2024-02-01T07:30:33.295Z | Checking crypto-common v0.1.6 |
1634 | 2024-02-01T07:30:33.549Z | Compiling signal-hook v0.3.17 |
1635 | 2024-02-01T07:30:33.950Z | Compiling ipnet v2.9.0 |
1636 | 2024-02-01T07:30:34.553Z | Checking equivalent v1.0.1 |
1637 | 2024-02-01T07:30:34.691Z | Compiling either v1.9.0 |
1638 | 2024-02-01T07:30:35.839Z | Compiling serde_urlencoded v0.7.1 |
1639 | 2024-02-01T07:30:35.984Z | Compiling rustls-pemfile v1.0.3 |
1640 | 2024-02-01T07:30:36.652Z | Compiling zerocopy-derive v0.6.4 |
1641 | 2024-02-01T07:30:36.772Z | Compiling clap_derive v4.4.2 |
1642 | 2024-02-01T07:30:37.243Z | Compiling crossbeam-epoch v0.9.15 |
1643 | 2024-02-01T07:30:37.941Z | Compiling tokio-util v0.7.10 |
1644 | 2024-02-01T07:30:38.117Z | Compiling tokio-rustls v0.24.1 |
1645 | 2024-02-01T07:30:38.585Z | Compiling usdt-impl v0.3.5 |
1646 | 2024-02-01T07:30:38.741Z | Compiling encoding_rs v0.8.33 |
1647 | 2024-02-01T07:30:39.073Z | Compiling gimli v0.28.0 |
1648 | 2024-02-01T07:30:40.361Z | Compiling h2 v0.3.24 |
1649 | 2024-02-01T07:30:40.437Z | Compiling webpki-roots v0.25.2 |
1650 | 2024-02-01T07:30:40.662Z | Compiling mime v0.3.17 |
1651 | 2024-02-01T07:30:41.866Z | Compiling siphasher v0.3.11 |
1652 | 2024-02-01T07:30:42.515Z | Compiling tokio-native-tls v0.3.1 |
1653 | 2024-02-01T07:30:43.141Z | Compiling zerocopy v0.3.0 |
1654 | 2024-02-01T07:30:43.286Z | Compiling strum_macros v0.25.2 |
1655 | 2024-02-01T07:30:44.417Z | Compiling scroll v0.12.0 |
1656 | 2024-02-01T07:30:45.302Z | Compiling block-buffer v0.10.4 |
1657 | 2024-02-01T07:30:45.376Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1658 | 2024-02-01T07:30:45.672Z | Compiling object v0.32.1 |
1659 | 2024-02-01T07:30:45.796Z | Compiling num-iter v0.1.43 |
1660 | 2024-02-01T07:30:46.057Z | Compiling addr2line v0.21.0 |
1661 | 2024-02-01T07:30:46.227Z | Compiling usdt-impl v0.5.0 |
1662 | 2024-02-01T07:30:46.712Z | Compiling plain v0.2.3 |
1663 | 2024-02-01T07:30:46.921Z | Compiling rustc-demangle v0.1.23 |
1664 | 2024-02-01T07:30:47.082Z | Compiling goblin v0.8.0 |
1665 | 2024-02-01T07:30:48.970Z | Compiling flate2 v1.0.28 |
1666 | 2024-02-01T07:30:48.973Z | Compiling digest v0.10.7 |
1667 | 2024-02-01T07:30:49.195Z | Compiling dof v0.1.5 |
1668 | 2024-02-01T07:30:49.523Z | Compiling heapless v0.7.16 |
1669 | 2024-02-01T07:30:50.137Z | Compiling dtrace-parser v0.1.14 |
1670 | 2024-02-01T07:30:50.190Z | Compiling pretty-hex v0.4.1 |
1671 | 2024-02-01T07:30:50.193Z | Compiling ppv-lite86 v0.2.17 |
1672 | 2024-02-01T07:30:50.404Z | Compiling toml v0.7.8 |
1673 | 2024-02-01T07:30:50.494Z | Compiling toml_edit v0.21.0 |
1674 | 2024-02-01T07:30:50.709Z | Compiling serde_tokenstream v0.1.7 |
1675 | 2024-02-01T07:30:51.485Z | Compiling rand_chacha v0.3.1 |
1676 | 2024-02-01T07:30:53.236Z | Compiling hyper v0.14.27 |
1677 | 2024-02-01T07:30:53.535Z | Compiling hex v0.4.3 |
1678 | 2024-02-01T07:30:54.512Z | Compiling dtrace-parser v0.2.0 |
1679 | 2024-02-01T07:30:56.425Z | Compiling dof v0.3.0 |
1680 | 2024-02-01T07:30:56.910Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1681 | 2024-02-01T07:30:58.298Z | Compiling bit-vec v0.6.3 |
1682 | 2024-02-01T07:30:59.407Z | Compiling rand v0.8.5 |
1683 | 2024-02-01T07:31:00.204Z | Compiling phf_shared v0.10.0 |
1684 | 2024-02-01T07:31:01.219Z | Compiling num-bigint v0.4.4 |
1685 | 2024-02-01T07:31:01.227Z | Compiling new_debug_unreachable v1.0.4 |
1686 | 2024-02-01T07:31:01.228Z | Compiling base64ct v1.6.0 |
1687 | 2024-02-01T07:31:01.264Z | Compiling precomputed-hash v0.1.1 |
1688 | 2024-02-01T07:31:01.401Z | Compiling fixedbitset v0.4.2 |
1689 | 2024-02-01T07:31:01.844Z | Compiling minimal-lexical v0.2.1 |
1690 | 2024-02-01T07:31:02.096Z | Compiling smoltcp v0.9.1 |
1691 | 2024-02-01T07:31:02.196Z | Compiling pem-rfc7468 v0.7.0 |
1692 | 2024-02-01T07:31:02.654Z | Compiling nom v7.1.3 |
1693 | 2024-02-01T07:31:02.674Z | Compiling petgraph v0.6.4 |
1694 | 2024-02-01T07:31:03.087Z | Compiling string_cache v0.8.7 |
1695 | 2024-02-01T07:31:03.425Z | Compiling bit-set v0.5.3 |
1696 | 2024-02-01T07:31:03.791Z | Compiling usdt-attr-macro v0.3.5 |
1697 | 2024-02-01T07:31:03.813Z | Compiling usdt-macro v0.3.5 |
1698 | 2024-02-01T07:31:03.831Z | Compiling hmac v0.12.1 |
1699 | 2024-02-01T07:31:04.198Z | Compiling itertools v0.10.5 |
1700 | 2024-02-01T07:31:04.519Z | Compiling hyper-rustls v0.24.2 |
1701 | 2024-02-01T07:31:05.049Z | Compiling hyper-tls v0.5.0 |
1702 | 2024-02-01T07:31:05.547Z | Compiling reqwest v0.11.22 |
1703 | 2024-02-01T07:31:05.603Z | Compiling hubpack_derive v0.1.1 |
1704 | 2024-02-01T07:31:05.954Z | Compiling enum-as-inner v0.5.1 |
1705 | 2024-02-01T07:31:06.217Z | Compiling diesel_table_macro_syntax v0.1.0 |
1706 | 2024-02-01T07:31:07.003Z | Compiling flagset v0.4.3 |
1707 | 2024-02-01T07:31:07.303Z | Compiling unicode-segmentation v1.10.1 |
1708 | 2024-02-01T07:31:07.600Z | Checking unicode-ident v1.0.12 |
1709 | 2024-02-01T07:31:07.635Z | Compiling lalrpop-util v0.19.12 |
1710 | 2024-02-01T07:31:07.908Z | Compiling der v0.7.8 |
1711 | 2024-02-01T07:31:08.208Z | Compiling diesel_derives v2.1.2 |
1712 | 2024-02-01T07:31:09.211Z | Compiling cpufeatures v0.2.12 |
1713 | 2024-02-01T07:31:09.250Z | Compiling rustix v0.37.23 |
1714 | 2024-02-01T07:31:09.342Z | Compiling sha2 v0.10.8 |
1715 | 2024-02-01T07:31:09.367Z | Compiling md-5 v0.10.5 |
1716 | 2024-02-01T07:31:09.913Z | Compiling serde_repr v0.1.16 |
1717 | 2024-02-01T07:31:11.010Z | Compiling stringprep v0.1.3 |
1718 | 2024-02-01T07:31:11.065Z | Compiling hash32 v0.2.1 |
1719 | 2024-02-01T07:31:11.547Z | Compiling spki v0.7.2 |
1720 | 2024-02-01T07:31:11.632Z | Compiling fallible-iterator v0.2.0 |
1721 | 2024-02-01T07:31:11.735Z | Compiling stable_deref_trait v1.2.0 |
1722 | 2024-02-01T07:31:11.875Z | Checking bitflags v1.3.2 |
1723 | 2024-02-01T07:31:12.108Z | Compiling pkcs8 v0.10.2 |
1724 | 2024-02-01T07:31:12.628Z | Compiling terminal_size v0.2.6 |
1725 | 2024-02-01T07:31:12.788Z | Compiling postgres-protocol v0.6.6 |
1726 | 2024-02-01T07:31:13.206Z | Checking proc-macro2 v1.0.78 |
1727 | 2024-02-01T07:31:13.389Z | Compiling phf_shared v0.11.2 |
1728 | 2024-02-01T07:31:13.938Z | Compiling ff v0.13.0 |
1729 | 2024-02-01T07:31:14.124Z | Compiling block-padding v0.3.3 |
1730 | 2024-02-01T07:31:14.143Z | Compiling scheduled-thread-pool v0.2.7 |
1731 | 2024-02-01T07:31:14.688Z | Compiling deranged v0.3.8 |
1732 | 2024-02-01T07:31:14.898Z | Compiling num_threads v0.1.6 |
1733 | 2024-02-01T07:31:15.004Z | Compiling base16ct v0.2.0 |
1734 | 2024-02-01T07:31:15.018Z | Compiling managed v0.8.0 |
1735 | 2024-02-01T07:31:15.066Z | Compiling matches v0.1.10 |
1736 | 2024-02-01T07:31:15.186Z | Compiling regex-automata v0.1.10 |
1737 | 2024-02-01T07:31:15.475Z | Compiling sec1 v0.7.3 |
1738 | 2024-02-01T07:31:15.721Z | Compiling idna v0.2.3 |
1739 | 2024-02-01T07:31:15.977Z | Compiling bstr v0.2.17 |
1740 | 2024-02-01T07:31:16.359Z | Compiling clap_builder v4.4.2 |
1741 | 2024-02-01T07:31:17.626Z | Compiling time v0.3.27 |
1742 | 2024-02-01T07:31:18.308Z | Compiling r2d2 v0.8.10 |
1743 | 2024-02-01T07:31:18.383Z | Compiling inout v0.1.3 |
1744 | 2024-02-01T07:31:18.769Z | Compiling group v0.13.0 |
1745 | 2024-02-01T07:31:18.905Z | Checking quote v1.0.35 |
1746 | 2024-02-01T07:31:19.236Z | Compiling postgres-types v0.2.6 |
1747 | 2024-02-01T07:31:19.345Z | Compiling signal-hook-mio v0.2.3 |
1748 | 2024-02-01T07:31:19.407Z | Compiling phf v0.11.2 |
1749 | 2024-02-01T07:31:19.569Z | Compiling bzip2 v0.4.4 |
1750 | 2024-02-01T07:31:20.152Z | Compiling hubpack v0.1.2 |
1751 | 2024-02-01T07:31:20.325Z | Compiling hkdf v0.12.4 |
1752 | 2024-02-01T07:31:20.874Z | Compiling zerocopy v0.6.4 |
1753 | 2024-02-01T07:31:21.719Z | Compiling ipnetwork v0.20.0 |
1754 | 2024-02-01T07:31:22.293Z | Compiling crypto-bigint v0.5.2 |
1755 | 2024-02-01T07:31:23.173Z | Compiling futures-executor v0.3.30 |
1756 | 2024-02-01T07:31:24.555Z | Compiling float-cmp v0.9.0 |
1757 | 2024-02-01T07:31:24.887Z | Compiling difflib v0.4.0 |
1758 | 2024-02-01T07:31:25.960Z | Compiling normalize-line-endings v0.3.0 |
1759 | 2024-02-01T07:31:26.126Z | Compiling predicates-core v1.0.6 |
1760 | 2024-02-01T07:31:26.680Z | Compiling whoami v1.4.1 |
1761 | 2024-02-01T07:31:26.730Z | Compiling regex-automata v0.3.8 |
1762 | 2024-02-01T07:31:27.681Z | Compiling data-encoding v2.4.0 |
1763 | 2024-02-01T07:31:27.779Z | Compiling static_assertions v1.1.0 |
1764 | 2024-02-01T07:31:27.920Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1765 | 2024-02-01T07:31:42.905Z | Compiling bstr v1.6.0 |
1766 | 2024-02-01T07:31:43.708Z | Compiling trust-dns-proto v0.22.0 |
1767 | 2024-02-01T07:31:44.086Z | Compiling tokio-postgres v0.7.10 |
1768 | 2024-02-01T07:31:44.088Z | Compiling predicates v3.1.0 |
1769 | 2024-02-01T07:31:44.088Z | Compiling elliptic-curve v0.13.8 |
1770 | 2024-02-01T07:31:44.088Z | Compiling yasna v0.5.2 |
1771 | 2024-02-01T07:31:44.088Z | Compiling futures v0.3.30 |
1772 | 2024-02-01T07:31:44.088Z | Compiling clap v4.4.3 |
1773 | 2024-02-01T07:31:44.088Z | Compiling zip v0.6.6 |
1774 | 2024-02-01T07:31:44.088Z | Compiling crossterm v0.27.0 |
1775 | 2024-02-01T07:31:44.088Z | Compiling diesel v2.1.4 |
1776 | 2024-02-01T07:31:44.088Z | Compiling cipher v0.4.4 |
1777 | 2024-02-01T07:31:44.088Z | Compiling similar v2.3.0 |
1778 | 2024-02-01T07:31:44.088Z | Compiling usdt v0.3.5 |
1779 | 2024-02-01T07:31:44.088Z | Compiling camino v1.1.6 |
1780 | 2024-02-01T07:31:44.088Z | Compiling tokio-stream v0.1.14 |
1781 | 2024-02-01T07:31:44.088Z | Compiling console v0.15.8 |
1782 | 2024-02-01T07:31:44.088Z | Checking utf8parse v0.2.1 |
1783 | 2024-02-01T07:31:46.093Z | Checking anstyle v1.0.2 |
1784 | 2024-02-01T07:31:48.094Z | Compiling serde_tokenstream v0.2.0 |
1785 | 2024-02-01T07:31:48.925Z | Checking io-lifetimes v1.0.11 |
1786 | 2024-02-01T07:31:54.186Z | Checking anstyle-parse v0.2.1 |
1787 | 2024-02-01T07:31:55.229Z | Checking anstyle-query v1.0.0 |
1788 | 2024-02-01T07:31:55.387Z | Checking colorchoice v1.0.0 |
1789 | 2024-02-01T07:31:55.571Z | Checking anstream v0.5.0 |
1790 | 2024-02-01T07:31:56.280Z | Checking clap_lex v0.5.1 |
1791 | 2024-02-01T07:31:56.308Z | Checking strsim v0.10.0 |
1792 | 2024-02-01T07:31:56.788Z | Checking winnow v0.5.15 |
1793 | 2024-02-01T07:32:05.096Z | Compiling regress v0.7.1 |
1794 | 2024-02-01T07:32:11.195Z | Compiling typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1795 | 2024-02-01T07:32:21.102Z | Compiling getopts v0.2.21 |
1796 | 2024-02-01T07:32:21.649Z | Compiling unsafe-libyaml v0.2.10 |
1797 | 2024-02-01T07:32:22.023Z | Checking heck v0.4.1 |
1798 | 2024-02-01T07:32:23.274Z | Checking progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1799 | 2024-02-01T07:32:23.727Z | Compiling ident_case v1.0.1 |
1800 | 2024-02-01T07:32:23.981Z | Compiling serde_yaml v0.9.25 |
1801 | 2024-02-01T07:32:24.938Z | Checking rustls-pki-types v1.1.0 |
1802 | 2024-02-01T07:32:24.963Z | Checking fastrand v2.0.0 |
1803 | 2024-02-01T07:32:24.985Z | Checking match_cfg v0.1.0 |
1804 | 2024-02-01T07:32:25.100Z | Checking hostname v0.3.1 |
1805 | 2024-02-01T07:32:25.282Z | Checking http v1.0.0 |
1806 | 2024-02-01T07:32:25.444Z | Checking tempfile v3.9.0 |
1807 | 2024-02-01T07:32:25.508Z | Checking atty v0.2.14 |
1808 | 2024-02-01T07:32:25.669Z | Compiling paste v1.0.14 |
1809 | 2024-02-01T07:32:25.974Z | Checking quick-error v1.2.3 |
1810 | 2024-02-01T07:32:26.157Z | Checking crossbeam-channel v0.5.8 |
1811 | 2024-02-01T07:32:26.498Z | Checking sha1 v0.10.6 |
1812 | 2024-02-01T07:32:26.905Z | Checking dirs-sys-next v0.1.2 |
1813 | 2024-02-01T07:32:27.163Z | Compiling rustls v0.22.2 |
1814 | 2024-02-01T07:32:27.281Z | Checking dirs-next v2.0.0 |
1815 | 2024-02-01T07:32:27.447Z | Checking rustls-webpki v0.102.1 |
1816 | 2024-02-01T07:32:27.586Z | Checking thread_local v1.1.7 |
1817 | 2024-02-01T07:32:28.040Z | Checking instant v0.1.12 |
1818 | 2024-02-01T07:32:28.189Z | Compiling slog-async v2.8.0 |
1819 | 2024-02-01T07:32:29.065Z | Checking term v0.7.0 |
1820 | 2024-02-01T07:32:29.408Z | Checking rustls-pemfile v2.0.0 |
1821 | 2024-02-01T07:32:29.686Z | Compiling multer v3.0.0 |
1822 | 2024-02-01T07:32:29.737Z | Checking debug-ignore v1.0.5 |
1823 | 2024-02-01T07:32:29.933Z | Checking take_mut v0.2.2 |
1824 | 2024-02-01T07:32:30.202Z | Checking slog-term v2.9.0 |
1825 | 2024-02-01T07:32:30.559Z | Compiling darling_core v0.20.3 |
1826 | 2024-02-01T07:32:30.962Z | Checking slog-json v2.6.1 |
1827 | 2024-02-01T07:32:30.966Z | Compiling async-stream-impl v0.3.5 |
1828 | 2024-02-01T07:32:31.138Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1829 | 2024-02-01T07:32:31.343Z | Checking atomic-waker v1.1.1 |
1830 | 2024-02-01T07:32:31.520Z | Checking waitgroup v0.1.2 |
1831 | 2024-02-01T07:32:31.672Z | Checking slog-bunyan v2.5.0 |
1832 | 2024-02-01T07:32:31.906Z | Checking toml v0.8.8 |
1833 | 2024-02-01T07:32:32.303Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
1834 | 2024-02-01T07:32:33.123Z | Checking serde_path_to_error v0.1.15 |
1835 | 2024-02-01T07:32:33.247Z | Checking async-stream v0.3.5 |
1836 | 2024-02-01T07:32:33.534Z | Checking strum v0.25.0 |
1837 | 2024-02-01T07:32:33.732Z | Compiling structmeta-derive v0.2.0 |
1838 | 2024-02-01T07:32:34.136Z | Checking wait-timeout v0.2.0 |
1839 | 2024-02-01T07:32:34.378Z | Checking rusty-fork v0.3.0 |
1840 | 2024-02-01T07:32:34.795Z | Checking tokio-rustls v0.25.0 |
1841 | 2024-02-01T07:32:34.795Z | Checking rand_xorshift v0.3.0 |
1842 | 2024-02-01T07:32:35.020Z | Compiling regex-syntax v0.7.5 |
1843 | 2024-02-01T07:32:35.209Z | Checking unarray v0.1.4 |
1844 | 2024-02-01T07:32:35.469Z | Checking proptest v1.4.0 |
1845 | 2024-02-01T07:32:38.834Z | Compiling structmeta v0.2.0 |
1846 | 2024-02-01T07:32:39.513Z | Checking backoff v0.4.0 |
1847 | 2024-02-01T07:32:39.951Z | Compiling test-strategy v0.3.1 |
1848 | 2024-02-01T07:32:40.794Z | Compiling darling_macro v0.20.3 |
1849 | 2024-02-01T07:32:41.544Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1850 | 2024-02-01T07:32:42.142Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1851 | 2024-02-01T07:32:42.298Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1852 | 2024-02-01T07:32:42.479Z | Compiling darling v0.20.3 |
1853 | 2024-02-01T07:32:42.499Z | Checking macaddr v1.0.1 |
1854 | 2024-02-01T07:32:42.553Z | Compiling typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1855 | 2024-02-01T07:32:42.640Z | Compiling serde_with_macros v3.5.1 |
1856 | 2024-02-01T07:32:42.644Z | Checking camino-tempfile v1.1.1 |
1857 | 2024-02-01T07:32:43.012Z | Checking is-terminal v0.4.9 |
1858 | 2024-02-01T07:32:43.103Z | Compiling proc-macro-error-attr v1.0.4 |
1859 | 2024-02-01T07:32:43.170Z | Compiling proc-macro-error v1.0.4 |
1860 | 2024-02-01T07:32:43.452Z | Compiling proc-macro-crate v1.3.1 |
1861 | 2024-02-01T07:32:43.787Z | Checking termtree v0.4.1 |
1862 | 2024-02-01T07:32:44.077Z | Compiling heapless v0.8.0 |
1863 | 2024-02-01T07:32:45.254Z | Compiling num_enum_derive v0.5.11 |
1864 | 2024-02-01T07:32:45.373Z | Checking predicates-tree v1.0.9 |
1865 | 2024-02-01T07:32:45.578Z | Checking hash32 v0.3.1 |
1866 | 2024-02-01T07:32:45.842Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1867 | 2024-02-01T07:32:46.099Z | Compiling smoltcp v0.11.0 |
1868 | 2024-02-01T07:32:46.452Z | Compiling parse-display-derive v0.8.2 |
1869 | 2024-02-01T07:32:46.728Z | Compiling crucible-workspace-hack v0.1.0 |
1870 | 2024-02-01T07:32:47.118Z | Checking embedded-io v0.4.0 |
1871 | 2024-02-01T07:32:47.253Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1872 | 2024-02-01T07:32:47.400Z | Checking cobs v0.2.3 |
1873 | 2024-02-01T07:32:47.666Z | Checking postcard v1.0.8 |
1874 | 2024-02-01T07:32:47.721Z | Compiling foreign-types-macros v0.2.3 |
1875 | 2024-02-01T07:32:47.878Z | Checking serde_with v3.5.1 |
1876 | 2024-02-01T07:32:48.819Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1877 | 2024-02-01T07:32:49.251Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1878 | 2024-02-01T07:32:49.659Z | Checking foreign-types-shared v0.3.1 |
1879 | 2024-02-01T07:32:49.818Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1880 | 2024-02-01T07:32:49.897Z | Checking foreign-types v0.5.0 |
1881 | 2024-02-01T07:32:49.926Z | Checking num_enum v0.5.11 |
1882 | 2024-02-01T07:32:50.176Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1883 | 2024-02-01T07:32:50.310Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1884 | 2024-02-01T07:32:50.361Z | Checking cstr-argument v0.1.2 |
1885 | 2024-02-01T07:32:50.605Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
1886 | 2024-02-01T07:32:51.187Z | Checking pretty-hex v0.2.1 |
1887 | 2024-02-01T07:32:51.375Z | Compiling typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
1888 | 2024-02-01T07:32:51.581Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1889 | 2024-02-01T07:32:51.665Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1890 | 2024-02-01T07:32:51.772Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1891 | 2024-02-01T07:32:52.085Z | Checking colored v2.0.4 |
1892 | 2024-02-01T07:32:52.231Z | Compiling usdt-attr-macro v0.5.0 |
1893 | 2024-02-01T07:32:52.515Z | Compiling usdt-macro v0.5.0 |
1894 | 2024-02-01T07:32:53.223Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1895 | 2024-02-01T07:32:53.704Z | Checking memmap v0.7.0 |
1896 | 2024-02-01T07:32:53.979Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1897 | 2024-02-01T07:32:54.007Z | Checking parse-display v0.8.2 |
1898 | 2024-02-01T07:32:54.311Z | Compiling zone_cfg_derive v0.3.0 |
1899 | 2024-02-01T07:32:54.662Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1900 | 2024-02-01T07:32:54.973Z | Compiling mockall_derive v0.12.0 |
1901 | 2024-02-01T07:32:55.391Z | Checking usdt v0.5.0 |
1902 | 2024-02-01T07:32:55.415Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1903 | 2024-02-01T07:32:55.415Z | Compiling num-derive v0.4.0 |
1904 | 2024-02-01T07:32:55.416Z | Checking downcast v0.11.0 |
1905 | 2024-02-01T07:32:55.637Z | Checking fragile v2.0.0 |
1906 | 2024-02-01T07:32:56.024Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
1907 | 2024-02-01T07:32:56.361Z | Checking smf v0.2.2 |
1908 | 2024-02-01T07:32:56.703Z | Checking zone v0.3.0 |
1909 | 2024-02-01T07:32:57.009Z | Checking xattr v1.0.1 |
1910 | 2024-02-01T07:32:57.115Z | Checking filetime v0.2.23 |
1911 | 2024-02-01T07:32:57.264Z | Checking same-file v1.0.6 |
1912 | 2024-02-01T07:32:57.311Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
1913 | 2024-02-01T07:32:57.405Z | Checking tar v0.4.40 |
1914 | 2024-02-01T07:32:57.493Z | Checking walkdir v2.4.0 |
1915 | 2024-02-01T07:32:57.704Z | Checking pem v3.0.2 |
1916 | 2024-02-01T07:32:58.343Z | Checking linked-hash-map v0.5.6 |
1917 | 2024-02-01T07:32:58.353Z | Checking itertools v0.12.1 |
1918 | 2024-02-01T07:32:58.353Z | Checking headers-core v0.2.0 |
1919 | 2024-02-01T07:32:58.368Z | Checking headers v0.3.9 |
1920 | 2024-02-01T07:32:58.440Z | Checking lru-cache v0.1.2 |
1921 | 2024-02-01T07:32:58.667Z | Checking swrite v0.1.0 |
1922 | 2024-02-01T07:32:58.691Z | Checking password-hash v0.5.0 |
1923 | 2024-02-01T07:32:58.821Z | Checking blake2 v0.10.6 |
1924 | 2024-02-01T07:32:59.140Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
1925 | 2024-02-01T07:32:59.370Z | Checking rcgen v0.12.1 |
1926 | 2024-02-01T07:32:59.464Z | Checking argon2 v0.5.3 |
1927 | 2024-02-01T07:32:59.803Z | Checking atomicwrites v0.4.3 |
1928 | 2024-02-01T07:33:00.068Z | Checking subprocess v0.2.9 |
1929 | 2024-02-01T07:33:00.113Z | Checking arc-swap v1.6.0 |
1930 | 2024-02-01T07:33:00.419Z | Compiling cancel-safe-futures v0.1.5 |
1931 | 2024-02-01T07:33:00.437Z | Checking half v2.3.1 |
1932 | 2024-02-01T07:33:00.795Z | Checking slog-scope v4.4.0 |
1933 | 2024-02-01T07:33:01.303Z | Checking ciborium-io v0.2.2 |
1934 | 2024-02-01T07:33:01.329Z | Checking resolv-conf v0.7.0 |
1935 | 2024-02-01T07:33:01.329Z | Checking slog-stdlog v4.1.1 |
1936 | 2024-02-01T07:33:01.330Z | Checking ciborium-ll v0.2.2 |
1937 | 2024-02-01T07:33:01.330Z | Checking slog-envlogger v2.2.0 |
1938 | 2024-02-01T07:33:01.550Z | Checking trust-dns-resolver v0.22.0 |
1939 | 2024-02-01T07:33:01.604Z | Checking libsw v3.3.1 |
1940 | 2024-02-01T07:33:01.621Z | Checking ciborium v0.2.2 |
1941 | 2024-02-01T07:33:01.624Z | Compiling derive-where v1.2.7 |
1942 | 2024-02-01T07:33:01.984Z | Checking owo-colors v4.0.0 |
1943 | 2024-02-01T07:33:02.198Z | Checking linear-map v1.2.0 |
1944 | 2024-02-01T07:33:02.693Z | Checking textwrap v0.11.0 |
1945 | 2024-02-01T07:33:03.047Z | Compiling heck v0.3.3 |
1946 | 2024-02-01T07:33:03.209Z | Checking ansi_term v0.12.1 |
1947 | 2024-02-01T07:33:03.632Z | Checking vec_map v0.8.2 |
1948 | 2024-02-01T07:33:03.686Z | Checking strsim v0.8.0 |
1949 | 2024-02-01T07:33:03.953Z | Compiling libefi-sys v0.1.0 |
1950 | 2024-02-01T07:33:04.033Z | Compiling structopt-derive v0.4.18 |
1951 | 2024-02-01T07:33:04.461Z | Checking clap v2.34.0 |
1952 | 2024-02-01T07:33:04.478Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
1953 | 2024-02-01T07:33:04.973Z | Compiling slog-dtrace v0.3.0 |
1954 | 2024-02-01T07:33:05.031Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
1955 | 2024-02-01T07:33:05.493Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1956 | 2024-02-01T07:33:05.943Z | Checking termcolor v1.2.0 |
1957 | 2024-02-01T07:33:05.975Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1958 | 2024-02-01T07:33:06.563Z | Checking nibble_vec v0.1.0 |
1959 | 2024-02-01T07:33:06.836Z | Compiling radium v0.7.0 |
1960 | 2024-02-01T07:33:06.941Z | Checking endian-type v0.1.2 |
1961 | 2024-02-01T07:33:07.235Z | Checking radix_trie v0.2.1 |
1962 | 2024-02-01T07:33:07.545Z | Compiling maybe-uninit v2.0.0 |
1963 | 2024-02-01T07:33:07.749Z | Checking tap v1.0.1 |
1964 | 2024-02-01T07:33:08.038Z | Checking wyz v0.5.1 |
1965 | 2024-02-01T07:33:08.438Z | Checking fxhash v0.2.1 |
1966 | 2024-02-01T07:33:08.518Z | Compiling packed_struct v0.10.1 |
1967 | 2024-02-01T07:33:08.577Z | Checking funty v2.0.0 |
1968 | 2024-02-01T07:33:08.620Z | Checking crc-catalog v2.2.0 |
1969 | 2024-02-01T07:33:08.662Z | Compiling num-bigint-dig v0.8.4 |
1970 | 2024-02-01T07:33:08.818Z | Checking crc v3.0.1 |
1971 | 2024-02-01T07:33:08.908Z | Checking mockall v0.12.0 |
1972 | 2024-02-01T07:33:09.025Z | Checking structopt v0.3.26 |
1973 | 2024-02-01T07:33:09.146Z | Compiling packed_struct_codegen v0.10.1 |
1974 | 2024-02-01T07:33:09.167Z | Compiling indexmap v1.9.3 |
1975 | 2024-02-01T07:33:09.226Z | Checking nodrop v0.1.14 |
1976 | 2024-02-01T07:33:09.258Z | Compiling semver v0.1.20 |
1977 | 2024-02-01T07:33:09.396Z | Checking array-init v0.0.4 |
1978 | 2024-02-01T07:33:09.564Z | Checking smallvec v0.6.14 |
1979 | 2024-02-01T07:33:10.147Z | Compiling rustc_version v0.1.7 |
1980 | 2024-02-01T07:33:10.275Z | Checking bitvec v1.0.1 |
1981 | 2024-02-01T07:33:10.324Z | Checking pkcs1 v0.7.5 |
1982 | 2024-02-01T07:33:10.904Z | Checking signature v2.1.0 |
1983 | 2024-02-01T07:33:10.919Z | Checking bitfield v0.14.0 |
1984 | 2024-02-01T07:33:11.159Z | Checking hashbrown v0.12.3 |
1985 | 2024-02-01T07:33:11.571Z | Checking serde-hex v0.1.0 |
1986 | 2024-02-01T07:33:12.642Z | Compiling newtype_derive v0.1.6 |
1987 | 2024-02-01T07:33:12.887Z | Checking rsa v0.9.2 |
1988 | 2024-02-01T07:33:13.132Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1989 | 2024-02-01T07:33:13.438Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1990 | 2024-02-01T07:33:13.481Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1991 | 2024-02-01T07:33:13.904Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1992 | 2024-02-01T07:33:13.955Z | Checking env_logger v0.10.0 |
1993 | 2024-02-01T07:33:13.973Z | Checking x509-cert v0.2.4 |
1994 | 2024-02-01T07:33:14.149Z | Checking ron v0.8.1 |
1995 | 2024-02-01T07:33:14.263Z | Compiling semver-parser v0.10.2 |
1996 | 2024-02-01T07:33:14.605Z | Checking crc-any v2.4.3 |
1997 | 2024-02-01T07:33:16.166Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
1998 | 2024-02-01T07:33:16.540Z | Compiling semver v0.11.0 |
1999 | 2024-02-01T07:33:16.588Z | Checking object v0.30.4 |
2000 | 2024-02-01T07:33:17.419Z | Compiling num-rational v0.4.1 |
2001 | 2024-02-01T07:33:17.988Z | Compiling home v0.5.5 |
2002 | 2024-02-01T07:33:18.188Z | Checking path-slash v0.1.5 |
2003 | 2024-02-01T07:33:18.315Z | Compiling toolchain_find v0.2.0 |
2004 | 2024-02-01T07:33:18.712Z | Compiling toml v0.5.11 |
2005 | 2024-02-01T07:33:19.168Z | Compiling convert_case v0.4.0 |
2006 | 2024-02-01T07:33:19.244Z | Compiling topological-sort v0.2.2 |
2007 | 2024-02-01T07:33:20.608Z | Compiling omicron-zone-package v0.10.1 |
2008 | 2024-02-01T07:33:20.687Z | Compiling derive_more v0.99.17 |
2009 | 2024-02-01T07:33:21.088Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2010 | 2024-02-01T07:33:21.651Z | Compiling rustfmt-wrapper v0.2.0 |
2011 | 2024-02-01T07:33:21.808Z | Checking steno v0.4.0 |
2012 | 2024-02-01T07:33:25.035Z | Checking num-complex v0.4.4 |
2013 | 2024-02-01T07:33:25.485Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2014 | 2024-02-01T07:33:25.673Z | Checking newline-converter v0.3.0 |
2015 | 2024-02-01T07:33:25.885Z | Checking utf-8 v0.7.6 |
2016 | 2024-02-01T07:33:26.168Z | Checking tungstenite v0.20.1 |
2017 | 2024-02-01T07:33:26.591Z | Checking num v0.4.1 |
2018 | 2024-02-01T07:33:26.729Z | Checking expectorate v1.1.0 |
2019 | 2024-02-01T07:33:26.841Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2020 | 2024-02-01T07:33:26.955Z | Compiling buf-list v1.0.3 |
2021 | 2024-02-01T07:33:27.346Z | Checking display-error-chain v0.2.0 |
2022 | 2024-02-01T07:33:27.415Z | Compiling parking_lot_core v0.8.6 |
2023 | 2024-02-01T07:33:27.543Z | Checking keccak v0.1.4 |
2024 | 2024-02-01T07:33:27.608Z | Checking tokio-tungstenite v0.20.1 |
2025 | 2024-02-01T07:33:28.454Z | Checking sha3 v0.10.8 |
2026 | 2024-02-01T07:33:28.464Z | Checking trust-dns-client v0.22.0 |
2027 | 2024-02-01T07:33:28.513Z | Checking secrecy v0.8.0 |
2028 | 2024-02-01T07:33:28.622Z | Checking parking_lot v0.11.2 |
2029 | 2024-02-01T07:33:28.640Z | Compiling pin-project-internal v1.1.3 |
2030 | 2024-02-01T07:33:28.807Z | Compiling doc-comment v0.3.3 |
2031 | 2024-02-01T07:33:29.171Z | Checking sled v0.34.7 |
2032 | 2024-02-01T07:33:30.005Z | Checking glob v0.3.1 |
2033 | 2024-02-01T07:33:30.352Z | Compiling vte_generate_state_changes v0.1.1 |
2034 | 2024-02-01T07:33:30.439Z | Compiling unicase v2.7.0 |
2035 | 2024-02-01T07:33:30.782Z | Checking trust-dns-server v0.22.1 |
2036 | 2024-02-01T07:33:30.874Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2037 | 2024-02-01T07:33:31.337Z | Compiling platforms v3.0.2 |
2038 | 2024-02-01T07:33:31.347Z | Checking vte v0.11.1 |
2039 | 2024-02-01T07:33:32.130Z | Checking crossbeam-deque v0.8.3 |
2040 | 2024-02-01T07:33:32.588Z | Checking fd-lock v3.0.13 |
2041 | 2024-02-01T07:33:32.873Z | Compiling snafu-derive v0.7.5 |
2042 | 2024-02-01T07:33:33.875Z | Compiling fs-err v2.11.0 |
2043 | 2024-02-01T07:33:33.888Z | Checking pin-project v1.1.3 |
2044 | 2024-02-01T07:33:33.906Z | Checking strip-ansi-escapes v0.2.0 |
2045 | 2024-02-01T07:33:34.058Z | Compiling rayon-core v1.12.0 |
2046 | 2024-02-01T07:33:34.108Z | Checking nu-ansi-term v0.49.0 |
2047 | 2024-02-01T07:33:34.522Z | Checking globset v0.4.13 |
2048 | 2024-02-01T07:33:34.732Z | Checking reedline v0.28.0 |
2049 | 2024-02-01T07:33:35.117Z | Checking olpc-cjson v0.1.3 |
2050 | 2024-02-01T07:33:35.212Z | Checking serde_plain v1.0.2 |
2051 | 2024-02-01T07:33:35.245Z | Compiling async-recursion v1.0.5 |
2052 | 2024-02-01T07:33:35.415Z | Checking typed-path v0.7.0 |
2053 | 2024-02-01T07:33:35.450Z | Compiling curve25519-dalek v4.1.1 |
2054 | 2024-02-01T07:33:36.337Z | Checking progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2055 | 2024-02-01T07:33:36.630Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2056 | 2024-02-01T07:33:36.869Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2057 | 2024-02-01T07:33:36.934Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2058 | 2024-02-01T07:33:37.453Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2059 | 2024-02-01T07:33:38.037Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2060 | 2024-02-01T07:33:38.586Z | Compiling progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2061 | 2024-02-01T07:33:38.725Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2062 | 2024-02-01T07:33:41.071Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2063 | 2024-02-01T07:33:41.806Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2064 | 2024-02-01T07:33:42.427Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2065 | 2024-02-01T07:33:42.483Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2066 | 2024-02-01T07:33:42.580Z | Checking snafu v0.7.5 |
2067 | 2024-02-01T07:33:43.357Z | Checking tough v0.16.0 |
2068 | 2024-02-01T07:33:43.360Z | Compiling memoffset v0.7.1 |
2069 | 2024-02-01T07:33:43.666Z | Checking parse-size v1.0.0 |
2070 | 2024-02-01T07:33:43.921Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2071 | 2024-02-01T07:33:44.000Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2072 | 2024-02-01T07:33:44.123Z | Checking rayon v1.8.0 |
2073 | 2024-02-01T07:33:47.052Z | Compiling mime_guess v2.0.4 |
2074 | 2024-02-01T07:33:50.373Z | Checking progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2075 | 2024-02-01T07:33:50.858Z | Checking universal-hash v0.5.1 |
2076 | 2024-02-01T07:33:51.123Z | Compiling thiserror-impl-no-std v2.0.2 |
2077 | 2024-02-01T07:33:51.238Z | Compiling curve25519-dalek-derive v0.1.0 |
2078 | 2024-02-01T07:33:52.069Z | Compiling progenitor-macro v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2079 | 2024-02-01T07:33:52.446Z | Checking opaque-debug v0.3.0 |
2080 | 2024-02-01T07:33:52.565Z | Checking poly1305 v0.8.0 |
2081 | 2024-02-01T07:33:53.959Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2082 | 2024-02-01T07:33:54.404Z | Checking chacha20 v0.9.1 |
2083 | 2024-02-01T07:33:54.968Z | Checking aead v0.5.2 |
2084 | 2024-02-01T07:33:55.293Z | Checking kstat-rs v0.2.3 |
2085 | 2024-02-01T07:33:55.784Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2086 | 2024-02-01T07:33:56.215Z | Checking signature v1.6.4 |
2087 | 2024-02-01T07:33:56.400Z | Compiling salty v0.2.0 |
2088 | 2024-02-01T07:33:56.555Z | Checking thiserror-no-std v2.0.2 |
2089 | 2024-02-01T07:33:56.600Z | Checking ed25519 v1.5.3 |
2090 | 2024-02-01T07:33:56.695Z | Checking vsss-rs v3.3.4 |
2091 | 2024-02-01T07:33:56.923Z | Checking chacha20poly1305 v0.10.1 |
2092 | 2024-02-01T07:33:57.258Z | Checking nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2093 | 2024-02-01T07:33:58.387Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2094 | 2024-02-01T07:33:58.672Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2095 | 2024-02-01T07:33:58.764Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2096 | 2024-02-01T07:34:01.736Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2097 | 2024-02-01T07:34:02.981Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2098 | 2024-02-01T07:34:03.455Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2099 | 2024-02-01T07:34:04.116Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2100 | 2024-02-01T07:34:05.190Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2101 | 2024-02-01T07:34:06.244Z | Checking serde-big-array v0.5.1 |
2102 | 2024-02-01T07:34:06.565Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2103 | 2024-02-01T07:34:08.087Z | Checking bytecount v0.6.3 |
2104 | 2024-02-01T07:34:08.297Z | Checking humantime v2.1.0 |
2105 | 2024-02-01T07:34:09.272Z | Checking papergrid v0.11.0 |
2106 | 2024-02-01T07:34:09.764Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2107 | 2024-02-01T07:34:10.425Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2108 | 2024-02-01T07:34:11.299Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
2109 | 2024-02-01T07:34:11.662Z | Compiling tabled_derive v0.7.0 |
2110 | 2024-02-01T07:34:12.934Z | Checking signal-hook-tokio v0.3.1 |
2111 | 2024-02-01T07:34:12.953Z | Checking fd-lock v4.0.2 |
2112 | 2024-02-01T07:34:13.179Z | Checking nix v0.27.1 |
2113 | 2024-02-01T07:34:13.225Z | Checking serde-big-array v0.4.1 |
2114 | 2024-02-01T07:34:13.443Z | Compiling sqlparser_derive v0.2.2 |
2115 | 2024-02-01T07:34:13.501Z | Checking unicode_categories v0.1.1 |
2116 | 2024-02-01T07:34:14.182Z | Checking sqlformat v0.2.3 |
2117 | 2024-02-01T07:34:15.224Z | Checking sqlparser v0.43.1 |
2118 | 2024-02-01T07:34:16.147Z | Checking tabled v0.15.0 |
2119 | 2024-02-01T07:34:16.434Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2120 | 2024-02-01T07:34:17.308Z | Checking rustyline v13.0.0 |
2121 | 2024-02-01T07:34:18.115Z | Checking bcs v0.1.6 |
2122 | 2024-02-01T07:34:19.273Z | Compiling prettyplease v0.2.16 |
2123 | 2024-02-01T07:34:19.281Z | Checking highway v1.1.0 |
2124 | 2024-02-01T07:34:19.920Z | Checking corncobs v0.1.3 |
2125 | 2024-02-01T07:34:20.063Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2126 | 2024-02-01T07:34:20.199Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2127 | 2024-02-01T07:34:20.461Z | Checking http-range v0.1.5 |
2128 | 2024-02-01T07:34:20.709Z | Checking hyper-staticfile v0.9.5 |
2129 | 2024-02-01T07:34:20.862Z | Compiling portable-atomic v1.4.3 |
2130 | 2024-02-01T07:34:21.341Z | Compiling crunchy v0.2.2 |
2131 | 2024-02-01T07:34:21.705Z | Compiling clang-sys v1.6.1 |
2132 | 2024-02-01T07:34:22.115Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2133 | 2024-02-01T07:34:22.511Z | Compiling tiny-keccak v2.0.2 |
2134 | 2024-02-01T07:34:22.832Z | Checking assert_matches v1.5.0 |
2135 | 2024-02-01T07:34:23.133Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2136 | 2024-02-01T07:34:23.719Z | Checking progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2137 | 2024-02-01T07:34:24.030Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2138 | 2024-02-01T07:34:24.613Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2139 | 2024-02-01T07:34:24.966Z | Compiling darling_core v0.14.4 |
2140 | 2024-02-01T07:34:25.473Z | Checking number_prefix v0.4.0 |
2141 | 2024-02-01T07:34:25.749Z | Checking indicatif v0.17.7 |
2142 | 2024-02-01T07:34:26.655Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2143 | 2024-02-01T07:34:26.926Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2144 | 2024-02-01T07:34:28.435Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2145 | 2024-02-01T07:34:29.397Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2146 | 2024-02-01T07:34:29.674Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2147 | 2024-02-01T07:34:29.960Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2148 | 2024-02-01T07:34:32.304Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2149 | 2024-02-01T07:34:32.351Z | Compiling ascii-canvas v3.0.0 |
2150 | 2024-02-01T07:34:34.476Z | Compiling ena v0.14.2 |
2151 | 2024-02-01T07:34:34.822Z | Compiling darling_macro v0.14.4 |
2152 | 2024-02-01T07:34:35.103Z | Compiling libloading v0.7.4 |
2153 | 2024-02-01T07:34:35.122Z | Compiling regex-syntax v0.6.29 |
2154 | 2024-02-01T07:34:35.292Z | Compiling diff v0.1.13 |
2155 | 2024-02-01T07:34:35.717Z | Compiling bindgen v0.69.2 |
2156 | 2024-02-01T07:34:36.490Z | Compiling darling v0.14.4 |
2157 | 2024-02-01T07:34:36.743Z | Compiling cexpr v0.6.0 |
2158 | 2024-02-01T07:34:36.799Z | Compiling which v4.4.0 |
2159 | 2024-02-01T07:34:37.753Z | Compiling rustc-hash v1.1.0 |
2160 | 2024-02-01T07:34:38.000Z | Compiling shlex v1.3.0 |
2161 | 2024-02-01T07:34:38.671Z | Compiling lazycell v1.3.0 |
2162 | 2024-02-01T07:34:38.923Z | Compiling peeking_take_while v0.1.2 |
2163 | 2024-02-01T07:34:39.112Z | Compiling ref-cast v1.0.20 |
2164 | 2024-02-01T07:34:39.562Z | Checking maplit v1.0.2 |
2165 | 2024-02-01T07:34:39.709Z | Compiling derive_builder_core v0.12.0 |
2166 | 2024-02-01T07:34:39.974Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2167 | 2024-02-01T07:34:40.389Z | Compiling ref-cast-impl v1.0.20 |
2168 | 2024-02-01T07:34:41.249Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2169 | 2024-02-01T07:34:41.783Z | Compiling lalrpop v0.19.12 |
2170 | 2024-02-01T07:34:43.708Z | Compiling libxml v0.3.3 |
2171 | 2024-02-01T07:34:44.275Z | Compiling derive_builder_macro v0.12.0 |
2172 | 2024-02-01T07:34:45.419Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2173 | 2024-02-01T07:34:45.503Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2174 | 2024-02-01T07:34:45.648Z | Compiling strum_macros v0.24.3 |
2175 | 2024-02-01T07:34:45.910Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2176 | 2024-02-01T07:34:45.962Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2177 | 2024-02-01T07:34:46.410Z | Compiling cookie v0.18.0 |
2178 | 2024-02-01T07:34:46.848Z | Compiling indoc v1.0.9 |
2179 | 2024-02-01T07:34:47.477Z | Checking derive_builder v0.12.0 |
2180 | 2024-02-01T07:34:48.544Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2181 | 2024-02-01T07:34:50.480Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2182 | 2024-02-01T07:34:50.677Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2183 | 2024-02-01T07:34:51.131Z | Checking bb8 v0.8.1 |
2184 | 2024-02-01T07:34:51.895Z | Checking quick-xml v0.30.0 |
2185 | 2024-02-01T07:34:52.138Z | Compiling oso-derive v0.27.0 |
2186 | 2024-02-01T07:34:52.188Z | Compiling impl-trait-for-tuples v0.2.2 |
2187 | 2024-02-01T07:34:52.719Z | Checking unicode-linebreak v0.1.5 |
2188 | 2024-02-01T07:34:53.466Z | Checking smawk v0.3.1 |
2189 | 2024-02-01T07:34:53.745Z | Checking textwrap v0.16.0 |
2190 | 2024-02-01T07:34:53.942Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2191 | 2024-02-01T07:34:54.923Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2192 | 2024-02-01T07:34:55.089Z | Checking is_ci v1.1.1 |
2193 | 2024-02-01T07:34:55.268Z | Checking supports-color v2.1.0 |
2194 | 2024-02-01T07:34:55.554Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2195 | 2024-02-01T07:34:55.572Z | Checking lru v0.12.1 |
2196 | 2024-02-01T07:34:55.962Z | Compiling stability v0.1.1 |
2197 | 2024-02-01T07:34:57.534Z | Checking cassowary v0.3.0 |
2198 | 2024-02-01T07:34:57.630Z | Compiling indoc v2.0.3 |
2199 | 2024-02-01T07:34:58.213Z | Checking rtoolbox v0.0.1 |
2200 | 2024-02-01T07:34:58.308Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2201 | 2024-02-01T07:34:59.115Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2202 | 2024-02-01T07:34:59.378Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2203 | 2024-02-01T07:34:59.973Z | Checking ratatui v0.25.0 |
2204 | 2024-02-01T07:35:00.660Z | Checking nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
2205 | 2024-02-01T07:35:01.794Z | Checking rpassword v7.3.1 |
2206 | 2024-02-01T07:35:02.009Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2207 | 2024-02-01T07:35:02.435Z | Checking shell-words v1.1.0 |
2208 | 2024-02-01T07:35:02.714Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2209 | 2024-02-01T07:35:04.253Z | Checking tui-tree-widget v0.16.0 |
2210 | 2024-02-01T07:35:04.495Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
2211 | 2024-02-01T07:35:04.725Z | Checking fatfs v0.3.6 |
2212 | 2024-02-01T07:35:06.403Z | Checking yansi v0.5.1 |
2213 | 2024-02-01T07:35:06.905Z | Compiling target-lexicon v0.12.12 |
2214 | 2024-02-01T07:35:07.141Z | Checking pretty_assertions v1.4.0 |
2215 | 2024-02-01T07:35:07.438Z | Checking plotters-backend v0.3.5 |
2216 | 2024-02-01T07:35:08.023Z | Compiling guppy-workspace-hack v0.1.0 |
2217 | 2024-02-01T07:35:08.468Z | Checking plotters-svg v0.3.5 |
2218 | 2024-02-01T07:35:08.796Z | Checking http-body v1.0.0 |
2219 | 2024-02-01T07:35:09.095Z | Checking rand v0.4.6 |
2220 | 2024-02-01T07:35:09.285Z | Compiling target-spec v3.0.1 |
2221 | 2024-02-01T07:35:10.107Z | Checking tower-layer v0.3.2 |
2222 | 2024-02-01T07:35:10.514Z | Checking remove_dir_all v0.5.3 |
2223 | 2024-02-01T07:35:10.652Z | Checking cast v0.3.0 |
2224 | 2024-02-01T07:35:10.655Z | Checking tempdir v0.3.7 |
2225 | 2024-02-01T07:35:10.903Z | Checking tower v0.4.13 |
2226 | 2024-02-01T07:35:11.145Z | Checking criterion-plot v0.5.0 |
2227 | 2024-02-01T07:35:11.821Z | Checking cfg-expr v0.15.5 |
2228 | 2024-02-01T07:35:11.919Z | Checking hyper v1.1.0 |
2229 | 2024-02-01T07:35:12.163Z | Checking plotters v0.3.5 |
2230 | 2024-02-01T07:35:13.264Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2231 | 2024-02-01T07:35:13.920Z | Checking tinytemplate v1.2.1 |
2232 | 2024-02-01T07:35:14.480Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2233 | 2024-02-01T07:35:14.544Z | Checking cargo-platform v0.1.3 |
2234 | 2024-02-01T07:35:14.639Z | Checking anes v0.1.6 |
2235 | 2024-02-01T07:35:14.985Z | Checking oorandom v11.1.3 |
2236 | 2024-02-01T07:35:15.065Z | Checking cargo_metadata v0.18.1 |
2237 | 2024-02-01T07:35:15.195Z | Checking hyper-util v0.1.2 |
2238 | 2024-02-01T07:35:15.214Z | Checking criterion v0.5.1 |
2239 | 2024-02-01T07:35:17.690Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2240 | 2024-02-01T07:35:18.086Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2241 | 2024-02-01T07:35:19.891Z | Checking assert_cmd v2.0.13 |
2242 | 2024-02-01T07:35:20.551Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2243 | 2024-02-01T07:35:23.055Z | Checking rustls-native-certs v0.7.0 |
2244 | 2024-02-01T07:35:23.255Z | Checking pathdiff v0.2.1 |
2245 | 2024-02-01T07:35:23.613Z | Checking nested v0.1.1 |
2246 | 2024-02-01T07:35:25.106Z | Checking guppy v0.17.4 |
2247 | 2024-02-01T07:35:25.818Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2248 | 2024-02-01T07:35:26.009Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2249 | 2024-02-01T07:35:26.251Z | Checking hyper-rustls v0.26.0 |
2250 | 2024-02-01T07:35:26.752Z | Checking threadpool v1.8.1 |
2251 | 2024-02-01T07:35:27.023Z | Checking nanorand v0.7.0 |
2252 | 2024-02-01T07:35:27.252Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2253 | 2024-02-01T07:35:27.590Z | Checking flume v0.11.0 |
2254 | 2024-02-01T07:35:28.336Z | Checking libtest-mimic v0.6.1 |
2255 | 2024-02-01T07:35:28.639Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2256 | 2024-02-01T07:35:28.993Z | Checking httptest v0.15.5 |
2257 | 2024-02-01T07:35:29.704Z | Checking similar-asserts v1.5.0 |
2258 | 2024-02-01T07:35:30.039Z | Compiling rstest_macros v0.18.2 |
2259 | 2024-02-01T07:35:30.171Z | Compiling crossbeam-queue v0.3.8 |
2260 | 2024-02-01T07:35:30.945Z | Checking datatest-stable v0.2.3 |
2261 | 2024-02-01T07:35:30.984Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2262 | 2024-02-01T07:35:31.268Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2263 | 2024-02-01T07:35:32.380Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2264 | 2024-02-01T07:35:32.820Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2265 | 2024-02-01T07:35:33.288Z | Checking arrayref v0.3.7 |
2266 | 2024-02-01T07:35:33.453Z | Compiling trybuild v1.0.89 |
2267 | 2024-02-01T07:35:33.502Z | Checking constant_time_eq v0.2.6 |
2268 | 2024-02-01T07:35:33.663Z | Compiling relative-path v1.9.0 |
2269 | 2024-02-01T07:35:33.811Z | Checking arrayvec v0.7.4 |
2270 | 2024-02-01T07:35:34.405Z | Checking blake2b_simd v1.0.1 |
2271 | 2024-02-01T07:35:34.514Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2272 | 2024-02-01T07:35:35.726Z | Checking basic-toml v0.1.8 |
2273 | 2024-02-01T07:35:37.051Z | Checking futures-timer v3.0.2 |
2274 | 2024-02-01T07:35:37.493Z | Checking constant_time_eq v0.3.0 |
2275 | 2024-02-01T07:35:37.664Z | Checking rust-argon2 v1.0.1 |
2276 | 2024-02-01T07:35:40.552Z | Checking crossbeam v0.8.2 |
2277 | 2024-02-01T07:35:42.445Z | Checking partial-io v0.5.4 |
2278 | 2024-02-01T07:35:43.003Z | Checking approx v0.5.1 |
2279 | 2024-02-01T07:35:43.351Z | Checking termios v0.3.3 |
2280 | 2024-02-01T07:35:43.645Z | Checking hex-literal v0.4.1 |
2281 | 2024-02-01T07:35:50.648Z | Checking rstest v0.18.2 |
2282 | 2024-02-01T07:35:52.152Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2283 | 2024-02-01T07:35:56.066Z | Checking omicron-deploy v0.1.0 (/work/oxidecomputer/omicron/dev-tools/thing-flinger) |
2284 | 2024-02-01T07:37:03.637Z | Checking zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
2285 | 2024-02-01T07:37:11.379Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2286 | 2024-02-01T07:37:12.371Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2287 | 2024-02-01T07:37:20.366Z | Checking caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
2288 | 2024-02-01T07:37:20.889Z | Compiling samael v0.0.14 |
2289 | 2024-02-01T07:37:52.509Z | Compiling polar-core v0.27.0 |
2290 | 2024-02-01T07:38:03.469Z | Checking oso v0.27.0 |
2291 | 2024-02-01T07:38:42.613Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2292 | 2024-02-01T07:40:12.799Z | Finished dev [unoptimized + debuginfo] target(s) in 10m 45s |
2293 | 2024-02-01T07:40:13.028Z | |
2294 | 2024-02-01T07:40:13.028Z | real 11:43.382184596 |
2295 | 2024-02-01T07:40:13.028Z | user 1:04:23.963262520 |
2296 | 2024-02-01T07:40:13.029Z | sys 8:11.411852386 |
2297 | 2024-02-01T07:40:13.030Z | trap 2.133547553 |
2298 | 2024-02-01T07:40:13.030Z | tflt 2.348362306 |
2299 | 2024-02-01T07:40:13.030Z | dflt 4.033327140 |
2300 | 2024-02-01T07:40:13.030Z | kflt 0.024256729 |
2301 | 2024-02-01T07:40:13.030Z | lock 1:42:14.744354051 |
2302 | 2024-02-01T07:40:13.033Z | slp 3:10:32.794286777 |
2303 | 2024-02-01T07:40:13.033Z | lat 2:18.735403978 |
2304 | 2024-02-01T07:40:13.033Z | stop 5:01.077979911 |
2305 | 2024-02-01T07:40:14.240Z | warning: output filename collision. |
2306 | 2024-02-01T07:40:14.241Z | 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)`. |
2307 | 2024-02-01T07:40:14.241Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2308 | 2024-02-01T07:40:14.241Z | The targets should have unique names. |
2309 | 2024-02-01T07:40:14.241Z | This is a known bug where multiple crates with the same name use |
2310 | 2024-02-01T07:40:14.241Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2311 | 2024-02-01T07:40:14.245Z | warning: output filename collision. |
2312 | 2024-02-01T07:40:14.245Z | 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)`. |
2313 | 2024-02-01T07:40:14.245Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/nix/index.html |
2314 | 2024-02-01T07:40:14.245Z | The targets should have unique names. |
2315 | 2024-02-01T07:40:14.245Z | This is a known bug where multiple crates with the same name use |
2316 | 2024-02-01T07:40:14.246Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2317 | 2024-02-01T07:40:14.246Z | warning: output filename collision. |
2318 | 2024-02-01T07:40:14.246Z | 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)`. |
2319 | 2024-02-01T07:40:14.246Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2320 | 2024-02-01T07:40:14.246Z | The targets should have unique names. |
2321 | 2024-02-01T07:40:14.246Z | This is a known bug where multiple crates with the same name use |
2322 | 2024-02-01T07:40:14.246Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2323 | 2024-02-01T07:40:14.246Z | warning: output filename collision. |
2324 | 2024-02-01T07:40:14.246Z | The lib target `progenitor` in package `progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)` has the same output filename as the lib target `progenitor` in package `progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)`. |
2325 | 2024-02-01T07:40:14.246Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor/index.html |
2326 | 2024-02-01T07:40:14.246Z | The targets should have unique names. |
2327 | 2024-02-01T07:40:14.246Z | This is a known bug where multiple crates with the same name use |
2328 | 2024-02-01T07:40:14.246Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2329 | 2024-02-01T07:40:14.246Z | warning: output filename collision. |
2330 | 2024-02-01T07:40:14.246Z | The lib target `progenitor-client` in package `progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)` has the same output filename as the lib target `progenitor-client` in package `progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)`. |
2331 | 2024-02-01T07:40:14.246Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor_client/index.html |
2332 | 2024-02-01T07:40:14.246Z | The targets should have unique names. |
2333 | 2024-02-01T07:40:14.246Z | This is a known bug where multiple crates with the same name use |
2334 | 2024-02-01T07:40:14.246Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2335 | 2024-02-01T07:40:14.246Z | warning: output filename collision. |
2336 | 2024-02-01T07:40:14.246Z | The lib target `progenitor-impl` in package `progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220)` has the same output filename as the lib target `progenitor-impl` in package `progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220)`. |
2337 | 2024-02-01T07:40:14.246Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/progenitor_impl/index.html |
2338 | 2024-02-01T07:40:14.246Z | The targets should have unique names. |
2339 | 2024-02-01T07:40:14.246Z | This is a known bug where multiple crates with the same name use |
2340 | 2024-02-01T07:40:14.247Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2341 | 2024-02-01T07:40:14.247Z | warning: output filename collision. |
2342 | 2024-02-01T07:40:14.247Z | 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)`. |
2343 | 2024-02-01T07:40:14.247Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2344 | 2024-02-01T07:40:14.247Z | The targets should have unique names. |
2345 | 2024-02-01T07:40:14.247Z | This is a known bug where multiple crates with the same name use |
2346 | 2024-02-01T07:40:14.247Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2347 | 2024-02-01T07:40:14.894Z | Documenting libc v0.2.152 |
2348 | 2024-02-01T07:40:14.910Z | Documenting cfg-if v1.0.0 |
2349 | 2024-02-01T07:40:14.924Z | Documenting serde_derive v1.0.195 |
2350 | 2024-02-01T07:40:14.949Z | Documenting log v0.4.20 |
2351 | 2024-02-01T07:40:14.966Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2352 | 2024-02-01T07:40:14.980Z | Documenting memchr v2.6.3 |
2353 | 2024-02-01T07:40:14.993Z | Documenting scopeguard v1.2.0 |
2354 | 2024-02-01T07:40:15.007Z | Documenting byteorder v1.5.0 |
2355 | 2024-02-01T07:40:15.383Z | Documenting smallvec v1.11.2 |
2356 | 2024-02-01T07:40:18.842Z | Documenting itoa v1.0.9 |
2357 | 2024-02-01T07:40:19.058Z | Documenting lock_api v0.4.10 |
2358 | 2024-02-01T07:40:19.927Z | Documenting zeroize_derive v1.4.2 |
2359 | 2024-02-01T07:40:20.898Z | Documenting once_cell v1.19.0 |
2360 | 2024-02-01T07:40:21.012Z | Documenting pin-project-lite v0.2.13 |
2361 | 2024-02-01T07:40:21.196Z | Documenting getrandom v0.2.10 |
2362 | 2024-02-01T07:40:21.847Z | Documenting parking_lot_core v0.9.8 |
2363 | 2024-02-01T07:40:22.931Z | Documenting libm v0.2.7 |
2364 | 2024-02-01T07:40:23.563Z | Documenting signal-hook-registry v1.4.1 |
2365 | 2024-02-01T07:40:24.601Z | Documenting serde v1.0.195 |
2366 | 2024-02-01T07:40:25.034Z | Documenting mio v0.8.9 |
2367 | 2024-02-01T07:40:26.671Z | Documenting rand_core v0.6.4 |
2368 | 2024-02-01T07:40:26.784Z | Documenting futures-core v0.3.30 |
2369 | 2024-02-01T07:40:27.482Z | Documenting zeroize v1.7.0 |
2370 | 2024-02-01T07:40:27.541Z | Documenting parking_lot v0.12.1 |
2371 | 2024-02-01T07:40:27.771Z | Documenting num-traits v0.2.16 |
2372 | 2024-02-01T07:40:29.142Z | Documenting thiserror-impl v1.0.56 |
2373 | 2024-02-01T07:40:30.922Z | Documenting num_cpus v1.16.0 |
2374 | 2024-02-01T07:40:31.974Z | Documenting socket2 v0.5.5 |
2375 | 2024-02-01T07:40:32.266Z | Documenting tokio-macros v2.2.0 |
2376 | 2024-02-01T07:40:33.272Z | Documenting typenum v1.16.0 |
2377 | 2024-02-01T07:40:33.309Z | Documenting subtle v2.5.0 |
2378 | 2024-02-01T07:40:34.821Z | Documenting ryu v1.0.15 |
2379 | 2024-02-01T07:40:36.180Z | Documenting thiserror v1.0.56 |
2380 | 2024-02-01T07:40:36.841Z | Documenting zerocopy v0.7.32 |
2381 | 2024-02-01T07:40:37.857Z | Documenting futures-sink v0.3.30 |
2382 | 2024-02-01T07:40:38.760Z | Documenting pin-utils v0.1.0 |
2383 | 2024-02-01T07:40:38.773Z | Documenting slab v0.4.9 |
2384 | 2024-02-01T07:40:38.897Z | Documenting futures-macro v0.3.30 |
2385 | 2024-02-01T07:40:41.461Z | Documenting futures-io v0.3.30 |
2386 | 2024-02-01T07:40:43.300Z | Documenting futures-channel v0.3.30 |
2387 | 2024-02-01T07:40:44.954Z | Documenting futures-task v0.3.30 |
2388 | 2024-02-01T07:40:45.761Z | Documenting const-oid v0.9.5 |
2389 | 2024-02-01T07:40:46.386Z | Documenting iana-time-zone v0.1.57 |
2390 | 2024-02-01T07:40:46.982Z | Documenting tinyvec_macros v0.1.1 |
2391 | 2024-02-01T07:40:48.848Z | Documenting ahash v0.8.6 |
2392 | 2024-02-01T07:40:49.083Z | Documenting allocator-api2 v0.2.16 |
2393 | 2024-02-01T07:40:50.704Z | Documenting futures-util v0.3.30 |
2394 | 2024-02-01T07:40:51.165Z | Documenting tinyvec v1.6.0 |
2395 | 2024-02-01T07:40:51.895Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2396 | 2024-02-01T07:40:53.234Z | Documenting tracing-core v0.1.31 |
2397 | 2024-02-01T07:40:54.350Z | Documenting tracing-attributes v0.1.26 |
2398 | 2024-02-01T07:40:55.630Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2399 | 2024-02-01T07:40:55.913Z | Documenting hashbrown v0.14.2 |
2400 | 2024-02-01T07:40:56.611Z | Documenting unicode-normalization v0.1.22 |
2401 | 2024-02-01T07:40:59.342Z | Documenting bytes v1.5.0 |
2402 | 2024-02-01T07:41:03.109Z | Documenting bitflags v2.4.0 |
2403 | 2024-02-01T07:41:03.951Z | Documenting serde_json v1.0.113 |
2404 | 2024-02-01T07:41:04.461Z | Documenting chrono v0.4.31 |
2405 | 2024-02-01T07:41:06.685Z | Documenting tokio v1.35.1 |
2406 | 2024-02-01T07:41:06.755Z | Documenting uuid v1.7.0 |
2407 | 2024-02-01T07:41:09.501Z | Documenting ppv-lite86 v0.2.17 |
2408 | 2024-02-01T07:41:09.974Z | Documenting unicode-bidi v0.3.13 |
2409 | 2024-02-01T07:41:12.173Z | Documenting equivalent v1.0.1 |
2410 | 2024-02-01T07:41:13.421Z | Documenting base64 v0.21.7 |
2411 | 2024-02-01T07:41:13.504Z | Documenting percent-encoding v2.3.1 |
2412 | 2024-02-01T07:41:14.712Z | Documenting rand_chacha v0.3.1 |
2413 | 2024-02-01T07:41:16.353Z | Documenting indexmap v2.2.2 |
2414 | 2024-02-01T07:41:16.744Z | Documenting lazy_static v1.4.0 |
2415 | 2024-02-01T07:41:18.702Z | Documenting generic-array v0.14.7 |
2416 | 2024-02-01T07:41:19.062Z | Checking serde_derive_internals v0.26.0 |
2417 | 2024-02-01T07:41:19.494Z | Documenting form_urlencoded v1.2.1 |
2418 | 2024-02-01T07:41:19.993Z | Documenting serde_derive_internals v0.26.0 |
2419 | 2024-02-01T07:41:20.620Z | Documenting rand v0.8.5 |
2420 | 2024-02-01T07:41:20.900Z | Documenting dyn-clone v1.0.13 |
2421 | 2024-02-01T07:41:22.610Z | Documenting tracing v0.1.37 |
2422 | 2024-02-01T07:41:23.617Z | Documenting fnv v1.0.7 |
2423 | 2024-02-01T07:41:24.605Z | Documenting cpufeatures v0.2.12 |
2424 | 2024-02-01T07:41:25.436Z | Documenting idna v0.5.0 |
2425 | 2024-02-01T07:41:25.444Z | Documenting httparse v1.8.0 |
2426 | 2024-02-01T07:41:25.567Z | Documenting crypto-common v0.1.6 |
2427 | 2024-02-01T07:41:27.791Z | Documenting block-buffer v0.10.4 |
2428 | 2024-02-01T07:41:28.180Z | Documenting schemars_derive v0.8.16 |
2429 | 2024-02-01T07:41:28.596Z | Documenting errno v0.3.8 |
2430 | 2024-02-01T07:41:28.880Z | Documenting unicode-ident v1.0.12 |
2431 | 2024-02-01T07:41:31.730Z | Documenting url v2.5.0 |
2432 | 2024-02-01T07:41:31.737Z | Documenting unicode-width v0.1.11 |
2433 | 2024-02-01T07:41:32.330Z | Documenting try-lock v0.2.4 |
2434 | 2024-02-01T07:41:32.868Z | Documenting proc-macro2 v1.0.78 |
2435 | 2024-02-01T07:41:33.450Z | Documenting digest v0.10.7 |
2436 | 2024-02-01T07:41:34.123Z | Documenting rustix v0.38.30 |
2437 | 2024-02-01T07:41:35.602Z | Documenting adler v1.0.2 |
2438 | 2024-02-01T07:41:36.373Z | Documenting httpdate v1.0.3 |
2439 | 2024-02-01T07:41:36.977Z | Documenting schemars v0.8.16 |
2440 | 2024-02-01T07:41:37.499Z | Documenting want v0.3.1 |
2441 | 2024-02-01T07:41:38.812Z | Documenting http-body v0.4.5 |
2442 | 2024-02-01T07:41:39.560Z | Documenting miniz_oxide v0.7.1 |
2443 | 2024-02-01T07:41:41.726Z | Documenting openssl-sys v0.9.96 |
2444 | 2024-02-01T07:41:43.013Z | Documenting openssl-macros v0.1.1 |
2445 | 2024-02-01T07:41:43.543Z | Documenting base64ct v1.6.0 |
2446 | 2024-02-01T07:41:44.740Z | Documenting tower-service v0.3.2 |
2447 | 2024-02-01T07:41:45.253Z | Documenting mime v0.3.17 |
2448 | 2024-02-01T07:41:45.606Z | Documenting quote v1.0.35 |
2449 | 2024-02-01T07:41:47.100Z | Documenting aho-corasick v1.0.4 |
2450 | 2024-02-01T07:41:49.496Z | Documenting openssl-probe v0.1.5 |
2451 | 2024-02-01T07:41:49.838Z | Documenting ipnet v2.9.0 |
2452 | 2024-02-01T07:41:49.882Z | Documenting regex-syntax v0.8.2 |
2453 | 2024-02-01T07:41:51.110Z | Documenting openssl v0.10.60 |
2454 | 2024-02-01T07:41:51.145Z | Documenting syn v2.0.48 |
2455 | 2024-02-01T07:41:51.603Z | Documenting slog v2.7.0 |
2456 | 2024-02-01T07:41:54.012Z | Documenting tokio-util v0.7.10 |
2457 | 2024-02-01T07:41:54.529Z | Documenting async-trait v0.1.77 |
2458 | 2024-02-01T07:41:55.128Z | Documenting pem-rfc7468 v0.7.0 |
2459 | 2024-02-01T07:41:56.363Z | Documenting encoding_rs v0.8.33 |
2460 | 2024-02-01T07:41:58.053Z | Documenting der_derive v0.7.2 |
2461 | 2024-02-01T07:42:00.455Z | Documenting regex-automata v0.4.4 |
2462 | 2024-02-01T07:42:01.008Z | Documenting flagset v0.4.3 |
2463 | 2024-02-01T07:42:01.347Z | Documenting utf8parse v0.2.1 |
2464 | 2024-02-01T07:42:02.285Z | Documenting h2 v0.3.24 |
2465 | 2024-02-01T07:42:03.437Z | Documenting serde_urlencoded v0.7.1 |
2466 | 2024-02-01T07:42:03.716Z | Documenting native-tls v0.2.11 |
2467 | 2024-02-01T07:42:05.211Z | Documenting num-integer v0.1.45 |
2468 | 2024-02-01T07:42:05.540Z | Documenting time-macros v0.2.13 |
2469 | 2024-02-01T07:42:05.773Z | Documenting der v0.7.8 |
2470 | 2024-02-01T07:42:09.472Z | Documenting time-core v0.1.1 |
2471 | 2024-02-01T07:42:11.202Z | Documenting deranged v0.3.8 |
2472 | 2024-02-01T07:42:11.486Z | Documenting tokio-native-tls v0.3.1 |
2473 | 2024-02-01T07:42:12.707Z | Documenting gimli v0.28.0 |
2474 | 2024-02-01T07:42:13.105Z | Documenting num_threads v0.1.6 |
2475 | 2024-02-01T07:42:13.431Z | Documenting regex v1.10.3 |
2476 | 2024-02-01T07:42:13.692Z | Documenting spki v0.7.2 |
2477 | 2024-02-01T07:42:17.601Z | Documenting object v0.32.1 |
2478 | 2024-02-01T07:42:18.411Z | Documenting hyper v0.14.27 |
2479 | 2024-02-01T07:42:18.440Z | Documenting time v0.3.27 |
2480 | 2024-02-01T07:42:19.208Z | Documenting crossbeam-utils v0.8.16 |
2481 | 2024-02-01T07:42:19.888Z | Documenting rustc-demangle v0.1.23 |
2482 | 2024-02-01T07:42:20.286Z | Documenting webpki-roots v0.25.2 |
2483 | 2024-02-01T07:42:21.738Z | Documenting spin v0.9.8 |
2484 | 2024-02-01T07:42:22.261Z | Documenting addr2line v0.21.0 |
2485 | 2024-02-01T07:42:24.437Z | Documenting pkcs8 v0.10.2 |
2486 | 2024-02-01T07:42:25.841Z | Documenting openapiv3 v2.0.0 |
2487 | 2024-02-01T07:42:26.057Z | Checking pest_meta v2.7.6 |
2488 | 2024-02-01T07:42:26.400Z | Documenting data-encoding v2.4.0 |
2489 | 2024-02-01T07:42:26.609Z | Documenting anstyle v1.0.2 |
2490 | 2024-02-01T07:42:27.600Z | Documenting anstyle-parse v0.2.1 |
2491 | 2024-02-01T07:42:27.895Z | Documenting ipnetwork v0.20.0 |
2492 | 2024-02-01T07:42:31.248Z | Documenting sha2 v0.10.8 |
2493 | 2024-02-01T07:42:32.189Z | Documenting futures-executor v0.3.30 |
2494 | 2024-02-01T07:42:32.250Z | Documenting hex v0.4.3 |
2495 | 2024-02-01T07:42:32.475Z | Documenting crc32fast v1.3.2 |
2496 | 2024-02-01T07:42:35.225Z | Documenting pest_meta v2.7.6 |
2497 | 2024-02-01T07:42:36.088Z | Documenting scroll_derive v0.12.0 |
2498 | 2024-02-01T07:42:37.021Z | Documenting backtrace v0.3.69 |
2499 | 2024-02-01T07:42:37.853Z | Documenting hyper-tls v0.5.0 |
2500 | 2024-02-01T07:42:38.052Z | Documenting hyper-rustls v0.24.2 |
2501 | 2024-02-01T07:42:38.607Z | Documenting untrusted v0.9.0 |
2502 | 2024-02-01T07:42:38.765Z | Documenting anstyle-query v1.0.0 |
2503 | 2024-02-01T07:42:39.060Z | Documenting colorchoice v1.0.0 |
2504 | 2024-02-01T07:42:41.178Z | Documenting either v1.9.0 |
2505 | 2024-02-01T07:42:42.586Z | Documenting scroll v0.12.0 |
2506 | 2024-02-01T07:42:42.775Z | Documenting ring v0.17.7 |
2507 | 2024-02-01T07:42:43.175Z | Documenting pest_generator v2.7.6 |
2508 | 2024-02-01T07:42:44.185Z | Documenting anstream v0.5.0 |
2509 | 2024-02-01T07:42:45.229Z | Documenting anyhow v1.0.75 |
2510 | 2024-02-01T07:42:47.205Z | Checking pest_generator v2.7.6 |
2511 | 2024-02-01T07:42:48.316Z | Documenting num-iter v0.1.43 |
2512 | 2024-02-01T07:42:48.345Z | Documenting hmac v0.12.1 |
2513 | 2024-02-01T07:42:48.835Z | Documenting signal-hook v0.3.17 |
2514 | 2024-02-01T07:42:49.008Z | Documenting reqwest v0.11.22 |
2515 | 2024-02-01T07:42:49.818Z | Documenting terminal_size v0.2.6 |
2516 | 2024-02-01T07:42:50.178Z | Documenting memoffset v0.9.0 |
2517 | 2024-02-01T07:42:50.319Z | Documenting clap_lex v0.5.1 |
2518 | 2024-02-01T07:42:53.090Z | Documenting ucd-trie v0.1.6 |
2519 | 2024-02-01T07:42:54.240Z | Documenting strsim v0.10.0 |
2520 | 2024-02-01T07:42:54.243Z | Documenting plain v0.2.3 |
2521 | 2024-02-01T07:42:54.583Z | Documenting crossbeam-epoch v0.9.15 |
2522 | 2024-02-01T07:42:55.480Z | Documenting pest_derive v2.7.6 |
2523 | 2024-02-01T07:42:55.621Z | Documenting futures v0.3.30 |
2524 | 2024-02-01T07:42:56.260Z | Documenting flate2 v1.0.28 |
2525 | 2024-02-01T07:42:58.388Z | Documenting goblin v0.8.0 |
2526 | 2024-02-01T07:42:59.056Z | Documenting pest v2.7.6 |
2527 | 2024-02-01T07:43:00.286Z | Documenting clap_builder v4.4.2 |
2528 | 2024-02-01T07:43:00.299Z | Documenting clap_derive v4.4.2 |
2529 | 2024-02-01T07:43:01.627Z | Documenting managed v0.8.0 |
2530 | 2024-02-01T07:43:03.667Z | Documenting unicode-segmentation v1.10.1 |
2531 | 2024-02-01T07:43:05.110Z | Documenting pretty-hex v0.4.1 |
2532 | 2024-02-01T07:43:06.528Z | Documenting dtrace-parser v0.2.0 |
2533 | 2024-02-01T07:43:06.693Z | Documenting signal-hook-mio v0.2.3 |
2534 | 2024-02-01T07:43:07.190Z | Documenting block-padding v0.3.3 |
2535 | 2024-02-01T07:43:08.712Z | Documenting scheduled-thread-pool v0.2.7 |
2536 | 2024-02-01T07:43:08.840Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2537 | 2024-02-01T07:43:09.569Z | Documenting thread-id v4.2.0 |
2538 | 2024-02-01T07:43:09.646Z | Documenting dof v0.3.0 |
2539 | 2024-02-01T07:43:10.032Z | Documenting clap v4.4.3 |
2540 | 2024-02-01T07:43:12.326Z | Documenting enum-as-inner v0.5.1 |
2541 | 2024-02-01T07:43:13.059Z | Checking diesel_table_macro_syntax v0.1.0 |
2542 | 2024-02-01T07:43:13.258Z | Documenting diesel_table_macro_syntax v0.1.0 |
2543 | 2024-02-01T07:43:13.308Z | Documenting inout v0.1.3 |
2544 | 2024-02-01T07:43:14.155Z | Documenting r2d2 v0.8.10 |
2545 | 2024-02-01T07:43:14.462Z | Documenting bzip2 v0.4.4 |
2546 | 2024-02-01T07:43:15.063Z | Documenting crossterm v0.27.0 |
2547 | 2024-02-01T07:43:17.015Z | Documenting md-5 v0.10.5 |
2548 | 2024-02-01T07:43:18.037Z | Documenting usdt-impl v0.5.0 |
2549 | 2024-02-01T07:43:19.229Z | Documenting stringprep v0.1.3 |
2550 | 2024-02-01T07:43:19.483Z | Documenting trust-dns-proto v0.22.0 |
2551 | 2024-02-01T07:43:19.706Z | Documenting diesel_derives v2.1.2 |
2552 | 2024-02-01T07:43:20.152Z | Documenting serde_spanned v0.6.4 |
2553 | 2024-02-01T07:43:20.294Z | Documenting toml_datetime v0.6.5 |
2554 | 2024-02-01T07:43:22.817Z | Documenting ff v0.13.0 |
2555 | 2024-02-01T07:43:24.075Z | Documenting regress v0.7.1 |
2556 | 2024-02-01T07:43:25.146Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2557 | 2024-02-01T07:43:25.899Z | Documenting winnow v0.5.15 |
2558 | 2024-02-01T07:43:26.154Z | Documenting base16ct v0.2.0 |
2559 | 2024-02-01T07:43:28.086Z | Documenting bit-vec v0.6.3 |
2560 | 2024-02-01T07:43:28.620Z | Documenting fallible-iterator v0.2.0 |
2561 | 2024-02-01T07:43:30.606Z | Documenting static_assertions v1.1.0 |
2562 | 2024-02-01T07:43:30.855Z | Documenting siphasher v0.3.11 |
2563 | 2024-02-01T07:43:31.366Z | Documenting diesel v2.1.4 |
2564 | 2024-02-01T07:43:33.439Z | Documenting sec1 v0.7.3 |
2565 | 2024-02-01T07:43:33.448Z | Documenting group v0.13.0 |
2566 | 2024-02-01T07:43:33.518Z | Documenting toml_edit v0.21.0 |
2567 | 2024-02-01T07:43:34.020Z | Documenting zip v0.6.6 |
2568 | 2024-02-01T07:43:35.331Z | Documenting phf_shared v0.11.2 |
2569 | 2024-02-01T07:43:35.422Z | Documenting cipher v0.4.4 |
2570 | 2024-02-01T07:43:36.127Z | Documenting postgres-protocol v0.6.6 |
2571 | 2024-02-01T07:43:39.052Z | Documenting hkdf v0.12.4 |
2572 | 2024-02-01T07:43:41.643Z | Documenting num-bigint v0.4.4 |
2573 | 2024-02-01T07:43:41.643Z | Documenting crypto-bigint v0.5.2 |
2574 | 2024-02-01T07:43:41.990Z | Documenting camino v1.1.6 |
2575 | 2024-02-01T07:43:42.527Z | Documenting hubpack v0.1.2 |
2576 | 2024-02-01T07:43:45.373Z | Documenting bstr v1.6.0 |
2577 | 2024-02-01T07:43:45.909Z | Documenting serde_repr v0.1.16 |
2578 | 2024-02-01T07:43:46.653Z | Documenting new_debug_unreachable v1.0.4 |
2579 | 2024-02-01T07:43:49.213Z | Documenting heck v0.4.1 |
2580 | 2024-02-01T07:43:49.287Z | Documenting precomputed-hash v0.1.1 |
2581 | 2024-02-01T07:43:50.970Z | Documenting fixedbitset v0.4.2 |
2582 | 2024-02-01T07:43:51.939Z | Documenting minimal-lexical v0.2.1 |
2583 | 2024-02-01T07:43:51.942Z | Documenting lalrpop-util v0.19.12 |
2584 | 2024-02-01T07:43:52.516Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2585 | 2024-02-01T07:43:53.146Z | Documenting elliptic-curve v0.13.8 |
2586 | 2024-02-01T07:43:54.870Z | Documenting string_cache v0.8.7 |
2587 | 2024-02-01T07:43:55.505Z | Documenting typify-impl v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2588 | 2024-02-01T07:43:55.767Z | Documenting petgraph v0.6.4 |
2589 | 2024-02-01T07:43:56.997Z | Documenting nom v7.1.3 |
2590 | 2024-02-01T07:43:58.399Z | Documenting yasna v0.5.2 |
2591 | 2024-02-01T07:44:01.825Z | Documenting postgres-types v0.2.6 |
2592 | 2024-02-01T07:44:01.948Z | Documenting phf v0.11.2 |
2593 | 2024-02-01T07:44:04.453Z | Documenting typify-macro v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2594 | 2024-02-01T07:44:04.481Z | Documenting console v0.15.8 |
2595 | 2024-02-01T07:44:06.971Z | Documenting semver v1.0.21 |
2596 | 2024-02-01T07:44:07.318Z | Documenting float-cmp v0.9.0 |
2597 | 2024-02-01T07:44:07.872Z | Documenting predicates-core v1.0.6 |
2598 | 2024-02-01T07:44:08.120Z | Documenting difflib v0.4.0 |
2599 | 2024-02-01T07:44:09.518Z | Documenting whoami v1.4.1 |
2600 | 2024-02-01T07:44:10.841Z | Documenting normalize-line-endings v0.3.0 |
2601 | 2024-02-01T07:44:12.739Z | Documenting bit-set v0.5.3 |
2602 | 2024-02-01T07:44:13.167Z | Documenting similar v2.3.0 |
2603 | 2024-02-01T07:44:13.391Z | Documenting getopts v0.2.21 |
2604 | 2024-02-01T07:44:13.574Z | Documenting tokio-stream v0.1.14 |
2605 | 2024-02-01T07:44:14.176Z | Checking ident_case v1.0.1 |
2606 | 2024-02-01T07:44:14.391Z | Documenting progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2607 | 2024-02-01T07:44:15.969Z | Documenting typify v0.0.15 (https://github.com/oxidecomputer/typify#1f97f167) |
2608 | 2024-02-01T07:44:16.031Z | Documenting tokio-postgres v0.7.10 |
2609 | 2024-02-01T07:44:16.156Z | Documenting predicates v3.1.0 |
2610 | 2024-02-01T07:44:18.828Z | Documenting match_cfg v0.1.0 |
2611 | 2024-02-01T07:44:19.493Z | Documenting sha1 v0.10.6 |
2612 | 2024-02-01T07:44:19.526Z | Documenting dirs-sys-next v0.1.2 |
2613 | 2024-02-01T07:44:21.120Z | Documenting rustls-pki-types v1.1.0 |
2614 | 2024-02-01T07:44:22.895Z | Documenting hostname v0.3.1 |
2615 | 2024-02-01T07:44:23.425Z | Documenting paste v1.0.14 |
2616 | 2024-02-01T07:44:24.657Z | Documenting thread_local v1.1.7 |
2617 | 2024-02-01T07:44:24.822Z | Documenting progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2618 | 2024-02-01T07:44:25.176Z | Documenting dirs-next v2.0.0 |
2619 | 2024-02-01T07:44:26.752Z | Documenting rustls-webpki v0.102.1 |
2620 | 2024-02-01T07:44:26.860Z | Documenting crossbeam-channel v0.5.8 |
2621 | 2024-02-01T07:44:28.441Z | Documenting atty v0.2.14 |
2622 | 2024-02-01T07:44:29.469Z | Documenting take_mut v0.2.2 |
2623 | 2024-02-01T07:44:29.497Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2624 | 2024-02-01T07:44:30.923Z | Documenting slog-json v2.6.1 |
2625 | 2024-02-01T07:44:30.960Z | Documenting term v0.7.0 |
2626 | 2024-02-01T07:44:33.028Z | Documenting http v1.0.0 |
2627 | 2024-02-01T07:44:33.253Z | Documenting async-stream-impl v0.3.5 |
2628 | 2024-02-01T07:44:33.296Z | Documenting rustls v0.22.2 |
2629 | 2024-02-01T07:44:34.776Z | Documenting slog-async v2.8.0 |
2630 | 2024-02-01T07:44:34.911Z | Documenting atomic-waker v1.1.1 |
2631 | 2024-02-01T07:44:36.731Z | Documenting slog-term v2.9.0 |
2632 | 2024-02-01T07:44:37.380Z | Documenting progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor?branch=main#86b60220) |
2633 | 2024-02-01T07:44:37.634Z | Documenting debug-ignore v1.0.5 |
2634 | 2024-02-01T07:44:38.994Z | Documenting waitgroup v0.1.2 |
2635 | 2024-02-01T07:44:39.754Z | Documenting async-stream v0.3.5 |
2636 | 2024-02-01T07:44:40.364Z | Documenting slog-bunyan v2.5.0 |
2637 | 2024-02-01T07:44:41.418Z | Documenting multer v3.0.0 |
2638 | 2024-02-01T07:44:41.816Z | Documenting rustls-pemfile v2.0.0 |
2639 | 2024-02-01T07:44:43.162Z | Checking darling_core v0.20.3 |
2640 | 2024-02-01T07:44:44.417Z | Documenting toml v0.8.8 |
2641 | 2024-02-01T07:44:45.233Z | Documenting dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2642 | 2024-02-01T07:44:46.045Z | Documenting serde_path_to_error v0.1.15 |
2643 | 2024-02-01T07:44:47.448Z | Documenting tokio-rustls v0.25.0 |
2644 | 2024-02-01T07:44:47.781Z | Documenting strum v0.25.0 |
2645 | 2024-02-01T07:44:48.167Z | Checking darling v0.20.3 |
2646 | 2024-02-01T07:44:48.331Z | Documenting serde_with_macros v3.5.1 |
2647 | 2024-02-01T07:44:48.455Z | Documenting structmeta-derive v0.2.0 |
2648 | 2024-02-01T07:44:52.274Z | Checking structmeta v0.2.0 |
2649 | 2024-02-01T07:44:52.584Z | Documenting instant v0.1.12 |
2650 | 2024-02-01T07:44:53.295Z | Checking regex-syntax v0.7.5 |
2651 | 2024-02-01T07:44:53.298Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2652 | 2024-02-01T07:44:53.470Z | Documenting macaddr v1.0.1 |
2653 | 2024-02-01T07:44:54.110Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2654 | 2024-02-01T07:44:55.355Z | Documenting dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#711a7490) |
2655 | 2024-02-01T07:44:55.707Z | Documenting serde_with v3.5.1 |
2656 | 2024-02-01T07:44:55.985Z | Documenting structmeta v0.2.0 |
2657 | 2024-02-01T07:44:58.123Z | Documenting backoff v0.4.0 |
2658 | 2024-02-01T07:44:58.469Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2659 | 2024-02-01T07:44:58.810Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2660 | 2024-02-01T07:44:59.536Z | Documenting fastrand v2.0.0 |
2661 | 2024-02-01T07:44:59.687Z | Documenting proc-macro-error-attr v1.0.4 |
2662 | 2024-02-01T07:45:00.409Z | Documenting is-terminal v0.4.9 |
2663 | 2024-02-01T07:45:02.381Z | Documenting parse-display-derive v0.8.2 |
2664 | 2024-02-01T07:45:03.259Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2665 | 2024-02-01T07:45:05.361Z | Documenting proc-macro-error v1.0.4 |
2666 | 2024-02-01T07:45:05.568Z | Documenting tempfile v3.9.0 |
2667 | 2024-02-01T07:45:06.427Z | Checking proc-macro-error v1.0.4 |
2668 | 2024-02-01T07:45:06.842Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2669 | 2024-02-01T07:45:07.411Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2670 | 2024-02-01T07:45:07.498Z | Checking proc-macro-crate v1.3.1 |
2671 | 2024-02-01T07:45:07.883Z | Documenting proc-macro-crate v1.3.1 |
2672 | 2024-02-01T07:45:07.890Z | Documenting hash32 v0.3.1 |
2673 | 2024-02-01T07:45:08.201Z | Documenting stable_deref_trait v1.2.0 |
2674 | 2024-02-01T07:45:09.803Z | Documenting embedded-io v0.4.0 |
2675 | 2024-02-01T07:45:11.400Z | Documenting parse-display v0.8.2 |
2676 | 2024-02-01T07:45:12.015Z | Documenting camino-tempfile v1.1.1 |
2677 | 2024-02-01T07:45:12.252Z | Documenting cobs v0.2.3 |
2678 | 2024-02-01T07:45:12.608Z | Documenting foreign-types-macros v0.2.3 |
2679 | 2024-02-01T07:45:13.766Z | Documenting heapless v0.8.0 |
2680 | 2024-02-01T07:45:14.375Z | Documenting foreign-types-shared v0.3.1 |
2681 | 2024-02-01T07:45:15.685Z | Documenting num_enum_derive v0.5.11 |
2682 | 2024-02-01T07:45:16.469Z | Documenting postcard v1.0.8 |
2683 | 2024-02-01T07:45:17.330Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2684 | 2024-02-01T07:45:18.544Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2685 | 2024-02-01T07:45:18.640Z | Documenting crucible-workspace-hack v0.1.0 |
2686 | 2024-02-01T07:45:18.776Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2687 | 2024-02-01T07:45:19.335Z | Documenting foreign-types v0.5.0 |
2688 | 2024-02-01T07:45:21.104Z | Documenting smoltcp v0.11.0 |
2689 | 2024-02-01T07:45:21.661Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2690 | 2024-02-01T07:45:23.491Z | Documenting cstr-argument v0.1.2 |
2691 | 2024-02-01T07:45:24.109Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2692 | 2024-02-01T07:45:24.651Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2693 | 2024-02-01T07:45:25.471Z | Documenting colored v2.0.4 |
2694 | 2024-02-01T07:45:25.757Z | Documenting num_enum v0.5.11 |
2695 | 2024-02-01T07:45:27.129Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2696 | 2024-02-01T07:45:29.642Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2697 | 2024-02-01T07:45:30.348Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2698 | 2024-02-01T07:45:31.198Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2699 | 2024-02-01T07:45:31.358Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2700 | 2024-02-01T07:45:31.806Z | Documenting zone_cfg_derive v0.3.0 |
2701 | 2024-02-01T07:45:32.312Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2702 | 2024-02-01T07:45:32.437Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2703 | 2024-02-01T07:45:35.242Z | Documenting num-derive v0.4.0 |
2704 | 2024-02-01T07:45:37.039Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2705 | 2024-02-01T07:45:38.114Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2706 | 2024-02-01T07:45:38.358Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#f114bd0d) |
2707 | 2024-02-01T07:45:39.674Z | Documenting zone v0.3.0 |
2708 | 2024-02-01T07:45:40.122Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2709 | 2024-02-01T07:45:42.196Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
2710 | 2024-02-01T07:45:44.429Z | Documenting smf v0.2.2 |
2711 | 2024-02-01T07:45:45.744Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2712 | 2024-02-01T07:45:48.135Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2713 | 2024-02-01T07:45:48.848Z | Documenting linked-hash-map v0.5.6 |
2714 | 2024-02-01T07:45:49.405Z | Documenting password-hash v0.5.0 |
2715 | 2024-02-01T07:45:50.004Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2716 | 2024-02-01T07:45:50.288Z | Documenting blake2 v0.10.6 |
2717 | 2024-02-01T07:45:51.430Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2718 | 2024-02-01T07:45:53.505Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2719 | 2024-02-01T07:45:55.238Z | Documenting lru-cache v0.1.2 |
2720 | 2024-02-01T07:45:55.889Z | Documenting itertools v0.12.1 |
2721 | 2024-02-01T07:45:58.110Z | Documenting argon2 v0.5.3 |
2722 | 2024-02-01T07:45:58.511Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2723 | 2024-02-01T07:46:00.393Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2724 | 2024-02-01T07:46:00.726Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=1d29ef60a18179babfb44f0f7a3c2fe71034a2c1#1d29ef60) |
2725 | 2024-02-01T07:46:00.846Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2726 | 2024-02-01T07:46:00.857Z | Documenting memmap v0.7.0 |
2727 | 2024-02-01T07:46:02.823Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2728 | 2024-02-01T07:46:05.582Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2729 | 2024-02-01T07:46:05.907Z | Documenting quick-error v1.2.3 |
2730 | 2024-02-01T07:46:06.483Z | Documenting tap v1.0.1 |
2731 | 2024-02-01T07:46:06.686Z | Documenting swrite v0.1.0 |
2732 | 2024-02-01T07:46:06.768Z | Documenting usdt v0.5.0 |
2733 | 2024-02-01T07:46:07.585Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2734 | 2024-02-01T07:46:09.672Z | Documenting radium v0.7.0 |
2735 | 2024-02-01T07:46:09.891Z | Documenting newtype_derive v0.1.6 |
2736 | 2024-02-01T07:46:10.835Z | Documenting wyz v0.5.1 |
2737 | 2024-02-01T07:46:11.312Z | Documenting resolv-conf v0.7.0 |
2738 | 2024-02-01T07:46:12.088Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2739 | 2024-02-01T07:46:12.155Z | Documenting nibble_vec v0.1.0 |
2740 | 2024-02-01T07:46:13.917Z | Checking heck v0.3.3 |
2741 | 2024-02-01T07:46:14.153Z | Documenting endian-type v0.1.2 |
2742 | 2024-02-01T07:46:15.345Z | Documenting crc-catalog v2.2.0 |
2743 | 2024-02-01T07:46:15.394Z | Documenting funty v2.0.0 |
2744 | 2024-02-01T07:46:15.720Z | Documenting steno v0.4.0 |
2745 | 2024-02-01T07:46:16.451Z | Documenting structopt-derive v0.4.18 |
2746 | 2024-02-01T07:46:17.106Z | Documenting trust-dns-resolver v0.22.0 |
2747 | 2024-02-01T07:46:18.330Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2748 | 2024-02-01T07:46:19.668Z | Documenting crc v3.0.1 |
2749 | 2024-02-01T07:46:19.935Z | Documenting radix_trie v0.2.1 |
2750 | 2024-02-01T07:46:20.269Z | Documenting bitvec v1.0.1 |
2751 | 2024-02-01T07:46:24.204Z | Documenting cancel-safe-futures v0.1.5 |
2752 | 2024-02-01T07:46:24.879Z | Documenting filetime v0.2.23 |
2753 | 2024-02-01T07:46:26.239Z | Documenting xattr v1.0.1 |
2754 | 2024-02-01T07:46:28.871Z | Documenting packed_struct_codegen v0.10.1 |
2755 | 2024-02-01T07:46:30.124Z | Documenting nodrop v0.1.14 |
2756 | 2024-02-01T07:46:50.971Z | Documenting structopt v0.3.26 |
2757 | 2024-02-01T07:46:50.971Z | Documenting tar v0.4.40 |
2758 | 2024-02-01T07:46:51.771Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2759 | 2024-02-01T07:46:51.771Z | Documenting num-bigint-dig v0.8.4 |
2760 | 2024-02-01T07:46:51.772Z | Documenting libefi-sys v0.1.0 |
2761 | 2024-02-01T07:46:51.772Z | Documenting array-init v0.0.4 |
2762 | 2024-02-01T07:46:51.772Z | Documenting packed_struct v0.10.1 |
2763 | 2024-02-01T07:46:51.772Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2764 | 2024-02-01T07:46:51.772Z | Documenting pkcs1 v0.7.5 |
2765 | 2024-02-01T07:46:51.772Z | Documenting signature v2.1.0 |
2766 | 2024-02-01T07:46:51.772Z | Documenting termcolor v1.2.0 |
2767 | 2024-02-01T07:46:51.772Z | Documenting arc-swap v1.6.0 |
2768 | 2024-02-01T07:46:51.773Z | Documenting bitfield v0.14.0 |
2769 | 2024-02-01T07:46:51.773Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#8283f802) |
2770 | 2024-02-01T07:46:51.773Z | Documenting env_logger v0.10.0 |
2771 | 2024-02-01T07:46:51.773Z | Documenting rsa v0.9.2 |
2772 | 2024-02-01T07:46:51.773Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2773 | 2024-02-01T07:46:51.773Z | Documenting slog-scope v4.4.0 |
2774 | 2024-02-01T07:46:51.773Z | Documenting serde-hex v0.1.0 |
2775 | 2024-02-01T07:46:51.774Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2776 | 2024-02-01T07:46:52.039Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2777 | 2024-02-01T07:46:52.342Z | Documenting num-rational v0.4.1 |
2778 | 2024-02-01T07:46:53.817Z | Documenting x509-cert v0.2.4 |
2779 | 2024-02-01T07:46:54.139Z | Documenting libsw v3.3.1 |
2780 | 2024-02-01T07:46:55.728Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2781 | 2024-02-01T07:46:57.376Z | Documenting ron v0.8.1 |
2782 | 2024-02-01T07:46:57.630Z | Documenting num-complex v0.4.4 |
2783 | 2024-02-01T07:46:57.791Z | Documenting half v2.3.1 |
2784 | 2024-02-01T07:46:58.549Z | Documenting derive-where v1.2.7 |
2785 | 2024-02-01T07:47:01.038Z | Documenting owo-colors v4.0.0 |
2786 | 2024-02-01T07:47:02.457Z | Documenting linear-map v1.2.0 |
2787 | 2024-02-01T07:47:02.511Z | Documenting crc-any v2.4.3 |
2788 | 2024-02-01T07:47:02.570Z | Documenting same-file v1.0.6 |
2789 | 2024-02-01T07:47:04.016Z | Documenting ciborium-io v0.2.2 |
2790 | 2024-02-01T07:47:04.860Z | Documenting num v0.4.1 |
2791 | 2024-02-01T07:47:07.028Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2792 | 2024-02-01T07:47:08.344Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc.git#e644a21a) |
2793 | 2024-02-01T07:47:08.461Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2794 | 2024-02-01T07:47:08.757Z | Documenting walkdir v2.4.0 |
2795 | 2024-02-01T07:47:09.222Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2796 | 2024-02-01T07:47:09.459Z | Documenting ciborium-ll v0.2.2 |
2797 | 2024-02-01T07:47:13.737Z | Documenting slog-stdlog v4.1.1 |
2798 | 2024-02-01T07:47:14.560Z | Documenting slog-dtrace v0.3.0 |
2799 | 2024-02-01T07:47:15.297Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2800 | 2024-02-01T07:47:15.609Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2801 | 2024-02-01T07:47:20.069Z | Documenting path-slash v0.1.5 |
2802 | 2024-02-01T07:47:22.714Z | Documenting slog-envlogger v2.2.0 |
2803 | 2024-02-01T07:47:22.739Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2804 | 2024-02-01T07:47:25.271Z | Documenting ciborium v0.2.2 |
2805 | 2024-02-01T07:47:25.398Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2806 | 2024-02-01T07:47:25.811Z | Documenting pem v3.0.2 |
2807 | 2024-02-01T07:47:31.194Z | Documenting fxhash v0.2.1 |
2808 | 2024-02-01T07:47:31.402Z | Documenting utf-8 v0.7.6 |
2809 | 2024-02-01T07:47:31.829Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2810 | 2024-02-01T07:47:33.116Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2811 | 2024-02-01T07:47:36.799Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2812 | 2024-02-01T07:47:37.272Z | Documenting tungstenite v0.20.1 |
2813 | 2024-02-01T07:47:37.900Z | Documenting vte_generate_state_changes v0.1.1 |
2814 | 2024-02-01T07:47:39.968Z | Documenting convert_case v0.4.0 |
2815 | 2024-02-01T07:47:40.652Z | Checking convert_case v0.4.0 |
2816 | 2024-02-01T07:47:40.967Z | Documenting display-error-chain v0.2.0 |
2817 | 2024-02-01T07:47:43.624Z | Documenting vte v0.11.1 |
2818 | 2024-02-01T07:47:45.830Z | Documenting derive_more v0.99.17 |
2819 | 2024-02-01T07:47:46.686Z | Documenting buf-list v1.0.3 |
2820 | 2024-02-01T07:47:47.192Z | Documenting tokio-tungstenite v0.20.1 |
2821 | 2024-02-01T07:47:50.226Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2822 | 2024-02-01T07:47:53.599Z | Documenting pin-project-internal v1.1.3 |
2823 | 2024-02-01T07:47:53.659Z | Documenting strip-ansi-escapes v0.2.0 |
2824 | 2024-02-01T07:47:53.935Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2825 | 2024-02-01T07:47:54.634Z | Documenting doc-comment v0.3.3 |
2826 | 2024-02-01T07:47:58.278Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2827 | 2024-02-01T07:47:59.303Z | Checking darling_core v0.14.4 |
2828 | 2024-02-01T07:47:59.440Z | Documenting snafu-derive v0.7.5 |
2829 | 2024-02-01T07:48:01.201Z | Documenting pin-project v1.1.3 |
2830 | 2024-02-01T07:48:03.217Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2831 | 2024-02-01T07:48:03.713Z | Documenting nu-ansi-term v0.49.0 |
2832 | 2024-02-01T07:48:03.714Z | Checking darling v0.14.4 |
2833 | 2024-02-01T07:48:03.714Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2834 | 2024-02-01T07:48:05.835Z | Documenting trust-dns-client v0.22.0 |
2835 | 2024-02-01T07:48:05.848Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2836 | 2024-02-01T07:48:06.622Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2837 | 2024-02-01T07:48:07.015Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2838 | 2024-02-01T07:48:08.734Z | Documenting reedline v0.28.0 |
2839 | 2024-02-01T07:48:08.903Z | Documenting globset v0.4.13 |
2840 | 2024-02-01T07:48:12.723Z | Documenting snafu v0.7.5 |
2841 | 2024-02-01T07:48:15.773Z | Documenting olpc-cjson v0.1.3 |
2842 | 2024-02-01T07:48:16.269Z | Documenting serde_plain v1.0.2 |
2843 | 2024-02-01T07:48:18.550Z | Documenting async-recursion v1.0.5 |
2844 | 2024-02-01T07:48:18.733Z | Documenting bytecount v0.6.3 |
2845 | 2024-02-01T07:48:19.755Z | Documenting typed-path v0.7.0 |
2846 | 2024-02-01T07:48:20.798Z | Documenting keccak v0.1.4 |
2847 | 2024-02-01T07:48:22.485Z | Documenting trust-dns-server v0.22.1 |
2848 | 2024-02-01T07:48:23.091Z | Documenting papergrid v0.11.0 |
2849 | 2024-02-01T07:48:24.011Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2850 | 2024-02-01T07:48:25.183Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2851 | 2024-02-01T07:48:25.391Z | Documenting sha3 v0.10.8 |
2852 | 2024-02-01T07:48:26.176Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2853 | 2024-02-01T07:48:27.064Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2854 | 2024-02-01T07:48:27.820Z | Documenting tough v0.16.0 |
2855 | 2024-02-01T07:48:28.108Z | Documenting sled v0.34.7 |
2856 | 2024-02-01T07:48:28.619Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2857 | 2024-02-01T07:48:29.850Z | Documenting fs-err v2.11.0 |
2858 | 2024-02-01T07:48:29.945Z | Documenting unicase v2.7.0 |
2859 | 2024-02-01T07:48:32.868Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2860 | 2024-02-01T07:48:33.178Z | Documenting tabled_derive v0.7.0 |
2861 | 2024-02-01T07:48:33.300Z | Documenting progenitor-impl v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2862 | 2024-02-01T07:48:34.843Z | Documenting progenitor-client v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2863 | 2024-02-01T07:48:35.378Z | Documenting crossbeam-deque v0.8.3 |
2864 | 2024-02-01T07:48:35.949Z | Documenting fd-lock v4.0.2 |
2865 | 2024-02-01T07:48:36.944Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2866 | 2024-02-01T07:48:37.203Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2867 | 2024-02-01T07:48:37.512Z | Documenting nix v0.27.1 |
2868 | 2024-02-01T07:48:38.848Z | Documenting secrecy v0.8.0 |
2869 | 2024-02-01T07:48:40.822Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2870 | 2024-02-01T07:48:41.117Z | Documenting headers-core v0.2.0 |
2871 | 2024-02-01T07:48:42.564Z | Documenting sqlparser_derive v0.2.2 |
2872 | 2024-02-01T07:48:45.025Z | Documenting parse-size v1.0.0 |
2873 | 2024-02-01T07:48:45.759Z | Documenting home v0.5.5 |
2874 | 2024-02-01T07:48:45.959Z | Documenting unicode_categories v0.1.1 |
2875 | 2024-02-01T07:48:46.485Z | Documenting progenitor v0.5.0 (https://github.com/oxidecomputer/progenitor#86b60220) |
2876 | 2024-02-01T07:48:46.490Z | Documenting rayon-core v1.12.0 |
2877 | 2024-02-01T07:48:47.772Z | Documenting headers v0.3.9 |
2878 | 2024-02-01T07:48:49.265Z | Documenting tabled v0.15.0 |
2879 | 2024-02-01T07:48:49.495Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2880 | 2024-02-01T07:48:49.768Z | Documenting sqlparser v0.43.1 |
2881 | 2024-02-01T07:48:51.298Z | Documenting rustyline v13.0.0 |
2882 | 2024-02-01T07:48:51.576Z | Documenting sqlformat v0.2.3 |
2883 | 2024-02-01T07:48:52.367Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2884 | 2024-02-01T07:48:57.540Z | Documenting mime_guess v2.0.4 |
2885 | 2024-02-01T07:48:59.220Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2886 | 2024-02-01T07:49:00.241Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2887 | 2024-02-01T07:49:00.549Z | Checking derive_builder_core v0.12.0 |
2888 | 2024-02-01T07:49:01.935Z | Documenting derive_builder_core v0.12.0 |
2889 | 2024-02-01T07:49:04.378Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2890 | 2024-02-01T07:49:04.391Z | Documenting universal-hash v0.5.1 |
2891 | 2024-02-01T07:49:04.780Z | Documenting bcs v0.1.6 |
2892 | 2024-02-01T07:49:09.101Z | Documenting kstat-rs v0.2.3 |
2893 | 2024-02-01T07:49:10.933Z | Documenting thiserror-impl-no-std v2.0.2 |
2894 | 2024-02-01T07:49:11.294Z | Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2895 | 2024-02-01T07:49:11.454Z | Documenting curve25519-dalek-derive v0.1.0 |
2896 | 2024-02-01T07:49:13.978Z | Documenting opaque-debug v0.3.0 |
2897 | 2024-02-01T07:49:15.277Z | Documenting highway v1.1.0 |
2898 | 2024-02-01T07:49:18.213Z | Documenting curve25519-dalek v4.1.1 |
2899 | 2024-02-01T07:49:18.360Z | Documenting poly1305 v0.8.0 |
2900 | 2024-02-01T07:49:18.748Z | Documenting thiserror-no-std v2.0.2 |
2901 | 2024-02-01T07:49:18.908Z | Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2902 | 2024-02-01T07:49:20.902Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2903 | 2024-02-01T07:49:20.902Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2904 | 2024-02-01T07:49:22.179Z | Documenting derive_builder_macro v0.12.0 |
2905 | 2024-02-01T07:49:23.003Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=ff6c4df2e816eee6e7b2b0488777d30ef35ee217#ff6c4df2) |
2906 | 2024-02-01T07:49:24.445Z | Documenting rayon v1.8.0 |
2907 | 2024-02-01T07:49:27.059Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2908 | 2024-02-01T07:49:28.907Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2909 | 2024-02-01T07:49:29.356Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2910 | 2024-02-01T07:49:34.024Z | Documenting ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2911 | 2024-02-01T07:49:36.320Z | Documenting mg-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/mg-admin-client) |
2912 | 2024-02-01T07:49:59.297Z | Documenting portable-atomic v1.4.3 |
2913 | 2024-02-01T07:49:59.341Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2914 | 2024-02-01T07:49:59.341Z | Documenting ed25519 v1.5.3 |
2915 | 2024-02-01T07:49:59.341Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2916 | 2024-02-01T07:49:59.341Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2917 | 2024-02-01T07:49:59.342Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2918 | 2024-02-01T07:49:59.342Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2919 | 2024-02-01T07:50:01.140Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
2920 | 2024-02-01T07:50:06.408Z | Documenting chacha20 v0.9.1 |
2921 | 2024-02-01T07:50:06.649Z | Documenting aead v0.5.2 |
2922 | 2024-02-01T07:50:08.372Z | Documenting lru v0.12.1 |
2923 | 2024-02-01T07:50:13.905Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2924 | 2024-02-01T07:50:15.845Z | Documenting stability v0.1.1 |
2925 | 2024-02-01T07:50:16.116Z | Documenting ref-cast-impl v1.0.20 |
2926 | 2024-02-01T07:50:16.323Z | Documenting number_prefix v0.4.0 |
2927 | 2024-02-01T07:50:17.406Z | Documenting glob v0.3.1 |
2928 | 2024-02-01T07:50:18.483Z | Documenting cassowary v0.3.0 |
2929 | 2024-02-01T07:50:21.870Z | Documenting indicatif v0.17.7 |
2930 | 2024-02-01T07:50:22.360Z | Documenting chacha20poly1305 v0.10.1 |
2931 | 2024-02-01T07:50:23.714Z | Documenting ref-cast v1.0.20 |
2932 | 2024-02-01T07:50:24.186Z | Documenting ratatui v0.25.0 |
2933 | 2024-02-01T07:50:24.624Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2934 | 2024-02-01T07:50:25.339Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2935 | 2024-02-01T07:50:27.817Z | Documenting salty v0.2.0 |
2936 | 2024-02-01T07:50:27.919Z | Documenting derive_builder v0.12.0 |
2937 | 2024-02-01T07:50:29.658Z | Documenting vsss-rs v3.3.4 |
2938 | 2024-02-01T07:50:34.601Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2939 | 2024-02-01T07:50:34.903Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2940 | 2024-02-01T07:50:36.122Z | Documenting polar-core v0.27.0 |
2941 | 2024-02-01T07:50:36.212Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2942 | 2024-02-01T07:50:39.724Z | Documenting nix v0.26.2 (https://github.com/jgallagher/nix?branch=r0.26-illumos#c1a3636d) |
2943 | 2024-02-01T07:50:40.983Z | Documenting libxml v0.3.3 |
2944 | 2024-02-01T07:50:42.862Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2945 | 2024-02-01T07:50:49.272Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2946 | 2024-02-01T07:50:49.288Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2947 | 2024-02-01T07:50:49.737Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2948 | 2024-02-01T07:50:50.825Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2949 | 2024-02-01T07:50:55.351Z | Documenting bb8 v0.8.1 |
2950 | 2024-02-01T07:50:59.354Z | Documenting quick-xml v0.30.0 |
2951 | 2024-02-01T07:51:00.132Z | Documenting serde-big-array v0.5.1 |
2952 | 2024-02-01T07:51:00.919Z | Documenting rtoolbox v0.0.1 |
2953 | 2024-02-01T07:51:04.035Z | Documenting impl-trait-for-tuples v0.2.2 |
2954 | 2024-02-01T07:51:04.526Z | Documenting oso-derive v0.27.0 |
2955 | 2024-02-01T07:51:04.526Z | Documenting humantime v2.1.0 |
2956 | 2024-02-01T07:51:05.973Z | Documenting smawk v0.3.1 |
2957 | 2024-02-01T07:51:06.565Z | Documenting http-range v0.1.5 |
2958 | 2024-02-01T07:51:06.909Z | Documenting is_ci v1.1.1 |
2959 | 2024-02-01T07:51:07.629Z | Documenting unicode-linebreak v0.1.5 |
2960 | 2024-02-01T07:51:10.023Z | Documenting maplit v1.0.2 |
2961 | 2024-02-01T07:51:11.292Z | Documenting samael v0.0.14 |
2962 | 2024-02-01T07:51:11.963Z | Documenting rpassword v7.3.1 |
2963 | 2024-02-01T07:51:12.251Z | Documenting hyper-staticfile v0.9.5 |
2964 | 2024-02-01T07:51:12.479Z | Documenting textwrap v0.16.0 |
2965 | 2024-02-01T07:51:12.992Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
2966 | 2024-02-01T07:51:13.052Z | Documenting supports-color v2.1.0 |
2967 | 2024-02-01T07:51:15.378Z | Documenting oso v0.27.0 |
2968 | 2024-02-01T07:51:17.684Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2969 | 2024-02-01T07:51:17.799Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2970 | 2024-02-01T07:51:20.011Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2971 | 2024-02-01T07:51:23.104Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2972 | 2024-02-01T07:51:23.654Z | Documenting tui-tree-widget v0.16.0 |
2973 | 2024-02-01T07:51:27.569Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2974 | 2024-02-01T07:51:28.455Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2975 | 2024-02-01T07:51:29.220Z | Checking nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
2976 | 2024-02-01T07:51:30.210Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2977 | 2024-02-01T07:51:32.872Z | Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2978 | 2024-02-01T07:51:34.557Z | Documenting cookie v0.18.0 |
2979 | 2024-02-01T07:51:37.625Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2980 | 2024-02-01T07:51:40.239Z | Documenting rcgen v0.12.1 |
2981 | 2024-02-01T07:51:41.098Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2982 | 2024-02-01T07:51:41.687Z | Documenting atomicwrites v0.4.3 |
2983 | 2024-02-01T07:51:46.710Z | Documenting signal-hook-tokio v0.3.1 |
2984 | 2024-02-01T07:51:48.718Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2985 | 2024-02-01T07:51:50.995Z | Documenting subprocess v0.2.9 |
2986 | 2024-02-01T07:51:54.174Z | Documenting shell-words v1.1.0 |
2987 | 2024-02-01T07:51:57.095Z | Documenting corncobs v0.1.3 |
2988 | 2024-02-01T07:51:57.347Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2989 | 2024-02-01T07:52:01.135Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2990 | 2024-02-01T07:52:01.461Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2991 | 2024-02-01T07:52:03.791Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2992 | 2024-02-01T07:52:07.112Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2993 | 2024-02-01T07:52:08.697Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2994 | 2024-02-01T07:52:10.921Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2995 | 2024-02-01T07:52:12.676Z | Documenting nexus-deployment v0.1.0 (/work/oxidecomputer/omicron/nexus/deployment) |
2996 | 2024-02-01T07:52:14.744Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2997 | 2024-02-01T07:52:32.203Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2998 | 2024-02-01T07:52:34.874Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2999 | 2024-02-01T07:52:40.836Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2d4bc11232d53f177c286383926fa5f8c1b2a938#2d4bc112) |
3000 | 2024-02-01T07:52:43.104Z | warning: unclosed HTML tag `usize` |
3001 | 2024-02-01T07:52:43.104Z | --> wicket/src/ui/panes/update.rs:153:19 |
3002 | 2024-02-01T07:52:43.104Z | | |
3003 | 2024-02-01T07:52:43.104Z | 153 | /// TODO: The <usize> generic parameter is carried over from earlier versions |
3004 | 2024-02-01T07:52:43.104Z | | ^^^^^^^ |
3005 | 2024-02-01T07:52:43.104Z | | |
3006 | 2024-02-01T07:52:43.104Z | = note: `#[warn(rustdoc::invalid_html_tags)]` on by default |
3007 | 2024-02-01T07:52:43.104Z | |
3008 | 2024-02-01T07:52:43.777Z | Documenting fatfs v0.3.6 |
3009 | 2024-02-01T07:52:45.093Z | warning: `wicket` (lib doc) generated 1 warning |
3010 | 2024-02-01T07:52:45.096Z | Documenting nanorand v0.7.0 |
3011 | 2024-02-01T07:52:47.914Z | Documenting topological-sort v0.2.2 |
3012 | 2024-02-01T07:52:51.069Z | Documenting assert_matches v1.5.0 |
3013 | 2024-02-01T07:52:51.614Z | Documenting flume v0.11.0 |
3014 | 2024-02-01T07:52:54.056Z | Documenting omicron-zone-package v0.10.1 |
3015 | 2024-02-01T07:52:55.278Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3016 | 2024-02-01T07:52:58.643Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3017 | 2024-02-01T07:53:00.092Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
3018 | 2024-02-01T07:53:02.137Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
3019 | 2024-02-01T07:53:03.691Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3020 | 2024-02-01T07:53:08.517Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3021 | 2024-02-01T07:53:12.180Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
3022 | 2024-02-01T07:53:17.846Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
3023 | 2024-02-01T07:53:19.140Z | Documenting termios v0.3.3 |
3024 | 2024-02-01T07:53:25.615Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
3025 | 2024-02-01T07:53:28.843Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
3026 | 2024-02-01T07:53:28.843Z | --> sled-agent/src/sim/instance.rs:46:7 |
3027 | 2024-02-01T07:53:28.843Z | | |
3028 | 2024-02-01T07:53:28.843Z | 46 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
3029 | 2024-02-01T07:53:28.843Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
3030 | 2024-02-01T07:53:28.843Z | | |
3031 | 2024-02-01T07:53:28.843Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3032 | 2024-02-01T07:53:28.843Z | |
3033 | 2024-02-01T07:53:31.911Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
3034 | 2024-02-01T07:53:34.153Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
3035 | 2024-02-01T07:53:42.017Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
3036 | 2024-02-01T07:53:44.550Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
3037 | 2024-02-01T07:53:50.379Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
3038 | 2024-02-01T07:53:57.580Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
3039 | 2024-02-01T07:54:16.881Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
3040 | 2024-02-01T07:54:22.420Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
3041 | 2024-02-01T07:54:50.688Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
3042 | 2024-02-01T07:54:53.021Z | Documenting caboose-util v0.1.0 (/work/oxidecomputer/omicron/caboose-util) |
3043 | 2024-02-01T07:54:54.723Z | Documenting zone-network-setup v0.1.0 (/work/oxidecomputer/omicron/zone-network-setup) |
3044 | 2024-02-01T07:54:55.543Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
3045 | 2024-02-01T07:54:55.961Z | warning: unresolved link to `DataStore::update_tuf_repo_description_insert` |
3046 | 2024-02-01T07:54:55.961Z | --> nexus/db-queries/src/db/datastore/update.rs:27:27 |
3047 | 2024-02-01T07:54:55.961Z | | |
3048 | 2024-02-01T07:54:55.961Z | 27 | /// The return value of [`DataStore::update_tuf_repo_description_insert`]. |
3049 | 2024-02-01T07:54:55.961Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert` |
3050 | 2024-02-01T07:54:55.961Z | | |
3051 | 2024-02-01T07:54:55.962Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3052 | 2024-02-01T07:54:55.962Z | |
3053 | 2024-02-01T07:55:04.186Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
3054 | 2024-02-01T07:55:18.538Z | warning: `nexus-db-queries` (lib doc) generated 1 warning |
3055 | 2024-02-01T07:55:18.544Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
3056 | 2024-02-01T07:56:35.574Z | warning: unresolved link to `VolumeConstructionRequest` |
3057 | 2024-02-01T07:56:35.574Z | --> nexus/src/app/sagas/volume_delete.rs:338:7 |
3058 | 2024-02-01T07:56:35.575Z | | |
3059 | 2024-02-01T07:56:35.575Z | 338 | /// [`VolumeConstructionRequest`] is shown here): |
3060 | 2024-02-01T07:56:35.576Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
3061 | 2024-02-01T07:56:35.576Z | | |
3062 | 2024-02-01T07:56:35.576Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
3063 | 2024-02-01T07:56:35.576Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
3064 | 2024-02-01T07:56:35.576Z | |
3065 | 2024-02-01T07:56:35.580Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3066 | 2024-02-01T07:56:35.580Z | --> nexus/src/app/sagas/volume_delete.rs:348:17 |
3067 | 2024-02-01T07:56:35.580Z | | |
3068 | 2024-02-01T07:56:35.580Z | 348 | /// "[fd00:1122:3344:101::5]:1000", |
3069 | 2024-02-01T07:56:35.580Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3070 | 2024-02-01T07:56:35.580Z | |
3071 | 2024-02-01T07:56:35.580Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3072 | 2024-02-01T07:56:35.580Z | --> nexus/src/app/sagas/volume_delete.rs:349:17 |
3073 | 2024-02-01T07:56:35.580Z | | |
3074 | 2024-02-01T07:56:35.580Z | 349 | /// "[fd00:1122:3344:102::9]:1000", |
3075 | 2024-02-01T07:56:35.580Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3076 | 2024-02-01T07:56:35.581Z | |
3077 | 2024-02-01T07:56:35.581Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3078 | 2024-02-01T07:56:35.581Z | --> nexus/src/app/sagas/volume_delete.rs:350:17 |
3079 | 2024-02-01T07:56:35.581Z | | |
3080 | 2024-02-01T07:56:35.581Z | 350 | /// "[fd00:1122:3344:103::2]:1000" |
3081 | 2024-02-01T07:56:35.581Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3082 | 2024-02-01T07:56:35.581Z | |
3083 | 2024-02-01T07:56:35.581Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3084 | 2024-02-01T07:56:35.581Z | --> nexus/src/app/sagas/volume_delete.rs:369:17 |
3085 | 2024-02-01T07:56:35.581Z | | |
3086 | 2024-02-01T07:56:35.582Z | 369 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
3087 | 2024-02-01T07:56:35.582Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3088 | 2024-02-01T07:56:35.582Z | |
3089 | 2024-02-01T07:56:35.582Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3090 | 2024-02-01T07:56:35.582Z | --> nexus/src/app/sagas/volume_delete.rs:370:17 |
3091 | 2024-02-01T07:56:35.582Z | | |
3092 | 2024-02-01T07:56:35.582Z | 370 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
3093 | 2024-02-01T07:56:35.582Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3094 | 2024-02-01T07:56:35.582Z | |
3095 | 2024-02-01T07:56:35.582Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3096 | 2024-02-01T07:56:35.582Z | --> nexus/src/app/sagas/volume_delete.rs:371:17 |
3097 | 2024-02-01T07:56:35.582Z | | |
3098 | 2024-02-01T07:56:35.582Z | 371 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
3099 | 2024-02-01T07:56:35.582Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3100 | 2024-02-01T07:56:35.582Z | |
3101 | 2024-02-01T07:56:40.491Z | warning: `omicron-nexus` (lib doc) generated 7 warnings |
3102 | 2024-02-01T07:57:14.717Z | Finished dev [unoptimized + debuginfo] target(s) in 17m 01s |
3103 | 2024-02-01T07:57:14.828Z | |
3104 | 2024-02-01T07:57:14.828Z | real 17:01.778569392 |
3105 | 2024-02-01T07:57:14.828Z | user 55:22.943752144 |
3106 | 2024-02-01T07:57:14.828Z | sys 1:04:15.977816587 |
3107 | 2024-02-01T07:57:14.828Z | trap 1.864523392 |
3108 | 2024-02-01T07:57:14.828Z | tflt 0.108680441 |
3109 | 2024-02-01T07:57:14.828Z | dflt 0.410164961 |
3110 | 2024-02-01T07:57:14.831Z | kflt 0.000195861 |
3111 | 2024-02-01T07:57:14.831Z | lock 3:20:49.818067794 |
3112 | 2024-02-01T07:57:14.831Z | slp 4:18:50.798318755 |
3113 | 2024-02-01T07:57:14.831Z | lat 5:39.526516717 |
3114 | 2024-02-01T07:57:14.833Z | stop 1:38.930657438 |
3115 | 2024-02-01T07:57:14.833Z | process exited: duration 1930829 ms, exit code 0 |
|
3116 | 2024-02-01T07:57:14.839Z | found 0 output files |